@deepdesk/deepdesk-sdk 10.4.1-beta.1 → 10.5.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/dialogs.css +1 -1
- package/dist/index.cjs.js +6 -6
- package/dist/index.d.mts +59 -50
- package/dist/index.d.ts +59 -50
- package/dist/index.esm.js +6 -6
- package/dist/index.iife.js +13 -13
- package/input.css +1 -1
- package/package.json +1 -1
- package/styles/index.js +1 -1
- package/styles.css +1 -1
- package/widget.css +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -502,6 +502,7 @@ declare const reducers: redux.Reducer<redux.CombinedState<{
|
|
|
502
502
|
inlineSuggestions: boolean;
|
|
503
503
|
adminUrl?: string | undefined;
|
|
504
504
|
productName: string;
|
|
505
|
+
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
505
506
|
};
|
|
506
507
|
profile: State$4;
|
|
507
508
|
search: State$3;
|
|
@@ -563,6 +564,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
563
564
|
inlineSuggestions: boolean;
|
|
564
565
|
adminUrl?: string | undefined;
|
|
565
566
|
productName: string;
|
|
567
|
+
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
566
568
|
};
|
|
567
569
|
profile: State$4;
|
|
568
570
|
search: State$3;
|
|
@@ -623,6 +625,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
623
625
|
inlineSuggestions: boolean;
|
|
624
626
|
adminUrl?: string | undefined;
|
|
625
627
|
productName: string;
|
|
628
|
+
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
626
629
|
};
|
|
627
630
|
profile: State$4;
|
|
628
631
|
search: State$3;
|
|
@@ -1449,46 +1452,47 @@ declare const styles$e: {
|
|
|
1449
1452
|
type AutoflowStyles = typeof styles$e;
|
|
1450
1453
|
|
|
1451
1454
|
declare const styles$d: {
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1455
|
+
readonly root: string;
|
|
1456
|
+
readonly list: string;
|
|
1457
|
+
readonly listWrapper: string;
|
|
1458
|
+
readonly listHorizontal: string;
|
|
1459
|
+
readonly page: string;
|
|
1460
|
+
readonly search: string;
|
|
1461
|
+
readonly pageNav: string;
|
|
1462
|
+
readonly pageBackButton: string;
|
|
1463
|
+
readonly listHeading: string;
|
|
1464
|
+
readonly listItem: string;
|
|
1465
|
+
readonly listItemContent: string;
|
|
1466
|
+
readonly listItemText: string;
|
|
1467
|
+
readonly listItemDescription: string;
|
|
1468
|
+
readonly truncate: string;
|
|
1469
|
+
readonly lineClamp: string;
|
|
1470
|
+
readonly listItemTitle: string;
|
|
1471
|
+
readonly listItemActions: string;
|
|
1472
|
+
readonly listItemAction: string;
|
|
1473
|
+
readonly listItemPrimaryAction: string;
|
|
1474
|
+
readonly listItemSelected: string;
|
|
1475
|
+
readonly sources: string;
|
|
1476
|
+
readonly sourcesTitle: string;
|
|
1477
|
+
readonly source: string;
|
|
1478
|
+
readonly icon: string;
|
|
1479
|
+
readonly searchIcon: string;
|
|
1480
|
+
readonly searchInputWrapper: string;
|
|
1481
|
+
readonly searchInput: string;
|
|
1482
|
+
readonly select: string;
|
|
1483
|
+
readonly selectType: string;
|
|
1484
|
+
readonly selectWrapper: string;
|
|
1485
|
+
readonly image: string;
|
|
1486
|
+
readonly imageSrc: string;
|
|
1487
|
+
readonly imageSrcHidden: string;
|
|
1488
|
+
readonly imageSrcStatus: string;
|
|
1489
|
+
readonly imageTitle: string;
|
|
1490
|
+
readonly actions: string;
|
|
1491
|
+
readonly actionsWrapper: string;
|
|
1492
|
+
readonly actionsBar: string;
|
|
1493
|
+
readonly actionButton: string;
|
|
1494
|
+
readonly actionShortcut: string;
|
|
1495
|
+
readonly actionShortcutFixKerning: string;
|
|
1492
1496
|
};
|
|
1493
1497
|
|
|
1494
1498
|
type CommandPaletteStyles = typeof styles$d;
|
|
@@ -1513,14 +1517,14 @@ declare const styles$b: {
|
|
|
1513
1517
|
type EditSuggestionFormStyles = typeof styles$b;
|
|
1514
1518
|
|
|
1515
1519
|
declare const styles$a: {
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1520
|
+
readonly root: string;
|
|
1521
|
+
readonly agentText: string;
|
|
1522
|
+
readonly textInput: string;
|
|
1523
|
+
readonly textInputWrapper: string;
|
|
1524
|
+
readonly alert: string;
|
|
1525
|
+
readonly alertText: string;
|
|
1526
|
+
readonly warning: string;
|
|
1527
|
+
readonly success: string;
|
|
1524
1528
|
};
|
|
1525
1529
|
|
|
1526
1530
|
type EditSuggestionTextInputStyles = typeof styles$a;
|
|
@@ -1621,8 +1625,10 @@ declare const styles$2: {
|
|
|
1621
1625
|
type TabCompletionStyles = typeof styles$2;
|
|
1622
1626
|
|
|
1623
1627
|
declare const styles$1: {
|
|
1624
|
-
|
|
1625
|
-
|
|
1628
|
+
readonly root: string;
|
|
1629
|
+
readonly actions: string;
|
|
1630
|
+
readonly badge: string;
|
|
1631
|
+
readonly formattedText: string;
|
|
1626
1632
|
};
|
|
1627
1633
|
|
|
1628
1634
|
type TextSuggestionStyles = typeof styles$1;
|
|
@@ -1712,6 +1718,7 @@ type State = {
|
|
|
1712
1718
|
inlineSuggestions: boolean;
|
|
1713
1719
|
adminUrl?: string;
|
|
1714
1720
|
productName: string;
|
|
1721
|
+
suggestionFeedbackEmailAddresses?: string[];
|
|
1715
1722
|
};
|
|
1716
1723
|
declare const set: _reduxjs_toolkit.ActionCreatorWithPayload<Partial<State>, "settings/set">;
|
|
1717
1724
|
|
|
@@ -1853,6 +1860,7 @@ declare class DeepdeskSDK {
|
|
|
1853
1860
|
inlineSuggestions: boolean;
|
|
1854
1861
|
adminUrl?: string | undefined;
|
|
1855
1862
|
productName: string;
|
|
1863
|
+
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
1856
1864
|
};
|
|
1857
1865
|
profile: State$4;
|
|
1858
1866
|
search: State$3;
|
|
@@ -1895,6 +1903,7 @@ declare class DeepdeskSDK {
|
|
|
1895
1903
|
inlineSuggestions: boolean;
|
|
1896
1904
|
adminUrl?: string | undefined;
|
|
1897
1905
|
productName: string;
|
|
1906
|
+
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
1898
1907
|
};
|
|
1899
1908
|
get selectedTextSuggestion(): TextSuggestion;
|
|
1900
1909
|
hasConversation(): boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -502,6 +502,7 @@ declare const reducers: redux.Reducer<redux.CombinedState<{
|
|
|
502
502
|
inlineSuggestions: boolean;
|
|
503
503
|
adminUrl?: string | undefined;
|
|
504
504
|
productName: string;
|
|
505
|
+
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
505
506
|
};
|
|
506
507
|
profile: State$4;
|
|
507
508
|
search: State$3;
|
|
@@ -563,6 +564,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
563
564
|
inlineSuggestions: boolean;
|
|
564
565
|
adminUrl?: string | undefined;
|
|
565
566
|
productName: string;
|
|
567
|
+
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
566
568
|
};
|
|
567
569
|
profile: State$4;
|
|
568
570
|
search: State$3;
|
|
@@ -623,6 +625,7 @@ declare function createStore(config: StoreConfig): _reduxjs_toolkit_dist_configu
|
|
|
623
625
|
inlineSuggestions: boolean;
|
|
624
626
|
adminUrl?: string | undefined;
|
|
625
627
|
productName: string;
|
|
628
|
+
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
626
629
|
};
|
|
627
630
|
profile: State$4;
|
|
628
631
|
search: State$3;
|
|
@@ -1449,46 +1452,47 @@ declare const styles$e: {
|
|
|
1449
1452
|
type AutoflowStyles = typeof styles$e;
|
|
1450
1453
|
|
|
1451
1454
|
declare const styles$d: {
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1455
|
+
readonly root: string;
|
|
1456
|
+
readonly list: string;
|
|
1457
|
+
readonly listWrapper: string;
|
|
1458
|
+
readonly listHorizontal: string;
|
|
1459
|
+
readonly page: string;
|
|
1460
|
+
readonly search: string;
|
|
1461
|
+
readonly pageNav: string;
|
|
1462
|
+
readonly pageBackButton: string;
|
|
1463
|
+
readonly listHeading: string;
|
|
1464
|
+
readonly listItem: string;
|
|
1465
|
+
readonly listItemContent: string;
|
|
1466
|
+
readonly listItemText: string;
|
|
1467
|
+
readonly listItemDescription: string;
|
|
1468
|
+
readonly truncate: string;
|
|
1469
|
+
readonly lineClamp: string;
|
|
1470
|
+
readonly listItemTitle: string;
|
|
1471
|
+
readonly listItemActions: string;
|
|
1472
|
+
readonly listItemAction: string;
|
|
1473
|
+
readonly listItemPrimaryAction: string;
|
|
1474
|
+
readonly listItemSelected: string;
|
|
1475
|
+
readonly sources: string;
|
|
1476
|
+
readonly sourcesTitle: string;
|
|
1477
|
+
readonly source: string;
|
|
1478
|
+
readonly icon: string;
|
|
1479
|
+
readonly searchIcon: string;
|
|
1480
|
+
readonly searchInputWrapper: string;
|
|
1481
|
+
readonly searchInput: string;
|
|
1482
|
+
readonly select: string;
|
|
1483
|
+
readonly selectType: string;
|
|
1484
|
+
readonly selectWrapper: string;
|
|
1485
|
+
readonly image: string;
|
|
1486
|
+
readonly imageSrc: string;
|
|
1487
|
+
readonly imageSrcHidden: string;
|
|
1488
|
+
readonly imageSrcStatus: string;
|
|
1489
|
+
readonly imageTitle: string;
|
|
1490
|
+
readonly actions: string;
|
|
1491
|
+
readonly actionsWrapper: string;
|
|
1492
|
+
readonly actionsBar: string;
|
|
1493
|
+
readonly actionButton: string;
|
|
1494
|
+
readonly actionShortcut: string;
|
|
1495
|
+
readonly actionShortcutFixKerning: string;
|
|
1492
1496
|
};
|
|
1493
1497
|
|
|
1494
1498
|
type CommandPaletteStyles = typeof styles$d;
|
|
@@ -1513,14 +1517,14 @@ declare const styles$b: {
|
|
|
1513
1517
|
type EditSuggestionFormStyles = typeof styles$b;
|
|
1514
1518
|
|
|
1515
1519
|
declare const styles$a: {
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1520
|
+
readonly root: string;
|
|
1521
|
+
readonly agentText: string;
|
|
1522
|
+
readonly textInput: string;
|
|
1523
|
+
readonly textInputWrapper: string;
|
|
1524
|
+
readonly alert: string;
|
|
1525
|
+
readonly alertText: string;
|
|
1526
|
+
readonly warning: string;
|
|
1527
|
+
readonly success: string;
|
|
1524
1528
|
};
|
|
1525
1529
|
|
|
1526
1530
|
type EditSuggestionTextInputStyles = typeof styles$a;
|
|
@@ -1621,8 +1625,10 @@ declare const styles$2: {
|
|
|
1621
1625
|
type TabCompletionStyles = typeof styles$2;
|
|
1622
1626
|
|
|
1623
1627
|
declare const styles$1: {
|
|
1624
|
-
|
|
1625
|
-
|
|
1628
|
+
readonly root: string;
|
|
1629
|
+
readonly actions: string;
|
|
1630
|
+
readonly badge: string;
|
|
1631
|
+
readonly formattedText: string;
|
|
1626
1632
|
};
|
|
1627
1633
|
|
|
1628
1634
|
type TextSuggestionStyles = typeof styles$1;
|
|
@@ -1712,6 +1718,7 @@ type State = {
|
|
|
1712
1718
|
inlineSuggestions: boolean;
|
|
1713
1719
|
adminUrl?: string;
|
|
1714
1720
|
productName: string;
|
|
1721
|
+
suggestionFeedbackEmailAddresses?: string[];
|
|
1715
1722
|
};
|
|
1716
1723
|
declare const set: _reduxjs_toolkit.ActionCreatorWithPayload<Partial<State>, "settings/set">;
|
|
1717
1724
|
|
|
@@ -1853,6 +1860,7 @@ declare class DeepdeskSDK {
|
|
|
1853
1860
|
inlineSuggestions: boolean;
|
|
1854
1861
|
adminUrl?: string | undefined;
|
|
1855
1862
|
productName: string;
|
|
1863
|
+
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
1856
1864
|
};
|
|
1857
1865
|
profile: State$4;
|
|
1858
1866
|
search: State$3;
|
|
@@ -1895,6 +1903,7 @@ declare class DeepdeskSDK {
|
|
|
1895
1903
|
inlineSuggestions: boolean;
|
|
1896
1904
|
adminUrl?: string | undefined;
|
|
1897
1905
|
productName: string;
|
|
1906
|
+
suggestionFeedbackEmailAddresses?: string[] | undefined;
|
|
1898
1907
|
};
|
|
1899
1908
|
get selectedTextSuggestion(): TextSuggestion;
|
|
1900
1909
|
hasConversation(): boolean;
|