@erp-galoper/types 1.0.959 → 1.0.961

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 +4 -2
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -12295,6 +12295,7 @@ export interface paths {
12295
12295
  * - TagDoesNotExist
12296
12296
  * - familyDoesNotExist
12297
12297
  * - bundleOffersShouldHaveAtLeastTwoItems
12298
+ * - oneEntryIsAllowedWhenAppliesOnIsAllItems
12298
12299
  * - 403:
12299
12300
  * - permissionDenied
12300
12301
  * - noModuleAccess
@@ -12369,6 +12370,7 @@ export interface paths {
12369
12370
  * - TagDoesNotExist
12370
12371
  * - familyDoesNotExist
12371
12372
  * - bundleOffersShouldHaveAtLeastTwoItems
12373
+ * - oneEntryIsAllowedWhenAppliesOnIsAllItems
12372
12374
  * - 404:
12373
12375
  * - offerAndPromotionDoesNotExist
12374
12376
  * - 403:
@@ -37151,7 +37153,7 @@ export interface components {
37151
37153
  promotionCode?: string;
37152
37154
  /**
37153
37155
  * Items
37154
- * @description list of offer items
37156
+ * @description list of offer items, one entry is allowed when applies on is all items
37155
37157
  */
37156
37158
  items: components["schemas"]["OfferAndPromotionItemCreateSchema"][];
37157
37159
  };
@@ -37554,7 +37556,7 @@ export interface components {
37554
37556
  promotionCode?: string;
37555
37557
  /**
37556
37558
  * Items
37557
- * @description list of offer items
37559
+ * @description list of offer items, one entry is allowed when applies on is all items
37558
37560
  */
37559
37561
  items: components["schemas"]["OfferAndPromotionItemUpdateSchema"][];
37560
37562
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.959",
3
+ "version": "1.0.961",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],