@wix/bookings 1.0.80 → 1.0.81

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.
@@ -1341,12 +1341,12 @@ export interface SessionsQueryBuilder {
1341
1341
  * @param value - Value to compare against.
1342
1342
  * @documentationMaturity preview
1343
1343
  */
1344
- eq: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'affectedSchedules.scheduleId' | 'title' | 'tags' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation._id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'capacity' | 'participants.contactId' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference._id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any) => SessionsQueryBuilder;
1344
+ eq: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'affectedSchedules.scheduleId' | 'title' | 'tags' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation.id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'capacity' | 'participants.contactId' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference.id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any) => SessionsQueryBuilder;
1345
1345
  /** @param propertyName - Property whose value is compared with `value`.
1346
1346
  * @param value - Value to compare against.
1347
1347
  * @documentationMaturity preview
1348
1348
  */
1349
- ne: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'title' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation._id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'capacity' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference._id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any) => SessionsQueryBuilder;
1349
+ ne: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'title' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation.id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'capacity' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference.id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any) => SessionsQueryBuilder;
1350
1350
  /** @param propertyName - Property whose value is compared with `value`.
1351
1351
  * @param value - Value to compare against.
1352
1352
  * @documentationMaturity preview
@@ -1376,7 +1376,7 @@ export interface SessionsQueryBuilder {
1376
1376
  * @param values - List of values to compare against.
1377
1377
  * @documentationMaturity preview
1378
1378
  */
1379
- hasSome: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'affectedSchedules.scheduleId' | 'affectedSchedules.transparency' | 'affectedSchedules.scheduleOwnerId' | 'title' | 'tags' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation._id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'participants._id' | 'participants.contactId' | 'participants.approvalStatus' | 'inheritedFields' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference._id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any[]) => SessionsQueryBuilder;
1379
+ hasSome: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'affectedSchedules.scheduleId' | 'affectedSchedules.transparency' | 'affectedSchedules.scheduleOwnerId' | 'title' | 'tags' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation.id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'participants.id' | 'participants.contactId' | 'participants.approvalStatus' | 'inheritedFields' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference.id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any[]) => SessionsQueryBuilder;
1380
1380
  /** @param propertyName - Property whose value is compared with `values`.
1381
1381
  * @param values - List of values to compare against.
1382
1382
  * @documentationMaturity preview
@@ -1989,19 +1989,19 @@ export interface ServiceOptionsAndVariantsListQueryBuilder {
1989
1989
  * @param value - Value to compare against.
1990
1990
  * @documentationMaturity preview
1991
1991
  */
1992
- eq: (propertyName: '_id' | 'serviceId' | 'options.values._id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
1992
+ eq: (propertyName: '_id' | 'serviceId' | 'options.values.id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
1993
1993
  /** @param propertyName - Property whose value is compared with `value`.
1994
1994
  * @param value - Value to compare against.
1995
1995
  * @documentationMaturity preview
1996
1996
  */
1997
- ne: (propertyName: '_id' | 'serviceId' | 'options.values._id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
1997
+ ne: (propertyName: '_id' | 'serviceId' | 'options.values.id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
1998
1998
  /** @param propertyName - Property whose value is compared with `values`.
1999
1999
  * @param values - List of values to compare against.
2000
2000
  * @documentationMaturity preview
2001
2001
  */
2002
2002
  hasSome: (propertyName: 'variants.values.choices.optionId' | 'variants.values.price', value: any[]) => ServiceOptionsAndVariantsListQueryBuilder;
2003
2003
  /** @documentationMaturity preview */
2004
- in: (propertyName: '_id' | 'serviceId' | 'options.values._id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
2004
+ in: (propertyName: '_id' | 'serviceId' | 'options.values.id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
2005
2005
  /** @documentationMaturity preview */
2006
2006
  exists: (propertyName: 'options.values' | 'variants.values', value: boolean) => ServiceOptionsAndVariantsListQueryBuilder;
2007
2007
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
@@ -1206,31 +1206,31 @@ export interface ServicesQueryBuilder {
1206
1206
  * @param value - Value to compare against.
1207
1207
  * @documentationMaturity preview
1208
1208
  */
1209
- eq: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category._id' | 'category.name' | 'form._id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1209
+ eq: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1210
1210
  /** @param propertyName - Property whose value is compared with `value`.
1211
1211
  * @param value - Value to compare against.
1212
1212
  * @documentationMaturity preview
1213
1213
  */
1214
- ne: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category._id' | 'category.name' | 'form._id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1214
+ ne: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1215
1215
  /** @param propertyName - Property whose value is compared with `string`.
1216
1216
  * @param string - String to compare against. Case-insensitive.
1217
1217
  * @documentationMaturity preview
1218
1218
  */
1219
- startsWith: (propertyName: 'name' | 'description' | 'tagLine' | 'category._id' | 'category.name' | 'form._id' | 'payment.custom.description' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: string) => ServicesQueryBuilder;
1219
+ startsWith: (propertyName: 'name' | 'description' | 'tagLine' | 'category.id' | 'category.name' | 'form.id' | 'payment.custom.description' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: string) => ServicesQueryBuilder;
1220
1220
  /** @param propertyName - Property whose value is compared with `values`.
1221
1221
  * @param values - List of values to compare against.
1222
1222
  * @documentationMaturity preview
1223
1223
  */
1224
- hasSome: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category._id' | 'category.name' | 'form._id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any[]) => ServicesQueryBuilder;
1224
+ hasSome: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any[]) => ServicesQueryBuilder;
1225
1225
  /** @param propertyName - Property whose value is compared with `values`.
1226
1226
  * @param values - List of values to compare against.
1227
1227
  * @documentationMaturity preview
1228
1228
  */
1229
1229
  hasAll: (propertyName: 'staffMembersIds', value: any[]) => ServicesQueryBuilder;
1230
1230
  /** @documentationMaturity preview */
1231
- in: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category._id' | 'category.name' | 'form._id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1231
+ in: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1232
1232
  /** @documentationMaturity preview */
1233
- exists: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category._id' | 'category.name' | 'form._id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: boolean) => ServicesQueryBuilder;
1233
+ exists: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: boolean) => ServicesQueryBuilder;
1234
1234
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
1235
1235
  * @documentationMaturity preview
1236
1236
  */
@@ -1341,12 +1341,12 @@ export interface SessionsQueryBuilder {
1341
1341
  * @param value - Value to compare against.
1342
1342
  * @documentationMaturity preview
1343
1343
  */
1344
- eq: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'affectedSchedules.scheduleId' | 'title' | 'tags' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation._id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'capacity' | 'participants.contactId' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference._id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any) => SessionsQueryBuilder;
1344
+ eq: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'affectedSchedules.scheduleId' | 'title' | 'tags' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation.id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'capacity' | 'participants.contactId' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference.id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any) => SessionsQueryBuilder;
1345
1345
  /** @param propertyName - Property whose value is compared with `value`.
1346
1346
  * @param value - Value to compare against.
1347
1347
  * @documentationMaturity preview
1348
1348
  */
1349
- ne: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'title' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation._id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'capacity' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference._id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any) => SessionsQueryBuilder;
1349
+ ne: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'title' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation.id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'capacity' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference.id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any) => SessionsQueryBuilder;
1350
1350
  /** @param propertyName - Property whose value is compared with `value`.
1351
1351
  * @param value - Value to compare against.
1352
1352
  * @documentationMaturity preview
@@ -1376,7 +1376,7 @@ export interface SessionsQueryBuilder {
1376
1376
  * @param values - List of values to compare against.
1377
1377
  * @documentationMaturity preview
1378
1378
  */
1379
- hasSome: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'affectedSchedules.scheduleId' | 'affectedSchedules.transparency' | 'affectedSchedules.scheduleOwnerId' | 'title' | 'tags' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation._id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'participants._id' | 'participants.contactId' | 'participants.approvalStatus' | 'inheritedFields' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference._id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any[]) => SessionsQueryBuilder;
1379
+ hasSome: (propertyName: 'scheduleId' | 'scheduleOwnerId' | 'affectedSchedules.scheduleId' | 'affectedSchedules.transparency' | 'affectedSchedules.scheduleOwnerId' | 'title' | 'tags' | 'location.locationType' | 'location.customAddress.formattedAddress' | 'location.businessLocation.id' | 'location.businessLocation.name' | 'location.businessLocation.address.formattedAddress' | 'participants.id' | 'participants.contactId' | 'participants.approvalStatus' | 'inheritedFields' | 'externalCalendarOverrides.title' | 'recurringSessionId' | 'calendarConference.id' | 'calendarConference.externalId' | 'calendarConference.providerId' | 'instanceOfRecurrence', value: any[]) => SessionsQueryBuilder;
1380
1380
  /** @param propertyName - Property whose value is compared with `values`.
1381
1381
  * @param values - List of values to compare against.
1382
1382
  * @documentationMaturity preview
@@ -1989,19 +1989,19 @@ export interface ServiceOptionsAndVariantsListQueryBuilder {
1989
1989
  * @param value - Value to compare against.
1990
1990
  * @documentationMaturity preview
1991
1991
  */
1992
- eq: (propertyName: '_id' | 'serviceId' | 'options.values._id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
1992
+ eq: (propertyName: '_id' | 'serviceId' | 'options.values.id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
1993
1993
  /** @param propertyName - Property whose value is compared with `value`.
1994
1994
  * @param value - Value to compare against.
1995
1995
  * @documentationMaturity preview
1996
1996
  */
1997
- ne: (propertyName: '_id' | 'serviceId' | 'options.values._id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
1997
+ ne: (propertyName: '_id' | 'serviceId' | 'options.values.id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
1998
1998
  /** @param propertyName - Property whose value is compared with `values`.
1999
1999
  * @param values - List of values to compare against.
2000
2000
  * @documentationMaturity preview
2001
2001
  */
2002
2002
  hasSome: (propertyName: 'variants.values.choices.optionId' | 'variants.values.price', value: any[]) => ServiceOptionsAndVariantsListQueryBuilder;
2003
2003
  /** @documentationMaturity preview */
2004
- in: (propertyName: '_id' | 'serviceId' | 'options.values._id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
2004
+ in: (propertyName: '_id' | 'serviceId' | 'options.values.id', value: any) => ServiceOptionsAndVariantsListQueryBuilder;
2005
2005
  /** @documentationMaturity preview */
2006
2006
  exists: (propertyName: 'options.values' | 'variants.values', value: boolean) => ServiceOptionsAndVariantsListQueryBuilder;
2007
2007
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
@@ -1206,31 +1206,31 @@ export interface ServicesQueryBuilder {
1206
1206
  * @param value - Value to compare against.
1207
1207
  * @documentationMaturity preview
1208
1208
  */
1209
- eq: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category._id' | 'category.name' | 'form._id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1209
+ eq: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1210
1210
  /** @param propertyName - Property whose value is compared with `value`.
1211
1211
  * @param value - Value to compare against.
1212
1212
  * @documentationMaturity preview
1213
1213
  */
1214
- ne: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category._id' | 'category.name' | 'form._id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1214
+ ne: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1215
1215
  /** @param propertyName - Property whose value is compared with `string`.
1216
1216
  * @param string - String to compare against. Case-insensitive.
1217
1217
  * @documentationMaturity preview
1218
1218
  */
1219
- startsWith: (propertyName: 'name' | 'description' | 'tagLine' | 'category._id' | 'category.name' | 'form._id' | 'payment.custom.description' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: string) => ServicesQueryBuilder;
1219
+ startsWith: (propertyName: 'name' | 'description' | 'tagLine' | 'category.id' | 'category.name' | 'form.id' | 'payment.custom.description' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: string) => ServicesQueryBuilder;
1220
1220
  /** @param propertyName - Property whose value is compared with `values`.
1221
1221
  * @param values - List of values to compare against.
1222
1222
  * @documentationMaturity preview
1223
1223
  */
1224
- hasSome: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category._id' | 'category.name' | 'form._id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any[]) => ServicesQueryBuilder;
1224
+ hasSome: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any[]) => ServicesQueryBuilder;
1225
1225
  /** @param propertyName - Property whose value is compared with `values`.
1226
1226
  * @param values - List of values to compare against.
1227
1227
  * @documentationMaturity preview
1228
1228
  */
1229
1229
  hasAll: (propertyName: 'staffMembersIds', value: any[]) => ServicesQueryBuilder;
1230
1230
  /** @documentationMaturity preview */
1231
- in: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category._id' | 'category.name' | 'form._id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1231
+ in: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
1232
1232
  /** @documentationMaturity preview */
1233
- exists: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category._id' | 'category.name' | 'form._id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: boolean) => ServicesQueryBuilder;
1233
+ exists: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.type' | 'locations.calculatedAddress.streetAddress.name' | 'locations.business.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: boolean) => ServicesQueryBuilder;
1234
1234
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
1235
1235
  * @documentationMaturity preview
1236
1236
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
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": "b28acd27e50001c7cc405d91263231a44fd741764939bb6fdd6874a2"
36
+ "falconPackageHash": "3bfa59c4204ba51e8d79671a4d026f633942fc3ffcecafe07a3185fa"
37
37
  }