@wix/events 1.0.262 → 1.0.263
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.
|
|
3
|
+
"version": "1.0.263",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@wix/events_guests": "1.0.53",
|
|
24
24
|
"@wix/events_notifications": "1.0.24",
|
|
25
25
|
"@wix/events_orders": "1.0.40",
|
|
26
|
-
"@wix/events_policies": "1.0.
|
|
26
|
+
"@wix/events_policies": "1.0.39",
|
|
27
27
|
"@wix/events_ricos": "1.0.2",
|
|
28
28
|
"@wix/events_rsvp": "1.0.39",
|
|
29
29
|
"@wix/events_schedule": "1.0.33",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"fqdn": ""
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"falconPackageHash": "
|
|
60
|
+
"falconPackageHash": "4e4c965964bbc63382927b7404f375c6abc356ceab5a1e5cf8ed1b07"
|
|
61
61
|
}
|
|
@@ -361,7 +361,7 @@ interface DomainEventBodyOneOf$8 {
|
|
|
361
361
|
interface EntityCreatedEvent$8 {
|
|
362
362
|
entity?: string;
|
|
363
363
|
}
|
|
364
|
-
interface RestoreInfo$
|
|
364
|
+
interface RestoreInfo$7 {
|
|
365
365
|
deletedDate?: Date;
|
|
366
366
|
}
|
|
367
367
|
interface EntityUpdatedEvent$8 {
|
|
@@ -1294,7 +1294,7 @@ declare const context$e_onGuestDeleted: typeof onGuestDeleted;
|
|
|
1294
1294
|
declare const context$e_onGuestUpdated: typeof onGuestUpdated;
|
|
1295
1295
|
declare const context$e_queryGuests: typeof queryGuests;
|
|
1296
1296
|
declare namespace context$e {
|
|
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$
|
|
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$7 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 };
|
|
1298
1298
|
}
|
|
1299
1299
|
|
|
1300
1300
|
interface NotificationConfig {
|
|
@@ -3525,7 +3525,7 @@ interface DomainEventBodyOneOf$7 {
|
|
|
3525
3525
|
interface EntityCreatedEvent$7 {
|
|
3526
3526
|
entity?: string;
|
|
3527
3527
|
}
|
|
3528
|
-
interface RestoreInfo$
|
|
3528
|
+
interface RestoreInfo$6 {
|
|
3529
3529
|
deletedDate?: Date;
|
|
3530
3530
|
}
|
|
3531
3531
|
interface EntityUpdatedEvent$7 {
|
|
@@ -3940,7 +3940,7 @@ declare const context$d_resolveNotificationConfig: typeof resolveNotificationCon
|
|
|
3940
3940
|
declare const context$d_triggerNotification: typeof triggerNotification;
|
|
3941
3941
|
declare const context$d_upsertNotificationConfig: typeof upsertNotificationConfig;
|
|
3942
3942
|
declare namespace context$d {
|
|
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 };
|
|
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$6 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 };
|
|
3944
3944
|
}
|
|
3945
3945
|
|
|
3946
3946
|
/** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
|
|
@@ -5990,7 +5990,7 @@ interface DomainEventBodyOneOf$5 {
|
|
|
5990
5990
|
interface EntityCreatedEvent$5 {
|
|
5991
5991
|
entity?: string;
|
|
5992
5992
|
}
|
|
5993
|
-
interface RestoreInfo$
|
|
5993
|
+
interface RestoreInfo$5 {
|
|
5994
5994
|
deletedDate?: Date;
|
|
5995
5995
|
}
|
|
5996
5996
|
interface EntityUpdatedEvent$5 {
|
|
@@ -6410,7 +6410,7 @@ declare const context$9_reorderCategoryEvents: typeof reorderCategoryEvents;
|
|
|
6410
6410
|
declare const context$9_unassignEvents: typeof unassignEvents;
|
|
6411
6411
|
declare const context$9_updateCategory: typeof updateCategory;
|
|
6412
6412
|
declare namespace context$9 {
|
|
6413
|
-
export { type ActionEvent$5 as ActionEvent, type context$9_ApplicationError as ApplicationError, type context$9_AssignEventsRequest as AssignEventsRequest, type context$9_AssignEventsResponse as AssignEventsResponse, type context$9_BulkActionMetadata as BulkActionMetadata, type context$9_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type context$9_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type context$9_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type context$9_BulkAssignEventsOptions as BulkAssignEventsOptions, type context$9_BulkAssignEventsRequest as BulkAssignEventsRequest, type context$9_BulkAssignEventsResponse as BulkAssignEventsResponse, type context$9_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type context$9_BulkCategoryResult as BulkCategoryResult, type context$9_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type context$9_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type context$9_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type context$9_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type context$9_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type context$9_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type context$9_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type context$9_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type context$9_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type context$9_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type context$9_CategoriesQueryBuilder as CategoriesQueryBuilder, type context$9_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, context$9_CategoryFieldset as CategoryFieldset, type context$9_CategoryNonNullableFields as CategoryNonNullableFields, type context$9_CreateCategoryRequest as CreateCategoryRequest, type context$9_CreateCategoryResponse as CreateCategoryResponse, type context$9_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$5 as Cursors, type context$9_DeleteCategoryRequest as DeleteCategoryRequest, type context$9_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$9_ItemMetadata as ItemMetadata, type context$9_ListEventCategoriesRequest as ListEventCategoriesRequest, type context$9_ListEventCategoriesResponse as ListEventCategoriesResponse, type context$9_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type context$9_QueryCategoriesOptions as QueryCategoriesOptions, type context$9_QueryCategoriesRequest as QueryCategoriesRequest, type context$9_QueryCategoriesResponse as QueryCategoriesResponse, type context$9_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type context$9_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type context$9_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type context$9_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type context$9_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, type RestoreInfo$
|
|
6413
|
+
export { type ActionEvent$5 as ActionEvent, type context$9_ApplicationError as ApplicationError, type context$9_AssignEventsRequest as AssignEventsRequest, type context$9_AssignEventsResponse as AssignEventsResponse, type context$9_BulkActionMetadata as BulkActionMetadata, type context$9_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type context$9_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type context$9_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type context$9_BulkAssignEventsOptions as BulkAssignEventsOptions, type context$9_BulkAssignEventsRequest as BulkAssignEventsRequest, type context$9_BulkAssignEventsResponse as BulkAssignEventsResponse, type context$9_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type context$9_BulkCategoryResult as BulkCategoryResult, type context$9_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type context$9_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type context$9_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type context$9_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type context$9_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type context$9_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type context$9_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type context$9_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type context$9_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type context$9_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type context$9_CategoriesQueryBuilder as CategoriesQueryBuilder, type context$9_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, context$9_CategoryFieldset as CategoryFieldset, type context$9_CategoryNonNullableFields as CategoryNonNullableFields, type context$9_CreateCategoryRequest as CreateCategoryRequest, type context$9_CreateCategoryResponse as CreateCategoryResponse, type context$9_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$5 as Cursors, type context$9_DeleteCategoryRequest as DeleteCategoryRequest, type context$9_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type context$9_ItemMetadata as ItemMetadata, type context$9_ListEventCategoriesRequest as ListEventCategoriesRequest, type context$9_ListEventCategoriesResponse as ListEventCategoriesResponse, type context$9_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type context$9_QueryCategoriesOptions as QueryCategoriesOptions, type context$9_QueryCategoriesRequest as QueryCategoriesRequest, type context$9_QueryCategoriesResponse as QueryCategoriesResponse, type context$9_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type context$9_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type context$9_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type context$9_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type context$9_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, type RestoreInfo$5 as RestoreInfo, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, State$6 as State, type context$9_UnassignEventsRequest as UnassignEventsRequest, type context$9_UnassignEventsResponse as UnassignEventsResponse, type context$9_UpdateCategory as UpdateCategory, type context$9_UpdateCategoryRequest as UpdateCategoryRequest, type context$9_UpdateCategoryResponse as UpdateCategoryResponse, type context$9_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$9 as WebhookIdentityType, context$9_assignEvents as assignEvents, context$9_bulkAssignEvents as bulkAssignEvents, context$9_bulkAssignEventsAsync as bulkAssignEventsAsync, context$9_bulkCreateCategory as bulkCreateCategory, context$9_bulkUnassignEvents as bulkUnassignEvents, context$9_bulkUnassignEventsAsync as bulkUnassignEventsAsync, context$9_createCategory as createCategory, context$9_deleteCategory as deleteCategory, context$9_listEventCategories as listEventCategories, context$9_queryCategories as queryCategories, context$9_reorderCategoryEvents as reorderCategoryEvents, context$9_unassignEvents as unassignEvents, context$9_updateCategory as updateCategory };
|
|
6414
6414
|
}
|
|
6415
6415
|
|
|
6416
6416
|
/**
|
|
@@ -7648,7 +7648,7 @@ interface DomainEventBodyOneOf$4 {
|
|
|
7648
7648
|
interface EntityCreatedEvent$4 {
|
|
7649
7649
|
entity?: string;
|
|
7650
7650
|
}
|
|
7651
|
-
interface RestoreInfo$
|
|
7651
|
+
interface RestoreInfo$4 {
|
|
7652
7652
|
deletedDate?: Date;
|
|
7653
7653
|
}
|
|
7654
7654
|
interface EntityUpdatedEvent$4 {
|
|
@@ -8014,7 +8014,7 @@ declare const context$8_publishDraft: typeof publishDraft;
|
|
|
8014
8014
|
declare const context$8_updateControl: typeof updateControl;
|
|
8015
8015
|
declare const context$8_updateMessages: typeof updateMessages;
|
|
8016
8016
|
declare namespace context$8 {
|
|
8017
|
-
export { type ActionEvent$4 as ActionEvent, type context$8_AddControlOptions as AddControlOptions, type context$8_AddControlRequest as AddControlRequest, type context$8_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type context$8_AddControlResponse as AddControlResponse, type context$8_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type context$8_AdditionalGuestsControl as AdditionalGuestsControl, type Address$7 as Address, type context$8_AddressControl as AddressControl, type context$8_AddressControlLabels as AddressControlLabels, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$8 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type context$8_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type context$8_DateControl as DateControl, type context$8_DeleteControlIdentifiers as DeleteControlIdentifiers, type context$8_DeleteControlRequest as DeleteControlRequest, type context$8_DeleteControlResponse as DeleteControlResponse, type context$8_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type context$8_DiscardDraftRequest as DiscardDraftRequest, type context$8_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type context$8_DropdownControl as DropdownControl, type context$8_EmailControl as EmailControl, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$4 as EventStatus, EventType$2 as EventType, type EventUpdated$2 as EventUpdated, type ExternalEvent$2 as ExternalEvent, type Feed$2 as Feed, type Form$2 as Form, type context$8_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type context$8_FormInputControlAdded as FormInputControlAdded, type context$8_FormInputControlDeleted as FormInputControlDeleted, type context$8_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type context$8_GetFormRequest as GetFormRequest, type context$8_GetFormResponse as GetFormResponse, type context$8_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type Input$2 as Input, type InputControl$2 as InputControl, InputControlType$2 as InputControlType, type Keyword$2 as Keyword, type Label$2 as Label, type LabellingSettings$2 as LabellingSettings, type context$8_Labels as Labels, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type MessageEnvelope$8 as MessageEnvelope, type Money$5 as Money, type context$8_NameControl as NameControl, type context$8_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$4 as Occurrence, type OnlineConferencing$2 as OnlineConferencing, type OnlineConferencingConfig$2 as OnlineConferencingConfig, type OnlineConferencingSession$2 as OnlineConferencingSession, type OptionSelection$2 as OptionSelection, type OptionSelectionSelectedOptionOneOf$2 as OptionSelectionSelectedOptionOneOf, type context$8_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type context$8_PublishDraftRequest as PublishDraftRequest, type context$8_PublishDraftResponse as PublishDraftResponse, type context$8_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type context$8_RadioButtonControl as RadioButtonControl, type Recurrences$4 as Recurrences, type Registration$2 as Registration, type RegistrationClosedMessages$2 as RegistrationClosedMessages, RegistrationStatus$2 as RegistrationStatus, RequestedFields$1 as RequestedFields, type ResponseConfirmation$2 as ResponseConfirmation, type RestoreInfo$
|
|
8017
|
+
export { type ActionEvent$4 as ActionEvent, type context$8_AddControlOptions as AddControlOptions, type context$8_AddControlRequest as AddControlRequest, type context$8_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type context$8_AddControlResponse as AddControlResponse, type context$8_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type context$8_AdditionalGuestsControl as AdditionalGuestsControl, type Address$7 as Address, type context$8_AddressControl as AddressControl, type context$8_AddressControlLabels as AddressControlLabels, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$8 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type context$8_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type context$8_DateControl as DateControl, type context$8_DeleteControlIdentifiers as DeleteControlIdentifiers, type context$8_DeleteControlRequest as DeleteControlRequest, type context$8_DeleteControlResponse as DeleteControlResponse, type context$8_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type context$8_DiscardDraftRequest as DiscardDraftRequest, type context$8_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type context$8_DropdownControl as DropdownControl, type context$8_EmailControl as EmailControl, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$4 as EventStatus, EventType$2 as EventType, type EventUpdated$2 as EventUpdated, type ExternalEvent$2 as ExternalEvent, type Feed$2 as Feed, type Form$2 as Form, type context$8_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type context$8_FormInputControlAdded as FormInputControlAdded, type context$8_FormInputControlDeleted as FormInputControlDeleted, type context$8_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type context$8_GetFormRequest as GetFormRequest, type context$8_GetFormResponse as GetFormResponse, type context$8_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type Input$2 as Input, type InputControl$2 as InputControl, InputControlType$2 as InputControlType, type Keyword$2 as Keyword, type Label$2 as Label, type LabellingSettings$2 as LabellingSettings, type context$8_Labels as Labels, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type MessageEnvelope$8 as MessageEnvelope, type Money$5 as Money, type context$8_NameControl as NameControl, type context$8_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$4 as Occurrence, type OnlineConferencing$2 as OnlineConferencing, type OnlineConferencingConfig$2 as OnlineConferencingConfig, type OnlineConferencingSession$2 as OnlineConferencingSession, type OptionSelection$2 as OptionSelection, type OptionSelectionSelectedOptionOneOf$2 as OptionSelectionSelectedOptionOneOf, type context$8_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type context$8_PublishDraftRequest as PublishDraftRequest, type context$8_PublishDraftResponse as PublishDraftResponse, type context$8_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type context$8_RadioButtonControl as RadioButtonControl, type Recurrences$4 as Recurrences, type Registration$2 as Registration, type RegistrationClosedMessages$2 as RegistrationClosedMessages, RegistrationStatus$2 as RegistrationStatus, RequestedFields$1 as RequestedFields, type ResponseConfirmation$2 as ResponseConfirmation, type RestoreInfo$4 as RestoreInfo, type RsvpCollection$2 as RsvpCollection, type RsvpCollectionConfig$2 as RsvpCollectionConfig, type RsvpFormMessages$2 as RsvpFormMessages, RsvpStatusOptions$2 as RsvpStatusOptions, type RsvpSummary$3 as RsvpSummary, type ScheduleConfig$4 as ScheduleConfig, type Scheduling$2 as Scheduling, type SeoSchema$2 as SeoSchema, type SeoSettings$2 as SeoSettings, type Settings$3 as Settings, type SiteUrl$2 as SiteUrl, State$5 as State, Status$4 as Status, type StreetAddress$7 as StreetAddress, type Subdivision$7 as Subdivision, SubdivisionType$7 as SubdivisionType, type Tag$2 as Tag, type TaxConfig$2 as TaxConfig, TaxType$3 as TaxType, type context$8_TextControl as TextControl, type Ticketing$2 as Ticketing, type TicketingConfig$2 as TicketingConfig, type TicketingSummary$2 as TicketingSummary, type TicketsUnavailableMessages$2 as TicketsUnavailableMessages, type context$8_UpdateControlIdentifiers as UpdateControlIdentifiers, type context$8_UpdateControlOptions as UpdateControlOptions, type context$8_UpdateControlRequest as UpdateControlRequest, type context$8_UpdateControlRequestControlOneOf as UpdateControlRequestControlOneOf, type context$8_UpdateControlResponse as UpdateControlResponse, type context$8_UpdateControlResponseNonNullableFields as UpdateControlResponseNonNullableFields, type context$8_UpdateMessagesOptions as UpdateMessagesOptions, type context$8_UpdateMessagesRequest as UpdateMessagesRequest, type context$8_UpdateMessagesResponse as UpdateMessagesResponse, type context$8_UpdateMessagesResponseNonNullableFields as UpdateMessagesResponseNonNullableFields, ValueType$2 as ValueType, VisitorType$2 as VisitorType, WebhookIdentityType$8 as WebhookIdentityType, type context$8__publicOnFormEventUpdatedType as _publicOnFormEventUpdatedType, context$8_addControl as addControl, context$8_deleteControl as deleteControl, context$8_discardDraft as discardDraft, context$8_getForm as getForm, context$8_onFormEventUpdated as onFormEventUpdated, onFormEventUpdated$1 as publicOnFormEventUpdated, context$8_publishDraft as publishDraft, context$8_updateControl as updateControl, context$8_updateMessages as updateMessages };
|
|
8018
8018
|
}
|
|
8019
8019
|
|
|
8020
8020
|
interface Order {
|
|
@@ -12032,7 +12032,7 @@ interface DomainEventBodyOneOf$3 {
|
|
|
12032
12032
|
interface EntityCreatedEvent$3 {
|
|
12033
12033
|
entity?: string;
|
|
12034
12034
|
}
|
|
12035
|
-
interface RestoreInfo$
|
|
12035
|
+
interface RestoreInfo$3 {
|
|
12036
12036
|
deletedDate?: Date;
|
|
12037
12037
|
}
|
|
12038
12038
|
interface EntityUpdatedEvent$3 {
|
|
@@ -12773,7 +12773,7 @@ declare const context$6_onRichContentUpdated: typeof onRichContentUpdated;
|
|
|
12773
12773
|
declare const context$6_queryRichContents: typeof queryRichContents;
|
|
12774
12774
|
declare const context$6_updateRichContent: typeof updateRichContent;
|
|
12775
12775
|
declare namespace context$6 {
|
|
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$
|
|
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$3 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 };
|
|
12777
12777
|
}
|
|
12778
12778
|
|
|
12779
12779
|
interface RsvpRsvp {
|
|
@@ -16065,7 +16065,7 @@ interface DomainEvent$2 extends DomainEventBodyOneOf$2 {
|
|
|
16065
16065
|
slug?: string;
|
|
16066
16066
|
/** ID of the entity associated with the event. */
|
|
16067
16067
|
entityId?: string;
|
|
16068
|
-
/** Event timestamp. */
|
|
16068
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
16069
16069
|
eventTime?: Date;
|
|
16070
16070
|
/**
|
|
16071
16071
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -16094,6 +16094,9 @@ interface DomainEventBodyOneOf$2 {
|
|
|
16094
16094
|
interface EntityCreatedEvent$2 {
|
|
16095
16095
|
entity?: string;
|
|
16096
16096
|
}
|
|
16097
|
+
interface RestoreInfo$2 {
|
|
16098
|
+
deletedDate?: Date;
|
|
16099
|
+
}
|
|
16097
16100
|
interface EntityUpdatedEvent$2 {
|
|
16098
16101
|
/**
|
|
16099
16102
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
@@ -16196,7 +16199,7 @@ interface EventMetadata$2 extends BaseEventMetadata$2 {
|
|
|
16196
16199
|
slug?: string;
|
|
16197
16200
|
/** ID of the entity associated with the event. */
|
|
16198
16201
|
entityId?: string;
|
|
16199
|
-
/** Event timestamp. */
|
|
16202
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
16200
16203
|
eventTime?: Date;
|
|
16201
16204
|
/**
|
|
16202
16205
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -16508,7 +16511,7 @@ declare const context$2_queryPolicies: typeof queryPolicies;
|
|
|
16508
16511
|
declare const context$2_reorderEventPolicies: typeof reorderEventPolicies;
|
|
16509
16512
|
declare const context$2_updatePolicy: typeof updatePolicy;
|
|
16510
16513
|
declare namespace context$2 {
|
|
16511
|
-
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type BaseEventMetadata$2 as BaseEventMetadata, type context$2_CreatePolicyRequest as CreatePolicyRequest, type context$2_CreatePolicyResponse as CreatePolicyResponse, type context$2_CreatePolicyResponseNonNullableFields as CreatePolicyResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type Cursors$2 as Cursors, type context$2_DeletePolicyRequest as DeletePolicyRequest, type context$2_DeletePolicyResponse as DeletePolicyResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventCopied$1 as EventCopied, type EventMetadata$2 as EventMetadata, EventStatus$2 as EventStatus, type context$2_GetPolicyFromTrashBinRequest as GetPolicyFromTrashBinRequest, type context$2_GetPolicyFromTrashBinResponse as GetPolicyFromTrashBinResponse, type context$2_GetPolicyRequest as GetPolicyRequest, type context$2_GetPolicyResponse as GetPolicyResponse, type context$2_GetPolicyResponseNonNullableFields as GetPolicyResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type Location$2 as Location, LocationType$2 as LocationType, type MapCoordinates$2 as MapCoordinates, type MessageEnvelope$2 as MessageEnvelope, type Occurrence$2 as Occurrence, type Paging$2 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type context$2_PoliciesQueryBuilder as PoliciesQueryBuilder, type context$2_PoliciesQueryResult as PoliciesQueryResult, type context$2_Policy as Policy, type context$2_PolicyCreatedEnvelope as PolicyCreatedEnvelope, type context$2_PolicyDeletedEnvelope as PolicyDeletedEnvelope, type context$2_PolicyNonNullableFields as PolicyNonNullableFields, type context$2_PolicyUpdatedEnvelope as PolicyUpdatedEnvelope, type context$2_QueryPoliciesRequest as QueryPoliciesRequest, type context$2_QueryPoliciesResponse as QueryPoliciesResponse, type context$2_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type Recurrences$2 as Recurrences, type context$2_ReorderEventPoliciesOptions as ReorderEventPoliciesOptions, type context$2_ReorderEventPoliciesRequest as ReorderEventPoliciesRequest, type context$2_ReorderEventPoliciesRequestReferencePolicyOneOf as ReorderEventPoliciesRequestReferencePolicyOneOf, type context$2_ReorderEventPoliciesResponse as ReorderEventPoliciesResponse, type context$2_ReorderEventPoliciesResponseNonNullableFields as ReorderEventPoliciesResponseNonNullableFields, type ScheduleConfig$2 as ScheduleConfig, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, Status$2 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, SubdivisionType$2 as SubdivisionType, type context$2_UpdatePolicy as UpdatePolicy, type context$2_UpdatePolicyRequest as UpdatePolicyRequest, type context$2_UpdatePolicyResponse as UpdatePolicyResponse, type context$2_UpdatePolicyResponseNonNullableFields as UpdatePolicyResponseNonNullableFields, type context$2_UpdatePolicySortIndexRequest as UpdatePolicySortIndexRequest, type context$2_UpdatePolicySortIndexResponse as UpdatePolicySortIndexResponse, WebhookIdentityType$2 as WebhookIdentityType, type context$2__publicOnPolicyCreatedType as _publicOnPolicyCreatedType, type context$2__publicOnPolicyDeletedType as _publicOnPolicyDeletedType, type context$2__publicOnPolicyUpdatedType as _publicOnPolicyUpdatedType, context$2_createPolicy as createPolicy, context$2_deletePolicy as deletePolicy, context$2_getPolicy as getPolicy, context$2_onPolicyCreated as onPolicyCreated, context$2_onPolicyDeleted as onPolicyDeleted, context$2_onPolicyUpdated as onPolicyUpdated, onPolicyCreated$1 as publicOnPolicyCreated, onPolicyDeleted$1 as publicOnPolicyDeleted, onPolicyUpdated$1 as publicOnPolicyUpdated, context$2_queryPolicies as queryPolicies, context$2_reorderEventPolicies as reorderEventPolicies, context$2_updatePolicy as updatePolicy };
|
|
16514
|
+
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type BaseEventMetadata$2 as BaseEventMetadata, type context$2_CreatePolicyRequest as CreatePolicyRequest, type context$2_CreatePolicyResponse as CreatePolicyResponse, type context$2_CreatePolicyResponseNonNullableFields as CreatePolicyResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type Cursors$2 as Cursors, type context$2_DeletePolicyRequest as DeletePolicyRequest, type context$2_DeletePolicyResponse as DeletePolicyResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventCopied$1 as EventCopied, type EventMetadata$2 as EventMetadata, EventStatus$2 as EventStatus, type context$2_GetPolicyFromTrashBinRequest as GetPolicyFromTrashBinRequest, type context$2_GetPolicyFromTrashBinResponse as GetPolicyFromTrashBinResponse, type context$2_GetPolicyRequest as GetPolicyRequest, type context$2_GetPolicyResponse as GetPolicyResponse, type context$2_GetPolicyResponseNonNullableFields as GetPolicyResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type Location$2 as Location, LocationType$2 as LocationType, type MapCoordinates$2 as MapCoordinates, type MessageEnvelope$2 as MessageEnvelope, type Occurrence$2 as Occurrence, type Paging$2 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type context$2_PoliciesQueryBuilder as PoliciesQueryBuilder, type context$2_PoliciesQueryResult as PoliciesQueryResult, type context$2_Policy as Policy, type context$2_PolicyCreatedEnvelope as PolicyCreatedEnvelope, type context$2_PolicyDeletedEnvelope as PolicyDeletedEnvelope, type context$2_PolicyNonNullableFields as PolicyNonNullableFields, type context$2_PolicyUpdatedEnvelope as PolicyUpdatedEnvelope, type context$2_QueryPoliciesRequest as QueryPoliciesRequest, type context$2_QueryPoliciesResponse as QueryPoliciesResponse, type context$2_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type Recurrences$2 as Recurrences, type context$2_ReorderEventPoliciesOptions as ReorderEventPoliciesOptions, type context$2_ReorderEventPoliciesRequest as ReorderEventPoliciesRequest, type context$2_ReorderEventPoliciesRequestReferencePolicyOneOf as ReorderEventPoliciesRequestReferencePolicyOneOf, type context$2_ReorderEventPoliciesResponse as ReorderEventPoliciesResponse, type context$2_ReorderEventPoliciesResponseNonNullableFields as ReorderEventPoliciesResponseNonNullableFields, type RestoreInfo$2 as RestoreInfo, type ScheduleConfig$2 as ScheduleConfig, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, Status$2 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, SubdivisionType$2 as SubdivisionType, type context$2_UpdatePolicy as UpdatePolicy, type context$2_UpdatePolicyRequest as UpdatePolicyRequest, type context$2_UpdatePolicyResponse as UpdatePolicyResponse, type context$2_UpdatePolicyResponseNonNullableFields as UpdatePolicyResponseNonNullableFields, type context$2_UpdatePolicySortIndexRequest as UpdatePolicySortIndexRequest, type context$2_UpdatePolicySortIndexResponse as UpdatePolicySortIndexResponse, WebhookIdentityType$2 as WebhookIdentityType, type context$2__publicOnPolicyCreatedType as _publicOnPolicyCreatedType, type context$2__publicOnPolicyDeletedType as _publicOnPolicyDeletedType, type context$2__publicOnPolicyUpdatedType as _publicOnPolicyUpdatedType, context$2_createPolicy as createPolicy, context$2_deletePolicy as deletePolicy, context$2_getPolicy as getPolicy, context$2_onPolicyCreated as onPolicyCreated, context$2_onPolicyDeleted as onPolicyDeleted, context$2_onPolicyUpdated as onPolicyUpdated, onPolicyCreated$1 as publicOnPolicyCreated, onPolicyDeleted$1 as publicOnPolicyDeleted, onPolicyUpdated$1 as publicOnPolicyUpdated, context$2_queryPolicies as queryPolicies, context$2_reorderEventPolicies as reorderEventPolicies, context$2_updatePolicy as updatePolicy };
|
|
16512
16515
|
}
|
|
16513
16516
|
|
|
16514
16517
|
interface V3Event {
|
|
@@ -361,7 +361,7 @@ interface DomainEventBodyOneOf$8 {
|
|
|
361
361
|
interface EntityCreatedEvent$8 {
|
|
362
362
|
entity?: string;
|
|
363
363
|
}
|
|
364
|
-
interface RestoreInfo$
|
|
364
|
+
interface RestoreInfo$7 {
|
|
365
365
|
deletedDate?: Date;
|
|
366
366
|
}
|
|
367
367
|
interface EntityUpdatedEvent$8 {
|
|
@@ -1294,7 +1294,7 @@ declare const index_d$e_onGuestDeleted: typeof onGuestDeleted;
|
|
|
1294
1294
|
declare const index_d$e_onGuestUpdated: typeof onGuestUpdated;
|
|
1295
1295
|
declare const index_d$e_queryGuests: typeof queryGuests;
|
|
1296
1296
|
declare namespace index_d$e {
|
|
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$
|
|
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$7 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 };
|
|
1298
1298
|
}
|
|
1299
1299
|
|
|
1300
1300
|
interface NotificationConfig {
|
|
@@ -3525,7 +3525,7 @@ interface DomainEventBodyOneOf$7 {
|
|
|
3525
3525
|
interface EntityCreatedEvent$7 {
|
|
3526
3526
|
entity?: string;
|
|
3527
3527
|
}
|
|
3528
|
-
interface RestoreInfo$
|
|
3528
|
+
interface RestoreInfo$6 {
|
|
3529
3529
|
deletedDate?: Date;
|
|
3530
3530
|
}
|
|
3531
3531
|
interface EntityUpdatedEvent$7 {
|
|
@@ -3940,7 +3940,7 @@ declare const index_d$d_resolveNotificationConfig: typeof resolveNotificationCon
|
|
|
3940
3940
|
declare const index_d$d_triggerNotification: typeof triggerNotification;
|
|
3941
3941
|
declare const index_d$d_upsertNotificationConfig: typeof upsertNotificationConfig;
|
|
3942
3942
|
declare namespace index_d$d {
|
|
3943
|
-
export { type index_d$d_Action as Action, type ActionEvent$7 as ActionEvent, type index_d$d_ActionInfoOneOf as ActionInfoOneOf, type index_d$d_ActionSettings as ActionSettings, type Address$8 as Address, type AddressLocation$8 as AddressLocation, type AddressStreetOneOf$8 as AddressStreetOneOf, type Agenda$3 as Agenda, type index_d$d_AppDefinedAction as AppDefinedAction, type index_d$d_ApplicationOrigin as ApplicationOrigin, index_d$d_AttendanceStatus as AttendanceStatus, type index_d$d_AuditInfo as AuditInfo, type index_d$d_AuditInfoIdOneOf as AuditInfoIdOneOf, type index_d$d_Automation as Automation, type index_d$d_AutomationConfiguration as AutomationConfiguration, type index_d$d_AutomationOriginInfoOneOf as AutomationOriginInfoOneOf, type index_d$d_AutomationSettings as AutomationSettings, type BaseEventMetadata$a as BaseEventMetadata, type CalendarLinks$5 as CalendarLinks, type Category$4 as Category, type CategoryCounts$4 as CategoryCounts, type CheckIn$3 as CheckIn, type CheckoutFormMessages$3 as CheckoutFormMessages, type CommonAddress$1 as CommonAddress, type CommonAddressLocation$1 as CommonAddressLocation, type CommonAddressStreetOneOf$1 as CommonAddressStreetOneOf, type CommonStreetAddress$1 as CommonStreetAddress, type CommonSubdivision$1 as CommonSubdivision, type index_d$d_ConditionAction as ConditionAction, type index_d$d_ConditionExpressionGroup as ConditionExpressionGroup, ConferenceType$3 as ConferenceType, type index_d$d_ContactEventStatusUpdated as ContactEventStatusUpdated, index_d$d_ContactEventStatusUpdatedEventType as ContactEventStatusUpdatedEventType, type CouponDiscount$1 as CouponDiscount, type Dashboard$5 as Dashboard, type index_d$d_DelayAction as DelayAction, type index_d$d_DeletedWithEntity as DeletedWithEntity, type Discount$1 as Discount, type DiscountItem$1 as DiscountItem, type DiscountItemDiscountOneOf$1 as DiscountItemDiscountOneOf, type DomainEvent$7 as DomainEvent, type DomainEventBodyOneOf$7 as DomainEventBodyOneOf, type index_d$d_DraftInfo as DraftInfo, type index_d$d_EmailNotificationConfig as EmailNotificationConfig, index_d$d_EmailNotificationReminderTime as EmailNotificationReminderTime, index_d$d_EmailNotificationType as EmailNotificationType, type index_d$d_EmailTemplate as EmailTemplate, type Empty$4 as Empty, type EntityCreatedEvent$7 as EntityCreatedEvent, type EntityDeletedEvent$7 as EntityDeletedEvent, type EntityUpdatedEvent$7 as EntityUpdatedEvent, type Event$3 as Event, type EventCanceled$2 as EventCanceled, type EventCopied$3 as EventCopied, type EventDeleted$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 };
|
|
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$6 as RestoreInfo, type RsvpCollection$3 as RsvpCollection, type RsvpCollectionConfig$3 as RsvpCollectionConfig, type RsvpCreated$1 as RsvpCreated, type RsvpFormMessages$3 as RsvpFormMessages, type index_d$d_RsvpGuest as RsvpGuest, RsvpStatus$1 as RsvpStatus, RsvpStatusOptions$3 as RsvpStatusOptions, type RsvpSummary$4 as RsvpSummary, type RsvpUpdated$1 as RsvpUpdated, type ScheduleConfig$5 as ScheduleConfig, type Scheduling$3 as Scheduling, type SeoSchema$3 as SeoSchema, type SeoSettings$3 as SeoSettings, type Settings$4 as Settings, type SiteUrl$3 as SiteUrl, type StandardDetails$3 as StandardDetails, State$7 as State, Status$6 as Status, type StreetAddress$8 as StreetAddress, type Subdivision$8 as Subdivision, SubdivisionType$8 as SubdivisionType, type Tag$3 as Tag, type Target$1 as Target, index_d$d_TargetType as TargetType, type index_d$d_TaskContext as TaskContext, type Tax$1 as Tax, type TaxConfig$3 as TaxConfig, TaxType$4 as TaxType, type Ticket$2 as Ticket, type TicketDetails$2 as TicketDetails, type index_d$d_TicketGuest as TicketGuest, type index_d$d_TicketGuestDetails as TicketGuestDetails, type index_d$d_TicketPdfResolveDelayed as TicketPdfResolveDelayed, type index_d$d_TicketPdfResolved as TicketPdfResolved, type Ticketing$3 as Ticketing, type TicketingConfig$3 as TicketingConfig, type TicketingSummary$3 as TicketingSummary, type TicketsUnavailableMessages$3 as TicketsUnavailableMessages, type TimeDuration$1 as TimeDuration, index_d$d_TimeUnit as TimeUnit, type index_d$d_Trigger as Trigger, type index_d$d_TriggerNotificationOptions as TriggerNotificationOptions, type index_d$d_TriggerNotificationRequest as TriggerNotificationRequest, type index_d$d_TriggerNotificationRequestGuestsOneOf as TriggerNotificationRequestGuestsOneOf, type index_d$d_TriggerNotificationRequestNotificationOneOf as TriggerNotificationRequestNotificationOneOf, type index_d$d_TriggerNotificationResponse as TriggerNotificationResponse, Type$5 as Type, type index_d$d_UnprocessedTargetEvent as UnprocessedTargetEvent, type index_d$d_UpdatedWithPreviousEntity as UpdatedWithPreviousEntity, type index_d$d_UpsertNotificationConfig as UpsertNotificationConfig, type index_d$d_UpsertNotificationConfigRequest as UpsertNotificationConfigRequest, type index_d$d_UpsertNotificationConfigResponse as UpsertNotificationConfigResponse, type index_d$d_UpsertNotificationConfigResponseNonNullableFields as UpsertNotificationConfigResponseNonNullableFields, ValueType$3 as ValueType, VisitorType$3 as VisitorType, WebhookIdentityType$b as WebhookIdentityType, type index_d$d__publicOnNotificationConfigCreatedType as _publicOnNotificationConfigCreatedType, type index_d$d__publicOnNotificationConfigDeletedType as _publicOnNotificationConfigDeletedType, type index_d$d__publicOnNotificationConfigUpdatedType as _publicOnNotificationConfigUpdatedType, index_d$d_onNotificationConfigCreated as onNotificationConfigCreated, index_d$d_onNotificationConfigDeleted as onNotificationConfigDeleted, index_d$d_onNotificationConfigUpdated as onNotificationConfigUpdated, onNotificationConfigCreated$1 as publicOnNotificationConfigCreated, onNotificationConfigDeleted$1 as publicOnNotificationConfigDeleted, onNotificationConfigUpdated$1 as publicOnNotificationConfigUpdated, index_d$d_resolveNotificationConfig as resolveNotificationConfig, index_d$d_triggerNotification as triggerNotification, index_d$d_upsertNotificationConfig as upsertNotificationConfig };
|
|
3944
3944
|
}
|
|
3945
3945
|
|
|
3946
3946
|
/** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */
|
|
@@ -5990,7 +5990,7 @@ interface DomainEventBodyOneOf$5 {
|
|
|
5990
5990
|
interface EntityCreatedEvent$5 {
|
|
5991
5991
|
entity?: string;
|
|
5992
5992
|
}
|
|
5993
|
-
interface RestoreInfo$
|
|
5993
|
+
interface RestoreInfo$5 {
|
|
5994
5994
|
deletedDate?: Date;
|
|
5995
5995
|
}
|
|
5996
5996
|
interface EntityUpdatedEvent$5 {
|
|
@@ -6410,7 +6410,7 @@ declare const index_d$9_reorderCategoryEvents: typeof reorderCategoryEvents;
|
|
|
6410
6410
|
declare const index_d$9_unassignEvents: typeof unassignEvents;
|
|
6411
6411
|
declare const index_d$9_updateCategory: typeof updateCategory;
|
|
6412
6412
|
declare namespace index_d$9 {
|
|
6413
|
-
export { type ActionEvent$5 as ActionEvent, type index_d$9_ApplicationError as ApplicationError, type index_d$9_AssignEventsRequest as AssignEventsRequest, type index_d$9_AssignEventsResponse as AssignEventsResponse, type index_d$9_BulkActionMetadata as BulkActionMetadata, type index_d$9_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type index_d$9_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type index_d$9_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type index_d$9_BulkAssignEventsOptions as BulkAssignEventsOptions, type index_d$9_BulkAssignEventsRequest as BulkAssignEventsRequest, type index_d$9_BulkAssignEventsResponse as BulkAssignEventsResponse, type index_d$9_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type index_d$9_BulkCategoryResult as BulkCategoryResult, type index_d$9_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type index_d$9_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type index_d$9_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type index_d$9_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type index_d$9_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type index_d$9_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type index_d$9_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type index_d$9_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type index_d$9_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type index_d$9_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type index_d$9_CategoriesQueryBuilder as CategoriesQueryBuilder, type index_d$9_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, index_d$9_CategoryFieldset as CategoryFieldset, type index_d$9_CategoryNonNullableFields as CategoryNonNullableFields, type index_d$9_CreateCategoryRequest as CreateCategoryRequest, type index_d$9_CreateCategoryResponse as CreateCategoryResponse, type index_d$9_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$5 as Cursors, type index_d$9_DeleteCategoryRequest as DeleteCategoryRequest, type index_d$9_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$9_ItemMetadata as ItemMetadata, type index_d$9_ListEventCategoriesRequest as ListEventCategoriesRequest, type index_d$9_ListEventCategoriesResponse as ListEventCategoriesResponse, type index_d$9_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type index_d$9_QueryCategoriesOptions as QueryCategoriesOptions, type index_d$9_QueryCategoriesRequest as QueryCategoriesRequest, type index_d$9_QueryCategoriesResponse as QueryCategoriesResponse, type index_d$9_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type index_d$9_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type index_d$9_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type index_d$9_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type index_d$9_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, type RestoreInfo$
|
|
6413
|
+
export { type ActionEvent$5 as ActionEvent, type index_d$9_ApplicationError as ApplicationError, type index_d$9_AssignEventsRequest as AssignEventsRequest, type index_d$9_AssignEventsResponse as AssignEventsResponse, type index_d$9_BulkActionMetadata as BulkActionMetadata, type index_d$9_BulkAssignEventsAsyncOptions as BulkAssignEventsAsyncOptions, type index_d$9_BulkAssignEventsAsyncRequest as BulkAssignEventsAsyncRequest, type index_d$9_BulkAssignEventsAsyncResponse as BulkAssignEventsAsyncResponse, type index_d$9_BulkAssignEventsOptions as BulkAssignEventsOptions, type index_d$9_BulkAssignEventsRequest as BulkAssignEventsRequest, type index_d$9_BulkAssignEventsResponse as BulkAssignEventsResponse, type index_d$9_BulkAssignEventsResponseNonNullableFields as BulkAssignEventsResponseNonNullableFields, type index_d$9_BulkCategoryResult as BulkCategoryResult, type index_d$9_BulkCreateCategoryRequest as BulkCreateCategoryRequest, type index_d$9_BulkCreateCategoryResponse as BulkCreateCategoryResponse, type index_d$9_BulkCreateCategoryResponseNonNullableFields as BulkCreateCategoryResponseNonNullableFields, type index_d$9_BulkUnassignEventsAsyncOptions as BulkUnassignEventsAsyncOptions, type index_d$9_BulkUnassignEventsAsyncRequest as BulkUnassignEventsAsyncRequest, type index_d$9_BulkUnassignEventsAsyncResponse as BulkUnassignEventsAsyncResponse, type index_d$9_BulkUnassignEventsOptions as BulkUnassignEventsOptions, type index_d$9_BulkUnassignEventsRequest as BulkUnassignEventsRequest, type index_d$9_BulkUnassignEventsResponse as BulkUnassignEventsResponse, type index_d$9_BulkUnassignEventsResponseNonNullableFields as BulkUnassignEventsResponseNonNullableFields, type index_d$9_CategoriesQueryBuilder as CategoriesQueryBuilder, type index_d$9_CategoriesQueryResult as CategoriesQueryResult, type Category$3 as Category, type CategoryCounts$3 as CategoryCounts, index_d$9_CategoryFieldset as CategoryFieldset, type index_d$9_CategoryNonNullableFields as CategoryNonNullableFields, type index_d$9_CreateCategoryRequest as CreateCategoryRequest, type index_d$9_CreateCategoryResponse as CreateCategoryResponse, type index_d$9_CreateCategoryResponseNonNullableFields as CreateCategoryResponseNonNullableFields, type Cursors$5 as Cursors, type index_d$9_DeleteCategoryRequest as DeleteCategoryRequest, type index_d$9_DeleteCategoryResponse as DeleteCategoryResponse, type DomainEvent$5 as DomainEvent, type DomainEventBodyOneOf$5 as DomainEventBodyOneOf, type EntityCreatedEvent$5 as EntityCreatedEvent, type EntityDeletedEvent$5 as EntityDeletedEvent, type EntityUpdatedEvent$5 as EntityUpdatedEvent, type IdentificationData$9 as IdentificationData, type IdentificationDataIdOneOf$9 as IdentificationDataIdOneOf, type index_d$9_ItemMetadata as ItemMetadata, type index_d$9_ListEventCategoriesRequest as ListEventCategoriesRequest, type index_d$9_ListEventCategoriesResponse as ListEventCategoriesResponse, type index_d$9_ListEventCategoriesResponseNonNullableFields as ListEventCategoriesResponseNonNullableFields, type MessageEnvelope$9 as MessageEnvelope, type Paging$4 as Paging, type PagingMetadataV2$4 as PagingMetadataV2, type index_d$9_QueryCategoriesOptions as QueryCategoriesOptions, type index_d$9_QueryCategoriesRequest as QueryCategoriesRequest, type index_d$9_QueryCategoriesResponse as QueryCategoriesResponse, type index_d$9_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type index_d$9_ReorderCategoryEventsOptions as ReorderCategoryEventsOptions, type index_d$9_ReorderCategoryEventsRequest as ReorderCategoryEventsRequest, type index_d$9_ReorderCategoryEventsRequestReferenceEventOneOf as ReorderCategoryEventsRequestReferenceEventOneOf, type index_d$9_ReorderCategoryEventsResponse as ReorderCategoryEventsResponse, type RestoreInfo$5 as RestoreInfo, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, State$6 as State, type index_d$9_UnassignEventsRequest as UnassignEventsRequest, type index_d$9_UnassignEventsResponse as UnassignEventsResponse, type index_d$9_UpdateCategory as UpdateCategory, type index_d$9_UpdateCategoryRequest as UpdateCategoryRequest, type index_d$9_UpdateCategoryResponse as UpdateCategoryResponse, type index_d$9_UpdateCategoryResponseNonNullableFields as UpdateCategoryResponseNonNullableFields, WebhookIdentityType$9 as WebhookIdentityType, index_d$9_assignEvents as assignEvents, index_d$9_bulkAssignEvents as bulkAssignEvents, index_d$9_bulkAssignEventsAsync as bulkAssignEventsAsync, index_d$9_bulkCreateCategory as bulkCreateCategory, index_d$9_bulkUnassignEvents as bulkUnassignEvents, index_d$9_bulkUnassignEventsAsync as bulkUnassignEventsAsync, index_d$9_createCategory as createCategory, index_d$9_deleteCategory as deleteCategory, index_d$9_listEventCategories as listEventCategories, index_d$9_queryCategories as queryCategories, index_d$9_reorderCategoryEvents as reorderCategoryEvents, index_d$9_unassignEvents as unassignEvents, index_d$9_updateCategory as updateCategory };
|
|
6414
6414
|
}
|
|
6415
6415
|
|
|
6416
6416
|
/**
|
|
@@ -7648,7 +7648,7 @@ interface DomainEventBodyOneOf$4 {
|
|
|
7648
7648
|
interface EntityCreatedEvent$4 {
|
|
7649
7649
|
entity?: string;
|
|
7650
7650
|
}
|
|
7651
|
-
interface RestoreInfo$
|
|
7651
|
+
interface RestoreInfo$4 {
|
|
7652
7652
|
deletedDate?: Date;
|
|
7653
7653
|
}
|
|
7654
7654
|
interface EntityUpdatedEvent$4 {
|
|
@@ -8014,7 +8014,7 @@ declare const index_d$8_publishDraft: typeof publishDraft;
|
|
|
8014
8014
|
declare const index_d$8_updateControl: typeof updateControl;
|
|
8015
8015
|
declare const index_d$8_updateMessages: typeof updateMessages;
|
|
8016
8016
|
declare namespace index_d$8 {
|
|
8017
|
-
export { type ActionEvent$4 as ActionEvent, type index_d$8_AddControlOptions as AddControlOptions, type index_d$8_AddControlRequest as AddControlRequest, type index_d$8_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type index_d$8_AddControlResponse as AddControlResponse, type index_d$8_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type index_d$8_AdditionalGuestsControl as AdditionalGuestsControl, type Address$7 as Address, type index_d$8_AddressControl as AddressControl, type index_d$8_AddressControlLabels as AddressControlLabels, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$8 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type index_d$8_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type index_d$8_DateControl as DateControl, type index_d$8_DeleteControlIdentifiers as DeleteControlIdentifiers, type index_d$8_DeleteControlRequest as DeleteControlRequest, type index_d$8_DeleteControlResponse as DeleteControlResponse, type index_d$8_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type index_d$8_DiscardDraftRequest as DiscardDraftRequest, type index_d$8_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$8_DropdownControl as DropdownControl, type index_d$8_EmailControl as EmailControl, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$4 as EventStatus, EventType$2 as EventType, type EventUpdated$2 as EventUpdated, type ExternalEvent$2 as ExternalEvent, type Feed$2 as Feed, type Form$2 as Form, type index_d$8_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type index_d$8_FormInputControlAdded as FormInputControlAdded, type index_d$8_FormInputControlDeleted as FormInputControlDeleted, type index_d$8_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type index_d$8_GetFormRequest as GetFormRequest, type index_d$8_GetFormResponse as GetFormResponse, type index_d$8_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type Input$2 as Input, type InputControl$2 as InputControl, InputControlType$2 as InputControlType, type Keyword$2 as Keyword, type Label$2 as Label, type LabellingSettings$2 as LabellingSettings, type index_d$8_Labels as Labels, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type MessageEnvelope$8 as MessageEnvelope, type Money$5 as Money, type index_d$8_NameControl as NameControl, type index_d$8_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$4 as Occurrence, type OnlineConferencing$2 as OnlineConferencing, type OnlineConferencingConfig$2 as OnlineConferencingConfig, type OnlineConferencingSession$2 as OnlineConferencingSession, type OptionSelection$2 as OptionSelection, type OptionSelectionSelectedOptionOneOf$2 as OptionSelectionSelectedOptionOneOf, type index_d$8_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type index_d$8_PublishDraftRequest as PublishDraftRequest, type index_d$8_PublishDraftResponse as PublishDraftResponse, type index_d$8_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type index_d$8_RadioButtonControl as RadioButtonControl, type Recurrences$4 as Recurrences, type Registration$2 as Registration, type RegistrationClosedMessages$2 as RegistrationClosedMessages, RegistrationStatus$2 as RegistrationStatus, RequestedFields$1 as RequestedFields, type ResponseConfirmation$2 as ResponseConfirmation, type RestoreInfo$
|
|
8017
|
+
export { type ActionEvent$4 as ActionEvent, type index_d$8_AddControlOptions as AddControlOptions, type index_d$8_AddControlRequest as AddControlRequest, type index_d$8_AddControlRequestControlOneOf as AddControlRequestControlOneOf, type index_d$8_AddControlResponse as AddControlResponse, type index_d$8_AddControlResponseNonNullableFields as AddControlResponseNonNullableFields, type index_d$8_AdditionalGuestsControl as AdditionalGuestsControl, type Address$7 as Address, type index_d$8_AddressControl as AddressControl, type index_d$8_AddressControlLabels as AddressControlLabels, type AddressLocation$7 as AddressLocation, type AddressStreetOneOf$7 as AddressStreetOneOf, type Agenda$2 as Agenda, type BaseEventMetadata$8 as BaseEventMetadata, type CalendarLinks$4 as CalendarLinks, type Category$2 as Category, type CategoryCounts$2 as CategoryCounts, type index_d$8_CheckboxControl as CheckboxControl, type CheckoutFormMessages$2 as CheckoutFormMessages, ConferenceType$2 as ConferenceType, type Dashboard$4 as Dashboard, type index_d$8_DateControl as DateControl, type index_d$8_DeleteControlIdentifiers as DeleteControlIdentifiers, type index_d$8_DeleteControlRequest as DeleteControlRequest, type index_d$8_DeleteControlResponse as DeleteControlResponse, type index_d$8_DeleteControlResponseNonNullableFields as DeleteControlResponseNonNullableFields, type index_d$8_DiscardDraftRequest as DiscardDraftRequest, type index_d$8_DiscardDraftResponse as DiscardDraftResponse, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$8_DropdownControl as DropdownControl, type index_d$8_EmailControl as EmailControl, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type Event$2 as Event, type EventDisplaySettings$2 as EventDisplaySettings, EventStatus$4 as EventStatus, EventType$2 as EventType, type EventUpdated$2 as EventUpdated, type ExternalEvent$2 as ExternalEvent, type Feed$2 as Feed, type Form$2 as Form, type index_d$8_FormEventUpdatedEnvelope as FormEventUpdatedEnvelope, type index_d$8_FormInputControlAdded as FormInputControlAdded, type index_d$8_FormInputControlDeleted as FormInputControlDeleted, type index_d$8_FormInputControlUpdated as FormInputControlUpdated, type FormMessages$2 as FormMessages, type FormNonNullableFields$1 as FormNonNullableFields, type index_d$8_GetFormRequest as GetFormRequest, type index_d$8_GetFormResponse as GetFormResponse, type index_d$8_GetFormResponseNonNullableFields as GetFormResponseNonNullableFields, type GuestListConfig$2 as GuestListConfig, type IdentificationData$8 as IdentificationData, type IdentificationDataIdOneOf$8 as IdentificationDataIdOneOf, type Input$2 as Input, type InputControl$2 as InputControl, InputControlType$2 as InputControlType, type Keyword$2 as Keyword, type Label$2 as Label, type LabellingSettings$2 as LabellingSettings, type index_d$8_Labels as Labels, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type MessageEnvelope$8 as MessageEnvelope, type Money$5 as Money, type index_d$8_NameControl as NameControl, type index_d$8_NameControlLabels as NameControlLabels, type Negative$2 as Negative, type NegativeResponseConfirmation$2 as NegativeResponseConfirmation, type Occurrence$4 as Occurrence, type OnlineConferencing$2 as OnlineConferencing, type OnlineConferencingConfig$2 as OnlineConferencingConfig, type OnlineConferencingSession$2 as OnlineConferencingSession, type OptionSelection$2 as OptionSelection, type OptionSelectionSelectedOptionOneOf$2 as OptionSelectionSelectedOptionOneOf, type index_d$8_PhoneControl as PhoneControl, type Positive$2 as Positive, type PositiveResponseConfirmation$2 as PositiveResponseConfirmation, type index_d$8_PublishDraftRequest as PublishDraftRequest, type index_d$8_PublishDraftResponse as PublishDraftResponse, type index_d$8_PublishDraftResponseNonNullableFields as PublishDraftResponseNonNullableFields, type index_d$8_RadioButtonControl as RadioButtonControl, type Recurrences$4 as Recurrences, type Registration$2 as Registration, type RegistrationClosedMessages$2 as RegistrationClosedMessages, RegistrationStatus$2 as RegistrationStatus, RequestedFields$1 as RequestedFields, type ResponseConfirmation$2 as ResponseConfirmation, type RestoreInfo$4 as RestoreInfo, type RsvpCollection$2 as RsvpCollection, type RsvpCollectionConfig$2 as RsvpCollectionConfig, type RsvpFormMessages$2 as RsvpFormMessages, RsvpStatusOptions$2 as RsvpStatusOptions, type RsvpSummary$3 as RsvpSummary, type ScheduleConfig$4 as ScheduleConfig, type Scheduling$2 as Scheduling, type SeoSchema$2 as SeoSchema, type SeoSettings$2 as SeoSettings, type Settings$3 as Settings, type SiteUrl$2 as SiteUrl, State$5 as State, Status$4 as Status, type StreetAddress$7 as StreetAddress, type Subdivision$7 as Subdivision, SubdivisionType$7 as SubdivisionType, type Tag$2 as Tag, type TaxConfig$2 as TaxConfig, TaxType$3 as TaxType, type index_d$8_TextControl as TextControl, type Ticketing$2 as Ticketing, type TicketingConfig$2 as TicketingConfig, type TicketingSummary$2 as TicketingSummary, type TicketsUnavailableMessages$2 as TicketsUnavailableMessages, type index_d$8_UpdateControlIdentifiers as UpdateControlIdentifiers, type index_d$8_UpdateControlOptions as UpdateControlOptions, type index_d$8_UpdateControlRequest as UpdateControlRequest, type index_d$8_UpdateControlRequestControlOneOf as UpdateControlRequestControlOneOf, type index_d$8_UpdateControlResponse as UpdateControlResponse, type index_d$8_UpdateControlResponseNonNullableFields as UpdateControlResponseNonNullableFields, type index_d$8_UpdateMessagesOptions as UpdateMessagesOptions, type index_d$8_UpdateMessagesRequest as UpdateMessagesRequest, type index_d$8_UpdateMessagesResponse as UpdateMessagesResponse, type index_d$8_UpdateMessagesResponseNonNullableFields as UpdateMessagesResponseNonNullableFields, ValueType$2 as ValueType, VisitorType$2 as VisitorType, WebhookIdentityType$8 as WebhookIdentityType, type index_d$8__publicOnFormEventUpdatedType as _publicOnFormEventUpdatedType, index_d$8_addControl as addControl, index_d$8_deleteControl as deleteControl, index_d$8_discardDraft as discardDraft, index_d$8_getForm as getForm, index_d$8_onFormEventUpdated as onFormEventUpdated, onFormEventUpdated$1 as publicOnFormEventUpdated, index_d$8_publishDraft as publishDraft, index_d$8_updateControl as updateControl, index_d$8_updateMessages as updateMessages };
|
|
8018
8018
|
}
|
|
8019
8019
|
|
|
8020
8020
|
interface Order {
|
|
@@ -12032,7 +12032,7 @@ interface DomainEventBodyOneOf$3 {
|
|
|
12032
12032
|
interface EntityCreatedEvent$3 {
|
|
12033
12033
|
entity?: string;
|
|
12034
12034
|
}
|
|
12035
|
-
interface RestoreInfo$
|
|
12035
|
+
interface RestoreInfo$3 {
|
|
12036
12036
|
deletedDate?: Date;
|
|
12037
12037
|
}
|
|
12038
12038
|
interface EntityUpdatedEvent$3 {
|
|
@@ -12773,7 +12773,7 @@ declare const index_d$6_onRichContentUpdated: typeof onRichContentUpdated;
|
|
|
12773
12773
|
declare const index_d$6_queryRichContents: typeof queryRichContents;
|
|
12774
12774
|
declare const index_d$6_updateRichContent: typeof updateRichContent;
|
|
12775
12775
|
declare namespace index_d$6 {
|
|
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$
|
|
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$3 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 };
|
|
12777
12777
|
}
|
|
12778
12778
|
|
|
12779
12779
|
interface RsvpRsvp {
|
|
@@ -16065,7 +16065,7 @@ interface DomainEvent$2 extends DomainEventBodyOneOf$2 {
|
|
|
16065
16065
|
slug?: string;
|
|
16066
16066
|
/** ID of the entity associated with the event. */
|
|
16067
16067
|
entityId?: string;
|
|
16068
|
-
/** Event timestamp. */
|
|
16068
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
16069
16069
|
eventTime?: Date;
|
|
16070
16070
|
/**
|
|
16071
16071
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -16094,6 +16094,9 @@ interface DomainEventBodyOneOf$2 {
|
|
|
16094
16094
|
interface EntityCreatedEvent$2 {
|
|
16095
16095
|
entity?: string;
|
|
16096
16096
|
}
|
|
16097
|
+
interface RestoreInfo$2 {
|
|
16098
|
+
deletedDate?: Date;
|
|
16099
|
+
}
|
|
16097
16100
|
interface EntityUpdatedEvent$2 {
|
|
16098
16101
|
/**
|
|
16099
16102
|
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
@@ -16196,7 +16199,7 @@ interface EventMetadata$2 extends BaseEventMetadata$2 {
|
|
|
16196
16199
|
slug?: string;
|
|
16197
16200
|
/** ID of the entity associated with the event. */
|
|
16198
16201
|
entityId?: string;
|
|
16199
|
-
/** Event timestamp. */
|
|
16202
|
+
/** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
|
|
16200
16203
|
eventTime?: Date;
|
|
16201
16204
|
/**
|
|
16202
16205
|
* Whether the event was triggered as a result of a privacy regulation application
|
|
@@ -16508,7 +16511,7 @@ declare const index_d$2_queryPolicies: typeof queryPolicies;
|
|
|
16508
16511
|
declare const index_d$2_reorderEventPolicies: typeof reorderEventPolicies;
|
|
16509
16512
|
declare const index_d$2_updatePolicy: typeof updatePolicy;
|
|
16510
16513
|
declare namespace index_d$2 {
|
|
16511
|
-
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$2_CreatePolicyRequest as CreatePolicyRequest, type index_d$2_CreatePolicyResponse as CreatePolicyResponse, type index_d$2_CreatePolicyResponseNonNullableFields as CreatePolicyResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type Cursors$2 as Cursors, type index_d$2_DeletePolicyRequest as DeletePolicyRequest, type index_d$2_DeletePolicyResponse as DeletePolicyResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventCopied$1 as EventCopied, type EventMetadata$2 as EventMetadata, EventStatus$2 as EventStatus, type index_d$2_GetPolicyFromTrashBinRequest as GetPolicyFromTrashBinRequest, type index_d$2_GetPolicyFromTrashBinResponse as GetPolicyFromTrashBinResponse, type index_d$2_GetPolicyRequest as GetPolicyRequest, type index_d$2_GetPolicyResponse as GetPolicyResponse, type index_d$2_GetPolicyResponseNonNullableFields as GetPolicyResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type Location$2 as Location, LocationType$2 as LocationType, type MapCoordinates$2 as MapCoordinates, type MessageEnvelope$2 as MessageEnvelope, type Occurrence$2 as Occurrence, type Paging$2 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type index_d$2_PoliciesQueryBuilder as PoliciesQueryBuilder, type index_d$2_PoliciesQueryResult as PoliciesQueryResult, type index_d$2_Policy as Policy, type index_d$2_PolicyCreatedEnvelope as PolicyCreatedEnvelope, type index_d$2_PolicyDeletedEnvelope as PolicyDeletedEnvelope, type index_d$2_PolicyNonNullableFields as PolicyNonNullableFields, type index_d$2_PolicyUpdatedEnvelope as PolicyUpdatedEnvelope, type index_d$2_QueryPoliciesRequest as QueryPoliciesRequest, type index_d$2_QueryPoliciesResponse as QueryPoliciesResponse, type index_d$2_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type Recurrences$2 as Recurrences, type index_d$2_ReorderEventPoliciesOptions as ReorderEventPoliciesOptions, type index_d$2_ReorderEventPoliciesRequest as ReorderEventPoliciesRequest, type index_d$2_ReorderEventPoliciesRequestReferencePolicyOneOf as ReorderEventPoliciesRequestReferencePolicyOneOf, type index_d$2_ReorderEventPoliciesResponse as ReorderEventPoliciesResponse, type index_d$2_ReorderEventPoliciesResponseNonNullableFields as ReorderEventPoliciesResponseNonNullableFields, type ScheduleConfig$2 as ScheduleConfig, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, Status$2 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, SubdivisionType$2 as SubdivisionType, type index_d$2_UpdatePolicy as UpdatePolicy, type index_d$2_UpdatePolicyRequest as UpdatePolicyRequest, type index_d$2_UpdatePolicyResponse as UpdatePolicyResponse, type index_d$2_UpdatePolicyResponseNonNullableFields as UpdatePolicyResponseNonNullableFields, type index_d$2_UpdatePolicySortIndexRequest as UpdatePolicySortIndexRequest, type index_d$2_UpdatePolicySortIndexResponse as UpdatePolicySortIndexResponse, WebhookIdentityType$2 as WebhookIdentityType, type index_d$2__publicOnPolicyCreatedType as _publicOnPolicyCreatedType, type index_d$2__publicOnPolicyDeletedType as _publicOnPolicyDeletedType, type index_d$2__publicOnPolicyUpdatedType as _publicOnPolicyUpdatedType, index_d$2_createPolicy as createPolicy, index_d$2_deletePolicy as deletePolicy, index_d$2_getPolicy as getPolicy, index_d$2_onPolicyCreated as onPolicyCreated, index_d$2_onPolicyDeleted as onPolicyDeleted, index_d$2_onPolicyUpdated as onPolicyUpdated, onPolicyCreated$1 as publicOnPolicyCreated, onPolicyDeleted$1 as publicOnPolicyDeleted, onPolicyUpdated$1 as publicOnPolicyUpdated, index_d$2_queryPolicies as queryPolicies, index_d$2_reorderEventPolicies as reorderEventPolicies, index_d$2_updatePolicy as updatePolicy };
|
|
16514
|
+
export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$2_CreatePolicyRequest as CreatePolicyRequest, type index_d$2_CreatePolicyResponse as CreatePolicyResponse, type index_d$2_CreatePolicyResponseNonNullableFields as CreatePolicyResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type Cursors$2 as Cursors, type index_d$2_DeletePolicyRequest as DeletePolicyRequest, type index_d$2_DeletePolicyResponse as DeletePolicyResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type EventCopied$1 as EventCopied, type EventMetadata$2 as EventMetadata, EventStatus$2 as EventStatus, type index_d$2_GetPolicyFromTrashBinRequest as GetPolicyFromTrashBinRequest, type index_d$2_GetPolicyFromTrashBinResponse as GetPolicyFromTrashBinResponse, type index_d$2_GetPolicyRequest as GetPolicyRequest, type index_d$2_GetPolicyResponse as GetPolicyResponse, type index_d$2_GetPolicyResponseNonNullableFields as GetPolicyResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, type Location$2 as Location, LocationType$2 as LocationType, type MapCoordinates$2 as MapCoordinates, type MessageEnvelope$2 as MessageEnvelope, type Occurrence$2 as Occurrence, type Paging$2 as Paging, type PagingMetadataV2$2 as PagingMetadataV2, type index_d$2_PoliciesQueryBuilder as PoliciesQueryBuilder, type index_d$2_PoliciesQueryResult as PoliciesQueryResult, type index_d$2_Policy as Policy, type index_d$2_PolicyCreatedEnvelope as PolicyCreatedEnvelope, type index_d$2_PolicyDeletedEnvelope as PolicyDeletedEnvelope, type index_d$2_PolicyNonNullableFields as PolicyNonNullableFields, type index_d$2_PolicyUpdatedEnvelope as PolicyUpdatedEnvelope, type index_d$2_QueryPoliciesRequest as QueryPoliciesRequest, type index_d$2_QueryPoliciesResponse as QueryPoliciesResponse, type index_d$2_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type Recurrences$2 as Recurrences, type index_d$2_ReorderEventPoliciesOptions as ReorderEventPoliciesOptions, type index_d$2_ReorderEventPoliciesRequest as ReorderEventPoliciesRequest, type index_d$2_ReorderEventPoliciesRequestReferencePolicyOneOf as ReorderEventPoliciesRequestReferencePolicyOneOf, type index_d$2_ReorderEventPoliciesResponse as ReorderEventPoliciesResponse, type index_d$2_ReorderEventPoliciesResponseNonNullableFields as ReorderEventPoliciesResponseNonNullableFields, type RestoreInfo$2 as RestoreInfo, type ScheduleConfig$2 as ScheduleConfig, SortOrder$2 as SortOrder, type Sorting$2 as Sorting, Status$2 as Status, type StreetAddress$2 as StreetAddress, type Subdivision$2 as Subdivision, SubdivisionType$2 as SubdivisionType, type index_d$2_UpdatePolicy as UpdatePolicy, type index_d$2_UpdatePolicyRequest as UpdatePolicyRequest, type index_d$2_UpdatePolicyResponse as UpdatePolicyResponse, type index_d$2_UpdatePolicyResponseNonNullableFields as UpdatePolicyResponseNonNullableFields, type index_d$2_UpdatePolicySortIndexRequest as UpdatePolicySortIndexRequest, type index_d$2_UpdatePolicySortIndexResponse as UpdatePolicySortIndexResponse, WebhookIdentityType$2 as WebhookIdentityType, type index_d$2__publicOnPolicyCreatedType as _publicOnPolicyCreatedType, type index_d$2__publicOnPolicyDeletedType as _publicOnPolicyDeletedType, type index_d$2__publicOnPolicyUpdatedType as _publicOnPolicyUpdatedType, index_d$2_createPolicy as createPolicy, index_d$2_deletePolicy as deletePolicy, index_d$2_getPolicy as getPolicy, index_d$2_onPolicyCreated as onPolicyCreated, index_d$2_onPolicyDeleted as onPolicyDeleted, index_d$2_onPolicyUpdated as onPolicyUpdated, onPolicyCreated$1 as publicOnPolicyCreated, onPolicyDeleted$1 as publicOnPolicyDeleted, onPolicyUpdated$1 as publicOnPolicyUpdated, index_d$2_queryPolicies as queryPolicies, index_d$2_reorderEventPolicies as reorderEventPolicies, index_d$2_updatePolicy as updatePolicy };
|
|
16512
16515
|
}
|
|
16513
16516
|
|
|
16514
16517
|
interface V3Event {
|