@next-bricks/ai-portal 0.58.8 → 0.58.9

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.
Files changed (44) hide show
  1. package/dist/bricks.json +33 -33
  2. package/dist/chunks/151.098c765c.js +2 -0
  3. package/dist/chunks/151.098c765c.js.map +1 -0
  4. package/dist/chunks/2232.3e1796f1.js +2 -0
  5. package/dist/chunks/2232.3e1796f1.js.map +1 -0
  6. package/dist/chunks/{2324.17662f31.js → 2324.d6932d39.js} +2 -2
  7. package/dist/chunks/{2324.17662f31.js.map → 2324.d6932d39.js.map} +1 -1
  8. package/dist/chunks/7848.8261656a.js +2 -0
  9. package/dist/chunks/7848.8261656a.js.map +1 -0
  10. package/dist/chunks/9496.0c35a324.js +2 -0
  11. package/dist/chunks/9496.0c35a324.js.map +1 -0
  12. package/dist/chunks/{elevo-sidebar.08aad53b.js → elevo-sidebar.dcdcd0e4.js} +3 -3
  13. package/dist/chunks/elevo-sidebar.dcdcd0e4.js.map +1 -0
  14. package/dist/chunks/icon-button.ee06d4b6.js +2 -0
  15. package/dist/chunks/icon-button.ee06d4b6.js.map +1 -0
  16. package/dist/chunks/{main.15818e0c.js → main.f6e562f8.js} +2 -2
  17. package/dist/chunks/{main.15818e0c.js.map → main.f6e562f8.js.map} +1 -1
  18. package/dist/examples.json +20 -20
  19. package/dist/{index.c4df1948.js → index.41d721be.js} +2 -2
  20. package/dist/{index.c4df1948.js.map → index.41d721be.js.map} +1 -1
  21. package/dist/manifest.json +288 -288
  22. package/dist/types.json +527 -527
  23. package/dist-types/cruise-canvas/FileList/FileList.d.ts +1 -2
  24. package/dist-types/shared/FilePreview/FilePreview.d.ts +1 -4
  25. package/dist-types/shared/FilePreview/ImagesPreview.d.ts +6 -0
  26. package/dist-types/shared/FilePreview/downloadFile.d.ts +2 -0
  27. package/dist-types/shared/FilePreview/getImageUrl.d.ts +1 -0
  28. package/dist-types/shared/TaskContext.d.ts +3 -1
  29. package/dist-types/shared/constants.d.ts +1 -0
  30. package/dist-types/shared/interfaces.d.ts +4 -0
  31. package/package.json +2 -2
  32. package/dist/chunks/1488.171d8f4f.js +0 -2
  33. package/dist/chunks/1488.171d8f4f.js.map +0 -1
  34. package/dist/chunks/151.98b4630f.js +0 -2
  35. package/dist/chunks/151.98b4630f.js.map +0 -1
  36. package/dist/chunks/2232.fb0bce86.js +0 -2
  37. package/dist/chunks/2232.fb0bce86.js.map +0 -1
  38. package/dist/chunks/9496.e3fa93a9.js +0 -2
  39. package/dist/chunks/9496.e3fa93a9.js.map +0 -1
  40. package/dist/chunks/elevo-sidebar.08aad53b.js.map +0 -1
  41. package/dist/chunks/icon-button.0881c876.js +0 -2
  42. package/dist/chunks/icon-button.0881c876.js.map +0 -1
  43. package/dist-types/shared/FilePreview/FilePreviewDrawer.d.ts +0 -6
  44. /package/dist/chunks/{elevo-sidebar.08aad53b.js.LICENSE.txt → elevo-sidebar.dcdcd0e4.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,108 +1,4 @@
1
1
  {
2
- "ai-portal.stat-with-mini-chart": {
3
- "properties": [
4
- {
5
- "name": "label",
6
- "annotation": {
7
- "type": "keyword",
8
- "value": "string"
9
- }
10
- },
11
- {
12
- "name": "value",
13
- "annotation": {
14
- "type": "keyword",
15
- "value": "string"
16
- }
17
- },
18
- {
19
- "name": "size",
20
- "annotation": {
21
- "type": "union",
22
- "types": [
23
- {
24
- "type": "jsLiteral",
25
- "value": "medium"
26
- },
27
- {
28
- "type": "jsLiteral",
29
- "value": "small"
30
- }
31
- ]
32
- }
33
- },
34
- {
35
- "name": "lineColor",
36
- "annotation": {
37
- "type": "keyword",
38
- "value": "string"
39
- }
40
- },
41
- {
42
- "name": "showArea",
43
- "annotation": {
44
- "type": "keyword",
45
- "value": "boolean"
46
- }
47
- },
48
- {
49
- "name": "min",
50
- "annotation": {
51
- "type": "keyword",
52
- "value": "number"
53
- }
54
- },
55
- {
56
- "name": "max",
57
- "annotation": {
58
- "type": "keyword",
59
- "value": "number"
60
- }
61
- },
62
- {
63
- "name": "xField",
64
- "annotation": {
65
- "type": "keyword",
66
- "value": "string"
67
- }
68
- },
69
- {
70
- "name": "yField",
71
- "annotation": {
72
- "type": "keyword",
73
- "value": "string"
74
- }
75
- },
76
- {
77
- "name": "data",
78
- "annotation": {
79
- "type": "array",
80
- "elementType": {
81
- "type": "reference",
82
- "typeName": {
83
- "type": "identifier",
84
- "name": "Record"
85
- },
86
- "typeParameters": {
87
- "type": "typeParameterInstantiation",
88
- "params": [
89
- {
90
- "type": "keyword",
91
- "value": "string"
92
- },
93
- {
94
- "type": "keyword",
95
- "value": "number"
96
- }
97
- ]
98
- }
99
- }
100
- }
101
- }
102
- ],
103
- "events": [],
104
- "methods": []
105
- },
106
2
  "ai-portal.home-container": {
107
3
  "properties": [
108
4
  {
@@ -194,62 +90,6 @@
194
90
  }
195
91
  ]
196
92
  },
197
- "ai-portal.call-tool": {
198
- "type": "provider",
199
- "params": [
200
- {
201
- "name": "tool",
202
- "annotation": {
203
- "type": "reference",
204
- "typeName": {
205
- "type": "identifier",
206
- "name": "ToolInfo"
207
- }
208
- }
209
- },
210
- {
211
- "name": "params",
212
- "annotation": {
213
- "type": "reference",
214
- "typeName": {
215
- "type": "identifier",
216
- "name": "Record"
217
- },
218
- "typeParameters": {
219
- "type": "typeParameterInstantiation",
220
- "params": [
221
- {
222
- "type": "keyword",
223
- "value": "string"
224
- },
225
- {
226
- "type": "keyword",
227
- "value": "unknown"
228
- }
229
- ]
230
- }
231
- }
232
- }
233
- ],
234
- "returns": {
235
- "annotation": {
236
- "type": "reference",
237
- "typeName": {
238
- "type": "identifier",
239
- "name": "Promise"
240
- },
241
- "typeParameters": {
242
- "type": "typeParameterInstantiation",
243
- "params": [
244
- {
245
- "type": "keyword",
246
- "value": "unknown"
247
- }
248
- ]
249
- }
250
- }
251
- }
252
- },
253
93
  "ai-portal.save-request-store": {
254
94
  "type": "provider",
255
95
  "params": [
@@ -751,6 +591,62 @@
751
591
  }
752
592
  }
753
593
  },
594
+ "ai-portal.call-tool": {
595
+ "type": "provider",
596
+ "params": [
597
+ {
598
+ "name": "tool",
599
+ "annotation": {
600
+ "type": "reference",
601
+ "typeName": {
602
+ "type": "identifier",
603
+ "name": "ToolInfo"
604
+ }
605
+ }
606
+ },
607
+ {
608
+ "name": "params",
609
+ "annotation": {
610
+ "type": "reference",
611
+ "typeName": {
612
+ "type": "identifier",
613
+ "name": "Record"
614
+ },
615
+ "typeParameters": {
616
+ "type": "typeParameterInstantiation",
617
+ "params": [
618
+ {
619
+ "type": "keyword",
620
+ "value": "string"
621
+ },
622
+ {
623
+ "type": "keyword",
624
+ "value": "unknown"
625
+ }
626
+ ]
627
+ }
628
+ }
629
+ }
630
+ ],
631
+ "returns": {
632
+ "annotation": {
633
+ "type": "reference",
634
+ "typeName": {
635
+ "type": "identifier",
636
+ "name": "Promise"
637
+ },
638
+ "typeParameters": {
639
+ "type": "typeParameterInstantiation",
640
+ "params": [
641
+ {
642
+ "type": "keyword",
643
+ "value": "unknown"
644
+ }
645
+ ]
646
+ }
647
+ }
648
+ }
649
+ },
754
650
  "ai-portal.set-chat-command": {
755
651
  "type": "provider",
756
652
  "params": [
@@ -995,122 +891,164 @@
995
891
  }
996
892
  ]
997
893
  },
998
- "ai-portal.elevo-logo": {
999
- "properties": [],
1000
- "events": [],
1001
- "methods": []
1002
- },
1003
- "ai-portal.blank-state": {
894
+ "ai-portal.stat-with-mini-chart": {
1004
895
  "properties": [
1005
896
  {
1006
- "name": "illustration",
897
+ "name": "label",
1007
898
  "annotation": {
1008
- "type": "reference",
1009
- "typeName": {
1010
- "type": "identifier",
1011
- "name": "BlankStateIllustration"
1012
- }
899
+ "type": "keyword",
900
+ "value": "string"
1013
901
  }
1014
902
  },
1015
903
  {
1016
- "name": "description",
904
+ "name": "value",
1017
905
  "annotation": {
1018
906
  "type": "keyword",
1019
907
  "value": "string"
1020
908
  }
1021
- }
1022
- ],
1023
- "events": [],
1024
- "methods": [],
1025
- "types": [
909
+ },
1026
910
  {
1027
- "type": "typeAlias",
1028
- "name": "BlankStateIllustration",
911
+ "name": "size",
1029
912
  "annotation": {
1030
913
  "type": "union",
1031
914
  "types": [
1032
915
  {
1033
916
  "type": "jsLiteral",
1034
- "value": "goals"
1035
- },
1036
- {
1037
- "type": "jsLiteral",
1038
- "value": "activities"
1039
- },
1040
- {
1041
- "type": "jsLiteral",
1042
- "value": "collaboration-spaces"
917
+ "value": "medium"
1043
918
  },
1044
919
  {
1045
920
  "type": "jsLiteral",
1046
- "value": "serviceflows"
921
+ "value": "small"
1047
922
  }
1048
923
  ]
1049
924
  }
1050
- }
1051
- ]
1052
- },
1053
- "ai-portal.elevo-card": {
1054
- "properties": [
925
+ },
1055
926
  {
1056
- "name": "cardTitle",
927
+ "name": "lineColor",
1057
928
  "annotation": {
1058
929
  "type": "keyword",
1059
930
  "value": "string"
1060
931
  }
1061
932
  },
1062
933
  {
1063
- "name": "description",
934
+ "name": "showArea",
935
+ "annotation": {
936
+ "type": "keyword",
937
+ "value": "boolean"
938
+ }
939
+ },
940
+ {
941
+ "name": "min",
942
+ "annotation": {
943
+ "type": "keyword",
944
+ "value": "number"
945
+ }
946
+ },
947
+ {
948
+ "name": "max",
949
+ "annotation": {
950
+ "type": "keyword",
951
+ "value": "number"
952
+ }
953
+ },
954
+ {
955
+ "name": "xField",
1064
956
  "annotation": {
1065
957
  "type": "keyword",
1066
958
  "value": "string"
1067
959
  }
1068
960
  },
1069
961
  {
1070
- "name": "url",
962
+ "name": "yField",
1071
963
  "annotation": {
1072
964
  "type": "keyword",
1073
965
  "value": "string"
1074
966
  }
1075
967
  },
1076
968
  {
1077
- "name": "avatar",
969
+ "name": "data",
1078
970
  "annotation": {
1079
- "type": "union",
1080
- "types": [
1081
- {
1082
- "type": "keyword",
1083
- "value": "string"
971
+ "type": "array",
972
+ "elementType": {
973
+ "type": "reference",
974
+ "typeName": {
975
+ "type": "identifier",
976
+ "name": "Record"
1084
977
  },
1085
- {
1086
- "type": "reference",
1087
- "typeName": {
1088
- "type": "identifier",
1089
- "name": "GeneralIconProps"
1090
- }
978
+ "typeParameters": {
979
+ "type": "typeParameterInstantiation",
980
+ "params": [
981
+ {
982
+ "type": "keyword",
983
+ "value": "string"
984
+ },
985
+ {
986
+ "type": "keyword",
987
+ "value": "number"
988
+ }
989
+ ]
1091
990
  }
1092
- ]
991
+ }
992
+ }
993
+ }
994
+ ],
995
+ "events": [],
996
+ "methods": []
997
+ },
998
+ "ai-portal.elevo-logo": {
999
+ "properties": [],
1000
+ "events": [],
1001
+ "methods": []
1002
+ },
1003
+ "ai-portal.blank-state": {
1004
+ "properties": [
1005
+ {
1006
+ "name": "illustration",
1007
+ "annotation": {
1008
+ "type": "reference",
1009
+ "typeName": {
1010
+ "type": "identifier",
1011
+ "name": "BlankStateIllustration"
1012
+ }
1093
1013
  }
1094
1014
  },
1095
1015
  {
1096
- "name": "avatarType",
1016
+ "name": "description",
1017
+ "annotation": {
1018
+ "type": "keyword",
1019
+ "value": "string"
1020
+ }
1021
+ }
1022
+ ],
1023
+ "events": [],
1024
+ "methods": [],
1025
+ "types": [
1026
+ {
1027
+ "type": "typeAlias",
1028
+ "name": "BlankStateIllustration",
1097
1029
  "annotation": {
1098
1030
  "type": "union",
1099
1031
  "types": [
1100
1032
  {
1101
1033
  "type": "jsLiteral",
1102
- "value": "icon"
1034
+ "value": "goals"
1103
1035
  },
1104
1036
  {
1105
1037
  "type": "jsLiteral",
1106
- "value": "image"
1038
+ "value": "activities"
1039
+ },
1040
+ {
1041
+ "type": "jsLiteral",
1042
+ "value": "collaboration-spaces"
1043
+ },
1044
+ {
1045
+ "type": "jsLiteral",
1046
+ "value": "serviceflows"
1107
1047
  }
1108
1048
  ]
1109
1049
  }
1110
1050
  }
1111
- ],
1112
- "events": [],
1113
- "methods": []
1051
+ ]
1114
1052
  },
1115
1053
  "ai-portal.sticky-container": {
1116
1054
  "properties": [
@@ -1154,6 +1092,68 @@
1154
1092
  }
1155
1093
  ]
1156
1094
  },
1095
+ "ai-portal.elevo-card": {
1096
+ "properties": [
1097
+ {
1098
+ "name": "cardTitle",
1099
+ "annotation": {
1100
+ "type": "keyword",
1101
+ "value": "string"
1102
+ }
1103
+ },
1104
+ {
1105
+ "name": "description",
1106
+ "annotation": {
1107
+ "type": "keyword",
1108
+ "value": "string"
1109
+ }
1110
+ },
1111
+ {
1112
+ "name": "url",
1113
+ "annotation": {
1114
+ "type": "keyword",
1115
+ "value": "string"
1116
+ }
1117
+ },
1118
+ {
1119
+ "name": "avatar",
1120
+ "annotation": {
1121
+ "type": "union",
1122
+ "types": [
1123
+ {
1124
+ "type": "keyword",
1125
+ "value": "string"
1126
+ },
1127
+ {
1128
+ "type": "reference",
1129
+ "typeName": {
1130
+ "type": "identifier",
1131
+ "name": "GeneralIconProps"
1132
+ }
1133
+ }
1134
+ ]
1135
+ }
1136
+ },
1137
+ {
1138
+ "name": "avatarType",
1139
+ "annotation": {
1140
+ "type": "union",
1141
+ "types": [
1142
+ {
1143
+ "type": "jsLiteral",
1144
+ "value": "icon"
1145
+ },
1146
+ {
1147
+ "type": "jsLiteral",
1148
+ "value": "image"
1149
+ }
1150
+ ]
1151
+ }
1152
+ }
1153
+ ],
1154
+ "events": [],
1155
+ "methods": []
1156
+ },
1157
1157
  "ai-portal.project-knowledges": {
1158
1158
  "properties": [
1159
1159
  {
@@ -1419,7 +1419,7 @@
1419
1419
  }
1420
1420
  ]
1421
1421
  },
1422
- "ai-portal.ai-employees": {
1422
+ "ai-portal.mcp-tools": {
1423
1423
  "properties": [
1424
1424
  {
1425
1425
  "name": "list",
@@ -1429,33 +1429,16 @@
1429
1429
  "type": "reference",
1430
1430
  "typeName": {
1431
1431
  "type": "identifier",
1432
- "name": "Employee"
1432
+ "name": "McpTool"
1433
1433
  }
1434
1434
  }
1435
1435
  }
1436
1436
  },
1437
1437
  {
1438
- "name": "industries",
1439
- "annotation": {
1440
- "type": "array",
1441
- "elementType": {
1442
- "type": "keyword",
1443
- "value": "string"
1444
- }
1445
- }
1446
- },
1447
- {
1448
- "name": "urlTemplate",
1449
- "annotation": {
1450
- "type": "keyword",
1451
- "value": "string"
1452
- }
1453
- },
1454
- {
1455
- "name": "withContainer",
1438
+ "name": "stickyTop",
1456
1439
  "annotation": {
1457
1440
  "type": "keyword",
1458
- "value": "boolean"
1441
+ "value": "number"
1459
1442
  }
1460
1443
  }
1461
1444
  ],
@@ -1464,7 +1447,7 @@
1464
1447
  "types": [
1465
1448
  {
1466
1449
  "type": "interface",
1467
- "name": "Employee",
1450
+ "name": "McpTool",
1468
1451
  "body": [
1469
1452
  {
1470
1453
  "type": "propertySignature",
@@ -1482,7 +1465,7 @@
1482
1465
  "type": "propertySignature",
1483
1466
  "key": {
1484
1467
  "type": "identifier",
1485
- "name": "industry"
1468
+ "name": "title"
1486
1469
  },
1487
1470
  "annotation": {
1488
1471
  "type": "keyword",
@@ -1494,7 +1477,7 @@
1494
1477
  "type": "propertySignature",
1495
1478
  "key": {
1496
1479
  "type": "identifier",
1497
- "name": "role"
1480
+ "name": "description"
1498
1481
  },
1499
1482
  "annotation": {
1500
1483
  "type": "keyword",
@@ -1506,7 +1489,44 @@
1506
1489
  "type": "propertySignature",
1507
1490
  "key": {
1508
1491
  "type": "identifier",
1509
- "name": "description"
1492
+ "name": "icon"
1493
+ },
1494
+ "annotation": {
1495
+ "type": "reference",
1496
+ "typeName": {
1497
+ "type": "identifier",
1498
+ "name": "GeneralIconProps"
1499
+ }
1500
+ },
1501
+ "optional": true,
1502
+ "computed": false
1503
+ },
1504
+ {
1505
+ "type": "propertySignature",
1506
+ "key": {
1507
+ "type": "identifier",
1508
+ "name": "server"
1509
+ },
1510
+ "annotation": {
1511
+ "type": "reference",
1512
+ "typeName": {
1513
+ "type": "identifier",
1514
+ "name": "McpServer"
1515
+ }
1516
+ },
1517
+ "computed": false
1518
+ }
1519
+ ]
1520
+ },
1521
+ {
1522
+ "type": "interface",
1523
+ "name": "McpServer",
1524
+ "body": [
1525
+ {
1526
+ "type": "propertySignature",
1527
+ "key": {
1528
+ "type": "identifier",
1529
+ "name": "id"
1510
1530
  },
1511
1531
  "annotation": {
1512
1532
  "type": "keyword",
@@ -1518,20 +1538,19 @@
1518
1538
  "type": "propertySignature",
1519
1539
  "key": {
1520
1540
  "type": "identifier",
1521
- "name": "avatar"
1541
+ "name": "name"
1522
1542
  },
1523
1543
  "annotation": {
1524
1544
  "type": "keyword",
1525
1545
  "value": "string"
1526
1546
  },
1527
- "optional": true,
1528
1547
  "computed": false
1529
1548
  }
1530
1549
  ]
1531
1550
  }
1532
1551
  ]
1533
1552
  },
1534
- "ai-portal.mcp-tools": {
1553
+ "ai-portal.ai-employees": {
1535
1554
  "properties": [
1536
1555
  {
1537
1556
  "name": "list",
@@ -1541,16 +1560,33 @@
1541
1560
  "type": "reference",
1542
1561
  "typeName": {
1543
1562
  "type": "identifier",
1544
- "name": "McpTool"
1563
+ "name": "Employee"
1545
1564
  }
1546
1565
  }
1547
1566
  }
1548
1567
  },
1549
1568
  {
1550
- "name": "stickyTop",
1569
+ "name": "industries",
1570
+ "annotation": {
1571
+ "type": "array",
1572
+ "elementType": {
1573
+ "type": "keyword",
1574
+ "value": "string"
1575
+ }
1576
+ }
1577
+ },
1578
+ {
1579
+ "name": "urlTemplate",
1551
1580
  "annotation": {
1552
1581
  "type": "keyword",
1553
- "value": "number"
1582
+ "value": "string"
1583
+ }
1584
+ },
1585
+ {
1586
+ "name": "withContainer",
1587
+ "annotation": {
1588
+ "type": "keyword",
1589
+ "value": "boolean"
1554
1590
  }
1555
1591
  }
1556
1592
  ],
@@ -1559,7 +1595,7 @@
1559
1595
  "types": [
1560
1596
  {
1561
1597
  "type": "interface",
1562
- "name": "McpTool",
1598
+ "name": "Employee",
1563
1599
  "body": [
1564
1600
  {
1565
1601
  "type": "propertySignature",
@@ -1577,7 +1613,7 @@
1577
1613
  "type": "propertySignature",
1578
1614
  "key": {
1579
1615
  "type": "identifier",
1580
- "name": "title"
1616
+ "name": "industry"
1581
1617
  },
1582
1618
  "annotation": {
1583
1619
  "type": "keyword",
@@ -1589,7 +1625,7 @@
1589
1625
  "type": "propertySignature",
1590
1626
  "key": {
1591
1627
  "type": "identifier",
1592
- "name": "description"
1628
+ "name": "role"
1593
1629
  },
1594
1630
  "annotation": {
1595
1631
  "type": "keyword",
@@ -1601,44 +1637,7 @@
1601
1637
  "type": "propertySignature",
1602
1638
  "key": {
1603
1639
  "type": "identifier",
1604
- "name": "icon"
1605
- },
1606
- "annotation": {
1607
- "type": "reference",
1608
- "typeName": {
1609
- "type": "identifier",
1610
- "name": "GeneralIconProps"
1611
- }
1612
- },
1613
- "optional": true,
1614
- "computed": false
1615
- },
1616
- {
1617
- "type": "propertySignature",
1618
- "key": {
1619
- "type": "identifier",
1620
- "name": "server"
1621
- },
1622
- "annotation": {
1623
- "type": "reference",
1624
- "typeName": {
1625
- "type": "identifier",
1626
- "name": "McpServer"
1627
- }
1628
- },
1629
- "computed": false
1630
- }
1631
- ]
1632
- },
1633
- {
1634
- "type": "interface",
1635
- "name": "McpServer",
1636
- "body": [
1637
- {
1638
- "type": "propertySignature",
1639
- "key": {
1640
- "type": "identifier",
1641
- "name": "id"
1640
+ "name": "description"
1642
1641
  },
1643
1642
  "annotation": {
1644
1643
  "type": "keyword",
@@ -1650,12 +1649,13 @@
1650
1649
  "type": "propertySignature",
1651
1650
  "key": {
1652
1651
  "type": "identifier",
1653
- "name": "name"
1652
+ "name": "avatar"
1654
1653
  },
1655
1654
  "annotation": {
1656
1655
  "type": "keyword",
1657
1656
  "value": "string"
1658
1657
  },
1658
+ "optional": true,
1659
1659
  "computed": false
1660
1660
  }
1661
1661
  ]
@@ -2007,13 +2007,232 @@
2007
2007
  "types": [
2008
2008
  {
2009
2009
  "type": "interface",
2010
- "name": "ActionItem",
2010
+ "name": "ActionItem",
2011
+ "body": [
2012
+ {
2013
+ "type": "propertySignature",
2014
+ "key": {
2015
+ "type": "identifier",
2016
+ "name": "text"
2017
+ },
2018
+ "annotation": {
2019
+ "type": "keyword",
2020
+ "value": "string"
2021
+ },
2022
+ "computed": false
2023
+ },
2024
+ {
2025
+ "type": "propertySignature",
2026
+ "key": {
2027
+ "type": "identifier",
2028
+ "name": "key"
2029
+ },
2030
+ "annotation": {
2031
+ "type": "keyword",
2032
+ "value": "string"
2033
+ },
2034
+ "computed": false
2035
+ },
2036
+ {
2037
+ "type": "propertySignature",
2038
+ "key": {
2039
+ "type": "identifier",
2040
+ "name": "icon"
2041
+ },
2042
+ "annotation": {
2043
+ "type": "reference",
2044
+ "typeName": {
2045
+ "type": "identifier",
2046
+ "name": "GeneralIconProps"
2047
+ }
2048
+ },
2049
+ "optional": true,
2050
+ "computed": false
2051
+ },
2052
+ {
2053
+ "type": "propertySignature",
2054
+ "key": {
2055
+ "type": "identifier",
2056
+ "name": "hidden"
2057
+ },
2058
+ "annotation": {
2059
+ "type": "keyword",
2060
+ "value": "boolean"
2061
+ },
2062
+ "optional": true,
2063
+ "computed": false
2064
+ }
2065
+ ]
2066
+ }
2067
+ ]
2068
+ },
2069
+ "ai-portal.project-conversations": {
2070
+ "properties": [
2071
+ {
2072
+ "name": "list",
2073
+ "annotation": {
2074
+ "type": "array",
2075
+ "elementType": {
2076
+ "type": "reference",
2077
+ "typeName": {
2078
+ "type": "identifier",
2079
+ "name": "Conversation"
2080
+ }
2081
+ }
2082
+ }
2083
+ },
2084
+ {
2085
+ "name": "urlTemplate",
2086
+ "annotation": {
2087
+ "type": "keyword",
2088
+ "value": "string"
2089
+ }
2090
+ },
2091
+ {
2092
+ "name": "actions",
2093
+ "annotation": {
2094
+ "type": "array",
2095
+ "elementType": {
2096
+ "type": "reference",
2097
+ "typeName": {
2098
+ "type": "identifier",
2099
+ "name": "ActionType"
2100
+ }
2101
+ }
2102
+ }
2103
+ },
2104
+ {
2105
+ "name": "goals",
2106
+ "annotation": {
2107
+ "type": "array",
2108
+ "elementType": {
2109
+ "type": "reference",
2110
+ "typeName": {
2111
+ "type": "identifier",
2112
+ "name": "Goal"
2113
+ }
2114
+ }
2115
+ }
2116
+ }
2117
+ ],
2118
+ "events": [
2119
+ {
2120
+ "name": "goal.click",
2121
+ "detail": {
2122
+ "annotation": {
2123
+ "type": "reference",
2124
+ "typeName": {
2125
+ "type": "identifier",
2126
+ "name": "Conversation"
2127
+ }
2128
+ }
2129
+ }
2130
+ },
2131
+ {
2132
+ "name": "action.click",
2133
+ "detail": {
2134
+ "annotation": {
2135
+ "type": "reference",
2136
+ "typeName": {
2137
+ "type": "identifier",
2138
+ "name": "ActionClickDetail"
2139
+ }
2140
+ }
2141
+ }
2142
+ }
2143
+ ],
2144
+ "methods": [],
2145
+ "types": [
2146
+ {
2147
+ "type": "interface",
2148
+ "name": "Conversation",
2149
+ "body": [
2150
+ {
2151
+ "type": "propertySignature",
2152
+ "key": {
2153
+ "type": "identifier",
2154
+ "name": "conversationId"
2155
+ },
2156
+ "annotation": {
2157
+ "type": "keyword",
2158
+ "value": "string"
2159
+ },
2160
+ "computed": false
2161
+ },
2162
+ {
2163
+ "type": "propertySignature",
2164
+ "key": {
2165
+ "type": "identifier",
2166
+ "name": "title"
2167
+ },
2168
+ "annotation": {
2169
+ "type": "keyword",
2170
+ "value": "string"
2171
+ },
2172
+ "computed": false
2173
+ },
2174
+ {
2175
+ "type": "propertySignature",
2176
+ "key": {
2177
+ "type": "identifier",
2178
+ "name": "startTime"
2179
+ },
2180
+ "annotation": {
2181
+ "type": "keyword",
2182
+ "value": "number"
2183
+ },
2184
+ "computed": false
2185
+ },
2186
+ {
2187
+ "type": "propertySignature",
2188
+ "key": {
2189
+ "type": "identifier",
2190
+ "name": "description"
2191
+ },
2192
+ "annotation": {
2193
+ "type": "keyword",
2194
+ "value": "string"
2195
+ },
2196
+ "optional": true,
2197
+ "computed": false
2198
+ },
2199
+ {
2200
+ "type": "propertySignature",
2201
+ "key": {
2202
+ "type": "identifier",
2203
+ "name": "goalInstanceId"
2204
+ },
2205
+ "annotation": {
2206
+ "type": "keyword",
2207
+ "value": "string"
2208
+ },
2209
+ "optional": true,
2210
+ "computed": false
2211
+ },
2212
+ {
2213
+ "type": "propertySignature",
2214
+ "key": {
2215
+ "type": "identifier",
2216
+ "name": "username"
2217
+ },
2218
+ "annotation": {
2219
+ "type": "keyword",
2220
+ "value": "string"
2221
+ },
2222
+ "optional": true,
2223
+ "computed": false
2224
+ }
2225
+ ]
2226
+ },
2227
+ {
2228
+ "type": "interface",
2229
+ "name": "Goal",
2011
2230
  "body": [
2012
2231
  {
2013
2232
  "type": "propertySignature",
2014
2233
  "key": {
2015
2234
  "type": "identifier",
2016
- "name": "text"
2235
+ "name": "instanceId"
2017
2236
  },
2018
2237
  "annotation": {
2019
2238
  "type": "keyword",
@@ -2025,41 +2244,48 @@
2025
2244
  "type": "propertySignature",
2026
2245
  "key": {
2027
2246
  "type": "identifier",
2028
- "name": "key"
2247
+ "name": "title"
2029
2248
  },
2030
2249
  "annotation": {
2031
2250
  "type": "keyword",
2032
2251
  "value": "string"
2033
2252
  },
2034
2253
  "computed": false
2035
- },
2254
+ }
2255
+ ]
2256
+ },
2257
+ {
2258
+ "type": "interface",
2259
+ "name": "ActionClickDetail",
2260
+ "body": [
2036
2261
  {
2037
2262
  "type": "propertySignature",
2038
2263
  "key": {
2039
2264
  "type": "identifier",
2040
- "name": "icon"
2265
+ "name": "action"
2041
2266
  },
2042
2267
  "annotation": {
2043
2268
  "type": "reference",
2044
2269
  "typeName": {
2045
2270
  "type": "identifier",
2046
- "name": "GeneralIconProps"
2271
+ "name": "SimpleActionType"
2047
2272
  }
2048
2273
  },
2049
- "optional": true,
2050
2274
  "computed": false
2051
2275
  },
2052
2276
  {
2053
2277
  "type": "propertySignature",
2054
2278
  "key": {
2055
2279
  "type": "identifier",
2056
- "name": "hidden"
2280
+ "name": "item"
2057
2281
  },
2058
2282
  "annotation": {
2059
- "type": "keyword",
2060
- "value": "boolean"
2283
+ "type": "reference",
2284
+ "typeName": {
2285
+ "type": "identifier",
2286
+ "name": "Conversation"
2287
+ }
2061
2288
  },
2062
- "optional": true,
2063
2289
  "computed": false
2064
2290
  }
2065
2291
  ]
@@ -3040,232 +3266,6 @@
3040
3266
  }
3041
3267
  ]
3042
3268
  },
3043
- "ai-portal.project-conversations": {
3044
- "properties": [
3045
- {
3046
- "name": "list",
3047
- "annotation": {
3048
- "type": "array",
3049
- "elementType": {
3050
- "type": "reference",
3051
- "typeName": {
3052
- "type": "identifier",
3053
- "name": "Conversation"
3054
- }
3055
- }
3056
- }
3057
- },
3058
- {
3059
- "name": "urlTemplate",
3060
- "annotation": {
3061
- "type": "keyword",
3062
- "value": "string"
3063
- }
3064
- },
3065
- {
3066
- "name": "actions",
3067
- "annotation": {
3068
- "type": "array",
3069
- "elementType": {
3070
- "type": "reference",
3071
- "typeName": {
3072
- "type": "identifier",
3073
- "name": "ActionType"
3074
- }
3075
- }
3076
- }
3077
- },
3078
- {
3079
- "name": "goals",
3080
- "annotation": {
3081
- "type": "array",
3082
- "elementType": {
3083
- "type": "reference",
3084
- "typeName": {
3085
- "type": "identifier",
3086
- "name": "Goal"
3087
- }
3088
- }
3089
- }
3090
- }
3091
- ],
3092
- "events": [
3093
- {
3094
- "name": "goal.click",
3095
- "detail": {
3096
- "annotation": {
3097
- "type": "reference",
3098
- "typeName": {
3099
- "type": "identifier",
3100
- "name": "Conversation"
3101
- }
3102
- }
3103
- }
3104
- },
3105
- {
3106
- "name": "action.click",
3107
- "detail": {
3108
- "annotation": {
3109
- "type": "reference",
3110
- "typeName": {
3111
- "type": "identifier",
3112
- "name": "ActionClickDetail"
3113
- }
3114
- }
3115
- }
3116
- }
3117
- ],
3118
- "methods": [],
3119
- "types": [
3120
- {
3121
- "type": "interface",
3122
- "name": "Conversation",
3123
- "body": [
3124
- {
3125
- "type": "propertySignature",
3126
- "key": {
3127
- "type": "identifier",
3128
- "name": "conversationId"
3129
- },
3130
- "annotation": {
3131
- "type": "keyword",
3132
- "value": "string"
3133
- },
3134
- "computed": false
3135
- },
3136
- {
3137
- "type": "propertySignature",
3138
- "key": {
3139
- "type": "identifier",
3140
- "name": "title"
3141
- },
3142
- "annotation": {
3143
- "type": "keyword",
3144
- "value": "string"
3145
- },
3146
- "computed": false
3147
- },
3148
- {
3149
- "type": "propertySignature",
3150
- "key": {
3151
- "type": "identifier",
3152
- "name": "startTime"
3153
- },
3154
- "annotation": {
3155
- "type": "keyword",
3156
- "value": "number"
3157
- },
3158
- "computed": false
3159
- },
3160
- {
3161
- "type": "propertySignature",
3162
- "key": {
3163
- "type": "identifier",
3164
- "name": "description"
3165
- },
3166
- "annotation": {
3167
- "type": "keyword",
3168
- "value": "string"
3169
- },
3170
- "optional": true,
3171
- "computed": false
3172
- },
3173
- {
3174
- "type": "propertySignature",
3175
- "key": {
3176
- "type": "identifier",
3177
- "name": "goalInstanceId"
3178
- },
3179
- "annotation": {
3180
- "type": "keyword",
3181
- "value": "string"
3182
- },
3183
- "optional": true,
3184
- "computed": false
3185
- },
3186
- {
3187
- "type": "propertySignature",
3188
- "key": {
3189
- "type": "identifier",
3190
- "name": "username"
3191
- },
3192
- "annotation": {
3193
- "type": "keyword",
3194
- "value": "string"
3195
- },
3196
- "optional": true,
3197
- "computed": false
3198
- }
3199
- ]
3200
- },
3201
- {
3202
- "type": "interface",
3203
- "name": "Goal",
3204
- "body": [
3205
- {
3206
- "type": "propertySignature",
3207
- "key": {
3208
- "type": "identifier",
3209
- "name": "instanceId"
3210
- },
3211
- "annotation": {
3212
- "type": "keyword",
3213
- "value": "string"
3214
- },
3215
- "computed": false
3216
- },
3217
- {
3218
- "type": "propertySignature",
3219
- "key": {
3220
- "type": "identifier",
3221
- "name": "title"
3222
- },
3223
- "annotation": {
3224
- "type": "keyword",
3225
- "value": "string"
3226
- },
3227
- "computed": false
3228
- }
3229
- ]
3230
- },
3231
- {
3232
- "type": "interface",
3233
- "name": "ActionClickDetail",
3234
- "body": [
3235
- {
3236
- "type": "propertySignature",
3237
- "key": {
3238
- "type": "identifier",
3239
- "name": "action"
3240
- },
3241
- "annotation": {
3242
- "type": "reference",
3243
- "typeName": {
3244
- "type": "identifier",
3245
- "name": "SimpleActionType"
3246
- }
3247
- },
3248
- "computed": false
3249
- },
3250
- {
3251
- "type": "propertySignature",
3252
- "key": {
3253
- "type": "identifier",
3254
- "name": "item"
3255
- },
3256
- "annotation": {
3257
- "type": "reference",
3258
- "typeName": {
3259
- "type": "identifier",
3260
- "name": "Conversation"
3261
- }
3262
- },
3263
- "computed": false
3264
- }
3265
- ]
3266
- }
3267
- ]
3268
- },
3269
3269
  "ai-portal.chat-input": {
3270
3270
  "properties": [
3271
3271
  {