@wix/bookings 1.0.411 → 1.0.413
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.413",
|
|
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.
|
|
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.
|
|
32
|
+
"@wix/bookings_services": "1.0.54"
|
|
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": "
|
|
57
|
+
"falconPackageHash": "eb7203ad9d01fc6d2dbae1ac959582e0dd28cdd020ac8d92b6dfce7e"
|
|
58
58
|
}
|
|
@@ -3962,7 +3962,6 @@ declare enum LocationTypeEnumLocationType {
|
|
|
3962
3962
|
interface CommonAddress extends CommonAddressStreetOneOf {
|
|
3963
3963
|
/** Street name and number. */
|
|
3964
3964
|
streetAddress?: CommonStreetAddress;
|
|
3965
|
-
/** Main address line, usually street and number as free text. */
|
|
3966
3965
|
addressLine1?: string | null;
|
|
3967
3966
|
/** 2-letter country code in an [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. */
|
|
3968
3967
|
country?: string | null;
|
|
@@ -3979,7 +3978,6 @@ interface CommonAddress extends CommonAddressStreetOneOf {
|
|
|
3979
3978
|
interface CommonAddressStreetOneOf {
|
|
3980
3979
|
/** Street name and number. */
|
|
3981
3980
|
streetAddress?: CommonStreetAddress;
|
|
3982
|
-
/** Main address line, usually street and number as free text. */
|
|
3983
3981
|
addressLine?: string | null;
|
|
3984
3982
|
}
|
|
3985
3983
|
/** Street address. Includes street name, number, and apartment number in separate fields. */
|
|
@@ -9553,7 +9553,6 @@ declare enum LocationTypeEnumLocationType {
|
|
|
9553
9553
|
interface CommonAddress extends CommonAddressStreetOneOf {
|
|
9554
9554
|
/** Street name and number. */
|
|
9555
9555
|
streetAddress?: CommonStreetAddress;
|
|
9556
|
-
/** Main address line, usually street and number as free text. */
|
|
9557
9556
|
addressLine1?: string | null;
|
|
9558
9557
|
/** 2-letter country code in an [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. */
|
|
9559
9558
|
country?: string | null;
|
|
@@ -9570,7 +9569,6 @@ interface CommonAddress extends CommonAddressStreetOneOf {
|
|
|
9570
9569
|
interface CommonAddressStreetOneOf {
|
|
9571
9570
|
/** Street name and number. */
|
|
9572
9571
|
streetAddress?: CommonStreetAddress;
|
|
9573
|
-
/** Main address line, usually street and number as free text. */
|
|
9574
9572
|
addressLine?: string | null;
|
|
9575
9573
|
}
|
|
9576
9574
|
/** Street address. Includes street name, number, and apartment number in separate fields. */
|
|
@@ -15925,6 +15923,9 @@ interface DomainEventBodyOneOf {
|
|
|
15925
15923
|
interface EntityCreatedEvent {
|
|
15926
15924
|
entity?: string;
|
|
15927
15925
|
}
|
|
15926
|
+
interface UndeleteInfo {
|
|
15927
|
+
deletedDate?: Date;
|
|
15928
|
+
}
|
|
15928
15929
|
interface EntityUpdatedEvent {
|
|
15929
15930
|
/**
|
|
15930
15931
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
@@ -17900,6 +17901,7 @@ type index_d$1_SlotSlotResource = SlotSlotResource;
|
|
|
17900
17901
|
type index_d$1_SortOrder = SortOrder;
|
|
17901
17902
|
declare const index_d$1_SortOrder: typeof SortOrder;
|
|
17902
17903
|
type index_d$1_Sorting = Sorting;
|
|
17904
|
+
type index_d$1_UndeleteInfo = UndeleteInfo;
|
|
17903
17905
|
type index_d$1_UpdateBookingRequest = UpdateBookingRequest;
|
|
17904
17906
|
type index_d$1_UpdateBookingResponse = UpdateBookingResponse;
|
|
17905
17907
|
type index_d$1_UpdateExtendedFieldsOptions = UpdateExtendedFieldsOptions;
|
|
@@ -17950,7 +17952,7 @@ declare const index_d$1_rescheduleBooking: typeof rescheduleBooking;
|
|
|
17950
17952
|
declare const index_d$1_updateExtendedFields: typeof updateExtendedFields;
|
|
17951
17953
|
declare const index_d$1_updateNumberOfParticipants: typeof updateNumberOfParticipants;
|
|
17952
17954
|
declare namespace index_d$1 {
|
|
17953
|
-
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 };
|
|
17955
|
+
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 };
|
|
17954
17956
|
}
|
|
17955
17957
|
|
|
17956
17958
|
interface PriceInfo extends PriceInfoTotalPriceOneOf {
|
|
@@ -8790,7 +8790,6 @@ declare enum LocationTypeEnumLocationType$1 {
|
|
|
8790
8790
|
interface CommonAddress$1 extends CommonAddressStreetOneOf$1 {
|
|
8791
8791
|
/** Street name and number. */
|
|
8792
8792
|
streetAddress?: CommonStreetAddress$1;
|
|
8793
|
-
/** Main address line, usually street and number as free text. */
|
|
8794
8793
|
addressLine?: string | null;
|
|
8795
8794
|
/** 2-letter country code in an [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. */
|
|
8796
8795
|
country?: string | null;
|
|
@@ -8807,7 +8806,6 @@ interface CommonAddress$1 extends CommonAddressStreetOneOf$1 {
|
|
|
8807
8806
|
interface CommonAddressStreetOneOf$1 {
|
|
8808
8807
|
/** Street name and number. */
|
|
8809
8808
|
streetAddress?: CommonStreetAddress$1;
|
|
8810
|
-
/** Main address line, usually street and number as free text. */
|
|
8811
8809
|
addressLine?: string | null;
|
|
8812
8810
|
}
|
|
8813
8811
|
/** Street address. Includes street name, number, and apartment number in separate fields. */
|
|
@@ -10610,7 +10608,6 @@ declare enum LocationTypeEnumLocationType {
|
|
|
10610
10608
|
interface CommonAddress extends CommonAddressStreetOneOf {
|
|
10611
10609
|
/** Street name and number. */
|
|
10612
10610
|
streetAddress?: CommonStreetAddress;
|
|
10613
|
-
/** Main address line, usually street and number as free text. */
|
|
10614
10611
|
addressLine1?: string | null;
|
|
10615
10612
|
/** 2-letter country code in an [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. */
|
|
10616
10613
|
country?: string | null;
|
|
@@ -10627,7 +10624,6 @@ interface CommonAddress extends CommonAddressStreetOneOf {
|
|
|
10627
10624
|
interface CommonAddressStreetOneOf {
|
|
10628
10625
|
/** Street name and number. */
|
|
10629
10626
|
streetAddress?: CommonStreetAddress;
|
|
10630
|
-
/** Main address line, usually street and number as free text. */
|
|
10631
10627
|
addressLine?: string | null;
|
|
10632
10628
|
}
|
|
10633
10629
|
/** Street address. Includes street name, number, and apartment number in separate fields. */
|