@wix/auto_sdk_events_wix-events-v-2 1.0.35 → 1.0.37

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.
@@ -1,4 +1,4 @@
1
- import { cZ as CreateEventRequest$1, c_ as CreateEventResponse$1, c$ as CloneEventRequest$1, b as CloneEventResponse$1, d2 as UpdateEventRequest$1, d3 as UpdateEventResponse$1, d4 as PublishDraftEventRequest$1, c as PublishDraftEventResponse$1, d5 as CancelEventRequest$1, e as CancelEventResponse$1, d6 as BulkCancelEventsByFilterRequest$1, db as BulkCancelEventsByFilterResponse$1, dc as DeleteEventRequest$1, D as DeleteEventResponse$1, dd as BulkDeleteEventsByFilterRequest$1, de as BulkDeleteEventsByFilterResponse$1, df as QueryEventsRequest$1, dg as QueryEventsResponse$1, dt as CountEventsByStatusRequest$1, h as CountEventsByStatusResponse$1, dA as GetEventRequest$1, dB as GetEventResponse$1, dC as GetEventBySlugRequest$1, j as GetEventBySlugResponse$1 } from './events-v3-event-wix-events-v-2.universal-DqdnERTE.js';
1
+ import { cZ as CreateEventRequest$1, c_ as CreateEventResponse$1, c$ as CloneEventRequest$1, b as CloneEventResponse$1, d2 as UpdateEventRequest$1, d3 as UpdateEventResponse$1, d4 as PublishDraftEventRequest$1, c as PublishDraftEventResponse$1, d5 as CancelEventRequest$1, e as CancelEventResponse$1, d6 as BulkCancelEventsByFilterRequest$1, db as BulkCancelEventsByFilterResponse$1, dc as DeleteEventRequest$1, D as DeleteEventResponse$1, dd as BulkDeleteEventsByFilterRequest$1, de as BulkDeleteEventsByFilterResponse$1, df as QueryEventsRequest$1, dg as QueryEventsResponse$1, dt as CountEventsByStatusRequest$1, h as CountEventsByStatusResponse$1, dA as GetEventRequest$1, dB as GetEventResponse$1, dC as GetEventBySlugRequest$1, j as GetEventBySlugResponse$1 } from './events-v3-event-wix-events-v-2.universal-DItP6oop.js';
2
2
 
3
3
  interface V3Event {
4
4
  /**
@@ -2156,6 +2156,10 @@ interface Decoration extends DecorationDataOneOf {
2156
2156
  spoilerData?: SpoilerData;
2157
2157
  /** Data for a strikethrough decoration. Defaults to `true`. */
2158
2158
  strikethroughData?: boolean | null;
2159
+ /** Data for a superscript decoration. Defaults to `true`. */
2160
+ superscriptData?: boolean | null;
2161
+ /** Data for a subscript decoration. Defaults to `true`. */
2162
+ subscriptData?: boolean | null;
2159
2163
  /** The type of decoration to apply. */
2160
2164
  type?: DecorationTypeWithLiterals;
2161
2165
  }
@@ -2181,6 +2185,10 @@ interface DecorationDataOneOf {
2181
2185
  spoilerData?: SpoilerData;
2182
2186
  /** Data for a strikethrough decoration. Defaults to `true`. */
2183
2187
  strikethroughData?: boolean | null;
2188
+ /** Data for a superscript decoration. Defaults to `true`. */
2189
+ superscriptData?: boolean | null;
2190
+ /** Data for a subscript decoration. Defaults to `true`. */
2191
+ subscriptData?: boolean | null;
2184
2192
  }
2185
2193
  declare enum DecorationType {
2186
2194
  BOLD = "BOLD",
@@ -2193,10 +2201,12 @@ declare enum DecorationType {
2193
2201
  COLOR = "COLOR",
2194
2202
  FONT_SIZE = "FONT_SIZE",
2195
2203
  EXTERNAL = "EXTERNAL",
2196
- STRIKETHROUGH = "STRIKETHROUGH"
2204
+ STRIKETHROUGH = "STRIKETHROUGH",
2205
+ SUPERSCRIPT = "SUPERSCRIPT",
2206
+ SUBSCRIPT = "SUBSCRIPT"
2197
2207
  }
2198
2208
  /** @enumType */
2199
- type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
2209
+ type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH' | 'SUPERSCRIPT' | 'SUBSCRIPT';
2200
2210
  interface AnchorData {
2201
2211
  /** The target node's ID. */
2202
2212
  anchor?: string;
@@ -2279,6 +2279,10 @@ interface Decoration extends DecorationDataOneOf {
2279
2279
  spoilerData?: SpoilerData;
2280
2280
  /** Data for a strikethrough decoration. Defaults to `true`. */
2281
2281
  strikethroughData?: boolean | null;
2282
+ /** Data for a superscript decoration. Defaults to `true`. */
2283
+ superscriptData?: boolean | null;
2284
+ /** Data for a subscript decoration. Defaults to `true`. */
2285
+ subscriptData?: boolean | null;
2282
2286
  /** The type of decoration to apply. */
2283
2287
  type?: DecorationTypeWithLiterals;
2284
2288
  }
@@ -2304,6 +2308,10 @@ interface DecorationDataOneOf {
2304
2308
  spoilerData?: SpoilerData;
2305
2309
  /** Data for a strikethrough decoration. Defaults to `true`. */
2306
2310
  strikethroughData?: boolean | null;
2311
+ /** Data for a superscript decoration. Defaults to `true`. */
2312
+ superscriptData?: boolean | null;
2313
+ /** Data for a subscript decoration. Defaults to `true`. */
2314
+ subscriptData?: boolean | null;
2307
2315
  }
2308
2316
  declare enum DecorationType {
2309
2317
  BOLD = "BOLD",
@@ -2316,10 +2324,12 @@ declare enum DecorationType {
2316
2324
  COLOR = "COLOR",
2317
2325
  FONT_SIZE = "FONT_SIZE",
2318
2326
  EXTERNAL = "EXTERNAL",
2319
- STRIKETHROUGH = "STRIKETHROUGH"
2327
+ STRIKETHROUGH = "STRIKETHROUGH",
2328
+ SUPERSCRIPT = "SUPERSCRIPT",
2329
+ SUBSCRIPT = "SUBSCRIPT"
2320
2330
  }
2321
2331
  /** @enumType */
2322
- type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
2332
+ type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH' | 'SUPERSCRIPT' | 'SUBSCRIPT';
2323
2333
  interface AnchorData {
2324
2334
  /** The target node's ID. */
2325
2335
  anchor?: string;
@@ -3098,20 +3108,20 @@ interface ExportEventsRequest {
3098
3108
  query?: QueryV2;
3099
3109
  }
3100
3110
  interface QueryV2 extends QueryV2PagingMethodOneOf {
3101
- /** Paging options to limit and skip the number of items. */
3111
+ /** Paging options to limit and offset the number of items. */
3102
3112
  paging?: Paging;
3103
3113
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
3104
3114
  cursorPaging?: CursorPaging;
3105
3115
  /**
3106
3116
  * Filter object.
3107
3117
  *
3108
- * Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
3118
+ * Learn more about [filtering](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#filters).
3109
3119
  */
3110
3120
  filter?: Record<string, any> | null;
3111
3121
  /**
3112
3122
  * Sort object.
3113
3123
  *
3114
- * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
3124
+ * Learn more about [sorting](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#sorting).
3115
3125
  */
3116
3126
  sort?: Sorting[];
3117
3127
  /** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
@@ -3121,7 +3131,7 @@ interface QueryV2 extends QueryV2PagingMethodOneOf {
3121
3131
  }
3122
3132
  /** @oneof */
3123
3133
  interface QueryV2PagingMethodOneOf {
3124
- /** Paging options to limit and skip the number of items. */
3134
+ /** Paging options to limit and offset the number of items. */
3125
3135
  paging?: Paging;
3126
3136
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
3127
3137
  cursorPaging?: CursorPaging;
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { V as V3Event, C as CreateEventOptions, a as CloneEventOptions, b as CloneEventResponse, U as UpdateEventOptions, P as PublishDraftEventOptions, c as PublishDraftEventResponse, d as CancelEventOptions, e as CancelEventResponse, B as BulkCancelEventsByFilterOptions, D as DeleteEventResponse, f as BulkDeleteEventsByFilterOptions, Q as QueryEventsOptions, E as EventsQueryBuilder, g as CountEventsByStatusOptions, h as CountEventsByStatusResponse, G as GetEventOptions, i as GetEventBySlugOptions, j as GetEventBySlugResponse, k as EventCanceledEnvelope, l as EventClonedEnvelope, m as EventCreatedEnvelope, n as EventDeletedEnvelope, o as EventEndedEnvelope, p as EventPublishedEnvelope, q as EventReminderEnvelope, r as EventStartedEnvelope, s as EventUpdatedEnvelope } from './events-v3-event-wix-events-v-2.universal-DqdnERTE.mjs';
3
- export { eu as ActionEvent, dJ as Address, dM as AddressLocation, dK as AddressStreetOneOf, e9 as Agenda, bj as AgendaSettings, Y as Alignment, cn as AnchorData, ct as AppEmbedData, cu as AppEmbedDataAppDataOneOf, ad as AppType, cI as AudioData, cd as Background, ce as BackgroundBackgroundOneOf, aa as BackgroundType, ee as Badge, cR as BadgeList, ai as BadgeTypeType, ey as BaseEventMetadata, cL as BlockquoteData, cv as BookingData, bt as Border, cG as BorderColors, d6 as BulkCancelEventsByFilterRequest, db as BulkCancelEventsByFilterResponse, dd as BulkDeleteEventsByFilterRequest, de as BulkDeleteEventsByFilterResponse, cK as BulletedListData, bs as ButtonData, J as ButtonDataType, d_ as CalendarLinks, aR as CalendarUrls, d5 as CancelEventRequest, cM as CaptionData, ea as Category, eb as CategoryCounts, F as CategoryTypeType, cF as CellStyle, b2 as CheckoutFormMessages, d0 as CloneEventFromOtherSiteRequest, d1 as CloneEventFromOtherSiteResponse, c$ as CloneEventRequest, bE as CodeBlockData, cB as CollapsibleListData, co as ColorData, bu as Colors, aB as CommonAddress, aE as CommonAddressLocation, aC as CommonAddressStreetOneOf, di as CommonCursors, da as CommonPaging, dh as CommonPagingMetadataV2, d7 as CommonQueryV2, d8 as CommonQueryV2PagingMethodOneOf, ak as CommonSortOrder, d9 as CommonSorting, aD as CommonStreetAddress, aF as CommonSubdivision, aw as ConferenceType, A as ConferenceTypeType, dt as CountEventsByStatusRequest, cZ as CreateEventRequest, c_ as CreateEventResponse, a0 as Crop, dp as CursorPaging, ds as Cursors, e0 as Dashboard, aG as DateAndTimeSettings, cl as Decoration, cm as DecorationDataOneOf, ab as DecorationType, dc as DeleteEventRequest, cj as Design, cD as Dimensions, af as Direction, bG as DividerData, cP as DocumentStyle, eo as DomainEvent, ep as DomainEventBodyOneOf, cz as EmbedData, ef as Empty, eq as EntityCreatedEvent, et as EntityDeletedEvent, es as EntityUpdatedEvent, dR as Event, ek as EventCanceled, bk as EventCategories, bl as EventCategory, cX as EventCloned, ei as EventCopied, dG as EventCreated, cw as EventData, eh as EventDeleted, ec as EventDisplaySettings, em as EventEnded, cY as EventEventCanceled, cU as EventEventEnded, cW as EventEventPublished, cV as EventEventReminder, cT as EventEventStarted, ez as EventMetadata, ej as EventPublished, en as EventReminder, el as EventStarted, aq as EventStatus, ar as EventType, eg as EventUpdated, e4 as EventsFeed, ed as EventsLabellingSettings, dH as EventsLocation, b7 as EventsMoney, dQ as EventsOccurrence, e5 as EventsOnlineConferencing, e7 as EventsOnlineConferencingSession, eA as EventsQueryResult, ap as EventsRecurrenceStatusStatus, dP as EventsRecurrences, dT as EventsRegistration, e8 as EventsSeoSettings, au as EventsTaxType, dj as ExportEventsRequest, dq as ExportEventsResponse, dZ as ExternalEvent, aQ as ExternalRegistration, du as FacetCounts, bb as Feed, bH as FileData, bI as FileSource, bJ as FileSourceDataOneOf, dD as FindEventRequest, dE as FindEventRequestFindByOneOf, dF as FindEventResponse, cr as FontSizeData, ac as FontType, aS as Form, aY as FormMessages, aJ as Formatted, bW as GIF, bV as GIFData, a2 as GIFType, bL as GalleryData, bR as GalleryOptions, dC as GetEventBySlugRequest, dA as GetEventRequest, dB as GetEventResponse, cc as Gradient, e3 as GuestListConfig, ba as GuestListSettings, x as GuestTypeType, bY as HTMLData, bZ as HTMLDataDataOneOf, bX as HeadingData, bz as Height, ew as IdentificationData, ex as IdentificationDataIdOneOf, bN as Image, b_ as ImageData, c0 as ImageDataStyles, ae as InitialExpandedItems, I as InitialRegistrationTypeType, aU as Input, aT as InputControl, y as InputControlType, bP as Item, bQ as ItemDataOneOf, bT as ItemStyle, bg as Keyword, aX as Label, bn as LabellingSettings, bS as Layout, cN as LayoutCellData, _ as LayoutType, O as LineStyle, bB as Link, cp as LinkData, bC as LinkDataOneOf, c1 as LinkPreviewData, c2 as LinkPreviewDataStyles, dy as ListEventsByCategoryRequest, dz as ListEventsByCategoryResponse, dv as ListUserEventsRequest, dx as ListUserEventsResponse, cH as ListValue, aA as Location, an as LocationLocationType, L as LocationType, dI as MapCoordinates, c3 as MapData, c4 as MapSettings, a5 as MapType, bM as Media, cq as MentionData, ev as MessageEnvelope, cO as Metadata, aO as Money, b1 as Negative, a$ as NegativeResponseConfirmation, bp as Node, bq as NodeDataOneOf, br as NodeStyle, N as NodeType, ah as NullValue, aI as Occurrence, cA as Oembed, bc as OnlineConferencing, e6 as OnlineConferencingConfig, bd as OnlineConferencingSession, c8 as Option, cg as OptionDesign, cb as OptionLayout, aV as OptionSelection, aW as OptionSelectionSelectedOptionOneOf, cJ as OrderedListData, $ as Orientation, bK as PDFSettings, dn as Paging, dr as PagingMetadataV2, c5 as ParagraphData, c7 as Permissions, cy as PlaybackOptions, bv as PluginContainerData, H as PluginContainerDataAlignment, bw as PluginContainerDataWidth, bx as PluginContainerDataWidthDataOneOf, ch as Poll, c6 as PollData, ci as PollDataLayout, cf as PollDesign, ca as PollLayout, a9 as PollLayoutDirection, a8 as PollLayoutType, c9 as PollSettings, a4 as Position, b0 as Positive, a_ as PositiveResponseConfirmation, d4 as PublishDraftEventRequest, df as QueryEventsRequest, dg as QueryEventsResponse, dk as QueryV2, dl as QueryV2PagingMethodOneOf, R as RecurrenceStatusStatus, aH as Recurrences, aL as Registration, b4 as RegistrationClosedMessages, as as RegistrationStatus, v as RegistrationStatusStatus, u as RegistrationTypeType, bD as Rel, am as Relation, aj as RequestedFields, b3 as ResponseConfirmation, w as ResponseType, er as RestoreInfo, bo as RichContent, dU as RsvpCollection, dV as RsvpCollectionConfig, aZ as RsvpFormMessages, aM as RsvpRegistration, at as RsvpStatusOptions, e1 as RsvpSummary, b8 as Rsvps, dO as ScheduleConfig, dS as Scheduling, bf as SeoSchema, be as SeoSettings, bi as Settings, d$ as SiteUrl, al as SortOrder, dm as Sorting, a3 as Source, by as Spoiler, cs as SpoilerData, ax as State, t as Status, dL as StreetAddress, bA as Styles, b$ as StylesBorder, dN as Subdivision, S as SubdivisionSubdivisionType, ao as SubdivisionType, b6 as Summaries, cE as TableCellData, cC as TableData, bh as Tag, K as Target, dY as TaxConfig, aP as TaxSettings, T as TaxType, M as TextAlignment, ck as TextData, cQ as TextNodeStyle, bF as TextStyle, bU as Thumbnails, a1 as ThumbnailsAlignment, dW as Ticketing, dX as TicketingConfig, e2 as TicketingSummary, b9 as Tickets, aN as TicketsRegistration, b5 as TicketsUnavailableMessages, aK as TimeDuration, ay as Type, d2 as UpdateEventRequest, d3 as UpdateEventResponse, dw as UserFilter, cS as V3Badge, bm as V3EventDisplaySettings, z as ValueType, ag as VerticalAlignment, bO as Video, cx as VideoData, Z as ViewMode, a6 as ViewRole, av as VisitorType, a7 as VoteRole, az as WebhookIdentityType, X as Width, W as WidthType } from './events-v3-event-wix-events-v-2.universal-DqdnERTE.mjs';
2
+ import { V as V3Event, C as CreateEventOptions, a as CloneEventOptions, b as CloneEventResponse, U as UpdateEventOptions, P as PublishDraftEventOptions, c as PublishDraftEventResponse, d as CancelEventOptions, e as CancelEventResponse, B as BulkCancelEventsByFilterOptions, D as DeleteEventResponse, f as BulkDeleteEventsByFilterOptions, Q as QueryEventsOptions, E as EventsQueryBuilder, g as CountEventsByStatusOptions, h as CountEventsByStatusResponse, G as GetEventOptions, i as GetEventBySlugOptions, j as GetEventBySlugResponse, k as EventCanceledEnvelope, l as EventClonedEnvelope, m as EventCreatedEnvelope, n as EventDeletedEnvelope, o as EventEndedEnvelope, p as EventPublishedEnvelope, q as EventReminderEnvelope, r as EventStartedEnvelope, s as EventUpdatedEnvelope } from './events-v3-event-wix-events-v-2.universal-DItP6oop.mjs';
3
+ export { eu as ActionEvent, dJ as Address, dM as AddressLocation, dK as AddressStreetOneOf, e9 as Agenda, bj as AgendaSettings, Y as Alignment, cn as AnchorData, ct as AppEmbedData, cu as AppEmbedDataAppDataOneOf, ad as AppType, cI as AudioData, cd as Background, ce as BackgroundBackgroundOneOf, aa as BackgroundType, ee as Badge, cR as BadgeList, ai as BadgeTypeType, ey as BaseEventMetadata, cL as BlockquoteData, cv as BookingData, bt as Border, cG as BorderColors, d6 as BulkCancelEventsByFilterRequest, db as BulkCancelEventsByFilterResponse, dd as BulkDeleteEventsByFilterRequest, de as BulkDeleteEventsByFilterResponse, cK as BulletedListData, bs as ButtonData, J as ButtonDataType, d_ as CalendarLinks, aR as CalendarUrls, d5 as CancelEventRequest, cM as CaptionData, ea as Category, eb as CategoryCounts, F as CategoryTypeType, cF as CellStyle, b2 as CheckoutFormMessages, d0 as CloneEventFromOtherSiteRequest, d1 as CloneEventFromOtherSiteResponse, c$ as CloneEventRequest, bE as CodeBlockData, cB as CollapsibleListData, co as ColorData, bu as Colors, aB as CommonAddress, aE as CommonAddressLocation, aC as CommonAddressStreetOneOf, di as CommonCursors, da as CommonPaging, dh as CommonPagingMetadataV2, d7 as CommonQueryV2, d8 as CommonQueryV2PagingMethodOneOf, ak as CommonSortOrder, d9 as CommonSorting, aD as CommonStreetAddress, aF as CommonSubdivision, aw as ConferenceType, A as ConferenceTypeType, dt as CountEventsByStatusRequest, cZ as CreateEventRequest, c_ as CreateEventResponse, a0 as Crop, dp as CursorPaging, ds as Cursors, e0 as Dashboard, aG as DateAndTimeSettings, cl as Decoration, cm as DecorationDataOneOf, ab as DecorationType, dc as DeleteEventRequest, cj as Design, cD as Dimensions, af as Direction, bG as DividerData, cP as DocumentStyle, eo as DomainEvent, ep as DomainEventBodyOneOf, cz as EmbedData, ef as Empty, eq as EntityCreatedEvent, et as EntityDeletedEvent, es as EntityUpdatedEvent, dR as Event, ek as EventCanceled, bk as EventCategories, bl as EventCategory, cX as EventCloned, ei as EventCopied, dG as EventCreated, cw as EventData, eh as EventDeleted, ec as EventDisplaySettings, em as EventEnded, cY as EventEventCanceled, cU as EventEventEnded, cW as EventEventPublished, cV as EventEventReminder, cT as EventEventStarted, ez as EventMetadata, ej as EventPublished, en as EventReminder, el as EventStarted, aq as EventStatus, ar as EventType, eg as EventUpdated, e4 as EventsFeed, ed as EventsLabellingSettings, dH as EventsLocation, b7 as EventsMoney, dQ as EventsOccurrence, e5 as EventsOnlineConferencing, e7 as EventsOnlineConferencingSession, eA as EventsQueryResult, ap as EventsRecurrenceStatusStatus, dP as EventsRecurrences, dT as EventsRegistration, e8 as EventsSeoSettings, au as EventsTaxType, dj as ExportEventsRequest, dq as ExportEventsResponse, dZ as ExternalEvent, aQ as ExternalRegistration, du as FacetCounts, bb as Feed, bH as FileData, bI as FileSource, bJ as FileSourceDataOneOf, dD as FindEventRequest, dE as FindEventRequestFindByOneOf, dF as FindEventResponse, cr as FontSizeData, ac as FontType, aS as Form, aY as FormMessages, aJ as Formatted, bW as GIF, bV as GIFData, a2 as GIFType, bL as GalleryData, bR as GalleryOptions, dC as GetEventBySlugRequest, dA as GetEventRequest, dB as GetEventResponse, cc as Gradient, e3 as GuestListConfig, ba as GuestListSettings, x as GuestTypeType, bY as HTMLData, bZ as HTMLDataDataOneOf, bX as HeadingData, bz as Height, ew as IdentificationData, ex as IdentificationDataIdOneOf, bN as Image, b_ as ImageData, c0 as ImageDataStyles, ae as InitialExpandedItems, I as InitialRegistrationTypeType, aU as Input, aT as InputControl, y as InputControlType, bP as Item, bQ as ItemDataOneOf, bT as ItemStyle, bg as Keyword, aX as Label, bn as LabellingSettings, bS as Layout, cN as LayoutCellData, _ as LayoutType, O as LineStyle, bB as Link, cp as LinkData, bC as LinkDataOneOf, c1 as LinkPreviewData, c2 as LinkPreviewDataStyles, dy as ListEventsByCategoryRequest, dz as ListEventsByCategoryResponse, dv as ListUserEventsRequest, dx as ListUserEventsResponse, cH as ListValue, aA as Location, an as LocationLocationType, L as LocationType, dI as MapCoordinates, c3 as MapData, c4 as MapSettings, a5 as MapType, bM as Media, cq as MentionData, ev as MessageEnvelope, cO as Metadata, aO as Money, b1 as Negative, a$ as NegativeResponseConfirmation, bp as Node, bq as NodeDataOneOf, br as NodeStyle, N as NodeType, ah as NullValue, aI as Occurrence, cA as Oembed, bc as OnlineConferencing, e6 as OnlineConferencingConfig, bd as OnlineConferencingSession, c8 as Option, cg as OptionDesign, cb as OptionLayout, aV as OptionSelection, aW as OptionSelectionSelectedOptionOneOf, cJ as OrderedListData, $ as Orientation, bK as PDFSettings, dn as Paging, dr as PagingMetadataV2, c5 as ParagraphData, c7 as Permissions, cy as PlaybackOptions, bv as PluginContainerData, H as PluginContainerDataAlignment, bw as PluginContainerDataWidth, bx as PluginContainerDataWidthDataOneOf, ch as Poll, c6 as PollData, ci as PollDataLayout, cf as PollDesign, ca as PollLayout, a9 as PollLayoutDirection, a8 as PollLayoutType, c9 as PollSettings, a4 as Position, b0 as Positive, a_ as PositiveResponseConfirmation, d4 as PublishDraftEventRequest, df as QueryEventsRequest, dg as QueryEventsResponse, dk as QueryV2, dl as QueryV2PagingMethodOneOf, R as RecurrenceStatusStatus, aH as Recurrences, aL as Registration, b4 as RegistrationClosedMessages, as as RegistrationStatus, v as RegistrationStatusStatus, u as RegistrationTypeType, bD as Rel, am as Relation, aj as RequestedFields, b3 as ResponseConfirmation, w as ResponseType, er as RestoreInfo, bo as RichContent, dU as RsvpCollection, dV as RsvpCollectionConfig, aZ as RsvpFormMessages, aM as RsvpRegistration, at as RsvpStatusOptions, e1 as RsvpSummary, b8 as Rsvps, dO as ScheduleConfig, dS as Scheduling, bf as SeoSchema, be as SeoSettings, bi as Settings, d$ as SiteUrl, al as SortOrder, dm as Sorting, a3 as Source, by as Spoiler, cs as SpoilerData, ax as State, t as Status, dL as StreetAddress, bA as Styles, b$ as StylesBorder, dN as Subdivision, S as SubdivisionSubdivisionType, ao as SubdivisionType, b6 as Summaries, cE as TableCellData, cC as TableData, bh as Tag, K as Target, dY as TaxConfig, aP as TaxSettings, T as TaxType, M as TextAlignment, ck as TextData, cQ as TextNodeStyle, bF as TextStyle, bU as Thumbnails, a1 as ThumbnailsAlignment, dW as Ticketing, dX as TicketingConfig, e2 as TicketingSummary, b9 as Tickets, aN as TicketsRegistration, b5 as TicketsUnavailableMessages, aK as TimeDuration, ay as Type, d2 as UpdateEventRequest, d3 as UpdateEventResponse, dw as UserFilter, cS as V3Badge, bm as V3EventDisplaySettings, z as ValueType, ag as VerticalAlignment, bO as Video, cx as VideoData, Z as ViewMode, a6 as ViewRole, av as VisitorType, a7 as VoteRole, az as WebhookIdentityType, X as Width, W as WidthType } from './events-v3-event-wix-events-v-2.universal-DItP6oop.mjs';
4
4
 
5
5
  declare function createEvent$1(httpClient: HttpClient): CreateEventSignature;
6
6
  interface CreateEventSignature {
@@ -1264,6 +1264,8 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1264
1264
  DecorationType2["FONT_SIZE"] = "FONT_SIZE";
1265
1265
  DecorationType2["EXTERNAL"] = "EXTERNAL";
1266
1266
  DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
1267
+ DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
1268
+ DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
1267
1269
  return DecorationType2;
1268
1270
  })(DecorationType || {});
1269
1271
  var FontType = /* @__PURE__ */ ((FontType2) => {