@erp-galoper/types 1.0.1602 → 1.0.1603

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.
Files changed (2) hide show
  1. package/openapi.ts +2 -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"]["SupplierSharedSchema"];
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"]["SupplierSharedSchema"];
50241
+ supplier: components["schemas"]["ChildSupplierSharedSchema"];
50242
50242
  /**
50243
50243
  * Date
50244
50244
  * Format: date
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1602",
3
+ "version": "1.0.1603",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],