@wix/ecom 1.0.825 → 1.0.826

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.825",
3
+ "version": "1.0.826",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -26,13 +26,13 @@
26
26
  "@wix/ecom_additional-fees": "1.0.35",
27
27
  "@wix/ecom_back-in-stock-notifications": "1.0.60",
28
28
  "@wix/ecom_back-in-stock-settings": "1.0.44",
29
- "@wix/ecom_cart": "1.0.99",
30
- "@wix/ecom_checkout": "1.0.108",
29
+ "@wix/ecom_cart": "1.0.100",
30
+ "@wix/ecom_checkout": "1.0.109",
31
31
  "@wix/ecom_checkout-content": "1.0.15",
32
32
  "@wix/ecom_checkout-settings": "1.0.60",
33
- "@wix/ecom_checkout-templates": "1.0.106",
33
+ "@wix/ecom_checkout-templates": "1.0.107",
34
34
  "@wix/ecom_currencies": "1.0.45",
35
- "@wix/ecom_current-cart": "1.0.99",
35
+ "@wix/ecom_current-cart": "1.0.100",
36
36
  "@wix/ecom_custom-triggers": "1.0.31",
37
37
  "@wix/ecom_delivery-profile": "1.0.29",
38
38
  "@wix/ecom_delivery-solutions": "1.0.11",
@@ -50,7 +50,7 @@
50
50
  "@wix/ecom_order-transactions": "1.0.77",
51
51
  "@wix/ecom_orders": "1.0.145",
52
52
  "@wix/ecom_orders-settings": "1.0.54",
53
- "@wix/ecom_payment-settings": "1.0.72",
53
+ "@wix/ecom_payment-settings": "1.0.73",
54
54
  "@wix/ecom_pickup-locations": "1.0.18",
55
55
  "@wix/ecom_recommendations": "1.0.52",
56
56
  "@wix/ecom_recommendations-provider": "1.0.10",
@@ -87,5 +87,5 @@
87
87
  "fqdn": ""
88
88
  }
89
89
  },
90
- "falconPackageHash": "11df2a22f3616da9a6ee0be8144a7c42489aa0bc806c91667d51474d"
90
+ "falconPackageHash": "380348eb642ac8170e30b6045e45eef2e79a4e59d48b2f84762762a1"
91
91
  }
@@ -5983,7 +5983,7 @@ interface PaymentOption$3 {
5983
5983
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
5984
5984
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
5985
5985
  */
5986
- paymentOption?: PaymentOptionType$6;
5986
+ value?: PaymentOptionType$6;
5987
5987
  }
5988
5988
  interface TaxableAddress$6 extends TaxableAddressTaxableAddressDataOneOf$6 {
5989
5989
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -7434,7 +7434,7 @@ interface SelectedMembershipNonNullableFields$3 {
7434
7434
  appId: string;
7435
7435
  }
7436
7436
  interface PaymentOptionNonNullableFields$3 {
7437
- paymentOption: PaymentOptionType$6;
7437
+ value: PaymentOptionType$6;
7438
7438
  }
7439
7439
  interface CatalogOverrideFieldsNonNullableFields$3 {
7440
7440
  productName?: ProductNameNonNullableFields$5;
@@ -8729,7 +8729,7 @@ interface PaymentOption$2 {
8729
8729
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
8730
8730
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
8731
8731
  */
8732
- paymentOption?: PaymentOptionType$5;
8732
+ value?: PaymentOptionType$5;
8733
8733
  }
8734
8734
  interface TaxableAddress$5 extends TaxableAddressTaxableAddressDataOneOf$5 {
8735
8735
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -10180,7 +10180,7 @@ interface SelectedMembershipNonNullableFields$2 {
10180
10180
  appId: string;
10181
10181
  }
10182
10182
  interface PaymentOptionNonNullableFields$2 {
10183
- paymentOption: PaymentOptionType$5;
10183
+ value: PaymentOptionType$5;
10184
10184
  }
10185
10185
  interface CatalogOverrideFieldsNonNullableFields$2 {
10186
10186
  productName?: ProductNameNonNullableFields$4;
@@ -11587,7 +11587,7 @@ interface PaymentOption$1 {
11587
11587
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
11588
11588
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
11589
11589
  */
11590
- paymentOption?: PaymentOptionType$4;
11590
+ value?: PaymentOptionType$4;
11591
11591
  }
11592
11592
  interface TaxableAddress$4 extends TaxableAddressTaxableAddressDataOneOf$4 {
11593
11593
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -13418,7 +13418,7 @@ interface PriceDescriptionNonNullableFields$3 {
13418
13418
  original: string;
13419
13419
  }
13420
13420
  interface PaymentOptionNonNullableFields$1 {
13421
- paymentOption: PaymentOptionType$4;
13421
+ value: PaymentOptionType$4;
13422
13422
  }
13423
13423
  interface CatalogOverrideFieldsNonNullableFields$1 {
13424
13424
  productName?: ProductNameNonNullableFields$3;
@@ -15118,7 +15118,7 @@ interface PaymentOption {
15118
15118
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
15119
15119
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
15120
15120
  */
15121
- paymentOption?: PaymentOptionType$3;
15121
+ value?: PaymentOptionType$3;
15122
15122
  }
15123
15123
  /** Type of selected payment option for catalog item */
15124
15124
  declare enum PaymentOptionType$3 {
@@ -16902,7 +16902,7 @@ interface PhysicalPropertiesNonNullableFields$2 {
16902
16902
  shippable: boolean;
16903
16903
  }
16904
16904
  interface PaymentOptionNonNullableFields {
16905
- paymentOption: PaymentOptionType$3;
16905
+ value: PaymentOptionType$3;
16906
16906
  }
16907
16907
  interface CatalogOverrideFieldsNonNullableFields {
16908
16908
  productName?: ProductNameNonNullableFields$2;
@@ -5983,7 +5983,7 @@ interface PaymentOption$3 {
5983
5983
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
5984
5984
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
5985
5985
  */
5986
- paymentOption?: PaymentOptionType$6;
5986
+ value?: PaymentOptionType$6;
5987
5987
  }
5988
5988
  interface TaxableAddress$6 extends TaxableAddressTaxableAddressDataOneOf$6 {
5989
5989
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -7434,7 +7434,7 @@ interface SelectedMembershipNonNullableFields$3 {
7434
7434
  appId: string;
7435
7435
  }
7436
7436
  interface PaymentOptionNonNullableFields$3 {
7437
- paymentOption: PaymentOptionType$6;
7437
+ value: PaymentOptionType$6;
7438
7438
  }
7439
7439
  interface CatalogOverrideFieldsNonNullableFields$3 {
7440
7440
  productName?: ProductNameNonNullableFields$5;
@@ -8729,7 +8729,7 @@ interface PaymentOption$2 {
8729
8729
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
8730
8730
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
8731
8731
  */
8732
- paymentOption?: PaymentOptionType$5;
8732
+ value?: PaymentOptionType$5;
8733
8733
  }
8734
8734
  interface TaxableAddress$5 extends TaxableAddressTaxableAddressDataOneOf$5 {
8735
8735
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -10180,7 +10180,7 @@ interface SelectedMembershipNonNullableFields$2 {
10180
10180
  appId: string;
10181
10181
  }
10182
10182
  interface PaymentOptionNonNullableFields$2 {
10183
- paymentOption: PaymentOptionType$5;
10183
+ value: PaymentOptionType$5;
10184
10184
  }
10185
10185
  interface CatalogOverrideFieldsNonNullableFields$2 {
10186
10186
  productName?: ProductNameNonNullableFields$4;
@@ -11587,7 +11587,7 @@ interface PaymentOption$1 {
11587
11587
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
11588
11588
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
11589
11589
  */
11590
- paymentOption?: PaymentOptionType$4;
11590
+ value?: PaymentOptionType$4;
11591
11591
  }
11592
11592
  interface TaxableAddress$4 extends TaxableAddressTaxableAddressDataOneOf$4 {
11593
11593
  /** taxable address type. if this field is selected, the address is automatically resolved, and the tax is calculated accordingly. */
@@ -13418,7 +13418,7 @@ interface PriceDescriptionNonNullableFields$3 {
13418
13418
  original: string;
13419
13419
  }
13420
13420
  interface PaymentOptionNonNullableFields$1 {
13421
- paymentOption: PaymentOptionType$4;
13421
+ value: PaymentOptionType$4;
13422
13422
  }
13423
13423
  interface CatalogOverrideFieldsNonNullableFields$1 {
13424
13424
  productName?: ProductNameNonNullableFields$3;
@@ -15118,7 +15118,7 @@ interface PaymentOption {
15118
15118
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
15119
15119
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
15120
15120
  */
15121
- paymentOption?: PaymentOptionType$3;
15121
+ value?: PaymentOptionType$3;
15122
15122
  }
15123
15123
  /** Type of selected payment option for catalog item */
15124
15124
  declare enum PaymentOptionType$3 {
@@ -16902,7 +16902,7 @@ interface PhysicalPropertiesNonNullableFields$2 {
16902
16902
  shippable: boolean;
16903
16903
  }
16904
16904
  interface PaymentOptionNonNullableFields {
16905
- paymentOption: PaymentOptionType$3;
16905
+ value: PaymentOptionType$3;
16906
16906
  }
16907
16907
  interface CatalogOverrideFieldsNonNullableFields {
16908
16908
  productName?: ProductNameNonNullableFields$2;
@@ -5849,7 +5849,7 @@ interface PaymentOption$7 {
5849
5849
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
5850
5850
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
5851
5851
  */
5852
- paymentOption?: PaymentOptionType$d;
5852
+ value?: PaymentOptionType$d;
5853
5853
  }
5854
5854
  declare enum TaxableAddressType$b {
5855
5855
  UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
@@ -7010,7 +7010,7 @@ interface ImageNonNullableFields$7 {
7010
7010
  width: number;
7011
7011
  }
7012
7012
  interface PaymentOptionNonNullableFields$7 {
7013
- paymentOption: PaymentOptionType$d;
7013
+ value: PaymentOptionType$d;
7014
7014
  }
7015
7015
  interface CatalogOverrideFieldsNonNullableFields$7 {
7016
7016
  productName?: ProductNameNonNullableFields$b;
@@ -7818,7 +7818,7 @@ interface PaymentOption$6 {
7818
7818
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
7819
7819
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
7820
7820
  */
7821
- paymentOption?: PaymentOptionType$c;
7821
+ value?: PaymentOptionType$c;
7822
7822
  }
7823
7823
  declare enum TaxableAddressType$a {
7824
7824
  UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
@@ -8968,7 +8968,7 @@ interface SelectedMembershipNonNullableFields$6 {
8968
8968
  appId: string;
8969
8969
  }
8970
8970
  interface PaymentOptionNonNullableFields$6 {
8971
- paymentOption: PaymentOptionType$c;
8971
+ value: PaymentOptionType$c;
8972
8972
  }
8973
8973
  interface CatalogOverrideFieldsNonNullableFields$6 {
8974
8974
  productName?: ProductNameNonNullableFields$a;
@@ -9891,7 +9891,7 @@ interface PaymentOption$5 {
9891
9891
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
9892
9892
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
9893
9893
  */
9894
- paymentOption?: PaymentOptionType$b;
9894
+ value?: PaymentOptionType$b;
9895
9895
  }
9896
9896
  declare enum TaxableAddressType$9 {
9897
9897
  UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
@@ -11015,7 +11015,7 @@ interface ImageNonNullableFields$6 {
11015
11015
  width: number;
11016
11016
  }
11017
11017
  interface PaymentOptionNonNullableFields$5 {
11018
- paymentOption: PaymentOptionType$b;
11018
+ value: PaymentOptionType$b;
11019
11019
  }
11020
11020
  interface CatalogOverrideFieldsNonNullableFields$5 {
11021
11021
  productName?: ProductNameNonNullableFields$9;
@@ -11820,7 +11820,7 @@ interface PaymentOption$4 {
11820
11820
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
11821
11821
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
11822
11822
  */
11823
- paymentOption?: PaymentOptionType$a;
11823
+ value?: PaymentOptionType$a;
11824
11824
  }
11825
11825
  declare enum TaxableAddressType$8 {
11826
11826
  UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
@@ -12933,7 +12933,7 @@ interface SelectedMembershipNonNullableFields$4 {
12933
12933
  appId: string;
12934
12934
  }
12935
12935
  interface PaymentOptionNonNullableFields$4 {
12936
- paymentOption: PaymentOptionType$a;
12936
+ value: PaymentOptionType$a;
12937
12937
  }
12938
12938
  interface CatalogOverrideFieldsNonNullableFields$4 {
12939
12939
  productName?: ProductNameNonNullableFields$8;
@@ -14034,7 +14034,7 @@ interface PaymentOption$3 {
14034
14034
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
14035
14035
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
14036
14036
  */
14037
- paymentOption?: PaymentOptionType$9;
14037
+ value?: PaymentOptionType$9;
14038
14038
  }
14039
14039
  declare enum TaxableAddressType$7 {
14040
14040
  UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
@@ -15247,7 +15247,7 @@ interface ImageNonNullableFields$5 {
15247
15247
  width: number;
15248
15248
  }
15249
15249
  interface PaymentOptionNonNullableFields$3 {
15250
- paymentOption: PaymentOptionType$9;
15250
+ value: PaymentOptionType$9;
15251
15251
  }
15252
15252
  interface CatalogOverrideFieldsNonNullableFields$3 {
15253
15253
  productName?: ProductNameNonNullableFields$7;
@@ -16278,7 +16278,7 @@ interface PaymentOption$2 {
16278
16278
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
16279
16279
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
16280
16280
  */
16281
- paymentOption?: PaymentOptionType$8;
16281
+ value?: PaymentOptionType$8;
16282
16282
  }
16283
16283
  declare enum TaxableAddressType$6 {
16284
16284
  UNKNOWN_TAXABLE_ADDRESS = "UNKNOWN_TAXABLE_ADDRESS",
@@ -17449,7 +17449,7 @@ interface PriceDescriptionNonNullableFields$6 {
17449
17449
  original: string;
17450
17450
  }
17451
17451
  interface PaymentOptionNonNullableFields$2 {
17452
- paymentOption: PaymentOptionType$8;
17452
+ value: PaymentOptionType$8;
17453
17453
  }
17454
17454
  interface CatalogOverrideFieldsNonNullableFields$2 {
17455
17455
  productName?: ProductNameNonNullableFields$6;
@@ -18597,7 +18597,7 @@ interface PaymentOption$1 {
18597
18597
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
18598
18598
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
18599
18599
  */
18600
- paymentOption?: PaymentOptionType$7;
18600
+ value?: PaymentOptionType$7;
18601
18601
  }
18602
18602
  /** Type of selected payment option for catalog item */
18603
18603
  declare enum PaymentOptionType$7 {
@@ -18950,7 +18950,7 @@ interface ImageNonNullableFields$3 {
18950
18950
  width: number;
18951
18951
  }
18952
18952
  interface PaymentOptionNonNullableFields$1 {
18953
- paymentOption: PaymentOptionType$7;
18953
+ value: PaymentOptionType$7;
18954
18954
  }
18955
18955
  interface CatalogOverrideFieldsNonNullableFields$1 {
18956
18956
  productName?: ProductNameNonNullableFields$5;
@@ -19294,7 +19294,7 @@ interface PaymentOption {
19294
19294
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
19295
19295
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
19296
19296
  */
19297
- paymentOption?: PaymentOptionType$6;
19297
+ value?: PaymentOptionType$6;
19298
19298
  }
19299
19299
  /** Type of selected payment option for catalog item */
19300
19300
  declare enum PaymentOptionType$6 {
@@ -19636,7 +19636,7 @@ interface PhysicalPropertiesNonNullableFields$4 {
19636
19636
  shippable: boolean;
19637
19637
  }
19638
19638
  interface PaymentOptionNonNullableFields {
19639
- paymentOption: PaymentOptionType$6;
19639
+ value: PaymentOptionType$6;
19640
19640
  }
19641
19641
  interface CatalogOverrideFieldsNonNullableFields {
19642
19642
  productName?: ProductNameNonNullableFields$4;
@@ -4717,7 +4717,7 @@ interface PaymentOption {
4717
4717
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
4718
4718
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
4719
4719
  */
4720
- paymentOption?: PaymentOptionType;
4720
+ value?: PaymentOptionType;
4721
4721
  }
4722
4722
  interface Policy {
4723
4723
  /** Policy title - should be translated */
@@ -4717,7 +4717,7 @@ interface PaymentOption {
4717
4717
  * + `DEPOSIT_ONLINE`: Partial payment to be paid upfront during the checkout. Initial amount to be paid for each line item is specified in `depositAmount`.
4718
4718
  * + `MEMBERSHIP_OFFLINE`: Payment for this item can only be done by charging a membership and must be manually redeemed in the dashboard by the site admin. When selected, `price` is `0`.
4719
4719
  */
4720
- paymentOption?: PaymentOptionType;
4720
+ value?: PaymentOptionType;
4721
4721
  }
4722
4722
  interface Policy {
4723
4723
  /** Policy title - should be translated */