@wix/ecom 1.0.838 → 1.0.839

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.838",
3
+ "version": "1.0.839",
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.104",
29
+ "@wix/ecom_cart": "1.0.105",
30
30
  "@wix/ecom_checkout": "1.0.112",
31
31
  "@wix/ecom_checkout-content": "1.0.15",
32
32
  "@wix/ecom_checkout-settings": "1.0.60",
33
33
  "@wix/ecom_checkout-templates": "1.0.110",
34
34
  "@wix/ecom_currencies": "1.0.45",
35
- "@wix/ecom_current-cart": "1.0.104",
35
+ "@wix/ecom_current-cart": "1.0.105",
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",
@@ -87,5 +87,5 @@
87
87
  "fqdn": ""
88
88
  }
89
89
  },
90
- "falconPackageHash": "8b1f268ea0ad8931e6769f15566ff36f9298bf7e05c7a1bf24aae5dd"
90
+ "falconPackageHash": "c8e9b459917bbbb5dedd2c48cd9871932ea327ad5005593fc6582a8e"
91
91
  }
@@ -5654,6 +5654,11 @@ interface LineItem$6 {
5654
5654
  * @readonly
5655
5655
  */
5656
5656
  taxGroupId?: string | null;
5657
+ /**
5658
+ * Whether the line item is a custom line item. Custom line items don't trigger the Catalog service plugin.
5659
+ * @readonly
5660
+ */
5661
+ customLineItem?: boolean;
5657
5662
  /**
5658
5663
  * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
5659
5664
  * @readonly
@@ -6895,7 +6900,8 @@ declare enum RuleType$6 {
6895
6900
  REQUIRED_FIELD = "REQUIRED_FIELD",
6896
6901
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
6897
6902
  ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
6898
- EXACT_LENGTH = "EXACT_LENGTH"
6903
+ EXACT_LENGTH = "EXACT_LENGTH",
6904
+ EXACT_SIZE = "EXACT_SIZE"
6899
6905
  }
6900
6906
  interface FieldViolation$6 {
6901
6907
  field?: string;
@@ -8401,6 +8407,11 @@ interface LineItem$5 {
8401
8407
  * @readonly
8402
8408
  */
8403
8409
  taxGroupId?: string | null;
8410
+ /**
8411
+ * Whether the line item is a custom line item. Custom line items don't trigger the Catalog service plugin.
8412
+ * @readonly
8413
+ */
8414
+ customLineItem?: boolean;
8404
8415
  /**
8405
8416
  * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
8406
8417
  * @readonly
@@ -9642,7 +9653,8 @@ declare enum RuleType$5 {
9642
9653
  REQUIRED_FIELD = "REQUIRED_FIELD",
9643
9654
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
9644
9655
  ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
9645
- EXACT_LENGTH = "EXACT_LENGTH"
9656
+ EXACT_LENGTH = "EXACT_LENGTH",
9657
+ EXACT_SIZE = "EXACT_SIZE"
9646
9658
  }
9647
9659
  interface FieldViolation$5 {
9648
9660
  field?: string;
@@ -5654,6 +5654,11 @@ interface LineItem$6 {
5654
5654
  * @readonly
5655
5655
  */
5656
5656
  taxGroupId?: string | null;
5657
+ /**
5658
+ * Whether the line item is a custom line item. Custom line items don't trigger the Catalog service plugin.
5659
+ * @readonly
5660
+ */
5661
+ customLineItem?: boolean;
5657
5662
  /**
5658
5663
  * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
5659
5664
  * @readonly
@@ -6895,7 +6900,8 @@ declare enum RuleType$6 {
6895
6900
  REQUIRED_FIELD = "REQUIRED_FIELD",
6896
6901
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
6897
6902
  ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
6898
- EXACT_LENGTH = "EXACT_LENGTH"
6903
+ EXACT_LENGTH = "EXACT_LENGTH",
6904
+ EXACT_SIZE = "EXACT_SIZE"
6899
6905
  }
6900
6906
  interface FieldViolation$6 {
6901
6907
  field?: string;
@@ -8401,6 +8407,11 @@ interface LineItem$5 {
8401
8407
  * @readonly
8402
8408
  */
8403
8409
  taxGroupId?: string | null;
8410
+ /**
8411
+ * Whether the line item is a custom line item. Custom line items don't trigger the Catalog service plugin.
8412
+ * @readonly
8413
+ */
8414
+ customLineItem?: boolean;
8404
8415
  /**
8405
8416
  * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
8406
8417
  * @readonly
@@ -9642,7 +9653,8 @@ declare enum RuleType$5 {
9642
9653
  REQUIRED_FIELD = "REQUIRED_FIELD",
9643
9654
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
9644
9655
  ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
9645
- EXACT_LENGTH = "EXACT_LENGTH"
9656
+ EXACT_LENGTH = "EXACT_LENGTH",
9657
+ EXACT_SIZE = "EXACT_SIZE"
9646
9658
  }
9647
9659
  interface FieldViolation$5 {
9648
9660
  field?: string;
@@ -5541,6 +5541,11 @@ interface LineItem$7 {
5541
5541
  * @readonly
5542
5542
  */
5543
5543
  taxGroupId?: string | null;
5544
+ /**
5545
+ * Whether the line item is a custom line item. Custom line items don't trigger the Catalog service plugin.
5546
+ * @readonly
5547
+ */
5548
+ customLineItem?: boolean;
5544
5549
  /**
5545
5550
  * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
5546
5551
  * @readonly
@@ -6629,7 +6634,8 @@ declare enum RuleType$b {
6629
6634
  REQUIRED_FIELD = "REQUIRED_FIELD",
6630
6635
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
6631
6636
  ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
6632
- EXACT_LENGTH = "EXACT_LENGTH"
6637
+ EXACT_LENGTH = "EXACT_LENGTH",
6638
+ EXACT_SIZE = "EXACT_SIZE"
6633
6639
  }
6634
6640
  interface FieldViolation$b {
6635
6641
  field?: string;
@@ -7573,6 +7579,11 @@ interface LineItem$6 {
7573
7579
  * @readonly
7574
7580
  */
7575
7581
  taxGroupId?: string | null;
7582
+ /**
7583
+ * Whether the line item is a custom line item. Custom line items don't trigger the Catalog service plugin.
7584
+ * @readonly
7585
+ */
7586
+ customLineItem?: boolean;
7576
7587
  /**
7577
7588
  * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
7578
7589
  * @readonly
@@ -8602,7 +8613,8 @@ declare enum RuleType$a {
8602
8613
  REQUIRED_FIELD = "REQUIRED_FIELD",
8603
8614
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
8604
8615
  ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
8605
- EXACT_LENGTH = "EXACT_LENGTH"
8616
+ EXACT_LENGTH = "EXACT_LENGTH",
8617
+ EXACT_SIZE = "EXACT_SIZE"
8606
8618
  }
8607
8619
  interface FieldViolation$a {
8608
8620
  field?: string;
@@ -9585,6 +9597,11 @@ interface LineItem$5 {
9585
9597
  * @readonly
9586
9598
  */
9587
9599
  taxGroupId?: string | null;
9600
+ /**
9601
+ * Whether the line item is a custom line item. Custom line items don't trigger the Catalog service plugin.
9602
+ * @readonly
9603
+ */
9604
+ customLineItem?: boolean;
9588
9605
  /**
9589
9606
  * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
9590
9607
  * @readonly
@@ -10690,7 +10707,8 @@ declare enum RuleType$9 {
10690
10707
  REQUIRED_FIELD = "REQUIRED_FIELD",
10691
10708
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
10692
10709
  ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
10693
- EXACT_LENGTH = "EXACT_LENGTH"
10710
+ EXACT_LENGTH = "EXACT_LENGTH",
10711
+ EXACT_SIZE = "EXACT_SIZE"
10694
10712
  }
10695
10713
  interface FieldViolation$9 {
10696
10714
  field?: string;
@@ -11577,6 +11595,11 @@ interface LineItem$4 {
11577
11595
  * @readonly
11578
11596
  */
11579
11597
  taxGroupId?: string | null;
11598
+ /**
11599
+ * Whether the line item is a custom line item. Custom line items don't trigger the Catalog service plugin.
11600
+ * @readonly
11601
+ */
11602
+ customLineItem?: boolean;
11580
11603
  /**
11581
11604
  * Item payment policy that requires customer consent to complete purchase. The payment policy will be displayed on the checkout page.
11582
11605
  * @readonly
@@ -12623,7 +12646,8 @@ declare enum RuleType$8 {
12623
12646
  REQUIRED_FIELD = "REQUIRED_FIELD",
12624
12647
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
12625
12648
  ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
12626
- EXACT_LENGTH = "EXACT_LENGTH"
12649
+ EXACT_LENGTH = "EXACT_LENGTH",
12650
+ EXACT_SIZE = "EXACT_SIZE"
12627
12651
  }
12628
12652
  interface FieldViolation$8 {
12629
12653
  field?: string;