@wix/auto_sdk_forms_forms 1.0.11 → 1.0.12

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.
@@ -3004,7 +3004,7 @@ export interface InPersonOptions {
3004
3004
  /**
3005
3005
  * The locations details
3006
3006
  * @minSize 1
3007
- * @maxSize 500
3007
+ * @maxSize 1
3008
3008
  */
3009
3009
  locations?: Location[];
3010
3010
  }
@@ -2971,7 +2971,7 @@ export interface InPersonOptions {
2971
2971
  /**
2972
2972
  * The locations details
2973
2973
  * @minSize 1
2974
- * @maxSize 500
2974
+ * @maxSize 1
2975
2975
  */
2976
2976
  locations?: Location[];
2977
2977
  }
@@ -3004,7 +3004,7 @@ export interface InPersonOptions {
3004
3004
  /**
3005
3005
  * The locations details
3006
3006
  * @minSize 1
3007
- * @maxSize 500
3007
+ * @maxSize 1
3008
3008
  */
3009
3009
  locations?: Location[];
3010
3010
  }
@@ -2971,7 +2971,7 @@ export interface InPersonOptions {
2971
2971
  /**
2972
2972
  * The locations details
2973
2973
  * @minSize 1
2974
- * @maxSize 500
2974
+ * @maxSize 1
2975
2975
  */
2976
2976
  locations?: Location[];
2977
2977
  }
@@ -3004,7 +3004,7 @@ export interface InPersonOptions {
3004
3004
  /**
3005
3005
  * The locations details
3006
3006
  * @minSize 1
3007
- * @maxSize 500
3007
+ * @maxSize 1
3008
3008
  */
3009
3009
  locations?: Location[];
3010
3010
  }
@@ -2971,7 +2971,7 @@ export interface InPersonOptions {
2971
2971
  /**
2972
2972
  * The locations details
2973
2973
  * @minSize 1
2974
- * @maxSize 500
2974
+ * @maxSize 1
2975
2975
  */
2976
2976
  locations?: Location[];
2977
2977
  }
@@ -3004,7 +3004,7 @@ export interface InPersonOptions {
3004
3004
  /**
3005
3005
  * The locations details
3006
3006
  * @minSize 1
3007
- * @maxSize 500
3007
+ * @maxSize 1
3008
3008
  */
3009
3009
  locations?: Location[];
3010
3010
  }
@@ -2971,7 +2971,7 @@ export interface InPersonOptions {
2971
2971
  /**
2972
2972
  * The locations details
2973
2973
  * @minSize 1
2974
- * @maxSize 500
2974
+ * @maxSize 1
2975
2975
  */
2976
2976
  locations?: Location[];
2977
2977
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_forms_forms",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.forms.v4.form"
49
49
  }
50
50
  },
51
- "falconPackageHash": "9507de745ce6d575d809dde1b889b222696cee8c0ab6400e2a75a2f2"
51
+ "falconPackageHash": "8f7a87f16a87c8c10ed39cea0728bfe9221f9c5b668af8af028d78f3"
52
52
  }