@erp-galoper/types 1.0.973 → 1.0.975
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 +10 -4
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -34515,8 +34515,11 @@ export interface components {
|
|
|
34515
34515
|
};
|
|
34516
34516
|
/** CreateUpdatePurchaseReturnOrderSchema */
|
|
34517
34517
|
CreateUpdatePurchaseReturnOrderSchema: {
|
|
34518
|
-
/**
|
|
34519
|
-
|
|
34518
|
+
/**
|
|
34519
|
+
* Supplier
|
|
34520
|
+
* @description on update supplier should not be changed, and it is not required
|
|
34521
|
+
*/
|
|
34522
|
+
supplier?: number;
|
|
34520
34523
|
/** Branch */
|
|
34521
34524
|
branch: number;
|
|
34522
34525
|
/** Password */
|
|
@@ -36220,8 +36223,11 @@ export interface components {
|
|
|
36220
36223
|
};
|
|
36221
36224
|
/** CreateUpdatePurchaseReturnInvoiceSchema */
|
|
36222
36225
|
CreateUpdatePurchaseReturnInvoiceSchema: {
|
|
36223
|
-
/**
|
|
36224
|
-
|
|
36226
|
+
/**
|
|
36227
|
+
* Supplier
|
|
36228
|
+
* @description on update supplier should not be changed, and it is not required
|
|
36229
|
+
*/
|
|
36230
|
+
supplier?: number;
|
|
36225
36231
|
/** Branch */
|
|
36226
36232
|
branch: number;
|
|
36227
36233
|
/** Password */
|