@wix/auto_sdk_bookings_resources 1.0.16 → 1.0.17

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.
@@ -162,8 +162,8 @@ export interface SpecificLocation {
162
162
  * Information about the business locations where the resource is available.
163
163
  * Not returned, if the resource is available in either all business locations
164
164
  * or in no business location.
165
- * You can specify up to 5 business locations.
166
- * @maxSize 5
165
+ * You can specify up to 100 business locations.
166
+ * @maxSize 100
167
167
  */
168
168
  businessLocations?: BusinessLocation[];
169
169
  }
@@ -163,8 +163,8 @@ export interface SpecificLocation {
163
163
  * Information about the business locations where the resource is available.
164
164
  * Not returned, if the resource is available in either all business locations
165
165
  * or in no business location.
166
- * You can specify up to 5 business locations.
167
- * @maxSize 5
166
+ * You can specify up to 100 business locations.
167
+ * @maxSize 100
168
168
  */
169
169
  businessLocations?: BusinessLocation[];
170
170
  }
@@ -162,8 +162,8 @@ export interface SpecificLocation {
162
162
  * Information about the business locations where the resource is available.
163
163
  * Not returned, if the resource is available in either all business locations
164
164
  * or in no business location.
165
- * You can specify up to 5 business locations.
166
- * @maxSize 5
165
+ * You can specify up to 100 business locations.
166
+ * @maxSize 100
167
167
  */
168
168
  businessLocations?: BusinessLocation[];
169
169
  }
@@ -163,8 +163,8 @@ export interface SpecificLocation {
163
163
  * Information about the business locations where the resource is available.
164
164
  * Not returned, if the resource is available in either all business locations
165
165
  * or in no business location.
166
- * You can specify up to 5 business locations.
167
- * @maxSize 5
166
+ * You can specify up to 100 business locations.
167
+ * @maxSize 100
168
168
  */
169
169
  businessLocations?: BusinessLocation[];
170
170
  }
@@ -162,8 +162,8 @@ export interface SpecificLocation {
162
162
  * Information about the business locations where the resource is available.
163
163
  * Not returned, if the resource is available in either all business locations
164
164
  * or in no business location.
165
- * You can specify up to 5 business locations.
166
- * @maxSize 5
165
+ * You can specify up to 100 business locations.
166
+ * @maxSize 100
167
167
  */
168
168
  businessLocations?: BusinessLocation[];
169
169
  }
@@ -163,8 +163,8 @@ export interface SpecificLocation {
163
163
  * Information about the business locations where the resource is available.
164
164
  * Not returned, if the resource is available in either all business locations
165
165
  * or in no business location.
166
- * You can specify up to 5 business locations.
167
- * @maxSize 5
166
+ * You can specify up to 100 business locations.
167
+ * @maxSize 100
168
168
  */
169
169
  businessLocations?: BusinessLocation[];
170
170
  }
@@ -162,8 +162,8 @@ export interface SpecificLocation {
162
162
  * Information about the business locations where the resource is available.
163
163
  * Not returned, if the resource is available in either all business locations
164
164
  * or in no business location.
165
- * You can specify up to 5 business locations.
166
- * @maxSize 5
165
+ * You can specify up to 100 business locations.
166
+ * @maxSize 100
167
167
  */
168
168
  businessLocations?: BusinessLocation[];
169
169
  }
@@ -163,8 +163,8 @@ export interface SpecificLocation {
163
163
  * Information about the business locations where the resource is available.
164
164
  * Not returned, if the resource is available in either all business locations
165
165
  * or in no business location.
166
- * You can specify up to 5 business locations.
167
- * @maxSize 5
166
+ * You can specify up to 100 business locations.
167
+ * @maxSize 100
168
168
  */
169
169
  businessLocations?: BusinessLocation[];
170
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_resources",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.bookings.resources.v2.resource"
49
49
  }
50
50
  },
51
- "falconPackageHash": "c5b5169f9322edad7765058ad38ffc84f75116ccb89e12123c2fbcdb"
51
+ "falconPackageHash": "f3c42963355cffe048cc8eb8aaa9529dc4587a1c2620394aa0190c33"
52
52
  }