@erp-galoper/types 1.0.920 → 1.0.921
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 +18 -0
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -40516,6 +40516,12 @@ export interface components {
|
|
|
40516
40516
|
* | appliesOn equals to "all_items"
|
|
40517
40517
|
* | appliesOn equals to "specific_items" and ( items.item equals to {item id} or items.itemPackage equals to {item package id} ) or
|
|
40518
40518
|
* (items.brand equals to {item brand id} or items.category equals to {item category id} or items.tag in item tags)
|
|
40519
|
+
* Notes:
|
|
40520
|
+
* - For a Buy One Get One offer:
|
|
40521
|
+
* - If the offered items operator is allItemsAreSelected, the system should retrieve all offered items along with their respective discounts and quantities and for unit price same as description provided in the field itself.
|
|
40522
|
+
* - If the offered items operator is oneItemIsSelected, the user should select a single offered item, which will then be retrieved with its respective discount and quantity and for unit price same as description provided in the field itself.
|
|
40523
|
+
* - The offer must be applied to the offered items, not to the item that triggers the offer.
|
|
40524
|
+
* - All input fields for the offered item(s) should be disabled.
|
|
40519
40525
|
*
|
|
40520
40526
|
* @default []
|
|
40521
40527
|
*/
|
|
@@ -42749,6 +42755,12 @@ export interface components {
|
|
|
42749
42755
|
* | appliesOn equals to "all_items"
|
|
42750
42756
|
* | appliesOn equals to "specific_items" and ( items.item equals to {item id} or items.itemPackage equals to {item package id} ) or
|
|
42751
42757
|
* (items.brand equals to {item brand id} or items.category equals to {item category id} or items.tag in item tags)
|
|
42758
|
+
* Notes:
|
|
42759
|
+
* - For a Buy One Get One offer:
|
|
42760
|
+
* - If the offered items operator is allItemsAreSelected, the system should retrieve all offered items along with their respective discounts and quantities and for unit price same as description provided in the field itself.
|
|
42761
|
+
* - If the offered items operator is oneItemIsSelected, the user should select a single offered item, which will then be retrieved with its respective discount and quantity and for unit price same as description provided in the field itself.
|
|
42762
|
+
* - The offer must be applied to the offered items, not to the item that triggers the offer.
|
|
42763
|
+
* - All input fields for the offered item(s) should be disabled.
|
|
42752
42764
|
*
|
|
42753
42765
|
* @default []
|
|
42754
42766
|
*/
|
|
@@ -44426,6 +44438,12 @@ export interface components {
|
|
|
44426
44438
|
* | appliesOn equals to "all_items"
|
|
44427
44439
|
* | appliesOn equals to "specific_items" and ( items.item equals to {item id} or items.itemPackage equals to {item package id} ) or
|
|
44428
44440
|
* (items.brand equals to {item brand id} or items.category equals to {item category id} or items.tag in item tags)
|
|
44441
|
+
* Notes:
|
|
44442
|
+
* - For a Buy One Get One offer:
|
|
44443
|
+
* - If the offered items operator is allItemsAreSelected, the system should retrieve all offered items along with their respective discounts and quantities and for unit price same as description provided in the field itself.
|
|
44444
|
+
* - If the offered items operator is oneItemIsSelected, the user should select a single offered item, which will then be retrieved with its respective discount and quantity and for unit price same as description provided in the field itself.
|
|
44445
|
+
* - The offer must be applied to the offered items, not to the item that triggers the offer.
|
|
44446
|
+
* - All input fields for the offered item(s) should be disabled.
|
|
44429
44447
|
*
|
|
44430
44448
|
* @default []
|
|
44431
44449
|
*/
|