@erp-galoper/types 1.0.884 → 1.0.885
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 +6 -7
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -37155,9 +37155,9 @@ export interface components {
|
|
|
37155
37155
|
/** @description
|
|
37156
37156
|
* - percentage: user should select appliesOn(Optional), discountValue
|
|
37157
37157
|
* - orderValue, fixedAmount: user should select discountValue, minOrderValue, currency
|
|
37158
|
-
* - volumeBased: user should select discountValue,
|
|
37159
|
-
* - buyOneGetOne: user should select
|
|
37160
|
-
* - bundleOffers: user should select discountValue,
|
|
37158
|
+
* - volumeBased: appliesOn should be specific items(item or package) and user should select discountValue, quantity or unit package
|
|
37159
|
+
* - buyOneGetOne: appliesOn should be specific items and user should select discountValue, offeredItemsOperator, offeredItems
|
|
37160
|
+
* - bundleOffers: appliesOn should be specific items(item) and user should select discountValue, quantity
|
|
37161
37161
|
* - timeSensitiveOffers : user should select appliesOn, discountValue
|
|
37162
37162
|
* - promotionalCode : user should select appliesOn, discountValue, promotionCode
|
|
37163
37163
|
* Note :
|
|
@@ -37547,15 +37547,14 @@ export interface components {
|
|
|
37547
37547
|
/** @description
|
|
37548
37548
|
* - percentage: user should select appliesOn(Optional), discountValue
|
|
37549
37549
|
* - orderValue, fixedAmount: user should select discountValue, minOrderValue, currency
|
|
37550
|
-
* - volumeBased: user should select
|
|
37551
|
-
* - buyOneGetOne: user should select
|
|
37552
|
-
* - bundleOffers: user should select
|
|
37550
|
+
* - volumeBased: appliesOn should be specific items(item or package) and user should select discountValue, quantity or unit package
|
|
37551
|
+
* - buyOneGetOne: appliesOn should be specific items and user should select discountValue, offeredItemsOperator, offeredItems
|
|
37552
|
+
* - bundleOffers: appliesOn should be specific items(item) and user should select discountValue, quantity
|
|
37553
37553
|
* - timeSensitiveOffers : user should select appliesOn, discountValue
|
|
37554
37554
|
* - promotionalCode : user should select appliesOn, discountValue, promotionCode
|
|
37555
37555
|
* Note :
|
|
37556
37556
|
* - if appliesOn is allItems user should not select any of (item, itemPackage, itemCategory, brand, family, tag)
|
|
37557
37557
|
* - if appliesOn is specificItems user should select either (item or itemPackage ) or (itemCategory , brand, family, tag)
|
|
37558
|
-
* - if can delete is false, promotionType should not be editable
|
|
37559
37558
|
* */
|
|
37560
37559
|
promotionType: components["schemas"]["PromotionTypes"];
|
|
37561
37560
|
/**
|