@erp-galoper/types 1.0.1455 → 1.0.1456

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 +5 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -46690,8 +46690,11 @@ export interface components {
46690
46690
  };
46691
46691
  /** SalesItemTotal */
46692
46692
  SalesItemTotal: {
46693
- /** Required When Promotions And Offers Are Applied */
46694
- "required when promotions and offers are applied"?: number;
46693
+ /**
46694
+ * Item
46695
+ * @description Required when promotions and offers are applied
46696
+ */
46697
+ item?: number;
46695
46698
  /**
46696
46699
  * Quantity
46697
46700
  * @description - Disabled when item package is selected
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1455",
3
+ "version": "1.0.1456",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],