@erp-galoper/types 1.0.1581 → 1.0.1582

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
@@ -47814,7 +47814,7 @@ export interface components {
47814
47814
  */
47815
47815
  date: string;
47816
47816
  branch: components["schemas"]["BranchSummaryInfo"];
47817
- supplier: components["schemas"]["SupplierSharedSchema"];
47817
+ supplier: components["schemas"]["ChildSupplierSharedSchema"];
47818
47818
  /** Referencenumber */
47819
47819
  referenceNumber: string | null;
47820
47820
  /** Description */
@@ -48058,7 +48058,7 @@ export interface components {
48058
48058
  */
48059
48059
  date: string;
48060
48060
  branch: components["schemas"]["BranchSummaryInfo"];
48061
- supplier: components["schemas"]["SupplierSharedSchema"];
48061
+ supplier: components["schemas"]["ChildSupplierSharedSchema"];
48062
48062
  /** Referencenumber */
48063
48063
  referenceNumber: string | null;
48064
48064
  /** Description */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1581",
3
+ "version": "1.0.1582",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],