@wix/auto_sdk_bookings_services 1.0.270 → 1.0.272
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/{bookings-services-v2-service-services.universal-Si2RtPpc.d.ts → bookings-services-v2-service-services.universal-ChMXm7Uf.d.ts} +42 -28
- package/build/cjs/index.d.ts +10 -10
- package/build/cjs/index.js +22 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +9 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +28 -4
- package/build/cjs/meta.js +7 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +401 -2
- package/build/cjs/schemas.js +853 -92
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-Si2RtPpc.d.mts → bookings-services-v2-service-services.universal-ChMXm7Uf.d.mts} +42 -28
- package/build/es/index.d.mts +10 -10
- package/build/es/index.mjs +21 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +8 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +28 -4
- package/build/es/meta.mjs +6 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +401 -2
- package/build/es/schemas.mjs +853 -92
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-BuwFnO3D.d.ts → bookings-services-v2-service-services.universal-Bh8NcGST.d.ts} +42 -29
- package/build/internal/cjs/index.d.ts +10 -10
- package/build/internal/cjs/index.js +22 -13
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +9 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +28 -5
- package/build/internal/cjs/meta.js +7 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +401 -2
- package/build/internal/cjs/schemas.js +853 -92
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-BuwFnO3D.d.mts → bookings-services-v2-service-services.universal-Bh8NcGST.d.mts} +42 -29
- package/build/internal/es/index.d.mts +10 -10
- package/build/internal/es/index.mjs +21 -13
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +8 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +28 -5
- package/build/internal/es/meta.mjs +6 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +401 -2
- package/build/internal/es/schemas.mjs +853 -92
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -121,7 +121,7 @@ interface Service {
|
|
|
121
121
|
* For example, a meeting room or equipment.
|
|
122
122
|
* Some nested fields are only returned when specific conditional fields are requested:
|
|
123
123
|
* pass `RESOURCE_TYPE_DETAILS` to retrieve `resourceType.name`, and `RESOURCE_DETAILS` to retrieve `resourceDetails.resources`.
|
|
124
|
-
* @maxSize
|
|
124
|
+
* @maxSize 8
|
|
125
125
|
*/
|
|
126
126
|
serviceResources?: ServiceResource[];
|
|
127
127
|
/**
|
|
@@ -1307,6 +1307,17 @@ interface AvailabilityConstraints {
|
|
|
1307
1307
|
* @max 720
|
|
1308
1308
|
*/
|
|
1309
1309
|
timeBetweenSessions?: number;
|
|
1310
|
+
/**
|
|
1311
|
+
* Duration range for the service. When set, the customer picks a duration
|
|
1312
|
+
* within the configured min/max range instead of a fixed session duration.
|
|
1313
|
+
* Mutually exclusive with `sessionDurations`. A service uses one or the other.
|
|
1314
|
+
* Can't be combined with `workingHours`.
|
|
1315
|
+
*
|
|
1316
|
+
* Use `durationRange` for services where the customer chooses how long to book,
|
|
1317
|
+
* such as equipment or space rentals. The `unitType` determines whether the range
|
|
1318
|
+
* is measured in hours or days.
|
|
1319
|
+
*/
|
|
1320
|
+
durationRange?: DurationRange;
|
|
1310
1321
|
}
|
|
1311
1322
|
interface V2Duration {
|
|
1312
1323
|
/**
|
|
@@ -2210,6 +2221,19 @@ declare enum SelectionMethod {
|
|
|
2210
2221
|
}
|
|
2211
2222
|
/** @enumType */
|
|
2212
2223
|
type SelectionMethodWithLiterals = SelectionMethod | 'SPECIFIC_RESOURCE' | 'ANY_RESOURCE' | 'NO_SELECTION';
|
|
2224
|
+
/** Gender a customer requested when narrowing "any available staff member" to a gender. */
|
|
2225
|
+
interface RequestedGenderValue {
|
|
2226
|
+
/** Requested gender. */
|
|
2227
|
+
gender?: RequestedGenderWithLiterals;
|
|
2228
|
+
}
|
|
2229
|
+
declare enum RequestedGender {
|
|
2230
|
+
/** The customer requested any available male staff member. */
|
|
2231
|
+
ANY_MALE = "ANY_MALE",
|
|
2232
|
+
/** The customer requested any available female staff member. */
|
|
2233
|
+
ANY_FEMALE = "ANY_FEMALE"
|
|
2234
|
+
}
|
|
2235
|
+
/** @enumType */
|
|
2236
|
+
type RequestedGenderWithLiterals = RequestedGender | 'ANY_MALE' | 'ANY_FEMALE';
|
|
2213
2237
|
declare enum DurationUnitType {
|
|
2214
2238
|
/** Hourly duration. When `durationUnitType` is `HOUR`, `durationUnitCount` represents the booked duration in minutes. */
|
|
2215
2239
|
HOUR = "HOUR",
|
|
@@ -3059,7 +3083,7 @@ interface ServiceAvailabilityConstraints {
|
|
|
3059
3083
|
resourceGroups?: ResourceGroup[];
|
|
3060
3084
|
/**
|
|
3061
3085
|
* Resource groups required to book the service.
|
|
3062
|
-
* @maxSize
|
|
3086
|
+
* @maxSize 8
|
|
3063
3087
|
* @readonly
|
|
3064
3088
|
*/
|
|
3065
3089
|
serviceResources?: ServiceResource[];
|
|
@@ -5280,7 +5304,7 @@ declare function onServiceUpdated(handler: (event: ServiceUpdatedEnvelope) => vo
|
|
|
5280
5304
|
* @returns Created service.
|
|
5281
5305
|
* @fqn wix.bookings.services.v2.ServicesService.CreateService
|
|
5282
5306
|
*/
|
|
5283
|
-
declare function createService(service: Service): Promise<NonNullablePaths<Service, `type` | `media.items` | `category._id` | `form._id` | `payment.fixed.price.value` | `payment.fixed.price.currency` | `payment.subscription.frequency` | `payment.subscription.firstChargeDate` | `payment.rateType` | `payment.pricingPlanIds` | `payment.addOnOption` | `payment.discountInfo.discountName` | `locations` | `locations.${number}.business._id` | `locations.${number}.business.name` | `locations.${number}.custom._id` | `locations.${number}._id` | `locations.${number}.type` | `bookingPolicy._id` | `bookingPolicy.customPolicyDescription.enabled` | `bookingPolicy.customPolicyDescription.description` | `bookingPolicy.limitEarlyBookingPolicy.enabled` | `bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `bookingPolicy.limitLateBookingPolicy.enabled` | `bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `bookingPolicy.bookAfterStartPolicy.enabled` | `bookingPolicy.cancellationPolicy.enabled` | `bookingPolicy.cancellationPolicy.limitLatestCancellation` | `bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `bookingPolicy.reschedulePolicy.enabled` | `bookingPolicy.reschedulePolicy.limitLatestReschedule` | `bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `bookingPolicy.waitlistPolicy.enabled` | `bookingPolicy.waitlistPolicy.capacity` | `bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `bookingPolicy.resourcesPolicy.enabled` | `bookingPolicy.resourcesPolicy.autoAssignAllowed` | `bookingPolicy.cancellationFeePolicy.enabled` | `bookingPolicy.cancellationFeePolicy.cancellationWindows` | `bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `bookingPolicy.saveCreditCardPolicy.enabled` | `schedule.availabilityConstraints.durations` | `schedule.availabilityConstraints.durations.${number}.minutes` | `schedule.availabilityConstraints.sessionDurations` | `schedule.availabilityConstraints.timeBetweenSessions` | `staffMemberIds` | `staffMemberDetails.staffMembers` | `staffMemberDetails.staffMembers.${number}.staffMemberId` | `serviceResources` | `supportedSlugs` | `supportedSlugs.${number}.name` | `seoData.tags` | `seoData.tags.${number}.type` | `seoData.tags.${number}.children` | `seoData.tags.${number}.custom` | `seoData.tags.${number}.disabled` | `seoData.settings.preventAutoRedirect` | `seoData.settings.keywords` | `seoData.settings.keywords.${number}.term` | `seoData.settings.keywords.${number}.isMain` | `addOnGroups` | `addOnDetails` | `taxableAddress.taxableAddressType`, 6> & {
|
|
5307
|
+
declare function createService(service: Service): Promise<NonNullablePaths<Service, `type` | `media.items` | `category._id` | `form._id` | `payment.fixed.price.value` | `payment.fixed.price.currency` | `payment.subscription.frequency` | `payment.subscription.firstChargeDate` | `payment.rateType` | `payment.pricingPlanIds` | `payment.addOnOption` | `payment.discountInfo.discountName` | `locations` | `locations.${number}.business._id` | `locations.${number}.business.name` | `locations.${number}.custom._id` | `locations.${number}._id` | `locations.${number}.type` | `bookingPolicy._id` | `bookingPolicy.customPolicyDescription.enabled` | `bookingPolicy.customPolicyDescription.description` | `bookingPolicy.limitEarlyBookingPolicy.enabled` | `bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `bookingPolicy.limitLateBookingPolicy.enabled` | `bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `bookingPolicy.bookAfterStartPolicy.enabled` | `bookingPolicy.cancellationPolicy.enabled` | `bookingPolicy.cancellationPolicy.limitLatestCancellation` | `bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `bookingPolicy.reschedulePolicy.enabled` | `bookingPolicy.reschedulePolicy.limitLatestReschedule` | `bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `bookingPolicy.waitlistPolicy.enabled` | `bookingPolicy.waitlistPolicy.capacity` | `bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `bookingPolicy.resourcesPolicy.enabled` | `bookingPolicy.resourcesPolicy.autoAssignAllowed` | `bookingPolicy.cancellationFeePolicy.enabled` | `bookingPolicy.cancellationFeePolicy.cancellationWindows` | `bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `bookingPolicy.saveCreditCardPolicy.enabled` | `schedule.availabilityConstraints.durations` | `schedule.availabilityConstraints.durations.${number}.minutes` | `schedule.availabilityConstraints.sessionDurations` | `schedule.availabilityConstraints.timeBetweenSessions` | `schedule.availabilityConstraints.durationRange.hourOptions.minDurationInMinutes` | `schedule.availabilityConstraints.durationRange.hourOptions.maxDurationInMinutes` | `schedule.availabilityConstraints.durationRange.dayOptions.minDurationInDays` | `schedule.availabilityConstraints.durationRange.dayOptions.maxDurationInDays` | `schedule.availabilityConstraints.durationRange.unitType` | `staffMemberIds` | `staffMemberDetails.staffMembers` | `staffMemberDetails.staffMembers.${number}.staffMemberId` | `serviceResources` | `supportedSlugs` | `supportedSlugs.${number}.name` | `seoData.tags` | `seoData.tags.${number}.type` | `seoData.tags.${number}.children` | `seoData.tags.${number}.custom` | `seoData.tags.${number}.disabled` | `seoData.settings.preventAutoRedirect` | `seoData.settings.keywords` | `seoData.settings.keywords.${number}.term` | `seoData.settings.keywords.${number}.isMain` | `addOnGroups` | `addOnDetails` | `taxableAddress.taxableAddressType`, 6> & {
|
|
5284
5308
|
__validationErrorsType?: CreateServiceValidationErrors;
|
|
5285
5309
|
}>;
|
|
5286
5310
|
/**
|
|
@@ -5324,7 +5348,7 @@ interface BulkCreateServicesOptions {
|
|
|
5324
5348
|
* @returns Retrieved service.
|
|
5325
5349
|
* @fqn wix.bookings.services.v2.ServicesService.GetService
|
|
5326
5350
|
*/
|
|
5327
|
-
declare function getService(serviceId: string, options?: GetServiceOptions): Promise<NonNullablePaths<Service, `type` | `media.items` | `category._id` | `form._id` | `payment.fixed.price.value` | `payment.fixed.price.currency` | `payment.subscription.frequency` | `payment.subscription.firstChargeDate` | `payment.rateType` | `payment.pricingPlanIds` | `payment.addOnOption` | `payment.discountInfo.discountName` | `locations` | `locations.${number}.business._id` | `locations.${number}.business.name` | `locations.${number}.custom._id` | `locations.${number}._id` | `locations.${number}.type` | `bookingPolicy._id` | `bookingPolicy.customPolicyDescription.enabled` | `bookingPolicy.customPolicyDescription.description` | `bookingPolicy.limitEarlyBookingPolicy.enabled` | `bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `bookingPolicy.limitLateBookingPolicy.enabled` | `bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `bookingPolicy.bookAfterStartPolicy.enabled` | `bookingPolicy.cancellationPolicy.enabled` | `bookingPolicy.cancellationPolicy.limitLatestCancellation` | `bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `bookingPolicy.reschedulePolicy.enabled` | `bookingPolicy.reschedulePolicy.limitLatestReschedule` | `bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `bookingPolicy.waitlistPolicy.enabled` | `bookingPolicy.waitlistPolicy.capacity` | `bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `bookingPolicy.resourcesPolicy.enabled` | `bookingPolicy.resourcesPolicy.autoAssignAllowed` | `bookingPolicy.cancellationFeePolicy.enabled` | `bookingPolicy.cancellationFeePolicy.cancellationWindows` | `bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `bookingPolicy.saveCreditCardPolicy.enabled` | `schedule.availabilityConstraints.durations` | `schedule.availabilityConstraints.durations.${number}.minutes` | `schedule.availabilityConstraints.sessionDurations` | `schedule.availabilityConstraints.timeBetweenSessions` | `staffMemberIds` | `staffMemberDetails.staffMembers` | `staffMemberDetails.staffMembers.${number}.staffMemberId` | `serviceResources` | `supportedSlugs` | `supportedSlugs.${number}.name` | `seoData.tags` | `seoData.tags.${number}.type` | `seoData.tags.${number}.children` | `seoData.tags.${number}.custom` | `seoData.tags.${number}.disabled` | `seoData.settings.preventAutoRedirect` | `seoData.settings.keywords` | `seoData.settings.keywords.${number}.term` | `seoData.settings.keywords.${number}.isMain` | `addOnGroups` | `addOnDetails` | `taxableAddress.taxableAddressType`, 6>>;
|
|
5351
|
+
declare function getService(serviceId: string, options?: GetServiceOptions): Promise<NonNullablePaths<Service, `type` | `media.items` | `category._id` | `form._id` | `payment.fixed.price.value` | `payment.fixed.price.currency` | `payment.subscription.frequency` | `payment.subscription.firstChargeDate` | `payment.rateType` | `payment.pricingPlanIds` | `payment.addOnOption` | `payment.discountInfo.discountName` | `locations` | `locations.${number}.business._id` | `locations.${number}.business.name` | `locations.${number}.custom._id` | `locations.${number}._id` | `locations.${number}.type` | `bookingPolicy._id` | `bookingPolicy.customPolicyDescription.enabled` | `bookingPolicy.customPolicyDescription.description` | `bookingPolicy.limitEarlyBookingPolicy.enabled` | `bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `bookingPolicy.limitLateBookingPolicy.enabled` | `bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `bookingPolicy.bookAfterStartPolicy.enabled` | `bookingPolicy.cancellationPolicy.enabled` | `bookingPolicy.cancellationPolicy.limitLatestCancellation` | `bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `bookingPolicy.reschedulePolicy.enabled` | `bookingPolicy.reschedulePolicy.limitLatestReschedule` | `bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `bookingPolicy.waitlistPolicy.enabled` | `bookingPolicy.waitlistPolicy.capacity` | `bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `bookingPolicy.resourcesPolicy.enabled` | `bookingPolicy.resourcesPolicy.autoAssignAllowed` | `bookingPolicy.cancellationFeePolicy.enabled` | `bookingPolicy.cancellationFeePolicy.cancellationWindows` | `bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `bookingPolicy.saveCreditCardPolicy.enabled` | `schedule.availabilityConstraints.durations` | `schedule.availabilityConstraints.durations.${number}.minutes` | `schedule.availabilityConstraints.sessionDurations` | `schedule.availabilityConstraints.timeBetweenSessions` | `schedule.availabilityConstraints.durationRange.hourOptions.minDurationInMinutes` | `schedule.availabilityConstraints.durationRange.hourOptions.maxDurationInMinutes` | `schedule.availabilityConstraints.durationRange.dayOptions.minDurationInDays` | `schedule.availabilityConstraints.durationRange.dayOptions.maxDurationInDays` | `schedule.availabilityConstraints.durationRange.unitType` | `staffMemberIds` | `staffMemberDetails.staffMembers` | `staffMemberDetails.staffMembers.${number}.staffMemberId` | `serviceResources` | `supportedSlugs` | `supportedSlugs.${number}.name` | `seoData.tags` | `seoData.tags.${number}.type` | `seoData.tags.${number}.children` | `seoData.tags.${number}.custom` | `seoData.tags.${number}.disabled` | `seoData.settings.preventAutoRedirect` | `seoData.settings.keywords` | `seoData.settings.keywords.${number}.term` | `seoData.settings.keywords.${number}.isMain` | `addOnGroups` | `addOnDetails` | `taxableAddress.taxableAddressType`, 6>>;
|
|
5328
5352
|
interface GetServiceOptions {
|
|
5329
5353
|
/**
|
|
5330
5354
|
* Conditional fields to return.
|
|
@@ -5367,7 +5391,7 @@ interface GetServiceOptions {
|
|
|
5367
5391
|
* @returns Updated service.
|
|
5368
5392
|
* @fqn wix.bookings.services.v2.ServicesService.UpdateService
|
|
5369
5393
|
*/
|
|
5370
|
-
declare function updateService(_id: string, service: NonNullablePaths<UpdateService, `revision`, 2>): Promise<NonNullablePaths<Service, `type` | `media.items` | `category._id` | `form._id` | `payment.fixed.price.value` | `payment.fixed.price.currency` | `payment.subscription.frequency` | `payment.subscription.firstChargeDate` | `payment.rateType` | `payment.pricingPlanIds` | `payment.addOnOption` | `payment.discountInfo.discountName` | `locations` | `locations.${number}.business._id` | `locations.${number}.business.name` | `locations.${number}.custom._id` | `locations.${number}._id` | `locations.${number}.type` | `bookingPolicy._id` | `bookingPolicy.customPolicyDescription.enabled` | `bookingPolicy.customPolicyDescription.description` | `bookingPolicy.limitEarlyBookingPolicy.enabled` | `bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `bookingPolicy.limitLateBookingPolicy.enabled` | `bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `bookingPolicy.bookAfterStartPolicy.enabled` | `bookingPolicy.cancellationPolicy.enabled` | `bookingPolicy.cancellationPolicy.limitLatestCancellation` | `bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `bookingPolicy.reschedulePolicy.enabled` | `bookingPolicy.reschedulePolicy.limitLatestReschedule` | `bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `bookingPolicy.waitlistPolicy.enabled` | `bookingPolicy.waitlistPolicy.capacity` | `bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `bookingPolicy.resourcesPolicy.enabled` | `bookingPolicy.resourcesPolicy.autoAssignAllowed` | `bookingPolicy.cancellationFeePolicy.enabled` | `bookingPolicy.cancellationFeePolicy.cancellationWindows` | `bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `bookingPolicy.saveCreditCardPolicy.enabled` | `schedule.availabilityConstraints.durations` | `schedule.availabilityConstraints.durations.${number}.minutes` | `schedule.availabilityConstraints.sessionDurations` | `schedule.availabilityConstraints.timeBetweenSessions` | `staffMemberIds` | `staffMemberDetails.staffMembers` | `staffMemberDetails.staffMembers.${number}.staffMemberId` | `serviceResources` | `supportedSlugs` | `supportedSlugs.${number}.name` | `seoData.tags` | `seoData.tags.${number}.type` | `seoData.tags.${number}.children` | `seoData.tags.${number}.custom` | `seoData.tags.${number}.disabled` | `seoData.settings.preventAutoRedirect` | `seoData.settings.keywords` | `seoData.settings.keywords.${number}.term` | `seoData.settings.keywords.${number}.isMain` | `addOnGroups` | `addOnDetails` | `taxableAddress.taxableAddressType`, 6> & {
|
|
5394
|
+
declare function updateService(_id: string, service: NonNullablePaths<UpdateService, `revision`, 2>): Promise<NonNullablePaths<Service, `type` | `media.items` | `category._id` | `form._id` | `payment.fixed.price.value` | `payment.fixed.price.currency` | `payment.subscription.frequency` | `payment.subscription.firstChargeDate` | `payment.rateType` | `payment.pricingPlanIds` | `payment.addOnOption` | `payment.discountInfo.discountName` | `locations` | `locations.${number}.business._id` | `locations.${number}.business.name` | `locations.${number}.custom._id` | `locations.${number}._id` | `locations.${number}.type` | `bookingPolicy._id` | `bookingPolicy.customPolicyDescription.enabled` | `bookingPolicy.customPolicyDescription.description` | `bookingPolicy.limitEarlyBookingPolicy.enabled` | `bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `bookingPolicy.limitLateBookingPolicy.enabled` | `bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `bookingPolicy.bookAfterStartPolicy.enabled` | `bookingPolicy.cancellationPolicy.enabled` | `bookingPolicy.cancellationPolicy.limitLatestCancellation` | `bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `bookingPolicy.reschedulePolicy.enabled` | `bookingPolicy.reschedulePolicy.limitLatestReschedule` | `bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `bookingPolicy.waitlistPolicy.enabled` | `bookingPolicy.waitlistPolicy.capacity` | `bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `bookingPolicy.resourcesPolicy.enabled` | `bookingPolicy.resourcesPolicy.autoAssignAllowed` | `bookingPolicy.cancellationFeePolicy.enabled` | `bookingPolicy.cancellationFeePolicy.cancellationWindows` | `bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `bookingPolicy.saveCreditCardPolicy.enabled` | `schedule.availabilityConstraints.durations` | `schedule.availabilityConstraints.durations.${number}.minutes` | `schedule.availabilityConstraints.sessionDurations` | `schedule.availabilityConstraints.timeBetweenSessions` | `schedule.availabilityConstraints.durationRange.hourOptions.minDurationInMinutes` | `schedule.availabilityConstraints.durationRange.hourOptions.maxDurationInMinutes` | `schedule.availabilityConstraints.durationRange.dayOptions.minDurationInDays` | `schedule.availabilityConstraints.durationRange.dayOptions.maxDurationInDays` | `schedule.availabilityConstraints.durationRange.unitType` | `staffMemberIds` | `staffMemberDetails.staffMembers` | `staffMemberDetails.staffMembers.${number}.staffMemberId` | `serviceResources` | `supportedSlugs` | `supportedSlugs.${number}.name` | `seoData.tags` | `seoData.tags.${number}.type` | `seoData.tags.${number}.children` | `seoData.tags.${number}.custom` | `seoData.tags.${number}.disabled` | `seoData.settings.preventAutoRedirect` | `seoData.settings.keywords` | `seoData.settings.keywords.${number}.term` | `seoData.settings.keywords.${number}.isMain` | `addOnGroups` | `addOnDetails` | `taxableAddress.taxableAddressType`, 6> & {
|
|
5371
5395
|
__validationErrorsType?: UpdateServiceValidationErrors;
|
|
5372
5396
|
}>;
|
|
5373
5397
|
interface UpdateService {
|
|
@@ -5489,7 +5513,7 @@ interface UpdateService {
|
|
|
5489
5513
|
* For example, a meeting room or equipment.
|
|
5490
5514
|
* Some nested fields are only returned when specific conditional fields are requested:
|
|
5491
5515
|
* pass `RESOURCE_TYPE_DETAILS` to retrieve `resourceType.name`, and `RESOURCE_DETAILS` to retrieve `resourceDetails.resources`.
|
|
5492
|
-
* @maxSize
|
|
5516
|
+
* @maxSize 8
|
|
5493
5517
|
*/
|
|
5494
5518
|
serviceResources?: ServiceResource[];
|
|
5495
5519
|
/**
|
|
@@ -5748,11 +5772,11 @@ interface ServicesQueryBuilder {
|
|
|
5748
5772
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
5749
5773
|
* @param value - Value to compare against.
|
|
5750
5774
|
*/
|
|
5751
|
-
eq: (propertyName: '_id' | 'appId' | 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'locations.business.id' | 'schedule.firstSessionStart' | 'schedule.lastSessionEnd' | '
|
|
5775
|
+
eq: (propertyName: '_id' | 'appId' | 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'locations.business.id' | 'schedule.firstSessionStart' | 'schedule.lastSessionEnd' | 'supportedSlugs.name' | 'mainSlug.name', value: any) => ServicesQueryBuilder;
|
|
5752
5776
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
5753
5777
|
* @param value - Value to compare against.
|
|
5754
5778
|
*/
|
|
5755
|
-
ne: (propertyName: '_id' | 'appId' | 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'locations.business.id' | 'schedule.firstSessionStart' | 'schedule.lastSessionEnd' | '
|
|
5779
|
+
ne: (propertyName: '_id' | 'appId' | 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'locations.business.id' | 'schedule.firstSessionStart' | 'schedule.lastSessionEnd' | 'supportedSlugs.name' | 'mainSlug.name', value: any) => ServicesQueryBuilder;
|
|
5756
5780
|
/** @param propertyName - Property whose value is compared with `value`.
|
|
5757
5781
|
* @param value - Value to compare against.
|
|
5758
5782
|
*/
|
|
@@ -5776,12 +5800,12 @@ interface ServicesQueryBuilder {
|
|
|
5776
5800
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
5777
5801
|
* @param values - List of values to compare against.
|
|
5778
5802
|
*/
|
|
5779
|
-
hasSome: (propertyName: '
|
|
5803
|
+
hasSome: (propertyName: 'staffMemberIds' | 'serviceResources.resourceIds.values', value: any[]) => ServicesQueryBuilder;
|
|
5780
5804
|
/** @param propertyName - Property whose value is compared with `values`.
|
|
5781
5805
|
* @param values - List of values to compare against.
|
|
5782
5806
|
*/
|
|
5783
5807
|
hasAll: (propertyName: 'staffMemberIds' | 'serviceResources.resourceIds.values', value: any[]) => ServicesQueryBuilder;
|
|
5784
|
-
in: (propertyName: '_id' | 'appId' | 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'locations.business.id' | 'schedule.firstSessionStart' | 'schedule.lastSessionEnd' | '
|
|
5808
|
+
in: (propertyName: '_id' | 'appId' | 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'locations.business.id' | 'schedule.firstSessionStart' | 'schedule.lastSessionEnd' | 'supportedSlugs.name' | 'mainSlug.name', value: any) => ServicesQueryBuilder;
|
|
5785
5809
|
exists: (propertyName: '_id' | 'appId' | 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'locations.business.id' | 'schedule.firstSessionStart' | 'schedule.lastSessionEnd' | 'staffMemberIds' | 'serviceResources.resourceIds.values' | 'supportedSlugs.name' | 'mainSlug.name', value: boolean) => ServicesQueryBuilder;
|
|
5786
5810
|
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
|
|
5787
5811
|
ascending: (...propertyNames: Array<'_id' | 'appId' | 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'locations.business.id' | 'schedule.firstSessionStart' | 'schedule.lastSessionEnd' | 'staffMemberIds' | 'serviceResources.resourceIds.values' | 'supportedSlugs.name' | 'mainSlug.name'>) => ServicesQueryBuilder;
|
|
@@ -5886,18 +5910,8 @@ type ServiceQuery = {
|
|
|
5886
5910
|
}[];
|
|
5887
5911
|
};
|
|
5888
5912
|
declare const utils: {
|
|
5889
|
-
query:
|
|
5890
|
-
|
|
5891
|
-
Filter: _wix_sdk_types.FilterFactory<Service, ServiceQuerySpec>;
|
|
5892
|
-
Sort: _wix_sdk_types.SortFactory<ServiceQuerySpec>;
|
|
5893
|
-
};
|
|
5894
|
-
search: {
|
|
5895
|
-
SearchBuilder: () => _wix_sdk_types.SearchBuilder<Service, ServiceSearchSpec, ServiceSearch>;
|
|
5896
|
-
Filter: _wix_sdk_types.FilterFactory<Service, ServiceSearchSpec>;
|
|
5897
|
-
Sort: _wix_sdk_types.SortFactory<ServiceSearchSpec>;
|
|
5898
|
-
SearchParams: _wix_sdk_types.SearchParamsFactory<ServiceSearchSpec>;
|
|
5899
|
-
Aggregation: _wix_sdk_types.AggregationFactory<ServiceSearchSpec>;
|
|
5900
|
-
};
|
|
5913
|
+
query: _wix_sdk_types.QueryHelpers<Service, ServiceQuerySpec, ServiceQuery>;
|
|
5914
|
+
search: _wix_sdk_types.SearchHelpers<Service, ServiceSearchSpec, ServiceSearch>;
|
|
5901
5915
|
};
|
|
5902
5916
|
interface ServiceSearchSpec extends SearchSpec {
|
|
5903
5917
|
searchable: ['name'];
|
|
@@ -6322,7 +6336,7 @@ interface QueryCategoriesOptions {
|
|
|
6322
6336
|
* @applicableIdentity APP
|
|
6323
6337
|
* @fqn wix.bookings.services.v2.ServicesService.SetServiceLocations
|
|
6324
6338
|
*/
|
|
6325
|
-
declare function setServiceLocations(serviceId: string, options?: SetServiceLocationsOptions): Promise<NonNullablePaths<SetServiceLocationsResponse, `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.subscription.frequency` | `service.payment.subscription.firstChargeDate` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.payment.discountInfo.discountName` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.staffMemberIds` | `service.staffMemberDetails.staffMembers` | `service.staffMemberDetails.staffMembers.${number}.staffMemberId` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.addOnGroups` | `service.addOnDetails` | `service.taxableAddress.taxableAddressType`, 7>>;
|
|
6339
|
+
declare function setServiceLocations(serviceId: string, options?: SetServiceLocationsOptions): Promise<NonNullablePaths<SetServiceLocationsResponse, `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.subscription.frequency` | `service.payment.subscription.firstChargeDate` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.payment.discountInfo.discountName` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.schedule.availabilityConstraints.durationRange.hourOptions.minDurationInMinutes` | `service.schedule.availabilityConstraints.durationRange.hourOptions.maxDurationInMinutes` | `service.schedule.availabilityConstraints.durationRange.dayOptions.minDurationInDays` | `service.schedule.availabilityConstraints.durationRange.dayOptions.maxDurationInDays` | `service.schedule.availabilityConstraints.durationRange.unitType` | `service.staffMemberIds` | `service.staffMemberDetails.staffMembers` | `service.staffMemberDetails.staffMembers.${number}.staffMemberId` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.addOnGroups` | `service.addOnDetails` | `service.taxableAddress.taxableAddressType`, 7>>;
|
|
6326
6340
|
interface SetServiceLocationsOptions {
|
|
6327
6341
|
/**
|
|
6328
6342
|
* List of locations replacing existing service locations. Omitting an existing location removes it from the service. Specify `removedLocationSessionsAction` to determine the handling of future sessions scheduled at that location.
|
|
@@ -6359,7 +6373,7 @@ interface SetServiceLocationsOptions {
|
|
|
6359
6373
|
* @applicableIdentity APP
|
|
6360
6374
|
* @fqn wix.bookings.services.v2.ServicesService.EnablePricingPlansForService
|
|
6361
6375
|
*/
|
|
6362
|
-
declare function enablePricingPlansForService(serviceId: string, pricingPlanIds: string[]): Promise<NonNullablePaths<EnablePricingPlansForServiceResponse, `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.subscription.frequency` | `service.payment.subscription.firstChargeDate` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.payment.discountInfo.discountName` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.staffMemberIds` | `service.staffMemberDetails.staffMembers` | `service.staffMemberDetails.staffMembers.${number}.staffMemberId` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.addOnGroups` | `service.addOnDetails` | `service.taxableAddress.taxableAddressType`, 7> & {
|
|
6376
|
+
declare function enablePricingPlansForService(serviceId: string, pricingPlanIds: string[]): Promise<NonNullablePaths<EnablePricingPlansForServiceResponse, `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.subscription.frequency` | `service.payment.subscription.firstChargeDate` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.payment.discountInfo.discountName` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.schedule.availabilityConstraints.durationRange.hourOptions.minDurationInMinutes` | `service.schedule.availabilityConstraints.durationRange.hourOptions.maxDurationInMinutes` | `service.schedule.availabilityConstraints.durationRange.dayOptions.minDurationInDays` | `service.schedule.availabilityConstraints.durationRange.dayOptions.maxDurationInDays` | `service.schedule.availabilityConstraints.durationRange.unitType` | `service.staffMemberIds` | `service.staffMemberDetails.staffMembers` | `service.staffMemberDetails.staffMembers.${number}.staffMemberId` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.addOnGroups` | `service.addOnDetails` | `service.taxableAddress.taxableAddressType`, 7> & {
|
|
6363
6377
|
__applicationErrorsType?: EnablePricingPlansForServiceApplicationErrors;
|
|
6364
6378
|
}>;
|
|
6365
6379
|
/**
|
|
@@ -6376,7 +6390,7 @@ declare function enablePricingPlansForService(serviceId: string, pricingPlanIds:
|
|
|
6376
6390
|
* @applicableIdentity APP
|
|
6377
6391
|
* @fqn wix.bookings.services.v2.ServicesService.DisablePricingPlansForService
|
|
6378
6392
|
*/
|
|
6379
|
-
declare function disablePricingPlansForService(serviceId: string, options?: DisablePricingPlansForServiceOptions): Promise<NonNullablePaths<DisablePricingPlansForServiceResponse, `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.subscription.frequency` | `service.payment.subscription.firstChargeDate` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.payment.discountInfo.discountName` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.staffMemberIds` | `service.staffMemberDetails.staffMembers` | `service.staffMemberDetails.staffMembers.${number}.staffMemberId` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.addOnGroups` | `service.addOnDetails` | `service.taxableAddress.taxableAddressType`, 7> & {
|
|
6393
|
+
declare function disablePricingPlansForService(serviceId: string, options?: DisablePricingPlansForServiceOptions): Promise<NonNullablePaths<DisablePricingPlansForServiceResponse, `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.subscription.frequency` | `service.payment.subscription.firstChargeDate` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.payment.discountInfo.discountName` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.schedule.availabilityConstraints.durationRange.hourOptions.minDurationInMinutes` | `service.schedule.availabilityConstraints.durationRange.hourOptions.maxDurationInMinutes` | `service.schedule.availabilityConstraints.durationRange.dayOptions.minDurationInDays` | `service.schedule.availabilityConstraints.durationRange.dayOptions.maxDurationInDays` | `service.schedule.availabilityConstraints.durationRange.unitType` | `service.staffMemberIds` | `service.staffMemberDetails.staffMembers` | `service.staffMemberDetails.staffMembers.${number}.staffMemberId` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.addOnGroups` | `service.addOnDetails` | `service.taxableAddress.taxableAddressType`, 7> & {
|
|
6380
6394
|
__applicationErrorsType?: DisablePricingPlansForServiceApplicationErrors;
|
|
6381
6395
|
}>;
|
|
6382
6396
|
interface DisablePricingPlansForServiceOptions {
|
|
@@ -6404,7 +6418,7 @@ interface DisablePricingPlansForServiceOptions {
|
|
|
6404
6418
|
* @applicableIdentity APP
|
|
6405
6419
|
* @fqn wix.bookings.services.v2.ServicesService.SetCustomSlug
|
|
6406
6420
|
*/
|
|
6407
|
-
declare function setCustomSlug(serviceId: string, options?: SetCustomSlugOptions): Promise<NonNullablePaths<SetCustomSlugResponse, `slug.name` | `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.subscription.frequency` | `service.payment.subscription.firstChargeDate` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.payment.discountInfo.discountName` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.staffMemberIds` | `service.staffMemberDetails.staffMembers` | `service.staffMemberDetails.staffMembers.${number}.staffMemberId` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.addOnGroups` | `service.addOnDetails` | `service.taxableAddress.taxableAddressType`, 7> & {
|
|
6421
|
+
declare function setCustomSlug(serviceId: string, options?: SetCustomSlugOptions): Promise<NonNullablePaths<SetCustomSlugResponse, `slug.name` | `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.subscription.frequency` | `service.payment.subscription.firstChargeDate` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.payment.discountInfo.discountName` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.schedule.availabilityConstraints.durationRange.hourOptions.minDurationInMinutes` | `service.schedule.availabilityConstraints.durationRange.hourOptions.maxDurationInMinutes` | `service.schedule.availabilityConstraints.durationRange.dayOptions.minDurationInDays` | `service.schedule.availabilityConstraints.durationRange.dayOptions.maxDurationInDays` | `service.schedule.availabilityConstraints.durationRange.unitType` | `service.staffMemberIds` | `service.staffMemberDetails.staffMembers` | `service.staffMemberDetails.staffMembers.${number}.staffMemberId` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.addOnGroups` | `service.addOnDetails` | `service.taxableAddress.taxableAddressType`, 7> & {
|
|
6408
6422
|
__applicationErrorsType?: SetCustomSlugApplicationErrors;
|
|
6409
6423
|
__validationErrorsType?: SetCustomSlugValidationErrors;
|
|
6410
6424
|
}>;
|
|
@@ -6498,7 +6512,7 @@ interface ValidateSlugOptions {
|
|
|
6498
6512
|
* @applicableIdentity APP
|
|
6499
6513
|
* @fqn wix.bookings.services.v2.ServicesService.CloneService
|
|
6500
6514
|
*/
|
|
6501
|
-
declare function cloneService(sourceServiceId: string): Promise<NonNullablePaths<CloneServiceResponse, `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.subscription.frequency` | `service.payment.subscription.firstChargeDate` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.payment.discountInfo.discountName` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.staffMemberIds` | `service.staffMemberDetails.staffMembers` | `service.staffMemberDetails.staffMembers.${number}.staffMemberId` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.addOnGroups` | `service.addOnDetails` | `service.taxableAddress.taxableAddressType` | `errors`, 7>>;
|
|
6515
|
+
declare function cloneService(sourceServiceId: string): Promise<NonNullablePaths<CloneServiceResponse, `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.subscription.frequency` | `service.payment.subscription.firstChargeDate` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.payment.discountInfo.discountName` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.schedule.availabilityConstraints.durationRange.hourOptions.minDurationInMinutes` | `service.schedule.availabilityConstraints.durationRange.hourOptions.maxDurationInMinutes` | `service.schedule.availabilityConstraints.durationRange.dayOptions.minDurationInDays` | `service.schedule.availabilityConstraints.durationRange.dayOptions.maxDurationInDays` | `service.schedule.availabilityConstraints.durationRange.unitType` | `service.staffMemberIds` | `service.staffMemberDetails.staffMembers` | `service.staffMemberDetails.staffMembers.${number}.staffMemberId` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.addOnGroups` | `service.addOnDetails` | `service.taxableAddress.taxableAddressType` | `errors`, 7>>;
|
|
6502
6516
|
/**
|
|
6503
6517
|
* Creates a new add-on group for a service and updates the service's `addOnGroups` array.
|
|
6504
6518
|
* @param addOnGroup - Add-on group to create.
|
|
@@ -6640,4 +6654,4 @@ interface SetAddOnsForGroupOptions {
|
|
|
6640
6654
|
addOnIds: string[] | null;
|
|
6641
6655
|
}
|
|
6642
6656
|
|
|
6643
|
-
export { type ListAddOnGroupsByServiceIdResponse as $, type DisablePricingPlansForServiceResponse as A, type BulkCreateServicesOptions as B, type CreateServiceValidationErrors as C, type DeleteServiceOptions as D, type EnablePricingPlansForServiceResponse as E, type DisablePricingPlansForServiceApplicationErrors as F, type GetServiceOptions as G, type SetCustomSlugOptions as H, type SetCustomSlugResponse as I, type SetCustomSlugApplicationErrors as J, type SetCustomSlugValidationErrors as K, type ValidateSlugResponse as L, type CloneServiceResponse as M, type AddOnGroup as N, type CreateAddOnGroupOptions as O, type CreateAddOnGroupResponse as P, type QueryPoliciesResponse as Q, type CreateAddOnGroupApplicationErrors as R, type Service as S, type DeleteAddOnGroupOptions as T, type UpdateService as U, type ValidateSlugOptions as V, type DeleteAddOnGroupApplicationErrors as W, type UpdateAddOnGroupOptions as X, type UpdateAddOnGroupResponse as Y, type UpdateAddOnGroupApplicationErrors as Z, type ListAddOnGroupsByServiceIdOptions as _, type BulkCreateServicesResponse as a, type PaymentRateOneOf as a$, type SetAddOnsForGroupOptions as a0, type SetAddOnsForGroupResponse as a1, type SetAddOnsForGroupApplicationErrors as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, type ServiceQuery as a6, type QueryServicesOptions as a7, typedQueryServices as a8, type ServicesQueryBuilder as a9, V2RequestedFields as aA, SortOrder as aB, SortType as aC, SortDirection as aD, MissingValues as aE, ScalarType as aF, NestedAggregationType as aG, Interval as aH, AggregationType as aI, Mode as aJ, RequestedFields as aK, Action as aL, InvalidSlugError as aM, CloneErrors as aN, Status as aO, Event as aP, CrudType as aQ, PlacementType as aR, DayOfWeek as aS, ResolutionMethod as aT, type Media as aU, type MediaItem as aV, type MediaItemItemOneOf as aW, type V2Category as aX, type Form as aY, type FormSettings as aZ, type Payment as a_, ServiceType as aa, RateType as ab, FrequencyType as ac, FirstChargeDateType as ad, AddOnPaymentOptions as ae, LocationTypeEnumLocationType as af, RankingOrder as ag, SortingMethodType as ah, Timing as ai, CompletionRequirement as aj, UnitType as ak, WorkingHoursMode as al, TaxableAddressType as am, MultiServiceBookingType as an, ResourceTransparency as ao, LocationType as ap, SelectionMethod as aq, DurationUnitType as ar, ValueType as as, BookingStatus as at, PaymentStatus as au, SelectedPaymentOption as av, Platform as aw, Actor as ax, IdentityType as ay, WebhookIdentityType as az, type UpdateServiceValidationErrors as b, type SeoSchema as b$, type FixedPayment as b0, type Money as b1, type DepositDetails as b2, type DepositDetailsValueOneOf as b3, type CustomPayment as b4, type VariedPayment as b5, type SubscriptionPayment as b6, type FullUpfrontPayment as b7, type PaymentOptions as b8, type DiscountInfo as b9, type RankingOptions as bA, type CustomOptions as bB, type IntakeFormPolicy as bC, type LimitRebookingPolicy as bD, type Schedule as bE, type AvailabilityConstraints as bF, type V2Duration as bG, type DurationRange as bH, type DurationRangeConfigOneOf as bI, type HourlyConfig as bJ, type DailyConfig as bK, type WorkingHours as bL, type StaffMember as bM, type StaffMediaItem as bN, type StaffMediaItemItemOneOf as bO, type WorkingHoursLocationCoverage as bP, type StaffMemberDetails as bQ, type ResourceGroup as bR, type ResourceIds as bS, type ServiceResource as bT, type ServiceResourceSelectionOneOf as bU, type ResourceType as bV, type ResourceDetails as bW, type ResourceInfo as bX, type Slug as bY, type URLs as bZ, type ExtendedFields as b_, type OnlineBooking as ba, type Conferencing as bb, type V2Location as bc, type V2LocationOptionsOneOf as bd, type CommonAddress as be, type CommonAddressStreetOneOf as bf, type CommonStreetAddress as bg, type CommonAddressLocation as bh, type BusinessLocationOptions as bi, type CustomLocationOptions as bj, type BookingPolicy as bk, type PolicyDescription as bl, type LimitEarlyBookingPolicy as bm, type LimitLateBookingPolicy as bn, type BookAfterStartPolicy as bo, type CancellationPolicy as bp, type ReschedulePolicy as bq, type WaitlistPolicy as br, type ParticipantsPolicy as bs, type ResourcesPolicy as bt, type CancellationFeePolicy as bu, type CancellationWindow as bv, type CancellationWindowFeeOneOf as bw, type SaveCreditCardPolicy as bx, type StaffSortingPolicy as by, type StaffSortingPolicyOptionsOneOf as bz, type BulkUpdateServicesOptions as c, type GetServiceRequest as c$, type Keyword as c0, type Tag as c1, type Settings as c2, type AddOnDetails as c3, type TaxableAddress as c4, type V2PhoneCall as c5, type SetCustomSlugEvent as c6, type ServicesUrlsChanged as c7, type DummyRequest as c8, type DummyResponse as c9, type Duration as cA, type DateTimeRule as cB, type ParticipantsRange as cC, type MultiServiceBookingInfo as cD, type BookedAddOn as cE, type ZonedDate as cF, type DomainEvent as cG, type DomainEventBodyOneOf as cH, type EntityCreatedEvent as cI, type RestoreInfo as cJ, type EntityUpdatedEvent as cK, type EntityDeletedEvent as cL, type ActionEvent as cM, type MessageEnvelope as cN, type IdentificationData as cO, type IdentificationDataIdOneOf as cP, type AccountInfo as cQ, type CreateServiceRequest as cR, type CreateServiceResponse as cS, type ValidateServiceRequest as cT, type ValidateServiceResponse as cU, type FieldViolation as cV, type BulkCreateServicesRequest as cW, type BulkServiceResult as cX, type ItemMetadata as cY, type ApplicationError as cZ, type BulkActionMetadata as c_, type Booking as ca, type BookingParticipantsInfoOneOf as cb, type BookedEntity as cc, type BookedEntityItemOneOf as cd, type BookedSlot as ce, type BookedResource as cf, type Location as cg, type PhoneCall as ch, type ResourceSelection as ci, type BookedSchedule as cj, type ContactDetails as ck, type Address as cl, type AddressStreetOneOf as cm, type StreetAddress as cn, type AddressLocation as co, type Subdivision as cp, type CustomFormField as cq, type BookingSource as cr, type ParticipantNotification as cs, type CommonIdentificationData as ct, type CommonIdentificationDataIdOneOf as cu, type FlowControlSettings as cv, type ParticipantChoices as cw, type ServiceChoices as cx, type ServiceChoice as cy, type ServiceChoiceChoiceOneOf as cz, type BulkUpdateServicesResponse as d, type NestedResults as d$, type GetServiceResponse as d0, type GetServiceAvailabilityConstraintsRequest as d1, type GetServiceAvailabilityConstraintsResponse as d2, type ServiceAvailabilityConstraints as d3, type SplitInterval as d4, type UpdateServiceRequest as d5, type UpdateServiceResponse as d6, type BulkUpdateServicesRequest as d7, type MaskedService as d8, type BulkUpdateServicesByFilterRequest as d9, type DateHistogramAggregation as dA, type NestedAggregationItem as dB, type NestedAggregationItemKindOneOf as dC, type NestedAggregation as dD, type GroupByAggregation as dE, type GroupByAggregationKindOneOf as dF, type SearchDetails as dG, type CursorPagingMetadata as dH, type AggregationData as dI, type ValueAggregationResult as dJ, type RangeAggregationResult as dK, type NestedAggregationResults as dL, type NestedAggregationResultsResultOneOf as dM, type ValueResults as dN, type RangeResults as dO, type AggregationResultsScalarResult as dP, type NestedValueAggregationResult as dQ, type ValueResult as dR, type RangeResult as dS, type ScalarResult as dT, type ScalarDateResult as dU, type NestedResultValue as dV, type NestedResultValueResultOneOf as dW, type Results as dX, type DateHistogramResult as dY, type GroupByValueResults as dZ, type DateHistogramResults as d_, type DeleteServiceRequest as da, type V2ParticipantNotification as db, type DeleteServiceResponse as dc, type BulkDeleteServicesRequest as dd, type BulkDeleteServicesByFilterRequest as de, type QueryServicesRequest as df, type QueryV2 as dg, type QueryV2PagingMethodOneOf as dh, type Sorting as di, type Paging as dj, type CursorPaging as dk, type QueryServicesResponse as dl, type PagingMetadataV2 as dm, type Cursors as dn, type SearchServicesRequest as dp, type CursorSearch as dq, type CursorSearchPagingMethodOneOf as dr, type Aggregation as ds, type AggregationKindOneOf as dt, type RangeBucket as du, type IncludeMissingValuesOptions as dv, type ValueAggregation as dw, type ValueAggregationOptionsOneOf as dx, type RangeAggregation as dy, type ScalarAggregation as dz, type BulkUpdateServicesByFilterOptions as e, type AddOnAddOnInfoOneOf as e$, type AggregationResultsScalarDateResult as e0, type AggregationResults as e1, type AggregationResultsResultOneOf as e2, type QueryPoliciesRequest as e3, type CursorQueryPagingMethodOneOf as e4, type BookingPolicyWithServices as e5, type QueryBookingFormsRequest as e6, type BookingForm as e7, type FormDetails as e8, type ConnectedService as e9, type Page as eA, type SitePropertiesNotification as eB, type SitePropertiesEvent as eC, type Properties as eD, type Categories as eE, type Locale as eF, type V4Address as eG, type AddressHint as eH, type GeoCoordinates as eI, type BusinessSchedule as eJ, type TimePeriod as eK, type SpecialHourPeriod as eL, type Multilingual as eM, type SupportedLanguage as eN, type ConsentPolicy as eO, type Translation as eP, type ChangeContext as eQ, type ChangeContextPayloadOneOf as eR, type PropertiesChange as eS, type SiteCreated as eT, type SiteCloned as eU, type CreateAddOnGroupRequest as eV, type DeleteAddOnGroupRequest as eW, type DeleteAddOnGroupResponse as eX, type UpdateAddOnGroupRequest as eY, type ListAddOnGroupsByServiceIdRequest as eZ, type AddOn as e_, type CountServicesRequest as ea, type QueryLocationsRequest as eb, type QueryLocationsFilter as ec, type BusinessLocations as ed, type CustomLocations as ee, type CustomerLocations as ef, type QueryCategoriesRequest as eg, type QueryCategoriesFilter as eh, type QueryServicesMultiLanguageRequest as ei, type QueryServicesMultiLanguageResponse as ej, type SetServiceLocationsRequest as ek, type RemovedLocationSessionsAction as el, type RemovedLocationSessionsActionActionOptionsOneOf as em, type MoveToNewLocationsOptions as en, type EnablePricingPlansForServiceRequest as eo, type PricingPlanSelection as ep, type InvalidPricingPlan as eq, type DisablePricingPlansForServiceRequest as er, type SetCustomSlugRequest as es, type ValidateSlugRequest as et, type CloneServiceRequest as eu, type CategoryNotification as ev, type Category as ew, type Empty as ex, type UserDomainInfoChangedEvent as ey, type HtmlSitePublished as ez, type BulkUpdateServicesByFilterResponse as f, updateService as f$, type AddOnGroupDetail as f0, type SetAddOnsForGroupRequest as f1, type BaseEventMetadata as f2, type EventMetadata as f3, type AccountInfoMetadata as f4, type ServicesQueryResult as f5, type ServiceQuerySpec as f6, type ServiceSearchSpec as f7, utils as f8, type ServiceTypeWithLiterals as f9, type SortOrderWithLiterals as fA, type SortTypeWithLiterals as fB, type SortDirectionWithLiterals as fC, type MissingValuesWithLiterals as fD, type ScalarTypeWithLiterals as fE, type NestedAggregationTypeWithLiterals as fF, type IntervalWithLiterals as fG, type AggregationTypeWithLiterals as fH, type ModeWithLiterals as fI, type RequestedFieldsWithLiterals as fJ, type ActionWithLiterals as fK, type InvalidSlugErrorWithLiterals as fL, type CloneErrorsWithLiterals as fM, type StatusWithLiterals as fN, type EventWithLiterals as fO, type CrudTypeWithLiterals as fP, type PlacementTypeWithLiterals as fQ, type DayOfWeekWithLiterals as fR, type ResolutionMethodWithLiterals as fS, type CommonQueryWithEntityContext as fT, type CommonSearchWithEntityContext as fU, onServiceCreated as fV, onServiceDeleted as fW, onServiceUpdated as fX, createService as fY, bulkCreateServices as fZ, getService as f_, type RateTypeWithLiterals as fa, type FrequencyTypeWithLiterals as fb, type FirstChargeDateTypeWithLiterals as fc, type AddOnPaymentOptionsWithLiterals as fd, type LocationTypeEnumLocationTypeWithLiterals as fe, type RankingOrderWithLiterals as ff, type SortingMethodTypeWithLiterals as fg, type TimingWithLiterals as fh, type CompletionRequirementWithLiterals as fi, type UnitTypeWithLiterals as fj, type WorkingHoursModeWithLiterals as fk, type TaxableAddressTypeWithLiterals as fl, type MultiServiceBookingTypeWithLiterals as fm, type ResourceTransparencyWithLiterals as fn, type LocationTypeWithLiterals as fo, type SelectionMethodWithLiterals as fp, type DurationUnitTypeWithLiterals as fq, type ValueTypeWithLiterals as fr, type BookingStatusWithLiterals as fs, type PaymentStatusWithLiterals as ft, type SelectedPaymentOptionWithLiterals as fu, type PlatformWithLiterals as fv, type ActorWithLiterals as fw, type IdentityTypeWithLiterals as fx, type WebhookIdentityTypeWithLiterals as fy, type V2RequestedFieldsWithLiterals as fz, type BulkDeleteServicesOptions as g, bulkUpdateServices as g0, bulkUpdateServicesByFilter as g1, deleteService as g2, bulkDeleteServices as g3, bulkDeleteServicesByFilter as g4, queryServices as g5, queryPolicies as g6, queryBookingForms as g7, countServices as g8, queryLocations as g9, queryCategories as ga, setServiceLocations as gb, enablePricingPlansForService as gc, disablePricingPlansForService as gd, setCustomSlug as ge, validateSlug as gf, cloneService as gg, createAddOnGroup as gh, deleteAddOnGroup as gi, updateAddOnGroup as gj, listAddOnGroupsByServiceId as gk, setAddOnsForGroup as gl, type BulkDeleteServicesResponse as h, type BulkDeleteServicesByFilterOptions as i, type BulkDeleteServicesByFilterResponse as j, type ServiceSearch as k, type SearchServicesResponse as l, type CursorQuery as m, type QueryBookingFormsOptions as n, type QueryBookingFormsResponse as o, type QueryBookingFormsApplicationErrors as p, type CountServicesOptions as q, type CountServicesResponse as r, type QueryLocationsOptions as s, type QueryLocationsResponse as t, type QueryCategoriesOptions as u, type QueryCategoriesResponse as v, type SetServiceLocationsOptions as w, type SetServiceLocationsResponse as x, type EnablePricingPlansForServiceApplicationErrors as y, type DisablePricingPlansForServiceOptions as z };
|
|
6657
|
+
export { type ListAddOnGroupsByServiceIdResponse as $, type DisablePricingPlansForServiceResponse as A, type BulkCreateServicesOptions as B, type CreateServiceValidationErrors as C, type DeleteServiceOptions as D, type EnablePricingPlansForServiceResponse as E, type DisablePricingPlansForServiceApplicationErrors as F, type GetServiceOptions as G, type SetCustomSlugOptions as H, type SetCustomSlugResponse as I, type SetCustomSlugApplicationErrors as J, type SetCustomSlugValidationErrors as K, type ValidateSlugResponse as L, type CloneServiceResponse as M, type AddOnGroup as N, type CreateAddOnGroupOptions as O, type CreateAddOnGroupResponse as P, type QueryPoliciesResponse as Q, type CreateAddOnGroupApplicationErrors as R, type Service as S, type DeleteAddOnGroupOptions as T, type UpdateService as U, type ValidateSlugOptions as V, type DeleteAddOnGroupApplicationErrors as W, type UpdateAddOnGroupOptions as X, type UpdateAddOnGroupResponse as Y, type UpdateAddOnGroupApplicationErrors as Z, type ListAddOnGroupsByServiceIdOptions as _, type BulkCreateServicesResponse as a, type Payment as a$, type SetAddOnsForGroupOptions as a0, type SetAddOnsForGroupResponse as a1, type SetAddOnsForGroupApplicationErrors as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, type ServiceQuery as a6, type QueryServicesOptions as a7, typedQueryServices as a8, type ServicesQueryBuilder as a9, WebhookIdentityType as aA, V2RequestedFields as aB, SortOrder as aC, SortType as aD, SortDirection as aE, MissingValues as aF, ScalarType as aG, NestedAggregationType as aH, Interval as aI, AggregationType as aJ, Mode as aK, RequestedFields as aL, Action as aM, InvalidSlugError as aN, CloneErrors as aO, Status as aP, Event as aQ, CrudType as aR, PlacementType as aS, DayOfWeek as aT, ResolutionMethod as aU, type Media as aV, type MediaItem as aW, type MediaItemItemOneOf as aX, type V2Category as aY, type Form as aZ, type FormSettings as a_, ServiceType as aa, RateType as ab, FrequencyType as ac, FirstChargeDateType as ad, AddOnPaymentOptions as ae, LocationTypeEnumLocationType as af, RankingOrder as ag, SortingMethodType as ah, Timing as ai, CompletionRequirement as aj, UnitType as ak, WorkingHoursMode as al, TaxableAddressType as am, MultiServiceBookingType as an, ResourceTransparency as ao, LocationType as ap, SelectionMethod as aq, RequestedGender as ar, DurationUnitType as as, ValueType as at, BookingStatus as au, PaymentStatus as av, SelectedPaymentOption as aw, Platform as ax, Actor as ay, IdentityType as az, type UpdateServiceValidationErrors as b, type ExtendedFields as b$, type PaymentRateOneOf as b0, type FixedPayment as b1, type Money as b2, type DepositDetails as b3, type DepositDetailsValueOneOf as b4, type CustomPayment as b5, type VariedPayment as b6, type SubscriptionPayment as b7, type FullUpfrontPayment as b8, type PaymentOptions as b9, type StaffSortingPolicyOptionsOneOf as bA, type RankingOptions as bB, type CustomOptions as bC, type IntakeFormPolicy as bD, type LimitRebookingPolicy as bE, type Schedule as bF, type AvailabilityConstraints as bG, type V2Duration as bH, type DurationRange as bI, type DurationRangeConfigOneOf as bJ, type HourlyConfig as bK, type DailyConfig as bL, type WorkingHours as bM, type StaffMember as bN, type StaffMediaItem as bO, type StaffMediaItemItemOneOf as bP, type WorkingHoursLocationCoverage as bQ, type StaffMemberDetails as bR, type ResourceGroup as bS, type ResourceIds as bT, type ServiceResource as bU, type ServiceResourceSelectionOneOf as bV, type ResourceType as bW, type ResourceDetails as bX, type ResourceInfo as bY, type Slug as bZ, type URLs as b_, type DiscountInfo as ba, type OnlineBooking as bb, type Conferencing as bc, type V2Location as bd, type V2LocationOptionsOneOf as be, type CommonAddress as bf, type CommonAddressStreetOneOf as bg, type CommonStreetAddress as bh, type CommonAddressLocation as bi, type BusinessLocationOptions as bj, type CustomLocationOptions as bk, type BookingPolicy as bl, type PolicyDescription as bm, type LimitEarlyBookingPolicy as bn, type LimitLateBookingPolicy as bo, type BookAfterStartPolicy as bp, type CancellationPolicy as bq, type ReschedulePolicy as br, type WaitlistPolicy as bs, type ParticipantsPolicy as bt, type ResourcesPolicy as bu, type CancellationFeePolicy as bv, type CancellationWindow as bw, type CancellationWindowFeeOneOf as bx, type SaveCreditCardPolicy as by, type StaffSortingPolicy as bz, type BulkUpdateServicesOptions as c, type ApplicationError as c$, type SeoSchema as c0, type Keyword as c1, type Tag as c2, type Settings as c3, type AddOnDetails as c4, type TaxableAddress as c5, type V2PhoneCall as c6, type SetCustomSlugEvent as c7, type ServicesUrlsChanged as c8, type DummyRequest as c9, type ServiceChoice as cA, type ServiceChoiceChoiceOneOf as cB, type Duration as cC, type DateTimeRule as cD, type ParticipantsRange as cE, type MultiServiceBookingInfo as cF, type BookedAddOn as cG, type ZonedDate as cH, type DomainEvent as cI, type DomainEventBodyOneOf as cJ, type EntityCreatedEvent as cK, type RestoreInfo as cL, type EntityUpdatedEvent as cM, type EntityDeletedEvent as cN, type ActionEvent as cO, type MessageEnvelope as cP, type IdentificationData as cQ, type IdentificationDataIdOneOf as cR, type AccountInfo as cS, type CreateServiceRequest as cT, type CreateServiceResponse as cU, type ValidateServiceRequest as cV, type ValidateServiceResponse as cW, type FieldViolation as cX, type BulkCreateServicesRequest as cY, type BulkServiceResult as cZ, type ItemMetadata as c_, type DummyResponse as ca, type Booking as cb, type BookingParticipantsInfoOneOf as cc, type BookedEntity as cd, type BookedEntityItemOneOf as ce, type BookedSlot as cf, type BookedResource as cg, type Location as ch, type PhoneCall as ci, type ResourceSelection as cj, type RequestedGenderValue as ck, type BookedSchedule as cl, type ContactDetails as cm, type Address as cn, type AddressStreetOneOf as co, type StreetAddress as cp, type AddressLocation as cq, type Subdivision as cr, type CustomFormField as cs, type BookingSource as ct, type ParticipantNotification as cu, type CommonIdentificationData as cv, type CommonIdentificationDataIdOneOf as cw, type FlowControlSettings as cx, type ParticipantChoices as cy, type ServiceChoices as cz, type BulkUpdateServicesResponse as d, type GroupByValueResults as d$, type BulkActionMetadata as d0, type GetServiceRequest as d1, type GetServiceResponse as d2, type GetServiceAvailabilityConstraintsRequest as d3, type GetServiceAvailabilityConstraintsResponse as d4, type ServiceAvailabilityConstraints as d5, type SplitInterval as d6, type UpdateServiceRequest as d7, type UpdateServiceResponse as d8, type BulkUpdateServicesRequest as d9, type RangeAggregation as dA, type ScalarAggregation as dB, type DateHistogramAggregation as dC, type NestedAggregationItem as dD, type NestedAggregationItemKindOneOf as dE, type NestedAggregation as dF, type GroupByAggregation as dG, type GroupByAggregationKindOneOf as dH, type SearchDetails as dI, type CursorPagingMetadata as dJ, type AggregationData as dK, type ValueAggregationResult as dL, type RangeAggregationResult as dM, type NestedAggregationResults as dN, type NestedAggregationResultsResultOneOf as dO, type ValueResults as dP, type RangeResults as dQ, type AggregationResultsScalarResult as dR, type NestedValueAggregationResult as dS, type ValueResult as dT, type RangeResult as dU, type ScalarResult as dV, type ScalarDateResult as dW, type NestedResultValue as dX, type NestedResultValueResultOneOf as dY, type Results as dZ, type DateHistogramResult as d_, type MaskedService as da, type BulkUpdateServicesByFilterRequest as db, type DeleteServiceRequest as dc, type V2ParticipantNotification as dd, type DeleteServiceResponse as de, type BulkDeleteServicesRequest as df, type BulkDeleteServicesByFilterRequest as dg, type QueryServicesRequest as dh, type QueryV2 as di, type QueryV2PagingMethodOneOf as dj, type Sorting as dk, type Paging as dl, type CursorPaging as dm, type QueryServicesResponse as dn, type PagingMetadataV2 as dp, type Cursors as dq, type SearchServicesRequest as dr, type CursorSearch as ds, type CursorSearchPagingMethodOneOf as dt, type Aggregation as du, type AggregationKindOneOf as dv, type RangeBucket as dw, type IncludeMissingValuesOptions as dx, type ValueAggregation as dy, type ValueAggregationOptionsOneOf as dz, type BulkUpdateServicesByFilterOptions as e, type ListAddOnGroupsByServiceIdRequest as e$, type DateHistogramResults as e0, type NestedResults as e1, type AggregationResultsScalarDateResult as e2, type AggregationResults as e3, type AggregationResultsResultOneOf as e4, type QueryPoliciesRequest as e5, type CursorQueryPagingMethodOneOf as e6, type BookingPolicyWithServices as e7, type QueryBookingFormsRequest as e8, type BookingForm as e9, type UserDomainInfoChangedEvent as eA, type HtmlSitePublished as eB, type Page as eC, type SitePropertiesNotification as eD, type SitePropertiesEvent as eE, type Properties as eF, type Categories as eG, type Locale as eH, type V4Address as eI, type AddressHint as eJ, type GeoCoordinates as eK, type BusinessSchedule as eL, type TimePeriod as eM, type SpecialHourPeriod as eN, type Multilingual as eO, type SupportedLanguage as eP, type ConsentPolicy as eQ, type Translation as eR, type ChangeContext as eS, type ChangeContextPayloadOneOf as eT, type PropertiesChange as eU, type SiteCreated as eV, type SiteCloned as eW, type CreateAddOnGroupRequest as eX, type DeleteAddOnGroupRequest as eY, type DeleteAddOnGroupResponse as eZ, type UpdateAddOnGroupRequest as e_, type FormDetails as ea, type ConnectedService as eb, type CountServicesRequest as ec, type QueryLocationsRequest as ed, type QueryLocationsFilter as ee, type BusinessLocations as ef, type CustomLocations as eg, type CustomerLocations as eh, type QueryCategoriesRequest as ei, type QueryCategoriesFilter as ej, type QueryServicesMultiLanguageRequest as ek, type QueryServicesMultiLanguageResponse as el, type SetServiceLocationsRequest as em, type RemovedLocationSessionsAction as en, type RemovedLocationSessionsActionActionOptionsOneOf as eo, type MoveToNewLocationsOptions as ep, type EnablePricingPlansForServiceRequest as eq, type PricingPlanSelection as er, type InvalidPricingPlan as es, type DisablePricingPlansForServiceRequest as et, type SetCustomSlugRequest as eu, type ValidateSlugRequest as ev, type CloneServiceRequest as ew, type CategoryNotification as ex, type Category as ey, type Empty as ez, type BulkUpdateServicesByFilterResponse as f, createService as f$, type AddOn as f0, type AddOnAddOnInfoOneOf as f1, type AddOnGroupDetail as f2, type SetAddOnsForGroupRequest as f3, type BaseEventMetadata as f4, type EventMetadata as f5, type AccountInfoMetadata as f6, type ServicesQueryResult as f7, type ServiceQuerySpec as f8, type ServiceSearchSpec as f9, type IdentityTypeWithLiterals as fA, type WebhookIdentityTypeWithLiterals as fB, type V2RequestedFieldsWithLiterals as fC, type SortOrderWithLiterals as fD, type SortTypeWithLiterals as fE, type SortDirectionWithLiterals as fF, type MissingValuesWithLiterals as fG, type ScalarTypeWithLiterals as fH, type NestedAggregationTypeWithLiterals as fI, type IntervalWithLiterals as fJ, type AggregationTypeWithLiterals as fK, type ModeWithLiterals as fL, type RequestedFieldsWithLiterals as fM, type ActionWithLiterals as fN, type InvalidSlugErrorWithLiterals as fO, type CloneErrorsWithLiterals as fP, type StatusWithLiterals as fQ, type EventWithLiterals as fR, type CrudTypeWithLiterals as fS, type PlacementTypeWithLiterals as fT, type DayOfWeekWithLiterals as fU, type ResolutionMethodWithLiterals as fV, type CommonQueryWithEntityContext as fW, type CommonSearchWithEntityContext as fX, onServiceCreated as fY, onServiceDeleted as fZ, onServiceUpdated as f_, utils as fa, type ServiceTypeWithLiterals as fb, type RateTypeWithLiterals as fc, type FrequencyTypeWithLiterals as fd, type FirstChargeDateTypeWithLiterals as fe, type AddOnPaymentOptionsWithLiterals as ff, type LocationTypeEnumLocationTypeWithLiterals as fg, type RankingOrderWithLiterals as fh, type SortingMethodTypeWithLiterals as fi, type TimingWithLiterals as fj, type CompletionRequirementWithLiterals as fk, type UnitTypeWithLiterals as fl, type WorkingHoursModeWithLiterals as fm, type TaxableAddressTypeWithLiterals as fn, type MultiServiceBookingTypeWithLiterals as fo, type ResourceTransparencyWithLiterals as fp, type LocationTypeWithLiterals as fq, type SelectionMethodWithLiterals as fr, type RequestedGenderWithLiterals as fs, type DurationUnitTypeWithLiterals as ft, type ValueTypeWithLiterals as fu, type BookingStatusWithLiterals as fv, type PaymentStatusWithLiterals as fw, type SelectedPaymentOptionWithLiterals as fx, type PlatformWithLiterals as fy, type ActorWithLiterals as fz, type BulkDeleteServicesOptions as g, bulkCreateServices as g0, getService as g1, updateService as g2, bulkUpdateServices as g3, bulkUpdateServicesByFilter as g4, deleteService as g5, bulkDeleteServices as g6, bulkDeleteServicesByFilter as g7, queryServices as g8, queryPolicies as g9, queryBookingForms as ga, countServices as gb, queryLocations as gc, queryCategories as gd, setServiceLocations as ge, enablePricingPlansForService as gf, disablePricingPlansForService as gg, setCustomSlug as gh, validateSlug as gi, cloneService as gj, createAddOnGroup as gk, deleteAddOnGroup as gl, updateAddOnGroup as gm, listAddOnGroupsByServiceId as gn, setAddOnsForGroup as go, type BulkDeleteServicesResponse as h, type BulkDeleteServicesByFilterOptions as i, type BulkDeleteServicesByFilterResponse as j, type ServiceSearch as k, type SearchServicesResponse as l, type CursorQuery as m, type QueryBookingFormsOptions as n, type QueryBookingFormsResponse as o, type QueryBookingFormsApplicationErrors as p, type CountServicesOptions as q, type CountServicesResponse as r, type QueryLocationsOptions as s, type QueryLocationsResponse as t, type QueryCategoriesOptions as u, type QueryCategoriesResponse as v, type SetServiceLocationsOptions as w, type SetServiceLocationsResponse as x, type EnablePricingPlansForServiceApplicationErrors as y, type DisablePricingPlansForServiceOptions as z };
|