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