@wix/auto_sdk_bookings_resource-types 1.0.14 → 1.0.15

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.
@@ -126,8 +126,8 @@ export interface SpecificLocation {
126
126
  * Information about the business locations where the resource is available.
127
127
  * Not returned, if the resource is available in either all business locations
128
128
  * or in no business location.
129
- * You can specify up to 5 business locations.
130
- * @maxSize 5
129
+ * You can specify up to 100 business locations.
130
+ * @maxSize 100
131
131
  */
132
132
  businessLocations?: BusinessLocation[];
133
133
  }
@@ -127,8 +127,8 @@ export interface SpecificLocation {
127
127
  * Information about the business locations where the resource is available.
128
128
  * Not returned, if the resource is available in either all business locations
129
129
  * or in no business location.
130
- * You can specify up to 5 business locations.
131
- * @maxSize 5
130
+ * You can specify up to 100 business locations.
131
+ * @maxSize 100
132
132
  */
133
133
  businessLocations?: BusinessLocation[];
134
134
  }
@@ -126,8 +126,8 @@ export interface SpecificLocation {
126
126
  * Information about the business locations where the resource is available.
127
127
  * Not returned, if the resource is available in either all business locations
128
128
  * or in no business location.
129
- * You can specify up to 5 business locations.
130
- * @maxSize 5
129
+ * You can specify up to 100 business locations.
130
+ * @maxSize 100
131
131
  */
132
132
  businessLocations?: BusinessLocation[];
133
133
  }
@@ -127,8 +127,8 @@ export interface SpecificLocation {
127
127
  * Information about the business locations where the resource is available.
128
128
  * Not returned, if the resource is available in either all business locations
129
129
  * or in no business location.
130
- * You can specify up to 5 business locations.
131
- * @maxSize 5
130
+ * You can specify up to 100 business locations.
131
+ * @maxSize 100
132
132
  */
133
133
  businessLocations?: BusinessLocation[];
134
134
  }
@@ -126,8 +126,8 @@ export interface SpecificLocation {
126
126
  * Information about the business locations where the resource is available.
127
127
  * Not returned, if the resource is available in either all business locations
128
128
  * or in no business location.
129
- * You can specify up to 5 business locations.
130
- * @maxSize 5
129
+ * You can specify up to 100 business locations.
130
+ * @maxSize 100
131
131
  */
132
132
  businessLocations?: BusinessLocation[];
133
133
  }
@@ -127,8 +127,8 @@ export interface SpecificLocation {
127
127
  * Information about the business locations where the resource is available.
128
128
  * Not returned, if the resource is available in either all business locations
129
129
  * or in no business location.
130
- * You can specify up to 5 business locations.
131
- * @maxSize 5
130
+ * You can specify up to 100 business locations.
131
+ * @maxSize 100
132
132
  */
133
133
  businessLocations?: BusinessLocation[];
134
134
  }
@@ -126,8 +126,8 @@ export interface SpecificLocation {
126
126
  * Information about the business locations where the resource is available.
127
127
  * Not returned, if the resource is available in either all business locations
128
128
  * or in no business location.
129
- * You can specify up to 5 business locations.
130
- * @maxSize 5
129
+ * You can specify up to 100 business locations.
130
+ * @maxSize 100
131
131
  */
132
132
  businessLocations?: BusinessLocation[];
133
133
  }
@@ -127,8 +127,8 @@ export interface SpecificLocation {
127
127
  * Information about the business locations where the resource is available.
128
128
  * Not returned, if the resource is available in either all business locations
129
129
  * or in no business location.
130
- * You can specify up to 5 business locations.
131
- * @maxSize 5
130
+ * You can specify up to 100 business locations.
131
+ * @maxSize 100
132
132
  */
133
133
  businessLocations?: BusinessLocation[];
134
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_resource-types",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
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_type"
49
49
  }
50
50
  },
51
- "falconPackageHash": "e42955a04187e12eee53d447c543db8599e6789154e9a854df03b66d"
51
+ "falconPackageHash": "2684d88b027a0fc30e0207cc1b3d60fc032b3fd4ee419a96304a5cfb"
52
52
  }