@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.
Files changed (2) hide show
  1. package/openapi.ts +10 -4
  2. 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
- /** Supplier */
34519
- supplier: number;
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
- /** Supplier */
36224
- supplier: number;
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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.973",
3
+ "version": "1.0.975",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],