@wix/bookings 1.0.124 → 1.0.126
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-reader-v2-extended-booking.types.d.ts +1 -1
- package/build/cjs/src/bookings-services-v2-service.universal.d.ts +6 -6
- package/build/es/src/bookings-reader-v2-extended-booking.types.d.ts +1 -1
- package/build/es/src/bookings-services-v2-service.universal.d.ts +6 -6
- package/package.json +2 -2
|
@@ -692,7 +692,7 @@ export interface CommonQueryV2 extends CommonQueryV2PagingMethodOneOf {
|
|
|
692
692
|
* }`
|
|
693
693
|
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
694
694
|
*
|
|
695
|
-
* See [Supported Filters](https://
|
|
695
|
+
* See [Supported Filters](https://dev.wix.com/api/rest/wix-bookings/bookings-reader-v2/supported-filters)
|
|
696
696
|
* for a full list.
|
|
697
697
|
*/
|
|
698
698
|
filter?: Record<string, any> | null;
|
|
@@ -2406,31 +2406,31 @@ export interface ServicesQueryBuilder {
|
|
|
2406
2406
|
* @param value - Value to compare against.
|
|
2407
2407
|
* @documentationMaturity preview
|
|
2408
2408
|
*/
|
|
2409
|
-
eq: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2409
|
+
eq: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2410
2410
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
2411
2411
|
* @param value - Value to compare against.
|
|
2412
2412
|
* @documentationMaturity preview
|
|
2413
2413
|
*/
|
|
2414
|
-
ne: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2414
|
+
ne: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2415
2415
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
2416
2416
|
* @param string - String to compare against. Case-insensitive.
|
|
2417
2417
|
* @documentationMaturity preview
|
|
2418
2418
|
*/
|
|
2419
|
-
startsWith: (propertyName: 'name' | 'description' | 'tagLine' | 'category.id' | 'category.name' | 'form.id' | 'payment.custom.description' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: string) => ServicesQueryBuilder;
|
|
2419
|
+
startsWith: (propertyName: 'name' | 'description' | 'tagLine' | 'category.id' | 'category.name' | 'form.id' | 'payment.custom.description' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: string) => ServicesQueryBuilder;
|
|
2420
2420
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
2421
2421
|
* @param values - List of values to compare against.
|
|
2422
2422
|
* @documentationMaturity preview
|
|
2423
2423
|
*/
|
|
2424
|
-
hasSome: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any[]) => ServicesQueryBuilder;
|
|
2424
|
+
hasSome: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any[]) => ServicesQueryBuilder;
|
|
2425
2425
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
2426
2426
|
* @param values - List of values to compare against.
|
|
2427
2427
|
* @documentationMaturity preview
|
|
2428
2428
|
*/
|
|
2429
2429
|
hasAll: (propertyName: 'staffMembersIds', value: any[]) => ServicesQueryBuilder;
|
|
2430
2430
|
/** @documentationMaturity preview */
|
|
2431
|
-
in: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2431
|
+
in: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2432
2432
|
/** @documentationMaturity preview */
|
|
2433
|
-
exists: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: boolean) => ServicesQueryBuilder;
|
|
2433
|
+
exists: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: boolean) => ServicesQueryBuilder;
|
|
2434
2434
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
2435
2435
|
* @documentationMaturity preview
|
|
2436
2436
|
*/
|
|
@@ -692,7 +692,7 @@ export interface CommonQueryV2 extends CommonQueryV2PagingMethodOneOf {
|
|
|
692
692
|
* }`
|
|
693
693
|
* Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
|
|
694
694
|
*
|
|
695
|
-
* See [Supported Filters](https://
|
|
695
|
+
* See [Supported Filters](https://dev.wix.com/api/rest/wix-bookings/bookings-reader-v2/supported-filters)
|
|
696
696
|
* for a full list.
|
|
697
697
|
*/
|
|
698
698
|
filter?: Record<string, any> | null;
|
|
@@ -2406,31 +2406,31 @@ export interface ServicesQueryBuilder {
|
|
|
2406
2406
|
* @param value - Value to compare against.
|
|
2407
2407
|
* @documentationMaturity preview
|
|
2408
2408
|
*/
|
|
2409
|
-
eq: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2409
|
+
eq: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2410
2410
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
2411
2411
|
* @param value - Value to compare against.
|
|
2412
2412
|
* @documentationMaturity preview
|
|
2413
2413
|
*/
|
|
2414
|
-
ne: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2414
|
+
ne: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2415
2415
|
/** @param propertyName - Property whose value is compared with `string`.
|
|
2416
2416
|
* @param string - String to compare against. Case-insensitive.
|
|
2417
2417
|
* @documentationMaturity preview
|
|
2418
2418
|
*/
|
|
2419
|
-
startsWith: (propertyName: 'name' | 'description' | 'tagLine' | 'category.id' | 'category.name' | 'form.id' | 'payment.custom.description' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: string) => ServicesQueryBuilder;
|
|
2419
|
+
startsWith: (propertyName: 'name' | 'description' | 'tagLine' | 'category.id' | 'category.name' | 'form.id' | 'payment.custom.description' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: string) => ServicesQueryBuilder;
|
|
2420
2420
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
2421
2421
|
* @param values - List of values to compare against.
|
|
2422
2422
|
* @documentationMaturity preview
|
|
2423
2423
|
*/
|
|
2424
|
-
hasSome: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any[]) => ServicesQueryBuilder;
|
|
2424
|
+
hasSome: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any[]) => ServicesQueryBuilder;
|
|
2425
2425
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
2426
2426
|
* @param values - List of values to compare against.
|
|
2427
2427
|
* @documentationMaturity preview
|
|
2428
2428
|
*/
|
|
2429
2429
|
hasAll: (propertyName: 'staffMembersIds', value: any[]) => ServicesQueryBuilder;
|
|
2430
2430
|
/** @documentationMaturity preview */
|
|
2431
|
-
in: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2431
|
+
in: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2432
2432
|
/** @documentationMaturity preview */
|
|
2433
|
-
exists: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: boolean) => ServicesQueryBuilder;
|
|
2433
|
+
exists: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.id' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'mainSlug.name' | 'seoData.tags.type', value: boolean) => ServicesQueryBuilder;
|
|
2434
2434
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
2435
2435
|
* @documentationMaturity preview
|
|
2436
2436
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.126",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "c30fe2c89c8455bfbd173d9bf92a730ebb14535c3006765f159a00f7"
|
|
37
37
|
}
|