@cbm-common/cbm-types 0.0.270 → 0.0.271

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.
@@ -217,6 +217,8 @@ export declare class CbmOrderVehicleAddCharge {
217
217
  detailId: FormControl<string | null>;
218
218
  code: FormControl<string | null>;
219
219
  item: FormControl<CbmItemModel.ListResponse.Item | null>;
220
+ vehicleOrderRequestId: FormControl<string | null>;
221
+ vehicleOrderRequestDetailId: FormControl<string | null>;
220
222
  amount: FormControl<string | null>;
221
223
  freeAmount: FormControl<string | null>;
222
224
  price: FormControl<string | null>;
@@ -111,6 +111,8 @@ export declare namespace CbmChargesForOrderVehicleModel {
111
111
  total_discount: number;
112
112
  commentary_item?: string;
113
113
  replace_item_name?: string;
114
+ vehicle_order_request_id?: string;
115
+ vehicle_order_request_detail_id?: string;
114
116
  charges_detail_tax: Tax[];
115
117
  }
116
118
  interface Tax {
@@ -34,6 +34,9 @@ export declare namespace CbmReplacementRequestModel {
34
34
  item_code: string;
35
35
  item_barcode: string;
36
36
  item_manage_by: string;
37
+ ind_sales_account: boolean;
38
+ vehicle_order_request_detail_id: string;
39
+ vehicle_order_request_id: string;
37
40
  type: string;
38
41
  commentary_item: string;
39
42
  replace_item_name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.270",
3
+ "version": "0.0.271",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {