@wix/ecom 1.0.728 → 1.0.729

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.728",
3
+ "version": "1.0.729",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,7 +33,7 @@
33
33
  "@wix/ecom_custom-triggers": "1.0.23",
34
34
  "@wix/ecom_delivery-profile": "1.0.15",
35
35
  "@wix/ecom_discount-rules": "1.0.51",
36
- "@wix/ecom_discounts": "1.0.1",
36
+ "@wix/ecom_discounts": "1.0.2",
37
37
  "@wix/ecom_discounts-custom-trigger": "1.0.6",
38
38
  "@wix/ecom_draft-orders": "1.0.10",
39
39
  "@wix/ecom_gift-vouchers-provider": "1.0.0",
@@ -76,5 +76,5 @@
76
76
  "fqdn": ""
77
77
  }
78
78
  },
79
- "falconPackageHash": "a82ca62bf16e87df8ee3e68a8c869b3a0a2b8a17aeeb11e2eb680e62"
79
+ "falconPackageHash": "c0f24eeff031f44979c0c464b337b1bf036d318add39068559457c81"
80
80
  }
@@ -1525,6 +1525,8 @@ interface GetEligibleDiscountsRequest {
1525
1525
  purchaseFlowId?: string | null;
1526
1526
  /** Number of coupons is limited to 1 due to limitations in Checkout. */
1527
1527
  couponCodes?: string[];
1528
+ /** Buyer email */
1529
+ buyerEmail?: string | null;
1528
1530
  }
1529
1531
  interface LineItem$1 {
1530
1532
  /** Line item ID. */
@@ -1525,6 +1525,8 @@ interface GetEligibleDiscountsRequest {
1525
1525
  purchaseFlowId?: string | null;
1526
1526
  /** Number of coupons is limited to 1 due to limitations in Checkout. */
1527
1527
  couponCodes?: string[];
1528
+ /** Buyer email */
1529
+ buyerEmail?: string | null;
1528
1530
  }
1529
1531
  interface LineItem$1 {
1530
1532
  /** Line item ID. */