@wix/bookings 1.0.510 → 1.0.511
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.
|
|
3
|
+
"version": "1.0.511",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@wix/bookings_booking-fees": "1.0.11",
|
|
28
28
|
"@wix/bookings_booking-policies": "1.0.10",
|
|
29
29
|
"@wix/bookings_booking-policy-snapshots": "1.0.7",
|
|
30
|
-
"@wix/bookings_bookings": "1.0.
|
|
30
|
+
"@wix/bookings_bookings": "1.0.75",
|
|
31
31
|
"@wix/bookings_categories": "1.0.44",
|
|
32
32
|
"@wix/bookings_extended-bookings": "1.0.62",
|
|
33
33
|
"@wix/bookings_external-calendars": "1.0.41",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"fqdn": ""
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"falconPackageHash": "
|
|
66
|
+
"falconPackageHash": "773be3087af3e457fd1752fa40005c3c46b5520997b847519ff3ef31"
|
|
67
67
|
}
|
|
@@ -23019,6 +23019,21 @@ interface BookingChanged {
|
|
|
23019
23019
|
/** The booking after the changes. */
|
|
23020
23020
|
currentBooking?: Booking$1;
|
|
23021
23021
|
}
|
|
23022
|
+
interface BookingFormFilled {
|
|
23023
|
+
/** The booking object that form was filled for. */
|
|
23024
|
+
booking?: Booking$1;
|
|
23025
|
+
/**
|
|
23026
|
+
* The submitted form data, where key is the form field and value is the data submitted for the given field.
|
|
23027
|
+
* See the [form submission object](https://dev.wix.com/docs/rest/crm/forms/form-submissions/submission-object)
|
|
23028
|
+
* for more details.
|
|
23029
|
+
*/
|
|
23030
|
+
formSubmission?: Record<string, any> | null;
|
|
23031
|
+
/**
|
|
23032
|
+
* ID of the [form](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)
|
|
23033
|
+
* that was filled.
|
|
23034
|
+
*/
|
|
23035
|
+
formId?: string | null;
|
|
23036
|
+
}
|
|
23022
23037
|
interface CreateBookingRequest {
|
|
23023
23038
|
/** The booking to create. */
|
|
23024
23039
|
booking: Booking$1;
|
|
@@ -25425,6 +25440,7 @@ type context$1_BookingCreatedEnvelope = BookingCreatedEnvelope;
|
|
|
25425
25440
|
type context$1_BookingDeclined = BookingDeclined;
|
|
25426
25441
|
type context$1_BookingDeclinedEnvelope = BookingDeclinedEnvelope;
|
|
25427
25442
|
type context$1_BookingDetails = BookingDetails;
|
|
25443
|
+
type context$1_BookingFormFilled = BookingFormFilled;
|
|
25428
25444
|
type context$1_BookingIdAndRevision = BookingIdAndRevision;
|
|
25429
25445
|
type context$1_BookingInfo = BookingInfo;
|
|
25430
25446
|
type context$1_BookingMarkedAsPending = BookingMarkedAsPending;
|
|
@@ -25666,7 +25682,7 @@ declare const context$1_rescheduleMultiServiceBooking: typeof rescheduleMultiSer
|
|
|
25666
25682
|
declare const context$1_updateExtendedFields: typeof updateExtendedFields;
|
|
25667
25683
|
declare const context$1_updateNumberOfParticipants: typeof updateNumberOfParticipants;
|
|
25668
25684
|
declare namespace context$1 {
|
|
25669
|
-
export { type context$1_ActionEvent as ActionEvent, Actor$1 as Actor, type context$1_AddBookingsToMultiServiceBookingOptions as AddBookingsToMultiServiceBookingOptions, type context$1_AddBookingsToMultiServiceBookingRequest as AddBookingsToMultiServiceBookingRequest, type context$1_AddBookingsToMultiServiceBookingResponse as AddBookingsToMultiServiceBookingResponse, type context$1_AddBookingsToMultiServiceBookingResponseNonNullableFields as AddBookingsToMultiServiceBookingResponseNonNullableFields, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressStreetOneOf$1 as AddressStreetOneOf, type context$1_AllowedActions as AllowedActions, type context$1_ApplicationError as ApplicationError, type context$1_AvailableResources as AvailableResources, type context$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 context$1_BookingCanceled as BookingCanceled, type context$1_BookingCanceledEnvelope as BookingCanceledEnvelope, type context$1_BookingChanged as BookingChanged, type context$1_BookingConfirmed as BookingConfirmed, type context$1_BookingConfirmedEnvelope as BookingConfirmedEnvelope, type context$1_BookingCreatedEnvelope as BookingCreatedEnvelope, type context$1_BookingDeclined as BookingDeclined, type context$1_BookingDeclinedEnvelope as BookingDeclinedEnvelope, type context$1_BookingDetails as BookingDetails, type context$1_BookingIdAndRevision as BookingIdAndRevision, type context$1_BookingInfo as BookingInfo, type context$1_BookingMarkedAsPending as BookingMarkedAsPending, type context$1_BookingNumberOfParticipantsUpdatedEnvelope as BookingNumberOfParticipantsUpdatedEnvelope, type BookingParticipantsInfoOneOf$1 as BookingParticipantsInfoOneOf, type context$1_BookingPolicySettings as BookingPolicySettings, type context$1_BookingPolicyViolations as BookingPolicyViolations, type context$1_BookingRescheduled as BookingRescheduled, type context$1_BookingRescheduledEnvelope as BookingRescheduledEnvelope, type context$1_BookingRescheduledPreviousParticipantsInfoOneOf as BookingRescheduledPreviousParticipantsInfoOneOf, type context$1_BookingResult as BookingResult, type BookingSource$1 as BookingSource, BookingStatus$1 as BookingStatus, type context$1_BookingUpdatedEnvelope as BookingUpdatedEnvelope, type context$1_BulkActionMetadata as BulkActionMetadata, type context$1_BulkBookingResult as BulkBookingResult, type context$1_BulkCalculateAllowedActionsRequest as BulkCalculateAllowedActionsRequest, type context$1_BulkCalculateAllowedActionsResponse as BulkCalculateAllowedActionsResponse, type context$1_BulkCalculateAllowedActionsResult as BulkCalculateAllowedActionsResult, type context$1_BulkConfirmOrDeclineBookingRequest as BulkConfirmOrDeclineBookingRequest, type context$1_BulkConfirmOrDeclineBookingRequestBookingDetails as BulkConfirmOrDeclineBookingRequestBookingDetails, type context$1_BulkConfirmOrDeclineBookingResponse as BulkConfirmOrDeclineBookingResponse, type context$1_BulkCreateBookingOptions as BulkCreateBookingOptions, type context$1_BulkCreateBookingRequest as BulkCreateBookingRequest, type context$1_BulkCreateBookingResponse as BulkCreateBookingResponse, type context$1_BulkCreateBookingResponseNonNullableFields as BulkCreateBookingResponseNonNullableFields, type context$1_BulkGetMultiServiceBookingAllowedActionsRequest as BulkGetMultiServiceBookingAllowedActionsRequest, type context$1_BulkGetMultiServiceBookingAllowedActionsResponse as BulkGetMultiServiceBookingAllowedActionsResponse, type context$1_BulkGetMultiServiceBookingAllowedActionsResponseNonNullableFields as BulkGetMultiServiceBookingAllowedActionsResponseNonNullableFields, type context$1_BulkRescheduleBookingRequest as BulkRescheduleBookingRequest, type context$1_BulkRescheduleBookingRequestBooking as BulkRescheduleBookingRequestBooking, type context$1_BulkRescheduleBookingResponse as BulkRescheduleBookingResponse, type context$1_BulkUpdateBookedScheduleRequest as BulkUpdateBookedScheduleRequest, type context$1_BulkUpdateBookedScheduleResponse as BulkUpdateBookedScheduleResponse, type context$1_BulkUpdateBookingRequest as BulkUpdateBookingRequest, type context$1_BulkUpdateBookingResponse as BulkUpdateBookingResponse, type context$1_CalculateAllowedActionsRequest as CalculateAllowedActionsRequest, type context$1_CalculateAllowedActionsResponse as CalculateAllowedActionsResponse, type context$1_CancelBookingFlowControlSettings as CancelBookingFlowControlSettings, type context$1_CancelBookingOptions as CancelBookingOptions, type context$1_CancelBookingRequest as CancelBookingRequest, type context$1_CancelBookingRequestFlowControlSettings as CancelBookingRequestFlowControlSettings, type context$1_CancelBookingResponse as CancelBookingResponse, type context$1_CancelBookingResponseNonNullableFields as CancelBookingResponseNonNullableFields, type context$1_CancelMultiServiceBookingOptions as CancelMultiServiceBookingOptions, type context$1_CancelMultiServiceBookingRequest as CancelMultiServiceBookingRequest, type context$1_CancelMultiServiceBookingResponse as CancelMultiServiceBookingResponse, type context$1_CancelMultiServiceBookingResponseNonNullableFields as CancelMultiServiceBookingResponseNonNullableFields, type context$1_Clash as Clash, type context$1_CommonIdentificationData as CommonIdentificationData, type context$1_CommonIdentificationDataIdOneOf as CommonIdentificationDataIdOneOf, type context$1_ConfirmBookingFlowControlSettings as ConfirmBookingFlowControlSettings, type context$1_ConfirmBookingOptions as ConfirmBookingOptions, type context$1_ConfirmBookingRequest as ConfirmBookingRequest, type context$1_ConfirmBookingResponse as ConfirmBookingResponse, type context$1_ConfirmBookingResponseNonNullableFields as ConfirmBookingResponseNonNullableFields, type context$1_ConfirmMultiServiceBookingOptions as ConfirmMultiServiceBookingOptions, type context$1_ConfirmMultiServiceBookingRequest as ConfirmMultiServiceBookingRequest, type context$1_ConfirmMultiServiceBookingResponse as ConfirmMultiServiceBookingResponse, type context$1_ConfirmMultiServiceBookingResponseNonNullableFields as ConfirmMultiServiceBookingResponseNonNullableFields, type context$1_ConfirmOrDeclineBookingOptions as ConfirmOrDeclineBookingOptions, type context$1_ConfirmOrDeclineBookingRequest as ConfirmOrDeclineBookingRequest, type context$1_ConfirmOrDeclineBookingResponse as ConfirmOrDeclineBookingResponse, type context$1_ConfirmOrDeclineBookingResponseNonNullableFields as ConfirmOrDeclineBookingResponseNonNullableFields, type context$1_ConfirmRequest as ConfirmRequest, type context$1_ConfirmResponse as ConfirmResponse, type context$1_ConsistentQueryBookingsRequest as ConsistentQueryBookingsRequest, type context$1_ConsistentQueryBookingsResponse as ConsistentQueryBookingsResponse, type ContactDetails$1 as ContactDetails, type context$1_CountBookingsRequest as CountBookingsRequest, type context$1_CountBookingsResponse as CountBookingsResponse, type context$1_CreateBookingFlowControlSettings as CreateBookingFlowControlSettings, type context$1_CreateBookingInfo as CreateBookingInfo, type context$1_CreateBookingOptions as CreateBookingOptions, type context$1_CreateBookingRequest as CreateBookingRequest, type context$1_CreateBookingRequestFlowControlSettings as CreateBookingRequestFlowControlSettings, type context$1_CreateBookingResponse as CreateBookingResponse, type context$1_CreateBookingResponseNonNullableFields as CreateBookingResponseNonNullableFields, type context$1_CreateMultiServiceBookingOptions as CreateMultiServiceBookingOptions, type context$1_CreateMultiServiceBookingRequest as CreateMultiServiceBookingRequest, type context$1_CreateMultiServiceBookingResponse as CreateMultiServiceBookingResponse, type context$1_CreateMultiServiceBookingResponseNonNullableFields as CreateMultiServiceBookingResponseNonNullableFields, type context$1_CursorPaging as CursorPaging, type context$1_Cursors as Cursors, type CustomFormField$1 as CustomFormField, type context$1_DeclineBookingFlowControlSettings as DeclineBookingFlowControlSettings, type context$1_DeclineBookingOptions as DeclineBookingOptions, type context$1_DeclineBookingRequest as DeclineBookingRequest, type context$1_DeclineBookingResponse as DeclineBookingResponse, type context$1_DeclineBookingResponseNonNullableFields as DeclineBookingResponseNonNullableFields, type context$1_DeclineMultiServiceBookingOptions as DeclineMultiServiceBookingOptions, type context$1_DeclineMultiServiceBookingRequest as DeclineMultiServiceBookingRequest, type context$1_DeclineMultiServiceBookingResponse as DeclineMultiServiceBookingResponse, type context$1_DeclineMultiServiceBookingResponseNonNullableFields as DeclineMultiServiceBookingResponseNonNullableFields, type context$1_DomainEvent as DomainEvent, type context$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type Duration$1 as Duration, type context$1_EntityCreatedEvent as EntityCreatedEvent, type context$1_EntityDeletedEvent as EntityDeletedEvent, type context$1_EntityUpdatedEvent as EntityUpdatedEvent, type context$1_EventMetadata as EventMetadata, type ExtendedFields$1 as ExtendedFields, type FlowControlSettings$1 as FlowControlSettings, type context$1_GetMultiServiceBookingAvailabilityRequest as GetMultiServiceBookingAvailabilityRequest, type context$1_GetMultiServiceBookingAvailabilityResponse as GetMultiServiceBookingAvailabilityResponse, type context$1_GetMultiServiceBookingAvailabilityResponseBookingInfo as GetMultiServiceBookingAvailabilityResponseBookingInfo, type context$1_GetMultiServiceBookingAvailabilityResponseNonNullableFields as GetMultiServiceBookingAvailabilityResponseNonNullableFields, type context$1_GetMultiServiceBookingRequest as GetMultiServiceBookingRequest, type context$1_GetMultiServiceBookingResponse as GetMultiServiceBookingResponse, type context$1_GetMultiServiceBookingResponseNonNullableFields as GetMultiServiceBookingResponseNonNullableFields, type context$1_GetScheduleAvailabilityRequest as GetScheduleAvailabilityRequest, type context$1_GetScheduleAvailabilityResponse as GetScheduleAvailabilityResponse, type context$1_GetSlotAvailabilityRequest as GetSlotAvailabilityRequest, type context$1_GetSlotAvailabilityResponse as GetSlotAvailabilityResponse, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, context$1_IdentificationDataIdentityType as IdentificationDataIdentityType, IdentityType$1 as IdentityType, type context$1_ItemMetadata as ItemMetadata, type context$1_LegacyCreateBookingRequest as LegacyCreateBookingRequest, type context$1_LegacyCreateBookingResponse as LegacyCreateBookingResponse, type Location$1 as Location, context$1_LocationLocationType as LocationLocationType, LocationType$1 as LocationType, type context$1_MarkAsMultiServiceBookingOptions as MarkAsMultiServiceBookingOptions, type context$1_MarkAsMultiServiceBookingRequest as MarkAsMultiServiceBookingRequest, type context$1_MarkAsMultiServiceBookingResponse as MarkAsMultiServiceBookingResponse, type context$1_MarkBookingAsPendingFlowControlSettings as MarkBookingAsPendingFlowControlSettings, type context$1_MarkBookingAsPendingRequest as MarkBookingAsPendingRequest, type context$1_MarkBookingAsPendingResponse as MarkBookingAsPendingResponse, type context$1_MarkMultiServiceBookingAsPendingOptions as MarkMultiServiceBookingAsPendingOptions, type context$1_MarkMultiServiceBookingAsPendingRequest as MarkMultiServiceBookingAsPendingRequest, type context$1_MarkMultiServiceBookingAsPendingResponse as MarkMultiServiceBookingAsPendingResponse, type context$1_MarkMultiServiceBookingAsPendingResponseNonNullableFields as MarkMultiServiceBookingAsPendingResponseNonNullableFields, type context$1_MaskedBooking as MaskedBooking, type context$1_MessageEnvelope as MessageEnvelope, type context$1_MigrationCheckIfClashesWithBlockedTimeRequest as MigrationCheckIfClashesWithBlockedTimeRequest, type context$1_MigrationCheckIfClashesWithBlockedTimeResponse as MigrationCheckIfClashesWithBlockedTimeResponse, type context$1_MsidAndBookingId as MsidAndBookingId, type context$1_MultiServiceBooking as MultiServiceBooking, type MultiServiceBookingInfo$1 as MultiServiceBookingInfo, type context$1_MultiServiceBookingMetadata as MultiServiceBookingMetadata, type context$1_MultiServiceBookingNonNullableFields as MultiServiceBookingNonNullableFields, MultiServiceBookingType$1 as MultiServiceBookingType, type context$1_NumberOfParticipantsUpdated as NumberOfParticipantsUpdated, type context$1_NumberOfParticipantsUpdatedPreviousParticipantsInfoOneOf as NumberOfParticipantsUpdatedPreviousParticipantsInfoOneOf, type context$1_Paging as Paging, type context$1_PagingMetadataV2 as PagingMetadataV2, type ParticipantChoices$1 as ParticipantChoices, type ParticipantNotification$1 as ParticipantNotification, type context$1_PartySizeRequest as PartySizeRequest, type context$1_PartySizeRequestPartySizeForOneOf as PartySizeRequestPartySizeForOneOf, type context$1_PartySizeResponse as PartySizeResponse, PaymentStatus$1 as PaymentStatus, Platform$1 as Platform, type context$1_QueryBookingsRequest as QueryBookingsRequest, type context$1_QueryBookingsResponse as QueryBookingsResponse, type context$1_QueryV2 as QueryV2, type context$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context$1_RemoveBookingsFromMultiServiceBookingOptions as RemoveBookingsFromMultiServiceBookingOptions, type context$1_RemoveBookingsFromMultiServiceBookingRequest as RemoveBookingsFromMultiServiceBookingRequest, type context$1_RemoveBookingsFromMultiServiceBookingResponse as RemoveBookingsFromMultiServiceBookingResponse, type context$1_RemoveBookingsFromMultiServiceBookingResponseNonNullableFields as RemoveBookingsFromMultiServiceBookingResponseNonNullableFields, type context$1_RescheduleBookingFlowControlSettings as RescheduleBookingFlowControlSettings, type context$1_RescheduleBookingInfo as RescheduleBookingInfo, type context$1_RescheduleBookingInfoParticipantsInfoOneOf as RescheduleBookingInfoParticipantsInfoOneOf, type context$1_RescheduleBookingOptions as RescheduleBookingOptions, type context$1_RescheduleBookingRequest as RescheduleBookingRequest, type context$1_RescheduleBookingRequestFlowControlSettings as RescheduleBookingRequestFlowControlSettings, type context$1_RescheduleBookingRequestParticipantsInfoOneOf as RescheduleBookingRequestParticipantsInfoOneOf, type context$1_RescheduleBookingResponse as RescheduleBookingResponse, type context$1_RescheduleBookingResponseNonNullableFields as RescheduleBookingResponseNonNullableFields, type context$1_RescheduleMultiServiceBookingOptions as RescheduleMultiServiceBookingOptions, type context$1_RescheduleMultiServiceBookingRequest as RescheduleMultiServiceBookingRequest, type context$1_RescheduleMultiServiceBookingResponse as RescheduleMultiServiceBookingResponse, type context$1_RescheduleMultiServiceBookingResponseNonNullableFields as RescheduleMultiServiceBookingResponseNonNullableFields, type context$1_RestoreInfo as RestoreInfo, type context$1_ScheduleAvailability as ScheduleAvailability, SelectedPaymentOption$1 as SelectedPaymentOption, type ServiceChoice$1 as ServiceChoice, type ServiceChoiceChoiceOneOf$1 as ServiceChoiceChoiceOneOf, type ServiceChoices$1 as ServiceChoices, type context$1_SetBookingSessionIdRequest as SetBookingSessionIdRequest, type context$1_SetBookingSessionIdResponse as SetBookingSessionIdResponse, type context$1_Slot as Slot, type context$1_SlotAvailability as SlotAvailability, type context$1_SlotBookings as SlotBookings, type context$1_SlotLocation as SlotLocation, type context$1_SlotResource as SlotResource, type context$1_SlotSlotResource as SlotSlotResource, context$1_SortOrder as SortOrder, type context$1_Sorting as Sorting, type StreetAddress$1 as StreetAddress, type Subdivision$1 as Subdivision, type context$1_UpdateBookingRequest as UpdateBookingRequest, type context$1_UpdateBookingResponse as UpdateBookingResponse, type context$1_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type context$1_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context$1_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context$1_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type context$1_UpdateNumberOfParticipantsOptions as UpdateNumberOfParticipantsOptions, type context$1_UpdateNumberOfParticipantsRequest as UpdateNumberOfParticipantsRequest, type context$1_UpdateNumberOfParticipantsRequestParticipantsInfoOneOf as UpdateNumberOfParticipantsRequestParticipantsInfoOneOf, type context$1_UpdateNumberOfParticipantsResponse as UpdateNumberOfParticipantsResponse, type context$1_UpdateNumberOfParticipantsResponseNonNullableFields as UpdateNumberOfParticipantsResponseNonNullableFields, type context$1_V2CancelBookingRequest as V2CancelBookingRequest, type context$1_V2CancelBookingResponse as V2CancelBookingResponse, type context$1_V2ConfirmBookingRequest as V2ConfirmBookingRequest, type context$1_V2ConfirmBookingResponse as V2ConfirmBookingResponse, type context$1_V2CreateBookingRequest as V2CreateBookingRequest, type context$1_V2CreateBookingRequestBookableItemOneOf as V2CreateBookingRequestBookableItemOneOf, type context$1_V2CreateBookingRequestParticipantsInfoOneOf as V2CreateBookingRequestParticipantsInfoOneOf, type context$1_V2CreateBookingResponse as V2CreateBookingResponse, type context$1_V2DeclineBookingRequest as V2DeclineBookingRequest, type context$1_V2DeclineBookingResponse as V2DeclineBookingResponse, type context$1_V2RescheduleBookingRequest as V2RescheduleBookingRequest, type context$1_V2RescheduleBookingRequestParticipantsInfoOneOf as V2RescheduleBookingRequestParticipantsInfoOneOf, type context$1_V2RescheduleBookingResponse as V2RescheduleBookingResponse, type context$1_V2Slot as V2Slot, type context$1_V2UpdateNumberOfParticipantsRequest as V2UpdateNumberOfParticipantsRequest, type context$1_V2UpdateNumberOfParticipantsRequestParticipantsInfoOneOf as V2UpdateNumberOfParticipantsRequestParticipantsInfoOneOf, type context$1_V2UpdateNumberOfParticipantsResponse as V2UpdateNumberOfParticipantsResponse, ValueType$1 as ValueType, type context$1_WaitingList as WaitingList, context$1_WebhookIdentityType as WebhookIdentityType, type context$1_WebhooksIdentificationData as WebhooksIdentificationData, type context$1_WebhooksIdentificationDataIdOneOf as WebhooksIdentificationDataIdOneOf, type context$1__publicOnBookingCanceledType as _publicOnBookingCanceledType, type context$1__publicOnBookingConfirmedType as _publicOnBookingConfirmedType, type context$1__publicOnBookingCreatedType as _publicOnBookingCreatedType, type context$1__publicOnBookingDeclinedType as _publicOnBookingDeclinedType, type context$1__publicOnBookingNumberOfParticipantsUpdatedType as _publicOnBookingNumberOfParticipantsUpdatedType, type context$1__publicOnBookingRescheduledType as _publicOnBookingRescheduledType, type context$1__publicOnBookingUpdatedType as _publicOnBookingUpdatedType, context$1_addBookingsToMultiServiceBooking as addBookingsToMultiServiceBooking, context$1_bulkCreateBooking as bulkCreateBooking, context$1_bulkGetMultiServiceBookingAllowedActions as bulkGetMultiServiceBookingAllowedActions, context$1_cancelBooking as cancelBooking, context$1_cancelMultiServiceBooking as cancelMultiServiceBooking, context$1_confirmBooking as confirmBooking, context$1_confirmMultiServiceBooking as confirmMultiServiceBooking, context$1_confirmOrDeclineBooking as confirmOrDeclineBooking, context$1_createBooking as createBooking, context$1_createMultiServiceBooking as createMultiServiceBooking, context$1_declineBooking as declineBooking, context$1_declineMultiServiceBooking as declineMultiServiceBooking, context$1_getMultiServiceBooking as getMultiServiceBooking, context$1_getMultiServiceBookingAvailability as getMultiServiceBookingAvailability, context$1_markAsMultiServiceBooking as markAsMultiServiceBooking, context$1_markMultiServiceBookingAsPending as markMultiServiceBookingAsPending, context$1_onBookingCanceled as onBookingCanceled, context$1_onBookingConfirmed as onBookingConfirmed, context$1_onBookingCreated as onBookingCreated, context$1_onBookingDeclined as onBookingDeclined, context$1_onBookingNumberOfParticipantsUpdated as onBookingNumberOfParticipantsUpdated, context$1_onBookingRescheduled as onBookingRescheduled, context$1_onBookingUpdated as onBookingUpdated, onBookingCanceled$1 as publicOnBookingCanceled, onBookingConfirmed$1 as publicOnBookingConfirmed, onBookingCreated$1 as publicOnBookingCreated, onBookingDeclined$1 as publicOnBookingDeclined, onBookingNumberOfParticipantsUpdated$1 as publicOnBookingNumberOfParticipantsUpdated, onBookingRescheduled$1 as publicOnBookingRescheduled, onBookingUpdated$1 as publicOnBookingUpdated, context$1_removeBookingsFromMultiServiceBooking as removeBookingsFromMultiServiceBooking, context$1_rescheduleBooking as rescheduleBooking, context$1_rescheduleMultiServiceBooking as rescheduleMultiServiceBooking, context$1_updateExtendedFields as updateExtendedFields, context$1_updateNumberOfParticipants as updateNumberOfParticipants };
|
|
25685
|
+
export { type context$1_ActionEvent as ActionEvent, Actor$1 as Actor, type context$1_AddBookingsToMultiServiceBookingOptions as AddBookingsToMultiServiceBookingOptions, type context$1_AddBookingsToMultiServiceBookingRequest as AddBookingsToMultiServiceBookingRequest, type context$1_AddBookingsToMultiServiceBookingResponse as AddBookingsToMultiServiceBookingResponse, type context$1_AddBookingsToMultiServiceBookingResponseNonNullableFields as AddBookingsToMultiServiceBookingResponseNonNullableFields, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressStreetOneOf$1 as AddressStreetOneOf, type context$1_AllowedActions as AllowedActions, type context$1_ApplicationError as ApplicationError, type context$1_AvailableResources as AvailableResources, type context$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 context$1_BookingCanceled as BookingCanceled, type context$1_BookingCanceledEnvelope as BookingCanceledEnvelope, type context$1_BookingChanged as BookingChanged, type context$1_BookingConfirmed as BookingConfirmed, type context$1_BookingConfirmedEnvelope as BookingConfirmedEnvelope, type context$1_BookingCreatedEnvelope as BookingCreatedEnvelope, type context$1_BookingDeclined as BookingDeclined, type context$1_BookingDeclinedEnvelope as BookingDeclinedEnvelope, type context$1_BookingDetails as BookingDetails, type context$1_BookingFormFilled as BookingFormFilled, type context$1_BookingIdAndRevision as BookingIdAndRevision, type context$1_BookingInfo as BookingInfo, type context$1_BookingMarkedAsPending as BookingMarkedAsPending, type context$1_BookingNumberOfParticipantsUpdatedEnvelope as BookingNumberOfParticipantsUpdatedEnvelope, type BookingParticipantsInfoOneOf$1 as BookingParticipantsInfoOneOf, type context$1_BookingPolicySettings as BookingPolicySettings, type context$1_BookingPolicyViolations as BookingPolicyViolations, type context$1_BookingRescheduled as BookingRescheduled, type context$1_BookingRescheduledEnvelope as BookingRescheduledEnvelope, type context$1_BookingRescheduledPreviousParticipantsInfoOneOf as BookingRescheduledPreviousParticipantsInfoOneOf, type context$1_BookingResult as BookingResult, type BookingSource$1 as BookingSource, BookingStatus$1 as BookingStatus, type context$1_BookingUpdatedEnvelope as BookingUpdatedEnvelope, type context$1_BulkActionMetadata as BulkActionMetadata, type context$1_BulkBookingResult as BulkBookingResult, type context$1_BulkCalculateAllowedActionsRequest as BulkCalculateAllowedActionsRequest, type context$1_BulkCalculateAllowedActionsResponse as BulkCalculateAllowedActionsResponse, type context$1_BulkCalculateAllowedActionsResult as BulkCalculateAllowedActionsResult, type context$1_BulkConfirmOrDeclineBookingRequest as BulkConfirmOrDeclineBookingRequest, type context$1_BulkConfirmOrDeclineBookingRequestBookingDetails as BulkConfirmOrDeclineBookingRequestBookingDetails, type context$1_BulkConfirmOrDeclineBookingResponse as BulkConfirmOrDeclineBookingResponse, type context$1_BulkCreateBookingOptions as BulkCreateBookingOptions, type context$1_BulkCreateBookingRequest as BulkCreateBookingRequest, type context$1_BulkCreateBookingResponse as BulkCreateBookingResponse, type context$1_BulkCreateBookingResponseNonNullableFields as BulkCreateBookingResponseNonNullableFields, type context$1_BulkGetMultiServiceBookingAllowedActionsRequest as BulkGetMultiServiceBookingAllowedActionsRequest, type context$1_BulkGetMultiServiceBookingAllowedActionsResponse as BulkGetMultiServiceBookingAllowedActionsResponse, type context$1_BulkGetMultiServiceBookingAllowedActionsResponseNonNullableFields as BulkGetMultiServiceBookingAllowedActionsResponseNonNullableFields, type context$1_BulkRescheduleBookingRequest as BulkRescheduleBookingRequest, type context$1_BulkRescheduleBookingRequestBooking as BulkRescheduleBookingRequestBooking, type context$1_BulkRescheduleBookingResponse as BulkRescheduleBookingResponse, type context$1_BulkUpdateBookedScheduleRequest as BulkUpdateBookedScheduleRequest, type context$1_BulkUpdateBookedScheduleResponse as BulkUpdateBookedScheduleResponse, type context$1_BulkUpdateBookingRequest as BulkUpdateBookingRequest, type context$1_BulkUpdateBookingResponse as BulkUpdateBookingResponse, type context$1_CalculateAllowedActionsRequest as CalculateAllowedActionsRequest, type context$1_CalculateAllowedActionsResponse as CalculateAllowedActionsResponse, type context$1_CancelBookingFlowControlSettings as CancelBookingFlowControlSettings, type context$1_CancelBookingOptions as CancelBookingOptions, type context$1_CancelBookingRequest as CancelBookingRequest, type context$1_CancelBookingRequestFlowControlSettings as CancelBookingRequestFlowControlSettings, type context$1_CancelBookingResponse as CancelBookingResponse, type context$1_CancelBookingResponseNonNullableFields as CancelBookingResponseNonNullableFields, type context$1_CancelMultiServiceBookingOptions as CancelMultiServiceBookingOptions, type context$1_CancelMultiServiceBookingRequest as CancelMultiServiceBookingRequest, type context$1_CancelMultiServiceBookingResponse as CancelMultiServiceBookingResponse, type context$1_CancelMultiServiceBookingResponseNonNullableFields as CancelMultiServiceBookingResponseNonNullableFields, type context$1_Clash as Clash, type context$1_CommonIdentificationData as CommonIdentificationData, type context$1_CommonIdentificationDataIdOneOf as CommonIdentificationDataIdOneOf, type context$1_ConfirmBookingFlowControlSettings as ConfirmBookingFlowControlSettings, type context$1_ConfirmBookingOptions as ConfirmBookingOptions, type context$1_ConfirmBookingRequest as ConfirmBookingRequest, type context$1_ConfirmBookingResponse as ConfirmBookingResponse, type context$1_ConfirmBookingResponseNonNullableFields as ConfirmBookingResponseNonNullableFields, type context$1_ConfirmMultiServiceBookingOptions as ConfirmMultiServiceBookingOptions, type context$1_ConfirmMultiServiceBookingRequest as ConfirmMultiServiceBookingRequest, type context$1_ConfirmMultiServiceBookingResponse as ConfirmMultiServiceBookingResponse, type context$1_ConfirmMultiServiceBookingResponseNonNullableFields as ConfirmMultiServiceBookingResponseNonNullableFields, type context$1_ConfirmOrDeclineBookingOptions as ConfirmOrDeclineBookingOptions, type context$1_ConfirmOrDeclineBookingRequest as ConfirmOrDeclineBookingRequest, type context$1_ConfirmOrDeclineBookingResponse as ConfirmOrDeclineBookingResponse, type context$1_ConfirmOrDeclineBookingResponseNonNullableFields as ConfirmOrDeclineBookingResponseNonNullableFields, type context$1_ConfirmRequest as ConfirmRequest, type context$1_ConfirmResponse as ConfirmResponse, type context$1_ConsistentQueryBookingsRequest as ConsistentQueryBookingsRequest, type context$1_ConsistentQueryBookingsResponse as ConsistentQueryBookingsResponse, type ContactDetails$1 as ContactDetails, type context$1_CountBookingsRequest as CountBookingsRequest, type context$1_CountBookingsResponse as CountBookingsResponse, type context$1_CreateBookingFlowControlSettings as CreateBookingFlowControlSettings, type context$1_CreateBookingInfo as CreateBookingInfo, type context$1_CreateBookingOptions as CreateBookingOptions, type context$1_CreateBookingRequest as CreateBookingRequest, type context$1_CreateBookingRequestFlowControlSettings as CreateBookingRequestFlowControlSettings, type context$1_CreateBookingResponse as CreateBookingResponse, type context$1_CreateBookingResponseNonNullableFields as CreateBookingResponseNonNullableFields, type context$1_CreateMultiServiceBookingOptions as CreateMultiServiceBookingOptions, type context$1_CreateMultiServiceBookingRequest as CreateMultiServiceBookingRequest, type context$1_CreateMultiServiceBookingResponse as CreateMultiServiceBookingResponse, type context$1_CreateMultiServiceBookingResponseNonNullableFields as CreateMultiServiceBookingResponseNonNullableFields, type context$1_CursorPaging as CursorPaging, type context$1_Cursors as Cursors, type CustomFormField$1 as CustomFormField, type context$1_DeclineBookingFlowControlSettings as DeclineBookingFlowControlSettings, type context$1_DeclineBookingOptions as DeclineBookingOptions, type context$1_DeclineBookingRequest as DeclineBookingRequest, type context$1_DeclineBookingResponse as DeclineBookingResponse, type context$1_DeclineBookingResponseNonNullableFields as DeclineBookingResponseNonNullableFields, type context$1_DeclineMultiServiceBookingOptions as DeclineMultiServiceBookingOptions, type context$1_DeclineMultiServiceBookingRequest as DeclineMultiServiceBookingRequest, type context$1_DeclineMultiServiceBookingResponse as DeclineMultiServiceBookingResponse, type context$1_DeclineMultiServiceBookingResponseNonNullableFields as DeclineMultiServiceBookingResponseNonNullableFields, type context$1_DomainEvent as DomainEvent, type context$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type Duration$1 as Duration, type context$1_EntityCreatedEvent as EntityCreatedEvent, type context$1_EntityDeletedEvent as EntityDeletedEvent, type context$1_EntityUpdatedEvent as EntityUpdatedEvent, type context$1_EventMetadata as EventMetadata, type ExtendedFields$1 as ExtendedFields, type FlowControlSettings$1 as FlowControlSettings, type context$1_GetMultiServiceBookingAvailabilityRequest as GetMultiServiceBookingAvailabilityRequest, type context$1_GetMultiServiceBookingAvailabilityResponse as GetMultiServiceBookingAvailabilityResponse, type context$1_GetMultiServiceBookingAvailabilityResponseBookingInfo as GetMultiServiceBookingAvailabilityResponseBookingInfo, type context$1_GetMultiServiceBookingAvailabilityResponseNonNullableFields as GetMultiServiceBookingAvailabilityResponseNonNullableFields, type context$1_GetMultiServiceBookingRequest as GetMultiServiceBookingRequest, type context$1_GetMultiServiceBookingResponse as GetMultiServiceBookingResponse, type context$1_GetMultiServiceBookingResponseNonNullableFields as GetMultiServiceBookingResponseNonNullableFields, type context$1_GetScheduleAvailabilityRequest as GetScheduleAvailabilityRequest, type context$1_GetScheduleAvailabilityResponse as GetScheduleAvailabilityResponse, type context$1_GetSlotAvailabilityRequest as GetSlotAvailabilityRequest, type context$1_GetSlotAvailabilityResponse as GetSlotAvailabilityResponse, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, context$1_IdentificationDataIdentityType as IdentificationDataIdentityType, IdentityType$1 as IdentityType, type context$1_ItemMetadata as ItemMetadata, type context$1_LegacyCreateBookingRequest as LegacyCreateBookingRequest, type context$1_LegacyCreateBookingResponse as LegacyCreateBookingResponse, type Location$1 as Location, context$1_LocationLocationType as LocationLocationType, LocationType$1 as LocationType, type context$1_MarkAsMultiServiceBookingOptions as MarkAsMultiServiceBookingOptions, type context$1_MarkAsMultiServiceBookingRequest as MarkAsMultiServiceBookingRequest, type context$1_MarkAsMultiServiceBookingResponse as MarkAsMultiServiceBookingResponse, type context$1_MarkBookingAsPendingFlowControlSettings as MarkBookingAsPendingFlowControlSettings, type context$1_MarkBookingAsPendingRequest as MarkBookingAsPendingRequest, type context$1_MarkBookingAsPendingResponse as MarkBookingAsPendingResponse, type context$1_MarkMultiServiceBookingAsPendingOptions as MarkMultiServiceBookingAsPendingOptions, type context$1_MarkMultiServiceBookingAsPendingRequest as MarkMultiServiceBookingAsPendingRequest, type context$1_MarkMultiServiceBookingAsPendingResponse as MarkMultiServiceBookingAsPendingResponse, type context$1_MarkMultiServiceBookingAsPendingResponseNonNullableFields as MarkMultiServiceBookingAsPendingResponseNonNullableFields, type context$1_MaskedBooking as MaskedBooking, type context$1_MessageEnvelope as MessageEnvelope, type context$1_MigrationCheckIfClashesWithBlockedTimeRequest as MigrationCheckIfClashesWithBlockedTimeRequest, type context$1_MigrationCheckIfClashesWithBlockedTimeResponse as MigrationCheckIfClashesWithBlockedTimeResponse, type context$1_MsidAndBookingId as MsidAndBookingId, type context$1_MultiServiceBooking as MultiServiceBooking, type MultiServiceBookingInfo$1 as MultiServiceBookingInfo, type context$1_MultiServiceBookingMetadata as MultiServiceBookingMetadata, type context$1_MultiServiceBookingNonNullableFields as MultiServiceBookingNonNullableFields, MultiServiceBookingType$1 as MultiServiceBookingType, type context$1_NumberOfParticipantsUpdated as NumberOfParticipantsUpdated, type context$1_NumberOfParticipantsUpdatedPreviousParticipantsInfoOneOf as NumberOfParticipantsUpdatedPreviousParticipantsInfoOneOf, type context$1_Paging as Paging, type context$1_PagingMetadataV2 as PagingMetadataV2, type ParticipantChoices$1 as ParticipantChoices, type ParticipantNotification$1 as ParticipantNotification, type context$1_PartySizeRequest as PartySizeRequest, type context$1_PartySizeRequestPartySizeForOneOf as PartySizeRequestPartySizeForOneOf, type context$1_PartySizeResponse as PartySizeResponse, PaymentStatus$1 as PaymentStatus, Platform$1 as Platform, type context$1_QueryBookingsRequest as QueryBookingsRequest, type context$1_QueryBookingsResponse as QueryBookingsResponse, type context$1_QueryV2 as QueryV2, type context$1_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type context$1_RemoveBookingsFromMultiServiceBookingOptions as RemoveBookingsFromMultiServiceBookingOptions, type context$1_RemoveBookingsFromMultiServiceBookingRequest as RemoveBookingsFromMultiServiceBookingRequest, type context$1_RemoveBookingsFromMultiServiceBookingResponse as RemoveBookingsFromMultiServiceBookingResponse, type context$1_RemoveBookingsFromMultiServiceBookingResponseNonNullableFields as RemoveBookingsFromMultiServiceBookingResponseNonNullableFields, type context$1_RescheduleBookingFlowControlSettings as RescheduleBookingFlowControlSettings, type context$1_RescheduleBookingInfo as RescheduleBookingInfo, type context$1_RescheduleBookingInfoParticipantsInfoOneOf as RescheduleBookingInfoParticipantsInfoOneOf, type context$1_RescheduleBookingOptions as RescheduleBookingOptions, type context$1_RescheduleBookingRequest as RescheduleBookingRequest, type context$1_RescheduleBookingRequestFlowControlSettings as RescheduleBookingRequestFlowControlSettings, type context$1_RescheduleBookingRequestParticipantsInfoOneOf as RescheduleBookingRequestParticipantsInfoOneOf, type context$1_RescheduleBookingResponse as RescheduleBookingResponse, type context$1_RescheduleBookingResponseNonNullableFields as RescheduleBookingResponseNonNullableFields, type context$1_RescheduleMultiServiceBookingOptions as RescheduleMultiServiceBookingOptions, type context$1_RescheduleMultiServiceBookingRequest as RescheduleMultiServiceBookingRequest, type context$1_RescheduleMultiServiceBookingResponse as RescheduleMultiServiceBookingResponse, type context$1_RescheduleMultiServiceBookingResponseNonNullableFields as RescheduleMultiServiceBookingResponseNonNullableFields, type context$1_RestoreInfo as RestoreInfo, type context$1_ScheduleAvailability as ScheduleAvailability, SelectedPaymentOption$1 as SelectedPaymentOption, type ServiceChoice$1 as ServiceChoice, type ServiceChoiceChoiceOneOf$1 as ServiceChoiceChoiceOneOf, type ServiceChoices$1 as ServiceChoices, type context$1_SetBookingSessionIdRequest as SetBookingSessionIdRequest, type context$1_SetBookingSessionIdResponse as SetBookingSessionIdResponse, type context$1_Slot as Slot, type context$1_SlotAvailability as SlotAvailability, type context$1_SlotBookings as SlotBookings, type context$1_SlotLocation as SlotLocation, type context$1_SlotResource as SlotResource, type context$1_SlotSlotResource as SlotSlotResource, context$1_SortOrder as SortOrder, type context$1_Sorting as Sorting, type StreetAddress$1 as StreetAddress, type Subdivision$1 as Subdivision, type context$1_UpdateBookingRequest as UpdateBookingRequest, type context$1_UpdateBookingResponse as UpdateBookingResponse, type context$1_UpdateExtendedFieldsOptions as UpdateExtendedFieldsOptions, type context$1_UpdateExtendedFieldsRequest as UpdateExtendedFieldsRequest, type context$1_UpdateExtendedFieldsResponse as UpdateExtendedFieldsResponse, type context$1_UpdateExtendedFieldsResponseNonNullableFields as UpdateExtendedFieldsResponseNonNullableFields, type context$1_UpdateNumberOfParticipantsOptions as UpdateNumberOfParticipantsOptions, type context$1_UpdateNumberOfParticipantsRequest as UpdateNumberOfParticipantsRequest, type context$1_UpdateNumberOfParticipantsRequestParticipantsInfoOneOf as UpdateNumberOfParticipantsRequestParticipantsInfoOneOf, type context$1_UpdateNumberOfParticipantsResponse as UpdateNumberOfParticipantsResponse, type context$1_UpdateNumberOfParticipantsResponseNonNullableFields as UpdateNumberOfParticipantsResponseNonNullableFields, type context$1_V2CancelBookingRequest as V2CancelBookingRequest, type context$1_V2CancelBookingResponse as V2CancelBookingResponse, type context$1_V2ConfirmBookingRequest as V2ConfirmBookingRequest, type context$1_V2ConfirmBookingResponse as V2ConfirmBookingResponse, type context$1_V2CreateBookingRequest as V2CreateBookingRequest, type context$1_V2CreateBookingRequestBookableItemOneOf as V2CreateBookingRequestBookableItemOneOf, type context$1_V2CreateBookingRequestParticipantsInfoOneOf as V2CreateBookingRequestParticipantsInfoOneOf, type context$1_V2CreateBookingResponse as V2CreateBookingResponse, type context$1_V2DeclineBookingRequest as V2DeclineBookingRequest, type context$1_V2DeclineBookingResponse as V2DeclineBookingResponse, type context$1_V2RescheduleBookingRequest as V2RescheduleBookingRequest, type context$1_V2RescheduleBookingRequestParticipantsInfoOneOf as V2RescheduleBookingRequestParticipantsInfoOneOf, type context$1_V2RescheduleBookingResponse as V2RescheduleBookingResponse, type context$1_V2Slot as V2Slot, type context$1_V2UpdateNumberOfParticipantsRequest as V2UpdateNumberOfParticipantsRequest, type context$1_V2UpdateNumberOfParticipantsRequestParticipantsInfoOneOf as V2UpdateNumberOfParticipantsRequestParticipantsInfoOneOf, type context$1_V2UpdateNumberOfParticipantsResponse as V2UpdateNumberOfParticipantsResponse, ValueType$1 as ValueType, type context$1_WaitingList as WaitingList, context$1_WebhookIdentityType as WebhookIdentityType, type context$1_WebhooksIdentificationData as WebhooksIdentificationData, type context$1_WebhooksIdentificationDataIdOneOf as WebhooksIdentificationDataIdOneOf, type context$1__publicOnBookingCanceledType as _publicOnBookingCanceledType, type context$1__publicOnBookingConfirmedType as _publicOnBookingConfirmedType, type context$1__publicOnBookingCreatedType as _publicOnBookingCreatedType, type context$1__publicOnBookingDeclinedType as _publicOnBookingDeclinedType, type context$1__publicOnBookingNumberOfParticipantsUpdatedType as _publicOnBookingNumberOfParticipantsUpdatedType, type context$1__publicOnBookingRescheduledType as _publicOnBookingRescheduledType, type context$1__publicOnBookingUpdatedType as _publicOnBookingUpdatedType, context$1_addBookingsToMultiServiceBooking as addBookingsToMultiServiceBooking, context$1_bulkCreateBooking as bulkCreateBooking, context$1_bulkGetMultiServiceBookingAllowedActions as bulkGetMultiServiceBookingAllowedActions, context$1_cancelBooking as cancelBooking, context$1_cancelMultiServiceBooking as cancelMultiServiceBooking, context$1_confirmBooking as confirmBooking, context$1_confirmMultiServiceBooking as confirmMultiServiceBooking, context$1_confirmOrDeclineBooking as confirmOrDeclineBooking, context$1_createBooking as createBooking, context$1_createMultiServiceBooking as createMultiServiceBooking, context$1_declineBooking as declineBooking, context$1_declineMultiServiceBooking as declineMultiServiceBooking, context$1_getMultiServiceBooking as getMultiServiceBooking, context$1_getMultiServiceBookingAvailability as getMultiServiceBookingAvailability, context$1_markAsMultiServiceBooking as markAsMultiServiceBooking, context$1_markMultiServiceBookingAsPending as markMultiServiceBookingAsPending, context$1_onBookingCanceled as onBookingCanceled, context$1_onBookingConfirmed as onBookingConfirmed, context$1_onBookingCreated as onBookingCreated, context$1_onBookingDeclined as onBookingDeclined, context$1_onBookingNumberOfParticipantsUpdated as onBookingNumberOfParticipantsUpdated, context$1_onBookingRescheduled as onBookingRescheduled, context$1_onBookingUpdated as onBookingUpdated, onBookingCanceled$1 as publicOnBookingCanceled, onBookingConfirmed$1 as publicOnBookingConfirmed, onBookingCreated$1 as publicOnBookingCreated, onBookingDeclined$1 as publicOnBookingDeclined, onBookingNumberOfParticipantsUpdated$1 as publicOnBookingNumberOfParticipantsUpdated, onBookingRescheduled$1 as publicOnBookingRescheduled, onBookingUpdated$1 as publicOnBookingUpdated, context$1_removeBookingsFromMultiServiceBooking as removeBookingsFromMultiServiceBooking, context$1_rescheduleBooking as rescheduleBooking, context$1_rescheduleMultiServiceBooking as rescheduleMultiServiceBooking, context$1_updateExtendedFields as updateExtendedFields, context$1_updateNumberOfParticipants as updateNumberOfParticipants };
|
|
25670
25686
|
}
|
|
25671
25687
|
|
|
25672
25688
|
interface PriceInfo extends PriceInfoTotalPriceOneOf {
|
|
@@ -23019,6 +23019,21 @@ interface BookingChanged {
|
|
|
23019
23019
|
/** The booking after the changes. */
|
|
23020
23020
|
currentBooking?: Booking$1;
|
|
23021
23021
|
}
|
|
23022
|
+
interface BookingFormFilled {
|
|
23023
|
+
/** The booking object that form was filled for. */
|
|
23024
|
+
booking?: Booking$1;
|
|
23025
|
+
/**
|
|
23026
|
+
* The submitted form data, where key is the form field and value is the data submitted for the given field.
|
|
23027
|
+
* See the [form submission object](https://dev.wix.com/docs/rest/crm/forms/form-submissions/submission-object)
|
|
23028
|
+
* for more details.
|
|
23029
|
+
*/
|
|
23030
|
+
formSubmission?: Record<string, any> | null;
|
|
23031
|
+
/**
|
|
23032
|
+
* ID of the [form](https://dev.wix.com/docs/rest/crm/forms/form-schemas/form-object)
|
|
23033
|
+
* that was filled.
|
|
23034
|
+
*/
|
|
23035
|
+
formId?: string | null;
|
|
23036
|
+
}
|
|
23022
23037
|
interface CreateBookingRequest {
|
|
23023
23038
|
/** The booking to create. */
|
|
23024
23039
|
booking: Booking$1;
|
|
@@ -25425,6 +25440,7 @@ type index_d$1_BookingCreatedEnvelope = BookingCreatedEnvelope;
|
|
|
25425
25440
|
type index_d$1_BookingDeclined = BookingDeclined;
|
|
25426
25441
|
type index_d$1_BookingDeclinedEnvelope = BookingDeclinedEnvelope;
|
|
25427
25442
|
type index_d$1_BookingDetails = BookingDetails;
|
|
25443
|
+
type index_d$1_BookingFormFilled = BookingFormFilled;
|
|
25428
25444
|
type index_d$1_BookingIdAndRevision = BookingIdAndRevision;
|
|
25429
25445
|
type index_d$1_BookingInfo = BookingInfo;
|
|
25430
25446
|
type index_d$1_BookingMarkedAsPending = BookingMarkedAsPending;
|
|
@@ -25666,7 +25682,7 @@ declare const index_d$1_rescheduleMultiServiceBooking: typeof rescheduleMultiSer
|
|
|
25666
25682
|
declare const index_d$1_updateExtendedFields: typeof updateExtendedFields;
|
|
25667
25683
|
declare const index_d$1_updateNumberOfParticipants: typeof updateNumberOfParticipants;
|
|
25668
25684
|
declare namespace index_d$1 {
|
|
25669
|
-
export { type index_d$1_ActionEvent as ActionEvent, Actor$1 as Actor, type index_d$1_AddBookingsToMultiServiceBookingOptions as AddBookingsToMultiServiceBookingOptions, type index_d$1_AddBookingsToMultiServiceBookingRequest as AddBookingsToMultiServiceBookingRequest, type index_d$1_AddBookingsToMultiServiceBookingResponse as AddBookingsToMultiServiceBookingResponse, type index_d$1_AddBookingsToMultiServiceBookingResponseNonNullableFields as AddBookingsToMultiServiceBookingResponseNonNullableFields, 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_BulkGetMultiServiceBookingAllowedActionsResponseNonNullableFields as BulkGetMultiServiceBookingAllowedActionsResponseNonNullableFields, 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_CancelMultiServiceBookingOptions as CancelMultiServiceBookingOptions, type index_d$1_CancelMultiServiceBookingRequest as CancelMultiServiceBookingRequest, type index_d$1_CancelMultiServiceBookingResponse as CancelMultiServiceBookingResponse, type index_d$1_CancelMultiServiceBookingResponseNonNullableFields as CancelMultiServiceBookingResponseNonNullableFields, 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_ConfirmMultiServiceBookingOptions as ConfirmMultiServiceBookingOptions, type index_d$1_ConfirmMultiServiceBookingRequest as ConfirmMultiServiceBookingRequest, type index_d$1_ConfirmMultiServiceBookingResponse as ConfirmMultiServiceBookingResponse, type index_d$1_ConfirmMultiServiceBookingResponseNonNullableFields as ConfirmMultiServiceBookingResponseNonNullableFields, 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_CountBookingsRequest as CountBookingsRequest, type index_d$1_CountBookingsResponse as CountBookingsResponse, 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_CreateMultiServiceBookingOptions as CreateMultiServiceBookingOptions, type index_d$1_CreateMultiServiceBookingRequest as CreateMultiServiceBookingRequest, type index_d$1_CreateMultiServiceBookingResponse as CreateMultiServiceBookingResponse, type index_d$1_CreateMultiServiceBookingResponseNonNullableFields as CreateMultiServiceBookingResponseNonNullableFields, type index_d$1_CursorPaging as CursorPaging, type index_d$1_Cursors as Cursors, type CustomFormField$1 as CustomFormField, type index_d$1_DeclineBookingFlowControlSettings as DeclineBookingFlowControlSettings, 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_DeclineMultiServiceBookingOptions as DeclineMultiServiceBookingOptions, type index_d$1_DeclineMultiServiceBookingRequest as DeclineMultiServiceBookingRequest, type index_d$1_DeclineMultiServiceBookingResponse as DeclineMultiServiceBookingResponse, type index_d$1_DeclineMultiServiceBookingResponseNonNullableFields as DeclineMultiServiceBookingResponseNonNullableFields, type index_d$1_DomainEvent as DomainEvent, type index_d$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type Duration$1 as Duration, 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_GetMultiServiceBookingAvailabilityResponseNonNullableFields as GetMultiServiceBookingAvailabilityResponseNonNullableFields, type index_d$1_GetMultiServiceBookingRequest as GetMultiServiceBookingRequest, type index_d$1_GetMultiServiceBookingResponse as GetMultiServiceBookingResponse, type index_d$1_GetMultiServiceBookingResponseNonNullableFields as GetMultiServiceBookingResponseNonNullableFields, 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_MarkAsMultiServiceBookingOptions as MarkAsMultiServiceBookingOptions, 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_MarkMultiServiceBookingAsPendingOptions as MarkMultiServiceBookingAsPendingOptions, type index_d$1_MarkMultiServiceBookingAsPendingRequest as MarkMultiServiceBookingAsPendingRequest, type index_d$1_MarkMultiServiceBookingAsPendingResponse as MarkMultiServiceBookingAsPendingResponse, type index_d$1_MarkMultiServiceBookingAsPendingResponseNonNullableFields as MarkMultiServiceBookingAsPendingResponseNonNullableFields, 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, type index_d$1_MultiServiceBookingNonNullableFields as MultiServiceBookingNonNullableFields, 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_RemoveBookingsFromMultiServiceBookingOptions as RemoveBookingsFromMultiServiceBookingOptions, type index_d$1_RemoveBookingsFromMultiServiceBookingRequest as RemoveBookingsFromMultiServiceBookingRequest, type index_d$1_RemoveBookingsFromMultiServiceBookingResponse as RemoveBookingsFromMultiServiceBookingResponse, type index_d$1_RemoveBookingsFromMultiServiceBookingResponseNonNullableFields as RemoveBookingsFromMultiServiceBookingResponseNonNullableFields, 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_RescheduleMultiServiceBookingOptions as RescheduleMultiServiceBookingOptions, type index_d$1_RescheduleMultiServiceBookingRequest as RescheduleMultiServiceBookingRequest, type index_d$1_RescheduleMultiServiceBookingResponse as RescheduleMultiServiceBookingResponse, type index_d$1_RescheduleMultiServiceBookingResponseNonNullableFields as RescheduleMultiServiceBookingResponseNonNullableFields, type index_d$1_RestoreInfo as RestoreInfo, 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, type index_d$1__publicOnBookingCanceledType as _publicOnBookingCanceledType, type index_d$1__publicOnBookingConfirmedType as _publicOnBookingConfirmedType, type index_d$1__publicOnBookingCreatedType as _publicOnBookingCreatedType, type index_d$1__publicOnBookingDeclinedType as _publicOnBookingDeclinedType, type index_d$1__publicOnBookingNumberOfParticipantsUpdatedType as _publicOnBookingNumberOfParticipantsUpdatedType, type index_d$1__publicOnBookingRescheduledType as _publicOnBookingRescheduledType, type index_d$1__publicOnBookingUpdatedType as _publicOnBookingUpdatedType, index_d$1_addBookingsToMultiServiceBooking as addBookingsToMultiServiceBooking, index_d$1_bulkCreateBooking as bulkCreateBooking, index_d$1_bulkGetMultiServiceBookingAllowedActions as bulkGetMultiServiceBookingAllowedActions, index_d$1_cancelBooking as cancelBooking, index_d$1_cancelMultiServiceBooking as cancelMultiServiceBooking, index_d$1_confirmBooking as confirmBooking, index_d$1_confirmMultiServiceBooking as confirmMultiServiceBooking, index_d$1_confirmOrDeclineBooking as confirmOrDeclineBooking, index_d$1_createBooking as createBooking, index_d$1_createMultiServiceBooking as createMultiServiceBooking, index_d$1_declineBooking as declineBooking, index_d$1_declineMultiServiceBooking as declineMultiServiceBooking, index_d$1_getMultiServiceBooking as getMultiServiceBooking, index_d$1_getMultiServiceBookingAvailability as getMultiServiceBookingAvailability, index_d$1_markAsMultiServiceBooking as markAsMultiServiceBooking, index_d$1_markMultiServiceBookingAsPending as markMultiServiceBookingAsPending, 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, onBookingCanceled$1 as publicOnBookingCanceled, onBookingConfirmed$1 as publicOnBookingConfirmed, onBookingCreated$1 as publicOnBookingCreated, onBookingDeclined$1 as publicOnBookingDeclined, onBookingNumberOfParticipantsUpdated$1 as publicOnBookingNumberOfParticipantsUpdated, onBookingRescheduled$1 as publicOnBookingRescheduled, onBookingUpdated$1 as publicOnBookingUpdated, index_d$1_removeBookingsFromMultiServiceBooking as removeBookingsFromMultiServiceBooking, index_d$1_rescheduleBooking as rescheduleBooking, index_d$1_rescheduleMultiServiceBooking as rescheduleMultiServiceBooking, index_d$1_updateExtendedFields as updateExtendedFields, index_d$1_updateNumberOfParticipants as updateNumberOfParticipants };
|
|
25685
|
+
export { type index_d$1_ActionEvent as ActionEvent, Actor$1 as Actor, type index_d$1_AddBookingsToMultiServiceBookingOptions as AddBookingsToMultiServiceBookingOptions, type index_d$1_AddBookingsToMultiServiceBookingRequest as AddBookingsToMultiServiceBookingRequest, type index_d$1_AddBookingsToMultiServiceBookingResponse as AddBookingsToMultiServiceBookingResponse, type index_d$1_AddBookingsToMultiServiceBookingResponseNonNullableFields as AddBookingsToMultiServiceBookingResponseNonNullableFields, 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_BookingFormFilled as BookingFormFilled, 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_BulkGetMultiServiceBookingAllowedActionsResponseNonNullableFields as BulkGetMultiServiceBookingAllowedActionsResponseNonNullableFields, 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_CancelMultiServiceBookingOptions as CancelMultiServiceBookingOptions, type index_d$1_CancelMultiServiceBookingRequest as CancelMultiServiceBookingRequest, type index_d$1_CancelMultiServiceBookingResponse as CancelMultiServiceBookingResponse, type index_d$1_CancelMultiServiceBookingResponseNonNullableFields as CancelMultiServiceBookingResponseNonNullableFields, 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_ConfirmMultiServiceBookingOptions as ConfirmMultiServiceBookingOptions, type index_d$1_ConfirmMultiServiceBookingRequest as ConfirmMultiServiceBookingRequest, type index_d$1_ConfirmMultiServiceBookingResponse as ConfirmMultiServiceBookingResponse, type index_d$1_ConfirmMultiServiceBookingResponseNonNullableFields as ConfirmMultiServiceBookingResponseNonNullableFields, 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_CountBookingsRequest as CountBookingsRequest, type index_d$1_CountBookingsResponse as CountBookingsResponse, 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_CreateMultiServiceBookingOptions as CreateMultiServiceBookingOptions, type index_d$1_CreateMultiServiceBookingRequest as CreateMultiServiceBookingRequest, type index_d$1_CreateMultiServiceBookingResponse as CreateMultiServiceBookingResponse, type index_d$1_CreateMultiServiceBookingResponseNonNullableFields as CreateMultiServiceBookingResponseNonNullableFields, type index_d$1_CursorPaging as CursorPaging, type index_d$1_Cursors as Cursors, type CustomFormField$1 as CustomFormField, type index_d$1_DeclineBookingFlowControlSettings as DeclineBookingFlowControlSettings, 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_DeclineMultiServiceBookingOptions as DeclineMultiServiceBookingOptions, type index_d$1_DeclineMultiServiceBookingRequest as DeclineMultiServiceBookingRequest, type index_d$1_DeclineMultiServiceBookingResponse as DeclineMultiServiceBookingResponse, type index_d$1_DeclineMultiServiceBookingResponseNonNullableFields as DeclineMultiServiceBookingResponseNonNullableFields, type index_d$1_DomainEvent as DomainEvent, type index_d$1_DomainEventBodyOneOf as DomainEventBodyOneOf, type Duration$1 as Duration, 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_GetMultiServiceBookingAvailabilityResponseNonNullableFields as GetMultiServiceBookingAvailabilityResponseNonNullableFields, type index_d$1_GetMultiServiceBookingRequest as GetMultiServiceBookingRequest, type index_d$1_GetMultiServiceBookingResponse as GetMultiServiceBookingResponse, type index_d$1_GetMultiServiceBookingResponseNonNullableFields as GetMultiServiceBookingResponseNonNullableFields, 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_MarkAsMultiServiceBookingOptions as MarkAsMultiServiceBookingOptions, 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_MarkMultiServiceBookingAsPendingOptions as MarkMultiServiceBookingAsPendingOptions, type index_d$1_MarkMultiServiceBookingAsPendingRequest as MarkMultiServiceBookingAsPendingRequest, type index_d$1_MarkMultiServiceBookingAsPendingResponse as MarkMultiServiceBookingAsPendingResponse, type index_d$1_MarkMultiServiceBookingAsPendingResponseNonNullableFields as MarkMultiServiceBookingAsPendingResponseNonNullableFields, 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, type index_d$1_MultiServiceBookingNonNullableFields as MultiServiceBookingNonNullableFields, 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_RemoveBookingsFromMultiServiceBookingOptions as RemoveBookingsFromMultiServiceBookingOptions, type index_d$1_RemoveBookingsFromMultiServiceBookingRequest as RemoveBookingsFromMultiServiceBookingRequest, type index_d$1_RemoveBookingsFromMultiServiceBookingResponse as RemoveBookingsFromMultiServiceBookingResponse, type index_d$1_RemoveBookingsFromMultiServiceBookingResponseNonNullableFields as RemoveBookingsFromMultiServiceBookingResponseNonNullableFields, 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_RescheduleMultiServiceBookingOptions as RescheduleMultiServiceBookingOptions, type index_d$1_RescheduleMultiServiceBookingRequest as RescheduleMultiServiceBookingRequest, type index_d$1_RescheduleMultiServiceBookingResponse as RescheduleMultiServiceBookingResponse, type index_d$1_RescheduleMultiServiceBookingResponseNonNullableFields as RescheduleMultiServiceBookingResponseNonNullableFields, type index_d$1_RestoreInfo as RestoreInfo, 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, type index_d$1__publicOnBookingCanceledType as _publicOnBookingCanceledType, type index_d$1__publicOnBookingConfirmedType as _publicOnBookingConfirmedType, type index_d$1__publicOnBookingCreatedType as _publicOnBookingCreatedType, type index_d$1__publicOnBookingDeclinedType as _publicOnBookingDeclinedType, type index_d$1__publicOnBookingNumberOfParticipantsUpdatedType as _publicOnBookingNumberOfParticipantsUpdatedType, type index_d$1__publicOnBookingRescheduledType as _publicOnBookingRescheduledType, type index_d$1__publicOnBookingUpdatedType as _publicOnBookingUpdatedType, index_d$1_addBookingsToMultiServiceBooking as addBookingsToMultiServiceBooking, index_d$1_bulkCreateBooking as bulkCreateBooking, index_d$1_bulkGetMultiServiceBookingAllowedActions as bulkGetMultiServiceBookingAllowedActions, index_d$1_cancelBooking as cancelBooking, index_d$1_cancelMultiServiceBooking as cancelMultiServiceBooking, index_d$1_confirmBooking as confirmBooking, index_d$1_confirmMultiServiceBooking as confirmMultiServiceBooking, index_d$1_confirmOrDeclineBooking as confirmOrDeclineBooking, index_d$1_createBooking as createBooking, index_d$1_createMultiServiceBooking as createMultiServiceBooking, index_d$1_declineBooking as declineBooking, index_d$1_declineMultiServiceBooking as declineMultiServiceBooking, index_d$1_getMultiServiceBooking as getMultiServiceBooking, index_d$1_getMultiServiceBookingAvailability as getMultiServiceBookingAvailability, index_d$1_markAsMultiServiceBooking as markAsMultiServiceBooking, index_d$1_markMultiServiceBookingAsPending as markMultiServiceBookingAsPending, 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, onBookingCanceled$1 as publicOnBookingCanceled, onBookingConfirmed$1 as publicOnBookingConfirmed, onBookingCreated$1 as publicOnBookingCreated, onBookingDeclined$1 as publicOnBookingDeclined, onBookingNumberOfParticipantsUpdated$1 as publicOnBookingNumberOfParticipantsUpdated, onBookingRescheduled$1 as publicOnBookingRescheduled, onBookingUpdated$1 as publicOnBookingUpdated, index_d$1_removeBookingsFromMultiServiceBooking as removeBookingsFromMultiServiceBooking, index_d$1_rescheduleBooking as rescheduleBooking, index_d$1_rescheduleMultiServiceBooking as rescheduleMultiServiceBooking, index_d$1_updateExtendedFields as updateExtendedFields, index_d$1_updateNumberOfParticipants as updateNumberOfParticipants };
|
|
25670
25686
|
}
|
|
25671
25687
|
|
|
25672
25688
|
interface PriceInfo extends PriceInfoTotalPriceOneOf {
|