@wix/ecom 1.0.748 → 1.0.749

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.748",
3
+ "version": "1.0.749",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -23,13 +23,13 @@
23
23
  "@wix/ecom_additional-fees": "1.0.25",
24
24
  "@wix/ecom_back-in-stock-notifications": "1.0.48",
25
25
  "@wix/ecom_back-in-stock-settings": "1.0.34",
26
- "@wix/ecom_cart": "1.0.71",
27
- "@wix/ecom_checkout": "1.0.81",
26
+ "@wix/ecom_cart": "1.0.72",
27
+ "@wix/ecom_checkout": "1.0.82",
28
28
  "@wix/ecom_checkout-content": "1.0.5",
29
29
  "@wix/ecom_checkout-settings": "1.0.50",
30
- "@wix/ecom_checkout-templates": "1.0.81",
30
+ "@wix/ecom_checkout-templates": "1.0.82",
31
31
  "@wix/ecom_currencies": "1.0.35",
32
- "@wix/ecom_current-cart": "1.0.71",
32
+ "@wix/ecom_current-cart": "1.0.72",
33
33
  "@wix/ecom_custom-triggers": "1.0.23",
34
34
  "@wix/ecom_delivery-profile": "1.0.16",
35
35
  "@wix/ecom_discount-rules": "1.0.51",
@@ -45,13 +45,13 @@
45
45
  "@wix/ecom_order-transactions": "1.0.65",
46
46
  "@wix/ecom_orders": "1.0.115",
47
47
  "@wix/ecom_orders-settings": "1.0.44",
48
- "@wix/ecom_payment-settings": "1.0.38",
48
+ "@wix/ecom_payment-settings": "1.0.39",
49
49
  "@wix/ecom_pickup-locations": "1.0.7",
50
50
  "@wix/ecom_recommendations": "1.0.38",
51
51
  "@wix/ecom_shipping-options": "1.0.6",
52
52
  "@wix/ecom_shipping-rates": "1.0.41",
53
53
  "@wix/ecom_shippo-configurations": "1.0.13",
54
- "@wix/ecom_totals-calculator": "1.0.7",
54
+ "@wix/ecom_totals-calculator": "1.0.8",
55
55
  "@wix/ecom_validations": "1.0.31"
56
56
  },
57
57
  "devDependencies": {
@@ -77,5 +77,5 @@
77
77
  "fqdn": ""
78
78
  }
79
79
  },
80
- "falconPackageHash": "db8e3879b91520bac43fb4e341c59fb93f6b56951f48ed27c027975a"
80
+ "falconPackageHash": "592b2ea94895c6d0abc12fdacb7590f8fc1e9eef688b2e3e310ec2e2"
81
81
  }
@@ -4484,6 +4484,11 @@ interface GiftCard$6 {
4484
4484
  amount?: MultiCurrencyPrice$4;
4485
4485
  /** App ID of the gift card provider. */
4486
4486
  appId?: string;
4487
+ /**
4488
+ * External ID in the gift card provider's system.
4489
+ * Used for integration and tracking across different platforms.
4490
+ */
4491
+ externalId?: string | null;
4487
4492
  }
4488
4493
  interface TaxSummary$6 {
4489
4494
  /**
@@ -7098,6 +7103,11 @@ interface GiftCard$5 {
7098
7103
  amount?: MultiCurrencyPrice$3;
7099
7104
  /** App ID of the gift card provider. */
7100
7105
  appId?: string;
7106
+ /**
7107
+ * External ID in the gift card provider's system.
7108
+ * Used for integration and tracking across different platforms.
7109
+ */
7110
+ externalId?: string | null;
7101
7111
  }
7102
7112
  interface TaxSummary$5 {
7103
7113
  /**
@@ -9748,6 +9758,11 @@ interface GiftCard$4 {
9748
9758
  amount?: MultiCurrencyPrice$2;
9749
9759
  /** App ID of the gift card provider. */
9750
9760
  appId?: string;
9761
+ /**
9762
+ * External ID in the gift card provider's system.
9763
+ * Used for integration and tracking across different platforms.
9764
+ */
9765
+ externalId?: string | null;
9751
9766
  }
9752
9767
  interface AppliedDiscount$4 extends AppliedDiscountDiscountSourceOneOf$4 {
9753
9768
  /** Coupon details. */
@@ -13956,6 +13971,11 @@ interface GiftCard$3 {
13956
13971
  amount?: MultiCurrencyPrice$1;
13957
13972
  /** App ID of the gift card provider. */
13958
13973
  appId?: string;
13974
+ /**
13975
+ * External ID in the gift card provider's system.
13976
+ * Used for integration and tracking across different platforms.
13977
+ */
13978
+ externalId?: string | null;
13959
13979
  }
13960
13980
  interface AppliedDiscount$3 extends AppliedDiscountDiscountSourceOneOf$3 {
13961
13981
  /** Coupon details. */
@@ -33052,6 +33072,11 @@ interface GiftCard {
33052
33072
  amount?: MultiCurrencyPrice;
33053
33073
  /** App ID of the gift card provider. */
33054
33074
  appId?: string;
33075
+ /**
33076
+ * External ID in the gift card provider's system.
33077
+ * Used for integration and tracking across different platforms.
33078
+ */
33079
+ externalId?: string | null;
33055
33080
  }
33056
33081
  interface TaxSummary {
33057
33082
  /**
@@ -4484,6 +4484,11 @@ interface GiftCard$6 {
4484
4484
  amount?: MultiCurrencyPrice$4;
4485
4485
  /** App ID of the gift card provider. */
4486
4486
  appId?: string;
4487
+ /**
4488
+ * External ID in the gift card provider's system.
4489
+ * Used for integration and tracking across different platforms.
4490
+ */
4491
+ externalId?: string | null;
4487
4492
  }
4488
4493
  interface TaxSummary$6 {
4489
4494
  /**
@@ -7098,6 +7103,11 @@ interface GiftCard$5 {
7098
7103
  amount?: MultiCurrencyPrice$3;
7099
7104
  /** App ID of the gift card provider. */
7100
7105
  appId?: string;
7106
+ /**
7107
+ * External ID in the gift card provider's system.
7108
+ * Used for integration and tracking across different platforms.
7109
+ */
7110
+ externalId?: string | null;
7101
7111
  }
7102
7112
  interface TaxSummary$5 {
7103
7113
  /**
@@ -9748,6 +9758,11 @@ interface GiftCard$4 {
9748
9758
  amount?: MultiCurrencyPrice$2;
9749
9759
  /** App ID of the gift card provider. */
9750
9760
  appId?: string;
9761
+ /**
9762
+ * External ID in the gift card provider's system.
9763
+ * Used for integration and tracking across different platforms.
9764
+ */
9765
+ externalId?: string | null;
9751
9766
  }
9752
9767
  interface AppliedDiscount$4 extends AppliedDiscountDiscountSourceOneOf$4 {
9753
9768
  /** Coupon details. */
@@ -13956,6 +13971,11 @@ interface GiftCard$3 {
13956
13971
  amount?: MultiCurrencyPrice$1;
13957
13972
  /** App ID of the gift card provider. */
13958
13973
  appId?: string;
13974
+ /**
13975
+ * External ID in the gift card provider's system.
13976
+ * Used for integration and tracking across different platforms.
13977
+ */
13978
+ externalId?: string | null;
13959
13979
  }
13960
13980
  interface AppliedDiscount$3 extends AppliedDiscountDiscountSourceOneOf$3 {
13961
13981
  /** Coupon details. */
@@ -33052,6 +33072,11 @@ interface GiftCard {
33052
33072
  amount?: MultiCurrencyPrice;
33053
33073
  /** App ID of the gift card provider. */
33054
33074
  appId?: string;
33075
+ /**
33076
+ * External ID in the gift card provider's system.
33077
+ * Used for integration and tracking across different platforms.
33078
+ */
33079
+ externalId?: string | null;
33055
33080
  }
33056
33081
  interface TaxSummary {
33057
33082
  /**
@@ -3749,6 +3749,11 @@ interface GiftCard$9 {
3749
3749
  amount?: MultiCurrencyPrice$7;
3750
3750
  /** App ID of the gift card provider. */
3751
3751
  appId?: string;
3752
+ /**
3753
+ * External ID in the gift card provider's system.
3754
+ * Used for integration and tracking across different platforms.
3755
+ */
3756
+ externalId?: string | null;
3752
3757
  }
3753
3758
  interface TaxSummary$b {
3754
3759
  /**
@@ -5640,6 +5645,11 @@ interface GiftCard$8 {
5640
5645
  amount?: MultiCurrencyPrice$6;
5641
5646
  /** App ID of the gift card provider. */
5642
5647
  appId?: string;
5648
+ /**
5649
+ * External ID in the gift card provider's system.
5650
+ * Used for integration and tracking across different platforms.
5651
+ */
5652
+ externalId?: string | null;
5643
5653
  }
5644
5654
  interface TaxSummary$a {
5645
5655
  /**
@@ -7666,6 +7676,11 @@ interface GiftCard$7 {
7666
7676
  amount?: MultiCurrencyPrice$5;
7667
7677
  /** App ID of the gift card provider. */
7668
7678
  appId?: string;
7679
+ /**
7680
+ * External ID in the gift card provider's system.
7681
+ * Used for integration and tracking across different platforms.
7682
+ */
7683
+ externalId?: string | null;
7669
7684
  }
7670
7685
  interface TaxSummary$9 {
7671
7686
  /**
@@ -9517,6 +9532,11 @@ interface GiftCard$6 {
9517
9532
  amount?: MultiCurrencyPrice$4;
9518
9533
  /** App ID of the gift card provider. */
9519
9534
  appId?: string;
9535
+ /**
9536
+ * External ID in the gift card provider's system.
9537
+ * Used for integration and tracking across different platforms.
9538
+ */
9539
+ externalId?: string | null;
9520
9540
  }
9521
9541
  interface TaxSummary$8 {
9522
9542
  /**
@@ -11586,6 +11606,11 @@ interface GiftCard$5 {
11586
11606
  amount?: MultiCurrencyPrice$3;
11587
11607
  /** App ID of the gift card provider. */
11588
11608
  appId?: string;
11609
+ /**
11610
+ * External ID in the gift card provider's system.
11611
+ * Used for integration and tracking across different platforms.
11612
+ */
11613
+ externalId?: string | null;
11589
11614
  }
11590
11615
  interface AppliedDiscount$7 extends AppliedDiscountDiscountSourceOneOf$7 {
11591
11616
  /** Coupon details. */
@@ -13684,6 +13709,11 @@ interface GiftCard$4 {
13684
13709
  amount?: MultiCurrencyPrice$2;
13685
13710
  /** App ID of the gift card provider. */
13686
13711
  appId?: string;
13712
+ /**
13713
+ * External ID in the gift card provider's system.
13714
+ * Used for integration and tracking across different platforms.
13715
+ */
13716
+ externalId?: string | null;
13687
13717
  }
13688
13718
  interface AppliedDiscount$6 extends AppliedDiscountDiscountSourceOneOf$6 {
13689
13719
  /** Coupon details. */
@@ -32643,6 +32673,11 @@ interface GiftCard$1 {
32643
32673
  amount?: MultiCurrencyPrice$1;
32644
32674
  /** App ID of the gift card provider. */
32645
32675
  appId?: string;
32676
+ /**
32677
+ * External ID in the gift card provider's system.
32678
+ * Used for integration and tracking across different platforms.
32679
+ */
32680
+ externalId?: string | null;
32646
32681
  }
32647
32682
  interface TaxSummary$1 {
32648
32683
  /**
@@ -33769,6 +33804,11 @@ interface GiftCard {
33769
33804
  amount?: MultiCurrencyPrice;
33770
33805
  /** App ID of the gift card provider. */
33771
33806
  appId?: string;
33807
+ /**
33808
+ * External ID in the gift card provider's system.
33809
+ * Used for integration and tracking across different platforms.
33810
+ */
33811
+ externalId?: string | null;
33772
33812
  }
33773
33813
  interface TaxSummary {
33774
33814
  /**
@@ -3992,6 +3992,11 @@ interface GiftCard$1 {
3992
3992
  amount?: MultiCurrencyPrice$1;
3993
3993
  /** App ID of the gift card provider. */
3994
3994
  appId?: string;
3995
+ /**
3996
+ * External ID in the gift card provider's system.
3997
+ * Used for integration and tracking across different platforms.
3998
+ */
3999
+ externalId?: string | null;
3995
4000
  }
3996
4001
  interface V1AppliedDiscount extends V1AppliedDiscountDiscountSourceOneOf {
3997
4002
  /** Coupon details. */
@@ -3992,6 +3992,11 @@ interface GiftCard$1 {
3992
3992
  amount?: MultiCurrencyPrice$1;
3993
3993
  /** App ID of the gift card provider. */
3994
3994
  appId?: string;
3995
+ /**
3996
+ * External ID in the gift card provider's system.
3997
+ * Used for integration and tracking across different platforms.
3998
+ */
3999
+ externalId?: string | null;
3995
4000
  }
3996
4001
  interface V1AppliedDiscount extends V1AppliedDiscountDiscountSourceOneOf {
3997
4002
  /** Coupon details. */