File tree Expand file tree Collapse file tree 7 files changed +23
-1
lines changed
Expand file tree Collapse file tree 7 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11export { Client } from './Client' ;
22export { ClientConfig } from './ClientConfig' ;
3+ export { Equipment } from './models/Equipment' ;
34export { RequestOptions } from './utils/RequestOptions' ;
45export type { InternalResponse } from './types/Response' ;
56/**
@@ -14,6 +15,14 @@ export { Permission } from './models/Permission';
1415export { Role } from './models/Role' ;
1516export { ServiceAccount } from './models/ServiceAccount' ;
1617export { ServiceAccountKey } from './models/ServiceAccountKey' ;
18+ < < < << << HEAD
1719export { Submission } from './models/Submission' ;
1820export { SubmissionVersion } from './models/SubmissionVersion' ;
1921export { Vehicle } from './models/Vehicle' ;
22+ = === ===
23+ export { Log } from './models/Log' ;
24+ export { Group } from './models/Group' ;
25+ export { Permission } from './models/Permission' ;
26+ export { Vehicle } from './models/Vehicle' ;
27+ export type { InternalResponse } from './types/Response' ;
28+ > >>> >>> main
Original file line number Diff line number Diff line change @@ -907,17 +907,23 @@ Vehicle = __legacyDecorateClassTS([
907907] , Vehicle ) ;
908908export {
909909 Vehicle ,
910+ < << << << HEAD
910911 SubmissionVersion ,
911912 Submission ,
913+ = === ===
914+ >>> >>> > main
912915 ServiceAccountKey ,
913916 ServiceAccount ,
914917 Role ,
915918 RequestOptions ,
916919 Permission ,
917920 Log ,
918921 Group ,
922+ < << << << HEAD
919923 FormCategory ,
920924 Form ,
925+ = === ===
926+ >>> >>> > main
921927 Equipment ,
922928 ClientConfig ,
923929 Client
Original file line number Diff line number Diff line change 1+ export { EquipmentService } from "./EquipmentService" ;
12export { FormCategoriesService } from "./FormCategoriesService" ;
23export { RolesService } from "./RolesService" ;
34export { PermissionsService } from "./PermissionsService" ;
45export { SubmissionsService } from "./SubmissionsService" ;
56export { FormsService } from "./FormsService" ;
67export { ServiceAccountsService } from "./ServiceAccountService" ;
78export { ServiceAccountKeysService } from "./ServiceAccountKeysService" ;
9+ export { VehiclesService } from "./VehiclesService" ;
Original file line number Diff line number Diff line change 1+ export { EquipmentService } from "./EquipmentService" ;
12export { FormCategoriesService } from "./FormCategoriesService" ;
23export { RolesService } from "./RolesService" ;
34export { PermissionsService } from "./PermissionsService" ;
45export { SubmissionsService } from "./SubmissionsService" ;
56export { FormsService } from "./FormsService" ;
67export { ServiceAccountsService } from "./ServiceAccountService" ;
78export { ServiceAccountKeysService } from "./ServiceAccountKeysService" ;
9+ export { VehiclesService } from "./VehiclesService" ;
Original file line number Diff line number Diff line change 11import { Client } from './src' ;
2+ import { Equipment } from './src/models/Equipment' ;
23import { FormCategory } from "./src/models/FormCategory" ;
34import { ClientConfig } from "./dist" ;
45import { Form } from "./src/models/Form" ;
56import { RequestOptions } from './dist/utils/RequestOptions' ;
67import { ServiceAccount } from './src/models/ServiceAccount' ;
8+ import { Vehicle } from './src/models/Vehicle' ;
79
810
911// let config = new ClientConfig()
Original file line number Diff line number Diff line change 44 "type" : " git" ,
55 "url" : " https://github.com/ctrl-hub/sdk.ts"
66 },
7- "version" : " 0.1.51 " ,
7+ "version" : " 0.1.53 " ,
88 "main" : " dist/index.js" ,
99 "types" : " dist/index.d.ts" ,
1010 "type" : " module" ,
Original file line number Diff line number Diff line change 11export { Client } from './Client'
22export { ClientConfig } from './ClientConfig'
3+ export { Equipment } from './models/Equipment'
34export { RequestOptions } from './utils/RequestOptions'
45export type { InternalResponse } from './types/Response'
56
You can’t perform that action at this time.
0 commit comments