@wix/ecom 1.0.840 → 1.0.841

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.840",
3
+ "version": "1.0.841",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -35,7 +35,7 @@
35
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
- "@wix/ecom_delivery-solutions": "1.0.11",
38
+ "@wix/ecom_delivery-solutions": "1.0.12",
39
39
  "@wix/ecom_discount-rules": "1.0.62",
40
40
  "@wix/ecom_discounts": "1.0.14",
41
41
  "@wix/ecom_discounts-custom-trigger": "1.0.17",
@@ -87,5 +87,5 @@
87
87
  "fqdn": ""
88
88
  }
89
89
  },
90
- "falconPackageHash": "546f154b25574333e9b95ea240ecbadc7149416aaddca9784de99376"
90
+ "falconPackageHash": "37779f5255b4a3e0deb0ea1c8da0be2251958195bc6b7d03df53cd88"
91
91
  }
@@ -36947,7 +36947,9 @@ declare enum RuleType {
36947
36947
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
36948
36948
  REQUIRED_FIELD = "REQUIRED_FIELD",
36949
36949
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
36950
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
36950
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
36951
+ EXACT_LENGTH = "EXACT_LENGTH",
36952
+ EXACT_SIZE = "EXACT_SIZE"
36951
36953
  }
36952
36954
  interface FieldViolation {
36953
36955
  field?: string;
@@ -36947,7 +36947,9 @@ declare enum RuleType {
36947
36947
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
36948
36948
  REQUIRED_FIELD = "REQUIRED_FIELD",
36949
36949
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
36950
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
36950
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
36951
+ EXACT_LENGTH = "EXACT_LENGTH",
36952
+ EXACT_SIZE = "EXACT_SIZE"
36951
36953
  }
36952
36954
  interface FieldViolation {
36953
36955
  field?: string;
@@ -38734,7 +38734,9 @@ declare enum RuleType$1 {
38734
38734
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
38735
38735
  REQUIRED_FIELD = "REQUIRED_FIELD",
38736
38736
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
38737
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
38737
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
38738
+ EXACT_LENGTH = "EXACT_LENGTH",
38739
+ EXACT_SIZE = "EXACT_SIZE"
38738
38740
  }
38739
38741
  interface FieldViolation$1 {
38740
38742
  field?: string;
@@ -39153,7 +39155,9 @@ declare enum RuleType {
39153
39155
  INVALID_ENUM_VALUE = "INVALID_ENUM_VALUE",
39154
39156
  REQUIRED_FIELD = "REQUIRED_FIELD",
39155
39157
  FIELD_NOT_ALLOWED = "FIELD_NOT_ALLOWED",
39156
- ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT"
39158
+ ONE_OF_ALIGNMENT = "ONE_OF_ALIGNMENT",
39159
+ EXACT_LENGTH = "EXACT_LENGTH",
39160
+ EXACT_SIZE = "EXACT_SIZE"
39157
39161
  }
39158
39162
  interface FieldViolation {
39159
39163
  field?: string;