@cbm-common/cbm-types 0.0.292 → 0.0.294
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;
|
|
@@ -247,6 +247,29 @@ export declare namespace CbmSeatModel {
|
|
|
247
247
|
created_user: string;
|
|
248
248
|
udpated_at?: number;
|
|
249
249
|
updated_user?: string;
|
|
250
|
+
seat: Detail.Seat;
|
|
251
|
+
}
|
|
252
|
+
namespace Detail {
|
|
253
|
+
interface Seat {
|
|
254
|
+
company_id: string;
|
|
255
|
+
collection_origin_id: string;
|
|
256
|
+
collection_origin_name: string;
|
|
257
|
+
document_name: string;
|
|
258
|
+
document_number: string;
|
|
259
|
+
date: number;
|
|
260
|
+
generation_type: string;
|
|
261
|
+
seat_type: string;
|
|
262
|
+
description: string;
|
|
263
|
+
observation: string;
|
|
264
|
+
created_user: string;
|
|
265
|
+
sequence_module: string;
|
|
266
|
+
sequence_nomenclature: string;
|
|
267
|
+
sequence_number: string;
|
|
268
|
+
total_debit: number;
|
|
269
|
+
total_credit: number;
|
|
270
|
+
nomenclature: string;
|
|
271
|
+
number: string;
|
|
272
|
+
}
|
|
250
273
|
}
|
|
251
274
|
}
|
|
252
275
|
}
|