@wix/events 1.0.249 → 1.0.250

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.
@@ -317,7 +317,7 @@ interface DomainEventBodyOneOf$7 {
317
317
  interface EntityCreatedEvent$7 {
318
318
  entity?: string;
319
319
  }
320
- interface RestoreInfo$4 {
320
+ interface RestoreInfo$5 {
321
321
  deletedDate?: Date;
322
322
  }
323
323
  interface EntityUpdatedEvent$7 {
@@ -1213,14 +1213,26 @@ declare global {
1213
1213
  }
1214
1214
  }
1215
1215
 
1216
+ declare function queryGuests$1(httpClient: HttpClient): (options?: QueryEventGuestsOptions) => GuestsQueryBuilder;
1217
+ declare const onGuestCreated$1: EventDefinition<GuestCreatedEnvelope, "wix.events.guests.v1.guest_created">;
1218
+ declare const onGuestUpdated$1: EventDefinition<GuestUpdatedEnvelope, "wix.events.guests.v1.guest_updated">;
1219
+ declare const onGuestDeleted$1: EventDefinition<GuestDeletedEnvelope, "wix.events.guests.v1.guest_deleted">;
1220
+
1216
1221
  declare function createRESTModule$d<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
1217
1222
 
1218
1223
  declare function createEventModule$a<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
1219
1224
 
1220
- declare const queryGuests: ReturnType<typeof createRESTModule$d<typeof publicQueryGuests>>;
1221
- declare const onGuestCreated: ReturnType<typeof createEventModule$a<typeof publicOnGuestCreated>>;
1222
- declare const onGuestUpdated: ReturnType<typeof createEventModule$a<typeof publicOnGuestUpdated>>;
1223
- declare const onGuestDeleted: ReturnType<typeof createEventModule$a<typeof publicOnGuestDeleted>>;
1225
+ type _publicQueryGuestsType = typeof queryGuests$1;
1226
+ declare const queryGuests: ReturnType<typeof createRESTModule$d<_publicQueryGuestsType>>;
1227
+
1228
+ type _publicOnGuestCreatedType = typeof onGuestCreated$1;
1229
+ declare const onGuestCreated: ReturnType<typeof createEventModule$a<_publicOnGuestCreatedType>>;
1230
+
1231
+ type _publicOnGuestUpdatedType = typeof onGuestUpdated$1;
1232
+ declare const onGuestUpdated: ReturnType<typeof createEventModule$a<_publicOnGuestUpdatedType>>;
1233
+
1234
+ type _publicOnGuestDeletedType = typeof onGuestDeleted$1;
1235
+ declare const onGuestDeleted: ReturnType<typeof createEventModule$a<_publicOnGuestDeletedType>>;
1224
1236
 
1225
1237
  type index_d$d_GuestCount = GuestCount;
1226
1238
  type index_d$d_GuestCreatedEnvelope = GuestCreatedEnvelope;
@@ -1245,12 +1257,16 @@ type index_d$d_Task = Task;
1245
1257
  type index_d$d_TaskKey = TaskKey;
1246
1258
  type index_d$d_UpdateGuestRequest = UpdateGuestRequest;
1247
1259
  type index_d$d_UpdateGuestResponse = UpdateGuestResponse;
1260
+ type index_d$d__publicOnGuestCreatedType = _publicOnGuestCreatedType;
1261
+ type index_d$d__publicOnGuestDeletedType = _publicOnGuestDeletedType;
1262
+ type index_d$d__publicOnGuestUpdatedType = _publicOnGuestUpdatedType;
1263
+ type index_d$d__publicQueryGuestsType = _publicQueryGuestsType;
1248
1264
  declare const index_d$d_onGuestCreated: typeof onGuestCreated;
1249
1265
  declare const index_d$d_onGuestDeleted: typeof onGuestDeleted;
1250
1266
  declare const index_d$d_onGuestUpdated: typeof onGuestUpdated;
1251
1267
  declare const index_d$d_queryGuests: typeof queryGuests;
1252
1268
  declare namespace index_d$d {
1253
- export { type ActionEvent$7 as ActionEvent, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$a as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$5 as CursorPaging, type Cursors$8 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type EventDeleted$3 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$5 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$d_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type index_d$d_GuestCreatedEnvelope as GuestCreatedEnvelope, type index_d$d_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type index_d$d_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type index_d$d_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type index_d$d_GuestsQueryBuilder as GuestsQueryBuilder, type index_d$d_GuestsQueryResult as GuestsQueryResult, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$2 as Item, type index_d$d_Language as Language, type index_d$d_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type index_d$d_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$b 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$d_QueryEventGuestsOptions as QueryEventGuestsOptions, type index_d$d_QueryEventGuestsRequest as QueryEventGuestsRequest, type index_d$d_QueryEventGuestsResponse as QueryEventGuestsResponse, type index_d$d_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, index_d$d_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$4 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type index_d$d_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type index_d$d_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, type StandardDetails$4 as StandardDetails, type index_d$d_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type index_d$d_Task as Task, type TaskContext$1 as TaskContext, type index_d$d_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$d_UpdateGuestRequest as UpdateGuestRequest, type index_d$d_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$b as WebhookIdentityType, index_d$d_onGuestCreated as onGuestCreated, index_d$d_onGuestDeleted as onGuestDeleted, index_d$d_onGuestUpdated as onGuestUpdated, index_d$d_queryGuests as queryGuests };
1269
+ export { type ActionEvent$7 as ActionEvent, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$a as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$5 as CursorPaging, type Cursors$8 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type EventDeleted$3 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$5 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$d_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type index_d$d_GuestCreatedEnvelope as GuestCreatedEnvelope, type index_d$d_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type index_d$d_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type index_d$d_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type index_d$d_GuestsQueryBuilder as GuestsQueryBuilder, type index_d$d_GuestsQueryResult as GuestsQueryResult, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$2 as Item, type index_d$d_Language as Language, type index_d$d_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type index_d$d_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$b 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$d_QueryEventGuestsOptions as QueryEventGuestsOptions, type index_d$d_QueryEventGuestsRequest as QueryEventGuestsRequest, type index_d$d_QueryEventGuestsResponse as QueryEventGuestsResponse, type index_d$d_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, index_d$d_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$5 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type index_d$d_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type index_d$d_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, type StandardDetails$4 as StandardDetails, type index_d$d_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type index_d$d_Task as Task, type TaskContext$1 as TaskContext, type index_d$d_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$d_UpdateGuestRequest as UpdateGuestRequest, type index_d$d_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$b as WebhookIdentityType, type index_d$d__publicOnGuestCreatedType as _publicOnGuestCreatedType, type index_d$d__publicOnGuestDeletedType as _publicOnGuestDeletedType, type index_d$d__publicOnGuestUpdatedType as _publicOnGuestUpdatedType, type index_d$d__publicQueryGuestsType as _publicQueryGuestsType, index_d$d_onGuestCreated as onGuestCreated, index_d$d_onGuestDeleted as onGuestDeleted, index_d$d_onGuestUpdated as onGuestUpdated, onGuestCreated$1 as publicOnGuestCreated, onGuestDeleted$1 as publicOnGuestDeleted, onGuestUpdated$1 as publicOnGuestUpdated, index_d$d_queryGuests as queryGuests };
1254
1270
  }
1255
1271
 
1256
1272
  interface NotificationConfig {
@@ -2487,14 +2503,14 @@ interface TicketsUnavailableMessages$3 {
2487
2503
  }
2488
2504
  interface Dashboard$5 {
2489
2505
  /** Guest RSVP summary. */
2490
- rsvpSummary?: RsvpSummary$3;
2506
+ rsvpSummary?: RsvpSummary$4;
2491
2507
  /**
2492
2508
  * Summary of revenue and tickets sold.
2493
2509
  * (Archived orders are not included).
2494
2510
  */
2495
2511
  ticketingSummary?: TicketingSummary$3;
2496
2512
  }
2497
- interface RsvpSummary$3 {
2513
+ interface RsvpSummary$4 {
2498
2514
  /** Total number of RSVPs. */
2499
2515
  total?: number;
2500
2516
  /** Number of RSVPs with status `YES`. */
@@ -2656,26 +2672,33 @@ interface Category$4 {
2656
2672
  /** Category name. */
2657
2673
  name?: string;
2658
2674
  /**
2659
- * Category creation timestamp.
2675
+ * Date and time when category was created.
2660
2676
  * @readonly
2661
2677
  */
2662
2678
  _createdDate?: Date;
2663
2679
  /**
2664
- * Assigned and assigned draft event counts.
2680
+ * The total number of draft and published events assigned to the category.
2665
2681
  * @readonly
2666
2682
  */
2667
2683
  counts?: CategoryCounts$4;
2668
2684
  /**
2669
- * Category state. Default - MANUAL.
2670
- * WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use other states.
2671
- * Field will be ignored on update requests.
2685
+ * Category state. Possible values:
2686
+ *
2687
+ * `MANUAL`: Category is created manually by the user.
2688
+ * `AUTO`: Category is created automatically.
2689
+ * `RECURRING_EVENT`: Category is created automatically when publishing recurring events.
2690
+ * `HIDDEN`: Category can't be seen.
2691
+ *
2692
+ * Default: `MANUAL`.
2693
+ *
2694
+ * **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
2672
2695
  */
2673
2696
  states?: State$7[];
2674
2697
  }
2675
2698
  interface CategoryCounts$4 {
2676
- /** Assigned events count. Deleted events are excluded. */
2699
+ /** Total number of draft events assigned to the category. */
2677
2700
  assignedEventsCount?: number | null;
2678
- /** Assigned draft events count. */
2701
+ /** Total number of published events assigned to the category. Deleted events are excluded. */
2679
2702
  assignedDraftEventsCount?: number | null;
2680
2703
  }
2681
2704
  declare enum State$7 {
@@ -3123,7 +3146,7 @@ interface DomainEventBodyOneOf$6 {
3123
3146
  interface EntityCreatedEvent$6 {
3124
3147
  entity?: string;
3125
3148
  }
3126
- interface RestoreInfo$3 {
3149
+ interface RestoreInfo$4 {
3127
3150
  deletedDate?: Date;
3128
3151
  }
3129
3152
  interface EntityUpdatedEvent$6 {
@@ -3393,16 +3416,32 @@ interface UpsertNotificationConfig {
3393
3416
  orderConfirmationWithTicketsLink?: EmailNotificationConfig;
3394
3417
  }
3395
3418
 
3419
+ declare function triggerNotification$1(httpClient: HttpClient): (options?: TriggerNotificationOptions) => Promise<void>;
3420
+ declare function resolveNotificationConfig$1(httpClient: HttpClient): (notificationConfigId: string) => Promise<ResolveNotificationConfigResponse & ResolveNotificationConfigResponseNonNullableFields>;
3421
+ declare function upsertNotificationConfig$1(httpClient: HttpClient): (_id: string | null, notificationConfig: UpsertNotificationConfig) => Promise<UpsertNotificationConfigResponse & UpsertNotificationConfigResponseNonNullableFields>;
3422
+ declare const onNotificationConfigCreated$1: EventDefinition<NotificationConfigCreatedEnvelope, "wix.events.notifications.v2.notification_config_created">;
3423
+ declare const onNotificationConfigUpdated$1: EventDefinition<NotificationConfigUpdatedEnvelope, "wix.events.notifications.v2.notification_config_updated">;
3424
+ declare const onNotificationConfigDeleted$1: EventDefinition<NotificationConfigDeletedEnvelope, "wix.events.notifications.v2.notification_config_deleted">;
3425
+
3396
3426
  declare function createRESTModule$c<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3397
3427
 
3398
3428
  declare function createEventModule$9<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
3399
3429
 
3400
- declare const triggerNotification: ReturnType<typeof createRESTModule$c<typeof publicTriggerNotification>>;
3401
- declare const resolveNotificationConfig: ReturnType<typeof createRESTModule$c<typeof publicResolveNotificationConfig>>;
3402
- declare const upsertNotificationConfig: ReturnType<typeof createRESTModule$c<typeof publicUpsertNotificationConfig>>;
3403
- declare const onNotificationConfigCreated: ReturnType<typeof createEventModule$9<typeof publicOnNotificationConfigCreated>>;
3404
- declare const onNotificationConfigUpdated: ReturnType<typeof createEventModule$9<typeof publicOnNotificationConfigUpdated>>;
3405
- declare const onNotificationConfigDeleted: ReturnType<typeof createEventModule$9<typeof publicOnNotificationConfigDeleted>>;
3430
+ type _publicTriggerNotificationType = typeof triggerNotification$1;
3431
+ declare const triggerNotification: ReturnType<typeof createRESTModule$c<_publicTriggerNotificationType>>;
3432
+ type _publicResolveNotificationConfigType = typeof resolveNotificationConfig$1;
3433
+ declare const resolveNotificationConfig: ReturnType<typeof createRESTModule$c<_publicResolveNotificationConfigType>>;
3434
+ type _publicUpsertNotificationConfigType = typeof upsertNotificationConfig$1;
3435
+ declare const upsertNotificationConfig: ReturnType<typeof createRESTModule$c<_publicUpsertNotificationConfigType>>;
3436
+
3437
+ type _publicOnNotificationConfigCreatedType = typeof onNotificationConfigCreated$1;
3438
+ declare const onNotificationConfigCreated: ReturnType<typeof createEventModule$9<_publicOnNotificationConfigCreatedType>>;
3439
+
3440
+ type _publicOnNotificationConfigUpdatedType = typeof onNotificationConfigUpdated$1;
3441
+ declare const onNotificationConfigUpdated: ReturnType<typeof createEventModule$9<_publicOnNotificationConfigUpdatedType>>;
3442
+
3443
+ type _publicOnNotificationConfigDeletedType = typeof onNotificationConfigDeleted$1;
3444
+ declare const onNotificationConfigDeleted: ReturnType<typeof createEventModule$9<_publicOnNotificationConfigDeletedType>>;
3406
3445
 
3407
3446
  type index_d$c_AttendanceStatus = AttendanceStatus;
3408
3447
  declare const index_d$c_AttendanceStatus: typeof AttendanceStatus;
@@ -3460,6 +3499,12 @@ type index_d$c_UpsertNotificationConfig = UpsertNotificationConfig;
3460
3499
  type index_d$c_UpsertNotificationConfigRequest = UpsertNotificationConfigRequest;
3461
3500
  type index_d$c_UpsertNotificationConfigResponse = UpsertNotificationConfigResponse;
3462
3501
  type index_d$c_UpsertNotificationConfigResponseNonNullableFields = UpsertNotificationConfigResponseNonNullableFields;
3502
+ type index_d$c__publicOnNotificationConfigCreatedType = _publicOnNotificationConfigCreatedType;
3503
+ type index_d$c__publicOnNotificationConfigDeletedType = _publicOnNotificationConfigDeletedType;
3504
+ type index_d$c__publicOnNotificationConfigUpdatedType = _publicOnNotificationConfigUpdatedType;
3505
+ type index_d$c__publicResolveNotificationConfigType = _publicResolveNotificationConfigType;
3506
+ type index_d$c__publicTriggerNotificationType = _publicTriggerNotificationType;
3507
+ type index_d$c__publicUpsertNotificationConfigType = _publicUpsertNotificationConfigType;
3463
3508
  declare const index_d$c_onNotificationConfigCreated: typeof onNotificationConfigCreated;
3464
3509
  declare const index_d$c_onNotificationConfigDeleted: typeof onNotificationConfigDeleted;
3465
3510
  declare const index_d$c_onNotificationConfigUpdated: typeof onNotificationConfigUpdated;
@@ -3467,7 +3512,7 @@ declare const index_d$c_resolveNotificationConfig: typeof resolveNotificationCon
3467
3512
  declare const index_d$c_triggerNotification: typeof triggerNotification;
3468
3513
  declare const index_d$c_upsertNotificationConfig: typeof upsertNotificationConfig;
3469
3514
  declare namespace index_d$c {
3470
- export { type ActionEvent$6 as ActionEvent, type Address$7 as Address, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$3 as Agenda, index_d$c_AttendanceStatus as AttendanceStatus, type BaseEventMetadata$9 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, ConferenceType$3 as ConferenceType, type index_d$c_ContactEventStatusUpdated as ContactEventStatusUpdated, index_d$c_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type index_d$c_EmailNotificationConfig as EmailNotificationConfig, index_d$c_EmailNotificationReminderTime as EmailNotificationReminderTime, index_d$c_EmailNotificationType as EmailNotificationType, type index_d$c_EmailTemplate as EmailTemplate, type Empty$3 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$2 as EventCopied, type EventDeleted$2 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type index_d$c_EventGuest as EventGuest, type index_d$c_EventGuests as EventGuests, type EventMetadata$4 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$4 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 Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type Guest$2 as Guest, type index_d$c_GuestCountUpdate as GuestCountUpdate, type index_d$c_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, index_d$c_GuestType as GuestType, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a 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$1 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type index_d$c_Link as Link, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type index_d$c_MemberEventStatusUpdated as MemberEventStatusUpdated, index_d$c_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$a as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type index_d$c_NotificationConfig as NotificationConfig, type index_d$c_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type index_d$c_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type index_d$c_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, index_d$c_NotifyActionType as NotifyActionType, type index_d$c_NotifyGuestAction as NotifyGuestAction, type Occurrence$4 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type index_d$c_OrderEmailAdded as OrderEmailAdded, type index_d$c_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, 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, index_d$c_PushNotificationType as PushNotificationType, type Recurrences$4 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type index_d$c_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type index_d$c_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type index_d$c_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type index_d$c_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type index_d$c_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$3 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$c_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$3 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$4 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$3 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$5 as Status, type StreetAddress$7 as StreetAddress, type Subdivision$7 as Subdivision, SubdivisionType$7 as SubdivisionType, type Tag$3 as Tag, type index_d$c_Target as Target, index_d$c_TargetType as TargetType, type index_d$c_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$c_TicketGuest as TicketGuest, type index_d$c_TicketGuestDetails as TicketGuestDetails, type index_d$c_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type index_d$c_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, type index_d$c_TriggerNotificationOptions as TriggerNotificationOptions, type index_d$c_TriggerNotificationRequest as TriggerNotificationRequest, type index_d$c_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type index_d$c_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type index_d$c_TriggerNotificationResponse as TriggerNotificationResponse, type index_d$c_UnprocessedTargetEvent as UnprocessedTargetEvent, type index_d$c_UpsertNotificationConfig as UpsertNotificationConfig, type index_d$c_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type index_d$c_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type index_d$c_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$a as WebhookIdentityType, index_d$c_onNotificationConfigCreated as onNotificationConfigCreated, index_d$c_onNotificationConfigDeleted as onNotificationConfigDeleted, index_d$c_onNotificationConfigUpdated as onNotificationConfigUpdated, index_d$c_resolveNotificationConfig as resolveNotificationConfig, index_d$c_triggerNotification as triggerNotification, index_d$c_upsertNotificationConfig as upsertNotificationConfig };
3515
+ export { type ActionEvent$6 as ActionEvent, type Address$7 as Address, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$3 as Agenda, index_d$c_AttendanceStatus as AttendanceStatus, type BaseEventMetadata$9 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, ConferenceType$3 as ConferenceType, type index_d$c_ContactEventStatusUpdated as ContactEventStatusUpdated, index_d$c_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$6 as DomainEvent, type DomainEventBodyOneOf$6 as DomainEventBodyOneOf, type index_d$c_EmailNotificationConfig as EmailNotificationConfig, index_d$c_EmailNotificationReminderTime as EmailNotificationReminderTime, index_d$c_EmailNotificationType as EmailNotificationType, type index_d$c_EmailTemplate as EmailTemplate, type Empty$3 as Empty, type EntityCreatedEvent$6 as EntityCreatedEvent, type EntityDeletedEvent$6 as EntityDeletedEvent, type EntityUpdatedEvent$6 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$2 as EventCopied, type EventDeleted$2 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type index_d$c_EventGuest as EventGuest, type index_d$c_EventGuests as EventGuests, type EventMetadata$4 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$4 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 Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type Guest$2 as Guest, type index_d$c_GuestCountUpdate as GuestCountUpdate, type index_d$c_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, index_d$c_GuestType as GuestType, type IdentificationData$a as IdentificationData, type IdentificationDataIdOneOf$a 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$1 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type index_d$c_Link as Link, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type index_d$c_MemberEventStatusUpdated as MemberEventStatusUpdated, index_d$c_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$a as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type index_d$c_NotificationConfig as NotificationConfig, type index_d$c_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type index_d$c_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type index_d$c_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, index_d$c_NotifyActionType as NotifyActionType, type index_d$c_NotifyGuestAction as NotifyGuestAction, type Occurrence$4 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type index_d$c_OrderEmailAdded as OrderEmailAdded, type index_d$c_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, 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, index_d$c_PushNotificationType as PushNotificationType, type Recurrences$4 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type index_d$c_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type index_d$c_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type index_d$c_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type index_d$c_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type index_d$c_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$4 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$c_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$4 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$3 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$5 as Status, type StreetAddress$7 as StreetAddress, type Subdivision$7 as Subdivision, SubdivisionType$7 as SubdivisionType, type Tag$3 as Tag, type index_d$c_Target as Target, index_d$c_TargetType as TargetType, type index_d$c_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$c_TicketGuest as TicketGuest, type index_d$c_TicketGuestDetails as TicketGuestDetails, type index_d$c_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type index_d$c_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, type index_d$c_TriggerNotificationOptions as TriggerNotificationOptions, type index_d$c_TriggerNotificationRequest as TriggerNotificationRequest, type index_d$c_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type index_d$c_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type index_d$c_TriggerNotificationResponse as TriggerNotificationResponse, type index_d$c_UnprocessedTargetEvent as UnprocessedTargetEvent, type index_d$c_UpsertNotificationConfig as UpsertNotificationConfig, type index_d$c_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type index_d$c_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type index_d$c_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$a as WebhookIdentityType, type index_d$c__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type index_d$c__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type index_d$c__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, type index_d$c__publicResolveNotificationConfigType as _publicResolveNotificationConfigType, type index_d$c__publicTriggerNotificationType as _publicTriggerNotificationType, type index_d$c__publicUpsertNotificationConfigType as _publicUpsertNotificationConfigType, index_d$c_onNotificationConfigCreated as onNotificationConfigCreated, index_d$c_onNotificationConfigDeleted as onNotificationConfigDeleted, index_d$c_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, index_d$c_resolveNotificationConfig as resolveNotificationConfig, index_d$c_triggerNotification as triggerNotification, index_d$c_upsertNotificationConfig as upsertNotificationConfig };
3471
3516
  }
3472
3517
 
3473
3518
  /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
@@ -3842,17 +3887,27 @@ interface ListBookmarksResponseNonNullableFields$1 {
3842
3887
  }
3843
3888
  type GoogleProtoDuration$1 = any;
3844
3889
 
3890
+ declare function listBookmarks$1(httpClient: HttpClient): (eventId: string) => Promise<ListBookmarksResponse$1 & ListBookmarksResponseNonNullableFields$1>;
3891
+ declare function createBookmark$1(httpClient: HttpClient): (itemId: string, eventId: string) => Promise<void>;
3892
+ declare function deleteBookmark$1(httpClient: HttpClient): (itemId: string, eventId: string) => Promise<void>;
3893
+
3845
3894
  declare function createRESTModule$b<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
3846
3895
 
3847
- declare const listBookmarks: ReturnType<typeof createRESTModule$b<typeof publicListBookmarks>>;
3848
- declare const createBookmark: ReturnType<typeof createRESTModule$b<typeof publicCreateBookmark>>;
3849
- declare const deleteBookmark: ReturnType<typeof createRESTModule$b<typeof publicDeleteBookmark>>;
3896
+ type _publicListBookmarksType = typeof listBookmarks$1;
3897
+ declare const listBookmarks: ReturnType<typeof createRESTModule$b<_publicListBookmarksType>>;
3898
+ type _publicCreateBookmarkType = typeof createBookmark$1;
3899
+ declare const createBookmark: ReturnType<typeof createRESTModule$b<_publicCreateBookmarkType>>;
3900
+ type _publicDeleteBookmarkType = typeof deleteBookmark$1;
3901
+ declare const deleteBookmark: ReturnType<typeof createRESTModule$b<_publicDeleteBookmarkType>>;
3850
3902
 
3903
+ type index_d$b__publicCreateBookmarkType = _publicCreateBookmarkType;
3904
+ type index_d$b__publicDeleteBookmarkType = _publicDeleteBookmarkType;
3905
+ type index_d$b__publicListBookmarksType = _publicListBookmarksType;
3851
3906
  declare const index_d$b_createBookmark: typeof createBookmark;
3852
3907
  declare const index_d$b_deleteBookmark: typeof deleteBookmark;
3853
3908
  declare const index_d$b_listBookmarks: typeof listBookmarks;
3854
3909
  declare namespace index_d$b {
3855
- 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$7 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$7 as SortOrder, type Sorting$7 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$b_createBookmark as createBookmark, index_d$b_deleteBookmark as deleteBookmark, index_d$b_listBookmarks as listBookmarks };
3910
+ 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$7 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$7 as SortOrder, type Sorting$7 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$b__publicCreateBookmarkType as _publicCreateBookmarkType, type index_d$b__publicDeleteBookmarkType as _publicDeleteBookmarkType, type index_d$b__publicListBookmarksType as _publicListBookmarksType, index_d$b_createBookmark as createBookmark, index_d$b_deleteBookmark as deleteBookmark, index_d$b_listBookmarks as listBookmarks };
3856
3911
  }
3857
3912
 
3858
3913
  /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
@@ -4347,17 +4402,36 @@ interface RescheduleDraftOptions {
4347
4402
  timeSlotOffset?: GoogleProtoDuration;
4348
4403
  }
4349
4404
 
4405
+ declare function listScheduleItems$1(httpClient: HttpClient): (options?: ListScheduleItemsOptions) => Promise<ListScheduleItemsResponse & ListScheduleItemsResponseNonNullableFields>;
4406
+ declare function queryScheduleItems$1(httpClient: HttpClient): () => ItemsQueryBuilder;
4407
+ declare function getScheduleItem$1(httpClient: HttpClient): (itemId: string, options?: GetScheduleItemOptions) => Promise<ScheduleItem & ScheduleItemNonNullableFields>;
4408
+ declare function addScheduleItem$1(httpClient: HttpClient): (eventId: string, options?: AddScheduleItemOptions) => Promise<AddScheduleItemResponse & AddScheduleItemResponseNonNullableFields>;
4409
+ declare function updateScheduleItem$1(httpClient: HttpClient): (itemId: string, eventId: string, options?: UpdateScheduleItemOptions) => Promise<UpdateScheduleItemResponse & UpdateScheduleItemResponseNonNullableFields>;
4410
+ declare function deleteScheduleItem$1(httpClient: HttpClient): (eventId: string, options?: DeleteScheduleItemOptions) => Promise<void>;
4411
+ declare function discardDraft$3(httpClient: HttpClient): (eventId: string) => Promise<void>;
4412
+ declare function publishDraft$3(httpClient: HttpClient): (eventId: string) => Promise<void>;
4413
+ declare function rescheduleDraft$1(httpClient: HttpClient): (eventId: string, options?: RescheduleDraftOptions) => Promise<void>;
4414
+
4350
4415
  declare function createRESTModule$a<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
4351
4416
 
4352
- declare const listScheduleItems: ReturnType<typeof createRESTModule$a<typeof publicListScheduleItems>>;
4353
- declare const queryScheduleItems: ReturnType<typeof createRESTModule$a<typeof publicQueryScheduleItems>>;
4354
- declare const getScheduleItem: ReturnType<typeof createRESTModule$a<typeof publicGetScheduleItem>>;
4355
- declare const addScheduleItem: ReturnType<typeof createRESTModule$a<typeof publicAddScheduleItem>>;
4356
- declare const updateScheduleItem: ReturnType<typeof createRESTModule$a<typeof publicUpdateScheduleItem>>;
4357
- declare const deleteScheduleItem: ReturnType<typeof createRESTModule$a<typeof publicDeleteScheduleItem>>;
4358
- declare const discardDraft$1: ReturnType<typeof createRESTModule$a<typeof publicDiscardDraft>>;
4359
- declare const publishDraft$1: ReturnType<typeof createRESTModule$a<typeof publicPublishDraft>>;
4360
- declare const rescheduleDraft: ReturnType<typeof createRESTModule$a<typeof publicRescheduleDraft>>;
4417
+ type _publicListScheduleItemsType = typeof listScheduleItems$1;
4418
+ declare const listScheduleItems: ReturnType<typeof createRESTModule$a<_publicListScheduleItemsType>>;
4419
+ type _publicQueryScheduleItemsType = typeof queryScheduleItems$1;
4420
+ declare const queryScheduleItems: ReturnType<typeof createRESTModule$a<_publicQueryScheduleItemsType>>;
4421
+ type _publicGetScheduleItemType = typeof getScheduleItem$1;
4422
+ declare const getScheduleItem: ReturnType<typeof createRESTModule$a<_publicGetScheduleItemType>>;
4423
+ type _publicAddScheduleItemType = typeof addScheduleItem$1;
4424
+ declare const addScheduleItem: ReturnType<typeof createRESTModule$a<_publicAddScheduleItemType>>;
4425
+ type _publicUpdateScheduleItemType = typeof updateScheduleItem$1;
4426
+ declare const updateScheduleItem: ReturnType<typeof createRESTModule$a<_publicUpdateScheduleItemType>>;
4427
+ type _publicDeleteScheduleItemType = typeof deleteScheduleItem$1;
4428
+ declare const deleteScheduleItem: ReturnType<typeof createRESTModule$a<_publicDeleteScheduleItemType>>;
4429
+ type _publicDiscardDraftType$1 = typeof discardDraft$3;
4430
+ declare const discardDraft$2: ReturnType<typeof createRESTModule$a<_publicDiscardDraftType>>;
4431
+ type _publicPublishDraftType$1 = typeof publishDraft$3;
4432
+ declare const publishDraft$2: ReturnType<typeof createRESTModule$a<_publicPublishDraftType>>;
4433
+ type _publicRescheduleDraftType = typeof rescheduleDraft$1;
4434
+ declare const rescheduleDraft: ReturnType<typeof createRESTModule$a<_publicRescheduleDraftType>>;
4361
4435
 
4362
4436
  type index_d$a_AddScheduleItemOptions = AddScheduleItemOptions;
4363
4437
  type index_d$a_AddScheduleItemRequest = AddScheduleItemRequest;
@@ -4401,6 +4475,13 @@ type index_d$a_UpdateScheduleItemOptions = UpdateScheduleItemOptions;
4401
4475
  type index_d$a_UpdateScheduleItemRequest = UpdateScheduleItemRequest;
4402
4476
  type index_d$a_UpdateScheduleItemResponse = UpdateScheduleItemResponse;
4403
4477
  type index_d$a_UpdateScheduleItemResponseNonNullableFields = UpdateScheduleItemResponseNonNullableFields;
4478
+ type index_d$a__publicAddScheduleItemType = _publicAddScheduleItemType;
4479
+ type index_d$a__publicDeleteScheduleItemType = _publicDeleteScheduleItemType;
4480
+ type index_d$a__publicGetScheduleItemType = _publicGetScheduleItemType;
4481
+ type index_d$a__publicListScheduleItemsType = _publicListScheduleItemsType;
4482
+ type index_d$a__publicQueryScheduleItemsType = _publicQueryScheduleItemsType;
4483
+ type index_d$a__publicRescheduleDraftType = _publicRescheduleDraftType;
4484
+ type index_d$a__publicUpdateScheduleItemType = _publicUpdateScheduleItemType;
4404
4485
  declare const index_d$a_addScheduleItem: typeof addScheduleItem;
4405
4486
  declare const index_d$a_deleteScheduleItem: typeof deleteScheduleItem;
4406
4487
  declare const index_d$a_getScheduleItem: typeof getScheduleItem;
@@ -4409,7 +4490,7 @@ declare const index_d$a_queryScheduleItems: typeof queryScheduleItems;
4409
4490
  declare const index_d$a_rescheduleDraft: typeof rescheduleDraft;
4410
4491
  declare const index_d$a_updateScheduleItem: typeof updateScheduleItem;
4411
4492
  declare namespace index_d$a {
4412
- export { type index_d$a_AddScheduleItemOptions as AddScheduleItemOptions, type index_d$a_AddScheduleItemRequest as AddScheduleItemRequest, type index_d$a_AddScheduleItemResponse as AddScheduleItemResponse, type index_d$a_AddScheduleItemResponseNonNullableFields as AddScheduleItemResponseNonNullableFields, type index_d$a_CreateBookmarkRequest as CreateBookmarkRequest, type index_d$a_CreateBookmarkResponse as CreateBookmarkResponse, type Cursors$6 as Cursors, type index_d$a_DeleteBookmarkRequest as DeleteBookmarkRequest, type index_d$a_DeleteBookmarkResponse as DeleteBookmarkResponse, type index_d$a_DeleteScheduleItemOptions as DeleteScheduleItemOptions, type index_d$a_DeleteScheduleItemRequest as DeleteScheduleItemRequest, type index_d$a_DeleteScheduleItemResponse as DeleteScheduleItemResponse, type DiscardDraftRequest$1 as DiscardDraftRequest, type DiscardDraftResponse$1 as DiscardDraftResponse, type FacetCounts$6 as FacetCounts, type index_d$a_GetScheduleItemOptions as GetScheduleItemOptions, type index_d$a_GetScheduleItemRequest as GetScheduleItemRequest, type index_d$a_GetScheduleItemResponse as GetScheduleItemResponse, type index_d$a_GetScheduleItemResponseNonNullableFields as GetScheduleItemResponseNonNullableFields, type index_d$a_ItemsQueryBuilder as ItemsQueryBuilder, type index_d$a_ItemsQueryResult as ItemsQueryResult, type index_d$a_ListBookmarksRequest as ListBookmarksRequest, type index_d$a_ListBookmarksResponse as ListBookmarksResponse, type index_d$a_ListBookmarksResponseNonNullableFields as ListBookmarksResponseNonNullableFields, type index_d$a_ListScheduleItemsOptions as ListScheduleItemsOptions, type index_d$a_ListScheduleItemsRequest as ListScheduleItemsRequest, type index_d$a_ListScheduleItemsResponse as ListScheduleItemsResponse, type index_d$a_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$a_QueryScheduleItemsRequest as QueryScheduleItemsRequest, type index_d$a_QueryScheduleItemsResponse as QueryScheduleItemsResponse, type index_d$a_QueryScheduleItemsResponseNonNullableFields as QueryScheduleItemsResponseNonNullableFields, type QueryV2$6 as QueryV2, type QueryV2PagingMethodOneOf$6 as QueryV2PagingMethodOneOf, type index_d$a_RescheduleDraftOptions as RescheduleDraftOptions, type index_d$a_RescheduleDraftRequest as RescheduleDraftRequest, type index_d$a_RescheduleDraftResponse as RescheduleDraftResponse, type index_d$a_ScheduleItem as ScheduleItem, type index_d$a_ScheduleItemData as ScheduleItemData, type index_d$a_ScheduleItemNonNullableFields as ScheduleItemNonNullableFields, index_d$a_ScheduleStatus as ScheduleStatus, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, index_d$a_StateFilter as StateFilter, type index_d$a_TimeInterval as TimeInterval, type index_d$a_UpdateScheduleItemOptions as UpdateScheduleItemOptions, type index_d$a_UpdateScheduleItemRequest as UpdateScheduleItemRequest, type index_d$a_UpdateScheduleItemResponse as UpdateScheduleItemResponse, type index_d$a_UpdateScheduleItemResponseNonNullableFields as UpdateScheduleItemResponseNonNullableFields, index_d$a_addScheduleItem as addScheduleItem, index_d$a_deleteScheduleItem as deleteScheduleItem, discardDraft$1 as discardDraft, index_d$a_getScheduleItem as getScheduleItem, index_d$a_listScheduleItems as listScheduleItems, publishDraft$1 as publishDraft, index_d$a_queryScheduleItems as queryScheduleItems, index_d$a_rescheduleDraft as rescheduleDraft, index_d$a_updateScheduleItem as updateScheduleItem };
4493
+ export { type index_d$a_AddScheduleItemOptions as AddScheduleItemOptions, type index_d$a_AddScheduleItemRequest as AddScheduleItemRequest, type index_d$a_AddScheduleItemResponse as AddScheduleItemResponse, type index_d$a_AddScheduleItemResponseNonNullableFields as AddScheduleItemResponseNonNullableFields, type index_d$a_CreateBookmarkRequest as CreateBookmarkRequest, type index_d$a_CreateBookmarkResponse as CreateBookmarkResponse, type Cursors$6 as Cursors, type index_d$a_DeleteBookmarkRequest as DeleteBookmarkRequest, type index_d$a_DeleteBookmarkResponse as DeleteBookmarkResponse, type index_d$a_DeleteScheduleItemOptions as DeleteScheduleItemOptions, type index_d$a_DeleteScheduleItemRequest as DeleteScheduleItemRequest, type index_d$a_DeleteScheduleItemResponse as DeleteScheduleItemResponse, type DiscardDraftRequest$1 as DiscardDraftRequest, type DiscardDraftResponse$1 as DiscardDraftResponse, type FacetCounts$6 as FacetCounts, type index_d$a_GetScheduleItemOptions as GetScheduleItemOptions, type index_d$a_GetScheduleItemRequest as GetScheduleItemRequest, type index_d$a_GetScheduleItemResponse as GetScheduleItemResponse, type index_d$a_GetScheduleItemResponseNonNullableFields as GetScheduleItemResponseNonNullableFields, type index_d$a_ItemsQueryBuilder as ItemsQueryBuilder, type index_d$a_ItemsQueryResult as ItemsQueryResult, type index_d$a_ListBookmarksRequest as ListBookmarksRequest, type index_d$a_ListBookmarksResponse as ListBookmarksResponse, type index_d$a_ListBookmarksResponseNonNullableFields as ListBookmarksResponseNonNullableFields, type index_d$a_ListScheduleItemsOptions as ListScheduleItemsOptions, type index_d$a_ListScheduleItemsRequest as ListScheduleItemsRequest, type index_d$a_ListScheduleItemsResponse as ListScheduleItemsResponse, type index_d$a_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$a_QueryScheduleItemsRequest as QueryScheduleItemsRequest, type index_d$a_QueryScheduleItemsResponse as QueryScheduleItemsResponse, type index_d$a_QueryScheduleItemsResponseNonNullableFields as QueryScheduleItemsResponseNonNullableFields, type QueryV2$6 as QueryV2, type QueryV2PagingMethodOneOf$6 as QueryV2PagingMethodOneOf, type index_d$a_RescheduleDraftOptions as RescheduleDraftOptions, type index_d$a_RescheduleDraftRequest as RescheduleDraftRequest, type index_d$a_RescheduleDraftResponse as RescheduleDraftResponse, type index_d$a_ScheduleItem as ScheduleItem, type index_d$a_ScheduleItemData as ScheduleItemData, type index_d$a_ScheduleItemNonNullableFields as ScheduleItemNonNullableFields, index_d$a_ScheduleStatus as ScheduleStatus, SortOrder$6 as SortOrder, type Sorting$6 as Sorting, index_d$a_StateFilter as StateFilter, type index_d$a_TimeInterval as TimeInterval, type index_d$a_UpdateScheduleItemOptions as UpdateScheduleItemOptions, type index_d$a_UpdateScheduleItemRequest as UpdateScheduleItemRequest, type index_d$a_UpdateScheduleItemResponse as UpdateScheduleItemResponse, type index_d$a_UpdateScheduleItemResponseNonNullableFields as UpdateScheduleItemResponseNonNullableFields, type index_d$a__publicAddScheduleItemType as _publicAddScheduleItemType, type index_d$a__publicDeleteScheduleItemType as _publicDeleteScheduleItemType, type _publicDiscardDraftType$1 as _publicDiscardDraftType, type index_d$a__publicGetScheduleItemType as _publicGetScheduleItemType, type index_d$a__publicListScheduleItemsType as _publicListScheduleItemsType, type _publicPublishDraftType$1 as _publicPublishDraftType, type index_d$a__publicQueryScheduleItemsType as _publicQueryScheduleItemsType, type index_d$a__publicRescheduleDraftType as _publicRescheduleDraftType, type index_d$a__publicUpdateScheduleItemType as _publicUpdateScheduleItemType, index_d$a_addScheduleItem as addScheduleItem, index_d$a_deleteScheduleItem as deleteScheduleItem, discardDraft$2 as discardDraft, index_d$a_getScheduleItem as getScheduleItem, index_d$a_listScheduleItems as listScheduleItems, publishDraft$2 as publishDraft, index_d$a_queryScheduleItems as queryScheduleItems, index_d$a_rescheduleDraft as rescheduleDraft, index_d$a_updateScheduleItem as updateScheduleItem };
4413
4494
  }
4414
4495
 
4415
4496
  /** Staff members are events hosts assigned persons who can perform check-in for tickets owners, sell tickets or add guests manually. */
@@ -4925,20 +5006,44 @@ interface StaffMembersQueryBuilder {
4925
5006
  find: () => Promise<StaffMembersQueryResult>;
4926
5007
  }
4927
5008
 
5009
+ declare function createStaffMember$1(httpClient: HttpClient): (staffMember: StaffMember) => Promise<StaffMember & StaffMemberNonNullableFields>;
5010
+ declare function getStaffMember$1(httpClient: HttpClient): (staffMemberId: string, options?: GetStaffMemberOptions) => Promise<StaffMember & StaffMemberNonNullableFields>;
5011
+ declare function updateStaffMember$1(httpClient: HttpClient): (_id: string | null, staffMember: UpdateStaffMember) => Promise<StaffMember & StaffMemberNonNullableFields>;
5012
+ declare function deleteStaffMember$1(httpClient: HttpClient): (staffMemberId: string) => Promise<void>;
5013
+ declare function queryStaffMembers$1(httpClient: HttpClient): (options?: QueryStaffMembersOptions) => StaffMembersQueryBuilder;
5014
+ declare function joinStaffMember$1(httpClient: HttpClient): (joinToken: string) => Promise<JoinStaffMemberResponse & JoinStaffMemberResponseNonNullableFields>;
5015
+ declare function accessStaffMember$1(httpClient: HttpClient): (accessToken: string) => Promise<AccessStaffMemberResponse & AccessStaffMemberResponseNonNullableFields>;
5016
+ declare const onStaffMemberCreated$1: EventDefinition<StaffMemberCreatedEnvelope, "wix.events.staffmembers.v1.staff_member_created">;
5017
+ declare const onStaffMemberUpdated$1: EventDefinition<StaffMemberUpdatedEnvelope, "wix.events.staffmembers.v1.staff_member_updated">;
5018
+ declare const onStaffMemberDeleted$1: EventDefinition<StaffMemberDeletedEnvelope, "wix.events.staffmembers.v1.staff_member_deleted">;
5019
+
4928
5020
  declare function createRESTModule$9<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
4929
5021
 
4930
5022
  declare function createEventModule$8<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
4931
5023
 
4932
- declare const createStaffMember: ReturnType<typeof createRESTModule$9<typeof publicCreateStaffMember>>;
4933
- declare const getStaffMember: ReturnType<typeof createRESTModule$9<typeof publicGetStaffMember>>;
4934
- declare const updateStaffMember: ReturnType<typeof createRESTModule$9<typeof publicUpdateStaffMember>>;
4935
- declare const deleteStaffMember: ReturnType<typeof createRESTModule$9<typeof publicDeleteStaffMember>>;
4936
- declare const queryStaffMembers: ReturnType<typeof createRESTModule$9<typeof publicQueryStaffMembers>>;
4937
- declare const joinStaffMember: ReturnType<typeof createRESTModule$9<typeof publicJoinStaffMember>>;
4938
- declare const accessStaffMember: ReturnType<typeof createRESTModule$9<typeof publicAccessStaffMember>>;
4939
- declare const onStaffMemberCreated: ReturnType<typeof createEventModule$8<typeof publicOnStaffMemberCreated>>;
4940
- declare const onStaffMemberUpdated: ReturnType<typeof createEventModule$8<typeof publicOnStaffMemberUpdated>>;
4941
- declare const onStaffMemberDeleted: ReturnType<typeof createEventModule$8<typeof publicOnStaffMemberDeleted>>;
5024
+ type _publicCreateStaffMemberType = typeof createStaffMember$1;
5025
+ declare const createStaffMember: ReturnType<typeof createRESTModule$9<_publicCreateStaffMemberType>>;
5026
+ type _publicGetStaffMemberType = typeof getStaffMember$1;
5027
+ declare const getStaffMember: ReturnType<typeof createRESTModule$9<_publicGetStaffMemberType>>;
5028
+ type _publicUpdateStaffMemberType = typeof updateStaffMember$1;
5029
+ declare const updateStaffMember: ReturnType<typeof createRESTModule$9<_publicUpdateStaffMemberType>>;
5030
+ type _publicDeleteStaffMemberType = typeof deleteStaffMember$1;
5031
+ declare const deleteStaffMember: ReturnType<typeof createRESTModule$9<_publicDeleteStaffMemberType>>;
5032
+ type _publicQueryStaffMembersType = typeof queryStaffMembers$1;
5033
+ declare const queryStaffMembers: ReturnType<typeof createRESTModule$9<_publicQueryStaffMembersType>>;
5034
+ type _publicJoinStaffMemberType = typeof joinStaffMember$1;
5035
+ declare const joinStaffMember: ReturnType<typeof createRESTModule$9<_publicJoinStaffMemberType>>;
5036
+ type _publicAccessStaffMemberType = typeof accessStaffMember$1;
5037
+ declare const accessStaffMember: ReturnType<typeof createRESTModule$9<_publicAccessStaffMemberType>>;
5038
+
5039
+ type _publicOnStaffMemberCreatedType = typeof onStaffMemberCreated$1;
5040
+ declare const onStaffMemberCreated: ReturnType<typeof createEventModule$8<_publicOnStaffMemberCreatedType>>;
5041
+
5042
+ type _publicOnStaffMemberUpdatedType = typeof onStaffMemberUpdated$1;
5043
+ declare const onStaffMemberUpdated: ReturnType<typeof createEventModule$8<_publicOnStaffMemberUpdatedType>>;
5044
+
5045
+ type _publicOnStaffMemberDeletedType = typeof onStaffMemberDeleted$1;
5046
+ declare const onStaffMemberDeleted: ReturnType<typeof createEventModule$8<_publicOnStaffMemberDeletedType>>;
4942
5047
 
4943
5048
  type index_d$9_AccessStaffMemberRequest = AccessStaffMemberRequest;
4944
5049
  type index_d$9_AccessStaffMemberResponse = AccessStaffMemberResponse;
@@ -4977,6 +5082,16 @@ type index_d$9_UpdateStaffMember = UpdateStaffMember;
4977
5082
  type index_d$9_UpdateStaffMemberRequest = UpdateStaffMemberRequest;
4978
5083
  type index_d$9_UpdateStaffMemberResponse = UpdateStaffMemberResponse;
4979
5084
  type index_d$9_UpdateStaffMemberResponseNonNullableFields = UpdateStaffMemberResponseNonNullableFields;
5085
+ type index_d$9__publicAccessStaffMemberType = _publicAccessStaffMemberType;
5086
+ type index_d$9__publicCreateStaffMemberType = _publicCreateStaffMemberType;
5087
+ type index_d$9__publicDeleteStaffMemberType = _publicDeleteStaffMemberType;
5088
+ type index_d$9__publicGetStaffMemberType = _publicGetStaffMemberType;
5089
+ type index_d$9__publicJoinStaffMemberType = _publicJoinStaffMemberType;
5090
+ type index_d$9__publicOnStaffMemberCreatedType = _publicOnStaffMemberCreatedType;
5091
+ type index_d$9__publicOnStaffMemberDeletedType = _publicOnStaffMemberDeletedType;
5092
+ type index_d$9__publicOnStaffMemberUpdatedType = _publicOnStaffMemberUpdatedType;
5093
+ type index_d$9__publicQueryStaffMembersType = _publicQueryStaffMembersType;
5094
+ type index_d$9__publicUpdateStaffMemberType = _publicUpdateStaffMemberType;
4980
5095
  declare const index_d$9_accessStaffMember: typeof accessStaffMember;
4981
5096
  declare const index_d$9_createStaffMember: typeof createStaffMember;
4982
5097
  declare const index_d$9_deleteStaffMember: typeof deleteStaffMember;
@@ -4988,7 +5103,7 @@ declare const index_d$9_onStaffMemberUpdated: typeof onStaffMemberUpdated;
4988
5103
  declare const index_d$9_queryStaffMembers: typeof queryStaffMembers;
4989
5104
  declare const index_d$9_updateStaffMember: typeof updateStaffMember;
4990
5105
  declare namespace index_d$9 {
4991
- export { type index_d$9_AccessStaffMemberRequest as AccessStaffMemberRequest, type index_d$9_AccessStaffMemberResponse as AccessStaffMemberResponse, type index_d$9_AccessStaffMemberResponseNonNullableFields as AccessStaffMemberResponseNonNullableFields, type ActionEvent$5 as ActionEvent, type index_d$9_AllEvents as AllEvents, type BaseEventMetadata$8 as BaseEventMetadata, type index_d$9_CreateStaffMemberRequest as CreateStaffMemberRequest, type index_d$9_CreateStaffMemberResponse as CreateStaffMemberResponse, type index_d$9_CreateStaffMemberResponseNonNullableFields as CreateStaffMemberResponseNonNullableFields, type CursorPaging$4 as CursorPaging, type Cursors$5 as Cursors, type index_d$9_DeleteStaffMemberRequest as DeleteStaffMemberRequest, type index_d$9_DeleteStaffMemberResponse as DeleteStaffMemberResponse, 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 EventMetadata$3 as EventMetadata, type ExtendedFields$1 as ExtendedFields, index_d$9_Fieldset as Fieldset, type index_d$9_GetStaffMemberOptions as GetStaffMemberOptions, type index_d$9_GetStaffMemberRequest as GetStaffMemberRequest, type index_d$9_GetStaffMemberResponse as GetStaffMemberResponse, type index_d$9_GetStaffMemberResponseNonNullableFields as GetStaffMemberResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$9_JoinStaffMemberRequest as JoinStaffMemberRequest, type index_d$9_JoinStaffMemberResponse as JoinStaffMemberResponse, type index_d$9_JoinStaffMemberResponseNonNullableFields as JoinStaffMemberResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$5 as Paging, type PagingMetadataV2$5 as PagingMetadataV2, type index_d$9_QueryStaffMembersOptions as QueryStaffMembersOptions, type index_d$9_QueryStaffMembersRequest as QueryStaffMembersRequest, type index_d$9_QueryStaffMembersResponse as QueryStaffMembersResponse, type index_d$9_QueryStaffMembersResponseNonNullableFields as QueryStaffMembersResponseNonNullableFields, type QueryV2$5 as QueryV2, type QueryV2PagingMethodOneOf$5 as QueryV2PagingMethodOneOf, index_d$9_Scope as Scope, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type index_d$9_SpecificEvents as SpecificEvents, type index_d$9_StaffMember as StaffMember, type index_d$9_StaffMemberCreatedEnvelope as StaffMemberCreatedEnvelope, type index_d$9_StaffMemberDeletedEnvelope as StaffMemberDeletedEnvelope, type index_d$9_StaffMemberEventAccessOneOf as StaffMemberEventAccessOneOf, type index_d$9_StaffMemberNonNullableFields as StaffMemberNonNullableFields, type index_d$9_StaffMemberUpdatedEnvelope as StaffMemberUpdatedEnvelope, type index_d$9_StaffMembersQueryBuilder as StaffMembersQueryBuilder, type index_d$9_StaffMembersQueryResult as StaffMembersQueryResult, Status$4 as Status, type index_d$9_UpdateStaffMember as UpdateStaffMember, type index_d$9_UpdateStaffMemberRequest as UpdateStaffMemberRequest, type index_d$9_UpdateStaffMemberResponse as UpdateStaffMemberResponse, type index_d$9_UpdateStaffMemberResponseNonNullableFields as UpdateStaffMemberResponseNonNullableFields, WebhookIdentityType$9 as WebhookIdentityType, index_d$9_accessStaffMember as accessStaffMember, index_d$9_createStaffMember as createStaffMember, index_d$9_deleteStaffMember as deleteStaffMember, index_d$9_getStaffMember as getStaffMember, index_d$9_joinStaffMember as joinStaffMember, index_d$9_onStaffMemberCreated as onStaffMemberCreated, index_d$9_onStaffMemberDeleted as onStaffMemberDeleted, index_d$9_onStaffMemberUpdated as onStaffMemberUpdated, index_d$9_queryStaffMembers as queryStaffMembers, index_d$9_updateStaffMember as updateStaffMember };
5106
+ export { type index_d$9_AccessStaffMemberRequest as AccessStaffMemberRequest, type index_d$9_AccessStaffMemberResponse as AccessStaffMemberResponse, type index_d$9_AccessStaffMemberResponseNonNullableFields as AccessStaffMemberResponseNonNullableFields, type ActionEvent$5 as ActionEvent, type index_d$9_AllEvents as AllEvents, type BaseEventMetadata$8 as BaseEventMetadata, type index_d$9_CreateStaffMemberRequest as CreateStaffMemberRequest, type index_d$9_CreateStaffMemberResponse as CreateStaffMemberResponse, type index_d$9_CreateStaffMemberResponseNonNullableFields as CreateStaffMemberResponseNonNullableFields, type CursorPaging$4 as CursorPaging, type Cursors$5 as Cursors, type index_d$9_DeleteStaffMemberRequest as DeleteStaffMemberRequest, type index_d$9_DeleteStaffMemberResponse as DeleteStaffMemberResponse, 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 EventMetadata$3 as EventMetadata, type ExtendedFields$1 as ExtendedFields, index_d$9_Fieldset as Fieldset, type index_d$9_GetStaffMemberOptions as GetStaffMemberOptions, type index_d$9_GetStaffMemberRequest as GetStaffMemberRequest, type index_d$9_GetStaffMemberResponse as GetStaffMemberResponse, type index_d$9_GetStaffMemberResponseNonNullableFields as GetStaffMemberResponseNonNullableFields, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$9_JoinStaffMemberRequest as JoinStaffMemberRequest, type index_d$9_JoinStaffMemberResponse as JoinStaffMemberResponse, type index_d$9_JoinStaffMemberResponseNonNullableFields as JoinStaffMemberResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$5 as Paging, type PagingMetadataV2$5 as PagingMetadataV2, type index_d$9_QueryStaffMembersOptions as QueryStaffMembersOptions, type index_d$9_QueryStaffMembersRequest as QueryStaffMembersRequest, type index_d$9_QueryStaffMembersResponse as QueryStaffMembersResponse, type index_d$9_QueryStaffMembersResponseNonNullableFields as QueryStaffMembersResponseNonNullableFields, type QueryV2$5 as QueryV2, type QueryV2PagingMethodOneOf$5 as QueryV2PagingMethodOneOf, index_d$9_Scope as Scope, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, type index_d$9_SpecificEvents as SpecificEvents, type index_d$9_StaffMember as StaffMember, type index_d$9_StaffMemberCreatedEnvelope as StaffMemberCreatedEnvelope, type index_d$9_StaffMemberDeletedEnvelope as StaffMemberDeletedEnvelope, type index_d$9_StaffMemberEventAccessOneOf as StaffMemberEventAccessOneOf, type index_d$9_StaffMemberNonNullableFields as StaffMemberNonNullableFields, type index_d$9_StaffMemberUpdatedEnvelope as StaffMemberUpdatedEnvelope, type index_d$9_StaffMembersQueryBuilder as StaffMembersQueryBuilder, type index_d$9_StaffMembersQueryResult as StaffMembersQueryResult, Status$4 as Status, type index_d$9_UpdateStaffMember as UpdateStaffMember, type index_d$9_UpdateStaffMemberRequest as UpdateStaffMemberRequest, type index_d$9_UpdateStaffMemberResponse as UpdateStaffMemberResponse, type index_d$9_UpdateStaffMemberResponseNonNullableFields as UpdateStaffMemberResponseNonNullableFields, WebhookIdentityType$9 as WebhookIdentityType, type index_d$9__publicAccessStaffMemberType as _publicAccessStaffMemberType, type index_d$9__publicCreateStaffMemberType as _publicCreateStaffMemberType, type index_d$9__publicDeleteStaffMemberType as _publicDeleteStaffMemberType, type index_d$9__publicGetStaffMemberType as _publicGetStaffMemberType, type index_d$9__publicJoinStaffMemberType as _publicJoinStaffMemberType, type index_d$9__publicOnStaffMemberCreatedType as _publicOnStaffMemberCreatedType, type index_d$9__publicOnStaffMemberDeletedType as _publicOnStaffMemberDeletedType, type index_d$9__publicOnStaffMemberUpdatedType as _publicOnStaffMemberUpdatedType, type index_d$9__publicQueryStaffMembersType as _publicQueryStaffMembersType, type index_d$9__publicUpdateStaffMemberType as _publicUpdateStaffMemberType, index_d$9_accessStaffMember as accessStaffMember, index_d$9_createStaffMember as createStaffMember, index_d$9_deleteStaffMember as deleteStaffMember, index_d$9_getStaffMember as getStaffMember, index_d$9_joinStaffMember as joinStaffMember, index_d$9_onStaffMemberCreated as onStaffMemberCreated, index_d$9_onStaffMemberDeleted as onStaffMemberDeleted, index_d$9_onStaffMemberUpdated as onStaffMemberUpdated, onStaffMemberCreated$1 as publicOnStaffMemberCreated, onStaffMemberDeleted$1 as publicOnStaffMemberDeleted, onStaffMemberUpdated$1 as publicOnStaffMemberUpdated, index_d$9_queryStaffMembers as queryStaffMembers, index_d$9_updateStaffMember as updateStaffMember };
4992
5107
  }
4993
5108
 
4994
5109
  interface Category$3 {
@@ -5000,7 +5115,7 @@ interface Category$3 {
5000
5115
  /** Category name. */
5001
5116
  name?: string;
5002
5117
  /**
5003
- * Category creation timestamp.
5118
+ * Date and time when category was created.
5004
5119
  * @readonly
5005
5120
  */
5006
5121
  _createdDate?: Date;
@@ -5091,7 +5206,7 @@ interface BulkActionMetadata {
5091
5206
  undetailedFailures?: number;
5092
5207
  }
5093
5208
  interface UpdateCategoryRequest {
5094
- /** Category update. */
5209
+ /** Category to update. */
5095
5210
  category: Category$3;
5096
5211
  }
5097
5212
  interface UpdateCategoryResponse {
@@ -5105,7 +5220,7 @@ interface DeleteCategoryRequest {
5105
5220
  interface DeleteCategoryResponse {
5106
5221
  }
5107
5222
  interface QueryCategoriesRequest {
5108
- /** Query options. See [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language) for more details. */
5223
+ /** Options to use when querying categories. See [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language) for more details. */
5109
5224
  query: QueryV2$4;
5110
5225
  /**
5111
5226
  * Predefined sets of fields to return.
@@ -5194,7 +5309,7 @@ interface BulkAssignEventsRequest {
5194
5309
  eventId: string[];
5195
5310
  }
5196
5311
  interface BulkAssignEventsResponse {
5197
- /** Results. */
5312
+ /** Bulk assign results. */
5198
5313
  results?: BulkCategoryResult[];
5199
5314
  /** Metadata of results. */
5200
5315
  bulkActionMetadata?: BulkActionMetadata;
@@ -5256,9 +5371,9 @@ interface ReorderCategoryEventsRequest extends ReorderCategoryEventsRequestRefer
5256
5371
  beforeEventId?: string;
5257
5372
  /** Move the event after defined `eventId`. */
5258
5373
  afterEventId?: string;
5259
- /** Category ID */
5374
+ /** Category ID. */
5260
5375
  categoryId: string;
5261
- /** Event ID */
5376
+ /** Event ID. */
5262
5377
  eventId?: string;
5263
5378
  }
5264
5379
  /** @oneof */
@@ -5293,7 +5408,7 @@ interface DomainEvent$4 extends DomainEventBodyOneOf$4 {
5293
5408
  slug?: string;
5294
5409
  /** ID of the entity associated with the event. */
5295
5410
  entityId?: string;
5296
- /** Event timestamp. */
5411
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
5297
5412
  eventTime?: Date;
5298
5413
  /**
5299
5414
  * Whether the event was triggered as a result of a privacy regulation application
@@ -5322,6 +5437,9 @@ interface DomainEventBodyOneOf$4 {
5322
5437
  interface EntityCreatedEvent$4 {
5323
5438
  entity?: string;
5324
5439
  }
5440
+ interface RestoreInfo$3 {
5441
+ deletedDate?: Date;
5442
+ }
5325
5443
  interface EntityUpdatedEvent$4 {
5326
5444
  /**
5327
5445
  * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
@@ -5433,7 +5551,7 @@ interface UpdateCategory {
5433
5551
  /** Category name. */
5434
5552
  name?: string;
5435
5553
  /**
5436
- * Category creation timestamp.
5554
+ * Date and time when category was created.
5437
5555
  * @readonly
5438
5556
  */
5439
5557
  _createdDate?: Date;
@@ -5517,7 +5635,7 @@ interface BulkUnassignEventsAsyncOptions {
5517
5635
  filter: Record<string, any> | null;
5518
5636
  }
5519
5637
  interface ReorderCategoryEventsOptions extends ReorderCategoryEventsRequestReferenceEventOneOf {
5520
- /** Event ID */
5638
+ /** Event ID. */
5521
5639
  eventId?: string;
5522
5640
  /** Move the event before defined `eventId`. */
5523
5641
  beforeEventId?: string;
@@ -5525,21 +5643,48 @@ interface ReorderCategoryEventsOptions extends ReorderCategoryEventsRequestRefer
5525
5643
  afterEventId?: string;
5526
5644
  }
5527
5645
 
5646
+ declare function createCategory$1(httpClient: HttpClient): (category: Category$3) => Promise<Category$3 & CategoryNonNullableFields>;
5647
+ declare function bulkCreateCategory$1(httpClient: HttpClient): (categories: Category$3[]) => Promise<BulkCreateCategoryResponse & BulkCreateCategoryResponseNonNullableFields>;
5648
+ declare function updateCategory$1(httpClient: HttpClient): (_id: string, category: UpdateCategory) => Promise<Category$3 & CategoryNonNullableFields>;
5649
+ declare function deleteCategory$1(httpClient: HttpClient): (categoryId: string) => Promise<void>;
5650
+ declare function queryCategories$1(httpClient: HttpClient): (options?: QueryCategoriesOptions) => CategoriesQueryBuilder;
5651
+ declare function assignEvents$1(httpClient: HttpClient): (categoryId: string, eventId: string[]) => Promise<void>;
5652
+ declare function bulkAssignEvents$1(httpClient: HttpClient): (categoryId: string[], options: BulkAssignEventsOptions) => Promise<BulkAssignEventsResponse & BulkAssignEventsResponseNonNullableFields>;
5653
+ declare function bulkAssignEventsAsync$1(httpClient: HttpClient): (categoryId: string[], options: BulkAssignEventsAsyncOptions) => Promise<void>;
5654
+ declare function unassignEvents$1(httpClient: HttpClient): (categoryId: string, eventId: string[]) => Promise<void>;
5655
+ declare function bulkUnassignEvents$1(httpClient: HttpClient): (categoryId: string[], options?: BulkUnassignEventsOptions) => Promise<BulkUnassignEventsResponse & BulkUnassignEventsResponseNonNullableFields>;
5656
+ declare function bulkUnassignEventsAsync$1(httpClient: HttpClient): (categoryId: string[], options: BulkUnassignEventsAsyncOptions) => Promise<void>;
5657
+ declare function listEventCategories$1(httpClient: HttpClient): (eventId: string) => Promise<ListEventCategoriesResponse & ListEventCategoriesResponseNonNullableFields>;
5658
+ declare function reorderCategoryEvents$1(httpClient: HttpClient): (categoryId: string, options?: ReorderCategoryEventsOptions) => Promise<void>;
5659
+
5528
5660
  declare function createRESTModule$8<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
5529
5661
 
5530
- declare const createCategory: ReturnType<typeof createRESTModule$8<typeof publicCreateCategory>>;
5531
- declare const bulkCreateCategory: ReturnType<typeof createRESTModule$8<typeof publicBulkCreateCategory>>;
5532
- declare const updateCategory: ReturnType<typeof createRESTModule$8<typeof publicUpdateCategory>>;
5533
- declare const deleteCategory: ReturnType<typeof createRESTModule$8<typeof publicDeleteCategory>>;
5534
- declare const queryCategories: ReturnType<typeof createRESTModule$8<typeof publicQueryCategories>>;
5535
- declare const assignEvents: ReturnType<typeof createRESTModule$8<typeof publicAssignEvents>>;
5536
- declare const bulkAssignEvents: ReturnType<typeof createRESTModule$8<typeof publicBulkAssignEvents>>;
5537
- declare const bulkAssignEventsAsync: ReturnType<typeof createRESTModule$8<typeof publicBulkAssignEventsAsync>>;
5538
- declare const unassignEvents: ReturnType<typeof createRESTModule$8<typeof publicUnassignEvents>>;
5539
- declare const bulkUnassignEvents: ReturnType<typeof createRESTModule$8<typeof publicBulkUnassignEvents>>;
5540
- declare const bulkUnassignEventsAsync: ReturnType<typeof createRESTModule$8<typeof publicBulkUnassignEventsAsync>>;
5541
- declare const listEventCategories: ReturnType<typeof createRESTModule$8<typeof publicListEventCategories>>;
5542
- declare const reorderCategoryEvents: ReturnType<typeof createRESTModule$8<typeof publicReorderCategoryEvents>>;
5662
+ type _publicCreateCategoryType = typeof createCategory$1;
5663
+ declare const createCategory: ReturnType<typeof createRESTModule$8<_publicCreateCategoryType>>;
5664
+ type _publicBulkCreateCategoryType = typeof bulkCreateCategory$1;
5665
+ declare const bulkCreateCategory: ReturnType<typeof createRESTModule$8<_publicBulkCreateCategoryType>>;
5666
+ type _publicUpdateCategoryType = typeof updateCategory$1;
5667
+ declare const updateCategory: ReturnType<typeof createRESTModule$8<_publicUpdateCategoryType>>;
5668
+ type _publicDeleteCategoryType = typeof deleteCategory$1;
5669
+ declare const deleteCategory: ReturnType<typeof createRESTModule$8<_publicDeleteCategoryType>>;
5670
+ type _publicQueryCategoriesType = typeof queryCategories$1;
5671
+ declare const queryCategories: ReturnType<typeof createRESTModule$8<_publicQueryCategoriesType>>;
5672
+ type _publicAssignEventsType = typeof assignEvents$1;
5673
+ declare const assignEvents: ReturnType<typeof createRESTModule$8<_publicAssignEventsType>>;
5674
+ type _publicBulkAssignEventsType = typeof bulkAssignEvents$1;
5675
+ declare const bulkAssignEvents: ReturnType<typeof createRESTModule$8<_publicBulkAssignEventsType>>;
5676
+ type _publicBulkAssignEventsAsyncType = typeof bulkAssignEventsAsync$1;
5677
+ declare const bulkAssignEventsAsync: ReturnType<typeof createRESTModule$8<_publicBulkAssignEventsAsyncType>>;
5678
+ type _publicUnassignEventsType = typeof unassignEvents$1;
5679
+ declare const unassignEvents: ReturnType<typeof createRESTModule$8<_publicUnassignEventsType>>;
5680
+ type _publicBulkUnassignEventsType = typeof bulkUnassignEvents$1;
5681
+ declare const bulkUnassignEvents: ReturnType<typeof createRESTModule$8<_publicBulkUnassignEventsType>>;
5682
+ type _publicBulkUnassignEventsAsyncType = typeof bulkUnassignEventsAsync$1;
5683
+ declare const bulkUnassignEventsAsync: ReturnType<typeof createRESTModule$8<_publicBulkUnassignEventsAsyncType>>;
5684
+ type _publicListEventCategoriesType = typeof listEventCategories$1;
5685
+ declare const listEventCategories: ReturnType<typeof createRESTModule$8<_publicListEventCategoriesType>>;
5686
+ type _publicReorderCategoryEventsType = typeof reorderCategoryEvents$1;
5687
+ declare const reorderCategoryEvents: ReturnType<typeof createRESTModule$8<_publicReorderCategoryEventsType>>;
5543
5688
 
5544
5689
  type index_d$8_ApplicationError = ApplicationError;
5545
5690
  type index_d$8_AssignEventsRequest = AssignEventsRequest;
@@ -5591,6 +5736,19 @@ type index_d$8_UpdateCategory = UpdateCategory;
5591
5736
  type index_d$8_UpdateCategoryRequest = UpdateCategoryRequest;
5592
5737
  type index_d$8_UpdateCategoryResponse = UpdateCategoryResponse;
5593
5738
  type index_d$8_UpdateCategoryResponseNonNullableFields = UpdateCategoryResponseNonNullableFields;
5739
+ type index_d$8__publicAssignEventsType = _publicAssignEventsType;
5740
+ type index_d$8__publicBulkAssignEventsAsyncType = _publicBulkAssignEventsAsyncType;
5741
+ type index_d$8__publicBulkAssignEventsType = _publicBulkAssignEventsType;
5742
+ type index_d$8__publicBulkCreateCategoryType = _publicBulkCreateCategoryType;
5743
+ type index_d$8__publicBulkUnassignEventsAsyncType = _publicBulkUnassignEventsAsyncType;
5744
+ type index_d$8__publicBulkUnassignEventsType = _publicBulkUnassignEventsType;
5745
+ type index_d$8__publicCreateCategoryType = _publicCreateCategoryType;
5746
+ type index_d$8__publicDeleteCategoryType = _publicDeleteCategoryType;
5747
+ type index_d$8__publicListEventCategoriesType = _publicListEventCategoriesType;
5748
+ type index_d$8__publicQueryCategoriesType = _publicQueryCategoriesType;
5749
+ type index_d$8__publicReorderCategoryEventsType = _publicReorderCategoryEventsType;
5750
+ type index_d$8__publicUnassignEventsType = _publicUnassignEventsType;
5751
+ type index_d$8__publicUpdateCategoryType = _publicUpdateCategoryType;
5594
5752
  declare const index_d$8_assignEvents: typeof assignEvents;
5595
5753
  declare const index_d$8_bulkAssignEvents: typeof bulkAssignEvents;
5596
5754
  declare const index_d$8_bulkAssignEventsAsync: typeof bulkAssignEventsAsync;
@@ -5605,7 +5763,7 @@ declare const index_d$8_reorderCategoryEvents: typeof reorderCategoryEvents;
5605
5763
  declare const index_d$8_unassignEvents: typeof unassignEvents;
5606
5764
  declare const index_d$8_updateCategory: typeof updateCategory;
5607
5765
  declare namespace index_d$8 {
5608
- export { type ActionEvent$4 as ActionEvent, type index_d$8_ApplicationError as ApplicationError, type index_d$8_AssignEventsRequest as AssignEventsRequest, type index_d$8_AssignEventsResponse as AssignEventsResponse, type index_d$8_BulkActionMetadata as BulkActionMetadata, type index_d$8_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type index_d$8_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type index_d$8_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type index_d$8_BulkAssignEventsOptions as BulkAssignEventsOptions, type index_d$8_BulkAssignEventsRequest as BulkAssignEventsRequest, type index_d$8_BulkAssignEventsResponse as BulkAssignEventsResponse, type index_d$8_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type index_d$8_BulkCategoryResult as BulkCategoryResult, type index_d$8_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type index_d$8_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type index_d$8_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type index_d$8_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type index_d$8_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type index_d$8_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type index_d$8_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type index_d$8_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type index_d$8_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type index_d$8_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type index_d$8_CategoriesQueryBuilder as CategoriesQueryBuilder, type index_d$8_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, index_d$8_CategoryFieldset as CategoryFieldset, type index_d$8_CategoryNonNullableFields as CategoryNonNullableFields, type index_d$8_CreateCategoryRequest as CreateCategoryRequest, type index_d$8_CreateCategoryResponse as CreateCategoryResponse, type index_d$8_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$4 as Cursors, type index_d$8_DeleteCategoryRequest as DeleteCategoryRequest, type index_d$8_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type index_d$8_ItemMetadata as ItemMetadata, type index_d$8_ListEventCategoriesRequest as ListEventCategoriesRequest, type index_d$8_ListEventCategoriesResponse as ListEventCategoriesResponse, type index_d$8_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$8 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type index_d$8_QueryCategoriesOptions as QueryCategoriesOptions, type index_d$8_QueryCategoriesRequest as QueryCategoriesRequest, type index_d$8_QueryCategoriesResponse as QueryCategoriesResponse, type index_d$8_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type index_d$8_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type index_d$8_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type index_d$8_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type index_d$8_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, State$6 as State, type index_d$8_UnassignEventsRequest as UnassignEventsRequest, type index_d$8_UnassignEventsResponse as UnassignEventsResponse, type index_d$8_UpdateCategory as UpdateCategory, type index_d$8_UpdateCategoryRequest as UpdateCategoryRequest, type index_d$8_UpdateCategoryResponse as UpdateCategoryResponse, type index_d$8_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, index_d$8_assignEvents as assignEvents, index_d$8_bulkAssignEvents as bulkAssignEvents, index_d$8_bulkAssignEventsAsync as bulkAssignEventsAsync, index_d$8_bulkCreateCategory as bulkCreateCategory, index_d$8_bulkUnassignEvents as bulkUnassignEvents, index_d$8_bulkUnassignEventsAsync as bulkUnassignEventsAsync, index_d$8_createCategory as createCategory, index_d$8_deleteCategory as deleteCategory, index_d$8_listEventCategories as listEventCategories, index_d$8_queryCategories as queryCategories, index_d$8_reorderCategoryEvents as reorderCategoryEvents, index_d$8_unassignEvents as unassignEvents, index_d$8_updateCategory as updateCategory };
5766
+ export { type ActionEvent$4 as ActionEvent, type index_d$8_ApplicationError as ApplicationError, type index_d$8_AssignEventsRequest as AssignEventsRequest, type index_d$8_AssignEventsResponse as AssignEventsResponse, type index_d$8_BulkActionMetadata as BulkActionMetadata, type index_d$8_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type index_d$8_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type index_d$8_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type index_d$8_BulkAssignEventsOptions as BulkAssignEventsOptions, type index_d$8_BulkAssignEventsRequest as BulkAssignEventsRequest, type index_d$8_BulkAssignEventsResponse as BulkAssignEventsResponse, type index_d$8_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type index_d$8_BulkCategoryResult as BulkCategoryResult, type index_d$8_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type index_d$8_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type index_d$8_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type index_d$8_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type index_d$8_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type index_d$8_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type index_d$8_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type index_d$8_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type index_d$8_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type index_d$8_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type index_d$8_CategoriesQueryBuilder as CategoriesQueryBuilder, type index_d$8_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, index_d$8_CategoryFieldset as CategoryFieldset, type index_d$8_CategoryNonNullableFields as CategoryNonNullableFields, type index_d$8_CreateCategoryRequest as CreateCategoryRequest, type index_d$8_CreateCategoryResponse as CreateCategoryResponse, type index_d$8_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$4 as Cursors, type index_d$8_DeleteCategoryRequest as DeleteCategoryRequest, type index_d$8_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type index_d$8_ItemMetadata as ItemMetadata, type index_d$8_ListEventCategoriesRequest as ListEventCategoriesRequest, type index_d$8_ListEventCategoriesResponse as ListEventCategoriesResponse, type index_d$8_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$8 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type index_d$8_QueryCategoriesOptions as QueryCategoriesOptions, type index_d$8_QueryCategoriesRequest as QueryCategoriesRequest, type index_d$8_QueryCategoriesResponse as QueryCategoriesResponse, type index_d$8_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type index_d$8_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type index_d$8_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type index_d$8_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type index_d$8_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, type RestoreInfo$3 as RestoreInfo, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, State$6 as State, type index_d$8_UnassignEventsRequest as UnassignEventsRequest, type index_d$8_UnassignEventsResponse as UnassignEventsResponse, type index_d$8_UpdateCategory as UpdateCategory, type index_d$8_UpdateCategoryRequest as UpdateCategoryRequest, type index_d$8_UpdateCategoryResponse as UpdateCategoryResponse, type index_d$8_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$8 as WebhookIdentityType, type index_d$8__publicAssignEventsType as _publicAssignEventsType, type index_d$8__publicBulkAssignEventsAsyncType as _publicBulkAssignEventsAsyncType, type index_d$8__publicBulkAssignEventsType as _publicBulkAssignEventsType, type index_d$8__publicBulkCreateCategoryType as _publicBulkCreateCategoryType, type index_d$8__publicBulkUnassignEventsAsyncType as _publicBulkUnassignEventsAsyncType, type index_d$8__publicBulkUnassignEventsType as _publicBulkUnassignEventsType, type index_d$8__publicCreateCategoryType as _publicCreateCategoryType, type index_d$8__publicDeleteCategoryType as _publicDeleteCategoryType, type index_d$8__publicListEventCategoriesType as _publicListEventCategoriesType, type index_d$8__publicQueryCategoriesType as _publicQueryCategoriesType, type index_d$8__publicReorderCategoryEventsType as _publicReorderCategoryEventsType, type index_d$8__publicUnassignEventsType as _publicUnassignEventsType, type index_d$8__publicUpdateCategoryType as _publicUpdateCategoryType, index_d$8_assignEvents as assignEvents, index_d$8_bulkAssignEvents as bulkAssignEvents, index_d$8_bulkAssignEventsAsync as bulkAssignEventsAsync, index_d$8_bulkCreateCategory as bulkCreateCategory, index_d$8_bulkUnassignEvents as bulkUnassignEvents, index_d$8_bulkUnassignEventsAsync as bulkUnassignEventsAsync, index_d$8_createCategory as createCategory, index_d$8_deleteCategory as deleteCategory, index_d$8_listEventCategories as listEventCategories, index_d$8_queryCategories as queryCategories, index_d$8_reorderCategoryEvents as reorderCategoryEvents, index_d$8_unassignEvents as unassignEvents, index_d$8_updateCategory as updateCategory };
5609
5767
  }
5610
5768
 
5611
5769
  /**
@@ -6569,14 +6727,14 @@ interface SiteUrl$2 {
6569
6727
  }
6570
6728
  interface Dashboard$4 {
6571
6729
  /** Guest RSVP summary. */
6572
- rsvpSummary?: RsvpSummary$2;
6730
+ rsvpSummary?: RsvpSummary$3;
6573
6731
  /**
6574
6732
  * Summary of revenue and tickets sold.
6575
6733
  * (Archived orders are not included).
6576
6734
  */
6577
6735
  ticketingSummary?: TicketingSummary$2;
6578
6736
  }
6579
- interface RsvpSummary$2 {
6737
+ interface RsvpSummary$3 {
6580
6738
  /** Total number of RSVPs. */
6581
6739
  total?: number;
6582
6740
  /** Number of RSVPs with status `YES`. */
@@ -6738,26 +6896,33 @@ interface Category$2 {
6738
6896
  /** Category name. */
6739
6897
  name?: string;
6740
6898
  /**
6741
- * Category creation timestamp.
6899
+ * Date and time when category was created.
6742
6900
  * @readonly
6743
6901
  */
6744
6902
  _createdDate?: Date;
6745
6903
  /**
6746
- * Assigned and assigned draft event counts.
6904
+ * The total number of draft and published events assigned to the category.
6747
6905
  * @readonly
6748
6906
  */
6749
6907
  counts?: CategoryCounts$2;
6750
6908
  /**
6751
- * Category state. Default - MANUAL.
6752
- * WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use other states.
6753
- * Field will be ignored on update requests.
6909
+ * Category state. Possible values:
6910
+ *
6911
+ * `MANUAL`: Category is created manually by the user.
6912
+ * `AUTO`: Category is created automatically.
6913
+ * `RECURRING_EVENT`: Category is created automatically when publishing recurring events.
6914
+ * `HIDDEN`: Category can't be seen.
6915
+ *
6916
+ * Default: `MANUAL`.
6917
+ *
6918
+ * **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
6754
6919
  */
6755
6920
  states?: State$5[];
6756
6921
  }
6757
6922
  interface CategoryCounts$2 {
6758
- /** Assigned events count. Deleted events are excluded. */
6923
+ /** Total number of draft events assigned to the category. */
6759
6924
  assignedEventsCount?: number | null;
6760
- /** Assigned draft events count. */
6925
+ /** Total number of published events assigned to the category. Deleted events are excluded. */
6761
6926
  assignedDraftEventsCount?: number | null;
6762
6927
  }
6763
6928
  declare enum State$5 {
@@ -7069,18 +7234,36 @@ interface UpdateMessagesOptions {
7069
7234
  messages?: FormMessages$2;
7070
7235
  }
7071
7236
 
7237
+ declare function getForm$1(httpClient: HttpClient): (eventId: string) => Promise<Form$2 & FormNonNullableFields$1>;
7238
+ declare function addControl$1(httpClient: HttpClient): (eventId: string, options?: AddControlOptions) => Promise<AddControlResponse & AddControlResponseNonNullableFields>;
7239
+ declare function updateControl$1(httpClient: HttpClient): (identifiers: UpdateControlIdentifiers, options?: UpdateControlOptions) => Promise<UpdateControlResponse & UpdateControlResponseNonNullableFields>;
7240
+ declare function deleteControl$1(httpClient: HttpClient): (identifiers: DeleteControlIdentifiers) => Promise<DeleteControlResponse & DeleteControlResponseNonNullableFields>;
7241
+ declare function updateMessages$1(httpClient: HttpClient): (eventId: string, options?: UpdateMessagesOptions) => Promise<UpdateMessagesResponse & UpdateMessagesResponseNonNullableFields>;
7242
+ declare function publishDraft$1(httpClient: HttpClient): (eventId: string) => Promise<PublishDraftResponse & PublishDraftResponseNonNullableFields>;
7243
+ declare function discardDraft$1(httpClient: HttpClient): (eventId: string) => Promise<void>;
7244
+ declare const onFormEventUpdated$1: EventDefinition<FormEventUpdatedEnvelope, "wix.events.events.EventUpdated">;
7245
+
7072
7246
  declare function createRESTModule$7<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
7073
7247
 
7074
7248
  declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
7075
7249
 
7076
- declare const getForm: ReturnType<typeof createRESTModule$7<typeof publicGetForm>>;
7077
- declare const addControl: ReturnType<typeof createRESTModule$7<typeof publicAddControl>>;
7078
- declare const updateControl: ReturnType<typeof createRESTModule$7<typeof publicUpdateControl>>;
7079
- declare const deleteControl: ReturnType<typeof createRESTModule$7<typeof publicDeleteControl>>;
7080
- declare const updateMessages: ReturnType<typeof createRESTModule$7<typeof publicUpdateMessages>>;
7081
- declare const publishDraft: ReturnType<typeof createRESTModule$7<typeof publicPublishDraft>>;
7082
- declare const discardDraft: ReturnType<typeof createRESTModule$7<typeof publicDiscardDraft>>;
7083
- declare const onFormEventUpdated: ReturnType<typeof createEventModule$7<typeof publicOnFormEventUpdated>>;
7250
+ type _publicGetFormType = typeof getForm$1;
7251
+ declare const getForm: ReturnType<typeof createRESTModule$7<_publicGetFormType>>;
7252
+ type _publicAddControlType = typeof addControl$1;
7253
+ declare const addControl: ReturnType<typeof createRESTModule$7<_publicAddControlType>>;
7254
+ type _publicUpdateControlType = typeof updateControl$1;
7255
+ declare const updateControl: ReturnType<typeof createRESTModule$7<_publicUpdateControlType>>;
7256
+ type _publicDeleteControlType = typeof deleteControl$1;
7257
+ declare const deleteControl: ReturnType<typeof createRESTModule$7<_publicDeleteControlType>>;
7258
+ type _publicUpdateMessagesType = typeof updateMessages$1;
7259
+ declare const updateMessages: ReturnType<typeof createRESTModule$7<_publicUpdateMessagesType>>;
7260
+ type _publicPublishDraftType = typeof publishDraft$1;
7261
+ declare const publishDraft: ReturnType<typeof createRESTModule$7<_publicPublishDraftType>>;
7262
+ type _publicDiscardDraftType = typeof discardDraft$1;
7263
+ declare const discardDraft: ReturnType<typeof createRESTModule$7<_publicDiscardDraftType>>;
7264
+
7265
+ type _publicOnFormEventUpdatedType = typeof onFormEventUpdated$1;
7266
+ declare const onFormEventUpdated: ReturnType<typeof createEventModule$7<_publicOnFormEventUpdatedType>>;
7084
7267
 
7085
7268
  type index_d$7_AddControlOptions = AddControlOptions;
7086
7269
  type index_d$7_AddControlRequest = AddControlRequest;
@@ -7126,6 +7309,14 @@ type index_d$7_UpdateMessagesOptions = UpdateMessagesOptions;
7126
7309
  type index_d$7_UpdateMessagesRequest = UpdateMessagesRequest;
7127
7310
  type index_d$7_UpdateMessagesResponse = UpdateMessagesResponse;
7128
7311
  type index_d$7_UpdateMessagesResponseNonNullableFields = UpdateMessagesResponseNonNullableFields;
7312
+ type index_d$7__publicAddControlType = _publicAddControlType;
7313
+ type index_d$7__publicDeleteControlType = _publicDeleteControlType;
7314
+ type index_d$7__publicDiscardDraftType = _publicDiscardDraftType;
7315
+ type index_d$7__publicGetFormType = _publicGetFormType;
7316
+ type index_d$7__publicOnFormEventUpdatedType = _publicOnFormEventUpdatedType;
7317
+ type index_d$7__publicPublishDraftType = _publicPublishDraftType;
7318
+ type index_d$7__publicUpdateControlType = _publicUpdateControlType;
7319
+ type index_d$7__publicUpdateMessagesType = _publicUpdateMessagesType;
7129
7320
  declare const index_d$7_addControl: typeof addControl;
7130
7321
  declare const index_d$7_deleteControl: typeof deleteControl;
7131
7322
  declare const index_d$7_discardDraft: typeof discardDraft;
@@ -7135,7 +7326,7 @@ declare const index_d$7_publishDraft: typeof publishDraft;
7135
7326
  declare const index_d$7_updateControl: typeof updateControl;
7136
7327
  declare const index_d$7_updateMessages: typeof updateMessages;
7137
7328
  declare namespace index_d$7 {
7138
- export { type ActionEvent$3 as ActionEvent, type index_d$7_AddControlOptions as AddControlOptions, type index_d$7_AddControlRequest as AddControlRequest, type index_d$7_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type index_d$7_AddControlResponse as AddControlResponse, type index_d$7_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type index_d$7_AdditionalGuestsControl as AdditionalGuestsControl, type Address$6 as Address, type index_d$7_AddressControl as AddressControl, type index_d$7_AddressControlLabels as AddressControlLabels, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$7 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type index_d$7_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type index_d$7_DateControl as DateControl, type index_d$7_DeleteControlIdentifiers as DeleteControlIdentifiers, type index_d$7_DeleteControlRequest as DeleteControlRequest, type index_d$7_DeleteControlResponse as DeleteControlResponse, type index_d$7_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type index_d$7_DiscardDraftRequest as DiscardDraftRequest, type index_d$7_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$7_DropdownControl as DropdownControl, type index_d$7_EmailControl as EmailControl, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$3 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$7_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type index_d$7_FormInputControlAdded as FormInputControlAdded, type index_d$7_FormInputControlDeleted as FormInputControlDeleted, type index_d$7_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type index_d$7_GetFormRequest as GetFormRequest, type index_d$7_GetFormResponse as GetFormResponse, type index_d$7_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 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$7_Labels as Labels, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type MessageEnvelope$7 as MessageEnvelope, type Money$5 as Money, type index_d$7_NameControl as NameControl, type index_d$7_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$3 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$7_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type index_d$7_PublishDraftRequest as PublishDraftRequest, type index_d$7_PublishDraftResponse as PublishDraftResponse, type index_d$7_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type index_d$7_RadioButtonControl as RadioButtonControl, type Recurrences$3 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$2 as RestoreInfo, type RsvpCollection$2 as RsvpCollection, type RsvpCollectionConfig$2 as RsvpCollectionConfig, type RsvpFormMessages$2 as RsvpFormMessages, RsvpStatusOptions$2 as RsvpStatusOptions, type RsvpSummary$2 as RsvpSummary, type ScheduleConfig$3 as ScheduleConfig, type Scheduling$2 as Scheduling, type SeoSchema$2 as SeoSchema, type SeoSettings$2 as SeoSettings, type Settings$2 as Settings, type SiteUrl$2 as SiteUrl, State$5 as State, Status$3 as Status, type StreetAddress$6 as StreetAddress, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type Tag$2 as Tag, type TaxConfig$2 as TaxConfig, TaxType$3 as TaxType, type index_d$7_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$7_UpdateControlIdentifiers as UpdateControlIdentifiers, type index_d$7_UpdateControlOptions as UpdateControlOptions, type index_d$7_UpdateControlRequest as UpdateControlRequest, type index_d$7_UpdateControlRequestControlOneOf as UpdateControlRequestControlOneOf, type index_d$7_UpdateControlResponse as UpdateControlResponse, type index_d$7_UpdateControlResponseNonNullableFields as UpdateControlResponseNonNullableFields, type index_d$7_UpdateMessagesOptions as UpdateMessagesOptions, type index_d$7_UpdateMessagesRequest as UpdateMessagesRequest, type index_d$7_UpdateMessagesResponse as UpdateMessagesResponse, type index_d$7_UpdateMessagesResponseNonNullableFields as UpdateMessagesResponseNonNullableFields, ValueType$2 as ValueType, VisitorType$2 as VisitorType, WebhookIdentityType$7 as WebhookIdentityType, index_d$7_addControl as addControl, index_d$7_deleteControl as deleteControl, index_d$7_discardDraft as discardDraft, index_d$7_getForm as getForm, index_d$7_onFormEventUpdated as onFormEventUpdated, index_d$7_publishDraft as publishDraft, index_d$7_updateControl as updateControl, index_d$7_updateMessages as updateMessages };
7329
+ export { type ActionEvent$3 as ActionEvent, type index_d$7_AddControlOptions as AddControlOptions, type index_d$7_AddControlRequest as AddControlRequest, type index_d$7_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type index_d$7_AddControlResponse as AddControlResponse, type index_d$7_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type index_d$7_AdditionalGuestsControl as AdditionalGuestsControl, type Address$6 as Address, type index_d$7_AddressControl as AddressControl, type index_d$7_AddressControlLabels as AddressControlLabels, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$7 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type index_d$7_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type index_d$7_DateControl as DateControl, type index_d$7_DeleteControlIdentifiers as DeleteControlIdentifiers, type index_d$7_DeleteControlRequest as DeleteControlRequest, type index_d$7_DeleteControlResponse as DeleteControlResponse, type index_d$7_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type index_d$7_DiscardDraftRequest as DiscardDraftRequest, type index_d$7_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$7_DropdownControl as DropdownControl, type index_d$7_EmailControl as EmailControl, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$3 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$7_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type index_d$7_FormInputControlAdded as FormInputControlAdded, type index_d$7_FormInputControlDeleted as FormInputControlDeleted, type index_d$7_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type index_d$7_GetFormRequest as GetFormRequest, type index_d$7_GetFormResponse as GetFormResponse, type index_d$7_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 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$7_Labels as Labels, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type MessageEnvelope$7 as MessageEnvelope, type Money$5 as Money, type index_d$7_NameControl as NameControl, type index_d$7_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$3 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$7_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type index_d$7_PublishDraftRequest as PublishDraftRequest, type index_d$7_PublishDraftResponse as PublishDraftResponse, type index_d$7_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type index_d$7_RadioButtonControl as RadioButtonControl, type Recurrences$3 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$2 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$3 as ScheduleConfig, type Scheduling$2 as Scheduling, type SeoSchema$2 as SeoSchema, type SeoSettings$2 as SeoSettings, type Settings$2 as Settings, type SiteUrl$2 as SiteUrl, State$5 as State, Status$3 as Status, type StreetAddress$6 as StreetAddress, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type Tag$2 as Tag, type TaxConfig$2 as TaxConfig, TaxType$3 as TaxType, type index_d$7_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$7_UpdateControlIdentifiers as UpdateControlIdentifiers, type index_d$7_UpdateControlOptions as UpdateControlOptions, type index_d$7_UpdateControlRequest as UpdateControlRequest, type index_d$7_UpdateControlRequestControlOneOf as UpdateControlRequestControlOneOf, type index_d$7_UpdateControlResponse as UpdateControlResponse, type index_d$7_UpdateControlResponseNonNullableFields as UpdateControlResponseNonNullableFields, type index_d$7_UpdateMessagesOptions as UpdateMessagesOptions, type index_d$7_UpdateMessagesRequest as UpdateMessagesRequest, type index_d$7_UpdateMessagesResponse as UpdateMessagesResponse, type index_d$7_UpdateMessagesResponseNonNullableFields as UpdateMessagesResponseNonNullableFields, ValueType$2 as ValueType, VisitorType$2 as VisitorType, WebhookIdentityType$7 as WebhookIdentityType, type index_d$7__publicAddControlType as _publicAddControlType, type index_d$7__publicDeleteControlType as _publicDeleteControlType, type index_d$7__publicDiscardDraftType as _publicDiscardDraftType, type index_d$7__publicGetFormType as _publicGetFormType, type index_d$7__publicOnFormEventUpdatedType as _publicOnFormEventUpdatedType, type index_d$7__publicPublishDraftType as _publicPublishDraftType, type index_d$7__publicUpdateControlType as _publicUpdateControlType, type index_d$7__publicUpdateMessagesType as _publicUpdateMessagesType, index_d$7_addControl as addControl, index_d$7_deleteControl as deleteControl, index_d$7_discardDraft as discardDraft, index_d$7_getForm as getForm, index_d$7_onFormEventUpdated as onFormEventUpdated, onFormEventUpdated$1 as publicOnFormEventUpdated, index_d$7_publishDraft as publishDraft, index_d$7_updateControl as updateControl, index_d$7_updateMessages as updateMessages };
7139
7330
  }
7140
7331
 
7141
7332
  interface Order {
@@ -9149,31 +9340,80 @@ interface PosCheckoutOptions {
9149
9340
  paymentDetailsId?: string | null;
9150
9341
  }
9151
9342
 
9343
+ declare function listOrders$1(httpClient: HttpClient): (options?: ListOrdersOptions) => Promise<ListOrdersResponse & ListOrdersResponseNonNullableFields>;
9344
+ declare function getOrder$1(httpClient: HttpClient): (identifiers: GetOrderIdentifiers, options?: GetOrderOptions) => Promise<Order & OrderNonNullableFields>;
9345
+ declare function updateOrder$1(httpClient: HttpClient): (identifiers: UpdateOrderIdentifiers, options?: UpdateOrderOptions) => Promise<UpdateOrderResponse & UpdateOrderResponseNonNullableFields>;
9346
+ declare function bulkUpdateOrders$1(httpClient: HttpClient): (eventId: string, options?: BulkUpdateOrdersOptions) => Promise<BulkUpdateOrdersResponse & BulkUpdateOrdersResponseNonNullableFields>;
9347
+ declare function confirmOrder$1(httpClient: HttpClient): (eventId: string, options?: ConfirmOrderOptions) => Promise<ConfirmOrderResponse & ConfirmOrderResponseNonNullableFields>;
9348
+ declare function getSummary$1(httpClient: HttpClient): (options?: GetSummaryOptions) => Promise<GetSummaryResponse & GetSummaryResponseNonNullableFields>;
9349
+ declare function getCheckoutOptions$1(httpClient: HttpClient): () => Promise<GetCheckoutOptionsResponse & GetCheckoutOptionsResponseNonNullableFields>;
9350
+ declare function listAvailableTickets$1(httpClient: HttpClient): (options?: ListAvailableTicketsOptions) => Promise<ListAvailableTicketsResponse & ListAvailableTicketsResponseNonNullableFields>;
9351
+ declare function queryAvailableTickets$1(httpClient: HttpClient): (options?: QueryAvailableTicketsOptions) => Promise<QueryAvailableTicketsResponse & QueryAvailableTicketsResponseNonNullableFields>;
9352
+ declare function createReservation$1(httpClient: HttpClient): (eventId: string, options?: CreateReservationOptions) => Promise<CreateReservationResponse & CreateReservationResponseNonNullableFields>;
9353
+ declare function cancelReservation$1(httpClient: HttpClient): (_id: string, eventId: string) => Promise<void>;
9354
+ declare function getInvoice$1(httpClient: HttpClient): (reservationId: string, eventId: string, options?: GetInvoiceOptions) => Promise<GetInvoiceResponse & GetInvoiceResponseNonNullableFields>;
9355
+ declare function checkout$1(httpClient: HttpClient): (eventId: string, options?: CheckoutOptionsForRequest) => Promise<CheckoutResponse & CheckoutResponseNonNullableFields>;
9356
+ declare function updateCheckout$1(httpClient: HttpClient): (orderNumber: string, eventId: string, options?: UpdateCheckoutOptions) => Promise<UpdateCheckoutResponse & UpdateCheckoutResponseNonNullableFields>;
9357
+ declare function posCheckout$1(httpClient: HttpClient): (eventId: string, options?: PosCheckoutOptions) => Promise<PosCheckoutResponse & PosCheckoutResponseNonNullableFields>;
9358
+ declare const onOrderDeleted$1: EventDefinition<OrderDeletedEnvelope, "wix.events.ticketing.events.OrderDeleted">;
9359
+ declare const onOrderUpdated$1: EventDefinition<OrderUpdatedEnvelope, "wix.events.ticketing.events.OrderUpdated">;
9360
+ declare const onOrderConfirmed$1: EventDefinition<OrderConfirmedEnvelope, "wix.events.ticketing.events.OrderConfirmed">;
9361
+ declare const onOrderReservationCreated$1: EventDefinition<OrderReservationCreatedEnvelope, "wix.events.ticketing.events.ReservationCreated">;
9362
+ declare const onOrderReservationUpdated$1: EventDefinition<OrderReservationUpdatedEnvelope, "wix.events.ticketing.events.ReservationUpdated">;
9363
+ declare const onOrderInitiated$1: EventDefinition<OrderInitiatedEnvelope, "wix.events.ticketing.events.OrderInitiated">;
9364
+
9152
9365
  declare function createRESTModule$6<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
9153
9366
 
9154
9367
  declare function createEventModule$6<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
9155
9368
 
9156
- declare const listOrders: ReturnType<typeof createRESTModule$6<typeof publicListOrders>>;
9157
- declare const getOrder: ReturnType<typeof createRESTModule$6<typeof publicGetOrder>>;
9158
- declare const updateOrder: ReturnType<typeof createRESTModule$6<typeof publicUpdateOrder>>;
9159
- declare const bulkUpdateOrders: ReturnType<typeof createRESTModule$6<typeof publicBulkUpdateOrders>>;
9160
- declare const confirmOrder: ReturnType<typeof createRESTModule$6<typeof publicConfirmOrder>>;
9161
- declare const getSummary: ReturnType<typeof createRESTModule$6<typeof publicGetSummary>>;
9162
- declare const getCheckoutOptions: ReturnType<typeof createRESTModule$6<typeof publicGetCheckoutOptions>>;
9163
- declare const listAvailableTickets: ReturnType<typeof createRESTModule$6<typeof publicListAvailableTickets>>;
9164
- declare const queryAvailableTickets: ReturnType<typeof createRESTModule$6<typeof publicQueryAvailableTickets>>;
9165
- declare const createReservation: ReturnType<typeof createRESTModule$6<typeof publicCreateReservation>>;
9166
- declare const cancelReservation: ReturnType<typeof createRESTModule$6<typeof publicCancelReservation>>;
9167
- declare const getInvoice: ReturnType<typeof createRESTModule$6<typeof publicGetInvoice>>;
9168
- declare const checkout: ReturnType<typeof createRESTModule$6<typeof publicCheckout>>;
9169
- declare const updateCheckout: ReturnType<typeof createRESTModule$6<typeof publicUpdateCheckout>>;
9170
- declare const posCheckout: ReturnType<typeof createRESTModule$6<typeof publicPosCheckout>>;
9171
- declare const onOrderDeleted: ReturnType<typeof createEventModule$6<typeof publicOnOrderDeleted>>;
9172
- declare const onOrderUpdated: ReturnType<typeof createEventModule$6<typeof publicOnOrderUpdated>>;
9173
- declare const onOrderConfirmed: ReturnType<typeof createEventModule$6<typeof publicOnOrderConfirmed>>;
9174
- declare const onOrderReservationCreated: ReturnType<typeof createEventModule$6<typeof publicOnOrderReservationCreated>>;
9175
- declare const onOrderReservationUpdated: ReturnType<typeof createEventModule$6<typeof publicOnOrderReservationUpdated>>;
9176
- declare const onOrderInitiated: ReturnType<typeof createEventModule$6<typeof publicOnOrderInitiated>>;
9369
+ type _publicListOrdersType = typeof listOrders$1;
9370
+ declare const listOrders: ReturnType<typeof createRESTModule$6<_publicListOrdersType>>;
9371
+ type _publicGetOrderType = typeof getOrder$1;
9372
+ declare const getOrder: ReturnType<typeof createRESTModule$6<_publicGetOrderType>>;
9373
+ type _publicUpdateOrderType = typeof updateOrder$1;
9374
+ declare const updateOrder: ReturnType<typeof createRESTModule$6<_publicUpdateOrderType>>;
9375
+ type _publicBulkUpdateOrdersType = typeof bulkUpdateOrders$1;
9376
+ declare const bulkUpdateOrders: ReturnType<typeof createRESTModule$6<_publicBulkUpdateOrdersType>>;
9377
+ type _publicConfirmOrderType = typeof confirmOrder$1;
9378
+ declare const confirmOrder: ReturnType<typeof createRESTModule$6<_publicConfirmOrderType>>;
9379
+ type _publicGetSummaryType = typeof getSummary$1;
9380
+ declare const getSummary: ReturnType<typeof createRESTModule$6<_publicGetSummaryType>>;
9381
+ type _publicGetCheckoutOptionsType = typeof getCheckoutOptions$1;
9382
+ declare const getCheckoutOptions: ReturnType<typeof createRESTModule$6<_publicGetCheckoutOptionsType>>;
9383
+ type _publicListAvailableTicketsType = typeof listAvailableTickets$1;
9384
+ declare const listAvailableTickets: ReturnType<typeof createRESTModule$6<_publicListAvailableTicketsType>>;
9385
+ type _publicQueryAvailableTicketsType = typeof queryAvailableTickets$1;
9386
+ declare const queryAvailableTickets: ReturnType<typeof createRESTModule$6<_publicQueryAvailableTicketsType>>;
9387
+ type _publicCreateReservationType = typeof createReservation$1;
9388
+ declare const createReservation: ReturnType<typeof createRESTModule$6<_publicCreateReservationType>>;
9389
+ type _publicCancelReservationType = typeof cancelReservation$1;
9390
+ declare const cancelReservation: ReturnType<typeof createRESTModule$6<_publicCancelReservationType>>;
9391
+ type _publicGetInvoiceType = typeof getInvoice$1;
9392
+ declare const getInvoice: ReturnType<typeof createRESTModule$6<_publicGetInvoiceType>>;
9393
+ type _publicCheckoutType = typeof checkout$1;
9394
+ declare const checkout: ReturnType<typeof createRESTModule$6<_publicCheckoutType>>;
9395
+ type _publicUpdateCheckoutType = typeof updateCheckout$1;
9396
+ declare const updateCheckout: ReturnType<typeof createRESTModule$6<_publicUpdateCheckoutType>>;
9397
+ type _publicPosCheckoutType = typeof posCheckout$1;
9398
+ declare const posCheckout: ReturnType<typeof createRESTModule$6<_publicPosCheckoutType>>;
9399
+
9400
+ type _publicOnOrderDeletedType = typeof onOrderDeleted$1;
9401
+ declare const onOrderDeleted: ReturnType<typeof createEventModule$6<_publicOnOrderDeletedType>>;
9402
+
9403
+ type _publicOnOrderUpdatedType = typeof onOrderUpdated$1;
9404
+ declare const onOrderUpdated: ReturnType<typeof createEventModule$6<_publicOnOrderUpdatedType>>;
9405
+
9406
+ type _publicOnOrderConfirmedType = typeof onOrderConfirmed$1;
9407
+ declare const onOrderConfirmed: ReturnType<typeof createEventModule$6<_publicOnOrderConfirmedType>>;
9408
+
9409
+ type _publicOnOrderReservationCreatedType = typeof onOrderReservationCreated$1;
9410
+ declare const onOrderReservationCreated: ReturnType<typeof createEventModule$6<_publicOnOrderReservationCreatedType>>;
9411
+
9412
+ type _publicOnOrderReservationUpdatedType = typeof onOrderReservationUpdated$1;
9413
+ declare const onOrderReservationUpdated: ReturnType<typeof createEventModule$6<_publicOnOrderReservationUpdatedType>>;
9414
+
9415
+ type _publicOnOrderInitiatedType = typeof onOrderInitiated$1;
9416
+ declare const onOrderInitiated: ReturnType<typeof createEventModule$6<_publicOnOrderInitiatedType>>;
9177
9417
 
9178
9418
  type index_d$6_BulkUpdateOrdersOptions = BulkUpdateOrdersOptions;
9179
9419
  type index_d$6_BulkUpdateOrdersRequest = BulkUpdateOrdersRequest;
@@ -9286,6 +9526,27 @@ type index_d$6_UpdateOrderOptions = UpdateOrderOptions;
9286
9526
  type index_d$6_UpdateOrderRequest = UpdateOrderRequest;
9287
9527
  type index_d$6_UpdateOrderResponse = UpdateOrderResponse;
9288
9528
  type index_d$6_UpdateOrderResponseNonNullableFields = UpdateOrderResponseNonNullableFields;
9529
+ type index_d$6__publicBulkUpdateOrdersType = _publicBulkUpdateOrdersType;
9530
+ type index_d$6__publicCancelReservationType = _publicCancelReservationType;
9531
+ type index_d$6__publicCheckoutType = _publicCheckoutType;
9532
+ type index_d$6__publicConfirmOrderType = _publicConfirmOrderType;
9533
+ type index_d$6__publicCreateReservationType = _publicCreateReservationType;
9534
+ type index_d$6__publicGetCheckoutOptionsType = _publicGetCheckoutOptionsType;
9535
+ type index_d$6__publicGetInvoiceType = _publicGetInvoiceType;
9536
+ type index_d$6__publicGetOrderType = _publicGetOrderType;
9537
+ type index_d$6__publicGetSummaryType = _publicGetSummaryType;
9538
+ type index_d$6__publicListAvailableTicketsType = _publicListAvailableTicketsType;
9539
+ type index_d$6__publicListOrdersType = _publicListOrdersType;
9540
+ type index_d$6__publicOnOrderConfirmedType = _publicOnOrderConfirmedType;
9541
+ type index_d$6__publicOnOrderDeletedType = _publicOnOrderDeletedType;
9542
+ type index_d$6__publicOnOrderInitiatedType = _publicOnOrderInitiatedType;
9543
+ type index_d$6__publicOnOrderReservationCreatedType = _publicOnOrderReservationCreatedType;
9544
+ type index_d$6__publicOnOrderReservationUpdatedType = _publicOnOrderReservationUpdatedType;
9545
+ type index_d$6__publicOnOrderUpdatedType = _publicOnOrderUpdatedType;
9546
+ type index_d$6__publicPosCheckoutType = _publicPosCheckoutType;
9547
+ type index_d$6__publicQueryAvailableTicketsType = _publicQueryAvailableTicketsType;
9548
+ type index_d$6__publicUpdateCheckoutType = _publicUpdateCheckoutType;
9549
+ type index_d$6__publicUpdateOrderType = _publicUpdateOrderType;
9289
9550
  declare const index_d$6_bulkUpdateOrders: typeof bulkUpdateOrders;
9290
9551
  declare const index_d$6_cancelReservation: typeof cancelReservation;
9291
9552
  declare const index_d$6_checkout: typeof checkout;
@@ -9308,7 +9569,7 @@ declare const index_d$6_queryAvailableTickets: typeof queryAvailableTickets;
9308
9569
  declare const index_d$6_updateCheckout: typeof updateCheckout;
9309
9570
  declare const index_d$6_updateOrder: typeof updateOrder;
9310
9571
  declare namespace index_d$6 {
9311
- export { type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, type BaseEventMetadata$6 as BaseEventMetadata, type index_d$6_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$6_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$6_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$6_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type index_d$6_Buyer as Buyer, type CalendarLinks$3 as CalendarLinks, type index_d$6_CancelReservationRequest as CancelReservationRequest, type index_d$6_CancelReservationResponse as CancelReservationResponse, ChannelType$1 as ChannelType, type CheckIn$2 as CheckIn, type index_d$6_CheckoutOptions as CheckoutOptions, type index_d$6_CheckoutOptionsForRequest as CheckoutOptionsForRequest, type index_d$6_CheckoutRequest as CheckoutRequest, type index_d$6_CheckoutResponse as CheckoutResponse, type index_d$6_CheckoutResponseNonNullableFields as CheckoutResponseNonNullableFields, type index_d$6_ConfirmOrderOptions as ConfirmOrderOptions, type index_d$6_ConfirmOrderRequest as ConfirmOrderRequest, type index_d$6_ConfirmOrderResponse as ConfirmOrderResponse, type index_d$6_ConfirmOrderResponseNonNullableFields as ConfirmOrderResponseNonNullableFields, type Counts$2 as Counts, type index_d$6_CouponDiscount as CouponDiscount, type index_d$6_CreateReservationOptions as CreateReservationOptions, type index_d$6_CreateReservationRequest as CreateReservationRequest, type index_d$6_CreateReservationResponse as CreateReservationResponse, type index_d$6_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type Dashboard$3 as Dashboard, type index_d$6_Discount as Discount, type index_d$6_DiscountErrors as DiscountErrors, type index_d$6_DiscountItem as DiscountItem, type index_d$6_DiscountItemDiscountOneOf as DiscountItemDiscountOneOf, type index_d$6_DiscountRequest as DiscountRequest, type index_d$6_Error as Error, type FacetCounts$5 as FacetCounts, type index_d$6_Fee as Fee, index_d$6_FeeName as FeeName, FeeType$1 as FeeType, type FormResponse$2 as FormResponse, type FormattedAddress$2 as FormattedAddress, type index_d$6_GetCheckoutOptionsRequest as GetCheckoutOptionsRequest, type index_d$6_GetCheckoutOptionsResponse as GetCheckoutOptionsResponse, type index_d$6_GetCheckoutOptionsResponseNonNullableFields as GetCheckoutOptionsResponseNonNullableFields, type index_d$6_GetInvoiceOptions as GetInvoiceOptions, type index_d$6_GetInvoicePreviewRequest as GetInvoicePreviewRequest, type index_d$6_GetInvoiceRequest as GetInvoiceRequest, type index_d$6_GetInvoiceResponse as GetInvoiceResponse, type index_d$6_GetInvoiceResponseNonNullableFields as GetInvoiceResponseNonNullableFields, type index_d$6_GetOrderIdentifiers as GetOrderIdentifiers, type index_d$6_GetOrderOptions as GetOrderOptions, type index_d$6_GetOrderRequest as GetOrderRequest, type index_d$6_GetOrderResponse as GetOrderResponse, type index_d$6_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$6_GetPaymentInfoRequest as GetPaymentInfoRequest, type index_d$6_GetPaymentInfoResponse as GetPaymentInfoResponse, type index_d$6_GetSummaryOptions as GetSummaryOptions, type index_d$6_GetSummaryRequest as GetSummaryRequest, type index_d$6_GetSummaryResponse as GetSummaryResponse, type index_d$6_GetSummaryResponseNonNullableFields as GetSummaryResponseNonNullableFields, type Guest$1 as Guest, type GuestDetails$1 as GuestDetails, type index_d$6_HeadersEntry as HeadersEntry, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type InputValue$2 as InputValue, type index_d$6_Invoice as Invoice, type index_d$6_Item as Item, type index_d$6_ListAvailableTicketsOptions as ListAvailableTicketsOptions, type index_d$6_ListAvailableTicketsRequest as ListAvailableTicketsRequest, type index_d$6_ListAvailableTicketsResponse as ListAvailableTicketsResponse, type index_d$6_ListAvailableTicketsResponseNonNullableFields as ListAvailableTicketsResponseNonNullableFields, type index_d$6_ListOrdersOptions as ListOrdersOptions, type index_d$6_ListOrdersRequest as ListOrdersRequest, type index_d$6_ListOrdersResponse as ListOrdersResponse, type index_d$6_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type MessageEnvelope$6 as MessageEnvelope, type Money$4 as Money, type OnlineConferencingLogin$2 as OnlineConferencingLogin, type index_d$6_Order as Order, type index_d$6_OrderConfirmed as OrderConfirmed, type index_d$6_OrderConfirmedEnvelope as OrderConfirmedEnvelope, type index_d$6_OrderDeleted as OrderDeleted, type index_d$6_OrderDeletedEnvelope as OrderDeletedEnvelope, type index_d$6_OrderFacetCounts as OrderFacetCounts, type index_d$6_OrderFacets as OrderFacets, index_d$6_OrderFieldset as OrderFieldset, type index_d$6_OrderInitiated as OrderInitiated, type index_d$6_OrderInitiatedEnvelope as OrderInitiatedEnvelope, type index_d$6_OrderNonNullableFields as OrderNonNullableFields, type index_d$6_OrderPageUrls as OrderPageUrls, type index_d$6_OrderPaid as OrderPaid, type index_d$6_OrderReservationCreatedEnvelope as OrderReservationCreatedEnvelope, type index_d$6_OrderReservationUpdatedEnvelope as OrderReservationUpdatedEnvelope, OrderStatus$1 as OrderStatus, index_d$6_OrderTag as OrderTag, index_d$6_OrderType as OrderType, type OrderUpdated$1 as OrderUpdated, type index_d$6_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$6_PaidPlanBenefit as PaidPlanBenefit, type index_d$6_PaidPlanDiscount as PaidPlanDiscount, type index_d$6_PaidPlanDiscountDiscountOneOf as PaidPlanDiscountDiscountOneOf, type index_d$6_PaymentDetails as PaymentDetails, type index_d$6_PaymentTransaction as PaymentTransaction, type index_d$6_PaymentTransactionEvent as PaymentTransactionEvent, type index_d$6_PaymentTransactionSummary as PaymentTransactionSummary, type index_d$6_PercentDiscount as PercentDiscount, type index_d$6_PosCheckoutOptions as PosCheckoutOptions, type index_d$6_PosCheckoutRequest as PosCheckoutRequest, type index_d$6_PosCheckoutResponse as PosCheckoutResponse, type index_d$6_PosCheckoutResponseNonNullableFields as PosCheckoutResponseNonNullableFields, type PricingOption$1 as PricingOption, type PricingOptions$2 as PricingOptions, type index_d$6_QueryAvailableTicketsOptions as QueryAvailableTicketsOptions, type index_d$6_QueryAvailableTicketsRequest as QueryAvailableTicketsRequest, type index_d$6_QueryAvailableTicketsResponse as QueryAvailableTicketsResponse, type index_d$6_QueryAvailableTicketsResponseNonNullableFields as QueryAvailableTicketsResponseNonNullableFields, type index_d$6_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$5 as StreetAddress, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type index_d$6_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$6_TicketReservation as TicketReservation, type index_d$6_TicketReservationQuantity as TicketReservationQuantity, type TicketSalePeriod$1 as TicketSalePeriod, TicketSaleStatus$1 as TicketSaleStatus, type index_d$6_TicketSales as TicketSales, type TicketingTicket$1 as TicketingTicket, Type$3 as Type, type index_d$6_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$6_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$6_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$6_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$6_UpdateOrderIdentifiers as UpdateOrderIdentifiers, type index_d$6_UpdateOrderOptions as UpdateOrderOptions, type index_d$6_UpdateOrderRequest as UpdateOrderRequest, type index_d$6_UpdateOrderResponse as UpdateOrderResponse, type index_d$6_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, type WixFeeConfig$1 as WixFeeConfig, index_d$6_bulkUpdateOrders as bulkUpdateOrders, index_d$6_cancelReservation as cancelReservation, index_d$6_checkout as checkout, index_d$6_confirmOrder as confirmOrder, index_d$6_createReservation as createReservation, index_d$6_getCheckoutOptions as getCheckoutOptions, index_d$6_getInvoice as getInvoice, index_d$6_getOrder as getOrder, index_d$6_getSummary as getSummary, index_d$6_listAvailableTickets as listAvailableTickets, index_d$6_listOrders as listOrders, index_d$6_onOrderConfirmed as onOrderConfirmed, index_d$6_onOrderDeleted as onOrderDeleted, index_d$6_onOrderInitiated as onOrderInitiated, index_d$6_onOrderReservationCreated as onOrderReservationCreated, index_d$6_onOrderReservationUpdated as onOrderReservationUpdated, index_d$6_onOrderUpdated as onOrderUpdated, index_d$6_posCheckout as posCheckout, index_d$6_queryAvailableTickets as queryAvailableTickets, index_d$6_updateCheckout as updateCheckout, index_d$6_updateOrder as updateOrder };
9572
+ export { type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, type BaseEventMetadata$6 as BaseEventMetadata, type index_d$6_BulkUpdateOrdersOptions as BulkUpdateOrdersOptions, type index_d$6_BulkUpdateOrdersRequest as BulkUpdateOrdersRequest, type index_d$6_BulkUpdateOrdersResponse as BulkUpdateOrdersResponse, type index_d$6_BulkUpdateOrdersResponseNonNullableFields as BulkUpdateOrdersResponseNonNullableFields, type index_d$6_Buyer as Buyer, type CalendarLinks$3 as CalendarLinks, type index_d$6_CancelReservationRequest as CancelReservationRequest, type index_d$6_CancelReservationResponse as CancelReservationResponse, ChannelType$1 as ChannelType, type CheckIn$2 as CheckIn, type index_d$6_CheckoutOptions as CheckoutOptions, type index_d$6_CheckoutOptionsForRequest as CheckoutOptionsForRequest, type index_d$6_CheckoutRequest as CheckoutRequest, type index_d$6_CheckoutResponse as CheckoutResponse, type index_d$6_CheckoutResponseNonNullableFields as CheckoutResponseNonNullableFields, type index_d$6_ConfirmOrderOptions as ConfirmOrderOptions, type index_d$6_ConfirmOrderRequest as ConfirmOrderRequest, type index_d$6_ConfirmOrderResponse as ConfirmOrderResponse, type index_d$6_ConfirmOrderResponseNonNullableFields as ConfirmOrderResponseNonNullableFields, type Counts$2 as Counts, type index_d$6_CouponDiscount as CouponDiscount, type index_d$6_CreateReservationOptions as CreateReservationOptions, type index_d$6_CreateReservationRequest as CreateReservationRequest, type index_d$6_CreateReservationResponse as CreateReservationResponse, type index_d$6_CreateReservationResponseNonNullableFields as CreateReservationResponseNonNullableFields, type Dashboard$3 as Dashboard, type index_d$6_Discount as Discount, type index_d$6_DiscountErrors as DiscountErrors, type index_d$6_DiscountItem as DiscountItem, type index_d$6_DiscountItemDiscountOneOf as DiscountItemDiscountOneOf, type index_d$6_DiscountRequest as DiscountRequest, type index_d$6_Error as Error, type FacetCounts$5 as FacetCounts, type index_d$6_Fee as Fee, index_d$6_FeeName as FeeName, FeeType$1 as FeeType, type FormResponse$2 as FormResponse, type FormattedAddress$2 as FormattedAddress, type index_d$6_GetCheckoutOptionsRequest as GetCheckoutOptionsRequest, type index_d$6_GetCheckoutOptionsResponse as GetCheckoutOptionsResponse, type index_d$6_GetCheckoutOptionsResponseNonNullableFields as GetCheckoutOptionsResponseNonNullableFields, type index_d$6_GetInvoiceOptions as GetInvoiceOptions, type index_d$6_GetInvoicePreviewRequest as GetInvoicePreviewRequest, type index_d$6_GetInvoiceRequest as GetInvoiceRequest, type index_d$6_GetInvoiceResponse as GetInvoiceResponse, type index_d$6_GetInvoiceResponseNonNullableFields as GetInvoiceResponseNonNullableFields, type index_d$6_GetOrderIdentifiers as GetOrderIdentifiers, type index_d$6_GetOrderOptions as GetOrderOptions, type index_d$6_GetOrderRequest as GetOrderRequest, type index_d$6_GetOrderResponse as GetOrderResponse, type index_d$6_GetOrderResponseNonNullableFields as GetOrderResponseNonNullableFields, type index_d$6_GetPaymentInfoRequest as GetPaymentInfoRequest, type index_d$6_GetPaymentInfoResponse as GetPaymentInfoResponse, type index_d$6_GetSummaryOptions as GetSummaryOptions, type index_d$6_GetSummaryRequest as GetSummaryRequest, type index_d$6_GetSummaryResponse as GetSummaryResponse, type index_d$6_GetSummaryResponseNonNullableFields as GetSummaryResponseNonNullableFields, type Guest$1 as Guest, type GuestDetails$1 as GuestDetails, type index_d$6_HeadersEntry as HeadersEntry, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type InputValue$2 as InputValue, type index_d$6_Invoice as Invoice, type index_d$6_Item as Item, type index_d$6_ListAvailableTicketsOptions as ListAvailableTicketsOptions, type index_d$6_ListAvailableTicketsRequest as ListAvailableTicketsRequest, type index_d$6_ListAvailableTicketsResponse as ListAvailableTicketsResponse, type index_d$6_ListAvailableTicketsResponseNonNullableFields as ListAvailableTicketsResponseNonNullableFields, type index_d$6_ListOrdersOptions as ListOrdersOptions, type index_d$6_ListOrdersRequest as ListOrdersRequest, type index_d$6_ListOrdersResponse as ListOrdersResponse, type index_d$6_ListOrdersResponseNonNullableFields as ListOrdersResponseNonNullableFields, type MessageEnvelope$6 as MessageEnvelope, type Money$4 as Money, type OnlineConferencingLogin$2 as OnlineConferencingLogin, type index_d$6_Order as Order, type index_d$6_OrderConfirmed as OrderConfirmed, type index_d$6_OrderConfirmedEnvelope as OrderConfirmedEnvelope, type index_d$6_OrderDeleted as OrderDeleted, type index_d$6_OrderDeletedEnvelope as OrderDeletedEnvelope, type index_d$6_OrderFacetCounts as OrderFacetCounts, type index_d$6_OrderFacets as OrderFacets, index_d$6_OrderFieldset as OrderFieldset, type index_d$6_OrderInitiated as OrderInitiated, type index_d$6_OrderInitiatedEnvelope as OrderInitiatedEnvelope, type index_d$6_OrderNonNullableFields as OrderNonNullableFields, type index_d$6_OrderPageUrls as OrderPageUrls, type index_d$6_OrderPaid as OrderPaid, type index_d$6_OrderReservationCreatedEnvelope as OrderReservationCreatedEnvelope, type index_d$6_OrderReservationUpdatedEnvelope as OrderReservationUpdatedEnvelope, OrderStatus$1 as OrderStatus, index_d$6_OrderTag as OrderTag, index_d$6_OrderType as OrderType, type OrderUpdated$1 as OrderUpdated, type index_d$6_OrderUpdatedEnvelope as OrderUpdatedEnvelope, type index_d$6_PaidPlanBenefit as PaidPlanBenefit, type index_d$6_PaidPlanDiscount as PaidPlanDiscount, type index_d$6_PaidPlanDiscountDiscountOneOf as PaidPlanDiscountDiscountOneOf, type index_d$6_PaymentDetails as PaymentDetails, type index_d$6_PaymentTransaction as PaymentTransaction, type index_d$6_PaymentTransactionEvent as PaymentTransactionEvent, type index_d$6_PaymentTransactionSummary as PaymentTransactionSummary, type index_d$6_PercentDiscount as PercentDiscount, type index_d$6_PosCheckoutOptions as PosCheckoutOptions, type index_d$6_PosCheckoutRequest as PosCheckoutRequest, type index_d$6_PosCheckoutResponse as PosCheckoutResponse, type index_d$6_PosCheckoutResponseNonNullableFields as PosCheckoutResponseNonNullableFields, type PricingOption$1 as PricingOption, type PricingOptions$2 as PricingOptions, type index_d$6_QueryAvailableTicketsOptions as QueryAvailableTicketsOptions, type index_d$6_QueryAvailableTicketsRequest as QueryAvailableTicketsRequest, type index_d$6_QueryAvailableTicketsResponse as QueryAvailableTicketsResponse, type index_d$6_QueryAvailableTicketsResponseNonNullableFields as QueryAvailableTicketsResponseNonNullableFields, type index_d$6_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$5 as StreetAddress, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type index_d$6_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$6_TicketReservation as TicketReservation, type index_d$6_TicketReservationQuantity as TicketReservationQuantity, type TicketSalePeriod$1 as TicketSalePeriod, TicketSaleStatus$1 as TicketSaleStatus, type index_d$6_TicketSales as TicketSales, type TicketingTicket$1 as TicketingTicket, Type$3 as Type, type index_d$6_UpdateCheckoutOptions as UpdateCheckoutOptions, type index_d$6_UpdateCheckoutRequest as UpdateCheckoutRequest, type index_d$6_UpdateCheckoutResponse as UpdateCheckoutResponse, type index_d$6_UpdateCheckoutResponseNonNullableFields as UpdateCheckoutResponseNonNullableFields, type index_d$6_UpdateOrderIdentifiers as UpdateOrderIdentifiers, type index_d$6_UpdateOrderOptions as UpdateOrderOptions, type index_d$6_UpdateOrderRequest as UpdateOrderRequest, type index_d$6_UpdateOrderResponse as UpdateOrderResponse, type index_d$6_UpdateOrderResponseNonNullableFields as UpdateOrderResponseNonNullableFields, WebhookIdentityType$6 as WebhookIdentityType, type WixFeeConfig$1 as WixFeeConfig, type index_d$6__publicBulkUpdateOrdersType as _publicBulkUpdateOrdersType, type index_d$6__publicCancelReservationType as _publicCancelReservationType, type index_d$6__publicCheckoutType as _publicCheckoutType, type index_d$6__publicConfirmOrderType as _publicConfirmOrderType, type index_d$6__publicCreateReservationType as _publicCreateReservationType, type index_d$6__publicGetCheckoutOptionsType as _publicGetCheckoutOptionsType, type index_d$6__publicGetInvoiceType as _publicGetInvoiceType, type index_d$6__publicGetOrderType as _publicGetOrderType, type index_d$6__publicGetSummaryType as _publicGetSummaryType, type index_d$6__publicListAvailableTicketsType as _publicListAvailableTicketsType, type index_d$6__publicListOrdersType as _publicListOrdersType, type index_d$6__publicOnOrderConfirmedType as _publicOnOrderConfirmedType, type index_d$6__publicOnOrderDeletedType as _publicOnOrderDeletedType, type index_d$6__publicOnOrderInitiatedType as _publicOnOrderInitiatedType, type index_d$6__publicOnOrderReservationCreatedType as _publicOnOrderReservationCreatedType, type index_d$6__publicOnOrderReservationUpdatedType as _publicOnOrderReservationUpdatedType, type index_d$6__publicOnOrderUpdatedType as _publicOnOrderUpdatedType, type index_d$6__publicPosCheckoutType as _publicPosCheckoutType, type index_d$6__publicQueryAvailableTicketsType as _publicQueryAvailableTicketsType, type index_d$6__publicUpdateCheckoutType as _publicUpdateCheckoutType, type index_d$6__publicUpdateOrderType as _publicUpdateOrderType, index_d$6_bulkUpdateOrders as bulkUpdateOrders, index_d$6_cancelReservation as cancelReservation, index_d$6_checkout as checkout, index_d$6_confirmOrder as confirmOrder, index_d$6_createReservation as createReservation, index_d$6_getCheckoutOptions as getCheckoutOptions, index_d$6_getInvoice as getInvoice, index_d$6_getOrder as getOrder, index_d$6_getSummary as getSummary, index_d$6_listAvailableTickets as listAvailableTickets, index_d$6_listOrders as listOrders, index_d$6_onOrderConfirmed as onOrderConfirmed, index_d$6_onOrderDeleted as onOrderDeleted, index_d$6_onOrderInitiated as onOrderInitiated, index_d$6_onOrderReservationCreated as onOrderReservationCreated, index_d$6_onOrderReservationUpdated as onOrderReservationUpdated, index_d$6_onOrderUpdated as onOrderUpdated, index_d$6_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$6_queryAvailableTickets as queryAvailableTickets, index_d$6_updateCheckout as updateCheckout, index_d$6_updateOrder as updateOrder };
9312
9573
  }
9313
9574
 
9314
9575
  interface Rsvp {
@@ -9818,6 +10079,26 @@ interface DeleteRsvpCheckInResponse {
9818
10079
  /** Updated RSVP. */
9819
10080
  rsvp?: Rsvp;
9820
10081
  }
10082
+ interface GetRsvpSummaryRequest {
10083
+ /** Event id. */
10084
+ eventId?: string | null;
10085
+ /** Consistent read. */
10086
+ consistentRead?: boolean | null;
10087
+ }
10088
+ interface GetRsvpSummaryResponse {
10089
+ /** RSVP summary. */
10090
+ rsvpSummary?: RsvpSummary$2;
10091
+ }
10092
+ interface RsvpSummary$2 {
10093
+ /** Total number of RSVPs. */
10094
+ total?: number;
10095
+ /** Number of RSVPs with status `YES`. */
10096
+ yes?: number;
10097
+ /** Number of RSVPs with status `NO`. */
10098
+ no?: number;
10099
+ /** Number of RSVPs in waitlist. */
10100
+ waitlist?: number;
10101
+ }
9821
10102
  interface MessageEnvelope$5 {
9822
10103
  /** App instance ID. */
9823
10104
  instanceId?: string | null;
@@ -10107,22 +10388,50 @@ interface DeleteRsvpCheckInOptions {
10107
10388
  guestId?: number[];
10108
10389
  }
10109
10390
 
10391
+ declare function listRsvp$1(httpClient: HttpClient): (options?: ListRsvpOptions) => Promise<ListRsvpResponse & ListRsvpResponseNonNullableFields>;
10392
+ declare function queryRsvp$1(httpClient: HttpClient): (options?: QueryRsvpOptions) => Promise<QueryRsvpResponse & QueryRsvpResponseNonNullableFields>;
10393
+ declare function getRsvp$1(httpClient: HttpClient): (rsvpId: string, options?: GetRsvpOptions) => Promise<Rsvp & RsvpNonNullableFields>;
10394
+ declare function createRsvp$1(httpClient: HttpClient): (options?: CreateRsvpOptions) => Promise<CreateRsvpResponse & CreateRsvpResponseNonNullableFields>;
10395
+ declare function updateRsvp$1(httpClient: HttpClient): (rsvpId: string, eventId: string, options?: UpdateRsvpOptions) => Promise<UpdateRsvpResponse & UpdateRsvpResponseNonNullableFields>;
10396
+ declare function bulkUpdateRsvp$1(httpClient: HttpClient): (eventId: string, options?: BulkUpdateRsvpOptions) => Promise<BulkUpdateRsvpResponse & BulkUpdateRsvpResponseNonNullableFields>;
10397
+ declare function deleteRsvp$1(httpClient: HttpClient): (eventId: string, options?: DeleteRsvpOptions) => Promise<void>;
10398
+ declare function checkInRsvp$1(httpClient: HttpClient): (eventId: string, options?: CheckInRsvpOptions) => Promise<CheckInRsvpResponse & CheckInRsvpResponseNonNullableFields>;
10399
+ declare function deleteRsvpCheckIn$1(httpClient: HttpClient): (eventId: string, options?: DeleteRsvpCheckInOptions) => Promise<DeleteRsvpCheckInResponse & DeleteRsvpCheckInResponseNonNullableFields>;
10400
+ declare const onRsvpCreated$1: EventDefinition<RsvpCreatedEnvelope, "wix.events.rsvp.events.RsvpCreated">;
10401
+ declare const onRsvpUpdated$1: EventDefinition<RsvpUpdatedEnvelope, "wix.events.rsvp.events.RsvpUpdated">;
10402
+ declare const onRsvpDeleted$1: EventDefinition<RsvpDeletedEnvelope, "wix.events.rsvp.events.RsvpDeleted">;
10403
+
10110
10404
  declare function createRESTModule$5<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
10111
10405
 
10112
10406
  declare function createEventModule$5<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
10113
10407
 
10114
- declare const listRsvp: ReturnType<typeof createRESTModule$5<typeof publicListRsvp>>;
10115
- declare const queryRsvp: ReturnType<typeof createRESTModule$5<typeof publicQueryRsvp>>;
10116
- declare const getRsvp: ReturnType<typeof createRESTModule$5<typeof publicGetRsvp>>;
10117
- declare const createRsvp: ReturnType<typeof createRESTModule$5<typeof publicCreateRsvp>>;
10118
- declare const updateRsvp: ReturnType<typeof createRESTModule$5<typeof publicUpdateRsvp>>;
10119
- declare const bulkUpdateRsvp: ReturnType<typeof createRESTModule$5<typeof publicBulkUpdateRsvp>>;
10120
- declare const deleteRsvp: ReturnType<typeof createRESTModule$5<typeof publicDeleteRsvp>>;
10121
- declare const checkInRsvp: ReturnType<typeof createRESTModule$5<typeof publicCheckInRsvp>>;
10122
- declare const deleteRsvpCheckIn: ReturnType<typeof createRESTModule$5<typeof publicDeleteRsvpCheckIn>>;
10123
- declare const onRsvpCreated: ReturnType<typeof createEventModule$5<typeof publicOnRsvpCreated>>;
10124
- declare const onRsvpUpdated: ReturnType<typeof createEventModule$5<typeof publicOnRsvpUpdated>>;
10125
- declare const onRsvpDeleted: ReturnType<typeof createEventModule$5<typeof publicOnRsvpDeleted>>;
10408
+ type _publicListRsvpType = typeof listRsvp$1;
10409
+ declare const listRsvp: ReturnType<typeof createRESTModule$5<_publicListRsvpType>>;
10410
+ type _publicQueryRsvpType = typeof queryRsvp$1;
10411
+ declare const queryRsvp: ReturnType<typeof createRESTModule$5<_publicQueryRsvpType>>;
10412
+ type _publicGetRsvpType = typeof getRsvp$1;
10413
+ declare const getRsvp: ReturnType<typeof createRESTModule$5<_publicGetRsvpType>>;
10414
+ type _publicCreateRsvpType = typeof createRsvp$1;
10415
+ declare const createRsvp: ReturnType<typeof createRESTModule$5<_publicCreateRsvpType>>;
10416
+ type _publicUpdateRsvpType = typeof updateRsvp$1;
10417
+ declare const updateRsvp: ReturnType<typeof createRESTModule$5<_publicUpdateRsvpType>>;
10418
+ type _publicBulkUpdateRsvpType = typeof bulkUpdateRsvp$1;
10419
+ declare const bulkUpdateRsvp: ReturnType<typeof createRESTModule$5<_publicBulkUpdateRsvpType>>;
10420
+ type _publicDeleteRsvpType = typeof deleteRsvp$1;
10421
+ declare const deleteRsvp: ReturnType<typeof createRESTModule$5<_publicDeleteRsvpType>>;
10422
+ type _publicCheckInRsvpType = typeof checkInRsvp$1;
10423
+ declare const checkInRsvp: ReturnType<typeof createRESTModule$5<_publicCheckInRsvpType>>;
10424
+ type _publicDeleteRsvpCheckInType = typeof deleteRsvpCheckIn$1;
10425
+ declare const deleteRsvpCheckIn: ReturnType<typeof createRESTModule$5<_publicDeleteRsvpCheckInType>>;
10426
+
10427
+ type _publicOnRsvpCreatedType = typeof onRsvpCreated$1;
10428
+ declare const onRsvpCreated: ReturnType<typeof createEventModule$5<_publicOnRsvpCreatedType>>;
10429
+
10430
+ type _publicOnRsvpUpdatedType = typeof onRsvpUpdated$1;
10431
+ declare const onRsvpUpdated: ReturnType<typeof createEventModule$5<_publicOnRsvpUpdatedType>>;
10432
+
10433
+ type _publicOnRsvpDeletedType = typeof onRsvpDeleted$1;
10434
+ declare const onRsvpDeleted: ReturnType<typeof createEventModule$5<_publicOnRsvpDeletedType>>;
10126
10435
 
10127
10436
  type index_d$5_BulkUpdateRsvpOptions = BulkUpdateRsvpOptions;
10128
10437
  type index_d$5_BulkUpdateRsvpRequest = BulkUpdateRsvpRequest;
@@ -10147,6 +10456,8 @@ type index_d$5_GetRsvpOptions = GetRsvpOptions;
10147
10456
  type index_d$5_GetRsvpRequest = GetRsvpRequest;
10148
10457
  type index_d$5_GetRsvpResponse = GetRsvpResponse;
10149
10458
  type index_d$5_GetRsvpResponseNonNullableFields = GetRsvpResponseNonNullableFields;
10459
+ type index_d$5_GetRsvpSummaryRequest = GetRsvpSummaryRequest;
10460
+ type index_d$5_GetRsvpSummaryResponse = GetRsvpSummaryResponse;
10150
10461
  type index_d$5_Guest = Guest;
10151
10462
  type index_d$5_ListRsvpOptions = ListRsvpOptions;
10152
10463
  type index_d$5_ListRsvpRequest = ListRsvpRequest;
@@ -10177,6 +10488,18 @@ type index_d$5_UpdateRsvpOptions = UpdateRsvpOptions;
10177
10488
  type index_d$5_UpdateRsvpRequest = UpdateRsvpRequest;
10178
10489
  type index_d$5_UpdateRsvpResponse = UpdateRsvpResponse;
10179
10490
  type index_d$5_UpdateRsvpResponseNonNullableFields = UpdateRsvpResponseNonNullableFields;
10491
+ type index_d$5__publicBulkUpdateRsvpType = _publicBulkUpdateRsvpType;
10492
+ type index_d$5__publicCheckInRsvpType = _publicCheckInRsvpType;
10493
+ type index_d$5__publicCreateRsvpType = _publicCreateRsvpType;
10494
+ type index_d$5__publicDeleteRsvpCheckInType = _publicDeleteRsvpCheckInType;
10495
+ type index_d$5__publicDeleteRsvpType = _publicDeleteRsvpType;
10496
+ type index_d$5__publicGetRsvpType = _publicGetRsvpType;
10497
+ type index_d$5__publicListRsvpType = _publicListRsvpType;
10498
+ type index_d$5__publicOnRsvpCreatedType = _publicOnRsvpCreatedType;
10499
+ type index_d$5__publicOnRsvpDeletedType = _publicOnRsvpDeletedType;
10500
+ type index_d$5__publicOnRsvpUpdatedType = _publicOnRsvpUpdatedType;
10501
+ type index_d$5__publicQueryRsvpType = _publicQueryRsvpType;
10502
+ type index_d$5__publicUpdateRsvpType = _publicUpdateRsvpType;
10180
10503
  declare const index_d$5_bulkUpdateRsvp: typeof bulkUpdateRsvp;
10181
10504
  declare const index_d$5_checkInRsvp: typeof checkInRsvp;
10182
10505
  declare const index_d$5_createRsvp: typeof createRsvp;
@@ -10190,7 +10513,7 @@ declare const index_d$5_onRsvpUpdated: typeof onRsvpUpdated;
10190
10513
  declare const index_d$5_queryRsvp: typeof queryRsvp;
10191
10514
  declare const index_d$5_updateRsvp: typeof updateRsvp;
10192
10515
  declare namespace index_d$5 {
10193
- 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_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 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 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_RsvpNonNullableFields as RsvpNonNullableFields, index_d$5_RsvpStatus as RsvpStatus, 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, 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, index_d$5_queryRsvp as queryRsvp, index_d$5_updateRsvp as updateRsvp };
10516
+ 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_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 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 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_GetRsvpSummaryRequest as GetRsvpSummaryRequest, type index_d$5_GetRsvpSummaryResponse as GetRsvpSummaryResponse, 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_RsvpNonNullableFields as RsvpNonNullableFields, 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 };
10194
10517
  }
10195
10518
 
10196
10519
  interface TicketingTicket {
@@ -10938,17 +11261,33 @@ interface BulkUpdateTicketsOptions {
10938
11261
  archived?: boolean;
10939
11262
  }
10940
11263
 
11264
+ declare function listTickets$1(httpClient: HttpClient): (eventId: string[], options?: ListTicketsOptions) => Promise<ListTicketsResponse & ListTicketsResponseNonNullableFields>;
11265
+ declare function getTicket$1(httpClient: HttpClient): (identifiers: GetTicketIdentifiers, options?: GetTicketOptions) => Promise<TicketingTicket & TicketingTicketNonNullableFields>;
11266
+ declare function checkInTickets$1(httpClient: HttpClient): (eventId: string, options?: CheckInTicketsOptions) => Promise<CheckInTicketResponse & CheckInTicketResponseNonNullableFields>;
11267
+ declare function deleteTicketCheckIns$1(httpClient: HttpClient): (eventId: string, options?: DeleteTicketCheckInsOptions) => Promise<DeleteTicketCheckInResponse & DeleteTicketCheckInResponseNonNullableFields>;
11268
+ declare function updateTicket$1(httpClient: HttpClient): (identifiers: UpdateTicketIdentifiers, options?: UpdateTicketOptions) => Promise<UpdateTicketResponse & UpdateTicketResponseNonNullableFields>;
11269
+ declare function bulkUpdateTickets$1(httpClient: HttpClient): (eventId: string, options?: BulkUpdateTicketsOptions) => Promise<BulkUpdateTicketsResponse & BulkUpdateTicketsResponseNonNullableFields>;
11270
+ declare const onTicketOrderUpdated$1: EventDefinition<TicketOrderUpdatedEnvelope, "wix.events.ticketing.events.OrderUpdated">;
11271
+
10941
11272
  declare function createRESTModule$4<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
10942
11273
 
10943
11274
  declare function createEventModule$4<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
10944
11275
 
10945
- declare const listTickets: ReturnType<typeof createRESTModule$4<typeof publicListTickets>>;
10946
- declare const getTicket: ReturnType<typeof createRESTModule$4<typeof publicGetTicket>>;
10947
- declare const checkInTickets: ReturnType<typeof createRESTModule$4<typeof publicCheckInTickets>>;
10948
- declare const deleteTicketCheckIns: ReturnType<typeof createRESTModule$4<typeof publicDeleteTicketCheckIns>>;
10949
- declare const updateTicket: ReturnType<typeof createRESTModule$4<typeof publicUpdateTicket>>;
10950
- declare const bulkUpdateTickets: ReturnType<typeof createRESTModule$4<typeof publicBulkUpdateTickets>>;
10951
- declare const onTicketOrderUpdated: ReturnType<typeof createEventModule$4<typeof publicOnTicketOrderUpdated>>;
11276
+ type _publicListTicketsType = typeof listTickets$1;
11277
+ declare const listTickets: ReturnType<typeof createRESTModule$4<_publicListTicketsType>>;
11278
+ type _publicGetTicketType = typeof getTicket$1;
11279
+ declare const getTicket: ReturnType<typeof createRESTModule$4<_publicGetTicketType>>;
11280
+ type _publicCheckInTicketsType = typeof checkInTickets$1;
11281
+ declare const checkInTickets: ReturnType<typeof createRESTModule$4<_publicCheckInTicketsType>>;
11282
+ type _publicDeleteTicketCheckInsType = typeof deleteTicketCheckIns$1;
11283
+ declare const deleteTicketCheckIns: ReturnType<typeof createRESTModule$4<_publicDeleteTicketCheckInsType>>;
11284
+ type _publicUpdateTicketType = typeof updateTicket$1;
11285
+ declare const updateTicket: ReturnType<typeof createRESTModule$4<_publicUpdateTicketType>>;
11286
+ type _publicBulkUpdateTicketsType = typeof bulkUpdateTickets$1;
11287
+ declare const bulkUpdateTickets: ReturnType<typeof createRESTModule$4<_publicBulkUpdateTicketsType>>;
11288
+
11289
+ type _publicOnTicketOrderUpdatedType = typeof onTicketOrderUpdated$1;
11290
+ declare const onTicketOrderUpdated: ReturnType<typeof createEventModule$4<_publicOnTicketOrderUpdatedType>>;
10952
11291
 
10953
11292
  type index_d$4_BulkUpdateTicketsOptions = BulkUpdateTicketsOptions;
10954
11293
  type index_d$4_BulkUpdateTicketsRequest = BulkUpdateTicketsRequest;
@@ -11001,6 +11340,13 @@ type index_d$4_UpdateTicketOptions = UpdateTicketOptions;
11001
11340
  type index_d$4_UpdateTicketRequest = UpdateTicketRequest;
11002
11341
  type index_d$4_UpdateTicketResponse = UpdateTicketResponse;
11003
11342
  type index_d$4_UpdateTicketResponseNonNullableFields = UpdateTicketResponseNonNullableFields;
11343
+ type index_d$4__publicBulkUpdateTicketsType = _publicBulkUpdateTicketsType;
11344
+ type index_d$4__publicCheckInTicketsType = _publicCheckInTicketsType;
11345
+ type index_d$4__publicDeleteTicketCheckInsType = _publicDeleteTicketCheckInsType;
11346
+ type index_d$4__publicGetTicketType = _publicGetTicketType;
11347
+ type index_d$4__publicListTicketsType = _publicListTicketsType;
11348
+ type index_d$4__publicOnTicketOrderUpdatedType = _publicOnTicketOrderUpdatedType;
11349
+ type index_d$4__publicUpdateTicketType = _publicUpdateTicketType;
11004
11350
  declare const index_d$4_bulkUpdateTickets: typeof bulkUpdateTickets;
11005
11351
  declare const index_d$4_checkInTickets: typeof checkInTickets;
11006
11352
  declare const index_d$4_deleteTicketCheckIns: typeof deleteTicketCheckIns;
@@ -11009,7 +11355,7 @@ declare const index_d$4_listTickets: typeof listTickets;
11009
11355
  declare const index_d$4_onTicketOrderUpdated: typeof onTicketOrderUpdated;
11010
11356
  declare const index_d$4_updateTicket: typeof updateTicket;
11011
11357
  declare namespace index_d$4 {
11012
- 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, 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, index_d$4_updateTicket as updateTicket };
11358
+ 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 };
11013
11359
  }
11014
11360
 
11015
11361
  interface TicketDefinition$1 {
@@ -11766,21 +12112,47 @@ interface ChangeCurrencyOptions$1 {
11766
12112
  currency: string;
11767
12113
  }
11768
12114
 
12115
+ declare function queryTicketDefinitions$3(httpClient: HttpClient): (options?: QueryTicketDefinitionsOptions$1) => Promise<QueryTicketDefinitionsResponse$1 & QueryTicketDefinitionsResponseNonNullableFields$1>;
12116
+ declare function queryTicketDefinitionsV2$1(httpClient: HttpClient): (options?: QueryTicketDefinitionsV2Options) => DefinitionsQueryBuilder;
12117
+ declare function listTicketDefinitions$1(httpClient: HttpClient): (options?: ListTicketDefinitionsOptions) => Promise<ListTicketDefinitionsResponse & ListTicketDefinitionsResponseNonNullableFields>;
12118
+ declare function getTicketDefinition$3(httpClient: HttpClient): (definitionId: string, options?: GetTicketDefinitionOptions$1) => Promise<TicketDefinition$1 & TicketDefinitionNonNullableFields$1>;
12119
+ declare function createTicketDefinition$3(httpClient: HttpClient): (eventId: string, options: CreateTicketDefinitionOptions$1) => Promise<CreateTicketDefinitionResponse$1 & CreateTicketDefinitionResponseNonNullableFields$1>;
12120
+ declare function updateTicketDefinition$3(httpClient: HttpClient): (definitionId: string, eventId: string, options?: UpdateTicketDefinitionOptions$1) => Promise<UpdateTicketDefinitionResponse$1 & UpdateTicketDefinitionResponseNonNullableFields$1>;
12121
+ declare function deleteTicketDefinition$3(httpClient: HttpClient): (eventId: string, options?: DeleteTicketDefinitionOptions) => Promise<void>;
12122
+ declare function changeCurrency$3(httpClient: HttpClient): (options?: ChangeCurrencyOptions$1) => Promise<void>;
12123
+ declare const onTicketDefinitionCreated$3: EventDefinition<TicketDefinitionCreatedEnvelope$1, "wix.events.ticketing.events.TicketDefinitionCreated">;
12124
+ declare const onTicketDefinitionUpdated$3: EventDefinition<TicketDefinitionUpdatedEnvelope$1, "wix.events.ticketing.events.TicketDefinitionUpdated">;
12125
+ declare const onTicketDefinitionDeleted$3: EventDefinition<TicketDefinitionDeletedEnvelope$1, "wix.events.ticketing.events.TicketDefinitionDeleted">;
12126
+
11769
12127
  declare function createRESTModule$3<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
11770
12128
 
11771
12129
  declare function createEventModule$3<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
11772
12130
 
11773
- declare const queryTicketDefinitions$1: ReturnType<typeof createRESTModule$3<typeof publicQueryTicketDefinitions>>;
11774
- declare const queryTicketDefinitionsV2: ReturnType<typeof createRESTModule$3<typeof publicQueryTicketDefinitionsV2>>;
11775
- declare const listTicketDefinitions: ReturnType<typeof createRESTModule$3<typeof publicListTicketDefinitions>>;
11776
- declare const getTicketDefinition$1: ReturnType<typeof createRESTModule$3<typeof publicGetTicketDefinition>>;
11777
- declare const createTicketDefinition$1: ReturnType<typeof createRESTModule$3<typeof publicCreateTicketDefinition>>;
11778
- declare const updateTicketDefinition$1: ReturnType<typeof createRESTModule$3<typeof publicUpdateTicketDefinition>>;
11779
- declare const deleteTicketDefinition$1: ReturnType<typeof createRESTModule$3<typeof publicDeleteTicketDefinition>>;
11780
- declare const changeCurrency$1: ReturnType<typeof createRESTModule$3<typeof publicChangeCurrency>>;
11781
- declare const onTicketDefinitionCreated$1: ReturnType<typeof createEventModule$3<typeof publicOnTicketDefinitionCreated>>;
11782
- declare const onTicketDefinitionUpdated$1: ReturnType<typeof createEventModule$3<typeof publicOnTicketDefinitionUpdated>>;
11783
- declare const onTicketDefinitionDeleted$1: ReturnType<typeof createEventModule$3<typeof publicOnTicketDefinitionDeleted>>;
12131
+ type _publicQueryTicketDefinitionsType$1 = typeof queryTicketDefinitions$3;
12132
+ declare const queryTicketDefinitions$2: ReturnType<typeof createRESTModule$3<_publicQueryTicketDefinitionsType>>;
12133
+ type _publicQueryTicketDefinitionsV2Type = typeof queryTicketDefinitionsV2$1;
12134
+ declare const queryTicketDefinitionsV2: ReturnType<typeof createRESTModule$3<_publicQueryTicketDefinitionsV2Type>>;
12135
+ type _publicListTicketDefinitionsType = typeof listTicketDefinitions$1;
12136
+ declare const listTicketDefinitions: ReturnType<typeof createRESTModule$3<_publicListTicketDefinitionsType>>;
12137
+ type _publicGetTicketDefinitionType$1 = typeof getTicketDefinition$3;
12138
+ declare const getTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicGetTicketDefinitionType>>;
12139
+ type _publicCreateTicketDefinitionType$1 = typeof createTicketDefinition$3;
12140
+ declare const createTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicCreateTicketDefinitionType>>;
12141
+ type _publicUpdateTicketDefinitionType$1 = typeof updateTicketDefinition$3;
12142
+ declare const updateTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicUpdateTicketDefinitionType>>;
12143
+ type _publicDeleteTicketDefinitionType$1 = typeof deleteTicketDefinition$3;
12144
+ declare const deleteTicketDefinition$2: ReturnType<typeof createRESTModule$3<_publicDeleteTicketDefinitionType>>;
12145
+ type _publicChangeCurrencyType$1 = typeof changeCurrency$3;
12146
+ declare const changeCurrency$2: ReturnType<typeof createRESTModule$3<_publicChangeCurrencyType>>;
12147
+
12148
+ type _publicOnTicketDefinitionCreatedType$1 = typeof onTicketDefinitionCreated$3;
12149
+ declare const onTicketDefinitionCreated$2: ReturnType<typeof createEventModule$3<_publicOnTicketDefinitionCreatedType>>;
12150
+
12151
+ type _publicOnTicketDefinitionUpdatedType$1 = typeof onTicketDefinitionUpdated$3;
12152
+ declare const onTicketDefinitionUpdated$2: ReturnType<typeof createEventModule$3<_publicOnTicketDefinitionUpdatedType>>;
12153
+
12154
+ type _publicOnTicketDefinitionDeletedType$1 = typeof onTicketDefinitionDeleted$3;
12155
+ declare const onTicketDefinitionDeleted$2: ReturnType<typeof createEventModule$3<_publicOnTicketDefinitionDeletedType>>;
11784
12156
 
11785
12157
  type index_d$3_ById = ById;
11786
12158
  type index_d$3_DefinitionsQueryBuilder = DefinitionsQueryBuilder;
@@ -11818,10 +12190,12 @@ type index_d$3_TicketSalePeriod = TicketSalePeriod;
11818
12190
  type index_d$3_TicketSaleStatus = TicketSaleStatus;
11819
12191
  declare const index_d$3_TicketSaleStatus: typeof TicketSaleStatus;
11820
12192
  type index_d$3_WixFeeConfig = WixFeeConfig;
12193
+ type index_d$3__publicListTicketDefinitionsType = _publicListTicketDefinitionsType;
12194
+ type index_d$3__publicQueryTicketDefinitionsV2Type = _publicQueryTicketDefinitionsV2Type;
11821
12195
  declare const index_d$3_listTicketDefinitions: typeof listTicketDefinitions;
11822
12196
  declare const index_d$3_queryTicketDefinitionsV2: typeof queryTicketDefinitionsV2;
11823
12197
  declare namespace index_d$3 {
11824
- 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, changeCurrency$1 as changeCurrency, createTicketDefinition$1 as createTicketDefinition, deleteTicketDefinition$1 as deleteTicketDefinition, getTicketDefinition$1 as getTicketDefinition, index_d$3_listTicketDefinitions as listTicketDefinitions, onTicketDefinitionCreated$1 as onTicketDefinitionCreated, onTicketDefinitionDeleted$1 as onTicketDefinitionDeleted, onTicketDefinitionUpdated$1 as onTicketDefinitionUpdated, queryTicketDefinitions$1 as queryTicketDefinitions, index_d$3_queryTicketDefinitionsV2 as queryTicketDefinitionsV2, updateTicketDefinition$1 as updateTicketDefinition };
12198
+ 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 };
11825
12199
  }
11826
12200
 
11827
12201
  interface Policy {
@@ -12487,19 +12861,41 @@ interface ReorderEventPoliciesOptions extends ReorderEventPoliciesRequestReferen
12487
12861
  afterPolicyId?: string;
12488
12862
  }
12489
12863
 
12864
+ declare function createPolicy$1(httpClient: HttpClient): (policy: Policy) => Promise<Policy & PolicyNonNullableFields>;
12865
+ declare function updatePolicy$1(httpClient: HttpClient): (_id: string | null, policy: UpdatePolicy) => Promise<Policy & PolicyNonNullableFields>;
12866
+ declare function deletePolicy$1(httpClient: HttpClient): (policyId: string) => Promise<void>;
12867
+ declare function queryPolicies$1(httpClient: HttpClient): () => PoliciesQueryBuilder;
12868
+ declare function reorderEventPolicies$1(httpClient: HttpClient): (policyId: string, eventId: string, options?: ReorderEventPoliciesOptions) => Promise<ReorderEventPoliciesResponse & ReorderEventPoliciesResponseNonNullableFields>;
12869
+ declare function getPolicy$1(httpClient: HttpClient): (policyId: string) => Promise<Policy & PolicyNonNullableFields>;
12870
+ declare const onPolicyCreated$1: EventDefinition<PolicyCreatedEnvelope, "wix.events.v2.policy_created">;
12871
+ declare const onPolicyUpdated$1: EventDefinition<PolicyUpdatedEnvelope, "wix.events.v2.policy_updated">;
12872
+ declare const onPolicyDeleted$1: EventDefinition<PolicyDeletedEnvelope, "wix.events.v2.policy_deleted">;
12873
+
12490
12874
  declare function createRESTModule$2<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
12491
12875
 
12492
12876
  declare function createEventModule$2<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
12493
12877
 
12494
- declare const createPolicy: ReturnType<typeof createRESTModule$2<typeof publicCreatePolicy>>;
12495
- declare const updatePolicy: ReturnType<typeof createRESTModule$2<typeof publicUpdatePolicy>>;
12496
- declare const deletePolicy: ReturnType<typeof createRESTModule$2<typeof publicDeletePolicy>>;
12497
- declare const queryPolicies: ReturnType<typeof createRESTModule$2<typeof publicQueryPolicies>>;
12498
- declare const reorderEventPolicies: ReturnType<typeof createRESTModule$2<typeof publicReorderEventPolicies>>;
12499
- declare const getPolicy: ReturnType<typeof createRESTModule$2<typeof publicGetPolicy>>;
12500
- declare const onPolicyCreated: ReturnType<typeof createEventModule$2<typeof publicOnPolicyCreated>>;
12501
- declare const onPolicyUpdated: ReturnType<typeof createEventModule$2<typeof publicOnPolicyUpdated>>;
12502
- declare const onPolicyDeleted: ReturnType<typeof createEventModule$2<typeof publicOnPolicyDeleted>>;
12878
+ type _publicCreatePolicyType = typeof createPolicy$1;
12879
+ declare const createPolicy: ReturnType<typeof createRESTModule$2<_publicCreatePolicyType>>;
12880
+ type _publicUpdatePolicyType = typeof updatePolicy$1;
12881
+ declare const updatePolicy: ReturnType<typeof createRESTModule$2<_publicUpdatePolicyType>>;
12882
+ type _publicDeletePolicyType = typeof deletePolicy$1;
12883
+ declare const deletePolicy: ReturnType<typeof createRESTModule$2<_publicDeletePolicyType>>;
12884
+ type _publicQueryPoliciesType = typeof queryPolicies$1;
12885
+ declare const queryPolicies: ReturnType<typeof createRESTModule$2<_publicQueryPoliciesType>>;
12886
+ type _publicReorderEventPoliciesType = typeof reorderEventPolicies$1;
12887
+ declare const reorderEventPolicies: ReturnType<typeof createRESTModule$2<_publicReorderEventPoliciesType>>;
12888
+ type _publicGetPolicyType = typeof getPolicy$1;
12889
+ declare const getPolicy: ReturnType<typeof createRESTModule$2<_publicGetPolicyType>>;
12890
+
12891
+ type _publicOnPolicyCreatedType = typeof onPolicyCreated$1;
12892
+ declare const onPolicyCreated: ReturnType<typeof createEventModule$2<_publicOnPolicyCreatedType>>;
12893
+
12894
+ type _publicOnPolicyUpdatedType = typeof onPolicyUpdated$1;
12895
+ declare const onPolicyUpdated: ReturnType<typeof createEventModule$2<_publicOnPolicyUpdatedType>>;
12896
+
12897
+ type _publicOnPolicyDeletedType = typeof onPolicyDeleted$1;
12898
+ declare const onPolicyDeleted: ReturnType<typeof createEventModule$2<_publicOnPolicyDeletedType>>;
12503
12899
 
12504
12900
  type index_d$2_CreatePolicyRequest = CreatePolicyRequest;
12505
12901
  type index_d$2_CreatePolicyResponse = CreatePolicyResponse;
@@ -12532,6 +12928,15 @@ type index_d$2_UpdatePolicyResponse = UpdatePolicyResponse;
12532
12928
  type index_d$2_UpdatePolicyResponseNonNullableFields = UpdatePolicyResponseNonNullableFields;
12533
12929
  type index_d$2_UpdatePolicySortIndexRequest = UpdatePolicySortIndexRequest;
12534
12930
  type index_d$2_UpdatePolicySortIndexResponse = UpdatePolicySortIndexResponse;
12931
+ type index_d$2__publicCreatePolicyType = _publicCreatePolicyType;
12932
+ type index_d$2__publicDeletePolicyType = _publicDeletePolicyType;
12933
+ type index_d$2__publicGetPolicyType = _publicGetPolicyType;
12934
+ type index_d$2__publicOnPolicyCreatedType = _publicOnPolicyCreatedType;
12935
+ type index_d$2__publicOnPolicyDeletedType = _publicOnPolicyDeletedType;
12936
+ type index_d$2__publicOnPolicyUpdatedType = _publicOnPolicyUpdatedType;
12937
+ type index_d$2__publicQueryPoliciesType = _publicQueryPoliciesType;
12938
+ type index_d$2__publicReorderEventPoliciesType = _publicReorderEventPoliciesType;
12939
+ type index_d$2__publicUpdatePolicyType = _publicUpdatePolicyType;
12535
12940
  declare const index_d$2_createPolicy: typeof createPolicy;
12536
12941
  declare const index_d$2_deletePolicy: typeof deletePolicy;
12537
12942
  declare const index_d$2_getPolicy: typeof getPolicy;
@@ -12542,7 +12947,7 @@ declare const index_d$2_queryPolicies: typeof queryPolicies;
12542
12947
  declare const index_d$2_reorderEventPolicies: typeof reorderEventPolicies;
12543
12948
  declare const index_d$2_updatePolicy: typeof updatePolicy;
12544
12949
  declare namespace index_d$2 {
12545
- 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, 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, index_d$2_queryPolicies as queryPolicies, index_d$2_reorderEventPolicies as reorderEventPolicies, index_d$2_updatePolicy as updatePolicy };
12950
+ 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 };
12546
12951
  }
12547
12952
 
12548
12953
  interface V3Event {
@@ -14661,26 +15066,33 @@ interface Category$1 {
14661
15066
  /** Category name. */
14662
15067
  name?: string;
14663
15068
  /**
14664
- * Category creation timestamp.
15069
+ * Date and time when category was created.
14665
15070
  * @readonly
14666
15071
  */
14667
15072
  _createdDate?: Date;
14668
15073
  /**
14669
- * Assigned and assigned draft event counts.
15074
+ * The total number of draft and published events assigned to the category.
14670
15075
  * @readonly
14671
15076
  */
14672
15077
  counts?: CategoryCounts$1;
14673
15078
  /**
14674
- * Category state. Default - MANUAL.
14675
- * WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use other states.
14676
- * Field will be ignored on update requests.
15079
+ * Category state. Possible values:
15080
+ *
15081
+ * `MANUAL`: Category is created manually by the user.
15082
+ * `AUTO`: Category is created automatically.
15083
+ * `RECURRING_EVENT`: Category is created automatically when publishing recurring events.
15084
+ * `HIDDEN`: Category can't be seen.
15085
+ *
15086
+ * Default: `MANUAL`.
15087
+ *
15088
+ * **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
14677
15089
  */
14678
15090
  states?: State$1[];
14679
15091
  }
14680
15092
  interface CategoryCounts$1 {
14681
- /** Assigned events count. Deleted events are excluded. */
15093
+ /** Total number of draft events assigned to the category. */
14682
15094
  assignedEventsCount?: number | null;
14683
- /** Assigned draft events count. */
15095
+ /** Total number of published events assigned to the category. Deleted events are excluded. */
14684
15096
  assignedDraftEventsCount?: number | null;
14685
15097
  }
14686
15098
  declare enum State$1 {
@@ -15577,31 +15989,83 @@ interface GetEventBySlugOptions {
15577
15989
  fields?: RequestedFields[];
15578
15990
  }
15579
15991
 
15992
+ declare function createEvent$1(httpClient: HttpClient): (event: V3Event, options?: CreateEventOptions) => Promise<V3Event & V3EventNonNullableFields>;
15993
+ declare function cloneEvent$1(httpClient: HttpClient): (eventId: string, options?: CloneEventOptions) => Promise<CloneEventResponse & CloneEventResponseNonNullableFields>;
15994
+ declare function updateEvent$1(httpClient: HttpClient): (_id: string, options?: UpdateEventOptions) => Promise<V3Event & V3EventNonNullableFields>;
15995
+ declare function publishDraftEvent$1(httpClient: HttpClient): (eventId: string, options?: PublishDraftEventOptions) => Promise<PublishDraftEventResponse & PublishDraftEventResponseNonNullableFields>;
15996
+ declare function cancelEvent$1(httpClient: HttpClient): (eventId: string, options?: CancelEventOptions) => Promise<CancelEventResponse & CancelEventResponseNonNullableFields>;
15997
+ declare function bulkCancelEventsByFilter$1(httpClient: HttpClient): (options?: BulkCancelEventsByFilterOptions) => Promise<void>;
15998
+ declare function deleteEvent$1(httpClient: HttpClient): (eventId: string) => Promise<DeleteEventResponse & DeleteEventResponseNonNullableFields>;
15999
+ declare function bulkDeleteEventsByFilter$1(httpClient: HttpClient): (options?: BulkDeleteEventsByFilterOptions) => Promise<void>;
16000
+ declare function queryEvents$1(httpClient: HttpClient): (options?: QueryEventsOptions) => EventsQueryBuilder;
16001
+ declare function countEventsByStatus$1(httpClient: HttpClient): (options?: CountEventsByStatusOptions) => Promise<CountEventsByStatusResponse>;
16002
+ declare function getEvent$1(httpClient: HttpClient): (eventId: string | null, options?: GetEventOptions) => Promise<V3Event & V3EventNonNullableFields>;
16003
+ declare function getEventBySlug$1(httpClient: HttpClient): (slug: string | null, options?: GetEventBySlugOptions) => Promise<GetEventBySlugResponse & GetEventBySlugResponseNonNullableFields>;
16004
+ declare const onEventCreated$1: EventDefinition<EventCreatedEnvelope, "wix.events.v3.event_created">;
16005
+ declare const onEventUpdated$1: EventDefinition<EventUpdatedEnvelope, "wix.events.v3.event_updated">;
16006
+ declare const onEventDeleted$1: EventDefinition<EventDeletedEnvelope, "wix.events.v3.event_deleted">;
16007
+ declare const onEventStarted$1: EventDefinition<EventStartedEnvelope, "wix.events.v3.event_started">;
16008
+ declare const onEventEnded$1: EventDefinition<EventEndedEnvelope, "wix.events.v3.event_ended">;
16009
+ declare const onEventReminder$1: EventDefinition<EventReminderEnvelope, "wix.events.v3.event_reminder">;
16010
+ declare const onEventPublished$1: EventDefinition<EventPublishedEnvelope, "wix.events.v3.event_published">;
16011
+ declare const onEventCloned$1: EventDefinition<EventClonedEnvelope, "wix.events.v3.event_cloned">;
16012
+ declare const onEventCanceled$1: EventDefinition<EventCanceledEnvelope, "wix.events.v3.event_canceled">;
16013
+
15580
16014
  declare function createRESTModule$1<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
15581
16015
 
15582
16016
  declare function createEventModule$1<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
15583
16017
 
15584
- declare const createEvent: ReturnType<typeof createRESTModule$1<typeof publicCreateEvent>>;
15585
- declare const cloneEvent: ReturnType<typeof createRESTModule$1<typeof publicCloneEvent>>;
15586
- declare const updateEvent: ReturnType<typeof createRESTModule$1<typeof publicUpdateEvent>>;
15587
- declare const publishDraftEvent: ReturnType<typeof createRESTModule$1<typeof publicPublishDraftEvent>>;
15588
- declare const cancelEvent: ReturnType<typeof createRESTModule$1<typeof publicCancelEvent>>;
15589
- declare const bulkCancelEventsByFilter: ReturnType<typeof createRESTModule$1<typeof publicBulkCancelEventsByFilter>>;
15590
- declare const deleteEvent: ReturnType<typeof createRESTModule$1<typeof publicDeleteEvent>>;
15591
- declare const bulkDeleteEventsByFilter: ReturnType<typeof createRESTModule$1<typeof publicBulkDeleteEventsByFilter>>;
15592
- declare const queryEvents: ReturnType<typeof createRESTModule$1<typeof publicQueryEvents>>;
15593
- declare const countEventsByStatus: ReturnType<typeof createRESTModule$1<typeof publicCountEventsByStatus>>;
15594
- declare const getEvent: ReturnType<typeof createRESTModule$1<typeof publicGetEvent>>;
15595
- declare const getEventBySlug: ReturnType<typeof createRESTModule$1<typeof publicGetEventBySlug>>;
15596
- declare const onEventCreated: ReturnType<typeof createEventModule$1<typeof publicOnEventCreated>>;
15597
- declare const onEventUpdated: ReturnType<typeof createEventModule$1<typeof publicOnEventUpdated>>;
15598
- declare const onEventDeleted: ReturnType<typeof createEventModule$1<typeof publicOnEventDeleted>>;
15599
- declare const onEventStarted: ReturnType<typeof createEventModule$1<typeof publicOnEventStarted>>;
15600
- declare const onEventEnded: ReturnType<typeof createEventModule$1<typeof publicOnEventEnded>>;
15601
- declare const onEventReminder: ReturnType<typeof createEventModule$1<typeof publicOnEventReminder>>;
15602
- declare const onEventPublished: ReturnType<typeof createEventModule$1<typeof publicOnEventPublished>>;
15603
- declare const onEventCloned: ReturnType<typeof createEventModule$1<typeof publicOnEventCloned>>;
15604
- declare const onEventCanceled: ReturnType<typeof createEventModule$1<typeof publicOnEventCanceled>>;
16018
+ type _publicCreateEventType = typeof createEvent$1;
16019
+ declare const createEvent: ReturnType<typeof createRESTModule$1<_publicCreateEventType>>;
16020
+ type _publicCloneEventType = typeof cloneEvent$1;
16021
+ declare const cloneEvent: ReturnType<typeof createRESTModule$1<_publicCloneEventType>>;
16022
+ type _publicUpdateEventType = typeof updateEvent$1;
16023
+ declare const updateEvent: ReturnType<typeof createRESTModule$1<_publicUpdateEventType>>;
16024
+ type _publicPublishDraftEventType = typeof publishDraftEvent$1;
16025
+ declare const publishDraftEvent: ReturnType<typeof createRESTModule$1<_publicPublishDraftEventType>>;
16026
+ type _publicCancelEventType = typeof cancelEvent$1;
16027
+ declare const cancelEvent: ReturnType<typeof createRESTModule$1<_publicCancelEventType>>;
16028
+ type _publicBulkCancelEventsByFilterType = typeof bulkCancelEventsByFilter$1;
16029
+ declare const bulkCancelEventsByFilter: ReturnType<typeof createRESTModule$1<_publicBulkCancelEventsByFilterType>>;
16030
+ type _publicDeleteEventType = typeof deleteEvent$1;
16031
+ declare const deleteEvent: ReturnType<typeof createRESTModule$1<_publicDeleteEventType>>;
16032
+ type _publicBulkDeleteEventsByFilterType = typeof bulkDeleteEventsByFilter$1;
16033
+ declare const bulkDeleteEventsByFilter: ReturnType<typeof createRESTModule$1<_publicBulkDeleteEventsByFilterType>>;
16034
+ type _publicQueryEventsType = typeof queryEvents$1;
16035
+ declare const queryEvents: ReturnType<typeof createRESTModule$1<_publicQueryEventsType>>;
16036
+ type _publicCountEventsByStatusType = typeof countEventsByStatus$1;
16037
+ declare const countEventsByStatus: ReturnType<typeof createRESTModule$1<_publicCountEventsByStatusType>>;
16038
+ type _publicGetEventType = typeof getEvent$1;
16039
+ declare const getEvent: ReturnType<typeof createRESTModule$1<_publicGetEventType>>;
16040
+ type _publicGetEventBySlugType = typeof getEventBySlug$1;
16041
+ declare const getEventBySlug: ReturnType<typeof createRESTModule$1<_publicGetEventBySlugType>>;
16042
+
16043
+ type _publicOnEventCreatedType = typeof onEventCreated$1;
16044
+ declare const onEventCreated: ReturnType<typeof createEventModule$1<_publicOnEventCreatedType>>;
16045
+
16046
+ type _publicOnEventUpdatedType = typeof onEventUpdated$1;
16047
+ declare const onEventUpdated: ReturnType<typeof createEventModule$1<_publicOnEventUpdatedType>>;
16048
+
16049
+ type _publicOnEventDeletedType = typeof onEventDeleted$1;
16050
+ declare const onEventDeleted: ReturnType<typeof createEventModule$1<_publicOnEventDeletedType>>;
16051
+
16052
+ type _publicOnEventStartedType = typeof onEventStarted$1;
16053
+ declare const onEventStarted: ReturnType<typeof createEventModule$1<_publicOnEventStartedType>>;
16054
+
16055
+ type _publicOnEventEndedType = typeof onEventEnded$1;
16056
+ declare const onEventEnded: ReturnType<typeof createEventModule$1<_publicOnEventEndedType>>;
16057
+
16058
+ type _publicOnEventReminderType = typeof onEventReminder$1;
16059
+ declare const onEventReminder: ReturnType<typeof createEventModule$1<_publicOnEventReminderType>>;
16060
+
16061
+ type _publicOnEventPublishedType = typeof onEventPublished$1;
16062
+ declare const onEventPublished: ReturnType<typeof createEventModule$1<_publicOnEventPublishedType>>;
16063
+
16064
+ type _publicOnEventClonedType = typeof onEventCloned$1;
16065
+ declare const onEventCloned: ReturnType<typeof createEventModule$1<_publicOnEventClonedType>>;
16066
+
16067
+ type _publicOnEventCanceledType = typeof onEventCanceled$1;
16068
+ declare const onEventCanceled: ReturnType<typeof createEventModule$1<_publicOnEventCanceledType>>;
15605
16069
 
15606
16070
  type index_d$1_AgendaSettings = AgendaSettings;
15607
16071
  type index_d$1_BulkCancelEventsByFilterOptions = BulkCancelEventsByFilterOptions;
@@ -15745,6 +16209,27 @@ type index_d$1_UserFilter = UserFilter;
15745
16209
  type index_d$1_V3Event = V3Event;
15746
16210
  type index_d$1_V3EventDisplaySettings = V3EventDisplaySettings;
15747
16211
  type index_d$1_V3EventNonNullableFields = V3EventNonNullableFields;
16212
+ type index_d$1__publicBulkCancelEventsByFilterType = _publicBulkCancelEventsByFilterType;
16213
+ type index_d$1__publicBulkDeleteEventsByFilterType = _publicBulkDeleteEventsByFilterType;
16214
+ type index_d$1__publicCancelEventType = _publicCancelEventType;
16215
+ type index_d$1__publicCloneEventType = _publicCloneEventType;
16216
+ type index_d$1__publicCountEventsByStatusType = _publicCountEventsByStatusType;
16217
+ type index_d$1__publicCreateEventType = _publicCreateEventType;
16218
+ type index_d$1__publicDeleteEventType = _publicDeleteEventType;
16219
+ type index_d$1__publicGetEventBySlugType = _publicGetEventBySlugType;
16220
+ type index_d$1__publicGetEventType = _publicGetEventType;
16221
+ type index_d$1__publicOnEventCanceledType = _publicOnEventCanceledType;
16222
+ type index_d$1__publicOnEventClonedType = _publicOnEventClonedType;
16223
+ type index_d$1__publicOnEventCreatedType = _publicOnEventCreatedType;
16224
+ type index_d$1__publicOnEventDeletedType = _publicOnEventDeletedType;
16225
+ type index_d$1__publicOnEventEndedType = _publicOnEventEndedType;
16226
+ type index_d$1__publicOnEventPublishedType = _publicOnEventPublishedType;
16227
+ type index_d$1__publicOnEventReminderType = _publicOnEventReminderType;
16228
+ type index_d$1__publicOnEventStartedType = _publicOnEventStartedType;
16229
+ type index_d$1__publicOnEventUpdatedType = _publicOnEventUpdatedType;
16230
+ type index_d$1__publicPublishDraftEventType = _publicPublishDraftEventType;
16231
+ type index_d$1__publicQueryEventsType = _publicQueryEventsType;
16232
+ type index_d$1__publicUpdateEventType = _publicUpdateEventType;
15748
16233
  declare const index_d$1_bulkCancelEventsByFilter: typeof bulkCancelEventsByFilter;
15749
16234
  declare const index_d$1_bulkDeleteEventsByFilter: typeof bulkDeleteEventsByFilter;
15750
16235
  declare const index_d$1_cancelEvent: typeof cancelEvent;
@@ -15767,7 +16252,7 @@ declare const index_d$1_publishDraftEvent: typeof publishDraftEvent;
15767
16252
  declare const index_d$1_queryEvents: typeof queryEvents;
15768
16253
  declare const index_d$1_updateEvent: typeof updateEvent;
15769
16254
  declare namespace index_d$1 {
15770
- 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, 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, index_d$1_publishDraftEvent as publishDraftEvent, index_d$1_queryEvents as queryEvents, index_d$1_updateEvent as updateEvent };
16255
+ 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 };
15771
16256
  }
15772
16257
 
15773
16258
  interface TicketDefinition {
@@ -17414,26 +17899,33 @@ interface Category {
17414
17899
  /** Category name. */
17415
17900
  name?: string;
17416
17901
  /**
17417
- * Category creation timestamp.
17902
+ * Date and time when category was created.
17418
17903
  * @readonly
17419
17904
  */
17420
17905
  _createdDate?: Date;
17421
17906
  /**
17422
- * Assigned and assigned draft event counts.
17907
+ * The total number of draft and published events assigned to the category.
17423
17908
  * @readonly
17424
17909
  */
17425
17910
  counts?: CategoryCounts;
17426
17911
  /**
17427
- * Category state. Default - MANUAL.
17428
- * WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use other states.
17429
- * Field will be ignored on update requests.
17912
+ * Category state. Possible values:
17913
+ *
17914
+ * `MANUAL`: Category is created manually by the user.
17915
+ * `AUTO`: Category is created automatically.
17916
+ * `RECURRING_EVENT`: Category is created automatically when publishing recurring events.
17917
+ * `HIDDEN`: Category can't be seen.
17918
+ *
17919
+ * Default: `MANUAL`.
17920
+ *
17921
+ * **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
17430
17922
  */
17431
17923
  states?: CategoryStateState[];
17432
17924
  }
17433
17925
  interface CategoryCounts {
17434
- /** Assigned events count. Deleted events are excluded. */
17926
+ /** Total number of draft events assigned to the category. */
17435
17927
  assignedEventsCount?: number | null;
17436
- /** Assigned draft events count. */
17928
+ /** Total number of published events assigned to the category. Deleted events are excluded. */
17437
17929
  assignedDraftEventsCount?: number | null;
17438
17930
  }
17439
17931
  declare enum CategoryStateState {
@@ -18090,25 +18582,60 @@ interface ChangeCurrencyOptions {
18090
18582
  currency: string;
18091
18583
  }
18092
18584
 
18585
+ declare function createTicketDefinition$1(httpClient: HttpClient): (ticketDefinition: TicketDefinition, options?: CreateTicketDefinitionOptions) => Promise<TicketDefinition & TicketDefinitionNonNullableFields>;
18586
+ declare function updateTicketDefinition$1(httpClient: HttpClient): (_id: string | null, ticketDefinition: UpdateTicketDefinition, options?: UpdateTicketDefinitionOptions) => Promise<TicketDefinition & TicketDefinitionNonNullableFields>;
18587
+ declare function getTicketDefinition$1(httpClient: HttpClient): (ticketDefinitionId: string, options?: GetTicketDefinitionOptions) => Promise<TicketDefinition & TicketDefinitionNonNullableFields>;
18588
+ declare function deleteTicketDefinition$1(httpClient: HttpClient): (ticketDefinitionId: string) => Promise<void>;
18589
+ declare function reorderTicketDefinitions$1(httpClient: HttpClient): (eventId: string, options?: ReorderTicketDefinitionsOptions) => Promise<void>;
18590
+ declare function queryTicketDefinitions$1(httpClient: HttpClient): (options?: QueryTicketDefinitionsOptions) => TicketDefinitionsQueryBuilder;
18591
+ declare function queryAvailableTicketDefinitions$1(httpClient: HttpClient): (query: QueryV2, options?: QueryAvailableTicketDefinitionsOptions) => Promise<QueryAvailableTicketDefinitionsResponse & QueryAvailableTicketDefinitionsResponseNonNullableFields>;
18592
+ declare function countTicketDefinitions$1(httpClient: HttpClient): (options?: CountTicketDefinitionsOptions) => Promise<CountTicketDefinitionsResponse>;
18593
+ declare function countAvailableTicketDefinitions$1(httpClient: HttpClient): (options?: CountAvailableTicketDefinitionsOptions) => Promise<CountAvailableTicketDefinitionsResponse>;
18594
+ declare function bulkDeleteTicketDefinitionsByFilter$1(httpClient: HttpClient): (filter: Record<string, any> | null) => Promise<void>;
18595
+ declare function changeCurrency$1(httpClient: HttpClient): (eventId: string, options: ChangeCurrencyOptions) => Promise<void>;
18596
+ declare const onTicketDefinitionCreated$1: EventDefinition<TicketDefinitionCreatedEnvelope, "wix.events.v3.ticket_definition_created">;
18597
+ declare const onTicketDefinitionUpdated$1: EventDefinition<TicketDefinitionUpdatedEnvelope, "wix.events.v3.ticket_definition_updated">;
18598
+ declare const onTicketDefinitionDeleted$1: EventDefinition<TicketDefinitionDeletedEnvelope, "wix.events.v3.ticket_definition_deleted">;
18599
+ declare const onTicketDefinitionSalePeriodUpdated$1: EventDefinition<TicketDefinitionSalePeriodUpdatedEnvelope, "wix.events.v3.ticket_definition_sale_period_updated">;
18600
+
18093
18601
  declare function createRESTModule<T extends RESTFunctionDescriptor>(descriptor: T, elevated?: boolean): BuildRESTFunction<T> & T;
18094
18602
 
18095
18603
  declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
18096
18604
 
18097
- declare const createTicketDefinition: ReturnType<typeof createRESTModule<typeof publicCreateTicketDefinition>>;
18098
- declare const updateTicketDefinition: ReturnType<typeof createRESTModule<typeof publicUpdateTicketDefinition>>;
18099
- declare const getTicketDefinition: ReturnType<typeof createRESTModule<typeof publicGetTicketDefinition>>;
18100
- declare const deleteTicketDefinition: ReturnType<typeof createRESTModule<typeof publicDeleteTicketDefinition>>;
18101
- declare const reorderTicketDefinitions: ReturnType<typeof createRESTModule<typeof publicReorderTicketDefinitions>>;
18102
- declare const queryTicketDefinitions: ReturnType<typeof createRESTModule<typeof publicQueryTicketDefinitions>>;
18103
- declare const queryAvailableTicketDefinitions: ReturnType<typeof createRESTModule<typeof publicQueryAvailableTicketDefinitions>>;
18104
- declare const countTicketDefinitions: ReturnType<typeof createRESTModule<typeof publicCountTicketDefinitions>>;
18105
- declare const countAvailableTicketDefinitions: ReturnType<typeof createRESTModule<typeof publicCountAvailableTicketDefinitions>>;
18106
- declare const bulkDeleteTicketDefinitionsByFilter: ReturnType<typeof createRESTModule<typeof publicBulkDeleteTicketDefinitionsByFilter>>;
18107
- declare const changeCurrency: ReturnType<typeof createRESTModule<typeof publicChangeCurrency>>;
18108
- declare const onTicketDefinitionCreated: ReturnType<typeof createEventModule<typeof publicOnTicketDefinitionCreated>>;
18109
- declare const onTicketDefinitionUpdated: ReturnType<typeof createEventModule<typeof publicOnTicketDefinitionUpdated>>;
18110
- declare const onTicketDefinitionDeleted: ReturnType<typeof createEventModule<typeof publicOnTicketDefinitionDeleted>>;
18111
- declare const onTicketDefinitionSalePeriodUpdated: ReturnType<typeof createEventModule<typeof publicOnTicketDefinitionSalePeriodUpdated>>;
18605
+ type _publicCreateTicketDefinitionType = typeof createTicketDefinition$1;
18606
+ declare const createTicketDefinition: ReturnType<typeof createRESTModule<_publicCreateTicketDefinitionType>>;
18607
+ type _publicUpdateTicketDefinitionType = typeof updateTicketDefinition$1;
18608
+ declare const updateTicketDefinition: ReturnType<typeof createRESTModule<_publicUpdateTicketDefinitionType>>;
18609
+ type _publicGetTicketDefinitionType = typeof getTicketDefinition$1;
18610
+ declare const getTicketDefinition: ReturnType<typeof createRESTModule<_publicGetTicketDefinitionType>>;
18611
+ type _publicDeleteTicketDefinitionType = typeof deleteTicketDefinition$1;
18612
+ declare const deleteTicketDefinition: ReturnType<typeof createRESTModule<_publicDeleteTicketDefinitionType>>;
18613
+ type _publicReorderTicketDefinitionsType = typeof reorderTicketDefinitions$1;
18614
+ declare const reorderTicketDefinitions: ReturnType<typeof createRESTModule<_publicReorderTicketDefinitionsType>>;
18615
+ type _publicQueryTicketDefinitionsType = typeof queryTicketDefinitions$1;
18616
+ declare const queryTicketDefinitions: ReturnType<typeof createRESTModule<_publicQueryTicketDefinitionsType>>;
18617
+ type _publicQueryAvailableTicketDefinitionsType = typeof queryAvailableTicketDefinitions$1;
18618
+ declare const queryAvailableTicketDefinitions: ReturnType<typeof createRESTModule<_publicQueryAvailableTicketDefinitionsType>>;
18619
+ type _publicCountTicketDefinitionsType = typeof countTicketDefinitions$1;
18620
+ declare const countTicketDefinitions: ReturnType<typeof createRESTModule<_publicCountTicketDefinitionsType>>;
18621
+ type _publicCountAvailableTicketDefinitionsType = typeof countAvailableTicketDefinitions$1;
18622
+ declare const countAvailableTicketDefinitions: ReturnType<typeof createRESTModule<_publicCountAvailableTicketDefinitionsType>>;
18623
+ type _publicBulkDeleteTicketDefinitionsByFilterType = typeof bulkDeleteTicketDefinitionsByFilter$1;
18624
+ declare const bulkDeleteTicketDefinitionsByFilter: ReturnType<typeof createRESTModule<_publicBulkDeleteTicketDefinitionsByFilterType>>;
18625
+ type _publicChangeCurrencyType = typeof changeCurrency$1;
18626
+ declare const changeCurrency: ReturnType<typeof createRESTModule<_publicChangeCurrencyType>>;
18627
+
18628
+ type _publicOnTicketDefinitionCreatedType = typeof onTicketDefinitionCreated$1;
18629
+ declare const onTicketDefinitionCreated: ReturnType<typeof createEventModule<_publicOnTicketDefinitionCreatedType>>;
18630
+
18631
+ type _publicOnTicketDefinitionUpdatedType = typeof onTicketDefinitionUpdated$1;
18632
+ declare const onTicketDefinitionUpdated: ReturnType<typeof createEventModule<_publicOnTicketDefinitionUpdatedType>>;
18633
+
18634
+ type _publicOnTicketDefinitionDeletedType = typeof onTicketDefinitionDeleted$1;
18635
+ declare const onTicketDefinitionDeleted: ReturnType<typeof createEventModule<_publicOnTicketDefinitionDeletedType>>;
18636
+
18637
+ type _publicOnTicketDefinitionSalePeriodUpdatedType = typeof onTicketDefinitionSalePeriodUpdated$1;
18638
+ declare const onTicketDefinitionSalePeriodUpdated: ReturnType<typeof createEventModule<_publicOnTicketDefinitionSalePeriodUpdatedType>>;
18112
18639
 
18113
18640
  type index_d_ActionEvent = ActionEvent;
18114
18641
  type index_d_Address = Address;
@@ -18340,6 +18867,21 @@ type index_d_VisitorType = VisitorType;
18340
18867
  declare const index_d_VisitorType: typeof VisitorType;
18341
18868
  type index_d_WebhookIdentityType = WebhookIdentityType;
18342
18869
  declare const index_d_WebhookIdentityType: typeof WebhookIdentityType;
18870
+ type index_d__publicBulkDeleteTicketDefinitionsByFilterType = _publicBulkDeleteTicketDefinitionsByFilterType;
18871
+ type index_d__publicChangeCurrencyType = _publicChangeCurrencyType;
18872
+ type index_d__publicCountAvailableTicketDefinitionsType = _publicCountAvailableTicketDefinitionsType;
18873
+ type index_d__publicCountTicketDefinitionsType = _publicCountTicketDefinitionsType;
18874
+ type index_d__publicCreateTicketDefinitionType = _publicCreateTicketDefinitionType;
18875
+ type index_d__publicDeleteTicketDefinitionType = _publicDeleteTicketDefinitionType;
18876
+ type index_d__publicGetTicketDefinitionType = _publicGetTicketDefinitionType;
18877
+ type index_d__publicOnTicketDefinitionCreatedType = _publicOnTicketDefinitionCreatedType;
18878
+ type index_d__publicOnTicketDefinitionDeletedType = _publicOnTicketDefinitionDeletedType;
18879
+ type index_d__publicOnTicketDefinitionSalePeriodUpdatedType = _publicOnTicketDefinitionSalePeriodUpdatedType;
18880
+ type index_d__publicOnTicketDefinitionUpdatedType = _publicOnTicketDefinitionUpdatedType;
18881
+ type index_d__publicQueryAvailableTicketDefinitionsType = _publicQueryAvailableTicketDefinitionsType;
18882
+ type index_d__publicQueryTicketDefinitionsType = _publicQueryTicketDefinitionsType;
18883
+ type index_d__publicReorderTicketDefinitionsType = _publicReorderTicketDefinitionsType;
18884
+ type index_d__publicUpdateTicketDefinitionType = _publicUpdateTicketDefinitionType;
18343
18885
  declare const index_d_bulkDeleteTicketDefinitionsByFilter: typeof bulkDeleteTicketDefinitionsByFilter;
18344
18886
  declare const index_d_changeCurrency: typeof changeCurrency;
18345
18887
  declare const index_d_countAvailableTicketDefinitions: typeof countAvailableTicketDefinitions;
@@ -18356,7 +18898,7 @@ declare const index_d_queryTicketDefinitions: typeof queryTicketDefinitions;
18356
18898
  declare const index_d_reorderTicketDefinitions: typeof reorderTicketDefinitions;
18357
18899
  declare const index_d_updateTicketDefinition: typeof updateTicketDefinition;
18358
18900
  declare namespace index_d {
18359
- 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, 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, index_d_queryAvailableTicketDefinitions as queryAvailableTicketDefinitions, index_d_queryTicketDefinitions as queryTicketDefinitions, index_d_reorderTicketDefinitions as reorderTicketDefinitions, index_d_updateTicketDefinition as updateTicketDefinition };
18901
+ 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 };
18360
18902
  }
18361
18903
 
18362
18904
  export { index_d$8 as categories, index_d$7 as forms, index_d$d as guests, index_d$c as notifications, index_d$6 as orders, index_d$2 as policies, index_d$5 as rsvp, index_d$a as schedule, index_d$b as scheduleBookmarks, index_d$9 as staffMembers, index_d$3 as ticketDefinitions, index_d as ticketDefinitionsV2, index_d$4 as tickets, index_d$1 as wixEventsV2 };