@wix/auto_sdk_rich-content_ricos-conversations 1.0.39 → 1.0.41
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/build/cjs/index.d.ts +23 -3
- package/build/cjs/index.js +83 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +121 -3
- package/build/cjs/index.typings.js +83 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +99 -3
- package/build/cjs/meta.js +83 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +51 -1
- package/build/cjs/schemas.js +550 -10
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.d.mts +23 -3
- package/build/es/index.mjs +81 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +121 -3
- package/build/es/index.typings.mjs +81 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +99 -3
- package/build/es/meta.mjs +81 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +51 -1
- package/build/es/schemas.mjs +545 -9
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -5
- package/build/internal/cjs/index.js +83 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +101 -5
- package/build/internal/cjs/index.typings.js +83 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +99 -3
- package/build/internal/cjs/meta.js +83 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +51 -1
- package/build/internal/cjs/schemas.js +550 -10
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -5
- package/build/internal/es/index.mjs +81 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +101 -5
- package/build/internal/es/index.typings.mjs +81 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +99 -3
- package/build/internal/es/meta.mjs +81 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +51 -1
- package/build/internal/es/schemas.mjs +545 -9
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
|
|
2
|
-
import { CreateConversationStreamedOptions, ConversationResponse, CreateConversationAsyncOptions, CreateConversationAsyncResponse, GetConversationStreamOptions, CreateRicosConversationOptions, CreateRicosConversationResponse, CreateRicosConversationHtmlOptions, CreateRicosConversationHTMLResponse } from './index.typings.js';
|
|
3
|
-
export { AccountInfo, Action, ActionEvent, ActionWithLiterals, Alignment, AlignmentWithLiterals, AnchorData, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, AppTypeWithLiterals, AspectRatio, AspectRatioWithLiterals, AudioData, Backdrop, BackdropType, BackdropTypeWithLiterals, Background, BackgroundBackgroundType, BackgroundBackgroundTypeWithLiterals, BackgroundGradient, BackgroundImage, BackgroundType, BackgroundTypeWithLiterals, Banner, BlockquoteData, BookingData, Border, BorderColors, BorderWidths, BulletedListData, Button, ButtonBorder, ButtonData, ButtonDataType, ButtonDataTypeWithLiterals, ButtonSize, ButtonSizeWithLiterals, ButtonStyles, CaptionData, CardData, CardDataBackground, CardDataBackgroundType, CardDataBackgroundTypeWithLiterals, CardStyles, CellStyle, Center, ChunkType, ChunkTypeWithLiterals, CodeBlockData, CollapsibleListData, ColorData, ColorOptions, ColorSwatch, ColorSwatchColorTypeOptionsOneOf, ColorSwatchType, ColorSwatchTypeWithLiterals, Colors, CreateConversationAsyncRequest, CreateConversationStreamedRequest, CreateDocumentSummaryRequest,
|
|
2
|
+
import { CreateConversationStreamedOptions, ConversationResponse, CreateConversationAsyncOptions, CreateConversationAsyncResponse, GetConversationStreamOptions, CreateRicosConversationOptions, CreateRicosConversationResponse, RichContent, ListConversationSuggestionsOptions, ListConversationSuggestionsResponse, CreateDocumentSummaryResponse, CreateRicosConversationHtmlOptions, CreateRicosConversationHTMLResponse } from './index.typings.js';
|
|
3
|
+
export { AccountInfo, Action, ActionEvent, ActionWithLiterals, Alignment, AlignmentWithLiterals, AnchorData, AppEmbedData, AppEmbedDataAppDataOneOf, AppType, AppTypeWithLiterals, AspectRatio, AspectRatioWithLiterals, AudioData, Backdrop, BackdropType, BackdropTypeWithLiterals, Background, BackgroundBackgroundType, BackgroundBackgroundTypeWithLiterals, BackgroundGradient, BackgroundImage, BackgroundType, BackgroundTypeWithLiterals, Banner, BlockquoteData, BookingData, Border, BorderColors, BorderWidths, BulletedListData, Button, ButtonBorder, ButtonData, ButtonDataType, ButtonDataTypeWithLiterals, ButtonSize, ButtonSizeWithLiterals, ButtonStyles, CaptionData, CardData, CardDataBackground, CardDataBackgroundType, CardDataBackgroundTypeWithLiterals, CardStyles, CellStyle, Center, ChunkType, ChunkTypeWithLiterals, CodeBlockData, CollapsibleListData, ColorData, ColorOptions, ColorSwatch, ColorSwatchColorTypeOptionsOneOf, ColorSwatchType, ColorSwatchTypeWithLiterals, Colors, ColumnSize, ColumnSizeWithLiterals, CreateConversationAsyncRequest, CreateConversationStreamedRequest, CreateDocumentSummaryRequest, CreateRicosConversationHTMLRequest, CreateRicosConversationRequest, Crop, CropWithLiterals, DebugOptions, Decoration, DecorationDataOneOf, DecorationType, DecorationTypeWithLiterals, Design, DesignTarget, DesignTargetWithLiterals, Dimensions, Direction, DirectionWithLiterals, DividerData, DividerDataAlignment, DividerDataAlignmentWithLiterals, DocumentStyle, DomainEvent, DomainEventBodyOneOf, EmbedData, EntityCreatedEvent, EntityDeletedEvent, EntityUpdatedEvent, ErrorOptions, EventData, ExplainOption, File, FileData, FileSource, FileSourceDataOneOf, FontFamilyData, FontSizeData, FontType, FontTypeWithLiterals, FormatType, FormatTypeWithLiterals, GIF, GIFData, GIFType, GIFTypeWithLiterals, GalleryData, GalleryOptions, GalleryOptionsLayout, GetConversationStreamRequest, Gradient, GradientGradientType, GradientGradientTypeWithLiterals, GradientStop, GradientType, GradientTypeWithLiterals, HTMLData, HTMLDataDataOneOf, HeadingData, Height, HorizontalPaddingType, HorizontalPaddingTypeWithLiterals, Hover, IdentificationData, IdentificationDataIdOneOf, Image, ImageBorder, ImageData, ImageDataStyles, ImageOptions, ImageOptionsImagePosition, ImageOptionsImagePositionWithLiterals, ImagePosition, ImagePositionPosition, ImagePositionPositionWithLiterals, ImagePositionWithLiterals, ImageScaling, ImageScalingScaling, ImageScalingScalingWithLiterals, ImageScalingWithLiterals, ImageStyles, Indentation, IndentationWithLiterals, InitialExpandedItems, InitialExpandedItemsWithLiterals, InsertOptions, Item, ItemDataOneOf, ItemStyle, Layout, LayoutCellData, LayoutData, LayoutDataBackground, LayoutDataBackgroundImage, LayoutDataBackgroundType, LayoutDataBackgroundTypeWithLiterals, LayoutType, LayoutTypeWithLiterals, LayoutWithLiterals, LineStyle, LineStyleWithLiterals, Link, LinkData, LinkDataOneOf, LinkPreviewData, LinkPreviewDataStyles, ListConversationSuggestionsRequest, ListStyle, ListStyleWithLiterals, ListValue, MapData, MapSettings, MapType, MapTypeWithLiterals, Media, MentionData, MessageEnvelope, Metadata, MetadataOptions, Name, NameWithLiterals, Node, NodeDataOneOf, NodeOptions, NodeStyle, NodeTextOptions, NodeType, NodeTypeWithLiterals, NullValue, NullValueWithLiterals, Oembed, Option, OptionDesign, OptionLayout, OrderedListData, Orientation, OrientationWithLiterals, Origin, OriginWithLiterals, OutputMode, OutputModeWithLiterals, PDFSettings, PageSetup, ParagraphData, PatchOptions, Permissions, Placement, PlacementWithLiterals, PlaybackOptions, PluginContainerData, PluginContainerDataAlignment, PluginContainerDataAlignmentWithLiterals, PluginContainerDataWidth, PluginContainerDataWidthDataOneOf, Poll, PollData, PollDataLayout, PollDesign, PollDesignBackground, PollDesignBackgroundBackgroundOneOf, PollDesignBackgroundType, PollDesignBackgroundTypeWithLiterals, PollLayout, PollLayoutDirection, PollLayoutDirectionWithLiterals, PollLayoutType, PollLayoutTypeWithLiterals, Position, PositionWithLiterals, PositionsPosition, PositionsPositionWithLiterals, PricingData, ProgressOptions, RangeDetails, Rel, ReplaceOptions, Resizing, ResizingWithLiterals, ResponsivenessBehaviour, ResponsivenessBehaviourWithLiterals, RestoreInfo, RibbonStyles, RicosConversation, RicosConversationChunk, RicosConversationChunkTypeDataOneOf, RicosConversationUserMessageOneOf, Scaling, ScalingWithLiterals, Settings, ShapeData, ShapeDataStyles, SmartBlockCellData, SmartBlockData, SmartBlockDataType, SmartBlockDataTypeWithLiterals, Source, SourceWithLiterals, Spoiler, SpoilerData, Stop, Styles, StylesBorder, StylesPosition, StylesPositionWithLiterals, Suggestion, SuggestionAction, SuggestionActionWithLiterals, SuggestionOptions, SuggestionPositionDetailsOneOf, SummaryOptions, TableCellData, TableData, Target, TargetWithLiterals, TemplateSearchConfiguration, TextAlignment, TextAlignmentWithLiterals, TextData, TextNodeStyle, TextStyle, Theme, ThemeOptions, Thumbnails, ThumbnailsAlignment, ThumbnailsAlignmentWithLiterals, TocData, Tool, ToolConfigurationOneOf, ToolUseOptions, Type, TypeWithLiterals, Typography, TypographyTextStyle, V1Background, V1BackgroundBackgroundTypeOptionsOneOf, V1Gradient, V1GradientGradientTypeOptionsOneOf, V1Image, VerticalAlignment, VerticalAlignmentAlignment, VerticalAlignmentAlignmentWithLiterals, VerticalAlignmentWithLiterals, VerticalPaddingType, VerticalPaddingTypeWithLiterals, Video, VideoData, ViewMode, ViewModeWithLiterals, ViewRole, ViewRoleWithLiterals, VoteRole, VoteRoleWithLiterals, WebhookIdentityType, WebhookIdentityTypeWithLiterals, Width, WidthType, WidthTypeWithLiterals, WidthWithLiterals } from './index.typings.js';
|
|
4
4
|
|
|
5
5
|
declare function createConversationStreamed$1(httpClient: HttpClient): CreateConversationStreamedSignature;
|
|
6
6
|
interface CreateConversationStreamedSignature {
|
|
@@ -69,6 +69,24 @@ interface CreateRicosConversationSignature {
|
|
|
69
69
|
*/
|
|
70
70
|
(options?: CreateRicosConversationOptions): Promise<CreateRicosConversationResponse>;
|
|
71
71
|
}
|
|
72
|
+
declare function listConversationSuggestions$1(httpClient: HttpClient): ListConversationSuggestionsSignature;
|
|
73
|
+
interface ListConversationSuggestionsSignature {
|
|
74
|
+
/**
|
|
75
|
+
* List RichContent document suggestions
|
|
76
|
+
* @param - The RichContent document, for which the suggestions should be retrieved
|
|
77
|
+
* @returns Response message containing suggestions fro the provided RichContent document
|
|
78
|
+
*/
|
|
79
|
+
(richContent: RichContent, options?: ListConversationSuggestionsOptions): Promise<ListConversationSuggestionsResponse>;
|
|
80
|
+
}
|
|
81
|
+
declare function createDocumentSummary$1(httpClient: HttpClient): CreateDocumentSummarySignature;
|
|
82
|
+
interface CreateDocumentSummarySignature {
|
|
83
|
+
/**
|
|
84
|
+
* Create a short text summary of a RichContent document
|
|
85
|
+
* @param - The RichContent document to summarize
|
|
86
|
+
* @returns Response message containing the document summary
|
|
87
|
+
*/
|
|
88
|
+
(richContent: RichContent): Promise<CreateDocumentSummaryResponse>;
|
|
89
|
+
}
|
|
72
90
|
declare function createRicosConversationHtml$1(httpClient: HttpClient): CreateRicosConversationHtmlSignature;
|
|
73
91
|
interface CreateRicosConversationHtmlSignature {
|
|
74
92
|
/**
|
|
@@ -84,6 +102,8 @@ declare const createConversationStreamed: MaybeContext<BuildRESTFunction<typeof
|
|
|
84
102
|
declare const createConversationAsync: MaybeContext<BuildRESTFunction<typeof createConversationAsync$1> & typeof createConversationAsync$1>;
|
|
85
103
|
declare const getConversationStream: MaybeContext<BuildRESTFunction<typeof getConversationStream$1> & typeof getConversationStream$1>;
|
|
86
104
|
declare const createRicosConversation: MaybeContext<BuildRESTFunction<typeof createRicosConversation$1> & typeof createRicosConversation$1>;
|
|
105
|
+
declare const listConversationSuggestions: MaybeContext<BuildRESTFunction<typeof listConversationSuggestions$1> & typeof listConversationSuggestions$1>;
|
|
106
|
+
declare const createDocumentSummary: MaybeContext<BuildRESTFunction<typeof createDocumentSummary$1> & typeof createDocumentSummary$1>;
|
|
87
107
|
declare const createRicosConversationHtml: MaybeContext<BuildRESTFunction<typeof createRicosConversationHtml$1> & typeof createRicosConversationHtml$1>;
|
|
88
108
|
|
|
89
|
-
export { ConversationResponse, CreateConversationAsyncOptions, CreateConversationAsyncResponse, CreateConversationStreamedOptions, CreateRicosConversationHTMLResponse, CreateRicosConversationHtmlOptions, CreateRicosConversationOptions, CreateRicosConversationResponse, GetConversationStreamOptions, createConversationAsync, createConversationStreamed, createRicosConversation, createRicosConversationHtml, getConversationStream };
|
|
109
|
+
export { ConversationResponse, CreateConversationAsyncOptions, CreateConversationAsyncResponse, CreateConversationStreamedOptions, CreateDocumentSummaryResponse, CreateRicosConversationHTMLResponse, CreateRicosConversationHtmlOptions, CreateRicosConversationOptions, CreateRicosConversationResponse, GetConversationStreamOptions, ListConversationSuggestionsOptions, ListConversationSuggestionsResponse, RichContent, createConversationAsync, createConversationStreamed, createDocumentSummary, createRicosConversation, createRicosConversationHtml, getConversationStream, listConversationSuggestions };
|
package/build/cjs/index.js
CHANGED
|
@@ -32,6 +32,7 @@ __export(index_exports, {
|
|
|
32
32
|
CardDataBackgroundType: () => CardDataBackgroundType,
|
|
33
33
|
ChunkType: () => ChunkType,
|
|
34
34
|
ColorSwatchType: () => ColorSwatchType,
|
|
35
|
+
ColumnSize: () => ColumnSize,
|
|
35
36
|
Crop: () => Crop,
|
|
36
37
|
DecorationType: () => DecorationType,
|
|
37
38
|
DesignTarget: () => DesignTarget,
|
|
@@ -72,6 +73,7 @@ __export(index_exports, {
|
|
|
72
73
|
Resizing: () => Resizing,
|
|
73
74
|
ResponsivenessBehaviour: () => ResponsivenessBehaviour,
|
|
74
75
|
Scaling: () => Scaling,
|
|
76
|
+
SmartBlockDataType: () => SmartBlockDataType,
|
|
75
77
|
Source: () => Source,
|
|
76
78
|
StylesPosition: () => StylesPosition,
|
|
77
79
|
SuggestionAction: () => SuggestionAction,
|
|
@@ -278,6 +280,9 @@ function createConversationStreamed(payload) {
|
|
|
278
280
|
{
|
|
279
281
|
path: "ricosConversation.messageInRichContent.nodes.tocData.itemSpacing"
|
|
280
282
|
},
|
|
283
|
+
{
|
|
284
|
+
path: "ricosConversation.messageInRichContent.nodes.smartBlockCellData.shape.duration"
|
|
285
|
+
},
|
|
281
286
|
{
|
|
282
287
|
path: "ricosConversation.document.nodes.buttonData.styles.background.gradient.centerX"
|
|
283
288
|
},
|
|
@@ -370,6 +375,9 @@ function createConversationStreamed(payload) {
|
|
|
370
375
|
},
|
|
371
376
|
{ path: "ricosConversation.document.nodes.tocData.fontSize" },
|
|
372
377
|
{ path: "ricosConversation.document.nodes.tocData.itemSpacing" },
|
|
378
|
+
{
|
|
379
|
+
path: "ricosConversation.document.nodes.smartBlockCellData.shape.duration"
|
|
380
|
+
},
|
|
373
381
|
{
|
|
374
382
|
path: "ricosConversation.documentSelection.nodes.buttonData.styles.background.gradient.centerX"
|
|
375
383
|
},
|
|
@@ -478,6 +486,9 @@ function createConversationStreamed(payload) {
|
|
|
478
486
|
{
|
|
479
487
|
path: "ricosConversation.documentSelection.nodes.tocData.itemSpacing"
|
|
480
488
|
},
|
|
489
|
+
{
|
|
490
|
+
path: "ricosConversation.documentSelection.nodes.smartBlockCellData.shape.duration"
|
|
491
|
+
},
|
|
481
492
|
{
|
|
482
493
|
path: "ricosConversation.theme.background.colorOptions.color.gradientOptions.opacity"
|
|
483
494
|
},
|
|
@@ -647,6 +658,9 @@ function createConversationStreamed(payload) {
|
|
|
647
658
|
},
|
|
648
659
|
{ path: "chunk.nodeOptions.node.tocData.fontSize" },
|
|
649
660
|
{ path: "chunk.nodeOptions.node.tocData.itemSpacing" },
|
|
661
|
+
{
|
|
662
|
+
path: "chunk.nodeOptions.node.smartBlockCellData.shape.duration"
|
|
663
|
+
},
|
|
650
664
|
{
|
|
651
665
|
path: "chunk.patchOptions.node.buttonData.styles.background.gradient.centerX"
|
|
652
666
|
},
|
|
@@ -731,6 +745,9 @@ function createConversationStreamed(payload) {
|
|
|
731
745
|
},
|
|
732
746
|
{ path: "chunk.patchOptions.node.tocData.fontSize" },
|
|
733
747
|
{ path: "chunk.patchOptions.node.tocData.itemSpacing" },
|
|
748
|
+
{
|
|
749
|
+
path: "chunk.patchOptions.node.smartBlockCellData.shape.duration"
|
|
750
|
+
},
|
|
734
751
|
{
|
|
735
752
|
path: "chunk.themeOptions.theme.background.colorOptions.color.gradientOptions.opacity"
|
|
736
753
|
},
|
|
@@ -928,6 +945,9 @@ function createConversationAsync(payload) {
|
|
|
928
945
|
{
|
|
929
946
|
path: "ricosConversation.messageInRichContent.nodes.tocData.itemSpacing"
|
|
930
947
|
},
|
|
948
|
+
{
|
|
949
|
+
path: "ricosConversation.messageInRichContent.nodes.smartBlockCellData.shape.duration"
|
|
950
|
+
},
|
|
931
951
|
{
|
|
932
952
|
path: "ricosConversation.document.nodes.buttonData.styles.background.gradient.centerX"
|
|
933
953
|
},
|
|
@@ -1020,6 +1040,9 @@ function createConversationAsync(payload) {
|
|
|
1020
1040
|
},
|
|
1021
1041
|
{ path: "ricosConversation.document.nodes.tocData.fontSize" },
|
|
1022
1042
|
{ path: "ricosConversation.document.nodes.tocData.itemSpacing" },
|
|
1043
|
+
{
|
|
1044
|
+
path: "ricosConversation.document.nodes.smartBlockCellData.shape.duration"
|
|
1045
|
+
},
|
|
1023
1046
|
{
|
|
1024
1047
|
path: "ricosConversation.documentSelection.nodes.buttonData.styles.background.gradient.centerX"
|
|
1025
1048
|
},
|
|
@@ -1128,6 +1151,9 @@ function createConversationAsync(payload) {
|
|
|
1128
1151
|
{
|
|
1129
1152
|
path: "ricosConversation.documentSelection.nodes.tocData.itemSpacing"
|
|
1130
1153
|
},
|
|
1154
|
+
{
|
|
1155
|
+
path: "ricosConversation.documentSelection.nodes.smartBlockCellData.shape.duration"
|
|
1156
|
+
},
|
|
1131
1157
|
{
|
|
1132
1158
|
path: "ricosConversation.theme.background.colorOptions.color.gradientOptions.opacity"
|
|
1133
1159
|
},
|
|
@@ -1318,6 +1344,9 @@ function getConversationStream(payload) {
|
|
|
1318
1344
|
},
|
|
1319
1345
|
{ path: "chunk.nodeOptions.node.tocData.fontSize" },
|
|
1320
1346
|
{ path: "chunk.nodeOptions.node.tocData.itemSpacing" },
|
|
1347
|
+
{
|
|
1348
|
+
path: "chunk.nodeOptions.node.smartBlockCellData.shape.duration"
|
|
1349
|
+
},
|
|
1321
1350
|
{
|
|
1322
1351
|
path: "chunk.patchOptions.node.buttonData.styles.background.gradient.centerX"
|
|
1323
1352
|
},
|
|
@@ -1402,6 +1431,9 @@ function getConversationStream(payload) {
|
|
|
1402
1431
|
},
|
|
1403
1432
|
{ path: "chunk.patchOptions.node.tocData.fontSize" },
|
|
1404
1433
|
{ path: "chunk.patchOptions.node.tocData.itemSpacing" },
|
|
1434
|
+
{
|
|
1435
|
+
path: "chunk.patchOptions.node.smartBlockCellData.shape.duration"
|
|
1436
|
+
},
|
|
1405
1437
|
{
|
|
1406
1438
|
path: "chunk.themeOptions.theme.background.colorOptions.color.gradientOptions.opacity"
|
|
1407
1439
|
},
|
|
@@ -1599,6 +1631,9 @@ function createRicosConversation(payload) {
|
|
|
1599
1631
|
{
|
|
1600
1632
|
path: "ricosConversation.messageInRichContent.nodes.tocData.itemSpacing"
|
|
1601
1633
|
},
|
|
1634
|
+
{
|
|
1635
|
+
path: "ricosConversation.messageInRichContent.nodes.smartBlockCellData.shape.duration"
|
|
1636
|
+
},
|
|
1602
1637
|
{
|
|
1603
1638
|
path: "ricosConversation.document.nodes.buttonData.styles.background.gradient.centerX"
|
|
1604
1639
|
},
|
|
@@ -1691,6 +1726,9 @@ function createRicosConversation(payload) {
|
|
|
1691
1726
|
},
|
|
1692
1727
|
{ path: "ricosConversation.document.nodes.tocData.fontSize" },
|
|
1693
1728
|
{ path: "ricosConversation.document.nodes.tocData.itemSpacing" },
|
|
1729
|
+
{
|
|
1730
|
+
path: "ricosConversation.document.nodes.smartBlockCellData.shape.duration"
|
|
1731
|
+
},
|
|
1694
1732
|
{
|
|
1695
1733
|
path: "ricosConversation.documentSelection.nodes.buttonData.styles.background.gradient.centerX"
|
|
1696
1734
|
},
|
|
@@ -1799,6 +1837,9 @@ function createRicosConversation(payload) {
|
|
|
1799
1837
|
{
|
|
1800
1838
|
path: "ricosConversation.documentSelection.nodes.tocData.itemSpacing"
|
|
1801
1839
|
},
|
|
1840
|
+
{
|
|
1841
|
+
path: "ricosConversation.documentSelection.nodes.smartBlockCellData.shape.duration"
|
|
1842
|
+
},
|
|
1802
1843
|
{
|
|
1803
1844
|
path: "ricosConversation.theme.background.colorOptions.color.gradientOptions.opacity"
|
|
1804
1845
|
},
|
|
@@ -1968,6 +2009,7 @@ function createRicosConversation(payload) {
|
|
|
1968
2009
|
},
|
|
1969
2010
|
{ path: "richContent.nodes.tocData.fontSize" },
|
|
1970
2011
|
{ path: "richContent.nodes.tocData.itemSpacing" },
|
|
2012
|
+
{ path: "richContent.nodes.smartBlockCellData.shape.duration" },
|
|
1971
2013
|
{
|
|
1972
2014
|
path: "theme.theme.background.colorOptions.color.gradientOptions.opacity"
|
|
1973
2015
|
},
|
|
@@ -2093,7 +2135,8 @@ function listConversationSuggestions(payload) {
|
|
|
2093
2135
|
},
|
|
2094
2136
|
{ path: "richContent.nodes.cardData.backgroundImage.media.duration" },
|
|
2095
2137
|
{ path: "richContent.nodes.tocData.fontSize" },
|
|
2096
|
-
{ path: "richContent.nodes.tocData.itemSpacing" }
|
|
2138
|
+
{ path: "richContent.nodes.tocData.itemSpacing" },
|
|
2139
|
+
{ path: "richContent.nodes.smartBlockCellData.shape.duration" }
|
|
2097
2140
|
]
|
|
2098
2141
|
},
|
|
2099
2142
|
{
|
|
@@ -2188,7 +2231,8 @@ function createDocumentSummary(payload) {
|
|
|
2188
2231
|
},
|
|
2189
2232
|
{ path: "richContent.nodes.cardData.backgroundImage.media.duration" },
|
|
2190
2233
|
{ path: "richContent.nodes.tocData.fontSize" },
|
|
2191
|
-
{ path: "richContent.nodes.tocData.itemSpacing" }
|
|
2234
|
+
{ path: "richContent.nodes.tocData.itemSpacing" },
|
|
2235
|
+
{ path: "richContent.nodes.smartBlockCellData.shape.duration" }
|
|
2192
2236
|
]
|
|
2193
2237
|
},
|
|
2194
2238
|
{
|
|
@@ -2332,6 +2376,9 @@ function createRicosConversationHtml(payload) {
|
|
|
2332
2376
|
{
|
|
2333
2377
|
path: "ricosConversation.messageInRichContent.nodes.tocData.itemSpacing"
|
|
2334
2378
|
},
|
|
2379
|
+
{
|
|
2380
|
+
path: "ricosConversation.messageInRichContent.nodes.smartBlockCellData.shape.duration"
|
|
2381
|
+
},
|
|
2335
2382
|
{
|
|
2336
2383
|
path: "ricosConversation.document.nodes.buttonData.styles.background.gradient.centerX"
|
|
2337
2384
|
},
|
|
@@ -2424,6 +2471,9 @@ function createRicosConversationHtml(payload) {
|
|
|
2424
2471
|
},
|
|
2425
2472
|
{ path: "ricosConversation.document.nodes.tocData.fontSize" },
|
|
2426
2473
|
{ path: "ricosConversation.document.nodes.tocData.itemSpacing" },
|
|
2474
|
+
{
|
|
2475
|
+
path: "ricosConversation.document.nodes.smartBlockCellData.shape.duration"
|
|
2476
|
+
},
|
|
2427
2477
|
{
|
|
2428
2478
|
path: "ricosConversation.documentSelection.nodes.buttonData.styles.background.gradient.centerX"
|
|
2429
2479
|
},
|
|
@@ -2532,6 +2582,9 @@ function createRicosConversationHtml(payload) {
|
|
|
2532
2582
|
{
|
|
2533
2583
|
path: "ricosConversation.documentSelection.nodes.tocData.itemSpacing"
|
|
2534
2584
|
},
|
|
2585
|
+
{
|
|
2586
|
+
path: "ricosConversation.documentSelection.nodes.smartBlockCellData.shape.duration"
|
|
2587
|
+
},
|
|
2535
2588
|
{
|
|
2536
2589
|
path: "ricosConversation.theme.background.colorOptions.color.gradientOptions.opacity"
|
|
2537
2590
|
},
|
|
@@ -2659,6 +2712,8 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
2659
2712
|
NodeType2["SHAPE"] = "SHAPE";
|
|
2660
2713
|
NodeType2["CARD"] = "CARD";
|
|
2661
2714
|
NodeType2["TOC"] = "TOC";
|
|
2715
|
+
NodeType2["SMART_BLOCK"] = "SMART_BLOCK";
|
|
2716
|
+
NodeType2["SMART_BLOCK_CELL"] = "SMART_BLOCK_CELL";
|
|
2662
2717
|
return NodeType2;
|
|
2663
2718
|
})(NodeType || {});
|
|
2664
2719
|
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
@@ -2986,6 +3041,30 @@ var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
|
2986
3041
|
Indentation2["FLAT"] = "FLAT";
|
|
2987
3042
|
return Indentation2;
|
|
2988
3043
|
})(Indentation || {});
|
|
3044
|
+
var SmartBlockDataType = /* @__PURE__ */ ((SmartBlockDataType2) => {
|
|
3045
|
+
SmartBlockDataType2["SOLID_BOXES"] = "SOLID_BOXES";
|
|
3046
|
+
SmartBlockDataType2["NUMBERED_BOXES"] = "NUMBERED_BOXES";
|
|
3047
|
+
SmartBlockDataType2["STATS"] = "STATS";
|
|
3048
|
+
SmartBlockDataType2["CIRCLE_STATS"] = "CIRCLE_STATS";
|
|
3049
|
+
SmartBlockDataType2["SOLID_BOXES_ALTERNATING"] = "SOLID_BOXES_ALTERNATING";
|
|
3050
|
+
SmartBlockDataType2["SOLID_JOINED_BOXES"] = "SOLID_JOINED_BOXES";
|
|
3051
|
+
SmartBlockDataType2["SIDE_LINE_TEXT"] = "SIDE_LINE_TEXT";
|
|
3052
|
+
SmartBlockDataType2["TOP_LINE_TEXT"] = "TOP_LINE_TEXT";
|
|
3053
|
+
SmartBlockDataType2["OUTLINE_BOXES_WITH_TOP_CIRCLE"] = "OUTLINE_BOXES_WITH_TOP_CIRCLE";
|
|
3054
|
+
SmartBlockDataType2["BIG_BULLETS"] = "BIG_BULLETS";
|
|
3055
|
+
SmartBlockDataType2["SMALL_BULLETS"] = "SMALL_BULLETS";
|
|
3056
|
+
SmartBlockDataType2["ARROW_BULLETS"] = "ARROW_BULLETS";
|
|
3057
|
+
SmartBlockDataType2["PROCESS_STEPS"] = "PROCESS_STEPS";
|
|
3058
|
+
SmartBlockDataType2["BAR_STATS"] = "BAR_STATS";
|
|
3059
|
+
return SmartBlockDataType2;
|
|
3060
|
+
})(SmartBlockDataType || {});
|
|
3061
|
+
var ColumnSize = /* @__PURE__ */ ((ColumnSize2) => {
|
|
3062
|
+
ColumnSize2["SMALL"] = "SMALL";
|
|
3063
|
+
ColumnSize2["MEDIUM"] = "MEDIUM";
|
|
3064
|
+
ColumnSize2["LARGE"] = "LARGE";
|
|
3065
|
+
ColumnSize2["EXTRA_LARGE"] = "EXTRA_LARGE";
|
|
3066
|
+
return ColumnSize2;
|
|
3067
|
+
})(ColumnSize || {});
|
|
2989
3068
|
var Name = /* @__PURE__ */ ((Name2) => {
|
|
2990
3069
|
Name2["IMAGE_GENERATION"] = "IMAGE_GENERATION";
|
|
2991
3070
|
Name2["IMAGE_SEARCH"] = "IMAGE_SEARCH";
|
|
@@ -3429,6 +3508,7 @@ var createRicosConversationHtml4 = /* @__PURE__ */ (0, import_rest_modules3.crea
|
|
|
3429
3508
|
CardDataBackgroundType,
|
|
3430
3509
|
ChunkType,
|
|
3431
3510
|
ColorSwatchType,
|
|
3511
|
+
ColumnSize,
|
|
3432
3512
|
Crop,
|
|
3433
3513
|
DecorationType,
|
|
3434
3514
|
DesignTarget,
|
|
@@ -3469,6 +3549,7 @@ var createRicosConversationHtml4 = /* @__PURE__ */ (0, import_rest_modules3.crea
|
|
|
3469
3549
|
Resizing,
|
|
3470
3550
|
ResponsivenessBehaviour,
|
|
3471
3551
|
Scaling,
|
|
3552
|
+
SmartBlockDataType,
|
|
3472
3553
|
Source,
|
|
3473
3554
|
StylesPosition,
|
|
3474
3555
|
SuggestionAction,
|