@nomalism-com/types 0.27.23 → 0.27.25
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.
|
@@ -109,8 +109,6 @@ export interface IProductSheetCabideEntity {
|
|
|
109
109
|
maintenance: string;
|
|
110
110
|
attributes: string;
|
|
111
111
|
estimated_delivery: string;
|
|
112
|
-
minimum_qtt: number;
|
|
113
|
-
observations: string;
|
|
114
112
|
existing_colors: IProductCabideColors[];
|
|
115
113
|
}
|
|
116
114
|
export interface IProductSheetEntityWithStock extends IProductSheetEntityBase {
|
|
@@ -37,8 +37,9 @@ export interface IDataPagamento {
|
|
|
37
37
|
export interface IDocumentLineDocuments {
|
|
38
38
|
code: IDocumentTypeCodeType;
|
|
39
39
|
user_type: IDocumentTypeUserType;
|
|
40
|
-
start_document_header_id
|
|
41
|
-
pdf_link
|
|
40
|
+
start_document_header_id?: string;
|
|
41
|
+
pdf_link?: string;
|
|
42
|
+
external_url?: string;
|
|
42
43
|
}
|
|
43
44
|
export interface IHistory {
|
|
44
45
|
what: string;
|