File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import { ServiceAccountsService } from "./services/ServiceAccountService";
1111import { ServiceAccountKeysService } from "./services/ServiceAccountKeysService" ;
1212import { InternalResponse } from "./types/Response" ;
1313import { GroupsService } from "./services/GroupService" ;
14- import { VehiclesService } from "@ services/VehiclesService" ;
15- import { EquipmentService } from "@ services/EquipmentService" ;
14+ import { VehiclesService } from "./ services/VehiclesService" ;
15+ import { EquipmentService } from "./ services/EquipmentService" ;
1616
1717export class Client {
1818 readonly config : ClientConfigInterface ;
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ export { ServiceAccountKey } from './models/ServiceAccountKey'
66export { Log } from './models/Log'
77export { Group } from './models/Group'
88export { Permission } from './models/Permission'
9+ export { Vehicle } from './models/Vehicle'
910export type { InternalResponse } from './types/Response' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import {Client} from "Client";
22import { BaseService } from "../services/BaseService" ;
33import { Submission } from "../models/Submission" ;
44import { InternalResponse } from "types/Response" ;
5- import { SubmissionVersion } from "@ models/SubmissionVersion" ;
5+ import { SubmissionVersion } from "../ models/SubmissionVersion" ;
66
77export class SubmissionsService extends BaseService < Submission > {
88 constructor ( client : Client ) {
You can’t perform that action at this time.
0 commit comments