@wix/bookings 1.0.412 → 1.0.414

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.412",
3
+ "version": "1.0.414",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "@wix/bookings_attendance": "1.0.39",
22
22
  "@wix/bookings_availability-calendar": "1.0.28",
23
23
  "@wix/bookings_availability-time-slots": "1.0.24",
24
- "@wix/bookings_bookings": "1.0.41",
24
+ "@wix/bookings_bookings": "1.0.42",
25
25
  "@wix/bookings_categories": "1.0.29",
26
26
  "@wix/bookings_extended-bookings": "1.0.34",
27
27
  "@wix/bookings_external-calendars": "1.0.26",
@@ -29,7 +29,7 @@
29
29
  "@wix/bookings_pricing": "1.0.26",
30
30
  "@wix/bookings_resources": "1.0.29",
31
31
  "@wix/bookings_service-options-and-variants": "1.0.36",
32
- "@wix/bookings_services": "1.0.54"
32
+ "@wix/bookings_services": "1.0.55"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
@@ -54,5 +54,5 @@
54
54
  "fqdn": ""
55
55
  }
56
56
  },
57
- "falconPackageHash": "ad16286a34f7b906371922ae0964e599c4f69958d58971f5042be8e6"
57
+ "falconPackageHash": "e2e9e89196aa2a06afed9565c108a0d29ac35911b359bb6b8038c013"
58
58
  }
@@ -10509,9 +10509,12 @@ interface SearchServicesRequest {
10509
10509
  search?: CursorSearch;
10510
10510
  }
10511
10511
  interface CursorSearch extends CursorSearchPagingMethodOneOf {
10512
- /** Cursor pointing to page of results. Can't be used together with 'paging'. 'cursor_paging.cursor' can not be used together with 'filter' or 'sort' */
10512
+ /**
10513
+ * Cursor pointing to page of results.
10514
+ * When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
10515
+ */
10513
10516
  cursorPaging?: CursorPaging$2;
10514
- /** A filter object. See documentation [here](https:// bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
10517
+ /** A filter object. See documentation [here](https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_defining-in-protobuf) */
10515
10518
  filter?: Record<string, any> | null;
10516
10519
  /** Sort object in the form [{"fieldName":"sortField1"},{"fieldName":"sortField2","direction":"DESC"}] */
10517
10520
  sort?: Sorting$2[];
@@ -10519,10 +10522,23 @@ interface CursorSearch extends CursorSearchPagingMethodOneOf {
10519
10522
  aggregations?: Aggregation[];
10520
10523
  /** Free text to match in searchable fields */
10521
10524
  search?: SearchDetails;
10525
+ /**
10526
+ * UTC offset or IANA time zone. Valid values are
10527
+ * ISO 8601 UTC offsets, such as +02:00 or -06:00,
10528
+ * and IANA time zone IDs, such as Europe/Rome
10529
+ *
10530
+ * Affects all filters and aggregations returned values.
10531
+ * You may override this behavior in a specific filter by providing
10532
+ * timestamps including time zone. e.g. `"2023-12-20T10:52:34.795Z"`
10533
+ */
10534
+ timeZone?: string | null;
10522
10535
  }
10523
10536
  /** @oneof */
10524
10537
  interface CursorSearchPagingMethodOneOf {
10525
- /** Cursor pointing to page of results. Can't be used together with 'paging'. 'cursor_paging.cursor' can not be used together with 'filter' or 'sort' */
10538
+ /**
10539
+ * Cursor pointing to page of results.
10540
+ * When requesting 'cursor_paging.cursor', no `filter`, `sort` or `search` can be provided.
10541
+ */
10526
10542
  cursorPaging?: CursorPaging$2;
10527
10543
  }
10528
10544
  interface Aggregation extends AggregationKindOneOf {
@@ -10940,6 +10956,9 @@ interface DomainEventBodyOneOf$2 {
10940
10956
  interface EntityCreatedEvent$2 {
10941
10957
  entity?: string;
10942
10958
  }
10959
+ interface UndeleteInfo$1 {
10960
+ deletedDate?: Date;
10961
+ }
10943
10962
  interface EntityUpdatedEvent$2 {
10944
10963
  /**
10945
10964
  * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
@@ -14023,7 +14042,7 @@ declare const index_d$4_onServiceUpdated: typeof onServiceUpdated;
14023
14042
  declare const index_d$4_queryServices: typeof queryServices;
14024
14043
  declare const index_d$4_updateService: typeof updateService;
14025
14044
  declare namespace index_d$4 {
14026
- export { index_d$4_Action as Action, type ActionEvent$2 as ActionEvent, type Address$2 as Address, type index_d$4_AddressHint as AddressHint, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type index_d$4_Aggregation as Aggregation, type index_d$4_AggregationData as AggregationData, type index_d$4_AggregationKindOneOf as AggregationKindOneOf, type index_d$4_AggregationResults as AggregationResults, type index_d$4_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type index_d$4_AggregationResultsScalarResult as AggregationResultsScalarResult, index_d$4_AggregationType as AggregationType, type ApplicationError$2 as ApplicationError, index_d$4_ApprovalStatus as ApprovalStatus, type index_d$4_Availability as Availability, type index_d$4_AvailabilityConstraints as AvailabilityConstraints, type index_d$4_AvailabilityPolicy as AvailabilityPolicy, type index_d$4_AvailabilityPolicyUpdated as AvailabilityPolicyUpdated, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$4_Behavior as Behavior, type index_d$4_BehaviorBehaviorOneOf as BehaviorBehaviorOneOf, type index_d$4_Benefit as Benefit, type index_d$4_BenefitNotification as BenefitNotification, index_d$4_BenefitType as BenefitType, type index_d$4_BookAfterStartPolicy as BookAfterStartPolicy, type index_d$4_BookingPolicy as BookingPolicy, type index_d$4_BookingPolicyWithServices as BookingPolicyWithServices, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$4_BulkCreateServicesRequest as BulkCreateServicesRequest, type index_d$4_BulkCreateServicesResponse as BulkCreateServicesResponse, type index_d$4_BulkDeleteServicesRequest as BulkDeleteServicesRequest, type index_d$4_BulkDeleteServicesResponse as BulkDeleteServicesResponse, type index_d$4_BulkServiceResult as BulkServiceResult, type index_d$4_BulkUpdateServicesRequest as BulkUpdateServicesRequest, type index_d$4_BulkUpdateServicesResponse as BulkUpdateServicesResponse, type index_d$4_BusinessLocation as BusinessLocation, type index_d$4_BusinessLocationOptions as BusinessLocationOptions, type index_d$4_BusinessSchedule as BusinessSchedule, type index_d$4_CalendarConference as CalendarConference, type index_d$4_CalendarDateTime as CalendarDateTime, index_d$4_CalendarType as CalendarType, type index_d$4_CancellationFeePolicy as CancellationFeePolicy, type index_d$4_CancellationPolicy as CancellationPolicy, type index_d$4_CancellationWindow as CancellationWindow, type index_d$4_CancellationWindowFeeOneOf as CancellationWindowFeeOneOf, type index_d$4_Categories as Categories, type Category$1 as Category, type CategoryNotification$1 as CategoryNotification, index_d$4_CategoryNotificationEvent as CategoryNotificationEvent, index_d$4_CategoryStatus as CategoryStatus, type index_d$4_ChangeContext as ChangeContext, type index_d$4_ChangeContextPayloadOneOf as ChangeContextPayloadOneOf, index_d$4_CloneErrors as CloneErrors, type index_d$4_CloneServiceRequest as CloneServiceRequest, type index_d$4_CloneServiceResponse as CloneServiceResponse, type index_d$4_CommonAddress as CommonAddress, type index_d$4_CommonAddressLocation as CommonAddressLocation, type index_d$4_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$4_CommonMoney as CommonMoney, type index_d$4_CommonStreetAddress as CommonStreetAddress, type index_d$4_ConferenceProvider as ConferenceProvider, index_d$4_ConferenceType as ConferenceType, type index_d$4_Conferencing as Conferencing, type index_d$4_ConsentPolicy as ConsentPolicy, type index_d$4_CountServicesOptions as CountServicesOptions, type index_d$4_CountServicesRequest as CountServicesRequest, type index_d$4_CountServicesResponse as CountServicesResponse, type index_d$4_CountServicesResponseNonNullableFields as CountServicesResponseNonNullableFields, type index_d$4_CreateServiceRequest as CreateServiceRequest, type index_d$4_CreateServiceResponse as CreateServiceResponse, type index_d$4_CreateServiceResponseNonNullableFields as CreateServiceResponseNonNullableFields, index_d$4_CrudType as CrudType, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type index_d$4_CursorQuery as CursorQuery, type index_d$4_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d$4_CursorSearch as CursorSearch, type index_d$4_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type index_d$4_CustomLocationOptions as CustomLocationOptions, type index_d$4_CustomPayment as CustomPayment, type index_d$4_DateHistogramAggregation as DateHistogramAggregation, index_d$4_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type index_d$4_DateHistogramResult as DateHistogramResult, type index_d$4_DateHistogramResults as DateHistogramResults, index_d$4_Day as Day, index_d$4_DayOfWeek as DayOfWeek, type index_d$4_Delete as Delete, type index_d$4_DeleteServiceOptions as DeleteServiceOptions, type index_d$4_DeleteServiceRequest as DeleteServiceRequest, type index_d$4_DeleteServiceResponse as DeleteServiceResponse, type index_d$4_DisablePricingPlansForServiceRequest as DisablePricingPlansForServiceRequest, type index_d$4_DisablePricingPlansForServiceResponse as DisablePricingPlansForServiceResponse, type index_d$4_Discount as Discount, type index_d$4_DiscountDiscountOneOf as DiscountDiscountOneOf, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type index_d$4_Empty as Empty, type index_d$4_EnablePricingPlansForServiceRequest as EnablePricingPlansForServiceRequest, type index_d$4_EnablePricingPlansForServiceResponse as EnablePricingPlansForServiceResponse, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$4_EntryPass as EntryPass, Event$1 as Event, type EventMetadata$1 as EventMetadata, type ExtendedFields$2 as ExtendedFields, type index_d$4_ExternalCalendarInfo as ExternalCalendarInfo, type index_d$4_ExternalCalendarOverrides as ExternalCalendarOverrides, type index_d$4_FixedPayment as FixedPayment, type index_d$4_Form as Form, type index_d$4_FormSettings as FormSettings, type index_d$4_Frequency as Frequency, type index_d$4_GeoCoordinates as GeoCoordinates, type index_d$4_GetServiceAvailabilityConstraintsRequest as GetServiceAvailabilityConstraintsRequest, type index_d$4_GetServiceAvailabilityConstraintsResponse as GetServiceAvailabilityConstraintsResponse, type index_d$4_GetServiceRequest as GetServiceRequest, type index_d$4_GetServiceResponse as GetServiceResponse, type index_d$4_GetServiceResponseNonNullableFields as GetServiceResponseNonNullableFields, type index_d$4_GroupByAggregation as GroupByAggregation, type index_d$4_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type index_d$4_GroupByValueResults as GroupByValueResults, type index_d$4_HtmlSitePublished as HtmlSitePublished, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type index_d$4_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type index_d$4_Interval as Interval, type index_d$4_IntervalSplit as IntervalSplit, type index_d$4_InvalidPricingPlan as InvalidPricingPlan, index_d$4_InvalidSlugError as InvalidSlugError, type ItemMetadata$2 as ItemMetadata, type index_d$4_Keyword as Keyword, type index_d$4_LimitEarlyBookingPolicy as LimitEarlyBookingPolicy, type index_d$4_LimitLateBookingPolicy as LimitLateBookingPolicy, type index_d$4_LinkedSchedule as LinkedSchedule, type index_d$4_LocalDateTime as LocalDateTime, type index_d$4_Locale as Locale, type Location$2 as Location, index_d$4_LocationStatus as LocationStatus, LocationType$2 as LocationType, index_d$4_LocationTypeEnumLocationType as LocationTypeEnumLocationType, type index_d$4_LocationsAddress as LocationsAddress, type index_d$4_LocationsAddressLocation as LocationsAddressLocation, type index_d$4_LocationsLocation as LocationsLocation, index_d$4_LocationsLocationType as LocationsLocationType, type index_d$4_LocationsStreetAddress as LocationsStreetAddress, type index_d$4_MaskedService as MaskedService, type index_d$4_Media as Media, type index_d$4_MediaItem as MediaItem, type index_d$4_MediaItemItemOneOf as MediaItemItemOneOf, type MessageEnvelope$3 as MessageEnvelope, type index_d$4_MigrationData as MigrationData, type index_d$4_MigrationEvent as MigrationEvent, index_d$4_MissingValues as MissingValues, index_d$4_Mode as Mode, type index_d$4_Money as Money, type index_d$4_MoveToNewLocationsOptions as MoveToNewLocationsOptions, type index_d$4_MultiServiceEnabledNotification as MultiServiceEnabledNotification, type index_d$4_Multilingual as Multilingual, type index_d$4_MultipleSessionsCreated as MultipleSessionsCreated, type index_d$4_NestedAggregation as NestedAggregation, type index_d$4_NestedAggregationItem as NestedAggregationItem, type index_d$4_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type index_d$4_NestedAggregationResults as NestedAggregationResults, type index_d$4_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, index_d$4_NestedAggregationType as NestedAggregationType, type index_d$4_NestedResultValue as NestedResultValue, type index_d$4_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$4_NestedResults as NestedResults, type index_d$4_NestedValueAggregationResult as NestedValueAggregationResult, type index_d$4_OnlineBooking as OnlineBooking, type index_d$4_Page as Page, type Paging$2 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type index_d$4_Participant as Participant, type ParticipantNotification$3 as ParticipantNotification, type index_d$4_ParticipantsPolicy as ParticipantsPolicy, type index_d$4_Payment as Payment, type index_d$4_PaymentOptions as PaymentOptions, type index_d$4_PaymentRateOneOf as PaymentRateOneOf, index_d$4_PlacementType as PlacementType, type index_d$4_PolicyDescription as PolicyDescription, type index_d$4_Price as Price, type index_d$4_Properties as Properties, type index_d$4_PropertiesChange as PropertiesChange, type index_d$4_QueryPoliciesRequest as QueryPoliciesRequest, type index_d$4_QueryPoliciesResponse as QueryPoliciesResponse, type index_d$4_QueryServicesOptions as QueryServicesOptions, type index_d$4_QueryServicesRequest as QueryServicesRequest, type index_d$4_QueryServicesResponse as QueryServicesResponse, type index_d$4_QueryServicesResponseNonNullableFields as QueryServicesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type index_d$4_RangeAggregation as RangeAggregation, type index_d$4_RangeAggregationResult as RangeAggregationResult, type index_d$4_RangeBucket as RangeBucket, type index_d$4_RangeResult as RangeResult, type index_d$4_RangeResults as RangeResults, type index_d$4_Rate as Rate, index_d$4_RateType as RateType, type index_d$4_RecurringInterval as RecurringInterval, index_d$4_RecurringIntervalType as RecurringIntervalType, type index_d$4_RecurringSessionSplit as RecurringSessionSplit, type index_d$4_RecurringSessionsUpdated as RecurringSessionsUpdated, type index_d$4_ReindexMessage as ReindexMessage, type index_d$4_ReindexMessageActionOneOf as ReindexMessageActionOneOf, type index_d$4_RemovedLocationSessionsAction as RemovedLocationSessionsAction, type index_d$4_RemovedLocationSessionsActionActionOptionsOneOf as RemovedLocationSessionsActionActionOptionsOneOf, index_d$4_RequestedFields as RequestedFields, type index_d$4_ReschedulePolicy as ReschedulePolicy, index_d$4_ResolutionMethod as ResolutionMethod, type index_d$4_Resource as Resource, type index_d$4_ResourceGroup as ResourceGroup, type index_d$4_ResourceIds as ResourceIds, type index_d$4_ResourceNotification as ResourceNotification, index_d$4_ResourceNotificationEvent as ResourceNotificationEvent, index_d$4_ResourceStatus as ResourceStatus, type index_d$4_ResourceType as ResourceType, type index_d$4_ResourcesPolicy as ResourcesPolicy, type index_d$4_Results as Results, type index_d$4_SaveCreditCardPolicy as SaveCreditCardPolicy, type index_d$4_ScalarAggregation as ScalarAggregation, type index_d$4_ScalarResult as ScalarResult, index_d$4_ScalarType as ScalarType, type index_d$4_Schedule as Schedule, type index_d$4_ScheduleCancelled as ScheduleCancelled, type index_d$4_ScheduleCreated as ScheduleCreated, type index_d$4_ScheduleNotification as ScheduleNotification, type index_d$4_ScheduleNotificationEventOneOf as ScheduleNotificationEventOneOf, index_d$4_ScheduleStatus as ScheduleStatus, type index_d$4_ScheduleUnassignedFromUser as ScheduleUnassignedFromUser, type index_d$4_ScheduleUpdated as ScheduleUpdated, type index_d$4_ScheduleWithSessions as ScheduleWithSessions, type index_d$4_Schema as Schema, type index_d$4_SearchDetails as SearchDetails, type index_d$4_SearchServicesRequest as SearchServicesRequest, type index_d$4_SearchServicesResponse as SearchServicesResponse, type index_d$4_SeoSchema as SeoSchema, type index_d$4_Service as Service, type index_d$4_ServiceAvailabilityConstraints as ServiceAvailabilityConstraints, type index_d$4_ServiceCreatedEnvelope as ServiceCreatedEnvelope, type index_d$4_ServiceDeletedEnvelope as ServiceDeletedEnvelope, type index_d$4_ServiceResource as ServiceResource, type index_d$4_ServiceResourceSelectionOneOf as ServiceResourceSelectionOneOf, index_d$4_ServiceType as ServiceType, type index_d$4_ServiceUpdatedEnvelope as ServiceUpdatedEnvelope, type index_d$4_ServicesQueryBuilder as ServicesQueryBuilder, type index_d$4_ServicesQueryResult as ServicesQueryResult, type index_d$4_ServicesUrlsChanged as ServicesUrlsChanged, type index_d$4_Session as Session, type index_d$4_SessionCancelled as SessionCancelled, type index_d$4_SessionCreated as SessionCreated, index_d$4_SessionType as SessionType, type index_d$4_SessionUpdated as SessionUpdated, type index_d$4_SessionVersion as SessionVersion, type index_d$4_SetCustomSlugEvent as SetCustomSlugEvent, type index_d$4_SetCustomSlugRequest as SetCustomSlugRequest, type index_d$4_SetCustomSlugResponse as SetCustomSlugResponse, type index_d$4_SetServiceLocationsRequest as SetServiceLocationsRequest, type index_d$4_SetServiceLocationsResponse as SetServiceLocationsResponse, type index_d$4_Settings as Settings, type index_d$4_SiteCloned as SiteCloned, type index_d$4_SiteCreated as SiteCreated, type index_d$4_SitePropertiesEvent as SitePropertiesEvent, type index_d$4_SitePropertiesNotification as SitePropertiesNotification, type index_d$4_SitePropertiesOnScheduleCreation as SitePropertiesOnScheduleCreation, type index_d$4_Slug as Slug, index_d$4_SortDirection as SortDirection, SortOrder$2 as SortOrder, index_d$4_SortType as SortType, type Sorting$2 as Sorting, type index_d$4_SpecialHourPeriod as SpecialHourPeriod, type index_d$4_SplitInterval as SplitInterval, type index_d$4_StaffData as StaffData, type index_d$4_StaffMediaItem as StaffMediaItem, type index_d$4_StaffMediaItemItemOneOf as StaffMediaItemItemOneOf, type index_d$4_StaffMember as StaffMember, Status$1 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, type index_d$4_SupportedLanguage as SupportedLanguage, type index_d$4_Tag as Tag, type index_d$4_TimePeriod as TimePeriod, type index_d$4_Translation as Translation, index_d$4_Transparency as Transparency, type index_d$4_URLs as URLs, type index_d$4_UpdateService as UpdateService, type index_d$4_UpdateServiceRequest as UpdateServiceRequest, type index_d$4_UpdateServiceResponse as UpdateServiceResponse, type index_d$4_UpdateServiceResponseNonNullableFields as UpdateServiceResponseNonNullableFields, type index_d$4_Upsert as Upsert, type index_d$4_UserDomainInfoChangedEvent as UserDomainInfoChangedEvent, type index_d$4_V1SplitInterval as V1SplitInterval, type index_d$4_V2AvailabilityConstraints as V2AvailabilityConstraints, type index_d$4_V2Category as V2Category, type index_d$4_V2Location as V2Location, type index_d$4_V2LocationOptionsOneOf as V2LocationOptionsOneOf, type index_d$4_V2ParticipantNotification as V2ParticipantNotification, type index_d$4_V2Schedule as V2Schedule, type index_d$4_V4Address as V4Address, type index_d$4_ValidateSlugRequest as ValidateSlugRequest, type index_d$4_ValidateSlugResponse as ValidateSlugResponse, type index_d$4_ValueAggregation as ValueAggregation, type index_d$4_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type index_d$4_ValueAggregationResult as ValueAggregationResult, type index_d$4_ValueResult as ValueResult, type index_d$4_ValueResults as ValueResults, type index_d$4_VariedPayment as VariedPayment, type index_d$4_Version as Version, type index_d$4_WaitlistPolicy as WaitlistPolicy, WebhookIdentityType$3 as WebhookIdentityType, __metadata$4 as __metadata, index_d$4_countServices as countServices, index_d$4_createService as createService, index_d$4_deleteService as deleteService, index_d$4_getService as getService, index_d$4_onServiceCreated as onServiceCreated, index_d$4_onServiceDeleted as onServiceDeleted, index_d$4_onServiceUpdated as onServiceUpdated, index_d$4_queryServices as queryServices, index_d$4_updateService as updateService };
14045
+ export { index_d$4_Action as Action, type ActionEvent$2 as ActionEvent, type Address$2 as Address, type index_d$4_AddressHint as AddressHint, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type index_d$4_Aggregation as Aggregation, type index_d$4_AggregationData as AggregationData, type index_d$4_AggregationKindOneOf as AggregationKindOneOf, type index_d$4_AggregationResults as AggregationResults, type index_d$4_AggregationResultsResultOneOf as AggregationResultsResultOneOf, type index_d$4_AggregationResultsScalarResult as AggregationResultsScalarResult, index_d$4_AggregationType as AggregationType, type ApplicationError$2 as ApplicationError, index_d$4_ApprovalStatus as ApprovalStatus, type index_d$4_Availability as Availability, type index_d$4_AvailabilityConstraints as AvailabilityConstraints, type index_d$4_AvailabilityPolicy as AvailabilityPolicy, type index_d$4_AvailabilityPolicyUpdated as AvailabilityPolicyUpdated, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$4_Behavior as Behavior, type index_d$4_BehaviorBehaviorOneOf as BehaviorBehaviorOneOf, type index_d$4_Benefit as Benefit, type index_d$4_BenefitNotification as BenefitNotification, index_d$4_BenefitType as BenefitType, type index_d$4_BookAfterStartPolicy as BookAfterStartPolicy, type index_d$4_BookingPolicy as BookingPolicy, type index_d$4_BookingPolicyWithServices as BookingPolicyWithServices, type BulkActionMetadata$2 as BulkActionMetadata, type index_d$4_BulkCreateServicesRequest as BulkCreateServicesRequest, type index_d$4_BulkCreateServicesResponse as BulkCreateServicesResponse, type index_d$4_BulkDeleteServicesRequest as BulkDeleteServicesRequest, type index_d$4_BulkDeleteServicesResponse as BulkDeleteServicesResponse, type index_d$4_BulkServiceResult as BulkServiceResult, type index_d$4_BulkUpdateServicesRequest as BulkUpdateServicesRequest, type index_d$4_BulkUpdateServicesResponse as BulkUpdateServicesResponse, type index_d$4_BusinessLocation as BusinessLocation, type index_d$4_BusinessLocationOptions as BusinessLocationOptions, type index_d$4_BusinessSchedule as BusinessSchedule, type index_d$4_CalendarConference as CalendarConference, type index_d$4_CalendarDateTime as CalendarDateTime, index_d$4_CalendarType as CalendarType, type index_d$4_CancellationFeePolicy as CancellationFeePolicy, type index_d$4_CancellationPolicy as CancellationPolicy, type index_d$4_CancellationWindow as CancellationWindow, type index_d$4_CancellationWindowFeeOneOf as CancellationWindowFeeOneOf, type index_d$4_Categories as Categories, type Category$1 as Category, type CategoryNotification$1 as CategoryNotification, index_d$4_CategoryNotificationEvent as CategoryNotificationEvent, index_d$4_CategoryStatus as CategoryStatus, type index_d$4_ChangeContext as ChangeContext, type index_d$4_ChangeContextPayloadOneOf as ChangeContextPayloadOneOf, index_d$4_CloneErrors as CloneErrors, type index_d$4_CloneServiceRequest as CloneServiceRequest, type index_d$4_CloneServiceResponse as CloneServiceResponse, type index_d$4_CommonAddress as CommonAddress, type index_d$4_CommonAddressLocation as CommonAddressLocation, type index_d$4_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$4_CommonMoney as CommonMoney, type index_d$4_CommonStreetAddress as CommonStreetAddress, type index_d$4_ConferenceProvider as ConferenceProvider, index_d$4_ConferenceType as ConferenceType, type index_d$4_Conferencing as Conferencing, type index_d$4_ConsentPolicy as ConsentPolicy, type index_d$4_CountServicesOptions as CountServicesOptions, type index_d$4_CountServicesRequest as CountServicesRequest, type index_d$4_CountServicesResponse as CountServicesResponse, type index_d$4_CountServicesResponseNonNullableFields as CountServicesResponseNonNullableFields, type index_d$4_CreateServiceRequest as CreateServiceRequest, type index_d$4_CreateServiceResponse as CreateServiceResponse, type index_d$4_CreateServiceResponseNonNullableFields as CreateServiceResponseNonNullableFields, index_d$4_CrudType as CrudType, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type index_d$4_CursorQuery as CursorQuery, type index_d$4_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type index_d$4_CursorSearch as CursorSearch, type index_d$4_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$2 as Cursors, type index_d$4_CustomLocationOptions as CustomLocationOptions, type index_d$4_CustomPayment as CustomPayment, type index_d$4_DateHistogramAggregation as DateHistogramAggregation, index_d$4_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type index_d$4_DateHistogramResult as DateHistogramResult, type index_d$4_DateHistogramResults as DateHistogramResults, index_d$4_Day as Day, index_d$4_DayOfWeek as DayOfWeek, type index_d$4_Delete as Delete, type index_d$4_DeleteServiceOptions as DeleteServiceOptions, type index_d$4_DeleteServiceRequest as DeleteServiceRequest, type index_d$4_DeleteServiceResponse as DeleteServiceResponse, type index_d$4_DisablePricingPlansForServiceRequest as DisablePricingPlansForServiceRequest, type index_d$4_DisablePricingPlansForServiceResponse as DisablePricingPlansForServiceResponse, type index_d$4_Discount as Discount, type index_d$4_DiscountDiscountOneOf as DiscountDiscountOneOf, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type index_d$4_Empty as Empty, type index_d$4_EnablePricingPlansForServiceRequest as EnablePricingPlansForServiceRequest, type index_d$4_EnablePricingPlansForServiceResponse as EnablePricingPlansForServiceResponse, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$4_EntryPass as EntryPass, Event$1 as Event, type EventMetadata$1 as EventMetadata, type ExtendedFields$2 as ExtendedFields, type index_d$4_ExternalCalendarInfo as ExternalCalendarInfo, type index_d$4_ExternalCalendarOverrides as ExternalCalendarOverrides, type index_d$4_FixedPayment as FixedPayment, type index_d$4_Form as Form, type index_d$4_FormSettings as FormSettings, type index_d$4_Frequency as Frequency, type index_d$4_GeoCoordinates as GeoCoordinates, type index_d$4_GetServiceAvailabilityConstraintsRequest as GetServiceAvailabilityConstraintsRequest, type index_d$4_GetServiceAvailabilityConstraintsResponse as GetServiceAvailabilityConstraintsResponse, type index_d$4_GetServiceRequest as GetServiceRequest, type index_d$4_GetServiceResponse as GetServiceResponse, type index_d$4_GetServiceResponseNonNullableFields as GetServiceResponseNonNullableFields, type index_d$4_GroupByAggregation as GroupByAggregation, type index_d$4_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type index_d$4_GroupByValueResults as GroupByValueResults, type index_d$4_HtmlSitePublished as HtmlSitePublished, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type index_d$4_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type index_d$4_Interval as Interval, type index_d$4_IntervalSplit as IntervalSplit, type index_d$4_InvalidPricingPlan as InvalidPricingPlan, index_d$4_InvalidSlugError as InvalidSlugError, type ItemMetadata$2 as ItemMetadata, type index_d$4_Keyword as Keyword, type index_d$4_LimitEarlyBookingPolicy as LimitEarlyBookingPolicy, type index_d$4_LimitLateBookingPolicy as LimitLateBookingPolicy, type index_d$4_LinkedSchedule as LinkedSchedule, type index_d$4_LocalDateTime as LocalDateTime, type index_d$4_Locale as Locale, type Location$2 as Location, index_d$4_LocationStatus as LocationStatus, LocationType$2 as LocationType, index_d$4_LocationTypeEnumLocationType as LocationTypeEnumLocationType, type index_d$4_LocationsAddress as LocationsAddress, type index_d$4_LocationsAddressLocation as LocationsAddressLocation, type index_d$4_LocationsLocation as LocationsLocation, index_d$4_LocationsLocationType as LocationsLocationType, type index_d$4_LocationsStreetAddress as LocationsStreetAddress, type index_d$4_MaskedService as MaskedService, type index_d$4_Media as Media, type index_d$4_MediaItem as MediaItem, type index_d$4_MediaItemItemOneOf as MediaItemItemOneOf, type MessageEnvelope$3 as MessageEnvelope, type index_d$4_MigrationData as MigrationData, type index_d$4_MigrationEvent as MigrationEvent, index_d$4_MissingValues as MissingValues, index_d$4_Mode as Mode, type index_d$4_Money as Money, type index_d$4_MoveToNewLocationsOptions as MoveToNewLocationsOptions, type index_d$4_MultiServiceEnabledNotification as MultiServiceEnabledNotification, type index_d$4_Multilingual as Multilingual, type index_d$4_MultipleSessionsCreated as MultipleSessionsCreated, type index_d$4_NestedAggregation as NestedAggregation, type index_d$4_NestedAggregationItem as NestedAggregationItem, type index_d$4_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type index_d$4_NestedAggregationResults as NestedAggregationResults, type index_d$4_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, index_d$4_NestedAggregationType as NestedAggregationType, type index_d$4_NestedResultValue as NestedResultValue, type index_d$4_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type index_d$4_NestedResults as NestedResults, type index_d$4_NestedValueAggregationResult as NestedValueAggregationResult, type index_d$4_OnlineBooking as OnlineBooking, type index_d$4_Page as Page, type Paging$2 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type index_d$4_Participant as Participant, type ParticipantNotification$3 as ParticipantNotification, type index_d$4_ParticipantsPolicy as ParticipantsPolicy, type index_d$4_Payment as Payment, type index_d$4_PaymentOptions as PaymentOptions, type index_d$4_PaymentRateOneOf as PaymentRateOneOf, index_d$4_PlacementType as PlacementType, type index_d$4_PolicyDescription as PolicyDescription, type index_d$4_Price as Price, type index_d$4_Properties as Properties, type index_d$4_PropertiesChange as PropertiesChange, type index_d$4_QueryPoliciesRequest as QueryPoliciesRequest, type index_d$4_QueryPoliciesResponse as QueryPoliciesResponse, type index_d$4_QueryServicesOptions as QueryServicesOptions, type index_d$4_QueryServicesRequest as QueryServicesRequest, type index_d$4_QueryServicesResponse as QueryServicesResponse, type index_d$4_QueryServicesResponseNonNullableFields as QueryServicesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type index_d$4_RangeAggregation as RangeAggregation, type index_d$4_RangeAggregationResult as RangeAggregationResult, type index_d$4_RangeBucket as RangeBucket, type index_d$4_RangeResult as RangeResult, type index_d$4_RangeResults as RangeResults, type index_d$4_Rate as Rate, index_d$4_RateType as RateType, type index_d$4_RecurringInterval as RecurringInterval, index_d$4_RecurringIntervalType as RecurringIntervalType, type index_d$4_RecurringSessionSplit as RecurringSessionSplit, type index_d$4_RecurringSessionsUpdated as RecurringSessionsUpdated, type index_d$4_ReindexMessage as ReindexMessage, type index_d$4_ReindexMessageActionOneOf as ReindexMessageActionOneOf, type index_d$4_RemovedLocationSessionsAction as RemovedLocationSessionsAction, type index_d$4_RemovedLocationSessionsActionActionOptionsOneOf as RemovedLocationSessionsActionActionOptionsOneOf, index_d$4_RequestedFields as RequestedFields, type index_d$4_ReschedulePolicy as ReschedulePolicy, index_d$4_ResolutionMethod as ResolutionMethod, type index_d$4_Resource as Resource, type index_d$4_ResourceGroup as ResourceGroup, type index_d$4_ResourceIds as ResourceIds, type index_d$4_ResourceNotification as ResourceNotification, index_d$4_ResourceNotificationEvent as ResourceNotificationEvent, index_d$4_ResourceStatus as ResourceStatus, type index_d$4_ResourceType as ResourceType, type index_d$4_ResourcesPolicy as ResourcesPolicy, type index_d$4_Results as Results, type index_d$4_SaveCreditCardPolicy as SaveCreditCardPolicy, type index_d$4_ScalarAggregation as ScalarAggregation, type index_d$4_ScalarResult as ScalarResult, index_d$4_ScalarType as ScalarType, type index_d$4_Schedule as Schedule, type index_d$4_ScheduleCancelled as ScheduleCancelled, type index_d$4_ScheduleCreated as ScheduleCreated, type index_d$4_ScheduleNotification as ScheduleNotification, type index_d$4_ScheduleNotificationEventOneOf as ScheduleNotificationEventOneOf, index_d$4_ScheduleStatus as ScheduleStatus, type index_d$4_ScheduleUnassignedFromUser as ScheduleUnassignedFromUser, type index_d$4_ScheduleUpdated as ScheduleUpdated, type index_d$4_ScheduleWithSessions as ScheduleWithSessions, type index_d$4_Schema as Schema, type index_d$4_SearchDetails as SearchDetails, type index_d$4_SearchServicesRequest as SearchServicesRequest, type index_d$4_SearchServicesResponse as SearchServicesResponse, type index_d$4_SeoSchema as SeoSchema, type index_d$4_Service as Service, type index_d$4_ServiceAvailabilityConstraints as ServiceAvailabilityConstraints, type index_d$4_ServiceCreatedEnvelope as ServiceCreatedEnvelope, type index_d$4_ServiceDeletedEnvelope as ServiceDeletedEnvelope, type index_d$4_ServiceResource as ServiceResource, type index_d$4_ServiceResourceSelectionOneOf as ServiceResourceSelectionOneOf, index_d$4_ServiceType as ServiceType, type index_d$4_ServiceUpdatedEnvelope as ServiceUpdatedEnvelope, type index_d$4_ServicesQueryBuilder as ServicesQueryBuilder, type index_d$4_ServicesQueryResult as ServicesQueryResult, type index_d$4_ServicesUrlsChanged as ServicesUrlsChanged, type index_d$4_Session as Session, type index_d$4_SessionCancelled as SessionCancelled, type index_d$4_SessionCreated as SessionCreated, index_d$4_SessionType as SessionType, type index_d$4_SessionUpdated as SessionUpdated, type index_d$4_SessionVersion as SessionVersion, type index_d$4_SetCustomSlugEvent as SetCustomSlugEvent, type index_d$4_SetCustomSlugRequest as SetCustomSlugRequest, type index_d$4_SetCustomSlugResponse as SetCustomSlugResponse, type index_d$4_SetServiceLocationsRequest as SetServiceLocationsRequest, type index_d$4_SetServiceLocationsResponse as SetServiceLocationsResponse, type index_d$4_Settings as Settings, type index_d$4_SiteCloned as SiteCloned, type index_d$4_SiteCreated as SiteCreated, type index_d$4_SitePropertiesEvent as SitePropertiesEvent, type index_d$4_SitePropertiesNotification as SitePropertiesNotification, type index_d$4_SitePropertiesOnScheduleCreation as SitePropertiesOnScheduleCreation, type index_d$4_Slug as Slug, index_d$4_SortDirection as SortDirection, SortOrder$2 as SortOrder, index_d$4_SortType as SortType, type Sorting$2 as Sorting, type index_d$4_SpecialHourPeriod as SpecialHourPeriod, type index_d$4_SplitInterval as SplitInterval, type index_d$4_StaffData as StaffData, type index_d$4_StaffMediaItem as StaffMediaItem, type index_d$4_StaffMediaItemItemOneOf as StaffMediaItemItemOneOf, type index_d$4_StaffMember as StaffMember, Status$1 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, type index_d$4_SupportedLanguage as SupportedLanguage, type index_d$4_Tag as Tag, type index_d$4_TimePeriod as TimePeriod, type index_d$4_Translation as Translation, index_d$4_Transparency as Transparency, type index_d$4_URLs as URLs, type UndeleteInfo$1 as UndeleteInfo, type index_d$4_UpdateService as UpdateService, type index_d$4_UpdateServiceRequest as UpdateServiceRequest, type index_d$4_UpdateServiceResponse as UpdateServiceResponse, type index_d$4_UpdateServiceResponseNonNullableFields as UpdateServiceResponseNonNullableFields, type index_d$4_Upsert as Upsert, type index_d$4_UserDomainInfoChangedEvent as UserDomainInfoChangedEvent, type index_d$4_V1SplitInterval as V1SplitInterval, type index_d$4_V2AvailabilityConstraints as V2AvailabilityConstraints, type index_d$4_V2Category as V2Category, type index_d$4_V2Location as V2Location, type index_d$4_V2LocationOptionsOneOf as V2LocationOptionsOneOf, type index_d$4_V2ParticipantNotification as V2ParticipantNotification, type index_d$4_V2Schedule as V2Schedule, type index_d$4_V4Address as V4Address, type index_d$4_ValidateSlugRequest as ValidateSlugRequest, type index_d$4_ValidateSlugResponse as ValidateSlugResponse, type index_d$4_ValueAggregation as ValueAggregation, type index_d$4_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type index_d$4_ValueAggregationResult as ValueAggregationResult, type index_d$4_ValueResult as ValueResult, type index_d$4_ValueResults as ValueResults, type index_d$4_VariedPayment as VariedPayment, type index_d$4_Version as Version, type index_d$4_WaitlistPolicy as WaitlistPolicy, WebhookIdentityType$3 as WebhookIdentityType, __metadata$4 as __metadata, index_d$4_countServices as countServices, index_d$4_createService as createService, index_d$4_deleteService as deleteService, index_d$4_getService as getService, index_d$4_onServiceCreated as onServiceCreated, index_d$4_onServiceDeleted as onServiceDeleted, index_d$4_onServiceUpdated as onServiceUpdated, index_d$4_queryServices as queryServices, index_d$4_updateService as updateService };
14027
14046
  }
14028
14047
 
14029
14048
  /** Categories are used to group multiple services together. A service must be associated with a category in order to be exposed in the Wix Bookings UI. */
@@ -15923,6 +15942,9 @@ interface DomainEventBodyOneOf {
15923
15942
  interface EntityCreatedEvent {
15924
15943
  entity?: string;
15925
15944
  }
15945
+ interface UndeleteInfo {
15946
+ deletedDate?: Date;
15947
+ }
15926
15948
  interface EntityUpdatedEvent {
15927
15949
  /**
15928
15950
  * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
@@ -17898,6 +17920,7 @@ type index_d$1_SlotSlotResource = SlotSlotResource;
17898
17920
  type index_d$1_SortOrder = SortOrder;
17899
17921
  declare const index_d$1_SortOrder: typeof SortOrder;
17900
17922
  type index_d$1_Sorting = Sorting;
17923
+ type index_d$1_UndeleteInfo = UndeleteInfo;
17901
17924
  type index_d$1_UpdateBookingRequest = UpdateBookingRequest;
17902
17925
  type index_d$1_UpdateBookingResponse = UpdateBookingResponse;
17903
17926
  type index_d$1_UpdateExtendedFieldsOptions = UpdateExtendedFieldsOptions;
@@ -17948,7 +17971,7 @@ declare const index_d$1_rescheduleBooking: typeof rescheduleBooking;
17948
17971
  declare const index_d$1_updateExtendedFields: typeof updateExtendedFields;
17949
17972
  declare const index_d$1_updateNumberOfParticipants: typeof updateNumberOfParticipants;
17950
17973
  declare namespace index_d$1 {
17951
- export { type index_d$1_ActionEvent as ActionEvent, Actor$1 as Actor, type index_d$1_AddBookingsToMultiServiceBookingRequest as AddBookingsToMultiServiceBookingRequest, type index_d$1_AddBookingsToMultiServiceBookingResponse as AddBookingsToMultiServiceBookingResponse, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressStreetOneOf$1 as AddressStreetOneOf, type index_d$1_AllowedActions as AllowedActions, type index_d$1_ApplicationError as ApplicationError, type index_d$1_AvailableResources as AvailableResources, type index_d$1_BaseEventMetadata as BaseEventMetadata, type BookedEntity$1 as BookedEntity, type BookedEntityItemOneOf$1 as BookedEntityItemOneOf, type BookedResource$1 as BookedResource, type BookedSchedule$1 as BookedSchedule, type BookedSlot$1 as BookedSlot, type Booking$1 as Booking, type index_d$1_BookingCanceled as BookingCanceled, type index_d$1_BookingCanceledEnvelope as BookingCanceledEnvelope, type index_d$1_BookingChanged as BookingChanged, type index_d$1_BookingConfirmed as BookingConfirmed, type index_d$1_BookingConfirmedEnvelope as BookingConfirmedEnvelope, type index_d$1_BookingCreatedEnvelope as BookingCreatedEnvelope, type index_d$1_BookingDeclined as BookingDeclined, type index_d$1_BookingDeclinedEnvelope as BookingDeclinedEnvelope, type index_d$1_BookingDetails as BookingDetails, type index_d$1_BookingIdAndRevision as BookingIdAndRevision, type index_d$1_BookingInfo as BookingInfo, type index_d$1_BookingMarkedAsPending as BookingMarkedAsPending, type index_d$1_BookingNumberOfParticipantsUpdatedEnvelope as BookingNumberOfParticipantsUpdatedEnvelope, type BookingParticipantsInfoOneOf$1 as BookingParticipantsInfoOneOf, type index_d$1_BookingPolicySettings as BookingPolicySettings, type index_d$1_BookingPolicyViolations as BookingPolicyViolations, type index_d$1_BookingRescheduled as BookingRescheduled, type index_d$1_BookingRescheduledEnvelope as BookingRescheduledEnvelope, type index_d$1_BookingRescheduledPreviousParticipantsInfoOneOf as BookingRescheduledPreviousParticipantsInfoOneOf, type index_d$1_BookingResult as BookingResult, type BookingSource$1 as BookingSource, BookingStatus$1 as BookingStatus, type index_d$1_BookingUpdatedEnvelope as BookingUpdatedEnvelope, type index_d$1_BulkActionMetadata as BulkActionMetadata, type index_d$1_BulkBookingResult as BulkBookingResult, type index_d$1_BulkCalculateAllowedActionsRequest as BulkCalculateAllowedActionsRequest, type index_d$1_BulkCalculateAllowedActionsResponse as BulkCalculateAllowedActionsResponse, type index_d$1_BulkCalculateAllowedActionsResult as BulkCalculateAllowedActionsResult, type index_d$1_BulkConfirmOrDeclineBookingRequest as BulkConfirmOrDeclineBookingRequest, type index_d$1_BulkConfirmOrDeclineBookingRequestBookingDetails as BulkConfirmOrDeclineBookingRequestBookingDetails, type index_d$1_BulkConfirmOrDeclineBookingResponse as BulkConfirmOrDeclineBookingResponse, type index_d$1_BulkCreateBookingOptions as BulkCreateBookingOptions, type index_d$1_BulkCreateBookingRequest as BulkCreateBookingRequest, type index_d$1_BulkCreateBookingResponse as BulkCreateBookingResponse, type index_d$1_BulkCreateBookingResponseNonNullableFields as BulkCreateBookingResponseNonNullableFields, type index_d$1_BulkGetMultiServiceBookingAllowedActionsRequest as BulkGetMultiServiceBookingAllowedActionsRequest, type index_d$1_BulkGetMultiServiceBookingAllowedActionsResponse as BulkGetMultiServiceBookingAllowedActionsResponse, type index_d$1_BulkRescheduleBookingRequest as BulkRescheduleBookingRequest, type index_d$1_BulkRescheduleBookingRequestBooking as BulkRescheduleBookingRequestBooking, type index_d$1_BulkRescheduleBookingResponse as BulkRescheduleBookingResponse, type index_d$1_BulkUpdateBookedScheduleRequest as BulkUpdateBookedScheduleRequest, type index_d$1_BulkUpdateBookedScheduleResponse as BulkUpdateBookedScheduleResponse, type index_d$1_BulkUpdateBookingRequest as BulkUpdateBookingRequest, type index_d$1_BulkUpdateBookingResponse as BulkUpdateBookingResponse, type index_d$1_CalculateAllowedActionsRequest as CalculateAllowedActionsRequest, type index_d$1_CalculateAllowedActionsResponse as CalculateAllowedActionsResponse, type index_d$1_CancelBookingFlowControlSettings as CancelBookingFlowControlSettings, type index_d$1_CancelBookingOptions as CancelBookingOptions, type index_d$1_CancelBookingRequest as CancelBookingRequest, type index_d$1_CancelBookingRequestFlowControlSettings as CancelBookingRequestFlowControlSettings, type index_d$1_CancelBookingResponse as CancelBookingResponse, type index_d$1_CancelBookingResponseNonNullableFields as CancelBookingResponseNonNullableFields, type index_d$1_CancelMultiServiceBookingRequest as CancelMultiServiceBookingRequest, type index_d$1_CancelMultiServiceBookingResponse as CancelMultiServiceBookingResponse, type index_d$1_Clash as Clash, type index_d$1_CommonIdentificationData as CommonIdentificationData, type index_d$1_CommonIdentificationDataIdOneOf as CommonIdentificationDataIdOneOf, type index_d$1_ConfirmBookingFlowControlSettings as ConfirmBookingFlowControlSettings, type index_d$1_ConfirmBookingOptions as ConfirmBookingOptions, type index_d$1_ConfirmBookingRequest as ConfirmBookingRequest, type index_d$1_ConfirmBookingResponse as ConfirmBookingResponse, type index_d$1_ConfirmBookingResponseNonNullableFields as ConfirmBookingResponseNonNullableFields, type index_d$1_ConfirmMultiServiceBookingRequest as ConfirmMultiServiceBookingRequest, type index_d$1_ConfirmMultiServiceBookingResponse as ConfirmMultiServiceBookingResponse, type index_d$1_ConfirmOrDeclineBookingOptions as ConfirmOrDeclineBookingOptions, type index_d$1_ConfirmOrDeclineBookingRequest as ConfirmOrDeclineBookingRequest, type index_d$1_ConfirmOrDeclineBookingResponse as ConfirmOrDeclineBookingResponse, type index_d$1_ConfirmOrDeclineBookingResponseNonNullableFields as ConfirmOrDeclineBookingResponseNonNullableFields, type index_d$1_ConfirmRequest as ConfirmRequest, type index_d$1_ConfirmResponse as ConfirmResponse, type index_d$1_ConsistentQueryBookingsRequest as ConsistentQueryBookingsRequest, type index_d$1_ConsistentQueryBookingsResponse as ConsistentQueryBookingsResponse, type ContactDetails$1 as ContactDetails, type index_d$1_CreateBookingFlowControlSettings as CreateBookingFlowControlSettings, type index_d$1_CreateBookingInfo as CreateBookingInfo, type index_d$1_CreateBookingOptions as CreateBookingOptions, type index_d$1_CreateBookingRequest as CreateBookingRequest, type index_d$1_CreateBookingRequestFlowControlSettings as CreateBookingRequestFlowControlSettings, type index_d$1_CreateBookingResponse as CreateBookingResponse, type index_d$1_CreateBookingResponseNonNullableFields as CreateBookingResponseNonNullableFields, type index_d$1_CreateMultiServiceBookingRequest as CreateMultiServiceBookingRequest, type index_d$1_CreateMultiServiceBookingResponse as CreateMultiServiceBookingResponse, type index_d$1_CursorPaging as CursorPaging, type index_d$1_Cursors as Cursors, type CustomFormField$1 as CustomFormField, type index_d$1_DeclineBookingOptions as DeclineBookingOptions, type index_d$1_DeclineBookingRequest as DeclineBookingRequest, type index_d$1_DeclineBookingResponse as DeclineBookingResponse, type index_d$1_DeclineBookingResponseNonNullableFields as DeclineBookingResponseNonNullableFields, type index_d$1_DeclineMultiServiceBookingRequest as DeclineMultiServiceBookingRequest, type index_d$1_DeclineMultiServiceBookingResponse as DeclineMultiServiceBookingResponse, type index_d$1_DomainEvent as DomainEvent, type index_d$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d$1_EntityCreatedEvent as EntityCreatedEvent, type index_d$1_EntityDeletedEvent as EntityDeletedEvent, type index_d$1_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$1_EventMetadata as EventMetadata, type ExtendedFields$1 as ExtendedFields, type FlowControlSettings$1 as FlowControlSettings, type index_d$1_GetMultiServiceBookingAvailabilityRequest as GetMultiServiceBookingAvailabilityRequest, type index_d$1_GetMultiServiceBookingAvailabilityResponse as GetMultiServiceBookingAvailabilityResponse, type index_d$1_GetMultiServiceBookingAvailabilityResponseBookingInfo as GetMultiServiceBookingAvailabilityResponseBookingInfo, type index_d$1_GetMultiServiceBookingRequest as GetMultiServiceBookingRequest, type index_d$1_GetMultiServiceBookingResponse as GetMultiServiceBookingResponse, type index_d$1_GetScheduleAvailabilityRequest as GetScheduleAvailabilityRequest, type index_d$1_GetScheduleAvailabilityResponse as GetScheduleAvailabilityResponse, type index_d$1_GetSlotAvailabilityRequest as GetSlotAvailabilityRequest, type index_d$1_GetSlotAvailabilityResponse as GetSlotAvailabilityResponse, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, index_d$1_IdentificationDataIdentityType as IdentificationDataIdentityType, IdentityType$1 as IdentityType, type index_d$1_ItemMetadata as ItemMetadata, type index_d$1_LegacyCreateBookingRequest as LegacyCreateBookingRequest, type index_d$1_LegacyCreateBookingResponse as LegacyCreateBookingResponse, type Location$1 as Location, index_d$1_LocationLocationType as LocationLocationType, LocationType$1 as LocationType, type index_d$1_MarkAsMultiServiceBookingRequest as MarkAsMultiServiceBookingRequest, type index_d$1_MarkAsMultiServiceBookingResponse as MarkAsMultiServiceBookingResponse, type index_d$1_MarkBookingAsPendingFlowControlSettings as MarkBookingAsPendingFlowControlSettings, type index_d$1_MarkBookingAsPendingRequest as MarkBookingAsPendingRequest, type index_d$1_MarkBookingAsPendingResponse as MarkBookingAsPendingResponse, type index_d$1_MarkMultiServiceBookingAsPendingRequest as MarkMultiServiceBookingAsPendingRequest, type index_d$1_MarkMultiServiceBookingAsPendingResponse as MarkMultiServiceBookingAsPendingResponse, type index_d$1_MaskedBooking as MaskedBooking, type index_d$1_MessageEnvelope as MessageEnvelope, type index_d$1_MigrationCheckIfClashesWithBlockedTimeRequest as MigrationCheckIfClashesWithBlockedTimeRequest, type index_d$1_MigrationCheckIfClashesWithBlockedTimeResponse as MigrationCheckIfClashesWithBlockedTimeResponse, type index_d$1_MsidAndBookingId as MsidAndBookingId, type index_d$1_MultiServiceBooking as MultiServiceBooking, type MultiServiceBookingInfo$1 as MultiServiceBookingInfo, type index_d$1_MultiServiceBookingMetadata as MultiServiceBookingMetadata, MultiServiceBookingType$1 as MultiServiceBookingType, type index_d$1_NumberOfParticipantsUpdated as NumberOfParticipantsUpdated, type index_d$1_NumberOfParticipantsUpdatedPreviousParticipantsInfoOneOf as NumberOfParticipantsUpdatedPreviousParticipantsInfoOneOf, type index_d$1_Paging as Paging, type index_d$1_PagingMetadataV2 as PagingMetadataV2, type ParticipantChoices$1 as ParticipantChoices, type ParticipantNotification$1 as ParticipantNotification, type index_d$1_PartySizeRequest as PartySizeRequest, type index_d$1_PartySizeRequestPartySizeForOneOf as PartySizeRequestPartySizeForOneOf, type index_d$1_PartySizeResponse as PartySizeResponse, PaymentStatus$1 as PaymentStatus, Platform$1 as Platform, type index_d$1_QueryBookingsRequest as QueryBookingsRequest, type index_d$1_QueryBookingsResponse as QueryBookingsResponse, type index_d$1_QueryV2 as QueryV2, type index_d$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d$1_RemoveBookingsFromMultiServiceBookingRequest as RemoveBookingsFromMultiServiceBookingRequest, type index_d$1_RemoveBookingsFromMultiServiceBookingResponse as RemoveBookingsFromMultiServiceBookingResponse, type index_d$1_RescheduleBookingFlowControlSettings as RescheduleBookingFlowControlSettings, type index_d$1_RescheduleBookingInfo as RescheduleBookingInfo, type index_d$1_RescheduleBookingInfoParticipantsInfoOneOf as RescheduleBookingInfoParticipantsInfoOneOf, type index_d$1_RescheduleBookingOptions as RescheduleBookingOptions, type index_d$1_RescheduleBookingRequest as RescheduleBookingRequest, type index_d$1_RescheduleBookingRequestFlowControlSettings as RescheduleBookingRequestFlowControlSettings, type index_d$1_RescheduleBookingRequestParticipantsInfoOneOf as RescheduleBookingRequestParticipantsInfoOneOf, type index_d$1_RescheduleBookingResponse as RescheduleBookingResponse, type index_d$1_RescheduleBookingResponseNonNullableFields as RescheduleBookingResponseNonNullableFields, type index_d$1_RescheduleMultiServiceBookingRequest as RescheduleMultiServiceBookingRequest, type index_d$1_RescheduleMultiServiceBookingResponse as RescheduleMultiServiceBookingResponse, type index_d$1_ScheduleAvailability as ScheduleAvailability, SelectedPaymentOption$1 as SelectedPaymentOption, type ServiceChoice$1 as ServiceChoice, type ServiceChoiceChoiceOneOf$1 as ServiceChoiceChoiceOneOf, type ServiceChoices$1 as ServiceChoices, type index_d$1_SetBookingSessionIdRequest as SetBookingSessionIdRequest, type index_d$1_SetBookingSessionIdResponse as SetBookingSessionIdResponse, type index_d$1_Slot as Slot, type index_d$1_SlotAvailability as SlotAvailability, type index_d$1_SlotBookings as SlotBookings, type index_d$1_SlotLocation as SlotLocation, type index_d$1_SlotResource as SlotResource, type index_d$1_SlotSlotResource as SlotSlotResource, index_d$1_SortOrder as SortOrder, type index_d$1_Sorting as Sorting, type StreetAddress$1 as StreetAddress, type Subdivision$1 as Subdivision, type index_d$1_UpdateBookingRequest as UpdateBookingRequest, type index_d$1_UpdateBookingResponse as UpdateBookingResponse, type index_d$1_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type index_d$1_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d$1_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d$1_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type index_d$1_UpdateNumberOfParticipantsOptions as UpdateNumberOfParticipantsOptions, type index_d$1_UpdateNumberOfParticipantsRequest as UpdateNumberOfParticipantsRequest, type index_d$1_UpdateNumberOfParticipantsRequestParticipantsInfoOneOf as UpdateNumberOfParticipantsRequestParticipantsInfoOneOf, type index_d$1_UpdateNumberOfParticipantsResponse as UpdateNumberOfParticipantsResponse, type index_d$1_UpdateNumberOfParticipantsResponseNonNullableFields as UpdateNumberOfParticipantsResponseNonNullableFields, type index_d$1_V2CancelBookingRequest as V2CancelBookingRequest, type index_d$1_V2CancelBookingResponse as V2CancelBookingResponse, type index_d$1_V2ConfirmBookingRequest as V2ConfirmBookingRequest, type index_d$1_V2ConfirmBookingResponse as V2ConfirmBookingResponse, type index_d$1_V2CreateBookingRequest as V2CreateBookingRequest, type index_d$1_V2CreateBookingRequestBookableItemOneOf as V2CreateBookingRequestBookableItemOneOf, type index_d$1_V2CreateBookingRequestParticipantsInfoOneOf as V2CreateBookingRequestParticipantsInfoOneOf, type index_d$1_V2CreateBookingResponse as V2CreateBookingResponse, type index_d$1_V2DeclineBookingRequest as V2DeclineBookingRequest, type index_d$1_V2DeclineBookingResponse as V2DeclineBookingResponse, type index_d$1_V2RescheduleBookingRequest as V2RescheduleBookingRequest, type index_d$1_V2RescheduleBookingRequestParticipantsInfoOneOf as V2RescheduleBookingRequestParticipantsInfoOneOf, type index_d$1_V2RescheduleBookingResponse as V2RescheduleBookingResponse, type index_d$1_V2Slot as V2Slot, type index_d$1_V2UpdateNumberOfParticipantsRequest as V2UpdateNumberOfParticipantsRequest, type index_d$1_V2UpdateNumberOfParticipantsRequestParticipantsInfoOneOf as V2UpdateNumberOfParticipantsRequestParticipantsInfoOneOf, type index_d$1_V2UpdateNumberOfParticipantsResponse as V2UpdateNumberOfParticipantsResponse, ValueType$1 as ValueType, type index_d$1_WaitingList as WaitingList, index_d$1_WebhookIdentityType as WebhookIdentityType, type index_d$1_WebhooksIdentificationData as WebhooksIdentificationData, type index_d$1_WebhooksIdentificationDataIdOneOf as WebhooksIdentificationDataIdOneOf, __metadata$1 as __metadata, index_d$1_bulkCreateBooking as bulkCreateBooking, index_d$1_cancelBooking as cancelBooking, index_d$1_confirmBooking as confirmBooking, index_d$1_confirmOrDeclineBooking as confirmOrDeclineBooking, index_d$1_createBooking as createBooking, index_d$1_declineBooking as declineBooking, index_d$1_onBookingCanceled as onBookingCanceled, index_d$1_onBookingConfirmed as onBookingConfirmed, index_d$1_onBookingCreated as onBookingCreated, index_d$1_onBookingDeclined as onBookingDeclined, index_d$1_onBookingNumberOfParticipantsUpdated as onBookingNumberOfParticipantsUpdated, index_d$1_onBookingRescheduled as onBookingRescheduled, index_d$1_onBookingUpdated as onBookingUpdated, index_d$1_rescheduleBooking as rescheduleBooking, index_d$1_updateExtendedFields as updateExtendedFields, index_d$1_updateNumberOfParticipants as updateNumberOfParticipants };
17974
+ export { type index_d$1_ActionEvent as ActionEvent, Actor$1 as Actor, type index_d$1_AddBookingsToMultiServiceBookingRequest as AddBookingsToMultiServiceBookingRequest, type index_d$1_AddBookingsToMultiServiceBookingResponse as AddBookingsToMultiServiceBookingResponse, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressStreetOneOf$1 as AddressStreetOneOf, type index_d$1_AllowedActions as AllowedActions, type index_d$1_ApplicationError as ApplicationError, type index_d$1_AvailableResources as AvailableResources, type index_d$1_BaseEventMetadata as BaseEventMetadata, type BookedEntity$1 as BookedEntity, type BookedEntityItemOneOf$1 as BookedEntityItemOneOf, type BookedResource$1 as BookedResource, type BookedSchedule$1 as BookedSchedule, type BookedSlot$1 as BookedSlot, type Booking$1 as Booking, type index_d$1_BookingCanceled as BookingCanceled, type index_d$1_BookingCanceledEnvelope as BookingCanceledEnvelope, type index_d$1_BookingChanged as BookingChanged, type index_d$1_BookingConfirmed as BookingConfirmed, type index_d$1_BookingConfirmedEnvelope as BookingConfirmedEnvelope, type index_d$1_BookingCreatedEnvelope as BookingCreatedEnvelope, type index_d$1_BookingDeclined as BookingDeclined, type index_d$1_BookingDeclinedEnvelope as BookingDeclinedEnvelope, type index_d$1_BookingDetails as BookingDetails, type index_d$1_BookingIdAndRevision as BookingIdAndRevision, type index_d$1_BookingInfo as BookingInfo, type index_d$1_BookingMarkedAsPending as BookingMarkedAsPending, type index_d$1_BookingNumberOfParticipantsUpdatedEnvelope as BookingNumberOfParticipantsUpdatedEnvelope, type BookingParticipantsInfoOneOf$1 as BookingParticipantsInfoOneOf, type index_d$1_BookingPolicySettings as BookingPolicySettings, type index_d$1_BookingPolicyViolations as BookingPolicyViolations, type index_d$1_BookingRescheduled as BookingRescheduled, type index_d$1_BookingRescheduledEnvelope as BookingRescheduledEnvelope, type index_d$1_BookingRescheduledPreviousParticipantsInfoOneOf as BookingRescheduledPreviousParticipantsInfoOneOf, type index_d$1_BookingResult as BookingResult, type BookingSource$1 as BookingSource, BookingStatus$1 as BookingStatus, type index_d$1_BookingUpdatedEnvelope as BookingUpdatedEnvelope, type index_d$1_BulkActionMetadata as BulkActionMetadata, type index_d$1_BulkBookingResult as BulkBookingResult, type index_d$1_BulkCalculateAllowedActionsRequest as BulkCalculateAllowedActionsRequest, type index_d$1_BulkCalculateAllowedActionsResponse as BulkCalculateAllowedActionsResponse, type index_d$1_BulkCalculateAllowedActionsResult as BulkCalculateAllowedActionsResult, type index_d$1_BulkConfirmOrDeclineBookingRequest as BulkConfirmOrDeclineBookingRequest, type index_d$1_BulkConfirmOrDeclineBookingRequestBookingDetails as BulkConfirmOrDeclineBookingRequestBookingDetails, type index_d$1_BulkConfirmOrDeclineBookingResponse as BulkConfirmOrDeclineBookingResponse, type index_d$1_BulkCreateBookingOptions as BulkCreateBookingOptions, type index_d$1_BulkCreateBookingRequest as BulkCreateBookingRequest, type index_d$1_BulkCreateBookingResponse as BulkCreateBookingResponse, type index_d$1_BulkCreateBookingResponseNonNullableFields as BulkCreateBookingResponseNonNullableFields, type index_d$1_BulkGetMultiServiceBookingAllowedActionsRequest as BulkGetMultiServiceBookingAllowedActionsRequest, type index_d$1_BulkGetMultiServiceBookingAllowedActionsResponse as BulkGetMultiServiceBookingAllowedActionsResponse, type index_d$1_BulkRescheduleBookingRequest as BulkRescheduleBookingRequest, type index_d$1_BulkRescheduleBookingRequestBooking as BulkRescheduleBookingRequestBooking, type index_d$1_BulkRescheduleBookingResponse as BulkRescheduleBookingResponse, type index_d$1_BulkUpdateBookedScheduleRequest as BulkUpdateBookedScheduleRequest, type index_d$1_BulkUpdateBookedScheduleResponse as BulkUpdateBookedScheduleResponse, type index_d$1_BulkUpdateBookingRequest as BulkUpdateBookingRequest, type index_d$1_BulkUpdateBookingResponse as BulkUpdateBookingResponse, type index_d$1_CalculateAllowedActionsRequest as CalculateAllowedActionsRequest, type index_d$1_CalculateAllowedActionsResponse as CalculateAllowedActionsResponse, type index_d$1_CancelBookingFlowControlSettings as CancelBookingFlowControlSettings, type index_d$1_CancelBookingOptions as CancelBookingOptions, type index_d$1_CancelBookingRequest as CancelBookingRequest, type index_d$1_CancelBookingRequestFlowControlSettings as CancelBookingRequestFlowControlSettings, type index_d$1_CancelBookingResponse as CancelBookingResponse, type index_d$1_CancelBookingResponseNonNullableFields as CancelBookingResponseNonNullableFields, type index_d$1_CancelMultiServiceBookingRequest as CancelMultiServiceBookingRequest, type index_d$1_CancelMultiServiceBookingResponse as CancelMultiServiceBookingResponse, type index_d$1_Clash as Clash, type index_d$1_CommonIdentificationData as CommonIdentificationData, type index_d$1_CommonIdentificationDataIdOneOf as CommonIdentificationDataIdOneOf, type index_d$1_ConfirmBookingFlowControlSettings as ConfirmBookingFlowControlSettings, type index_d$1_ConfirmBookingOptions as ConfirmBookingOptions, type index_d$1_ConfirmBookingRequest as ConfirmBookingRequest, type index_d$1_ConfirmBookingResponse as ConfirmBookingResponse, type index_d$1_ConfirmBookingResponseNonNullableFields as ConfirmBookingResponseNonNullableFields, type index_d$1_ConfirmMultiServiceBookingRequest as ConfirmMultiServiceBookingRequest, type index_d$1_ConfirmMultiServiceBookingResponse as ConfirmMultiServiceBookingResponse, type index_d$1_ConfirmOrDeclineBookingOptions as ConfirmOrDeclineBookingOptions, type index_d$1_ConfirmOrDeclineBookingRequest as ConfirmOrDeclineBookingRequest, type index_d$1_ConfirmOrDeclineBookingResponse as ConfirmOrDeclineBookingResponse, type index_d$1_ConfirmOrDeclineBookingResponseNonNullableFields as ConfirmOrDeclineBookingResponseNonNullableFields, type index_d$1_ConfirmRequest as ConfirmRequest, type index_d$1_ConfirmResponse as ConfirmResponse, type index_d$1_ConsistentQueryBookingsRequest as ConsistentQueryBookingsRequest, type index_d$1_ConsistentQueryBookingsResponse as ConsistentQueryBookingsResponse, type ContactDetails$1 as ContactDetails, type index_d$1_CreateBookingFlowControlSettings as CreateBookingFlowControlSettings, type index_d$1_CreateBookingInfo as CreateBookingInfo, type index_d$1_CreateBookingOptions as CreateBookingOptions, type index_d$1_CreateBookingRequest as CreateBookingRequest, type index_d$1_CreateBookingRequestFlowControlSettings as CreateBookingRequestFlowControlSettings, type index_d$1_CreateBookingResponse as CreateBookingResponse, type index_d$1_CreateBookingResponseNonNullableFields as CreateBookingResponseNonNullableFields, type index_d$1_CreateMultiServiceBookingRequest as CreateMultiServiceBookingRequest, type index_d$1_CreateMultiServiceBookingResponse as CreateMultiServiceBookingResponse, type index_d$1_CursorPaging as CursorPaging, type index_d$1_Cursors as Cursors, type CustomFormField$1 as CustomFormField, type index_d$1_DeclineBookingOptions as DeclineBookingOptions, type index_d$1_DeclineBookingRequest as DeclineBookingRequest, type index_d$1_DeclineBookingResponse as DeclineBookingResponse, type index_d$1_DeclineBookingResponseNonNullableFields as DeclineBookingResponseNonNullableFields, type index_d$1_DeclineMultiServiceBookingRequest as DeclineMultiServiceBookingRequest, type index_d$1_DeclineMultiServiceBookingResponse as DeclineMultiServiceBookingResponse, type index_d$1_DomainEvent as DomainEvent, type index_d$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d$1_EntityCreatedEvent as EntityCreatedEvent, type index_d$1_EntityDeletedEvent as EntityDeletedEvent, type index_d$1_EntityUpdatedEvent as EntityUpdatedEvent, type index_d$1_EventMetadata as EventMetadata, type ExtendedFields$1 as ExtendedFields, type FlowControlSettings$1 as FlowControlSettings, type index_d$1_GetMultiServiceBookingAvailabilityRequest as GetMultiServiceBookingAvailabilityRequest, type index_d$1_GetMultiServiceBookingAvailabilityResponse as GetMultiServiceBookingAvailabilityResponse, type index_d$1_GetMultiServiceBookingAvailabilityResponseBookingInfo as GetMultiServiceBookingAvailabilityResponseBookingInfo, type index_d$1_GetMultiServiceBookingRequest as GetMultiServiceBookingRequest, type index_d$1_GetMultiServiceBookingResponse as GetMultiServiceBookingResponse, type index_d$1_GetScheduleAvailabilityRequest as GetScheduleAvailabilityRequest, type index_d$1_GetScheduleAvailabilityResponse as GetScheduleAvailabilityResponse, type index_d$1_GetSlotAvailabilityRequest as GetSlotAvailabilityRequest, type index_d$1_GetSlotAvailabilityResponse as GetSlotAvailabilityResponse, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, index_d$1_IdentificationDataIdentityType as IdentificationDataIdentityType, IdentityType$1 as IdentityType, type index_d$1_ItemMetadata as ItemMetadata, type index_d$1_LegacyCreateBookingRequest as LegacyCreateBookingRequest, type index_d$1_LegacyCreateBookingResponse as LegacyCreateBookingResponse, type Location$1 as Location, index_d$1_LocationLocationType as LocationLocationType, LocationType$1 as LocationType, type index_d$1_MarkAsMultiServiceBookingRequest as MarkAsMultiServiceBookingRequest, type index_d$1_MarkAsMultiServiceBookingResponse as MarkAsMultiServiceBookingResponse, type index_d$1_MarkBookingAsPendingFlowControlSettings as MarkBookingAsPendingFlowControlSettings, type index_d$1_MarkBookingAsPendingRequest as MarkBookingAsPendingRequest, type index_d$1_MarkBookingAsPendingResponse as MarkBookingAsPendingResponse, type index_d$1_MarkMultiServiceBookingAsPendingRequest as MarkMultiServiceBookingAsPendingRequest, type index_d$1_MarkMultiServiceBookingAsPendingResponse as MarkMultiServiceBookingAsPendingResponse, type index_d$1_MaskedBooking as MaskedBooking, type index_d$1_MessageEnvelope as MessageEnvelope, type index_d$1_MigrationCheckIfClashesWithBlockedTimeRequest as MigrationCheckIfClashesWithBlockedTimeRequest, type index_d$1_MigrationCheckIfClashesWithBlockedTimeResponse as MigrationCheckIfClashesWithBlockedTimeResponse, type index_d$1_MsidAndBookingId as MsidAndBookingId, type index_d$1_MultiServiceBooking as MultiServiceBooking, type MultiServiceBookingInfo$1 as MultiServiceBookingInfo, type index_d$1_MultiServiceBookingMetadata as MultiServiceBookingMetadata, MultiServiceBookingType$1 as MultiServiceBookingType, type index_d$1_NumberOfParticipantsUpdated as NumberOfParticipantsUpdated, type index_d$1_NumberOfParticipantsUpdatedPreviousParticipantsInfoOneOf as NumberOfParticipantsUpdatedPreviousParticipantsInfoOneOf, type index_d$1_Paging as Paging, type index_d$1_PagingMetadataV2 as PagingMetadataV2, type ParticipantChoices$1 as ParticipantChoices, type ParticipantNotification$1 as ParticipantNotification, type index_d$1_PartySizeRequest as PartySizeRequest, type index_d$1_PartySizeRequestPartySizeForOneOf as PartySizeRequestPartySizeForOneOf, type index_d$1_PartySizeResponse as PartySizeResponse, PaymentStatus$1 as PaymentStatus, Platform$1 as Platform, type index_d$1_QueryBookingsRequest as QueryBookingsRequest, type index_d$1_QueryBookingsResponse as QueryBookingsResponse, type index_d$1_QueryV2 as QueryV2, type index_d$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d$1_RemoveBookingsFromMultiServiceBookingRequest as RemoveBookingsFromMultiServiceBookingRequest, type index_d$1_RemoveBookingsFromMultiServiceBookingResponse as RemoveBookingsFromMultiServiceBookingResponse, type index_d$1_RescheduleBookingFlowControlSettings as RescheduleBookingFlowControlSettings, type index_d$1_RescheduleBookingInfo as RescheduleBookingInfo, type index_d$1_RescheduleBookingInfoParticipantsInfoOneOf as RescheduleBookingInfoParticipantsInfoOneOf, type index_d$1_RescheduleBookingOptions as RescheduleBookingOptions, type index_d$1_RescheduleBookingRequest as RescheduleBookingRequest, type index_d$1_RescheduleBookingRequestFlowControlSettings as RescheduleBookingRequestFlowControlSettings, type index_d$1_RescheduleBookingRequestParticipantsInfoOneOf as RescheduleBookingRequestParticipantsInfoOneOf, type index_d$1_RescheduleBookingResponse as RescheduleBookingResponse, type index_d$1_RescheduleBookingResponseNonNullableFields as RescheduleBookingResponseNonNullableFields, type index_d$1_RescheduleMultiServiceBookingRequest as RescheduleMultiServiceBookingRequest, type index_d$1_RescheduleMultiServiceBookingResponse as RescheduleMultiServiceBookingResponse, type index_d$1_ScheduleAvailability as ScheduleAvailability, SelectedPaymentOption$1 as SelectedPaymentOption, type ServiceChoice$1 as ServiceChoice, type ServiceChoiceChoiceOneOf$1 as ServiceChoiceChoiceOneOf, type ServiceChoices$1 as ServiceChoices, type index_d$1_SetBookingSessionIdRequest as SetBookingSessionIdRequest, type index_d$1_SetBookingSessionIdResponse as SetBookingSessionIdResponse, type index_d$1_Slot as Slot, type index_d$1_SlotAvailability as SlotAvailability, type index_d$1_SlotBookings as SlotBookings, type index_d$1_SlotLocation as SlotLocation, type index_d$1_SlotResource as SlotResource, type index_d$1_SlotSlotResource as SlotSlotResource, index_d$1_SortOrder as SortOrder, type index_d$1_Sorting as Sorting, type StreetAddress$1 as StreetAddress, type Subdivision$1 as Subdivision, type index_d$1_UndeleteInfo as UndeleteInfo, type index_d$1_UpdateBookingRequest as UpdateBookingRequest, type index_d$1_UpdateBookingResponse as UpdateBookingResponse, type index_d$1_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type index_d$1_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type index_d$1_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type index_d$1_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type index_d$1_UpdateNumberOfParticipantsOptions as UpdateNumberOfParticipantsOptions, type index_d$1_UpdateNumberOfParticipantsRequest as UpdateNumberOfParticipantsRequest, type index_d$1_UpdateNumberOfParticipantsRequestParticipantsInfoOneOf as UpdateNumberOfParticipantsRequestParticipantsInfoOneOf, type index_d$1_UpdateNumberOfParticipantsResponse as UpdateNumberOfParticipantsResponse, type index_d$1_UpdateNumberOfParticipantsResponseNonNullableFields as UpdateNumberOfParticipantsResponseNonNullableFields, type index_d$1_V2CancelBookingRequest as V2CancelBookingRequest, type index_d$1_V2CancelBookingResponse as V2CancelBookingResponse, type index_d$1_V2ConfirmBookingRequest as V2ConfirmBookingRequest, type index_d$1_V2ConfirmBookingResponse as V2ConfirmBookingResponse, type index_d$1_V2CreateBookingRequest as V2CreateBookingRequest, type index_d$1_V2CreateBookingRequestBookableItemOneOf as V2CreateBookingRequestBookableItemOneOf, type index_d$1_V2CreateBookingRequestParticipantsInfoOneOf as V2CreateBookingRequestParticipantsInfoOneOf, type index_d$1_V2CreateBookingResponse as V2CreateBookingResponse, type index_d$1_V2DeclineBookingRequest as V2DeclineBookingRequest, type index_d$1_V2DeclineBookingResponse as V2DeclineBookingResponse, type index_d$1_V2RescheduleBookingRequest as V2RescheduleBookingRequest, type index_d$1_V2RescheduleBookingRequestParticipantsInfoOneOf as V2RescheduleBookingRequestParticipantsInfoOneOf, type index_d$1_V2RescheduleBookingResponse as V2RescheduleBookingResponse, type index_d$1_V2Slot as V2Slot, type index_d$1_V2UpdateNumberOfParticipantsRequest as V2UpdateNumberOfParticipantsRequest, type index_d$1_V2UpdateNumberOfParticipantsRequestParticipantsInfoOneOf as V2UpdateNumberOfParticipantsRequestParticipantsInfoOneOf, type index_d$1_V2UpdateNumberOfParticipantsResponse as V2UpdateNumberOfParticipantsResponse, ValueType$1 as ValueType, type index_d$1_WaitingList as WaitingList, index_d$1_WebhookIdentityType as WebhookIdentityType, type index_d$1_WebhooksIdentificationData as WebhooksIdentificationData, type index_d$1_WebhooksIdentificationDataIdOneOf as WebhooksIdentificationDataIdOneOf, __metadata$1 as __metadata, index_d$1_bulkCreateBooking as bulkCreateBooking, index_d$1_cancelBooking as cancelBooking, index_d$1_confirmBooking as confirmBooking, index_d$1_confirmOrDeclineBooking as confirmOrDeclineBooking, index_d$1_createBooking as createBooking, index_d$1_declineBooking as declineBooking, index_d$1_onBookingCanceled as onBookingCanceled, index_d$1_onBookingConfirmed as onBookingConfirmed, index_d$1_onBookingCreated as onBookingCreated, index_d$1_onBookingDeclined as onBookingDeclined, index_d$1_onBookingNumberOfParticipantsUpdated as onBookingNumberOfParticipantsUpdated, index_d$1_onBookingRescheduled as onBookingRescheduled, index_d$1_onBookingUpdated as onBookingUpdated, index_d$1_rescheduleBooking as rescheduleBooking, index_d$1_updateExtendedFields as updateExtendedFields, index_d$1_updateNumberOfParticipants as updateNumberOfParticipants };
17952
17975
  }
17953
17976
 
17954
17977
  interface PriceInfo extends PriceInfoTotalPriceOneOf {