@bisondesk/core-sdk 1.0.436 → 1.0.438

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,7 +46,7 @@ type BaseExternalVehicleSale = {
46
46
  deletedDate?: string;
47
47
  deletedReporter?: string;
48
48
  };
49
- source: 'HDMS' | 'Hexon' | 'Bisondesk';
49
+ source: 'HDMS' | 'Hexon';
50
50
  deleted?: boolean;
51
51
  status: VehicleSaleDealStatus;
52
52
  vehicleId: string;
@@ -18,7 +18,6 @@ export enum VehicleRoles {
18
18
  RENTAL = 'RENTAL',
19
19
  BUILD = 'BUILD',
20
20
  UNKNOWN = 'UNKNOWN',
21
- BANK_FINANCE = 'BANK_FINANCE',
22
21
  }
23
22
 
24
23
  export enum VehicleFuelType {
@@ -683,9 +682,6 @@ export type VehiclePurchase = {
683
682
  purchaseVatRate?: string;
684
683
  purchase?: string; // exclusive VAT
685
684
 
686
- bonus?: string; // sometimes manufacturers pay us a bonus when we reach a target
687
-
688
- // estimated costs, real costs come from actual invoices
689
685
  commission?: string;
690
686
  externalTransport?: string;
691
687
  internalTransport?: string;