@wix/bookings 1.0.504 → 1.0.505
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.505",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@wix/bookings_external-calendars": "1.0.41",
|
|
34
34
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.36",
|
|
35
35
|
"@wix/bookings_pricing": "1.0.48",
|
|
36
|
-
"@wix/bookings_resource-types": "1.0.
|
|
36
|
+
"@wix/bookings_resource-types": "1.0.18",
|
|
37
37
|
"@wix/bookings_resources": "1.0.57",
|
|
38
38
|
"@wix/bookings_service-categories": "1.0.0",
|
|
39
39
|
"@wix/bookings_service-options-and-variants": "1.0.58",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"fqdn": ""
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"falconPackageHash": "
|
|
66
|
+
"falconPackageHash": "9a22c8a67759a0d016dfd38c5e986732b5e7a10ed061fdecbaac6d93"
|
|
67
67
|
}
|
|
@@ -12026,6 +12026,9 @@ interface CountResourceTypesSignature {
|
|
|
12026
12026
|
*
|
|
12027
12027
|
* For field support for filters, see [Resource types: Filtering and Sorting](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/resource-type-v2/filtering-and-sorting).
|
|
12028
12028
|
* Use [WQL filter](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section) to define the criteria.
|
|
12029
|
+
* @param - Filter to base the count on. See
|
|
12030
|
+
* [queryResourceTypes()](https://dev.wix.com/docs/sdk/backend-modules/bookings/resource-types/query-resource-types)
|
|
12031
|
+
* for supported filters.
|
|
12029
12032
|
*/
|
|
12030
12033
|
(options?: CountResourceTypesOptions | undefined): Promise<CountResourceTypesResponse & CountResourceTypesResponseNonNullableFields>;
|
|
12031
12034
|
}
|
|
@@ -12026,6 +12026,9 @@ interface CountResourceTypesSignature {
|
|
|
12026
12026
|
*
|
|
12027
12027
|
* For field support for filters, see [Resource types: Filtering and Sorting](https://dev.wix.com/docs/rest/business-solutions/bookings/staff-members-and-resources/resource-type-v2/filtering-and-sorting).
|
|
12028
12028
|
* Use [WQL filter](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section) to define the criteria.
|
|
12029
|
+
* @param - Filter to base the count on. See
|
|
12030
|
+
* [queryResourceTypes()](https://dev.wix.com/docs/sdk/backend-modules/bookings/resource-types/query-resource-types)
|
|
12031
|
+
* for supported filters.
|
|
12029
12032
|
*/
|
|
12030
12033
|
(options?: CountResourceTypesOptions | undefined): Promise<CountResourceTypesResponse & CountResourceTypesResponseNonNullableFields>;
|
|
12031
12034
|
}
|