@erp-galoper/types 1.0.1454 → 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.
- package/openapi.ts +5 -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
|
-
/**
|
|
46694
|
-
|
|
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
|