@wix/events 1.0.260 → 1.0.262

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/events",
3
- "version": "1.0.260",
3
+ "version": "1.0.262",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -20,11 +20,11 @@
20
20
  "dependencies": {
21
21
  "@wix/events_categories": "1.0.39",
22
22
  "@wix/events_forms": "1.0.40",
23
- "@wix/events_guests": "1.0.52",
24
- "@wix/events_notifications": "1.0.23",
23
+ "@wix/events_guests": "1.0.53",
24
+ "@wix/events_notifications": "1.0.24",
25
25
  "@wix/events_orders": "1.0.40",
26
26
  "@wix/events_policies": "1.0.38",
27
- "@wix/events_ricos": "1.0.1",
27
+ "@wix/events_ricos": "1.0.2",
28
28
  "@wix/events_rsvp": "1.0.39",
29
29
  "@wix/events_schedule": "1.0.33",
30
30
  "@wix/events_schedule-bookmarks": "1.0.29",
@@ -57,5 +57,5 @@
57
57
  "fqdn": ""
58
58
  }
59
59
  },
60
- "falconPackageHash": "0c11dc5a6e22ccc2bbff904afd6a0397fbfc4bd3e8df98e459d3f123"
60
+ "falconPackageHash": "042ae67d4386e99cd67a77cc3930cfb88d5549331f8490bea83f42bc"
61
61
  }
@@ -979,7 +979,7 @@ declare enum OrderType$1 {
979
979
  /** Each order ticket has its own form */
980
980
  ASSIGNED_TICKETS = "ASSIGNED_TICKETS"
981
981
  }
982
- interface EventDeleted$3 {
982
+ interface EventDeleted$4 {
983
983
  /** Event deleted timestamp in ISO UTC format. */
984
984
  timestamp?: Date;
985
985
  /** Event ID. */
@@ -1246,15 +1246,21 @@ declare function createEventModule$b<T extends EventDefinition<any, string>>(eve
1246
1246
  declare const queryGuests: BuildRESTFunction<typeof queryGuests$1> & typeof queryGuests$1;
1247
1247
 
1248
1248
  type _publicOnGuestCreatedType = typeof onGuestCreated$1;
1249
- /** */
1249
+ /**
1250
+ * Triggered when a guest is created.
1251
+ */
1250
1252
  declare const onGuestCreated: ReturnType<typeof createEventModule$b<_publicOnGuestCreatedType>>;
1251
1253
 
1252
1254
  type _publicOnGuestUpdatedType = typeof onGuestUpdated$1;
1253
- /** */
1255
+ /**
1256
+ * Triggered when a guest is updated. This webhook always fires together with [Event Guest Created](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-created) and [Event Guest Deleted](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-deleted) webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run once.
1257
+ */
1254
1258
  declare const onGuestUpdated: ReturnType<typeof createEventModule$b<_publicOnGuestUpdatedType>>;
1255
1259
 
1256
1260
  type _publicOnGuestDeletedType = typeof onGuestDeleted$1;
1257
- /** */
1261
+ /**
1262
+ * Triggered when a guest is deleted.
1263
+ */
1258
1264
  declare const onGuestDeleted: ReturnType<typeof createEventModule$b<_publicOnGuestDeletedType>>;
1259
1265
 
1260
1266
  type context$e_GuestCount = GuestCount;
@@ -1288,7 +1294,7 @@ declare const context$e_onGuestDeleted: typeof onGuestDeleted;
1288
1294
  declare const context$e_onGuestUpdated: typeof onGuestUpdated;
1289
1295
  declare const context$e_queryGuests: typeof queryGuests;
1290
1296
  declare namespace context$e {
1291
- export { type ActionEvent$8 as ActionEvent, type Address$9 as Address, type AddressLocation$9 as AddressLocation, type AddressStreetOneOf$9 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$b as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$6 as CursorPaging, type Cursors$9 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventDeleted$3 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$6 as EventMetadata, EventType$4 as EventType, type Fee$2 as Fee, FeeName$2 as FeeName, FeeType$3 as FeeType, type FormResponse$4 as FormResponse, type FormattedAddress$4 as FormattedAddress, type Guest$3 as Guest, type context$e_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type context$e_GuestCreatedEnvelope as GuestCreatedEnvelope, type context$e_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type context$e_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type context$e_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type context$e_GuestsQueryBuilder as GuestsQueryBuilder, type context$e_GuestsQueryResult as GuestsQueryResult, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$3 as Item, type context$e_Language as Language, type context$e_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type context$e_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$c as MessageEnvelope, type Money$7 as Money, NotifyActionType$1 as NotifyActionType, type NotifyGuestAction$1 as NotifyGuestAction, type OnlineConferencingLogin$4 as OnlineConferencingLogin, type OrderConfirmed$2 as OrderConfirmed, type OrderDeleted$1 as OrderDeleted, OrderStatus$3 as OrderStatus, OrderType$1 as OrderType, type OrderUpdated$2 as OrderUpdated, type Paging$8 as Paging, type PagingMetadataV2$8 as PagingMetadataV2, type PaidPlanDiscount$2 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$2 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$2 as PercentDiscount, type context$e_QueryEventGuestsOptions as QueryEventGuestsOptions, type context$e_QueryEventGuestsRequest as QueryEventGuestsRequest, type context$e_QueryEventGuestsResponse as QueryEventGuestsResponse, type context$e_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, context$e_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$6 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type context$e_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type context$e_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type StandardDetails$4 as StandardDetails, type context$e_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$9 as StreetAddress, type Subdivision$9 as Subdivision, SubdivisionType$9 as SubdivisionType, type context$e_Task as Task, type TaskContext$1 as TaskContext, type context$e_TaskKey as TaskKey, type Tax$2 as Tax, TaxType$5 as TaxType, type Ticket$3 as Ticket, type TicketDetails$3 as TicketDetails, type TicketGuestDetails$1 as TicketGuestDetails, type context$e_UpdateGuestRequest as UpdateGuestRequest, type context$e_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$c as WebhookIdentityType, type context$e__publicOnGuestCreatedType as _publicOnGuestCreatedType, type context$e__publicOnGuestDeletedType as _publicOnGuestDeletedType, type context$e__publicOnGuestUpdatedType as _publicOnGuestUpdatedType, context$e_onGuestCreated as onGuestCreated, context$e_onGuestDeleted as onGuestDeleted, context$e_onGuestUpdated as onGuestUpdated, onGuestCreated$1 as publicOnGuestCreated, onGuestDeleted$1 as publicOnGuestDeleted, onGuestUpdated$1 as publicOnGuestUpdated, context$e_queryGuests as queryGuests };
1297
+ export { type ActionEvent$8 as ActionEvent, type Address$9 as Address, type AddressLocation$9 as AddressLocation, type AddressStreetOneOf$9 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$b as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$6 as CursorPaging, type Cursors$9 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventDeleted$4 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$6 as EventMetadata, EventType$4 as EventType, type Fee$2 as Fee, FeeName$2 as FeeName, FeeType$3 as FeeType, type FormResponse$4 as FormResponse, type FormattedAddress$4 as FormattedAddress, type Guest$3 as Guest, type context$e_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type context$e_GuestCreatedEnvelope as GuestCreatedEnvelope, type context$e_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type context$e_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type context$e_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type context$e_GuestsQueryBuilder as GuestsQueryBuilder, type context$e_GuestsQueryResult as GuestsQueryResult, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$3 as Item, type context$e_Language as Language, type context$e_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type context$e_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$c as MessageEnvelope, type Money$7 as Money, NotifyActionType$1 as NotifyActionType, type NotifyGuestAction$1 as NotifyGuestAction, type OnlineConferencingLogin$4 as OnlineConferencingLogin, type OrderConfirmed$2 as OrderConfirmed, type OrderDeleted$1 as OrderDeleted, OrderStatus$3 as OrderStatus, OrderType$1 as OrderType, type OrderUpdated$2 as OrderUpdated, type Paging$8 as Paging, type PagingMetadataV2$8 as PagingMetadataV2, type PaidPlanDiscount$2 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$2 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$2 as PercentDiscount, type context$e_QueryEventGuestsOptions as QueryEventGuestsOptions, type context$e_QueryEventGuestsRequest as QueryEventGuestsRequest, type context$e_QueryEventGuestsResponse as QueryEventGuestsResponse, type context$e_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, context$e_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$6 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type context$e_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type context$e_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type StandardDetails$4 as StandardDetails, type context$e_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$9 as StreetAddress, type Subdivision$9 as Subdivision, SubdivisionType$9 as SubdivisionType, type context$e_Task as Task, type TaskContext$1 as TaskContext, type context$e_TaskKey as TaskKey, type Tax$2 as Tax, TaxType$5 as TaxType, type Ticket$3 as Ticket, type TicketDetails$3 as TicketDetails, type TicketGuestDetails$1 as TicketGuestDetails, type context$e_UpdateGuestRequest as UpdateGuestRequest, type context$e_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$c as WebhookIdentityType, type context$e__publicOnGuestCreatedType as _publicOnGuestCreatedType, type context$e__publicOnGuestDeletedType as _publicOnGuestDeletedType, type context$e__publicOnGuestUpdatedType as _publicOnGuestUpdatedType, context$e_onGuestCreated as onGuestCreated, context$e_onGuestDeleted as onGuestDeleted, context$e_onGuestUpdated as onGuestUpdated, onGuestCreated$1 as publicOnGuestCreated, onGuestDeleted$1 as publicOnGuestDeleted, onGuestUpdated$1 as publicOnGuestUpdated, context$e_queryGuests as queryGuests };
1292
1298
  }
1293
1299
 
1294
1300
  interface NotificationConfig {
@@ -3629,7 +3635,7 @@ interface ResolveEmailNotificationConfigResponse {
3629
3635
  /** The retrieved EmailNotificationConfig */
3630
3636
  emailNotificationConfig?: EmailNotificationConfig;
3631
3637
  }
3632
- interface EventDeleted$2 {
3638
+ interface EventDeleted$3 {
3633
3639
  /** Event deleted timestamp in ISO UTC format. */
3634
3640
  timestamp?: Date;
3635
3641
  /** Event ID. */
@@ -3823,15 +3829,21 @@ declare const resolveNotificationConfig: BuildRESTFunction<typeof resolveNotific
3823
3829
  declare const upsertNotificationConfig: BuildRESTFunction<typeof upsertNotificationConfig$1> & typeof upsertNotificationConfig$1;
3824
3830
 
3825
3831
  type _publicOnNotificationConfigCreatedType = typeof onNotificationConfigCreated$1;
3826
- /** */
3832
+ /**
3833
+ * Triggered when a guest is created.
3834
+ */
3827
3835
  declare const onNotificationConfigCreated: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigCreatedType>>;
3828
3836
 
3829
3837
  type _publicOnNotificationConfigUpdatedType = typeof onNotificationConfigUpdated$1;
3830
- /** */
3838
+ /**
3839
+ * Triggered when a guest is updated. This webhook always fires together with [Event Guest Created](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-created) and [Event Guest Deleted](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-deleted) webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run once.
3840
+ */
3831
3841
  declare const onNotificationConfigUpdated: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigUpdatedType>>;
3832
3842
 
3833
3843
  type _publicOnNotificationConfigDeletedType = typeof onNotificationConfigDeleted$1;
3834
- /** */
3844
+ /**
3845
+ * Triggered when a guest is deleted.
3846
+ */
3835
3847
  declare const onNotificationConfigDeleted: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigDeletedType>>;
3836
3848
 
3837
3849
  type context$d_Action = Action;
@@ -3928,7 +3940,7 @@ declare const context$d_resolveNotificationConfig: typeof resolveNotificationCon
3928
3940
  declare const context$d_triggerNotification: typeof triggerNotification;
3929
3941
  declare const context$d_upsertNotificationConfig: typeof upsertNotificationConfig;
3930
3942
  declare namespace context$d {
3931
- export { type context$d_Action as Action, type ActionEvent$7 as ActionEvent, type context$d_ActionInfoOneOf as ActionInfoOneOf, type context$d_ActionSettings as ActionSettings, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, type Agenda$3 as Agenda, type context$d_AppDefinedAction as AppDefinedAction, type context$d_ApplicationOrigin as ApplicationOrigin, context$d_AttendanceStatus as AttendanceStatus, type context$d_AuditInfo as AuditInfo, type context$d_AuditInfoIdOneOf as AuditInfoIdOneOf, type context$d_Automation as Automation, type context$d_AutomationConfiguration as AutomationConfiguration, type context$d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type context$d_AutomationSettings as AutomationSettings, type BaseEventMetadata$a as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, type context$d_ConditionAction as ConditionAction, type context$d_ConditionExpressionGroup as ConditionExpressionGroup, ConferenceType$3 as ConferenceType, type context$d_ContactEventStatusUpdated as ContactEventStatusUpdated, context$d_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type context$d_DelayAction as DelayAction, type context$d_DeletedWithEntity as DeletedWithEntity, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type context$d_DraftInfo as DraftInfo, type context$d_EmailNotificationConfig as EmailNotificationConfig, context$d_EmailNotificationReminderTime as EmailNotificationReminderTime, context$d_EmailNotificationType as EmailNotificationType, type context$d_EmailTemplate as EmailTemplate, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$3 as EventCopied, type EventDeleted$2 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type context$d_EventGuest as EventGuest, type context$d_EventGuests as EventGuests, type EventMetadata$5 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$5 as EventStatus, EventType$3 as EventType, type EventUpdated$3 as EventUpdated, type ExternalEvent$3 as ExternalEvent, type Fee$1 as Fee, FeeName$1 as FeeName, FeeType$2 as FeeType, type Feed$3 as Feed, type File$1 as File, type context$d_Filter as Filter, type Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type context$d_FutureDateActivationOffset as FutureDateActivationOffset, type Guest$2 as Guest, type context$d_GuestCountUpdate as GuestCountUpdate, type context$d_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, context$d_GuestType as GuestType, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type Input$3 as Input, type InputControl$3 as InputControl, InputControlType$3 as InputControlType, type InputValue$3 as InputValue, type Invoice$1 as Invoice, type Item$2 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type Link$1 as Link, type Location$5 as Location, LocationType$5 as LocationType, type MapCoordinates$5 as MapCoordinates, type context$d_MemberEventStatusUpdated as MemberEventStatusUpdated, context$d_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$b as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type context$d_NotificationConfig as NotificationConfig, type context$d_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type context$d_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type context$d_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, context$d_NotifyActionType as NotifyActionType, type context$d_NotifyGuestAction as NotifyGuestAction, type Occurrence$5 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, context$d_Operator as Operator, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type context$d_OrderEmailAdded as OrderEmailAdded, type context$d_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, context$d_Origin as Origin, type context$d_OutputAction as OutputAction, type PaidPlanDiscount$1 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$1 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$1 as PercentDiscount, type Positive$3 as Positive, type PositiveResponseConfirmation$3 as PositiveResponseConfirmation, type context$d_PreinstalledOrigin as PreinstalledOrigin, context$d_PushNotificationType as PushNotificationType, type context$d_RateLimit as RateLimit, type context$d_RateLimitAction as RateLimitAction, RecurrenceStatusStatus$1 as RecurrenceStatusStatus, type Recurrences$5 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type context$d_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type context$d_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type context$d_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type context$d_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type context$d_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$5 as RestoreInfo, type RsvpCollection$3 as RsvpCollection, type RsvpCollectionConfig$3 as RsvpCollectionConfig, type RsvpCreated$1 as RsvpCreated, type RsvpFormMessages$3 as RsvpFormMessages, type context$d_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$5 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$4 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$6 as Status, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type Tag$3 as Tag, type Target$1 as Target, context$d_TargetType as TargetType, type context$d_TaskContext as TaskContext, type Tax$1 as Tax, type TaxConfig$3 as TaxConfig, TaxType$4 as TaxType, type Ticket$2 as Ticket, type TicketDetails$2 as TicketDetails, type context$d_TicketGuest as TicketGuest, type context$d_TicketGuestDetails as TicketGuestDetails, type context$d_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type context$d_TicketPdfResolved as TicketPdfResolved, type Ticketing$3 as Ticketing, type TicketingConfig$3 as TicketingConfig, type TicketingSummary$3 as TicketingSummary, type TicketsUnavailableMessages$3 as TicketsUnavailableMessages, type TimeDuration$1 as TimeDuration, context$d_TimeUnit as TimeUnit, type context$d_Trigger as Trigger, type context$d_TriggerNotificationOptions as TriggerNotificationOptions, type context$d_TriggerNotificationRequest as TriggerNotificationRequest, type context$d_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type context$d_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type context$d_TriggerNotificationResponse as TriggerNotificationResponse, Type$5 as Type, type context$d_UnprocessedTargetEvent as UnprocessedTargetEvent, type context$d_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type context$d_UpsertNotificationConfig as UpsertNotificationConfig, type context$d_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type context$d_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type context$d_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$b as WebhookIdentityType, type context$d__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type context$d__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type context$d__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, context$d_onNotificationConfigCreated as onNotificationConfigCreated, context$d_onNotificationConfigDeleted as onNotificationConfigDeleted, context$d_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, context$d_resolveNotificationConfig as resolveNotificationConfig, context$d_triggerNotification as triggerNotification, context$d_upsertNotificationConfig as upsertNotificationConfig };
3943
+ export { type context$d_Action as Action, type ActionEvent$7 as ActionEvent, type context$d_ActionInfoOneOf as ActionInfoOneOf, type context$d_ActionSettings as ActionSettings, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, type Agenda$3 as Agenda, type context$d_AppDefinedAction as AppDefinedAction, type context$d_ApplicationOrigin as ApplicationOrigin, context$d_AttendanceStatus as AttendanceStatus, type context$d_AuditInfo as AuditInfo, type context$d_AuditInfoIdOneOf as AuditInfoIdOneOf, type context$d_Automation as Automation, type context$d_AutomationConfiguration as AutomationConfiguration, type context$d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type context$d_AutomationSettings as AutomationSettings, type BaseEventMetadata$a as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, type context$d_ConditionAction as ConditionAction, type context$d_ConditionExpressionGroup as ConditionExpressionGroup, ConferenceType$3 as ConferenceType, type context$d_ContactEventStatusUpdated as ContactEventStatusUpdated, context$d_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type context$d_DelayAction as DelayAction, type context$d_DeletedWithEntity as DeletedWithEntity, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type context$d_DraftInfo as DraftInfo, type context$d_EmailNotificationConfig as EmailNotificationConfig, context$d_EmailNotificationReminderTime as EmailNotificationReminderTime, context$d_EmailNotificationType as EmailNotificationType, type context$d_EmailTemplate as EmailTemplate, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$3 as EventCopied, type EventDeleted$3 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type context$d_EventGuest as EventGuest, type context$d_EventGuests as EventGuests, type EventMetadata$5 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$5 as EventStatus, EventType$3 as EventType, type EventUpdated$3 as EventUpdated, type ExternalEvent$3 as ExternalEvent, type Fee$1 as Fee, FeeName$1 as FeeName, FeeType$2 as FeeType, type Feed$3 as Feed, type File$1 as File, type context$d_Filter as Filter, type Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type context$d_FutureDateActivationOffset as FutureDateActivationOffset, type Guest$2 as Guest, type context$d_GuestCountUpdate as GuestCountUpdate, type context$d_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, context$d_GuestType as GuestType, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type Input$3 as Input, type InputControl$3 as InputControl, InputControlType$3 as InputControlType, type InputValue$3 as InputValue, type Invoice$1 as Invoice, type Item$2 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type Link$1 as Link, type Location$5 as Location, LocationType$5 as LocationType, type MapCoordinates$5 as MapCoordinates, type context$d_MemberEventStatusUpdated as MemberEventStatusUpdated, context$d_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$b as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type context$d_NotificationConfig as NotificationConfig, type context$d_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type context$d_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type context$d_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, context$d_NotifyActionType as NotifyActionType, type context$d_NotifyGuestAction as NotifyGuestAction, type Occurrence$5 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, context$d_Operator as Operator, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type context$d_OrderEmailAdded as OrderEmailAdded, type context$d_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, context$d_Origin as Origin, type context$d_OutputAction as OutputAction, type PaidPlanDiscount$1 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$1 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$1 as PercentDiscount, type Positive$3 as Positive, type PositiveResponseConfirmation$3 as PositiveResponseConfirmation, type context$d_PreinstalledOrigin as PreinstalledOrigin, context$d_PushNotificationType as PushNotificationType, type context$d_RateLimit as RateLimit, type context$d_RateLimitAction as RateLimitAction, RecurrenceStatusStatus$1 as RecurrenceStatusStatus, type Recurrences$5 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type context$d_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type context$d_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type context$d_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type context$d_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type context$d_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$5 as RestoreInfo, type RsvpCollection$3 as RsvpCollection, type RsvpCollectionConfig$3 as RsvpCollectionConfig, type RsvpCreated$1 as RsvpCreated, type RsvpFormMessages$3 as RsvpFormMessages, type context$d_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$5 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$4 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$6 as Status, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type Tag$3 as Tag, type Target$1 as Target, context$d_TargetType as TargetType, type context$d_TaskContext as TaskContext, type Tax$1 as Tax, type TaxConfig$3 as TaxConfig, TaxType$4 as TaxType, type Ticket$2 as Ticket, type TicketDetails$2 as TicketDetails, type context$d_TicketGuest as TicketGuest, type context$d_TicketGuestDetails as TicketGuestDetails, type context$d_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type context$d_TicketPdfResolved as TicketPdfResolved, type Ticketing$3 as Ticketing, type TicketingConfig$3 as TicketingConfig, type TicketingSummary$3 as TicketingSummary, type TicketsUnavailableMessages$3 as TicketsUnavailableMessages, type TimeDuration$1 as TimeDuration, context$d_TimeUnit as TimeUnit, type context$d_Trigger as Trigger, type context$d_TriggerNotificationOptions as TriggerNotificationOptions, type context$d_TriggerNotificationRequest as TriggerNotificationRequest, type context$d_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type context$d_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type context$d_TriggerNotificationResponse as TriggerNotificationResponse, Type$5 as Type, type context$d_UnprocessedTargetEvent as UnprocessedTargetEvent, type context$d_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type context$d_UpsertNotificationConfig as UpsertNotificationConfig, type context$d_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type context$d_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type context$d_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$b as WebhookIdentityType, type context$d__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type context$d__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type context$d__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, context$d_onNotificationConfigCreated as onNotificationConfigCreated, context$d_onNotificationConfigDeleted as onNotificationConfigDeleted, context$d_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, context$d_resolveNotificationConfig as resolveNotificationConfig, context$d_triggerNotification as triggerNotification, context$d_upsertNotificationConfig as upsertNotificationConfig };
3932
3944
  }
3933
3945
 
3934
3946
  /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
@@ -11958,6 +11970,16 @@ declare enum EventStatus$3 {
11958
11970
  }
11959
11971
  interface Empty$3 {
11960
11972
  }
11973
+ interface EventDeleted$2 {
11974
+ /** Event deleted timestamp in ISO UTC format. */
11975
+ timestamp?: Date;
11976
+ /** Event ID. */
11977
+ eventId?: string;
11978
+ /** Event title. */
11979
+ title?: string;
11980
+ /** Event creator user ID. */
11981
+ userId?: string | null;
11982
+ }
11961
11983
  interface DomainEvent$3 extends DomainEventBodyOneOf$3 {
11962
11984
  createdEvent?: EntityCreatedEvent$3;
11963
11985
  updatedEvent?: EntityUpdatedEvent$3;
@@ -12751,7 +12773,7 @@ declare const context$6_onRichContentUpdated: typeof onRichContentUpdated;
12751
12773
  declare const context$6_queryRichContents: typeof queryRichContents;
12752
12774
  declare const context$6_updateRichContent: typeof updateRichContent;
12753
12775
  declare namespace context$6 {
12754
- export { type ActionEvent$3 as ActionEvent, type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, context$6_Alignment as Alignment, type context$6_AnchorData as AnchorData, type context$6_AppEmbedData as AppEmbedData, type context$6_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, context$6_AppType as AppType, type context$6_AudioData as AudioData, type context$6_Background as Background, type context$6_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, context$6_BackgroundType as BackgroundType, type BaseEventMetadata$6 as BaseEventMetadata, type context$6_BlockquoteData as BlockquoteData, type context$6_BookingData as BookingData, type context$6_Border as Border, type context$6_BorderColors as BorderColors, type context$6_BulletedListData as BulletedListData, type context$6_ButtonData as ButtonData, type context$6_CellStyle as CellStyle, type context$6_CodeBlockData as CodeBlockData, type context$6_CollapsibleListData as CollapsibleListData, type context$6_ColorData as ColorData, type context$6_Colors as Colors, type context$6_CreateRichContentRequest as CreateRichContentRequest, type context$6_CreateRichContentResponse as CreateRichContentResponse, type context$6_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, context$6_Crop as Crop, type CursorPaging$4 as CursorPaging, type context$6_CursorPagingMetadata as CursorPagingMetadata, type context$6_CursorQuery as CursorQuery, type context$6_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type context$6_Decoration as Decoration, type context$6_DecorationDataOneOf as DecorationDataOneOf, context$6_DecorationType as DecorationType, type context$6_DeleteRichContentRequest as DeleteRichContentRequest, type context$6_DeleteRichContentResponse as DeleteRichContentResponse, type context$6_Design as Design, type context$6_Dimensions as Dimensions, context$6_Direction as Direction, type context$6_DividerData as DividerData, type context$6_DocumentStyle as DocumentStyle, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type context$6_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type context$6_EventData as EventData, type EventMetadata$3 as EventMetadata, EventStatus$3 as EventStatus, type ExtendedFields$1 as ExtendedFields, type context$6_FileData as FileData, type context$6_FileSource as FileSource, type context$6_FileSourceDataOneOf as FileSourceDataOneOf, type context$6_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type context$6_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type context$6_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type context$6_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type context$6_FontSizeData as FontSizeData, context$6_FontType as FontType, type context$6_GIF as GIF, type context$6_GIFData as GIFData, type context$6_GalleryData as GalleryData, type context$6_GalleryOptions as GalleryOptions, type context$6_GetRichContentRequest as GetRichContentRequest, type context$6_GetRichContentResponse as GetRichContentResponse, type context$6_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type context$6_Gradient as Gradient, type context$6_HTMLData as HTMLData, type context$6_HTMLDataDataOneOf as HTMLDataDataOneOf, type context$6_HeadingData as HeadingData, type context$6_Height as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type context$6_Image as Image, type context$6_ImageData as ImageData, context$6_InitialExpandedItems as InitialExpandedItems, type context$6_Item as Item, type context$6_ItemDataOneOf as ItemDataOneOf, type context$6_ItemStyle as ItemStyle, type context$6_Layout as Layout, context$6_LayoutType as LayoutType, context$6_LineStyle as LineStyle, type context$6_Link as Link, type context$6_LinkData as LinkData, type context$6_LinkDataOneOf as LinkDataOneOf, type context$6_LinkPreviewData as LinkPreviewData, type context$6_ListValue as ListValue, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type context$6_MapData as MapData, type context$6_MapSettings as MapSettings, context$6_MapType as MapType, type context$6_Media as Media, type context$6_MentionData as MentionData, type MessageEnvelope$6 as MessageEnvelope, type context$6_Metadata as Metadata, type context$6_Node as Node, type context$6_NodeDataOneOf as NodeDataOneOf, type context$6_NodeStyle as NodeStyle, context$6_NodeType as NodeType, context$6_NullValue as NullValue, type Occurrence$3 as Occurrence, type context$6_Oembed as Oembed, type context$6_Option as Option, type context$6_OptionDesign as OptionDesign, type context$6_OptionLayout as OptionLayout, type context$6_OrderedListData as OrderedListData, context$6_Orientation as Orientation, type context$6_PDFSettings as PDFSettings, type context$6_ParagraphData as ParagraphData, type context$6_Permissions as Permissions, type context$6_PlaybackOptions as PlaybackOptions, type context$6_PluginContainerData as PluginContainerData, context$6_PluginContainerDataAlignment as PluginContainerDataAlignment, type context$6_PluginContainerDataWidth as PluginContainerDataWidth, type context$6_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type context$6_Poll as Poll, type context$6_PollData as PollData, type context$6_PollDataLayout as PollDataLayout, type context$6_PollDesign as PollDesign, type context$6_PollLayout as PollLayout, context$6_PollLayoutDirection as PollLayoutDirection, context$6_PollLayoutType as PollLayoutType, type context$6_QueryRichContentsRequest as QueryRichContentsRequest, type context$6_QueryRichContentsResponse as QueryRichContentsResponse, type context$6_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$3 as Recurrences, type context$6_Rel as Rel, type RestoreInfo$2 as RestoreInfo, type context$6_RichContent as RichContent, type context$6_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type context$6_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type context$6_RichContentNonNullableFields as RichContentNonNullableFields, type context$6_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type context$6_RichContentsQueryBuilder as RichContentsQueryBuilder, type context$6_RichContentsQueryResult as RichContentsQueryResult, type ScheduleConfig$3 as ScheduleConfig, type Settings$2 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, context$6_Source as Source, type context$6_Spoiler as Spoiler, type context$6_SpoilerData as SpoilerData, Status$3 as Status, type StreetAddress$5 as StreetAddress, type context$6_Styles as Styles, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type context$6_TableCellData as TableCellData, type context$6_TableData as TableData, context$6_Target as Target, context$6_TextAlignment as TextAlignment, type context$6_TextData as TextData, type context$6_TextNodeStyle as TextNodeStyle, type context$6_TextStyle as TextStyle, type context$6_Thumbnails as Thumbnails, context$6_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type context$6_UpdateRichContent as UpdateRichContent, type context$6_UpdateRichContentRequest as UpdateRichContentRequest, type context$6_UpdateRichContentResponse as UpdateRichContentResponse, type context$6_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type context$6_V1RichContent as V1RichContent, context$6_VerticalAlignment as VerticalAlignment, type context$6_Video as Video, type context$6_VideoData as VideoData, context$6_ViewMode as ViewMode, context$6_ViewRole as ViewRole, context$6_VoteRole as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, context$6_Width as Width, context$6_WidthType as WidthType, type context$6__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type context$6__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type context$6__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, context$6_createRichContent as createRichContent, context$6_deleteRichContent as deleteRichContent, context$6_findRichContentBySlug as findRichContentBySlug, context$6_getRichContent as getRichContent, context$6_onRichContentCreated as onRichContentCreated, context$6_onRichContentDeleted as onRichContentDeleted, context$6_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, context$6_queryRichContents as queryRichContents, context$6_updateRichContent as updateRichContent };
12776
+ export { type ActionEvent$3 as ActionEvent, type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, context$6_Alignment as Alignment, type context$6_AnchorData as AnchorData, type context$6_AppEmbedData as AppEmbedData, type context$6_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, context$6_AppType as AppType, type context$6_AudioData as AudioData, type context$6_Background as Background, type context$6_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, context$6_BackgroundType as BackgroundType, type BaseEventMetadata$6 as BaseEventMetadata, type context$6_BlockquoteData as BlockquoteData, type context$6_BookingData as BookingData, type context$6_Border as Border, type context$6_BorderColors as BorderColors, type context$6_BulletedListData as BulletedListData, type context$6_ButtonData as ButtonData, type context$6_CellStyle as CellStyle, type context$6_CodeBlockData as CodeBlockData, type context$6_CollapsibleListData as CollapsibleListData, type context$6_ColorData as ColorData, type context$6_Colors as Colors, type context$6_CreateRichContentRequest as CreateRichContentRequest, type context$6_CreateRichContentResponse as CreateRichContentResponse, type context$6_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, context$6_Crop as Crop, type CursorPaging$4 as CursorPaging, type context$6_CursorPagingMetadata as CursorPagingMetadata, type context$6_CursorQuery as CursorQuery, type context$6_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type context$6_Decoration as Decoration, type context$6_DecorationDataOneOf as DecorationDataOneOf, context$6_DecorationType as DecorationType, type context$6_DeleteRichContentRequest as DeleteRichContentRequest, type context$6_DeleteRichContentResponse as DeleteRichContentResponse, type context$6_Design as Design, type context$6_Dimensions as Dimensions, context$6_Direction as Direction, type context$6_DividerData as DividerData, type context$6_DocumentStyle as DocumentStyle, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type context$6_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type context$6_EventData as EventData, type EventDeleted$2 as EventDeleted, type EventMetadata$3 as EventMetadata, EventStatus$3 as EventStatus, type ExtendedFields$1 as ExtendedFields, type context$6_FileData as FileData, type context$6_FileSource as FileSource, type context$6_FileSourceDataOneOf as FileSourceDataOneOf, type context$6_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type context$6_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type context$6_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type context$6_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type context$6_FontSizeData as FontSizeData, context$6_FontType as FontType, type context$6_GIF as GIF, type context$6_GIFData as GIFData, type context$6_GalleryData as GalleryData, type context$6_GalleryOptions as GalleryOptions, type context$6_GetRichContentRequest as GetRichContentRequest, type context$6_GetRichContentResponse as GetRichContentResponse, type context$6_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type context$6_Gradient as Gradient, type context$6_HTMLData as HTMLData, type context$6_HTMLDataDataOneOf as HTMLDataDataOneOf, type context$6_HeadingData as HeadingData, type context$6_Height as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type context$6_Image as Image, type context$6_ImageData as ImageData, context$6_InitialExpandedItems as InitialExpandedItems, type context$6_Item as Item, type context$6_ItemDataOneOf as ItemDataOneOf, type context$6_ItemStyle as ItemStyle, type context$6_Layout as Layout, context$6_LayoutType as LayoutType, context$6_LineStyle as LineStyle, type context$6_Link as Link, type context$6_LinkData as LinkData, type context$6_LinkDataOneOf as LinkDataOneOf, type context$6_LinkPreviewData as LinkPreviewData, type context$6_ListValue as ListValue, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type context$6_MapData as MapData, type context$6_MapSettings as MapSettings, context$6_MapType as MapType, type context$6_Media as Media, type context$6_MentionData as MentionData, type MessageEnvelope$6 as MessageEnvelope, type context$6_Metadata as Metadata, type context$6_Node as Node, type context$6_NodeDataOneOf as NodeDataOneOf, type context$6_NodeStyle as NodeStyle, context$6_NodeType as NodeType, context$6_NullValue as NullValue, type Occurrence$3 as Occurrence, type context$6_Oembed as Oembed, type context$6_Option as Option, type context$6_OptionDesign as OptionDesign, type context$6_OptionLayout as OptionLayout, type context$6_OrderedListData as OrderedListData, context$6_Orientation as Orientation, type context$6_PDFSettings as PDFSettings, type context$6_ParagraphData as ParagraphData, type context$6_Permissions as Permissions, type context$6_PlaybackOptions as PlaybackOptions, type context$6_PluginContainerData as PluginContainerData, context$6_PluginContainerDataAlignment as PluginContainerDataAlignment, type context$6_PluginContainerDataWidth as PluginContainerDataWidth, type context$6_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type context$6_Poll as Poll, type context$6_PollData as PollData, type context$6_PollDataLayout as PollDataLayout, type context$6_PollDesign as PollDesign, type context$6_PollLayout as PollLayout, context$6_PollLayoutDirection as PollLayoutDirection, context$6_PollLayoutType as PollLayoutType, type context$6_QueryRichContentsRequest as QueryRichContentsRequest, type context$6_QueryRichContentsResponse as QueryRichContentsResponse, type context$6_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$3 as Recurrences, type context$6_Rel as Rel, type RestoreInfo$2 as RestoreInfo, type context$6_RichContent as RichContent, type context$6_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type context$6_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type context$6_RichContentNonNullableFields as RichContentNonNullableFields, type context$6_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type context$6_RichContentsQueryBuilder as RichContentsQueryBuilder, type context$6_RichContentsQueryResult as RichContentsQueryResult, type ScheduleConfig$3 as ScheduleConfig, type Settings$2 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, context$6_Source as Source, type context$6_Spoiler as Spoiler, type context$6_SpoilerData as SpoilerData, Status$3 as Status, type StreetAddress$5 as StreetAddress, type context$6_Styles as Styles, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type context$6_TableCellData as TableCellData, type context$6_TableData as TableData, context$6_Target as Target, context$6_TextAlignment as TextAlignment, type context$6_TextData as TextData, type context$6_TextNodeStyle as TextNodeStyle, type context$6_TextStyle as TextStyle, type context$6_Thumbnails as Thumbnails, context$6_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type context$6_UpdateRichContent as UpdateRichContent, type context$6_UpdateRichContentRequest as UpdateRichContentRequest, type context$6_UpdateRichContentResponse as UpdateRichContentResponse, type context$6_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type context$6_V1RichContent as V1RichContent, context$6_VerticalAlignment as VerticalAlignment, type context$6_Video as Video, type context$6_VideoData as VideoData, context$6_ViewMode as ViewMode, context$6_ViewRole as ViewRole, context$6_VoteRole as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, context$6_Width as Width, context$6_WidthType as WidthType, type context$6__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type context$6__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type context$6__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, context$6_createRichContent as createRichContent, context$6_deleteRichContent as deleteRichContent, context$6_findRichContentBySlug as findRichContentBySlug, context$6_getRichContent as getRichContent, context$6_onRichContentCreated as onRichContentCreated, context$6_onRichContentDeleted as onRichContentDeleted, context$6_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, context$6_queryRichContents as queryRichContents, context$6_updateRichContent as updateRichContent };
12755
12777
  }
12756
12778
 
12757
12779
  interface RsvpRsvp {
@@ -979,7 +979,7 @@ declare enum OrderType$1 {
979
979
  /** Each order ticket has its own form */
980
980
  ASSIGNED_TICKETS = "ASSIGNED_TICKETS"
981
981
  }
982
- interface EventDeleted$3 {
982
+ interface EventDeleted$4 {
983
983
  /** Event deleted timestamp in ISO UTC format. */
984
984
  timestamp?: Date;
985
985
  /** Event ID. */
@@ -1246,15 +1246,21 @@ declare function createEventModule$b<T extends EventDefinition<any, string>>(eve
1246
1246
  declare const queryGuests: BuildRESTFunction<typeof queryGuests$1> & typeof queryGuests$1;
1247
1247
 
1248
1248
  type _publicOnGuestCreatedType = typeof onGuestCreated$1;
1249
- /** */
1249
+ /**
1250
+ * Triggered when a guest is created.
1251
+ */
1250
1252
  declare const onGuestCreated: ReturnType<typeof createEventModule$b<_publicOnGuestCreatedType>>;
1251
1253
 
1252
1254
  type _publicOnGuestUpdatedType = typeof onGuestUpdated$1;
1253
- /** */
1255
+ /**
1256
+ * Triggered when a guest is updated. This webhook always fires together with [Event Guest Created](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-created) and [Event Guest Deleted](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-deleted) webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run once.
1257
+ */
1254
1258
  declare const onGuestUpdated: ReturnType<typeof createEventModule$b<_publicOnGuestUpdatedType>>;
1255
1259
 
1256
1260
  type _publicOnGuestDeletedType = typeof onGuestDeleted$1;
1257
- /** */
1261
+ /**
1262
+ * Triggered when a guest is deleted.
1263
+ */
1258
1264
  declare const onGuestDeleted: ReturnType<typeof createEventModule$b<_publicOnGuestDeletedType>>;
1259
1265
 
1260
1266
  type index_d$e_GuestCount = GuestCount;
@@ -1288,7 +1294,7 @@ declare const index_d$e_onGuestDeleted: typeof onGuestDeleted;
1288
1294
  declare const index_d$e_onGuestUpdated: typeof onGuestUpdated;
1289
1295
  declare const index_d$e_queryGuests: typeof queryGuests;
1290
1296
  declare namespace index_d$e {
1291
- export { type ActionEvent$8 as ActionEvent, type Address$9 as Address, type AddressLocation$9 as AddressLocation, type AddressStreetOneOf$9 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$b as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$6 as CursorPaging, type Cursors$9 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventDeleted$3 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$6 as EventMetadata, EventType$4 as EventType, type Fee$2 as Fee, FeeName$2 as FeeName, FeeType$3 as FeeType, type FormResponse$4 as FormResponse, type FormattedAddress$4 as FormattedAddress, type Guest$3 as Guest, type index_d$e_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type index_d$e_GuestCreatedEnvelope as GuestCreatedEnvelope, type index_d$e_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type index_d$e_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type index_d$e_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type index_d$e_GuestsQueryBuilder as GuestsQueryBuilder, type index_d$e_GuestsQueryResult as GuestsQueryResult, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$3 as Item, type index_d$e_Language as Language, type index_d$e_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type index_d$e_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$c as MessageEnvelope, type Money$7 as Money, NotifyActionType$1 as NotifyActionType, type NotifyGuestAction$1 as NotifyGuestAction, type OnlineConferencingLogin$4 as OnlineConferencingLogin, type OrderConfirmed$2 as OrderConfirmed, type OrderDeleted$1 as OrderDeleted, OrderStatus$3 as OrderStatus, OrderType$1 as OrderType, type OrderUpdated$2 as OrderUpdated, type Paging$8 as Paging, type PagingMetadataV2$8 as PagingMetadataV2, type PaidPlanDiscount$2 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$2 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$2 as PercentDiscount, type index_d$e_QueryEventGuestsOptions as QueryEventGuestsOptions, type index_d$e_QueryEventGuestsRequest as QueryEventGuestsRequest, type index_d$e_QueryEventGuestsResponse as QueryEventGuestsResponse, type index_d$e_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, index_d$e_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$6 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type index_d$e_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type index_d$e_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type StandardDetails$4 as StandardDetails, type index_d$e_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$9 as StreetAddress, type Subdivision$9 as Subdivision, SubdivisionType$9 as SubdivisionType, type index_d$e_Task as Task, type TaskContext$1 as TaskContext, type index_d$e_TaskKey as TaskKey, type Tax$2 as Tax, TaxType$5 as TaxType, type Ticket$3 as Ticket, type TicketDetails$3 as TicketDetails, type TicketGuestDetails$1 as TicketGuestDetails, type index_d$e_UpdateGuestRequest as UpdateGuestRequest, type index_d$e_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$c as WebhookIdentityType, type index_d$e__publicOnGuestCreatedType as _publicOnGuestCreatedType, type index_d$e__publicOnGuestDeletedType as _publicOnGuestDeletedType, type index_d$e__publicOnGuestUpdatedType as _publicOnGuestUpdatedType, index_d$e_onGuestCreated as onGuestCreated, index_d$e_onGuestDeleted as onGuestDeleted, index_d$e_onGuestUpdated as onGuestUpdated, onGuestCreated$1 as publicOnGuestCreated, onGuestDeleted$1 as publicOnGuestDeleted, onGuestUpdated$1 as publicOnGuestUpdated, index_d$e_queryGuests as queryGuests };
1297
+ export { type ActionEvent$8 as ActionEvent, type Address$9 as Address, type AddressLocation$9 as AddressLocation, type AddressStreetOneOf$9 as AddressStreetOneOf, AttendanceStatus$1 as AttendanceStatus, type BaseEventMetadata$b as BaseEventMetadata, type CheckIn$4 as CheckIn, type ContactEventStatusUpdated$1 as ContactEventStatusUpdated, type CouponDiscount$2 as CouponDiscount, type CursorPaging$6 as CursorPaging, type Cursors$9 as Cursors, type Discount$2 as Discount, type DiscountItem$2 as DiscountItem, type DiscountItemDiscountOneOf$2 as DiscountItemDiscountOneOf, type DomainEvent$8 as DomainEvent, type DomainEventBodyOneOf$8 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$8 as EntityCreatedEvent, type EntityDeletedEvent$8 as EntityDeletedEvent, type EntityUpdatedEvent$8 as EntityUpdatedEvent, type EventDeleted$4 as EventDeleted, type EventGuest$1 as EventGuest, type EventGuests$1 as EventGuests, type EventMetadata$6 as EventMetadata, EventType$4 as EventType, type Fee$2 as Fee, FeeName$2 as FeeName, FeeType$3 as FeeType, type FormResponse$4 as FormResponse, type FormattedAddress$4 as FormattedAddress, type Guest$3 as Guest, type index_d$e_GuestCount as GuestCount, type GuestCountUpdate$1 as GuestCountUpdate, type GuestCountUpdated$1 as GuestCountUpdated, type index_d$e_GuestCreatedEnvelope as GuestCreatedEnvelope, type index_d$e_GuestDeletedEnvelope as GuestDeletedEnvelope, type GuestDetails$3 as GuestDetails, type index_d$e_GuestListPreview as GuestListPreview, GuestType$1 as GuestType, type index_d$e_GuestUpdatedEnvelope as GuestUpdatedEnvelope, type index_d$e_GuestsQueryBuilder as GuestsQueryBuilder, type index_d$e_GuestsQueryResult as GuestsQueryResult, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type InputValue$4 as InputValue, type Invoice$2 as Invoice, type Item$3 as Item, type index_d$e_Language as Language, type index_d$e_ListGuestListPreviewsRequest as ListGuestListPreviewsRequest, type index_d$e_ListGuestListPreviewsResponse as ListGuestListPreviewsResponse, type MemberEventStatusUpdated$1 as MemberEventStatusUpdated, MemberEventStatusUpdatedEventType$1 as MemberEventStatusUpdatedEventType, type MessageEnvelope$c as MessageEnvelope, type Money$7 as Money, NotifyActionType$1 as NotifyActionType, type NotifyGuestAction$1 as NotifyGuestAction, type OnlineConferencingLogin$4 as OnlineConferencingLogin, type OrderConfirmed$2 as OrderConfirmed, type OrderDeleted$1 as OrderDeleted, OrderStatus$3 as OrderStatus, OrderType$1 as OrderType, type OrderUpdated$2 as OrderUpdated, type Paging$8 as Paging, type PagingMetadataV2$8 as PagingMetadataV2, type PaidPlanDiscount$2 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$2 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$2 as PercentDiscount, type index_d$e_QueryEventGuestsOptions as QueryEventGuestsOptions, type index_d$e_QueryEventGuestsRequest as QueryEventGuestsRequest, type index_d$e_QueryEventGuestsResponse as QueryEventGuestsResponse, type index_d$e_QueryEventGuestsResponseNonNullableFields as QueryEventGuestsResponseNonNullableFields, type QueryV2$8 as QueryV2, type QueryV2PagingMethodOneOf$8 as QueryV2PagingMethodOneOf, RequestedFields$2 as RequestedFields, index_d$e_RequestedFieldsEnumRequestedFields as RequestedFieldsEnumRequestedFields, type RestoreInfo$6 as RestoreInfo, type RsvpCreated$2 as RsvpCreated, type RsvpDeleted$1 as RsvpDeleted, RsvpStatus$2 as RsvpStatus, type RsvpUpdated$2 as RsvpUpdated, type index_d$e_SecondaryLanguagesRequest as SecondaryLanguagesRequest, type index_d$e_SecondaryLanguagesResponse as SecondaryLanguagesResponse, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type StandardDetails$4 as StandardDetails, type index_d$e_StreamEventGuestsRequest as StreamEventGuestsRequest, type StreetAddress$9 as StreetAddress, type Subdivision$9 as Subdivision, SubdivisionType$9 as SubdivisionType, type index_d$e_Task as Task, type TaskContext$1 as TaskContext, type index_d$e_TaskKey as TaskKey, type Tax$2 as Tax, TaxType$5 as TaxType, type Ticket$3 as Ticket, type TicketDetails$3 as TicketDetails, type TicketGuestDetails$1 as TicketGuestDetails, type index_d$e_UpdateGuestRequest as UpdateGuestRequest, type index_d$e_UpdateGuestResponse as UpdateGuestResponse, WebhookIdentityType$c as WebhookIdentityType, type index_d$e__publicOnGuestCreatedType as _publicOnGuestCreatedType, type index_d$e__publicOnGuestDeletedType as _publicOnGuestDeletedType, type index_d$e__publicOnGuestUpdatedType as _publicOnGuestUpdatedType, index_d$e_onGuestCreated as onGuestCreated, index_d$e_onGuestDeleted as onGuestDeleted, index_d$e_onGuestUpdated as onGuestUpdated, onGuestCreated$1 as publicOnGuestCreated, onGuestDeleted$1 as publicOnGuestDeleted, onGuestUpdated$1 as publicOnGuestUpdated, index_d$e_queryGuests as queryGuests };
1292
1298
  }
1293
1299
 
1294
1300
  interface NotificationConfig {
@@ -3629,7 +3635,7 @@ interface ResolveEmailNotificationConfigResponse {
3629
3635
  /** The retrieved EmailNotificationConfig */
3630
3636
  emailNotificationConfig?: EmailNotificationConfig;
3631
3637
  }
3632
- interface EventDeleted$2 {
3638
+ interface EventDeleted$3 {
3633
3639
  /** Event deleted timestamp in ISO UTC format. */
3634
3640
  timestamp?: Date;
3635
3641
  /** Event ID. */
@@ -3823,15 +3829,21 @@ declare const resolveNotificationConfig: BuildRESTFunction<typeof resolveNotific
3823
3829
  declare const upsertNotificationConfig: BuildRESTFunction<typeof upsertNotificationConfig$1> & typeof upsertNotificationConfig$1;
3824
3830
 
3825
3831
  type _publicOnNotificationConfigCreatedType = typeof onNotificationConfigCreated$1;
3826
- /** */
3832
+ /**
3833
+ * Triggered when a guest is created.
3834
+ */
3827
3835
  declare const onNotificationConfigCreated: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigCreatedType>>;
3828
3836
 
3829
3837
  type _publicOnNotificationConfigUpdatedType = typeof onNotificationConfigUpdated$1;
3830
- /** */
3838
+ /**
3839
+ * Triggered when a guest is updated. This webhook always fires together with [Event Guest Created](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-created) and [Event Guest Deleted](https://dev.wix.com/docs/rest/business-solutions/events/event-guests/event-guest-deleted) webhooks. When calling it, it might be triggered twice - make sure to explicitly add code to make sure parts of your code only run once.
3840
+ */
3831
3841
  declare const onNotificationConfigUpdated: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigUpdatedType>>;
3832
3842
 
3833
3843
  type _publicOnNotificationConfigDeletedType = typeof onNotificationConfigDeleted$1;
3834
- /** */
3844
+ /**
3845
+ * Triggered when a guest is deleted.
3846
+ */
3835
3847
  declare const onNotificationConfigDeleted: ReturnType<typeof createEventModule$a<_publicOnNotificationConfigDeletedType>>;
3836
3848
 
3837
3849
  type index_d$d_Action = Action;
@@ -3928,7 +3940,7 @@ declare const index_d$d_resolveNotificationConfig: typeof resolveNotificationCon
3928
3940
  declare const index_d$d_triggerNotification: typeof triggerNotification;
3929
3941
  declare const index_d$d_upsertNotificationConfig: typeof upsertNotificationConfig;
3930
3942
  declare namespace index_d$d {
3931
- export { type index_d$d_Action as Action, type ActionEvent$7 as ActionEvent, type index_d$d_ActionInfoOneOf as ActionInfoOneOf, type index_d$d_ActionSettings as ActionSettings, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, type Agenda$3 as Agenda, type index_d$d_AppDefinedAction as AppDefinedAction, type index_d$d_ApplicationOrigin as ApplicationOrigin, index_d$d_AttendanceStatus as AttendanceStatus, type index_d$d_AuditInfo as AuditInfo, type index_d$d_AuditInfoIdOneOf as AuditInfoIdOneOf, type index_d$d_Automation as Automation, type index_d$d_AutomationConfiguration as AutomationConfiguration, type index_d$d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d$d_AutomationSettings as AutomationSettings, type BaseEventMetadata$a as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, type index_d$d_ConditionAction as ConditionAction, type index_d$d_ConditionExpressionGroup as ConditionExpressionGroup, ConferenceType$3 as ConferenceType, type index_d$d_ContactEventStatusUpdated as ContactEventStatusUpdated, index_d$d_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type index_d$d_DelayAction as DelayAction, type index_d$d_DeletedWithEntity as DeletedWithEntity, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type index_d$d_DraftInfo as DraftInfo, type index_d$d_EmailNotificationConfig as EmailNotificationConfig, index_d$d_EmailNotificationReminderTime as EmailNotificationReminderTime, index_d$d_EmailNotificationType as EmailNotificationType, type index_d$d_EmailTemplate as EmailTemplate, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$3 as EventCopied, type EventDeleted$2 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type index_d$d_EventGuest as EventGuest, type index_d$d_EventGuests as EventGuests, type EventMetadata$5 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$5 as EventStatus, EventType$3 as EventType, type EventUpdated$3 as EventUpdated, type ExternalEvent$3 as ExternalEvent, type Fee$1 as Fee, FeeName$1 as FeeName, FeeType$2 as FeeType, type Feed$3 as Feed, type File$1 as File, type index_d$d_Filter as Filter, type Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type index_d$d_FutureDateActivationOffset as FutureDateActivationOffset, type Guest$2 as Guest, type index_d$d_GuestCountUpdate as GuestCountUpdate, type index_d$d_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, index_d$d_GuestType as GuestType, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type Input$3 as Input, type InputControl$3 as InputControl, InputControlType$3 as InputControlType, type InputValue$3 as InputValue, type Invoice$1 as Invoice, type Item$2 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type Link$1 as Link, type Location$5 as Location, LocationType$5 as LocationType, type MapCoordinates$5 as MapCoordinates, type index_d$d_MemberEventStatusUpdated as MemberEventStatusUpdated, index_d$d_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$b as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type index_d$d_NotificationConfig as NotificationConfig, type index_d$d_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type index_d$d_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type index_d$d_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, index_d$d_NotifyActionType as NotifyActionType, type index_d$d_NotifyGuestAction as NotifyGuestAction, type Occurrence$5 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, index_d$d_Operator as Operator, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type index_d$d_OrderEmailAdded as OrderEmailAdded, type index_d$d_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, index_d$d_Origin as Origin, type index_d$d_OutputAction as OutputAction, type PaidPlanDiscount$1 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$1 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$1 as PercentDiscount, type Positive$3 as Positive, type PositiveResponseConfirmation$3 as PositiveResponseConfirmation, type index_d$d_PreinstalledOrigin as PreinstalledOrigin, index_d$d_PushNotificationType as PushNotificationType, type index_d$d_RateLimit as RateLimit, type index_d$d_RateLimitAction as RateLimitAction, RecurrenceStatusStatus$1 as RecurrenceStatusStatus, type Recurrences$5 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type index_d$d_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type index_d$d_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type index_d$d_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type index_d$d_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type index_d$d_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$5 as RestoreInfo, type RsvpCollection$3 as RsvpCollection, type RsvpCollectionConfig$3 as RsvpCollectionConfig, type RsvpCreated$1 as RsvpCreated, type RsvpFormMessages$3 as RsvpFormMessages, type index_d$d_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$5 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$4 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$6 as Status, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type Tag$3 as Tag, type Target$1 as Target, index_d$d_TargetType as TargetType, type index_d$d_TaskContext as TaskContext, type Tax$1 as Tax, type TaxConfig$3 as TaxConfig, TaxType$4 as TaxType, type Ticket$2 as Ticket, type TicketDetails$2 as TicketDetails, type index_d$d_TicketGuest as TicketGuest, type index_d$d_TicketGuestDetails as TicketGuestDetails, type index_d$d_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type index_d$d_TicketPdfResolved as TicketPdfResolved, type Ticketing$3 as Ticketing, type TicketingConfig$3 as TicketingConfig, type TicketingSummary$3 as TicketingSummary, type TicketsUnavailableMessages$3 as TicketsUnavailableMessages, type TimeDuration$1 as TimeDuration, index_d$d_TimeUnit as TimeUnit, type index_d$d_Trigger as Trigger, type index_d$d_TriggerNotificationOptions as TriggerNotificationOptions, type index_d$d_TriggerNotificationRequest as TriggerNotificationRequest, type index_d$d_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type index_d$d_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type index_d$d_TriggerNotificationResponse as TriggerNotificationResponse, Type$5 as Type, type index_d$d_UnprocessedTargetEvent as UnprocessedTargetEvent, type index_d$d_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type index_d$d_UpsertNotificationConfig as UpsertNotificationConfig, type index_d$d_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type index_d$d_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type index_d$d_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$b as WebhookIdentityType, type index_d$d__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type index_d$d__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type index_d$d__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, index_d$d_onNotificationConfigCreated as onNotificationConfigCreated, index_d$d_onNotificationConfigDeleted as onNotificationConfigDeleted, index_d$d_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, index_d$d_resolveNotificationConfig as resolveNotificationConfig, index_d$d_triggerNotification as triggerNotification, index_d$d_upsertNotificationConfig as upsertNotificationConfig };
3943
+ export { type index_d$d_Action as Action, type ActionEvent$7 as ActionEvent, type index_d$d_ActionInfoOneOf as ActionInfoOneOf, type index_d$d_ActionSettings as ActionSettings, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, type Agenda$3 as Agenda, type index_d$d_AppDefinedAction as AppDefinedAction, type index_d$d_ApplicationOrigin as ApplicationOrigin, index_d$d_AttendanceStatus as AttendanceStatus, type index_d$d_AuditInfo as AuditInfo, type index_d$d_AuditInfoIdOneOf as AuditInfoIdOneOf, type index_d$d_Automation as Automation, type index_d$d_AutomationConfiguration as AutomationConfiguration, type index_d$d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d$d_AutomationSettings as AutomationSettings, type BaseEventMetadata$a as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, type index_d$d_ConditionAction as ConditionAction, type index_d$d_ConditionExpressionGroup as ConditionExpressionGroup, ConferenceType$3 as ConferenceType, type index_d$d_ContactEventStatusUpdated as ContactEventStatusUpdated, index_d$d_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type index_d$d_DelayAction as DelayAction, type index_d$d_DeletedWithEntity as DeletedWithEntity, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type index_d$d_DraftInfo as DraftInfo, type index_d$d_EmailNotificationConfig as EmailNotificationConfig, index_d$d_EmailNotificationReminderTime as EmailNotificationReminderTime, index_d$d_EmailNotificationType as EmailNotificationType, type index_d$d_EmailTemplate as EmailTemplate, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$3 as EventCopied, type EventDeleted$3 as EventDeleted, type EventDisplaySettings$3 as EventDisplaySettings, type EventEnded$2 as EventEnded, type index_d$d_EventGuest as EventGuest, type index_d$d_EventGuests as EventGuests, type EventMetadata$5 as EventMetadata, type EventReminder$1 as EventReminder, EventStatus$5 as EventStatus, EventType$3 as EventType, type EventUpdated$3 as EventUpdated, type ExternalEvent$3 as ExternalEvent, type Fee$1 as Fee, FeeName$1 as FeeName, FeeType$2 as FeeType, type Feed$3 as Feed, type File$1 as File, type index_d$d_Filter as Filter, type Form$3 as Form, type FormMessages$3 as FormMessages, type FormResponse$3 as FormResponse, type FormattedAddress$3 as FormattedAddress, type index_d$d_FutureDateActivationOffset as FutureDateActivationOffset, type Guest$2 as Guest, type index_d$d_GuestCountUpdate as GuestCountUpdate, type index_d$d_GuestCountUpdated as GuestCountUpdated, type GuestDetails$2 as GuestDetails, type GuestListConfig$3 as GuestListConfig, index_d$d_GuestType as GuestType, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type Input$3 as Input, type InputControl$3 as InputControl, InputControlType$3 as InputControlType, type InputValue$3 as InputValue, type Invoice$1 as Invoice, type Item$2 as Item, type Keyword$3 as Keyword, type Label$3 as Label, type LabellingSettings$3 as LabellingSettings, type Link$1 as Link, type Location$5 as Location, LocationType$5 as LocationType, type MapCoordinates$5 as MapCoordinates, type index_d$d_MemberEventStatusUpdated as MemberEventStatusUpdated, index_d$d_MemberEventStatusUpdatedEventType as MemberEventStatusUpdatedEventType, type MessageEnvelope$b as MessageEnvelope, type Money$6 as Money, type Negative$3 as Negative, type NegativeResponseConfirmation$3 as NegativeResponseConfirmation, type index_d$d_NotificationConfig as NotificationConfig, type index_d$d_NotificationConfigCreatedEnvelope as NotificationConfigCreatedEnvelope, type index_d$d_NotificationConfigDeletedEnvelope as NotificationConfigDeletedEnvelope, type index_d$d_NotificationConfigUpdatedEnvelope as NotificationConfigUpdatedEnvelope, index_d$d_NotifyActionType as NotifyActionType, type index_d$d_NotifyGuestAction as NotifyGuestAction, type Occurrence$5 as Occurrence, type OnlineConferencing$3 as OnlineConferencing, type OnlineConferencingConfig$3 as OnlineConferencingConfig, type OnlineConferencingLogin$3 as OnlineConferencingLogin, type OnlineConferencingSession$3 as OnlineConferencingSession, index_d$d_Operator as Operator, type OptionSelection$3 as OptionSelection, type OptionSelectionSelectedOptionOneOf$3 as OptionSelectionSelectedOptionOneOf, type OrderConfirmed$1 as OrderConfirmed, type index_d$d_OrderEmailAdded as OrderEmailAdded, type index_d$d_OrderGuest as OrderGuest, type OrderPaid$1 as OrderPaid, OrderStatus$2 as OrderStatus, index_d$d_Origin as Origin, type index_d$d_OutputAction as OutputAction, type PaidPlanDiscount$1 as PaidPlanDiscount, type PaidPlanDiscountDiscountOneOf$1 as PaidPlanDiscountDiscountOneOf, type PercentDiscount$1 as PercentDiscount, type Positive$3 as Positive, type PositiveResponseConfirmation$3 as PositiveResponseConfirmation, type index_d$d_PreinstalledOrigin as PreinstalledOrigin, index_d$d_PushNotificationType as PushNotificationType, type index_d$d_RateLimit as RateLimit, type index_d$d_RateLimitAction as RateLimitAction, RecurrenceStatusStatus$1 as RecurrenceStatusStatus, type Recurrences$5 as Recurrences, type Registration$3 as Registration, type RegistrationClosedMessages$3 as RegistrationClosedMessages, RegistrationStatus$3 as RegistrationStatus, type index_d$d_ResolveEmailNotificationConfigRequest as ResolveEmailNotificationConfigRequest, type index_d$d_ResolveEmailNotificationConfigResponse as ResolveEmailNotificationConfigResponse, type index_d$d_ResolveNotificationConfigRequest as ResolveNotificationConfigRequest, type index_d$d_ResolveNotificationConfigResponse as ResolveNotificationConfigResponse, type index_d$d_ResolveNotificationConfigResponseNonNullableFields as ResolveNotificationConfigResponseNonNullableFields, type ResponseConfirmation$3 as ResponseConfirmation, type RestoreInfo$5 as RestoreInfo, type RsvpCollection$3 as RsvpCollection, type RsvpCollectionConfig$3 as RsvpCollectionConfig, type RsvpCreated$1 as RsvpCreated, type RsvpFormMessages$3 as RsvpFormMessages, type index_d$d_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$5 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$4 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$6 as Status, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type Tag$3 as Tag, type Target$1 as Target, index_d$d_TargetType as TargetType, type index_d$d_TaskContext as TaskContext, type Tax$1 as Tax, type TaxConfig$3 as TaxConfig, TaxType$4 as TaxType, type Ticket$2 as Ticket, type TicketDetails$2 as TicketDetails, type index_d$d_TicketGuest as TicketGuest, type index_d$d_TicketGuestDetails as TicketGuestDetails, type index_d$d_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type index_d$d_TicketPdfResolved as TicketPdfResolved, type Ticketing$3 as Ticketing, type TicketingConfig$3 as TicketingConfig, type TicketingSummary$3 as TicketingSummary, type TicketsUnavailableMessages$3 as TicketsUnavailableMessages, type TimeDuration$1 as TimeDuration, index_d$d_TimeUnit as TimeUnit, type index_d$d_Trigger as Trigger, type index_d$d_TriggerNotificationOptions as TriggerNotificationOptions, type index_d$d_TriggerNotificationRequest as TriggerNotificationRequest, type index_d$d_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type index_d$d_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type index_d$d_TriggerNotificationResponse as TriggerNotificationResponse, Type$5 as Type, type index_d$d_UnprocessedTargetEvent as UnprocessedTargetEvent, type index_d$d_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type index_d$d_UpsertNotificationConfig as UpsertNotificationConfig, type index_d$d_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type index_d$d_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type index_d$d_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$b as WebhookIdentityType, type index_d$d__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type index_d$d__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type index_d$d__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, index_d$d_onNotificationConfigCreated as onNotificationConfigCreated, index_d$d_onNotificationConfigDeleted as onNotificationConfigDeleted, index_d$d_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, index_d$d_resolveNotificationConfig as resolveNotificationConfig, index_d$d_triggerNotification as triggerNotification, index_d$d_upsertNotificationConfig as upsertNotificationConfig };
3932
3944
  }
3933
3945
 
3934
3946
  /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
@@ -11958,6 +11970,16 @@ declare enum EventStatus$3 {
11958
11970
  }
11959
11971
  interface Empty$3 {
11960
11972
  }
11973
+ interface EventDeleted$2 {
11974
+ /** Event deleted timestamp in ISO UTC format. */
11975
+ timestamp?: Date;
11976
+ /** Event ID. */
11977
+ eventId?: string;
11978
+ /** Event title. */
11979
+ title?: string;
11980
+ /** Event creator user ID. */
11981
+ userId?: string | null;
11982
+ }
11961
11983
  interface DomainEvent$3 extends DomainEventBodyOneOf$3 {
11962
11984
  createdEvent?: EntityCreatedEvent$3;
11963
11985
  updatedEvent?: EntityUpdatedEvent$3;
@@ -12751,7 +12773,7 @@ declare const index_d$6_onRichContentUpdated: typeof onRichContentUpdated;
12751
12773
  declare const index_d$6_queryRichContents: typeof queryRichContents;
12752
12774
  declare const index_d$6_updateRichContent: typeof updateRichContent;
12753
12775
  declare namespace index_d$6 {
12754
- export { type ActionEvent$3 as ActionEvent, type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, index_d$6_Alignment as Alignment, type index_d$6_AnchorData as AnchorData, type index_d$6_AppEmbedData as AppEmbedData, type index_d$6_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, index_d$6_AppType as AppType, type index_d$6_AudioData as AudioData, type index_d$6_Background as Background, type index_d$6_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, index_d$6_BackgroundType as BackgroundType, type BaseEventMetadata$6 as BaseEventMetadata, type index_d$6_BlockquoteData as BlockquoteData, type index_d$6_BookingData as BookingData, type index_d$6_Border as Border, type index_d$6_BorderColors as BorderColors, type index_d$6_BulletedListData as BulletedListData, type index_d$6_ButtonData as ButtonData, type index_d$6_CellStyle as CellStyle, type index_d$6_CodeBlockData as CodeBlockData, type index_d$6_CollapsibleListData as CollapsibleListData, type index_d$6_ColorData as ColorData, type index_d$6_Colors as Colors, type index_d$6_CreateRichContentRequest as CreateRichContentRequest, type index_d$6_CreateRichContentResponse as CreateRichContentResponse, type index_d$6_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, index_d$6_Crop as Crop, type CursorPaging$4 as CursorPaging, type index_d$6_CursorPagingMetadata as CursorPagingMetadata, type index_d$6_CursorQuery as CursorQuery, type index_d$6_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type index_d$6_Decoration as Decoration, type index_d$6_DecorationDataOneOf as DecorationDataOneOf, index_d$6_DecorationType as DecorationType, type index_d$6_DeleteRichContentRequest as DeleteRichContentRequest, type index_d$6_DeleteRichContentResponse as DeleteRichContentResponse, type index_d$6_Design as Design, type index_d$6_Dimensions as Dimensions, index_d$6_Direction as Direction, type index_d$6_DividerData as DividerData, type index_d$6_DocumentStyle as DocumentStyle, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$6_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type index_d$6_EventData as EventData, type EventMetadata$3 as EventMetadata, EventStatus$3 as EventStatus, type ExtendedFields$1 as ExtendedFields, type index_d$6_FileData as FileData, type index_d$6_FileSource as FileSource, type index_d$6_FileSourceDataOneOf as FileSourceDataOneOf, type index_d$6_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type index_d$6_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type index_d$6_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type index_d$6_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type index_d$6_FontSizeData as FontSizeData, index_d$6_FontType as FontType, type index_d$6_GIF as GIF, type index_d$6_GIFData as GIFData, type index_d$6_GalleryData as GalleryData, type index_d$6_GalleryOptions as GalleryOptions, type index_d$6_GetRichContentRequest as GetRichContentRequest, type index_d$6_GetRichContentResponse as GetRichContentResponse, type index_d$6_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type index_d$6_Gradient as Gradient, type index_d$6_HTMLData as HTMLData, type index_d$6_HTMLDataDataOneOf as HTMLDataDataOneOf, type index_d$6_HeadingData as HeadingData, type index_d$6_Height as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type index_d$6_Image as Image, type index_d$6_ImageData as ImageData, index_d$6_InitialExpandedItems as InitialExpandedItems, type index_d$6_Item as Item, type index_d$6_ItemDataOneOf as ItemDataOneOf, type index_d$6_ItemStyle as ItemStyle, type index_d$6_Layout as Layout, index_d$6_LayoutType as LayoutType, index_d$6_LineStyle as LineStyle, type index_d$6_Link as Link, type index_d$6_LinkData as LinkData, type index_d$6_LinkDataOneOf as LinkDataOneOf, type index_d$6_LinkPreviewData as LinkPreviewData, type index_d$6_ListValue as ListValue, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type index_d$6_MapData as MapData, type index_d$6_MapSettings as MapSettings, index_d$6_MapType as MapType, type index_d$6_Media as Media, type index_d$6_MentionData as MentionData, type MessageEnvelope$6 as MessageEnvelope, type index_d$6_Metadata as Metadata, type index_d$6_Node as Node, type index_d$6_NodeDataOneOf as NodeDataOneOf, type index_d$6_NodeStyle as NodeStyle, index_d$6_NodeType as NodeType, index_d$6_NullValue as NullValue, type Occurrence$3 as Occurrence, type index_d$6_Oembed as Oembed, type index_d$6_Option as Option, type index_d$6_OptionDesign as OptionDesign, type index_d$6_OptionLayout as OptionLayout, type index_d$6_OrderedListData as OrderedListData, index_d$6_Orientation as Orientation, type index_d$6_PDFSettings as PDFSettings, type index_d$6_ParagraphData as ParagraphData, type index_d$6_Permissions as Permissions, type index_d$6_PlaybackOptions as PlaybackOptions, type index_d$6_PluginContainerData as PluginContainerData, index_d$6_PluginContainerDataAlignment as PluginContainerDataAlignment, type index_d$6_PluginContainerDataWidth as PluginContainerDataWidth, type index_d$6_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type index_d$6_Poll as Poll, type index_d$6_PollData as PollData, type index_d$6_PollDataLayout as PollDataLayout, type index_d$6_PollDesign as PollDesign, type index_d$6_PollLayout as PollLayout, index_d$6_PollLayoutDirection as PollLayoutDirection, index_d$6_PollLayoutType as PollLayoutType, type index_d$6_QueryRichContentsRequest as QueryRichContentsRequest, type index_d$6_QueryRichContentsResponse as QueryRichContentsResponse, type index_d$6_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$3 as Recurrences, type index_d$6_Rel as Rel, type RestoreInfo$2 as RestoreInfo, type index_d$6_RichContent as RichContent, type index_d$6_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type index_d$6_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type index_d$6_RichContentNonNullableFields as RichContentNonNullableFields, type index_d$6_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type index_d$6_RichContentsQueryBuilder as RichContentsQueryBuilder, type index_d$6_RichContentsQueryResult as RichContentsQueryResult, type ScheduleConfig$3 as ScheduleConfig, type Settings$2 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, index_d$6_Source as Source, type index_d$6_Spoiler as Spoiler, type index_d$6_SpoilerData as SpoilerData, Status$3 as Status, type StreetAddress$5 as StreetAddress, type index_d$6_Styles as Styles, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type index_d$6_TableCellData as TableCellData, type index_d$6_TableData as TableData, index_d$6_Target as Target, index_d$6_TextAlignment as TextAlignment, type index_d$6_TextData as TextData, type index_d$6_TextNodeStyle as TextNodeStyle, type index_d$6_TextStyle as TextStyle, type index_d$6_Thumbnails as Thumbnails, index_d$6_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type index_d$6_UpdateRichContent as UpdateRichContent, type index_d$6_UpdateRichContentRequest as UpdateRichContentRequest, type index_d$6_UpdateRichContentResponse as UpdateRichContentResponse, type index_d$6_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type index_d$6_V1RichContent as V1RichContent, index_d$6_VerticalAlignment as VerticalAlignment, type index_d$6_Video as Video, type index_d$6_VideoData as VideoData, index_d$6_ViewMode as ViewMode, index_d$6_ViewRole as ViewRole, index_d$6_VoteRole as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, index_d$6_Width as Width, index_d$6_WidthType as WidthType, type index_d$6__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type index_d$6__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type index_d$6__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, index_d$6_createRichContent as createRichContent, index_d$6_deleteRichContent as deleteRichContent, index_d$6_findRichContentBySlug as findRichContentBySlug, index_d$6_getRichContent as getRichContent, index_d$6_onRichContentCreated as onRichContentCreated, index_d$6_onRichContentDeleted as onRichContentDeleted, index_d$6_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, index_d$6_queryRichContents as queryRichContents, index_d$6_updateRichContent as updateRichContent };
12776
+ export { type ActionEvent$3 as ActionEvent, type Address$5 as Address, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, index_d$6_Alignment as Alignment, type index_d$6_AnchorData as AnchorData, type index_d$6_AppEmbedData as AppEmbedData, type index_d$6_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, index_d$6_AppType as AppType, type index_d$6_AudioData as AudioData, type index_d$6_Background as Background, type index_d$6_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, index_d$6_BackgroundType as BackgroundType, type BaseEventMetadata$6 as BaseEventMetadata, type index_d$6_BlockquoteData as BlockquoteData, type index_d$6_BookingData as BookingData, type index_d$6_Border as Border, type index_d$6_BorderColors as BorderColors, type index_d$6_BulletedListData as BulletedListData, type index_d$6_ButtonData as ButtonData, type index_d$6_CellStyle as CellStyle, type index_d$6_CodeBlockData as CodeBlockData, type index_d$6_CollapsibleListData as CollapsibleListData, type index_d$6_ColorData as ColorData, type index_d$6_Colors as Colors, type index_d$6_CreateRichContentRequest as CreateRichContentRequest, type index_d$6_CreateRichContentResponse as CreateRichContentResponse, type index_d$6_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, index_d$6_Crop as Crop, type CursorPaging$4 as CursorPaging, type index_d$6_CursorPagingMetadata as CursorPagingMetadata, type index_d$6_CursorQuery as CursorQuery, type index_d$6_CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOf, type Cursors$4 as Cursors, type index_d$6_Decoration as Decoration, type index_d$6_DecorationDataOneOf as DecorationDataOneOf, index_d$6_DecorationType as DecorationType, type index_d$6_DeleteRichContentRequest as DeleteRichContentRequest, type index_d$6_DeleteRichContentResponse as DeleteRichContentResponse, type index_d$6_Design as Design, type index_d$6_Dimensions as Dimensions, index_d$6_Direction as Direction, type index_d$6_DividerData as DividerData, type index_d$6_DocumentStyle as DocumentStyle, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type index_d$6_EmbedData as EmbedData, type Empty$3 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type index_d$6_EventData as EventData, type EventDeleted$2 as EventDeleted, type EventMetadata$3 as EventMetadata, EventStatus$3 as EventStatus, type ExtendedFields$1 as ExtendedFields, type index_d$6_FileData as FileData, type index_d$6_FileSource as FileSource, type index_d$6_FileSourceDataOneOf as FileSourceDataOneOf, type index_d$6_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type index_d$6_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type index_d$6_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type index_d$6_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type index_d$6_FontSizeData as FontSizeData, index_d$6_FontType as FontType, type index_d$6_GIF as GIF, type index_d$6_GIFData as GIFData, type index_d$6_GalleryData as GalleryData, type index_d$6_GalleryOptions as GalleryOptions, type index_d$6_GetRichContentRequest as GetRichContentRequest, type index_d$6_GetRichContentResponse as GetRichContentResponse, type index_d$6_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type index_d$6_Gradient as Gradient, type index_d$6_HTMLData as HTMLData, type index_d$6_HTMLDataDataOneOf as HTMLDataDataOneOf, type index_d$6_HeadingData as HeadingData, type index_d$6_Height as Height, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type index_d$6_Image as Image, type index_d$6_ImageData as ImageData, index_d$6_InitialExpandedItems as InitialExpandedItems, type index_d$6_Item as Item, type index_d$6_ItemDataOneOf as ItemDataOneOf, type index_d$6_ItemStyle as ItemStyle, type index_d$6_Layout as Layout, index_d$6_LayoutType as LayoutType, index_d$6_LineStyle as LineStyle, type index_d$6_Link as Link, type index_d$6_LinkData as LinkData, type index_d$6_LinkDataOneOf as LinkDataOneOf, type index_d$6_LinkPreviewData as LinkPreviewData, type index_d$6_ListValue as ListValue, type Location$3 as Location, LocationType$3 as LocationType, type MapCoordinates$3 as MapCoordinates, type index_d$6_MapData as MapData, type index_d$6_MapSettings as MapSettings, index_d$6_MapType as MapType, type index_d$6_Media as Media, type index_d$6_MentionData as MentionData, type MessageEnvelope$6 as MessageEnvelope, type index_d$6_Metadata as Metadata, type index_d$6_Node as Node, type index_d$6_NodeDataOneOf as NodeDataOneOf, type index_d$6_NodeStyle as NodeStyle, index_d$6_NodeType as NodeType, index_d$6_NullValue as NullValue, type Occurrence$3 as Occurrence, type index_d$6_Oembed as Oembed, type index_d$6_Option as Option, type index_d$6_OptionDesign as OptionDesign, type index_d$6_OptionLayout as OptionLayout, type index_d$6_OrderedListData as OrderedListData, index_d$6_Orientation as Orientation, type index_d$6_PDFSettings as PDFSettings, type index_d$6_ParagraphData as ParagraphData, type index_d$6_Permissions as Permissions, type index_d$6_PlaybackOptions as PlaybackOptions, type index_d$6_PluginContainerData as PluginContainerData, index_d$6_PluginContainerDataAlignment as PluginContainerDataAlignment, type index_d$6_PluginContainerDataWidth as PluginContainerDataWidth, type index_d$6_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type index_d$6_Poll as Poll, type index_d$6_PollData as PollData, type index_d$6_PollDataLayout as PollDataLayout, type index_d$6_PollDesign as PollDesign, type index_d$6_PollLayout as PollLayout, index_d$6_PollLayoutDirection as PollLayoutDirection, index_d$6_PollLayoutType as PollLayoutType, type index_d$6_QueryRichContentsRequest as QueryRichContentsRequest, type index_d$6_QueryRichContentsResponse as QueryRichContentsResponse, type index_d$6_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$3 as Recurrences, type index_d$6_Rel as Rel, type RestoreInfo$2 as RestoreInfo, type index_d$6_RichContent as RichContent, type index_d$6_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type index_d$6_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type index_d$6_RichContentNonNullableFields as RichContentNonNullableFields, type index_d$6_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type index_d$6_RichContentsQueryBuilder as RichContentsQueryBuilder, type index_d$6_RichContentsQueryResult as RichContentsQueryResult, type ScheduleConfig$3 as ScheduleConfig, type Settings$2 as Settings, SortOrder$4 as SortOrder, type Sorting$4 as Sorting, index_d$6_Source as Source, type index_d$6_Spoiler as Spoiler, type index_d$6_SpoilerData as SpoilerData, Status$3 as Status, type StreetAddress$5 as StreetAddress, type index_d$6_Styles as Styles, type Subdivision$5 as Subdivision, SubdivisionType$5 as SubdivisionType, type index_d$6_TableCellData as TableCellData, type index_d$6_TableData as TableData, index_d$6_Target as Target, index_d$6_TextAlignment as TextAlignment, type index_d$6_TextData as TextData, type index_d$6_TextNodeStyle as TextNodeStyle, type index_d$6_TextStyle as TextStyle, type index_d$6_Thumbnails as Thumbnails, index_d$6_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type index_d$6_UpdateRichContent as UpdateRichContent, type index_d$6_UpdateRichContentRequest as UpdateRichContentRequest, type index_d$6_UpdateRichContentResponse as UpdateRichContentResponse, type index_d$6_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type index_d$6_V1RichContent as V1RichContent, index_d$6_VerticalAlignment as VerticalAlignment, type index_d$6_Video as Video, type index_d$6_VideoData as VideoData, index_d$6_ViewMode as ViewMode, index_d$6_ViewRole as ViewRole, index_d$6_VoteRole as VoteRole, WebhookIdentityType$6 as WebhookIdentityType, index_d$6_Width as Width, index_d$6_WidthType as WidthType, type index_d$6__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type index_d$6__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type index_d$6__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, index_d$6_createRichContent as createRichContent, index_d$6_deleteRichContent as deleteRichContent, index_d$6_findRichContentBySlug as findRichContentBySlug, index_d$6_getRichContent as getRichContent, index_d$6_onRichContentCreated as onRichContentCreated, index_d$6_onRichContentDeleted as onRichContentDeleted, index_d$6_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, index_d$6_queryRichContents as queryRichContents, index_d$6_updateRichContent as updateRichContent };
12755
12777
  }
12756
12778
 
12757
12779
  interface RsvpRsvp {