@next-bricks/ai-portal 0.60.3 → 0.61.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.
Files changed (53) hide show
  1. package/dist/bricks.json +28 -27
  2. package/dist/chunks/{1480.0de951a3.js → 1480.a7ffdf61.js} +2 -2
  3. package/dist/chunks/1480.a7ffdf61.js.map +1 -0
  4. package/dist/chunks/{2232.085b8abd.js → 2232.06e10f13.js} +2 -2
  5. package/dist/chunks/2232.06e10f13.js.map +1 -0
  6. package/dist/chunks/{5712.f692e3f5.js → 5712.6b8e0a77.js} +2 -2
  7. package/dist/chunks/5712.6b8e0a77.js.map +1 -0
  8. package/dist/chunks/9164.34a6f72c.js +2 -0
  9. package/dist/chunks/9164.34a6f72c.js.map +1 -0
  10. package/dist/chunks/9271.24992b40.js +2 -0
  11. package/dist/chunks/9271.24992b40.js.map +1 -0
  12. package/dist/chunks/chat-box.3a31adcd.js +3 -0
  13. package/dist/chunks/chat-box.3a31adcd.js.map +1 -0
  14. package/dist/chunks/chat-input.8d663f4e.js +3 -0
  15. package/dist/chunks/chat-input.8d663f4e.js.LICENSE.txt +1 -0
  16. package/dist/chunks/chat-input.8d663f4e.js.map +1 -0
  17. package/dist/chunks/chat-stream.d3cde350.js +2 -0
  18. package/dist/chunks/chat-stream.d3cde350.js.map +1 -0
  19. package/dist/chunks/cruise-canvas.c1a7bc9f.js +2 -0
  20. package/dist/chunks/cruise-canvas.c1a7bc9f.js.map +1 -0
  21. package/dist/chunks/{main.fc9fd5d4.js → main.08d6c690.js} +2 -2
  22. package/dist/chunks/{main.fc9fd5d4.js.map → main.08d6c690.js.map} +1 -1
  23. package/dist/examples.json +17 -17
  24. package/dist/{index.f2850973.js → index.5a41efb9.js} +2 -2
  25. package/dist/{index.f2850973.js.map → index.5a41efb9.js.map} +1 -1
  26. package/dist/manifest.json +256 -220
  27. package/dist/types.json +844 -868
  28. package/dist-types/chat-box/index.d.ts +3 -10
  29. package/dist-types/chat-input/i18n.d.ts +3 -1
  30. package/dist-types/chat-input/index.d.ts +16 -1
  31. package/dist-types/chat-stream/ChatStream.d.ts +1 -1
  32. package/dist-types/chat-stream/index.d.ts +5 -0
  33. package/dist-types/cruise-canvas/CruiseCanvas.d.ts +1 -1
  34. package/dist-types/cruise-canvas/index.d.ts +5 -0
  35. package/dist-types/shared/ChatCompletions/useChatCompletions.d.ts +65 -0
  36. package/dist-types/shared/TaskContext.d.ts +3 -0
  37. package/package.json +2 -2
  38. package/dist/chunks/1480.0de951a3.js.map +0 -1
  39. package/dist/chunks/2232.085b8abd.js.map +0 -1
  40. package/dist/chunks/2324.a4a90c77.js +0 -2
  41. package/dist/chunks/2324.a4a90c77.js.map +0 -1
  42. package/dist/chunks/5712.f692e3f5.js.map +0 -1
  43. package/dist/chunks/6792.03e66697.js +0 -2
  44. package/dist/chunks/6792.03e66697.js.map +0 -1
  45. package/dist/chunks/chat-box.a8e58e50.js +0 -3
  46. package/dist/chunks/chat-box.a8e58e50.js.map +0 -1
  47. package/dist/chunks/chat-input.e999f79c.js +0 -2
  48. package/dist/chunks/chat-input.e999f79c.js.map +0 -1
  49. package/dist/chunks/chat-stream.8d8dc5a0.js +0 -2
  50. package/dist/chunks/chat-stream.8d8dc5a0.js.map +0 -1
  51. package/dist/chunks/cruise-canvas.4a0692fb.js +0 -2
  52. package/dist/chunks/cruise-canvas.4a0692fb.js.map +0 -1
  53. /package/dist/chunks/{chat-box.a8e58e50.js.LICENSE.txt → chat-box.3a31adcd.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,4 +1,108 @@
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
+ },
2
106
  "ai-portal.icon-button": {
3
107
  "properties": [
4
108
  {
@@ -1417,20 +1521,26 @@
1417
1521
  }
1418
1522
  }
1419
1523
  },
1420
- "ai-portal.stat-with-mini-chart": {
1524
+ "ai-portal.page-container": {
1421
1525
  "properties": [
1422
1526
  {
1423
- "name": "label",
1527
+ "name": "pageTitle",
1424
1528
  "annotation": {
1425
1529
  "type": "keyword",
1426
1530
  "value": "string"
1427
1531
  }
1428
1532
  },
1429
1533
  {
1430
- "name": "value",
1534
+ "name": "breadcrumbs",
1431
1535
  "annotation": {
1432
- "type": "keyword",
1433
- "value": "string"
1536
+ "type": "array",
1537
+ "elementType": {
1538
+ "type": "reference",
1539
+ "typeName": {
1540
+ "type": "identifier",
1541
+ "name": "Breadcrumb"
1542
+ }
1543
+ }
1434
1544
  }
1435
1545
  },
1436
1546
  {
@@ -1445,81 +1555,79 @@
1445
1555
  {
1446
1556
  "type": "jsLiteral",
1447
1557
  "value": "small"
1558
+ },
1559
+ {
1560
+ "type": "jsLiteral",
1561
+ "value": "full"
1448
1562
  }
1449
1563
  ]
1450
1564
  }
1451
1565
  },
1452
1566
  {
1453
- "name": "lineColor",
1567
+ "name": "variant",
1454
1568
  "annotation": {
1455
- "type": "keyword",
1456
- "value": "string"
1569
+ "type": "union",
1570
+ "types": [
1571
+ {
1572
+ "type": "jsLiteral",
1573
+ "value": "default"
1574
+ },
1575
+ {
1576
+ "type": "jsLiteral",
1577
+ "value": "form"
1578
+ }
1579
+ ]
1457
1580
  }
1458
1581
  },
1459
1582
  {
1460
- "name": "showArea",
1583
+ "name": "sticky",
1461
1584
  "annotation": {
1462
1585
  "type": "keyword",
1463
1586
  "value": "boolean"
1464
1587
  }
1465
1588
  },
1466
1589
  {
1467
- "name": "min",
1468
- "annotation": {
1469
- "type": "keyword",
1470
- "value": "number"
1471
- }
1472
- },
1473
- {
1474
- "name": "max",
1475
- "annotation": {
1476
- "type": "keyword",
1477
- "value": "number"
1478
- }
1479
- },
1480
- {
1481
- "name": "xField",
1482
- "annotation": {
1483
- "type": "keyword",
1484
- "value": "string"
1485
- }
1486
- },
1487
- {
1488
- "name": "yField",
1590
+ "name": "textContent",
1489
1591
  "annotation": {
1490
1592
  "type": "keyword",
1491
1593
  "value": "string"
1492
1594
  }
1493
- },
1595
+ }
1596
+ ],
1597
+ "events": [],
1598
+ "methods": [],
1599
+ "types": [
1494
1600
  {
1495
- "name": "data",
1496
- "annotation": {
1497
- "type": "array",
1498
- "elementType": {
1499
- "type": "reference",
1500
- "typeName": {
1601
+ "type": "interface",
1602
+ "name": "Breadcrumb",
1603
+ "body": [
1604
+ {
1605
+ "type": "propertySignature",
1606
+ "key": {
1501
1607
  "type": "identifier",
1502
- "name": "Record"
1608
+ "name": "text"
1503
1609
  },
1504
- "typeParameters": {
1505
- "type": "typeParameterInstantiation",
1506
- "params": [
1507
- {
1508
- "type": "keyword",
1509
- "value": "string"
1510
- },
1511
- {
1512
- "type": "keyword",
1513
- "value": "number"
1514
- }
1515
- ]
1516
- }
1610
+ "annotation": {
1611
+ "type": "keyword",
1612
+ "value": "string"
1613
+ },
1614
+ "computed": false
1615
+ },
1616
+ {
1617
+ "type": "propertySignature",
1618
+ "key": {
1619
+ "type": "identifier",
1620
+ "name": "url"
1621
+ },
1622
+ "annotation": {
1623
+ "type": "keyword",
1624
+ "value": "string"
1625
+ },
1626
+ "computed": false
1517
1627
  }
1518
- }
1628
+ ]
1519
1629
  }
1520
- ],
1521
- "events": [],
1522
- "methods": []
1630
+ ]
1523
1631
  },
1524
1632
  "ai-portal.set-chat-command": {
1525
1633
  "type": "provider",
@@ -1586,138 +1694,30 @@
1586
1694
  }
1587
1695
  ]
1588
1696
  },
1589
- "ai-portal.page-container": {
1697
+ "ai-portal.tab-list": {
1590
1698
  "properties": [
1591
1699
  {
1592
- "name": "pageTitle",
1593
- "annotation": {
1594
- "type": "keyword",
1595
- "value": "string"
1596
- }
1597
- },
1598
- {
1599
- "name": "breadcrumbs",
1700
+ "name": "tabs",
1600
1701
  "annotation": {
1601
1702
  "type": "array",
1602
1703
  "elementType": {
1603
1704
  "type": "reference",
1604
1705
  "typeName": {
1605
1706
  "type": "identifier",
1606
- "name": "Breadcrumb"
1707
+ "name": "Tab"
1607
1708
  }
1608
1709
  }
1609
1710
  }
1610
1711
  },
1611
1712
  {
1612
- "name": "size",
1713
+ "name": "activeTab",
1613
1714
  "annotation": {
1614
- "type": "union",
1615
- "types": [
1616
- {
1617
- "type": "jsLiteral",
1618
- "value": "medium"
1619
- },
1620
- {
1621
- "type": "jsLiteral",
1622
- "value": "small"
1623
- },
1624
- {
1625
- "type": "jsLiteral",
1626
- "value": "full"
1627
- }
1628
- ]
1715
+ "type": "keyword",
1716
+ "value": "string"
1629
1717
  }
1630
- },
1631
- {
1632
- "name": "variant",
1633
- "annotation": {
1634
- "type": "union",
1635
- "types": [
1636
- {
1637
- "type": "jsLiteral",
1638
- "value": "default"
1639
- },
1640
- {
1641
- "type": "jsLiteral",
1642
- "value": "form"
1643
- }
1644
- ]
1645
- }
1646
- },
1647
- {
1648
- "name": "sticky",
1649
- "annotation": {
1650
- "type": "keyword",
1651
- "value": "boolean"
1652
- }
1653
- },
1654
- {
1655
- "name": "textContent",
1656
- "annotation": {
1657
- "type": "keyword",
1658
- "value": "string"
1659
- }
1660
- }
1661
- ],
1662
- "events": [],
1663
- "methods": [],
1664
- "types": [
1665
- {
1666
- "type": "interface",
1667
- "name": "Breadcrumb",
1668
- "body": [
1669
- {
1670
- "type": "propertySignature",
1671
- "key": {
1672
- "type": "identifier",
1673
- "name": "text"
1674
- },
1675
- "annotation": {
1676
- "type": "keyword",
1677
- "value": "string"
1678
- },
1679
- "computed": false
1680
- },
1681
- {
1682
- "type": "propertySignature",
1683
- "key": {
1684
- "type": "identifier",
1685
- "name": "url"
1686
- },
1687
- "annotation": {
1688
- "type": "keyword",
1689
- "value": "string"
1690
- },
1691
- "computed": false
1692
- }
1693
- ]
1694
- }
1695
- ]
1696
- },
1697
- "ai-portal.tab-list": {
1698
- "properties": [
1699
- {
1700
- "name": "tabs",
1701
- "annotation": {
1702
- "type": "array",
1703
- "elementType": {
1704
- "type": "reference",
1705
- "typeName": {
1706
- "type": "identifier",
1707
- "name": "Tab"
1708
- }
1709
- }
1710
- }
1711
- },
1712
- {
1713
- "name": "activeTab",
1714
- "annotation": {
1715
- "type": "keyword",
1716
- "value": "string"
1717
- }
1718
- }
1719
- ],
1720
- "events": [
1718
+ }
1719
+ ],
1720
+ "events": [
1721
1721
  {
1722
1722
  "name": "tab.click",
1723
1723
  "detail": {
@@ -2107,7 +2107,7 @@
2107
2107
  }
2108
2108
  ]
2109
2109
  },
2110
- "ai-portal.show-cases": {
2110
+ "ai-portal.mcp-tools": {
2111
2111
  "properties": [
2112
2112
  {
2113
2113
  "name": "list",
@@ -2117,13 +2117,13 @@
2117
2117
  "type": "reference",
2118
2118
  "typeName": {
2119
2119
  "type": "identifier",
2120
- "name": "ShowCaseType"
2120
+ "name": "McpTool"
2121
2121
  }
2122
2122
  }
2123
2123
  }
2124
2124
  },
2125
2125
  {
2126
- "name": "limit",
2126
+ "name": "stickyTop",
2127
2127
  "annotation": {
2128
2128
  "type": "keyword",
2129
2129
  "value": "number"
@@ -2135,13 +2135,13 @@
2135
2135
  "types": [
2136
2136
  {
2137
2137
  "type": "interface",
2138
- "name": "ShowCaseType",
2138
+ "name": "McpTool",
2139
2139
  "body": [
2140
2140
  {
2141
2141
  "type": "propertySignature",
2142
2142
  "key": {
2143
2143
  "type": "identifier",
2144
- "name": "conversationId"
2144
+ "name": "name"
2145
2145
  },
2146
2146
  "annotation": {
2147
2147
  "type": "keyword",
@@ -2165,7 +2165,7 @@
2165
2165
  "type": "propertySignature",
2166
2166
  "key": {
2167
2167
  "type": "identifier",
2168
- "name": "summary"
2168
+ "name": "description"
2169
2169
  },
2170
2170
  "annotation": {
2171
2171
  "type": "keyword",
@@ -2177,7 +2177,44 @@
2177
2177
  "type": "propertySignature",
2178
2178
  "key": {
2179
2179
  "type": "identifier",
2180
- "name": "scenario"
2180
+ "name": "icon"
2181
+ },
2182
+ "annotation": {
2183
+ "type": "reference",
2184
+ "typeName": {
2185
+ "type": "identifier",
2186
+ "name": "GeneralIconProps"
2187
+ }
2188
+ },
2189
+ "optional": true,
2190
+ "computed": false
2191
+ },
2192
+ {
2193
+ "type": "propertySignature",
2194
+ "key": {
2195
+ "type": "identifier",
2196
+ "name": "server"
2197
+ },
2198
+ "annotation": {
2199
+ "type": "reference",
2200
+ "typeName": {
2201
+ "type": "identifier",
2202
+ "name": "McpServer"
2203
+ }
2204
+ },
2205
+ "computed": false
2206
+ }
2207
+ ]
2208
+ },
2209
+ {
2210
+ "type": "interface",
2211
+ "name": "McpServer",
2212
+ "body": [
2213
+ {
2214
+ "type": "propertySignature",
2215
+ "key": {
2216
+ "type": "identifier",
2217
+ "name": "id"
2181
2218
  },
2182
2219
  "annotation": {
2183
2220
  "type": "keyword",
@@ -2189,20 +2226,19 @@
2189
2226
  "type": "propertySignature",
2190
2227
  "key": {
2191
2228
  "type": "identifier",
2192
- "name": "url"
2229
+ "name": "name"
2193
2230
  },
2194
2231
  "annotation": {
2195
2232
  "type": "keyword",
2196
2233
  "value": "string"
2197
2234
  },
2198
- "optional": true,
2199
2235
  "computed": false
2200
2236
  }
2201
2237
  ]
2202
2238
  }
2203
2239
  ]
2204
2240
  },
2205
- "ai-portal.mcp-tools": {
2241
+ "ai-portal.show-cases": {
2206
2242
  "properties": [
2207
2243
  {
2208
2244
  "name": "list",
@@ -2212,13 +2248,13 @@
2212
2248
  "type": "reference",
2213
2249
  "typeName": {
2214
2250
  "type": "identifier",
2215
- "name": "McpTool"
2251
+ "name": "ShowCaseType"
2216
2252
  }
2217
2253
  }
2218
2254
  }
2219
2255
  },
2220
2256
  {
2221
- "name": "stickyTop",
2257
+ "name": "limit",
2222
2258
  "annotation": {
2223
2259
  "type": "keyword",
2224
2260
  "value": "number"
@@ -2230,13 +2266,13 @@
2230
2266
  "types": [
2231
2267
  {
2232
2268
  "type": "interface",
2233
- "name": "McpTool",
2269
+ "name": "ShowCaseType",
2234
2270
  "body": [
2235
2271
  {
2236
2272
  "type": "propertySignature",
2237
2273
  "key": {
2238
2274
  "type": "identifier",
2239
- "name": "name"
2275
+ "name": "conversationId"
2240
2276
  },
2241
2277
  "annotation": {
2242
2278
  "type": "keyword",
@@ -2260,7 +2296,7 @@
2260
2296
  "type": "propertySignature",
2261
2297
  "key": {
2262
2298
  "type": "identifier",
2263
- "name": "description"
2299
+ "name": "summary"
2264
2300
  },
2265
2301
  "annotation": {
2266
2302
  "type": "keyword",
@@ -2272,44 +2308,7 @@
2272
2308
  "type": "propertySignature",
2273
2309
  "key": {
2274
2310
  "type": "identifier",
2275
- "name": "icon"
2276
- },
2277
- "annotation": {
2278
- "type": "reference",
2279
- "typeName": {
2280
- "type": "identifier",
2281
- "name": "GeneralIconProps"
2282
- }
2283
- },
2284
- "optional": true,
2285
- "computed": false
2286
- },
2287
- {
2288
- "type": "propertySignature",
2289
- "key": {
2290
- "type": "identifier",
2291
- "name": "server"
2292
- },
2293
- "annotation": {
2294
- "type": "reference",
2295
- "typeName": {
2296
- "type": "identifier",
2297
- "name": "McpServer"
2298
- }
2299
- },
2300
- "computed": false
2301
- }
2302
- ]
2303
- },
2304
- {
2305
- "type": "interface",
2306
- "name": "McpServer",
2307
- "body": [
2308
- {
2309
- "type": "propertySignature",
2310
- "key": {
2311
- "type": "identifier",
2312
- "name": "id"
2311
+ "name": "scenario"
2313
2312
  },
2314
2313
  "annotation": {
2315
2314
  "type": "keyword",
@@ -2321,12 +2320,13 @@
2321
2320
  "type": "propertySignature",
2322
2321
  "key": {
2323
2322
  "type": "identifier",
2324
- "name": "name"
2323
+ "name": "url"
2325
2324
  },
2326
2325
  "annotation": {
2327
2326
  "type": "keyword",
2328
2327
  "value": "string"
2329
2328
  },
2329
+ "optional": true,
2330
2330
  "computed": false
2331
2331
  }
2332
2332
  ]
@@ -2849,7 +2849,7 @@
2849
2849
  }
2850
2850
  ]
2851
2851
  },
2852
- "ai-portal.project-conversations": {
2852
+ "ai-portal.activity-timeline": {
2853
2853
  "properties": [
2854
2854
  {
2855
2855
  "name": "list",
@@ -2859,248 +2859,22 @@
2859
2859
  "type": "reference",
2860
2860
  "typeName": {
2861
2861
  "type": "identifier",
2862
- "name": "Conversation"
2862
+ "name": "Activity"
2863
2863
  }
2864
2864
  }
2865
2865
  }
2866
2866
  },
2867
2867
  {
2868
- "name": "urlTemplate",
2868
+ "name": "chatUrlTemplate",
2869
2869
  "annotation": {
2870
2870
  "type": "keyword",
2871
2871
  "value": "string"
2872
2872
  }
2873
- },
2874
- {
2875
- "name": "actions",
2876
- "annotation": {
2877
- "type": "array",
2878
- "elementType": {
2879
- "type": "reference",
2880
- "typeName": {
2881
- "type": "identifier",
2882
- "name": "ActionType"
2883
- }
2884
- }
2885
- }
2886
- },
2887
- {
2888
- "name": "goals",
2889
- "annotation": {
2890
- "type": "array",
2891
- "elementType": {
2892
- "type": "reference",
2893
- "typeName": {
2894
- "type": "identifier",
2895
- "name": "Goal"
2896
- }
2897
- }
2898
- }
2899
2873
  }
2900
2874
  ],
2901
- "events": [
2902
- {
2903
- "name": "goal.click",
2904
- "detail": {
2905
- "annotation": {
2906
- "type": "reference",
2907
- "typeName": {
2908
- "type": "identifier",
2909
- "name": "Conversation"
2910
- }
2911
- }
2912
- }
2913
- },
2914
- {
2915
- "name": "action.click",
2916
- "detail": {
2917
- "annotation": {
2918
- "type": "reference",
2919
- "typeName": {
2920
- "type": "identifier",
2921
- "name": "ActionClickDetail"
2922
- }
2923
- }
2924
- }
2925
- }
2926
- ],
2927
- "methods": [],
2928
- "types": [
2929
- {
2930
- "type": "interface",
2931
- "name": "Conversation",
2932
- "body": [
2933
- {
2934
- "type": "propertySignature",
2935
- "key": {
2936
- "type": "identifier",
2937
- "name": "conversationId"
2938
- },
2939
- "annotation": {
2940
- "type": "keyword",
2941
- "value": "string"
2942
- },
2943
- "computed": false
2944
- },
2945
- {
2946
- "type": "propertySignature",
2947
- "key": {
2948
- "type": "identifier",
2949
- "name": "title"
2950
- },
2951
- "annotation": {
2952
- "type": "keyword",
2953
- "value": "string"
2954
- },
2955
- "computed": false
2956
- },
2957
- {
2958
- "type": "propertySignature",
2959
- "key": {
2960
- "type": "identifier",
2961
- "name": "startTime"
2962
- },
2963
- "annotation": {
2964
- "type": "keyword",
2965
- "value": "number"
2966
- },
2967
- "computed": false
2968
- },
2969
- {
2970
- "type": "propertySignature",
2971
- "key": {
2972
- "type": "identifier",
2973
- "name": "description"
2974
- },
2975
- "annotation": {
2976
- "type": "keyword",
2977
- "value": "string"
2978
- },
2979
- "optional": true,
2980
- "computed": false
2981
- },
2982
- {
2983
- "type": "propertySignature",
2984
- "key": {
2985
- "type": "identifier",
2986
- "name": "goalInstanceId"
2987
- },
2988
- "annotation": {
2989
- "type": "keyword",
2990
- "value": "string"
2991
- },
2992
- "optional": true,
2993
- "computed": false
2994
- },
2995
- {
2996
- "type": "propertySignature",
2997
- "key": {
2998
- "type": "identifier",
2999
- "name": "username"
3000
- },
3001
- "annotation": {
3002
- "type": "keyword",
3003
- "value": "string"
3004
- },
3005
- "optional": true,
3006
- "computed": false
3007
- }
3008
- ]
3009
- },
3010
- {
3011
- "type": "interface",
3012
- "name": "Goal",
3013
- "body": [
3014
- {
3015
- "type": "propertySignature",
3016
- "key": {
3017
- "type": "identifier",
3018
- "name": "instanceId"
3019
- },
3020
- "annotation": {
3021
- "type": "keyword",
3022
- "value": "string"
3023
- },
3024
- "computed": false
3025
- },
3026
- {
3027
- "type": "propertySignature",
3028
- "key": {
3029
- "type": "identifier",
3030
- "name": "title"
3031
- },
3032
- "annotation": {
3033
- "type": "keyword",
3034
- "value": "string"
3035
- },
3036
- "computed": false
3037
- }
3038
- ]
3039
- },
3040
- {
3041
- "type": "interface",
3042
- "name": "ActionClickDetail",
3043
- "body": [
3044
- {
3045
- "type": "propertySignature",
3046
- "key": {
3047
- "type": "identifier",
3048
- "name": "action"
3049
- },
3050
- "annotation": {
3051
- "type": "reference",
3052
- "typeName": {
3053
- "type": "identifier",
3054
- "name": "SimpleActionType"
3055
- }
3056
- },
3057
- "computed": false
3058
- },
3059
- {
3060
- "type": "propertySignature",
3061
- "key": {
3062
- "type": "identifier",
3063
- "name": "item"
3064
- },
3065
- "annotation": {
3066
- "type": "reference",
3067
- "typeName": {
3068
- "type": "identifier",
3069
- "name": "Conversation"
3070
- }
3071
- },
3072
- "computed": false
3073
- }
3074
- ]
3075
- }
3076
- ]
3077
- },
3078
- "ai-portal.activity-timeline": {
3079
- "properties": [
3080
- {
3081
- "name": "list",
3082
- "annotation": {
3083
- "type": "array",
3084
- "elementType": {
3085
- "type": "reference",
3086
- "typeName": {
3087
- "type": "identifier",
3088
- "name": "Activity"
3089
- }
3090
- }
3091
- }
3092
- },
3093
- {
3094
- "name": "chatUrlTemplate",
3095
- "annotation": {
3096
- "type": "keyword",
3097
- "value": "string"
3098
- }
3099
- }
3100
- ],
3101
- "events": [],
3102
- "methods": [],
3103
- "types": [
2875
+ "events": [],
2876
+ "methods": [],
2877
+ "types": [
3104
2878
  {
3105
2879
  "type": "typeAlias",
3106
2880
  "name": "Activity",
@@ -4095,6 +3869,48 @@
4095
3869
  "name": "UploadOptions"
4096
3870
  }
4097
3871
  }
3872
+ },
3873
+ {
3874
+ "name": "aiEmployees",
3875
+ "annotation": {
3876
+ "type": "array",
3877
+ "elementType": {
3878
+ "type": "reference",
3879
+ "typeName": {
3880
+ "type": "identifier",
3881
+ "name": "AIEmployee"
3882
+ }
3883
+ }
3884
+ }
3885
+ },
3886
+ {
3887
+ "name": "commands",
3888
+ "annotation": {
3889
+ "type": "array",
3890
+ "elementType": {
3891
+ "type": "reference",
3892
+ "typeName": {
3893
+ "type": "identifier",
3894
+ "name": "Command"
3895
+ }
3896
+ }
3897
+ }
3898
+ },
3899
+ {
3900
+ "name": "suggestionsPlacement",
3901
+ "annotation": {
3902
+ "type": "union",
3903
+ "types": [
3904
+ {
3905
+ "type": "jsLiteral",
3906
+ "value": "top"
3907
+ },
3908
+ {
3909
+ "type": "jsLiteral",
3910
+ "value": "bottom"
3911
+ }
3912
+ ]
3913
+ }
4098
3914
  }
4099
3915
  ],
4100
3916
  "events": [
@@ -4244,242 +4060,138 @@
4244
4060
  },
4245
4061
  {
4246
4062
  "type": "interface",
4247
- "name": "ChatPayload",
4063
+ "name": "AIEmployee",
4248
4064
  "body": [
4249
4065
  {
4250
4066
  "type": "propertySignature",
4251
4067
  "key": {
4252
4068
  "type": "identifier",
4253
- "name": "content"
4069
+ "name": "employeeId"
4254
4070
  },
4255
4071
  "annotation": {
4256
4072
  "type": "keyword",
4257
4073
  "value": "string"
4258
4074
  },
4259
4075
  "computed": false
4260
- }
4261
- ],
4262
- "extends": [
4076
+ },
4263
4077
  {
4264
- "type": "expressionWithTypeArguments",
4265
- "expression": {
4078
+ "type": "propertySignature",
4079
+ "key": {
4266
4080
  "type": "identifier",
4267
- "name": "ExtraChatPayload"
4268
- }
4081
+ "name": "name"
4082
+ },
4083
+ "annotation": {
4084
+ "type": "keyword",
4085
+ "value": "string"
4086
+ },
4087
+ "computed": false
4269
4088
  }
4270
4089
  ]
4271
4090
  },
4272
4091
  {
4273
4092
  "type": "interface",
4274
- "name": "ExtraChatPayload",
4093
+ "name": "Command",
4275
4094
  "body": [
4276
4095
  {
4277
4096
  "type": "propertySignature",
4278
4097
  "key": {
4279
4098
  "type": "identifier",
4280
- "name": "files"
4099
+ "name": "label"
4281
4100
  },
4282
4101
  "annotation": {
4283
- "type": "array",
4284
- "elementType": {
4285
- "type": "reference",
4286
- "typeName": {
4287
- "type": "identifier",
4288
- "name": "UploadFileInfo"
4289
- }
4290
- }
4102
+ "type": "keyword",
4103
+ "value": "string"
4291
4104
  },
4292
- "optional": true,
4293
4105
  "computed": false
4294
4106
  },
4295
4107
  {
4296
4108
  "type": "propertySignature",
4297
4109
  "key": {
4298
4110
  "type": "identifier",
4299
- "name": "cmd"
4111
+ "name": "value"
4300
4112
  },
4301
4113
  "annotation": {
4302
- "type": "union",
4303
- "types": [
4304
- {
4305
- "type": "reference",
4306
- "typeName": {
4307
- "type": "identifier",
4308
- "name": "CommandPayload"
4309
- }
4310
- },
4311
- {
4312
- "type": "keyword",
4313
- "value": "null"
4314
- }
4315
- ]
4114
+ "type": "keyword",
4115
+ "value": "string"
4316
4116
  },
4317
- "optional": true,
4318
4117
  "computed": false
4319
4118
  },
4320
4119
  {
4321
4120
  "type": "propertySignature",
4322
4121
  "key": {
4323
4122
  "type": "identifier",
4324
- "name": "aiEmployeeId"
4123
+ "name": "groupKey"
4325
4124
  },
4326
4125
  "annotation": {
4327
- "type": "union",
4328
- "types": [
4329
- {
4330
- "type": "keyword",
4331
- "value": "string"
4332
- },
4333
- {
4334
- "type": "keyword",
4335
- "value": "null"
4336
- }
4337
- ]
4126
+ "type": "keyword",
4127
+ "value": "string"
4338
4128
  },
4339
4129
  "optional": true,
4340
4130
  "computed": false
4341
- }
4342
- ]
4343
- },
4344
- {
4345
- "type": "interface",
4346
- "name": "UploadFileInfo",
4347
- "body": [
4131
+ },
4348
4132
  {
4349
4133
  "type": "propertySignature",
4350
4134
  "key": {
4351
4135
  "type": "identifier",
4352
- "name": "fileId"
4136
+ "name": "groupLabel"
4353
4137
  },
4354
4138
  "annotation": {
4355
4139
  "type": "keyword",
4356
4140
  "value": "string"
4357
4141
  },
4142
+ "optional": true,
4358
4143
  "computed": false
4359
- }
4360
- ]
4361
- },
4362
- {
4363
- "type": "typeAlias",
4364
- "name": "CommandPayload",
4365
- "annotation": {
4366
- "type": "union",
4367
- "types": [
4368
- {
4369
- "type": "reference",
4370
- "typeName": {
4371
- "type": "identifier",
4372
- "name": "CommandPayloadServiceFlowStart"
4373
- }
4144
+ },
4145
+ {
4146
+ "type": "propertySignature",
4147
+ "key": {
4148
+ "type": "identifier",
4149
+ "name": "subCommands"
4374
4150
  },
4375
- {
4376
- "type": "reference",
4377
- "typeName": {
4378
- "type": "identifier",
4379
- "name": "CommandPayloadServiceFlowCreate"
4151
+ "annotation": {
4152
+ "type": "array",
4153
+ "elementType": {
4154
+ "type": "reference",
4155
+ "typeName": {
4156
+ "type": "identifier",
4157
+ "name": "Command"
4158
+ }
4380
4159
  }
4381
4160
  },
4382
- {
4383
- "type": "reference",
4384
- "typeName": {
4385
- "type": "identifier",
4386
- "name": "CommandPayloadServiceFlowEdit"
4387
- }
4161
+ "optional": true,
4162
+ "computed": false
4163
+ },
4164
+ {
4165
+ "type": "propertySignature",
4166
+ "key": {
4167
+ "type": "identifier",
4168
+ "name": "payload"
4388
4169
  },
4389
- {
4170
+ "annotation": {
4390
4171
  "type": "reference",
4391
4172
  "typeName": {
4392
4173
  "type": "identifier",
4393
- "name": "CommandPayloadGoalPlan"
4174
+ "name": "CommandPayload"
4394
4175
  }
4395
4176
  },
4396
- {
4397
- "type": "reference",
4398
- "typeName": {
4399
- "type": "identifier",
4400
- "name": "LegacyCommandPayloadServiceFlowStarting"
4401
- }
4402
- }
4403
- ]
4404
- }
4177
+ "optional": true,
4178
+ "computed": false
4179
+ }
4180
+ ]
4405
4181
  },
4406
4182
  {
4407
4183
  "type": "interface",
4408
- "name": "CommandPayloadServiceFlowStart",
4184
+ "name": "ChatPayload",
4409
4185
  "body": [
4410
4186
  {
4411
4187
  "type": "propertySignature",
4412
4188
  "key": {
4413
4189
  "type": "identifier",
4414
- "name": "type"
4415
- },
4416
- "annotation": {
4417
- "type": "jsLiteral",
4418
- "value": "serviceflow-start"
4419
- },
4420
- "computed": false
4421
- },
4422
- {
4423
- "type": "propertySignature",
4424
- "key": {
4425
- "type": "identifier",
4426
- "name": "payload"
4190
+ "name": "content"
4427
4191
  },
4428
4192
  "annotation": {
4429
- "type": "typeLiteral",
4430
- "members": [
4431
- {
4432
- "type": "propertySignature",
4433
- "key": {
4434
- "type": "identifier",
4435
- "name": "spaceInstanceId"
4436
- },
4437
- "annotation": {
4438
- "type": "keyword",
4439
- "value": "string"
4440
- },
4441
- "computed": false
4442
- },
4443
- {
4444
- "type": "propertySignature",
4445
- "key": {
4446
- "type": "identifier",
4447
- "name": "spaceName"
4448
- },
4449
- "annotation": {
4450
- "type": "keyword",
4451
- "value": "string"
4452
- },
4453
- "optional": true,
4454
- "computed": false
4455
- },
4456
- {
4457
- "type": "propertySignature",
4458
- "key": {
4459
- "type": "identifier",
4460
- "name": "flowInstanceId"
4461
- },
4462
- "annotation": {
4463
- "type": "keyword",
4464
- "value": "string"
4465
- },
4466
- "optional": true,
4467
- "computed": false
4468
- },
4469
- {
4470
- "type": "propertySignature",
4471
- "key": {
4472
- "type": "identifier",
4473
- "name": "flowName"
4474
- },
4475
- "annotation": {
4476
- "type": "keyword",
4477
- "value": "string"
4478
- },
4479
- "optional": true,
4480
- "computed": false
4481
- }
4482
- ]
4193
+ "type": "keyword",
4194
+ "value": "string"
4483
4195
  },
4484
4196
  "computed": false
4485
4197
  }
@@ -4489,120 +4201,193 @@
4489
4201
  "type": "expressionWithTypeArguments",
4490
4202
  "expression": {
4491
4203
  "type": "identifier",
4492
- "name": "BaseCommandPayload"
4204
+ "name": "ExtraChatPayload"
4493
4205
  }
4494
4206
  }
4495
4207
  ]
4496
4208
  },
4497
4209
  {
4498
4210
  "type": "interface",
4499
- "name": "BaseCommandPayload",
4211
+ "name": "ExtraChatPayload",
4500
4212
  "body": [
4501
4213
  {
4502
4214
  "type": "propertySignature",
4503
4215
  "key": {
4504
4216
  "type": "identifier",
4505
- "name": "type"
4217
+ "name": "files"
4506
4218
  },
4507
4219
  "annotation": {
4508
- "type": "keyword",
4509
- "value": "string"
4220
+ "type": "array",
4221
+ "elementType": {
4222
+ "type": "reference",
4223
+ "typeName": {
4224
+ "type": "identifier",
4225
+ "name": "UploadFileInfo"
4226
+ }
4227
+ }
4510
4228
  },
4229
+ "optional": true,
4511
4230
  "computed": false
4512
4231
  },
4513
4232
  {
4514
4233
  "type": "propertySignature",
4515
4234
  "key": {
4516
4235
  "type": "identifier",
4517
- "name": "payload"
4236
+ "name": "cmd"
4518
4237
  },
4519
4238
  "annotation": {
4520
- "type": "keyword",
4521
- "value": "unknown"
4239
+ "type": "union",
4240
+ "types": [
4241
+ {
4242
+ "type": "reference",
4243
+ "typeName": {
4244
+ "type": "identifier",
4245
+ "name": "CommandPayload"
4246
+ }
4247
+ },
4248
+ {
4249
+ "type": "keyword",
4250
+ "value": "null"
4251
+ }
4252
+ ]
4522
4253
  },
4523
4254
  "optional": true,
4524
4255
  "computed": false
4525
- }
4526
- ]
4527
- },
4528
- {
4529
- "type": "interface",
4530
- "name": "CommandPayloadServiceFlowCreate",
4531
- "body": [
4256
+ },
4532
4257
  {
4533
4258
  "type": "propertySignature",
4534
4259
  "key": {
4535
4260
  "type": "identifier",
4536
- "name": "type"
4261
+ "name": "aiEmployeeId"
4537
4262
  },
4538
4263
  "annotation": {
4539
- "type": "jsLiteral",
4540
- "value": "serviceflow-create"
4264
+ "type": "union",
4265
+ "types": [
4266
+ {
4267
+ "type": "keyword",
4268
+ "value": "string"
4269
+ },
4270
+ {
4271
+ "type": "keyword",
4272
+ "value": "null"
4273
+ }
4274
+ ]
4541
4275
  },
4276
+ "optional": true,
4542
4277
  "computed": false
4543
- },
4278
+ }
4279
+ ]
4280
+ },
4281
+ {
4282
+ "type": "interface",
4283
+ "name": "UploadFileInfo",
4284
+ "body": [
4544
4285
  {
4545
4286
  "type": "propertySignature",
4546
4287
  "key": {
4547
4288
  "type": "identifier",
4548
- "name": "payload"
4289
+ "name": "fileId"
4549
4290
  },
4550
4291
  "annotation": {
4551
- "type": "typeLiteral",
4552
- "members": [
4553
- {
4554
- "type": "propertySignature",
4555
- "key": {
4556
- "type": "identifier",
4557
- "name": "spaceInstanceId"
4558
- },
4559
- "annotation": {
4560
- "type": "keyword",
4561
- "value": "string"
4562
- },
4563
- "computed": false
4564
- },
4565
- {
4566
- "type": "propertySignature",
4567
- "key": {
4568
- "type": "identifier",
4569
- "name": "spaceName"
4570
- },
4571
- "annotation": {
4572
- "type": "keyword",
4573
- "value": "string"
4574
- },
4575
- "optional": true,
4576
- "computed": false
4577
- }
4578
- ]
4292
+ "type": "keyword",
4293
+ "value": "string"
4579
4294
  },
4580
4295
  "computed": false
4581
4296
  }
4582
- ],
4583
- "extends": [
4584
- {
4585
- "type": "expressionWithTypeArguments",
4586
- "expression": {
4297
+ ]
4298
+ }
4299
+ ]
4300
+ },
4301
+ "ai-portal.project-conversations": {
4302
+ "properties": [
4303
+ {
4304
+ "name": "list",
4305
+ "annotation": {
4306
+ "type": "array",
4307
+ "elementType": {
4308
+ "type": "reference",
4309
+ "typeName": {
4587
4310
  "type": "identifier",
4588
- "name": "BaseCommandPayload"
4311
+ "name": "Conversation"
4589
4312
  }
4590
4313
  }
4591
- ]
4314
+ }
4315
+ },
4316
+ {
4317
+ "name": "urlTemplate",
4318
+ "annotation": {
4319
+ "type": "keyword",
4320
+ "value": "string"
4321
+ }
4322
+ },
4323
+ {
4324
+ "name": "actions",
4325
+ "annotation": {
4326
+ "type": "array",
4327
+ "elementType": {
4328
+ "type": "reference",
4329
+ "typeName": {
4330
+ "type": "identifier",
4331
+ "name": "ActionType"
4332
+ }
4333
+ }
4334
+ }
4592
4335
  },
4336
+ {
4337
+ "name": "goals",
4338
+ "annotation": {
4339
+ "type": "array",
4340
+ "elementType": {
4341
+ "type": "reference",
4342
+ "typeName": {
4343
+ "type": "identifier",
4344
+ "name": "Goal"
4345
+ }
4346
+ }
4347
+ }
4348
+ }
4349
+ ],
4350
+ "events": [
4351
+ {
4352
+ "name": "goal.click",
4353
+ "detail": {
4354
+ "annotation": {
4355
+ "type": "reference",
4356
+ "typeName": {
4357
+ "type": "identifier",
4358
+ "name": "Conversation"
4359
+ }
4360
+ }
4361
+ }
4362
+ },
4363
+ {
4364
+ "name": "action.click",
4365
+ "detail": {
4366
+ "annotation": {
4367
+ "type": "reference",
4368
+ "typeName": {
4369
+ "type": "identifier",
4370
+ "name": "ActionClickDetail"
4371
+ }
4372
+ }
4373
+ }
4374
+ }
4375
+ ],
4376
+ "methods": [],
4377
+ "types": [
4593
4378
  {
4594
4379
  "type": "interface",
4595
- "name": "CommandPayloadServiceFlowEdit",
4380
+ "name": "Conversation",
4596
4381
  "body": [
4597
4382
  {
4598
4383
  "type": "propertySignature",
4599
4384
  "key": {
4600
4385
  "type": "identifier",
4601
- "name": "type"
4386
+ "name": "conversationId"
4602
4387
  },
4603
4388
  "annotation": {
4604
- "type": "jsLiteral",
4605
- "value": "serviceflow-edit"
4389
+ "type": "keyword",
4390
+ "value": "string"
4606
4391
  },
4607
4392
  "computed": false
4608
4393
  },
@@ -4610,89 +4395,80 @@
4610
4395
  "type": "propertySignature",
4611
4396
  "key": {
4612
4397
  "type": "identifier",
4613
- "name": "payload"
4614
- },
4615
- "annotation": {
4616
- "type": "typeLiteral",
4617
- "members": [
4618
- {
4619
- "type": "propertySignature",
4620
- "key": {
4621
- "type": "identifier",
4622
- "name": "spaceInstanceId"
4623
- },
4624
- "annotation": {
4625
- "type": "keyword",
4626
- "value": "string"
4627
- },
4628
- "computed": false
4629
- },
4630
- {
4631
- "type": "propertySignature",
4632
- "key": {
4633
- "type": "identifier",
4634
- "name": "spaceName"
4635
- },
4636
- "annotation": {
4637
- "type": "keyword",
4638
- "value": "string"
4639
- },
4640
- "optional": true,
4641
- "computed": false
4642
- },
4643
- {
4644
- "type": "propertySignature",
4645
- "key": {
4646
- "type": "identifier",
4647
- "name": "flowInstanceId"
4648
- },
4649
- "annotation": {
4650
- "type": "keyword",
4651
- "value": "string"
4652
- },
4653
- "computed": false
4654
- },
4655
- {
4656
- "type": "propertySignature",
4657
- "key": {
4658
- "type": "identifier",
4659
- "name": "flowName"
4660
- },
4661
- "annotation": {
4662
- "type": "keyword",
4663
- "value": "string"
4664
- },
4665
- "optional": true,
4666
- "computed": false
4667
- }
4668
- ]
4398
+ "name": "title"
4399
+ },
4400
+ "annotation": {
4401
+ "type": "keyword",
4402
+ "value": "string"
4669
4403
  },
4670
4404
  "computed": false
4671
- }
4672
- ],
4673
- "extends": [
4405
+ },
4674
4406
  {
4675
- "type": "expressionWithTypeArguments",
4676
- "expression": {
4407
+ "type": "propertySignature",
4408
+ "key": {
4677
4409
  "type": "identifier",
4678
- "name": "BaseCommandPayload"
4679
- }
4410
+ "name": "startTime"
4411
+ },
4412
+ "annotation": {
4413
+ "type": "keyword",
4414
+ "value": "number"
4415
+ },
4416
+ "computed": false
4417
+ },
4418
+ {
4419
+ "type": "propertySignature",
4420
+ "key": {
4421
+ "type": "identifier",
4422
+ "name": "description"
4423
+ },
4424
+ "annotation": {
4425
+ "type": "keyword",
4426
+ "value": "string"
4427
+ },
4428
+ "optional": true,
4429
+ "computed": false
4430
+ },
4431
+ {
4432
+ "type": "propertySignature",
4433
+ "key": {
4434
+ "type": "identifier",
4435
+ "name": "goalInstanceId"
4436
+ },
4437
+ "annotation": {
4438
+ "type": "keyword",
4439
+ "value": "string"
4440
+ },
4441
+ "optional": true,
4442
+ "computed": false
4443
+ },
4444
+ {
4445
+ "type": "propertySignature",
4446
+ "key": {
4447
+ "type": "identifier",
4448
+ "name": "username"
4449
+ },
4450
+ "annotation": {
4451
+ "type": "keyword",
4452
+ "value": "string"
4453
+ },
4454
+ "optional": true,
4455
+ "computed": false
4680
4456
  }
4681
4457
  ]
4682
4458
  },
4683
4459
  {
4684
4460
  "type": "interface",
4685
- "name": "CommandPayloadGoalPlan",
4461
+ "name": "Goal",
4686
4462
  "body": [
4687
4463
  {
4688
4464
  "type": "propertySignature",
4689
4465
  "key": {
4690
4466
  "type": "identifier",
4691
- "name": "type"
4467
+ "name": "instanceId"
4692
4468
  },
4693
4469
  "annotation": {
4694
- "type": "jsLiteral",
4695
- "value": "goal-plan"
4470
+ "type": "keyword",
4471
+ "value": "string"
4696
4472
  },
4697
4473
  "computed": false
4698
4474
  },
@@ -4700,77 +4476,32 @@
4700
4476
  "type": "propertySignature",
4701
4477
  "key": {
4702
4478
  "type": "identifier",
4703
- "name": "payload"
4479
+ "name": "title"
4704
4480
  },
4705
4481
  "annotation": {
4706
- "type": "typeLiteral",
4707
- "members": [
4708
- {
4709
- "type": "propertySignature",
4710
- "key": {
4711
- "type": "identifier",
4712
- "name": "goalId"
4713
- },
4714
- "annotation": {
4715
- "type": "keyword",
4716
- "value": "string"
4717
- },
4718
- "computed": false
4719
- },
4720
- {
4721
- "type": "propertySignature",
4722
- "key": {
4723
- "type": "identifier",
4724
- "name": "goalName"
4725
- },
4726
- "annotation": {
4727
- "type": "keyword",
4728
- "value": "string"
4729
- },
4730
- "optional": true,
4731
- "computed": false
4732
- },
4733
- {
4734
- "type": "propertySignature",
4735
- "key": {
4736
- "type": "identifier",
4737
- "name": "description"
4738
- },
4739
- "annotation": {
4740
- "type": "keyword",
4741
- "value": "string"
4742
- },
4743
- "optional": true,
4744
- "computed": false
4745
- }
4746
- ]
4482
+ "type": "keyword",
4483
+ "value": "string"
4747
4484
  },
4748
4485
  "computed": false
4749
4486
  }
4750
- ],
4751
- "extends": [
4752
- {
4753
- "type": "expressionWithTypeArguments",
4754
- "expression": {
4755
- "type": "identifier",
4756
- "name": "BaseCommandPayload"
4757
- }
4758
- }
4759
4487
  ]
4760
4488
  },
4761
4489
  {
4762
4490
  "type": "interface",
4763
- "name": "LegacyCommandPayloadServiceFlowStarting",
4491
+ "name": "ActionClickDetail",
4764
4492
  "body": [
4765
4493
  {
4766
4494
  "type": "propertySignature",
4767
4495
  "key": {
4768
4496
  "type": "identifier",
4769
- "name": "type"
4497
+ "name": "action"
4770
4498
  },
4771
4499
  "annotation": {
4772
- "type": "jsLiteral",
4773
- "value": "serviceFlowStarting"
4500
+ "type": "reference",
4501
+ "typeName": {
4502
+ "type": "identifier",
4503
+ "name": "SimpleActionType"
4504
+ }
4774
4505
  },
4775
4506
  "computed": false
4776
4507
  },
@@ -4778,63 +4509,14 @@
4778
4509
  "type": "propertySignature",
4779
4510
  "key": {
4780
4511
  "type": "identifier",
4781
- "name": "serviceFlowStarting"
4512
+ "name": "item"
4782
4513
  },
4783
4514
  "annotation": {
4784
- "type": "typeLiteral",
4785
- "members": [
4786
- {
4787
- "type": "propertySignature",
4788
- "key": {
4789
- "type": "identifier",
4790
- "name": "spaceInstanceId"
4791
- },
4792
- "annotation": {
4793
- "type": "keyword",
4794
- "value": "string"
4795
- },
4796
- "computed": false
4797
- },
4798
- {
4799
- "type": "propertySignature",
4800
- "key": {
4801
- "type": "identifier",
4802
- "name": "spaceName"
4803
- },
4804
- "annotation": {
4805
- "type": "keyword",
4806
- "value": "string"
4807
- },
4808
- "optional": true,
4809
- "computed": false
4810
- },
4811
- {
4812
- "type": "propertySignature",
4813
- "key": {
4814
- "type": "identifier",
4815
- "name": "flowInstanceId"
4816
- },
4817
- "annotation": {
4818
- "type": "keyword",
4819
- "value": "string"
4820
- },
4821
- "optional": true,
4822
- "computed": false
4823
- },
4824
- {
4825
- "type": "propertySignature",
4826
- "key": {
4827
- "type": "identifier",
4828
- "name": "flowName"
4829
- },
4830
- "annotation": {
4831
- "type": "keyword",
4832
- "value": "string"
4833
- },
4834
- "optional": true,
4835
- "computed": false
4836
- }
4837
- ]
4515
+ "type": "reference",
4516
+ "typeName": {
4517
+ "type": "identifier",
4518
+ "name": "Conversation"
4519
+ }
4838
4520
  },
4839
4521
  "computed": false
4840
4522
  }
@@ -7564,6 +7246,32 @@
7564
7246
  "value": "boolean"
7565
7247
  }
7566
7248
  },
7249
+ {
7250
+ "name": "aiEmployees",
7251
+ "annotation": {
7252
+ "type": "array",
7253
+ "elementType": {
7254
+ "type": "reference",
7255
+ "typeName": {
7256
+ "type": "identifier",
7257
+ "name": "AIEmployee"
7258
+ }
7259
+ }
7260
+ }
7261
+ },
7262
+ {
7263
+ "name": "commands",
7264
+ "annotation": {
7265
+ "type": "array",
7266
+ "elementType": {
7267
+ "type": "reference",
7268
+ "typeName": {
7269
+ "type": "identifier",
7270
+ "name": "Command"
7271
+ }
7272
+ }
7273
+ }
7274
+ },
7567
7275
  {
7568
7276
  "name": "uploadOptions",
7569
7277
  "annotation": {
@@ -8280,13 +7988,80 @@
8280
7988
  },
8281
7989
  {
8282
7990
  "type": "interface",
8283
- "name": "ShowCaseType",
7991
+ "name": "ShowCaseType",
7992
+ "body": [
7993
+ {
7994
+ "type": "propertySignature",
7995
+ "key": {
7996
+ "type": "identifier",
7997
+ "name": "conversationId"
7998
+ },
7999
+ "annotation": {
8000
+ "type": "keyword",
8001
+ "value": "string"
8002
+ },
8003
+ "computed": false
8004
+ },
8005
+ {
8006
+ "type": "propertySignature",
8007
+ "key": {
8008
+ "type": "identifier",
8009
+ "name": "title"
8010
+ },
8011
+ "annotation": {
8012
+ "type": "keyword",
8013
+ "value": "string"
8014
+ },
8015
+ "computed": false
8016
+ },
8017
+ {
8018
+ "type": "propertySignature",
8019
+ "key": {
8020
+ "type": "identifier",
8021
+ "name": "summary"
8022
+ },
8023
+ "annotation": {
8024
+ "type": "keyword",
8025
+ "value": "string"
8026
+ },
8027
+ "computed": false
8028
+ },
8029
+ {
8030
+ "type": "propertySignature",
8031
+ "key": {
8032
+ "type": "identifier",
8033
+ "name": "scenario"
8034
+ },
8035
+ "annotation": {
8036
+ "type": "keyword",
8037
+ "value": "string"
8038
+ },
8039
+ "computed": false
8040
+ },
8041
+ {
8042
+ "type": "propertySignature",
8043
+ "key": {
8044
+ "type": "identifier",
8045
+ "name": "url"
8046
+ },
8047
+ "annotation": {
8048
+ "type": "keyword",
8049
+ "value": "string"
8050
+ },
8051
+ "optional": true,
8052
+ "computed": false
8053
+ }
8054
+ ]
8055
+ },
8056
+ {
8057
+ "type": "interface",
8058
+ "name": "ExampleProject",
8284
8059
  "body": [
8285
8060
  {
8286
8061
  "type": "propertySignature",
8287
8062
  "key": {
8288
8063
  "type": "identifier",
8289
- "name": "conversationId"
8064
+ "name": "instanceId"
8290
8065
  },
8291
8066
  "annotation": {
8292
8067
  "type": "keyword",
@@ -8298,7 +8073,7 @@
8298
8073
  "type": "propertySignature",
8299
8074
  "key": {
8300
8075
  "type": "identifier",
8301
- "name": "title"
8076
+ "name": "name"
8302
8077
  },
8303
8078
  "annotation": {
8304
8079
  "type": "keyword",
@@ -8310,19 +8085,26 @@
8310
8085
  "type": "propertySignature",
8311
8086
  "key": {
8312
8087
  "type": "identifier",
8313
- "name": "summary"
8088
+ "name": "url"
8314
8089
  },
8315
8090
  "annotation": {
8316
8091
  "type": "keyword",
8317
8092
  "value": "string"
8318
8093
  },
8094
+ "optional": true,
8319
8095
  "computed": false
8320
- },
8096
+ }
8097
+ ]
8098
+ },
8099
+ {
8100
+ "type": "interface",
8101
+ "name": "AIEmployee",
8102
+ "body": [
8321
8103
  {
8322
8104
  "type": "propertySignature",
8323
8105
  "key": {
8324
8106
  "type": "identifier",
8325
- "name": "scenario"
8107
+ "name": "employeeId"
8326
8108
  },
8327
8109
  "annotation": {
8328
8110
  "type": "keyword",
@@ -8334,26 +8116,25 @@
8334
8116
  "type": "propertySignature",
8335
8117
  "key": {
8336
8118
  "type": "identifier",
8337
- "name": "url"
8119
+ "name": "name"
8338
8120
  },
8339
8121
  "annotation": {
8340
8122
  "type": "keyword",
8341
8123
  "value": "string"
8342
8124
  },
8343
- "optional": true,
8344
8125
  "computed": false
8345
8126
  }
8346
8127
  ]
8347
8128
  },
8348
8129
  {
8349
8130
  "type": "interface",
8350
- "name": "ExampleProject",
8131
+ "name": "Command",
8351
8132
  "body": [
8352
8133
  {
8353
8134
  "type": "propertySignature",
8354
8135
  "key": {
8355
8136
  "type": "identifier",
8356
- "name": "instanceId"
8137
+ "name": "label"
8357
8138
  },
8358
8139
  "annotation": {
8359
8140
  "type": "keyword",
@@ -8365,7 +8146,7 @@
8365
8146
  "type": "propertySignature",
8366
8147
  "key": {
8367
8148
  "type": "identifier",
8368
- "name": "name"
8149
+ "name": "value"
8369
8150
  },
8370
8151
  "annotation": {
8371
8152
  "type": "keyword",
@@ -8377,7 +8158,20 @@
8377
8158
  "type": "propertySignature",
8378
8159
  "key": {
8379
8160
  "type": "identifier",
8380
- "name": "url"
8161
+ "name": "groupKey"
8162
+ },
8163
+ "annotation": {
8164
+ "type": "keyword",
8165
+ "value": "string"
8166
+ },
8167
+ "optional": true,
8168
+ "computed": false
8169
+ },
8170
+ {
8171
+ "type": "propertySignature",
8172
+ "key": {
8173
+ "type": "identifier",
8174
+ "name": "groupLabel"
8381
8175
  },
8382
8176
  "annotation": {
8383
8177
  "type": "keyword",
@@ -8385,6 +8179,41 @@
8385
8179
  },
8386
8180
  "optional": true,
8387
8181
  "computed": false
8182
+ },
8183
+ {
8184
+ "type": "propertySignature",
8185
+ "key": {
8186
+ "type": "identifier",
8187
+ "name": "subCommands"
8188
+ },
8189
+ "annotation": {
8190
+ "type": "array",
8191
+ "elementType": {
8192
+ "type": "reference",
8193
+ "typeName": {
8194
+ "type": "identifier",
8195
+ "name": "Command"
8196
+ }
8197
+ }
8198
+ },
8199
+ "optional": true,
8200
+ "computed": false
8201
+ },
8202
+ {
8203
+ "type": "propertySignature",
8204
+ "key": {
8205
+ "type": "identifier",
8206
+ "name": "payload"
8207
+ },
8208
+ "annotation": {
8209
+ "type": "reference",
8210
+ "typeName": {
8211
+ "type": "identifier",
8212
+ "name": "CommandPayload"
8213
+ }
8214
+ },
8215
+ "optional": true,
8216
+ "computed": false
8388
8217
  }
8389
8218
  ]
8390
8219
  },
@@ -8715,6 +8544,32 @@
8715
8544
  "value": "string"
8716
8545
  }
8717
8546
  },
8547
+ {
8548
+ "name": "aiEmployees",
8549
+ "annotation": {
8550
+ "type": "array",
8551
+ "elementType": {
8552
+ "type": "reference",
8553
+ "typeName": {
8554
+ "type": "identifier",
8555
+ "name": "AIEmployee"
8556
+ }
8557
+ }
8558
+ }
8559
+ },
8560
+ {
8561
+ "name": "commands",
8562
+ "annotation": {
8563
+ "type": "array",
8564
+ "elementType": {
8565
+ "type": "reference",
8566
+ "typeName": {
8567
+ "type": "identifier",
8568
+ "name": "Command"
8569
+ }
8570
+ }
8571
+ }
8572
+ },
8718
8573
  {
8719
8574
  "name": "uploadOptions",
8720
8575
  "annotation": {
@@ -9548,6 +9403,127 @@
9548
9403
  }
9549
9404
  ]
9550
9405
  },
9406
+ {
9407
+ "type": "interface",
9408
+ "name": "AIEmployee",
9409
+ "body": [
9410
+ {
9411
+ "type": "propertySignature",
9412
+ "key": {
9413
+ "type": "identifier",
9414
+ "name": "employeeId"
9415
+ },
9416
+ "annotation": {
9417
+ "type": "keyword",
9418
+ "value": "string"
9419
+ },
9420
+ "computed": false
9421
+ },
9422
+ {
9423
+ "type": "propertySignature",
9424
+ "key": {
9425
+ "type": "identifier",
9426
+ "name": "name"
9427
+ },
9428
+ "annotation": {
9429
+ "type": "keyword",
9430
+ "value": "string"
9431
+ },
9432
+ "computed": false
9433
+ }
9434
+ ]
9435
+ },
9436
+ {
9437
+ "type": "interface",
9438
+ "name": "Command",
9439
+ "body": [
9440
+ {
9441
+ "type": "propertySignature",
9442
+ "key": {
9443
+ "type": "identifier",
9444
+ "name": "label"
9445
+ },
9446
+ "annotation": {
9447
+ "type": "keyword",
9448
+ "value": "string"
9449
+ },
9450
+ "computed": false
9451
+ },
9452
+ {
9453
+ "type": "propertySignature",
9454
+ "key": {
9455
+ "type": "identifier",
9456
+ "name": "value"
9457
+ },
9458
+ "annotation": {
9459
+ "type": "keyword",
9460
+ "value": "string"
9461
+ },
9462
+ "computed": false
9463
+ },
9464
+ {
9465
+ "type": "propertySignature",
9466
+ "key": {
9467
+ "type": "identifier",
9468
+ "name": "groupKey"
9469
+ },
9470
+ "annotation": {
9471
+ "type": "keyword",
9472
+ "value": "string"
9473
+ },
9474
+ "optional": true,
9475
+ "computed": false
9476
+ },
9477
+ {
9478
+ "type": "propertySignature",
9479
+ "key": {
9480
+ "type": "identifier",
9481
+ "name": "groupLabel"
9482
+ },
9483
+ "annotation": {
9484
+ "type": "keyword",
9485
+ "value": "string"
9486
+ },
9487
+ "optional": true,
9488
+ "computed": false
9489
+ },
9490
+ {
9491
+ "type": "propertySignature",
9492
+ "key": {
9493
+ "type": "identifier",
9494
+ "name": "subCommands"
9495
+ },
9496
+ "annotation": {
9497
+ "type": "array",
9498
+ "elementType": {
9499
+ "type": "reference",
9500
+ "typeName": {
9501
+ "type": "identifier",
9502
+ "name": "Command"
9503
+ }
9504
+ }
9505
+ },
9506
+ "optional": true,
9507
+ "computed": false
9508
+ },
9509
+ {
9510
+ "type": "propertySignature",
9511
+ "key": {
9512
+ "type": "identifier",
9513
+ "name": "payload"
9514
+ },
9515
+ "annotation": {
9516
+ "type": "reference",
9517
+ "typeName": {
9518
+ "type": "identifier",
9519
+ "name": "CommandPayload"
9520
+ }
9521
+ },
9522
+ "optional": true,
9523
+ "computed": false
9524
+ }
9525
+ ]
9526
+ },
9551
9527
  {
9552
9528
  "type": "interface",
9553
9529
  "name": "UploadOptions",