@deepdesk/deepdesk-sdk 19.0.2-beta.0 → 19.0.2-beta.1

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/dist/index.d.mts CHANGED
@@ -1377,6 +1377,7 @@ declare const reducers: redux.Reducer<{
1377
1377
  searchTriggerKey: string;
1378
1378
  visible: boolean;
1379
1379
  insertLink: boolean;
1380
+ insertLinkAsHtml: boolean;
1380
1381
  addToPersonalCollection: boolean;
1381
1382
  inlineSuggestions: boolean;
1382
1383
  suggestionsPlacement: "inline" | "above" | "below";
@@ -1440,6 +1441,7 @@ declare const reducers: redux.Reducer<{
1440
1441
  searchTriggerKey: string;
1441
1442
  visible: boolean;
1442
1443
  insertLink: boolean;
1444
+ insertLinkAsHtml: boolean;
1443
1445
  addToPersonalCollection: boolean;
1444
1446
  inlineSuggestions: boolean;
1445
1447
  suggestionsPlacement: "inline" | "above" | "below";
@@ -1504,6 +1506,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit.EnhancedStor
1504
1506
  searchTriggerKey: string;
1505
1507
  visible: boolean;
1506
1508
  insertLink: boolean;
1509
+ insertLinkAsHtml: boolean;
1507
1510
  addToPersonalCollection: boolean;
1508
1511
  inlineSuggestions: boolean;
1509
1512
  suggestionsPlacement: "inline" | "above" | "below";
@@ -1895,6 +1898,7 @@ type State = {
1895
1898
  searchTriggerKey: string;
1896
1899
  visible: boolean;
1897
1900
  insertLink: boolean;
1901
+ insertLinkAsHtml: boolean;
1898
1902
  addToPersonalCollection: boolean;
1899
1903
  inlineSuggestions: boolean;
1900
1904
  suggestionsPlacement: 'inline' | 'above' | 'below';
@@ -2015,6 +2019,7 @@ interface WidgetOptions {
2015
2019
  customStyles?: WidgetCustomStyles;
2016
2020
  showImages?: boolean;
2017
2021
  isEmbedded?: boolean;
2022
+ insertLinkAsHtml?: boolean;
2018
2023
  knowledgeAssist?: KnowledgeAssistOptions;
2019
2024
  assistantOptions?: Omit<EvaluateInput, 'assistantCode'>;
2020
2025
  }
@@ -2119,6 +2124,7 @@ declare class DeepdeskSDK {
2119
2124
  searchTriggerKey: string;
2120
2125
  visible: boolean;
2121
2126
  insertLink: boolean;
2127
+ insertLinkAsHtml: boolean;
2122
2128
  addToPersonalCollection: boolean;
2123
2129
  inlineSuggestions: boolean;
2124
2130
  suggestionsPlacement: "inline" | "above" | "below";
@@ -2165,6 +2171,7 @@ declare class DeepdeskSDK {
2165
2171
  searchTriggerKey: string;
2166
2172
  visible: boolean;
2167
2173
  insertLink: boolean;
2174
+ insertLinkAsHtml: boolean;
2168
2175
  addToPersonalCollection: boolean;
2169
2176
  inlineSuggestions: boolean;
2170
2177
  suggestionsPlacement: "inline" | "above" | "below";
package/dist/index.d.ts CHANGED
@@ -1377,6 +1377,7 @@ declare const reducers: redux.Reducer<{
1377
1377
  searchTriggerKey: string;
1378
1378
  visible: boolean;
1379
1379
  insertLink: boolean;
1380
+ insertLinkAsHtml: boolean;
1380
1381
  addToPersonalCollection: boolean;
1381
1382
  inlineSuggestions: boolean;
1382
1383
  suggestionsPlacement: "inline" | "above" | "below";
@@ -1440,6 +1441,7 @@ declare const reducers: redux.Reducer<{
1440
1441
  searchTriggerKey: string;
1441
1442
  visible: boolean;
1442
1443
  insertLink: boolean;
1444
+ insertLinkAsHtml: boolean;
1443
1445
  addToPersonalCollection: boolean;
1444
1446
  inlineSuggestions: boolean;
1445
1447
  suggestionsPlacement: "inline" | "above" | "below";
@@ -1504,6 +1506,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit.EnhancedStor
1504
1506
  searchTriggerKey: string;
1505
1507
  visible: boolean;
1506
1508
  insertLink: boolean;
1509
+ insertLinkAsHtml: boolean;
1507
1510
  addToPersonalCollection: boolean;
1508
1511
  inlineSuggestions: boolean;
1509
1512
  suggestionsPlacement: "inline" | "above" | "below";
@@ -1895,6 +1898,7 @@ type State = {
1895
1898
  searchTriggerKey: string;
1896
1899
  visible: boolean;
1897
1900
  insertLink: boolean;
1901
+ insertLinkAsHtml: boolean;
1898
1902
  addToPersonalCollection: boolean;
1899
1903
  inlineSuggestions: boolean;
1900
1904
  suggestionsPlacement: 'inline' | 'above' | 'below';
@@ -2015,6 +2019,7 @@ interface WidgetOptions {
2015
2019
  customStyles?: WidgetCustomStyles;
2016
2020
  showImages?: boolean;
2017
2021
  isEmbedded?: boolean;
2022
+ insertLinkAsHtml?: boolean;
2018
2023
  knowledgeAssist?: KnowledgeAssistOptions;
2019
2024
  assistantOptions?: Omit<EvaluateInput, 'assistantCode'>;
2020
2025
  }
@@ -2119,6 +2124,7 @@ declare class DeepdeskSDK {
2119
2124
  searchTriggerKey: string;
2120
2125
  visible: boolean;
2121
2126
  insertLink: boolean;
2127
+ insertLinkAsHtml: boolean;
2122
2128
  addToPersonalCollection: boolean;
2123
2129
  inlineSuggestions: boolean;
2124
2130
  suggestionsPlacement: "inline" | "above" | "below";
@@ -2165,6 +2171,7 @@ declare class DeepdeskSDK {
2165
2171
  searchTriggerKey: string;
2166
2172
  visible: boolean;
2167
2173
  insertLink: boolean;
2174
+ insertLinkAsHtml: boolean;
2168
2175
  addToPersonalCollection: boolean;
2169
2176
  inlineSuggestions: boolean;
2170
2177
  suggestionsPlacement: "inline" | "above" | "below";