@next-bricks/ai-portal 0.58.11 → 0.58.12

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 (30) hide show
  1. package/dist/bricks.json +29 -29
  2. package/dist/chunks/151.be9f97cf.js +2 -0
  3. package/dist/chunks/151.be9f97cf.js.map +1 -0
  4. package/dist/chunks/{6811.122526d0.js → 6811.a67f5755.js} +2 -2
  5. package/dist/chunks/6811.a67f5755.js.map +1 -0
  6. package/dist/chunks/chat-box.e7ec1371.js +2 -0
  7. package/dist/chunks/chat-box.e7ec1371.js.map +1 -0
  8. package/dist/chunks/flow-tabs.afee9a1c.js +2 -0
  9. package/dist/chunks/flow-tabs.afee9a1c.js.map +1 -0
  10. package/dist/chunks/{main.99c703d7.js → main.d92e9672.js} +2 -2
  11. package/dist/chunks/{main.99c703d7.js.map → main.d92e9672.js.map} +1 -1
  12. package/dist/chunks/{stage-flow.4c7ea7d9.js → stage-flow.22610ca5.js} +2 -2
  13. package/dist/chunks/stage-flow.22610ca5.js.map +1 -0
  14. package/dist/examples.json +14 -14
  15. package/dist/{index.b5b0ddea.js → index.420be0fc.js} +2 -2
  16. package/dist/{index.b5b0ddea.js.map → index.420be0fc.js.map} +1 -1
  17. package/dist/manifest.json +229 -229
  18. package/dist/types.json +496 -470
  19. package/dist-types/chat-box/bricks.d.ts +1 -0
  20. package/dist-types/chat-box/i18n.d.ts +3 -1
  21. package/dist-types/chat-box/index.d.ts +3 -1
  22. package/package.json +2 -2
  23. package/dist/chunks/151.d08c1ef1.js +0 -2
  24. package/dist/chunks/151.d08c1ef1.js.map +0 -1
  25. package/dist/chunks/6811.122526d0.js.map +0 -1
  26. package/dist/chunks/chat-box.6eab985e.js +0 -2
  27. package/dist/chunks/chat-box.6eab985e.js.map +0 -1
  28. package/dist/chunks/flow-tabs.ce40cc92.js +0 -2
  29. package/dist/chunks/flow-tabs.ce40cc92.js.map +0 -1
  30. package/dist/chunks/stage-flow.4c7ea7d9.js.map +0 -1
package/dist/types.json CHANGED
@@ -12,6 +12,110 @@
12
12
  "events": [],
13
13
  "methods": []
14
14
  },
15
+ "ai-portal.stat-with-mini-chart": {
16
+ "properties": [
17
+ {
18
+ "name": "label",
19
+ "annotation": {
20
+ "type": "keyword",
21
+ "value": "string"
22
+ }
23
+ },
24
+ {
25
+ "name": "value",
26
+ "annotation": {
27
+ "type": "keyword",
28
+ "value": "string"
29
+ }
30
+ },
31
+ {
32
+ "name": "size",
33
+ "annotation": {
34
+ "type": "union",
35
+ "types": [
36
+ {
37
+ "type": "jsLiteral",
38
+ "value": "medium"
39
+ },
40
+ {
41
+ "type": "jsLiteral",
42
+ "value": "small"
43
+ }
44
+ ]
45
+ }
46
+ },
47
+ {
48
+ "name": "lineColor",
49
+ "annotation": {
50
+ "type": "keyword",
51
+ "value": "string"
52
+ }
53
+ },
54
+ {
55
+ "name": "showArea",
56
+ "annotation": {
57
+ "type": "keyword",
58
+ "value": "boolean"
59
+ }
60
+ },
61
+ {
62
+ "name": "min",
63
+ "annotation": {
64
+ "type": "keyword",
65
+ "value": "number"
66
+ }
67
+ },
68
+ {
69
+ "name": "max",
70
+ "annotation": {
71
+ "type": "keyword",
72
+ "value": "number"
73
+ }
74
+ },
75
+ {
76
+ "name": "xField",
77
+ "annotation": {
78
+ "type": "keyword",
79
+ "value": "string"
80
+ }
81
+ },
82
+ {
83
+ "name": "yField",
84
+ "annotation": {
85
+ "type": "keyword",
86
+ "value": "string"
87
+ }
88
+ },
89
+ {
90
+ "name": "data",
91
+ "annotation": {
92
+ "type": "array",
93
+ "elementType": {
94
+ "type": "reference",
95
+ "typeName": {
96
+ "type": "identifier",
97
+ "name": "Record"
98
+ },
99
+ "typeParameters": {
100
+ "type": "typeParameterInstantiation",
101
+ "params": [
102
+ {
103
+ "type": "keyword",
104
+ "value": "string"
105
+ },
106
+ {
107
+ "type": "keyword",
108
+ "value": "number"
109
+ }
110
+ ]
111
+ }
112
+ }
113
+ }
114
+ }
115
+ ],
116
+ "events": [],
117
+ "methods": []
118
+ },
15
119
  "ai-portal.icon-button": {
16
120
  "properties": [
17
121
  {
@@ -146,71 +250,6 @@
146
250
  }
147
251
  }
148
252
  },
149
- "ai-portal.set-chat-command": {
150
- "type": "provider",
151
- "params": [
152
- {
153
- "name": "command",
154
- "annotation": {
155
- "type": "union",
156
- "types": [
157
- {
158
- "type": "reference",
159
- "typeName": {
160
- "type": "identifier",
161
- "name": "ChatCommand"
162
- }
163
- },
164
- {
165
- "type": "keyword",
166
- "value": "null"
167
- }
168
- ]
169
- }
170
- }
171
- ],
172
- "returns": {
173
- "annotation": {
174
- "type": "keyword",
175
- "value": "void"
176
- }
177
- },
178
- "types": [
179
- {
180
- "type": "interface",
181
- "name": "ChatCommand",
182
- "body": [
183
- {
184
- "type": "propertySignature",
185
- "key": {
186
- "type": "identifier",
187
- "name": "command"
188
- },
189
- "annotation": {
190
- "type": "keyword",
191
- "value": "string"
192
- },
193
- "computed": false
194
- },
195
- {
196
- "type": "propertySignature",
197
- "key": {
198
- "type": "identifier",
199
- "name": "payload"
200
- },
201
- "annotation": {
202
- "type": "reference",
203
- "typeName": {
204
- "type": "identifier",
205
- "name": "CommandPayload"
206
- }
207
- },
208
- "computed": false
209
- }
210
- ]
211
- }
212
- ]
213
- },
214
253
  "ai-portal.save-request-store": {
215
254
  "type": "provider",
216
255
  "params": [
@@ -712,6 +751,71 @@
712
751
  }
713
752
  }
714
753
  },
754
+ "ai-portal.set-chat-command": {
755
+ "type": "provider",
756
+ "params": [
757
+ {
758
+ "name": "command",
759
+ "annotation": {
760
+ "type": "union",
761
+ "types": [
762
+ {
763
+ "type": "reference",
764
+ "typeName": {
765
+ "type": "identifier",
766
+ "name": "ChatCommand"
767
+ }
768
+ },
769
+ {
770
+ "type": "keyword",
771
+ "value": "null"
772
+ }
773
+ ]
774
+ }
775
+ }
776
+ ],
777
+ "returns": {
778
+ "annotation": {
779
+ "type": "keyword",
780
+ "value": "void"
781
+ }
782
+ },
783
+ "types": [
784
+ {
785
+ "type": "interface",
786
+ "name": "ChatCommand",
787
+ "body": [
788
+ {
789
+ "type": "propertySignature",
790
+ "key": {
791
+ "type": "identifier",
792
+ "name": "command"
793
+ },
794
+ "annotation": {
795
+ "type": "keyword",
796
+ "value": "string"
797
+ },
798
+ "computed": false
799
+ },
800
+ {
801
+ "type": "propertySignature",
802
+ "key": {
803
+ "type": "identifier",
804
+ "name": "payload"
805
+ },
806
+ "annotation": {
807
+ "type": "reference",
808
+ "typeName": {
809
+ "type": "identifier",
810
+ "name": "CommandPayload"
811
+ }
812
+ },
813
+ "computed": false
814
+ }
815
+ ]
816
+ }
817
+ ]
818
+ },
715
819
  "ai-portal.page-container": {
716
820
  "properties": [
717
821
  {
@@ -820,134 +924,30 @@
820
924
  }
821
925
  ]
822
926
  },
823
- "ai-portal.stat-with-mini-chart": {
927
+ "ai-portal.tab-list": {
824
928
  "properties": [
825
929
  {
826
- "name": "label",
930
+ "name": "tabs",
827
931
  "annotation": {
828
- "type": "keyword",
829
- "value": "string"
932
+ "type": "array",
933
+ "elementType": {
934
+ "type": "reference",
935
+ "typeName": {
936
+ "type": "identifier",
937
+ "name": "Tab"
938
+ }
939
+ }
830
940
  }
831
941
  },
832
942
  {
833
- "name": "value",
943
+ "name": "activeTab",
834
944
  "annotation": {
835
945
  "type": "keyword",
836
946
  "value": "string"
837
947
  }
838
- },
839
- {
840
- "name": "size",
841
- "annotation": {
842
- "type": "union",
843
- "types": [
844
- {
845
- "type": "jsLiteral",
846
- "value": "medium"
847
- },
848
- {
849
- "type": "jsLiteral",
850
- "value": "small"
851
- }
852
- ]
853
- }
854
- },
855
- {
856
- "name": "lineColor",
857
- "annotation": {
858
- "type": "keyword",
859
- "value": "string"
860
- }
861
- },
862
- {
863
- "name": "showArea",
864
- "annotation": {
865
- "type": "keyword",
866
- "value": "boolean"
867
- }
868
- },
869
- {
870
- "name": "min",
871
- "annotation": {
872
- "type": "keyword",
873
- "value": "number"
874
- }
875
- },
876
- {
877
- "name": "max",
878
- "annotation": {
879
- "type": "keyword",
880
- "value": "number"
881
- }
882
- },
883
- {
884
- "name": "xField",
885
- "annotation": {
886
- "type": "keyword",
887
- "value": "string"
888
- }
889
- },
890
- {
891
- "name": "yField",
892
- "annotation": {
893
- "type": "keyword",
894
- "value": "string"
895
- }
896
- },
897
- {
898
- "name": "data",
899
- "annotation": {
900
- "type": "array",
901
- "elementType": {
902
- "type": "reference",
903
- "typeName": {
904
- "type": "identifier",
905
- "name": "Record"
906
- },
907
- "typeParameters": {
908
- "type": "typeParameterInstantiation",
909
- "params": [
910
- {
911
- "type": "keyword",
912
- "value": "string"
913
- },
914
- {
915
- "type": "keyword",
916
- "value": "number"
917
- }
918
- ]
919
- }
920
- }
921
- }
922
- }
923
- ],
924
- "events": [],
925
- "methods": []
926
- },
927
- "ai-portal.tab-list": {
928
- "properties": [
929
- {
930
- "name": "tabs",
931
- "annotation": {
932
- "type": "array",
933
- "elementType": {
934
- "type": "reference",
935
- "typeName": {
936
- "type": "identifier",
937
- "name": "Tab"
938
- }
939
- }
940
- }
941
- },
942
- {
943
- "name": "activeTab",
944
- "annotation": {
945
- "type": "keyword",
946
- "value": "string"
947
- }
948
- }
949
- ],
950
- "events": [
948
+ }
949
+ ],
950
+ "events": [
951
951
  {
952
952
  "name": "tab.click",
953
953
  "detail": {
@@ -1324,7 +1324,7 @@
1324
1324
  }
1325
1325
  ]
1326
1326
  },
1327
- "ai-portal.mcp-tools": {
1327
+ "ai-portal.show-cases": {
1328
1328
  "properties": [
1329
1329
  {
1330
1330
  "name": "list",
@@ -1334,13 +1334,13 @@
1334
1334
  "type": "reference",
1335
1335
  "typeName": {
1336
1336
  "type": "identifier",
1337
- "name": "McpTool"
1337
+ "name": "ShowCaseType"
1338
1338
  }
1339
1339
  }
1340
1340
  }
1341
1341
  },
1342
1342
  {
1343
- "name": "stickyTop",
1343
+ "name": "limit",
1344
1344
  "annotation": {
1345
1345
  "type": "keyword",
1346
1346
  "value": "number"
@@ -1352,13 +1352,13 @@
1352
1352
  "types": [
1353
1353
  {
1354
1354
  "type": "interface",
1355
- "name": "McpTool",
1355
+ "name": "ShowCaseType",
1356
1356
  "body": [
1357
1357
  {
1358
1358
  "type": "propertySignature",
1359
1359
  "key": {
1360
1360
  "type": "identifier",
1361
- "name": "name"
1361
+ "name": "conversationId"
1362
1362
  },
1363
1363
  "annotation": {
1364
1364
  "type": "keyword",
@@ -1382,7 +1382,7 @@
1382
1382
  "type": "propertySignature",
1383
1383
  "key": {
1384
1384
  "type": "identifier",
1385
- "name": "description"
1385
+ "name": "summary"
1386
1386
  },
1387
1387
  "annotation": {
1388
1388
  "type": "keyword",
@@ -1394,44 +1394,7 @@
1394
1394
  "type": "propertySignature",
1395
1395
  "key": {
1396
1396
  "type": "identifier",
1397
- "name": "icon"
1398
- },
1399
- "annotation": {
1400
- "type": "reference",
1401
- "typeName": {
1402
- "type": "identifier",
1403
- "name": "GeneralIconProps"
1404
- }
1405
- },
1406
- "optional": true,
1407
- "computed": false
1408
- },
1409
- {
1410
- "type": "propertySignature",
1411
- "key": {
1412
- "type": "identifier",
1413
- "name": "server"
1414
- },
1415
- "annotation": {
1416
- "type": "reference",
1417
- "typeName": {
1418
- "type": "identifier",
1419
- "name": "McpServer"
1420
- }
1421
- },
1422
- "computed": false
1423
- }
1424
- ]
1425
- },
1426
- {
1427
- "type": "interface",
1428
- "name": "McpServer",
1429
- "body": [
1430
- {
1431
- "type": "propertySignature",
1432
- "key": {
1433
- "type": "identifier",
1434
- "name": "id"
1397
+ "name": "scenario"
1435
1398
  },
1436
1399
  "annotation": {
1437
1400
  "type": "keyword",
@@ -1443,19 +1406,20 @@
1443
1406
  "type": "propertySignature",
1444
1407
  "key": {
1445
1408
  "type": "identifier",
1446
- "name": "name"
1409
+ "name": "url"
1447
1410
  },
1448
1411
  "annotation": {
1449
1412
  "type": "keyword",
1450
1413
  "value": "string"
1451
1414
  },
1415
+ "optional": true,
1452
1416
  "computed": false
1453
1417
  }
1454
1418
  ]
1455
1419
  }
1456
1420
  ]
1457
1421
  },
1458
- "ai-portal.show-cases": {
1422
+ "ai-portal.mcp-tools": {
1459
1423
  "properties": [
1460
1424
  {
1461
1425
  "name": "list",
@@ -1465,13 +1429,13 @@
1465
1429
  "type": "reference",
1466
1430
  "typeName": {
1467
1431
  "type": "identifier",
1468
- "name": "ShowCaseType"
1432
+ "name": "McpTool"
1469
1433
  }
1470
1434
  }
1471
1435
  }
1472
1436
  },
1473
1437
  {
1474
- "name": "limit",
1438
+ "name": "stickyTop",
1475
1439
  "annotation": {
1476
1440
  "type": "keyword",
1477
1441
  "value": "number"
@@ -1483,13 +1447,13 @@
1483
1447
  "types": [
1484
1448
  {
1485
1449
  "type": "interface",
1486
- "name": "ShowCaseType",
1450
+ "name": "McpTool",
1487
1451
  "body": [
1488
1452
  {
1489
1453
  "type": "propertySignature",
1490
1454
  "key": {
1491
1455
  "type": "identifier",
1492
- "name": "conversationId"
1456
+ "name": "name"
1493
1457
  },
1494
1458
  "annotation": {
1495
1459
  "type": "keyword",
@@ -1513,7 +1477,7 @@
1513
1477
  "type": "propertySignature",
1514
1478
  "key": {
1515
1479
  "type": "identifier",
1516
- "name": "summary"
1480
+ "name": "description"
1517
1481
  },
1518
1482
  "annotation": {
1519
1483
  "type": "keyword",
@@ -1525,7 +1489,44 @@
1525
1489
  "type": "propertySignature",
1526
1490
  "key": {
1527
1491
  "type": "identifier",
1528
- "name": "scenario"
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"
1529
1530
  },
1530
1531
  "annotation": {
1531
1532
  "type": "keyword",
@@ -1537,13 +1538,12 @@
1537
1538
  "type": "propertySignature",
1538
1539
  "key": {
1539
1540
  "type": "identifier",
1540
- "name": "url"
1541
+ "name": "name"
1541
1542
  },
1542
1543
  "annotation": {
1543
1544
  "type": "keyword",
1544
1545
  "value": "string"
1545
1546
  },
1546
- "optional": true,
1547
1547
  "computed": false
1548
1548
  }
1549
1549
  ]
@@ -2053,239 +2053,13 @@
2053
2053
  "type": "propertySignature",
2054
2054
  "key": {
2055
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",
2230
- "body": [
2231
- {
2232
- "type": "propertySignature",
2233
- "key": {
2234
- "type": "identifier",
2235
- "name": "instanceId"
2236
- },
2237
- "annotation": {
2238
- "type": "keyword",
2239
- "value": "string"
2240
- },
2241
- "computed": false
2242
- },
2243
- {
2244
- "type": "propertySignature",
2245
- "key": {
2246
- "type": "identifier",
2247
- "name": "title"
2248
- },
2249
- "annotation": {
2250
- "type": "keyword",
2251
- "value": "string"
2252
- },
2253
- "computed": false
2254
- }
2255
- ]
2256
- },
2257
- {
2258
- "type": "interface",
2259
- "name": "ActionClickDetail",
2260
- "body": [
2261
- {
2262
- "type": "propertySignature",
2263
- "key": {
2264
- "type": "identifier",
2265
- "name": "action"
2266
- },
2267
- "annotation": {
2268
- "type": "reference",
2269
- "typeName": {
2270
- "type": "identifier",
2271
- "name": "SimpleActionType"
2272
- }
2273
- },
2274
- "computed": false
2275
- },
2276
- {
2277
- "type": "propertySignature",
2278
- "key": {
2279
- "type": "identifier",
2280
- "name": "item"
2281
- },
2282
- "annotation": {
2283
- "type": "reference",
2284
- "typeName": {
2285
- "type": "identifier",
2286
- "name": "Conversation"
2287
- }
2056
+ "name": "hidden"
2057
+ },
2058
+ "annotation": {
2059
+ "type": "keyword",
2060
+ "value": "boolean"
2288
2061
  },
2062
+ "optional": true,
2289
2063
  "computed": false
2290
2064
  }
2291
2065
  ]
@@ -3671,6 +3445,232 @@
3671
3445
  }
3672
3446
  ]
3673
3447
  },
3448
+ "ai-portal.project-conversations": {
3449
+ "properties": [
3450
+ {
3451
+ "name": "list",
3452
+ "annotation": {
3453
+ "type": "array",
3454
+ "elementType": {
3455
+ "type": "reference",
3456
+ "typeName": {
3457
+ "type": "identifier",
3458
+ "name": "Conversation"
3459
+ }
3460
+ }
3461
+ }
3462
+ },
3463
+ {
3464
+ "name": "urlTemplate",
3465
+ "annotation": {
3466
+ "type": "keyword",
3467
+ "value": "string"
3468
+ }
3469
+ },
3470
+ {
3471
+ "name": "actions",
3472
+ "annotation": {
3473
+ "type": "array",
3474
+ "elementType": {
3475
+ "type": "reference",
3476
+ "typeName": {
3477
+ "type": "identifier",
3478
+ "name": "ActionType"
3479
+ }
3480
+ }
3481
+ }
3482
+ },
3483
+ {
3484
+ "name": "goals",
3485
+ "annotation": {
3486
+ "type": "array",
3487
+ "elementType": {
3488
+ "type": "reference",
3489
+ "typeName": {
3490
+ "type": "identifier",
3491
+ "name": "Goal"
3492
+ }
3493
+ }
3494
+ }
3495
+ }
3496
+ ],
3497
+ "events": [
3498
+ {
3499
+ "name": "goal.click",
3500
+ "detail": {
3501
+ "annotation": {
3502
+ "type": "reference",
3503
+ "typeName": {
3504
+ "type": "identifier",
3505
+ "name": "Conversation"
3506
+ }
3507
+ }
3508
+ }
3509
+ },
3510
+ {
3511
+ "name": "action.click",
3512
+ "detail": {
3513
+ "annotation": {
3514
+ "type": "reference",
3515
+ "typeName": {
3516
+ "type": "identifier",
3517
+ "name": "ActionClickDetail"
3518
+ }
3519
+ }
3520
+ }
3521
+ }
3522
+ ],
3523
+ "methods": [],
3524
+ "types": [
3525
+ {
3526
+ "type": "interface",
3527
+ "name": "Conversation",
3528
+ "body": [
3529
+ {
3530
+ "type": "propertySignature",
3531
+ "key": {
3532
+ "type": "identifier",
3533
+ "name": "conversationId"
3534
+ },
3535
+ "annotation": {
3536
+ "type": "keyword",
3537
+ "value": "string"
3538
+ },
3539
+ "computed": false
3540
+ },
3541
+ {
3542
+ "type": "propertySignature",
3543
+ "key": {
3544
+ "type": "identifier",
3545
+ "name": "title"
3546
+ },
3547
+ "annotation": {
3548
+ "type": "keyword",
3549
+ "value": "string"
3550
+ },
3551
+ "computed": false
3552
+ },
3553
+ {
3554
+ "type": "propertySignature",
3555
+ "key": {
3556
+ "type": "identifier",
3557
+ "name": "startTime"
3558
+ },
3559
+ "annotation": {
3560
+ "type": "keyword",
3561
+ "value": "number"
3562
+ },
3563
+ "computed": false
3564
+ },
3565
+ {
3566
+ "type": "propertySignature",
3567
+ "key": {
3568
+ "type": "identifier",
3569
+ "name": "description"
3570
+ },
3571
+ "annotation": {
3572
+ "type": "keyword",
3573
+ "value": "string"
3574
+ },
3575
+ "optional": true,
3576
+ "computed": false
3577
+ },
3578
+ {
3579
+ "type": "propertySignature",
3580
+ "key": {
3581
+ "type": "identifier",
3582
+ "name": "goalInstanceId"
3583
+ },
3584
+ "annotation": {
3585
+ "type": "keyword",
3586
+ "value": "string"
3587
+ },
3588
+ "optional": true,
3589
+ "computed": false
3590
+ },
3591
+ {
3592
+ "type": "propertySignature",
3593
+ "key": {
3594
+ "type": "identifier",
3595
+ "name": "username"
3596
+ },
3597
+ "annotation": {
3598
+ "type": "keyword",
3599
+ "value": "string"
3600
+ },
3601
+ "optional": true,
3602
+ "computed": false
3603
+ }
3604
+ ]
3605
+ },
3606
+ {
3607
+ "type": "interface",
3608
+ "name": "Goal",
3609
+ "body": [
3610
+ {
3611
+ "type": "propertySignature",
3612
+ "key": {
3613
+ "type": "identifier",
3614
+ "name": "instanceId"
3615
+ },
3616
+ "annotation": {
3617
+ "type": "keyword",
3618
+ "value": "string"
3619
+ },
3620
+ "computed": false
3621
+ },
3622
+ {
3623
+ "type": "propertySignature",
3624
+ "key": {
3625
+ "type": "identifier",
3626
+ "name": "title"
3627
+ },
3628
+ "annotation": {
3629
+ "type": "keyword",
3630
+ "value": "string"
3631
+ },
3632
+ "computed": false
3633
+ }
3634
+ ]
3635
+ },
3636
+ {
3637
+ "type": "interface",
3638
+ "name": "ActionClickDetail",
3639
+ "body": [
3640
+ {
3641
+ "type": "propertySignature",
3642
+ "key": {
3643
+ "type": "identifier",
3644
+ "name": "action"
3645
+ },
3646
+ "annotation": {
3647
+ "type": "reference",
3648
+ "typeName": {
3649
+ "type": "identifier",
3650
+ "name": "SimpleActionType"
3651
+ }
3652
+ },
3653
+ "computed": false
3654
+ },
3655
+ {
3656
+ "type": "propertySignature",
3657
+ "key": {
3658
+ "type": "identifier",
3659
+ "name": "item"
3660
+ },
3661
+ "annotation": {
3662
+ "type": "reference",
3663
+ "typeName": {
3664
+ "type": "identifier",
3665
+ "name": "Conversation"
3666
+ }
3667
+ },
3668
+ "computed": false
3669
+ }
3670
+ ]
3671
+ }
3672
+ ]
3673
+ },
3674
3674
  "ai-portal.show-case": {
3675
3675
  "properties": [
3676
3676
  {
@@ -5578,7 +5578,33 @@
5578
5578
  "type": "propertySignature",
5579
5579
  "key": {
5580
5580
  "type": "identifier",
5581
- "name": "options"
5581
+ "name": "groupKey"
5582
+ },
5583
+ "annotation": {
5584
+ "type": "keyword",
5585
+ "value": "string"
5586
+ },
5587
+ "optional": true,
5588
+ "computed": false
5589
+ },
5590
+ {
5591
+ "type": "propertySignature",
5592
+ "key": {
5593
+ "type": "identifier",
5594
+ "name": "groupLabel"
5595
+ },
5596
+ "annotation": {
5597
+ "type": "keyword",
5598
+ "value": "string"
5599
+ },
5600
+ "optional": true,
5601
+ "computed": false
5602
+ },
5603
+ {
5604
+ "type": "propertySignature",
5605
+ "key": {
5606
+ "type": "identifier",
5607
+ "name": "subCommands"
5582
5608
  },
5583
5609
  "annotation": {
5584
5610
  "type": "array",