@erp-galoper/types 1.0.1580 → 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.
- package/openapi.ts +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"]["
|
|
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"]["
|
|
48061
|
+
supplier: components["schemas"]["ChildSupplierSharedSchema"];
|
|
48062
48062
|
/** Referencenumber */
|
|
48063
48063
|
referenceNumber: string | null;
|
|
48064
48064
|
/** Description */
|