@deepdesk/deepdesk-sdk 19.0.1 → 19.0.2-beta.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 +5 -5
- package/dist/index.d.mts +0 -6
- package/dist/index.d.ts +0 -6
- package/dist/index.esm.js +6 -6
- package/dist/index.iife.js +11 -11
- package/package.json +1 -1
- package/styles/index.js +1 -1
- package/styles.css +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1388,7 +1388,6 @@ declare const reducers: redux.Reducer<{
|
|
|
1388
1388
|
enableSuggestionFeedback: boolean;
|
|
1389
1389
|
enableFeedbackForm: boolean;
|
|
1390
1390
|
hasKeyboardInput: boolean;
|
|
1391
|
-
truncateAssistantSuggestion: boolean;
|
|
1392
1391
|
};
|
|
1393
1392
|
profile: State$8;
|
|
1394
1393
|
search: State$b;
|
|
@@ -1452,7 +1451,6 @@ declare const reducers: redux.Reducer<{
|
|
|
1452
1451
|
enableSuggestionFeedback: boolean;
|
|
1453
1452
|
enableFeedbackForm: boolean;
|
|
1454
1453
|
hasKeyboardInput: boolean;
|
|
1455
|
-
truncateAssistantSuggestion: boolean;
|
|
1456
1454
|
} | undefined;
|
|
1457
1455
|
profile: State$8 | undefined;
|
|
1458
1456
|
search: State$b | undefined;
|
|
@@ -1517,7 +1515,6 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit.EnhancedStor
|
|
|
1517
1515
|
enableSuggestionFeedback: boolean;
|
|
1518
1516
|
enableFeedbackForm: boolean;
|
|
1519
1517
|
hasKeyboardInput: boolean;
|
|
1520
|
-
truncateAssistantSuggestion: boolean;
|
|
1521
1518
|
};
|
|
1522
1519
|
profile: State$8;
|
|
1523
1520
|
search: State$b;
|
|
@@ -1909,7 +1906,6 @@ type State = {
|
|
|
1909
1906
|
enableSuggestionFeedback: boolean;
|
|
1910
1907
|
enableFeedbackForm: boolean;
|
|
1911
1908
|
hasKeyboardInput: boolean;
|
|
1912
|
-
truncateAssistantSuggestion: boolean;
|
|
1913
1909
|
};
|
|
1914
1910
|
type Settings = State;
|
|
1915
1911
|
declare const set: _reduxjs_toolkit.ActionCreatorWithPayload<Partial<State>, "settings/set">;
|
|
@@ -2134,7 +2130,6 @@ declare class DeepdeskSDK {
|
|
|
2134
2130
|
enableSuggestionFeedback: boolean;
|
|
2135
2131
|
enableFeedbackForm: boolean;
|
|
2136
2132
|
hasKeyboardInput: boolean;
|
|
2137
|
-
truncateAssistantSuggestion: boolean;
|
|
2138
2133
|
};
|
|
2139
2134
|
profile: State$8;
|
|
2140
2135
|
search: State$b;
|
|
@@ -2181,7 +2176,6 @@ declare class DeepdeskSDK {
|
|
|
2181
2176
|
enableSuggestionFeedback: boolean;
|
|
2182
2177
|
enableFeedbackForm: boolean;
|
|
2183
2178
|
hasKeyboardInput: boolean;
|
|
2184
|
-
truncateAssistantSuggestion: boolean;
|
|
2185
2179
|
};
|
|
2186
2180
|
get selectedTextSuggestion(): TextSuggestion;
|
|
2187
2181
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -1388,7 +1388,6 @@ declare const reducers: redux.Reducer<{
|
|
|
1388
1388
|
enableSuggestionFeedback: boolean;
|
|
1389
1389
|
enableFeedbackForm: boolean;
|
|
1390
1390
|
hasKeyboardInput: boolean;
|
|
1391
|
-
truncateAssistantSuggestion: boolean;
|
|
1392
1391
|
};
|
|
1393
1392
|
profile: State$8;
|
|
1394
1393
|
search: State$b;
|
|
@@ -1452,7 +1451,6 @@ declare const reducers: redux.Reducer<{
|
|
|
1452
1451
|
enableSuggestionFeedback: boolean;
|
|
1453
1452
|
enableFeedbackForm: boolean;
|
|
1454
1453
|
hasKeyboardInput: boolean;
|
|
1455
|
-
truncateAssistantSuggestion: boolean;
|
|
1456
1454
|
} | undefined;
|
|
1457
1455
|
profile: State$8 | undefined;
|
|
1458
1456
|
search: State$b | undefined;
|
|
@@ -1517,7 +1515,6 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit.EnhancedStor
|
|
|
1517
1515
|
enableSuggestionFeedback: boolean;
|
|
1518
1516
|
enableFeedbackForm: boolean;
|
|
1519
1517
|
hasKeyboardInput: boolean;
|
|
1520
|
-
truncateAssistantSuggestion: boolean;
|
|
1521
1518
|
};
|
|
1522
1519
|
profile: State$8;
|
|
1523
1520
|
search: State$b;
|
|
@@ -1909,7 +1906,6 @@ type State = {
|
|
|
1909
1906
|
enableSuggestionFeedback: boolean;
|
|
1910
1907
|
enableFeedbackForm: boolean;
|
|
1911
1908
|
hasKeyboardInput: boolean;
|
|
1912
|
-
truncateAssistantSuggestion: boolean;
|
|
1913
1909
|
};
|
|
1914
1910
|
type Settings = State;
|
|
1915
1911
|
declare const set: _reduxjs_toolkit.ActionCreatorWithPayload<Partial<State>, "settings/set">;
|
|
@@ -2134,7 +2130,6 @@ declare class DeepdeskSDK {
|
|
|
2134
2130
|
enableSuggestionFeedback: boolean;
|
|
2135
2131
|
enableFeedbackForm: boolean;
|
|
2136
2132
|
hasKeyboardInput: boolean;
|
|
2137
|
-
truncateAssistantSuggestion: boolean;
|
|
2138
2133
|
};
|
|
2139
2134
|
profile: State$8;
|
|
2140
2135
|
search: State$b;
|
|
@@ -2181,7 +2176,6 @@ declare class DeepdeskSDK {
|
|
|
2181
2176
|
enableSuggestionFeedback: boolean;
|
|
2182
2177
|
enableFeedbackForm: boolean;
|
|
2183
2178
|
hasKeyboardInput: boolean;
|
|
2184
|
-
truncateAssistantSuggestion: boolean;
|
|
2185
2179
|
};
|
|
2186
2180
|
get selectedTextSuggestion(): TextSuggestion;
|
|
2187
2181
|
/**
|