@nomalism-com/types 1.0.29 → 1.0.31
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.
|
@@ -293,7 +293,6 @@ export type DocumentLineAssoc = {
|
|
|
293
293
|
id: string;
|
|
294
294
|
document_header_id: string;
|
|
295
295
|
document_line_id: string;
|
|
296
|
-
external_id: string | null;
|
|
297
296
|
origin_id: string | null;
|
|
298
297
|
created_at: Date;
|
|
299
298
|
updated_at: Date;
|
|
@@ -335,7 +334,6 @@ export type ExternalDocumentType = {
|
|
|
335
334
|
export type ExternalDocumentHeader = {
|
|
336
335
|
id: string;
|
|
337
336
|
document_header_id: string;
|
|
338
|
-
external_id: string;
|
|
339
337
|
external_pdf_link: string;
|
|
340
338
|
pdf_link: string;
|
|
341
339
|
created_at: Date;
|
|
@@ -775,7 +773,6 @@ export type ProductSheet = {
|
|
|
775
773
|
designation: string;
|
|
776
774
|
origin_id: string | null;
|
|
777
775
|
type_of_inventory: string;
|
|
778
|
-
external_id: string | null;
|
|
779
776
|
max_discount: number;
|
|
780
777
|
maintenances: string;
|
|
781
778
|
compositions: string;
|
|
@@ -99,7 +99,6 @@ export type Country = {
|
|
|
99
99
|
created_by: string;
|
|
100
100
|
updated_by: string;
|
|
101
101
|
origin_id: string | null;
|
|
102
|
-
external_id: string;
|
|
103
102
|
};
|
|
104
103
|
export type Language = {
|
|
105
104
|
id: string;
|
|
@@ -109,7 +108,6 @@ export type Language = {
|
|
|
109
108
|
created_by: string;
|
|
110
109
|
updated_by: string;
|
|
111
110
|
origin_id: string | null;
|
|
112
|
-
external_id: string | null;
|
|
113
111
|
};
|
|
114
112
|
export type Clients = {
|
|
115
113
|
id: string;
|
|
@@ -240,7 +238,6 @@ export type ReasonForExemption = {
|
|
|
240
238
|
created_by: string;
|
|
241
239
|
updated_by: string;
|
|
242
240
|
origin_id: string | null;
|
|
243
|
-
external_id: string;
|
|
244
241
|
};
|
|
245
242
|
export type StoreOperator = {
|
|
246
243
|
id: string;
|