@erp-galoper/types 1.0.883 → 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.
Files changed (2) hide show
  1. package/openapi.ts +8 -7
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -13480,6 +13480,7 @@ export interface paths {
13480
13480
  * - retailPriceListExists
13481
13481
  * - rangePricingNotAllowedForRetail
13482
13482
  * - exchangeRateRequired
13483
+ * - itemIsNotAssignedToADefaultSalesUnitOfMeasure
13483
13484
  *
13484
13485
  * - 403: permissionDenied
13485
13486
  * - noModuleAccess
@@ -13569,6 +13570,7 @@ export interface paths {
13569
13570
  * - packageDoesNotExist
13570
13571
  * - retailPriceListExists
13571
13572
  * - rangePricingNotAllowedForRetail
13573
+ * - itemIsNotAssignedToADefaultSalesUnitOfMeasure
13572
13574
  *
13573
13575
  * - 403: permissionDenied
13574
13576
  * - noModuleAccess
@@ -37153,9 +37155,9 @@ export interface components {
37153
37155
  /** @description
37154
37156
  * - percentage: user should select appliesOn(Optional), discountValue
37155
37157
  * - orderValue, fixedAmount: user should select discountValue, minOrderValue, currency
37156
- * - volumeBased: user should select discountValue, item, quantity
37157
- * - buyOneGetOne: user should select appliesOn, discountValue, offeredItemsOperator, offeredItems
37158
- * - bundleOffers: user should select discountValue, item, quantity
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
37159
37161
  * - timeSensitiveOffers : user should select appliesOn, discountValue
37160
37162
  * - promotionalCode : user should select appliesOn, discountValue, promotionCode
37161
37163
  * Note :
@@ -37545,15 +37547,14 @@ export interface components {
37545
37547
  /** @description
37546
37548
  * - percentage: user should select appliesOn(Optional), discountValue
37547
37549
  * - orderValue, fixedAmount: user should select discountValue, minOrderValue, currency
37548
- * - volumeBased: user should select appliesOn, discountValue, quantity
37549
- * - buyOneGetOne: user should select appliesOn, discountValue, offeredItemsOperator, offeredItems
37550
- * - bundleOffers: user should select appliesOn, discountValue, quantity
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
37551
37553
  * - timeSensitiveOffers : user should select appliesOn, discountValue
37552
37554
  * - promotionalCode : user should select appliesOn, discountValue, promotionCode
37553
37555
  * Note :
37554
37556
  * - if appliesOn is allItems user should not select any of (item, itemPackage, itemCategory, brand, family, tag)
37555
37557
  * - if appliesOn is specificItems user should select either (item or itemPackage ) or (itemCategory , brand, family, tag)
37556
- * - if can delete is false, promotionType should not be editable
37557
37558
  * */
37558
37559
  promotionType: components["schemas"]["PromotionTypes"];
37559
37560
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.883",
3
+ "version": "1.0.885",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],