@erp-galoper/types 1.0.1602 → 1.0.1604
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 +2 -2
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -50091,7 +50091,7 @@ export interface components {
|
|
|
50091
50091
|
/** Serialnumber */
|
|
50092
50092
|
serialNumber: string;
|
|
50093
50093
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
50094
|
-
supplier: components["schemas"]["
|
|
50094
|
+
supplier: components["schemas"]["ChildSupplierSharedSchema"];
|
|
50095
50095
|
/**
|
|
50096
50096
|
* Date
|
|
50097
50097
|
* Format: date
|
|
@@ -50238,7 +50238,7 @@ export interface components {
|
|
|
50238
50238
|
/** Serialnumber */
|
|
50239
50239
|
serialNumber: string;
|
|
50240
50240
|
branch: components["schemas"]["BranchSummaryInfo"];
|
|
50241
|
-
supplier: components["schemas"]["
|
|
50241
|
+
supplier: components["schemas"]["ChildSupplierSharedSchema"];
|
|
50242
50242
|
/**
|
|
50243
50243
|
* Date
|
|
50244
50244
|
* Format: date
|