@cbm-common/cbm-types 0.0.292 → 0.0.293

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.
@@ -308,6 +308,8 @@ export declare namespace CbmSalesAccountModel {
308
308
  item_barcode: string;
309
309
  item_balance: number;
310
310
  item_balance_referal_guide: number;
311
+ vehicle_order_request_id: string;
312
+ vehicle_order_request_detail_id: string;
311
313
  category_id: string;
312
314
  category_name: string;
313
315
  price_list_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cbm-common/cbm-types",
3
- "version": "0.0.292",
3
+ "version": "0.0.293",
4
4
  "main": "index.js",
5
5
  "types": "public-api.d.ts",
6
6
  "exports": {