@wix/auto_sdk_forms_submissions 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.
@@ -3270,7 +3270,7 @@ export interface InPersonOptions {
3270
3270
  /**
3271
3271
  * The locations details
3272
3272
  * @minSize 1
3273
- * @maxSize 500
3273
+ * @maxSize 1
3274
3274
  */
3275
3275
  locations?: Location[];
3276
3276
  }
@@ -3237,7 +3237,7 @@ export interface InPersonOptions {
3237
3237
  /**
3238
3238
  * The locations details
3239
3239
  * @minSize 1
3240
- * @maxSize 500
3240
+ * @maxSize 1
3241
3241
  */
3242
3242
  locations?: Location[];
3243
3243
  }
@@ -3270,7 +3270,7 @@ export interface InPersonOptions {
3270
3270
  /**
3271
3271
  * The locations details
3272
3272
  * @minSize 1
3273
- * @maxSize 500
3273
+ * @maxSize 1
3274
3274
  */
3275
3275
  locations?: Location[];
3276
3276
  }
@@ -3237,7 +3237,7 @@ export interface InPersonOptions {
3237
3237
  /**
3238
3238
  * The locations details
3239
3239
  * @minSize 1
3240
- * @maxSize 500
3240
+ * @maxSize 1
3241
3241
  */
3242
3242
  locations?: Location[];
3243
3243
  }
@@ -3270,7 +3270,7 @@ export interface InPersonOptions {
3270
3270
  /**
3271
3271
  * The locations details
3272
3272
  * @minSize 1
3273
- * @maxSize 500
3273
+ * @maxSize 1
3274
3274
  */
3275
3275
  locations?: Location[];
3276
3276
  }
@@ -3237,7 +3237,7 @@ export interface InPersonOptions {
3237
3237
  /**
3238
3238
  * The locations details
3239
3239
  * @minSize 1
3240
- * @maxSize 500
3240
+ * @maxSize 1
3241
3241
  */
3242
3242
  locations?: Location[];
3243
3243
  }
@@ -3270,7 +3270,7 @@ export interface InPersonOptions {
3270
3270
  /**
3271
3271
  * The locations details
3272
3272
  * @minSize 1
3273
- * @maxSize 500
3273
+ * @maxSize 1
3274
3274
  */
3275
3275
  locations?: Location[];
3276
3276
  }
@@ -3237,7 +3237,7 @@ export interface InPersonOptions {
3237
3237
  /**
3238
3238
  * The locations details
3239
3239
  * @minSize 1
3240
- * @maxSize 500
3240
+ * @maxSize 1
3241
3241
  */
3242
3242
  locations?: Location[];
3243
3243
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_forms_submissions",
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.submission"
49
49
  }
50
50
  },
51
- "falconPackageHash": "4654fd3573454203144a812004d19b5d461ad3afa4e8425dbc38b14c"
51
+ "falconPackageHash": "23c179979f57a2b4d98d2766d363a57bf311d16bd87971d461f389c4"
52
52
  }