@deepdesk/deepdesk-sdk 18.2.1-beta.16 → 18.2.1-beta.18

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
+ addToPersonalCollection: boolean;
1380
1381
  inlineSuggestions: boolean;
1381
1382
  suggestionsPlacement: "inline" | "above" | "below";
1382
1383
  floatingMenu: boolean;
@@ -1439,6 +1440,7 @@ declare const reducers: redux.Reducer<{
1439
1440
  searchTriggerKey: string;
1440
1441
  visible: boolean;
1441
1442
  insertLink: boolean;
1443
+ addToPersonalCollection: boolean;
1442
1444
  inlineSuggestions: boolean;
1443
1445
  suggestionsPlacement: "inline" | "above" | "below";
1444
1446
  floatingMenu: boolean;
@@ -1502,6 +1504,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit.EnhancedStor
1502
1504
  searchTriggerKey: string;
1503
1505
  visible: boolean;
1504
1506
  insertLink: boolean;
1507
+ addToPersonalCollection: boolean;
1505
1508
  inlineSuggestions: boolean;
1506
1509
  suggestionsPlacement: "inline" | "above" | "below";
1507
1510
  floatingMenu: boolean;
@@ -1889,6 +1892,7 @@ type State = {
1889
1892
  searchTriggerKey: string;
1890
1893
  visible: boolean;
1891
1894
  insertLink: boolean;
1895
+ addToPersonalCollection: boolean;
1892
1896
  inlineSuggestions: boolean;
1893
1897
  suggestionsPlacement: 'inline' | 'above' | 'below';
1894
1898
  floatingMenu: boolean;
@@ -2112,6 +2116,7 @@ declare class DeepdeskSDK {
2112
2116
  searchTriggerKey: string;
2113
2117
  visible: boolean;
2114
2118
  insertLink: boolean;
2119
+ addToPersonalCollection: boolean;
2115
2120
  inlineSuggestions: boolean;
2116
2121
  suggestionsPlacement: "inline" | "above" | "below";
2117
2122
  floatingMenu: boolean;
@@ -2157,6 +2162,7 @@ declare class DeepdeskSDK {
2157
2162
  searchTriggerKey: string;
2158
2163
  visible: boolean;
2159
2164
  insertLink: boolean;
2165
+ addToPersonalCollection: boolean;
2160
2166
  inlineSuggestions: boolean;
2161
2167
  suggestionsPlacement: "inline" | "above" | "below";
2162
2168
  floatingMenu: boolean;
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
+ addToPersonalCollection: boolean;
1380
1381
  inlineSuggestions: boolean;
1381
1382
  suggestionsPlacement: "inline" | "above" | "below";
1382
1383
  floatingMenu: boolean;
@@ -1439,6 +1440,7 @@ declare const reducers: redux.Reducer<{
1439
1440
  searchTriggerKey: string;
1440
1441
  visible: boolean;
1441
1442
  insertLink: boolean;
1443
+ addToPersonalCollection: boolean;
1442
1444
  inlineSuggestions: boolean;
1443
1445
  suggestionsPlacement: "inline" | "above" | "below";
1444
1446
  floatingMenu: boolean;
@@ -1502,6 +1504,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit.EnhancedStor
1502
1504
  searchTriggerKey: string;
1503
1505
  visible: boolean;
1504
1506
  insertLink: boolean;
1507
+ addToPersonalCollection: boolean;
1505
1508
  inlineSuggestions: boolean;
1506
1509
  suggestionsPlacement: "inline" | "above" | "below";
1507
1510
  floatingMenu: boolean;
@@ -1889,6 +1892,7 @@ type State = {
1889
1892
  searchTriggerKey: string;
1890
1893
  visible: boolean;
1891
1894
  insertLink: boolean;
1895
+ addToPersonalCollection: boolean;
1892
1896
  inlineSuggestions: boolean;
1893
1897
  suggestionsPlacement: 'inline' | 'above' | 'below';
1894
1898
  floatingMenu: boolean;
@@ -2112,6 +2116,7 @@ declare class DeepdeskSDK {
2112
2116
  searchTriggerKey: string;
2113
2117
  visible: boolean;
2114
2118
  insertLink: boolean;
2119
+ addToPersonalCollection: boolean;
2115
2120
  inlineSuggestions: boolean;
2116
2121
  suggestionsPlacement: "inline" | "above" | "below";
2117
2122
  floatingMenu: boolean;
@@ -2157,6 +2162,7 @@ declare class DeepdeskSDK {
2157
2162
  searchTriggerKey: string;
2158
2163
  visible: boolean;
2159
2164
  insertLink: boolean;
2165
+ addToPersonalCollection: boolean;
2160
2166
  inlineSuggestions: boolean;
2161
2167
  suggestionsPlacement: "inline" | "above" | "below";
2162
2168
  floatingMenu: boolean;