@wix/events 1.0.360 → 1.0.362
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.362",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@wix/events_notifications": "1.0.43",
|
|
28
28
|
"@wix/events_orders": "1.0.66",
|
|
29
29
|
"@wix/events_policies": "1.0.54",
|
|
30
|
-
"@wix/events_ricos": "1.0.
|
|
30
|
+
"@wix/events_ricos": "1.0.27",
|
|
31
31
|
"@wix/events_rsvp": "1.0.57",
|
|
32
32
|
"@wix/events_rsvp-v-2": "1.0.30",
|
|
33
33
|
"@wix/events_schedule": "1.0.47",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@wix/events_ticket-definitions": "1.0.60",
|
|
37
37
|
"@wix/events_ticket-definitions-v-2": "1.0.78",
|
|
38
38
|
"@wix/events_tickets": "1.0.53",
|
|
39
|
-
"@wix/events_wix-events-v-2": "1.0.
|
|
39
|
+
"@wix/events_wix-events-v-2": "1.0.68"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"glob": "^10.4.1",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"fqdn": ""
|
|
62
62
|
}
|
|
63
63
|
},
|
|
64
|
-
"falconPackageHash": "
|
|
64
|
+
"falconPackageHash": "c58954f79623d6f373875287d6c4c0f1de42266291469e3dee5475bc"
|
|
65
65
|
}
|
|
@@ -12409,6 +12409,12 @@ interface GetOrCreateRichContentResponse {
|
|
|
12409
12409
|
/** The RichContent */
|
|
12410
12410
|
richContent?: RichContent;
|
|
12411
12411
|
}
|
|
12412
|
+
interface CountRichContentItemsRequest {
|
|
12413
|
+
filter?: Record<string, any> | null;
|
|
12414
|
+
}
|
|
12415
|
+
interface CountRichContentItemsResponse {
|
|
12416
|
+
count?: number;
|
|
12417
|
+
}
|
|
12412
12418
|
interface DomainEvent$4 extends DomainEventBodyOneOf$4 {
|
|
12413
12419
|
createdEvent?: EntityCreatedEvent$4;
|
|
12414
12420
|
updatedEvent?: EntityUpdatedEvent$4;
|
|
@@ -13081,6 +13087,8 @@ type context$7_CodeBlockData = CodeBlockData;
|
|
|
13081
13087
|
type context$7_CollapsibleListData = CollapsibleListData;
|
|
13082
13088
|
type context$7_ColorData = ColorData;
|
|
13083
13089
|
type context$7_Colors = Colors;
|
|
13090
|
+
type context$7_CountRichContentItemsRequest = CountRichContentItemsRequest;
|
|
13091
|
+
type context$7_CountRichContentItemsResponse = CountRichContentItemsResponse;
|
|
13084
13092
|
type context$7_CreateRichContentRequest = CreateRichContentRequest;
|
|
13085
13093
|
type context$7_CreateRichContentResponse = CreateRichContentResponse;
|
|
13086
13094
|
type context$7_CreateRichContentResponseNonNullableFields = CreateRichContentResponseNonNullableFields;
|
|
@@ -13245,7 +13253,7 @@ declare const context$7_queryRichContent: typeof queryRichContent;
|
|
|
13245
13253
|
declare const context$7_queryRichContents: typeof queryRichContents;
|
|
13246
13254
|
declare const context$7_updateRichContent: typeof updateRichContent;
|
|
13247
13255
|
declare namespace context$7 {
|
|
13248
|
-
export { type ActionEvent$4 as ActionEvent, type Address$6 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, context$7_Alignment as Alignment, type context$7_AnchorData as AnchorData, type context$7_AppEmbedData as AppEmbedData, type context$7_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, context$7_AppType as AppType, type context$7_AudioData as AudioData, type context$7_Background as Background, type context$7_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, context$7_BackgroundType as BackgroundType, type BaseEventMetadata$7 as BaseEventMetadata, type context$7_BlockquoteData as BlockquoteData, type context$7_BookingData as BookingData, type context$7_Border as Border, type context$7_BorderColors as BorderColors, type context$7_BulletedListData as BulletedListData, type context$7_ButtonData as ButtonData, type context$7_CaptionData as CaptionData, type context$7_CellStyle as CellStyle, type context$7_CodeBlockData as CodeBlockData, type context$7_CollapsibleListData as CollapsibleListData, type context$7_ColorData as ColorData, type context$7_Colors as Colors, type context$7_CreateRichContentRequest as CreateRichContentRequest, type context$7_CreateRichContentResponse as CreateRichContentResponse, type context$7_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, context$7_Crop as Crop, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$5 as Cursors, type context$7_Decoration as Decoration, type context$7_DecorationDataOneOf as DecorationDataOneOf, context$7_DecorationType as DecorationType, type context$7_DeleteRichContentRequest as DeleteRichContentRequest, type context$7_DeleteRichContentResponse as DeleteRichContentResponse, type context$7_Design as Design, type context$7_Dimensions as Dimensions, context$7_Direction as Direction, type context$7_DividerData as DividerData, type context$7_DocumentStyle as DocumentStyle, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type context$7_EmbedData as EmbedData, type Empty$4 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type context$7_EventData as EventData, type EventDeleted$3 as EventDeleted, type EventMetadata$4 as EventMetadata, EventStatus$4 as EventStatus, type ExtendedFields$2 as ExtendedFields, type context$7_FileData as FileData, type context$7_FileSource as FileSource, type context$7_FileSourceDataOneOf as FileSourceDataOneOf, type context$7_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type context$7_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type context$7_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type context$7_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type context$7_FontSizeData as FontSizeData, context$7_FontType as FontType, type context$7_GIF as GIF, type context$7_GIFData as GIFData, type context$7_GalleryData as GalleryData, type context$7_GalleryOptions as GalleryOptions, type context$7_GetOrCreateRichContentRequest as GetOrCreateRichContentRequest, type context$7_GetOrCreateRichContentResponse as GetOrCreateRichContentResponse, type context$7_GetRichContentRequest as GetRichContentRequest, type context$7_GetRichContentResponse as GetRichContentResponse, type context$7_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type context$7_Gradient as Gradient, type context$7_HTMLData as HTMLData, type context$7_HTMLDataDataOneOf as HTMLDataDataOneOf, type context$7_HeadingData as HeadingData, type context$7_Height as Height, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type context$7_Image as Image, type context$7_ImageData as ImageData, context$7_InitialExpandedItems as InitialExpandedItems, type context$7_Item as Item, type context$7_ItemDataOneOf as ItemDataOneOf, type context$7_ItemStyle as ItemStyle, type context$7_Layout as Layout, context$7_LayoutType as LayoutType, context$7_LineStyle as LineStyle, type context$7_Link as Link, type context$7_LinkData as LinkData, type context$7_LinkDataOneOf as LinkDataOneOf, type context$7_LinkPreviewData as LinkPreviewData, type context$7_ListValue as ListValue, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type context$7_MapData as MapData, type context$7_MapSettings as MapSettings, context$7_MapType as MapType, type context$7_Media as Media, type context$7_MentionData as MentionData, type MessageEnvelope$7 as MessageEnvelope, type context$7_Metadata as Metadata, type context$7_Node as Node, type context$7_NodeDataOneOf as NodeDataOneOf, type context$7_NodeStyle as NodeStyle, context$7_NodeType as NodeType, context$7_NullValue as NullValue, type Occurrence$4 as Occurrence, type context$7_Oembed as Oembed, type context$7_Option as Option, type context$7_OptionDesign as OptionDesign, type context$7_OptionLayout as OptionLayout, type context$7_OrderedListData as OrderedListData, context$7_Orientation as Orientation, type context$7_PDFSettings as PDFSettings, type context$7_ParagraphData as ParagraphData, type context$7_Permissions as Permissions, type context$7_PlaybackOptions as PlaybackOptions, type context$7_PluginContainerData as PluginContainerData, context$7_PluginContainerDataAlignment as PluginContainerDataAlignment, type context$7_PluginContainerDataWidth as PluginContainerDataWidth, type context$7_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type context$7_Poll as Poll, type context$7_PollData as PollData, type context$7_PollDataLayout as PollDataLayout, type context$7_PollDesign as PollDesign, type context$7_PollLayout as PollLayout, context$7_PollLayoutDirection as PollLayoutDirection, context$7_PollLayoutType as PollLayoutType, type context$7_QueryRichContentRequest as QueryRichContentRequest, type context$7_QueryRichContentResponse as QueryRichContentResponse, type context$7_QueryRichContentResponseNonNullableFields as QueryRichContentResponseNonNullableFields, type context$7_QueryRichContentsOptions as QueryRichContentsOptions, type context$7_QueryRichContentsRequest as QueryRichContentsRequest, type context$7_QueryRichContentsResponse as QueryRichContentsResponse, type context$7_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$4 as Recurrences, type context$7_Rel as Rel, type RestoreInfo$4 as RestoreInfo, type context$7_RichContent as RichContent, type context$7_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type context$7_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type context$7_RichContentNonNullableFields as RichContentNonNullableFields, type context$7_RichContentQueryBuilder as RichContentQueryBuilder, type context$7_RichContentQueryResult as RichContentQueryResult, type context$7_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type ScheduleConfig$4 as ScheduleConfig, type Settings$3 as Settings, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, context$7_Source as Source, type context$7_Spoiler as Spoiler, type context$7_SpoilerData as SpoilerData, Status$4 as Status, type StreetAddress$6 as StreetAddress, type context$7_Styles as Styles, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type context$7_TableCellData as TableCellData, type context$7_TableData as TableData, context$7_Target as Target, context$7_TextAlignment as TextAlignment, type context$7_TextData as TextData, type context$7_TextNodeStyle as TextNodeStyle, type context$7_TextStyle as TextStyle, type context$7_Thumbnails as Thumbnails, context$7_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type context$7_UpdateRichContent as UpdateRichContent, type context$7_UpdateRichContentRequest as UpdateRichContentRequest, type context$7_UpdateRichContentResponse as UpdateRichContentResponse, type context$7_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type context$7_V1RichContent as V1RichContent, context$7_VerticalAlignment as VerticalAlignment, type context$7_Video as Video, type context$7_VideoData as VideoData, context$7_ViewMode as ViewMode, context$7_ViewRole as ViewRole, context$7_VoteRole as VoteRole, WebhookIdentityType$7 as WebhookIdentityType, context$7_Width as Width, context$7_WidthType as WidthType, type context$7__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type context$7__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type context$7__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, context$7_createRichContent as createRichContent, context$7_deleteRichContent as deleteRichContent, context$7_findRichContentBySlug as findRichContentBySlug, context$7_getRichContent as getRichContent, context$7_onRichContentCreated as onRichContentCreated, context$7_onRichContentDeleted as onRichContentDeleted, context$7_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, context$7_queryRichContent as queryRichContent, context$7_queryRichContents as queryRichContents, context$7_updateRichContent as updateRichContent };
|
|
13256
|
+
export { type ActionEvent$4 as ActionEvent, type Address$6 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, context$7_Alignment as Alignment, type context$7_AnchorData as AnchorData, type context$7_AppEmbedData as AppEmbedData, type context$7_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, context$7_AppType as AppType, type context$7_AudioData as AudioData, type context$7_Background as Background, type context$7_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, context$7_BackgroundType as BackgroundType, type BaseEventMetadata$7 as BaseEventMetadata, type context$7_BlockquoteData as BlockquoteData, type context$7_BookingData as BookingData, type context$7_Border as Border, type context$7_BorderColors as BorderColors, type context$7_BulletedListData as BulletedListData, type context$7_ButtonData as ButtonData, type context$7_CaptionData as CaptionData, type context$7_CellStyle as CellStyle, type context$7_CodeBlockData as CodeBlockData, type context$7_CollapsibleListData as CollapsibleListData, type context$7_ColorData as ColorData, type context$7_Colors as Colors, type context$7_CountRichContentItemsRequest as CountRichContentItemsRequest, type context$7_CountRichContentItemsResponse as CountRichContentItemsResponse, type context$7_CreateRichContentRequest as CreateRichContentRequest, type context$7_CreateRichContentResponse as CreateRichContentResponse, type context$7_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, context$7_Crop as Crop, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$5 as Cursors, type context$7_Decoration as Decoration, type context$7_DecorationDataOneOf as DecorationDataOneOf, context$7_DecorationType as DecorationType, type context$7_DeleteRichContentRequest as DeleteRichContentRequest, type context$7_DeleteRichContentResponse as DeleteRichContentResponse, type context$7_Design as Design, type context$7_Dimensions as Dimensions, context$7_Direction as Direction, type context$7_DividerData as DividerData, type context$7_DocumentStyle as DocumentStyle, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type context$7_EmbedData as EmbedData, type Empty$4 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type context$7_EventData as EventData, type EventDeleted$3 as EventDeleted, type EventMetadata$4 as EventMetadata, EventStatus$4 as EventStatus, type ExtendedFields$2 as ExtendedFields, type context$7_FileData as FileData, type context$7_FileSource as FileSource, type context$7_FileSourceDataOneOf as FileSourceDataOneOf, type context$7_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type context$7_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type context$7_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type context$7_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type context$7_FontSizeData as FontSizeData, context$7_FontType as FontType, type context$7_GIF as GIF, type context$7_GIFData as GIFData, type context$7_GalleryData as GalleryData, type context$7_GalleryOptions as GalleryOptions, type context$7_GetOrCreateRichContentRequest as GetOrCreateRichContentRequest, type context$7_GetOrCreateRichContentResponse as GetOrCreateRichContentResponse, type context$7_GetRichContentRequest as GetRichContentRequest, type context$7_GetRichContentResponse as GetRichContentResponse, type context$7_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type context$7_Gradient as Gradient, type context$7_HTMLData as HTMLData, type context$7_HTMLDataDataOneOf as HTMLDataDataOneOf, type context$7_HeadingData as HeadingData, type context$7_Height as Height, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type context$7_Image as Image, type context$7_ImageData as ImageData, context$7_InitialExpandedItems as InitialExpandedItems, type context$7_Item as Item, type context$7_ItemDataOneOf as ItemDataOneOf, type context$7_ItemStyle as ItemStyle, type context$7_Layout as Layout, context$7_LayoutType as LayoutType, context$7_LineStyle as LineStyle, type context$7_Link as Link, type context$7_LinkData as LinkData, type context$7_LinkDataOneOf as LinkDataOneOf, type context$7_LinkPreviewData as LinkPreviewData, type context$7_ListValue as ListValue, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type context$7_MapData as MapData, type context$7_MapSettings as MapSettings, context$7_MapType as MapType, type context$7_Media as Media, type context$7_MentionData as MentionData, type MessageEnvelope$7 as MessageEnvelope, type context$7_Metadata as Metadata, type context$7_Node as Node, type context$7_NodeDataOneOf as NodeDataOneOf, type context$7_NodeStyle as NodeStyle, context$7_NodeType as NodeType, context$7_NullValue as NullValue, type Occurrence$4 as Occurrence, type context$7_Oembed as Oembed, type context$7_Option as Option, type context$7_OptionDesign as OptionDesign, type context$7_OptionLayout as OptionLayout, type context$7_OrderedListData as OrderedListData, context$7_Orientation as Orientation, type context$7_PDFSettings as PDFSettings, type context$7_ParagraphData as ParagraphData, type context$7_Permissions as Permissions, type context$7_PlaybackOptions as PlaybackOptions, type context$7_PluginContainerData as PluginContainerData, context$7_PluginContainerDataAlignment as PluginContainerDataAlignment, type context$7_PluginContainerDataWidth as PluginContainerDataWidth, type context$7_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type context$7_Poll as Poll, type context$7_PollData as PollData, type context$7_PollDataLayout as PollDataLayout, type context$7_PollDesign as PollDesign, type context$7_PollLayout as PollLayout, context$7_PollLayoutDirection as PollLayoutDirection, context$7_PollLayoutType as PollLayoutType, type context$7_QueryRichContentRequest as QueryRichContentRequest, type context$7_QueryRichContentResponse as QueryRichContentResponse, type context$7_QueryRichContentResponseNonNullableFields as QueryRichContentResponseNonNullableFields, type context$7_QueryRichContentsOptions as QueryRichContentsOptions, type context$7_QueryRichContentsRequest as QueryRichContentsRequest, type context$7_QueryRichContentsResponse as QueryRichContentsResponse, type context$7_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$4 as Recurrences, type context$7_Rel as Rel, type RestoreInfo$4 as RestoreInfo, type context$7_RichContent as RichContent, type context$7_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type context$7_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type context$7_RichContentNonNullableFields as RichContentNonNullableFields, type context$7_RichContentQueryBuilder as RichContentQueryBuilder, type context$7_RichContentQueryResult as RichContentQueryResult, type context$7_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type ScheduleConfig$4 as ScheduleConfig, type Settings$3 as Settings, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, context$7_Source as Source, type context$7_Spoiler as Spoiler, type context$7_SpoilerData as SpoilerData, Status$4 as Status, type StreetAddress$6 as StreetAddress, type context$7_Styles as Styles, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type context$7_TableCellData as TableCellData, type context$7_TableData as TableData, context$7_Target as Target, context$7_TextAlignment as TextAlignment, type context$7_TextData as TextData, type context$7_TextNodeStyle as TextNodeStyle, type context$7_TextStyle as TextStyle, type context$7_Thumbnails as Thumbnails, context$7_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type context$7_UpdateRichContent as UpdateRichContent, type context$7_UpdateRichContentRequest as UpdateRichContentRequest, type context$7_UpdateRichContentResponse as UpdateRichContentResponse, type context$7_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type context$7_V1RichContent as V1RichContent, context$7_VerticalAlignment as VerticalAlignment, type context$7_Video as Video, type context$7_VideoData as VideoData, context$7_ViewMode as ViewMode, context$7_ViewRole as ViewRole, context$7_VoteRole as VoteRole, WebhookIdentityType$7 as WebhookIdentityType, context$7_Width as Width, context$7_WidthType as WidthType, type context$7__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type context$7__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type context$7__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, context$7_createRichContent as createRichContent, context$7_deleteRichContent as deleteRichContent, context$7_findRichContentBySlug as findRichContentBySlug, context$7_getRichContent as getRichContent, context$7_onRichContentCreated as onRichContentCreated, context$7_onRichContentDeleted as onRichContentDeleted, context$7_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, context$7_queryRichContent as queryRichContent, context$7_queryRichContents as queryRichContents, context$7_updateRichContent as updateRichContent };
|
|
13249
13257
|
}
|
|
13250
13258
|
|
|
13251
13259
|
interface RsvpRsvp {
|
|
@@ -19712,7 +19720,14 @@ interface V3Event {
|
|
|
19712
19720
|
title?: string | null;
|
|
19713
19721
|
/** Short description that appears under the event title. */
|
|
19714
19722
|
shortDescription?: string | null;
|
|
19715
|
-
/**
|
|
19723
|
+
/**
|
|
19724
|
+
* Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags).
|
|
19725
|
+
* @deprecated Detailed description of an event.
|
|
19726
|
+
*
|
|
19727
|
+
* This field is deprecated. To create a description, see the flow in [introduction](https://dev.wix.com/docs/rest/business-solutions/events/events-v3/introduction).
|
|
19728
|
+
* @replacedBy wix.events.v1.rich_content
|
|
19729
|
+
* @targetRemovalDate 2025-06-01
|
|
19730
|
+
*/
|
|
19716
19731
|
detailedDescription?: string | null;
|
|
19717
19732
|
/**
|
|
19718
19733
|
* Main event image. <br>
|
|
@@ -22342,7 +22357,14 @@ interface UpdateEventOptions {
|
|
|
22342
22357
|
title?: string | null;
|
|
22343
22358
|
/** Short description that appears under the event title. */
|
|
22344
22359
|
shortDescription?: string | null;
|
|
22345
|
-
/**
|
|
22360
|
+
/**
|
|
22361
|
+
* Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags).
|
|
22362
|
+
* @deprecated Detailed description of an event.
|
|
22363
|
+
*
|
|
22364
|
+
* This field is deprecated. To create a description, see the flow in [introduction](https://dev.wix.com/docs/rest/business-solutions/events/events-v3/introduction).
|
|
22365
|
+
* @replacedBy wix.events.v1.rich_content
|
|
22366
|
+
* @targetRemovalDate 2025-06-01
|
|
22367
|
+
*/
|
|
22346
22368
|
detailedDescription?: string | null;
|
|
22347
22369
|
/**
|
|
22348
22370
|
* Main event image. <br>
|
|
@@ -12409,6 +12409,12 @@ interface GetOrCreateRichContentResponse {
|
|
|
12409
12409
|
/** The RichContent */
|
|
12410
12410
|
richContent?: RichContent;
|
|
12411
12411
|
}
|
|
12412
|
+
interface CountRichContentItemsRequest {
|
|
12413
|
+
filter?: Record<string, any> | null;
|
|
12414
|
+
}
|
|
12415
|
+
interface CountRichContentItemsResponse {
|
|
12416
|
+
count?: number;
|
|
12417
|
+
}
|
|
12412
12418
|
interface DomainEvent$4 extends DomainEventBodyOneOf$4 {
|
|
12413
12419
|
createdEvent?: EntityCreatedEvent$4;
|
|
12414
12420
|
updatedEvent?: EntityUpdatedEvent$4;
|
|
@@ -13081,6 +13087,8 @@ type index_d$7_CodeBlockData = CodeBlockData;
|
|
|
13081
13087
|
type index_d$7_CollapsibleListData = CollapsibleListData;
|
|
13082
13088
|
type index_d$7_ColorData = ColorData;
|
|
13083
13089
|
type index_d$7_Colors = Colors;
|
|
13090
|
+
type index_d$7_CountRichContentItemsRequest = CountRichContentItemsRequest;
|
|
13091
|
+
type index_d$7_CountRichContentItemsResponse = CountRichContentItemsResponse;
|
|
13084
13092
|
type index_d$7_CreateRichContentRequest = CreateRichContentRequest;
|
|
13085
13093
|
type index_d$7_CreateRichContentResponse = CreateRichContentResponse;
|
|
13086
13094
|
type index_d$7_CreateRichContentResponseNonNullableFields = CreateRichContentResponseNonNullableFields;
|
|
@@ -13245,7 +13253,7 @@ declare const index_d$7_queryRichContent: typeof queryRichContent;
|
|
|
13245
13253
|
declare const index_d$7_queryRichContents: typeof queryRichContents;
|
|
13246
13254
|
declare const index_d$7_updateRichContent: typeof updateRichContent;
|
|
13247
13255
|
declare namespace index_d$7 {
|
|
13248
|
-
export { type ActionEvent$4 as ActionEvent, type Address$6 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, index_d$7_Alignment as Alignment, type index_d$7_AnchorData as AnchorData, type index_d$7_AppEmbedData as AppEmbedData, type index_d$7_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, index_d$7_AppType as AppType, type index_d$7_AudioData as AudioData, type index_d$7_Background as Background, type index_d$7_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, index_d$7_BackgroundType as BackgroundType, type BaseEventMetadata$7 as BaseEventMetadata, type index_d$7_BlockquoteData as BlockquoteData, type index_d$7_BookingData as BookingData, type index_d$7_Border as Border, type index_d$7_BorderColors as BorderColors, type index_d$7_BulletedListData as BulletedListData, type index_d$7_ButtonData as ButtonData, type index_d$7_CaptionData as CaptionData, type index_d$7_CellStyle as CellStyle, type index_d$7_CodeBlockData as CodeBlockData, type index_d$7_CollapsibleListData as CollapsibleListData, type index_d$7_ColorData as ColorData, type index_d$7_Colors as Colors, type index_d$7_CreateRichContentRequest as CreateRichContentRequest, type index_d$7_CreateRichContentResponse as CreateRichContentResponse, type index_d$7_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, index_d$7_Crop as Crop, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$7_Decoration as Decoration, type index_d$7_DecorationDataOneOf as DecorationDataOneOf, index_d$7_DecorationType as DecorationType, type index_d$7_DeleteRichContentRequest as DeleteRichContentRequest, type index_d$7_DeleteRichContentResponse as DeleteRichContentResponse, type index_d$7_Design as Design, type index_d$7_Dimensions as Dimensions, index_d$7_Direction as Direction, type index_d$7_DividerData as DividerData, type index_d$7_DocumentStyle as DocumentStyle, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$7_EmbedData as EmbedData, type Empty$4 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type index_d$7_EventData as EventData, type EventDeleted$3 as EventDeleted, type EventMetadata$4 as EventMetadata, EventStatus$4 as EventStatus, type ExtendedFields$2 as ExtendedFields, type index_d$7_FileData as FileData, type index_d$7_FileSource as FileSource, type index_d$7_FileSourceDataOneOf as FileSourceDataOneOf, type index_d$7_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type index_d$7_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type index_d$7_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type index_d$7_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type index_d$7_FontSizeData as FontSizeData, index_d$7_FontType as FontType, type index_d$7_GIF as GIF, type index_d$7_GIFData as GIFData, type index_d$7_GalleryData as GalleryData, type index_d$7_GalleryOptions as GalleryOptions, type index_d$7_GetOrCreateRichContentRequest as GetOrCreateRichContentRequest, type index_d$7_GetOrCreateRichContentResponse as GetOrCreateRichContentResponse, type index_d$7_GetRichContentRequest as GetRichContentRequest, type index_d$7_GetRichContentResponse as GetRichContentResponse, type index_d$7_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type index_d$7_Gradient as Gradient, type index_d$7_HTMLData as HTMLData, type index_d$7_HTMLDataDataOneOf as HTMLDataDataOneOf, type index_d$7_HeadingData as HeadingData, type index_d$7_Height as Height, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type index_d$7_Image as Image, type index_d$7_ImageData as ImageData, index_d$7_InitialExpandedItems as InitialExpandedItems, type index_d$7_Item as Item, type index_d$7_ItemDataOneOf as ItemDataOneOf, type index_d$7_ItemStyle as ItemStyle, type index_d$7_Layout as Layout, index_d$7_LayoutType as LayoutType, index_d$7_LineStyle as LineStyle, type index_d$7_Link as Link, type index_d$7_LinkData as LinkData, type index_d$7_LinkDataOneOf as LinkDataOneOf, type index_d$7_LinkPreviewData as LinkPreviewData, type index_d$7_ListValue as ListValue, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type index_d$7_MapData as MapData, type index_d$7_MapSettings as MapSettings, index_d$7_MapType as MapType, type index_d$7_Media as Media, type index_d$7_MentionData as MentionData, type MessageEnvelope$7 as MessageEnvelope, type index_d$7_Metadata as Metadata, type index_d$7_Node as Node, type index_d$7_NodeDataOneOf as NodeDataOneOf, type index_d$7_NodeStyle as NodeStyle, index_d$7_NodeType as NodeType, index_d$7_NullValue as NullValue, type Occurrence$4 as Occurrence, type index_d$7_Oembed as Oembed, type index_d$7_Option as Option, type index_d$7_OptionDesign as OptionDesign, type index_d$7_OptionLayout as OptionLayout, type index_d$7_OrderedListData as OrderedListData, index_d$7_Orientation as Orientation, type index_d$7_PDFSettings as PDFSettings, type index_d$7_ParagraphData as ParagraphData, type index_d$7_Permissions as Permissions, type index_d$7_PlaybackOptions as PlaybackOptions, type index_d$7_PluginContainerData as PluginContainerData, index_d$7_PluginContainerDataAlignment as PluginContainerDataAlignment, type index_d$7_PluginContainerDataWidth as PluginContainerDataWidth, type index_d$7_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type index_d$7_Poll as Poll, type index_d$7_PollData as PollData, type index_d$7_PollDataLayout as PollDataLayout, type index_d$7_PollDesign as PollDesign, type index_d$7_PollLayout as PollLayout, index_d$7_PollLayoutDirection as PollLayoutDirection, index_d$7_PollLayoutType as PollLayoutType, type index_d$7_QueryRichContentRequest as QueryRichContentRequest, type index_d$7_QueryRichContentResponse as QueryRichContentResponse, type index_d$7_QueryRichContentResponseNonNullableFields as QueryRichContentResponseNonNullableFields, type index_d$7_QueryRichContentsOptions as QueryRichContentsOptions, type index_d$7_QueryRichContentsRequest as QueryRichContentsRequest, type index_d$7_QueryRichContentsResponse as QueryRichContentsResponse, type index_d$7_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$4 as Recurrences, type index_d$7_Rel as Rel, type RestoreInfo$4 as RestoreInfo, type index_d$7_RichContent as RichContent, type index_d$7_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type index_d$7_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type index_d$7_RichContentNonNullableFields as RichContentNonNullableFields, type index_d$7_RichContentQueryBuilder as RichContentQueryBuilder, type index_d$7_RichContentQueryResult as RichContentQueryResult, type index_d$7_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type ScheduleConfig$4 as ScheduleConfig, type Settings$3 as Settings, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, index_d$7_Source as Source, type index_d$7_Spoiler as Spoiler, type index_d$7_SpoilerData as SpoilerData, Status$4 as Status, type StreetAddress$6 as StreetAddress, type index_d$7_Styles as Styles, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type index_d$7_TableCellData as TableCellData, type index_d$7_TableData as TableData, index_d$7_Target as Target, index_d$7_TextAlignment as TextAlignment, type index_d$7_TextData as TextData, type index_d$7_TextNodeStyle as TextNodeStyle, type index_d$7_TextStyle as TextStyle, type index_d$7_Thumbnails as Thumbnails, index_d$7_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type index_d$7_UpdateRichContent as UpdateRichContent, type index_d$7_UpdateRichContentRequest as UpdateRichContentRequest, type index_d$7_UpdateRichContentResponse as UpdateRichContentResponse, type index_d$7_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type index_d$7_V1RichContent as V1RichContent, index_d$7_VerticalAlignment as VerticalAlignment, type index_d$7_Video as Video, type index_d$7_VideoData as VideoData, index_d$7_ViewMode as ViewMode, index_d$7_ViewRole as ViewRole, index_d$7_VoteRole as VoteRole, WebhookIdentityType$7 as WebhookIdentityType, index_d$7_Width as Width, index_d$7_WidthType as WidthType, type index_d$7__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type index_d$7__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type index_d$7__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, index_d$7_createRichContent as createRichContent, index_d$7_deleteRichContent as deleteRichContent, index_d$7_findRichContentBySlug as findRichContentBySlug, index_d$7_getRichContent as getRichContent, index_d$7_onRichContentCreated as onRichContentCreated, index_d$7_onRichContentDeleted as onRichContentDeleted, index_d$7_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, index_d$7_queryRichContent as queryRichContent, index_d$7_queryRichContents as queryRichContents, index_d$7_updateRichContent as updateRichContent };
|
|
13256
|
+
export { type ActionEvent$4 as ActionEvent, type Address$6 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, index_d$7_Alignment as Alignment, type index_d$7_AnchorData as AnchorData, type index_d$7_AppEmbedData as AppEmbedData, type index_d$7_AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOf, index_d$7_AppType as AppType, type index_d$7_AudioData as AudioData, type index_d$7_Background as Background, type index_d$7_BackgroundBackgroundOneOf as BackgroundBackgroundOneOf, index_d$7_BackgroundType as BackgroundType, type BaseEventMetadata$7 as BaseEventMetadata, type index_d$7_BlockquoteData as BlockquoteData, type index_d$7_BookingData as BookingData, type index_d$7_Border as Border, type index_d$7_BorderColors as BorderColors, type index_d$7_BulletedListData as BulletedListData, type index_d$7_ButtonData as ButtonData, type index_d$7_CaptionData as CaptionData, type index_d$7_CellStyle as CellStyle, type index_d$7_CodeBlockData as CodeBlockData, type index_d$7_CollapsibleListData as CollapsibleListData, type index_d$7_ColorData as ColorData, type index_d$7_Colors as Colors, type index_d$7_CountRichContentItemsRequest as CountRichContentItemsRequest, type index_d$7_CountRichContentItemsResponse as CountRichContentItemsResponse, type index_d$7_CreateRichContentRequest as CreateRichContentRequest, type index_d$7_CreateRichContentResponse as CreateRichContentResponse, type index_d$7_CreateRichContentResponseNonNullableFields as CreateRichContentResponseNonNullableFields, index_d$7_Crop as Crop, type CursorPaging$5 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$5 as Cursors, type index_d$7_Decoration as Decoration, type index_d$7_DecorationDataOneOf as DecorationDataOneOf, index_d$7_DecorationType as DecorationType, type index_d$7_DeleteRichContentRequest as DeleteRichContentRequest, type index_d$7_DeleteRichContentResponse as DeleteRichContentResponse, type index_d$7_Design as Design, type index_d$7_Dimensions as Dimensions, index_d$7_Direction as Direction, type index_d$7_DividerData as DividerData, type index_d$7_DocumentStyle as DocumentStyle, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type index_d$7_EmbedData as EmbedData, type Empty$4 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type EventCopied$2 as EventCopied, type index_d$7_EventData as EventData, type EventDeleted$3 as EventDeleted, type EventMetadata$4 as EventMetadata, EventStatus$4 as EventStatus, type ExtendedFields$2 as ExtendedFields, type index_d$7_FileData as FileData, type index_d$7_FileSource as FileSource, type index_d$7_FileSourceDataOneOf as FileSourceDataOneOf, type index_d$7_FindRichContentBySlugIdentifiers as FindRichContentBySlugIdentifiers, type index_d$7_FindRichContentBySlugRequest as FindRichContentBySlugRequest, type index_d$7_FindRichContentBySlugResponse as FindRichContentBySlugResponse, type index_d$7_FindRichContentBySlugResponseNonNullableFields as FindRichContentBySlugResponseNonNullableFields, type index_d$7_FontSizeData as FontSizeData, index_d$7_FontType as FontType, type index_d$7_GIF as GIF, type index_d$7_GIFData as GIFData, type index_d$7_GalleryData as GalleryData, type index_d$7_GalleryOptions as GalleryOptions, type index_d$7_GetOrCreateRichContentRequest as GetOrCreateRichContentRequest, type index_d$7_GetOrCreateRichContentResponse as GetOrCreateRichContentResponse, type index_d$7_GetRichContentRequest as GetRichContentRequest, type index_d$7_GetRichContentResponse as GetRichContentResponse, type index_d$7_GetRichContentResponseNonNullableFields as GetRichContentResponseNonNullableFields, type index_d$7_Gradient as Gradient, type index_d$7_HTMLData as HTMLData, type index_d$7_HTMLDataDataOneOf as HTMLDataDataOneOf, type index_d$7_HeadingData as HeadingData, type index_d$7_Height as Height, type IdentificationData$7 as IdentificationData, type IdentificationDataIdOneOf$7 as IdentificationDataIdOneOf, type index_d$7_Image as Image, type index_d$7_ImageData as ImageData, index_d$7_InitialExpandedItems as InitialExpandedItems, type index_d$7_Item as Item, type index_d$7_ItemDataOneOf as ItemDataOneOf, type index_d$7_ItemStyle as ItemStyle, type index_d$7_Layout as Layout, index_d$7_LayoutType as LayoutType, index_d$7_LineStyle as LineStyle, type index_d$7_Link as Link, type index_d$7_LinkData as LinkData, type index_d$7_LinkDataOneOf as LinkDataOneOf, type index_d$7_LinkPreviewData as LinkPreviewData, type index_d$7_ListValue as ListValue, type Location$4 as Location, LocationType$4 as LocationType, type MapCoordinates$4 as MapCoordinates, type index_d$7_MapData as MapData, type index_d$7_MapSettings as MapSettings, index_d$7_MapType as MapType, type index_d$7_Media as Media, type index_d$7_MentionData as MentionData, type MessageEnvelope$7 as MessageEnvelope, type index_d$7_Metadata as Metadata, type index_d$7_Node as Node, type index_d$7_NodeDataOneOf as NodeDataOneOf, type index_d$7_NodeStyle as NodeStyle, index_d$7_NodeType as NodeType, index_d$7_NullValue as NullValue, type Occurrence$4 as Occurrence, type index_d$7_Oembed as Oembed, type index_d$7_Option as Option, type index_d$7_OptionDesign as OptionDesign, type index_d$7_OptionLayout as OptionLayout, type index_d$7_OrderedListData as OrderedListData, index_d$7_Orientation as Orientation, type index_d$7_PDFSettings as PDFSettings, type index_d$7_ParagraphData as ParagraphData, type index_d$7_Permissions as Permissions, type index_d$7_PlaybackOptions as PlaybackOptions, type index_d$7_PluginContainerData as PluginContainerData, index_d$7_PluginContainerDataAlignment as PluginContainerDataAlignment, type index_d$7_PluginContainerDataWidth as PluginContainerDataWidth, type index_d$7_PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOf, type index_d$7_Poll as Poll, type index_d$7_PollData as PollData, type index_d$7_PollDataLayout as PollDataLayout, type index_d$7_PollDesign as PollDesign, type index_d$7_PollLayout as PollLayout, index_d$7_PollLayoutDirection as PollLayoutDirection, index_d$7_PollLayoutType as PollLayoutType, type index_d$7_QueryRichContentRequest as QueryRichContentRequest, type index_d$7_QueryRichContentResponse as QueryRichContentResponse, type index_d$7_QueryRichContentResponseNonNullableFields as QueryRichContentResponseNonNullableFields, type index_d$7_QueryRichContentsOptions as QueryRichContentsOptions, type index_d$7_QueryRichContentsRequest as QueryRichContentsRequest, type index_d$7_QueryRichContentsResponse as QueryRichContentsResponse, type index_d$7_QueryRichContentsResponseNonNullableFields as QueryRichContentsResponseNonNullableFields, type Recurrences$4 as Recurrences, type index_d$7_Rel as Rel, type RestoreInfo$4 as RestoreInfo, type index_d$7_RichContent as RichContent, type index_d$7_RichContentCreatedEnvelope as RichContentCreatedEnvelope, type index_d$7_RichContentDeletedEnvelope as RichContentDeletedEnvelope, type index_d$7_RichContentNonNullableFields as RichContentNonNullableFields, type index_d$7_RichContentQueryBuilder as RichContentQueryBuilder, type index_d$7_RichContentQueryResult as RichContentQueryResult, type index_d$7_RichContentUpdatedEnvelope as RichContentUpdatedEnvelope, type ScheduleConfig$4 as ScheduleConfig, type Settings$3 as Settings, SortOrder$5 as SortOrder, type Sorting$5 as Sorting, index_d$7_Source as Source, type index_d$7_Spoiler as Spoiler, type index_d$7_SpoilerData as SpoilerData, Status$4 as Status, type StreetAddress$6 as StreetAddress, type index_d$7_Styles as Styles, type Subdivision$6 as Subdivision, SubdivisionType$6 as SubdivisionType, type index_d$7_TableCellData as TableCellData, type index_d$7_TableData as TableData, index_d$7_Target as Target, index_d$7_TextAlignment as TextAlignment, type index_d$7_TextData as TextData, type index_d$7_TextNodeStyle as TextNodeStyle, type index_d$7_TextStyle as TextStyle, type index_d$7_Thumbnails as Thumbnails, index_d$7_ThumbnailsAlignment as ThumbnailsAlignment, Type$3 as Type, type index_d$7_UpdateRichContent as UpdateRichContent, type index_d$7_UpdateRichContentRequest as UpdateRichContentRequest, type index_d$7_UpdateRichContentResponse as UpdateRichContentResponse, type index_d$7_UpdateRichContentResponseNonNullableFields as UpdateRichContentResponseNonNullableFields, type index_d$7_V1RichContent as V1RichContent, index_d$7_VerticalAlignment as VerticalAlignment, type index_d$7_Video as Video, type index_d$7_VideoData as VideoData, index_d$7_ViewMode as ViewMode, index_d$7_ViewRole as ViewRole, index_d$7_VoteRole as VoteRole, WebhookIdentityType$7 as WebhookIdentityType, index_d$7_Width as Width, index_d$7_WidthType as WidthType, type index_d$7__publicOnRichContentCreatedType as _publicOnRichContentCreatedType, type index_d$7__publicOnRichContentDeletedType as _publicOnRichContentDeletedType, type index_d$7__publicOnRichContentUpdatedType as _publicOnRichContentUpdatedType, index_d$7_createRichContent as createRichContent, index_d$7_deleteRichContent as deleteRichContent, index_d$7_findRichContentBySlug as findRichContentBySlug, index_d$7_getRichContent as getRichContent, index_d$7_onRichContentCreated as onRichContentCreated, index_d$7_onRichContentDeleted as onRichContentDeleted, index_d$7_onRichContentUpdated as onRichContentUpdated, onRichContentCreated$1 as publicOnRichContentCreated, onRichContentDeleted$1 as publicOnRichContentDeleted, onRichContentUpdated$1 as publicOnRichContentUpdated, index_d$7_queryRichContent as queryRichContent, index_d$7_queryRichContents as queryRichContents, index_d$7_updateRichContent as updateRichContent };
|
|
13249
13257
|
}
|
|
13250
13258
|
|
|
13251
13259
|
interface RsvpRsvp {
|
|
@@ -19712,7 +19720,14 @@ interface V3Event {
|
|
|
19712
19720
|
title?: string | null;
|
|
19713
19721
|
/** Short description that appears under the event title. */
|
|
19714
19722
|
shortDescription?: string | null;
|
|
19715
|
-
/**
|
|
19723
|
+
/**
|
|
19724
|
+
* Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags).
|
|
19725
|
+
* @deprecated Detailed description of an event.
|
|
19726
|
+
*
|
|
19727
|
+
* This field is deprecated. To create a description, see the flow in [introduction](https://dev.wix.com/docs/rest/business-solutions/events/events-v3/introduction).
|
|
19728
|
+
* @replacedBy wix.events.v1.rich_content
|
|
19729
|
+
* @targetRemovalDate 2025-06-01
|
|
19730
|
+
*/
|
|
19716
19731
|
detailedDescription?: string | null;
|
|
19717
19732
|
/**
|
|
19718
19733
|
* Main event image. <br>
|
|
@@ -22342,7 +22357,14 @@ interface UpdateEventOptions {
|
|
|
22342
22357
|
title?: string | null;
|
|
22343
22358
|
/** Short description that appears under the event title. */
|
|
22344
22359
|
shortDescription?: string | null;
|
|
22345
|
-
/**
|
|
22360
|
+
/**
|
|
22361
|
+
* Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags).
|
|
22362
|
+
* @deprecated Detailed description of an event.
|
|
22363
|
+
*
|
|
22364
|
+
* This field is deprecated. To create a description, see the flow in [introduction](https://dev.wix.com/docs/rest/business-solutions/events/events-v3/introduction).
|
|
22365
|
+
* @replacedBy wix.events.v1.rich_content
|
|
22366
|
+
* @targetRemovalDate 2025-06-01
|
|
22367
|
+
*/
|
|
22346
22368
|
detailedDescription?: string | null;
|
|
22347
22369
|
/**
|
|
22348
22370
|
* Main event image. <br>
|
|
@@ -15717,6 +15717,11 @@ interface V3Event$1 {
|
|
|
15717
15717
|
* Detailed description of an event.
|
|
15718
15718
|
*
|
|
15719
15719
|
* This field is deprecated. To create a description, see the flow in [introduction](https://dev.wix.com/docs/rest/business-solutions/events/events-v3/introduction).
|
|
15720
|
+
* @deprecated Detailed description of an event.
|
|
15721
|
+
*
|
|
15722
|
+
* This field is deprecated. To create a description, see the flow in [introduction](https://dev.wix.com/docs/rest/business-solutions/events/events-v3/introduction).
|
|
15723
|
+
* @replacedBy wix.events.v1.rich_content
|
|
15724
|
+
* @targetRemovalDate 2025-06-01
|
|
15720
15725
|
*/
|
|
15721
15726
|
detailedDescription?: string | null;
|
|
15722
15727
|
/**
|
|
@@ -17114,7 +17119,14 @@ interface V3Event {
|
|
|
17114
17119
|
title?: string | null;
|
|
17115
17120
|
/** Short description that appears under the event title. */
|
|
17116
17121
|
shortDescription?: string | null;
|
|
17117
|
-
/**
|
|
17122
|
+
/**
|
|
17123
|
+
* Detailed description of an event. You can enter the description using rich text format (add various types of markups, such as underlines, italics, bolding, color codes, bullet lists, and links by using HTML formatting tags).
|
|
17124
|
+
* @deprecated Detailed description of an event.
|
|
17125
|
+
*
|
|
17126
|
+
* This field is deprecated. To create a description, see the flow in [introduction](https://dev.wix.com/docs/rest/business-solutions/events/events-v3/introduction).
|
|
17127
|
+
* @replacedBy wix.events.v1.rich_content
|
|
17128
|
+
* @targetRemovalDate 2025-06-01
|
|
17129
|
+
*/
|
|
17118
17130
|
detailedDescription?: string | null;
|
|
17119
17131
|
/**
|
|
17120
17132
|
* Main event image. <br>
|