@wix/auto_sdk_rich-content_ricos-conversations 1.0.2 → 1.0.3

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.
@@ -2676,6 +2676,8 @@ interface CreateRicosConversationResponse {
2676
2676
  progress?: ProgressOptions[];
2677
2677
  /** List of suggestion entries produced during processing */
2678
2678
  suggestions?: SuggestionOptions[];
2679
+ /** Theme */
2680
+ theme?: ThemeOptions;
2679
2681
  }
2680
2682
  /** Request message for listing RichContent document suggestions */
2681
2683
  interface ListConversationSuggestionsRequest {
@@ -1024,7 +1024,52 @@ function createRicosConversation(payload) {
1024
1024
  },
1025
1025
  {
1026
1026
  path: "richContent.nodes.layoutData.backdropImage.media.duration"
1027
- }
1027
+ },
1028
+ {
1029
+ path: "theme.theme.background.colorOptions.color.gradientOptions.opacity"
1030
+ },
1031
+ {
1032
+ path: "theme.theme.background.colorOptions.color.gradientOptions.radialOptions.x"
1033
+ },
1034
+ {
1035
+ path: "theme.theme.background.colorOptions.color.gradientOptions.radialOptions.y"
1036
+ },
1037
+ {
1038
+ path: "theme.theme.background.colorOptions.color.gradientOptions.stops.opacity"
1039
+ },
1040
+ {
1041
+ path: "theme.theme.background.colorOptions.color.gradientOptions.stops.position"
1042
+ },
1043
+ { path: "theme.theme.background.imageOptions.opacity" },
1044
+ {
1045
+ path: "theme.theme.background.imageOptions.color.gradientOptions.opacity"
1046
+ },
1047
+ {
1048
+ path: "theme.theme.background.imageOptions.color.gradientOptions.radialOptions.x"
1049
+ },
1050
+ {
1051
+ path: "theme.theme.background.imageOptions.color.gradientOptions.radialOptions.y"
1052
+ },
1053
+ {
1054
+ path: "theme.theme.background.imageOptions.color.gradientOptions.stops.opacity"
1055
+ },
1056
+ {
1057
+ path: "theme.theme.background.imageOptions.color.gradientOptions.stops.position"
1058
+ },
1059
+ { path: "theme.theme.typography.heading1.lineHeight" },
1060
+ { path: "theme.theme.typography.heading1.letterSpacing" },
1061
+ { path: "theme.theme.typography.heading2.lineHeight" },
1062
+ { path: "theme.theme.typography.heading2.letterSpacing" },
1063
+ { path: "theme.theme.typography.heading3.lineHeight" },
1064
+ { path: "theme.theme.typography.heading3.letterSpacing" },
1065
+ { path: "theme.theme.typography.heading4.lineHeight" },
1066
+ { path: "theme.theme.typography.heading4.letterSpacing" },
1067
+ { path: "theme.theme.typography.heading5.lineHeight" },
1068
+ { path: "theme.theme.typography.heading5.letterSpacing" },
1069
+ { path: "theme.theme.typography.heading6.lineHeight" },
1070
+ { path: "theme.theme.typography.heading6.letterSpacing" },
1071
+ { path: "theme.theme.typography.paragraph.lineHeight" },
1072
+ { path: "theme.theme.typography.paragraph.letterSpacing" }
1028
1073
  ]
1029
1074
  },
1030
1075
  {