@wix/events 1.0.259 → 1.0.261

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.
@@ -979,7 +979,7 @@ declare enum OrderType$1 {
979
979
  /** Each order ticket has its own form */
980
980
  ASSIGNED_TICKETS = "ASSIGNED_TICKETS"
981
981
  }
982
- interface EventDeleted$3 {
982
+ interface EventDeleted$4 {
983
983
  /** Event deleted timestamp in ISO UTC format. */
984
984
  timestamp?: Date;
985
985
  /** Event ID. */
@@ -1241,12 +1241,9 @@ declare const onGuestCreated$1: EventDefinition<GuestCreatedEnvelope, "wix.event
1241
1241
  declare const onGuestUpdated$1: EventDefinition<GuestUpdatedEnvelope, "wix.events.guests.v1.guest_updated">;
1242
1242
  declare const onGuestDeleted$1: EventDefinition<GuestDeletedEnvelope, "wix.events.guests.v1.guest_deleted">;
1243
1243
 
1244
- declare function createRESTModule$e<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
1245
-
1246
1244
  declare function createEventModule$b<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
1247
1245
 
1248
- type _publicQueryGuestsType = typeof queryGuests$1;
1249
- declare const queryGuests: ReturnType<typeof createRESTModule$e<_publicQueryGuestsType>>;
1246
+ declare const queryGuests: BuildRESTFunction<typeof queryGuests$1> & typeof queryGuests$1;
1250
1247
 
1251
1248
  type _publicOnGuestCreatedType = typeof onGuestCreated$1;
1252
1249
  /** */
@@ -1286,13 +1283,12 @@ type index_d$e_UpdateGuestResponse = UpdateGuestResponse;
1286
1283
  type index_d$e__publicOnGuestCreatedType = _publicOnGuestCreatedType;
1287
1284
  type index_d$e__publicOnGuestDeletedType = _publicOnGuestDeletedType;
1288
1285
  type index_d$e__publicOnGuestUpdatedType = _publicOnGuestUpdatedType;
1289
- type index_d$e__publicQueryGuestsType = _publicQueryGuestsType;
1290
1286
  declare const index_d$e_onGuestCreated: typeof onGuestCreated;
1291
1287
  declare const index_d$e_onGuestDeleted: typeof onGuestDeleted;
1292
1288
  declare const index_d$e_onGuestUpdated: typeof onGuestUpdated;
1293
1289
  declare const index_d$e_queryGuests: typeof queryGuests;
1294
1290
  declare namespace index_d$e {
1295
- export { type ActionEvent$8 as ActionEvent, type Address$9 as Address, type AddressLocation$9 as AddressLocation, type AddressStreetOneOf$9 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$b as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$6 as CursorPaging, type Cursors$9 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventDeleted$3 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$6 as EventMetadata, EventType$4 as EventType, type Fee$2 as Fee, FeeName$2 as FeeName, FeeType$3 as FeeType, type FormResponse$4 as FormResponse, type FormattedAddress$4 as FormattedAddress, type Guest$3 as Guest, type index_d$e_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type index_d$e_GuestCreatedEnvelope as GuestCreatedEnvelope, type index_d$e_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type index_d$e_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type index_d$e_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type index_d$e_GuestsQueryBuilder as GuestsQueryBuilder, type index_d$e_GuestsQueryResult as GuestsQueryResult, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$3 as Item, type index_d$e_Language as Language, type index_d$e_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type index_d$e_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$c as MessageEnvelope, type Money$7 as Money, NotifyActionType$1 as NotifyActionType, type NotifyGuestAction$1 as NotifyGuestAction, type OnlineConferencingLogin$4 as OnlineConferencingLogin, type OrderConfirmed$2 as OrderConfirmed, type OrderDeleted$1 as OrderDeleted, OrderStatus$3 as OrderStatus, OrderType$1 as OrderType, type OrderUpdated$2 as OrderUpdated, type Paging$8 as Paging, type PagingMetadataV2$8 as PagingMetadataV2, type PaidPlanDiscount$2 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$2 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$2 as PercentDiscount, type index_d$e_QueryEventGuestsOptions as QueryEventGuestsOptions, type index_d$e_QueryEventGuestsRequest as QueryEventGuestsRequest, type index_d$e_QueryEventGuestsResponse as QueryEventGuestsResponse, type index_d$e_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, index_d$e_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$6 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type index_d$e_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type index_d$e_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type StandardDetails$4 as StandardDetails, type index_d$e_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$9 as StreetAddress, type Subdivision$9 as Subdivision, SubdivisionType$9 as SubdivisionType, type index_d$e_Task as Task, type TaskContext$1 as TaskContext, type index_d$e_TaskKey as TaskKey, type Tax$2 as Tax, TaxType$5 as TaxType, type Ticket$3 as Ticket, type TicketDetails$3 as TicketDetails, type TicketGuestDetails$1 as TicketGuestDetails, type index_d$e_UpdateGuestRequest as UpdateGuestRequest, type index_d$e_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$c as WebhookIdentityType, type index_d$e__publicOnGuestCreatedType as _publicOnGuestCreatedType, type index_d$e__publicOnGuestDeletedType as _publicOnGuestDeletedType, type index_d$e__publicOnGuestUpdatedType as _publicOnGuestUpdatedType, type index_d$e__publicQueryGuestsType as _publicQueryGuestsType, index_d$e_onGuestCreated as onGuestCreated, index_d$e_onGuestDeleted as onGuestDeleted, index_d$e_onGuestUpdated as onGuestUpdated, onGuestCreated$1 as publicOnGuestCreated, onGuestDeleted$1 as publicOnGuestDeleted, onGuestUpdated$1 as publicOnGuestUpdated, index_d$e_queryGuests as queryGuests };
1291
+ export { type ActionEvent$8 as ActionEvent, type Address$9 as Address, type AddressLocation$9 as AddressLocation, type AddressStreetOneOf$9 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$b as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$6 as CursorPaging, type Cursors$9 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventDeleted$4 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$6 as EventMetadata, EventType$4 as EventType, type Fee$2 as Fee, FeeName$2 as FeeName, FeeType$3 as FeeType, type FormResponse$4 as FormResponse, type FormattedAddress$4 as FormattedAddress, type Guest$3 as Guest, type index_d$e_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type index_d$e_GuestCreatedEnvelope as GuestCreatedEnvelope, type index_d$e_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type index_d$e_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type index_d$e_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type index_d$e_GuestsQueryBuilder as GuestsQueryBuilder, type index_d$e_GuestsQueryResult as GuestsQueryResult, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$3 as Item, type index_d$e_Language as Language, type index_d$e_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type index_d$e_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$c as MessageEnvelope, type Money$7 as Money, NotifyActionType$1 as NotifyActionType, type NotifyGuestAction$1 as NotifyGuestAction, type OnlineConferencingLogin$4 as OnlineConferencingLogin, type OrderConfirmed$2 as OrderConfirmed, type OrderDeleted$1 as OrderDeleted, OrderStatus$3 as OrderStatus, OrderType$1 as OrderType, type OrderUpdated$2 as OrderUpdated, type Paging$8 as Paging, type PagingMetadataV2$8 as PagingMetadataV2, type PaidPlanDiscount$2 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$2 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$2 as PercentDiscount, type index_d$e_QueryEventGuestsOptions as QueryEventGuestsOptions, type index_d$e_QueryEventGuestsRequest as QueryEventGuestsRequest, type index_d$e_QueryEventGuestsResponse as QueryEventGuestsResponse, type index_d$e_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, index_d$e_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$6 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type index_d$e_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type index_d$e_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type StandardDetails$4 as StandardDetails, type index_d$e_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$9 as StreetAddress, type Subdivision$9 as Subdivision, SubdivisionType$9 as SubdivisionType, type index_d$e_Task as Task, type TaskContext$1 as TaskContext, type index_d$e_TaskKey as TaskKey, type Tax$2 as Tax, TaxType$5 as TaxType, type Ticket$3 as Ticket, type TicketDetails$3 as TicketDetails, type TicketGuestDetails$1 as TicketGuestDetails, type index_d$e_UpdateGuestRequest as UpdateGuestRequest, type index_d$e_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$c as WebhookIdentityType, type index_d$e__publicOnGuestCreatedType as _publicOnGuestCreatedType, type index_d$e__publicOnGuestDeletedType as _publicOnGuestDeletedType, type index_d$e__publicOnGuestUpdatedType as _publicOnGuestUpdatedType, index_d$e_onGuestCreated as onGuestCreated, index_d$e_onGuestDeleted as onGuestDeleted, index_d$e_onGuestUpdated as onGuestUpdated, onGuestCreated$1 as publicOnGuestCreated, onGuestDeleted$1 as publicOnGuestDeleted, onGuestUpdated$1 as publicOnGuestUpdated, index_d$e_queryGuests as queryGuests };
1296
1292
  }
1297
1293
 
1298
1294
  interface NotificationConfig {
@@ -3633,7 +3629,7 @@ interface ResolveEmailNotificationConfigResponse {
3633
3629
  /** The retrieved EmailNotificationConfig */
3634
3630
  emailNotificationConfig?: EmailNotificationConfig;
3635
3631
  }
3636
- interface EventDeleted$2 {
3632
+ interface EventDeleted$3 {
3637
3633
  /** Event deleted timestamp in ISO UTC format. */
3638
3634
  timestamp?: Date;
3639
3635
  /** Event ID. */
@@ -3820,16 +3816,11 @@ declare const onNotificationConfigCreated$1: EventDefinition<NotificationConfigC
3820
3816
  declare const onNotificationConfigUpdated$1: EventDefinition<NotificationConfigUpdatedEnvelope, "wix.events.notifications.v2.notification_config_updated">;
3821
3817
  declare const onNotificationConfigDeleted$1: EventDefinition<NotificationConfigDeletedEnvelope, "wix.events.notifications.v2.notification_config_deleted">;
3822
3818
 
3823
- declare function createRESTModule$d<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3824
-
3825
3819
  declare function createEventModule$a<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
3826
3820
 
3827
- type _publicTriggerNotificationType = typeof triggerNotification$1;
3828
- declare const triggerNotification: ReturnType<typeof createRESTModule$d<_publicTriggerNotificationType>>;
3829
- type _publicResolveNotificationConfigType = typeof resolveNotificationConfig$1;
3830
- declare const resolveNotificationConfig: ReturnType<typeof createRESTModule$d<_publicResolveNotificationConfigType>>;
3831
- type _publicUpsertNotificationConfigType = typeof upsertNotificationConfig$1;
3832
- declare const upsertNotificationConfig: ReturnType<typeof createRESTModule$d<_publicUpsertNotificationConfigType>>;
3821
+ declare const triggerNotification: BuildRESTFunction<typeof triggerNotification$1> & typeof triggerNotification$1;
3822
+ declare const resolveNotificationConfig: BuildRESTFunction<typeof resolveNotificationConfig$1> & typeof resolveNotificationConfig$1;
3823
+ declare const upsertNotificationConfig: BuildRESTFunction<typeof upsertNotificationConfig$1> & typeof upsertNotificationConfig$1;
3833
3824
 
3834
3825
  type _publicOnNotificationConfigCreatedType = typeof onNotificationConfigCreated$1;
3835
3826
  /** */
@@ -3930,9 +3921,6 @@ type index_d$d_UpsertNotificationConfigResponseNonNullableFields = UpsertNotific
3930
3921
  type index_d$d__publicOnNotificationConfigCreatedType = _publicOnNotificationConfigCreatedType;
3931
3922
  type index_d$d__publicOnNotificationConfigDeletedType = _publicOnNotificationConfigDeletedType;
3932
3923
  type index_d$d__publicOnNotificationConfigUpdatedType = _publicOnNotificationConfigUpdatedType;
3933
- type index_d$d__publicResolveNotificationConfigType = _publicResolveNotificationConfigType;
3934
- type index_d$d__publicTriggerNotificationType = _publicTriggerNotificationType;
3935
- type index_d$d__publicUpsertNotificationConfigType = _publicUpsertNotificationConfigType;
3936
3924
  declare const index_d$d_onNotificationConfigCreated: typeof onNotificationConfigCreated;
3937
3925
  declare const index_d$d_onNotificationConfigDeleted: typeof onNotificationConfigDeleted;
3938
3926
  declare const index_d$d_onNotificationConfigUpdated: typeof onNotificationConfigUpdated;
@@ -3940,7 +3928,7 @@ declare const index_d$d_resolveNotificationConfig: typeof resolveNotificationCon
3940
3928
  declare const index_d$d_triggerNotification: typeof triggerNotification;
3941
3929
  declare const index_d$d_upsertNotificationConfig: typeof upsertNotificationConfig;
3942
3930
  declare namespace index_d$d {
3943
- export { type index_d$d_Action as Action, type ActionEvent$7 as ActionEvent, type index_d$d_ActionInfoOneOf as ActionInfoOneOf, type index_d$d_ActionSettings as ActionSettings, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, type Agenda$3 as Agenda, type index_d$d_AppDefinedAction as AppDefinedAction, type index_d$d_ApplicationOrigin as ApplicationOrigin, index_d$d_AttendanceStatus as AttendanceStatus, type index_d$d_AuditInfo as AuditInfo, type index_d$d_AuditInfoIdOneOf as AuditInfoIdOneOf, type index_d$d_Automation as Automation, type index_d$d_AutomationConfiguration as AutomationConfiguration, type index_d$d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d$d_AutomationSettings as AutomationSettings, type BaseEventMetadata$a as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, type index_d$d_ConditionAction as ConditionAction, type index_d$d_ConditionExpressionGroup as ConditionExpressionGroup, ConferenceType$3 as ConferenceType, type index_d$d_ContactEventStatusUpdated as ContactEventStatusUpdated, index_d$d_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type index_d$d_DelayAction as DelayAction, type index_d$d_DeletedWithEntity as DeletedWithEntity, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type index_d$d_DraftInfo as DraftInfo, type index_d$d_EmailNotificationConfig as EmailNotificationConfig, index_d$d_EmailNotificationReminderTime as EmailNotificationReminderTime, index_d$d_EmailNotificationType as EmailNotificationType, type index_d$d_EmailTemplate as EmailTemplate, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$3 as EventCopied, type EventDeleted$2 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type index_d$d_EventGuest as EventGuest, type index_d$d_EventGuests as EventGuests, type EventMetadata$5 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$5 as EventStatus, EventType$3 as EventType, type EventUpdated$3 as EventUpdated, type ExternalEvent$3 as ExternalEvent, type Fee$1 as Fee, FeeName$1 as FeeName, FeeType$2 as FeeType, type Feed$3 as Feed, type File$1 as File, type index_d$d_Filter as Filter, type Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type index_d$d_FutureDateActivationOffset as FutureDateActivationOffset, type Guest$2 as Guest, type index_d$d_GuestCountUpdate as GuestCountUpdate, type index_d$d_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, index_d$d_GuestType as GuestType, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type Input$3 as Input, type InputControl$3 as InputControl, InputControlType$3 as InputControlType, type InputValue$3 as InputValue, type Invoice$1 as Invoice, type Item$2 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type Link$1 as Link, type Location$5 as Location, LocationType$5 as LocationType, type MapCoordinates$5 as MapCoordinates, type index_d$d_MemberEventStatusUpdated as MemberEventStatusUpdated, index_d$d_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$b as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type index_d$d_NotificationConfig as NotificationConfig, type index_d$d_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type index_d$d_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type index_d$d_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, index_d$d_NotifyActionType as NotifyActionType, type index_d$d_NotifyGuestAction as NotifyGuestAction, type Occurrence$5 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, index_d$d_Operator as Operator, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type index_d$d_OrderEmailAdded as OrderEmailAdded, type index_d$d_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, index_d$d_Origin as Origin, type index_d$d_OutputAction as OutputAction, type PaidPlanDiscount$1 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$1 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$1 as PercentDiscount, type Positive$3 as Positive, type PositiveResponseConfirmation$3 as PositiveResponseConfirmation, type index_d$d_PreinstalledOrigin as PreinstalledOrigin, index_d$d_PushNotificationType as PushNotificationType, type index_d$d_RateLimit as RateLimit, type index_d$d_RateLimitAction as RateLimitAction, RecurrenceStatusStatus$1 as RecurrenceStatusStatus, type Recurrences$5 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type index_d$d_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type index_d$d_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type index_d$d_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type index_d$d_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type index_d$d_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$5 as RestoreInfo, type RsvpCollection$3 as RsvpCollection, type RsvpCollectionConfig$3 as RsvpCollectionConfig, type RsvpCreated$1 as RsvpCreated, type RsvpFormMessages$3 as RsvpFormMessages, type index_d$d_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$5 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$4 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$6 as Status, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type Tag$3 as Tag, type Target$1 as Target, index_d$d_TargetType as TargetType, type index_d$d_TaskContext as TaskContext, type Tax$1 as Tax, type TaxConfig$3 as TaxConfig, TaxType$4 as TaxType, type Ticket$2 as Ticket, type TicketDetails$2 as TicketDetails, type index_d$d_TicketGuest as TicketGuest, type index_d$d_TicketGuestDetails as TicketGuestDetails, type index_d$d_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type index_d$d_TicketPdfResolved as TicketPdfResolved, type Ticketing$3 as Ticketing, type TicketingConfig$3 as TicketingConfig, type TicketingSummary$3 as TicketingSummary, type TicketsUnavailableMessages$3 as TicketsUnavailableMessages, type TimeDuration$1 as TimeDuration, index_d$d_TimeUnit as TimeUnit, type index_d$d_Trigger as Trigger, type index_d$d_TriggerNotificationOptions as TriggerNotificationOptions, type index_d$d_TriggerNotificationRequest as TriggerNotificationRequest, type index_d$d_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type index_d$d_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type index_d$d_TriggerNotificationResponse as TriggerNotificationResponse, Type$5 as Type, type index_d$d_UnprocessedTargetEvent as UnprocessedTargetEvent, type index_d$d_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type index_d$d_UpsertNotificationConfig as UpsertNotificationConfig, type index_d$d_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type index_d$d_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type index_d$d_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$b as WebhookIdentityType, type index_d$d__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type index_d$d__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type index_d$d__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, type index_d$d__publicResolveNotificationConfigType as _publicResolveNotificationConfigType, type index_d$d__publicTriggerNotificationType as _publicTriggerNotificationType, type index_d$d__publicUpsertNotificationConfigType as _publicUpsertNotificationConfigType, index_d$d_onNotificationConfigCreated as onNotificationConfigCreated, index_d$d_onNotificationConfigDeleted as onNotificationConfigDeleted, index_d$d_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, index_d$d_resolveNotificationConfig as resolveNotificationConfig, index_d$d_triggerNotification as triggerNotification, index_d$d_upsertNotificationConfig as upsertNotificationConfig };
3931
+ export { type index_d$d_Action as Action, type ActionEvent$7 as ActionEvent, type index_d$d_ActionInfoOneOf as ActionInfoOneOf, type index_d$d_ActionSettings as ActionSettings, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, type Agenda$3 as Agenda, type index_d$d_AppDefinedAction as AppDefinedAction, type index_d$d_ApplicationOrigin as ApplicationOrigin, index_d$d_AttendanceStatus as AttendanceStatus, type index_d$d_AuditInfo as AuditInfo, type index_d$d_AuditInfoIdOneOf as AuditInfoIdOneOf, type index_d$d_Automation as Automation, type index_d$d_AutomationConfiguration as AutomationConfiguration, type index_d$d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d$d_AutomationSettings as AutomationSettings, type BaseEventMetadata$a as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, type index_d$d_ConditionAction as ConditionAction, type index_d$d_ConditionExpressionGroup as ConditionExpressionGroup, ConferenceType$3 as ConferenceType, type index_d$d_ContactEventStatusUpdated as ContactEventStatusUpdated, index_d$d_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type index_d$d_DelayAction as DelayAction, type index_d$d_DeletedWithEntity as DeletedWithEntity, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type index_d$d_DraftInfo as DraftInfo, type index_d$d_EmailNotificationConfig as EmailNotificationConfig, index_d$d_EmailNotificationReminderTime as EmailNotificationReminderTime, index_d$d_EmailNotificationType as EmailNotificationType, type index_d$d_EmailTemplate as EmailTemplate, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$3 as EventCopied, type EventDeleted$3 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type index_d$d_EventGuest as EventGuest, type index_d$d_EventGuests as EventGuests, type EventMetadata$5 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$5 as EventStatus, EventType$3 as EventType, type EventUpdated$3 as EventUpdated, type ExternalEvent$3 as ExternalEvent, type Fee$1 as Fee, FeeName$1 as FeeName, FeeType$2 as FeeType, type Feed$3 as Feed, type File$1 as File, type index_d$d_Filter as Filter, type Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type index_d$d_FutureDateActivationOffset as FutureDateActivationOffset, type Guest$2 as Guest, type index_d$d_GuestCountUpdate as GuestCountUpdate, type index_d$d_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, index_d$d_GuestType as GuestType, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type Input$3 as Input, type InputControl$3 as InputControl, InputControlType$3 as InputControlType, type InputValue$3 as InputValue, type Invoice$1 as Invoice, type Item$2 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type Link$1 as Link, type Location$5 as Location, LocationType$5 as LocationType, type MapCoordinates$5 as MapCoordinates, type index_d$d_MemberEventStatusUpdated as MemberEventStatusUpdated, index_d$d_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$b as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type index_d$d_NotificationConfig as NotificationConfig, type index_d$d_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type index_d$d_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type index_d$d_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, index_d$d_NotifyActionType as NotifyActionType, type index_d$d_NotifyGuestAction as NotifyGuestAction, type Occurrence$5 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, index_d$d_Operator as Operator, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type index_d$d_OrderEmailAdded as OrderEmailAdded, type index_d$d_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, index_d$d_Origin as Origin, type index_d$d_OutputAction as OutputAction, type PaidPlanDiscount$1 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$1 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$1 as PercentDiscount, type Positive$3 as Positive, type PositiveResponseConfirmation$3 as PositiveResponseConfirmation, type index_d$d_PreinstalledOrigin as PreinstalledOrigin, index_d$d_PushNotificationType as PushNotificationType, type index_d$d_RateLimit as RateLimit, type index_d$d_RateLimitAction as RateLimitAction, RecurrenceStatusStatus$1 as RecurrenceStatusStatus, type Recurrences$5 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type index_d$d_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type index_d$d_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type index_d$d_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type index_d$d_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type index_d$d_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$5 as RestoreInfo, type RsvpCollection$3 as RsvpCollection, type RsvpCollectionConfig$3 as RsvpCollectionConfig, type RsvpCreated$1 as RsvpCreated, type RsvpFormMessages$3 as RsvpFormMessages, type index_d$d_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$5 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$4 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$6 as Status, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type Tag$3 as Tag, type Target$1 as Target, index_d$d_TargetType as TargetType, type index_d$d_TaskContext as TaskContext, type Tax$1 as Tax, type TaxConfig$3 as TaxConfig, TaxType$4 as TaxType, type Ticket$2 as Ticket, type TicketDetails$2 as TicketDetails, type index_d$d_TicketGuest as TicketGuest, type index_d$d_TicketGuestDetails as TicketGuestDetails, type index_d$d_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type index_d$d_TicketPdfResolved as TicketPdfResolved, type Ticketing$3 as Ticketing, type TicketingConfig$3 as TicketingConfig, type TicketingSummary$3 as TicketingSummary, type TicketsUnavailableMessages$3 as TicketsUnavailableMessages, type TimeDuration$1 as TimeDuration, index_d$d_TimeUnit as TimeUnit, type index_d$d_Trigger as Trigger, type index_d$d_TriggerNotificationOptions as TriggerNotificationOptions, type index_d$d_TriggerNotificationRequest as TriggerNotificationRequest, type index_d$d_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type index_d$d_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type index_d$d_TriggerNotificationResponse as TriggerNotificationResponse, Type$5 as Type, type index_d$d_UnprocessedTargetEvent as UnprocessedTargetEvent, type index_d$d_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type index_d$d_UpsertNotificationConfig as UpsertNotificationConfig, type index_d$d_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type index_d$d_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type index_d$d_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$b as WebhookIdentityType, type index_d$d__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type index_d$d__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type index_d$d__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, index_d$d_onNotificationConfigCreated as onNotificationConfigCreated, index_d$d_onNotificationConfigDeleted as onNotificationConfigDeleted, index_d$d_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, index_d$d_resolveNotificationConfig as resolveNotificationConfig, index_d$d_triggerNotification as triggerNotification, index_d$d_upsertNotificationConfig as upsertNotificationConfig };
3944
3932
  }
3945
3933
 
3946
3934
  /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
@@ -4342,23 +4330,15 @@ interface DeleteBookmarkSignature {
4342
4330
  (itemId: string, eventId: string): Promise<void>;
4343
4331
  }
4344
4332
 
4345
- declare function createRESTModule$c<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
4346
-
4347
- type _publicListBookmarksType = typeof listBookmarks$1;
4348
- declare const listBookmarks: ReturnType<typeof createRESTModule$c<_publicListBookmarksType>>;
4349
- type _publicCreateBookmarkType = typeof createBookmark$1;
4350
- declare const createBookmark: ReturnType<typeof createRESTModule$c<_publicCreateBookmarkType>>;
4351
- type _publicDeleteBookmarkType = typeof deleteBookmark$1;
4352
- declare const deleteBookmark: ReturnType<typeof createRESTModule$c<_publicDeleteBookmarkType>>;
4333
+ declare const listBookmarks: BuildRESTFunction<typeof listBookmarks$1> & typeof listBookmarks$1;
4334
+ declare const createBookmark: BuildRESTFunction<typeof createBookmark$1> & typeof createBookmark$1;
4335
+ declare const deleteBookmark: BuildRESTFunction<typeof deleteBookmark$1> & typeof deleteBookmark$1;
4353
4336
 
4354
- type index_d$c__publicCreateBookmarkType = _publicCreateBookmarkType;
4355
- type index_d$c__publicDeleteBookmarkType = _publicDeleteBookmarkType;
4356
- type index_d$c__publicListBookmarksType = _publicListBookmarksType;
4357
4337
  declare const index_d$c_createBookmark: typeof createBookmark;
4358
4338
  declare const index_d$c_deleteBookmark: typeof deleteBookmark;
4359
4339
  declare const index_d$c_listBookmarks: typeof listBookmarks;
4360
4340
  declare namespace index_d$c {
4361
- export { type AddScheduleItemRequest$1 as AddScheduleItemRequest, type AddScheduleItemResponse$1 as AddScheduleItemResponse, type AddScheduleItemResponseNonNullableFields$1 as AddScheduleItemResponseNonNullableFields, type CreateBookmarkRequest$1 as CreateBookmarkRequest, type CreateBookmarkResponse$1 as CreateBookmarkResponse, type Cursors$8 as Cursors, type DeleteBookmarkRequest$1 as DeleteBookmarkRequest, type DeleteBookmarkResponse$1 as DeleteBookmarkResponse, type DeleteScheduleItemRequest$1 as DeleteScheduleItemRequest, type DeleteScheduleItemResponse$1 as DeleteScheduleItemResponse, type DiscardDraftRequest$2 as DiscardDraftRequest, type DiscardDraftResponse$2 as DiscardDraftResponse, type FacetCounts$7 as FacetCounts, type GetScheduleItemRequest$1 as GetScheduleItemRequest, type GetScheduleItemResponse$1 as GetScheduleItemResponse, type GetScheduleItemResponseNonNullableFields$1 as GetScheduleItemResponseNonNullableFields, type ListBookmarksRequest$1 as ListBookmarksRequest, type ListBookmarksResponse$1 as ListBookmarksResponse, type ListBookmarksResponseNonNullableFields$1 as ListBookmarksResponseNonNullableFields, type ListScheduleItemsRequest$1 as ListScheduleItemsRequest, type ListScheduleItemsResponse$1 as ListScheduleItemsResponse, type ListScheduleItemsResponseNonNullableFields$1 as ListScheduleItemsResponseNonNullableFields, type Paging$7 as Paging, type PagingMetadataV2$7 as PagingMetadataV2, type PublishDraftRequest$2 as PublishDraftRequest, type PublishDraftResponse$2 as PublishDraftResponse, type QueryScheduleItemsRequest$1 as QueryScheduleItemsRequest, type QueryScheduleItemsResponse$1 as QueryScheduleItemsResponse, type QueryScheduleItemsResponseNonNullableFields$1 as QueryScheduleItemsResponseNonNullableFields, type QueryV2$7 as QueryV2, type QueryV2PagingMethodOneOf$7 as QueryV2PagingMethodOneOf, type RescheduleDraftRequest$1 as RescheduleDraftRequest, type RescheduleDraftResponse$1 as RescheduleDraftResponse, type ScheduleItem$1 as ScheduleItem, type ScheduleItemData$1 as ScheduleItemData, ScheduleStatus$1 as ScheduleStatus, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, StateFilter$1 as StateFilter, type TimeInterval$1 as TimeInterval, type UpdateScheduleItemRequest$1 as UpdateScheduleItemRequest, type UpdateScheduleItemResponse$1 as UpdateScheduleItemResponse, type UpdateScheduleItemResponseNonNullableFields$1 as UpdateScheduleItemResponseNonNullableFields, type index_d$c__publicCreateBookmarkType as _publicCreateBookmarkType, type index_d$c__publicDeleteBookmarkType as _publicDeleteBookmarkType, type index_d$c__publicListBookmarksType as _publicListBookmarksType, index_d$c_createBookmark as createBookmark, index_d$c_deleteBookmark as deleteBookmark, index_d$c_listBookmarks as listBookmarks };
4341
+ export { type AddScheduleItemRequest$1 as AddScheduleItemRequest, type AddScheduleItemResponse$1 as AddScheduleItemResponse, type AddScheduleItemResponseNonNullableFields$1 as AddScheduleItemResponseNonNullableFields, type CreateBookmarkRequest$1 as CreateBookmarkRequest, type CreateBookmarkResponse$1 as CreateBookmarkResponse, type Cursors$8 as Cursors, type DeleteBookmarkRequest$1 as DeleteBookmarkRequest, type DeleteBookmarkResponse$1 as DeleteBookmarkResponse, type DeleteScheduleItemRequest$1 as DeleteScheduleItemRequest, type DeleteScheduleItemResponse$1 as DeleteScheduleItemResponse, type DiscardDraftRequest$2 as DiscardDraftRequest, type DiscardDraftResponse$2 as DiscardDraftResponse, type FacetCounts$7 as FacetCounts, type GetScheduleItemRequest$1 as GetScheduleItemRequest, type GetScheduleItemResponse$1 as GetScheduleItemResponse, type GetScheduleItemResponseNonNullableFields$1 as GetScheduleItemResponseNonNullableFields, type ListBookmarksRequest$1 as ListBookmarksRequest, type ListBookmarksResponse$1 as ListBookmarksResponse, type ListBookmarksResponseNonNullableFields$1 as ListBookmarksResponseNonNullableFields, type ListScheduleItemsRequest$1 as ListScheduleItemsRequest, type ListScheduleItemsResponse$1 as ListScheduleItemsResponse, type ListScheduleItemsResponseNonNullableFields$1 as ListScheduleItemsResponseNonNullableFields, type Paging$7 as Paging, type PagingMetadataV2$7 as PagingMetadataV2, type PublishDraftRequest$2 as PublishDraftRequest, type PublishDraftResponse$2 as PublishDraftResponse, type QueryScheduleItemsRequest$1 as QueryScheduleItemsRequest, type QueryScheduleItemsResponse$1 as QueryScheduleItemsResponse, type QueryScheduleItemsResponseNonNullableFields$1 as QueryScheduleItemsResponseNonNullableFields, type QueryV2$7 as QueryV2, type QueryV2PagingMethodOneOf$7 as QueryV2PagingMethodOneOf, type RescheduleDraftRequest$1 as RescheduleDraftRequest, type RescheduleDraftResponse$1 as RescheduleDraftResponse, type ScheduleItem$1 as ScheduleItem, type ScheduleItemData$1 as ScheduleItemData, ScheduleStatus$1 as ScheduleStatus, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, StateFilter$1 as StateFilter, type TimeInterval$1 as TimeInterval, type UpdateScheduleItemRequest$1 as UpdateScheduleItemRequest, type UpdateScheduleItemResponse$1 as UpdateScheduleItemResponse, type UpdateScheduleItemResponseNonNullableFields$1 as UpdateScheduleItemResponseNonNullableFields, index_d$c_createBookmark as createBookmark, index_d$c_deleteBookmark as deleteBookmark, index_d$c_listBookmarks as listBookmarks };
4362
4342
  }
4363
4343
 
4364
4344
  /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
@@ -4945,26 +4925,15 @@ interface RescheduleDraftSignature {
4945
4925
  (eventId: string, options?: RescheduleDraftOptions | undefined): Promise<void>;
4946
4926
  }
4947
4927
 
4948
- declare function createRESTModule$b<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
4949
-
4950
- type _publicListScheduleItemsType = typeof listScheduleItems$1;
4951
- declare const listScheduleItems: ReturnType<typeof createRESTModule$b<_publicListScheduleItemsType>>;
4952
- type _publicQueryScheduleItemsType = typeof queryScheduleItems$1;
4953
- declare const queryScheduleItems: ReturnType<typeof createRESTModule$b<_publicQueryScheduleItemsType>>;
4954
- type _publicGetScheduleItemType = typeof getScheduleItem$1;
4955
- declare const getScheduleItem: ReturnType<typeof createRESTModule$b<_publicGetScheduleItemType>>;
4956
- type _publicAddScheduleItemType = typeof addScheduleItem$1;
4957
- declare const addScheduleItem: ReturnType<typeof createRESTModule$b<_publicAddScheduleItemType>>;
4958
- type _publicUpdateScheduleItemType = typeof updateScheduleItem$1;
4959
- declare const updateScheduleItem: ReturnType<typeof createRESTModule$b<_publicUpdateScheduleItemType>>;
4960
- type _publicDeleteScheduleItemType = typeof deleteScheduleItem$1;
4961
- declare const deleteScheduleItem: ReturnType<typeof createRESTModule$b<_publicDeleteScheduleItemType>>;
4962
- type _publicDiscardDraftType$1 = typeof discardDraft$3;
4963
- declare const discardDraft$2: ReturnType<typeof createRESTModule$b<_publicDiscardDraftType>>;
4964
- type _publicPublishDraftType$1 = typeof publishDraft$3;
4965
- declare const publishDraft$2: ReturnType<typeof createRESTModule$b<_publicPublishDraftType>>;
4966
- type _publicRescheduleDraftType = typeof rescheduleDraft$1;
4967
- declare const rescheduleDraft: ReturnType<typeof createRESTModule$b<_publicRescheduleDraftType>>;
4928
+ declare const listScheduleItems: BuildRESTFunction<typeof listScheduleItems$1> & typeof listScheduleItems$1;
4929
+ declare const queryScheduleItems: BuildRESTFunction<typeof queryScheduleItems$1> & typeof queryScheduleItems$1;
4930
+ declare const getScheduleItem: BuildRESTFunction<typeof getScheduleItem$1> & typeof getScheduleItem$1;
4931
+ declare const addScheduleItem: BuildRESTFunction<typeof addScheduleItem$1> & typeof addScheduleItem$1;
4932
+ declare const updateScheduleItem: BuildRESTFunction<typeof updateScheduleItem$1> & typeof updateScheduleItem$1;
4933
+ declare const deleteScheduleItem: BuildRESTFunction<typeof deleteScheduleItem$1> & typeof deleteScheduleItem$1;
4934
+ declare const discardDraft$2: BuildRESTFunction<typeof discardDraft$3> & typeof discardDraft$3;
4935
+ declare const publishDraft$2: BuildRESTFunction<typeof publishDraft$3> & typeof publishDraft$3;
4936
+ declare const rescheduleDraft: BuildRESTFunction<typeof rescheduleDraft$1> & typeof rescheduleDraft$1;
4968
4937
 
4969
4938
  type index_d$b_AddScheduleItemOptions = AddScheduleItemOptions;
4970
4939
  type index_d$b_AddScheduleItemRequest = AddScheduleItemRequest;
@@ -5008,13 +4977,6 @@ type index_d$b_UpdateScheduleItemOptions = UpdateScheduleItemOptions;
5008
4977
  type index_d$b_UpdateScheduleItemRequest = UpdateScheduleItemRequest;
5009
4978
  type index_d$b_UpdateScheduleItemResponse = UpdateScheduleItemResponse;
5010
4979
  type index_d$b_UpdateScheduleItemResponseNonNullableFields = UpdateScheduleItemResponseNonNullableFields;
5011
- type index_d$b__publicAddScheduleItemType = _publicAddScheduleItemType;
5012
- type index_d$b__publicDeleteScheduleItemType = _publicDeleteScheduleItemType;
5013
- type index_d$b__publicGetScheduleItemType = _publicGetScheduleItemType;
5014
- type index_d$b__publicListScheduleItemsType = _publicListScheduleItemsType;
5015
- type index_d$b__publicQueryScheduleItemsType = _publicQueryScheduleItemsType;
5016
- type index_d$b__publicRescheduleDraftType = _publicRescheduleDraftType;
5017
- type index_d$b__publicUpdateScheduleItemType = _publicUpdateScheduleItemType;
5018
4980
  declare const index_d$b_addScheduleItem: typeof addScheduleItem;
5019
4981
  declare const index_d$b_deleteScheduleItem: typeof deleteScheduleItem;
5020
4982
  declare const index_d$b_getScheduleItem: typeof getScheduleItem;
@@ -5023,7 +4985,7 @@ declare const index_d$b_queryScheduleItems: typeof queryScheduleItems;
5023
4985
  declare const index_d$b_rescheduleDraft: typeof rescheduleDraft;
5024
4986
  declare const index_d$b_updateScheduleItem: typeof updateScheduleItem;
5025
4987
  declare namespace index_d$b {
5026
- export { type index_d$b_AddScheduleItemOptions as AddScheduleItemOptions, type index_d$b_AddScheduleItemRequest as AddScheduleItemRequest, type index_d$b_AddScheduleItemResponse as AddScheduleItemResponse, type index_d$b_AddScheduleItemResponseNonNullableFields as AddScheduleItemResponseNonNullableFields, type index_d$b_CreateBookmarkRequest as CreateBookmarkRequest, type index_d$b_CreateBookmarkResponse as CreateBookmarkResponse, type Cursors$7 as Cursors, type index_d$b_DeleteBookmarkRequest as DeleteBookmarkRequest, type index_d$b_DeleteBookmarkResponse as DeleteBookmarkResponse, type index_d$b_DeleteScheduleItemOptions as DeleteScheduleItemOptions, type index_d$b_DeleteScheduleItemRequest as DeleteScheduleItemRequest, type index_d$b_DeleteScheduleItemResponse as DeleteScheduleItemResponse, type DiscardDraftRequest$1 as DiscardDraftRequest, type DiscardDraftResponse$1 as DiscardDraftResponse, type FacetCounts$6 as FacetCounts, type index_d$b_GetScheduleItemOptions as GetScheduleItemOptions, type index_d$b_GetScheduleItemRequest as GetScheduleItemRequest, type index_d$b_GetScheduleItemResponse as GetScheduleItemResponse, type index_d$b_GetScheduleItemResponseNonNullableFields as GetScheduleItemResponseNonNullableFields, type index_d$b_ItemsQueryBuilder as ItemsQueryBuilder, type index_d$b_ItemsQueryResult as ItemsQueryResult, type index_d$b_ListBookmarksRequest as ListBookmarksRequest, type index_d$b_ListBookmarksResponse as ListBookmarksResponse, type index_d$b_ListBookmarksResponseNonNullableFields as ListBookmarksResponseNonNullableFields, type index_d$b_ListScheduleItemsOptions as ListScheduleItemsOptions, type index_d$b_ListScheduleItemsRequest as ListScheduleItemsRequest, type index_d$b_ListScheduleItemsResponse as ListScheduleItemsResponse, type index_d$b_ListScheduleItemsResponseNonNullableFields as ListScheduleItemsResponseNonNullableFields, type Paging$6 as Paging, type PagingMetadataV2$6 as PagingMetadataV2, type PublishDraftRequest$1 as PublishDraftRequest, type PublishDraftResponse$1 as PublishDraftResponse, type index_d$b_QueryScheduleItemsRequest as QueryScheduleItemsRequest, type index_d$b_QueryScheduleItemsResponse as QueryScheduleItemsResponse, type index_d$b_QueryScheduleItemsResponseNonNullableFields as QueryScheduleItemsResponseNonNullableFields, type QueryV2$6 as QueryV2, type QueryV2PagingMethodOneOf$6 as QueryV2PagingMethodOneOf, type index_d$b_RescheduleDraftOptions as RescheduleDraftOptions, type index_d$b_RescheduleDraftRequest as RescheduleDraftRequest, type index_d$b_RescheduleDraftResponse as RescheduleDraftResponse, type index_d$b_ScheduleItem as ScheduleItem, type index_d$b_ScheduleItemData as ScheduleItemData, type index_d$b_ScheduleItemNonNullableFields as ScheduleItemNonNullableFields, index_d$b_ScheduleStatus as ScheduleStatus, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, index_d$b_StateFilter as StateFilter, type index_d$b_TimeInterval as TimeInterval, type index_d$b_UpdateScheduleItemOptions as UpdateScheduleItemOptions, type index_d$b_UpdateScheduleItemRequest as UpdateScheduleItemRequest, type index_d$b_UpdateScheduleItemResponse as UpdateScheduleItemResponse, type index_d$b_UpdateScheduleItemResponseNonNullableFields as UpdateScheduleItemResponseNonNullableFields, type index_d$b__publicAddScheduleItemType as _publicAddScheduleItemType, type index_d$b__publicDeleteScheduleItemType as _publicDeleteScheduleItemType, type _publicDiscardDraftType$1 as _publicDiscardDraftType, type index_d$b__publicGetScheduleItemType as _publicGetScheduleItemType, type index_d$b__publicListScheduleItemsType as _publicListScheduleItemsType, type _publicPublishDraftType$1 as _publicPublishDraftType, type index_d$b__publicQueryScheduleItemsType as _publicQueryScheduleItemsType, type index_d$b__publicRescheduleDraftType as _publicRescheduleDraftType, type index_d$b__publicUpdateScheduleItemType as _publicUpdateScheduleItemType, index_d$b_addScheduleItem as addScheduleItem, index_d$b_deleteScheduleItem as deleteScheduleItem, discardDraft$2 as discardDraft, index_d$b_getScheduleItem as getScheduleItem, index_d$b_listScheduleItems as listScheduleItems, publishDraft$2 as publishDraft, index_d$b_queryScheduleItems as queryScheduleItems, index_d$b_rescheduleDraft as rescheduleDraft, index_d$b_updateScheduleItem as updateScheduleItem };
4988
+ export { type index_d$b_AddScheduleItemOptions as AddScheduleItemOptions, type index_d$b_AddScheduleItemRequest as AddScheduleItemRequest, type index_d$b_AddScheduleItemResponse as AddScheduleItemResponse, type index_d$b_AddScheduleItemResponseNonNullableFields as AddScheduleItemResponseNonNullableFields, type index_d$b_CreateBookmarkRequest as CreateBookmarkRequest, type index_d$b_CreateBookmarkResponse as CreateBookmarkResponse, type Cursors$7 as Cursors, type index_d$b_DeleteBookmarkRequest as DeleteBookmarkRequest, type index_d$b_DeleteBookmarkResponse as DeleteBookmarkResponse, type index_d$b_DeleteScheduleItemOptions as DeleteScheduleItemOptions, type index_d$b_DeleteScheduleItemRequest as DeleteScheduleItemRequest, type index_d$b_DeleteScheduleItemResponse as DeleteScheduleItemResponse, type DiscardDraftRequest$1 as DiscardDraftRequest, type DiscardDraftResponse$1 as DiscardDraftResponse, type FacetCounts$6 as FacetCounts, type index_d$b_GetScheduleItemOptions as GetScheduleItemOptions, type index_d$b_GetScheduleItemRequest as GetScheduleItemRequest, type index_d$b_GetScheduleItemResponse as GetScheduleItemResponse, type index_d$b_GetScheduleItemResponseNonNullableFields as GetScheduleItemResponseNonNullableFields, type index_d$b_ItemsQueryBuilder as ItemsQueryBuilder, type index_d$b_ItemsQueryResult as ItemsQueryResult, type index_d$b_ListBookmarksRequest as ListBookmarksRequest, type index_d$b_ListBookmarksResponse as ListBookmarksResponse, type index_d$b_ListBookmarksResponseNonNullableFields as ListBookmarksResponseNonNullableFields, type index_d$b_ListScheduleItemsOptions as ListScheduleItemsOptions, type index_d$b_ListScheduleItemsRequest as ListScheduleItemsRequest, type index_d$b_ListScheduleItemsResponse as ListScheduleItemsResponse, type index_d$b_ListScheduleItemsResponseNonNullableFields as ListScheduleItemsResponseNonNullableFields, type Paging$6 as Paging, type PagingMetadataV2$6 as PagingMetadataV2, type PublishDraftRequest$1 as PublishDraftRequest, type PublishDraftResponse$1 as PublishDraftResponse, type index_d$b_QueryScheduleItemsRequest as QueryScheduleItemsRequest, type index_d$b_QueryScheduleItemsResponse as QueryScheduleItemsResponse, type index_d$b_QueryScheduleItemsResponseNonNullableFields as QueryScheduleItemsResponseNonNullableFields, type QueryV2$6 as QueryV2, type QueryV2PagingMethodOneOf$6 as QueryV2PagingMethodOneOf, type index_d$b_RescheduleDraftOptions as RescheduleDraftOptions, type index_d$b_RescheduleDraftRequest as RescheduleDraftRequest, type index_d$b_RescheduleDraftResponse as RescheduleDraftResponse, type index_d$b_ScheduleItem as ScheduleItem, type index_d$b_ScheduleItemData as ScheduleItemData, type index_d$b_ScheduleItemNonNullableFields as ScheduleItemNonNullableFields, index_d$b_ScheduleStatus as ScheduleStatus, SortOrder$7 as SortOrder, type Sorting$7 as Sorting, index_d$b_StateFilter as StateFilter, type index_d$b_TimeInterval as TimeInterval, type index_d$b_UpdateScheduleItemOptions as UpdateScheduleItemOptions, type index_d$b_UpdateScheduleItemRequest as UpdateScheduleItemRequest, type index_d$b_UpdateScheduleItemResponse as UpdateScheduleItemResponse, type index_d$b_UpdateScheduleItemResponseNonNullableFields as UpdateScheduleItemResponseNonNullableFields, index_d$b_addScheduleItem as addScheduleItem, index_d$b_deleteScheduleItem as deleteScheduleItem, discardDraft$2 as discardDraft, index_d$b_getScheduleItem as getScheduleItem, index_d$b_listScheduleItems as listScheduleItems, publishDraft$2 as publishDraft, index_d$b_queryScheduleItems as queryScheduleItems, index_d$b_rescheduleDraft as rescheduleDraft, index_d$b_updateScheduleItem as updateScheduleItem };
5027
4989
  }
5028
4990
 
5029
4991
  /** Staff members are events hosts assigned persons who can perform check-in for tickets owners, sell tickets or add guests manually. */
@@ -5609,24 +5571,15 @@ declare const onStaffMemberCreated$1: EventDefinition<StaffMemberCreatedEnvelope
5609
5571
  declare const onStaffMemberUpdated$1: EventDefinition<StaffMemberUpdatedEnvelope, "wix.events.staffmembers.v1.staff_member_updated">;
5610
5572
  declare const onStaffMemberDeleted$1: EventDefinition<StaffMemberDeletedEnvelope, "wix.events.staffmembers.v1.staff_member_deleted">;
5611
5573
 
5612
- declare function createRESTModule$a<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
5613
-
5614
5574
  declare function createEventModule$9<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
5615
5575
 
5616
- type _publicCreateStaffMemberType = typeof createStaffMember$1;
5617
- declare const createStaffMember: ReturnType<typeof createRESTModule$a<_publicCreateStaffMemberType>>;
5618
- type _publicGetStaffMemberType = typeof getStaffMember$1;
5619
- declare const getStaffMember: ReturnType<typeof createRESTModule$a<_publicGetStaffMemberType>>;
5620
- type _publicUpdateStaffMemberType = typeof updateStaffMember$1;
5621
- declare const updateStaffMember: ReturnType<typeof createRESTModule$a<_publicUpdateStaffMemberType>>;
5622
- type _publicDeleteStaffMemberType = typeof deleteStaffMember$1;
5623
- declare const deleteStaffMember: ReturnType<typeof createRESTModule$a<_publicDeleteStaffMemberType>>;
5624
- type _publicQueryStaffMembersType = typeof queryStaffMembers$1;
5625
- declare const queryStaffMembers: ReturnType<typeof createRESTModule$a<_publicQueryStaffMembersType>>;
5626
- type _publicJoinStaffMemberType = typeof joinStaffMember$1;
5627
- declare const joinStaffMember: ReturnType<typeof createRESTModule$a<_publicJoinStaffMemberType>>;
5628
- type _publicAccessStaffMemberType = typeof accessStaffMember$1;
5629
- declare const accessStaffMember: ReturnType<typeof createRESTModule$a<_publicAccessStaffMemberType>>;
5576
+ declare const createStaffMember: BuildRESTFunction<typeof createStaffMember$1> & typeof createStaffMember$1;
5577
+ declare const getStaffMember: BuildRESTFunction<typeof getStaffMember$1> & typeof getStaffMember$1;
5578
+ declare const updateStaffMember: BuildRESTFunction<typeof updateStaffMember$1> & typeof updateStaffMember$1;
5579
+ declare const deleteStaffMember: BuildRESTFunction<typeof deleteStaffMember$1> & typeof deleteStaffMember$1;
5580
+ declare const queryStaffMembers: BuildRESTFunction<typeof queryStaffMembers$1> & typeof queryStaffMembers$1;
5581
+ declare const joinStaffMember: BuildRESTFunction<typeof joinStaffMember$1> & typeof joinStaffMember$1;
5582
+ declare const accessStaffMember: BuildRESTFunction<typeof accessStaffMember$1> & typeof accessStaffMember$1;
5630
5583
 
5631
5584
  type _publicOnStaffMemberCreatedType = typeof onStaffMemberCreated$1;
5632
5585
  /** */
@@ -5677,16 +5630,9 @@ type index_d$a_UpdateStaffMember = UpdateStaffMember;
5677
5630
  type index_d$a_UpdateStaffMemberRequest = UpdateStaffMemberRequest;
5678
5631
  type index_d$a_UpdateStaffMemberResponse = UpdateStaffMemberResponse;
5679
5632
  type index_d$a_UpdateStaffMemberResponseNonNullableFields = UpdateStaffMemberResponseNonNullableFields;
5680
- type index_d$a__publicAccessStaffMemberType = _publicAccessStaffMemberType;
5681
- type index_d$a__publicCreateStaffMemberType = _publicCreateStaffMemberType;
5682
- type index_d$a__publicDeleteStaffMemberType = _publicDeleteStaffMemberType;
5683
- type index_d$a__publicGetStaffMemberType = _publicGetStaffMemberType;
5684
- type index_d$a__publicJoinStaffMemberType = _publicJoinStaffMemberType;
5685
5633
  type index_d$a__publicOnStaffMemberCreatedType = _publicOnStaffMemberCreatedType;
5686
5634
  type index_d$a__publicOnStaffMemberDeletedType = _publicOnStaffMemberDeletedType;
5687
5635
  type index_d$a__publicOnStaffMemberUpdatedType = _publicOnStaffMemberUpdatedType;
5688
- type index_d$a__publicQueryStaffMembersType = _publicQueryStaffMembersType;
5689
- type index_d$a__publicUpdateStaffMemberType = _publicUpdateStaffMemberType;
5690
5636
  declare const index_d$a_accessStaffMember: typeof accessStaffMember;
5691
5637
  declare const index_d$a_createStaffMember: typeof createStaffMember;
5692
5638
  declare const index_d$a_deleteStaffMember: typeof deleteStaffMember;
@@ -5698,7 +5644,7 @@ declare const index_d$a_onStaffMemberUpdated: typeof onStaffMemberUpdated;
5698
5644
  declare const index_d$a_queryStaffMembers: typeof queryStaffMembers;
5699
5645
  declare const index_d$a_updateStaffMember: typeof updateStaffMember;
5700
5646
  declare namespace index_d$a {
5701
- export { type index_d$a_AccessStaffMemberRequest as AccessStaffMemberRequest, type index_d$a_AccessStaffMemberResponse as AccessStaffMemberResponse, type index_d$a_AccessStaffMemberResponseNonNullableFields as AccessStaffMemberResponseNonNullableFields, type ActionEvent$6 as ActionEvent, type index_d$a_AllEvents as AllEvents, type BaseEventMetadata$9 as BaseEventMetadata, type index_d$a_CreateStaffMemberRequest as CreateStaffMemberRequest, type index_d$a_CreateStaffMemberResponse as CreateStaffMemberResponse, type index_d$a_CreateStaffMemberResponseNonNullableFields as CreateStaffMemberResponseNonNullableFields, type CursorPaging$5 as CursorPaging, type Cursors$6 as Cursors, type index_d$a_DeleteStaffMemberRequest as DeleteStaffMemberRequest, type index_d$a_DeleteStaffMemberResponse as DeleteStaffMemberResponse, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$4 as EventMetadata, type ExtendedFields$2 as ExtendedFields, index_d$a_Fieldset as Fieldset, type index_d$a_GetStaffMemberOptions as GetStaffMemberOptions, type index_d$a_GetStaffMemberRequest as GetStaffMemberRequest, type index_d$a_GetStaffMemberResponse as GetStaffMemberResponse, type index_d$a_GetStaffMemberResponseNonNullableFields as GetStaffMemberResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type index_d$a_JoinStaffMemberRequest as JoinStaffMemberRequest, type index_d$a_JoinStaffMemberResponse as JoinStaffMemberResponse, type index_d$a_JoinStaffMemberResponseNonNullableFields as JoinStaffMemberResponseNonNullableFields, type MessageEnvelope$a as MessageEnvelope, type Paging$5 as Paging, type PagingMetadataV2$5 as PagingMetadataV2, type index_d$a_QueryStaffMembersOptions as QueryStaffMembersOptions, type index_d$a_QueryStaffMembersRequest as QueryStaffMembersRequest, type index_d$a_QueryStaffMembersResponse as QueryStaffMembersResponse, type index_d$a_QueryStaffMembersResponseNonNullableFields as QueryStaffMembersResponseNonNullableFields, type QueryV2$5 as QueryV2, type QueryV2PagingMethodOneOf$5 as QueryV2PagingMethodOneOf, index_d$a_Scope as Scope, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type index_d$a_SpecificEvents as SpecificEvents, type index_d$a_StaffMember as StaffMember, type index_d$a_StaffMemberCreatedEnvelope as StaffMemberCreatedEnvelope, type index_d$a_StaffMemberDeletedEnvelope as StaffMemberDeletedEnvelope, type index_d$a_StaffMemberEventAccessOneOf as StaffMemberEventAccessOneOf, type index_d$a_StaffMemberNonNullableFields as StaffMemberNonNullableFields, type index_d$a_StaffMemberUpdatedEnvelope as StaffMemberUpdatedEnvelope, type index_d$a_StaffMembersQueryBuilder as StaffMembersQueryBuilder, type index_d$a_StaffMembersQueryResult as StaffMembersQueryResult, Status$5 as Status, type index_d$a_UpdateStaffMember as UpdateStaffMember, type index_d$a_UpdateStaffMemberRequest as UpdateStaffMemberRequest, type index_d$a_UpdateStaffMemberResponse as UpdateStaffMemberResponse, type index_d$a_UpdateStaffMemberResponseNonNullableFields as UpdateStaffMemberResponseNonNullableFields, WebhookIdentityType$a as WebhookIdentityType, type index_d$a__publicAccessStaffMemberType as _publicAccessStaffMemberType, type index_d$a__publicCreateStaffMemberType as _publicCreateStaffMemberType, type index_d$a__publicDeleteStaffMemberType as _publicDeleteStaffMemberType, type index_d$a__publicGetStaffMemberType as _publicGetStaffMemberType, type index_d$a__publicJoinStaffMemberType as _publicJoinStaffMemberType, type index_d$a__publicOnStaffMemberCreatedType as _publicOnStaffMemberCreatedType, type index_d$a__publicOnStaffMemberDeletedType as _publicOnStaffMemberDeletedType, type index_d$a__publicOnStaffMemberUpdatedType as _publicOnStaffMemberUpdatedType, type index_d$a__publicQueryStaffMembersType as _publicQueryStaffMembersType, type index_d$a__publicUpdateStaffMemberType as _publicUpdateStaffMemberType, index_d$a_accessStaffMember as accessStaffMember, index_d$a_createStaffMember as createStaffMember, index_d$a_deleteStaffMember as deleteStaffMember, index_d$a_getStaffMember as getStaffMember, index_d$a_joinStaffMember as joinStaffMember, index_d$a_onStaffMemberCreated as onStaffMemberCreated, index_d$a_onStaffMemberDeleted as onStaffMemberDeleted, index_d$a_onStaffMemberUpdated as onStaffMemberUpdated, onStaffMemberCreated$1 as publicOnStaffMemberCreated, onStaffMemberDeleted$1 as publicOnStaffMemberDeleted, onStaffMemberUpdated$1 as publicOnStaffMemberUpdated, index_d$a_queryStaffMembers as queryStaffMembers, index_d$a_updateStaffMember as updateStaffMember };
5647
+ export { type index_d$a_AccessStaffMemberRequest as AccessStaffMemberRequest, type index_d$a_AccessStaffMemberResponse as AccessStaffMemberResponse, type index_d$a_AccessStaffMemberResponseNonNullableFields as AccessStaffMemberResponseNonNullableFields, type ActionEvent$6 as ActionEvent, type index_d$a_AllEvents as AllEvents, type BaseEventMetadata$9 as BaseEventMetadata, type index_d$a_CreateStaffMemberRequest as CreateStaffMemberRequest, type index_d$a_CreateStaffMemberResponse as CreateStaffMemberResponse, type index_d$a_CreateStaffMemberResponseNonNullableFields as CreateStaffMemberResponseNonNullableFields, type CursorPaging$5 as CursorPaging, type Cursors$6 as Cursors, type index_d$a_DeleteStaffMemberRequest as DeleteStaffMemberRequest, type index_d$a_DeleteStaffMemberResponse as DeleteStaffMemberResponse, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type EventMetadata$4 as EventMetadata, type ExtendedFields$2 as ExtendedFields, index_d$a_Fieldset as Fieldset, type index_d$a_GetStaffMemberOptions as GetStaffMemberOptions, type index_d$a_GetStaffMemberRequest as GetStaffMemberRequest, type index_d$a_GetStaffMemberResponse as GetStaffMemberResponse, type index_d$a_GetStaffMemberResponseNonNullableFields as GetStaffMemberResponseNonNullableFields, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a as IdentificationDataIdOneOf, type index_d$a_JoinStaffMemberRequest as JoinStaffMemberRequest, type index_d$a_JoinStaffMemberResponse as JoinStaffMemberResponse, type index_d$a_JoinStaffMemberResponseNonNullableFields as JoinStaffMemberResponseNonNullableFields, type MessageEnvelope$a as MessageEnvelope, type Paging$5 as Paging, type PagingMetadataV2$5 as PagingMetadataV2, type index_d$a_QueryStaffMembersOptions as QueryStaffMembersOptions, type index_d$a_QueryStaffMembersRequest as QueryStaffMembersRequest, type index_d$a_QueryStaffMembersResponse as QueryStaffMembersResponse, type index_d$a_QueryStaffMembersResponseNonNullableFields as QueryStaffMembersResponseNonNullableFields, type QueryV2$5 as QueryV2, type QueryV2PagingMethodOneOf$5 as QueryV2PagingMethodOneOf, index_d$a_Scope as Scope, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, type index_d$a_SpecificEvents as SpecificEvents, type index_d$a_StaffMember as StaffMember, type index_d$a_StaffMemberCreatedEnvelope as StaffMemberCreatedEnvelope, type index_d$a_StaffMemberDeletedEnvelope as StaffMemberDeletedEnvelope, type index_d$a_StaffMemberEventAccessOneOf as StaffMemberEventAccessOneOf, type index_d$a_StaffMemberNonNullableFields as StaffMemberNonNullableFields, type index_d$a_StaffMemberUpdatedEnvelope as StaffMemberUpdatedEnvelope, type index_d$a_StaffMembersQueryBuilder as StaffMembersQueryBuilder, type index_d$a_StaffMembersQueryResult as StaffMembersQueryResult, Status$5 as Status, type index_d$a_UpdateStaffMember as UpdateStaffMember, type index_d$a_UpdateStaffMemberRequest as UpdateStaffMemberRequest, type index_d$a_UpdateStaffMemberResponse as UpdateStaffMemberResponse, type index_d$a_UpdateStaffMemberResponseNonNullableFields as UpdateStaffMemberResponseNonNullableFields, WebhookIdentityType$a as WebhookIdentityType, type index_d$a__publicOnStaffMemberCreatedType as _publicOnStaffMemberCreatedType, type index_d$a__publicOnStaffMemberDeletedType as _publicOnStaffMemberDeletedType, type index_d$a__publicOnStaffMemberUpdatedType as _publicOnStaffMemberUpdatedType, index_d$a_accessStaffMember as accessStaffMember, index_d$a_createStaffMember as createStaffMember, index_d$a_deleteStaffMember as deleteStaffMember, index_d$a_getStaffMember as getStaffMember, index_d$a_joinStaffMember as joinStaffMember, index_d$a_onStaffMemberCreated as onStaffMemberCreated, index_d$a_onStaffMemberDeleted as onStaffMemberDeleted, index_d$a_onStaffMemberUpdated as onStaffMemberUpdated, onStaffMemberCreated$1 as publicOnStaffMemberCreated, onStaffMemberDeleted$1 as publicOnStaffMemberDeleted, onStaffMemberUpdated$1 as publicOnStaffMemberUpdated, index_d$a_queryStaffMembers as queryStaffMembers, index_d$a_updateStaffMember as updateStaffMember };
5702
5648
  }
5703
5649
 
5704
5650
  interface Category$3 {
@@ -6374,34 +6320,19 @@ interface ReorderCategoryEventsSignature {
6374
6320
  (categoryId: string, options?: ReorderCategoryEventsOptions | undefined): Promise<void>;
6375
6321
  }
6376
6322
 
6377
- declare function createRESTModule$9<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
6378
-
6379
- type _publicCreateCategoryType = typeof createCategory$1;
6380
- declare const createCategory: ReturnType<typeof createRESTModule$9<_publicCreateCategoryType>>;
6381
- type _publicBulkCreateCategoryType = typeof bulkCreateCategory$1;
6382
- declare const bulkCreateCategory: ReturnType<typeof createRESTModule$9<_publicBulkCreateCategoryType>>;
6383
- type _publicUpdateCategoryType = typeof updateCategory$1;
6384
- declare const updateCategory: ReturnType<typeof createRESTModule$9<_publicUpdateCategoryType>>;
6385
- type _publicDeleteCategoryType = typeof deleteCategory$1;
6386
- declare const deleteCategory: ReturnType<typeof createRESTModule$9<_publicDeleteCategoryType>>;
6387
- type _publicQueryCategoriesType = typeof queryCategories$1;
6388
- declare const queryCategories: ReturnType<typeof createRESTModule$9<_publicQueryCategoriesType>>;
6389
- type _publicAssignEventsType = typeof assignEvents$1;
6390
- declare const assignEvents: ReturnType<typeof createRESTModule$9<_publicAssignEventsType>>;
6391
- type _publicBulkAssignEventsType = typeof bulkAssignEvents$1;
6392
- declare const bulkAssignEvents: ReturnType<typeof createRESTModule$9<_publicBulkAssignEventsType>>;
6393
- type _publicBulkAssignEventsAsyncType = typeof bulkAssignEventsAsync$1;
6394
- declare const bulkAssignEventsAsync: ReturnType<typeof createRESTModule$9<_publicBulkAssignEventsAsyncType>>;
6395
- type _publicUnassignEventsType = typeof unassignEvents$1;
6396
- declare const unassignEvents: ReturnType<typeof createRESTModule$9<_publicUnassignEventsType>>;
6397
- type _publicBulkUnassignEventsType = typeof bulkUnassignEvents$1;
6398
- declare const bulkUnassignEvents: ReturnType<typeof createRESTModule$9<_publicBulkUnassignEventsType>>;
6399
- type _publicBulkUnassignEventsAsyncType = typeof bulkUnassignEventsAsync$1;
6400
- declare const bulkUnassignEventsAsync: ReturnType<typeof createRESTModule$9<_publicBulkUnassignEventsAsyncType>>;
6401
- type _publicListEventCategoriesType = typeof listEventCategories$1;
6402
- declare const listEventCategories: ReturnType<typeof createRESTModule$9<_publicListEventCategoriesType>>;
6403
- type _publicReorderCategoryEventsType = typeof reorderCategoryEvents$1;
6404
- declare const reorderCategoryEvents: ReturnType<typeof createRESTModule$9<_publicReorderCategoryEventsType>>;
6323
+ declare const createCategory: BuildRESTFunction<typeof createCategory$1> & typeof createCategory$1;
6324
+ declare const bulkCreateCategory: BuildRESTFunction<typeof bulkCreateCategory$1> & typeof bulkCreateCategory$1;
6325
+ declare const updateCategory: BuildRESTFunction<typeof updateCategory$1> & typeof updateCategory$1;
6326
+ declare const deleteCategory: BuildRESTFunction<typeof deleteCategory$1> & typeof deleteCategory$1;
6327
+ declare const queryCategories: BuildRESTFunction<typeof queryCategories$1> & typeof queryCategories$1;
6328
+ declare const assignEvents: BuildRESTFunction<typeof assignEvents$1> & typeof assignEvents$1;
6329
+ declare const bulkAssignEvents: BuildRESTFunction<typeof bulkAssignEvents$1> & typeof bulkAssignEvents$1;
6330
+ declare const bulkAssignEventsAsync: BuildRESTFunction<typeof bulkAssignEventsAsync$1> & typeof bulkAssignEventsAsync$1;
6331
+ declare const unassignEvents: BuildRESTFunction<typeof unassignEvents$1> & typeof unassignEvents$1;
6332
+ declare const bulkUnassignEvents: BuildRESTFunction<typeof bulkUnassignEvents$1> & typeof bulkUnassignEvents$1;
6333
+ declare const bulkUnassignEventsAsync: BuildRESTFunction<typeof bulkUnassignEventsAsync$1> & typeof bulkUnassignEventsAsync$1;
6334
+ declare const listEventCategories: BuildRESTFunction<typeof listEventCategories$1> & typeof listEventCategories$1;
6335
+ declare const reorderCategoryEvents: BuildRESTFunction<typeof reorderCategoryEvents$1> & typeof reorderCategoryEvents$1;
6405
6336
 
6406
6337
  type index_d$9_ApplicationError = ApplicationError;
6407
6338
  type index_d$9_AssignEventsRequest = AssignEventsRequest;
@@ -6453,19 +6384,6 @@ type index_d$9_UpdateCategory = UpdateCategory;
6453
6384
  type index_d$9_UpdateCategoryRequest = UpdateCategoryRequest;
6454
6385
  type index_d$9_UpdateCategoryResponse = UpdateCategoryResponse;
6455
6386
  type index_d$9_UpdateCategoryResponseNonNullableFields = UpdateCategoryResponseNonNullableFields;
6456
- type index_d$9__publicAssignEventsType = _publicAssignEventsType;
6457
- type index_d$9__publicBulkAssignEventsAsyncType = _publicBulkAssignEventsAsyncType;
6458
- type index_d$9__publicBulkAssignEventsType = _publicBulkAssignEventsType;
6459
- type index_d$9__publicBulkCreateCategoryType = _publicBulkCreateCategoryType;
6460
- type index_d$9__publicBulkUnassignEventsAsyncType = _publicBulkUnassignEventsAsyncType;
6461
- type index_d$9__publicBulkUnassignEventsType = _publicBulkUnassignEventsType;
6462
- type index_d$9__publicCreateCategoryType = _publicCreateCategoryType;
6463
- type index_d$9__publicDeleteCategoryType = _publicDeleteCategoryType;
6464
- type index_d$9__publicListEventCategoriesType = _publicListEventCategoriesType;
6465
- type index_d$9__publicQueryCategoriesType = _publicQueryCategoriesType;
6466
- type index_d$9__publicReorderCategoryEventsType = _publicReorderCategoryEventsType;
6467
- type index_d$9__publicUnassignEventsType = _publicUnassignEventsType;
6468
- type index_d$9__publicUpdateCategoryType = _publicUpdateCategoryType;
6469
6387
  declare const index_d$9_assignEvents: typeof assignEvents;
6470
6388
  declare const index_d$9_bulkAssignEvents: typeof bulkAssignEvents;
6471
6389
  declare const index_d$9_bulkAssignEventsAsync: typeof bulkAssignEventsAsync;
@@ -6480,7 +6398,7 @@ declare const index_d$9_reorderCategoryEvents: typeof reorderCategoryEvents;
6480
6398
  declare const index_d$9_unassignEvents: typeof unassignEvents;
6481
6399
  declare const index_d$9_updateCategory: typeof updateCategory;
6482
6400
  declare namespace index_d$9 {
6483
- export { type ActionEvent$5 as ActionEvent, type index_d$9_ApplicationError as ApplicationError, type index_d$9_AssignEventsRequest as AssignEventsRequest, type index_d$9_AssignEventsResponse as AssignEventsResponse, type index_d$9_BulkActionMetadata as BulkActionMetadata, type index_d$9_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type index_d$9_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type index_d$9_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type index_d$9_BulkAssignEventsOptions as BulkAssignEventsOptions, type index_d$9_BulkAssignEventsRequest as BulkAssignEventsRequest, type index_d$9_BulkAssignEventsResponse as BulkAssignEventsResponse, type index_d$9_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type index_d$9_BulkCategoryResult as BulkCategoryResult, type index_d$9_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type index_d$9_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type index_d$9_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type index_d$9_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type index_d$9_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type index_d$9_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type index_d$9_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type index_d$9_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type index_d$9_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type index_d$9_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type index_d$9_CategoriesQueryBuilder as CategoriesQueryBuilder, type index_d$9_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, index_d$9_CategoryFieldset as CategoryFieldset, type index_d$9_CategoryNonNullableFields as CategoryNonNullableFields, type index_d$9_CreateCategoryRequest as CreateCategoryRequest, type index_d$9_CreateCategoryResponse as CreateCategoryResponse, type index_d$9_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$5 as Cursors, type index_d$9_DeleteCategoryRequest as DeleteCategoryRequest, type index_d$9_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$9_ItemMetadata as ItemMetadata, type index_d$9_ListEventCategoriesRequest as ListEventCategoriesRequest, type index_d$9_ListEventCategoriesResponse as ListEventCategoriesResponse, type index_d$9_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type index_d$9_QueryCategoriesOptions as QueryCategoriesOptions, type index_d$9_QueryCategoriesRequest as QueryCategoriesRequest, type index_d$9_QueryCategoriesResponse as QueryCategoriesResponse, type index_d$9_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type index_d$9_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type index_d$9_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type index_d$9_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type index_d$9_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, type RestoreInfo$4 as RestoreInfo, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, State$6 as State, type index_d$9_UnassignEventsRequest as UnassignEventsRequest, type index_d$9_UnassignEventsResponse as UnassignEventsResponse, type index_d$9_UpdateCategory as UpdateCategory, type index_d$9_UpdateCategoryRequest as UpdateCategoryRequest, type index_d$9_UpdateCategoryResponse as UpdateCategoryResponse, type index_d$9_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$9 as WebhookIdentityType, type index_d$9__publicAssignEventsType as _publicAssignEventsType, type index_d$9__publicBulkAssignEventsAsyncType as _publicBulkAssignEventsAsyncType, type index_d$9__publicBulkAssignEventsType as _publicBulkAssignEventsType, type index_d$9__publicBulkCreateCategoryType as _publicBulkCreateCategoryType, type index_d$9__publicBulkUnassignEventsAsyncType as _publicBulkUnassignEventsAsyncType, type index_d$9__publicBulkUnassignEventsType as _publicBulkUnassignEventsType, type index_d$9__publicCreateCategoryType as _publicCreateCategoryType, type index_d$9__publicDeleteCategoryType as _publicDeleteCategoryType, type index_d$9__publicListEventCategoriesType as _publicListEventCategoriesType, type index_d$9__publicQueryCategoriesType as _publicQueryCategoriesType, type index_d$9__publicReorderCategoryEventsType as _publicReorderCategoryEventsType, type index_d$9__publicUnassignEventsType as _publicUnassignEventsType, type index_d$9__publicUpdateCategoryType as _publicUpdateCategoryType, index_d$9_assignEvents as assignEvents, index_d$9_bulkAssignEvents as bulkAssignEvents, index_d$9_bulkAssignEventsAsync as bulkAssignEventsAsync, index_d$9_bulkCreateCategory as bulkCreateCategory, index_d$9_bulkUnassignEvents as bulkUnassignEvents, index_d$9_bulkUnassignEventsAsync as bulkUnassignEventsAsync, index_d$9_createCategory as createCategory, index_d$9_deleteCategory as deleteCategory, index_d$9_listEventCategories as listEventCategories, index_d$9_queryCategories as queryCategories, index_d$9_reorderCategoryEvents as reorderCategoryEvents, index_d$9_unassignEvents as unassignEvents, index_d$9_updateCategory as updateCategory };
6401
+ export { type ActionEvent$5 as ActionEvent, type index_d$9_ApplicationError as ApplicationError, type index_d$9_AssignEventsRequest as AssignEventsRequest, type index_d$9_AssignEventsResponse as AssignEventsResponse, type index_d$9_BulkActionMetadata as BulkActionMetadata, type index_d$9_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type index_d$9_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type index_d$9_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type index_d$9_BulkAssignEventsOptions as BulkAssignEventsOptions, type index_d$9_BulkAssignEventsRequest as BulkAssignEventsRequest, type index_d$9_BulkAssignEventsResponse as BulkAssignEventsResponse, type index_d$9_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type index_d$9_BulkCategoryResult as BulkCategoryResult, type index_d$9_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type index_d$9_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type index_d$9_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type index_d$9_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type index_d$9_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type index_d$9_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type index_d$9_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type index_d$9_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type index_d$9_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type index_d$9_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type index_d$9_CategoriesQueryBuilder as CategoriesQueryBuilder, type index_d$9_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, index_d$9_CategoryFieldset as CategoryFieldset, type index_d$9_CategoryNonNullableFields as CategoryNonNullableFields, type index_d$9_CreateCategoryRequest as CreateCategoryRequest, type index_d$9_CreateCategoryResponse as CreateCategoryResponse, type index_d$9_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$5 as Cursors, type index_d$9_DeleteCategoryRequest as DeleteCategoryRequest, type index_d$9_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$9_ItemMetadata as ItemMetadata, type index_d$9_ListEventCategoriesRequest as ListEventCategoriesRequest, type index_d$9_ListEventCategoriesResponse as ListEventCategoriesResponse, type index_d$9_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type index_d$9_QueryCategoriesOptions as QueryCategoriesOptions, type index_d$9_QueryCategoriesRequest as QueryCategoriesRequest, type index_d$9_QueryCategoriesResponse as QueryCategoriesResponse, type index_d$9_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type index_d$9_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type index_d$9_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type index_d$9_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type index_d$9_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, type RestoreInfo$4 as RestoreInfo, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, State$6 as State, type index_d$9_UnassignEventsRequest as UnassignEventsRequest, type index_d$9_UnassignEventsResponse as UnassignEventsResponse, type index_d$9_UpdateCategory as UpdateCategory, type index_d$9_UpdateCategoryRequest as UpdateCategoryRequest, type index_d$9_UpdateCategoryResponse as UpdateCategoryResponse, type index_d$9_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$9 as WebhookIdentityType, index_d$9_assignEvents as assignEvents, index_d$9_bulkAssignEvents as bulkAssignEvents, index_d$9_bulkAssignEventsAsync as bulkAssignEventsAsync, index_d$9_bulkCreateCategory as bulkCreateCategory, index_d$9_bulkUnassignEvents as bulkUnassignEvents, index_d$9_bulkUnassignEventsAsync as bulkUnassignEventsAsync, index_d$9_createCategory as createCategory, index_d$9_deleteCategory as deleteCategory, index_d$9_listEventCategories as listEventCategories, index_d$9_queryCategories as queryCategories, index_d$9_reorderCategoryEvents as reorderCategoryEvents, index_d$9_unassignEvents as unassignEvents, index_d$9_updateCategory as updateCategory };
6484
6402
  }
6485
6403
 
6486
6404
  /**
@@ -8016,24 +7934,15 @@ interface DiscardDraftSignature {
8016
7934
  }
8017
7935
  declare const onFormEventUpdated$1: EventDefinition<FormEventUpdatedEnvelope, "wix.events.events.EventUpdated">;
8018
7936
 
8019
- declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
8020
-
8021
7937
  declare function createEventModule$8<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
8022
7938
 
8023
- type _publicGetFormType = typeof getForm$1;
8024
- declare const getForm: ReturnType<typeof createRESTModule$8<_publicGetFormType>>;
8025
- type _publicAddControlType = typeof addControl$1;
8026
- declare const addControl: ReturnType<typeof createRESTModule$8<_publicAddControlType>>;
8027
- type _publicUpdateControlType = typeof updateControl$1;
8028
- declare const updateControl: ReturnType<typeof createRESTModule$8<_publicUpdateControlType>>;
8029
- type _publicDeleteControlType = typeof deleteControl$1;
8030
- declare const deleteControl: ReturnType<typeof createRESTModule$8<_publicDeleteControlType>>;
8031
- type _publicUpdateMessagesType = typeof updateMessages$1;
8032
- declare const updateMessages: ReturnType<typeof createRESTModule$8<_publicUpdateMessagesType>>;
8033
- type _publicPublishDraftType = typeof publishDraft$1;
8034
- declare const publishDraft: ReturnType<typeof createRESTModule$8<_publicPublishDraftType>>;
8035
- type _publicDiscardDraftType = typeof discardDraft$1;
8036
- declare const discardDraft: ReturnType<typeof createRESTModule$8<_publicDiscardDraftType>>;
7939
+ declare const getForm: BuildRESTFunction<typeof getForm$1> & typeof getForm$1;
7940
+ declare const addControl: BuildRESTFunction<typeof addControl$1> & typeof addControl$1;
7941
+ declare const updateControl: BuildRESTFunction<typeof updateControl$1> & typeof updateControl$1;
7942
+ declare const deleteControl: BuildRESTFunction<typeof deleteControl$1> & typeof deleteControl$1;
7943
+ declare const updateMessages: BuildRESTFunction<typeof updateMessages$1> & typeof updateMessages$1;
7944
+ declare const publishDraft: BuildRESTFunction<typeof publishDraft$1> & typeof publishDraft$1;
7945
+ declare const discardDraft: BuildRESTFunction<typeof discardDraft$1> & typeof discardDraft$1;
8037
7946
 
8038
7947
  type _publicOnFormEventUpdatedType = typeof onFormEventUpdated$1;
8039
7948
  /** */
@@ -8083,14 +7992,7 @@ type index_d$8_UpdateMessagesOptions = UpdateMessagesOptions;
8083
7992
  type index_d$8_UpdateMessagesRequest = UpdateMessagesRequest;
8084
7993
  type index_d$8_UpdateMessagesResponse = UpdateMessagesResponse;
8085
7994
  type index_d$8_UpdateMessagesResponseNonNullableFields = UpdateMessagesResponseNonNullableFields;
8086
- type index_d$8__publicAddControlType = _publicAddControlType;
8087
- type index_d$8__publicDeleteControlType = _publicDeleteControlType;
8088
- type index_d$8__publicDiscardDraftType = _publicDiscardDraftType;
8089
- type index_d$8__publicGetFormType = _publicGetFormType;
8090
7995
  type index_d$8__publicOnFormEventUpdatedType = _publicOnFormEventUpdatedType;
8091
- type index_d$8__publicPublishDraftType = _publicPublishDraftType;
8092
- type index_d$8__publicUpdateControlType = _publicUpdateControlType;
8093
- type index_d$8__publicUpdateMessagesType = _publicUpdateMessagesType;
8094
7996
  declare const index_d$8_addControl: typeof addControl;
8095
7997
  declare const index_d$8_deleteControl: typeof deleteControl;
8096
7998
  declare const index_d$8_discardDraft: typeof discardDraft;
@@ -8100,7 +8002,7 @@ declare const index_d$8_publishDraft: typeof publishDraft;
8100
8002
  declare const index_d$8_updateControl: typeof updateControl;
8101
8003
  declare const index_d$8_updateMessages: typeof updateMessages;
8102
8004
  declare namespace index_d$8 {
8103
- export { type ActionEvent$4 as ActionEvent, type index_d$8_AddControlOptions as AddControlOptions, type index_d$8_AddControlRequest as AddControlRequest, type index_d$8_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type index_d$8_AddControlResponse as AddControlResponse, type index_d$8_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type index_d$8_AdditionalGuestsControl as AdditionalGuestsControl, type Address$7 as Address, type index_d$8_AddressControl as AddressControl, type index_d$8_AddressControlLabels as AddressControlLabels, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$8 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type index_d$8_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type index_d$8_DateControl as DateControl, type index_d$8_DeleteControlIdentifiers as DeleteControlIdentifiers, type index_d$8_DeleteControlRequest as DeleteControlRequest, type index_d$8_DeleteControlResponse as DeleteControlResponse, type index_d$8_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type index_d$8_DiscardDraftRequest as DiscardDraftRequest, type index_d$8_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$8_DropdownControl as DropdownControl, type index_d$8_EmailControl as EmailControl, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$4 as EventStatus, EventType$2 as EventType, type EventUpdated$2 as EventUpdated, type ExternalEvent$2 as ExternalEvent, type Feed$2 as Feed, type Form$2 as Form, type index_d$8_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type index_d$8_FormInputControlAdded as FormInputControlAdded, type index_d$8_FormInputControlDeleted as FormInputControlDeleted, type index_d$8_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type index_d$8_GetFormRequest as GetFormRequest, type index_d$8_GetFormResponse as GetFormResponse, type index_d$8_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type Input$2 as Input, type InputControl$2 as InputControl, InputControlType$2 as InputControlType, type Keyword$2 as Keyword, type Label$2 as Label, type LabellingSettings$2 as LabellingSettings, type index_d$8_Labels as Labels, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type MessageEnvelope$8 as MessageEnvelope, type Money$5 as Money, type index_d$8_NameControl as NameControl, type index_d$8_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$4 as Occurrence, type OnlineConferencing$2 as OnlineConferencing, type OnlineConferencingConfig$2 as OnlineConferencingConfig, type OnlineConferencingSession$2 as OnlineConferencingSession, type OptionSelection$2 as OptionSelection, type OptionSelectionSelectedOptionOneOf$2 as OptionSelectionSelectedOptionOneOf, type index_d$8_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type index_d$8_PublishDraftRequest as PublishDraftRequest, type index_d$8_PublishDraftResponse as PublishDraftResponse, type index_d$8_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type index_d$8_RadioButtonControl as RadioButtonControl, type Recurrences$4 as Recurrences, type Registration$2 as Registration, type RegistrationClosedMessages$2 as RegistrationClosedMessages, RegistrationStatus$2 as RegistrationStatus, RequestedFields$1 as RequestedFields, type ResponseConfirmation$2 as ResponseConfirmation, type RestoreInfo$3 as RestoreInfo, type RsvpCollection$2 as RsvpCollection, type RsvpCollectionConfig$2 as RsvpCollectionConfig, type RsvpFormMessages$2 as RsvpFormMessages, RsvpStatusOptions$2 as RsvpStatusOptions, type RsvpSummary$3 as RsvpSummary, type ScheduleConfig$4 as ScheduleConfig, type Scheduling$2 as Scheduling, type SeoSchema$2 as SeoSchema, type SeoSettings$2 as SeoSettings, type Settings$3 as Settings, type SiteUrl$2 as SiteUrl, State$5 as State, Status$4 as Status, type StreetAddress$7 as StreetAddress, type Subdivision$7 as Subdivision, SubdivisionType$7 as SubdivisionType, type Tag$2 as Tag, type TaxConfig$2 as TaxConfig, TaxType$3 as TaxType, type index_d$8_TextControl as TextControl, type Ticketing$2 as Ticketing, type TicketingConfig$2 as TicketingConfig, type TicketingSummary$2 as TicketingSummary, type TicketsUnavailableMessages$2 as TicketsUnavailableMessages, type index_d$8_UpdateControlIdentifiers as UpdateControlIdentifiers, type index_d$8_UpdateControlOptions as UpdateControlOptions, type index_d$8_UpdateControlRequest as UpdateControlRequest, type index_d$8_UpdateControlRequestControlOneOf as UpdateControlRequestControlOneOf, type index_d$8_UpdateControlResponse as UpdateControlResponse, type index_d$8_UpdateControlResponseNonNullableFields as UpdateControlResponseNonNullableFields, type index_d$8_UpdateMessagesOptions as UpdateMessagesOptions, type index_d$8_UpdateMessagesRequest as UpdateMessagesRequest, type index_d$8_UpdateMessagesResponse as UpdateMessagesResponse, type index_d$8_UpdateMessagesResponseNonNullableFields as UpdateMessagesResponseNonNullableFields, ValueType$2 as ValueType, VisitorType$2 as VisitorType, WebhookIdentityType$8 as WebhookIdentityType, type index_d$8__publicAddControlType as _publicAddControlType, type index_d$8__publicDeleteControlType as _publicDeleteControlType, type index_d$8__publicDiscardDraftType as _publicDiscardDraftType, type index_d$8__publicGetFormType as _publicGetFormType, type index_d$8__publicOnFormEventUpdatedType as _publicOnFormEventUpdatedType, type index_d$8__publicPublishDraftType as _publicPublishDraftType, type index_d$8__publicUpdateControlType as _publicUpdateControlType, type index_d$8__publicUpdateMessagesType as _publicUpdateMessagesType, index_d$8_addControl as addControl, index_d$8_deleteControl as deleteControl, index_d$8_discardDraft as discardDraft, index_d$8_getForm as getForm, index_d$8_onFormEventUpdated as onFormEventUpdated, onFormEventUpdated$1 as publicOnFormEventUpdated, index_d$8_publishDraft as publishDraft, index_d$8_updateControl as updateControl, index_d$8_updateMessages as updateMessages };
8005
+ export { type ActionEvent$4 as ActionEvent, type index_d$8_AddControlOptions as AddControlOptions, type index_d$8_AddControlRequest as AddControlRequest, type index_d$8_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type index_d$8_AddControlResponse as AddControlResponse, type index_d$8_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type index_d$8_AdditionalGuestsControl as AdditionalGuestsControl, type Address$7 as Address, type index_d$8_AddressControl as AddressControl, type index_d$8_AddressControlLabels as AddressControlLabels, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$8 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type index_d$8_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type index_d$8_DateControl as DateControl, type index_d$8_DeleteControlIdentifiers as DeleteControlIdentifiers, type index_d$8_DeleteControlRequest as DeleteControlRequest, type index_d$8_DeleteControlResponse as DeleteControlResponse, type index_d$8_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type index_d$8_DiscardDraftRequest as DiscardDraftRequest, type index_d$8_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$8_DropdownControl as DropdownControl, type index_d$8_EmailControl as EmailControl, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$4 as EventStatus, EventType$2 as EventType, type EventUpdated$2 as EventUpdated, type ExternalEvent$2 as ExternalEvent, type Feed$2 as Feed, type Form$2 as Form, type index_d$8_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type index_d$8_FormInputControlAdded as FormInputControlAdded, type index_d$8_FormInputControlDeleted as FormInputControlDeleted, type index_d$8_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type index_d$8_GetFormRequest as GetFormRequest, type index_d$8_GetFormResponse as GetFormResponse, type index_d$8_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type Input$2 as Input, type InputControl$2 as InputControl, InputControlType$2 as InputControlType, type Keyword$2 as Keyword, type Label$2 as Label, type LabellingSettings$2 as LabellingSettings, type index_d$8_Labels as Labels, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type MessageEnvelope$8 as MessageEnvelope, type Money$5 as Money, type index_d$8_NameControl as NameControl, type index_d$8_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$4 as Occurrence, type OnlineConferencing$2 as OnlineConferencing, type OnlineConferencingConfig$2 as OnlineConferencingConfig, type OnlineConferencingSession$2 as OnlineConferencingSession, type OptionSelection$2 as OptionSelection, type OptionSelectionSelectedOptionOneOf$2 as OptionSelectionSelectedOptionOneOf, type index_d$8_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type index_d$8_PublishDraftRequest as PublishDraftRequest, type index_d$8_PublishDraftResponse as PublishDraftResponse, type index_d$8_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type index_d$8_RadioButtonControl as RadioButtonControl, type Recurrences$4 as Recurrences, type Registration$2 as Registration, type RegistrationClosedMessages$2 as RegistrationClosedMessages, RegistrationStatus$2 as RegistrationStatus, RequestedFields$1 as RequestedFields, type ResponseConfirmation$2 as ResponseConfirmation, type RestoreInfo$3 as RestoreInfo, type RsvpCollection$2 as RsvpCollection, type RsvpCollectionConfig$2 as RsvpCollectionConfig, type RsvpFormMessages$2 as RsvpFormMessages, RsvpStatusOptions$2 as RsvpStatusOptions, type RsvpSummary$3 as RsvpSummary, type ScheduleConfig$4 as ScheduleConfig, type Scheduling$2 as Scheduling, type SeoSchema$2 as SeoSchema, type SeoSettings$2 as SeoSettings, type Settings$3 as Settings, type SiteUrl$2 as SiteUrl, State$5 as State, Status$4 as Status, type StreetAddress$7 as StreetAddress, type Subdivision$7 as Subdivision, SubdivisionType$7 as SubdivisionType, type Tag$2 as Tag, type TaxConfig$2 as TaxConfig, TaxType$3 as TaxType, type index_d$8_TextControl as TextControl, type Ticketing$2 as Ticketing, type TicketingConfig$2 as TicketingConfig, type TicketingSummary$2 as TicketingSummary, type TicketsUnavailableMessages$2 as TicketsUnavailableMessages, type index_d$8_UpdateControlIdentifiers as UpdateControlIdentifiers, type index_d$8_UpdateControlOptions as UpdateControlOptions, type index_d$8_UpdateControlRequest as UpdateControlRequest, type index_d$8_UpdateControlRequestControlOneOf as UpdateControlRequestControlOneOf, type index_d$8_UpdateControlResponse as UpdateControlResponse, type index_d$8_UpdateControlResponseNonNullableFields as UpdateControlResponseNonNullableFields, type index_d$8_UpdateMessagesOptions as UpdateMessagesOptions, type index_d$8_UpdateMessagesRequest as UpdateMessagesRequest, type index_d$8_UpdateMessagesResponse as UpdateMessagesResponse, type index_d$8_UpdateMessagesResponseNonNullableFields as UpdateMessagesResponseNonNullableFields, ValueType$2 as ValueType, VisitorType$2 as VisitorType, WebhookIdentityType$8 as WebhookIdentityType, type index_d$8__publicOnFormEventUpdatedType as _publicOnFormEventUpdatedType, index_d$8_addControl as addControl, index_d$8_deleteControl as deleteControl, index_d$8_discardDraft as discardDraft, index_d$8_getForm as getForm, index_d$8_onFormEventUpdated as onFormEventUpdated, onFormEventUpdated$1 as publicOnFormEventUpdated, index_d$8_publishDraft as publishDraft, index_d$8_updateControl as updateControl, index_d$8_updateMessages as updateMessages };
8104
8006
  }
8105
8007
 
8106
8008
  interface Order {
@@ -10291,40 +10193,23 @@ declare const onOrderReservationCreated$1: EventDefinition<OrderReservationCreat
10291
10193
  declare const onOrderReservationUpdated$1: EventDefinition<OrderReservationUpdatedEnvelope, "wix.events.ticketing.events.ReservationUpdated">;
10292
10194
  declare const onOrderInitiated$1: EventDefinition<OrderInitiatedEnvelope, "wix.events.ticketing.events.OrderInitiated">;
10293
10195
 
10294
- declare function createRESTModule$7<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
10295
-
10296
10196
  declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
10297
10197
 
10298
- type _publicListOrdersType = typeof listOrders$1;
10299
- declare const listOrders: ReturnType<typeof createRESTModule$7<_publicListOrdersType>>;
10300
- type _publicGetOrderType = typeof getOrder$1;
10301
- declare const getOrder: ReturnType<typeof createRESTModule$7<_publicGetOrderType>>;
10302
- type _publicUpdateOrderType = typeof updateOrder$1;
10303
- declare const updateOrder: ReturnType<typeof createRESTModule$7<_publicUpdateOrderType>>;
10304
- type _publicBulkUpdateOrdersType = typeof bulkUpdateOrders$1;
10305
- declare const bulkUpdateOrders: ReturnType<typeof createRESTModule$7<_publicBulkUpdateOrdersType>>;
10306
- type _publicConfirmOrderType = typeof confirmOrder$1;
10307
- declare const confirmOrder: ReturnType<typeof createRESTModule$7<_publicConfirmOrderType>>;
10308
- type _publicGetSummaryType = typeof getSummary$1;
10309
- declare const getSummary: ReturnType<typeof createRESTModule$7<_publicGetSummaryType>>;
10310
- type _publicGetCheckoutOptionsType = typeof getCheckoutOptions$1;
10311
- declare const getCheckoutOptions: ReturnType<typeof createRESTModule$7<_publicGetCheckoutOptionsType>>;
10312
- type _publicListAvailableTicketsType = typeof listAvailableTickets$1;
10313
- declare const listAvailableTickets: ReturnType<typeof createRESTModule$7<_publicListAvailableTicketsType>>;
10314
- type _publicQueryAvailableTicketsType = typeof queryAvailableTickets$1;
10315
- declare const queryAvailableTickets: ReturnType<typeof createRESTModule$7<_publicQueryAvailableTicketsType>>;
10316
- type _publicCreateReservationType = typeof createReservation$1;
10317
- declare const createReservation: ReturnType<typeof createRESTModule$7<_publicCreateReservationType>>;
10318
- type _publicCancelReservationType = typeof cancelReservation$1;
10319
- declare const cancelReservation: ReturnType<typeof createRESTModule$7<_publicCancelReservationType>>;
10320
- type _publicGetInvoiceType = typeof getInvoice$1;
10321
- declare const getInvoice: ReturnType<typeof createRESTModule$7<_publicGetInvoiceType>>;
10322
- type _publicCheckoutType = typeof checkout$1;
10323
- declare const checkout: ReturnType<typeof createRESTModule$7<_publicCheckoutType>>;
10324
- type _publicUpdateCheckoutType = typeof updateCheckout$1;
10325
- declare const updateCheckout: ReturnType<typeof createRESTModule$7<_publicUpdateCheckoutType>>;
10326
- type _publicPosCheckoutType = typeof posCheckout$1;
10327
- declare const posCheckout: ReturnType<typeof createRESTModule$7<_publicPosCheckoutType>>;
10198
+ declare const listOrders: BuildRESTFunction<typeof listOrders$1> & typeof listOrders$1;
10199
+ declare const getOrder: BuildRESTFunction<typeof getOrder$1> & typeof getOrder$1;
10200
+ declare const updateOrder: BuildRESTFunction<typeof updateOrder$1> & typeof updateOrder$1;
10201
+ declare const bulkUpdateOrders: BuildRESTFunction<typeof bulkUpdateOrders$1> & typeof bulkUpdateOrders$1;
10202
+ declare const confirmOrder: BuildRESTFunction<typeof confirmOrder$1> & typeof confirmOrder$1;
10203
+ declare const getSummary: BuildRESTFunction<typeof getSummary$1> & typeof getSummary$1;
10204
+ declare const getCheckoutOptions: BuildRESTFunction<typeof getCheckoutOptions$1> & typeof getCheckoutOptions$1;
10205
+ declare const listAvailableTickets: BuildRESTFunction<typeof listAvailableTickets$1> & typeof listAvailableTickets$1;
10206
+ declare const queryAvailableTickets: BuildRESTFunction<typeof queryAvailableTickets$1> & typeof queryAvailableTickets$1;
10207
+ declare const createReservation: BuildRESTFunction<typeof createReservation$1> & typeof createReservation$1;
10208
+ declare const cancelReservation: BuildRESTFunction<typeof cancelReservation$1> & typeof cancelReservation$1;
10209
+ declare const getInvoice: BuildRESTFunction<typeof getInvoice$1> & typeof getInvoice$1;
10210
+ declare const checkout: BuildRESTFunction<typeof checkout$1> & typeof checkout$1;
10211
+ declare const updateCheckout: BuildRESTFunction<typeof updateCheckout$1> & typeof updateCheckout$1;
10212
+ declare const posCheckout: BuildRESTFunction<typeof posCheckout$1> & typeof posCheckout$1;
10328
10213
 
10329
10214
  type _publicOnOrderDeletedType = typeof onOrderDeleted$1;
10330
10215
  /**
@@ -10462,27 +10347,12 @@ type index_d$7_UpdateOrderOptions = UpdateOrderOptions;
10462
10347
  type index_d$7_UpdateOrderRequest = UpdateOrderRequest;
10463
10348
  type index_d$7_UpdateOrderResponse = UpdateOrderResponse;
10464
10349
  type index_d$7_UpdateOrderResponseNonNullableFields = UpdateOrderResponseNonNullableFields;
10465
- type index_d$7__publicBulkUpdateOrdersType = _publicBulkUpdateOrdersType;
10466
- type index_d$7__publicCancelReservationType = _publicCancelReservationType;
10467
- type index_d$7__publicCheckoutType = _publicCheckoutType;
10468
- type index_d$7__publicConfirmOrderType = _publicConfirmOrderType;
10469
- type index_d$7__publicCreateReservationType = _publicCreateReservationType;
10470
- type index_d$7__publicGetCheckoutOptionsType = _publicGetCheckoutOptionsType;
10471
- type index_d$7__publicGetInvoiceType = _publicGetInvoiceType;
10472
- type index_d$7__publicGetOrderType = _publicGetOrderType;
10473
- type index_d$7__publicGetSummaryType = _publicGetSummaryType;
10474
- type index_d$7__publicListAvailableTicketsType = _publicListAvailableTicketsType;
10475
- type index_d$7__publicListOrdersType = _publicListOrdersType;
10476
10350
  type index_d$7__publicOnOrderConfirmedType = _publicOnOrderConfirmedType;
10477
10351
  type index_d$7__publicOnOrderDeletedType = _publicOnOrderDeletedType;
10478
10352
  type index_d$7__publicOnOrderInitiatedType = _publicOnOrderInitiatedType;
10479
10353
  type index_d$7__publicOnOrderReservationCreatedType = _publicOnOrderReservationCreatedType;
10480
10354
  type index_d$7__publicOnOrderReservationUpdatedType = _publicOnOrderReservationUpdatedType;
10481
10355
  type index_d$7__publicOnOrderUpdatedType = _publicOnOrderUpdatedType;
10482
- type index_d$7__publicPosCheckoutType = _publicPosCheckoutType;
10483
- type index_d$7__publicQueryAvailableTicketsType = _publicQueryAvailableTicketsType;
10484
- type index_d$7__publicUpdateCheckoutType = _publicUpdateCheckoutType;
10485
- type index_d$7__publicUpdateOrderType = _publicUpdateOrderType;
10486
10356
  declare const index_d$7_bulkUpdateOrders: typeof bulkUpdateOrders;
10487
10357
  declare const index_d$7_cancelReservation: typeof cancelReservation;
10488
10358
  declare const index_d$7_checkout: typeof checkout;
@@ -10505,7 +10375,7 @@ declare const index_d$7_queryAvailableTickets: typeof queryAvailableTickets;
10505
10375
  declare const index_d$7_updateCheckout: typeof updateCheckout;
10506
10376
  declare const index_d$7_updateOrder: typeof updateOrder;
10507
10377
  declare namespace index_d$7 {
10508
- export { type Address$6 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, type BaseEventMetadata$7 as BaseEventMetadata, type index_d$7_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$7_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$7_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$7_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type index_d$7_Buyer as Buyer, type CalendarLinks$3 as CalendarLinks, type index_d$7_CancelReservationRequest as CancelReservationRequest, type index_d$7_CancelReservationResponse as CancelReservationResponse, ChannelType$1 as ChannelType, type CheckIn$2 as CheckIn, type index_d$7_CheckoutOptions as CheckoutOptions, type index_d$7_CheckoutOptionsForRequest as CheckoutOptionsForRequest, type index_d$7_CheckoutRequest as CheckoutRequest, type index_d$7_CheckoutResponse as CheckoutResponse, type index_d$7_CheckoutResponseNonNullableFields as CheckoutResponseNonNullableFields, type index_d$7_ConfirmOrderOptions as ConfirmOrderOptions, type index_d$7_ConfirmOrderRequest as ConfirmOrderRequest, type index_d$7_ConfirmOrderResponse as ConfirmOrderResponse, type index_d$7_ConfirmOrderResponseNonNullableFields as ConfirmOrderResponseNonNullableFields, type Counts$2 as Counts, type index_d$7_CouponDiscount as CouponDiscount, type index_d$7_CreateReservationOptions as CreateReservationOptions, type index_d$7_CreateReservationRequest as CreateReservationRequest, type index_d$7_CreateReservationResponse as CreateReservationResponse, type index_d$7_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type Dashboard$3 as Dashboard, type index_d$7_Discount as Discount, type index_d$7_DiscountErrors as DiscountErrors, type index_d$7_DiscountItem as DiscountItem, type index_d$7_DiscountItemDiscountOneOf as DiscountItemDiscountOneOf, type index_d$7_DiscountRequest as DiscountRequest, type index_d$7_Error as Error, type FacetCounts$5 as FacetCounts, type index_d$7_Fee as Fee, index_d$7_FeeName as FeeName, FeeType$1 as FeeType, type FormResponse$2 as FormResponse, type FormattedAddress$2 as FormattedAddress, type index_d$7_GetCheckoutOptionsRequest as GetCheckoutOptionsRequest, type index_d$7_GetCheckoutOptionsResponse as GetCheckoutOptionsResponse, type index_d$7_GetCheckoutOptionsResponseNonNullableFields as GetCheckoutOptionsResponseNonNullableFields, type index_d$7_GetInvoiceOptions as GetInvoiceOptions, type index_d$7_GetInvoicePreviewRequest as GetInvoicePreviewRequest, type index_d$7_GetInvoiceRequest as GetInvoiceRequest, type index_d$7_GetInvoiceResponse as GetInvoiceResponse, type index_d$7_GetInvoiceResponseNonNullableFields as GetInvoiceResponseNonNullableFields, type index_d$7_GetOrderIdentifiers as GetOrderIdentifiers, type index_d$7_GetOrderOptions as GetOrderOptions, type index_d$7_GetOrderRequest as GetOrderRequest, type index_d$7_GetOrderResponse as GetOrderResponse, type index_d$7_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$7_GetPaymentInfoRequest as GetPaymentInfoRequest, type index_d$7_GetPaymentInfoResponse as GetPaymentInfoResponse, type index_d$7_GetSummaryOptions as GetSummaryOptions, type index_d$7_GetSummaryRequest as GetSummaryRequest, type index_d$7_GetSummaryResponse as GetSummaryResponse, type index_d$7_GetSummaryResponseNonNullableFields as GetSummaryResponseNonNullableFields, type Guest$1 as Guest, type GuestDetails$1 as GuestDetails, type index_d$7_HeadersEntry as HeadersEntry, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type InputValue$2 as InputValue, type index_d$7_Invoice as Invoice, type Item$1 as Item, type index_d$7_ListAvailableTicketsOptions as ListAvailableTicketsOptions, type index_d$7_ListAvailableTicketsRequest as ListAvailableTicketsRequest, type index_d$7_ListAvailableTicketsResponse as ListAvailableTicketsResponse, type index_d$7_ListAvailableTicketsResponseNonNullableFields as ListAvailableTicketsResponseNonNullableFields, type index_d$7_ListOrdersOptions as ListOrdersOptions, type index_d$7_ListOrdersRequest as ListOrdersRequest, type index_d$7_ListOrdersResponse as ListOrdersResponse, type index_d$7_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type MessageEnvelope$7 as MessageEnvelope, type Money$4 as Money, type OnlineConferencingLogin$2 as OnlineConferencingLogin, type index_d$7_Order as Order, type index_d$7_OrderConfirmed as OrderConfirmed, type index_d$7_OrderConfirmedEnvelope as OrderConfirmedEnvelope, type index_d$7_OrderDeleted as OrderDeleted, type index_d$7_OrderDeletedEnvelope as OrderDeletedEnvelope, type index_d$7_OrderFacetCounts as OrderFacetCounts, type index_d$7_OrderFacets as OrderFacets, index_d$7_OrderFieldset as OrderFieldset, type index_d$7_OrderInitiated as OrderInitiated, type index_d$7_OrderInitiatedEnvelope as OrderInitiatedEnvelope, type index_d$7_OrderNonNullableFields as OrderNonNullableFields, type index_d$7_OrderPageUrls as OrderPageUrls, type index_d$7_OrderPaid as OrderPaid, type index_d$7_OrderReservationCreatedEnvelope as OrderReservationCreatedEnvelope, type index_d$7_OrderReservationUpdatedEnvelope as OrderReservationUpdatedEnvelope, OrderStatus$1 as OrderStatus, index_d$7_OrderTag as OrderTag, index_d$7_OrderType as OrderType, type OrderUpdated$1 as OrderUpdated, type index_d$7_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$7_PaidPlanBenefit as PaidPlanBenefit, type index_d$7_PaidPlanDiscount as PaidPlanDiscount, type index_d$7_PaidPlanDiscountDiscountOneOf as PaidPlanDiscountDiscountOneOf, type index_d$7_PaymentDetails as PaymentDetails, type index_d$7_PaymentTransaction as PaymentTransaction, type index_d$7_PaymentTransactionEvent as PaymentTransactionEvent, type index_d$7_PaymentTransactionSummary as PaymentTransactionSummary, type index_d$7_PercentDiscount as PercentDiscount, type index_d$7_PosCheckoutOptions as PosCheckoutOptions, type index_d$7_PosCheckoutRequest as PosCheckoutRequest, type index_d$7_PosCheckoutResponse as PosCheckoutResponse, type index_d$7_PosCheckoutResponseNonNullableFields as PosCheckoutResponseNonNullableFields, type PricingOption$1 as PricingOption, type PricingOptions$2 as PricingOptions, type index_d$7_QueryAvailableTicketsOptions as QueryAvailableTicketsOptions, type index_d$7_QueryAvailableTicketsRequest as QueryAvailableTicketsRequest, type index_d$7_QueryAvailableTicketsResponse as QueryAvailableTicketsResponse, type index_d$7_QueryAvailableTicketsResponseNonNullableFields as QueryAvailableTicketsResponseNonNullableFields, type index_d$7_RawHttpResponse as RawHttpResponse, type ReservationCount$1 as ReservationCount, type ReservationCreated$1 as ReservationCreated, ReservationStatus$1 as ReservationStatus, type ReservationUpdated$1 as ReservationUpdated, type ResponseMetaData$1 as ResponseMetaData, type StandardDetails$2 as StandardDetails, State$4 as State, type StreetAddress$6 as StreetAddress, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type index_d$7_Tax as Tax, TaxType$2 as TaxType, type Ticket$1 as Ticket, type TicketDefinition$2 as TicketDefinition, TicketDefinitionFieldset$1 as TicketDefinitionFieldset, type TicketDetails$1 as TicketDetails, type TicketPricing$1 as TicketPricing, type TicketPricingPriceOneOf$1 as TicketPricingPriceOneOf, type TicketQuantity$1 as TicketQuantity, type index_d$7_TicketReservation as TicketReservation, type index_d$7_TicketReservationQuantity as TicketReservationQuantity, type TicketSalePeriod$1 as TicketSalePeriod, TicketSaleStatus$1 as TicketSaleStatus, type index_d$7_TicketSales as TicketSales, type TicketingTicket$1 as TicketingTicket, Type$4 as Type, type index_d$7_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$7_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$7_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$7_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$7_UpdateOrderIdentifiers as UpdateOrderIdentifiers, type index_d$7_UpdateOrderOptions as UpdateOrderOptions, type index_d$7_UpdateOrderRequest as UpdateOrderRequest, type index_d$7_UpdateOrderResponse as UpdateOrderResponse, type index_d$7_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, type WixFeeConfig$1 as WixFeeConfig, type index_d$7__publicBulkUpdateOrdersType as _publicBulkUpdateOrdersType, type index_d$7__publicCancelReservationType as _publicCancelReservationType, type index_d$7__publicCheckoutType as _publicCheckoutType, type index_d$7__publicConfirmOrderType as _publicConfirmOrderType, type index_d$7__publicCreateReservationType as _publicCreateReservationType, type index_d$7__publicGetCheckoutOptionsType as _publicGetCheckoutOptionsType, type index_d$7__publicGetInvoiceType as _publicGetInvoiceType, type index_d$7__publicGetOrderType as _publicGetOrderType, type index_d$7__publicGetSummaryType as _publicGetSummaryType, type index_d$7__publicListAvailableTicketsType as _publicListAvailableTicketsType, type index_d$7__publicListOrdersType as _publicListOrdersType, type index_d$7__publicOnOrderConfirmedType as _publicOnOrderConfirmedType, type index_d$7__publicOnOrderDeletedType as _publicOnOrderDeletedType, type index_d$7__publicOnOrderInitiatedType as _publicOnOrderInitiatedType, type index_d$7__publicOnOrderReservationCreatedType as _publicOnOrderReservationCreatedType, type index_d$7__publicOnOrderReservationUpdatedType as _publicOnOrderReservationUpdatedType, type index_d$7__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, type index_d$7__publicPosCheckoutType as _publicPosCheckoutType, type index_d$7__publicQueryAvailableTicketsType as _publicQueryAvailableTicketsType, type index_d$7__publicUpdateCheckoutType as _publicUpdateCheckoutType, type index_d$7__publicUpdateOrderType as _publicUpdateOrderType, index_d$7_bulkUpdateOrders as bulkUpdateOrders, index_d$7_cancelReservation as cancelReservation, index_d$7_checkout as checkout, index_d$7_confirmOrder as confirmOrder, index_d$7_createReservation as createReservation, index_d$7_getCheckoutOptions as getCheckoutOptions, index_d$7_getInvoice as getInvoice, index_d$7_getOrder as getOrder, index_d$7_getSummary as getSummary, index_d$7_listAvailableTickets as listAvailableTickets, index_d$7_listOrders as listOrders, index_d$7_onOrderConfirmed as onOrderConfirmed, index_d$7_onOrderDeleted as onOrderDeleted, index_d$7_onOrderInitiated as onOrderInitiated, index_d$7_onOrderReservationCreated as onOrderReservationCreated, index_d$7_onOrderReservationUpdated as onOrderReservationUpdated, index_d$7_onOrderUpdated as onOrderUpdated, index_d$7_posCheckout as posCheckout, onOrderConfirmed$1 as publicOnOrderConfirmed, onOrderDeleted$1 as publicOnOrderDeleted, onOrderInitiated$1 as publicOnOrderInitiated, onOrderReservationCreated$1 as publicOnOrderReservationCreated, onOrderReservationUpdated$1 as publicOnOrderReservationUpdated, onOrderUpdated$1 as publicOnOrderUpdated, index_d$7_queryAvailableTickets as queryAvailableTickets, index_d$7_updateCheckout as updateCheckout, index_d$7_updateOrder as updateOrder };
10378
+ export { type Address$6 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, type BaseEventMetadata$7 as BaseEventMetadata, type index_d$7_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$7_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$7_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$7_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type index_d$7_Buyer as Buyer, type CalendarLinks$3 as CalendarLinks, type index_d$7_CancelReservationRequest as CancelReservationRequest, type index_d$7_CancelReservationResponse as CancelReservationResponse, ChannelType$1 as ChannelType, type CheckIn$2 as CheckIn, type index_d$7_CheckoutOptions as CheckoutOptions, type index_d$7_CheckoutOptionsForRequest as CheckoutOptionsForRequest, type index_d$7_CheckoutRequest as CheckoutRequest, type index_d$7_CheckoutResponse as CheckoutResponse, type index_d$7_CheckoutResponseNonNullableFields as CheckoutResponseNonNullableFields, type index_d$7_ConfirmOrderOptions as ConfirmOrderOptions, type index_d$7_ConfirmOrderRequest as ConfirmOrderRequest, type index_d$7_ConfirmOrderResponse as ConfirmOrderResponse, type index_d$7_ConfirmOrderResponseNonNullableFields as ConfirmOrderResponseNonNullableFields, type Counts$2 as Counts, type index_d$7_CouponDiscount as CouponDiscount, type index_d$7_CreateReservationOptions as CreateReservationOptions, type index_d$7_CreateReservationRequest as CreateReservationRequest, type index_d$7_CreateReservationResponse as CreateReservationResponse, type index_d$7_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type Dashboard$3 as Dashboard, type index_d$7_Discount as Discount, type index_d$7_DiscountErrors as DiscountErrors, type index_d$7_DiscountItem as DiscountItem, type index_d$7_DiscountItemDiscountOneOf as DiscountItemDiscountOneOf, type index_d$7_DiscountRequest as DiscountRequest, type index_d$7_Error as Error, type FacetCounts$5 as FacetCounts, type index_d$7_Fee as Fee, index_d$7_FeeName as FeeName, FeeType$1 as FeeType, type FormResponse$2 as FormResponse, type FormattedAddress$2 as FormattedAddress, type index_d$7_GetCheckoutOptionsRequest as GetCheckoutOptionsRequest, type index_d$7_GetCheckoutOptionsResponse as GetCheckoutOptionsResponse, type index_d$7_GetCheckoutOptionsResponseNonNullableFields as GetCheckoutOptionsResponseNonNullableFields, type index_d$7_GetInvoiceOptions as GetInvoiceOptions, type index_d$7_GetInvoicePreviewRequest as GetInvoicePreviewRequest, type index_d$7_GetInvoiceRequest as GetInvoiceRequest, type index_d$7_GetInvoiceResponse as GetInvoiceResponse, type index_d$7_GetInvoiceResponseNonNullableFields as GetInvoiceResponseNonNullableFields, type index_d$7_GetOrderIdentifiers as GetOrderIdentifiers, type index_d$7_GetOrderOptions as GetOrderOptions, type index_d$7_GetOrderRequest as GetOrderRequest, type index_d$7_GetOrderResponse as GetOrderResponse, type index_d$7_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$7_GetPaymentInfoRequest as GetPaymentInfoRequest, type index_d$7_GetPaymentInfoResponse as GetPaymentInfoResponse, type index_d$7_GetSummaryOptions as GetSummaryOptions, type index_d$7_GetSummaryRequest as GetSummaryRequest, type index_d$7_GetSummaryResponse as GetSummaryResponse, type index_d$7_GetSummaryResponseNonNullableFields as GetSummaryResponseNonNullableFields, type Guest$1 as Guest, type GuestDetails$1 as GuestDetails, type index_d$7_HeadersEntry as HeadersEntry, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type InputValue$2 as InputValue, type index_d$7_Invoice as Invoice, type Item$1 as Item, type index_d$7_ListAvailableTicketsOptions as ListAvailableTicketsOptions, type index_d$7_ListAvailableTicketsRequest as ListAvailableTicketsRequest, type index_d$7_ListAvailableTicketsResponse as ListAvailableTicketsResponse, type index_d$7_ListAvailableTicketsResponseNonNullableFields as ListAvailableTicketsResponseNonNullableFields, type index_d$7_ListOrdersOptions as ListOrdersOptions, type index_d$7_ListOrdersRequest as ListOrdersRequest, type index_d$7_ListOrdersResponse as ListOrdersResponse, type index_d$7_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type MessageEnvelope$7 as MessageEnvelope, type Money$4 as Money, type OnlineConferencingLogin$2 as OnlineConferencingLogin, type index_d$7_Order as Order, type index_d$7_OrderConfirmed as OrderConfirmed, type index_d$7_OrderConfirmedEnvelope as OrderConfirmedEnvelope, type index_d$7_OrderDeleted as OrderDeleted, type index_d$7_OrderDeletedEnvelope as OrderDeletedEnvelope, type index_d$7_OrderFacetCounts as OrderFacetCounts, type index_d$7_OrderFacets as OrderFacets, index_d$7_OrderFieldset as OrderFieldset, type index_d$7_OrderInitiated as OrderInitiated, type index_d$7_OrderInitiatedEnvelope as OrderInitiatedEnvelope, type index_d$7_OrderNonNullableFields as OrderNonNullableFields, type index_d$7_OrderPageUrls as OrderPageUrls, type index_d$7_OrderPaid as OrderPaid, type index_d$7_OrderReservationCreatedEnvelope as OrderReservationCreatedEnvelope, type index_d$7_OrderReservationUpdatedEnvelope as OrderReservationUpdatedEnvelope, OrderStatus$1 as OrderStatus, index_d$7_OrderTag as OrderTag, index_d$7_OrderType as OrderType, type OrderUpdated$1 as OrderUpdated, type index_d$7_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$7_PaidPlanBenefit as PaidPlanBenefit, type index_d$7_PaidPlanDiscount as PaidPlanDiscount, type index_d$7_PaidPlanDiscountDiscountOneOf as PaidPlanDiscountDiscountOneOf, type index_d$7_PaymentDetails as PaymentDetails, type index_d$7_PaymentTransaction as PaymentTransaction, type index_d$7_PaymentTransactionEvent as PaymentTransactionEvent, type index_d$7_PaymentTransactionSummary as PaymentTransactionSummary, type index_d$7_PercentDiscount as PercentDiscount, type index_d$7_PosCheckoutOptions as PosCheckoutOptions, type index_d$7_PosCheckoutRequest as PosCheckoutRequest, type index_d$7_PosCheckoutResponse as PosCheckoutResponse, type index_d$7_PosCheckoutResponseNonNullableFields as PosCheckoutResponseNonNullableFields, type PricingOption$1 as PricingOption, type PricingOptions$2 as PricingOptions, type index_d$7_QueryAvailableTicketsOptions as QueryAvailableTicketsOptions, type index_d$7_QueryAvailableTicketsRequest as QueryAvailableTicketsRequest, type index_d$7_QueryAvailableTicketsResponse as QueryAvailableTicketsResponse, type index_d$7_QueryAvailableTicketsResponseNonNullableFields as QueryAvailableTicketsResponseNonNullableFields, type index_d$7_RawHttpResponse as RawHttpResponse, type ReservationCount$1 as ReservationCount, type ReservationCreated$1 as ReservationCreated, ReservationStatus$1 as ReservationStatus, type ReservationUpdated$1 as ReservationUpdated, type ResponseMetaData$1 as ResponseMetaData, type StandardDetails$2 as StandardDetails, State$4 as State, type StreetAddress$6 as StreetAddress, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type index_d$7_Tax as Tax, TaxType$2 as TaxType, type Ticket$1 as Ticket, type TicketDefinition$2 as TicketDefinition, TicketDefinitionFieldset$1 as TicketDefinitionFieldset, type TicketDetails$1 as TicketDetails, type TicketPricing$1 as TicketPricing, type TicketPricingPriceOneOf$1 as TicketPricingPriceOneOf, type TicketQuantity$1 as TicketQuantity, type index_d$7_TicketReservation as TicketReservation, type index_d$7_TicketReservationQuantity as TicketReservationQuantity, type TicketSalePeriod$1 as TicketSalePeriod, TicketSaleStatus$1 as TicketSaleStatus, type index_d$7_TicketSales as TicketSales, type TicketingTicket$1 as TicketingTicket, Type$4 as Type, type index_d$7_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$7_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$7_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$7_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$7_UpdateOrderIdentifiers as UpdateOrderIdentifiers, type index_d$7_UpdateOrderOptions as UpdateOrderOptions, type index_d$7_UpdateOrderRequest as UpdateOrderRequest, type index_d$7_UpdateOrderResponse as UpdateOrderResponse, type index_d$7_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, WebhookIdentityType$7 as WebhookIdentityType, type WixFeeConfig$1 as WixFeeConfig, type index_d$7__publicOnOrderConfirmedType as _publicOnOrderConfirmedType, type index_d$7__publicOnOrderDeletedType as _publicOnOrderDeletedType, type index_d$7__publicOnOrderInitiatedType as _publicOnOrderInitiatedType, type index_d$7__publicOnOrderReservationCreatedType as _publicOnOrderReservationCreatedType, type index_d$7__publicOnOrderReservationUpdatedType as _publicOnOrderReservationUpdatedType, type index_d$7__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, index_d$7_bulkUpdateOrders as bulkUpdateOrders, index_d$7_cancelReservation as cancelReservation, index_d$7_checkout as checkout, index_d$7_confirmOrder as confirmOrder, index_d$7_createReservation as createReservation, index_d$7_getCheckoutOptions as getCheckoutOptions, index_d$7_getInvoice as getInvoice, index_d$7_getOrder as getOrder, index_d$7_getSummary as getSummary, index_d$7_listAvailableTickets as listAvailableTickets, index_d$7_listOrders as listOrders, index_d$7_onOrderConfirmed as onOrderConfirmed, index_d$7_onOrderDeleted as onOrderDeleted, index_d$7_onOrderInitiated as onOrderInitiated, index_d$7_onOrderReservationCreated as onOrderReservationCreated, index_d$7_onOrderReservationUpdated as onOrderReservationUpdated, index_d$7_onOrderUpdated as onOrderUpdated, index_d$7_posCheckout as posCheckout, onOrderConfirmed$1 as publicOnOrderConfirmed, onOrderDeleted$1 as publicOnOrderDeleted, onOrderInitiated$1 as publicOnOrderInitiated, onOrderReservationCreated$1 as publicOnOrderReservationCreated, onOrderReservationUpdated$1 as publicOnOrderReservationUpdated, onOrderUpdated$1 as publicOnOrderUpdated, index_d$7_queryAvailableTickets as queryAvailableTickets, index_d$7_updateCheckout as updateCheckout, index_d$7_updateOrder as updateOrder };
10509
10379
  }
10510
10380
 
10511
10381
  interface RichContent {
@@ -12088,6 +11958,16 @@ declare enum EventStatus$3 {
12088
11958
  }
12089
11959
  interface Empty$3 {
12090
11960
  }
11961
+ interface EventDeleted$2 {
11962
+ /** Event deleted timestamp in ISO UTC format. */
11963
+ timestamp?: Date;
11964
+ /** Event ID. */
11965
+ eventId?: string;
11966
+ /** Event title. */
11967
+ title?: string;
11968
+ /** Event creator user ID. */
11969
+ userId?: string | null;
11970
+ }
12091
11971
  interface DomainEvent$3 extends DomainEventBodyOneOf$3 {
12092
11972
  createdEvent?: EntityCreatedEvent$3;
12093
11973
  updatedEvent?: EntityUpdatedEvent$3;
@@ -12677,22 +12557,14 @@ declare const onRichContentCreated$1: EventDefinition<RichContentCreatedEnvelope
12677
12557
  declare const onRichContentUpdated$1: EventDefinition<RichContentUpdatedEnvelope, "wix.events.v1.rich_content_updated">;
12678
12558
  declare const onRichContentDeleted$1: EventDefinition<RichContentDeletedEnvelope, "wix.events.v1.rich_content_deleted">;
12679
12559
 
12680
- declare function createRESTModule$6<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
12681
-
12682
12560
  declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
12683
12561
 
12684
- type _publicCreateRichContentType = typeof createRichContent$1;
12685
- declare const createRichContent: ReturnType<typeof createRESTModule$6<_publicCreateRichContentType>>;
12686
- type _publicGetRichContentType = typeof getRichContent$1;
12687
- declare const getRichContent: ReturnType<typeof createRESTModule$6<_publicGetRichContentType>>;
12688
- type _publicFindRichContentBySlugType = typeof findRichContentBySlug$1;
12689
- declare const findRichContentBySlug: ReturnType<typeof createRESTModule$6<_publicFindRichContentBySlugType>>;
12690
- type _publicUpdateRichContentType = typeof updateRichContent$1;
12691
- declare const updateRichContent: ReturnType<typeof createRESTModule$6<_publicUpdateRichContentType>>;
12692
- type _publicDeleteRichContentType = typeof deleteRichContent$1;
12693
- declare const deleteRichContent: ReturnType<typeof createRESTModule$6<_publicDeleteRichContentType>>;
12694
- type _publicQueryRichContentsType = typeof queryRichContents$1;
12695
- declare const queryRichContents: ReturnType<typeof createRESTModule$6<_publicQueryRichContentsType>>;
12562
+ declare const createRichContent: BuildRESTFunction<typeof createRichContent$1> & typeof createRichContent$1;
12563
+ declare const getRichContent: BuildRESTFunction<typeof getRichContent$1> & typeof getRichContent$1;
12564
+ declare const findRichContentBySlug: BuildRESTFunction<typeof findRichContentBySlug$1> & typeof findRichContentBySlug$1;
12565
+ declare const updateRichContent: BuildRESTFunction<typeof updateRichContent$1> & typeof updateRichContent$1;
12566
+ declare const deleteRichContent: BuildRESTFunction<typeof deleteRichContent$1> & typeof deleteRichContent$1;
12567
+ declare const queryRichContents: BuildRESTFunction<typeof queryRichContents$1> & typeof queryRichContents$1;
12696
12568
 
12697
12569
  type _publicOnRichContentCreatedType = typeof onRichContentCreated$1;
12698
12570
  /** */
@@ -12876,15 +12748,9 @@ type index_d$6_Width = Width;
12876
12748
  declare const index_d$6_Width: typeof Width;
12877
12749
  type index_d$6_WidthType = WidthType;
12878
12750
  declare const index_d$6_WidthType: typeof WidthType;
12879
- type index_d$6__publicCreateRichContentType = _publicCreateRichContentType;
12880
- type index_d$6__publicDeleteRichContentType = _publicDeleteRichContentType;
12881
- type index_d$6__publicFindRichContentBySlugType = _publicFindRichContentBySlugType;
12882
- type index_d$6__publicGetRichContentType = _publicGetRichContentType;
12883
12751
  type index_d$6__publicOnRichContentCreatedType = _publicOnRichContentCreatedType;
12884
12752
  type index_d$6__publicOnRichContentDeletedType = _publicOnRichContentDeletedType;
12885
12753
  type index_d$6__publicOnRichContentUpdatedType = _publicOnRichContentUpdatedType;
12886
- type index_d$6__publicQueryRichContentsType = _publicQueryRichContentsType;
12887
- type index_d$6__publicUpdateRichContentType = _publicUpdateRichContentType;
12888
12754
  declare const index_d$6_createRichContent: typeof createRichContent;
12889
12755
  declare const index_d$6_deleteRichContent: typeof deleteRichContent;
12890
12756
  declare const index_d$6_findRichContentBySlug: typeof findRichContentBySlug;
@@ -12895,7 +12761,7 @@ declare const index_d$6_onRichContentUpdated: typeof onRichContentUpdated;
12895
12761
  declare const index_d$6_queryRichContents: typeof queryRichContents;
12896
12762
  declare const index_d$6_updateRichContent: typeof updateRichContent;
12897
12763
  declare namespace index_d$6 {
12898
- export { type ActionEvent$3 as ActionEvent, type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, index_d$6_Alignment as Alignment, type index_d$6_AnchorData as AnchorData, type index_d$6_AppEmbedData as AppEmbedData, type index_d$6_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, index_d$6_AppType as AppType, type index_d$6_AudioData as AudioData, type index_d$6_Background as Background, type index_d$6_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, index_d$6_BackgroundType as BackgroundType, type BaseEventMetadata$6 as BaseEventMetadata, type index_d$6_BlockquoteData as BlockquoteData, type index_d$6_BookingData as BookingData, type index_d$6_Border as Border, type index_d$6_BorderColors as BorderColors, type index_d$6_BulletedListData as BulletedListData, type index_d$6_ButtonData as ButtonData, type index_d$6_CellStyle as CellStyle, type index_d$6_CodeBlockData as CodeBlockData, type index_d$6_CollapsibleListData as CollapsibleListData, type index_d$6_ColorData as ColorData, type index_d$6_Colors as Colors, type index_d$6_CreateRichContentRequest as CreateRichContentRequest, type index_d$6_CreateRichContentResponse as CreateRichContentResponse, type index_d$6_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, index_d$6_Crop as Crop, type CursorPaging$4 as CursorPaging, type index_d$6_CursorPagingMetadata as CursorPagingMetadata, type index_d$6_CursorQuery as CursorQuery, type index_d$6_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type index_d$6_Decoration as Decoration, type index_d$6_DecorationDataOneOf as DecorationDataOneOf, index_d$6_DecorationType as DecorationType, type index_d$6_DeleteRichContentRequest as DeleteRichContentRequest, type index_d$6_DeleteRichContentResponse as DeleteRichContentResponse, type index_d$6_Design as Design, type index_d$6_Dimensions as Dimensions, index_d$6_Direction as Direction, type index_d$6_DividerData as DividerData, type index_d$6_DocumentStyle as DocumentStyle, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$6_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type index_d$6_EventData as EventData, type EventMetadata$3 as EventMetadata, EventStatus$3 as EventStatus, type ExtendedFields$1 as ExtendedFields, type index_d$6_FileData as FileData, type index_d$6_FileSource as FileSource, type index_d$6_FileSourceDataOneOf as FileSourceDataOneOf, type index_d$6_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type index_d$6_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type index_d$6_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type index_d$6_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type index_d$6_FontSizeData as FontSizeData, index_d$6_FontType as FontType, type index_d$6_GIF as GIF, type index_d$6_GIFData as GIFData, type index_d$6_GalleryData as GalleryData, type index_d$6_GalleryOptions as GalleryOptions, type index_d$6_GetRichContentRequest as GetRichContentRequest, type index_d$6_GetRichContentResponse as GetRichContentResponse, type index_d$6_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type index_d$6_Gradient as Gradient, type index_d$6_HTMLData as HTMLData, type index_d$6_HTMLDataDataOneOf as HTMLDataDataOneOf, type index_d$6_HeadingData as HeadingData, type index_d$6_Height as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type index_d$6_Image as Image, type index_d$6_ImageData as ImageData, index_d$6_InitialExpandedItems as InitialExpandedItems, type index_d$6_Item as Item, type index_d$6_ItemDataOneOf as ItemDataOneOf, type index_d$6_ItemStyle as ItemStyle, type index_d$6_Layout as Layout, index_d$6_LayoutType as LayoutType, index_d$6_LineStyle as LineStyle, type index_d$6_Link as Link, type index_d$6_LinkData as LinkData, type index_d$6_LinkDataOneOf as LinkDataOneOf, type index_d$6_LinkPreviewData as LinkPreviewData, type index_d$6_ListValue as ListValue, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type index_d$6_MapData as MapData, type index_d$6_MapSettings as MapSettings, index_d$6_MapType as MapType, type index_d$6_Media as Media, type index_d$6_MentionData as MentionData, type MessageEnvelope$6 as MessageEnvelope, type index_d$6_Metadata as Metadata, type index_d$6_Node as Node, type index_d$6_NodeDataOneOf as NodeDataOneOf, type index_d$6_NodeStyle as NodeStyle, index_d$6_NodeType as NodeType, index_d$6_NullValue as NullValue, type Occurrence$3 as Occurrence, type index_d$6_Oembed as Oembed, type index_d$6_Option as Option, type index_d$6_OptionDesign as OptionDesign, type index_d$6_OptionLayout as OptionLayout, type index_d$6_OrderedListData as OrderedListData, index_d$6_Orientation as Orientation, type index_d$6_PDFSettings as PDFSettings, type index_d$6_ParagraphData as ParagraphData, type index_d$6_Permissions as Permissions, type index_d$6_PlaybackOptions as PlaybackOptions, type index_d$6_PluginContainerData as PluginContainerData, index_d$6_PluginContainerDataAlignment as PluginContainerDataAlignment, type index_d$6_PluginContainerDataWidth as PluginContainerDataWidth, type index_d$6_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type index_d$6_Poll as Poll, type index_d$6_PollData as PollData, type index_d$6_PollDataLayout as PollDataLayout, type index_d$6_PollDesign as PollDesign, type index_d$6_PollLayout as PollLayout, index_d$6_PollLayoutDirection as PollLayoutDirection, index_d$6_PollLayoutType as PollLayoutType, type index_d$6_QueryRichContentsRequest as QueryRichContentsRequest, type index_d$6_QueryRichContentsResponse as QueryRichContentsResponse, type index_d$6_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$3 as Recurrences, type index_d$6_Rel as Rel, type RestoreInfo$2 as RestoreInfo, type index_d$6_RichContent as RichContent, type index_d$6_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type index_d$6_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type index_d$6_RichContentNonNullableFields as RichContentNonNullableFields, type index_d$6_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type index_d$6_RichContentsQueryBuilder as RichContentsQueryBuilder, type index_d$6_RichContentsQueryResult as RichContentsQueryResult, type ScheduleConfig$3 as ScheduleConfig, type Settings$2 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, index_d$6_Source as Source, type index_d$6_Spoiler as Spoiler, type index_d$6_SpoilerData as SpoilerData, Status$3 as Status, type StreetAddress$5 as StreetAddress, type index_d$6_Styles as Styles, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type index_d$6_TableCellData as TableCellData, type index_d$6_TableData as TableData, index_d$6_Target as Target, index_d$6_TextAlignment as TextAlignment, type index_d$6_TextData as TextData, type index_d$6_TextNodeStyle as TextNodeStyle, type index_d$6_TextStyle as TextStyle, type index_d$6_Thumbnails as Thumbnails, index_d$6_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type index_d$6_UpdateRichContent as UpdateRichContent, type index_d$6_UpdateRichContentRequest as UpdateRichContentRequest, type index_d$6_UpdateRichContentResponse as UpdateRichContentResponse, type index_d$6_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type index_d$6_V1RichContent as V1RichContent, index_d$6_VerticalAlignment as VerticalAlignment, type index_d$6_Video as Video, type index_d$6_VideoData as VideoData, index_d$6_ViewMode as ViewMode, index_d$6_ViewRole as ViewRole, index_d$6_VoteRole as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, index_d$6_Width as Width, index_d$6_WidthType as WidthType, type index_d$6__publicCreateRichContentType as _publicCreateRichContentType, type index_d$6__publicDeleteRichContentType as _publicDeleteRichContentType, type index_d$6__publicFindRichContentBySlugType as _publicFindRichContentBySlugType, type index_d$6__publicGetRichContentType as _publicGetRichContentType, type index_d$6__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type index_d$6__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type index_d$6__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, type index_d$6__publicQueryRichContentsType as _publicQueryRichContentsType, type index_d$6__publicUpdateRichContentType as _publicUpdateRichContentType, index_d$6_createRichContent as createRichContent, index_d$6_deleteRichContent as deleteRichContent, index_d$6_findRichContentBySlug as findRichContentBySlug, index_d$6_getRichContent as getRichContent, index_d$6_onRichContentCreated as onRichContentCreated, index_d$6_onRichContentDeleted as onRichContentDeleted, index_d$6_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, index_d$6_queryRichContents as queryRichContents, index_d$6_updateRichContent as updateRichContent };
12764
+ export { type ActionEvent$3 as ActionEvent, type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, index_d$6_Alignment as Alignment, type index_d$6_AnchorData as AnchorData, type index_d$6_AppEmbedData as AppEmbedData, type index_d$6_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, index_d$6_AppType as AppType, type index_d$6_AudioData as AudioData, type index_d$6_Background as Background, type index_d$6_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, index_d$6_BackgroundType as BackgroundType, type BaseEventMetadata$6 as BaseEventMetadata, type index_d$6_BlockquoteData as BlockquoteData, type index_d$6_BookingData as BookingData, type index_d$6_Border as Border, type index_d$6_BorderColors as BorderColors, type index_d$6_BulletedListData as BulletedListData, type index_d$6_ButtonData as ButtonData, type index_d$6_CellStyle as CellStyle, type index_d$6_CodeBlockData as CodeBlockData, type index_d$6_CollapsibleListData as CollapsibleListData, type index_d$6_ColorData as ColorData, type index_d$6_Colors as Colors, type index_d$6_CreateRichContentRequest as CreateRichContentRequest, type index_d$6_CreateRichContentResponse as CreateRichContentResponse, type index_d$6_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, index_d$6_Crop as Crop, type CursorPaging$4 as CursorPaging, type index_d$6_CursorPagingMetadata as CursorPagingMetadata, type index_d$6_CursorQuery as CursorQuery, type index_d$6_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type index_d$6_Decoration as Decoration, type index_d$6_DecorationDataOneOf as DecorationDataOneOf, index_d$6_DecorationType as DecorationType, type index_d$6_DeleteRichContentRequest as DeleteRichContentRequest, type index_d$6_DeleteRichContentResponse as DeleteRichContentResponse, type index_d$6_Design as Design, type index_d$6_Dimensions as Dimensions, index_d$6_Direction as Direction, type index_d$6_DividerData as DividerData, type index_d$6_DocumentStyle as DocumentStyle, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$6_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type index_d$6_EventData as EventData, type EventDeleted$2 as EventDeleted, type EventMetadata$3 as EventMetadata, EventStatus$3 as EventStatus, type ExtendedFields$1 as ExtendedFields, type index_d$6_FileData as FileData, type index_d$6_FileSource as FileSource, type index_d$6_FileSourceDataOneOf as FileSourceDataOneOf, type index_d$6_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type index_d$6_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type index_d$6_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type index_d$6_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type index_d$6_FontSizeData as FontSizeData, index_d$6_FontType as FontType, type index_d$6_GIF as GIF, type index_d$6_GIFData as GIFData, type index_d$6_GalleryData as GalleryData, type index_d$6_GalleryOptions as GalleryOptions, type index_d$6_GetRichContentRequest as GetRichContentRequest, type index_d$6_GetRichContentResponse as GetRichContentResponse, type index_d$6_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type index_d$6_Gradient as Gradient, type index_d$6_HTMLData as HTMLData, type index_d$6_HTMLDataDataOneOf as HTMLDataDataOneOf, type index_d$6_HeadingData as HeadingData, type index_d$6_Height as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type index_d$6_Image as Image, type index_d$6_ImageData as ImageData, index_d$6_InitialExpandedItems as InitialExpandedItems, type index_d$6_Item as Item, type index_d$6_ItemDataOneOf as ItemDataOneOf, type index_d$6_ItemStyle as ItemStyle, type index_d$6_Layout as Layout, index_d$6_LayoutType as LayoutType, index_d$6_LineStyle as LineStyle, type index_d$6_Link as Link, type index_d$6_LinkData as LinkData, type index_d$6_LinkDataOneOf as LinkDataOneOf, type index_d$6_LinkPreviewData as LinkPreviewData, type index_d$6_ListValue as ListValue, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type index_d$6_MapData as MapData, type index_d$6_MapSettings as MapSettings, index_d$6_MapType as MapType, type index_d$6_Media as Media, type index_d$6_MentionData as MentionData, type MessageEnvelope$6 as MessageEnvelope, type index_d$6_Metadata as Metadata, type index_d$6_Node as Node, type index_d$6_NodeDataOneOf as NodeDataOneOf, type index_d$6_NodeStyle as NodeStyle, index_d$6_NodeType as NodeType, index_d$6_NullValue as NullValue, type Occurrence$3 as Occurrence, type index_d$6_Oembed as Oembed, type index_d$6_Option as Option, type index_d$6_OptionDesign as OptionDesign, type index_d$6_OptionLayout as OptionLayout, type index_d$6_OrderedListData as OrderedListData, index_d$6_Orientation as Orientation, type index_d$6_PDFSettings as PDFSettings, type index_d$6_ParagraphData as ParagraphData, type index_d$6_Permissions as Permissions, type index_d$6_PlaybackOptions as PlaybackOptions, type index_d$6_PluginContainerData as PluginContainerData, index_d$6_PluginContainerDataAlignment as PluginContainerDataAlignment, type index_d$6_PluginContainerDataWidth as PluginContainerDataWidth, type index_d$6_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type index_d$6_Poll as Poll, type index_d$6_PollData as PollData, type index_d$6_PollDataLayout as PollDataLayout, type index_d$6_PollDesign as PollDesign, type index_d$6_PollLayout as PollLayout, index_d$6_PollLayoutDirection as PollLayoutDirection, index_d$6_PollLayoutType as PollLayoutType, type index_d$6_QueryRichContentsRequest as QueryRichContentsRequest, type index_d$6_QueryRichContentsResponse as QueryRichContentsResponse, type index_d$6_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$3 as Recurrences, type index_d$6_Rel as Rel, type RestoreInfo$2 as RestoreInfo, type index_d$6_RichContent as RichContent, type index_d$6_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type index_d$6_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type index_d$6_RichContentNonNullableFields as RichContentNonNullableFields, type index_d$6_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type index_d$6_RichContentsQueryBuilder as RichContentsQueryBuilder, type index_d$6_RichContentsQueryResult as RichContentsQueryResult, type ScheduleConfig$3 as ScheduleConfig, type Settings$2 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, index_d$6_Source as Source, type index_d$6_Spoiler as Spoiler, type index_d$6_SpoilerData as SpoilerData, Status$3 as Status, type StreetAddress$5 as StreetAddress, type index_d$6_Styles as Styles, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type index_d$6_TableCellData as TableCellData, type index_d$6_TableData as TableData, index_d$6_Target as Target, index_d$6_TextAlignment as TextAlignment, type index_d$6_TextData as TextData, type index_d$6_TextNodeStyle as TextNodeStyle, type index_d$6_TextStyle as TextStyle, type index_d$6_Thumbnails as Thumbnails, index_d$6_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type index_d$6_UpdateRichContent as UpdateRichContent, type index_d$6_UpdateRichContentRequest as UpdateRichContentRequest, type index_d$6_UpdateRichContentResponse as UpdateRichContentResponse, type index_d$6_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type index_d$6_V1RichContent as V1RichContent, index_d$6_VerticalAlignment as VerticalAlignment, type index_d$6_Video as Video, type index_d$6_VideoData as VideoData, index_d$6_ViewMode as ViewMode, index_d$6_ViewRole as ViewRole, index_d$6_VoteRole as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, index_d$6_Width as Width, index_d$6_WidthType as WidthType, type index_d$6__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type index_d$6__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type index_d$6__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, index_d$6_createRichContent as createRichContent, index_d$6_deleteRichContent as deleteRichContent, index_d$6_findRichContentBySlug as findRichContentBySlug, index_d$6_getRichContent as getRichContent, index_d$6_onRichContentCreated as onRichContentCreated, index_d$6_onRichContentDeleted as onRichContentDeleted, index_d$6_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, index_d$6_queryRichContents as queryRichContents, index_d$6_updateRichContent as updateRichContent };
12899
12765
  }
12900
12766
 
12901
12767
  interface RsvpRsvp {
@@ -13817,28 +13683,17 @@ declare const onRsvpCreated$1: EventDefinition<RsvpCreatedEnvelope, "wix.events.
13817
13683
  declare const onRsvpUpdated$1: EventDefinition<RsvpUpdatedEnvelope, "wix.events.rsvp.events.RsvpUpdated">;
13818
13684
  declare const onRsvpDeleted$1: EventDefinition<RsvpDeletedEnvelope, "wix.events.rsvp.events.RsvpDeleted">;
13819
13685
 
13820
- declare function createRESTModule$5<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
13821
-
13822
13686
  declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
13823
13687
 
13824
- type _publicListRsvpType = typeof listRsvp$1;
13825
- declare const listRsvp: ReturnType<typeof createRESTModule$5<_publicListRsvpType>>;
13826
- type _publicQueryRsvpType = typeof queryRsvp$1;
13827
- declare const queryRsvp: ReturnType<typeof createRESTModule$5<_publicQueryRsvpType>>;
13828
- type _publicGetRsvpType = typeof getRsvp$1;
13829
- declare const getRsvp: ReturnType<typeof createRESTModule$5<_publicGetRsvpType>>;
13830
- type _publicCreateRsvpType = typeof createRsvp$1;
13831
- declare const createRsvp: ReturnType<typeof createRESTModule$5<_publicCreateRsvpType>>;
13832
- type _publicUpdateRsvpType = typeof updateRsvp$1;
13833
- declare const updateRsvp: ReturnType<typeof createRESTModule$5<_publicUpdateRsvpType>>;
13834
- type _publicBulkUpdateRsvpType = typeof bulkUpdateRsvp$1;
13835
- declare const bulkUpdateRsvp: ReturnType<typeof createRESTModule$5<_publicBulkUpdateRsvpType>>;
13836
- type _publicDeleteRsvpType = typeof deleteRsvp$1;
13837
- declare const deleteRsvp: ReturnType<typeof createRESTModule$5<_publicDeleteRsvpType>>;
13838
- type _publicCheckInRsvpType = typeof checkInRsvp$1;
13839
- declare const checkInRsvp: ReturnType<typeof createRESTModule$5<_publicCheckInRsvpType>>;
13840
- type _publicDeleteRsvpCheckInType = typeof deleteRsvpCheckIn$1;
13841
- declare const deleteRsvpCheckIn: ReturnType<typeof createRESTModule$5<_publicDeleteRsvpCheckInType>>;
13688
+ declare const listRsvp: BuildRESTFunction<typeof listRsvp$1> & typeof listRsvp$1;
13689
+ declare const queryRsvp: BuildRESTFunction<typeof queryRsvp$1> & typeof queryRsvp$1;
13690
+ declare const getRsvp: BuildRESTFunction<typeof getRsvp$1> & typeof getRsvp$1;
13691
+ declare const createRsvp: BuildRESTFunction<typeof createRsvp$1> & typeof createRsvp$1;
13692
+ declare const updateRsvp: BuildRESTFunction<typeof updateRsvp$1> & typeof updateRsvp$1;
13693
+ declare const bulkUpdateRsvp: BuildRESTFunction<typeof bulkUpdateRsvp$1> & typeof bulkUpdateRsvp$1;
13694
+ declare const deleteRsvp: BuildRESTFunction<typeof deleteRsvp$1> & typeof deleteRsvp$1;
13695
+ declare const checkInRsvp: BuildRESTFunction<typeof checkInRsvp$1> & typeof checkInRsvp$1;
13696
+ declare const deleteRsvpCheckIn: BuildRESTFunction<typeof deleteRsvpCheckIn$1> & typeof deleteRsvpCheckIn$1;
13842
13697
 
13843
13698
  type _publicOnRsvpCreatedType = typeof onRsvpCreated$1;
13844
13699
  /** */
@@ -13912,18 +13767,9 @@ type index_d$5_UpdateRsvpOptions = UpdateRsvpOptions;
13912
13767
  type index_d$5_UpdateRsvpRequest = UpdateRsvpRequest;
13913
13768
  type index_d$5_UpdateRsvpResponse = UpdateRsvpResponse;
13914
13769
  type index_d$5_UpdateRsvpResponseNonNullableFields = UpdateRsvpResponseNonNullableFields;
13915
- type index_d$5__publicBulkUpdateRsvpType = _publicBulkUpdateRsvpType;
13916
- type index_d$5__publicCheckInRsvpType = _publicCheckInRsvpType;
13917
- type index_d$5__publicCreateRsvpType = _publicCreateRsvpType;
13918
- type index_d$5__publicDeleteRsvpCheckInType = _publicDeleteRsvpCheckInType;
13919
- type index_d$5__publicDeleteRsvpType = _publicDeleteRsvpType;
13920
- type index_d$5__publicGetRsvpType = _publicGetRsvpType;
13921
- type index_d$5__publicListRsvpType = _publicListRsvpType;
13922
13770
  type index_d$5__publicOnRsvpCreatedType = _publicOnRsvpCreatedType;
13923
13771
  type index_d$5__publicOnRsvpDeletedType = _publicOnRsvpDeletedType;
13924
13772
  type index_d$5__publicOnRsvpUpdatedType = _publicOnRsvpUpdatedType;
13925
- type index_d$5__publicQueryRsvpType = _publicQueryRsvpType;
13926
- type index_d$5__publicUpdateRsvpType = _publicUpdateRsvpType;
13927
13773
  declare const index_d$5_bulkUpdateRsvp: typeof bulkUpdateRsvp;
13928
13774
  declare const index_d$5_checkInRsvp: typeof checkInRsvp;
13929
13775
  declare const index_d$5_createRsvp: typeof createRsvp;
@@ -13937,7 +13783,7 @@ declare const index_d$5_onRsvpUpdated: typeof onRsvpUpdated;
13937
13783
  declare const index_d$5_queryRsvp: typeof queryRsvp;
13938
13784
  declare const index_d$5_updateRsvp: typeof updateRsvp;
13939
13785
  declare namespace index_d$5 {
13940
- export { type Address$4 as Address, type AddressLocation$4 as AddressLocation, type AddressStreetOneOf$4 as AddressStreetOneOf, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$5_BulkUpdateRsvpContactIdRequest as BulkUpdateRsvpContactIdRequest, type index_d$5_BulkUpdateRsvpContactIdResponse as BulkUpdateRsvpContactIdResponse, type index_d$5_BulkUpdateRsvpOptions as BulkUpdateRsvpOptions, type index_d$5_BulkUpdateRsvpRequest as BulkUpdateRsvpRequest, type index_d$5_BulkUpdateRsvpResponse as BulkUpdateRsvpResponse, type index_d$5_BulkUpdateRsvpResponseNonNullableFields as BulkUpdateRsvpResponseNonNullableFields, type CalendarLinks$2 as CalendarLinks, type CheckIn$1 as CheckIn, type index_d$5_CheckInRsvpOptions as CheckInRsvpOptions, type index_d$5_CheckInRsvpRequest as CheckInRsvpRequest, type index_d$5_CheckInRsvpResponse as CheckInRsvpResponse, type index_d$5_CheckInRsvpResponseNonNullableFields as CheckInRsvpResponseNonNullableFields, type index_d$5_CountRsvpAttendingGuestsRequest as CountRsvpAttendingGuestsRequest, type index_d$5_CountRsvpAttendingGuestsResponse as CountRsvpAttendingGuestsResponse, type Counts$1 as Counts, type index_d$5_CreateRsvpOptions as CreateRsvpOptions, type index_d$5_CreateRsvpRequest as CreateRsvpRequest, type index_d$5_CreateRsvpResponse as CreateRsvpResponse, type index_d$5_CreateRsvpResponseNonNullableFields as CreateRsvpResponseNonNullableFields, type index_d$5_DeleteRsvpCheckInOptions as DeleteRsvpCheckInOptions, type index_d$5_DeleteRsvpCheckInRequest as DeleteRsvpCheckInRequest, type index_d$5_DeleteRsvpCheckInResponse as DeleteRsvpCheckInResponse, type index_d$5_DeleteRsvpCheckInResponseNonNullableFields as DeleteRsvpCheckInResponseNonNullableFields, type index_d$5_DeleteRsvpOptions as DeleteRsvpOptions, type index_d$5_DeleteRsvpRequest as DeleteRsvpRequest, type index_d$5_DeleteRsvpResponse as DeleteRsvpResponse, type FacetCounts$4 as FacetCounts, type index_d$5_FindRsvpSummaryRequest as FindRsvpSummaryRequest, type index_d$5_FindRsvpSummaryResponse as FindRsvpSummaryResponse, type FormResponse$1 as FormResponse, type FormattedAddress$1 as FormattedAddress, type index_d$5_GetRsvpOptions as GetRsvpOptions, type index_d$5_GetRsvpRequest as GetRsvpRequest, type index_d$5_GetRsvpResponse as GetRsvpResponse, type index_d$5_GetRsvpResponseNonNullableFields as GetRsvpResponseNonNullableFields, type index_d$5_Guest as Guest, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type InputValue$1 as InputValue, type index_d$5_ListRsvpOptions as ListRsvpOptions, type index_d$5_ListRsvpRequest as ListRsvpRequest, type index_d$5_ListRsvpResponse as ListRsvpResponse, type index_d$5_ListRsvpResponseNonNullableFields as ListRsvpResponseNonNullableFields, type MessageEnvelope$5 as MessageEnvelope, type index_d$5_ModificationOptions as ModificationOptions, type OnlineConferencingLogin$1 as OnlineConferencingLogin, type index_d$5_QueryRsvpOptions as QueryRsvpOptions, type index_d$5_QueryRsvpRequest as QueryRsvpRequest, type index_d$5_QueryRsvpResponse as QueryRsvpResponse, type index_d$5_QueryRsvpResponseNonNullableFields as QueryRsvpResponseNonNullableFields, type index_d$5_Rsvp as Rsvp, type index_d$5_RsvpCreated as RsvpCreated, type index_d$5_RsvpCreatedEnvelope as RsvpCreatedEnvelope, type index_d$5_RsvpDeleted as RsvpDeleted, type index_d$5_RsvpDeletedEnvelope as RsvpDeletedEnvelope, type index_d$5_RsvpFacetCounts as RsvpFacetCounts, type index_d$5_RsvpFacets as RsvpFacets, index_d$5_RsvpFieldset as RsvpFieldset, type index_d$5_RsvpRsvp as RsvpRsvp, type index_d$5_RsvpRsvpNonNullableFields as RsvpRsvpNonNullableFields, index_d$5_RsvpStatus as RsvpStatus, type RsvpSummary$2 as RsvpSummary, index_d$5_RsvpTag as RsvpTag, type index_d$5_RsvpUpdated as RsvpUpdated, type index_d$5_RsvpUpdatedEnvelope as RsvpUpdatedEnvelope, type StandardDetails$1 as StandardDetails, type StreetAddress$4 as StreetAddress, type Subdivision$4 as Subdivision, SubdivisionType$4 as SubdivisionType, type index_d$5_UpdateRsvpOptions as UpdateRsvpOptions, type index_d$5_UpdateRsvpRequest as UpdateRsvpRequest, type index_d$5_UpdateRsvpResponse as UpdateRsvpResponse, type index_d$5_UpdateRsvpResponseNonNullableFields as UpdateRsvpResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, type index_d$5__publicBulkUpdateRsvpType as _publicBulkUpdateRsvpType, type index_d$5__publicCheckInRsvpType as _publicCheckInRsvpType, type index_d$5__publicCreateRsvpType as _publicCreateRsvpType, type index_d$5__publicDeleteRsvpCheckInType as _publicDeleteRsvpCheckInType, type index_d$5__publicDeleteRsvpType as _publicDeleteRsvpType, type index_d$5__publicGetRsvpType as _publicGetRsvpType, type index_d$5__publicListRsvpType as _publicListRsvpType, type index_d$5__publicOnRsvpCreatedType as _publicOnRsvpCreatedType, type index_d$5__publicOnRsvpDeletedType as _publicOnRsvpDeletedType, type index_d$5__publicOnRsvpUpdatedType as _publicOnRsvpUpdatedType, type index_d$5__publicQueryRsvpType as _publicQueryRsvpType, type index_d$5__publicUpdateRsvpType as _publicUpdateRsvpType, index_d$5_bulkUpdateRsvp as bulkUpdateRsvp, index_d$5_checkInRsvp as checkInRsvp, index_d$5_createRsvp as createRsvp, index_d$5_deleteRsvp as deleteRsvp, index_d$5_deleteRsvpCheckIn as deleteRsvpCheckIn, index_d$5_getRsvp as getRsvp, index_d$5_listRsvp as listRsvp, index_d$5_onRsvpCreated as onRsvpCreated, index_d$5_onRsvpDeleted as onRsvpDeleted, index_d$5_onRsvpUpdated as onRsvpUpdated, onRsvpCreated$1 as publicOnRsvpCreated, onRsvpDeleted$1 as publicOnRsvpDeleted, onRsvpUpdated$1 as publicOnRsvpUpdated, index_d$5_queryRsvp as queryRsvp, index_d$5_updateRsvp as updateRsvp };
13786
+ export { type Address$4 as Address, type AddressLocation$4 as AddressLocation, type AddressStreetOneOf$4 as AddressStreetOneOf, type BaseEventMetadata$5 as BaseEventMetadata, type index_d$5_BulkUpdateRsvpContactIdRequest as BulkUpdateRsvpContactIdRequest, type index_d$5_BulkUpdateRsvpContactIdResponse as BulkUpdateRsvpContactIdResponse, type index_d$5_BulkUpdateRsvpOptions as BulkUpdateRsvpOptions, type index_d$5_BulkUpdateRsvpRequest as BulkUpdateRsvpRequest, type index_d$5_BulkUpdateRsvpResponse as BulkUpdateRsvpResponse, type index_d$5_BulkUpdateRsvpResponseNonNullableFields as BulkUpdateRsvpResponseNonNullableFields, type CalendarLinks$2 as CalendarLinks, type CheckIn$1 as CheckIn, type index_d$5_CheckInRsvpOptions as CheckInRsvpOptions, type index_d$5_CheckInRsvpRequest as CheckInRsvpRequest, type index_d$5_CheckInRsvpResponse as CheckInRsvpResponse, type index_d$5_CheckInRsvpResponseNonNullableFields as CheckInRsvpResponseNonNullableFields, type index_d$5_CountRsvpAttendingGuestsRequest as CountRsvpAttendingGuestsRequest, type index_d$5_CountRsvpAttendingGuestsResponse as CountRsvpAttendingGuestsResponse, type Counts$1 as Counts, type index_d$5_CreateRsvpOptions as CreateRsvpOptions, type index_d$5_CreateRsvpRequest as CreateRsvpRequest, type index_d$5_CreateRsvpResponse as CreateRsvpResponse, type index_d$5_CreateRsvpResponseNonNullableFields as CreateRsvpResponseNonNullableFields, type index_d$5_DeleteRsvpCheckInOptions as DeleteRsvpCheckInOptions, type index_d$5_DeleteRsvpCheckInRequest as DeleteRsvpCheckInRequest, type index_d$5_DeleteRsvpCheckInResponse as DeleteRsvpCheckInResponse, type index_d$5_DeleteRsvpCheckInResponseNonNullableFields as DeleteRsvpCheckInResponseNonNullableFields, type index_d$5_DeleteRsvpOptions as DeleteRsvpOptions, type index_d$5_DeleteRsvpRequest as DeleteRsvpRequest, type index_d$5_DeleteRsvpResponse as DeleteRsvpResponse, type FacetCounts$4 as FacetCounts, type index_d$5_FindRsvpSummaryRequest as FindRsvpSummaryRequest, type index_d$5_FindRsvpSummaryResponse as FindRsvpSummaryResponse, type FormResponse$1 as FormResponse, type FormattedAddress$1 as FormattedAddress, type index_d$5_GetRsvpOptions as GetRsvpOptions, type index_d$5_GetRsvpRequest as GetRsvpRequest, type index_d$5_GetRsvpResponse as GetRsvpResponse, type index_d$5_GetRsvpResponseNonNullableFields as GetRsvpResponseNonNullableFields, type index_d$5_Guest as Guest, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, type InputValue$1 as InputValue, type index_d$5_ListRsvpOptions as ListRsvpOptions, type index_d$5_ListRsvpRequest as ListRsvpRequest, type index_d$5_ListRsvpResponse as ListRsvpResponse, type index_d$5_ListRsvpResponseNonNullableFields as ListRsvpResponseNonNullableFields, type MessageEnvelope$5 as MessageEnvelope, type index_d$5_ModificationOptions as ModificationOptions, type OnlineConferencingLogin$1 as OnlineConferencingLogin, type index_d$5_QueryRsvpOptions as QueryRsvpOptions, type index_d$5_QueryRsvpRequest as QueryRsvpRequest, type index_d$5_QueryRsvpResponse as QueryRsvpResponse, type index_d$5_QueryRsvpResponseNonNullableFields as QueryRsvpResponseNonNullableFields, type index_d$5_Rsvp as Rsvp, type index_d$5_RsvpCreated as RsvpCreated, type index_d$5_RsvpCreatedEnvelope as RsvpCreatedEnvelope, type index_d$5_RsvpDeleted as RsvpDeleted, type index_d$5_RsvpDeletedEnvelope as RsvpDeletedEnvelope, type index_d$5_RsvpFacetCounts as RsvpFacetCounts, type index_d$5_RsvpFacets as RsvpFacets, index_d$5_RsvpFieldset as RsvpFieldset, type index_d$5_RsvpRsvp as RsvpRsvp, type index_d$5_RsvpRsvpNonNullableFields as RsvpRsvpNonNullableFields, index_d$5_RsvpStatus as RsvpStatus, type RsvpSummary$2 as RsvpSummary, index_d$5_RsvpTag as RsvpTag, type index_d$5_RsvpUpdated as RsvpUpdated, type index_d$5_RsvpUpdatedEnvelope as RsvpUpdatedEnvelope, type StandardDetails$1 as StandardDetails, type StreetAddress$4 as StreetAddress, type Subdivision$4 as Subdivision, SubdivisionType$4 as SubdivisionType, type index_d$5_UpdateRsvpOptions as UpdateRsvpOptions, type index_d$5_UpdateRsvpRequest as UpdateRsvpRequest, type index_d$5_UpdateRsvpResponse as UpdateRsvpResponse, type index_d$5_UpdateRsvpResponseNonNullableFields as UpdateRsvpResponseNonNullableFields, WebhookIdentityType$5 as WebhookIdentityType, type index_d$5__publicOnRsvpCreatedType as _publicOnRsvpCreatedType, type index_d$5__publicOnRsvpDeletedType as _publicOnRsvpDeletedType, type index_d$5__publicOnRsvpUpdatedType as _publicOnRsvpUpdatedType, index_d$5_bulkUpdateRsvp as bulkUpdateRsvp, index_d$5_checkInRsvp as checkInRsvp, index_d$5_createRsvp as createRsvp, index_d$5_deleteRsvp as deleteRsvp, index_d$5_deleteRsvpCheckIn as deleteRsvpCheckIn, index_d$5_getRsvp as getRsvp, index_d$5_listRsvp as listRsvp, index_d$5_onRsvpCreated as onRsvpCreated, index_d$5_onRsvpDeleted as onRsvpDeleted, index_d$5_onRsvpUpdated as onRsvpUpdated, onRsvpCreated$1 as publicOnRsvpCreated, onRsvpDeleted$1 as publicOnRsvpDeleted, onRsvpUpdated$1 as publicOnRsvpUpdated, index_d$5_queryRsvp as queryRsvp, index_d$5_updateRsvp as updateRsvp };
13941
13787
  }
13942
13788
 
13943
13789
  interface TicketingTicket {
@@ -14746,22 +14592,14 @@ interface BulkUpdateTicketsSignature {
14746
14592
  }
14747
14593
  declare const onTicketOrderUpdated$1: EventDefinition<TicketOrderUpdatedEnvelope, "wix.events.ticketing.events.OrderUpdated">;
14748
14594
 
14749
- declare function createRESTModule$4<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
14750
-
14751
14595
  declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
14752
14596
 
14753
- type _publicListTicketsType = typeof listTickets$1;
14754
- declare const listTickets: ReturnType<typeof createRESTModule$4<_publicListTicketsType>>;
14755
- type _publicGetTicketType = typeof getTicket$1;
14756
- declare const getTicket: ReturnType<typeof createRESTModule$4<_publicGetTicketType>>;
14757
- type _publicCheckInTicketsType = typeof checkInTickets$1;
14758
- declare const checkInTickets: ReturnType<typeof createRESTModule$4<_publicCheckInTicketsType>>;
14759
- type _publicDeleteTicketCheckInsType = typeof deleteTicketCheckIns$1;
14760
- declare const deleteTicketCheckIns: ReturnType<typeof createRESTModule$4<_publicDeleteTicketCheckInsType>>;
14761
- type _publicUpdateTicketType = typeof updateTicket$1;
14762
- declare const updateTicket: ReturnType<typeof createRESTModule$4<_publicUpdateTicketType>>;
14763
- type _publicBulkUpdateTicketsType = typeof bulkUpdateTickets$1;
14764
- declare const bulkUpdateTickets: ReturnType<typeof createRESTModule$4<_publicBulkUpdateTicketsType>>;
14597
+ declare const listTickets: BuildRESTFunction<typeof listTickets$1> & typeof listTickets$1;
14598
+ declare const getTicket: BuildRESTFunction<typeof getTicket$1> & typeof getTicket$1;
14599
+ declare const checkInTickets: BuildRESTFunction<typeof checkInTickets$1> & typeof checkInTickets$1;
14600
+ declare const deleteTicketCheckIns: BuildRESTFunction<typeof deleteTicketCheckIns$1> & typeof deleteTicketCheckIns$1;
14601
+ declare const updateTicket: BuildRESTFunction<typeof updateTicket$1> & typeof updateTicket$1;
14602
+ declare const bulkUpdateTickets: BuildRESTFunction<typeof bulkUpdateTickets$1> & typeof bulkUpdateTickets$1;
14765
14603
 
14766
14604
  type _publicOnTicketOrderUpdatedType = typeof onTicketOrderUpdated$1;
14767
14605
  /** */
@@ -14818,13 +14656,7 @@ type index_d$4_UpdateTicketOptions = UpdateTicketOptions;
14818
14656
  type index_d$4_UpdateTicketRequest = UpdateTicketRequest;
14819
14657
  type index_d$4_UpdateTicketResponse = UpdateTicketResponse;
14820
14658
  type index_d$4_UpdateTicketResponseNonNullableFields = UpdateTicketResponseNonNullableFields;
14821
- type index_d$4__publicBulkUpdateTicketsType = _publicBulkUpdateTicketsType;
14822
- type index_d$4__publicCheckInTicketsType = _publicCheckInTicketsType;
14823
- type index_d$4__publicDeleteTicketCheckInsType = _publicDeleteTicketCheckInsType;
14824
- type index_d$4__publicGetTicketType = _publicGetTicketType;
14825
- type index_d$4__publicListTicketsType = _publicListTicketsType;
14826
14659
  type index_d$4__publicOnTicketOrderUpdatedType = _publicOnTicketOrderUpdatedType;
14827
- type index_d$4__publicUpdateTicketType = _publicUpdateTicketType;
14828
14660
  declare const index_d$4_bulkUpdateTickets: typeof bulkUpdateTickets;
14829
14661
  declare const index_d$4_checkInTickets: typeof checkInTickets;
14830
14662
  declare const index_d$4_deleteTicketCheckIns: typeof deleteTicketCheckIns;
@@ -14833,7 +14665,7 @@ declare const index_d$4_listTickets: typeof listTickets;
14833
14665
  declare const index_d$4_onTicketOrderUpdated: typeof onTicketOrderUpdated;
14834
14666
  declare const index_d$4_updateTicket: typeof updateTicket;
14835
14667
  declare namespace index_d$4 {
14836
- export { type Address$3 as Address, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$4_BulkUpdateTicketsOptions as BulkUpdateTicketsOptions, type index_d$4_BulkUpdateTicketsRequest as BulkUpdateTicketsRequest, type index_d$4_BulkUpdateTicketsResponse as BulkUpdateTicketsResponse, type index_d$4_BulkUpdateTicketsResponseNonNullableFields as BulkUpdateTicketsResponseNonNullableFields, index_d$4_ChannelType as ChannelType, type index_d$4_CheckIn as CheckIn, type index_d$4_CheckInTicketRequest as CheckInTicketRequest, type index_d$4_CheckInTicketResponse as CheckInTicketResponse, type index_d$4_CheckInTicketResponseNonNullableFields as CheckInTicketResponseNonNullableFields, type index_d$4_CheckInTicketsOptions as CheckInTicketsOptions, type index_d$4_Counts as Counts, type index_d$4_DeleteTicketCheckInRequest as DeleteTicketCheckInRequest, type index_d$4_DeleteTicketCheckInResponse as DeleteTicketCheckInResponse, type index_d$4_DeleteTicketCheckInResponseNonNullableFields as DeleteTicketCheckInResponseNonNullableFields, type index_d$4_DeleteTicketCheckInsOptions as DeleteTicketCheckInsOptions, type FacetCounts$3 as FacetCounts, type index_d$4_FormResponse as FormResponse, type index_d$4_FormattedAddress as FormattedAddress, type index_d$4_GetDemoTicketRequest as GetDemoTicketRequest, type index_d$4_GetDemoTicketResponse as GetDemoTicketResponse, type index_d$4_GetTicketIdentifiers as GetTicketIdentifiers, type index_d$4_GetTicketOptions as GetTicketOptions, type index_d$4_GetTicketRequest as GetTicketRequest, type index_d$4_GetTicketResponse as GetTicketResponse, type index_d$4_GetTicketResponseNonNullableFields as GetTicketResponseNonNullableFields, type index_d$4_GuestDetails as GuestDetails, type index_d$4_GuestDetailsUpdate as GuestDetailsUpdate, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type index_d$4_InputValue as InputValue, type index_d$4_ListTicketsOptions as ListTicketsOptions, type index_d$4_ListTicketsRequest as ListTicketsRequest, type index_d$4_ListTicketsResponse as ListTicketsResponse, type index_d$4_ListTicketsResponseNonNullableFields as ListTicketsResponseNonNullableFields, type MessageEnvelope$4 as MessageEnvelope, type Money$3 as Money, type index_d$4_OnlineConferencingLogin as OnlineConferencingLogin, index_d$4_OrderStatus as OrderStatus, type index_d$4_OrderUpdated as OrderUpdated, type index_d$4_StandardDetails as StandardDetails, State$3 as State, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, SubdivisionType$3 as SubdivisionType, type index_d$4_Ticket as Ticket, type index_d$4_TicketDetails as TicketDetails, type index_d$4_TicketFacetCounts as TicketFacetCounts, type index_d$4_TicketFacets as TicketFacets, index_d$4_TicketFieldset as TicketFieldset, type index_d$4_TicketOrderUpdatedEnvelope as TicketOrderUpdatedEnvelope, type index_d$4_TicketingTicket as TicketingTicket, type index_d$4_TicketingTicketNonNullableFields as TicketingTicketNonNullableFields, type index_d$4_UpdateTicketIdentifiers as UpdateTicketIdentifiers, type index_d$4_UpdateTicketOptions as UpdateTicketOptions, type index_d$4_UpdateTicketRequest as UpdateTicketRequest, type index_d$4_UpdateTicketResponse as UpdateTicketResponse, type index_d$4_UpdateTicketResponseNonNullableFields as UpdateTicketResponseNonNullableFields, WebhookIdentityType$4 as WebhookIdentityType, type index_d$4__publicBulkUpdateTicketsType as _publicBulkUpdateTicketsType, type index_d$4__publicCheckInTicketsType as _publicCheckInTicketsType, type index_d$4__publicDeleteTicketCheckInsType as _publicDeleteTicketCheckInsType, type index_d$4__publicGetTicketType as _publicGetTicketType, type index_d$4__publicListTicketsType as _publicListTicketsType, type index_d$4__publicOnTicketOrderUpdatedType as _publicOnTicketOrderUpdatedType, type index_d$4__publicUpdateTicketType as _publicUpdateTicketType, index_d$4_bulkUpdateTickets as bulkUpdateTickets, index_d$4_checkInTickets as checkInTickets, index_d$4_deleteTicketCheckIns as deleteTicketCheckIns, index_d$4_getTicket as getTicket, index_d$4_listTickets as listTickets, index_d$4_onTicketOrderUpdated as onTicketOrderUpdated, onTicketOrderUpdated$1 as publicOnTicketOrderUpdated, index_d$4_updateTicket as updateTicket };
14668
+ export { type Address$3 as Address, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$4_BulkUpdateTicketsOptions as BulkUpdateTicketsOptions, type index_d$4_BulkUpdateTicketsRequest as BulkUpdateTicketsRequest, type index_d$4_BulkUpdateTicketsResponse as BulkUpdateTicketsResponse, type index_d$4_BulkUpdateTicketsResponseNonNullableFields as BulkUpdateTicketsResponseNonNullableFields, index_d$4_ChannelType as ChannelType, type index_d$4_CheckIn as CheckIn, type index_d$4_CheckInTicketRequest as CheckInTicketRequest, type index_d$4_CheckInTicketResponse as CheckInTicketResponse, type index_d$4_CheckInTicketResponseNonNullableFields as CheckInTicketResponseNonNullableFields, type index_d$4_CheckInTicketsOptions as CheckInTicketsOptions, type index_d$4_Counts as Counts, type index_d$4_DeleteTicketCheckInRequest as DeleteTicketCheckInRequest, type index_d$4_DeleteTicketCheckInResponse as DeleteTicketCheckInResponse, type index_d$4_DeleteTicketCheckInResponseNonNullableFields as DeleteTicketCheckInResponseNonNullableFields, type index_d$4_DeleteTicketCheckInsOptions as DeleteTicketCheckInsOptions, type FacetCounts$3 as FacetCounts, type index_d$4_FormResponse as FormResponse, type index_d$4_FormattedAddress as FormattedAddress, type index_d$4_GetDemoTicketRequest as GetDemoTicketRequest, type index_d$4_GetDemoTicketResponse as GetDemoTicketResponse, type index_d$4_GetTicketIdentifiers as GetTicketIdentifiers, type index_d$4_GetTicketOptions as GetTicketOptions, type index_d$4_GetTicketRequest as GetTicketRequest, type index_d$4_GetTicketResponse as GetTicketResponse, type index_d$4_GetTicketResponseNonNullableFields as GetTicketResponseNonNullableFields, type index_d$4_GuestDetails as GuestDetails, type index_d$4_GuestDetailsUpdate as GuestDetailsUpdate, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, type index_d$4_InputValue as InputValue, type index_d$4_ListTicketsOptions as ListTicketsOptions, type index_d$4_ListTicketsRequest as ListTicketsRequest, type index_d$4_ListTicketsResponse as ListTicketsResponse, type index_d$4_ListTicketsResponseNonNullableFields as ListTicketsResponseNonNullableFields, type MessageEnvelope$4 as MessageEnvelope, type Money$3 as Money, type index_d$4_OnlineConferencingLogin as OnlineConferencingLogin, index_d$4_OrderStatus as OrderStatus, type index_d$4_OrderUpdated as OrderUpdated, type index_d$4_StandardDetails as StandardDetails, State$3 as State, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, SubdivisionType$3 as SubdivisionType, type index_d$4_Ticket as Ticket, type index_d$4_TicketDetails as TicketDetails, type index_d$4_TicketFacetCounts as TicketFacetCounts, type index_d$4_TicketFacets as TicketFacets, index_d$4_TicketFieldset as TicketFieldset, type index_d$4_TicketOrderUpdatedEnvelope as TicketOrderUpdatedEnvelope, type index_d$4_TicketingTicket as TicketingTicket, type index_d$4_TicketingTicketNonNullableFields as TicketingTicketNonNullableFields, type index_d$4_UpdateTicketIdentifiers as UpdateTicketIdentifiers, type index_d$4_UpdateTicketOptions as UpdateTicketOptions, type index_d$4_UpdateTicketRequest as UpdateTicketRequest, type index_d$4_UpdateTicketResponse as UpdateTicketResponse, type index_d$4_UpdateTicketResponseNonNullableFields as UpdateTicketResponseNonNullableFields, WebhookIdentityType$4 as WebhookIdentityType, type index_d$4__publicOnTicketOrderUpdatedType as _publicOnTicketOrderUpdatedType, index_d$4_bulkUpdateTickets as bulkUpdateTickets, index_d$4_checkInTickets as checkInTickets, index_d$4_deleteTicketCheckIns as deleteTicketCheckIns, index_d$4_getTicket as getTicket, index_d$4_listTickets as listTickets, index_d$4_onTicketOrderUpdated as onTicketOrderUpdated, onTicketOrderUpdated$1 as publicOnTicketOrderUpdated, index_d$4_updateTicket as updateTicket };
14837
14669
  }
14838
14670
 
14839
14671
  interface TicketDefinition$1 {
@@ -15753,26 +15585,16 @@ declare const onTicketDefinitionCreated$3: EventDefinition<TicketDefinitionCreat
15753
15585
  declare const onTicketDefinitionUpdated$3: EventDefinition<TicketDefinitionUpdatedEnvelope$1, "wix.events.ticketing.events.TicketDefinitionUpdated">;
15754
15586
  declare const onTicketDefinitionDeleted$3: EventDefinition<TicketDefinitionDeletedEnvelope$1, "wix.events.ticketing.events.TicketDefinitionDeleted">;
15755
15587
 
15756
- declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
15757
-
15758
15588
  declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
15759
15589
 
15760
- type _publicQueryTicketDefinitionsType$1 = typeof queryTicketDefinitions$3;
15761
- declare const queryTicketDefinitions$2: ReturnType<typeof createRESTModule$3<_publicQueryTicketDefinitionsType>>;
15762
- type _publicQueryTicketDefinitionsV2Type = typeof queryTicketDefinitionsV2$1;
15763
- declare const queryTicketDefinitionsV2: ReturnType<typeof createRESTModule$3<_publicQueryTicketDefinitionsV2Type>>;
15764
- type _publicListTicketDefinitionsType = typeof listTicketDefinitions$1;
15765
- declare const listTicketDefinitions: ReturnType<typeof createRESTModule$3<_publicListTicketDefinitionsType>>;
15766
- type _publicGetTicketDefinitionType$1 = typeof getTicketDefinition$3;
15767
- declare const getTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicGetTicketDefinitionType>>;
15768
- type _publicCreateTicketDefinitionType$1 = typeof createTicketDefinition$3;
15769
- declare const createTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicCreateTicketDefinitionType>>;
15770
- type _publicUpdateTicketDefinitionType$1 = typeof updateTicketDefinition$3;
15771
- declare const updateTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicUpdateTicketDefinitionType>>;
15772
- type _publicDeleteTicketDefinitionType$1 = typeof deleteTicketDefinition$3;
15773
- declare const deleteTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicDeleteTicketDefinitionType>>;
15774
- type _publicChangeCurrencyType$1 = typeof changeCurrency$3;
15775
- declare const changeCurrency$2: ReturnType<typeof createRESTModule$3<_publicChangeCurrencyType>>;
15590
+ declare const queryTicketDefinitions$2: BuildRESTFunction<typeof queryTicketDefinitions$3> & typeof queryTicketDefinitions$3;
15591
+ declare const queryTicketDefinitionsV2: BuildRESTFunction<typeof queryTicketDefinitionsV2$1> & typeof queryTicketDefinitionsV2$1;
15592
+ declare const listTicketDefinitions: BuildRESTFunction<typeof listTicketDefinitions$1> & typeof listTicketDefinitions$1;
15593
+ declare const getTicketDefinition$2: BuildRESTFunction<typeof getTicketDefinition$3> & typeof getTicketDefinition$3;
15594
+ declare const createTicketDefinition$2: BuildRESTFunction<typeof createTicketDefinition$3> & typeof createTicketDefinition$3;
15595
+ declare const updateTicketDefinition$2: BuildRESTFunction<typeof updateTicketDefinition$3> & typeof updateTicketDefinition$3;
15596
+ declare const deleteTicketDefinition$2: BuildRESTFunction<typeof deleteTicketDefinition$3> & typeof deleteTicketDefinition$3;
15597
+ declare const changeCurrency$2: BuildRESTFunction<typeof changeCurrency$3> & typeof changeCurrency$3;
15776
15598
 
15777
15599
  type _publicOnTicketDefinitionCreatedType$1 = typeof onTicketDefinitionCreated$3;
15778
15600
  /** */
@@ -15822,12 +15644,10 @@ type index_d$3_TicketSalePeriod = TicketSalePeriod;
15822
15644
  type index_d$3_TicketSaleStatus = TicketSaleStatus;
15823
15645
  declare const index_d$3_TicketSaleStatus: typeof TicketSaleStatus;
15824
15646
  type index_d$3_WixFeeConfig = WixFeeConfig;
15825
- type index_d$3__publicListTicketDefinitionsType = _publicListTicketDefinitionsType;
15826
- type index_d$3__publicQueryTicketDefinitionsV2Type = _publicQueryTicketDefinitionsV2Type;
15827
15647
  declare const index_d$3_listTicketDefinitions: typeof listTicketDefinitions;
15828
15648
  declare const index_d$3_queryTicketDefinitionsV2: typeof queryTicketDefinitionsV2;
15829
15649
  declare namespace index_d$3 {
15830
- export { type BaseEventMetadata$3 as BaseEventMetadata, type BulkCopyTicketDefinitionsByEventIdRequest$1 as BulkCopyTicketDefinitionsByEventIdRequest, type BulkCopyTicketDefinitionsByEventIdResponse$1 as BulkCopyTicketDefinitionsByEventIdResponse, type index_d$3_ById as ById, type ChangeCurrencyOptions$1 as ChangeCurrencyOptions, type ChangeCurrencyRequest$1 as ChangeCurrencyRequest, type ChangeCurrencyResponse$1 as ChangeCurrencyResponse, type CopiedTicketDefinition$1 as CopiedTicketDefinition, type CreateTicketDefinitionOptions$1 as CreateTicketDefinitionOptions, type CreateTicketDefinitionRequest$1 as CreateTicketDefinitionRequest, type CreateTicketDefinitionResponse$1 as CreateTicketDefinitionResponse, type CreateTicketDefinitionResponseNonNullableFields$1 as CreateTicketDefinitionResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type Dashboard$2 as Dashboard, type index_d$3_DefinitionsQueryBuilder as DefinitionsQueryBuilder, type index_d$3_DefinitionsQueryResult as DefinitionsQueryResult, type index_d$3_DeleteTicketDefinitionOptions as DeleteTicketDefinitionOptions, type DeleteTicketDefinitionRequest$1 as DeleteTicketDefinitionRequest, type index_d$3_DeleteTicketDefinitionRequestDeleteOneOf as DeleteTicketDefinitionRequestDeleteOneOf, type DeleteTicketDefinitionResponse$1 as DeleteTicketDefinitionResponse, type FacetCounts$2 as FacetCounts, index_d$3_FeeType as FeeType, type GetTicketDefinitionOptions$1 as GetTicketDefinitionOptions, type GetTicketDefinitionRequest$1 as GetTicketDefinitionRequest, type GetTicketDefinitionResponse$1 as GetTicketDefinitionResponse, type GetTicketDefinitionResponseNonNullableFields$1 as GetTicketDefinitionResponseNonNullableFields, index_d$3_GroupBy as GroupBy, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$3_ListTicketDefinitionsOptions as ListTicketDefinitionsOptions, type index_d$3_ListTicketDefinitionsRequest as ListTicketDefinitionsRequest, type index_d$3_ListTicketDefinitionsResponse as ListTicketDefinitionsResponse, type index_d$3_ListTicketDefinitionsResponseNonNullableFields as ListTicketDefinitionsResponseNonNullableFields, type MessageEnvelope$3 as MessageEnvelope, type Money$2 as Money, type index_d$3_OriginatedFrom as OriginatedFrom, type Paging$3 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type index_d$3_PaidTicketDefinitionExistsRequest as PaidTicketDefinitionExistsRequest, type index_d$3_PaidTicketDefinitionExistsResponse as PaidTicketDefinitionExistsResponse, type index_d$3_PricingOption as PricingOption, type PricingOptions$1 as PricingOptions, type QueryTicketDefinitionsOptions$1 as QueryTicketDefinitionsOptions, type QueryTicketDefinitionsRequest$1 as QueryTicketDefinitionsRequest, type QueryTicketDefinitionsResponse$1 as QueryTicketDefinitionsResponse, type QueryTicketDefinitionsResponseNonNullableFields$1 as QueryTicketDefinitionsResponseNonNullableFields, type index_d$3_QueryTicketDefinitionsV2Options as QueryTicketDefinitionsV2Options, type index_d$3_QueryTicketDefinitionsV2Request as QueryTicketDefinitionsV2Request, type index_d$3_QueryTicketDefinitionsV2Response as QueryTicketDefinitionsV2Response, type index_d$3_QueryTicketDefinitionsV2ResponseNonNullableFields as QueryTicketDefinitionsV2ResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, type index_d$3_ResponseMetaData as ResponseMetaData, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, State$2 as State, type TicketDefinition$1 as TicketDefinition, type index_d$3_TicketDefinitionCreated as TicketDefinitionCreated, type TicketDefinitionCreatedEnvelope$1 as TicketDefinitionCreatedEnvelope, type index_d$3_TicketDefinitionData as TicketDefinitionData, type index_d$3_TicketDefinitionDeleted as TicketDefinitionDeleted, type TicketDefinitionDeletedEnvelope$1 as TicketDefinitionDeletedEnvelope, index_d$3_TicketDefinitionFieldset as TicketDefinitionFieldset, type TicketDefinitionNonNullableFields$1 as TicketDefinitionNonNullableFields, index_d$3_TicketDefinitionStateEnumState as TicketDefinitionStateEnumState, type index_d$3_TicketDefinitionUpdated as TicketDefinitionUpdated, type TicketDefinitionUpdatedEnvelope$1 as TicketDefinitionUpdatedEnvelope, type index_d$3_TicketPricing as TicketPricing, type index_d$3_TicketPricingPriceOneOf as TicketPricingPriceOneOf, type index_d$3_TicketSalePeriod as TicketSalePeriod, index_d$3_TicketSaleStatus as TicketSaleStatus, Type$2 as Type, type UpdateTicketDefinitionOptions$1 as UpdateTicketDefinitionOptions, type UpdateTicketDefinitionRequest$1 as UpdateTicketDefinitionRequest, type UpdateTicketDefinitionResponse$1 as UpdateTicketDefinitionResponse, type UpdateTicketDefinitionResponseNonNullableFields$1 as UpdateTicketDefinitionResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type index_d$3_WixFeeConfig as WixFeeConfig, type _publicChangeCurrencyType$1 as _publicChangeCurrencyType, type _publicCreateTicketDefinitionType$1 as _publicCreateTicketDefinitionType, type _publicDeleteTicketDefinitionType$1 as _publicDeleteTicketDefinitionType, type _publicGetTicketDefinitionType$1 as _publicGetTicketDefinitionType, type index_d$3__publicListTicketDefinitionsType as _publicListTicketDefinitionsType, type _publicOnTicketDefinitionCreatedType$1 as _publicOnTicketDefinitionCreatedType, type _publicOnTicketDefinitionDeletedType$1 as _publicOnTicketDefinitionDeletedType, type _publicOnTicketDefinitionUpdatedType$1 as _publicOnTicketDefinitionUpdatedType, type _publicQueryTicketDefinitionsType$1 as _publicQueryTicketDefinitionsType, type index_d$3__publicQueryTicketDefinitionsV2Type as _publicQueryTicketDefinitionsV2Type, type _publicUpdateTicketDefinitionType$1 as _publicUpdateTicketDefinitionType, changeCurrency$2 as changeCurrency, createTicketDefinition$2 as createTicketDefinition, deleteTicketDefinition$2 as deleteTicketDefinition, getTicketDefinition$2 as getTicketDefinition, index_d$3_listTicketDefinitions as listTicketDefinitions, onTicketDefinitionCreated$2 as onTicketDefinitionCreated, onTicketDefinitionDeleted$2 as onTicketDefinitionDeleted, onTicketDefinitionUpdated$2 as onTicketDefinitionUpdated, onTicketDefinitionCreated$3 as publicOnTicketDefinitionCreated, onTicketDefinitionDeleted$3 as publicOnTicketDefinitionDeleted, onTicketDefinitionUpdated$3 as publicOnTicketDefinitionUpdated, queryTicketDefinitions$2 as queryTicketDefinitions, index_d$3_queryTicketDefinitionsV2 as queryTicketDefinitionsV2, updateTicketDefinition$2 as updateTicketDefinition };
15650
+ export { type BaseEventMetadata$3 as BaseEventMetadata, type BulkCopyTicketDefinitionsByEventIdRequest$1 as BulkCopyTicketDefinitionsByEventIdRequest, type BulkCopyTicketDefinitionsByEventIdResponse$1 as BulkCopyTicketDefinitionsByEventIdResponse, type index_d$3_ById as ById, type ChangeCurrencyOptions$1 as ChangeCurrencyOptions, type ChangeCurrencyRequest$1 as ChangeCurrencyRequest, type ChangeCurrencyResponse$1 as ChangeCurrencyResponse, type CopiedTicketDefinition$1 as CopiedTicketDefinition, type CreateTicketDefinitionOptions$1 as CreateTicketDefinitionOptions, type CreateTicketDefinitionRequest$1 as CreateTicketDefinitionRequest, type CreateTicketDefinitionResponse$1 as CreateTicketDefinitionResponse, type CreateTicketDefinitionResponseNonNullableFields$1 as CreateTicketDefinitionResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type Cursors$3 as Cursors, type Dashboard$2 as Dashboard, type index_d$3_DefinitionsQueryBuilder as DefinitionsQueryBuilder, type index_d$3_DefinitionsQueryResult as DefinitionsQueryResult, type index_d$3_DeleteTicketDefinitionOptions as DeleteTicketDefinitionOptions, type DeleteTicketDefinitionRequest$1 as DeleteTicketDefinitionRequest, type index_d$3_DeleteTicketDefinitionRequestDeleteOneOf as DeleteTicketDefinitionRequestDeleteOneOf, type DeleteTicketDefinitionResponse$1 as DeleteTicketDefinitionResponse, type FacetCounts$2 as FacetCounts, index_d$3_FeeType as FeeType, type GetTicketDefinitionOptions$1 as GetTicketDefinitionOptions, type GetTicketDefinitionRequest$1 as GetTicketDefinitionRequest, type GetTicketDefinitionResponse$1 as GetTicketDefinitionResponse, type GetTicketDefinitionResponseNonNullableFields$1 as GetTicketDefinitionResponseNonNullableFields, index_d$3_GroupBy as GroupBy, type IdentificationData$3 as IdentificationData, type IdentificationDataIdOneOf$3 as IdentificationDataIdOneOf, type index_d$3_ListTicketDefinitionsOptions as ListTicketDefinitionsOptions, type index_d$3_ListTicketDefinitionsRequest as ListTicketDefinitionsRequest, type index_d$3_ListTicketDefinitionsResponse as ListTicketDefinitionsResponse, type index_d$3_ListTicketDefinitionsResponseNonNullableFields as ListTicketDefinitionsResponseNonNullableFields, type MessageEnvelope$3 as MessageEnvelope, type Money$2 as Money, type index_d$3_OriginatedFrom as OriginatedFrom, type Paging$3 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type index_d$3_PaidTicketDefinitionExistsRequest as PaidTicketDefinitionExistsRequest, type index_d$3_PaidTicketDefinitionExistsResponse as PaidTicketDefinitionExistsResponse, type index_d$3_PricingOption as PricingOption, type PricingOptions$1 as PricingOptions, type QueryTicketDefinitionsOptions$1 as QueryTicketDefinitionsOptions, type QueryTicketDefinitionsRequest$1 as QueryTicketDefinitionsRequest, type QueryTicketDefinitionsResponse$1 as QueryTicketDefinitionsResponse, type QueryTicketDefinitionsResponseNonNullableFields$1 as QueryTicketDefinitionsResponseNonNullableFields, type index_d$3_QueryTicketDefinitionsV2Options as QueryTicketDefinitionsV2Options, type index_d$3_QueryTicketDefinitionsV2Request as QueryTicketDefinitionsV2Request, type index_d$3_QueryTicketDefinitionsV2Response as QueryTicketDefinitionsV2Response, type index_d$3_QueryTicketDefinitionsV2ResponseNonNullableFields as QueryTicketDefinitionsV2ResponseNonNullableFields, type QueryV2$3 as QueryV2, type QueryV2PagingMethodOneOf$3 as QueryV2PagingMethodOneOf, type index_d$3_ResponseMetaData as ResponseMetaData, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, State$2 as State, type TicketDefinition$1 as TicketDefinition, type index_d$3_TicketDefinitionCreated as TicketDefinitionCreated, type TicketDefinitionCreatedEnvelope$1 as TicketDefinitionCreatedEnvelope, type index_d$3_TicketDefinitionData as TicketDefinitionData, type index_d$3_TicketDefinitionDeleted as TicketDefinitionDeleted, type TicketDefinitionDeletedEnvelope$1 as TicketDefinitionDeletedEnvelope, index_d$3_TicketDefinitionFieldset as TicketDefinitionFieldset, type TicketDefinitionNonNullableFields$1 as TicketDefinitionNonNullableFields, index_d$3_TicketDefinitionStateEnumState as TicketDefinitionStateEnumState, type index_d$3_TicketDefinitionUpdated as TicketDefinitionUpdated, type TicketDefinitionUpdatedEnvelope$1 as TicketDefinitionUpdatedEnvelope, type index_d$3_TicketPricing as TicketPricing, type index_d$3_TicketPricingPriceOneOf as TicketPricingPriceOneOf, type index_d$3_TicketSalePeriod as TicketSalePeriod, index_d$3_TicketSaleStatus as TicketSaleStatus, Type$2 as Type, type UpdateTicketDefinitionOptions$1 as UpdateTicketDefinitionOptions, type UpdateTicketDefinitionRequest$1 as UpdateTicketDefinitionRequest, type UpdateTicketDefinitionResponse$1 as UpdateTicketDefinitionResponse, type UpdateTicketDefinitionResponseNonNullableFields$1 as UpdateTicketDefinitionResponseNonNullableFields, WebhookIdentityType$3 as WebhookIdentityType, type index_d$3_WixFeeConfig as WixFeeConfig, type _publicOnTicketDefinitionCreatedType$1 as _publicOnTicketDefinitionCreatedType, type _publicOnTicketDefinitionDeletedType$1 as _publicOnTicketDefinitionDeletedType, type _publicOnTicketDefinitionUpdatedType$1 as _publicOnTicketDefinitionUpdatedType, changeCurrency$2 as changeCurrency, createTicketDefinition$2 as createTicketDefinition, deleteTicketDefinition$2 as deleteTicketDefinition, getTicketDefinition$2 as getTicketDefinition, index_d$3_listTicketDefinitions as listTicketDefinitions, onTicketDefinitionCreated$2 as onTicketDefinitionCreated, onTicketDefinitionDeleted$2 as onTicketDefinitionDeleted, onTicketDefinitionUpdated$2 as onTicketDefinitionUpdated, onTicketDefinitionCreated$3 as publicOnTicketDefinitionCreated, onTicketDefinitionDeleted$3 as publicOnTicketDefinitionDeleted, onTicketDefinitionUpdated$3 as publicOnTicketDefinitionUpdated, queryTicketDefinitions$2 as queryTicketDefinitions, index_d$3_queryTicketDefinitionsV2 as queryTicketDefinitionsV2, updateTicketDefinition$2 as updateTicketDefinition };
15831
15651
  }
15832
15652
 
15833
15653
  interface Policy {
@@ -16605,22 +16425,14 @@ declare const onPolicyCreated$1: EventDefinition<PolicyCreatedEnvelope, "wix.eve
16605
16425
  declare const onPolicyUpdated$1: EventDefinition<PolicyUpdatedEnvelope, "wix.events.v2.policy_updated">;
16606
16426
  declare const onPolicyDeleted$1: EventDefinition<PolicyDeletedEnvelope, "wix.events.v2.policy_deleted">;
16607
16427
 
16608
- declare function createRESTModule$2<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
16609
-
16610
16428
  declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
16611
16429
 
16612
- type _publicCreatePolicyType = typeof createPolicy$1;
16613
- declare const createPolicy: ReturnType<typeof createRESTModule$2<_publicCreatePolicyType>>;
16614
- type _publicUpdatePolicyType = typeof updatePolicy$1;
16615
- declare const updatePolicy: ReturnType<typeof createRESTModule$2<_publicUpdatePolicyType>>;
16616
- type _publicDeletePolicyType = typeof deletePolicy$1;
16617
- declare const deletePolicy: ReturnType<typeof createRESTModule$2<_publicDeletePolicyType>>;
16618
- type _publicQueryPoliciesType = typeof queryPolicies$1;
16619
- declare const queryPolicies: ReturnType<typeof createRESTModule$2<_publicQueryPoliciesType>>;
16620
- type _publicReorderEventPoliciesType = typeof reorderEventPolicies$1;
16621
- declare const reorderEventPolicies: ReturnType<typeof createRESTModule$2<_publicReorderEventPoliciesType>>;
16622
- type _publicGetPolicyType = typeof getPolicy$1;
16623
- declare const getPolicy: ReturnType<typeof createRESTModule$2<_publicGetPolicyType>>;
16430
+ declare const createPolicy: BuildRESTFunction<typeof createPolicy$1> & typeof createPolicy$1;
16431
+ declare const updatePolicy: BuildRESTFunction<typeof updatePolicy$1> & typeof updatePolicy$1;
16432
+ declare const deletePolicy: BuildRESTFunction<typeof deletePolicy$1> & typeof deletePolicy$1;
16433
+ declare const queryPolicies: BuildRESTFunction<typeof queryPolicies$1> & typeof queryPolicies$1;
16434
+ declare const reorderEventPolicies: BuildRESTFunction<typeof reorderEventPolicies$1> & typeof reorderEventPolicies$1;
16435
+ declare const getPolicy: BuildRESTFunction<typeof getPolicy$1> & typeof getPolicy$1;
16624
16436
 
16625
16437
  type _publicOnPolicyCreatedType = typeof onPolicyCreated$1;
16626
16438
  /**
@@ -16671,15 +16483,9 @@ type index_d$2_UpdatePolicyResponse = UpdatePolicyResponse;
16671
16483
  type index_d$2_UpdatePolicyResponseNonNullableFields = UpdatePolicyResponseNonNullableFields;
16672
16484
  type index_d$2_UpdatePolicySortIndexRequest = UpdatePolicySortIndexRequest;
16673
16485
  type index_d$2_UpdatePolicySortIndexResponse = UpdatePolicySortIndexResponse;
16674
- type index_d$2__publicCreatePolicyType = _publicCreatePolicyType;
16675
- type index_d$2__publicDeletePolicyType = _publicDeletePolicyType;
16676
- type index_d$2__publicGetPolicyType = _publicGetPolicyType;
16677
16486
  type index_d$2__publicOnPolicyCreatedType = _publicOnPolicyCreatedType;
16678
16487
  type index_d$2__publicOnPolicyDeletedType = _publicOnPolicyDeletedType;
16679
16488
  type index_d$2__publicOnPolicyUpdatedType = _publicOnPolicyUpdatedType;
16680
- type index_d$2__publicQueryPoliciesType = _publicQueryPoliciesType;
16681
- type index_d$2__publicReorderEventPoliciesType = _publicReorderEventPoliciesType;
16682
- type index_d$2__publicUpdatePolicyType = _publicUpdatePolicyType;
16683
16489
  declare const index_d$2_createPolicy: typeof createPolicy;
16684
16490
  declare const index_d$2_deletePolicy: typeof deletePolicy;
16685
16491
  declare const index_d$2_getPolicy: typeof getPolicy;
@@ -16690,7 +16496,7 @@ declare const index_d$2_queryPolicies: typeof queryPolicies;
16690
16496
  declare const index_d$2_reorderEventPolicies: typeof reorderEventPolicies;
16691
16497
  declare const index_d$2_updatePolicy: typeof updatePolicy;
16692
16498
  declare namespace index_d$2 {
16693
- export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$2_CreatePolicyRequest as CreatePolicyRequest, type index_d$2_CreatePolicyResponse as CreatePolicyResponse, type index_d$2_CreatePolicyResponseNonNullableFields as CreatePolicyResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type Cursors$2 as Cursors, type index_d$2_DeletePolicyRequest as DeletePolicyRequest, type index_d$2_DeletePolicyResponse as DeletePolicyResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventCopied$1 as EventCopied, type EventMetadata$2 as EventMetadata, EventStatus$2 as EventStatus, type index_d$2_GetPolicyFromTrashBinRequest as GetPolicyFromTrashBinRequest, type index_d$2_GetPolicyFromTrashBinResponse as GetPolicyFromTrashBinResponse, type index_d$2_GetPolicyRequest as GetPolicyRequest, type index_d$2_GetPolicyResponse as GetPolicyResponse, type index_d$2_GetPolicyResponseNonNullableFields as GetPolicyResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type Location$2 as Location, LocationType$2 as LocationType, type MapCoordinates$2 as MapCoordinates, type MessageEnvelope$2 as MessageEnvelope, type Occurrence$2 as Occurrence, type Paging$2 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type index_d$2_PoliciesQueryBuilder as PoliciesQueryBuilder, type index_d$2_PoliciesQueryResult as PoliciesQueryResult, type index_d$2_Policy as Policy, type index_d$2_PolicyCreatedEnvelope as PolicyCreatedEnvelope, type index_d$2_PolicyDeletedEnvelope as PolicyDeletedEnvelope, type index_d$2_PolicyNonNullableFields as PolicyNonNullableFields, type index_d$2_PolicyUpdatedEnvelope as PolicyUpdatedEnvelope, type index_d$2_QueryPoliciesRequest as QueryPoliciesRequest, type index_d$2_QueryPoliciesResponse as QueryPoliciesResponse, type index_d$2_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type Recurrences$2 as Recurrences, type index_d$2_ReorderEventPoliciesOptions as ReorderEventPoliciesOptions, type index_d$2_ReorderEventPoliciesRequest as ReorderEventPoliciesRequest, type index_d$2_ReorderEventPoliciesRequestReferencePolicyOneOf as ReorderEventPoliciesRequestReferencePolicyOneOf, type index_d$2_ReorderEventPoliciesResponse as ReorderEventPoliciesResponse, type index_d$2_ReorderEventPoliciesResponseNonNullableFields as ReorderEventPoliciesResponseNonNullableFields, type ScheduleConfig$2 as ScheduleConfig, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, Status$2 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, SubdivisionType$2 as SubdivisionType, type index_d$2_UpdatePolicy as UpdatePolicy, type index_d$2_UpdatePolicyRequest as UpdatePolicyRequest, type index_d$2_UpdatePolicyResponse as UpdatePolicyResponse, type index_d$2_UpdatePolicyResponseNonNullableFields as UpdatePolicyResponseNonNullableFields, type index_d$2_UpdatePolicySortIndexRequest as UpdatePolicySortIndexRequest, type index_d$2_UpdatePolicySortIndexResponse as UpdatePolicySortIndexResponse, WebhookIdentityType$2 as WebhookIdentityType, type index_d$2__publicCreatePolicyType as _publicCreatePolicyType, type index_d$2__publicDeletePolicyType as _publicDeletePolicyType, type index_d$2__publicGetPolicyType as _publicGetPolicyType, type index_d$2__publicOnPolicyCreatedType as _publicOnPolicyCreatedType, type index_d$2__publicOnPolicyDeletedType as _publicOnPolicyDeletedType, type index_d$2__publicOnPolicyUpdatedType as _publicOnPolicyUpdatedType, type index_d$2__publicQueryPoliciesType as _publicQueryPoliciesType, type index_d$2__publicReorderEventPoliciesType as _publicReorderEventPoliciesType, type index_d$2__publicUpdatePolicyType as _publicUpdatePolicyType, index_d$2_createPolicy as createPolicy, index_d$2_deletePolicy as deletePolicy, index_d$2_getPolicy as getPolicy, index_d$2_onPolicyCreated as onPolicyCreated, index_d$2_onPolicyDeleted as onPolicyDeleted, index_d$2_onPolicyUpdated as onPolicyUpdated, onPolicyCreated$1 as publicOnPolicyCreated, onPolicyDeleted$1 as publicOnPolicyDeleted, onPolicyUpdated$1 as publicOnPolicyUpdated, index_d$2_queryPolicies as queryPolicies, index_d$2_reorderEventPolicies as reorderEventPolicies, index_d$2_updatePolicy as updatePolicy };
16499
+ export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$2_CreatePolicyRequest as CreatePolicyRequest, type index_d$2_CreatePolicyResponse as CreatePolicyResponse, type index_d$2_CreatePolicyResponseNonNullableFields as CreatePolicyResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type Cursors$2 as Cursors, type index_d$2_DeletePolicyRequest as DeletePolicyRequest, type index_d$2_DeletePolicyResponse as DeletePolicyResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventCopied$1 as EventCopied, type EventMetadata$2 as EventMetadata, EventStatus$2 as EventStatus, type index_d$2_GetPolicyFromTrashBinRequest as GetPolicyFromTrashBinRequest, type index_d$2_GetPolicyFromTrashBinResponse as GetPolicyFromTrashBinResponse, type index_d$2_GetPolicyRequest as GetPolicyRequest, type index_d$2_GetPolicyResponse as GetPolicyResponse, type index_d$2_GetPolicyResponseNonNullableFields as GetPolicyResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type Location$2 as Location, LocationType$2 as LocationType, type MapCoordinates$2 as MapCoordinates, type MessageEnvelope$2 as MessageEnvelope, type Occurrence$2 as Occurrence, type Paging$2 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type index_d$2_PoliciesQueryBuilder as PoliciesQueryBuilder, type index_d$2_PoliciesQueryResult as PoliciesQueryResult, type index_d$2_Policy as Policy, type index_d$2_PolicyCreatedEnvelope as PolicyCreatedEnvelope, type index_d$2_PolicyDeletedEnvelope as PolicyDeletedEnvelope, type index_d$2_PolicyNonNullableFields as PolicyNonNullableFields, type index_d$2_PolicyUpdatedEnvelope as PolicyUpdatedEnvelope, type index_d$2_QueryPoliciesRequest as QueryPoliciesRequest, type index_d$2_QueryPoliciesResponse as QueryPoliciesResponse, type index_d$2_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type Recurrences$2 as Recurrences, type index_d$2_ReorderEventPoliciesOptions as ReorderEventPoliciesOptions, type index_d$2_ReorderEventPoliciesRequest as ReorderEventPoliciesRequest, type index_d$2_ReorderEventPoliciesRequestReferencePolicyOneOf as ReorderEventPoliciesRequestReferencePolicyOneOf, type index_d$2_ReorderEventPoliciesResponse as ReorderEventPoliciesResponse, type index_d$2_ReorderEventPoliciesResponseNonNullableFields as ReorderEventPoliciesResponseNonNullableFields, type ScheduleConfig$2 as ScheduleConfig, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, Status$2 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, SubdivisionType$2 as SubdivisionType, type index_d$2_UpdatePolicy as UpdatePolicy, type index_d$2_UpdatePolicyRequest as UpdatePolicyRequest, type index_d$2_UpdatePolicyResponse as UpdatePolicyResponse, type index_d$2_UpdatePolicyResponseNonNullableFields as UpdatePolicyResponseNonNullableFields, type index_d$2_UpdatePolicySortIndexRequest as UpdatePolicySortIndexRequest, type index_d$2_UpdatePolicySortIndexResponse as UpdatePolicySortIndexResponse, WebhookIdentityType$2 as WebhookIdentityType, type index_d$2__publicOnPolicyCreatedType as _publicOnPolicyCreatedType, type index_d$2__publicOnPolicyDeletedType as _publicOnPolicyDeletedType, type index_d$2__publicOnPolicyUpdatedType as _publicOnPolicyUpdatedType, index_d$2_createPolicy as createPolicy, index_d$2_deletePolicy as deletePolicy, index_d$2_getPolicy as getPolicy, index_d$2_onPolicyCreated as onPolicyCreated, index_d$2_onPolicyDeleted as onPolicyDeleted, index_d$2_onPolicyUpdated as onPolicyUpdated, onPolicyCreated$1 as publicOnPolicyCreated, onPolicyDeleted$1 as publicOnPolicyDeleted, onPolicyUpdated$1 as publicOnPolicyUpdated, index_d$2_queryPolicies as queryPolicies, index_d$2_reorderEventPolicies as reorderEventPolicies, index_d$2_updatePolicy as updatePolicy };
16694
16500
  }
16695
16501
 
16696
16502
  interface V3Event {
@@ -19916,34 +19722,20 @@ declare const onEventPublished$1: EventDefinition<EventPublishedEnvelope, "wix.e
19916
19722
  declare const onEventCloned$1: EventDefinition<EventClonedEnvelope, "wix.events.v3.event_cloned">;
19917
19723
  declare const onEventCanceled$1: EventDefinition<EventCanceledEnvelope, "wix.events.v3.event_canceled">;
19918
19724
 
19919
- declare function createRESTModule$1<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
19920
-
19921
19725
  declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
19922
19726
 
19923
- type _publicCreateEventType = typeof createEvent$1;
19924
- declare const createEvent: ReturnType<typeof createRESTModule$1<_publicCreateEventType>>;
19925
- type _publicCloneEventType = typeof cloneEvent$1;
19926
- declare const cloneEvent: ReturnType<typeof createRESTModule$1<_publicCloneEventType>>;
19927
- type _publicUpdateEventType = typeof updateEvent$1;
19928
- declare const updateEvent: ReturnType<typeof createRESTModule$1<_publicUpdateEventType>>;
19929
- type _publicPublishDraftEventType = typeof publishDraftEvent$1;
19930
- declare const publishDraftEvent: ReturnType<typeof createRESTModule$1<_publicPublishDraftEventType>>;
19931
- type _publicCancelEventType = typeof cancelEvent$1;
19932
- declare const cancelEvent: ReturnType<typeof createRESTModule$1<_publicCancelEventType>>;
19933
- type _publicBulkCancelEventsByFilterType = typeof bulkCancelEventsByFilter$1;
19934
- declare const bulkCancelEventsByFilter: ReturnType<typeof createRESTModule$1<_publicBulkCancelEventsByFilterType>>;
19935
- type _publicDeleteEventType = typeof deleteEvent$1;
19936
- declare const deleteEvent: ReturnType<typeof createRESTModule$1<_publicDeleteEventType>>;
19937
- type _publicBulkDeleteEventsByFilterType = typeof bulkDeleteEventsByFilter$1;
19938
- declare const bulkDeleteEventsByFilter: ReturnType<typeof createRESTModule$1<_publicBulkDeleteEventsByFilterType>>;
19939
- type _publicQueryEventsType = typeof queryEvents$1;
19940
- declare const queryEvents: ReturnType<typeof createRESTModule$1<_publicQueryEventsType>>;
19941
- type _publicCountEventsByStatusType = typeof countEventsByStatus$1;
19942
- declare const countEventsByStatus: ReturnType<typeof createRESTModule$1<_publicCountEventsByStatusType>>;
19943
- type _publicGetEventType = typeof getEvent$1;
19944
- declare const getEvent: ReturnType<typeof createRESTModule$1<_publicGetEventType>>;
19945
- type _publicGetEventBySlugType = typeof getEventBySlug$1;
19946
- declare const getEventBySlug: ReturnType<typeof createRESTModule$1<_publicGetEventBySlugType>>;
19727
+ declare const createEvent: BuildRESTFunction<typeof createEvent$1> & typeof createEvent$1;
19728
+ declare const cloneEvent: BuildRESTFunction<typeof cloneEvent$1> & typeof cloneEvent$1;
19729
+ declare const updateEvent: BuildRESTFunction<typeof updateEvent$1> & typeof updateEvent$1;
19730
+ declare const publishDraftEvent: BuildRESTFunction<typeof publishDraftEvent$1> & typeof publishDraftEvent$1;
19731
+ declare const cancelEvent: BuildRESTFunction<typeof cancelEvent$1> & typeof cancelEvent$1;
19732
+ declare const bulkCancelEventsByFilter: BuildRESTFunction<typeof bulkCancelEventsByFilter$1> & typeof bulkCancelEventsByFilter$1;
19733
+ declare const deleteEvent: BuildRESTFunction<typeof deleteEvent$1> & typeof deleteEvent$1;
19734
+ declare const bulkDeleteEventsByFilter: BuildRESTFunction<typeof bulkDeleteEventsByFilter$1> & typeof bulkDeleteEventsByFilter$1;
19735
+ declare const queryEvents: BuildRESTFunction<typeof queryEvents$1> & typeof queryEvents$1;
19736
+ declare const countEventsByStatus: BuildRESTFunction<typeof countEventsByStatus$1> & typeof countEventsByStatus$1;
19737
+ declare const getEvent: BuildRESTFunction<typeof getEvent$1> & typeof getEvent$1;
19738
+ declare const getEventBySlug: BuildRESTFunction<typeof getEventBySlug$1> & typeof getEventBySlug$1;
19947
19739
 
19948
19740
  type _publicOnEventCreatedType = typeof onEventCreated$1;
19949
19741
  /** */
@@ -20141,15 +19933,6 @@ type index_d$1_UserFilter = UserFilter;
20141
19933
  type index_d$1_V3Event = V3Event;
20142
19934
  type index_d$1_V3EventDisplaySettings = V3EventDisplaySettings;
20143
19935
  type index_d$1_V3EventNonNullableFields = V3EventNonNullableFields;
20144
- type index_d$1__publicBulkCancelEventsByFilterType = _publicBulkCancelEventsByFilterType;
20145
- type index_d$1__publicBulkDeleteEventsByFilterType = _publicBulkDeleteEventsByFilterType;
20146
- type index_d$1__publicCancelEventType = _publicCancelEventType;
20147
- type index_d$1__publicCloneEventType = _publicCloneEventType;
20148
- type index_d$1__publicCountEventsByStatusType = _publicCountEventsByStatusType;
20149
- type index_d$1__publicCreateEventType = _publicCreateEventType;
20150
- type index_d$1__publicDeleteEventType = _publicDeleteEventType;
20151
- type index_d$1__publicGetEventBySlugType = _publicGetEventBySlugType;
20152
- type index_d$1__publicGetEventType = _publicGetEventType;
20153
19936
  type index_d$1__publicOnEventCanceledType = _publicOnEventCanceledType;
20154
19937
  type index_d$1__publicOnEventClonedType = _publicOnEventClonedType;
20155
19938
  type index_d$1__publicOnEventCreatedType = _publicOnEventCreatedType;
@@ -20159,9 +19942,6 @@ type index_d$1__publicOnEventPublishedType = _publicOnEventPublishedType;
20159
19942
  type index_d$1__publicOnEventReminderType = _publicOnEventReminderType;
20160
19943
  type index_d$1__publicOnEventStartedType = _publicOnEventStartedType;
20161
19944
  type index_d$1__publicOnEventUpdatedType = _publicOnEventUpdatedType;
20162
- type index_d$1__publicPublishDraftEventType = _publicPublishDraftEventType;
20163
- type index_d$1__publicQueryEventsType = _publicQueryEventsType;
20164
- type index_d$1__publicUpdateEventType = _publicUpdateEventType;
20165
19945
  declare const index_d$1_bulkCancelEventsByFilter: typeof bulkCancelEventsByFilter;
20166
19946
  declare const index_d$1_bulkDeleteEventsByFilter: typeof bulkDeleteEventsByFilter;
20167
19947
  declare const index_d$1_cancelEvent: typeof cancelEvent;
@@ -20184,7 +19964,7 @@ declare const index_d$1_publishDraftEvent: typeof publishDraftEvent;
20184
19964
  declare const index_d$1_queryEvents: typeof queryEvents;
20185
19965
  declare const index_d$1_updateEvent: typeof updateEvent;
20186
19966
  declare namespace index_d$1 {
20187
- export { type ActionEvent$1 as ActionEvent, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressStreetOneOf$1 as AddressStreetOneOf, type Agenda$1 as Agenda, type index_d$1_AgendaSettings as AgendaSettings, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$1_BulkCancelEventsByFilterOptions as BulkCancelEventsByFilterOptions, type index_d$1_BulkCancelEventsByFilterRequest as BulkCancelEventsByFilterRequest, type index_d$1_BulkCancelEventsByFilterResponse as BulkCancelEventsByFilterResponse, type index_d$1_BulkDeleteEventsByFilterOptions as BulkDeleteEventsByFilterOptions, type index_d$1_BulkDeleteEventsByFilterRequest as BulkDeleteEventsByFilterRequest, type index_d$1_BulkDeleteEventsByFilterResponse as BulkDeleteEventsByFilterResponse, type CalendarLinks$1 as CalendarLinks, type index_d$1_CalendarUrls as CalendarUrls, type index_d$1_CancelEventOptions as CancelEventOptions, type index_d$1_CancelEventRequest as CancelEventRequest, type index_d$1_CancelEventResponse as CancelEventResponse, type index_d$1_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Category$1 as Category, type CategoryCounts$1 as CategoryCounts, type CheckoutFormMessages$1 as CheckoutFormMessages, type index_d$1_CloneEventOptions as CloneEventOptions, type index_d$1_CloneEventRequest as CloneEventRequest, type index_d$1_CloneEventResponse as CloneEventResponse, type index_d$1_CloneEventResponseNonNullableFields as CloneEventResponseNonNullableFields, type index_d$1_CommonAddress as CommonAddress, type index_d$1_CommonAddressLocation as CommonAddressLocation, type index_d$1_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$1_CommonCursors as CommonCursors, type index_d$1_CommonPaging as CommonPaging, type index_d$1_CommonPagingMetadataV2 as CommonPagingMetadataV2, type index_d$1_CommonQueryV2 as CommonQueryV2, type index_d$1_CommonQueryV2PagingMethodOneOf as CommonQueryV2PagingMethodOneOf, index_d$1_CommonSortOrder as CommonSortOrder, type index_d$1_CommonSorting as CommonSorting, type index_d$1_CommonStreetAddress as CommonStreetAddress, type index_d$1_CommonSubdivision as CommonSubdivision, ConferenceType$1 as ConferenceType, index_d$1_ConferenceTypeType as ConferenceTypeType, type index_d$1_CountEventsByStatusOptions as CountEventsByStatusOptions, type index_d$1_CountEventsByStatusRequest as CountEventsByStatusRequest, type index_d$1_CountEventsByStatusResponse as CountEventsByStatusResponse, type index_d$1_CreateEventOptions as CreateEventOptions, type index_d$1_CreateEventRequest as CreateEventRequest, type index_d$1_CreateEventResponse as CreateEventResponse, type index_d$1_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type Cursors$1 as Cursors, type Dashboard$1 as Dashboard, type index_d$1_DateAndTimeSettings as DateAndTimeSettings, type index_d$1_DeleteEventRequest as DeleteEventRequest, type index_d$1_DeleteEventResponse as DeleteEventResponse, type index_d$1_DeleteEventResponseNonNullableFields as DeleteEventResponseNonNullableFields, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type Event$1 as Event, type EventCanceled$1 as EventCanceled, type index_d$1_EventCanceledEnvelope as EventCanceledEnvelope, type index_d$1_EventCategories as EventCategories, type index_d$1_EventCategory as EventCategory, type index_d$1_EventCloned as EventCloned, type index_d$1_EventClonedEnvelope as EventClonedEnvelope, type index_d$1_EventCopied as EventCopied, type EventCreated$1 as EventCreated, type index_d$1_EventCreatedEnvelope as EventCreatedEnvelope, type EventDeleted$1 as EventDeleted, type index_d$1_EventDeletedEnvelope as EventDeletedEnvelope, type EventDisplaySettings$1 as EventDisplaySettings, type EventEnded$1 as EventEnded, type index_d$1_EventEndedEnvelope as EventEndedEnvelope, type index_d$1_EventEventCanceled as EventEventCanceled, type index_d$1_EventEventEnded as EventEventEnded, type index_d$1_EventEventPublished as EventEventPublished, type index_d$1_EventEventReminder as EventEventReminder, type index_d$1_EventEventStarted as EventEventStarted, type EventMetadata$1 as EventMetadata, type index_d$1_EventPublished as EventPublished, type index_d$1_EventPublishedEnvelope as EventPublishedEnvelope, type index_d$1_EventReminder as EventReminder, type index_d$1_EventReminderEnvelope as EventReminderEnvelope, type index_d$1_EventStarted as EventStarted, type index_d$1_EventStartedEnvelope as EventStartedEnvelope, EventStatus$1 as EventStatus, EventType$1 as EventType, type EventUpdated$1 as EventUpdated, type index_d$1_EventUpdatedEnvelope as EventUpdatedEnvelope, type index_d$1_EventsFeed as EventsFeed, type index_d$1_EventsLabellingSettings as EventsLabellingSettings, type index_d$1_EventsLocation as EventsLocation, type index_d$1_EventsMoney as EventsMoney, type index_d$1_EventsOccurrence as EventsOccurrence, type index_d$1_EventsOnlineConferencing as EventsOnlineConferencing, type index_d$1_EventsOnlineConferencingSession as EventsOnlineConferencingSession, type index_d$1_EventsQueryBuilder as EventsQueryBuilder, type index_d$1_EventsQueryResult as EventsQueryResult, index_d$1_EventsRecurrenceStatusStatus as EventsRecurrenceStatusStatus, type index_d$1_EventsRecurrences as EventsRecurrences, type index_d$1_EventsRegistration as EventsRegistration, type index_d$1_EventsSeoSettings as EventsSeoSettings, index_d$1_EventsTaxType as EventsTaxType, type index_d$1_ExportEventsRequest as ExportEventsRequest, type index_d$1_ExportEventsResponse as ExportEventsResponse, type ExternalEvent$1 as ExternalEvent, type index_d$1_ExternalRegistration as ExternalRegistration, type FacetCounts$1 as FacetCounts, type Feed$1 as Feed, type index_d$1_FindEventRequest as FindEventRequest, type index_d$1_FindEventRequestFindByOneOf as FindEventRequestFindByOneOf, type index_d$1_FindEventResponse as FindEventResponse, type Form$1 as Form, type FormMessages$1 as FormMessages, type index_d$1_Formatted as Formatted, type index_d$1_GetEventBySlugOptions as GetEventBySlugOptions, type index_d$1_GetEventBySlugRequest as GetEventBySlugRequest, type index_d$1_GetEventBySlugResponse as GetEventBySlugResponse, type index_d$1_GetEventBySlugResponseNonNullableFields as GetEventBySlugResponseNonNullableFields, type index_d$1_GetEventOptions as GetEventOptions, type index_d$1_GetEventRequest as GetEventRequest, type index_d$1_GetEventResponse as GetEventResponse, type index_d$1_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type GuestListConfig$1 as GuestListConfig, type index_d$1_GuestListSettings as GuestListSettings, index_d$1_GuestTypeType as GuestTypeType, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, index_d$1_InitialRegistrationTypeType as InitialRegistrationTypeType, type Input$1 as Input, type InputControl$1 as InputControl, InputControlType$1 as InputControlType, type Keyword$1 as Keyword, type Label$1 as Label, type LabellingSettings$1 as LabellingSettings, type index_d$1_ListEventsByCategoryRequest as ListEventsByCategoryRequest, type index_d$1_ListEventsByCategoryResponse as ListEventsByCategoryResponse, type index_d$1_ListUserEventsRequest as ListUserEventsRequest, type index_d$1_ListUserEventsResponse as ListUserEventsResponse, type Location$1 as Location, index_d$1_LocationLocationType as LocationLocationType, LocationType$1 as LocationType, type MapCoordinates$1 as MapCoordinates, type MessageEnvelope$1 as MessageEnvelope, type Money$1 as Money, type Negative$1 as Negative, type NegativeResponseConfirmation$1 as NegativeResponseConfirmation, type Occurrence$1 as Occurrence, type OnlineConferencing$1 as OnlineConferencing, type OnlineConferencingConfig$1 as OnlineConferencingConfig, type OnlineConferencingSession$1 as OnlineConferencingSession, type OptionSelection$1 as OptionSelection, type OptionSelectionSelectedOptionOneOf$1 as OptionSelectionSelectedOptionOneOf, type Paging$1 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Positive$1 as Positive, type PositiveResponseConfirmation$1 as PositiveResponseConfirmation, type index_d$1_PublishDraftEventOptions as PublishDraftEventOptions, type index_d$1_PublishDraftEventRequest as PublishDraftEventRequest, type index_d$1_PublishDraftEventResponse as PublishDraftEventResponse, type index_d$1_PublishDraftEventResponseNonNullableFields as PublishDraftEventResponseNonNullableFields, type index_d$1_QueryEventsOptions as QueryEventsOptions, type index_d$1_QueryEventsRequest as QueryEventsRequest, type index_d$1_QueryEventsResponse as QueryEventsResponse, type index_d$1_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type QueryV2$1 as QueryV2, type QueryV2PagingMethodOneOf$1 as QueryV2PagingMethodOneOf, index_d$1_RecurrenceStatusStatus as RecurrenceStatusStatus, type Recurrences$1 as Recurrences, type Registration$1 as Registration, type RegistrationClosedMessages$1 as RegistrationClosedMessages, RegistrationStatus$1 as RegistrationStatus, index_d$1_RegistrationStatusStatus as RegistrationStatusStatus, index_d$1_RegistrationTypeType as RegistrationTypeType, index_d$1_Relation as Relation, index_d$1_RequestedFields as RequestedFields, type ResponseConfirmation$1 as ResponseConfirmation, index_d$1_ResponseType as ResponseType, type RestoreInfo$1 as RestoreInfo, type RsvpCollection$1 as RsvpCollection, type RsvpCollectionConfig$1 as RsvpCollectionConfig, type RsvpFormMessages$1 as RsvpFormMessages, type index_d$1_RsvpRegistration as RsvpRegistration, RsvpStatusOptions$1 as RsvpStatusOptions, type RsvpSummary$1 as RsvpSummary, type index_d$1_Rsvps as Rsvps, type ScheduleConfig$1 as ScheduleConfig, type Scheduling$1 as Scheduling, type SeoSchema$1 as SeoSchema, type SeoSettings$1 as SeoSettings, type Settings$1 as Settings, type SiteUrl$1 as SiteUrl, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, State$1 as State, Status$1 as Status, type StreetAddress$1 as StreetAddress, type Subdivision$1 as Subdivision, index_d$1_SubdivisionSubdivisionType as SubdivisionSubdivisionType, SubdivisionType$1 as SubdivisionType, type index_d$1_Summaries as Summaries, type Tag$1 as Tag, type TaxConfig$1 as TaxConfig, type index_d$1_TaxSettings as TaxSettings, TaxType$1 as TaxType, type Ticketing$1 as Ticketing, type TicketingConfig$1 as TicketingConfig, type TicketingSummary$1 as TicketingSummary, type index_d$1_Tickets as Tickets, type index_d$1_TicketsRegistration as TicketsRegistration, type TicketsUnavailableMessages$1 as TicketsUnavailableMessages, type index_d$1_TimeDuration as TimeDuration, Type$1 as Type, type index_d$1_UpdateEventOptions as UpdateEventOptions, type index_d$1_UpdateEventRequest as UpdateEventRequest, type index_d$1_UpdateEventResponse as UpdateEventResponse, type index_d$1_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, type index_d$1_UserFilter as UserFilter, type index_d$1_V3Event as V3Event, type index_d$1_V3EventDisplaySettings as V3EventDisplaySettings, type index_d$1_V3EventNonNullableFields as V3EventNonNullableFields, ValueType$1 as ValueType, VisitorType$1 as VisitorType, WebhookIdentityType$1 as WebhookIdentityType, type index_d$1__publicBulkCancelEventsByFilterType as _publicBulkCancelEventsByFilterType, type index_d$1__publicBulkDeleteEventsByFilterType as _publicBulkDeleteEventsByFilterType, type index_d$1__publicCancelEventType as _publicCancelEventType, type index_d$1__publicCloneEventType as _publicCloneEventType, type index_d$1__publicCountEventsByStatusType as _publicCountEventsByStatusType, type index_d$1__publicCreateEventType as _publicCreateEventType, type index_d$1__publicDeleteEventType as _publicDeleteEventType, type index_d$1__publicGetEventBySlugType as _publicGetEventBySlugType, type index_d$1__publicGetEventType as _publicGetEventType, type index_d$1__publicOnEventCanceledType as _publicOnEventCanceledType, type index_d$1__publicOnEventClonedType as _publicOnEventClonedType, type index_d$1__publicOnEventCreatedType as _publicOnEventCreatedType, type index_d$1__publicOnEventDeletedType as _publicOnEventDeletedType, type index_d$1__publicOnEventEndedType as _publicOnEventEndedType, type index_d$1__publicOnEventPublishedType as _publicOnEventPublishedType, type index_d$1__publicOnEventReminderType as _publicOnEventReminderType, type index_d$1__publicOnEventStartedType as _publicOnEventStartedType, type index_d$1__publicOnEventUpdatedType as _publicOnEventUpdatedType, type index_d$1__publicPublishDraftEventType as _publicPublishDraftEventType, type index_d$1__publicQueryEventsType as _publicQueryEventsType, type index_d$1__publicUpdateEventType as _publicUpdateEventType, index_d$1_bulkCancelEventsByFilter as bulkCancelEventsByFilter, index_d$1_bulkDeleteEventsByFilter as bulkDeleteEventsByFilter, index_d$1_cancelEvent as cancelEvent, index_d$1_cloneEvent as cloneEvent, index_d$1_countEventsByStatus as countEventsByStatus, index_d$1_createEvent as createEvent, index_d$1_deleteEvent as deleteEvent, index_d$1_getEvent as getEvent, index_d$1_getEventBySlug as getEventBySlug, index_d$1_onEventCanceled as onEventCanceled, index_d$1_onEventCloned as onEventCloned, index_d$1_onEventCreated as onEventCreated, index_d$1_onEventDeleted as onEventDeleted, index_d$1_onEventEnded as onEventEnded, index_d$1_onEventPublished as onEventPublished, index_d$1_onEventReminder as onEventReminder, index_d$1_onEventStarted as onEventStarted, index_d$1_onEventUpdated as onEventUpdated, onEventCanceled$1 as publicOnEventCanceled, onEventCloned$1 as publicOnEventCloned, onEventCreated$1 as publicOnEventCreated, onEventDeleted$1 as publicOnEventDeleted, onEventEnded$1 as publicOnEventEnded, onEventPublished$1 as publicOnEventPublished, onEventReminder$1 as publicOnEventReminder, onEventStarted$1 as publicOnEventStarted, onEventUpdated$1 as publicOnEventUpdated, index_d$1_publishDraftEvent as publishDraftEvent, index_d$1_queryEvents as queryEvents, index_d$1_updateEvent as updateEvent };
19967
+ export { type ActionEvent$1 as ActionEvent, type Address$1 as Address, type AddressLocation$1 as AddressLocation, type AddressStreetOneOf$1 as AddressStreetOneOf, type Agenda$1 as Agenda, type index_d$1_AgendaSettings as AgendaSettings, type BaseEventMetadata$1 as BaseEventMetadata, type index_d$1_BulkCancelEventsByFilterOptions as BulkCancelEventsByFilterOptions, type index_d$1_BulkCancelEventsByFilterRequest as BulkCancelEventsByFilterRequest, type index_d$1_BulkCancelEventsByFilterResponse as BulkCancelEventsByFilterResponse, type index_d$1_BulkDeleteEventsByFilterOptions as BulkDeleteEventsByFilterOptions, type index_d$1_BulkDeleteEventsByFilterRequest as BulkDeleteEventsByFilterRequest, type index_d$1_BulkDeleteEventsByFilterResponse as BulkDeleteEventsByFilterResponse, type CalendarLinks$1 as CalendarLinks, type index_d$1_CalendarUrls as CalendarUrls, type index_d$1_CancelEventOptions as CancelEventOptions, type index_d$1_CancelEventRequest as CancelEventRequest, type index_d$1_CancelEventResponse as CancelEventResponse, type index_d$1_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Category$1 as Category, type CategoryCounts$1 as CategoryCounts, type CheckoutFormMessages$1 as CheckoutFormMessages, type index_d$1_CloneEventOptions as CloneEventOptions, type index_d$1_CloneEventRequest as CloneEventRequest, type index_d$1_CloneEventResponse as CloneEventResponse, type index_d$1_CloneEventResponseNonNullableFields as CloneEventResponseNonNullableFields, type index_d$1_CommonAddress as CommonAddress, type index_d$1_CommonAddressLocation as CommonAddressLocation, type index_d$1_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type index_d$1_CommonCursors as CommonCursors, type index_d$1_CommonPaging as CommonPaging, type index_d$1_CommonPagingMetadataV2 as CommonPagingMetadataV2, type index_d$1_CommonQueryV2 as CommonQueryV2, type index_d$1_CommonQueryV2PagingMethodOneOf as CommonQueryV2PagingMethodOneOf, index_d$1_CommonSortOrder as CommonSortOrder, type index_d$1_CommonSorting as CommonSorting, type index_d$1_CommonStreetAddress as CommonStreetAddress, type index_d$1_CommonSubdivision as CommonSubdivision, ConferenceType$1 as ConferenceType, index_d$1_ConferenceTypeType as ConferenceTypeType, type index_d$1_CountEventsByStatusOptions as CountEventsByStatusOptions, type index_d$1_CountEventsByStatusRequest as CountEventsByStatusRequest, type index_d$1_CountEventsByStatusResponse as CountEventsByStatusResponse, type index_d$1_CreateEventOptions as CreateEventOptions, type index_d$1_CreateEventRequest as CreateEventRequest, type index_d$1_CreateEventResponse as CreateEventResponse, type index_d$1_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type Cursors$1 as Cursors, type Dashboard$1 as Dashboard, type index_d$1_DateAndTimeSettings as DateAndTimeSettings, type index_d$1_DeleteEventRequest as DeleteEventRequest, type index_d$1_DeleteEventResponse as DeleteEventResponse, type index_d$1_DeleteEventResponseNonNullableFields as DeleteEventResponseNonNullableFields, type DomainEvent$1 as DomainEvent, type DomainEventBodyOneOf$1 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$1 as EntityCreatedEvent, type EntityDeletedEvent$1 as EntityDeletedEvent, type EntityUpdatedEvent$1 as EntityUpdatedEvent, type Event$1 as Event, type EventCanceled$1 as EventCanceled, type index_d$1_EventCanceledEnvelope as EventCanceledEnvelope, type index_d$1_EventCategories as EventCategories, type index_d$1_EventCategory as EventCategory, type index_d$1_EventCloned as EventCloned, type index_d$1_EventClonedEnvelope as EventClonedEnvelope, type index_d$1_EventCopied as EventCopied, type EventCreated$1 as EventCreated, type index_d$1_EventCreatedEnvelope as EventCreatedEnvelope, type EventDeleted$1 as EventDeleted, type index_d$1_EventDeletedEnvelope as EventDeletedEnvelope, type EventDisplaySettings$1 as EventDisplaySettings, type EventEnded$1 as EventEnded, type index_d$1_EventEndedEnvelope as EventEndedEnvelope, type index_d$1_EventEventCanceled as EventEventCanceled, type index_d$1_EventEventEnded as EventEventEnded, type index_d$1_EventEventPublished as EventEventPublished, type index_d$1_EventEventReminder as EventEventReminder, type index_d$1_EventEventStarted as EventEventStarted, type EventMetadata$1 as EventMetadata, type index_d$1_EventPublished as EventPublished, type index_d$1_EventPublishedEnvelope as EventPublishedEnvelope, type index_d$1_EventReminder as EventReminder, type index_d$1_EventReminderEnvelope as EventReminderEnvelope, type index_d$1_EventStarted as EventStarted, type index_d$1_EventStartedEnvelope as EventStartedEnvelope, EventStatus$1 as EventStatus, EventType$1 as EventType, type EventUpdated$1 as EventUpdated, type index_d$1_EventUpdatedEnvelope as EventUpdatedEnvelope, type index_d$1_EventsFeed as EventsFeed, type index_d$1_EventsLabellingSettings as EventsLabellingSettings, type index_d$1_EventsLocation as EventsLocation, type index_d$1_EventsMoney as EventsMoney, type index_d$1_EventsOccurrence as EventsOccurrence, type index_d$1_EventsOnlineConferencing as EventsOnlineConferencing, type index_d$1_EventsOnlineConferencingSession as EventsOnlineConferencingSession, type index_d$1_EventsQueryBuilder as EventsQueryBuilder, type index_d$1_EventsQueryResult as EventsQueryResult, index_d$1_EventsRecurrenceStatusStatus as EventsRecurrenceStatusStatus, type index_d$1_EventsRecurrences as EventsRecurrences, type index_d$1_EventsRegistration as EventsRegistration, type index_d$1_EventsSeoSettings as EventsSeoSettings, index_d$1_EventsTaxType as EventsTaxType, type index_d$1_ExportEventsRequest as ExportEventsRequest, type index_d$1_ExportEventsResponse as ExportEventsResponse, type ExternalEvent$1 as ExternalEvent, type index_d$1_ExternalRegistration as ExternalRegistration, type FacetCounts$1 as FacetCounts, type Feed$1 as Feed, type index_d$1_FindEventRequest as FindEventRequest, type index_d$1_FindEventRequestFindByOneOf as FindEventRequestFindByOneOf, type index_d$1_FindEventResponse as FindEventResponse, type Form$1 as Form, type FormMessages$1 as FormMessages, type index_d$1_Formatted as Formatted, type index_d$1_GetEventBySlugOptions as GetEventBySlugOptions, type index_d$1_GetEventBySlugRequest as GetEventBySlugRequest, type index_d$1_GetEventBySlugResponse as GetEventBySlugResponse, type index_d$1_GetEventBySlugResponseNonNullableFields as GetEventBySlugResponseNonNullableFields, type index_d$1_GetEventOptions as GetEventOptions, type index_d$1_GetEventRequest as GetEventRequest, type index_d$1_GetEventResponse as GetEventResponse, type index_d$1_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type GuestListConfig$1 as GuestListConfig, type index_d$1_GuestListSettings as GuestListSettings, index_d$1_GuestTypeType as GuestTypeType, type IdentificationData$1 as IdentificationData, type IdentificationDataIdOneOf$1 as IdentificationDataIdOneOf, index_d$1_InitialRegistrationTypeType as InitialRegistrationTypeType, type Input$1 as Input, type InputControl$1 as InputControl, InputControlType$1 as InputControlType, type Keyword$1 as Keyword, type Label$1 as Label, type LabellingSettings$1 as LabellingSettings, type index_d$1_ListEventsByCategoryRequest as ListEventsByCategoryRequest, type index_d$1_ListEventsByCategoryResponse as ListEventsByCategoryResponse, type index_d$1_ListUserEventsRequest as ListUserEventsRequest, type index_d$1_ListUserEventsResponse as ListUserEventsResponse, type Location$1 as Location, index_d$1_LocationLocationType as LocationLocationType, LocationType$1 as LocationType, type MapCoordinates$1 as MapCoordinates, type MessageEnvelope$1 as MessageEnvelope, type Money$1 as Money, type Negative$1 as Negative, type NegativeResponseConfirmation$1 as NegativeResponseConfirmation, type Occurrence$1 as Occurrence, type OnlineConferencing$1 as OnlineConferencing, type OnlineConferencingConfig$1 as OnlineConferencingConfig, type OnlineConferencingSession$1 as OnlineConferencingSession, type OptionSelection$1 as OptionSelection, type OptionSelectionSelectedOptionOneOf$1 as OptionSelectionSelectedOptionOneOf, type Paging$1 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Positive$1 as Positive, type PositiveResponseConfirmation$1 as PositiveResponseConfirmation, type index_d$1_PublishDraftEventOptions as PublishDraftEventOptions, type index_d$1_PublishDraftEventRequest as PublishDraftEventRequest, type index_d$1_PublishDraftEventResponse as PublishDraftEventResponse, type index_d$1_PublishDraftEventResponseNonNullableFields as PublishDraftEventResponseNonNullableFields, type index_d$1_QueryEventsOptions as QueryEventsOptions, type index_d$1_QueryEventsRequest as QueryEventsRequest, type index_d$1_QueryEventsResponse as QueryEventsResponse, type index_d$1_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type QueryV2$1 as QueryV2, type QueryV2PagingMethodOneOf$1 as QueryV2PagingMethodOneOf, index_d$1_RecurrenceStatusStatus as RecurrenceStatusStatus, type Recurrences$1 as Recurrences, type Registration$1 as Registration, type RegistrationClosedMessages$1 as RegistrationClosedMessages, RegistrationStatus$1 as RegistrationStatus, index_d$1_RegistrationStatusStatus as RegistrationStatusStatus, index_d$1_RegistrationTypeType as RegistrationTypeType, index_d$1_Relation as Relation, index_d$1_RequestedFields as RequestedFields, type ResponseConfirmation$1 as ResponseConfirmation, index_d$1_ResponseType as ResponseType, type RestoreInfo$1 as RestoreInfo, type RsvpCollection$1 as RsvpCollection, type RsvpCollectionConfig$1 as RsvpCollectionConfig, type RsvpFormMessages$1 as RsvpFormMessages, type index_d$1_RsvpRegistration as RsvpRegistration, RsvpStatusOptions$1 as RsvpStatusOptions, type RsvpSummary$1 as RsvpSummary, type index_d$1_Rsvps as Rsvps, type ScheduleConfig$1 as ScheduleConfig, type Scheduling$1 as Scheduling, type SeoSchema$1 as SeoSchema, type SeoSettings$1 as SeoSettings, type Settings$1 as Settings, type SiteUrl$1 as SiteUrl, SortOrder$1 as SortOrder, type Sorting$1 as Sorting, State$1 as State, Status$1 as Status, type StreetAddress$1 as StreetAddress, type Subdivision$1 as Subdivision, index_d$1_SubdivisionSubdivisionType as SubdivisionSubdivisionType, SubdivisionType$1 as SubdivisionType, type index_d$1_Summaries as Summaries, type Tag$1 as Tag, type TaxConfig$1 as TaxConfig, type index_d$1_TaxSettings as TaxSettings, TaxType$1 as TaxType, type Ticketing$1 as Ticketing, type TicketingConfig$1 as TicketingConfig, type TicketingSummary$1 as TicketingSummary, type index_d$1_Tickets as Tickets, type index_d$1_TicketsRegistration as TicketsRegistration, type TicketsUnavailableMessages$1 as TicketsUnavailableMessages, type index_d$1_TimeDuration as TimeDuration, Type$1 as Type, type index_d$1_UpdateEventOptions as UpdateEventOptions, type index_d$1_UpdateEventRequest as UpdateEventRequest, type index_d$1_UpdateEventResponse as UpdateEventResponse, type index_d$1_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, type index_d$1_UserFilter as UserFilter, type index_d$1_V3Event as V3Event, type index_d$1_V3EventDisplaySettings as V3EventDisplaySettings, type index_d$1_V3EventNonNullableFields as V3EventNonNullableFields, ValueType$1 as ValueType, VisitorType$1 as VisitorType, WebhookIdentityType$1 as WebhookIdentityType, type index_d$1__publicOnEventCanceledType as _publicOnEventCanceledType, type index_d$1__publicOnEventClonedType as _publicOnEventClonedType, type index_d$1__publicOnEventCreatedType as _publicOnEventCreatedType, type index_d$1__publicOnEventDeletedType as _publicOnEventDeletedType, type index_d$1__publicOnEventEndedType as _publicOnEventEndedType, type index_d$1__publicOnEventPublishedType as _publicOnEventPublishedType, type index_d$1__publicOnEventReminderType as _publicOnEventReminderType, type index_d$1__publicOnEventStartedType as _publicOnEventStartedType, type index_d$1__publicOnEventUpdatedType as _publicOnEventUpdatedType, index_d$1_bulkCancelEventsByFilter as bulkCancelEventsByFilter, index_d$1_bulkDeleteEventsByFilter as bulkDeleteEventsByFilter, index_d$1_cancelEvent as cancelEvent, index_d$1_cloneEvent as cloneEvent, index_d$1_countEventsByStatus as countEventsByStatus, index_d$1_createEvent as createEvent, index_d$1_deleteEvent as deleteEvent, index_d$1_getEvent as getEvent, index_d$1_getEventBySlug as getEventBySlug, index_d$1_onEventCanceled as onEventCanceled, index_d$1_onEventCloned as onEventCloned, index_d$1_onEventCreated as onEventCreated, index_d$1_onEventDeleted as onEventDeleted, index_d$1_onEventEnded as onEventEnded, index_d$1_onEventPublished as onEventPublished, index_d$1_onEventReminder as onEventReminder, index_d$1_onEventStarted as onEventStarted, index_d$1_onEventUpdated as onEventUpdated, onEventCanceled$1 as publicOnEventCanceled, onEventCloned$1 as publicOnEventCloned, onEventCreated$1 as publicOnEventCreated, onEventDeleted$1 as publicOnEventDeleted, onEventEnded$1 as publicOnEventEnded, onEventPublished$1 as publicOnEventPublished, onEventReminder$1 as publicOnEventReminder, onEventStarted$1 as publicOnEventStarted, onEventUpdated$1 as publicOnEventUpdated, index_d$1_publishDraftEvent as publishDraftEvent, index_d$1_queryEvents as queryEvents, index_d$1_updateEvent as updateEvent };
20188
19968
  }
20189
19969
 
20190
19970
  interface TicketDefinition {
@@ -22653,32 +22433,19 @@ declare const onTicketDefinitionUpdated$1: EventDefinition<TicketDefinitionUpdat
22653
22433
  declare const onTicketDefinitionDeleted$1: EventDefinition<TicketDefinitionDeletedEnvelope, "wix.events.v3.ticket_definition_deleted">;
22654
22434
  declare const onTicketDefinitionSalePeriodUpdated$1: EventDefinition<TicketDefinitionSalePeriodUpdatedEnvelope, "wix.events.v3.ticket_definition_sale_period_updated">;
22655
22435
 
22656
- declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
22657
-
22658
22436
  declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
22659
22437
 
22660
- type _publicCreateTicketDefinitionType = typeof createTicketDefinition$1;
22661
- declare const createTicketDefinition: ReturnType<typeof createRESTModule<_publicCreateTicketDefinitionType>>;
22662
- type _publicUpdateTicketDefinitionType = typeof updateTicketDefinition$1;
22663
- declare const updateTicketDefinition: ReturnType<typeof createRESTModule<_publicUpdateTicketDefinitionType>>;
22664
- type _publicGetTicketDefinitionType = typeof getTicketDefinition$1;
22665
- declare const getTicketDefinition: ReturnType<typeof createRESTModule<_publicGetTicketDefinitionType>>;
22666
- type _publicDeleteTicketDefinitionType = typeof deleteTicketDefinition$1;
22667
- declare const deleteTicketDefinition: ReturnType<typeof createRESTModule<_publicDeleteTicketDefinitionType>>;
22668
- type _publicReorderTicketDefinitionsType = typeof reorderTicketDefinitions$1;
22669
- declare const reorderTicketDefinitions: ReturnType<typeof createRESTModule<_publicReorderTicketDefinitionsType>>;
22670
- type _publicQueryTicketDefinitionsType = typeof queryTicketDefinitions$1;
22671
- declare const queryTicketDefinitions: ReturnType<typeof createRESTModule<_publicQueryTicketDefinitionsType>>;
22672
- type _publicQueryAvailableTicketDefinitionsType = typeof queryAvailableTicketDefinitions$1;
22673
- declare const queryAvailableTicketDefinitions: ReturnType<typeof createRESTModule<_publicQueryAvailableTicketDefinitionsType>>;
22674
- type _publicCountTicketDefinitionsType = typeof countTicketDefinitions$1;
22675
- declare const countTicketDefinitions: ReturnType<typeof createRESTModule<_publicCountTicketDefinitionsType>>;
22676
- type _publicCountAvailableTicketDefinitionsType = typeof countAvailableTicketDefinitions$1;
22677
- declare const countAvailableTicketDefinitions: ReturnType<typeof createRESTModule<_publicCountAvailableTicketDefinitionsType>>;
22678
- type _publicBulkDeleteTicketDefinitionsByFilterType = typeof bulkDeleteTicketDefinitionsByFilter$1;
22679
- declare const bulkDeleteTicketDefinitionsByFilter: ReturnType<typeof createRESTModule<_publicBulkDeleteTicketDefinitionsByFilterType>>;
22680
- type _publicChangeCurrencyType = typeof changeCurrency$1;
22681
- declare const changeCurrency: ReturnType<typeof createRESTModule<_publicChangeCurrencyType>>;
22438
+ declare const createTicketDefinition: BuildRESTFunction<typeof createTicketDefinition$1> & typeof createTicketDefinition$1;
22439
+ declare const updateTicketDefinition: BuildRESTFunction<typeof updateTicketDefinition$1> & typeof updateTicketDefinition$1;
22440
+ declare const getTicketDefinition: BuildRESTFunction<typeof getTicketDefinition$1> & typeof getTicketDefinition$1;
22441
+ declare const deleteTicketDefinition: BuildRESTFunction<typeof deleteTicketDefinition$1> & typeof deleteTicketDefinition$1;
22442
+ declare const reorderTicketDefinitions: BuildRESTFunction<typeof reorderTicketDefinitions$1> & typeof reorderTicketDefinitions$1;
22443
+ declare const queryTicketDefinitions: BuildRESTFunction<typeof queryTicketDefinitions$1> & typeof queryTicketDefinitions$1;
22444
+ declare const queryAvailableTicketDefinitions: BuildRESTFunction<typeof queryAvailableTicketDefinitions$1> & typeof queryAvailableTicketDefinitions$1;
22445
+ declare const countTicketDefinitions: BuildRESTFunction<typeof countTicketDefinitions$1> & typeof countTicketDefinitions$1;
22446
+ declare const countAvailableTicketDefinitions: BuildRESTFunction<typeof countAvailableTicketDefinitions$1> & typeof countAvailableTicketDefinitions$1;
22447
+ declare const bulkDeleteTicketDefinitionsByFilter: BuildRESTFunction<typeof bulkDeleteTicketDefinitionsByFilter$1> & typeof bulkDeleteTicketDefinitionsByFilter$1;
22448
+ declare const changeCurrency: BuildRESTFunction<typeof changeCurrency$1> & typeof changeCurrency$1;
22682
22449
 
22683
22450
  type _publicOnTicketDefinitionCreatedType = typeof onTicketDefinitionCreated$1;
22684
22451
  /**
@@ -22934,21 +22701,10 @@ type index_d_VisitorType = VisitorType;
22934
22701
  declare const index_d_VisitorType: typeof VisitorType;
22935
22702
  type index_d_WebhookIdentityType = WebhookIdentityType;
22936
22703
  declare const index_d_WebhookIdentityType: typeof WebhookIdentityType;
22937
- type index_d__publicBulkDeleteTicketDefinitionsByFilterType = _publicBulkDeleteTicketDefinitionsByFilterType;
22938
- type index_d__publicChangeCurrencyType = _publicChangeCurrencyType;
22939
- type index_d__publicCountAvailableTicketDefinitionsType = _publicCountAvailableTicketDefinitionsType;
22940
- type index_d__publicCountTicketDefinitionsType = _publicCountTicketDefinitionsType;
22941
- type index_d__publicCreateTicketDefinitionType = _publicCreateTicketDefinitionType;
22942
- type index_d__publicDeleteTicketDefinitionType = _publicDeleteTicketDefinitionType;
22943
- type index_d__publicGetTicketDefinitionType = _publicGetTicketDefinitionType;
22944
22704
  type index_d__publicOnTicketDefinitionCreatedType = _publicOnTicketDefinitionCreatedType;
22945
22705
  type index_d__publicOnTicketDefinitionDeletedType = _publicOnTicketDefinitionDeletedType;
22946
22706
  type index_d__publicOnTicketDefinitionSalePeriodUpdatedType = _publicOnTicketDefinitionSalePeriodUpdatedType;
22947
22707
  type index_d__publicOnTicketDefinitionUpdatedType = _publicOnTicketDefinitionUpdatedType;
22948
- type index_d__publicQueryAvailableTicketDefinitionsType = _publicQueryAvailableTicketDefinitionsType;
22949
- type index_d__publicQueryTicketDefinitionsType = _publicQueryTicketDefinitionsType;
22950
- type index_d__publicReorderTicketDefinitionsType = _publicReorderTicketDefinitionsType;
22951
- type index_d__publicUpdateTicketDefinitionType = _publicUpdateTicketDefinitionType;
22952
22708
  declare const index_d_bulkDeleteTicketDefinitionsByFilter: typeof bulkDeleteTicketDefinitionsByFilter;
22953
22709
  declare const index_d_changeCurrency: typeof changeCurrency;
22954
22710
  declare const index_d_countAvailableTicketDefinitions: typeof countAvailableTicketDefinitions;
@@ -22965,7 +22721,7 @@ declare const index_d_queryTicketDefinitions: typeof queryTicketDefinitions;
22965
22721
  declare const index_d_reorderTicketDefinitions: typeof reorderTicketDefinitions;
22966
22722
  declare const index_d_updateTicketDefinition: typeof updateTicketDefinition;
22967
22723
  declare namespace index_d {
22968
- export { type index_d_ActionEvent as ActionEvent, type index_d_Address as Address, type index_d_AddressLocation as AddressLocation, type index_d_AddressStreetOneOf as AddressStreetOneOf, type index_d_Agenda as Agenda, type index_d_App as App, type index_d_Asset as Asset, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkCopyTicketDefinitionsByEventIdRequest as BulkCopyTicketDefinitionsByEventIdRequest, type index_d_BulkCopyTicketDefinitionsByEventIdResponse as BulkCopyTicketDefinitionsByEventIdResponse, type index_d_BulkDeleteTicketDefinitionsByFilterRequest as BulkDeleteTicketDefinitionsByFilterRequest, type index_d_BulkDeleteTicketDefinitionsByFilterResponse as BulkDeleteTicketDefinitionsByFilterResponse, type index_d_CalendarLinks as CalendarLinks, type index_d_Category as Category, type index_d_CategoryCounts as CategoryCounts, type index_d_CategoryDetails as CategoryDetails, index_d_CategoryStateState as CategoryStateState, type index_d_ChangeCurrencyOptions as ChangeCurrencyOptions, type index_d_ChangeCurrencyRequest as ChangeCurrencyRequest, type index_d_ChangeCurrencyResponse as ChangeCurrencyResponse, type index_d_CheckoutFormMessages as CheckoutFormMessages, type index_d_CommonMoney as CommonMoney, index_d_ConferenceType as ConferenceType, type index_d_CopiedTicketDefinition as CopiedTicketDefinition, type index_d_CountAvailableTicketDefinitionsOptions as CountAvailableTicketDefinitionsOptions, type index_d_CountAvailableTicketDefinitionsRequest as CountAvailableTicketDefinitionsRequest, type index_d_CountAvailableTicketDefinitionsResponse as CountAvailableTicketDefinitionsResponse, type index_d_CountTicketDefinitionsOptions as CountTicketDefinitionsOptions, type index_d_CountTicketDefinitionsRequest as CountTicketDefinitionsRequest, type index_d_CountTicketDefinitionsResponse as CountTicketDefinitionsResponse, type index_d_CreateTicketDefinitionOptions as CreateTicketDefinitionOptions, type index_d_CreateTicketDefinitionRequest as CreateTicketDefinitionRequest, type index_d_CreateTicketDefinitionResponse as CreateTicketDefinitionResponse, type index_d_CreateTicketDefinitionResponseNonNullableFields as CreateTicketDefinitionResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_Cursors as Cursors, type index_d_Dashboard as Dashboard, type index_d_DeleteContext as DeleteContext, index_d_DeleteStatus as DeleteStatus, type index_d_DeleteTicketDefinitionRequest as DeleteTicketDefinitionRequest, type index_d_DeleteTicketDefinitionResponse as DeleteTicketDefinitionResponse, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Empty as Empty, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_Event as Event, type index_d_EventCanceled as EventCanceled, type index_d_EventCreated as EventCreated, type index_d_EventDeleted as EventDeleted, type index_d_EventDisplaySettings as EventDisplaySettings, type index_d_EventEnded as EventEnded, type index_d_EventMetadata as EventMetadata, index_d_EventStatus as EventStatus, type index_d_EventTicketingSummary as EventTicketingSummary, index_d_EventType as EventType, type index_d_EventUpdated as EventUpdated, type index_d_ExtendedFields as ExtendedFields, type index_d_ExternalEvent as ExternalEvent, type index_d_FacetCounts as FacetCounts, type index_d_Feed as Feed, index_d_Field as Field, type index_d_File as File, type index_d_Form as Form, type index_d_FormMessages as FormMessages, type index_d_GetTicketDefinitionFromTrashBinRequest as GetTicketDefinitionFromTrashBinRequest, type index_d_GetTicketDefinitionFromTrashBinResponse as GetTicketDefinitionFromTrashBinResponse, type index_d_GetTicketDefinitionOptions as GetTicketDefinitionOptions, type index_d_GetTicketDefinitionRequest as GetTicketDefinitionRequest, type index_d_GetTicketDefinitionResponse as GetTicketDefinitionResponse, type index_d_GetTicketDefinitionResponseNonNullableFields as GetTicketDefinitionResponseNonNullableFields, type index_d_GetTicketDefinitionSummaryRequest as GetTicketDefinitionSummaryRequest, type index_d_GetTicketDefinitionSummaryResponse as GetTicketDefinitionSummaryResponse, type index_d_GuestListConfig as GuestListConfig, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_Input as Input, type index_d_InputControl as InputControl, index_d_InputControlType as InputControlType, type index_d_InvalidateCache as InvalidateCache, type index_d_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type index_d_Keyword as Keyword, type index_d_Label as Label, type index_d_LabellingSettings as LabellingSettings, type index_d_ListEventTicketingSummaryRequest as ListEventTicketingSummaryRequest, type index_d_ListEventTicketingSummaryResponse as ListEventTicketingSummaryResponse, type index_d_Location as Location, index_d_LocationType as LocationType, type index_d_MapCoordinates as MapCoordinates, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type index_d_Money as Money, index_d_Namespace as Namespace, type index_d_NamespaceChanged as NamespaceChanged, type index_d_Negative as Negative, type index_d_NegativeResponseConfirmation as NegativeResponseConfirmation, type index_d_Occurrence as Occurrence, type index_d_OnlineConferencing as OnlineConferencing, type index_d_OnlineConferencingConfig as OnlineConferencingConfig, type index_d_OnlineConferencingSession as OnlineConferencingSession, type index_d_OptionDetails as OptionDetails, type index_d_OptionSelection as OptionSelection, type index_d_OptionSelectionSelectedOptionOneOf as OptionSelectionSelectedOptionOneOf, type index_d_Page as Page, type index_d_Paging as Paging, type index_d_PagingMetadataV2 as PagingMetadataV2, type index_d_Positive as Positive, type index_d_PositiveResponseConfirmation as PositiveResponseConfirmation, type index_d_PricingMethod as PricingMethod, type index_d_PricingMethodPriceOneOf as PricingMethodPriceOneOf, type index_d_PricingOptions as PricingOptions, index_d_PricingTypeEnumType as PricingTypeEnumType, type index_d_QueryAvailableTicketDefinitionsOptions as QueryAvailableTicketDefinitionsOptions, type index_d_QueryAvailableTicketDefinitionsRequest as QueryAvailableTicketDefinitionsRequest, type index_d_QueryAvailableTicketDefinitionsResponse as QueryAvailableTicketDefinitionsResponse, type index_d_QueryAvailableTicketDefinitionsResponseNonNullableFields as QueryAvailableTicketDefinitionsResponseNonNullableFields, type index_d_QueryTicketDefinitionsOptions as QueryTicketDefinitionsOptions, type index_d_QueryTicketDefinitionsRequest as QueryTicketDefinitionsRequest, type index_d_QueryTicketDefinitionsResponse as QueryTicketDefinitionsResponse, type index_d_QueryTicketDefinitionsResponseNonNullableFields as QueryTicketDefinitionsResponseNonNullableFields, type index_d_QueryV2 as QueryV2, type index_d_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d_Recurrences as Recurrences, type index_d_Registration as Registration, type index_d_RegistrationClosedMessages as RegistrationClosedMessages, index_d_RegistrationStatus as RegistrationStatus, type index_d_ReorderTicketDefinitionsOptions as ReorderTicketDefinitionsOptions, type index_d_ReorderTicketDefinitionsRequest as ReorderTicketDefinitionsRequest, type index_d_ReorderTicketDefinitionsRequestReferenceDefinitionOneOf as ReorderTicketDefinitionsRequestReferenceDefinitionOneOf, type index_d_ReorderTicketDefinitionsResponse as ReorderTicketDefinitionsResponse, type index_d_ReservationCount as ReservationCount, type index_d_ReservationCreated as ReservationCreated, index_d_ReservationStatus as ReservationStatus, type index_d_ReservationUpdated as ReservationUpdated, type index_d_ResponseConfirmation as ResponseConfirmation, type index_d_RestoreInfo as RestoreInfo, type index_d_RsvpCollection as RsvpCollection, type index_d_RsvpCollectionConfig as RsvpCollectionConfig, type index_d_RsvpFormMessages as RsvpFormMessages, index_d_RsvpStatusOptions as RsvpStatusOptions, type index_d_RsvpSummary as RsvpSummary, type index_d_SalePeriod as SalePeriod, type index_d_SalePeriodUpdated as SalePeriodUpdated, index_d_SaleStatusEnumStatus as SaleStatusEnumStatus, type index_d_SalesDetails as SalesDetails, type index_d_ScheduleConfig as ScheduleConfig, type index_d_ScheduleLegacyTimeCapsuleTaskRequest as ScheduleLegacyTimeCapsuleTaskRequest, type index_d_Scheduling as Scheduling, type index_d_SeatingPlanCategoriesSummaryUpdated as SeatingPlanCategoriesSummaryUpdated, type index_d_SeoSchema as SeoSchema, type index_d_SeoSettings as SeoSettings, type index_d_ServiceProvisioned as ServiceProvisioned, type index_d_ServiceRemoved as ServiceRemoved, type index_d_Settings as Settings, type index_d_SiteCreated as SiteCreated, index_d_SiteCreatedContext as SiteCreatedContext, type index_d_SiteDeleted as SiteDeleted, type index_d_SiteHardDeleted as SiteHardDeleted, type index_d_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d_SitePublished as SitePublished, type index_d_SiteRenamed as SiteRenamed, type index_d_SiteTransferred as SiteTransferred, type index_d_SiteUndeleted as SiteUndeleted, type index_d_SiteUnpublished as SiteUnpublished, type index_d_SiteUrl as SiteUrl, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, index_d_State as State, index_d_Status as Status, type index_d_StreetAddress as StreetAddress, type index_d_StudioAssigned as StudioAssigned, type index_d_StudioUnassigned as StudioUnassigned, type index_d_Subdivision as Subdivision, index_d_SubdivisionType as SubdivisionType, type index_d_Tag as Tag, type index_d_TaxConfig as TaxConfig, index_d_TaxType as TaxType, type index_d_TicketDefinition as TicketDefinition, type index_d_TicketDefinitionCreatedEnvelope as TicketDefinitionCreatedEnvelope, type index_d_TicketDefinitionDeletedEnvelope as TicketDefinitionDeletedEnvelope, type index_d_TicketDefinitionNonNullableFields as TicketDefinitionNonNullableFields, type index_d_TicketDefinitionSalePeriodUpdatedEnvelope as TicketDefinitionSalePeriodUpdatedEnvelope, type index_d_TicketDefinitionSummary as TicketDefinitionSummary, type index_d_TicketDefinitionUpdatedEnvelope as TicketDefinitionUpdatedEnvelope, type index_d_TicketDefinitionsQueryBuilder as TicketDefinitionsQueryBuilder, type index_d_TicketDefinitionsQueryResult as TicketDefinitionsQueryResult, type index_d_TicketQuantity as TicketQuantity, type index_d_Ticketing as Ticketing, type index_d_TicketingConfig as TicketingConfig, type index_d_TicketingSummary as TicketingSummary, type index_d_TicketsUnavailableMessages as TicketsUnavailableMessages, index_d_Type as Type, type index_d_URI as URI, type index_d_UpdateTicketDefinition as UpdateTicketDefinition, type index_d_UpdateTicketDefinitionOptions as UpdateTicketDefinitionOptions, type index_d_UpdateTicketDefinitionRequest as UpdateTicketDefinitionRequest, type index_d_UpdateTicketDefinitionResponse as UpdateTicketDefinitionResponse, type index_d_UpdateTicketDefinitionResponseNonNullableFields as UpdateTicketDefinitionResponseNonNullableFields, type index_d_UpdateTicketDefinitionSortIndexRequest as UpdateTicketDefinitionSortIndexRequest, type index_d_UpdateTicketDefinitionSortIndexResponse as UpdateTicketDefinitionSortIndexResponse, index_d_ValueType as ValueType, index_d_VisitorType as VisitorType, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicBulkDeleteTicketDefinitionsByFilterType as _publicBulkDeleteTicketDefinitionsByFilterType, type index_d__publicChangeCurrencyType as _publicChangeCurrencyType, type index_d__publicCountAvailableTicketDefinitionsType as _publicCountAvailableTicketDefinitionsType, type index_d__publicCountTicketDefinitionsType as _publicCountTicketDefinitionsType, type index_d__publicCreateTicketDefinitionType as _publicCreateTicketDefinitionType, type index_d__publicDeleteTicketDefinitionType as _publicDeleteTicketDefinitionType, type index_d__publicGetTicketDefinitionType as _publicGetTicketDefinitionType, type index_d__publicOnTicketDefinitionCreatedType as _publicOnTicketDefinitionCreatedType, type index_d__publicOnTicketDefinitionDeletedType as _publicOnTicketDefinitionDeletedType, type index_d__publicOnTicketDefinitionSalePeriodUpdatedType as _publicOnTicketDefinitionSalePeriodUpdatedType, type index_d__publicOnTicketDefinitionUpdatedType as _publicOnTicketDefinitionUpdatedType, type index_d__publicQueryAvailableTicketDefinitionsType as _publicQueryAvailableTicketDefinitionsType, type index_d__publicQueryTicketDefinitionsType as _publicQueryTicketDefinitionsType, type index_d__publicReorderTicketDefinitionsType as _publicReorderTicketDefinitionsType, type index_d__publicUpdateTicketDefinitionType as _publicUpdateTicketDefinitionType, index_d_bulkDeleteTicketDefinitionsByFilter as bulkDeleteTicketDefinitionsByFilter, index_d_changeCurrency as changeCurrency, index_d_countAvailableTicketDefinitions as countAvailableTicketDefinitions, index_d_countTicketDefinitions as countTicketDefinitions, index_d_createTicketDefinition as createTicketDefinition, index_d_deleteTicketDefinition as deleteTicketDefinition, index_d_getTicketDefinition as getTicketDefinition, index_d_onTicketDefinitionCreated as onTicketDefinitionCreated, index_d_onTicketDefinitionDeleted as onTicketDefinitionDeleted, index_d_onTicketDefinitionSalePeriodUpdated as onTicketDefinitionSalePeriodUpdated, index_d_onTicketDefinitionUpdated as onTicketDefinitionUpdated, onTicketDefinitionCreated$1 as publicOnTicketDefinitionCreated, onTicketDefinitionDeleted$1 as publicOnTicketDefinitionDeleted, onTicketDefinitionSalePeriodUpdated$1 as publicOnTicketDefinitionSalePeriodUpdated, onTicketDefinitionUpdated$1 as publicOnTicketDefinitionUpdated, index_d_queryAvailableTicketDefinitions as queryAvailableTicketDefinitions, index_d_queryTicketDefinitions as queryTicketDefinitions, index_d_reorderTicketDefinitions as reorderTicketDefinitions, index_d_updateTicketDefinition as updateTicketDefinition };
22724
+ export { type index_d_ActionEvent as ActionEvent, type index_d_Address as Address, type index_d_AddressLocation as AddressLocation, type index_d_AddressStreetOneOf as AddressStreetOneOf, type index_d_Agenda as Agenda, type index_d_App as App, type index_d_Asset as Asset, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BulkCopyTicketDefinitionsByEventIdRequest as BulkCopyTicketDefinitionsByEventIdRequest, type index_d_BulkCopyTicketDefinitionsByEventIdResponse as BulkCopyTicketDefinitionsByEventIdResponse, type index_d_BulkDeleteTicketDefinitionsByFilterRequest as BulkDeleteTicketDefinitionsByFilterRequest, type index_d_BulkDeleteTicketDefinitionsByFilterResponse as BulkDeleteTicketDefinitionsByFilterResponse, type index_d_CalendarLinks as CalendarLinks, type index_d_Category as Category, type index_d_CategoryCounts as CategoryCounts, type index_d_CategoryDetails as CategoryDetails, index_d_CategoryStateState as CategoryStateState, type index_d_ChangeCurrencyOptions as ChangeCurrencyOptions, type index_d_ChangeCurrencyRequest as ChangeCurrencyRequest, type index_d_ChangeCurrencyResponse as ChangeCurrencyResponse, type index_d_CheckoutFormMessages as CheckoutFormMessages, type index_d_CommonMoney as CommonMoney, index_d_ConferenceType as ConferenceType, type index_d_CopiedTicketDefinition as CopiedTicketDefinition, type index_d_CountAvailableTicketDefinitionsOptions as CountAvailableTicketDefinitionsOptions, type index_d_CountAvailableTicketDefinitionsRequest as CountAvailableTicketDefinitionsRequest, type index_d_CountAvailableTicketDefinitionsResponse as CountAvailableTicketDefinitionsResponse, type index_d_CountTicketDefinitionsOptions as CountTicketDefinitionsOptions, type index_d_CountTicketDefinitionsRequest as CountTicketDefinitionsRequest, type index_d_CountTicketDefinitionsResponse as CountTicketDefinitionsResponse, type index_d_CreateTicketDefinitionOptions as CreateTicketDefinitionOptions, type index_d_CreateTicketDefinitionRequest as CreateTicketDefinitionRequest, type index_d_CreateTicketDefinitionResponse as CreateTicketDefinitionResponse, type index_d_CreateTicketDefinitionResponseNonNullableFields as CreateTicketDefinitionResponseNonNullableFields, type index_d_CursorPaging as CursorPaging, type index_d_Cursors as Cursors, type index_d_Dashboard as Dashboard, type index_d_DeleteContext as DeleteContext, index_d_DeleteStatus as DeleteStatus, type index_d_DeleteTicketDefinitionRequest as DeleteTicketDefinitionRequest, type index_d_DeleteTicketDefinitionResponse as DeleteTicketDefinitionResponse, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Empty as Empty, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_Event as Event, type index_d_EventCanceled as EventCanceled, type index_d_EventCreated as EventCreated, type index_d_EventDeleted as EventDeleted, type index_d_EventDisplaySettings as EventDisplaySettings, type index_d_EventEnded as EventEnded, type index_d_EventMetadata as EventMetadata, index_d_EventStatus as EventStatus, type index_d_EventTicketingSummary as EventTicketingSummary, index_d_EventType as EventType, type index_d_EventUpdated as EventUpdated, type index_d_ExtendedFields as ExtendedFields, type index_d_ExternalEvent as ExternalEvent, type index_d_FacetCounts as FacetCounts, type index_d_Feed as Feed, index_d_Field as Field, type index_d_File as File, type index_d_Form as Form, type index_d_FormMessages as FormMessages, type index_d_GetTicketDefinitionFromTrashBinRequest as GetTicketDefinitionFromTrashBinRequest, type index_d_GetTicketDefinitionFromTrashBinResponse as GetTicketDefinitionFromTrashBinResponse, type index_d_GetTicketDefinitionOptions as GetTicketDefinitionOptions, type index_d_GetTicketDefinitionRequest as GetTicketDefinitionRequest, type index_d_GetTicketDefinitionResponse as GetTicketDefinitionResponse, type index_d_GetTicketDefinitionResponseNonNullableFields as GetTicketDefinitionResponseNonNullableFields, type index_d_GetTicketDefinitionSummaryRequest as GetTicketDefinitionSummaryRequest, type index_d_GetTicketDefinitionSummaryResponse as GetTicketDefinitionSummaryResponse, type index_d_GuestListConfig as GuestListConfig, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_Input as Input, type index_d_InputControl as InputControl, index_d_InputControlType as InputControlType, type index_d_InvalidateCache as InvalidateCache, type index_d_InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOf, type index_d_Keyword as Keyword, type index_d_Label as Label, type index_d_LabellingSettings as LabellingSettings, type index_d_ListEventTicketingSummaryRequest as ListEventTicketingSummaryRequest, type index_d_ListEventTicketingSummaryResponse as ListEventTicketingSummaryResponse, type index_d_Location as Location, index_d_LocationType as LocationType, type index_d_MapCoordinates as MapCoordinates, type index_d_MessageEnvelope as MessageEnvelope, type index_d_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type index_d_Money as Money, index_d_Namespace as Namespace, type index_d_NamespaceChanged as NamespaceChanged, type index_d_Negative as Negative, type index_d_NegativeResponseConfirmation as NegativeResponseConfirmation, type index_d_Occurrence as Occurrence, type index_d_OnlineConferencing as OnlineConferencing, type index_d_OnlineConferencingConfig as OnlineConferencingConfig, type index_d_OnlineConferencingSession as OnlineConferencingSession, type index_d_OptionDetails as OptionDetails, type index_d_OptionSelection as OptionSelection, type index_d_OptionSelectionSelectedOptionOneOf as OptionSelectionSelectedOptionOneOf, type index_d_Page as Page, type index_d_Paging as Paging, type index_d_PagingMetadataV2 as PagingMetadataV2, type index_d_Positive as Positive, type index_d_PositiveResponseConfirmation as PositiveResponseConfirmation, type index_d_PricingMethod as PricingMethod, type index_d_PricingMethodPriceOneOf as PricingMethodPriceOneOf, type index_d_PricingOptions as PricingOptions, index_d_PricingTypeEnumType as PricingTypeEnumType, type index_d_QueryAvailableTicketDefinitionsOptions as QueryAvailableTicketDefinitionsOptions, type index_d_QueryAvailableTicketDefinitionsRequest as QueryAvailableTicketDefinitionsRequest, type index_d_QueryAvailableTicketDefinitionsResponse as QueryAvailableTicketDefinitionsResponse, type index_d_QueryAvailableTicketDefinitionsResponseNonNullableFields as QueryAvailableTicketDefinitionsResponseNonNullableFields, type index_d_QueryTicketDefinitionsOptions as QueryTicketDefinitionsOptions, type index_d_QueryTicketDefinitionsRequest as QueryTicketDefinitionsRequest, type index_d_QueryTicketDefinitionsResponse as QueryTicketDefinitionsResponse, type index_d_QueryTicketDefinitionsResponseNonNullableFields as QueryTicketDefinitionsResponseNonNullableFields, type index_d_QueryV2 as QueryV2, type index_d_QueryV2PagingMethodOneOf as QueryV2PagingMethodOneOf, type index_d_Recurrences as Recurrences, type index_d_Registration as Registration, type index_d_RegistrationClosedMessages as RegistrationClosedMessages, index_d_RegistrationStatus as RegistrationStatus, type index_d_ReorderTicketDefinitionsOptions as ReorderTicketDefinitionsOptions, type index_d_ReorderTicketDefinitionsRequest as ReorderTicketDefinitionsRequest, type index_d_ReorderTicketDefinitionsRequestReferenceDefinitionOneOf as ReorderTicketDefinitionsRequestReferenceDefinitionOneOf, type index_d_ReorderTicketDefinitionsResponse as ReorderTicketDefinitionsResponse, type index_d_ReservationCount as ReservationCount, type index_d_ReservationCreated as ReservationCreated, index_d_ReservationStatus as ReservationStatus, type index_d_ReservationUpdated as ReservationUpdated, type index_d_ResponseConfirmation as ResponseConfirmation, type index_d_RestoreInfo as RestoreInfo, type index_d_RsvpCollection as RsvpCollection, type index_d_RsvpCollectionConfig as RsvpCollectionConfig, type index_d_RsvpFormMessages as RsvpFormMessages, index_d_RsvpStatusOptions as RsvpStatusOptions, type index_d_RsvpSummary as RsvpSummary, type index_d_SalePeriod as SalePeriod, type index_d_SalePeriodUpdated as SalePeriodUpdated, index_d_SaleStatusEnumStatus as SaleStatusEnumStatus, type index_d_SalesDetails as SalesDetails, type index_d_ScheduleConfig as ScheduleConfig, type index_d_ScheduleLegacyTimeCapsuleTaskRequest as ScheduleLegacyTimeCapsuleTaskRequest, type index_d_Scheduling as Scheduling, type index_d_SeatingPlanCategoriesSummaryUpdated as SeatingPlanCategoriesSummaryUpdated, type index_d_SeoSchema as SeoSchema, type index_d_SeoSettings as SeoSettings, type index_d_ServiceProvisioned as ServiceProvisioned, type index_d_ServiceRemoved as ServiceRemoved, type index_d_Settings as Settings, type index_d_SiteCreated as SiteCreated, index_d_SiteCreatedContext as SiteCreatedContext, type index_d_SiteDeleted as SiteDeleted, type index_d_SiteHardDeleted as SiteHardDeleted, type index_d_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d_SitePublished as SitePublished, type index_d_SiteRenamed as SiteRenamed, type index_d_SiteTransferred as SiteTransferred, type index_d_SiteUndeleted as SiteUndeleted, type index_d_SiteUnpublished as SiteUnpublished, type index_d_SiteUrl as SiteUrl, index_d_SortOrder as SortOrder, type index_d_Sorting as Sorting, index_d_State as State, index_d_Status as Status, type index_d_StreetAddress as StreetAddress, type index_d_StudioAssigned as StudioAssigned, type index_d_StudioUnassigned as StudioUnassigned, type index_d_Subdivision as Subdivision, index_d_SubdivisionType as SubdivisionType, type index_d_Tag as Tag, type index_d_TaxConfig as TaxConfig, index_d_TaxType as TaxType, type index_d_TicketDefinition as TicketDefinition, type index_d_TicketDefinitionCreatedEnvelope as TicketDefinitionCreatedEnvelope, type index_d_TicketDefinitionDeletedEnvelope as TicketDefinitionDeletedEnvelope, type index_d_TicketDefinitionNonNullableFields as TicketDefinitionNonNullableFields, type index_d_TicketDefinitionSalePeriodUpdatedEnvelope as TicketDefinitionSalePeriodUpdatedEnvelope, type index_d_TicketDefinitionSummary as TicketDefinitionSummary, type index_d_TicketDefinitionUpdatedEnvelope as TicketDefinitionUpdatedEnvelope, type index_d_TicketDefinitionsQueryBuilder as TicketDefinitionsQueryBuilder, type index_d_TicketDefinitionsQueryResult as TicketDefinitionsQueryResult, type index_d_TicketQuantity as TicketQuantity, type index_d_Ticketing as Ticketing, type index_d_TicketingConfig as TicketingConfig, type index_d_TicketingSummary as TicketingSummary, type index_d_TicketsUnavailableMessages as TicketsUnavailableMessages, index_d_Type as Type, type index_d_URI as URI, type index_d_UpdateTicketDefinition as UpdateTicketDefinition, type index_d_UpdateTicketDefinitionOptions as UpdateTicketDefinitionOptions, type index_d_UpdateTicketDefinitionRequest as UpdateTicketDefinitionRequest, type index_d_UpdateTicketDefinitionResponse as UpdateTicketDefinitionResponse, type index_d_UpdateTicketDefinitionResponseNonNullableFields as UpdateTicketDefinitionResponseNonNullableFields, type index_d_UpdateTicketDefinitionSortIndexRequest as UpdateTicketDefinitionSortIndexRequest, type index_d_UpdateTicketDefinitionSortIndexResponse as UpdateTicketDefinitionSortIndexResponse, index_d_ValueType as ValueType, index_d_VisitorType as VisitorType, index_d_WebhookIdentityType as WebhookIdentityType, type index_d__publicOnTicketDefinitionCreatedType as _publicOnTicketDefinitionCreatedType, type index_d__publicOnTicketDefinitionDeletedType as _publicOnTicketDefinitionDeletedType, type index_d__publicOnTicketDefinitionSalePeriodUpdatedType as _publicOnTicketDefinitionSalePeriodUpdatedType, type index_d__publicOnTicketDefinitionUpdatedType as _publicOnTicketDefinitionUpdatedType, index_d_bulkDeleteTicketDefinitionsByFilter as bulkDeleteTicketDefinitionsByFilter, index_d_changeCurrency as changeCurrency, index_d_countAvailableTicketDefinitions as countAvailableTicketDefinitions, index_d_countTicketDefinitions as countTicketDefinitions, index_d_createTicketDefinition as createTicketDefinition, index_d_deleteTicketDefinition as deleteTicketDefinition, index_d_getTicketDefinition as getTicketDefinition, index_d_onTicketDefinitionCreated as onTicketDefinitionCreated, index_d_onTicketDefinitionDeleted as onTicketDefinitionDeleted, index_d_onTicketDefinitionSalePeriodUpdated as onTicketDefinitionSalePeriodUpdated, index_d_onTicketDefinitionUpdated as onTicketDefinitionUpdated, onTicketDefinitionCreated$1 as publicOnTicketDefinitionCreated, onTicketDefinitionDeleted$1 as publicOnTicketDefinitionDeleted, onTicketDefinitionSalePeriodUpdated$1 as publicOnTicketDefinitionSalePeriodUpdated, onTicketDefinitionUpdated$1 as publicOnTicketDefinitionUpdated, index_d_queryAvailableTicketDefinitions as queryAvailableTicketDefinitions, index_d_queryTicketDefinitions as queryTicketDefinitions, index_d_reorderTicketDefinitions as reorderTicketDefinitions, index_d_updateTicketDefinition as updateTicketDefinition };
22969
22725
  }
22970
22726
 
22971
22727
  export { index_d$9 as categories, index_d$8 as forms, index_d$e as guests, index_d$d as notifications, index_d$7 as orders, index_d$2 as policies, index_d$6 as ricos, index_d$5 as rsvp, index_d$b as schedule, index_d$c as scheduleBookmarks, index_d$a as staffMembers, index_d$3 as ticketDefinitions, index_d as ticketDefinitionsV2, index_d$4 as tickets, index_d$1 as wixEventsV2 };