@wix/bookings 1.0.479 → 1.0.480

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.479",
3
+ "version": "1.0.480",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -36,7 +36,7 @@
36
36
  "@wix/bookings_resource-types": "1.0.13",
37
37
  "@wix/bookings_resources": "1.0.53",
38
38
  "@wix/bookings_service-options-and-variants": "1.0.53",
39
- "@wix/bookings_services": "1.0.77",
39
+ "@wix/bookings_services": "1.0.78",
40
40
  "@wix/bookings_staff-members": "1.0.14"
41
41
  },
42
42
  "devDependencies": {
@@ -62,5 +62,5 @@
62
62
  "fqdn": ""
63
63
  }
64
64
  },
65
- "falconPackageHash": "4de29c4276af03d6dd85efe072e9f30db05171ee09460f228c5513b1"
65
+ "falconPackageHash": "766d89431f510bc611ab26f48decf1f02452e3576b4e9f992b957e4f"
66
66
  }
@@ -13397,6 +13397,36 @@ interface BookingPolicyWithServices {
13397
13397
  /** The number of services associated with the booking policy. */
13398
13398
  countOfServices?: number;
13399
13399
  }
13400
+ interface QueryBookingFormsRequest {
13401
+ /** WQL expression. */
13402
+ query?: CursorQuery$2;
13403
+ }
13404
+ interface QueryBookingFormsResponse {
13405
+ /** The retrieved booking forms references and their connected services. */
13406
+ bookingForms?: BookingForm[];
13407
+ /** Paging metadata. */
13408
+ pagingMetadata?: CursorPagingMetadata$3;
13409
+ }
13410
+ interface BookingForm {
13411
+ /** Reference to the form. */
13412
+ formDetails?: FormDetails;
13413
+ /** The services connected to the booking form. Up to 5 services are returned per form. */
13414
+ connectedServices?: ConnectedService[];
13415
+ /** The number of services connected to the booking form. */
13416
+ totalServiceCount?: number;
13417
+ }
13418
+ interface FormDetails {
13419
+ /** Form id. */
13420
+ formId?: string;
13421
+ /** Form name. */
13422
+ name?: string | null;
13423
+ }
13424
+ interface ConnectedService {
13425
+ /** Service ID. */
13426
+ _id?: string | null;
13427
+ /** Service name. */
13428
+ name?: string | null;
13429
+ }
13400
13430
  interface CountServicesRequest {
13401
13431
  /** The filters for performing the count. */
13402
13432
  filter?: Record<string, any> | null;
@@ -15934,6 +15964,7 @@ type context$6_Benefit = Benefit;
15934
15964
  type context$6_BenefitNotification = BenefitNotification;
15935
15965
  type context$6_BenefitType = BenefitType;
15936
15966
  declare const context$6_BenefitType: typeof BenefitType;
15967
+ type context$6_BookingForm = BookingForm;
15937
15968
  type context$6_BookingPolicyWithServices = BookingPolicyWithServices;
15938
15969
  type context$6_BulkCreateServicesRequest = BulkCreateServicesRequest;
15939
15970
  type context$6_BulkCreateServicesResponse = BulkCreateServicesResponse;
@@ -15972,6 +16003,7 @@ type context$6_CommonAddressLocation = CommonAddressLocation;
15972
16003
  type context$6_CommonAddressStreetOneOf = CommonAddressStreetOneOf;
15973
16004
  type context$6_CommonStreetAddress = CommonStreetAddress;
15974
16005
  type context$6_Conferencing = Conferencing;
16006
+ type context$6_ConnectedService = ConnectedService;
15975
16007
  type context$6_CountServicesOptions = CountServicesOptions;
15976
16008
  type context$6_CountServicesRequest = CountServicesRequest;
15977
16009
  type context$6_CountServicesResponse = CountServicesResponse;
@@ -16006,6 +16038,7 @@ type context$6_EnablePricingPlansForServiceResponseNonNullableFields = EnablePri
16006
16038
  type context$6_EntryPass = EntryPass;
16007
16039
  type context$6_FixedPayment = FixedPayment;
16008
16040
  type context$6_Form = Form;
16041
+ type context$6_FormDetails = FormDetails;
16009
16042
  type context$6_FormSettings = FormSettings;
16010
16043
  type context$6_GetServiceAvailabilityConstraintsRequest = GetServiceAvailabilityConstraintsRequest;
16011
16044
  type context$6_GetServiceAvailabilityConstraintsResponse = GetServiceAvailabilityConstraintsResponse;
@@ -16042,6 +16075,8 @@ type context$6_Page = Page;
16042
16075
  type context$6_Payment = Payment;
16043
16076
  type context$6_PaymentOptions = PaymentOptions;
16044
16077
  type context$6_PaymentRateOneOf = PaymentRateOneOf;
16078
+ type context$6_QueryBookingFormsRequest = QueryBookingFormsRequest;
16079
+ type context$6_QueryBookingFormsResponse = QueryBookingFormsResponse;
16045
16080
  type context$6_QueryCategoriesFilter = QueryCategoriesFilter;
16046
16081
  type context$6_QueryCategoriesOptions = QueryCategoriesOptions;
16047
16082
  type context$6_QueryCategoriesRequest = QueryCategoriesRequest;
@@ -16166,7 +16201,7 @@ declare const context$6_setServiceLocations: typeof setServiceLocations;
16166
16201
  declare const context$6_updateService: typeof updateService;
16167
16202
  declare const context$6_validateSlug: typeof validateSlug;
16168
16203
  declare namespace context$6 {
16169
- export { context$6_Action as Action, type ActionEvent$4 as ActionEvent, type Address$4 as Address, type AddressHint$1 as AddressHint, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type context$6_Aggregation as Aggregation, type AggregationData$1 as AggregationData, type context$6_AggregationKindOneOf as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type context$6_AggregationResultsScalarResult as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type ApplicationError$2 as ApplicationError, ApprovalStatus$1 as ApprovalStatus, type Availability$1 as Availability, type AvailabilityConstraints$1 as AvailabilityConstraints, type AvailabilityPolicy$1 as AvailabilityPolicy, type AvailabilityPolicyUpdated$1 as AvailabilityPolicyUpdated, type BaseEventMetadata$4 as BaseEventMetadata, type context$6_Behavior as Behavior, type context$6_BehaviorBehaviorOneOf as BehaviorBehaviorOneOf, type context$6_Benefit as Benefit, type context$6_BenefitNotification as BenefitNotification, context$6_BenefitType as BenefitType, type BookAfterStartPolicy$1 as BookAfterStartPolicy, type BookingPolicy$1 as BookingPolicy, type context$6_BookingPolicyWithServices as BookingPolicyWithServices, type BulkActionMetadata$2 as BulkActionMetadata, type context$6_BulkCreateServicesRequest as BulkCreateServicesRequest, type context$6_BulkCreateServicesResponse as BulkCreateServicesResponse, type context$6_BulkDeleteServicesByFilterOptions as BulkDeleteServicesByFilterOptions, type context$6_BulkDeleteServicesByFilterRequest as BulkDeleteServicesByFilterRequest, type context$6_BulkDeleteServicesByFilterResponse as BulkDeleteServicesByFilterResponse, type context$6_BulkDeleteServicesByFilterResponseNonNullableFields as BulkDeleteServicesByFilterResponseNonNullableFields, type context$6_BulkDeleteServicesOptions as BulkDeleteServicesOptions, type context$6_BulkDeleteServicesRequest as BulkDeleteServicesRequest, type context$6_BulkDeleteServicesResponse as BulkDeleteServicesResponse, type context$6_BulkDeleteServicesResponseNonNullableFields as BulkDeleteServicesResponseNonNullableFields, type context$6_BulkServiceResult as BulkServiceResult, type context$6_BulkUpdateServicesByFilterOptions as BulkUpdateServicesByFilterOptions, type context$6_BulkUpdateServicesByFilterRequest as BulkUpdateServicesByFilterRequest, type context$6_BulkUpdateServicesByFilterResponse as BulkUpdateServicesByFilterResponse, type context$6_BulkUpdateServicesByFilterResponseNonNullableFields as BulkUpdateServicesByFilterResponseNonNullableFields, type context$6_BulkUpdateServicesOptions as BulkUpdateServicesOptions, type context$6_BulkUpdateServicesRequest as BulkUpdateServicesRequest, type context$6_BulkUpdateServicesResponse as BulkUpdateServicesResponse, type context$6_BulkUpdateServicesResponseNonNullableFields as BulkUpdateServicesResponseNonNullableFields, type context$6_BusinessLocation as BusinessLocation, type context$6_BusinessLocationOptions as BusinessLocationOptions, type context$6_BusinessLocations as BusinessLocations, type BusinessSchedule$2 as BusinessSchedule, type CalendarConference$1 as CalendarConference, type CalendarDateTime$1 as CalendarDateTime, CalendarType$1 as CalendarType, type CancellationFeePolicy$1 as CancellationFeePolicy, type CancellationPolicy$1 as CancellationPolicy, type CancellationWindow$1 as CancellationWindow, type CancellationWindowFeeOneOf$1 as CancellationWindowFeeOneOf, type Categories$1 as Categories, type Category$1 as Category, type CategoryNotification$1 as CategoryNotification, context$6_CategoryNotificationEvent as CategoryNotificationEvent, context$6_CategoryStatus as CategoryStatus, type ChangeContext$1 as ChangeContext, type ChangeContextPayloadOneOf$1 as ChangeContextPayloadOneOf, context$6_CloneErrors as CloneErrors, type context$6_CloneServiceOptions as CloneServiceOptions, type context$6_CloneServiceRequest as CloneServiceRequest, type context$6_CloneServiceResponse as CloneServiceResponse, type context$6_CloneServiceResponseNonNullableFields as CloneServiceResponseNonNullableFields, type context$6_CommonAddress as CommonAddress, type context$6_CommonAddressLocation as CommonAddressLocation, type context$6_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$6_CommonStreetAddress as CommonStreetAddress, type ConferenceProvider$1 as ConferenceProvider, ConferenceType$1 as ConferenceType, type context$6_Conferencing as Conferencing, type ConsentPolicy$1 as ConsentPolicy, type context$6_CountServicesOptions as CountServicesOptions, type context$6_CountServicesRequest as CountServicesRequest, type context$6_CountServicesResponse as CountServicesResponse, type context$6_CountServicesResponseNonNullableFields as CountServicesResponseNonNullableFields, type context$6_CreateServiceRequest as CreateServiceRequest, type context$6_CreateServiceResponse as CreateServiceResponse, type context$6_CreateServiceResponseNonNullableFields as CreateServiceResponseNonNullableFields, context$6_CrudType as CrudType, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$4 as Cursors, type context$6_CustomLocationOptions as CustomLocationOptions, type context$6_CustomLocations as CustomLocations, type context$6_CustomPayment as CustomPayment, type context$6_CustomerLocations as CustomerLocations, type context$6_DateHistogramAggregation as DateHistogramAggregation, context$6_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type context$6_DateHistogramResult as DateHistogramResult, type context$6_DateHistogramResults as DateHistogramResults, Day$1 as Day, DayOfWeek$2 as DayOfWeek, type context$6_Delete as Delete, type context$6_DeleteServiceOptions as DeleteServiceOptions, type context$6_DeleteServiceRequest as DeleteServiceRequest, type context$6_DeleteServiceResponse as DeleteServiceResponse, type context$6_DisablePricingPlansForServiceOptions as DisablePricingPlansForServiceOptions, type context$6_DisablePricingPlansForServiceRequest as DisablePricingPlansForServiceRequest, type context$6_DisablePricingPlansForServiceResponse as DisablePricingPlansForServiceResponse, type context$6_DisablePricingPlansForServiceResponseNonNullableFields as DisablePricingPlansForServiceResponseNonNullableFields, type context$6_Discount as Discount, type context$6_DiscountDiscountOneOf as DiscountDiscountOneOf, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type Empty$2 as Empty, type context$6_EnablePricingPlansForServiceRequest as EnablePricingPlansForServiceRequest, type context$6_EnablePricingPlansForServiceResponse as EnablePricingPlansForServiceResponse, type context$6_EnablePricingPlansForServiceResponseNonNullableFields as EnablePricingPlansForServiceResponseNonNullableFields, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type context$6_EntryPass as EntryPass, Event$1 as Event, type EventMetadata$3 as EventMetadata, type ExtendedFields$4 as ExtendedFields, type ExternalCalendarInfo$1 as ExternalCalendarInfo, type ExternalCalendarOverrides$1 as ExternalCalendarOverrides, type context$6_FixedPayment as FixedPayment, type context$6_Form as Form, type context$6_FormSettings as FormSettings, type Frequency$1 as Frequency, type GeoCoordinates$1 as GeoCoordinates, type context$6_GetServiceAvailabilityConstraintsRequest as GetServiceAvailabilityConstraintsRequest, type context$6_GetServiceAvailabilityConstraintsResponse as GetServiceAvailabilityConstraintsResponse, type context$6_GetServiceRequest as GetServiceRequest, type context$6_GetServiceResponse as GetServiceResponse, type context$6_GetServiceResponseNonNullableFields as GetServiceResponseNonNullableFields, type context$6_GroupByAggregation as GroupByAggregation, type context$6_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type context$6_HtmlSitePublished as HtmlSitePublished, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type context$6_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type Interval$1 as Interval, type IntervalSplit$1 as IntervalSplit, type context$6_InvalidPricingPlan as InvalidPricingPlan, context$6_InvalidSlugError as InvalidSlugError, type ItemMetadata$2 as ItemMetadata, type context$6_Keyword as Keyword, type LimitEarlyBookingPolicy$1 as LimitEarlyBookingPolicy, type LimitLateBookingPolicy$1 as LimitLateBookingPolicy, type LinkedSchedule$1 as LinkedSchedule, type LocalDateTime$1 as LocalDateTime, type Locale$1 as Locale, type Location$3 as Location, LocationStatus$1 as LocationStatus, LocationType$3 as LocationType, context$6_LocationTypeEnumLocationType as LocationTypeEnumLocationType, type LocationsAddress$1 as LocationsAddress, type LocationsAddressLocation$1 as LocationsAddressLocation, type LocationsLocation$1 as LocationsLocation, LocationsLocationType$1 as LocationsLocationType, type LocationsStreetAddress$1 as LocationsStreetAddress, type context$6_MaskedService as MaskedService, type context$6_Media as Media, type MediaItem$1 as MediaItem, type context$6_MediaItemItemOneOf as MediaItemItemOneOf, type MessageEnvelope$5 as MessageEnvelope, type MigrationData$1 as MigrationData, type MigrationEvent$1 as MigrationEvent, context$6_MissingValues as MissingValues, Mode$1 as Mode, type Money$1 as Money, type context$6_MoveToNewLocationsOptions as MoveToNewLocationsOptions, type context$6_MultiServiceEnabledNotification as MultiServiceEnabledNotification, type Multilingual$1 as Multilingual, type MultipleSessionsCreated$1 as MultipleSessionsCreated, type context$6_NestedAggregation as NestedAggregation, type context$6_NestedAggregationItem as NestedAggregationItem, type context$6_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, context$6_NestedAggregationType as NestedAggregationType, type context$6_NestedResultValue as NestedResultValue, type context$6_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$6_NestedResults as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type context$6_OnlineBooking as OnlineBooking, type context$6_Page as Page, type Paging$2 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Participant$1 as Participant, type ParticipantNotification$4 as ParticipantNotification, type ParticipantsPolicy$1 as ParticipantsPolicy, type context$6_Payment as Payment, type context$6_PaymentOptions as PaymentOptions, type context$6_PaymentRateOneOf as PaymentRateOneOf, PlacementType$1 as PlacementType, type PolicyDescription$1 as PolicyDescription, type Price$1 as Price, type Properties$1 as Properties, type PropertiesChange$1 as PropertiesChange, type context$6_QueryCategoriesFilter as QueryCategoriesFilter, type context$6_QueryCategoriesOptions as QueryCategoriesOptions, type context$6_QueryCategoriesRequest as QueryCategoriesRequest, type context$6_QueryCategoriesResponse as QueryCategoriesResponse, type context$6_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type context$6_QueryLocationsFilter as QueryLocationsFilter, type context$6_QueryLocationsOptions as QueryLocationsOptions, type context$6_QueryLocationsRequest as QueryLocationsRequest, type context$6_QueryLocationsResponse as QueryLocationsResponse, type context$6_QueryLocationsResponseNonNullableFields as QueryLocationsResponseNonNullableFields, type context$6_QueryPoliciesRequest as QueryPoliciesRequest, type context$6_QueryPoliciesResponse as QueryPoliciesResponse, type context$6_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type context$6_QueryServicesMultiLanguageRequest as QueryServicesMultiLanguageRequest, type context$6_QueryServicesMultiLanguageResponse as QueryServicesMultiLanguageResponse, type context$6_QueryServicesOptions as QueryServicesOptions, type context$6_QueryServicesRequest as QueryServicesRequest, type context$6_QueryServicesResponse as QueryServicesResponse, type context$6_QueryServicesResponseNonNullableFields as QueryServicesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type context$6_RangeAggregation as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type context$6_RangeBucket as RangeBucket, type context$6_RangeResult as RangeResult, type RangeResults$1 as RangeResults, type Rate$1 as Rate, context$6_RateType as RateType, type RecurringInterval$1 as RecurringInterval, RecurringIntervalType$1 as RecurringIntervalType, type RecurringSessionSplit$1 as RecurringSessionSplit, type RecurringSessionsUpdated$1 as RecurringSessionsUpdated, type context$6_ReindexMessage as ReindexMessage, type context$6_ReindexMessageActionOneOf as ReindexMessageActionOneOf, type context$6_RemovedLocationSessionsAction as RemovedLocationSessionsAction, type context$6_RemovedLocationSessionsActionActionOptionsOneOf as RemovedLocationSessionsActionActionOptionsOneOf, RequestedFields$1 as RequestedFields, type ReschedulePolicy$1 as ReschedulePolicy, ResolutionMethod$1 as ResolutionMethod, type Resource$1 as Resource, type context$6_ResourceGroup as ResourceGroup, type context$6_ResourceIds as ResourceIds, type context$6_ResourceNotification as ResourceNotification, context$6_ResourceNotificationEvent as ResourceNotificationEvent, context$6_ResourceStatus as ResourceStatus, type context$6_ResourceType as ResourceType, type ResourcesPolicy$1 as ResourcesPolicy, type RestoreInfo$4 as RestoreInfo, type context$6_Results as Results, type SaveCreditCardPolicy$1 as SaveCreditCardPolicy, type context$6_ScalarAggregation as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type Schedule$1 as Schedule, type ScheduleCancelled$1 as ScheduleCancelled, type ScheduleCreated$1 as ScheduleCreated, type ScheduleNotification$1 as ScheduleNotification, type ScheduleNotificationEventOneOf$1 as ScheduleNotificationEventOneOf, ScheduleStatus$1 as ScheduleStatus, type ScheduleUnassignedFromUser$1 as ScheduleUnassignedFromUser, type ScheduleUpdated$1 as ScheduleUpdated, type ScheduleWithSessions$1 as ScheduleWithSessions, type context$6_Schema as Schema, type SearchDetails$1 as SearchDetails, type context$6_SearchServicesRequest as SearchServicesRequest, type context$6_SearchServicesResponse as SearchServicesResponse, type context$6_SearchServicesResponseNonNullableFields as SearchServicesResponseNonNullableFields, type context$6_SeoSchema as SeoSchema, type context$6_Service as Service, type context$6_ServiceAvailabilityConstraints as ServiceAvailabilityConstraints, type context$6_ServiceCreatedEnvelope as ServiceCreatedEnvelope, type context$6_ServiceDeletedEnvelope as ServiceDeletedEnvelope, type context$6_ServiceNonNullableFields as ServiceNonNullableFields, type context$6_ServiceResource as ServiceResource, type context$6_ServiceResourceSelectionOneOf as ServiceResourceSelectionOneOf, context$6_ServiceType as ServiceType, type context$6_ServiceUpdatedEnvelope as ServiceUpdatedEnvelope, type context$6_ServicesQueryBuilder as ServicesQueryBuilder, type context$6_ServicesQueryResult as ServicesQueryResult, type context$6_ServicesUrlsChanged as ServicesUrlsChanged, type Session$1 as Session, type SessionCancelled$1 as SessionCancelled, type SessionCreated$1 as SessionCreated, SessionType$1 as SessionType, type SessionUpdated$1 as SessionUpdated, type SessionVersion$1 as SessionVersion, type context$6_SetCustomSlugEvent as SetCustomSlugEvent, type context$6_SetCustomSlugRequest as SetCustomSlugRequest, type context$6_SetCustomSlugResponse as SetCustomSlugResponse, type context$6_SetCustomSlugResponseNonNullableFields as SetCustomSlugResponseNonNullableFields, type context$6_SetServiceLocationsOptions as SetServiceLocationsOptions, type context$6_SetServiceLocationsRequest as SetServiceLocationsRequest, type context$6_SetServiceLocationsResponse as SetServiceLocationsResponse, type context$6_SetServiceLocationsResponseNonNullableFields as SetServiceLocationsResponseNonNullableFields, type context$6_Settings as Settings, type SiteCloned$1 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$1 as SitePropertiesEvent, type SitePropertiesNotification$1 as SitePropertiesNotification, type SitePropertiesOnScheduleCreation$1 as SitePropertiesOnScheduleCreation, type context$6_Slug as Slug, context$6_SortDirection as SortDirection, SortOrder$4 as SortOrder, context$6_SortType as SortType, type Sorting$4 as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type SplitInterval$1 as SplitInterval, type StaffData$1 as StaffData, type context$6_StaffMediaItem as StaffMediaItem, type context$6_StaffMediaItemItemOneOf as StaffMediaItemItemOneOf, type StaffMember$1 as StaffMember, type context$6_StaffMemberDetails as StaffMemberDetails, Status$2 as Status, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, type SupportedLanguage$1 as SupportedLanguage, type context$6_Tag as Tag, type TimePeriod$2 as TimePeriod, type Translation$1 as Translation, Transparency$1 as Transparency, type context$6_URLs as URLs, type context$6_UpdateService as UpdateService, type context$6_UpdateServiceRequest as UpdateServiceRequest, type context$6_UpdateServiceResponse as UpdateServiceResponse, type context$6_UpdateServiceResponseNonNullableFields as UpdateServiceResponseNonNullableFields, type context$6_Upsert as Upsert, type context$6_UserDomainInfoChangedEvent as UserDomainInfoChangedEvent, type context$6_V1SplitInterval as V1SplitInterval, type context$6_V2AvailabilityConstraints as V2AvailabilityConstraints, type context$6_V2Category as V2Category, type context$6_V2Location as V2Location, type context$6_V2LocationOptionsOneOf as V2LocationOptionsOneOf, type context$6_V2ParticipantNotification as V2ParticipantNotification, type context$6_V2Schedule as V2Schedule, type context$6_V4Address as V4Address, type context$6_ValidateSlugOptions as ValidateSlugOptions, type context$6_ValidateSlugRequest as ValidateSlugRequest, type context$6_ValidateSlugResponse as ValidateSlugResponse, type context$6_ValidateSlugResponseNonNullableFields as ValidateSlugResponseNonNullableFields, type context$6_ValueAggregation as ValueAggregation, type context$6_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type context$6_ValueResult as ValueResult, type ValueResults$1 as ValueResults, type context$6_VariedPayment as VariedPayment, type Version$1 as Version, type WaitlistPolicy$1 as WaitlistPolicy, WebhookIdentityType$5 as WebhookIdentityType, type context$6__publicOnServiceCreatedType as _publicOnServiceCreatedType, type context$6__publicOnServiceDeletedType as _publicOnServiceDeletedType, type context$6__publicOnServiceUpdatedType as _publicOnServiceUpdatedType, context$6_bulkDeleteServices as bulkDeleteServices, context$6_bulkDeleteServicesByFilter as bulkDeleteServicesByFilter, context$6_bulkUpdateServices as bulkUpdateServices, context$6_bulkUpdateServicesByFilter as bulkUpdateServicesByFilter, context$6_cloneService as cloneService, context$6_countServices as countServices, context$6_createService as createService, context$6_deleteService as deleteService, context$6_disablePricingPlansForService as disablePricingPlansForService, context$6_enablePricingPlansForService as enablePricingPlansForService, context$6_getService as getService, context$6_onServiceCreated as onServiceCreated, context$6_onServiceDeleted as onServiceDeleted, context$6_onServiceUpdated as onServiceUpdated, onServiceCreated$1 as publicOnServiceCreated, onServiceDeleted$1 as publicOnServiceDeleted, onServiceUpdated$1 as publicOnServiceUpdated, context$6_queryCategories as queryCategories, context$6_queryLocations as queryLocations, context$6_queryPolicies as queryPolicies, context$6_queryServices as queryServices, context$6_searchServices as searchServices, context$6_setCustomSlug as setCustomSlug, context$6_setServiceLocations as setServiceLocations, context$6_updateService as updateService, context$6_validateSlug as validateSlug };
16204
+ export { context$6_Action as Action, type ActionEvent$4 as ActionEvent, type Address$4 as Address, type AddressHint$1 as AddressHint, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type context$6_Aggregation as Aggregation, type AggregationData$1 as AggregationData, type context$6_AggregationKindOneOf as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type context$6_AggregationResultsScalarResult as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type ApplicationError$2 as ApplicationError, ApprovalStatus$1 as ApprovalStatus, type Availability$1 as Availability, type AvailabilityConstraints$1 as AvailabilityConstraints, type AvailabilityPolicy$1 as AvailabilityPolicy, type AvailabilityPolicyUpdated$1 as AvailabilityPolicyUpdated, type BaseEventMetadata$4 as BaseEventMetadata, type context$6_Behavior as Behavior, type context$6_BehaviorBehaviorOneOf as BehaviorBehaviorOneOf, type context$6_Benefit as Benefit, type context$6_BenefitNotification as BenefitNotification, context$6_BenefitType as BenefitType, type BookAfterStartPolicy$1 as BookAfterStartPolicy, type context$6_BookingForm as BookingForm, type BookingPolicy$1 as BookingPolicy, type context$6_BookingPolicyWithServices as BookingPolicyWithServices, type BulkActionMetadata$2 as BulkActionMetadata, type context$6_BulkCreateServicesRequest as BulkCreateServicesRequest, type context$6_BulkCreateServicesResponse as BulkCreateServicesResponse, type context$6_BulkDeleteServicesByFilterOptions as BulkDeleteServicesByFilterOptions, type context$6_BulkDeleteServicesByFilterRequest as BulkDeleteServicesByFilterRequest, type context$6_BulkDeleteServicesByFilterResponse as BulkDeleteServicesByFilterResponse, type context$6_BulkDeleteServicesByFilterResponseNonNullableFields as BulkDeleteServicesByFilterResponseNonNullableFields, type context$6_BulkDeleteServicesOptions as BulkDeleteServicesOptions, type context$6_BulkDeleteServicesRequest as BulkDeleteServicesRequest, type context$6_BulkDeleteServicesResponse as BulkDeleteServicesResponse, type context$6_BulkDeleteServicesResponseNonNullableFields as BulkDeleteServicesResponseNonNullableFields, type context$6_BulkServiceResult as BulkServiceResult, type context$6_BulkUpdateServicesByFilterOptions as BulkUpdateServicesByFilterOptions, type context$6_BulkUpdateServicesByFilterRequest as BulkUpdateServicesByFilterRequest, type context$6_BulkUpdateServicesByFilterResponse as BulkUpdateServicesByFilterResponse, type context$6_BulkUpdateServicesByFilterResponseNonNullableFields as BulkUpdateServicesByFilterResponseNonNullableFields, type context$6_BulkUpdateServicesOptions as BulkUpdateServicesOptions, type context$6_BulkUpdateServicesRequest as BulkUpdateServicesRequest, type context$6_BulkUpdateServicesResponse as BulkUpdateServicesResponse, type context$6_BulkUpdateServicesResponseNonNullableFields as BulkUpdateServicesResponseNonNullableFields, type context$6_BusinessLocation as BusinessLocation, type context$6_BusinessLocationOptions as BusinessLocationOptions, type context$6_BusinessLocations as BusinessLocations, type BusinessSchedule$2 as BusinessSchedule, type CalendarConference$1 as CalendarConference, type CalendarDateTime$1 as CalendarDateTime, CalendarType$1 as CalendarType, type CancellationFeePolicy$1 as CancellationFeePolicy, type CancellationPolicy$1 as CancellationPolicy, type CancellationWindow$1 as CancellationWindow, type CancellationWindowFeeOneOf$1 as CancellationWindowFeeOneOf, type Categories$1 as Categories, type Category$1 as Category, type CategoryNotification$1 as CategoryNotification, context$6_CategoryNotificationEvent as CategoryNotificationEvent, context$6_CategoryStatus as CategoryStatus, type ChangeContext$1 as ChangeContext, type ChangeContextPayloadOneOf$1 as ChangeContextPayloadOneOf, context$6_CloneErrors as CloneErrors, type context$6_CloneServiceOptions as CloneServiceOptions, type context$6_CloneServiceRequest as CloneServiceRequest, type context$6_CloneServiceResponse as CloneServiceResponse, type context$6_CloneServiceResponseNonNullableFields as CloneServiceResponseNonNullableFields, type context$6_CommonAddress as CommonAddress, type context$6_CommonAddressLocation as CommonAddressLocation, type context$6_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$6_CommonStreetAddress as CommonStreetAddress, type ConferenceProvider$1 as ConferenceProvider, ConferenceType$1 as ConferenceType, type context$6_Conferencing as Conferencing, type context$6_ConnectedService as ConnectedService, type ConsentPolicy$1 as ConsentPolicy, type context$6_CountServicesOptions as CountServicesOptions, type context$6_CountServicesRequest as CountServicesRequest, type context$6_CountServicesResponse as CountServicesResponse, type context$6_CountServicesResponseNonNullableFields as CountServicesResponseNonNullableFields, type context$6_CreateServiceRequest as CreateServiceRequest, type context$6_CreateServiceResponse as CreateServiceResponse, type context$6_CreateServiceResponseNonNullableFields as CreateServiceResponseNonNullableFields, context$6_CrudType as CrudType, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$4 as Cursors, type context$6_CustomLocationOptions as CustomLocationOptions, type context$6_CustomLocations as CustomLocations, type context$6_CustomPayment as CustomPayment, type context$6_CustomerLocations as CustomerLocations, type context$6_DateHistogramAggregation as DateHistogramAggregation, context$6_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type context$6_DateHistogramResult as DateHistogramResult, type context$6_DateHistogramResults as DateHistogramResults, Day$1 as Day, DayOfWeek$2 as DayOfWeek, type context$6_Delete as Delete, type context$6_DeleteServiceOptions as DeleteServiceOptions, type context$6_DeleteServiceRequest as DeleteServiceRequest, type context$6_DeleteServiceResponse as DeleteServiceResponse, type context$6_DisablePricingPlansForServiceOptions as DisablePricingPlansForServiceOptions, type context$6_DisablePricingPlansForServiceRequest as DisablePricingPlansForServiceRequest, type context$6_DisablePricingPlansForServiceResponse as DisablePricingPlansForServiceResponse, type context$6_DisablePricingPlansForServiceResponseNonNullableFields as DisablePricingPlansForServiceResponseNonNullableFields, type context$6_Discount as Discount, type context$6_DiscountDiscountOneOf as DiscountDiscountOneOf, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type Empty$2 as Empty, type context$6_EnablePricingPlansForServiceRequest as EnablePricingPlansForServiceRequest, type context$6_EnablePricingPlansForServiceResponse as EnablePricingPlansForServiceResponse, type context$6_EnablePricingPlansForServiceResponseNonNullableFields as EnablePricingPlansForServiceResponseNonNullableFields, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type context$6_EntryPass as EntryPass, Event$1 as Event, type EventMetadata$3 as EventMetadata, type ExtendedFields$4 as ExtendedFields, type ExternalCalendarInfo$1 as ExternalCalendarInfo, type ExternalCalendarOverrides$1 as ExternalCalendarOverrides, type context$6_FixedPayment as FixedPayment, type context$6_Form as Form, type context$6_FormDetails as FormDetails, type context$6_FormSettings as FormSettings, type Frequency$1 as Frequency, type GeoCoordinates$1 as GeoCoordinates, type context$6_GetServiceAvailabilityConstraintsRequest as GetServiceAvailabilityConstraintsRequest, type context$6_GetServiceAvailabilityConstraintsResponse as GetServiceAvailabilityConstraintsResponse, type context$6_GetServiceRequest as GetServiceRequest, type context$6_GetServiceResponse as GetServiceResponse, type context$6_GetServiceResponseNonNullableFields as GetServiceResponseNonNullableFields, type context$6_GroupByAggregation as GroupByAggregation, type context$6_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type context$6_HtmlSitePublished as HtmlSitePublished, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type context$6_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type Interval$1 as Interval, type IntervalSplit$1 as IntervalSplit, type context$6_InvalidPricingPlan as InvalidPricingPlan, context$6_InvalidSlugError as InvalidSlugError, type ItemMetadata$2 as ItemMetadata, type context$6_Keyword as Keyword, type LimitEarlyBookingPolicy$1 as LimitEarlyBookingPolicy, type LimitLateBookingPolicy$1 as LimitLateBookingPolicy, type LinkedSchedule$1 as LinkedSchedule, type LocalDateTime$1 as LocalDateTime, type Locale$1 as Locale, type Location$3 as Location, LocationStatus$1 as LocationStatus, LocationType$3 as LocationType, context$6_LocationTypeEnumLocationType as LocationTypeEnumLocationType, type LocationsAddress$1 as LocationsAddress, type LocationsAddressLocation$1 as LocationsAddressLocation, type LocationsLocation$1 as LocationsLocation, LocationsLocationType$1 as LocationsLocationType, type LocationsStreetAddress$1 as LocationsStreetAddress, type context$6_MaskedService as MaskedService, type context$6_Media as Media, type MediaItem$1 as MediaItem, type context$6_MediaItemItemOneOf as MediaItemItemOneOf, type MessageEnvelope$5 as MessageEnvelope, type MigrationData$1 as MigrationData, type MigrationEvent$1 as MigrationEvent, context$6_MissingValues as MissingValues, Mode$1 as Mode, type Money$1 as Money, type context$6_MoveToNewLocationsOptions as MoveToNewLocationsOptions, type context$6_MultiServiceEnabledNotification as MultiServiceEnabledNotification, type Multilingual$1 as Multilingual, type MultipleSessionsCreated$1 as MultipleSessionsCreated, type context$6_NestedAggregation as NestedAggregation, type context$6_NestedAggregationItem as NestedAggregationItem, type context$6_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, context$6_NestedAggregationType as NestedAggregationType, type context$6_NestedResultValue as NestedResultValue, type context$6_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$6_NestedResults as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type context$6_OnlineBooking as OnlineBooking, type context$6_Page as Page, type Paging$2 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Participant$1 as Participant, type ParticipantNotification$4 as ParticipantNotification, type ParticipantsPolicy$1 as ParticipantsPolicy, type context$6_Payment as Payment, type context$6_PaymentOptions as PaymentOptions, type context$6_PaymentRateOneOf as PaymentRateOneOf, PlacementType$1 as PlacementType, type PolicyDescription$1 as PolicyDescription, type Price$1 as Price, type Properties$1 as Properties, type PropertiesChange$1 as PropertiesChange, type context$6_QueryBookingFormsRequest as QueryBookingFormsRequest, type context$6_QueryBookingFormsResponse as QueryBookingFormsResponse, type context$6_QueryCategoriesFilter as QueryCategoriesFilter, type context$6_QueryCategoriesOptions as QueryCategoriesOptions, type context$6_QueryCategoriesRequest as QueryCategoriesRequest, type context$6_QueryCategoriesResponse as QueryCategoriesResponse, type context$6_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type context$6_QueryLocationsFilter as QueryLocationsFilter, type context$6_QueryLocationsOptions as QueryLocationsOptions, type context$6_QueryLocationsRequest as QueryLocationsRequest, type context$6_QueryLocationsResponse as QueryLocationsResponse, type context$6_QueryLocationsResponseNonNullableFields as QueryLocationsResponseNonNullableFields, type context$6_QueryPoliciesRequest as QueryPoliciesRequest, type context$6_QueryPoliciesResponse as QueryPoliciesResponse, type context$6_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type context$6_QueryServicesMultiLanguageRequest as QueryServicesMultiLanguageRequest, type context$6_QueryServicesMultiLanguageResponse as QueryServicesMultiLanguageResponse, type context$6_QueryServicesOptions as QueryServicesOptions, type context$6_QueryServicesRequest as QueryServicesRequest, type context$6_QueryServicesResponse as QueryServicesResponse, type context$6_QueryServicesResponseNonNullableFields as QueryServicesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type context$6_RangeAggregation as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type context$6_RangeBucket as RangeBucket, type context$6_RangeResult as RangeResult, type RangeResults$1 as RangeResults, type Rate$1 as Rate, context$6_RateType as RateType, type RecurringInterval$1 as RecurringInterval, RecurringIntervalType$1 as RecurringIntervalType, type RecurringSessionSplit$1 as RecurringSessionSplit, type RecurringSessionsUpdated$1 as RecurringSessionsUpdated, type context$6_ReindexMessage as ReindexMessage, type context$6_ReindexMessageActionOneOf as ReindexMessageActionOneOf, type context$6_RemovedLocationSessionsAction as RemovedLocationSessionsAction, type context$6_RemovedLocationSessionsActionActionOptionsOneOf as RemovedLocationSessionsActionActionOptionsOneOf, RequestedFields$1 as RequestedFields, type ReschedulePolicy$1 as ReschedulePolicy, ResolutionMethod$1 as ResolutionMethod, type Resource$1 as Resource, type context$6_ResourceGroup as ResourceGroup, type context$6_ResourceIds as ResourceIds, type context$6_ResourceNotification as ResourceNotification, context$6_ResourceNotificationEvent as ResourceNotificationEvent, context$6_ResourceStatus as ResourceStatus, type context$6_ResourceType as ResourceType, type ResourcesPolicy$1 as ResourcesPolicy, type RestoreInfo$4 as RestoreInfo, type context$6_Results as Results, type SaveCreditCardPolicy$1 as SaveCreditCardPolicy, type context$6_ScalarAggregation as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type Schedule$1 as Schedule, type ScheduleCancelled$1 as ScheduleCancelled, type ScheduleCreated$1 as ScheduleCreated, type ScheduleNotification$1 as ScheduleNotification, type ScheduleNotificationEventOneOf$1 as ScheduleNotificationEventOneOf, ScheduleStatus$1 as ScheduleStatus, type ScheduleUnassignedFromUser$1 as ScheduleUnassignedFromUser, type ScheduleUpdated$1 as ScheduleUpdated, type ScheduleWithSessions$1 as ScheduleWithSessions, type context$6_Schema as Schema, type SearchDetails$1 as SearchDetails, type context$6_SearchServicesRequest as SearchServicesRequest, type context$6_SearchServicesResponse as SearchServicesResponse, type context$6_SearchServicesResponseNonNullableFields as SearchServicesResponseNonNullableFields, type context$6_SeoSchema as SeoSchema, type context$6_Service as Service, type context$6_ServiceAvailabilityConstraints as ServiceAvailabilityConstraints, type context$6_ServiceCreatedEnvelope as ServiceCreatedEnvelope, type context$6_ServiceDeletedEnvelope as ServiceDeletedEnvelope, type context$6_ServiceNonNullableFields as ServiceNonNullableFields, type context$6_ServiceResource as ServiceResource, type context$6_ServiceResourceSelectionOneOf as ServiceResourceSelectionOneOf, context$6_ServiceType as ServiceType, type context$6_ServiceUpdatedEnvelope as ServiceUpdatedEnvelope, type context$6_ServicesQueryBuilder as ServicesQueryBuilder, type context$6_ServicesQueryResult as ServicesQueryResult, type context$6_ServicesUrlsChanged as ServicesUrlsChanged, type Session$1 as Session, type SessionCancelled$1 as SessionCancelled, type SessionCreated$1 as SessionCreated, SessionType$1 as SessionType, type SessionUpdated$1 as SessionUpdated, type SessionVersion$1 as SessionVersion, type context$6_SetCustomSlugEvent as SetCustomSlugEvent, type context$6_SetCustomSlugRequest as SetCustomSlugRequest, type context$6_SetCustomSlugResponse as SetCustomSlugResponse, type context$6_SetCustomSlugResponseNonNullableFields as SetCustomSlugResponseNonNullableFields, type context$6_SetServiceLocationsOptions as SetServiceLocationsOptions, type context$6_SetServiceLocationsRequest as SetServiceLocationsRequest, type context$6_SetServiceLocationsResponse as SetServiceLocationsResponse, type context$6_SetServiceLocationsResponseNonNullableFields as SetServiceLocationsResponseNonNullableFields, type context$6_Settings as Settings, type SiteCloned$1 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$1 as SitePropertiesEvent, type SitePropertiesNotification$1 as SitePropertiesNotification, type SitePropertiesOnScheduleCreation$1 as SitePropertiesOnScheduleCreation, type context$6_Slug as Slug, context$6_SortDirection as SortDirection, SortOrder$4 as SortOrder, context$6_SortType as SortType, type Sorting$4 as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type SplitInterval$1 as SplitInterval, type StaffData$1 as StaffData, type context$6_StaffMediaItem as StaffMediaItem, type context$6_StaffMediaItemItemOneOf as StaffMediaItemItemOneOf, type StaffMember$1 as StaffMember, type context$6_StaffMemberDetails as StaffMemberDetails, Status$2 as Status, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, type SupportedLanguage$1 as SupportedLanguage, type context$6_Tag as Tag, type TimePeriod$2 as TimePeriod, type Translation$1 as Translation, Transparency$1 as Transparency, type context$6_URLs as URLs, type context$6_UpdateService as UpdateService, type context$6_UpdateServiceRequest as UpdateServiceRequest, type context$6_UpdateServiceResponse as UpdateServiceResponse, type context$6_UpdateServiceResponseNonNullableFields as UpdateServiceResponseNonNullableFields, type context$6_Upsert as Upsert, type context$6_UserDomainInfoChangedEvent as UserDomainInfoChangedEvent, type context$6_V1SplitInterval as V1SplitInterval, type context$6_V2AvailabilityConstraints as V2AvailabilityConstraints, type context$6_V2Category as V2Category, type context$6_V2Location as V2Location, type context$6_V2LocationOptionsOneOf as V2LocationOptionsOneOf, type context$6_V2ParticipantNotification as V2ParticipantNotification, type context$6_V2Schedule as V2Schedule, type context$6_V4Address as V4Address, type context$6_ValidateSlugOptions as ValidateSlugOptions, type context$6_ValidateSlugRequest as ValidateSlugRequest, type context$6_ValidateSlugResponse as ValidateSlugResponse, type context$6_ValidateSlugResponseNonNullableFields as ValidateSlugResponseNonNullableFields, type context$6_ValueAggregation as ValueAggregation, type context$6_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type context$6_ValueResult as ValueResult, type ValueResults$1 as ValueResults, type context$6_VariedPayment as VariedPayment, type Version$1 as Version, type WaitlistPolicy$1 as WaitlistPolicy, WebhookIdentityType$5 as WebhookIdentityType, type context$6__publicOnServiceCreatedType as _publicOnServiceCreatedType, type context$6__publicOnServiceDeletedType as _publicOnServiceDeletedType, type context$6__publicOnServiceUpdatedType as _publicOnServiceUpdatedType, context$6_bulkDeleteServices as bulkDeleteServices, context$6_bulkDeleteServicesByFilter as bulkDeleteServicesByFilter, context$6_bulkUpdateServices as bulkUpdateServices, context$6_bulkUpdateServicesByFilter as bulkUpdateServicesByFilter, context$6_cloneService as cloneService, context$6_countServices as countServices, context$6_createService as createService, context$6_deleteService as deleteService, context$6_disablePricingPlansForService as disablePricingPlansForService, context$6_enablePricingPlansForService as enablePricingPlansForService, context$6_getService as getService, context$6_onServiceCreated as onServiceCreated, context$6_onServiceDeleted as onServiceDeleted, context$6_onServiceUpdated as onServiceUpdated, onServiceCreated$1 as publicOnServiceCreated, onServiceDeleted$1 as publicOnServiceDeleted, onServiceUpdated$1 as publicOnServiceUpdated, context$6_queryCategories as queryCategories, context$6_queryLocations as queryLocations, context$6_queryPolicies as queryPolicies, context$6_queryServices as queryServices, context$6_searchServices as searchServices, context$6_setCustomSlug as setCustomSlug, context$6_setServiceLocations as setServiceLocations, context$6_updateService as updateService, context$6_validateSlug as validateSlug };
16170
16205
  }
16171
16206
 
16172
16207
  /** StaffMember is the main entity of Bookings StaffMembers. used to manage staff providing services */
@@ -13397,6 +13397,36 @@ interface BookingPolicyWithServices {
13397
13397
  /** The number of services associated with the booking policy. */
13398
13398
  countOfServices?: number;
13399
13399
  }
13400
+ interface QueryBookingFormsRequest {
13401
+ /** WQL expression. */
13402
+ query?: CursorQuery$2;
13403
+ }
13404
+ interface QueryBookingFormsResponse {
13405
+ /** The retrieved booking forms references and their connected services. */
13406
+ bookingForms?: BookingForm[];
13407
+ /** Paging metadata. */
13408
+ pagingMetadata?: CursorPagingMetadata$3;
13409
+ }
13410
+ interface BookingForm {
13411
+ /** Reference to the form. */
13412
+ formDetails?: FormDetails;
13413
+ /** The services connected to the booking form. Up to 5 services are returned per form. */
13414
+ connectedServices?: ConnectedService[];
13415
+ /** The number of services connected to the booking form. */
13416
+ totalServiceCount?: number;
13417
+ }
13418
+ interface FormDetails {
13419
+ /** Form id. */
13420
+ formId?: string;
13421
+ /** Form name. */
13422
+ name?: string | null;
13423
+ }
13424
+ interface ConnectedService {
13425
+ /** Service ID. */
13426
+ _id?: string | null;
13427
+ /** Service name. */
13428
+ name?: string | null;
13429
+ }
13400
13430
  interface CountServicesRequest {
13401
13431
  /** The filters for performing the count. */
13402
13432
  filter?: Record<string, any> | null;
@@ -15934,6 +15964,7 @@ type index_d$6_Benefit = Benefit;
15934
15964
  type index_d$6_BenefitNotification = BenefitNotification;
15935
15965
  type index_d$6_BenefitType = BenefitType;
15936
15966
  declare const index_d$6_BenefitType: typeof BenefitType;
15967
+ type index_d$6_BookingForm = BookingForm;
15937
15968
  type index_d$6_BookingPolicyWithServices = BookingPolicyWithServices;
15938
15969
  type index_d$6_BulkCreateServicesRequest = BulkCreateServicesRequest;
15939
15970
  type index_d$6_BulkCreateServicesResponse = BulkCreateServicesResponse;
@@ -15972,6 +16003,7 @@ type index_d$6_CommonAddressLocation = CommonAddressLocation;
15972
16003
  type index_d$6_CommonAddressStreetOneOf = CommonAddressStreetOneOf;
15973
16004
  type index_d$6_CommonStreetAddress = CommonStreetAddress;
15974
16005
  type index_d$6_Conferencing = Conferencing;
16006
+ type index_d$6_ConnectedService = ConnectedService;
15975
16007
  type index_d$6_CountServicesOptions = CountServicesOptions;
15976
16008
  type index_d$6_CountServicesRequest = CountServicesRequest;
15977
16009
  type index_d$6_CountServicesResponse = CountServicesResponse;
@@ -16006,6 +16038,7 @@ type index_d$6_EnablePricingPlansForServiceResponseNonNullableFields = EnablePri
16006
16038
  type index_d$6_EntryPass = EntryPass;
16007
16039
  type index_d$6_FixedPayment = FixedPayment;
16008
16040
  type index_d$6_Form = Form;
16041
+ type index_d$6_FormDetails = FormDetails;
16009
16042
  type index_d$6_FormSettings = FormSettings;
16010
16043
  type index_d$6_GetServiceAvailabilityConstraintsRequest = GetServiceAvailabilityConstraintsRequest;
16011
16044
  type index_d$6_GetServiceAvailabilityConstraintsResponse = GetServiceAvailabilityConstraintsResponse;
@@ -16042,6 +16075,8 @@ type index_d$6_Page = Page;
16042
16075
  type index_d$6_Payment = Payment;
16043
16076
  type index_d$6_PaymentOptions = PaymentOptions;
16044
16077
  type index_d$6_PaymentRateOneOf = PaymentRateOneOf;
16078
+ type index_d$6_QueryBookingFormsRequest = QueryBookingFormsRequest;
16079
+ type index_d$6_QueryBookingFormsResponse = QueryBookingFormsResponse;
16045
16080
  type index_d$6_QueryCategoriesFilter = QueryCategoriesFilter;
16046
16081
  type index_d$6_QueryCategoriesOptions = QueryCategoriesOptions;
16047
16082
  type index_d$6_QueryCategoriesRequest = QueryCategoriesRequest;
@@ -16166,7 +16201,7 @@ declare const index_d$6_setServiceLocations: typeof setServiceLocations;
16166
16201
  declare const index_d$6_updateService: typeof updateService;
16167
16202
  declare const index_d$6_validateSlug: typeof validateSlug;
16168
16203
  declare namespace index_d$6 {
16169
- export { index_d$6_Action as Action, type ActionEvent$4 as ActionEvent, type Address$4 as Address, type AddressHint$1 as AddressHint, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type index_d$6_Aggregation as Aggregation, type AggregationData$1 as AggregationData, type index_d$6_AggregationKindOneOf as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type index_d$6_AggregationResultsScalarResult as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type ApplicationError$2 as ApplicationError, ApprovalStatus$1 as ApprovalStatus, type Availability$1 as Availability, type AvailabilityConstraints$1 as AvailabilityConstraints, type AvailabilityPolicy$1 as AvailabilityPolicy, type AvailabilityPolicyUpdated$1 as AvailabilityPolicyUpdated, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$6_Behavior as Behavior, type index_d$6_BehaviorBehaviorOneOf as BehaviorBehaviorOneOf, type index_d$6_Benefit as Benefit, type index_d$6_BenefitNotification as BenefitNotification, index_d$6_BenefitType as BenefitType, type BookAfterStartPolicy$1 as BookAfterStartPolicy, type BookingPolicy$1 as BookingPolicy, type index_d$6_BookingPolicyWithServices as BookingPolicyWithServices, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$6_BulkCreateServicesRequest as BulkCreateServicesRequest, type index_d$6_BulkCreateServicesResponse as BulkCreateServicesResponse, type index_d$6_BulkDeleteServicesByFilterOptions as BulkDeleteServicesByFilterOptions, type index_d$6_BulkDeleteServicesByFilterRequest as BulkDeleteServicesByFilterRequest, type index_d$6_BulkDeleteServicesByFilterResponse as BulkDeleteServicesByFilterResponse, type index_d$6_BulkDeleteServicesByFilterResponseNonNullableFields as BulkDeleteServicesByFilterResponseNonNullableFields, type index_d$6_BulkDeleteServicesOptions as BulkDeleteServicesOptions, type index_d$6_BulkDeleteServicesRequest as BulkDeleteServicesRequest, type index_d$6_BulkDeleteServicesResponse as BulkDeleteServicesResponse, type index_d$6_BulkDeleteServicesResponseNonNullableFields as BulkDeleteServicesResponseNonNullableFields, type index_d$6_BulkServiceResult as BulkServiceResult, type index_d$6_BulkUpdateServicesByFilterOptions as BulkUpdateServicesByFilterOptions, type index_d$6_BulkUpdateServicesByFilterRequest as BulkUpdateServicesByFilterRequest, type index_d$6_BulkUpdateServicesByFilterResponse as BulkUpdateServicesByFilterResponse, type index_d$6_BulkUpdateServicesByFilterResponseNonNullableFields as BulkUpdateServicesByFilterResponseNonNullableFields, type index_d$6_BulkUpdateServicesOptions as BulkUpdateServicesOptions, type index_d$6_BulkUpdateServicesRequest as BulkUpdateServicesRequest, type index_d$6_BulkUpdateServicesResponse as BulkUpdateServicesResponse, type index_d$6_BulkUpdateServicesResponseNonNullableFields as BulkUpdateServicesResponseNonNullableFields, type index_d$6_BusinessLocation as BusinessLocation, type index_d$6_BusinessLocationOptions as BusinessLocationOptions, type index_d$6_BusinessLocations as BusinessLocations, type BusinessSchedule$2 as BusinessSchedule, type CalendarConference$1 as CalendarConference, type CalendarDateTime$1 as CalendarDateTime, CalendarType$1 as CalendarType, type CancellationFeePolicy$1 as CancellationFeePolicy, type CancellationPolicy$1 as CancellationPolicy, type CancellationWindow$1 as CancellationWindow, type CancellationWindowFeeOneOf$1 as CancellationWindowFeeOneOf, type Categories$1 as Categories, type Category$1 as Category, type CategoryNotification$1 as CategoryNotification, index_d$6_CategoryNotificationEvent as CategoryNotificationEvent, index_d$6_CategoryStatus as CategoryStatus, type ChangeContext$1 as ChangeContext, type ChangeContextPayloadOneOf$1 as ChangeContextPayloadOneOf, index_d$6_CloneErrors as CloneErrors, type index_d$6_CloneServiceOptions as CloneServiceOptions, type index_d$6_CloneServiceRequest as CloneServiceRequest, type index_d$6_CloneServiceResponse as CloneServiceResponse, type index_d$6_CloneServiceResponseNonNullableFields as CloneServiceResponseNonNullableFields, type index_d$6_CommonAddress as CommonAddress, type index_d$6_CommonAddressLocation as CommonAddressLocation, type index_d$6_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$6_CommonStreetAddress as CommonStreetAddress, type ConferenceProvider$1 as ConferenceProvider, ConferenceType$1 as ConferenceType, type index_d$6_Conferencing as Conferencing, type ConsentPolicy$1 as ConsentPolicy, type index_d$6_CountServicesOptions as CountServicesOptions, type index_d$6_CountServicesRequest as CountServicesRequest, type index_d$6_CountServicesResponse as CountServicesResponse, type index_d$6_CountServicesResponseNonNullableFields as CountServicesResponseNonNullableFields, type index_d$6_CreateServiceRequest as CreateServiceRequest, type index_d$6_CreateServiceResponse as CreateServiceResponse, type index_d$6_CreateServiceResponseNonNullableFields as CreateServiceResponseNonNullableFields, index_d$6_CrudType as CrudType, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$4 as Cursors, type index_d$6_CustomLocationOptions as CustomLocationOptions, type index_d$6_CustomLocations as CustomLocations, type index_d$6_CustomPayment as CustomPayment, type index_d$6_CustomerLocations as CustomerLocations, type index_d$6_DateHistogramAggregation as DateHistogramAggregation, index_d$6_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type index_d$6_DateHistogramResult as DateHistogramResult, type index_d$6_DateHistogramResults as DateHistogramResults, Day$1 as Day, DayOfWeek$2 as DayOfWeek, type index_d$6_Delete as Delete, type index_d$6_DeleteServiceOptions as DeleteServiceOptions, type index_d$6_DeleteServiceRequest as DeleteServiceRequest, type index_d$6_DeleteServiceResponse as DeleteServiceResponse, type index_d$6_DisablePricingPlansForServiceOptions as DisablePricingPlansForServiceOptions, type index_d$6_DisablePricingPlansForServiceRequest as DisablePricingPlansForServiceRequest, type index_d$6_DisablePricingPlansForServiceResponse as DisablePricingPlansForServiceResponse, type index_d$6_DisablePricingPlansForServiceResponseNonNullableFields as DisablePricingPlansForServiceResponseNonNullableFields, type index_d$6_Discount as Discount, type index_d$6_DiscountDiscountOneOf as DiscountDiscountOneOf, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type Empty$2 as Empty, type index_d$6_EnablePricingPlansForServiceRequest as EnablePricingPlansForServiceRequest, type index_d$6_EnablePricingPlansForServiceResponse as EnablePricingPlansForServiceResponse, type index_d$6_EnablePricingPlansForServiceResponseNonNullableFields as EnablePricingPlansForServiceResponseNonNullableFields, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type index_d$6_EntryPass as EntryPass, Event$1 as Event, type EventMetadata$3 as EventMetadata, type ExtendedFields$4 as ExtendedFields, type ExternalCalendarInfo$1 as ExternalCalendarInfo, type ExternalCalendarOverrides$1 as ExternalCalendarOverrides, type index_d$6_FixedPayment as FixedPayment, type index_d$6_Form as Form, type index_d$6_FormSettings as FormSettings, type Frequency$1 as Frequency, type GeoCoordinates$1 as GeoCoordinates, type index_d$6_GetServiceAvailabilityConstraintsRequest as GetServiceAvailabilityConstraintsRequest, type index_d$6_GetServiceAvailabilityConstraintsResponse as GetServiceAvailabilityConstraintsResponse, type index_d$6_GetServiceRequest as GetServiceRequest, type index_d$6_GetServiceResponse as GetServiceResponse, type index_d$6_GetServiceResponseNonNullableFields as GetServiceResponseNonNullableFields, type index_d$6_GroupByAggregation as GroupByAggregation, type index_d$6_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type index_d$6_HtmlSitePublished as HtmlSitePublished, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type index_d$6_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type Interval$1 as Interval, type IntervalSplit$1 as IntervalSplit, type index_d$6_InvalidPricingPlan as InvalidPricingPlan, index_d$6_InvalidSlugError as InvalidSlugError, type ItemMetadata$2 as ItemMetadata, type index_d$6_Keyword as Keyword, type LimitEarlyBookingPolicy$1 as LimitEarlyBookingPolicy, type LimitLateBookingPolicy$1 as LimitLateBookingPolicy, type LinkedSchedule$1 as LinkedSchedule, type LocalDateTime$1 as LocalDateTime, type Locale$1 as Locale, type Location$3 as Location, LocationStatus$1 as LocationStatus, LocationType$3 as LocationType, index_d$6_LocationTypeEnumLocationType as LocationTypeEnumLocationType, type LocationsAddress$1 as LocationsAddress, type LocationsAddressLocation$1 as LocationsAddressLocation, type LocationsLocation$1 as LocationsLocation, LocationsLocationType$1 as LocationsLocationType, type LocationsStreetAddress$1 as LocationsStreetAddress, type index_d$6_MaskedService as MaskedService, type index_d$6_Media as Media, type MediaItem$1 as MediaItem, type index_d$6_MediaItemItemOneOf as MediaItemItemOneOf, type MessageEnvelope$5 as MessageEnvelope, type MigrationData$1 as MigrationData, type MigrationEvent$1 as MigrationEvent, index_d$6_MissingValues as MissingValues, Mode$1 as Mode, type Money$1 as Money, type index_d$6_MoveToNewLocationsOptions as MoveToNewLocationsOptions, type index_d$6_MultiServiceEnabledNotification as MultiServiceEnabledNotification, type Multilingual$1 as Multilingual, type MultipleSessionsCreated$1 as MultipleSessionsCreated, type index_d$6_NestedAggregation as NestedAggregation, type index_d$6_NestedAggregationItem as NestedAggregationItem, type index_d$6_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, index_d$6_NestedAggregationType as NestedAggregationType, type index_d$6_NestedResultValue as NestedResultValue, type index_d$6_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$6_NestedResults as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type index_d$6_OnlineBooking as OnlineBooking, type index_d$6_Page as Page, type Paging$2 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Participant$1 as Participant, type ParticipantNotification$4 as ParticipantNotification, type ParticipantsPolicy$1 as ParticipantsPolicy, type index_d$6_Payment as Payment, type index_d$6_PaymentOptions as PaymentOptions, type index_d$6_PaymentRateOneOf as PaymentRateOneOf, PlacementType$1 as PlacementType, type PolicyDescription$1 as PolicyDescription, type Price$1 as Price, type Properties$1 as Properties, type PropertiesChange$1 as PropertiesChange, type index_d$6_QueryCategoriesFilter as QueryCategoriesFilter, type index_d$6_QueryCategoriesOptions as QueryCategoriesOptions, type index_d$6_QueryCategoriesRequest as QueryCategoriesRequest, type index_d$6_QueryCategoriesResponse as QueryCategoriesResponse, type index_d$6_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type index_d$6_QueryLocationsFilter as QueryLocationsFilter, type index_d$6_QueryLocationsOptions as QueryLocationsOptions, type index_d$6_QueryLocationsRequest as QueryLocationsRequest, type index_d$6_QueryLocationsResponse as QueryLocationsResponse, type index_d$6_QueryLocationsResponseNonNullableFields as QueryLocationsResponseNonNullableFields, type index_d$6_QueryPoliciesRequest as QueryPoliciesRequest, type index_d$6_QueryPoliciesResponse as QueryPoliciesResponse, type index_d$6_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type index_d$6_QueryServicesMultiLanguageRequest as QueryServicesMultiLanguageRequest, type index_d$6_QueryServicesMultiLanguageResponse as QueryServicesMultiLanguageResponse, type index_d$6_QueryServicesOptions as QueryServicesOptions, type index_d$6_QueryServicesRequest as QueryServicesRequest, type index_d$6_QueryServicesResponse as QueryServicesResponse, type index_d$6_QueryServicesResponseNonNullableFields as QueryServicesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type index_d$6_RangeAggregation as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type index_d$6_RangeBucket as RangeBucket, type index_d$6_RangeResult as RangeResult, type RangeResults$1 as RangeResults, type Rate$1 as Rate, index_d$6_RateType as RateType, type RecurringInterval$1 as RecurringInterval, RecurringIntervalType$1 as RecurringIntervalType, type RecurringSessionSplit$1 as RecurringSessionSplit, type RecurringSessionsUpdated$1 as RecurringSessionsUpdated, type index_d$6_ReindexMessage as ReindexMessage, type index_d$6_ReindexMessageActionOneOf as ReindexMessageActionOneOf, type index_d$6_RemovedLocationSessionsAction as RemovedLocationSessionsAction, type index_d$6_RemovedLocationSessionsActionActionOptionsOneOf as RemovedLocationSessionsActionActionOptionsOneOf, RequestedFields$1 as RequestedFields, type ReschedulePolicy$1 as ReschedulePolicy, ResolutionMethod$1 as ResolutionMethod, type Resource$1 as Resource, type index_d$6_ResourceGroup as ResourceGroup, type index_d$6_ResourceIds as ResourceIds, type index_d$6_ResourceNotification as ResourceNotification, index_d$6_ResourceNotificationEvent as ResourceNotificationEvent, index_d$6_ResourceStatus as ResourceStatus, type index_d$6_ResourceType as ResourceType, type ResourcesPolicy$1 as ResourcesPolicy, type RestoreInfo$4 as RestoreInfo, type index_d$6_Results as Results, type SaveCreditCardPolicy$1 as SaveCreditCardPolicy, type index_d$6_ScalarAggregation as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type Schedule$1 as Schedule, type ScheduleCancelled$1 as ScheduleCancelled, type ScheduleCreated$1 as ScheduleCreated, type ScheduleNotification$1 as ScheduleNotification, type ScheduleNotificationEventOneOf$1 as ScheduleNotificationEventOneOf, ScheduleStatus$1 as ScheduleStatus, type ScheduleUnassignedFromUser$1 as ScheduleUnassignedFromUser, type ScheduleUpdated$1 as ScheduleUpdated, type ScheduleWithSessions$1 as ScheduleWithSessions, type index_d$6_Schema as Schema, type SearchDetails$1 as SearchDetails, type index_d$6_SearchServicesRequest as SearchServicesRequest, type index_d$6_SearchServicesResponse as SearchServicesResponse, type index_d$6_SearchServicesResponseNonNullableFields as SearchServicesResponseNonNullableFields, type index_d$6_SeoSchema as SeoSchema, type index_d$6_Service as Service, type index_d$6_ServiceAvailabilityConstraints as ServiceAvailabilityConstraints, type index_d$6_ServiceCreatedEnvelope as ServiceCreatedEnvelope, type index_d$6_ServiceDeletedEnvelope as ServiceDeletedEnvelope, type index_d$6_ServiceNonNullableFields as ServiceNonNullableFields, type index_d$6_ServiceResource as ServiceResource, type index_d$6_ServiceResourceSelectionOneOf as ServiceResourceSelectionOneOf, index_d$6_ServiceType as ServiceType, type index_d$6_ServiceUpdatedEnvelope as ServiceUpdatedEnvelope, type index_d$6_ServicesQueryBuilder as ServicesQueryBuilder, type index_d$6_ServicesQueryResult as ServicesQueryResult, type index_d$6_ServicesUrlsChanged as ServicesUrlsChanged, type Session$1 as Session, type SessionCancelled$1 as SessionCancelled, type SessionCreated$1 as SessionCreated, SessionType$1 as SessionType, type SessionUpdated$1 as SessionUpdated, type SessionVersion$1 as SessionVersion, type index_d$6_SetCustomSlugEvent as SetCustomSlugEvent, type index_d$6_SetCustomSlugRequest as SetCustomSlugRequest, type index_d$6_SetCustomSlugResponse as SetCustomSlugResponse, type index_d$6_SetCustomSlugResponseNonNullableFields as SetCustomSlugResponseNonNullableFields, type index_d$6_SetServiceLocationsOptions as SetServiceLocationsOptions, type index_d$6_SetServiceLocationsRequest as SetServiceLocationsRequest, type index_d$6_SetServiceLocationsResponse as SetServiceLocationsResponse, type index_d$6_SetServiceLocationsResponseNonNullableFields as SetServiceLocationsResponseNonNullableFields, type index_d$6_Settings as Settings, type SiteCloned$1 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$1 as SitePropertiesEvent, type SitePropertiesNotification$1 as SitePropertiesNotification, type SitePropertiesOnScheduleCreation$1 as SitePropertiesOnScheduleCreation, type index_d$6_Slug as Slug, index_d$6_SortDirection as SortDirection, SortOrder$4 as SortOrder, index_d$6_SortType as SortType, type Sorting$4 as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type SplitInterval$1 as SplitInterval, type StaffData$1 as StaffData, type index_d$6_StaffMediaItem as StaffMediaItem, type index_d$6_StaffMediaItemItemOneOf as StaffMediaItemItemOneOf, type StaffMember$1 as StaffMember, type index_d$6_StaffMemberDetails as StaffMemberDetails, Status$2 as Status, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, type SupportedLanguage$1 as SupportedLanguage, type index_d$6_Tag as Tag, type TimePeriod$2 as TimePeriod, type Translation$1 as Translation, Transparency$1 as Transparency, type index_d$6_URLs as URLs, type index_d$6_UpdateService as UpdateService, type index_d$6_UpdateServiceRequest as UpdateServiceRequest, type index_d$6_UpdateServiceResponse as UpdateServiceResponse, type index_d$6_UpdateServiceResponseNonNullableFields as UpdateServiceResponseNonNullableFields, type index_d$6_Upsert as Upsert, type index_d$6_UserDomainInfoChangedEvent as UserDomainInfoChangedEvent, type index_d$6_V1SplitInterval as V1SplitInterval, type index_d$6_V2AvailabilityConstraints as V2AvailabilityConstraints, type index_d$6_V2Category as V2Category, type index_d$6_V2Location as V2Location, type index_d$6_V2LocationOptionsOneOf as V2LocationOptionsOneOf, type index_d$6_V2ParticipantNotification as V2ParticipantNotification, type index_d$6_V2Schedule as V2Schedule, type index_d$6_V4Address as V4Address, type index_d$6_ValidateSlugOptions as ValidateSlugOptions, type index_d$6_ValidateSlugRequest as ValidateSlugRequest, type index_d$6_ValidateSlugResponse as ValidateSlugResponse, type index_d$6_ValidateSlugResponseNonNullableFields as ValidateSlugResponseNonNullableFields, type index_d$6_ValueAggregation as ValueAggregation, type index_d$6_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type index_d$6_ValueResult as ValueResult, type ValueResults$1 as ValueResults, type index_d$6_VariedPayment as VariedPayment, type Version$1 as Version, type WaitlistPolicy$1 as WaitlistPolicy, WebhookIdentityType$5 as WebhookIdentityType, type index_d$6__publicOnServiceCreatedType as _publicOnServiceCreatedType, type index_d$6__publicOnServiceDeletedType as _publicOnServiceDeletedType, type index_d$6__publicOnServiceUpdatedType as _publicOnServiceUpdatedType, index_d$6_bulkDeleteServices as bulkDeleteServices, index_d$6_bulkDeleteServicesByFilter as bulkDeleteServicesByFilter, index_d$6_bulkUpdateServices as bulkUpdateServices, index_d$6_bulkUpdateServicesByFilter as bulkUpdateServicesByFilter, index_d$6_cloneService as cloneService, index_d$6_countServices as countServices, index_d$6_createService as createService, index_d$6_deleteService as deleteService, index_d$6_disablePricingPlansForService as disablePricingPlansForService, index_d$6_enablePricingPlansForService as enablePricingPlansForService, index_d$6_getService as getService, index_d$6_onServiceCreated as onServiceCreated, index_d$6_onServiceDeleted as onServiceDeleted, index_d$6_onServiceUpdated as onServiceUpdated, onServiceCreated$1 as publicOnServiceCreated, onServiceDeleted$1 as publicOnServiceDeleted, onServiceUpdated$1 as publicOnServiceUpdated, index_d$6_queryCategories as queryCategories, index_d$6_queryLocations as queryLocations, index_d$6_queryPolicies as queryPolicies, index_d$6_queryServices as queryServices, index_d$6_searchServices as searchServices, index_d$6_setCustomSlug as setCustomSlug, index_d$6_setServiceLocations as setServiceLocations, index_d$6_updateService as updateService, index_d$6_validateSlug as validateSlug };
16204
+ export { index_d$6_Action as Action, type ActionEvent$4 as ActionEvent, type Address$4 as Address, type AddressHint$1 as AddressHint, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type index_d$6_Aggregation as Aggregation, type AggregationData$1 as AggregationData, type index_d$6_AggregationKindOneOf as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type index_d$6_AggregationResultsScalarResult as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type ApplicationError$2 as ApplicationError, ApprovalStatus$1 as ApprovalStatus, type Availability$1 as Availability, type AvailabilityConstraints$1 as AvailabilityConstraints, type AvailabilityPolicy$1 as AvailabilityPolicy, type AvailabilityPolicyUpdated$1 as AvailabilityPolicyUpdated, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$6_Behavior as Behavior, type index_d$6_BehaviorBehaviorOneOf as BehaviorBehaviorOneOf, type index_d$6_Benefit as Benefit, type index_d$6_BenefitNotification as BenefitNotification, index_d$6_BenefitType as BenefitType, type BookAfterStartPolicy$1 as BookAfterStartPolicy, type index_d$6_BookingForm as BookingForm, type BookingPolicy$1 as BookingPolicy, type index_d$6_BookingPolicyWithServices as BookingPolicyWithServices, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$6_BulkCreateServicesRequest as BulkCreateServicesRequest, type index_d$6_BulkCreateServicesResponse as BulkCreateServicesResponse, type index_d$6_BulkDeleteServicesByFilterOptions as BulkDeleteServicesByFilterOptions, type index_d$6_BulkDeleteServicesByFilterRequest as BulkDeleteServicesByFilterRequest, type index_d$6_BulkDeleteServicesByFilterResponse as BulkDeleteServicesByFilterResponse, type index_d$6_BulkDeleteServicesByFilterResponseNonNullableFields as BulkDeleteServicesByFilterResponseNonNullableFields, type index_d$6_BulkDeleteServicesOptions as BulkDeleteServicesOptions, type index_d$6_BulkDeleteServicesRequest as BulkDeleteServicesRequest, type index_d$6_BulkDeleteServicesResponse as BulkDeleteServicesResponse, type index_d$6_BulkDeleteServicesResponseNonNullableFields as BulkDeleteServicesResponseNonNullableFields, type index_d$6_BulkServiceResult as BulkServiceResult, type index_d$6_BulkUpdateServicesByFilterOptions as BulkUpdateServicesByFilterOptions, type index_d$6_BulkUpdateServicesByFilterRequest as BulkUpdateServicesByFilterRequest, type index_d$6_BulkUpdateServicesByFilterResponse as BulkUpdateServicesByFilterResponse, type index_d$6_BulkUpdateServicesByFilterResponseNonNullableFields as BulkUpdateServicesByFilterResponseNonNullableFields, type index_d$6_BulkUpdateServicesOptions as BulkUpdateServicesOptions, type index_d$6_BulkUpdateServicesRequest as BulkUpdateServicesRequest, type index_d$6_BulkUpdateServicesResponse as BulkUpdateServicesResponse, type index_d$6_BulkUpdateServicesResponseNonNullableFields as BulkUpdateServicesResponseNonNullableFields, type index_d$6_BusinessLocation as BusinessLocation, type index_d$6_BusinessLocationOptions as BusinessLocationOptions, type index_d$6_BusinessLocations as BusinessLocations, type BusinessSchedule$2 as BusinessSchedule, type CalendarConference$1 as CalendarConference, type CalendarDateTime$1 as CalendarDateTime, CalendarType$1 as CalendarType, type CancellationFeePolicy$1 as CancellationFeePolicy, type CancellationPolicy$1 as CancellationPolicy, type CancellationWindow$1 as CancellationWindow, type CancellationWindowFeeOneOf$1 as CancellationWindowFeeOneOf, type Categories$1 as Categories, type Category$1 as Category, type CategoryNotification$1 as CategoryNotification, index_d$6_CategoryNotificationEvent as CategoryNotificationEvent, index_d$6_CategoryStatus as CategoryStatus, type ChangeContext$1 as ChangeContext, type ChangeContextPayloadOneOf$1 as ChangeContextPayloadOneOf, index_d$6_CloneErrors as CloneErrors, type index_d$6_CloneServiceOptions as CloneServiceOptions, type index_d$6_CloneServiceRequest as CloneServiceRequest, type index_d$6_CloneServiceResponse as CloneServiceResponse, type index_d$6_CloneServiceResponseNonNullableFields as CloneServiceResponseNonNullableFields, type index_d$6_CommonAddress as CommonAddress, type index_d$6_CommonAddressLocation as CommonAddressLocation, type index_d$6_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$6_CommonStreetAddress as CommonStreetAddress, type ConferenceProvider$1 as ConferenceProvider, ConferenceType$1 as ConferenceType, type index_d$6_Conferencing as Conferencing, type index_d$6_ConnectedService as ConnectedService, type ConsentPolicy$1 as ConsentPolicy, type index_d$6_CountServicesOptions as CountServicesOptions, type index_d$6_CountServicesRequest as CountServicesRequest, type index_d$6_CountServicesResponse as CountServicesResponse, type index_d$6_CountServicesResponseNonNullableFields as CountServicesResponseNonNullableFields, type index_d$6_CreateServiceRequest as CreateServiceRequest, type index_d$6_CreateServiceResponse as CreateServiceResponse, type index_d$6_CreateServiceResponseNonNullableFields as CreateServiceResponseNonNullableFields, index_d$6_CrudType as CrudType, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$4 as Cursors, type index_d$6_CustomLocationOptions as CustomLocationOptions, type index_d$6_CustomLocations as CustomLocations, type index_d$6_CustomPayment as CustomPayment, type index_d$6_CustomerLocations as CustomerLocations, type index_d$6_DateHistogramAggregation as DateHistogramAggregation, index_d$6_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type index_d$6_DateHistogramResult as DateHistogramResult, type index_d$6_DateHistogramResults as DateHistogramResults, Day$1 as Day, DayOfWeek$2 as DayOfWeek, type index_d$6_Delete as Delete, type index_d$6_DeleteServiceOptions as DeleteServiceOptions, type index_d$6_DeleteServiceRequest as DeleteServiceRequest, type index_d$6_DeleteServiceResponse as DeleteServiceResponse, type index_d$6_DisablePricingPlansForServiceOptions as DisablePricingPlansForServiceOptions, type index_d$6_DisablePricingPlansForServiceRequest as DisablePricingPlansForServiceRequest, type index_d$6_DisablePricingPlansForServiceResponse as DisablePricingPlansForServiceResponse, type index_d$6_DisablePricingPlansForServiceResponseNonNullableFields as DisablePricingPlansForServiceResponseNonNullableFields, type index_d$6_Discount as Discount, type index_d$6_DiscountDiscountOneOf as DiscountDiscountOneOf, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type Empty$2 as Empty, type index_d$6_EnablePricingPlansForServiceRequest as EnablePricingPlansForServiceRequest, type index_d$6_EnablePricingPlansForServiceResponse as EnablePricingPlansForServiceResponse, type index_d$6_EnablePricingPlansForServiceResponseNonNullableFields as EnablePricingPlansForServiceResponseNonNullableFields, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type index_d$6_EntryPass as EntryPass, Event$1 as Event, type EventMetadata$3 as EventMetadata, type ExtendedFields$4 as ExtendedFields, type ExternalCalendarInfo$1 as ExternalCalendarInfo, type ExternalCalendarOverrides$1 as ExternalCalendarOverrides, type index_d$6_FixedPayment as FixedPayment, type index_d$6_Form as Form, type index_d$6_FormDetails as FormDetails, type index_d$6_FormSettings as FormSettings, type Frequency$1 as Frequency, type GeoCoordinates$1 as GeoCoordinates, type index_d$6_GetServiceAvailabilityConstraintsRequest as GetServiceAvailabilityConstraintsRequest, type index_d$6_GetServiceAvailabilityConstraintsResponse as GetServiceAvailabilityConstraintsResponse, type index_d$6_GetServiceRequest as GetServiceRequest, type index_d$6_GetServiceResponse as GetServiceResponse, type index_d$6_GetServiceResponseNonNullableFields as GetServiceResponseNonNullableFields, type index_d$6_GroupByAggregation as GroupByAggregation, type index_d$6_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type index_d$6_HtmlSitePublished as HtmlSitePublished, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type index_d$6_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type Interval$1 as Interval, type IntervalSplit$1 as IntervalSplit, type index_d$6_InvalidPricingPlan as InvalidPricingPlan, index_d$6_InvalidSlugError as InvalidSlugError, type ItemMetadata$2 as ItemMetadata, type index_d$6_Keyword as Keyword, type LimitEarlyBookingPolicy$1 as LimitEarlyBookingPolicy, type LimitLateBookingPolicy$1 as LimitLateBookingPolicy, type LinkedSchedule$1 as LinkedSchedule, type LocalDateTime$1 as LocalDateTime, type Locale$1 as Locale, type Location$3 as Location, LocationStatus$1 as LocationStatus, LocationType$3 as LocationType, index_d$6_LocationTypeEnumLocationType as LocationTypeEnumLocationType, type LocationsAddress$1 as LocationsAddress, type LocationsAddressLocation$1 as LocationsAddressLocation, type LocationsLocation$1 as LocationsLocation, LocationsLocationType$1 as LocationsLocationType, type LocationsStreetAddress$1 as LocationsStreetAddress, type index_d$6_MaskedService as MaskedService, type index_d$6_Media as Media, type MediaItem$1 as MediaItem, type index_d$6_MediaItemItemOneOf as MediaItemItemOneOf, type MessageEnvelope$5 as MessageEnvelope, type MigrationData$1 as MigrationData, type MigrationEvent$1 as MigrationEvent, index_d$6_MissingValues as MissingValues, Mode$1 as Mode, type Money$1 as Money, type index_d$6_MoveToNewLocationsOptions as MoveToNewLocationsOptions, type index_d$6_MultiServiceEnabledNotification as MultiServiceEnabledNotification, type Multilingual$1 as Multilingual, type MultipleSessionsCreated$1 as MultipleSessionsCreated, type index_d$6_NestedAggregation as NestedAggregation, type index_d$6_NestedAggregationItem as NestedAggregationItem, type index_d$6_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, index_d$6_NestedAggregationType as NestedAggregationType, type index_d$6_NestedResultValue as NestedResultValue, type index_d$6_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$6_NestedResults as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type index_d$6_OnlineBooking as OnlineBooking, type index_d$6_Page as Page, type Paging$2 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Participant$1 as Participant, type ParticipantNotification$4 as ParticipantNotification, type ParticipantsPolicy$1 as ParticipantsPolicy, type index_d$6_Payment as Payment, type index_d$6_PaymentOptions as PaymentOptions, type index_d$6_PaymentRateOneOf as PaymentRateOneOf, PlacementType$1 as PlacementType, type PolicyDescription$1 as PolicyDescription, type Price$1 as Price, type Properties$1 as Properties, type PropertiesChange$1 as PropertiesChange, type index_d$6_QueryBookingFormsRequest as QueryBookingFormsRequest, type index_d$6_QueryBookingFormsResponse as QueryBookingFormsResponse, type index_d$6_QueryCategoriesFilter as QueryCategoriesFilter, type index_d$6_QueryCategoriesOptions as QueryCategoriesOptions, type index_d$6_QueryCategoriesRequest as QueryCategoriesRequest, type index_d$6_QueryCategoriesResponse as QueryCategoriesResponse, type index_d$6_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type index_d$6_QueryLocationsFilter as QueryLocationsFilter, type index_d$6_QueryLocationsOptions as QueryLocationsOptions, type index_d$6_QueryLocationsRequest as QueryLocationsRequest, type index_d$6_QueryLocationsResponse as QueryLocationsResponse, type index_d$6_QueryLocationsResponseNonNullableFields as QueryLocationsResponseNonNullableFields, type index_d$6_QueryPoliciesRequest as QueryPoliciesRequest, type index_d$6_QueryPoliciesResponse as QueryPoliciesResponse, type index_d$6_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type index_d$6_QueryServicesMultiLanguageRequest as QueryServicesMultiLanguageRequest, type index_d$6_QueryServicesMultiLanguageResponse as QueryServicesMultiLanguageResponse, type index_d$6_QueryServicesOptions as QueryServicesOptions, type index_d$6_QueryServicesRequest as QueryServicesRequest, type index_d$6_QueryServicesResponse as QueryServicesResponse, type index_d$6_QueryServicesResponseNonNullableFields as QueryServicesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type index_d$6_RangeAggregation as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type index_d$6_RangeBucket as RangeBucket, type index_d$6_RangeResult as RangeResult, type RangeResults$1 as RangeResults, type Rate$1 as Rate, index_d$6_RateType as RateType, type RecurringInterval$1 as RecurringInterval, RecurringIntervalType$1 as RecurringIntervalType, type RecurringSessionSplit$1 as RecurringSessionSplit, type RecurringSessionsUpdated$1 as RecurringSessionsUpdated, type index_d$6_ReindexMessage as ReindexMessage, type index_d$6_ReindexMessageActionOneOf as ReindexMessageActionOneOf, type index_d$6_RemovedLocationSessionsAction as RemovedLocationSessionsAction, type index_d$6_RemovedLocationSessionsActionActionOptionsOneOf as RemovedLocationSessionsActionActionOptionsOneOf, RequestedFields$1 as RequestedFields, type ReschedulePolicy$1 as ReschedulePolicy, ResolutionMethod$1 as ResolutionMethod, type Resource$1 as Resource, type index_d$6_ResourceGroup as ResourceGroup, type index_d$6_ResourceIds as ResourceIds, type index_d$6_ResourceNotification as ResourceNotification, index_d$6_ResourceNotificationEvent as ResourceNotificationEvent, index_d$6_ResourceStatus as ResourceStatus, type index_d$6_ResourceType as ResourceType, type ResourcesPolicy$1 as ResourcesPolicy, type RestoreInfo$4 as RestoreInfo, type index_d$6_Results as Results, type SaveCreditCardPolicy$1 as SaveCreditCardPolicy, type index_d$6_ScalarAggregation as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type Schedule$1 as Schedule, type ScheduleCancelled$1 as ScheduleCancelled, type ScheduleCreated$1 as ScheduleCreated, type ScheduleNotification$1 as ScheduleNotification, type ScheduleNotificationEventOneOf$1 as ScheduleNotificationEventOneOf, ScheduleStatus$1 as ScheduleStatus, type ScheduleUnassignedFromUser$1 as ScheduleUnassignedFromUser, type ScheduleUpdated$1 as ScheduleUpdated, type ScheduleWithSessions$1 as ScheduleWithSessions, type index_d$6_Schema as Schema, type SearchDetails$1 as SearchDetails, type index_d$6_SearchServicesRequest as SearchServicesRequest, type index_d$6_SearchServicesResponse as SearchServicesResponse, type index_d$6_SearchServicesResponseNonNullableFields as SearchServicesResponseNonNullableFields, type index_d$6_SeoSchema as SeoSchema, type index_d$6_Service as Service, type index_d$6_ServiceAvailabilityConstraints as ServiceAvailabilityConstraints, type index_d$6_ServiceCreatedEnvelope as ServiceCreatedEnvelope, type index_d$6_ServiceDeletedEnvelope as ServiceDeletedEnvelope, type index_d$6_ServiceNonNullableFields as ServiceNonNullableFields, type index_d$6_ServiceResource as ServiceResource, type index_d$6_ServiceResourceSelectionOneOf as ServiceResourceSelectionOneOf, index_d$6_ServiceType as ServiceType, type index_d$6_ServiceUpdatedEnvelope as ServiceUpdatedEnvelope, type index_d$6_ServicesQueryBuilder as ServicesQueryBuilder, type index_d$6_ServicesQueryResult as ServicesQueryResult, type index_d$6_ServicesUrlsChanged as ServicesUrlsChanged, type Session$1 as Session, type SessionCancelled$1 as SessionCancelled, type SessionCreated$1 as SessionCreated, SessionType$1 as SessionType, type SessionUpdated$1 as SessionUpdated, type SessionVersion$1 as SessionVersion, type index_d$6_SetCustomSlugEvent as SetCustomSlugEvent, type index_d$6_SetCustomSlugRequest as SetCustomSlugRequest, type index_d$6_SetCustomSlugResponse as SetCustomSlugResponse, type index_d$6_SetCustomSlugResponseNonNullableFields as SetCustomSlugResponseNonNullableFields, type index_d$6_SetServiceLocationsOptions as SetServiceLocationsOptions, type index_d$6_SetServiceLocationsRequest as SetServiceLocationsRequest, type index_d$6_SetServiceLocationsResponse as SetServiceLocationsResponse, type index_d$6_SetServiceLocationsResponseNonNullableFields as SetServiceLocationsResponseNonNullableFields, type index_d$6_Settings as Settings, type SiteCloned$1 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$1 as SitePropertiesEvent, type SitePropertiesNotification$1 as SitePropertiesNotification, type SitePropertiesOnScheduleCreation$1 as SitePropertiesOnScheduleCreation, type index_d$6_Slug as Slug, index_d$6_SortDirection as SortDirection, SortOrder$4 as SortOrder, index_d$6_SortType as SortType, type Sorting$4 as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type SplitInterval$1 as SplitInterval, type StaffData$1 as StaffData, type index_d$6_StaffMediaItem as StaffMediaItem, type index_d$6_StaffMediaItemItemOneOf as StaffMediaItemItemOneOf, type StaffMember$1 as StaffMember, type index_d$6_StaffMemberDetails as StaffMemberDetails, Status$2 as Status, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, type SupportedLanguage$1 as SupportedLanguage, type index_d$6_Tag as Tag, type TimePeriod$2 as TimePeriod, type Translation$1 as Translation, Transparency$1 as Transparency, type index_d$6_URLs as URLs, type index_d$6_UpdateService as UpdateService, type index_d$6_UpdateServiceRequest as UpdateServiceRequest, type index_d$6_UpdateServiceResponse as UpdateServiceResponse, type index_d$6_UpdateServiceResponseNonNullableFields as UpdateServiceResponseNonNullableFields, type index_d$6_Upsert as Upsert, type index_d$6_UserDomainInfoChangedEvent as UserDomainInfoChangedEvent, type index_d$6_V1SplitInterval as V1SplitInterval, type index_d$6_V2AvailabilityConstraints as V2AvailabilityConstraints, type index_d$6_V2Category as V2Category, type index_d$6_V2Location as V2Location, type index_d$6_V2LocationOptionsOneOf as V2LocationOptionsOneOf, type index_d$6_V2ParticipantNotification as V2ParticipantNotification, type index_d$6_V2Schedule as V2Schedule, type index_d$6_V4Address as V4Address, type index_d$6_ValidateSlugOptions as ValidateSlugOptions, type index_d$6_ValidateSlugRequest as ValidateSlugRequest, type index_d$6_ValidateSlugResponse as ValidateSlugResponse, type index_d$6_ValidateSlugResponseNonNullableFields as ValidateSlugResponseNonNullableFields, type index_d$6_ValueAggregation as ValueAggregation, type index_d$6_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type index_d$6_ValueResult as ValueResult, type ValueResults$1 as ValueResults, type index_d$6_VariedPayment as VariedPayment, type Version$1 as Version, type WaitlistPolicy$1 as WaitlistPolicy, WebhookIdentityType$5 as WebhookIdentityType, type index_d$6__publicOnServiceCreatedType as _publicOnServiceCreatedType, type index_d$6__publicOnServiceDeletedType as _publicOnServiceDeletedType, type index_d$6__publicOnServiceUpdatedType as _publicOnServiceUpdatedType, index_d$6_bulkDeleteServices as bulkDeleteServices, index_d$6_bulkDeleteServicesByFilter as bulkDeleteServicesByFilter, index_d$6_bulkUpdateServices as bulkUpdateServices, index_d$6_bulkUpdateServicesByFilter as bulkUpdateServicesByFilter, index_d$6_cloneService as cloneService, index_d$6_countServices as countServices, index_d$6_createService as createService, index_d$6_deleteService as deleteService, index_d$6_disablePricingPlansForService as disablePricingPlansForService, index_d$6_enablePricingPlansForService as enablePricingPlansForService, index_d$6_getService as getService, index_d$6_onServiceCreated as onServiceCreated, index_d$6_onServiceDeleted as onServiceDeleted, index_d$6_onServiceUpdated as onServiceUpdated, onServiceCreated$1 as publicOnServiceCreated, onServiceDeleted$1 as publicOnServiceDeleted, onServiceUpdated$1 as publicOnServiceUpdated, index_d$6_queryCategories as queryCategories, index_d$6_queryLocations as queryLocations, index_d$6_queryPolicies as queryPolicies, index_d$6_queryServices as queryServices, index_d$6_searchServices as searchServices, index_d$6_setCustomSlug as setCustomSlug, index_d$6_setServiceLocations as setServiceLocations, index_d$6_updateService as updateService, index_d$6_validateSlug as validateSlug };
16170
16205
  }
16171
16206
 
16172
16207
  /** StaffMember is the main entity of Bookings StaffMembers. used to manage staff providing services */