@next-bricks/ai-portal 0.58.6 → 0.58.8

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 (50) hide show
  1. package/dist/bricks.json +45 -45
  2. package/dist/chunks/1488.171d8f4f.js +2 -0
  3. package/dist/chunks/1488.171d8f4f.js.map +1 -0
  4. package/dist/chunks/151.98b4630f.js +2 -0
  5. package/dist/chunks/151.98b4630f.js.map +1 -0
  6. package/dist/chunks/2232.fb0bce86.js +2 -0
  7. package/dist/chunks/2232.fb0bce86.js.map +1 -0
  8. package/dist/chunks/2324.17662f31.js +2 -0
  9. package/dist/chunks/2324.17662f31.js.map +1 -0
  10. package/dist/chunks/{chat-box.041da849.js → chat-box.6eab985e.js} +2 -2
  11. package/dist/chunks/chat-box.6eab985e.js.map +1 -0
  12. package/dist/chunks/chat-input.fce2d021.js +2 -0
  13. package/dist/chunks/chat-input.fce2d021.js.map +1 -0
  14. package/dist/chunks/chat-stream.541a3565.js +2 -0
  15. package/dist/chunks/chat-stream.541a3565.js.map +1 -0
  16. package/dist/chunks/{main.d38cd700.js → main.15818e0c.js} +2 -2
  17. package/dist/chunks/{main.d38cd700.js.map → main.15818e0c.js.map} +1 -1
  18. package/dist/chunks/notice-dropdown.4d0fa5c5.js +2 -0
  19. package/dist/chunks/notice-dropdown.4d0fa5c5.js.map +1 -0
  20. package/dist/examples.json +23 -23
  21. package/dist/{index.95f2837d.js → index.c4df1948.js} +2 -2
  22. package/dist/{index.95f2837d.js.map → index.c4df1948.js.map} +1 -1
  23. package/dist/manifest.json +351 -340
  24. package/dist/types.json +1506 -1321
  25. package/dist-types/chat-stream/ChatStream.d.ts +3 -1
  26. package/dist-types/cruise-canvas/FileList/FileList.d.ts +2 -1
  27. package/dist-types/notice-dropdown/index.d.ts +5 -0
  28. package/dist-types/shared/FileUpload/GlobalDragOverlay.d.ts +3 -3
  29. package/dist-types/shared/FileUpload/i18n.d.ts +6 -1
  30. package/dist-types/shared/FileUpload/validateFiles.d.ts +2 -0
  31. package/dist-types/shared/bricks.d.ts +2 -1
  32. package/dist-types/shared/interfaces.d.ts +4 -0
  33. package/package.json +2 -2
  34. package/dist/chunks/1488.8388b745.js +0 -2
  35. package/dist/chunks/1488.8388b745.js.map +0 -1
  36. package/dist/chunks/151.21608da8.js +0 -2
  37. package/dist/chunks/151.21608da8.js.map +0 -1
  38. package/dist/chunks/2232.c2811097.js +0 -2
  39. package/dist/chunks/2232.c2811097.js.map +0 -1
  40. package/dist/chunks/2324.c7c2427a.js +0 -2
  41. package/dist/chunks/2324.c7c2427a.js.map +0 -1
  42. package/dist/chunks/chat-box.041da849.js.map +0 -1
  43. package/dist/chunks/chat-input.2c5e645b.js +0 -2
  44. package/dist/chunks/chat-input.2c5e645b.js.map +0 -1
  45. package/dist/chunks/chat-stream.da44fc66.js +0 -2
  46. package/dist/chunks/chat-stream.da44fc66.js.map +0 -1
  47. package/dist/chunks/notice-dropdown.6262ed81.js +0 -2
  48. package/dist/chunks/notice-dropdown.6262ed81.js.map +0 -1
  49. package/dist-types/shared/FileUpload/acceptFiles.d.ts +0 -1
  50. /package/dist-types/shared/FileUpload/{acceptFiles.spec.d.ts → validateFiles.spec.d.ts} +0 -0
package/dist/types.json CHANGED
@@ -103,6 +103,19 @@
103
103
  "events": [],
104
104
  "methods": []
105
105
  },
106
+ "ai-portal.home-container": {
107
+ "properties": [
108
+ {
109
+ "name": "sticky",
110
+ "annotation": {
111
+ "type": "keyword",
112
+ "value": "boolean"
113
+ }
114
+ }
115
+ ],
116
+ "events": [],
117
+ "methods": []
118
+ },
106
119
  "ai-portal.icon-button": {
107
120
  "properties": [
108
121
  {
@@ -982,19 +995,6 @@
982
995
  }
983
996
  ]
984
997
  },
985
- "ai-portal.home-container": {
986
- "properties": [
987
- {
988
- "name": "sticky",
989
- "annotation": {
990
- "type": "keyword",
991
- "value": "boolean"
992
- }
993
- }
994
- ],
995
- "events": [],
996
- "methods": []
997
- },
998
998
  "ai-portal.elevo-logo": {
999
999
  "properties": [],
1000
1000
  "events": [],
@@ -1050,48 +1050,6 @@
1050
1050
  }
1051
1051
  ]
1052
1052
  },
1053
- "ai-portal.sticky-container": {
1054
- "properties": [
1055
- {
1056
- "name": "variant",
1057
- "annotation": {
1058
- "type": "reference",
1059
- "typeName": {
1060
- "type": "identifier",
1061
- "name": "StickyContainerVariant"
1062
- }
1063
- }
1064
- },
1065
- {
1066
- "name": "textContent",
1067
- "annotation": {
1068
- "type": "keyword",
1069
- "value": "string"
1070
- }
1071
- }
1072
- ],
1073
- "events": [],
1074
- "methods": [],
1075
- "types": [
1076
- {
1077
- "type": "typeAlias",
1078
- "name": "StickyContainerVariant",
1079
- "annotation": {
1080
- "type": "union",
1081
- "types": [
1082
- {
1083
- "type": "jsLiteral",
1084
- "value": "default"
1085
- },
1086
- {
1087
- "type": "jsLiteral",
1088
- "value": "home"
1089
- }
1090
- ]
1091
- }
1092
- }
1093
- ]
1094
- },
1095
1053
  "ai-portal.elevo-card": {
1096
1054
  "properties": [
1097
1055
  {
@@ -1154,6 +1112,48 @@
1154
1112
  "events": [],
1155
1113
  "methods": []
1156
1114
  },
1115
+ "ai-portal.sticky-container": {
1116
+ "properties": [
1117
+ {
1118
+ "name": "variant",
1119
+ "annotation": {
1120
+ "type": "reference",
1121
+ "typeName": {
1122
+ "type": "identifier",
1123
+ "name": "StickyContainerVariant"
1124
+ }
1125
+ }
1126
+ },
1127
+ {
1128
+ "name": "textContent",
1129
+ "annotation": {
1130
+ "type": "keyword",
1131
+ "value": "string"
1132
+ }
1133
+ }
1134
+ ],
1135
+ "events": [],
1136
+ "methods": [],
1137
+ "types": [
1138
+ {
1139
+ "type": "typeAlias",
1140
+ "name": "StickyContainerVariant",
1141
+ "annotation": {
1142
+ "type": "union",
1143
+ "types": [
1144
+ {
1145
+ "type": "jsLiteral",
1146
+ "value": "default"
1147
+ },
1148
+ {
1149
+ "type": "jsLiteral",
1150
+ "value": "home"
1151
+ }
1152
+ ]
1153
+ }
1154
+ }
1155
+ ]
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.mcp-tools": {
1422
+ "ai-portal.ai-employees": {
1423
1423
  "properties": [
1424
1424
  {
1425
1425
  "name": "list",
@@ -1429,16 +1429,33 @@
1429
1429
  "type": "reference",
1430
1430
  "typeName": {
1431
1431
  "type": "identifier",
1432
- "name": "McpTool"
1432
+ "name": "Employee"
1433
1433
  }
1434
1434
  }
1435
1435
  }
1436
1436
  },
1437
1437
  {
1438
- "name": "stickyTop",
1438
+ "name": "industries",
1439
+ "annotation": {
1440
+ "type": "array",
1441
+ "elementType": {
1442
+ "type": "keyword",
1443
+ "value": "string"
1444
+ }
1445
+ }
1446
+ },
1447
+ {
1448
+ "name": "urlTemplate",
1439
1449
  "annotation": {
1440
1450
  "type": "keyword",
1441
- "value": "number"
1451
+ "value": "string"
1452
+ }
1453
+ },
1454
+ {
1455
+ "name": "withContainer",
1456
+ "annotation": {
1457
+ "type": "keyword",
1458
+ "value": "boolean"
1442
1459
  }
1443
1460
  }
1444
1461
  ],
@@ -1447,7 +1464,7 @@
1447
1464
  "types": [
1448
1465
  {
1449
1466
  "type": "interface",
1450
- "name": "McpTool",
1467
+ "name": "Employee",
1451
1468
  "body": [
1452
1469
  {
1453
1470
  "type": "propertySignature",
@@ -1465,7 +1482,7 @@
1465
1482
  "type": "propertySignature",
1466
1483
  "key": {
1467
1484
  "type": "identifier",
1468
- "name": "title"
1485
+ "name": "industry"
1469
1486
  },
1470
1487
  "annotation": {
1471
1488
  "type": "keyword",
@@ -1477,7 +1494,7 @@
1477
1494
  "type": "propertySignature",
1478
1495
  "key": {
1479
1496
  "type": "identifier",
1480
- "name": "description"
1497
+ "name": "role"
1481
1498
  },
1482
1499
  "annotation": {
1483
1500
  "type": "keyword",
@@ -1489,44 +1506,7 @@
1489
1506
  "type": "propertySignature",
1490
1507
  "key": {
1491
1508
  "type": "identifier",
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"
1509
+ "name": "description"
1530
1510
  },
1531
1511
  "annotation": {
1532
1512
  "type": "keyword",
@@ -1538,19 +1518,20 @@
1538
1518
  "type": "propertySignature",
1539
1519
  "key": {
1540
1520
  "type": "identifier",
1541
- "name": "name"
1521
+ "name": "avatar"
1542
1522
  },
1543
1523
  "annotation": {
1544
1524
  "type": "keyword",
1545
1525
  "value": "string"
1546
1526
  },
1527
+ "optional": true,
1547
1528
  "computed": false
1548
1529
  }
1549
1530
  ]
1550
1531
  }
1551
1532
  ]
1552
1533
  },
1553
- "ai-portal.ai-employees": {
1534
+ "ai-portal.mcp-tools": {
1554
1535
  "properties": [
1555
1536
  {
1556
1537
  "name": "list",
@@ -1560,33 +1541,16 @@
1560
1541
  "type": "reference",
1561
1542
  "typeName": {
1562
1543
  "type": "identifier",
1563
- "name": "Employee"
1544
+ "name": "McpTool"
1564
1545
  }
1565
1546
  }
1566
1547
  }
1567
1548
  },
1568
1549
  {
1569
- "name": "industries",
1570
- "annotation": {
1571
- "type": "array",
1572
- "elementType": {
1573
- "type": "keyword",
1574
- "value": "string"
1575
- }
1576
- }
1577
- },
1578
- {
1579
- "name": "urlTemplate",
1580
- "annotation": {
1581
- "type": "keyword",
1582
- "value": "string"
1583
- }
1584
- },
1585
- {
1586
- "name": "withContainer",
1550
+ "name": "stickyTop",
1587
1551
  "annotation": {
1588
1552
  "type": "keyword",
1589
- "value": "boolean"
1553
+ "value": "number"
1590
1554
  }
1591
1555
  }
1592
1556
  ],
@@ -1595,7 +1559,7 @@
1595
1559
  "types": [
1596
1560
  {
1597
1561
  "type": "interface",
1598
- "name": "Employee",
1562
+ "name": "McpTool",
1599
1563
  "body": [
1600
1564
  {
1601
1565
  "type": "propertySignature",
@@ -1613,7 +1577,7 @@
1613
1577
  "type": "propertySignature",
1614
1578
  "key": {
1615
1579
  "type": "identifier",
1616
- "name": "industry"
1580
+ "name": "title"
1617
1581
  },
1618
1582
  "annotation": {
1619
1583
  "type": "keyword",
@@ -1625,7 +1589,7 @@
1625
1589
  "type": "propertySignature",
1626
1590
  "key": {
1627
1591
  "type": "identifier",
1628
- "name": "role"
1592
+ "name": "description"
1629
1593
  },
1630
1594
  "annotation": {
1631
1595
  "type": "keyword",
@@ -1637,7 +1601,44 @@
1637
1601
  "type": "propertySignature",
1638
1602
  "key": {
1639
1603
  "type": "identifier",
1640
- "name": "description"
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"
1641
1642
  },
1642
1643
  "annotation": {
1643
1644
  "type": "keyword",
@@ -1649,13 +1650,12 @@
1649
1650
  "type": "propertySignature",
1650
1651
  "key": {
1651
1652
  "type": "identifier",
1652
- "name": "avatar"
1653
+ "name": "name"
1653
1654
  },
1654
1655
  "annotation": {
1655
1656
  "type": "keyword",
1656
1657
  "value": "string"
1657
1658
  },
1658
- "optional": true,
1659
1659
  "computed": false
1660
1660
  }
1661
1661
  ]
@@ -1928,6 +1928,26 @@
1928
1928
  }
1929
1929
  ]
1930
1930
  },
1931
+ "ai-portal.preview-container": {
1932
+ "properties": [
1933
+ {
1934
+ "name": "source",
1935
+ "annotation": {
1936
+ "type": "keyword",
1937
+ "value": "string"
1938
+ }
1939
+ },
1940
+ {
1941
+ "name": "url",
1942
+ "annotation": {
1943
+ "type": "keyword",
1944
+ "value": "string"
1945
+ }
1946
+ }
1947
+ ],
1948
+ "events": [],
1949
+ "methods": []
1950
+ },
1931
1951
  "ai-portal.action-buttons": {
1932
1952
  "properties": [
1933
1953
  {
@@ -2046,27 +2066,7 @@
2046
2066
  }
2047
2067
  ]
2048
2068
  },
2049
- "ai-portal.preview-container": {
2050
- "properties": [
2051
- {
2052
- "name": "source",
2053
- "annotation": {
2054
- "type": "keyword",
2055
- "value": "string"
2056
- }
2057
- },
2058
- {
2059
- "name": "url",
2060
- "annotation": {
2061
- "type": "keyword",
2062
- "value": "string"
2063
- }
2064
- }
2065
- ],
2066
- "events": [],
2067
- "methods": []
2068
- },
2069
- "ai-portal.project-conversations": {
2069
+ "ai-portal.activity-timeline": {
2070
2070
  "properties": [
2071
2071
  {
2072
2072
  "name": "list",
@@ -2076,86 +2076,100 @@
2076
2076
  "type": "reference",
2077
2077
  "typeName": {
2078
2078
  "type": "identifier",
2079
- "name": "Conversation"
2079
+ "name": "Activity"
2080
2080
  }
2081
2081
  }
2082
2082
  }
2083
2083
  },
2084
2084
  {
2085
- "name": "urlTemplate",
2085
+ "name": "chatUrlTemplate",
2086
2086
  "annotation": {
2087
2087
  "type": "keyword",
2088
2088
  "value": "string"
2089
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
2090
  }
2117
2091
  ],
2118
- "events": [
2092
+ "events": [],
2093
+ "methods": [],
2094
+ "types": [
2119
2095
  {
2120
- "name": "goal.click",
2121
- "detail": {
2122
- "annotation": {
2123
- "type": "reference",
2124
- "typeName": {
2125
- "type": "identifier",
2126
- "name": "Conversation"
2096
+ "type": "typeAlias",
2097
+ "name": "Activity",
2098
+ "annotation": {
2099
+ "type": "union",
2100
+ "types": [
2101
+ {
2102
+ "type": "reference",
2103
+ "typeName": {
2104
+ "type": "identifier",
2105
+ "name": "ActivityOfCreateGoal"
2106
+ }
2107
+ },
2108
+ {
2109
+ "type": "reference",
2110
+ "typeName": {
2111
+ "type": "identifier",
2112
+ "name": "ActivityOfEditGoal"
2113
+ }
2114
+ },
2115
+ {
2116
+ "type": "reference",
2117
+ "typeName": {
2118
+ "type": "identifier",
2119
+ "name": "ActivityOfDeleteGoal"
2120
+ }
2121
+ },
2122
+ {
2123
+ "type": "reference",
2124
+ "typeName": {
2125
+ "type": "identifier",
2126
+ "name": "ActivityOfDecomposeGoals"
2127
+ }
2128
+ },
2129
+ {
2130
+ "type": "reference",
2131
+ "typeName": {
2132
+ "type": "identifier",
2133
+ "name": "ActivityOfAlterOwner"
2134
+ }
2135
+ },
2136
+ {
2137
+ "type": "reference",
2138
+ "typeName": {
2139
+ "type": "identifier",
2140
+ "name": "ActivityOfAlterUser"
2141
+ }
2142
+ },
2143
+ {
2144
+ "type": "reference",
2145
+ "typeName": {
2146
+ "type": "identifier",
2147
+ "name": "ActivityOfAddComment"
2148
+ }
2149
+ },
2150
+ {
2151
+ "type": "reference",
2152
+ "typeName": {
2153
+ "type": "identifier",
2154
+ "name": "ActivityOfStartConversation"
2155
+ }
2127
2156
  }
2128
- }
2157
+ ]
2129
2158
  }
2130
2159
  },
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
2160
  {
2147
2161
  "type": "interface",
2148
- "name": "Conversation",
2162
+ "name": "ActivityOfCreateGoal",
2149
2163
  "body": [
2150
2164
  {
2151
2165
  "type": "propertySignature",
2152
2166
  "key": {
2153
2167
  "type": "identifier",
2154
- "name": "conversationId"
2168
+ "name": "action_type"
2155
2169
  },
2156
2170
  "annotation": {
2157
- "type": "keyword",
2158
- "value": "string"
2171
+ "type": "jsLiteral",
2172
+ "value": "create_goal"
2159
2173
  },
2160
2174
  "computed": false
2161
2175
  },
@@ -2163,80 +2177,88 @@
2163
2177
  "type": "propertySignature",
2164
2178
  "key": {
2165
2179
  "type": "identifier",
2166
- "name": "title"
2180
+ "name": "metadata"
2167
2181
  },
2168
2182
  "annotation": {
2169
- "type": "keyword",
2170
- "value": "string"
2183
+ "type": "typeLiteral",
2184
+ "members": [
2185
+ {
2186
+ "type": "propertySignature",
2187
+ "key": {
2188
+ "type": "identifier",
2189
+ "name": "goal_title"
2190
+ },
2191
+ "annotation": {
2192
+ "type": "keyword",
2193
+ "value": "string"
2194
+ },
2195
+ "computed": false
2196
+ },
2197
+ {
2198
+ "type": "propertySignature",
2199
+ "key": {
2200
+ "type": "identifier",
2201
+ "name": "goal_description"
2202
+ },
2203
+ "annotation": {
2204
+ "type": "keyword",
2205
+ "value": "string"
2206
+ },
2207
+ "optional": true,
2208
+ "computed": false
2209
+ }
2210
+ ]
2171
2211
  },
2172
2212
  "computed": false
2173
- },
2213
+ }
2214
+ ],
2215
+ "extends": [
2174
2216
  {
2175
- "type": "propertySignature",
2176
- "key": {
2217
+ "type": "expressionWithTypeArguments",
2218
+ "expression": {
2177
2219
  "type": "identifier",
2178
- "name": "startTime"
2179
- },
2180
- "annotation": {
2181
- "type": "keyword",
2182
- "value": "number"
2183
- },
2184
- "computed": false
2185
- },
2220
+ "name": "ActivityBase"
2221
+ }
2222
+ }
2223
+ ]
2224
+ },
2225
+ {
2226
+ "type": "interface",
2227
+ "name": "ActivityBase",
2228
+ "body": [
2186
2229
  {
2187
2230
  "type": "propertySignature",
2188
2231
  "key": {
2189
2232
  "type": "identifier",
2190
- "name": "description"
2233
+ "name": "user_id"
2191
2234
  },
2192
2235
  "annotation": {
2193
2236
  "type": "keyword",
2194
2237
  "value": "string"
2195
2238
  },
2196
- "optional": true,
2197
2239
  "computed": false
2198
2240
  },
2199
2241
  {
2200
2242
  "type": "propertySignature",
2201
2243
  "key": {
2202
2244
  "type": "identifier",
2203
- "name": "goalInstanceId"
2245
+ "name": "user_name"
2204
2246
  },
2205
2247
  "annotation": {
2206
2248
  "type": "keyword",
2207
2249
  "value": "string"
2208
2250
  },
2209
- "optional": true,
2210
2251
  "computed": false
2211
2252
  },
2212
2253
  {
2213
2254
  "type": "propertySignature",
2214
2255
  "key": {
2215
2256
  "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"
2257
+ "name": "time"
2236
2258
  },
2237
2259
  "annotation": {
2238
2260
  "type": "keyword",
2239
- "value": "string"
2261
+ "value": "number"
2240
2262
  },
2241
2263
  "computed": false
2242
2264
  },
@@ -2244,255 +2266,7 @@
2244
2266
  "type": "propertySignature",
2245
2267
  "key": {
2246
2268
  "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
- }
2288
- },
2289
- "computed": false
2290
- }
2291
- ]
2292
- }
2293
- ]
2294
- },
2295
- "ai-portal.activity-timeline": {
2296
- "properties": [
2297
- {
2298
- "name": "list",
2299
- "annotation": {
2300
- "type": "array",
2301
- "elementType": {
2302
- "type": "reference",
2303
- "typeName": {
2304
- "type": "identifier",
2305
- "name": "Activity"
2306
- }
2307
- }
2308
- }
2309
- },
2310
- {
2311
- "name": "chatUrlTemplate",
2312
- "annotation": {
2313
- "type": "keyword",
2314
- "value": "string"
2315
- }
2316
- }
2317
- ],
2318
- "events": [],
2319
- "methods": [],
2320
- "types": [
2321
- {
2322
- "type": "typeAlias",
2323
- "name": "Activity",
2324
- "annotation": {
2325
- "type": "union",
2326
- "types": [
2327
- {
2328
- "type": "reference",
2329
- "typeName": {
2330
- "type": "identifier",
2331
- "name": "ActivityOfCreateGoal"
2332
- }
2333
- },
2334
- {
2335
- "type": "reference",
2336
- "typeName": {
2337
- "type": "identifier",
2338
- "name": "ActivityOfEditGoal"
2339
- }
2340
- },
2341
- {
2342
- "type": "reference",
2343
- "typeName": {
2344
- "type": "identifier",
2345
- "name": "ActivityOfDeleteGoal"
2346
- }
2347
- },
2348
- {
2349
- "type": "reference",
2350
- "typeName": {
2351
- "type": "identifier",
2352
- "name": "ActivityOfDecomposeGoals"
2353
- }
2354
- },
2355
- {
2356
- "type": "reference",
2357
- "typeName": {
2358
- "type": "identifier",
2359
- "name": "ActivityOfAlterOwner"
2360
- }
2361
- },
2362
- {
2363
- "type": "reference",
2364
- "typeName": {
2365
- "type": "identifier",
2366
- "name": "ActivityOfAlterUser"
2367
- }
2368
- },
2369
- {
2370
- "type": "reference",
2371
- "typeName": {
2372
- "type": "identifier",
2373
- "name": "ActivityOfAddComment"
2374
- }
2375
- },
2376
- {
2377
- "type": "reference",
2378
- "typeName": {
2379
- "type": "identifier",
2380
- "name": "ActivityOfStartConversation"
2381
- }
2382
- }
2383
- ]
2384
- }
2385
- },
2386
- {
2387
- "type": "interface",
2388
- "name": "ActivityOfCreateGoal",
2389
- "body": [
2390
- {
2391
- "type": "propertySignature",
2392
- "key": {
2393
- "type": "identifier",
2394
- "name": "action_type"
2395
- },
2396
- "annotation": {
2397
- "type": "jsLiteral",
2398
- "value": "create_goal"
2399
- },
2400
- "computed": false
2401
- },
2402
- {
2403
- "type": "propertySignature",
2404
- "key": {
2405
- "type": "identifier",
2406
- "name": "metadata"
2407
- },
2408
- "annotation": {
2409
- "type": "typeLiteral",
2410
- "members": [
2411
- {
2412
- "type": "propertySignature",
2413
- "key": {
2414
- "type": "identifier",
2415
- "name": "goal_title"
2416
- },
2417
- "annotation": {
2418
- "type": "keyword",
2419
- "value": "string"
2420
- },
2421
- "computed": false
2422
- },
2423
- {
2424
- "type": "propertySignature",
2425
- "key": {
2426
- "type": "identifier",
2427
- "name": "goal_description"
2428
- },
2429
- "annotation": {
2430
- "type": "keyword",
2431
- "value": "string"
2432
- },
2433
- "optional": true,
2434
- "computed": false
2435
- }
2436
- ]
2437
- },
2438
- "computed": false
2439
- }
2440
- ],
2441
- "extends": [
2442
- {
2443
- "type": "expressionWithTypeArguments",
2444
- "expression": {
2445
- "type": "identifier",
2446
- "name": "ActivityBase"
2447
- }
2448
- }
2449
- ]
2450
- },
2451
- {
2452
- "type": "interface",
2453
- "name": "ActivityBase",
2454
- "body": [
2455
- {
2456
- "type": "propertySignature",
2457
- "key": {
2458
- "type": "identifier",
2459
- "name": "user_id"
2460
- },
2461
- "annotation": {
2462
- "type": "keyword",
2463
- "value": "string"
2464
- },
2465
- "computed": false
2466
- },
2467
- {
2468
- "type": "propertySignature",
2469
- "key": {
2470
- "type": "identifier",
2471
- "name": "user_name"
2472
- },
2473
- "annotation": {
2474
- "type": "keyword",
2475
- "value": "string"
2476
- },
2477
- "computed": false
2478
- },
2479
- {
2480
- "type": "propertySignature",
2481
- "key": {
2482
- "type": "identifier",
2483
- "name": "time"
2484
- },
2485
- "annotation": {
2486
- "type": "keyword",
2487
- "value": "number"
2488
- },
2489
- "computed": false
2490
- },
2491
- {
2492
- "type": "propertySignature",
2493
- "key": {
2494
- "type": "identifier",
2495
- "name": "action_type"
2269
+ "name": "action_type"
2496
2270
  },
2497
2271
  "annotation": {
2498
2272
  "type": "union",
@@ -3266,82 +3040,77 @@
3266
3040
  }
3267
3041
  ]
3268
3042
  },
3269
- "ai-portal.chat-input": {
3043
+ "ai-portal.project-conversations": {
3270
3044
  "properties": [
3271
3045
  {
3272
- "name": "placeholder",
3046
+ "name": "list",
3273
3047
  "annotation": {
3274
- "type": "keyword",
3275
- "value": "string"
3276
- }
3277
- },
3278
- {
3279
- "name": "autoFocus",
3280
- "annotation": {
3281
- "type": "keyword",
3282
- "value": "boolean"
3283
- }
3284
- },
3285
- {
3286
- "name": "submitDisabled",
3287
- "annotation": {
3288
- "type": "keyword",
3289
- "value": "boolean"
3048
+ "type": "array",
3049
+ "elementType": {
3050
+ "type": "reference",
3051
+ "typeName": {
3052
+ "type": "identifier",
3053
+ "name": "Conversation"
3054
+ }
3055
+ }
3290
3056
  }
3291
3057
  },
3292
3058
  {
3293
- "name": "supportsTerminate",
3059
+ "name": "urlTemplate",
3294
3060
  "annotation": {
3295
3061
  "type": "keyword",
3296
- "value": "boolean"
3062
+ "value": "string"
3297
3063
  }
3298
3064
  },
3299
3065
  {
3300
- "name": "terminating",
3066
+ "name": "actions",
3301
3067
  "annotation": {
3302
- "type": "keyword",
3303
- "value": "boolean"
3068
+ "type": "array",
3069
+ "elementType": {
3070
+ "type": "reference",
3071
+ "typeName": {
3072
+ "type": "identifier",
3073
+ "name": "ActionType"
3074
+ }
3075
+ }
3304
3076
  }
3305
3077
  },
3306
3078
  {
3307
- "name": "uploadOptions",
3079
+ "name": "goals",
3308
3080
  "annotation": {
3309
- "type": "reference",
3310
- "typeName": {
3311
- "type": "identifier",
3312
- "name": "UploadOptions"
3081
+ "type": "array",
3082
+ "elementType": {
3083
+ "type": "reference",
3084
+ "typeName": {
3085
+ "type": "identifier",
3086
+ "name": "Goal"
3087
+ }
3313
3088
  }
3314
3089
  }
3315
3090
  }
3316
3091
  ],
3317
3092
  "events": [
3318
3093
  {
3319
- "name": "message.submit",
3320
- "detail": {
3321
- "annotation": {
3322
- "type": "keyword",
3323
- "value": "string"
3324
- }
3325
- }
3326
- },
3327
- {
3328
- "name": "chat.submit",
3094
+ "name": "goal.click",
3329
3095
  "detail": {
3330
3096
  "annotation": {
3331
3097
  "type": "reference",
3332
3098
  "typeName": {
3333
3099
  "type": "identifier",
3334
- "name": "ChatPayload"
3100
+ "name": "Conversation"
3335
3101
  }
3336
3102
  }
3337
3103
  }
3338
3104
  },
3339
3105
  {
3340
- "name": "terminate",
3106
+ "name": "action.click",
3341
3107
  "detail": {
3342
3108
  "annotation": {
3343
- "type": "keyword",
3344
- "value": "void"
3109
+ "type": "reference",
3110
+ "typeName": {
3111
+ "type": "identifier",
3112
+ "name": "ActionClickDetail"
3113
+ }
3345
3114
  }
3346
3115
  }
3347
3116
  }
@@ -3350,52 +3119,49 @@
3350
3119
  "types": [
3351
3120
  {
3352
3121
  "type": "interface",
3353
- "name": "UploadOptions",
3122
+ "name": "Conversation",
3354
3123
  "body": [
3355
3124
  {
3356
3125
  "type": "propertySignature",
3357
3126
  "key": {
3358
3127
  "type": "identifier",
3359
- "name": "enabled"
3128
+ "name": "conversationId"
3360
3129
  },
3361
3130
  "annotation": {
3362
3131
  "type": "keyword",
3363
- "value": "boolean"
3132
+ "value": "string"
3364
3133
  },
3365
- "optional": true,
3366
3134
  "computed": false
3367
3135
  },
3368
3136
  {
3369
3137
  "type": "propertySignature",
3370
3138
  "key": {
3371
3139
  "type": "identifier",
3372
- "name": "dragDisabled"
3140
+ "name": "title"
3373
3141
  },
3374
3142
  "annotation": {
3375
3143
  "type": "keyword",
3376
- "value": "boolean"
3144
+ "value": "string"
3377
3145
  },
3378
- "optional": true,
3379
3146
  "computed": false
3380
3147
  },
3381
3148
  {
3382
3149
  "type": "propertySignature",
3383
3150
  "key": {
3384
3151
  "type": "identifier",
3385
- "name": "dragTips"
3152
+ "name": "startTime"
3386
3153
  },
3387
3154
  "annotation": {
3388
3155
  "type": "keyword",
3389
- "value": "string"
3156
+ "value": "number"
3390
3157
  },
3391
- "optional": true,
3392
3158
  "computed": false
3393
3159
  },
3394
3160
  {
3395
3161
  "type": "propertySignature",
3396
3162
  "key": {
3397
3163
  "type": "identifier",
3398
- "name": "accept"
3164
+ "name": "description"
3399
3165
  },
3400
3166
  "annotation": {
3401
3167
  "type": "keyword",
@@ -3408,289 +3174,174 @@
3408
3174
  "type": "propertySignature",
3409
3175
  "key": {
3410
3176
  "type": "identifier",
3411
- "name": "maxFiles"
3177
+ "name": "goalInstanceId"
3412
3178
  },
3413
3179
  "annotation": {
3414
3180
  "type": "keyword",
3415
- "value": "number"
3181
+ "value": "string"
3416
3182
  },
3417
3183
  "optional": true,
3418
3184
  "computed": false
3419
- }
3420
- ]
3421
- },
3422
- {
3423
- "type": "interface",
3424
- "name": "ChatPayload",
3425
- "body": [
3185
+ },
3426
3186
  {
3427
3187
  "type": "propertySignature",
3428
3188
  "key": {
3429
3189
  "type": "identifier",
3430
- "name": "content"
3190
+ "name": "username"
3431
3191
  },
3432
3192
  "annotation": {
3433
3193
  "type": "keyword",
3434
3194
  "value": "string"
3435
3195
  },
3196
+ "optional": true,
3436
3197
  "computed": false
3437
3198
  }
3438
- ],
3439
- "extends": [
3440
- {
3441
- "type": "expressionWithTypeArguments",
3442
- "expression": {
3443
- "type": "identifier",
3444
- "name": "ExtraChatPayload"
3445
- }
3446
- }
3447
3199
  ]
3448
3200
  },
3449
3201
  {
3450
3202
  "type": "interface",
3451
- "name": "ExtraChatPayload",
3203
+ "name": "Goal",
3452
3204
  "body": [
3453
3205
  {
3454
3206
  "type": "propertySignature",
3455
3207
  "key": {
3456
3208
  "type": "identifier",
3457
- "name": "files"
3209
+ "name": "instanceId"
3458
3210
  },
3459
3211
  "annotation": {
3460
- "type": "array",
3461
- "elementType": {
3462
- "type": "reference",
3463
- "typeName": {
3464
- "type": "identifier",
3465
- "name": "UploadFileInfo"
3466
- }
3467
- }
3212
+ "type": "keyword",
3213
+ "value": "string"
3468
3214
  },
3469
- "optional": true,
3470
3215
  "computed": false
3471
3216
  },
3472
3217
  {
3473
3218
  "type": "propertySignature",
3474
3219
  "key": {
3475
3220
  "type": "identifier",
3476
- "name": "cmd"
3221
+ "name": "title"
3477
3222
  },
3478
3223
  "annotation": {
3479
- "type": "union",
3480
- "types": [
3481
- {
3482
- "type": "reference",
3483
- "typeName": {
3484
- "type": "identifier",
3485
- "name": "CommandPayload"
3486
- }
3487
- },
3488
- {
3489
- "type": "keyword",
3490
- "value": "null"
3491
- }
3492
- ]
3224
+ "type": "keyword",
3225
+ "value": "string"
3493
3226
  },
3494
- "optional": true,
3495
3227
  "computed": false
3496
- },
3228
+ }
3229
+ ]
3230
+ },
3231
+ {
3232
+ "type": "interface",
3233
+ "name": "ActionClickDetail",
3234
+ "body": [
3497
3235
  {
3498
3236
  "type": "propertySignature",
3499
3237
  "key": {
3500
3238
  "type": "identifier",
3501
- "name": "aiEmployeeId"
3239
+ "name": "action"
3502
3240
  },
3503
3241
  "annotation": {
3504
- "type": "union",
3505
- "types": [
3506
- {
3507
- "type": "keyword",
3508
- "value": "string"
3509
- },
3510
- {
3511
- "type": "keyword",
3512
- "value": "null"
3513
- }
3514
- ]
3242
+ "type": "reference",
3243
+ "typeName": {
3244
+ "type": "identifier",
3245
+ "name": "SimpleActionType"
3246
+ }
3515
3247
  },
3516
- "optional": true,
3517
3248
  "computed": false
3518
- }
3519
- ]
3520
- },
3521
- {
3522
- "type": "interface",
3523
- "name": "UploadFileInfo",
3524
- "body": [
3249
+ },
3525
3250
  {
3526
3251
  "type": "propertySignature",
3527
3252
  "key": {
3528
3253
  "type": "identifier",
3529
- "name": "fileId"
3254
+ "name": "item"
3530
3255
  },
3531
3256
  "annotation": {
3532
- "type": "keyword",
3533
- "value": "string"
3257
+ "type": "reference",
3258
+ "typeName": {
3259
+ "type": "identifier",
3260
+ "name": "Conversation"
3261
+ }
3534
3262
  },
3535
3263
  "computed": false
3536
3264
  }
3537
3265
  ]
3266
+ }
3267
+ ]
3268
+ },
3269
+ "ai-portal.chat-input": {
3270
+ "properties": [
3271
+ {
3272
+ "name": "placeholder",
3273
+ "annotation": {
3274
+ "type": "keyword",
3275
+ "value": "string"
3276
+ }
3538
3277
  },
3539
3278
  {
3540
- "type": "typeAlias",
3541
- "name": "CommandPayload",
3279
+ "name": "autoFocus",
3280
+ "annotation": {
3281
+ "type": "keyword",
3282
+ "value": "boolean"
3283
+ }
3284
+ },
3285
+ {
3286
+ "name": "submitDisabled",
3287
+ "annotation": {
3288
+ "type": "keyword",
3289
+ "value": "boolean"
3290
+ }
3291
+ },
3292
+ {
3293
+ "name": "supportsTerminate",
3294
+ "annotation": {
3295
+ "type": "keyword",
3296
+ "value": "boolean"
3297
+ }
3298
+ },
3299
+ {
3300
+ "name": "terminating",
3301
+ "annotation": {
3302
+ "type": "keyword",
3303
+ "value": "boolean"
3304
+ }
3305
+ },
3306
+ {
3307
+ "name": "uploadOptions",
3542
3308
  "annotation": {
3543
3309
  "type": "reference",
3544
3310
  "typeName": {
3545
3311
  "type": "identifier",
3546
- "name": "CommandPayloadServiceFlowStarting"
3312
+ "name": "UploadOptions"
3313
+ }
3314
+ }
3315
+ }
3316
+ ],
3317
+ "events": [
3318
+ {
3319
+ "name": "message.submit",
3320
+ "detail": {
3321
+ "annotation": {
3322
+ "type": "keyword",
3323
+ "value": "string"
3547
3324
  }
3548
3325
  }
3549
3326
  },
3550
3327
  {
3551
- "type": "interface",
3552
- "name": "CommandPayloadServiceFlowStarting",
3553
- "body": [
3554
- {
3555
- "type": "propertySignature",
3556
- "key": {
3557
- "type": "identifier",
3558
- "name": "type"
3559
- },
3560
- "annotation": {
3561
- "type": "jsLiteral",
3562
- "value": "serviceFlowStarting"
3563
- },
3564
- "computed": false
3565
- },
3566
- {
3567
- "type": "propertySignature",
3568
- "key": {
3569
- "type": "identifier",
3570
- "name": "serviceFlowStarting"
3571
- },
3572
- "annotation": {
3573
- "type": "typeLiteral",
3574
- "members": [
3575
- {
3576
- "type": "propertySignature",
3577
- "key": {
3578
- "type": "identifier",
3579
- "name": "spaceInstanceId"
3580
- },
3581
- "annotation": {
3582
- "type": "keyword",
3583
- "value": "string"
3584
- },
3585
- "computed": false
3586
- },
3587
- {
3588
- "type": "propertySignature",
3589
- "key": {
3590
- "type": "identifier",
3591
- "name": "spaceName"
3592
- },
3593
- "annotation": {
3594
- "type": "keyword",
3595
- "value": "string"
3596
- },
3597
- "optional": true,
3598
- "computed": false
3599
- },
3600
- {
3601
- "type": "propertySignature",
3602
- "key": {
3603
- "type": "identifier",
3604
- "name": "flowInstanceId"
3605
- },
3606
- "annotation": {
3607
- "type": "keyword",
3608
- "value": "string"
3609
- },
3610
- "optional": true,
3611
- "computed": false
3612
- },
3613
- {
3614
- "type": "propertySignature",
3615
- "key": {
3616
- "type": "identifier",
3617
- "name": "flowName"
3618
- },
3619
- "annotation": {
3620
- "type": "keyword",
3621
- "value": "string"
3622
- },
3623
- "optional": true,
3624
- "computed": false
3625
- }
3626
- ]
3627
- },
3628
- "computed": false
3629
- }
3630
- ]
3631
- }
3632
- ]
3633
- },
3634
- "ai-portal.show-case": {
3635
- "properties": [
3636
- {
3637
- "name": "caseTitle",
3638
- "annotation": {
3639
- "type": "keyword",
3640
- "value": "string"
3641
- }
3642
- },
3643
- {
3644
- "name": "summary",
3645
- "annotation": {
3646
- "type": "keyword",
3647
- "value": "string"
3648
- }
3649
- },
3650
- {
3651
- "name": "url",
3652
- "annotation": {
3653
- "type": "keyword",
3654
- "value": "string"
3655
- }
3656
- }
3657
- ],
3658
- "events": [],
3659
- "methods": []
3660
- },
3661
- "ai-portal.flow-tabs": {
3662
- "properties": [
3663
- {
3664
- "name": "tabs",
3665
- "annotation": {
3666
- "type": "array",
3667
- "elementType": {
3328
+ "name": "chat.submit",
3329
+ "detail": {
3330
+ "annotation": {
3668
3331
  "type": "reference",
3669
3332
  "typeName": {
3670
3333
  "type": "identifier",
3671
- "name": "Tab"
3334
+ "name": "ChatPayload"
3672
3335
  }
3673
3336
  }
3674
3337
  }
3675
3338
  },
3676
3339
  {
3677
- "name": "activeTab",
3678
- "annotation": {
3679
- "type": "keyword",
3680
- "value": "string"
3681
- }
3682
- }
3683
- ],
3684
- "events": [
3685
- {
3686
- "name": "tab.click",
3340
+ "name": "terminate",
3687
3341
  "detail": {
3688
3342
  "annotation": {
3689
- "type": "reference",
3690
- "typeName": {
3691
- "type": "identifier",
3692
- "name": "Tab"
3693
- }
3343
+ "type": "keyword",
3344
+ "value": "void"
3694
3345
  }
3695
3346
  }
3696
3347
  }
@@ -3699,121 +3350,109 @@
3699
3350
  "types": [
3700
3351
  {
3701
3352
  "type": "interface",
3702
- "name": "Tab",
3353
+ "name": "UploadOptions",
3703
3354
  "body": [
3704
3355
  {
3705
3356
  "type": "propertySignature",
3706
3357
  "key": {
3707
3358
  "type": "identifier",
3708
- "name": "id"
3359
+ "name": "enabled"
3709
3360
  },
3710
3361
  "annotation": {
3711
3362
  "type": "keyword",
3712
- "value": "string"
3363
+ "value": "boolean"
3713
3364
  },
3365
+ "optional": true,
3714
3366
  "computed": false
3715
3367
  },
3716
3368
  {
3717
3369
  "type": "propertySignature",
3718
3370
  "key": {
3719
3371
  "type": "identifier",
3720
- "name": "label"
3372
+ "name": "dragDisabled"
3373
+ },
3374
+ "annotation": {
3375
+ "type": "keyword",
3376
+ "value": "boolean"
3377
+ },
3378
+ "optional": true,
3379
+ "computed": false
3380
+ },
3381
+ {
3382
+ "type": "propertySignature",
3383
+ "key": {
3384
+ "type": "identifier",
3385
+ "name": "dragTips"
3721
3386
  },
3722
3387
  "annotation": {
3723
3388
  "type": "keyword",
3724
3389
  "value": "string"
3725
3390
  },
3391
+ "optional": true,
3726
3392
  "computed": false
3727
- }
3728
- ]
3729
- }
3730
- ]
3731
- },
3732
- "ai-portal.running-flow": {
3733
- "properties": [
3734
- {
3735
- "name": "spec",
3736
- "annotation": {
3737
- "type": "array",
3738
- "elementType": {
3739
- "type": "reference",
3740
- "typeName": {
3393
+ },
3394
+ {
3395
+ "type": "propertySignature",
3396
+ "key": {
3741
3397
  "type": "identifier",
3742
- "name": "FlowStage"
3743
- }
3744
- }
3745
- }
3746
- },
3747
- {
3748
- "name": "activeActivityId",
3749
- "annotation": {
3750
- "type": "union",
3751
- "types": [
3752
- {
3398
+ "name": "accept"
3399
+ },
3400
+ "annotation": {
3753
3401
  "type": "keyword",
3754
3402
  "value": "string"
3755
3403
  },
3756
- {
3404
+ "optional": true,
3405
+ "computed": false
3406
+ },
3407
+ {
3408
+ "type": "propertySignature",
3409
+ "key": {
3410
+ "type": "identifier",
3411
+ "name": "maxFiles"
3412
+ },
3413
+ "annotation": {
3757
3414
  "type": "keyword",
3758
- "value": "null"
3759
- }
3760
- ]
3761
- }
3762
- }
3763
- ],
3764
- "events": [
3765
- {
3766
- "name": "active.change",
3767
- "detail": {
3768
- "annotation": {
3769
- "type": "union",
3770
- "types": [
3771
- {
3772
- "type": "keyword",
3773
- "value": "string"
3774
- },
3775
- {
3776
- "type": "keyword",
3777
- "value": "null"
3778
- }
3779
- ]
3780
- }
3781
- }
3782
- }
3783
- ],
3784
- "methods": [],
3785
- "types": [
3786
- {
3787
- "type": "interface",
3788
- "name": "FlowStage",
3789
- "body": [
3415
+ "value": "number"
3416
+ },
3417
+ "optional": true,
3418
+ "computed": false
3419
+ },
3790
3420
  {
3791
3421
  "type": "propertySignature",
3792
3422
  "key": {
3793
3423
  "type": "identifier",
3794
- "name": "name"
3424
+ "name": "maxSize"
3425
+ },
3426
+ "annotation": {
3427
+ "type": "keyword",
3428
+ "value": "number"
3429
+ },
3430
+ "optional": true,
3431
+ "computed": false,
3432
+ "description": "In bytes"
3433
+ },
3434
+ {
3435
+ "type": "propertySignature",
3436
+ "key": {
3437
+ "type": "identifier",
3438
+ "name": "readableAccept"
3795
3439
  },
3796
3440
  "annotation": {
3797
3441
  "type": "keyword",
3798
3442
  "value": "string"
3799
3443
  },
3444
+ "optional": true,
3800
3445
  "computed": false
3801
3446
  },
3802
3447
  {
3803
3448
  "type": "propertySignature",
3804
3449
  "key": {
3805
3450
  "type": "identifier",
3806
- "name": "serviceFlowActivities"
3451
+ "name": "readableMaxSize"
3807
3452
  },
3808
3453
  "annotation": {
3809
- "type": "array",
3810
- "elementType": {
3811
- "type": "reference",
3812
- "typeName": {
3813
- "type": "identifier",
3814
- "name": "FlowActivity"
3815
- }
3816
- }
3454
+ "type": "keyword",
3455
+ "value": "string"
3817
3456
  },
3818
3457
  "optional": true,
3819
3458
  "computed": false
@@ -3822,29 +3461,50 @@
3822
3461
  },
3823
3462
  {
3824
3463
  "type": "interface",
3825
- "name": "FlowActivity",
3464
+ "name": "ChatPayload",
3826
3465
  "body": [
3827
3466
  {
3828
3467
  "type": "propertySignature",
3829
3468
  "key": {
3830
3469
  "type": "identifier",
3831
- "name": "name"
3470
+ "name": "content"
3832
3471
  },
3833
3472
  "annotation": {
3834
3473
  "type": "keyword",
3835
3474
  "value": "string"
3836
3475
  },
3837
3476
  "computed": false
3838
- },
3477
+ }
3478
+ ],
3479
+ "extends": [
3480
+ {
3481
+ "type": "expressionWithTypeArguments",
3482
+ "expression": {
3483
+ "type": "identifier",
3484
+ "name": "ExtraChatPayload"
3485
+ }
3486
+ }
3487
+ ]
3488
+ },
3489
+ {
3490
+ "type": "interface",
3491
+ "name": "ExtraChatPayload",
3492
+ "body": [
3839
3493
  {
3840
3494
  "type": "propertySignature",
3841
3495
  "key": {
3842
3496
  "type": "identifier",
3843
- "name": "taskId"
3497
+ "name": "files"
3844
3498
  },
3845
3499
  "annotation": {
3846
- "type": "keyword",
3847
- "value": "string"
3500
+ "type": "array",
3501
+ "elementType": {
3502
+ "type": "reference",
3503
+ "typeName": {
3504
+ "type": "identifier",
3505
+ "name": "UploadFileInfo"
3506
+ }
3507
+ }
3848
3508
  },
3849
3509
  "optional": true,
3850
3510
  "computed": false
@@ -3853,7 +3513,7 @@
3853
3513
  "type": "propertySignature",
3854
3514
  "key": {
3855
3515
  "type": "identifier",
3856
- "name": "state"
3516
+ "name": "cmd"
3857
3517
  },
3858
3518
  "annotation": {
3859
3519
  "type": "union",
@@ -3862,15 +3522,12 @@
3862
3522
  "type": "reference",
3863
3523
  "typeName": {
3864
3524
  "type": "identifier",
3865
- "name": "TaskState"
3525
+ "name": "CommandPayload"
3866
3526
  }
3867
3527
  },
3868
3528
  {
3869
- "type": "reference",
3870
- "typeName": {
3871
- "type": "identifier",
3872
- "name": "JobState"
3873
- }
3529
+ "type": "keyword",
3530
+ "value": "null"
3874
3531
  }
3875
3532
  ]
3876
3533
  },
@@ -3881,135 +3538,199 @@
3881
3538
  "type": "propertySignature",
3882
3539
  "key": {
3883
3540
  "type": "identifier",
3884
- "name": "startTime"
3541
+ "name": "aiEmployeeId"
3885
3542
  },
3886
3543
  "annotation": {
3887
- "type": "keyword",
3888
- "value": "number"
3544
+ "type": "union",
3545
+ "types": [
3546
+ {
3547
+ "type": "keyword",
3548
+ "value": "string"
3549
+ },
3550
+ {
3551
+ "type": "keyword",
3552
+ "value": "null"
3553
+ }
3554
+ ]
3889
3555
  },
3890
3556
  "optional": true,
3891
3557
  "computed": false
3892
- },
3558
+ }
3559
+ ]
3560
+ },
3561
+ {
3562
+ "type": "interface",
3563
+ "name": "UploadFileInfo",
3564
+ "body": [
3893
3565
  {
3894
3566
  "type": "propertySignature",
3895
3567
  "key": {
3896
3568
  "type": "identifier",
3897
- "name": "endTime"
3569
+ "name": "fileId"
3898
3570
  },
3899
3571
  "annotation": {
3900
3572
  "type": "keyword",
3901
- "value": "number"
3573
+ "value": "string"
3902
3574
  },
3903
- "optional": true,
3904
3575
  "computed": false
3905
3576
  }
3906
3577
  ]
3907
- }
3908
- ]
3909
- },
3910
- "ai-portal.notice-dropdown": {
3911
- "properties": [
3912
- {
3913
- "name": "dataSource",
3914
- "annotation": {
3915
- "type": "array",
3916
- "elementType": {
3917
- "type": "reference",
3918
- "typeName": {
3919
- "type": "identifier",
3920
- "name": "NoticeItem"
3921
- }
3922
- }
3923
- }
3924
3578
  },
3925
3579
  {
3926
- "name": "popoverPlacement",
3580
+ "type": "typeAlias",
3581
+ "name": "CommandPayload",
3927
3582
  "annotation": {
3928
3583
  "type": "reference",
3929
3584
  "typeName": {
3930
3585
  "type": "identifier",
3931
- "name": "Placement"
3586
+ "name": "CommandPayloadServiceFlowStarting"
3932
3587
  }
3933
3588
  }
3934
3589
  },
3935
3590
  {
3936
- "name": "emptyText",
3591
+ "type": "interface",
3592
+ "name": "CommandPayloadServiceFlowStarting",
3593
+ "body": [
3594
+ {
3595
+ "type": "propertySignature",
3596
+ "key": {
3597
+ "type": "identifier",
3598
+ "name": "type"
3599
+ },
3600
+ "annotation": {
3601
+ "type": "jsLiteral",
3602
+ "value": "serviceFlowStarting"
3603
+ },
3604
+ "computed": false
3605
+ },
3606
+ {
3607
+ "type": "propertySignature",
3608
+ "key": {
3609
+ "type": "identifier",
3610
+ "name": "serviceFlowStarting"
3611
+ },
3612
+ "annotation": {
3613
+ "type": "typeLiteral",
3614
+ "members": [
3615
+ {
3616
+ "type": "propertySignature",
3617
+ "key": {
3618
+ "type": "identifier",
3619
+ "name": "spaceInstanceId"
3620
+ },
3621
+ "annotation": {
3622
+ "type": "keyword",
3623
+ "value": "string"
3624
+ },
3625
+ "computed": false
3626
+ },
3627
+ {
3628
+ "type": "propertySignature",
3629
+ "key": {
3630
+ "type": "identifier",
3631
+ "name": "spaceName"
3632
+ },
3633
+ "annotation": {
3634
+ "type": "keyword",
3635
+ "value": "string"
3636
+ },
3637
+ "optional": true,
3638
+ "computed": false
3639
+ },
3640
+ {
3641
+ "type": "propertySignature",
3642
+ "key": {
3643
+ "type": "identifier",
3644
+ "name": "flowInstanceId"
3645
+ },
3646
+ "annotation": {
3647
+ "type": "keyword",
3648
+ "value": "string"
3649
+ },
3650
+ "optional": true,
3651
+ "computed": false
3652
+ },
3653
+ {
3654
+ "type": "propertySignature",
3655
+ "key": {
3656
+ "type": "identifier",
3657
+ "name": "flowName"
3658
+ },
3659
+ "annotation": {
3660
+ "type": "keyword",
3661
+ "value": "string"
3662
+ },
3663
+ "optional": true,
3664
+ "computed": false
3665
+ }
3666
+ ]
3667
+ },
3668
+ "computed": false
3669
+ }
3670
+ ]
3671
+ }
3672
+ ]
3673
+ },
3674
+ "ai-portal.show-case": {
3675
+ "properties": [
3676
+ {
3677
+ "name": "caseTitle",
3937
3678
  "annotation": {
3938
3679
  "type": "keyword",
3939
3680
  "value": "string"
3940
3681
  }
3941
3682
  },
3942
3683
  {
3943
- "name": "notifyCenterUrl",
3684
+ "name": "summary",
3944
3685
  "annotation": {
3945
3686
  "type": "keyword",
3946
3687
  "value": "string"
3947
3688
  }
3948
3689
  },
3949
3690
  {
3950
- "name": "urlTemplate",
3691
+ "name": "url",
3951
3692
  "annotation": {
3952
3693
  "type": "keyword",
3953
3694
  "value": "string"
3954
3695
  }
3955
- },
3956
- {
3957
- "name": "dropdownMaxWidth",
3958
- "annotation": {
3959
- "type": "union",
3960
- "types": [
3961
- {
3962
- "type": "keyword",
3963
- "value": "string"
3964
- },
3965
- {
3966
- "type": "keyword",
3967
- "value": "number"
3968
- }
3969
- ]
3970
- }
3971
- },
3696
+ }
3697
+ ],
3698
+ "events": [],
3699
+ "methods": []
3700
+ },
3701
+ "ai-portal.flow-tabs": {
3702
+ "properties": [
3972
3703
  {
3973
- "name": "dropdownContentStyle",
3704
+ "name": "tabs",
3974
3705
  "annotation": {
3975
- "type": "reference",
3976
- "typeName": {
3977
- "type": "qualifiedName",
3978
- "left": {
3979
- "type": "identifier",
3980
- "name": "React"
3981
- },
3982
- "right": {
3706
+ "type": "array",
3707
+ "elementType": {
3708
+ "type": "reference",
3709
+ "typeName": {
3983
3710
  "type": "identifier",
3984
- "name": "CSSProperties"
3711
+ "name": "Tab"
3985
3712
  }
3986
3713
  }
3987
3714
  }
3988
3715
  },
3989
3716
  {
3990
- "name": "hideNotifyCenterButton",
3717
+ "name": "activeTab",
3991
3718
  "annotation": {
3992
3719
  "type": "keyword",
3993
- "value": "boolean"
3720
+ "value": "string"
3994
3721
  }
3995
3722
  }
3996
3723
  ],
3997
3724
  "events": [
3998
3725
  {
3999
- "name": "notice.click",
4000
- "detail": {
4001
- "annotation": {
4002
- "type": "keyword",
4003
- "value": "string"
4004
- }
4005
- }
4006
- },
4007
- {
4008
- "name": "mark.all.read",
3726
+ "name": "tab.click",
4009
3727
  "detail": {
4010
3728
  "annotation": {
4011
- "type": "keyword",
4012
- "value": "void"
3729
+ "type": "reference",
3730
+ "typeName": {
3731
+ "type": "identifier",
3732
+ "name": "Tab"
3733
+ }
4013
3734
  }
4014
3735
  }
4015
3736
  }
@@ -4018,7 +3739,7 @@
4018
3739
  "types": [
4019
3740
  {
4020
3741
  "type": "interface",
4021
- "name": "NoticeItem",
3742
+ "name": "Tab",
4022
3743
  "body": [
4023
3744
  {
4024
3745
  "type": "propertySignature",
@@ -4036,43 +3757,7 @@
4036
3757
  "type": "propertySignature",
4037
3758
  "key": {
4038
3759
  "type": "identifier",
4039
- "name": "type"
4040
- },
4041
- "annotation": {
4042
- "type": "keyword",
4043
- "value": "string"
4044
- },
4045
- "computed": false
4046
- },
4047
- {
4048
- "type": "propertySignature",
4049
- "key": {
4050
- "type": "identifier",
4051
- "name": "isUnread"
4052
- },
4053
- "annotation": {
4054
- "type": "keyword",
4055
- "value": "boolean"
4056
- },
4057
- "computed": false
4058
- },
4059
- {
4060
- "type": "propertySignature",
4061
- "key": {
4062
- "type": "identifier",
4063
- "name": "title"
4064
- },
4065
- "annotation": {
4066
- "type": "keyword",
4067
- "value": "string"
4068
- },
4069
- "computed": false
4070
- },
4071
- {
4072
- "type": "propertySignature",
4073
- "key": {
4074
- "type": "identifier",
4075
- "name": "description"
3760
+ "name": "label"
4076
3761
  },
4077
3762
  "annotation": {
4078
3763
  "type": "keyword",
@@ -4251,17 +3936,258 @@
4251
3936
  "name": "activityIndex",
4252
3937
  "annotation": {
4253
3938
  "type": "keyword",
4254
- "value": "number"
3939
+ "value": "number"
3940
+ }
3941
+ }
3942
+ ],
3943
+ "returns": {}
3944
+ }
3945
+ ],
3946
+ "types": [
3947
+ {
3948
+ "type": "interface",
3949
+ "name": "Stage",
3950
+ "body": [
3951
+ {
3952
+ "type": "propertySignature",
3953
+ "key": {
3954
+ "type": "identifier",
3955
+ "name": "name"
3956
+ },
3957
+ "annotation": {
3958
+ "type": "keyword",
3959
+ "value": "string"
3960
+ },
3961
+ "computed": false
3962
+ },
3963
+ {
3964
+ "type": "propertySignature",
3965
+ "key": {
3966
+ "type": "identifier",
3967
+ "name": "serviceFlowActivities"
3968
+ },
3969
+ "annotation": {
3970
+ "type": "array",
3971
+ "elementType": {
3972
+ "type": "reference",
3973
+ "typeName": {
3974
+ "type": "identifier",
3975
+ "name": "FlowActivity"
3976
+ }
3977
+ }
3978
+ },
3979
+ "optional": true,
3980
+ "computed": false
3981
+ }
3982
+ ]
3983
+ },
3984
+ {
3985
+ "type": "interface",
3986
+ "name": "FlowActivity",
3987
+ "body": [
3988
+ {
3989
+ "type": "propertySignature",
3990
+ "key": {
3991
+ "type": "identifier",
3992
+ "name": "name"
3993
+ },
3994
+ "annotation": {
3995
+ "type": "keyword",
3996
+ "value": "string"
3997
+ },
3998
+ "computed": false
3999
+ },
4000
+ {
4001
+ "type": "propertySignature",
4002
+ "key": {
4003
+ "type": "identifier",
4004
+ "name": "description"
4005
+ },
4006
+ "annotation": {
4007
+ "type": "keyword",
4008
+ "value": "string"
4009
+ },
4010
+ "optional": true,
4011
+ "computed": false
4012
+ },
4013
+ {
4014
+ "type": "propertySignature",
4015
+ "key": {
4016
+ "type": "identifier",
4017
+ "name": "aiEmployeeId"
4018
+ },
4019
+ "annotation": {
4020
+ "type": "keyword",
4021
+ "value": "string"
4022
+ },
4023
+ "optional": true,
4024
+ "computed": false
4025
+ },
4026
+ {
4027
+ "type": "propertySignature",
4028
+ "key": {
4029
+ "type": "identifier",
4030
+ "name": "hilRules"
4031
+ },
4032
+ "annotation": {
4033
+ "type": "keyword",
4034
+ "value": "string"
4035
+ },
4036
+ "optional": true,
4037
+ "computed": false
4038
+ },
4039
+ {
4040
+ "type": "propertySignature",
4041
+ "key": {
4042
+ "type": "identifier",
4043
+ "name": "hilUser"
4044
+ },
4045
+ "annotation": {
4046
+ "type": "keyword",
4047
+ "value": "string"
4048
+ },
4049
+ "optional": true,
4050
+ "computed": false
4051
+ }
4052
+ ]
4053
+ },
4054
+ {
4055
+ "type": "interface",
4056
+ "name": "AIEmployee",
4057
+ "body": [
4058
+ {
4059
+ "type": "propertySignature",
4060
+ "key": {
4061
+ "type": "identifier",
4062
+ "name": "employeeId"
4063
+ },
4064
+ "annotation": {
4065
+ "type": "keyword",
4066
+ "value": "string"
4067
+ },
4068
+ "computed": false
4069
+ },
4070
+ {
4071
+ "type": "propertySignature",
4072
+ "key": {
4073
+ "type": "identifier",
4074
+ "name": "name"
4075
+ },
4076
+ "annotation": {
4077
+ "type": "keyword",
4078
+ "value": "string"
4079
+ },
4080
+ "computed": false
4081
+ }
4082
+ ]
4083
+ },
4084
+ {
4085
+ "type": "interface",
4086
+ "name": "EditActivityDetail",
4087
+ "body": [
4088
+ {
4089
+ "type": "propertySignature",
4090
+ "key": {
4091
+ "type": "identifier",
4092
+ "name": "stage"
4093
+ },
4094
+ "annotation": {
4095
+ "type": "reference",
4096
+ "typeName": {
4097
+ "type": "identifier",
4098
+ "name": "Stage"
4099
+ }
4100
+ },
4101
+ "computed": false
4102
+ },
4103
+ {
4104
+ "type": "propertySignature",
4105
+ "key": {
4106
+ "type": "identifier",
4107
+ "name": "activity"
4108
+ },
4109
+ "annotation": {
4110
+ "type": "reference",
4111
+ "typeName": {
4112
+ "type": "identifier",
4113
+ "name": "FlowActivity"
4114
+ }
4115
+ },
4116
+ "computed": false
4117
+ },
4118
+ {
4119
+ "type": "propertySignature",
4120
+ "key": {
4121
+ "type": "identifier",
4122
+ "name": "activityIndex"
4123
+ },
4124
+ "annotation": {
4125
+ "type": "keyword",
4126
+ "value": "number"
4127
+ },
4128
+ "computed": false
4129
+ }
4130
+ ]
4131
+ }
4132
+ ]
4133
+ },
4134
+ "ai-portal.running-flow": {
4135
+ "properties": [
4136
+ {
4137
+ "name": "spec",
4138
+ "annotation": {
4139
+ "type": "array",
4140
+ "elementType": {
4141
+ "type": "reference",
4142
+ "typeName": {
4143
+ "type": "identifier",
4144
+ "name": "FlowStage"
4145
+ }
4146
+ }
4147
+ }
4148
+ },
4149
+ {
4150
+ "name": "activeActivityId",
4151
+ "annotation": {
4152
+ "type": "union",
4153
+ "types": [
4154
+ {
4155
+ "type": "keyword",
4156
+ "value": "string"
4157
+ },
4158
+ {
4159
+ "type": "keyword",
4160
+ "value": "null"
4255
4161
  }
4162
+ ]
4163
+ }
4164
+ }
4165
+ ],
4166
+ "events": [
4167
+ {
4168
+ "name": "active.change",
4169
+ "detail": {
4170
+ "annotation": {
4171
+ "type": "union",
4172
+ "types": [
4173
+ {
4174
+ "type": "keyword",
4175
+ "value": "string"
4176
+ },
4177
+ {
4178
+ "type": "keyword",
4179
+ "value": "null"
4180
+ }
4181
+ ]
4256
4182
  }
4257
- ],
4258
- "returns": {}
4183
+ }
4259
4184
  }
4260
4185
  ],
4186
+ "methods": [],
4261
4187
  "types": [
4262
4188
  {
4263
4189
  "type": "interface",
4264
- "name": "Stage",
4190
+ "name": "FlowStage",
4265
4191
  "body": [
4266
4192
  {
4267
4193
  "type": "propertySignature",
@@ -4316,7 +4242,7 @@
4316
4242
  "type": "propertySignature",
4317
4243
  "key": {
4318
4244
  "type": "identifier",
4319
- "name": "description"
4245
+ "name": "taskId"
4320
4246
  },
4321
4247
  "annotation": {
4322
4248
  "type": "keyword",
@@ -4329,11 +4255,26 @@
4329
4255
  "type": "propertySignature",
4330
4256
  "key": {
4331
4257
  "type": "identifier",
4332
- "name": "aiEmployeeId"
4258
+ "name": "state"
4333
4259
  },
4334
4260
  "annotation": {
4335
- "type": "keyword",
4336
- "value": "string"
4261
+ "type": "union",
4262
+ "types": [
4263
+ {
4264
+ "type": "reference",
4265
+ "typeName": {
4266
+ "type": "identifier",
4267
+ "name": "TaskState"
4268
+ }
4269
+ },
4270
+ {
4271
+ "type": "reference",
4272
+ "typeName": {
4273
+ "type": "identifier",
4274
+ "name": "JobState"
4275
+ }
4276
+ }
4277
+ ]
4337
4278
  },
4338
4279
  "optional": true,
4339
4280
  "computed": false
@@ -4342,11 +4283,11 @@
4342
4283
  "type": "propertySignature",
4343
4284
  "key": {
4344
4285
  "type": "identifier",
4345
- "name": "hilRules"
4286
+ "name": "startTime"
4346
4287
  },
4347
4288
  "annotation": {
4348
4289
  "type": "keyword",
4349
- "value": "string"
4290
+ "value": "number"
4350
4291
  },
4351
4292
  "optional": true,
4352
4293
  "computed": false
@@ -4355,26 +4296,150 @@
4355
4296
  "type": "propertySignature",
4356
4297
  "key": {
4357
4298
  "type": "identifier",
4358
- "name": "hilUser"
4299
+ "name": "endTime"
4359
4300
  },
4360
4301
  "annotation": {
4361
4302
  "type": "keyword",
4362
- "value": "string"
4303
+ "value": "number"
4363
4304
  },
4364
4305
  "optional": true,
4365
4306
  "computed": false
4366
4307
  }
4367
4308
  ]
4309
+ }
4310
+ ]
4311
+ },
4312
+ "ai-portal.notice-dropdown": {
4313
+ "properties": [
4314
+ {
4315
+ "name": "dataSource",
4316
+ "annotation": {
4317
+ "type": "array",
4318
+ "elementType": {
4319
+ "type": "reference",
4320
+ "typeName": {
4321
+ "type": "identifier",
4322
+ "name": "NoticeItem"
4323
+ }
4324
+ }
4325
+ }
4326
+ },
4327
+ {
4328
+ "name": "popoverPlacement",
4329
+ "annotation": {
4330
+ "type": "reference",
4331
+ "typeName": {
4332
+ "type": "identifier",
4333
+ "name": "Placement"
4334
+ }
4335
+ }
4336
+ },
4337
+ {
4338
+ "name": "emptyText",
4339
+ "annotation": {
4340
+ "type": "keyword",
4341
+ "value": "string"
4342
+ }
4343
+ },
4344
+ {
4345
+ "name": "notifyCenterUrl",
4346
+ "annotation": {
4347
+ "type": "keyword",
4348
+ "value": "string"
4349
+ }
4350
+ },
4351
+ {
4352
+ "name": "urlTemplate",
4353
+ "annotation": {
4354
+ "type": "keyword",
4355
+ "value": "string"
4356
+ }
4357
+ },
4358
+ {
4359
+ "name": "urlTarget",
4360
+ "annotation": {
4361
+ "type": "reference",
4362
+ "typeName": {
4363
+ "type": "identifier",
4364
+ "name": "Target"
4365
+ }
4366
+ }
4367
+ },
4368
+ {
4369
+ "name": "dropdownMaxWidth",
4370
+ "annotation": {
4371
+ "type": "union",
4372
+ "types": [
4373
+ {
4374
+ "type": "keyword",
4375
+ "value": "string"
4376
+ },
4377
+ {
4378
+ "type": "keyword",
4379
+ "value": "number"
4380
+ }
4381
+ ]
4382
+ }
4383
+ },
4384
+ {
4385
+ "name": "dropdownContentStyle",
4386
+ "annotation": {
4387
+ "type": "reference",
4388
+ "typeName": {
4389
+ "type": "qualifiedName",
4390
+ "left": {
4391
+ "type": "identifier",
4392
+ "name": "React"
4393
+ },
4394
+ "right": {
4395
+ "type": "identifier",
4396
+ "name": "CSSProperties"
4397
+ }
4398
+ }
4399
+ }
4400
+ },
4401
+ {
4402
+ "name": "hideNotifyCenterButton",
4403
+ "annotation": {
4404
+ "type": "keyword",
4405
+ "value": "boolean"
4406
+ }
4407
+ }
4408
+ ],
4409
+ "events": [
4410
+ {
4411
+ "name": "notice.click",
4412
+ "detail": {
4413
+ "annotation": {
4414
+ "type": "reference",
4415
+ "typeName": {
4416
+ "type": "identifier",
4417
+ "name": "NoticeItem"
4418
+ }
4419
+ }
4420
+ }
4368
4421
  },
4422
+ {
4423
+ "name": "mark.all.read",
4424
+ "detail": {
4425
+ "annotation": {
4426
+ "type": "keyword",
4427
+ "value": "void"
4428
+ }
4429
+ }
4430
+ }
4431
+ ],
4432
+ "methods": [],
4433
+ "types": [
4369
4434
  {
4370
4435
  "type": "interface",
4371
- "name": "AIEmployee",
4436
+ "name": "NoticeItem",
4372
4437
  "body": [
4373
4438
  {
4374
4439
  "type": "propertySignature",
4375
4440
  "key": {
4376
4441
  "type": "identifier",
4377
- "name": "employeeId"
4442
+ "name": "id"
4378
4443
  },
4379
4444
  "annotation": {
4380
4445
  "type": "keyword",
@@ -4386,32 +4451,23 @@
4386
4451
  "type": "propertySignature",
4387
4452
  "key": {
4388
4453
  "type": "identifier",
4389
- "name": "name"
4454
+ "name": "type"
4390
4455
  },
4391
4456
  "annotation": {
4392
4457
  "type": "keyword",
4393
4458
  "value": "string"
4394
4459
  },
4395
4460
  "computed": false
4396
- }
4397
- ]
4398
- },
4399
- {
4400
- "type": "interface",
4401
- "name": "EditActivityDetail",
4402
- "body": [
4461
+ },
4403
4462
  {
4404
4463
  "type": "propertySignature",
4405
4464
  "key": {
4406
4465
  "type": "identifier",
4407
- "name": "stage"
4466
+ "name": "isUnread"
4408
4467
  },
4409
4468
  "annotation": {
4410
- "type": "reference",
4411
- "typeName": {
4412
- "type": "identifier",
4413
- "name": "Stage"
4414
- }
4469
+ "type": "keyword",
4470
+ "value": "boolean"
4415
4471
  },
4416
4472
  "computed": false
4417
4473
  },
@@ -4419,14 +4475,11 @@
4419
4475
  "type": "propertySignature",
4420
4476
  "key": {
4421
4477
  "type": "identifier",
4422
- "name": "activity"
4478
+ "name": "title"
4423
4479
  },
4424
4480
  "annotation": {
4425
- "type": "reference",
4426
- "typeName": {
4427
- "type": "identifier",
4428
- "name": "FlowActivity"
4429
- }
4481
+ "type": "keyword",
4482
+ "value": "string"
4430
4483
  },
4431
4484
  "computed": false
4432
4485
  },
@@ -4434,11 +4487,11 @@
4434
4487
  "type": "propertySignature",
4435
4488
  "key": {
4436
4489
  "type": "identifier",
4437
- "name": "activityIndex"
4490
+ "name": "description"
4438
4491
  },
4439
4492
  "annotation": {
4440
4493
  "type": "keyword",
4441
- "value": "number"
4494
+ "value": "string"
4442
4495
  },
4443
4496
  "computed": false
4444
4497
  }
@@ -5011,184 +5064,140 @@
5011
5064
  "type": "reference",
5012
5065
  "typeName": {
5013
5066
  "type": "identifier",
5014
- "name": "Project"
5015
- }
5016
- },
5017
- "computed": false
5018
- }
5019
- ]
5020
- }
5021
- ]
5022
- },
5023
- "ai-portal.chat-box": {
5024
- "properties": [
5025
- {
5026
- "name": "disabled",
5027
- "annotation": {
5028
- "type": "keyword",
5029
- "value": "boolean"
5030
- }
5031
- },
5032
- {
5033
- "name": "placeholder",
5034
- "annotation": {
5035
- "type": "keyword",
5036
- "value": "string"
5037
- }
5038
- },
5039
- {
5040
- "name": "autoFocus",
5041
- "annotation": {
5042
- "type": "keyword",
5043
- "value": "boolean"
5044
- }
5045
- },
5067
+ "name": "Project"
5068
+ }
5069
+ },
5070
+ "computed": false
5071
+ }
5072
+ ]
5073
+ }
5074
+ ]
5075
+ },
5076
+ "ai-portal.goal-card-list": {
5077
+ "properties": [
5046
5078
  {
5047
- "name": "aiEmployees",
5079
+ "name": "goalList",
5048
5080
  "annotation": {
5049
5081
  "type": "array",
5050
5082
  "elementType": {
5051
5083
  "type": "reference",
5052
5084
  "typeName": {
5053
5085
  "type": "identifier",
5054
- "name": "AIEmployee"
5086
+ "name": "GoalItem"
5055
5087
  }
5056
5088
  }
5057
5089
  }
5058
5090
  },
5059
5091
  {
5060
- "name": "commands",
5092
+ "name": "cardStyle",
5061
5093
  "annotation": {
5062
- "type": "array",
5063
- "elementType": {
5064
- "type": "reference",
5065
- "typeName": {
5094
+ "type": "reference",
5095
+ "typeName": {
5096
+ "type": "qualifiedName",
5097
+ "left": {
5066
5098
  "type": "identifier",
5067
- "name": "Command"
5099
+ "name": "React"
5100
+ },
5101
+ "right": {
5102
+ "type": "identifier",
5103
+ "name": "CSSProperties"
5068
5104
  }
5069
5105
  }
5070
5106
  }
5071
5107
  },
5072
5108
  {
5073
- "name": "uploadOptions",
5109
+ "name": "activeKey",
5074
5110
  "annotation": {
5075
- "type": "reference",
5076
- "typeName": {
5077
- "type": "identifier",
5078
- "name": "UploadOptions"
5079
- }
5111
+ "type": "keyword",
5112
+ "value": "string"
5080
5113
  }
5081
5114
  }
5082
5115
  ],
5083
5116
  "events": [
5084
5117
  {
5085
- "name": "message.submit",
5118
+ "name": "item.click",
5086
5119
  "detail": {
5087
5120
  "annotation": {
5088
- "type": "keyword",
5089
- "value": "string"
5121
+ "type": "reference",
5122
+ "typeName": {
5123
+ "type": "identifier",
5124
+ "name": "GoalItem"
5125
+ }
5090
5126
  }
5091
5127
  }
5092
5128
  },
5093
5129
  {
5094
- "name": "chat.submit",
5130
+ "name": "item.status.change",
5095
5131
  "detail": {
5096
5132
  "annotation": {
5097
5133
  "type": "reference",
5098
5134
  "typeName": {
5099
5135
  "type": "identifier",
5100
- "name": "ChatPayload"
5136
+ "name": "GoalItem"
5101
5137
  }
5102
5138
  }
5103
5139
  }
5104
5140
  },
5105
5141
  {
5106
- "name": "command.select",
5142
+ "name": "item.title.change",
5107
5143
  "detail": {
5108
5144
  "annotation": {
5109
- "type": "union",
5110
- "types": [
5111
- {
5112
- "type": "reference",
5113
- "typeName": {
5114
- "type": "identifier",
5115
- "name": "CommandPayload"
5116
- }
5117
- },
5118
- {
5119
- "type": "keyword",
5120
- "value": "null"
5121
- }
5122
- ]
5145
+ "type": "reference",
5146
+ "typeName": {
5147
+ "type": "identifier",
5148
+ "name": "GoalItem"
5149
+ }
5150
+ }
5151
+ }
5152
+ },
5153
+ {
5154
+ "name": "item.new.chat",
5155
+ "detail": {
5156
+ "annotation": {
5157
+ "type": "reference",
5158
+ "typeName": {
5159
+ "type": "identifier",
5160
+ "name": "GoalItem"
5161
+ }
5123
5162
  }
5124
5163
  }
5125
5164
  }
5126
5165
  ],
5127
5166
  "methods": [
5128
5167
  {
5129
- "name": "setValue",
5168
+ "name": "appendChildDone",
5130
5169
  "params": [
5131
5170
  {
5132
- "name": "value",
5171
+ "name": "pendingId",
5133
5172
  "annotation": {
5134
5173
  "type": "keyword",
5135
5174
  "value": "string"
5136
5175
  }
5176
+ },
5177
+ {
5178
+ "name": "newItem",
5179
+ "annotation": {
5180
+ "type": "reference",
5181
+ "typeName": {
5182
+ "type": "identifier",
5183
+ "name": "GoalItem"
5184
+ }
5185
+ }
5137
5186
  }
5138
5187
  ],
5139
5188
  "returns": {}
5140
- },
5141
- {
5142
- "name": "getValue",
5143
- "params": [],
5144
- "returns": {}
5145
- },
5146
- {
5147
- "name": "focusOnInput",
5148
- "params": [],
5149
- "returns": {}
5150
5189
  }
5151
5190
  ],
5152
5191
  "types": [
5153
5192
  {
5154
5193
  "type": "interface",
5155
- "name": "AIEmployee",
5156
- "body": [
5157
- {
5158
- "type": "propertySignature",
5159
- "key": {
5160
- "type": "identifier",
5161
- "name": "employeeId"
5162
- },
5163
- "annotation": {
5164
- "type": "keyword",
5165
- "value": "string"
5166
- },
5167
- "computed": false
5168
- },
5169
- {
5170
- "type": "propertySignature",
5171
- "key": {
5172
- "type": "identifier",
5173
- "name": "name"
5174
- },
5175
- "annotation": {
5176
- "type": "keyword",
5177
- "value": "string"
5178
- },
5179
- "computed": false
5180
- }
5181
- ]
5182
- },
5183
- {
5184
- "type": "interface",
5185
- "name": "Command",
5194
+ "name": "GoalItem",
5186
5195
  "body": [
5187
5196
  {
5188
5197
  "type": "propertySignature",
5189
5198
  "key": {
5190
5199
  "type": "identifier",
5191
- "name": "label"
5200
+ "name": "title"
5192
5201
  },
5193
5202
  "annotation": {
5194
5203
  "type": "keyword",
@@ -5200,30 +5209,12 @@
5200
5209
  "type": "propertySignature",
5201
5210
  "key": {
5202
5211
  "type": "identifier",
5203
- "name": "value"
5212
+ "name": "description"
5204
5213
  },
5205
5214
  "annotation": {
5206
5215
  "type": "keyword",
5207
5216
  "value": "string"
5208
5217
  },
5209
- "computed": false
5210
- },
5211
- {
5212
- "type": "propertySignature",
5213
- "key": {
5214
- "type": "identifier",
5215
- "name": "options"
5216
- },
5217
- "annotation": {
5218
- "type": "array",
5219
- "elementType": {
5220
- "type": "reference",
5221
- "typeName": {
5222
- "type": "identifier",
5223
- "name": "Command"
5224
- }
5225
- }
5226
- },
5227
5218
  "optional": true,
5228
5219
  "computed": false
5229
5220
  },
@@ -5231,59 +5222,38 @@
5231
5222
  "type": "propertySignature",
5232
5223
  "key": {
5233
5224
  "type": "identifier",
5234
- "name": "payload"
5225
+ "name": "state"
5235
5226
  },
5236
5227
  "annotation": {
5237
5228
  "type": "reference",
5238
5229
  "typeName": {
5239
5230
  "type": "identifier",
5240
- "name": "CommandPayload"
5231
+ "name": "GoalState"
5241
5232
  }
5242
5233
  },
5243
- "optional": true,
5244
- "computed": false
5245
- }
5246
- ]
5247
- },
5248
- {
5249
- "type": "interface",
5250
- "name": "UploadOptions",
5251
- "body": [
5252
- {
5253
- "type": "propertySignature",
5254
- "key": {
5255
- "type": "identifier",
5256
- "name": "enabled"
5257
- },
5258
- "annotation": {
5259
- "type": "keyword",
5260
- "value": "boolean"
5261
- },
5262
- "optional": true,
5263
5234
  "computed": false
5264
5235
  },
5265
5236
  {
5266
5237
  "type": "propertySignature",
5267
5238
  "key": {
5268
5239
  "type": "identifier",
5269
- "name": "dragDisabled"
5240
+ "name": "id"
5270
5241
  },
5271
5242
  "annotation": {
5272
5243
  "type": "keyword",
5273
- "value": "boolean"
5244
+ "value": "number"
5274
5245
  },
5275
- "optional": true,
5276
5246
  "computed": false
5277
5247
  },
5278
5248
  {
5279
5249
  "type": "propertySignature",
5280
5250
  "key": {
5281
5251
  "type": "identifier",
5282
- "name": "dragTips"
5252
+ "name": "conversations"
5283
5253
  },
5284
5254
  "annotation": {
5285
5255
  "type": "keyword",
5286
- "value": "string"
5256
+ "value": "number"
5287
5257
  },
5288
5258
  "optional": true,
5289
5259
  "computed": false
@@ -5292,11 +5262,14 @@
5292
5262
  "type": "propertySignature",
5293
5263
  "key": {
5294
5264
  "type": "identifier",
5295
- "name": "accept"
5265
+ "name": "owner"
5296
5266
  },
5297
5267
  "annotation": {
5298
- "type": "keyword",
5299
- "value": "string"
5268
+ "type": "reference",
5269
+ "typeName": {
5270
+ "type": "identifier",
5271
+ "name": "GoalMember"
5272
+ }
5300
5273
  },
5301
5274
  "optional": true,
5302
5275
  "computed": false
@@ -5305,88 +5278,54 @@
5305
5278
  "type": "propertySignature",
5306
5279
  "key": {
5307
5280
  "type": "identifier",
5308
- "name": "maxFiles"
5281
+ "name": "users"
5309
5282
  },
5310
5283
  "annotation": {
5311
- "type": "keyword",
5312
- "value": "number"
5284
+ "type": "array",
5285
+ "elementType": {
5286
+ "type": "reference",
5287
+ "typeName": {
5288
+ "type": "identifier",
5289
+ "name": "GoalMember"
5290
+ }
5291
+ }
5313
5292
  },
5314
5293
  "optional": true,
5315
5294
  "computed": false
5316
- }
5317
- ]
5318
- },
5319
- {
5320
- "type": "interface",
5321
- "name": "ChatPayload",
5322
- "body": [
5295
+ },
5323
5296
  {
5324
5297
  "type": "propertySignature",
5325
5298
  "key": {
5326
5299
  "type": "identifier",
5327
- "name": "content"
5300
+ "name": "instanceId"
5328
5301
  },
5329
5302
  "annotation": {
5330
5303
  "type": "keyword",
5331
5304
  "value": "string"
5332
5305
  },
5333
5306
  "computed": false
5334
- }
5335
- ],
5336
- "extends": [
5337
- {
5338
- "type": "expressionWithTypeArguments",
5339
- "expression": {
5340
- "type": "identifier",
5341
- "name": "ExtraChatPayload"
5342
- }
5343
- }
5344
- ]
5345
- },
5346
- {
5347
- "type": "interface",
5348
- "name": "ExtraChatPayload",
5349
- "body": [
5307
+ },
5350
5308
  {
5351
5309
  "type": "propertySignature",
5352
5310
  "key": {
5353
5311
  "type": "identifier",
5354
- "name": "files"
5312
+ "name": "level"
5355
5313
  },
5356
5314
  "annotation": {
5357
- "type": "array",
5358
- "elementType": {
5359
- "type": "reference",
5360
- "typeName": {
5361
- "type": "identifier",
5362
- "name": "UploadFileInfo"
5363
- }
5364
- }
5315
+ "type": "keyword",
5316
+ "value": "number"
5365
5317
  },
5366
- "optional": true,
5367
5318
  "computed": false
5368
5319
  },
5369
5320
  {
5370
5321
  "type": "propertySignature",
5371
5322
  "key": {
5372
5323
  "type": "identifier",
5373
- "name": "cmd"
5324
+ "name": "pending"
5374
5325
  },
5375
5326
  "annotation": {
5376
- "type": "union",
5377
- "types": [
5378
- {
5379
- "type": "reference",
5380
- "typeName": {
5381
- "type": "identifier",
5382
- "name": "CommandPayload"
5383
- }
5384
- },
5385
- {
5386
- "type": "keyword",
5387
- "value": "null"
5388
- }
5389
- ]
5327
+ "type": "keyword",
5328
+ "value": "boolean"
5390
5329
  },
5391
5330
  "optional": true,
5392
5331
  "computed": false
@@ -5395,35 +5334,47 @@
5395
5334
  "type": "propertySignature",
5396
5335
  "key": {
5397
5336
  "type": "identifier",
5398
- "name": "aiEmployeeId"
5337
+ "name": "pendingParentId"
5399
5338
  },
5400
5339
  "annotation": {
5401
- "type": "union",
5402
- "types": [
5403
- {
5404
- "type": "keyword",
5405
- "value": "string"
5406
- },
5407
- {
5408
- "type": "keyword",
5409
- "value": "null"
5410
- }
5411
- ]
5340
+ "type": "keyword",
5341
+ "value": "string"
5412
5342
  },
5413
5343
  "optional": true,
5414
5344
  "computed": false
5415
5345
  }
5416
5346
  ]
5417
5347
  },
5348
+ {
5349
+ "type": "typeAlias",
5350
+ "name": "GoalState",
5351
+ "annotation": {
5352
+ "type": "union",
5353
+ "types": [
5354
+ {
5355
+ "type": "jsLiteral",
5356
+ "value": "ready"
5357
+ },
5358
+ {
5359
+ "type": "jsLiteral",
5360
+ "value": "working"
5361
+ },
5362
+ {
5363
+ "type": "jsLiteral",
5364
+ "value": "completed"
5365
+ }
5366
+ ]
5367
+ }
5368
+ },
5418
5369
  {
5419
5370
  "type": "interface",
5420
- "name": "UploadFileInfo",
5371
+ "name": "GoalMember",
5421
5372
  "body": [
5422
5373
  {
5423
5374
  "type": "propertySignature",
5424
5375
  "key": {
5425
5376
  "type": "identifier",
5426
- "name": "fileId"
5377
+ "name": "instanceId"
5427
5378
  },
5428
5379
  "annotation": {
5429
5380
  "type": "keyword",
@@ -5435,147 +5386,257 @@
5435
5386
  }
5436
5387
  ]
5437
5388
  },
5438
- "ai-portal.goal-card-list": {
5389
+ "ai-portal.chat-box": {
5439
5390
  "properties": [
5440
5391
  {
5441
- "name": "goalList",
5392
+ "name": "disabled",
5393
+ "annotation": {
5394
+ "type": "keyword",
5395
+ "value": "boolean"
5396
+ }
5397
+ },
5398
+ {
5399
+ "name": "placeholder",
5400
+ "annotation": {
5401
+ "type": "keyword",
5402
+ "value": "string"
5403
+ }
5404
+ },
5405
+ {
5406
+ "name": "autoFocus",
5407
+ "annotation": {
5408
+ "type": "keyword",
5409
+ "value": "boolean"
5410
+ }
5411
+ },
5412
+ {
5413
+ "name": "aiEmployees",
5442
5414
  "annotation": {
5443
5415
  "type": "array",
5444
5416
  "elementType": {
5445
5417
  "type": "reference",
5446
5418
  "typeName": {
5447
5419
  "type": "identifier",
5448
- "name": "GoalItem"
5420
+ "name": "AIEmployee"
5449
5421
  }
5450
5422
  }
5451
5423
  }
5452
5424
  },
5453
5425
  {
5454
- "name": "cardStyle",
5426
+ "name": "commands",
5455
5427
  "annotation": {
5456
- "type": "reference",
5457
- "typeName": {
5458
- "type": "qualifiedName",
5459
- "left": {
5460
- "type": "identifier",
5461
- "name": "React"
5462
- },
5463
- "right": {
5428
+ "type": "array",
5429
+ "elementType": {
5430
+ "type": "reference",
5431
+ "typeName": {
5464
5432
  "type": "identifier",
5465
- "name": "CSSProperties"
5433
+ "name": "Command"
5466
5434
  }
5467
5435
  }
5468
5436
  }
5469
5437
  },
5470
5438
  {
5471
- "name": "activeKey",
5439
+ "name": "uploadOptions",
5472
5440
  "annotation": {
5473
- "type": "keyword",
5474
- "value": "string"
5441
+ "type": "reference",
5442
+ "typeName": {
5443
+ "type": "identifier",
5444
+ "name": "UploadOptions"
5445
+ }
5475
5446
  }
5476
5447
  }
5477
5448
  ],
5478
5449
  "events": [
5479
5450
  {
5480
- "name": "item.click",
5481
- "detail": {
5482
- "annotation": {
5483
- "type": "reference",
5484
- "typeName": {
5485
- "type": "identifier",
5486
- "name": "GoalItem"
5487
- }
5488
- }
5489
- }
5490
- },
5491
- {
5492
- "name": "item.status.change",
5451
+ "name": "message.submit",
5493
5452
  "detail": {
5494
5453
  "annotation": {
5495
- "type": "reference",
5496
- "typeName": {
5497
- "type": "identifier",
5498
- "name": "GoalItem"
5499
- }
5454
+ "type": "keyword",
5455
+ "value": "string"
5500
5456
  }
5501
5457
  }
5502
5458
  },
5503
5459
  {
5504
- "name": "item.title.change",
5460
+ "name": "chat.submit",
5505
5461
  "detail": {
5506
5462
  "annotation": {
5507
5463
  "type": "reference",
5508
5464
  "typeName": {
5509
5465
  "type": "identifier",
5510
- "name": "GoalItem"
5466
+ "name": "ChatPayload"
5511
5467
  }
5512
5468
  }
5513
5469
  }
5514
5470
  },
5515
5471
  {
5516
- "name": "item.new.chat",
5472
+ "name": "command.select",
5517
5473
  "detail": {
5518
5474
  "annotation": {
5519
- "type": "reference",
5520
- "typeName": {
5521
- "type": "identifier",
5522
- "name": "GoalItem"
5523
- }
5475
+ "type": "union",
5476
+ "types": [
5477
+ {
5478
+ "type": "reference",
5479
+ "typeName": {
5480
+ "type": "identifier",
5481
+ "name": "CommandPayload"
5482
+ }
5483
+ },
5484
+ {
5485
+ "type": "keyword",
5486
+ "value": "null"
5487
+ }
5488
+ ]
5524
5489
  }
5525
5490
  }
5526
5491
  }
5527
5492
  ],
5528
5493
  "methods": [
5529
5494
  {
5530
- "name": "appendChildDone",
5495
+ "name": "setValue",
5531
5496
  "params": [
5532
5497
  {
5533
- "name": "pendingId",
5498
+ "name": "value",
5534
5499
  "annotation": {
5535
5500
  "type": "keyword",
5536
5501
  "value": "string"
5537
5502
  }
5503
+ }
5504
+ ],
5505
+ "returns": {}
5506
+ },
5507
+ {
5508
+ "name": "getValue",
5509
+ "params": [],
5510
+ "returns": {}
5511
+ },
5512
+ {
5513
+ "name": "focusOnInput",
5514
+ "params": [],
5515
+ "returns": {}
5516
+ }
5517
+ ],
5518
+ "types": [
5519
+ {
5520
+ "type": "interface",
5521
+ "name": "AIEmployee",
5522
+ "body": [
5523
+ {
5524
+ "type": "propertySignature",
5525
+ "key": {
5526
+ "type": "identifier",
5527
+ "name": "employeeId"
5528
+ },
5529
+ "annotation": {
5530
+ "type": "keyword",
5531
+ "value": "string"
5532
+ },
5533
+ "computed": false
5538
5534
  },
5539
5535
  {
5540
- "name": "newItem",
5536
+ "type": "propertySignature",
5537
+ "key": {
5538
+ "type": "identifier",
5539
+ "name": "name"
5540
+ },
5541
+ "annotation": {
5542
+ "type": "keyword",
5543
+ "value": "string"
5544
+ },
5545
+ "computed": false
5546
+ }
5547
+ ]
5548
+ },
5549
+ {
5550
+ "type": "interface",
5551
+ "name": "Command",
5552
+ "body": [
5553
+ {
5554
+ "type": "propertySignature",
5555
+ "key": {
5556
+ "type": "identifier",
5557
+ "name": "label"
5558
+ },
5559
+ "annotation": {
5560
+ "type": "keyword",
5561
+ "value": "string"
5562
+ },
5563
+ "computed": false
5564
+ },
5565
+ {
5566
+ "type": "propertySignature",
5567
+ "key": {
5568
+ "type": "identifier",
5569
+ "name": "value"
5570
+ },
5571
+ "annotation": {
5572
+ "type": "keyword",
5573
+ "value": "string"
5574
+ },
5575
+ "computed": false
5576
+ },
5577
+ {
5578
+ "type": "propertySignature",
5579
+ "key": {
5580
+ "type": "identifier",
5581
+ "name": "options"
5582
+ },
5583
+ "annotation": {
5584
+ "type": "array",
5585
+ "elementType": {
5586
+ "type": "reference",
5587
+ "typeName": {
5588
+ "type": "identifier",
5589
+ "name": "Command"
5590
+ }
5591
+ }
5592
+ },
5593
+ "optional": true,
5594
+ "computed": false
5595
+ },
5596
+ {
5597
+ "type": "propertySignature",
5598
+ "key": {
5599
+ "type": "identifier",
5600
+ "name": "payload"
5601
+ },
5541
5602
  "annotation": {
5542
5603
  "type": "reference",
5543
5604
  "typeName": {
5544
5605
  "type": "identifier",
5545
- "name": "GoalItem"
5606
+ "name": "CommandPayload"
5546
5607
  }
5547
- }
5608
+ },
5609
+ "optional": true,
5610
+ "computed": false
5548
5611
  }
5549
- ],
5550
- "returns": {}
5551
- }
5552
- ],
5553
- "types": [
5612
+ ]
5613
+ },
5554
5614
  {
5555
5615
  "type": "interface",
5556
- "name": "GoalItem",
5616
+ "name": "UploadOptions",
5557
5617
  "body": [
5558
5618
  {
5559
5619
  "type": "propertySignature",
5560
5620
  "key": {
5561
5621
  "type": "identifier",
5562
- "name": "title"
5622
+ "name": "enabled"
5563
5623
  },
5564
5624
  "annotation": {
5565
5625
  "type": "keyword",
5566
- "value": "string"
5626
+ "value": "boolean"
5567
5627
  },
5628
+ "optional": true,
5568
5629
  "computed": false
5569
5630
  },
5570
5631
  {
5571
5632
  "type": "propertySignature",
5572
5633
  "key": {
5573
5634
  "type": "identifier",
5574
- "name": "description"
5635
+ "name": "dragDisabled"
5575
5636
  },
5576
5637
  "annotation": {
5577
5638
  "type": "keyword",
5578
- "value": "string"
5639
+ "value": "boolean"
5579
5640
  },
5580
5641
  "optional": true,
5581
5642
  "computed": false
@@ -5584,34 +5645,33 @@
5584
5645
  "type": "propertySignature",
5585
5646
  "key": {
5586
5647
  "type": "identifier",
5587
- "name": "state"
5648
+ "name": "dragTips"
5588
5649
  },
5589
5650
  "annotation": {
5590
- "type": "reference",
5591
- "typeName": {
5592
- "type": "identifier",
5593
- "name": "GoalState"
5594
- }
5651
+ "type": "keyword",
5652
+ "value": "string"
5595
5653
  },
5654
+ "optional": true,
5596
5655
  "computed": false
5597
5656
  },
5598
5657
  {
5599
5658
  "type": "propertySignature",
5600
5659
  "key": {
5601
5660
  "type": "identifier",
5602
- "name": "id"
5661
+ "name": "accept"
5603
5662
  },
5604
5663
  "annotation": {
5605
5664
  "type": "keyword",
5606
- "value": "number"
5665
+ "value": "string"
5607
5666
  },
5667
+ "optional": true,
5608
5668
  "computed": false
5609
5669
  },
5610
5670
  {
5611
5671
  "type": "propertySignature",
5612
5672
  "key": {
5613
5673
  "type": "identifier",
5614
- "name": "conversations"
5674
+ "name": "maxFiles"
5615
5675
  },
5616
5676
  "annotation": {
5617
5677
  "type": "keyword",
@@ -5624,33 +5684,25 @@
5624
5684
  "type": "propertySignature",
5625
5685
  "key": {
5626
5686
  "type": "identifier",
5627
- "name": "owner"
5687
+ "name": "maxSize"
5628
5688
  },
5629
5689
  "annotation": {
5630
- "type": "reference",
5631
- "typeName": {
5632
- "type": "identifier",
5633
- "name": "GoalMember"
5634
- }
5690
+ "type": "keyword",
5691
+ "value": "number"
5635
5692
  },
5636
5693
  "optional": true,
5637
- "computed": false
5694
+ "computed": false,
5695
+ "description": "In bytes"
5638
5696
  },
5639
5697
  {
5640
5698
  "type": "propertySignature",
5641
5699
  "key": {
5642
5700
  "type": "identifier",
5643
- "name": "users"
5701
+ "name": "readableAccept"
5644
5702
  },
5645
5703
  "annotation": {
5646
- "type": "array",
5647
- "elementType": {
5648
- "type": "reference",
5649
- "typeName": {
5650
- "type": "identifier",
5651
- "name": "GoalMember"
5652
- }
5653
- }
5704
+ "type": "keyword",
5705
+ "value": "string"
5654
5706
  },
5655
5707
  "optional": true,
5656
5708
  "computed": false
@@ -5659,35 +5711,88 @@
5659
5711
  "type": "propertySignature",
5660
5712
  "key": {
5661
5713
  "type": "identifier",
5662
- "name": "instanceId"
5714
+ "name": "readableMaxSize"
5663
5715
  },
5664
5716
  "annotation": {
5665
5717
  "type": "keyword",
5666
5718
  "value": "string"
5667
5719
  },
5720
+ "optional": true,
5668
5721
  "computed": false
5669
- },
5722
+ }
5723
+ ]
5724
+ },
5725
+ {
5726
+ "type": "interface",
5727
+ "name": "ChatPayload",
5728
+ "body": [
5670
5729
  {
5671
5730
  "type": "propertySignature",
5672
5731
  "key": {
5673
5732
  "type": "identifier",
5674
- "name": "level"
5733
+ "name": "content"
5675
5734
  },
5676
5735
  "annotation": {
5677
5736
  "type": "keyword",
5678
- "value": "number"
5737
+ "value": "string"
5738
+ },
5739
+ "computed": false
5740
+ }
5741
+ ],
5742
+ "extends": [
5743
+ {
5744
+ "type": "expressionWithTypeArguments",
5745
+ "expression": {
5746
+ "type": "identifier",
5747
+ "name": "ExtraChatPayload"
5748
+ }
5749
+ }
5750
+ ]
5751
+ },
5752
+ {
5753
+ "type": "interface",
5754
+ "name": "ExtraChatPayload",
5755
+ "body": [
5756
+ {
5757
+ "type": "propertySignature",
5758
+ "key": {
5759
+ "type": "identifier",
5760
+ "name": "files"
5761
+ },
5762
+ "annotation": {
5763
+ "type": "array",
5764
+ "elementType": {
5765
+ "type": "reference",
5766
+ "typeName": {
5767
+ "type": "identifier",
5768
+ "name": "UploadFileInfo"
5769
+ }
5770
+ }
5679
5771
  },
5772
+ "optional": true,
5680
5773
  "computed": false
5681
5774
  },
5682
5775
  {
5683
5776
  "type": "propertySignature",
5684
5777
  "key": {
5685
5778
  "type": "identifier",
5686
- "name": "pending"
5779
+ "name": "cmd"
5687
5780
  },
5688
5781
  "annotation": {
5689
- "type": "keyword",
5690
- "value": "boolean"
5782
+ "type": "union",
5783
+ "types": [
5784
+ {
5785
+ "type": "reference",
5786
+ "typeName": {
5787
+ "type": "identifier",
5788
+ "name": "CommandPayload"
5789
+ }
5790
+ },
5791
+ {
5792
+ "type": "keyword",
5793
+ "value": "null"
5794
+ }
5795
+ ]
5691
5796
  },
5692
5797
  "optional": true,
5693
5798
  "computed": false
@@ -5696,47 +5801,35 @@
5696
5801
  "type": "propertySignature",
5697
5802
  "key": {
5698
5803
  "type": "identifier",
5699
- "name": "pendingParentId"
5804
+ "name": "aiEmployeeId"
5700
5805
  },
5701
5806
  "annotation": {
5702
- "type": "keyword",
5703
- "value": "string"
5807
+ "type": "union",
5808
+ "types": [
5809
+ {
5810
+ "type": "keyword",
5811
+ "value": "string"
5812
+ },
5813
+ {
5814
+ "type": "keyword",
5815
+ "value": "null"
5816
+ }
5817
+ ]
5704
5818
  },
5705
5819
  "optional": true,
5706
5820
  "computed": false
5707
5821
  }
5708
5822
  ]
5709
5823
  },
5710
- {
5711
- "type": "typeAlias",
5712
- "name": "GoalState",
5713
- "annotation": {
5714
- "type": "union",
5715
- "types": [
5716
- {
5717
- "type": "jsLiteral",
5718
- "value": "ready"
5719
- },
5720
- {
5721
- "type": "jsLiteral",
5722
- "value": "working"
5723
- },
5724
- {
5725
- "type": "jsLiteral",
5726
- "value": "completed"
5727
- }
5728
- ]
5729
- }
5730
- },
5731
5824
  {
5732
5825
  "type": "interface",
5733
- "name": "GoalMember",
5826
+ "name": "UploadFileInfo",
5734
5827
  "body": [
5735
5828
  {
5736
5829
  "type": "propertySignature",
5737
5830
  "key": {
5738
5831
  "type": "identifier",
5739
- "name": "instanceId"
5832
+ "name": "fileId"
5740
5833
  },
5741
5834
  "annotation": {
5742
5835
  "type": "keyword",
@@ -6443,6 +6536,46 @@
6443
6536
  },
6444
6537
  "optional": true,
6445
6538
  "computed": false
6539
+ },
6540
+ {
6541
+ "type": "propertySignature",
6542
+ "key": {
6543
+ "type": "identifier",
6544
+ "name": "maxSize"
6545
+ },
6546
+ "annotation": {
6547
+ "type": "keyword",
6548
+ "value": "number"
6549
+ },
6550
+ "optional": true,
6551
+ "computed": false,
6552
+ "description": "In bytes"
6553
+ },
6554
+ {
6555
+ "type": "propertySignature",
6556
+ "key": {
6557
+ "type": "identifier",
6558
+ "name": "readableAccept"
6559
+ },
6560
+ "annotation": {
6561
+ "type": "keyword",
6562
+ "value": "string"
6563
+ },
6564
+ "optional": true,
6565
+ "computed": false
6566
+ },
6567
+ {
6568
+ "type": "propertySignature",
6569
+ "key": {
6570
+ "type": "identifier",
6571
+ "name": "readableMaxSize"
6572
+ },
6573
+ "annotation": {
6574
+ "type": "keyword",
6575
+ "value": "string"
6576
+ },
6577
+ "optional": true,
6578
+ "computed": false
6446
6579
  }
6447
6580
  ]
6448
6581
  },
@@ -6762,6 +6895,18 @@
6762
6895
  "value": "void"
6763
6896
  }
6764
6897
  }
6898
+ },
6899
+ {
6900
+ "name": "notice.click",
6901
+ "detail": {
6902
+ "annotation": {
6903
+ "type": "reference",
6904
+ "typeName": {
6905
+ "type": "identifier",
6906
+ "name": "NoticeItem"
6907
+ }
6908
+ }
6909
+ }
6765
6910
  }
6766
6911
  ],
6767
6912
  "methods": [
@@ -7195,6 +7340,46 @@
7195
7340
  },
7196
7341
  "optional": true,
7197
7342
  "computed": false
7343
+ },
7344
+ {
7345
+ "type": "propertySignature",
7346
+ "key": {
7347
+ "type": "identifier",
7348
+ "name": "maxSize"
7349
+ },
7350
+ "annotation": {
7351
+ "type": "keyword",
7352
+ "value": "number"
7353
+ },
7354
+ "optional": true,
7355
+ "computed": false,
7356
+ "description": "In bytes"
7357
+ },
7358
+ {
7359
+ "type": "propertySignature",
7360
+ "key": {
7361
+ "type": "identifier",
7362
+ "name": "readableAccept"
7363
+ },
7364
+ "annotation": {
7365
+ "type": "keyword",
7366
+ "value": "string"
7367
+ },
7368
+ "optional": true,
7369
+ "computed": false
7370
+ },
7371
+ {
7372
+ "type": "propertySignature",
7373
+ "key": {
7374
+ "type": "identifier",
7375
+ "name": "readableMaxSize"
7376
+ },
7377
+ "annotation": {
7378
+ "type": "keyword",
7379
+ "value": "string"
7380
+ },
7381
+ "optional": true,
7382
+ "computed": false
7198
7383
  }
7199
7384
  ]
7200
7385
  },