@wix/ecom 1.0.642 → 1.0.643

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/ecom",
3
- "version": "1.0.642",
3
+ "version": "1.0.643",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -30,7 +30,7 @@
30
30
  "@wix/ecom_currencies": "1.0.23",
31
31
  "@wix/ecom_current-cart": "1.0.48",
32
32
  "@wix/ecom_custom-triggers": "1.0.7",
33
- "@wix/ecom_discount-rules": "1.0.36",
33
+ "@wix/ecom_discount-rules": "1.0.37",
34
34
  "@wix/ecom_order-fulfillments": "1.0.30",
35
35
  "@wix/ecom_order-invoices": "1.0.25",
36
36
  "@wix/ecom_order-transactions": "1.0.41",
@@ -64,5 +64,5 @@
64
64
  "fqdn": ""
65
65
  }
66
66
  },
67
- "falconPackageHash": "08af21bbdc1b659442e047109524e496f673096120bc43af9e7e34ad"
67
+ "falconPackageHash": "bc7a818f4be030861ca37816002d687f92b0a60856909c30ea8c3454"
68
68
  }
@@ -39,7 +39,11 @@ interface DiscountRule$5 {
39
39
  /**
40
40
  * List of discounts that are applied when one or more triggers are met.
41
41
  *
42
- * Currently, a discount rule can apply only 1 discount.
42
+ * > **Notes:**
43
+ * >
44
+ * > + Currently, only 1 discount can be defined per discount rule.
45
+ * > + A discount rule can be applied on multiple items per cart.
46
+ * > + A discount rule can only be applied once per item.
43
47
  */
44
48
  discounts?: Discounts;
45
49
  /**
@@ -387,7 +391,11 @@ interface UpdateDiscountRule {
387
391
  /**
388
392
  * List of discounts that are applied when one or more triggers are met.
389
393
  *
390
- * Currently, a discount rule can apply only 1 discount.
394
+ * > **Notes:**
395
+ * >
396
+ * > + Currently, only 1 discount can be defined per discount rule.
397
+ * > + A discount rule can be applied on multiple items per cart.
398
+ * > + A discount rule can only be applied once per item.
391
399
  */
392
400
  discounts?: Discounts;
393
401
  /**
@@ -39,7 +39,11 @@ interface DiscountRule$5 {
39
39
  /**
40
40
  * List of discounts that are applied when one or more triggers are met.
41
41
  *
42
- * Currently, a discount rule can apply only 1 discount.
42
+ * > **Notes:**
43
+ * >
44
+ * > + Currently, only 1 discount can be defined per discount rule.
45
+ * > + A discount rule can be applied on multiple items per cart.
46
+ * > + A discount rule can only be applied once per item.
43
47
  */
44
48
  discounts?: Discounts;
45
49
  /**
@@ -997,7 +1001,11 @@ interface UpdateDiscountRule {
997
1001
  /**
998
1002
  * List of discounts that are applied when one or more triggers are met.
999
1003
  *
1000
- * Currently, a discount rule can apply only 1 discount.
1004
+ * > **Notes:**
1005
+ * >
1006
+ * > + Currently, only 1 discount can be defined per discount rule.
1007
+ * > + A discount rule can be applied on multiple items per cart.
1008
+ * > + A discount rule can only be applied once per item.
1001
1009
  */
1002
1010
  discounts?: Discounts;
1003
1011
  /**
@@ -39,7 +39,11 @@ interface DiscountRule$9 {
39
39
  /**
40
40
  * List of discounts that are applied when one or more triggers are met.
41
41
  *
42
- * Currently, a discount rule can apply only 1 discount.
42
+ * > **Notes:**
43
+ * >
44
+ * > + Currently, only 1 discount can be defined per discount rule.
45
+ * > + A discount rule can be applied on multiple items per cart.
46
+ * > + A discount rule can only be applied once per item.
43
47
  */
44
48
  discounts?: Discounts$1;
45
49
  /**
@@ -803,7 +807,11 @@ interface DiscountRule$8 {
803
807
  /**
804
808
  * List of discounts that are applied when one or more triggers are met.
805
809
  *
806
- * Currently, a discount rule can apply only 1 discount.
810
+ * > **Notes:**
811
+ * >
812
+ * > + Currently, only 1 discount can be defined per discount rule.
813
+ * > + A discount rule can be applied on multiple items per cart.
814
+ * > + A discount rule can only be applied once per item.
807
815
  */
808
816
  discounts?: Discounts;
809
817
  /**