@wix/ecom 1.0.829 → 1.0.831

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.829",
3
+ "version": "1.0.831",
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.61",
28
28
  "@wix/ecom_back-in-stock-settings": "1.0.44",
29
- "@wix/ecom_cart": "1.0.100",
30
- "@wix/ecom_checkout": "1.0.109",
29
+ "@wix/ecom_cart": "1.0.102",
30
+ "@wix/ecom_checkout": "1.0.110",
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.107",
33
+ "@wix/ecom_checkout-templates": "1.0.108",
34
34
  "@wix/ecom_currencies": "1.0.45",
35
- "@wix/ecom_current-cart": "1.0.100",
35
+ "@wix/ecom_current-cart": "1.0.102",
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.73",
53
+ "@wix/ecom_payment-settings": "1.0.74",
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.11",
@@ -87,5 +87,5 @@
87
87
  "fqdn": ""
88
88
  }
89
89
  },
90
- "falconPackageHash": "2c4cc2db46d45cf770a54910226e92c93892f73915d153c536bbdc25"
90
+ "falconPackageHash": "101423cf090a06e527518b8f9c992ba5cf17a2b3ca935028e2520003"
91
91
  }
@@ -5960,7 +5960,7 @@ interface CatalogOverrideFields$3 {
5960
5960
  image?: string;
5961
5961
  /** Payment method selected for the item. */
5962
5962
  paymentOption?: PaymentOption$3;
5963
- /** Partial payment to be paid upfront during the checkout. */
5963
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
5964
5964
  depositAmount?: string | null;
5965
5965
  /**
5966
5966
  * Whether to save the payment method on the order.
@@ -6894,7 +6894,8 @@ declare enum RuleType$6 {
6894
6894
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
6895
6895
  REQUIRED_FIELD = "REQUIRED_FIELD",
6896
6896
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
6897
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
6897
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
6898
+ EXACT_LENGTH = "EXACT_LENGTH"
6898
6899
  }
6899
6900
  interface FieldViolation$6 {
6900
6901
  field?: string;
@@ -8706,7 +8707,7 @@ interface CatalogOverrideFields$2 {
8706
8707
  image?: string;
8707
8708
  /** Payment method selected for the item. */
8708
8709
  paymentOption?: PaymentOption$2;
8709
- /** Partial payment to be paid upfront during the checkout. */
8710
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
8710
8711
  depositAmount?: string | null;
8711
8712
  /**
8712
8713
  * Whether to save the payment method on the order.
@@ -9640,7 +9641,8 @@ declare enum RuleType$5 {
9640
9641
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
9641
9642
  REQUIRED_FIELD = "REQUIRED_FIELD",
9642
9643
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
9643
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
9644
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
9645
+ EXACT_LENGTH = "EXACT_LENGTH"
9644
9646
  }
9645
9647
  interface FieldViolation$5 {
9646
9648
  field?: string;
@@ -11564,7 +11566,7 @@ interface CatalogOverrideFields$1 {
11564
11566
  image?: string;
11565
11567
  /** Payment method selected for the item. */
11566
11568
  paymentOption?: PaymentOption$1;
11567
- /** Partial payment to be paid upfront during the checkout. */
11569
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
11568
11570
  depositAmount?: string | null;
11569
11571
  /**
11570
11572
  * Whether to save the payment method on the order.
@@ -11977,7 +11979,8 @@ declare enum RuleType$4 {
11977
11979
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
11978
11980
  REQUIRED_FIELD = "REQUIRED_FIELD",
11979
11981
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
11980
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
11982
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
11983
+ EXACT_LENGTH = "EXACT_LENGTH"
11981
11984
  }
11982
11985
  interface FieldViolation$4 {
11983
11986
  field?: string;
@@ -15015,7 +15018,7 @@ interface CatalogOverrideFields {
15015
15018
  image?: string;
15016
15019
  /** Payment method selected for the item. */
15017
15020
  paymentOption?: PaymentOption;
15018
- /** Partial payment to be paid upfront during the checkout. */
15021
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
15019
15022
  depositAmount?: string | null;
15020
15023
  /**
15021
15024
  * Whether to save the payment method on the order.
@@ -16306,7 +16309,8 @@ declare enum RuleType$3 {
16306
16309
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
16307
16310
  REQUIRED_FIELD = "REQUIRED_FIELD",
16308
16311
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
16309
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
16312
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
16313
+ EXACT_LENGTH = "EXACT_LENGTH"
16310
16314
  }
16311
16315
  interface FieldViolation$3 {
16312
16316
  field?: string;
@@ -5960,7 +5960,7 @@ interface CatalogOverrideFields$3 {
5960
5960
  image?: string;
5961
5961
  /** Payment method selected for the item. */
5962
5962
  paymentOption?: PaymentOption$3;
5963
- /** Partial payment to be paid upfront during the checkout. */
5963
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
5964
5964
  depositAmount?: string | null;
5965
5965
  /**
5966
5966
  * Whether to save the payment method on the order.
@@ -6894,7 +6894,8 @@ declare enum RuleType$6 {
6894
6894
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
6895
6895
  REQUIRED_FIELD = "REQUIRED_FIELD",
6896
6896
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
6897
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
6897
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
6898
+ EXACT_LENGTH = "EXACT_LENGTH"
6898
6899
  }
6899
6900
  interface FieldViolation$6 {
6900
6901
  field?: string;
@@ -8706,7 +8707,7 @@ interface CatalogOverrideFields$2 {
8706
8707
  image?: string;
8707
8708
  /** Payment method selected for the item. */
8708
8709
  paymentOption?: PaymentOption$2;
8709
- /** Partial payment to be paid upfront during the checkout. */
8710
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
8710
8711
  depositAmount?: string | null;
8711
8712
  /**
8712
8713
  * Whether to save the payment method on the order.
@@ -9640,7 +9641,8 @@ declare enum RuleType$5 {
9640
9641
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
9641
9642
  REQUIRED_FIELD = "REQUIRED_FIELD",
9642
9643
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
9643
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
9644
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
9645
+ EXACT_LENGTH = "EXACT_LENGTH"
9644
9646
  }
9645
9647
  interface FieldViolation$5 {
9646
9648
  field?: string;
@@ -11564,7 +11566,7 @@ interface CatalogOverrideFields$1 {
11564
11566
  image?: string;
11565
11567
  /** Payment method selected for the item. */
11566
11568
  paymentOption?: PaymentOption$1;
11567
- /** Partial payment to be paid upfront during the checkout. */
11569
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
11568
11570
  depositAmount?: string | null;
11569
11571
  /**
11570
11572
  * Whether to save the payment method on the order.
@@ -11977,7 +11979,8 @@ declare enum RuleType$4 {
11977
11979
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
11978
11980
  REQUIRED_FIELD = "REQUIRED_FIELD",
11979
11981
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
11980
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
11982
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
11983
+ EXACT_LENGTH = "EXACT_LENGTH"
11981
11984
  }
11982
11985
  interface FieldViolation$4 {
11983
11986
  field?: string;
@@ -15015,7 +15018,7 @@ interface CatalogOverrideFields {
15015
15018
  image?: string;
15016
15019
  /** Payment method selected for the item. */
15017
15020
  paymentOption?: PaymentOption;
15018
- /** Partial payment to be paid upfront during the checkout. */
15021
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
15019
15022
  depositAmount?: string | null;
15020
15023
  /**
15021
15024
  * Whether to save the payment method on the order.
@@ -16306,7 +16309,8 @@ declare enum RuleType$3 {
16306
16309
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
16307
16310
  REQUIRED_FIELD = "REQUIRED_FIELD",
16308
16311
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
16309
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
16312
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
16313
+ EXACT_LENGTH = "EXACT_LENGTH"
16310
16314
  }
16311
16315
  interface FieldViolation$3 {
16312
16316
  field?: string;
@@ -5820,7 +5820,7 @@ interface CatalogOverrideFields$7 {
5820
5820
  image?: Image$6;
5821
5821
  /** Payment method selected for the item. */
5822
5822
  paymentOption?: PaymentOption$7;
5823
- /** Partial payment to be paid upfront during the checkout. */
5823
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
5824
5824
  depositAmount?: string | null;
5825
5825
  /**
5826
5826
  * Whether to save the payment method on the order.
@@ -6628,7 +6628,8 @@ declare enum RuleType$b {
6628
6628
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
6629
6629
  REQUIRED_FIELD = "REQUIRED_FIELD",
6630
6630
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
6631
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
6631
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
6632
+ EXACT_LENGTH = "EXACT_LENGTH"
6632
6633
  }
6633
6634
  interface FieldViolation$b {
6634
6635
  field?: string;
@@ -7801,7 +7802,7 @@ interface CatalogOverrideFields$6 {
7801
7802
  image?: string;
7802
7803
  /** Payment method selected for the item. */
7803
7804
  paymentOption?: PaymentOption$6;
7804
- /** Partial payment to be paid upfront during the checkout. */
7805
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
7805
7806
  depositAmount?: string | null;
7806
7807
  /**
7807
7808
  * Whether to save the payment method on the order.
@@ -8600,7 +8601,8 @@ declare enum RuleType$a {
8600
8601
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
8601
8602
  REQUIRED_FIELD = "REQUIRED_FIELD",
8602
8603
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
8603
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
8604
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
8605
+ EXACT_LENGTH = "EXACT_LENGTH"
8604
8606
  }
8605
8607
  interface FieldViolation$a {
8606
8608
  field?: string;
@@ -9862,7 +9864,7 @@ interface CatalogOverrideFields$5 {
9862
9864
  image?: Image$5;
9863
9865
  /** Payment method selected for the item. */
9864
9866
  paymentOption?: PaymentOption$5;
9865
- /** Partial payment to be paid upfront during the checkout. */
9867
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
9866
9868
  depositAmount?: string | null;
9867
9869
  /**
9868
9870
  * Whether to save the payment method on the order.
@@ -10687,7 +10689,8 @@ declare enum RuleType$9 {
10687
10689
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
10688
10690
  REQUIRED_FIELD = "REQUIRED_FIELD",
10689
10691
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
10690
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
10692
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
10693
+ EXACT_LENGTH = "EXACT_LENGTH"
10691
10694
  }
10692
10695
  interface FieldViolation$9 {
10693
10696
  field?: string;
@@ -11803,7 +11806,7 @@ interface CatalogOverrideFields$4 {
11803
11806
  image?: string;
11804
11807
  /** Payment method selected for the item. */
11805
11808
  paymentOption?: PaymentOption$4;
11806
- /** Partial payment to be paid upfront during the checkout. */
11809
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
11807
11810
  depositAmount?: string | null;
11808
11811
  /**
11809
11812
  * Whether to save the payment method on the order.
@@ -12619,7 +12622,8 @@ declare enum RuleType$8 {
12619
12622
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
12620
12623
  REQUIRED_FIELD = "REQUIRED_FIELD",
12621
12624
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
12622
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
12625
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
12626
+ EXACT_LENGTH = "EXACT_LENGTH"
12623
12627
  }
12624
12628
  interface FieldViolation$8 {
12625
12629
  field?: string;
@@ -14005,7 +14009,7 @@ interface CatalogOverrideFields$3 {
14005
14009
  image?: Image$4;
14006
14010
  /** Payment method selected for the item. */
14007
14011
  paymentOption?: PaymentOption$3;
14008
- /** Partial payment to be paid upfront during the checkout. */
14012
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
14009
14013
  depositAmount?: string | null;
14010
14014
  /**
14011
14015
  * Whether to save the payment method on the order.
@@ -14413,7 +14417,8 @@ declare enum RuleType$7 {
14413
14417
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
14414
14418
  REQUIRED_FIELD = "REQUIRED_FIELD",
14415
14419
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
14416
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
14420
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
14421
+ EXACT_LENGTH = "EXACT_LENGTH"
14417
14422
  }
14418
14423
  interface FieldViolation$7 {
14419
14424
  field?: string;
@@ -16261,7 +16266,7 @@ interface CatalogOverrideFields$2 {
16261
16266
  image?: string;
16262
16267
  /** Payment method selected for the item. */
16263
16268
  paymentOption?: PaymentOption$2;
16264
- /** Partial payment to be paid upfront during the checkout. */
16269
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
16265
16270
  depositAmount?: string | null;
16266
16271
  /**
16267
16272
  * Whether to save the payment method on the order.
@@ -16647,7 +16652,8 @@ declare enum RuleType$6 {
16647
16652
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
16648
16653
  REQUIRED_FIELD = "REQUIRED_FIELD",
16649
16654
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
16650
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
16655
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
16656
+ EXACT_LENGTH = "EXACT_LENGTH"
16651
16657
  }
16652
16658
  interface FieldViolation$6 {
16653
16659
  field?: string;
@@ -18488,7 +18494,7 @@ interface CatalogOverrideFields$1 {
18488
18494
  image?: Image$3;
18489
18495
  /** Payment method selected for the item. */
18490
18496
  paymentOption?: PaymentOption$1;
18491
- /** Partial payment to be paid upfront during the checkout. */
18497
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
18492
18498
  depositAmount?: string | null;
18493
18499
  /**
18494
18500
  * Whether to save the payment method on the order.
@@ -19197,7 +19203,7 @@ interface CatalogOverrideFields {
19197
19203
  image?: string;
19198
19204
  /** Payment method selected for the item. */
19199
19205
  paymentOption?: PaymentOption;
19200
- /** Partial payment to be paid upfront during the checkout. */
19206
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
19201
19207
  depositAmount?: string | null;
19202
19208
  /**
19203
19209
  * Whether to save the payment method on the order.
@@ -4700,7 +4700,7 @@ interface CatalogOverrideFields {
4700
4700
  image?: string;
4701
4701
  /** Payment method selected for the item. */
4702
4702
  paymentOption?: PaymentOption;
4703
- /** Partial payment to be paid upfront during the checkout. */
4703
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
4704
4704
  depositAmount?: string | null;
4705
4705
  /**
4706
4706
  * Whether to save the payment method on the order.
@@ -5025,7 +5025,8 @@ declare enum RuleType {
5025
5025
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
5026
5026
  REQUIRED_FIELD = "REQUIRED_FIELD",
5027
5027
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
5028
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
5028
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
5029
+ EXACT_LENGTH = "EXACT_LENGTH"
5029
5030
  }
5030
5031
  interface FieldViolation {
5031
5032
  field?: string;
@@ -4700,7 +4700,7 @@ interface CatalogOverrideFields {
4700
4700
  image?: string;
4701
4701
  /** Payment method selected for the item. */
4702
4702
  paymentOption?: PaymentOption;
4703
- /** Partial payment to be paid upfront during the checkout. */
4703
+ /** Only eligible for catalog items with `lineItem.paymentOption.value` type of `DEPOSIT_ONLINE`. */
4704
4704
  depositAmount?: string | null;
4705
4705
  /**
4706
4706
  * Whether to save the payment method on the order.
@@ -5025,7 +5025,8 @@ declare enum RuleType {
5025
5025
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
5026
5026
  REQUIRED_FIELD = "REQUIRED_FIELD",
5027
5027
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
5028
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
5028
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
5029
+ EXACT_LENGTH = "EXACT_LENGTH"
5029
5030
  }
5030
5031
  interface FieldViolation {
5031
5032
  field?: string;