@cbm-common/cbm-types 0.0.337 → 0.0.338

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.
@@ -141,6 +141,9 @@ export declare namespace CbmChargesForOrderVehicleModel {
141
141
  order_vehicle_id: string;
142
142
  order_vehicle_name: string;
143
143
  order_vehicle_document: string;
144
+ technician_id?: string;
145
+ technician_identification_number?: string;
146
+ technician_full_name?: string;
144
147
  }
145
148
  }
146
149
  interface SaveBody {
@@ -214,6 +217,9 @@ export declare namespace CbmChargesForOrderVehicleModel {
214
217
  replace_item_name?: string;
215
218
  vehicle_order_request_id?: string;
216
219
  vehicle_order_request_detail_id?: string;
220
+ technician_id?: string;
221
+ technician_identification_number?: string;
222
+ technician_full_name?: string;
217
223
  charges_detail_tax: Tax[];
218
224
  }
219
225
  namespace Detail {
@@ -348,6 +354,9 @@ export declare namespace CbmChargesForOrderVehicleModel {
348
354
  created_user: string;
349
355
  kit_data?: any[];
350
356
  created_at: number;
357
+ technician_id?: string;
358
+ technician_identification_number?: string;
359
+ technician_full_name?: string;
351
360
  charges_detail_tax: Detail.Tax[];
352
361
  }
353
362
  namespace Detail {
@@ -339,6 +339,9 @@ export declare namespace CbmSalesAccountModel {
339
339
  replace_item_name: string;
340
340
  created_user: string;
341
341
  created_at: number;
342
+ technician_id?: string;
343
+ technician_identification_number?: string;
344
+ technician_full_name?: string;
342
345
  type?: DetailType;
343
346
  price_type?: CbmSalePriceModel.TName;
344
347
  sales_account_detail_tax?: Detail.Tax;
@@ -547,6 +550,9 @@ export declare namespace CbmSalesAccountModel {
547
550
  vehicle_order_request_detail_id?: string;
548
551
  commentary_item?: string;
549
552
  replace_item_name?: string;
553
+ technician_id?: string;
554
+ technician_identification_number?: string;
555
+ technician_full_name?: string;
550
556
  sales_account_detail_tax: Tax[];
551
557
  }
552
558
  interface Tax {
@@ -6,4 +6,5 @@ export declare const getDate: {
6
6
  lastYear: () => string;
7
7
  firstNextYear: () => string;
8
8
  lastNextMonth: () => string;
9
+ oneMonthAgo: (date?: Date) => string;
9
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.337",
3
+ "version": "0.0.338",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {
@@ -9,4 +9,4 @@
9
9
  "types": "./public-api.d.ts"
10
10
  }
11
11
  }
12
- }
12
+ }