@cbm-common/cbm-types 0.0.293 → 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.
|
@@ -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
|
}
|