@wix/bookings 1.0.504 → 1.0.506
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.506",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,8 +33,8 @@
|
|
|
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.
|
|
37
|
-
"@wix/bookings_resources": "1.0.
|
|
36
|
+
"@wix/bookings_resource-types": "1.0.18",
|
|
37
|
+
"@wix/bookings_resources": "1.0.58",
|
|
38
38
|
"@wix/bookings_service-categories": "1.0.0",
|
|
39
39
|
"@wix/bookings_service-options-and-variants": "1.0.58",
|
|
40
40
|
"@wix/bookings_services": "1.0.81",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"fqdn": ""
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"falconPackageHash": "
|
|
66
|
+
"falconPackageHash": "a63d4f0157e4ee04430681189cc91b77202a4f322ef71838c9e08253"
|
|
67
67
|
}
|
|
@@ -11340,6 +11340,9 @@ interface CountResourcesSignature {
|
|
|
11340
11340
|
* Counts resources according to given criteria.
|
|
11341
11341
|
*
|
|
11342
11342
|
* Use [WQL filter](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section) to define the criteria.
|
|
11343
|
+
* @param - Filter to base the count on. See
|
|
11344
|
+
* [queryResources()](https://dev.wix.com/docs/sdk/backend-modules/bookings/resources/query-resources)
|
|
11345
|
+
* for supported filters.
|
|
11343
11346
|
*/
|
|
11344
11347
|
(options?: CountResourcesOptions | undefined): Promise<CountResourcesResponse & CountResourcesResponseNonNullableFields>;
|
|
11345
11348
|
}
|
|
@@ -12026,6 +12029,9 @@ interface CountResourceTypesSignature {
|
|
|
12026
12029
|
*
|
|
12027
12030
|
* 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
12031
|
* Use [WQL filter](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section) to define the criteria.
|
|
12032
|
+
* @param - Filter to base the count on. See
|
|
12033
|
+
* [queryResourceTypes()](https://dev.wix.com/docs/sdk/backend-modules/bookings/resource-types/query-resource-types)
|
|
12034
|
+
* for supported filters.
|
|
12029
12035
|
*/
|
|
12030
12036
|
(options?: CountResourceTypesOptions | undefined): Promise<CountResourceTypesResponse & CountResourceTypesResponseNonNullableFields>;
|
|
12031
12037
|
}
|
|
@@ -11340,6 +11340,9 @@ interface CountResourcesSignature {
|
|
|
11340
11340
|
* Counts resources according to given criteria.
|
|
11341
11341
|
*
|
|
11342
11342
|
* Use [WQL filter](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section) to define the criteria.
|
|
11343
|
+
* @param - Filter to base the count on. See
|
|
11344
|
+
* [queryResources()](https://dev.wix.com/docs/sdk/backend-modules/bookings/resources/query-resources)
|
|
11345
|
+
* for supported filters.
|
|
11343
11346
|
*/
|
|
11344
11347
|
(options?: CountResourcesOptions | undefined): Promise<CountResourcesResponse & CountResourcesResponseNonNullableFields>;
|
|
11345
11348
|
}
|
|
@@ -12026,6 +12029,9 @@ interface CountResourceTypesSignature {
|
|
|
12026
12029
|
*
|
|
12027
12030
|
* 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
12031
|
* Use [WQL filter](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section) to define the criteria.
|
|
12032
|
+
* @param - Filter to base the count on. See
|
|
12033
|
+
* [queryResourceTypes()](https://dev.wix.com/docs/sdk/backend-modules/bookings/resource-types/query-resource-types)
|
|
12034
|
+
* for supported filters.
|
|
12029
12035
|
*/
|
|
12030
12036
|
(options?: CountResourceTypesOptions | undefined): Promise<CountResourceTypesResponse & CountResourceTypesResponseNonNullableFields>;
|
|
12031
12037
|
}
|