Skip to content

Commit 9a04100

Browse files
authored
Merge pull request #41 from ctrl-hub/use-tsc-alias-for-building
Use tsc alias for building
2 parents f09a50b + 38cc51c commit 9a04100

File tree

150 files changed

+273
-270
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+273
-270
lines changed

bun.lockb

12.7 KB
Binary file not shown.

dist/Client.d.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ import { GroupsService } from './services/GroupService';
1212
import { VehiclesService } from './services/VehiclesService';
1313
import { EquipmentService } from './services/EquipmentService';
1414
import { EquipmentExposureService } from './services/EquipmentExposureService';
15-
import { VehicleManufacturersService } from '@services/VehicleManufacturersService';
16-
import { VehicleModelsService } from '@services/VehicleModelsService';
17-
import { VehicleCategoriesService } from '@services/VehicleCategoriesService';
18-
import { EquipmentManufacturersService } from '@services/EquipmentManufacturersService';
19-
import { EquipmentCategoriesService } from '@services/EquipmentCategoriesService';
20-
import { EquipmentModelsService } from '@services/EquipmentModelsService';
21-
import { PropertiesService } from '@services/PropertiesService';
22-
import { VehicleModelSpecificationService } from '@services/VehicleModelSpecificationService';
23-
import { ContactsService } from '@services/ContactsService';
24-
import { CustomerAccountsService } from '@services/CustomerAccountsService';
25-
import { CustomerInteractionsService } from '@services/CustomerInteractionsService';
26-
import { TeamsService } from '@services/TeamsService';
27-
import { SchemesService } from '@services/SchemesService';
28-
import { WorkOrdersService } from '@services/WorkOrdersService';
29-
import { OperationsService } from '@services/OperationsService';
30-
import { OperationTemplatesService } from '@services/OperationTemplatesService';
31-
import { VehicleInspectionService } from '@services/VehicleInspectionService';
32-
import { VehicleInventoryCheckService } from '@services/VehicleInventoryCheckService';
33-
import { AppointmentsService } from '@services/AppointmentsService';
15+
import { VehicleManufacturersService } from './services/VehicleManufacturersService';
16+
import { VehicleModelsService } from './services/VehicleModelsService';
17+
import { VehicleCategoriesService } from './services/VehicleCategoriesService';
18+
import { EquipmentManufacturersService } from './services/EquipmentManufacturersService';
19+
import { EquipmentCategoriesService } from './services/EquipmentCategoriesService';
20+
import { EquipmentModelsService } from './services/EquipmentModelsService';
21+
import { PropertiesService } from './services/PropertiesService';
22+
import { VehicleModelSpecificationService } from './services/VehicleModelSpecificationService';
23+
import { ContactsService } from './services/ContactsService';
24+
import { CustomerAccountsService } from './services/CustomerAccountsService';
25+
import { CustomerInteractionsService } from './services/CustomerInteractionsService';
26+
import { TeamsService } from './services/TeamsService';
27+
import { SchemesService } from './services/SchemesService';
28+
import { WorkOrdersService } from './services/WorkOrdersService';
29+
import { OperationsService } from './services/OperationsService';
30+
import { OperationTemplatesService } from './services/OperationTemplatesService';
31+
import { VehicleInspectionService } from './services/VehicleInspectionService';
32+
import { VehicleInventoryCheckService } from './services/VehicleInventoryCheckService';
33+
import { AppointmentsService } from './services/AppointmentsService';
3434
export declare class Client {
3535
readonly config: ClientConfigInterface;
3636
organisation: string;

dist/Client.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ import { GroupsService } from './services/GroupService';
1111
import { VehiclesService } from './services/VehiclesService';
1212
import { EquipmentService } from './services/EquipmentService';
1313
import { EquipmentExposureService } from './services/EquipmentExposureService';
14-
import { VehicleManufacturersService } from '@services/VehicleManufacturersService';
15-
import { VehicleModelsService } from '@services/VehicleModelsService';
16-
import { VehicleCategoriesService } from '@services/VehicleCategoriesService';
17-
import { EquipmentManufacturersService } from '@services/EquipmentManufacturersService';
18-
import { EquipmentCategoriesService } from '@services/EquipmentCategoriesService';
19-
import { EquipmentModelsService } from '@services/EquipmentModelsService';
20-
import { PropertiesService } from '@services/PropertiesService';
21-
import { VehicleModelSpecificationService } from '@services/VehicleModelSpecificationService';
22-
import { ContactsService } from '@services/ContactsService';
23-
import { CustomerAccountsService } from '@services/CustomerAccountsService';
24-
import { CustomerInteractionsService } from '@services/CustomerInteractionsService';
25-
import { TeamsService } from '@services/TeamsService';
26-
import { SchemesService } from '@services/SchemesService';
27-
import { WorkOrdersService } from '@services/WorkOrdersService';
28-
import { OperationsService } from '@services/OperationsService';
29-
import { OperationTemplatesService } from '@services/OperationTemplatesService';
30-
import { VehicleInspectionService } from '@services/VehicleInspectionService';
31-
import { VehicleInventoryCheckService } from '@services/VehicleInventoryCheckService';
32-
import { AppointmentsService } from '@services/AppointmentsService';
14+
import { VehicleManufacturersService } from './services/VehicleManufacturersService';
15+
import { VehicleModelsService } from './services/VehicleModelsService';
16+
import { VehicleCategoriesService } from './services/VehicleCategoriesService';
17+
import { EquipmentManufacturersService } from './services/EquipmentManufacturersService';
18+
import { EquipmentCategoriesService } from './services/EquipmentCategoriesService';
19+
import { EquipmentModelsService } from './services/EquipmentModelsService';
20+
import { PropertiesService } from './services/PropertiesService';
21+
import { VehicleModelSpecificationService } from './services/VehicleModelSpecificationService';
22+
import { ContactsService } from './services/ContactsService';
23+
import { CustomerAccountsService } from './services/CustomerAccountsService';
24+
import { CustomerInteractionsService } from './services/CustomerInteractionsService';
25+
import { TeamsService } from './services/TeamsService';
26+
import { SchemesService } from './services/SchemesService';
27+
import { WorkOrdersService } from './services/WorkOrdersService';
28+
import { OperationsService } from './services/OperationsService';
29+
import { OperationTemplatesService } from './services/OperationTemplatesService';
30+
import { VehicleInspectionService } from './services/VehicleInspectionService';
31+
import { VehicleInventoryCheckService } from './services/VehicleInventoryCheckService';
32+
import { AppointmentsService } from './services/AppointmentsService';
3333
export class Client {
3434
config;
3535
organisation;

dist/models/Appointment.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { RelationshipDefinition } from '../types/RelationshipDefinition';
2-
import { BaseModel } from '@models/BaseModel';
2+
import { BaseModel } from './BaseModel';
33
import type { JsonApiMapping } from '../types/JsonApiMapping';
44
export declare class Appointment extends BaseModel implements Partial<JsonApiMapping> {
55
type: string;

dist/models/Appointment.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BaseModel } from '@models/BaseModel';
1+
import { BaseModel } from './BaseModel';
22
export class Appointment extends BaseModel {
33
type = 'appointments';
44
appointment_type = '';

dist/models/Contact.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { RelationshipDefinition } from '../types/RelationshipDefinition';
2-
import { BaseModel } from '@models/BaseModel';
2+
import { BaseModel } from './BaseModel';
33
import type { JsonApiMapping } from '../types/JsonApiMapping';
44
export declare class Contact extends BaseModel implements Partial<JsonApiMapping> {
55
type: string;

dist/models/Contact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BaseModel } from '@models/BaseModel';
1+
import { BaseModel } from './BaseModel';
22
export class Contact extends BaseModel {
33
type = 'contacts';
44
salutation = '';

dist/models/Customer.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { RelationshipDefinition } from '../types/RelationshipDefinition';
2-
import { BaseModel } from '@models/BaseModel';
2+
import { BaseModel } from './BaseModel';
33
import type { JsonApiMapping } from '../types/JsonApiMapping';
44
export declare class Customer extends BaseModel implements Partial<JsonApiMapping> {
55
type: string;

dist/models/Customer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BaseModel } from '@models/BaseModel';
1+
import { BaseModel } from './BaseModel';
22
export class Customer extends BaseModel {
33
type = 'customers';
44
name = '';

dist/models/CustomerAccount.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { RelationshipDefinition } from '../types/RelationshipDefinition';
2-
import { BaseModel } from '@models/BaseModel';
2+
import { BaseModel } from './BaseModel';
33
export declare class CustomerAccount extends BaseModel {
44
type: string;
55
static relationships: RelationshipDefinition[];

0 commit comments

Comments
 (0)