@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.
- package/build/cjs/src/bookings-resources-v2-resource-resources.types.d.ts +2 -2
- package/build/cjs/src/bookings-resources-v2-resource-resources.universal.d.ts +2 -2
- package/build/es/src/bookings-resources-v2-resource-resources.types.d.ts +2 -2
- package/build/es/src/bookings-resources-v2-resource-resources.universal.d.ts +2 -2
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.types.d.ts +2 -2
- package/build/internal/cjs/src/bookings-resources-v2-resource-resources.universal.d.ts +2 -2
- package/build/internal/es/src/bookings-resources-v2-resource-resources.types.d.ts +2 -2
- package/build/internal/es/src/bookings-resources-v2-resource-resources.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -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
|
|
166
|
-
* @maxSize
|
|
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
|
|
167
|
-
* @maxSize
|
|
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
|
|
166
|
-
* @maxSize
|
|
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
|
|
167
|
-
* @maxSize
|
|
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
|
|
166
|
-
* @maxSize
|
|
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
|
|
167
|
-
* @maxSize
|
|
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
|
|
166
|
-
* @maxSize
|
|
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
|
|
167
|
-
* @maxSize
|
|
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.
|
|
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": "
|
|
51
|
+
"falconPackageHash": "f3c42963355cffe048cc8eb8aaa9529dc4587a1c2620394aa0190c33"
|
|
52
52
|
}
|