@erp-galoper/types 1.0.1019 → 1.0.1020
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.
- package/openapi.ts +4 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -36370,6 +36370,8 @@ export interface components {
|
|
|
36370
36370
|
reference: string;
|
|
36371
36371
|
/** Description */
|
|
36372
36372
|
description: string | null;
|
|
36373
|
+
/** Notes */
|
|
36374
|
+
notes: string | null;
|
|
36373
36375
|
supplier: components["schemas"]["ChildSupplierSharedSchema"];
|
|
36374
36376
|
department: components["schemas"]["DepartmentCommonSchema"] | null;
|
|
36375
36377
|
status: components["schemas"]["DocumentStatus"];
|
|
@@ -36587,6 +36589,8 @@ export interface components {
|
|
|
36587
36589
|
reference: string;
|
|
36588
36590
|
/** Description */
|
|
36589
36591
|
description: string | null;
|
|
36592
|
+
/** Notes */
|
|
36593
|
+
notes: string | null;
|
|
36590
36594
|
supplier: components["schemas"]["ChildSupplierSharedSchema"];
|
|
36591
36595
|
department: components["schemas"]["DepartmentCommonSchema"] | null;
|
|
36592
36596
|
status: components["schemas"]["DocumentStatus"];
|