@deepdesk/deepdesk-sdk 13.0.1 → 13.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 +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.esm.js +7 -7
- package/dist/index.iife.js +11 -11
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -520,6 +520,7 @@ declare const reducers: redux.Reducer<redux.CombinedState<{
|
|
|
520
520
|
productName: string;
|
|
521
521
|
enableSuggestionFeedback: boolean;
|
|
522
522
|
enableFeedbackForm: boolean;
|
|
523
|
+
hasKeyboardInput: boolean;
|
|
523
524
|
};
|
|
524
525
|
profile: State$5;
|
|
525
526
|
search: State$4;
|
|
@@ -586,6 +587,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
586
587
|
productName: string;
|
|
587
588
|
enableSuggestionFeedback: boolean;
|
|
588
589
|
enableFeedbackForm: boolean;
|
|
590
|
+
hasKeyboardInput: boolean;
|
|
589
591
|
};
|
|
590
592
|
profile: State$5;
|
|
591
593
|
search: State$4;
|
|
@@ -651,6 +653,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
651
653
|
productName: string;
|
|
652
654
|
enableSuggestionFeedback: boolean;
|
|
653
655
|
enableFeedbackForm: boolean;
|
|
656
|
+
hasKeyboardInput: boolean;
|
|
654
657
|
};
|
|
655
658
|
profile: State$5;
|
|
656
659
|
search: State$4;
|
|
@@ -1972,6 +1975,7 @@ type State = {
|
|
|
1972
1975
|
productName: string;
|
|
1973
1976
|
enableSuggestionFeedback: boolean;
|
|
1974
1977
|
enableFeedbackForm: boolean;
|
|
1978
|
+
hasKeyboardInput: boolean;
|
|
1975
1979
|
};
|
|
1976
1980
|
declare const set: _reduxjs_toolkit.ActionCreatorWithPayload<Partial<State>, "settings/set">;
|
|
1977
1981
|
|
|
@@ -2125,6 +2129,7 @@ declare class DeepdeskSDK {
|
|
|
2125
2129
|
productName: string;
|
|
2126
2130
|
enableSuggestionFeedback: boolean;
|
|
2127
2131
|
enableFeedbackForm: boolean;
|
|
2132
|
+
hasKeyboardInput: boolean;
|
|
2128
2133
|
};
|
|
2129
2134
|
profile: State$5;
|
|
2130
2135
|
search: State$4;
|
|
@@ -2170,6 +2175,7 @@ declare class DeepdeskSDK {
|
|
|
2170
2175
|
productName: string;
|
|
2171
2176
|
enableSuggestionFeedback: boolean;
|
|
2172
2177
|
enableFeedbackForm: boolean;
|
|
2178
|
+
hasKeyboardInput: boolean;
|
|
2173
2179
|
};
|
|
2174
2180
|
get selectedTextSuggestion(): TextSuggestion;
|
|
2175
2181
|
hasConversation(): boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -520,6 +520,7 @@ declare const reducers: redux.Reducer<redux.CombinedState<{
|
|
|
520
520
|
productName: string;
|
|
521
521
|
enableSuggestionFeedback: boolean;
|
|
522
522
|
enableFeedbackForm: boolean;
|
|
523
|
+
hasKeyboardInput: boolean;
|
|
523
524
|
};
|
|
524
525
|
profile: State$5;
|
|
525
526
|
search: State$4;
|
|
@@ -586,6 +587,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
586
587
|
productName: string;
|
|
587
588
|
enableSuggestionFeedback: boolean;
|
|
588
589
|
enableFeedbackForm: boolean;
|
|
590
|
+
hasKeyboardInput: boolean;
|
|
589
591
|
};
|
|
590
592
|
profile: State$5;
|
|
591
593
|
search: State$4;
|
|
@@ -651,6 +653,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
651
653
|
productName: string;
|
|
652
654
|
enableSuggestionFeedback: boolean;
|
|
653
655
|
enableFeedbackForm: boolean;
|
|
656
|
+
hasKeyboardInput: boolean;
|
|
654
657
|
};
|
|
655
658
|
profile: State$5;
|
|
656
659
|
search: State$4;
|
|
@@ -1972,6 +1975,7 @@ type State = {
|
|
|
1972
1975
|
productName: string;
|
|
1973
1976
|
enableSuggestionFeedback: boolean;
|
|
1974
1977
|
enableFeedbackForm: boolean;
|
|
1978
|
+
hasKeyboardInput: boolean;
|
|
1975
1979
|
};
|
|
1976
1980
|
declare const set: _reduxjs_toolkit.ActionCreatorWithPayload<Partial<State>, "settings/set">;
|
|
1977
1981
|
|
|
@@ -2125,6 +2129,7 @@ declare class DeepdeskSDK {
|
|
|
2125
2129
|
productName: string;
|
|
2126
2130
|
enableSuggestionFeedback: boolean;
|
|
2127
2131
|
enableFeedbackForm: boolean;
|
|
2132
|
+
hasKeyboardInput: boolean;
|
|
2128
2133
|
};
|
|
2129
2134
|
profile: State$5;
|
|
2130
2135
|
search: State$4;
|
|
@@ -2170,6 +2175,7 @@ declare class DeepdeskSDK {
|
|
|
2170
2175
|
productName: string;
|
|
2171
2176
|
enableSuggestionFeedback: boolean;
|
|
2172
2177
|
enableFeedbackForm: boolean;
|
|
2178
|
+
hasKeyboardInput: boolean;
|
|
2173
2179
|
};
|
|
2174
2180
|
get selectedTextSuggestion(): TextSuggestion;
|
|
2175
2181
|
hasConversation(): boolean;
|