@next-bricks/ai-portal 0.63.2 → 0.63.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.json CHANGED
@@ -1,4 +1,17 @@
1
1
  {
2
+ "ai-portal.home-container": {
3
+ "properties": [
4
+ {
5
+ "name": "sticky",
6
+ "annotation": {
7
+ "type": "keyword",
8
+ "value": "boolean"
9
+ }
10
+ }
11
+ ],
12
+ "events": [],
13
+ "methods": []
14
+ },
2
15
  "ai-portal.icon-button": {
3
16
  "properties": [
4
17
  {
@@ -118,61 +131,109 @@
118
131
  }
119
132
  ]
120
133
  },
121
- "ai-portal.call-tool": {
122
- "type": "provider",
123
- "params": [
134
+ "ai-portal.stat-with-mini-chart": {
135
+ "properties": [
124
136
  {
125
- "name": "tool",
137
+ "name": "label",
126
138
  "annotation": {
127
- "type": "reference",
128
- "typeName": {
129
- "type": "identifier",
130
- "name": "ToolInfo"
131
- }
139
+ "type": "keyword",
140
+ "value": "string"
132
141
  }
133
142
  },
134
143
  {
135
- "name": "params",
144
+ "name": "value",
136
145
  "annotation": {
137
- "type": "reference",
138
- "typeName": {
139
- "type": "identifier",
140
- "name": "Record"
141
- },
142
- "typeParameters": {
143
- "type": "typeParameterInstantiation",
144
- "params": [
145
- {
146
- "type": "keyword",
147
- "value": "string"
148
- },
149
- {
150
- "type": "keyword",
151
- "value": "unknown"
152
- }
153
- ]
154
- }
146
+ "type": "keyword",
147
+ "value": "string"
155
148
  }
156
- }
157
- ],
158
- "returns": {
159
- "annotation": {
160
- "type": "reference",
161
- "typeName": {
162
- "type": "identifier",
163
- "name": "Promise"
164
- },
165
- "typeParameters": {
166
- "type": "typeParameterInstantiation",
167
- "params": [
149
+ },
150
+ {
151
+ "name": "size",
152
+ "annotation": {
153
+ "type": "union",
154
+ "types": [
168
155
  {
169
- "type": "keyword",
170
- "value": "unknown"
156
+ "type": "jsLiteral",
157
+ "value": "medium"
158
+ },
159
+ {
160
+ "type": "jsLiteral",
161
+ "value": "small"
171
162
  }
172
163
  ]
173
164
  }
165
+ },
166
+ {
167
+ "name": "lineColor",
168
+ "annotation": {
169
+ "type": "keyword",
170
+ "value": "string"
171
+ }
172
+ },
173
+ {
174
+ "name": "showArea",
175
+ "annotation": {
176
+ "type": "keyword",
177
+ "value": "boolean"
178
+ }
179
+ },
180
+ {
181
+ "name": "min",
182
+ "annotation": {
183
+ "type": "keyword",
184
+ "value": "number"
185
+ }
186
+ },
187
+ {
188
+ "name": "max",
189
+ "annotation": {
190
+ "type": "keyword",
191
+ "value": "number"
192
+ }
193
+ },
194
+ {
195
+ "name": "xField",
196
+ "annotation": {
197
+ "type": "keyword",
198
+ "value": "string"
199
+ }
200
+ },
201
+ {
202
+ "name": "yField",
203
+ "annotation": {
204
+ "type": "keyword",
205
+ "value": "string"
206
+ }
207
+ },
208
+ {
209
+ "name": "data",
210
+ "annotation": {
211
+ "type": "array",
212
+ "elementType": {
213
+ "type": "reference",
214
+ "typeName": {
215
+ "type": "identifier",
216
+ "name": "Record"
217
+ },
218
+ "typeParameters": {
219
+ "type": "typeParameterInstantiation",
220
+ "params": [
221
+ {
222
+ "type": "keyword",
223
+ "value": "string"
224
+ },
225
+ {
226
+ "type": "keyword",
227
+ "value": "number"
228
+ }
229
+ ]
230
+ }
231
+ }
232
+ }
174
233
  }
175
- }
234
+ ],
235
+ "events": [],
236
+ "methods": []
176
237
  },
177
238
  "ai-portal.save-request-store": {
178
239
  "type": "provider",
@@ -1483,6 +1544,62 @@
1483
1544
  }
1484
1545
  }
1485
1546
  },
1547
+ "ai-portal.call-tool": {
1548
+ "type": "provider",
1549
+ "params": [
1550
+ {
1551
+ "name": "tool",
1552
+ "annotation": {
1553
+ "type": "reference",
1554
+ "typeName": {
1555
+ "type": "identifier",
1556
+ "name": "ToolInfo"
1557
+ }
1558
+ }
1559
+ },
1560
+ {
1561
+ "name": "params",
1562
+ "annotation": {
1563
+ "type": "reference",
1564
+ "typeName": {
1565
+ "type": "identifier",
1566
+ "name": "Record"
1567
+ },
1568
+ "typeParameters": {
1569
+ "type": "typeParameterInstantiation",
1570
+ "params": [
1571
+ {
1572
+ "type": "keyword",
1573
+ "value": "string"
1574
+ },
1575
+ {
1576
+ "type": "keyword",
1577
+ "value": "unknown"
1578
+ }
1579
+ ]
1580
+ }
1581
+ }
1582
+ }
1583
+ ],
1584
+ "returns": {
1585
+ "annotation": {
1586
+ "type": "reference",
1587
+ "typeName": {
1588
+ "type": "identifier",
1589
+ "name": "Promise"
1590
+ },
1591
+ "typeParameters": {
1592
+ "type": "typeParameterInstantiation",
1593
+ "params": [
1594
+ {
1595
+ "type": "keyword",
1596
+ "value": "unknown"
1597
+ }
1598
+ ]
1599
+ }
1600
+ }
1601
+ }
1602
+ },
1486
1603
  "ai-portal.set-chat-command": {
1487
1604
  "type": "provider",
1488
1605
  "params": [
@@ -1727,130 +1844,63 @@
1727
1844
  }
1728
1845
  ]
1729
1846
  },
1730
- "ai-portal.home-container": {
1731
- "properties": [
1732
- {
1733
- "name": "sticky",
1734
- "annotation": {
1735
- "type": "keyword",
1736
- "value": "boolean"
1737
- }
1738
- }
1739
- ],
1847
+ "ai-portal.elevo-logo": {
1848
+ "properties": [],
1740
1849
  "events": [],
1741
1850
  "methods": []
1742
1851
  },
1743
- "ai-portal.stat-with-mini-chart": {
1852
+ "ai-portal.blank-state": {
1744
1853
  "properties": [
1745
1854
  {
1746
- "name": "label",
1855
+ "name": "illustration",
1747
1856
  "annotation": {
1748
- "type": "keyword",
1749
- "value": "string"
1857
+ "type": "reference",
1858
+ "typeName": {
1859
+ "type": "identifier",
1860
+ "name": "BlankStateIllustration"
1861
+ }
1750
1862
  }
1751
1863
  },
1752
1864
  {
1753
- "name": "value",
1865
+ "name": "description",
1754
1866
  "annotation": {
1755
1867
  "type": "keyword",
1756
1868
  "value": "string"
1757
1869
  }
1758
- },
1870
+ }
1871
+ ],
1872
+ "events": [],
1873
+ "methods": [],
1874
+ "types": [
1759
1875
  {
1760
- "name": "size",
1876
+ "type": "typeAlias",
1877
+ "name": "BlankStateIllustration",
1761
1878
  "annotation": {
1762
1879
  "type": "union",
1763
1880
  "types": [
1764
1881
  {
1765
1882
  "type": "jsLiteral",
1766
- "value": "medium"
1883
+ "value": "goals"
1767
1884
  },
1768
1885
  {
1769
1886
  "type": "jsLiteral",
1770
- "value": "small"
1887
+ "value": "activities"
1888
+ },
1889
+ {
1890
+ "type": "jsLiteral",
1891
+ "value": "collaboration-spaces"
1892
+ },
1893
+ {
1894
+ "type": "jsLiteral",
1895
+ "value": "serviceflows"
1771
1896
  }
1772
1897
  ]
1773
1898
  }
1774
- },
1775
- {
1776
- "name": "lineColor",
1777
- "annotation": {
1778
- "type": "keyword",
1779
- "value": "string"
1780
- }
1781
- },
1782
- {
1783
- "name": "showArea",
1784
- "annotation": {
1785
- "type": "keyword",
1786
- "value": "boolean"
1787
- }
1788
- },
1789
- {
1790
- "name": "min",
1791
- "annotation": {
1792
- "type": "keyword",
1793
- "value": "number"
1794
- }
1795
- },
1796
- {
1797
- "name": "max",
1798
- "annotation": {
1799
- "type": "keyword",
1800
- "value": "number"
1801
- }
1802
- },
1803
- {
1804
- "name": "xField",
1805
- "annotation": {
1806
- "type": "keyword",
1807
- "value": "string"
1808
- }
1809
- },
1810
- {
1811
- "name": "yField",
1812
- "annotation": {
1813
- "type": "keyword",
1814
- "value": "string"
1815
- }
1816
- },
1817
- {
1818
- "name": "data",
1819
- "annotation": {
1820
- "type": "array",
1821
- "elementType": {
1822
- "type": "reference",
1823
- "typeName": {
1824
- "type": "identifier",
1825
- "name": "Record"
1826
- },
1827
- "typeParameters": {
1828
- "type": "typeParameterInstantiation",
1829
- "params": [
1830
- {
1831
- "type": "keyword",
1832
- "value": "string"
1833
- },
1834
- {
1835
- "type": "keyword",
1836
- "value": "number"
1837
- }
1838
- ]
1839
- }
1840
- }
1841
- }
1842
- }
1843
- ],
1844
- "events": [],
1845
- "methods": []
1846
- },
1847
- "ai-portal.elevo-logo": {
1848
- "properties": [],
1849
- "events": [],
1850
- "methods": []
1851
- },
1852
- "ai-portal.sticky-container": {
1853
- "properties": [
1899
+ }
1900
+ ]
1901
+ },
1902
+ "ai-portal.sticky-container": {
1903
+ "properties": [
1854
1904
  {
1855
1905
  "name": "variant",
1856
1906
  "annotation": {
@@ -1891,56 +1941,6 @@
1891
1941
  }
1892
1942
  ]
1893
1943
  },
1894
- "ai-portal.blank-state": {
1895
- "properties": [
1896
- {
1897
- "name": "illustration",
1898
- "annotation": {
1899
- "type": "reference",
1900
- "typeName": {
1901
- "type": "identifier",
1902
- "name": "BlankStateIllustration"
1903
- }
1904
- }
1905
- },
1906
- {
1907
- "name": "description",
1908
- "annotation": {
1909
- "type": "keyword",
1910
- "value": "string"
1911
- }
1912
- }
1913
- ],
1914
- "events": [],
1915
- "methods": [],
1916
- "types": [
1917
- {
1918
- "type": "typeAlias",
1919
- "name": "BlankStateIllustration",
1920
- "annotation": {
1921
- "type": "union",
1922
- "types": [
1923
- {
1924
- "type": "jsLiteral",
1925
- "value": "goals"
1926
- },
1927
- {
1928
- "type": "jsLiteral",
1929
- "value": "activities"
1930
- },
1931
- {
1932
- "type": "jsLiteral",
1933
- "value": "collaboration-spaces"
1934
- },
1935
- {
1936
- "type": "jsLiteral",
1937
- "value": "serviceflows"
1938
- }
1939
- ]
1940
- }
1941
- }
1942
- ]
1943
- },
1944
1944
  "ai-portal.elevo-card": {
1945
1945
  "properties": [
1946
1946
  {
@@ -2173,7 +2173,7 @@
2173
2173
  }
2174
2174
  ]
2175
2175
  },
2176
- "ai-portal.show-cases": {
2176
+ "ai-portal.mcp-tools": {
2177
2177
  "properties": [
2178
2178
  {
2179
2179
  "name": "list",
@@ -2183,13 +2183,13 @@
2183
2183
  "type": "reference",
2184
2184
  "typeName": {
2185
2185
  "type": "identifier",
2186
- "name": "ShowCaseType"
2186
+ "name": "McpTool"
2187
2187
  }
2188
2188
  }
2189
2189
  }
2190
2190
  },
2191
2191
  {
2192
- "name": "limit",
2192
+ "name": "stickyTop",
2193
2193
  "annotation": {
2194
2194
  "type": "keyword",
2195
2195
  "value": "number"
@@ -2201,13 +2201,13 @@
2201
2201
  "types": [
2202
2202
  {
2203
2203
  "type": "interface",
2204
- "name": "ShowCaseType",
2204
+ "name": "McpTool",
2205
2205
  "body": [
2206
2206
  {
2207
2207
  "type": "propertySignature",
2208
2208
  "key": {
2209
2209
  "type": "identifier",
2210
- "name": "conversationId"
2210
+ "name": "name"
2211
2211
  },
2212
2212
  "annotation": {
2213
2213
  "type": "keyword",
@@ -2231,7 +2231,7 @@
2231
2231
  "type": "propertySignature",
2232
2232
  "key": {
2233
2233
  "type": "identifier",
2234
- "name": "summary"
2234
+ "name": "description"
2235
2235
  },
2236
2236
  "annotation": {
2237
2237
  "type": "keyword",
@@ -2243,7 +2243,44 @@
2243
2243
  "type": "propertySignature",
2244
2244
  "key": {
2245
2245
  "type": "identifier",
2246
- "name": "scenario"
2246
+ "name": "icon"
2247
+ },
2248
+ "annotation": {
2249
+ "type": "reference",
2250
+ "typeName": {
2251
+ "type": "identifier",
2252
+ "name": "GeneralIconProps"
2253
+ }
2254
+ },
2255
+ "optional": true,
2256
+ "computed": false
2257
+ },
2258
+ {
2259
+ "type": "propertySignature",
2260
+ "key": {
2261
+ "type": "identifier",
2262
+ "name": "server"
2263
+ },
2264
+ "annotation": {
2265
+ "type": "reference",
2266
+ "typeName": {
2267
+ "type": "identifier",
2268
+ "name": "McpServer"
2269
+ }
2270
+ },
2271
+ "computed": false
2272
+ }
2273
+ ]
2274
+ },
2275
+ {
2276
+ "type": "interface",
2277
+ "name": "McpServer",
2278
+ "body": [
2279
+ {
2280
+ "type": "propertySignature",
2281
+ "key": {
2282
+ "type": "identifier",
2283
+ "name": "id"
2247
2284
  },
2248
2285
  "annotation": {
2249
2286
  "type": "keyword",
@@ -2255,20 +2292,19 @@
2255
2292
  "type": "propertySignature",
2256
2293
  "key": {
2257
2294
  "type": "identifier",
2258
- "name": "url"
2295
+ "name": "name"
2259
2296
  },
2260
2297
  "annotation": {
2261
2298
  "type": "keyword",
2262
2299
  "value": "string"
2263
2300
  },
2264
- "optional": true,
2265
2301
  "computed": false
2266
2302
  }
2267
2303
  ]
2268
2304
  }
2269
2305
  ]
2270
2306
  },
2271
- "ai-portal.mcp-tools": {
2307
+ "ai-portal.show-cases": {
2272
2308
  "properties": [
2273
2309
  {
2274
2310
  "name": "list",
@@ -2278,13 +2314,13 @@
2278
2314
  "type": "reference",
2279
2315
  "typeName": {
2280
2316
  "type": "identifier",
2281
- "name": "McpTool"
2317
+ "name": "ShowCaseType"
2282
2318
  }
2283
2319
  }
2284
2320
  }
2285
2321
  },
2286
2322
  {
2287
- "name": "stickyTop",
2323
+ "name": "limit",
2288
2324
  "annotation": {
2289
2325
  "type": "keyword",
2290
2326
  "value": "number"
@@ -2296,13 +2332,13 @@
2296
2332
  "types": [
2297
2333
  {
2298
2334
  "type": "interface",
2299
- "name": "McpTool",
2335
+ "name": "ShowCaseType",
2300
2336
  "body": [
2301
2337
  {
2302
2338
  "type": "propertySignature",
2303
2339
  "key": {
2304
2340
  "type": "identifier",
2305
- "name": "name"
2341
+ "name": "conversationId"
2306
2342
  },
2307
2343
  "annotation": {
2308
2344
  "type": "keyword",
@@ -2326,7 +2362,7 @@
2326
2362
  "type": "propertySignature",
2327
2363
  "key": {
2328
2364
  "type": "identifier",
2329
- "name": "description"
2365
+ "name": "summary"
2330
2366
  },
2331
2367
  "annotation": {
2332
2368
  "type": "keyword",
@@ -2338,44 +2374,7 @@
2338
2374
  "type": "propertySignature",
2339
2375
  "key": {
2340
2376
  "type": "identifier",
2341
- "name": "icon"
2342
- },
2343
- "annotation": {
2344
- "type": "reference",
2345
- "typeName": {
2346
- "type": "identifier",
2347
- "name": "GeneralIconProps"
2348
- }
2349
- },
2350
- "optional": true,
2351
- "computed": false
2352
- },
2353
- {
2354
- "type": "propertySignature",
2355
- "key": {
2356
- "type": "identifier",
2357
- "name": "server"
2358
- },
2359
- "annotation": {
2360
- "type": "reference",
2361
- "typeName": {
2362
- "type": "identifier",
2363
- "name": "McpServer"
2364
- }
2365
- },
2366
- "computed": false
2367
- }
2368
- ]
2369
- },
2370
- {
2371
- "type": "interface",
2372
- "name": "McpServer",
2373
- "body": [
2374
- {
2375
- "type": "propertySignature",
2376
- "key": {
2377
- "type": "identifier",
2378
- "name": "id"
2377
+ "name": "scenario"
2379
2378
  },
2380
2379
  "annotation": {
2381
2380
  "type": "keyword",
@@ -2387,12 +2386,13 @@
2387
2386
  "type": "propertySignature",
2388
2387
  "key": {
2389
2388
  "type": "identifier",
2390
- "name": "name"
2389
+ "name": "url"
2391
2390
  },
2392
2391
  "annotation": {
2393
2392
  "type": "keyword",
2394
2393
  "value": "string"
2395
2394
  },
2395
+ "optional": true,
2396
2396
  "computed": false
2397
2397
  }
2398
2398
  ]
@@ -3141,254 +3141,244 @@
3141
3141
  }
3142
3142
  ]
3143
3143
  },
3144
- "ai-portal.chat-input": {
3144
+ "ai-portal.activity-timeline": {
3145
3145
  "properties": [
3146
3146
  {
3147
- "name": "placeholder",
3147
+ "name": "list",
3148
3148
  "annotation": {
3149
- "type": "keyword",
3150
- "value": "string"
3149
+ "type": "array",
3150
+ "elementType": {
3151
+ "type": "reference",
3152
+ "typeName": {
3153
+ "type": "identifier",
3154
+ "name": "Activity"
3155
+ }
3156
+ }
3151
3157
  }
3152
3158
  },
3153
3159
  {
3154
- "name": "autoFocus",
3160
+ "name": "chatUrlTemplate",
3155
3161
  "annotation": {
3156
3162
  "type": "keyword",
3157
- "value": "boolean"
3163
+ "value": "string"
3158
3164
  }
3159
- },
3160
- {
3161
- "name": "submitDisabled",
3162
- "annotation": {
3163
- "type": "keyword",
3164
- "value": "boolean"
3165
- }
3166
- },
3167
- {
3168
- "name": "supportsTerminate",
3169
- "annotation": {
3170
- "type": "keyword",
3171
- "value": "boolean"
3172
- }
3173
- },
3174
- {
3175
- "name": "terminating",
3176
- "annotation": {
3177
- "type": "keyword",
3178
- "value": "boolean"
3179
- }
3180
- },
3181
- {
3182
- "name": "uploadOptions",
3183
- "annotation": {
3184
- "type": "reference",
3185
- "typeName": {
3186
- "type": "identifier",
3187
- "name": "UploadOptions"
3188
- }
3189
- }
3190
- },
3191
- {
3192
- "name": "aiEmployees",
3193
- "annotation": {
3194
- "type": "array",
3195
- "elementType": {
3196
- "type": "reference",
3197
- "typeName": {
3198
- "type": "identifier",
3199
- "name": "AIEmployee"
3200
- }
3201
- }
3202
- }
3203
- },
3204
- {
3205
- "name": "commands",
3206
- "annotation": {
3207
- "type": "array",
3208
- "elementType": {
3209
- "type": "reference",
3210
- "typeName": {
3211
- "type": "identifier",
3212
- "name": "Command"
3213
- }
3214
- }
3215
- }
3216
- },
3165
+ }
3166
+ ],
3167
+ "events": [],
3168
+ "methods": [],
3169
+ "types": [
3217
3170
  {
3218
- "name": "suggestionsPlacement",
3171
+ "type": "typeAlias",
3172
+ "name": "Activity",
3219
3173
  "annotation": {
3220
3174
  "type": "union",
3221
3175
  "types": [
3222
3176
  {
3223
- "type": "jsLiteral",
3224
- "value": "top"
3177
+ "type": "reference",
3178
+ "typeName": {
3179
+ "type": "identifier",
3180
+ "name": "ActivityOfCreateGoal"
3181
+ }
3225
3182
  },
3226
3183
  {
3227
- "type": "jsLiteral",
3228
- "value": "bottom"
3184
+ "type": "reference",
3185
+ "typeName": {
3186
+ "type": "identifier",
3187
+ "name": "ActivityOfEditGoal"
3188
+ }
3189
+ },
3190
+ {
3191
+ "type": "reference",
3192
+ "typeName": {
3193
+ "type": "identifier",
3194
+ "name": "ActivityOfDeleteGoal"
3195
+ }
3196
+ },
3197
+ {
3198
+ "type": "reference",
3199
+ "typeName": {
3200
+ "type": "identifier",
3201
+ "name": "ActivityOfDecomposeGoals"
3202
+ }
3203
+ },
3204
+ {
3205
+ "type": "reference",
3206
+ "typeName": {
3207
+ "type": "identifier",
3208
+ "name": "ActivityOfAlterOwner"
3209
+ }
3210
+ },
3211
+ {
3212
+ "type": "reference",
3213
+ "typeName": {
3214
+ "type": "identifier",
3215
+ "name": "ActivityOfAlterUser"
3216
+ }
3217
+ },
3218
+ {
3219
+ "type": "reference",
3220
+ "typeName": {
3221
+ "type": "identifier",
3222
+ "name": "ActivityOfAddComment"
3223
+ }
3224
+ },
3225
+ {
3226
+ "type": "reference",
3227
+ "typeName": {
3228
+ "type": "identifier",
3229
+ "name": "ActivityOfStartConversation"
3230
+ }
3229
3231
  }
3230
3232
  ]
3231
3233
  }
3232
- }
3233
- ],
3234
- "events": [
3235
- {
3236
- "name": "message.submit",
3237
- "detail": {
3238
- "annotation": {
3239
- "type": "keyword",
3240
- "value": "string"
3241
- }
3242
- }
3243
- },
3244
- {
3245
- "name": "chat.submit",
3246
- "detail": {
3247
- "annotation": {
3248
- "type": "reference",
3249
- "typeName": {
3250
- "type": "identifier",
3251
- "name": "ChatPayload"
3252
- }
3253
- }
3254
- }
3255
3234
  },
3256
- {
3257
- "name": "terminate",
3258
- "detail": {
3259
- "annotation": {
3260
- "type": "keyword",
3261
- "value": "void"
3262
- }
3263
- }
3264
- }
3265
- ],
3266
- "methods": [],
3267
- "types": [
3268
3235
  {
3269
3236
  "type": "interface",
3270
- "name": "UploadOptions",
3237
+ "name": "ActivityOfCreateGoal",
3271
3238
  "body": [
3272
3239
  {
3273
3240
  "type": "propertySignature",
3274
3241
  "key": {
3275
3242
  "type": "identifier",
3276
- "name": "enabled"
3243
+ "name": "action_type"
3277
3244
  },
3278
3245
  "annotation": {
3279
- "type": "keyword",
3280
- "value": "boolean"
3246
+ "type": "jsLiteral",
3247
+ "value": "create_goal"
3281
3248
  },
3282
- "optional": true,
3283
3249
  "computed": false
3284
3250
  },
3285
3251
  {
3286
3252
  "type": "propertySignature",
3287
3253
  "key": {
3288
3254
  "type": "identifier",
3289
- "name": "dragDisabled"
3255
+ "name": "metadata"
3290
3256
  },
3291
3257
  "annotation": {
3292
- "type": "keyword",
3293
- "value": "boolean"
3258
+ "type": "typeLiteral",
3259
+ "members": [
3260
+ {
3261
+ "type": "propertySignature",
3262
+ "key": {
3263
+ "type": "identifier",
3264
+ "name": "goal_title"
3265
+ },
3266
+ "annotation": {
3267
+ "type": "keyword",
3268
+ "value": "string"
3269
+ },
3270
+ "computed": false
3271
+ },
3272
+ {
3273
+ "type": "propertySignature",
3274
+ "key": {
3275
+ "type": "identifier",
3276
+ "name": "goal_description"
3277
+ },
3278
+ "annotation": {
3279
+ "type": "keyword",
3280
+ "value": "string"
3281
+ },
3282
+ "optional": true,
3283
+ "computed": false
3284
+ }
3285
+ ]
3294
3286
  },
3295
- "optional": true,
3296
3287
  "computed": false
3297
- },
3288
+ }
3289
+ ],
3290
+ "extends": [
3298
3291
  {
3299
- "type": "propertySignature",
3300
- "key": {
3292
+ "type": "expressionWithTypeArguments",
3293
+ "expression": {
3301
3294
  "type": "identifier",
3302
- "name": "dragTips"
3303
- },
3304
- "annotation": {
3305
- "type": "keyword",
3306
- "value": "string"
3307
- },
3308
- "optional": true,
3309
- "computed": false
3310
- },
3295
+ "name": "ActivityBase"
3296
+ }
3297
+ }
3298
+ ]
3299
+ },
3300
+ {
3301
+ "type": "interface",
3302
+ "name": "ActivityBase",
3303
+ "body": [
3311
3304
  {
3312
3305
  "type": "propertySignature",
3313
3306
  "key": {
3314
3307
  "type": "identifier",
3315
- "name": "accept"
3308
+ "name": "user_id"
3316
3309
  },
3317
3310
  "annotation": {
3318
3311
  "type": "keyword",
3319
3312
  "value": "string"
3320
3313
  },
3321
- "optional": true,
3322
3314
  "computed": false
3323
3315
  },
3324
3316
  {
3325
3317
  "type": "propertySignature",
3326
3318
  "key": {
3327
3319
  "type": "identifier",
3328
- "name": "maxFiles"
3320
+ "name": "user_name"
3329
3321
  },
3330
3322
  "annotation": {
3331
3323
  "type": "keyword",
3332
- "value": "number"
3324
+ "value": "string"
3333
3325
  },
3334
- "optional": true,
3335
3326
  "computed": false
3336
3327
  },
3337
3328
  {
3338
3329
  "type": "propertySignature",
3339
3330
  "key": {
3340
3331
  "type": "identifier",
3341
- "name": "maxSize"
3332
+ "name": "time"
3342
3333
  },
3343
3334
  "annotation": {
3344
3335
  "type": "keyword",
3345
3336
  "value": "number"
3346
3337
  },
3347
- "optional": true,
3348
- "computed": false,
3349
- "description": "In bytes"
3350
- },
3351
- {
3352
- "type": "propertySignature",
3353
- "key": {
3354
- "type": "identifier",
3355
- "name": "readableAccept"
3356
- },
3357
- "annotation": {
3358
- "type": "keyword",
3359
- "value": "string"
3360
- },
3361
- "optional": true,
3362
3338
  "computed": false
3363
3339
  },
3364
3340
  {
3365
3341
  "type": "propertySignature",
3366
3342
  "key": {
3367
3343
  "type": "identifier",
3368
- "name": "readableMaxSize"
3344
+ "name": "action_type"
3369
3345
  },
3370
3346
  "annotation": {
3371
- "type": "keyword",
3372
- "value": "string"
3373
- },
3374
- "optional": true,
3375
- "computed": false
3376
- }
3377
- ]
3378
- },
3379
- {
3380
- "type": "interface",
3381
- "name": "AIEmployee",
3382
- "body": [
3383
- {
3384
- "type": "propertySignature",
3385
- "key": {
3386
- "type": "identifier",
3387
- "name": "employeeId"
3388
- },
3389
- "annotation": {
3390
- "type": "keyword",
3391
- "value": "string"
3347
+ "type": "union",
3348
+ "types": [
3349
+ {
3350
+ "type": "jsLiteral",
3351
+ "value": "create_goal"
3352
+ },
3353
+ {
3354
+ "type": "jsLiteral",
3355
+ "value": "edit_goal"
3356
+ },
3357
+ {
3358
+ "type": "jsLiteral",
3359
+ "value": "delete_goal"
3360
+ },
3361
+ {
3362
+ "type": "jsLiteral",
3363
+ "value": "decompose_goals"
3364
+ },
3365
+ {
3366
+ "type": "jsLiteral",
3367
+ "value": "alter_owner"
3368
+ },
3369
+ {
3370
+ "type": "jsLiteral",
3371
+ "value": "alter_user"
3372
+ },
3373
+ {
3374
+ "type": "jsLiteral",
3375
+ "value": "add_comment"
3376
+ },
3377
+ {
3378
+ "type": "jsLiteral",
3379
+ "value": "start_conversation"
3380
+ }
3381
+ ]
3392
3382
  },
3393
3383
  "computed": false
3394
3384
  },
@@ -3396,11 +3386,11 @@
3396
3386
  "type": "propertySignature",
3397
3387
  "key": {
3398
3388
  "type": "identifier",
3399
- "name": "name"
3389
+ "name": "metadata"
3400
3390
  },
3401
3391
  "annotation": {
3402
3392
  "type": "keyword",
3403
- "value": "string"
3393
+ "value": "unknown"
3404
3394
  },
3405
3395
  "computed": false
3406
3396
  }
@@ -3408,17 +3398,17 @@
3408
3398
  },
3409
3399
  {
3410
3400
  "type": "interface",
3411
- "name": "Command",
3401
+ "name": "ActivityOfEditGoal",
3412
3402
  "body": [
3413
3403
  {
3414
3404
  "type": "propertySignature",
3415
3405
  "key": {
3416
3406
  "type": "identifier",
3417
- "name": "label"
3407
+ "name": "action_type"
3418
3408
  },
3419
3409
  "annotation": {
3420
- "type": "keyword",
3421
- "value": "string"
3410
+ "type": "jsLiteral",
3411
+ "value": "edit_goal"
3422
3412
  },
3423
3413
  "computed": false
3424
3414
  },
@@ -3426,90 +3416,155 @@
3426
3416
  "type": "propertySignature",
3427
3417
  "key": {
3428
3418
  "type": "identifier",
3429
- "name": "value"
3419
+ "name": "metadata"
3430
3420
  },
3431
3421
  "annotation": {
3432
- "type": "keyword",
3433
- "value": "string"
3422
+ "type": "typeLiteral",
3423
+ "members": [
3424
+ {
3425
+ "type": "propertySignature",
3426
+ "key": {
3427
+ "type": "identifier",
3428
+ "name": "before"
3429
+ },
3430
+ "annotation": {
3431
+ "type": "typeLiteral",
3432
+ "members": [
3433
+ {
3434
+ "type": "propertySignature",
3435
+ "key": {
3436
+ "type": "identifier",
3437
+ "name": "title"
3438
+ },
3439
+ "annotation": {
3440
+ "type": "keyword",
3441
+ "value": "string"
3442
+ },
3443
+ "optional": true,
3444
+ "computed": false
3445
+ },
3446
+ {
3447
+ "type": "propertySignature",
3448
+ "key": {
3449
+ "type": "identifier",
3450
+ "name": "description"
3451
+ },
3452
+ "annotation": {
3453
+ "type": "keyword",
3454
+ "value": "string"
3455
+ },
3456
+ "optional": true,
3457
+ "computed": false
3458
+ }
3459
+ ]
3460
+ },
3461
+ "computed": false
3462
+ },
3463
+ {
3464
+ "type": "propertySignature",
3465
+ "key": {
3466
+ "type": "identifier",
3467
+ "name": "after"
3468
+ },
3469
+ "annotation": {
3470
+ "type": "typeLiteral",
3471
+ "members": [
3472
+ {
3473
+ "type": "propertySignature",
3474
+ "key": {
3475
+ "type": "identifier",
3476
+ "name": "title"
3477
+ },
3478
+ "annotation": {
3479
+ "type": "keyword",
3480
+ "value": "string"
3481
+ },
3482
+ "optional": true,
3483
+ "computed": false
3484
+ },
3485
+ {
3486
+ "type": "propertySignature",
3487
+ "key": {
3488
+ "type": "identifier",
3489
+ "name": "description"
3490
+ },
3491
+ "annotation": {
3492
+ "type": "keyword",
3493
+ "value": "string"
3494
+ },
3495
+ "optional": true,
3496
+ "computed": false
3497
+ }
3498
+ ]
3499
+ },
3500
+ "computed": false
3501
+ }
3502
+ ]
3434
3503
  },
3435
3504
  "computed": false
3436
- },
3505
+ }
3506
+ ],
3507
+ "extends": [
3437
3508
  {
3438
- "type": "propertySignature",
3439
- "key": {
3509
+ "type": "expressionWithTypeArguments",
3510
+ "expression": {
3440
3511
  "type": "identifier",
3441
- "name": "groupKey"
3442
- },
3443
- "annotation": {
3444
- "type": "keyword",
3445
- "value": "string"
3446
- },
3447
- "optional": true,
3448
- "computed": false
3449
- },
3512
+ "name": "ActivityBase"
3513
+ }
3514
+ }
3515
+ ]
3516
+ },
3517
+ {
3518
+ "type": "interface",
3519
+ "name": "ActivityOfDeleteGoal",
3520
+ "body": [
3450
3521
  {
3451
3522
  "type": "propertySignature",
3452
3523
  "key": {
3453
3524
  "type": "identifier",
3454
- "name": "groupLabel"
3525
+ "name": "action_type"
3455
3526
  },
3456
3527
  "annotation": {
3457
- "type": "keyword",
3458
- "value": "string"
3528
+ "type": "jsLiteral",
3529
+ "value": "delete_goal"
3459
3530
  },
3460
- "optional": true,
3461
3531
  "computed": false
3462
3532
  },
3463
3533
  {
3464
3534
  "type": "propertySignature",
3465
3535
  "key": {
3466
3536
  "type": "identifier",
3467
- "name": "subCommands"
3537
+ "name": "metadata"
3468
3538
  },
3469
3539
  "annotation": {
3470
- "type": "array",
3471
- "elementType": {
3472
- "type": "reference",
3473
- "typeName": {
3474
- "type": "identifier",
3475
- "name": "Command"
3540
+ "type": "typeLiteral",
3541
+ "members": [
3542
+ {
3543
+ "type": "propertySignature",
3544
+ "key": {
3545
+ "type": "identifier",
3546
+ "name": "goal_title"
3547
+ },
3548
+ "annotation": {
3549
+ "type": "keyword",
3550
+ "value": "string"
3551
+ },
3552
+ "computed": false
3553
+ },
3554
+ {
3555
+ "type": "propertySignature",
3556
+ "key": {
3557
+ "type": "identifier",
3558
+ "name": "goal_description"
3559
+ },
3560
+ "annotation": {
3561
+ "type": "keyword",
3562
+ "value": "string"
3563
+ },
3564
+ "optional": true,
3565
+ "computed": false
3476
3566
  }
3477
- }
3478
- },
3479
- "optional": true,
3480
- "computed": false
3481
- },
3482
- {
3483
- "type": "propertySignature",
3484
- "key": {
3485
- "type": "identifier",
3486
- "name": "payload"
3487
- },
3488
- "annotation": {
3489
- "type": "reference",
3490
- "typeName": {
3491
- "type": "identifier",
3492
- "name": "CommandPayload"
3493
- }
3494
- },
3495
- "optional": true,
3496
- "computed": false
3497
- }
3498
- ]
3499
- },
3500
- {
3501
- "type": "interface",
3502
- "name": "ChatPayload",
3503
- "body": [
3504
- {
3505
- "type": "propertySignature",
3506
- "key": {
3507
- "type": "identifier",
3508
- "name": "content"
3509
- },
3510
- "annotation": {
3511
- "type": "keyword",
3512
- "value": "string"
3567
+ ]
3513
3568
  },
3514
3569
  "computed": false
3515
3570
  }
@@ -3519,197 +3574,14 @@
3519
3574
  "type": "expressionWithTypeArguments",
3520
3575
  "expression": {
3521
3576
  "type": "identifier",
3522
- "name": "ExtraChatPayload"
3577
+ "name": "ActivityBase"
3523
3578
  }
3524
3579
  }
3525
3580
  ]
3526
3581
  },
3527
3582
  {
3528
3583
  "type": "interface",
3529
- "name": "ExtraChatPayload",
3530
- "body": [
3531
- {
3532
- "type": "propertySignature",
3533
- "key": {
3534
- "type": "identifier",
3535
- "name": "files"
3536
- },
3537
- "annotation": {
3538
- "type": "array",
3539
- "elementType": {
3540
- "type": "reference",
3541
- "typeName": {
3542
- "type": "identifier",
3543
- "name": "UploadFileInfo"
3544
- }
3545
- }
3546
- },
3547
- "optional": true,
3548
- "computed": false
3549
- },
3550
- {
3551
- "type": "propertySignature",
3552
- "key": {
3553
- "type": "identifier",
3554
- "name": "cmd"
3555
- },
3556
- "annotation": {
3557
- "type": "union",
3558
- "types": [
3559
- {
3560
- "type": "reference",
3561
- "typeName": {
3562
- "type": "identifier",
3563
- "name": "CommandPayload"
3564
- }
3565
- },
3566
- {
3567
- "type": "keyword",
3568
- "value": "null"
3569
- }
3570
- ]
3571
- },
3572
- "optional": true,
3573
- "computed": false
3574
- },
3575
- {
3576
- "type": "propertySignature",
3577
- "key": {
3578
- "type": "identifier",
3579
- "name": "aiEmployeeId"
3580
- },
3581
- "annotation": {
3582
- "type": "union",
3583
- "types": [
3584
- {
3585
- "type": "keyword",
3586
- "value": "string"
3587
- },
3588
- {
3589
- "type": "keyword",
3590
- "value": "null"
3591
- }
3592
- ]
3593
- },
3594
- "optional": true,
3595
- "computed": false
3596
- }
3597
- ]
3598
- },
3599
- {
3600
- "type": "interface",
3601
- "name": "UploadFileInfo",
3602
- "body": [
3603
- {
3604
- "type": "propertySignature",
3605
- "key": {
3606
- "type": "identifier",
3607
- "name": "fileId"
3608
- },
3609
- "annotation": {
3610
- "type": "keyword",
3611
- "value": "string"
3612
- },
3613
- "computed": false
3614
- }
3615
- ]
3616
- }
3617
- ]
3618
- },
3619
- "ai-portal.activity-timeline": {
3620
- "properties": [
3621
- {
3622
- "name": "list",
3623
- "annotation": {
3624
- "type": "array",
3625
- "elementType": {
3626
- "type": "reference",
3627
- "typeName": {
3628
- "type": "identifier",
3629
- "name": "Activity"
3630
- }
3631
- }
3632
- }
3633
- },
3634
- {
3635
- "name": "chatUrlTemplate",
3636
- "annotation": {
3637
- "type": "keyword",
3638
- "value": "string"
3639
- }
3640
- }
3641
- ],
3642
- "events": [],
3643
- "methods": [],
3644
- "types": [
3645
- {
3646
- "type": "typeAlias",
3647
- "name": "Activity",
3648
- "annotation": {
3649
- "type": "union",
3650
- "types": [
3651
- {
3652
- "type": "reference",
3653
- "typeName": {
3654
- "type": "identifier",
3655
- "name": "ActivityOfCreateGoal"
3656
- }
3657
- },
3658
- {
3659
- "type": "reference",
3660
- "typeName": {
3661
- "type": "identifier",
3662
- "name": "ActivityOfEditGoal"
3663
- }
3664
- },
3665
- {
3666
- "type": "reference",
3667
- "typeName": {
3668
- "type": "identifier",
3669
- "name": "ActivityOfDeleteGoal"
3670
- }
3671
- },
3672
- {
3673
- "type": "reference",
3674
- "typeName": {
3675
- "type": "identifier",
3676
- "name": "ActivityOfDecomposeGoals"
3677
- }
3678
- },
3679
- {
3680
- "type": "reference",
3681
- "typeName": {
3682
- "type": "identifier",
3683
- "name": "ActivityOfAlterOwner"
3684
- }
3685
- },
3686
- {
3687
- "type": "reference",
3688
- "typeName": {
3689
- "type": "identifier",
3690
- "name": "ActivityOfAlterUser"
3691
- }
3692
- },
3693
- {
3694
- "type": "reference",
3695
- "typeName": {
3696
- "type": "identifier",
3697
- "name": "ActivityOfAddComment"
3698
- }
3699
- },
3700
- {
3701
- "type": "reference",
3702
- "typeName": {
3703
- "type": "identifier",
3704
- "name": "ActivityOfStartConversation"
3705
- }
3706
- }
3707
- ]
3708
- }
3709
- },
3710
- {
3711
- "type": "interface",
3712
- "name": "ActivityOfCreateGoal",
3584
+ "name": "ActivityOfDecomposeGoals",
3713
3585
  "body": [
3714
3586
  {
3715
3587
  "type": "propertySignature",
@@ -3719,7 +3591,7 @@
3719
3591
  },
3720
3592
  "annotation": {
3721
3593
  "type": "jsLiteral",
3722
- "value": "create_goal"
3594
+ "value": "decompose_goals"
3723
3595
  },
3724
3596
  "computed": false
3725
3597
  },
@@ -3736,11 +3608,11 @@
3736
3608
  "type": "propertySignature",
3737
3609
  "key": {
3738
3610
  "type": "identifier",
3739
- "name": "goal_title"
3611
+ "name": "sub_goals_count"
3740
3612
  },
3741
3613
  "annotation": {
3742
3614
  "type": "keyword",
3743
- "value": "string"
3615
+ "value": "number"
3744
3616
  },
3745
3617
  "computed": false
3746
3618
  },
@@ -3748,13 +3620,49 @@
3748
3620
  "type": "propertySignature",
3749
3621
  "key": {
3750
3622
  "type": "identifier",
3751
- "name": "goal_description"
3623
+ "name": "sub_goals"
3752
3624
  },
3753
3625
  "annotation": {
3754
- "type": "keyword",
3755
- "value": "string"
3626
+ "type": "reference",
3627
+ "typeName": {
3628
+ "type": "identifier",
3629
+ "name": "Array"
3630
+ },
3631
+ "typeParameters": {
3632
+ "type": "typeParameterInstantiation",
3633
+ "params": [
3634
+ {
3635
+ "type": "typeLiteral",
3636
+ "members": [
3637
+ {
3638
+ "type": "propertySignature",
3639
+ "key": {
3640
+ "type": "identifier",
3641
+ "name": "sub_goal_id"
3642
+ },
3643
+ "annotation": {
3644
+ "type": "keyword",
3645
+ "value": "string"
3646
+ },
3647
+ "computed": false
3648
+ },
3649
+ {
3650
+ "type": "propertySignature",
3651
+ "key": {
3652
+ "type": "identifier",
3653
+ "name": "title"
3654
+ },
3655
+ "annotation": {
3656
+ "type": "keyword",
3657
+ "value": "string"
3658
+ },
3659
+ "computed": false
3660
+ }
3661
+ ]
3662
+ }
3663
+ ]
3664
+ }
3756
3665
  },
3757
- "optional": true,
3758
3666
  "computed": false
3759
3667
  }
3760
3668
  ]
@@ -3774,29 +3682,17 @@
3774
3682
  },
3775
3683
  {
3776
3684
  "type": "interface",
3777
- "name": "ActivityBase",
3685
+ "name": "ActivityOfAlterOwner",
3778
3686
  "body": [
3779
3687
  {
3780
3688
  "type": "propertySignature",
3781
3689
  "key": {
3782
3690
  "type": "identifier",
3783
- "name": "user_id"
3784
- },
3785
- "annotation": {
3786
- "type": "keyword",
3787
- "value": "string"
3788
- },
3789
- "computed": false
3790
- },
3791
- {
3792
- "type": "propertySignature",
3793
- "key": {
3794
- "type": "identifier",
3795
- "name": "user_name"
3691
+ "name": "action_type"
3796
3692
  },
3797
3693
  "annotation": {
3798
- "type": "keyword",
3799
- "value": "string"
3694
+ "type": "jsLiteral",
3695
+ "value": "alter_owner"
3800
3696
  },
3801
3697
  "computed": false
3802
3698
  },
@@ -3804,94 +3700,7 @@
3804
3700
  "type": "propertySignature",
3805
3701
  "key": {
3806
3702
  "type": "identifier",
3807
- "name": "time"
3808
- },
3809
- "annotation": {
3810
- "type": "keyword",
3811
- "value": "number"
3812
- },
3813
- "computed": false
3814
- },
3815
- {
3816
- "type": "propertySignature",
3817
- "key": {
3818
- "type": "identifier",
3819
- "name": "action_type"
3820
- },
3821
- "annotation": {
3822
- "type": "union",
3823
- "types": [
3824
- {
3825
- "type": "jsLiteral",
3826
- "value": "create_goal"
3827
- },
3828
- {
3829
- "type": "jsLiteral",
3830
- "value": "edit_goal"
3831
- },
3832
- {
3833
- "type": "jsLiteral",
3834
- "value": "delete_goal"
3835
- },
3836
- {
3837
- "type": "jsLiteral",
3838
- "value": "decompose_goals"
3839
- },
3840
- {
3841
- "type": "jsLiteral",
3842
- "value": "alter_owner"
3843
- },
3844
- {
3845
- "type": "jsLiteral",
3846
- "value": "alter_user"
3847
- },
3848
- {
3849
- "type": "jsLiteral",
3850
- "value": "add_comment"
3851
- },
3852
- {
3853
- "type": "jsLiteral",
3854
- "value": "start_conversation"
3855
- }
3856
- ]
3857
- },
3858
- "computed": false
3859
- },
3860
- {
3861
- "type": "propertySignature",
3862
- "key": {
3863
- "type": "identifier",
3864
- "name": "metadata"
3865
- },
3866
- "annotation": {
3867
- "type": "keyword",
3868
- "value": "unknown"
3869
- },
3870
- "computed": false
3871
- }
3872
- ]
3873
- },
3874
- {
3875
- "type": "interface",
3876
- "name": "ActivityOfEditGoal",
3877
- "body": [
3878
- {
3879
- "type": "propertySignature",
3880
- "key": {
3881
- "type": "identifier",
3882
- "name": "action_type"
3883
- },
3884
- "annotation": {
3885
- "type": "jsLiteral",
3886
- "value": "edit_goal"
3887
- },
3888
- "computed": false
3889
- },
3890
- {
3891
- "type": "propertySignature",
3892
- "key": {
3893
- "type": "identifier",
3894
- "name": "metadata"
3703
+ "name": "metadata"
3895
3704
  },
3896
3705
  "annotation": {
3897
3706
  "type": "typeLiteral",
@@ -3909,26 +3718,37 @@
3909
3718
  "type": "propertySignature",
3910
3719
  "key": {
3911
3720
  "type": "identifier",
3912
- "name": "title"
3913
- },
3914
- "annotation": {
3915
- "type": "keyword",
3916
- "value": "string"
3917
- },
3918
- "optional": true,
3919
- "computed": false
3920
- },
3921
- {
3922
- "type": "propertySignature",
3923
- "key": {
3924
- "type": "identifier",
3925
- "name": "description"
3721
+ "name": "owner"
3926
3722
  },
3927
3723
  "annotation": {
3928
- "type": "keyword",
3929
- "value": "string"
3724
+ "type": "typeLiteral",
3725
+ "members": [
3726
+ {
3727
+ "type": "propertySignature",
3728
+ "key": {
3729
+ "type": "identifier",
3730
+ "name": "user_id"
3731
+ },
3732
+ "annotation": {
3733
+ "type": "keyword",
3734
+ "value": "string"
3735
+ },
3736
+ "computed": false
3737
+ },
3738
+ {
3739
+ "type": "propertySignature",
3740
+ "key": {
3741
+ "type": "identifier",
3742
+ "name": "user_name"
3743
+ },
3744
+ "annotation": {
3745
+ "type": "keyword",
3746
+ "value": "string"
3747
+ },
3748
+ "computed": false
3749
+ }
3750
+ ]
3930
3751
  },
3931
- "optional": true,
3932
3752
  "computed": false
3933
3753
  }
3934
3754
  ]
@@ -3948,26 +3768,37 @@
3948
3768
  "type": "propertySignature",
3949
3769
  "key": {
3950
3770
  "type": "identifier",
3951
- "name": "title"
3952
- },
3953
- "annotation": {
3954
- "type": "keyword",
3955
- "value": "string"
3956
- },
3957
- "optional": true,
3958
- "computed": false
3959
- },
3960
- {
3961
- "type": "propertySignature",
3962
- "key": {
3963
- "type": "identifier",
3964
- "name": "description"
3771
+ "name": "owner"
3965
3772
  },
3966
3773
  "annotation": {
3967
- "type": "keyword",
3968
- "value": "string"
3774
+ "type": "typeLiteral",
3775
+ "members": [
3776
+ {
3777
+ "type": "propertySignature",
3778
+ "key": {
3779
+ "type": "identifier",
3780
+ "name": "user_id"
3781
+ },
3782
+ "annotation": {
3783
+ "type": "keyword",
3784
+ "value": "string"
3785
+ },
3786
+ "computed": false
3787
+ },
3788
+ {
3789
+ "type": "propertySignature",
3790
+ "key": {
3791
+ "type": "identifier",
3792
+ "name": "user_name"
3793
+ },
3794
+ "annotation": {
3795
+ "type": "keyword",
3796
+ "value": "string"
3797
+ },
3798
+ "computed": false
3799
+ }
3800
+ ]
3969
3801
  },
3970
- "optional": true,
3971
3802
  "computed": false
3972
3803
  }
3973
3804
  ]
@@ -3991,7 +3822,7 @@
3991
3822
  },
3992
3823
  {
3993
3824
  "type": "interface",
3994
- "name": "ActivityOfDeleteGoal",
3825
+ "name": "ActivityOfAlterUser",
3995
3826
  "body": [
3996
3827
  {
3997
3828
  "type": "propertySignature",
@@ -4001,7 +3832,7 @@
4001
3832
  },
4002
3833
  "annotation": {
4003
3834
  "type": "jsLiteral",
4004
- "value": "delete_goal"
3835
+ "value": "alter_user"
4005
3836
  },
4006
3837
  "computed": false
4007
3838
  },
@@ -4018,11 +3849,61 @@
4018
3849
  "type": "propertySignature",
4019
3850
  "key": {
4020
3851
  "type": "identifier",
4021
- "name": "goal_title"
3852
+ "name": "before"
4022
3853
  },
4023
3854
  "annotation": {
4024
- "type": "keyword",
4025
- "value": "string"
3855
+ "type": "typeLiteral",
3856
+ "members": [
3857
+ {
3858
+ "type": "propertySignature",
3859
+ "key": {
3860
+ "type": "identifier",
3861
+ "name": "users"
3862
+ },
3863
+ "annotation": {
3864
+ "type": "reference",
3865
+ "typeName": {
3866
+ "type": "identifier",
3867
+ "name": "Array"
3868
+ },
3869
+ "typeParameters": {
3870
+ "type": "typeParameterInstantiation",
3871
+ "params": [
3872
+ {
3873
+ "type": "typeLiteral",
3874
+ "members": [
3875
+ {
3876
+ "type": "propertySignature",
3877
+ "key": {
3878
+ "type": "identifier",
3879
+ "name": "user_id"
3880
+ },
3881
+ "annotation": {
3882
+ "type": "keyword",
3883
+ "value": "string"
3884
+ },
3885
+ "computed": false
3886
+ },
3887
+ {
3888
+ "type": "propertySignature",
3889
+ "key": {
3890
+ "type": "identifier",
3891
+ "name": "user_name"
3892
+ },
3893
+ "annotation": {
3894
+ "type": "keyword",
3895
+ "value": "string"
3896
+ },
3897
+ "computed": false
3898
+ }
3899
+ ]
3900
+ }
3901
+ ]
3902
+ }
3903
+ },
3904
+ "computed": false
3905
+ }
3906
+ ]
4026
3907
  },
4027
3908
  "computed": false
4028
3909
  },
@@ -4030,33 +3911,82 @@
4030
3911
  "type": "propertySignature",
4031
3912
  "key": {
4032
3913
  "type": "identifier",
4033
- "name": "goal_description"
3914
+ "name": "after"
4034
3915
  },
4035
3916
  "annotation": {
4036
- "type": "keyword",
4037
- "value": "string"
4038
- },
4039
- "optional": true,
4040
- "computed": false
4041
- }
4042
- ]
4043
- },
4044
- "computed": false
4045
- }
4046
- ],
4047
- "extends": [
4048
- {
4049
- "type": "expressionWithTypeArguments",
4050
- "expression": {
4051
- "type": "identifier",
4052
- "name": "ActivityBase"
4053
- }
4054
- }
3917
+ "type": "typeLiteral",
3918
+ "members": [
3919
+ {
3920
+ "type": "propertySignature",
3921
+ "key": {
3922
+ "type": "identifier",
3923
+ "name": "users"
3924
+ },
3925
+ "annotation": {
3926
+ "type": "reference",
3927
+ "typeName": {
3928
+ "type": "identifier",
3929
+ "name": "Array"
3930
+ },
3931
+ "typeParameters": {
3932
+ "type": "typeParameterInstantiation",
3933
+ "params": [
3934
+ {
3935
+ "type": "typeLiteral",
3936
+ "members": [
3937
+ {
3938
+ "type": "propertySignature",
3939
+ "key": {
3940
+ "type": "identifier",
3941
+ "name": "user_id"
3942
+ },
3943
+ "annotation": {
3944
+ "type": "keyword",
3945
+ "value": "string"
3946
+ },
3947
+ "computed": false
3948
+ },
3949
+ {
3950
+ "type": "propertySignature",
3951
+ "key": {
3952
+ "type": "identifier",
3953
+ "name": "user_name"
3954
+ },
3955
+ "annotation": {
3956
+ "type": "keyword",
3957
+ "value": "string"
3958
+ },
3959
+ "computed": false
3960
+ }
3961
+ ]
3962
+ }
3963
+ ]
3964
+ }
3965
+ },
3966
+ "computed": false
3967
+ }
3968
+ ]
3969
+ },
3970
+ "computed": false
3971
+ }
3972
+ ]
3973
+ },
3974
+ "computed": false
3975
+ }
3976
+ ],
3977
+ "extends": [
3978
+ {
3979
+ "type": "expressionWithTypeArguments",
3980
+ "expression": {
3981
+ "type": "identifier",
3982
+ "name": "ActivityBase"
3983
+ }
3984
+ }
4055
3985
  ]
4056
3986
  },
4057
3987
  {
4058
3988
  "type": "interface",
4059
- "name": "ActivityOfDecomposeGoals",
3989
+ "name": "ActivityOfAddComment",
4060
3990
  "body": [
4061
3991
  {
4062
3992
  "type": "propertySignature",
@@ -4066,7 +3996,7 @@
4066
3996
  },
4067
3997
  "annotation": {
4068
3998
  "type": "jsLiteral",
4069
- "value": "decompose_goals"
3999
+ "value": "add_comment"
4070
4000
  },
4071
4001
  "computed": false
4072
4002
  },
@@ -4083,60 +4013,11 @@
4083
4013
  "type": "propertySignature",
4084
4014
  "key": {
4085
4015
  "type": "identifier",
4086
- "name": "sub_goals_count"
4016
+ "name": "comment_content"
4087
4017
  },
4088
4018
  "annotation": {
4089
4019
  "type": "keyword",
4090
- "value": "number"
4091
- },
4092
- "computed": false
4093
- },
4094
- {
4095
- "type": "propertySignature",
4096
- "key": {
4097
- "type": "identifier",
4098
- "name": "sub_goals"
4099
- },
4100
- "annotation": {
4101
- "type": "reference",
4102
- "typeName": {
4103
- "type": "identifier",
4104
- "name": "Array"
4105
- },
4106
- "typeParameters": {
4107
- "type": "typeParameterInstantiation",
4108
- "params": [
4109
- {
4110
- "type": "typeLiteral",
4111
- "members": [
4112
- {
4113
- "type": "propertySignature",
4114
- "key": {
4115
- "type": "identifier",
4116
- "name": "sub_goal_id"
4117
- },
4118
- "annotation": {
4119
- "type": "keyword",
4120
- "value": "string"
4121
- },
4122
- "computed": false
4123
- },
4124
- {
4125
- "type": "propertySignature",
4126
- "key": {
4127
- "type": "identifier",
4128
- "name": "title"
4129
- },
4130
- "annotation": {
4131
- "type": "keyword",
4132
- "value": "string"
4133
- },
4134
- "computed": false
4135
- }
4136
- ]
4137
- }
4138
- ]
4139
- }
4020
+ "value": "string"
4140
4021
  },
4141
4022
  "computed": false
4142
4023
  }
@@ -4157,7 +4038,7 @@
4157
4038
  },
4158
4039
  {
4159
4040
  "type": "interface",
4160
- "name": "ActivityOfAlterOwner",
4041
+ "name": "ActivityOfStartConversation",
4161
4042
  "body": [
4162
4043
  {
4163
4044
  "type": "propertySignature",
@@ -4167,7 +4048,7 @@
4167
4048
  },
4168
4049
  "annotation": {
4169
4050
  "type": "jsLiteral",
4170
- "value": "alter_owner"
4051
+ "value": "start_conversation"
4171
4052
  },
4172
4053
  "computed": false
4173
4054
  },
@@ -4184,49 +4065,11 @@
4184
4065
  "type": "propertySignature",
4185
4066
  "key": {
4186
4067
  "type": "identifier",
4187
- "name": "before"
4068
+ "name": "conversation_id"
4188
4069
  },
4189
4070
  "annotation": {
4190
- "type": "typeLiteral",
4191
- "members": [
4192
- {
4193
- "type": "propertySignature",
4194
- "key": {
4195
- "type": "identifier",
4196
- "name": "owner"
4197
- },
4198
- "annotation": {
4199
- "type": "typeLiteral",
4200
- "members": [
4201
- {
4202
- "type": "propertySignature",
4203
- "key": {
4204
- "type": "identifier",
4205
- "name": "user_id"
4206
- },
4207
- "annotation": {
4208
- "type": "keyword",
4209
- "value": "string"
4210
- },
4211
- "computed": false
4212
- },
4213
- {
4214
- "type": "propertySignature",
4215
- "key": {
4216
- "type": "identifier",
4217
- "name": "user_name"
4218
- },
4219
- "annotation": {
4220
- "type": "keyword",
4221
- "value": "string"
4222
- },
4223
- "computed": false
4224
- }
4225
- ]
4226
- },
4227
- "computed": false
4228
- }
4229
- ]
4071
+ "type": "keyword",
4072
+ "value": "string"
4230
4073
  },
4231
4074
  "computed": false
4232
4075
  },
@@ -4234,50 +4077,25 @@
4234
4077
  "type": "propertySignature",
4235
4078
  "key": {
4236
4079
  "type": "identifier",
4237
- "name": "after"
4080
+ "name": "conversation_title"
4238
4081
  },
4239
4082
  "annotation": {
4240
- "type": "typeLiteral",
4241
- "members": [
4242
- {
4243
- "type": "propertySignature",
4244
- "key": {
4245
- "type": "identifier",
4246
- "name": "owner"
4247
- },
4248
- "annotation": {
4249
- "type": "typeLiteral",
4250
- "members": [
4251
- {
4252
- "type": "propertySignature",
4253
- "key": {
4254
- "type": "identifier",
4255
- "name": "user_id"
4256
- },
4257
- "annotation": {
4258
- "type": "keyword",
4259
- "value": "string"
4260
- },
4261
- "computed": false
4262
- },
4263
- {
4264
- "type": "propertySignature",
4265
- "key": {
4266
- "type": "identifier",
4267
- "name": "user_name"
4268
- },
4269
- "annotation": {
4270
- "type": "keyword",
4271
- "value": "string"
4272
- },
4273
- "computed": false
4274
- }
4275
- ]
4276
- },
4277
- "computed": false
4278
- }
4279
- ]
4083
+ "type": "keyword",
4084
+ "value": "string"
4085
+ },
4086
+ "computed": false
4087
+ },
4088
+ {
4089
+ "type": "propertySignature",
4090
+ "key": {
4091
+ "type": "identifier",
4092
+ "name": "conversation_description"
4093
+ },
4094
+ "annotation": {
4095
+ "type": "keyword",
4096
+ "value": "string"
4280
4097
  },
4098
+ "optional": true,
4281
4099
  "computed": false
4282
4100
  }
4283
4101
  ]
@@ -4294,184 +4112,287 @@
4294
4112
  }
4295
4113
  }
4296
4114
  ]
4115
+ }
4116
+ ]
4117
+ },
4118
+ "ai-portal.chat-input": {
4119
+ "properties": [
4120
+ {
4121
+ "name": "placeholder",
4122
+ "annotation": {
4123
+ "type": "keyword",
4124
+ "value": "string"
4125
+ }
4297
4126
  },
4298
4127
  {
4299
- "type": "interface",
4300
- "name": "ActivityOfAlterUser",
4301
- "body": [
4302
- {
4303
- "type": "propertySignature",
4304
- "key": {
4305
- "type": "identifier",
4306
- "name": "action_type"
4307
- },
4308
- "annotation": {
4309
- "type": "jsLiteral",
4310
- "value": "alter_user"
4311
- },
4312
- "computed": false
4313
- },
4128
+ "name": "autoFocus",
4129
+ "annotation": {
4130
+ "type": "keyword",
4131
+ "value": "boolean"
4132
+ }
4133
+ },
4134
+ {
4135
+ "name": "submitDisabled",
4136
+ "annotation": {
4137
+ "type": "keyword",
4138
+ "value": "boolean"
4139
+ }
4140
+ },
4141
+ {
4142
+ "name": "supportsTerminate",
4143
+ "annotation": {
4144
+ "type": "keyword",
4145
+ "value": "boolean"
4146
+ }
4147
+ },
4148
+ {
4149
+ "name": "terminating",
4150
+ "annotation": {
4151
+ "type": "keyword",
4152
+ "value": "boolean"
4153
+ }
4154
+ },
4155
+ {
4156
+ "name": "uploadOptions",
4157
+ "annotation": {
4158
+ "type": "reference",
4159
+ "typeName": {
4160
+ "type": "identifier",
4161
+ "name": "UploadOptions"
4162
+ }
4163
+ }
4164
+ },
4165
+ {
4166
+ "name": "aiEmployees",
4167
+ "annotation": {
4168
+ "type": "array",
4169
+ "elementType": {
4170
+ "type": "reference",
4171
+ "typeName": {
4172
+ "type": "identifier",
4173
+ "name": "AIEmployee"
4174
+ }
4175
+ }
4176
+ }
4177
+ },
4178
+ {
4179
+ "name": "commands",
4180
+ "annotation": {
4181
+ "type": "array",
4182
+ "elementType": {
4183
+ "type": "reference",
4184
+ "typeName": {
4185
+ "type": "identifier",
4186
+ "name": "Command"
4187
+ }
4188
+ }
4189
+ }
4190
+ },
4191
+ {
4192
+ "name": "suggestionsPlacement",
4193
+ "annotation": {
4194
+ "type": "union",
4195
+ "types": [
4196
+ {
4197
+ "type": "jsLiteral",
4198
+ "value": "top"
4199
+ },
4200
+ {
4201
+ "type": "jsLiteral",
4202
+ "value": "bottom"
4203
+ }
4204
+ ]
4205
+ }
4206
+ }
4207
+ ],
4208
+ "events": [
4209
+ {
4210
+ "name": "message.submit",
4211
+ "detail": {
4212
+ "annotation": {
4213
+ "type": "keyword",
4214
+ "value": "string"
4215
+ }
4216
+ }
4217
+ },
4218
+ {
4219
+ "name": "chat.submit",
4220
+ "detail": {
4221
+ "annotation": {
4222
+ "type": "reference",
4223
+ "typeName": {
4224
+ "type": "identifier",
4225
+ "name": "ChatPayload"
4226
+ }
4227
+ }
4228
+ }
4229
+ },
4230
+ {
4231
+ "name": "terminate",
4232
+ "detail": {
4233
+ "annotation": {
4234
+ "type": "keyword",
4235
+ "value": "void"
4236
+ }
4237
+ }
4238
+ }
4239
+ ],
4240
+ "methods": [],
4241
+ "types": [
4242
+ {
4243
+ "type": "interface",
4244
+ "name": "UploadOptions",
4245
+ "body": [
4314
4246
  {
4315
4247
  "type": "propertySignature",
4316
4248
  "key": {
4317
4249
  "type": "identifier",
4318
- "name": "metadata"
4250
+ "name": "enabled"
4319
4251
  },
4320
4252
  "annotation": {
4321
- "type": "typeLiteral",
4322
- "members": [
4323
- {
4324
- "type": "propertySignature",
4325
- "key": {
4326
- "type": "identifier",
4327
- "name": "before"
4328
- },
4329
- "annotation": {
4330
- "type": "typeLiteral",
4331
- "members": [
4332
- {
4333
- "type": "propertySignature",
4334
- "key": {
4335
- "type": "identifier",
4336
- "name": "users"
4337
- },
4338
- "annotation": {
4339
- "type": "reference",
4340
- "typeName": {
4341
- "type": "identifier",
4342
- "name": "Array"
4343
- },
4344
- "typeParameters": {
4345
- "type": "typeParameterInstantiation",
4346
- "params": [
4347
- {
4348
- "type": "typeLiteral",
4349
- "members": [
4350
- {
4351
- "type": "propertySignature",
4352
- "key": {
4353
- "type": "identifier",
4354
- "name": "user_id"
4355
- },
4356
- "annotation": {
4357
- "type": "keyword",
4358
- "value": "string"
4359
- },
4360
- "computed": false
4361
- },
4362
- {
4363
- "type": "propertySignature",
4364
- "key": {
4365
- "type": "identifier",
4366
- "name": "user_name"
4367
- },
4368
- "annotation": {
4369
- "type": "keyword",
4370
- "value": "string"
4371
- },
4372
- "computed": false
4373
- }
4374
- ]
4375
- }
4376
- ]
4377
- }
4378
- },
4379
- "computed": false
4380
- }
4381
- ]
4382
- },
4383
- "computed": false
4384
- },
4385
- {
4386
- "type": "propertySignature",
4387
- "key": {
4388
- "type": "identifier",
4389
- "name": "after"
4390
- },
4391
- "annotation": {
4392
- "type": "typeLiteral",
4393
- "members": [
4394
- {
4395
- "type": "propertySignature",
4396
- "key": {
4397
- "type": "identifier",
4398
- "name": "users"
4399
- },
4400
- "annotation": {
4401
- "type": "reference",
4402
- "typeName": {
4403
- "type": "identifier",
4404
- "name": "Array"
4405
- },
4406
- "typeParameters": {
4407
- "type": "typeParameterInstantiation",
4408
- "params": [
4409
- {
4410
- "type": "typeLiteral",
4411
- "members": [
4412
- {
4413
- "type": "propertySignature",
4414
- "key": {
4415
- "type": "identifier",
4416
- "name": "user_id"
4417
- },
4418
- "annotation": {
4419
- "type": "keyword",
4420
- "value": "string"
4421
- },
4422
- "computed": false
4423
- },
4424
- {
4425
- "type": "propertySignature",
4426
- "key": {
4427
- "type": "identifier",
4428
- "name": "user_name"
4429
- },
4430
- "annotation": {
4431
- "type": "keyword",
4432
- "value": "string"
4433
- },
4434
- "computed": false
4435
- }
4436
- ]
4437
- }
4438
- ]
4439
- }
4440
- },
4441
- "computed": false
4442
- }
4443
- ]
4444
- },
4445
- "computed": false
4446
- }
4447
- ]
4253
+ "type": "keyword",
4254
+ "value": "boolean"
4255
+ },
4256
+ "optional": true,
4257
+ "computed": false
4258
+ },
4259
+ {
4260
+ "type": "propertySignature",
4261
+ "key": {
4262
+ "type": "identifier",
4263
+ "name": "dragDisabled"
4264
+ },
4265
+ "annotation": {
4266
+ "type": "keyword",
4267
+ "value": "boolean"
4268
+ },
4269
+ "optional": true,
4270
+ "computed": false
4271
+ },
4272
+ {
4273
+ "type": "propertySignature",
4274
+ "key": {
4275
+ "type": "identifier",
4276
+ "name": "dragTips"
4277
+ },
4278
+ "annotation": {
4279
+ "type": "keyword",
4280
+ "value": "string"
4281
+ },
4282
+ "optional": true,
4283
+ "computed": false
4284
+ },
4285
+ {
4286
+ "type": "propertySignature",
4287
+ "key": {
4288
+ "type": "identifier",
4289
+ "name": "accept"
4290
+ },
4291
+ "annotation": {
4292
+ "type": "keyword",
4293
+ "value": "string"
4294
+ },
4295
+ "optional": true,
4296
+ "computed": false
4297
+ },
4298
+ {
4299
+ "type": "propertySignature",
4300
+ "key": {
4301
+ "type": "identifier",
4302
+ "name": "maxFiles"
4303
+ },
4304
+ "annotation": {
4305
+ "type": "keyword",
4306
+ "value": "number"
4307
+ },
4308
+ "optional": true,
4309
+ "computed": false
4310
+ },
4311
+ {
4312
+ "type": "propertySignature",
4313
+ "key": {
4314
+ "type": "identifier",
4315
+ "name": "maxSize"
4316
+ },
4317
+ "annotation": {
4318
+ "type": "keyword",
4319
+ "value": "number"
4320
+ },
4321
+ "optional": true,
4322
+ "computed": false,
4323
+ "description": "In bytes"
4324
+ },
4325
+ {
4326
+ "type": "propertySignature",
4327
+ "key": {
4328
+ "type": "identifier",
4329
+ "name": "readableAccept"
4330
+ },
4331
+ "annotation": {
4332
+ "type": "keyword",
4333
+ "value": "string"
4448
4334
  },
4335
+ "optional": true,
4336
+ "computed": false
4337
+ },
4338
+ {
4339
+ "type": "propertySignature",
4340
+ "key": {
4341
+ "type": "identifier",
4342
+ "name": "readableMaxSize"
4343
+ },
4344
+ "annotation": {
4345
+ "type": "keyword",
4346
+ "value": "string"
4347
+ },
4348
+ "optional": true,
4449
4349
  "computed": false
4450
4350
  }
4451
- ],
4452
- "extends": [
4351
+ ]
4352
+ },
4353
+ {
4354
+ "type": "interface",
4355
+ "name": "AIEmployee",
4356
+ "body": [
4453
4357
  {
4454
- "type": "expressionWithTypeArguments",
4455
- "expression": {
4358
+ "type": "propertySignature",
4359
+ "key": {
4456
4360
  "type": "identifier",
4457
- "name": "ActivityBase"
4458
- }
4361
+ "name": "employeeId"
4362
+ },
4363
+ "annotation": {
4364
+ "type": "keyword",
4365
+ "value": "string"
4366
+ },
4367
+ "computed": false
4368
+ },
4369
+ {
4370
+ "type": "propertySignature",
4371
+ "key": {
4372
+ "type": "identifier",
4373
+ "name": "name"
4374
+ },
4375
+ "annotation": {
4376
+ "type": "keyword",
4377
+ "value": "string"
4378
+ },
4379
+ "computed": false
4459
4380
  }
4460
4381
  ]
4461
4382
  },
4462
4383
  {
4463
4384
  "type": "interface",
4464
- "name": "ActivityOfAddComment",
4385
+ "name": "Command",
4465
4386
  "body": [
4466
4387
  {
4467
4388
  "type": "propertySignature",
4468
4389
  "key": {
4469
4390
  "type": "identifier",
4470
- "name": "action_type"
4391
+ "name": "label"
4471
4392
  },
4472
4393
  "annotation": {
4473
- "type": "jsLiteral",
4474
- "value": "add_comment"
4394
+ "type": "keyword",
4395
+ "value": "string"
4475
4396
  },
4476
4397
  "computed": false
4477
4398
  },
@@ -4479,24 +4400,90 @@
4479
4400
  "type": "propertySignature",
4480
4401
  "key": {
4481
4402
  "type": "identifier",
4482
- "name": "metadata"
4403
+ "name": "value"
4483
4404
  },
4484
4405
  "annotation": {
4485
- "type": "typeLiteral",
4486
- "members": [
4487
- {
4488
- "type": "propertySignature",
4489
- "key": {
4490
- "type": "identifier",
4491
- "name": "comment_content"
4492
- },
4493
- "annotation": {
4494
- "type": "keyword",
4495
- "value": "string"
4496
- },
4497
- "computed": false
4406
+ "type": "keyword",
4407
+ "value": "string"
4408
+ },
4409
+ "computed": false
4410
+ },
4411
+ {
4412
+ "type": "propertySignature",
4413
+ "key": {
4414
+ "type": "identifier",
4415
+ "name": "groupKey"
4416
+ },
4417
+ "annotation": {
4418
+ "type": "keyword",
4419
+ "value": "string"
4420
+ },
4421
+ "optional": true,
4422
+ "computed": false
4423
+ },
4424
+ {
4425
+ "type": "propertySignature",
4426
+ "key": {
4427
+ "type": "identifier",
4428
+ "name": "groupLabel"
4429
+ },
4430
+ "annotation": {
4431
+ "type": "keyword",
4432
+ "value": "string"
4433
+ },
4434
+ "optional": true,
4435
+ "computed": false
4436
+ },
4437
+ {
4438
+ "type": "propertySignature",
4439
+ "key": {
4440
+ "type": "identifier",
4441
+ "name": "subCommands"
4442
+ },
4443
+ "annotation": {
4444
+ "type": "array",
4445
+ "elementType": {
4446
+ "type": "reference",
4447
+ "typeName": {
4448
+ "type": "identifier",
4449
+ "name": "Command"
4498
4450
  }
4499
- ]
4451
+ }
4452
+ },
4453
+ "optional": true,
4454
+ "computed": false
4455
+ },
4456
+ {
4457
+ "type": "propertySignature",
4458
+ "key": {
4459
+ "type": "identifier",
4460
+ "name": "payload"
4461
+ },
4462
+ "annotation": {
4463
+ "type": "reference",
4464
+ "typeName": {
4465
+ "type": "identifier",
4466
+ "name": "CommandPayload"
4467
+ }
4468
+ },
4469
+ "optional": true,
4470
+ "computed": false
4471
+ }
4472
+ ]
4473
+ },
4474
+ {
4475
+ "type": "interface",
4476
+ "name": "ChatPayload",
4477
+ "body": [
4478
+ {
4479
+ "type": "propertySignature",
4480
+ "key": {
4481
+ "type": "identifier",
4482
+ "name": "content"
4483
+ },
4484
+ "annotation": {
4485
+ "type": "keyword",
4486
+ "value": "string"
4500
4487
  },
4501
4488
  "computed": false
4502
4489
  }
@@ -4506,85 +4493,98 @@
4506
4493
  "type": "expressionWithTypeArguments",
4507
4494
  "expression": {
4508
4495
  "type": "identifier",
4509
- "name": "ActivityBase"
4496
+ "name": "ExtraChatPayload"
4510
4497
  }
4511
4498
  }
4512
4499
  ]
4513
4500
  },
4514
4501
  {
4515
4502
  "type": "interface",
4516
- "name": "ActivityOfStartConversation",
4503
+ "name": "ExtraChatPayload",
4517
4504
  "body": [
4518
4505
  {
4519
4506
  "type": "propertySignature",
4520
4507
  "key": {
4521
4508
  "type": "identifier",
4522
- "name": "action_type"
4509
+ "name": "files"
4523
4510
  },
4524
4511
  "annotation": {
4525
- "type": "jsLiteral",
4526
- "value": "start_conversation"
4512
+ "type": "array",
4513
+ "elementType": {
4514
+ "type": "reference",
4515
+ "typeName": {
4516
+ "type": "identifier",
4517
+ "name": "UploadFileInfo"
4518
+ }
4519
+ }
4527
4520
  },
4521
+ "optional": true,
4528
4522
  "computed": false
4529
4523
  },
4530
4524
  {
4531
4525
  "type": "propertySignature",
4532
4526
  "key": {
4533
4527
  "type": "identifier",
4534
- "name": "metadata"
4528
+ "name": "cmd"
4535
4529
  },
4536
4530
  "annotation": {
4537
- "type": "typeLiteral",
4538
- "members": [
4531
+ "type": "union",
4532
+ "types": [
4539
4533
  {
4540
- "type": "propertySignature",
4541
- "key": {
4534
+ "type": "reference",
4535
+ "typeName": {
4542
4536
  "type": "identifier",
4543
- "name": "conversation_id"
4544
- },
4545
- "annotation": {
4546
- "type": "keyword",
4547
- "value": "string"
4548
- },
4549
- "computed": false
4537
+ "name": "CommandPayload"
4538
+ }
4550
4539
  },
4551
4540
  {
4552
- "type": "propertySignature",
4553
- "key": {
4554
- "type": "identifier",
4555
- "name": "conversation_title"
4556
- },
4557
- "annotation": {
4558
- "type": "keyword",
4559
- "value": "string"
4560
- },
4561
- "computed": false
4541
+ "type": "keyword",
4542
+ "value": "null"
4543
+ }
4544
+ ]
4545
+ },
4546
+ "optional": true,
4547
+ "computed": false
4548
+ },
4549
+ {
4550
+ "type": "propertySignature",
4551
+ "key": {
4552
+ "type": "identifier",
4553
+ "name": "aiEmployeeId"
4554
+ },
4555
+ "annotation": {
4556
+ "type": "union",
4557
+ "types": [
4558
+ {
4559
+ "type": "keyword",
4560
+ "value": "string"
4562
4561
  },
4563
4562
  {
4564
- "type": "propertySignature",
4565
- "key": {
4566
- "type": "identifier",
4567
- "name": "conversation_description"
4568
- },
4569
- "annotation": {
4570
- "type": "keyword",
4571
- "value": "string"
4572
- },
4573
- "optional": true,
4574
- "computed": false
4563
+ "type": "keyword",
4564
+ "value": "null"
4575
4565
  }
4576
4566
  ]
4577
4567
  },
4568
+ "optional": true,
4578
4569
  "computed": false
4579
4570
  }
4580
- ],
4581
- "extends": [
4571
+ ]
4572
+ },
4573
+ {
4574
+ "type": "interface",
4575
+ "name": "UploadFileInfo",
4576
+ "body": [
4582
4577
  {
4583
- "type": "expressionWithTypeArguments",
4584
- "expression": {
4578
+ "type": "propertySignature",
4579
+ "key": {
4585
4580
  "type": "identifier",
4586
- "name": "ActivityBase"
4587
- }
4581
+ "name": "fileId"
4582
+ },
4583
+ "annotation": {
4584
+ "type": "keyword",
4585
+ "value": "string"
4586
+ },
4587
+ "computed": false
4588
4588
  }
4589
4589
  ]
4590
4590
  }
@@ -6059,109 +6059,257 @@
6059
6059
  },
6060
6060
  {
6061
6061
  "type": "jsLiteral",
6062
- "value": "completed"
6062
+ "value": "completed"
6063
+ }
6064
+ ]
6065
+ }
6066
+ },
6067
+ {
6068
+ "type": "interface",
6069
+ "name": "GoalMember",
6070
+ "body": [
6071
+ {
6072
+ "type": "propertySignature",
6073
+ "key": {
6074
+ "type": "identifier",
6075
+ "name": "instanceId"
6076
+ },
6077
+ "annotation": {
6078
+ "type": "keyword",
6079
+ "value": "string"
6080
+ },
6081
+ "computed": false
6082
+ }
6083
+ ]
6084
+ }
6085
+ ]
6086
+ },
6087
+ "ai-portal.elevo-sidebar": {
6088
+ "properties": [
6089
+ {
6090
+ "name": "userInstanceId",
6091
+ "annotation": {
6092
+ "type": "keyword",
6093
+ "value": "string"
6094
+ }
6095
+ },
6096
+ {
6097
+ "name": "behavior",
6098
+ "annotation": {
6099
+ "type": "union",
6100
+ "types": [
6101
+ {
6102
+ "type": "jsLiteral",
6103
+ "value": "default"
6104
+ },
6105
+ {
6106
+ "type": "jsLiteral",
6107
+ "value": "drawer"
6063
6108
  }
6064
6109
  ]
6065
6110
  }
6066
6111
  },
6067
6112
  {
6068
- "type": "interface",
6069
- "name": "GoalMember",
6070
- "body": [
6071
- {
6072
- "type": "propertySignature",
6073
- "key": {
6074
- "type": "identifier",
6075
- "name": "instanceId"
6076
- },
6077
- "annotation": {
6078
- "type": "keyword",
6079
- "value": "string"
6080
- },
6081
- "computed": false
6082
- }
6083
- ]
6084
- }
6085
- ]
6086
- },
6087
- "ai-portal.chat-box": {
6088
- "properties": [
6113
+ "name": "logoUrl",
6114
+ "annotation": {
6115
+ "type": "keyword",
6116
+ "value": "string"
6117
+ }
6118
+ },
6089
6119
  {
6090
- "name": "disabled",
6120
+ "name": "newChatUrl",
6121
+ "annotation": {
6122
+ "type": "keyword",
6123
+ "value": "string"
6124
+ }
6125
+ },
6126
+ {
6127
+ "name": "newChatLinkWhenCollapsed",
6091
6128
  "annotation": {
6092
6129
  "type": "keyword",
6093
6130
  "value": "boolean"
6094
6131
  }
6095
6132
  },
6096
6133
  {
6097
- "name": "placeholder",
6134
+ "name": "historyUrlTemplate",
6098
6135
  "annotation": {
6099
6136
  "type": "keyword",
6100
6137
  "value": "string"
6101
6138
  }
6102
6139
  },
6103
6140
  {
6104
- "name": "autoFocus",
6141
+ "name": "historyActions",
6142
+ "annotation": {
6143
+ "type": "array",
6144
+ "elementType": {
6145
+ "type": "reference",
6146
+ "typeName": {
6147
+ "type": "identifier",
6148
+ "name": "ActionType"
6149
+ }
6150
+ }
6151
+ }
6152
+ },
6153
+ {
6154
+ "name": "showProjects",
6105
6155
  "annotation": {
6106
6156
  "type": "keyword",
6107
6157
  "value": "boolean"
6108
6158
  }
6109
6159
  },
6110
6160
  {
6111
- "name": "aiEmployees",
6161
+ "name": "projectUrlTemplate",
6162
+ "annotation": {
6163
+ "type": "keyword",
6164
+ "value": "string"
6165
+ }
6166
+ },
6167
+ {
6168
+ "name": "projectActions",
6112
6169
  "annotation": {
6113
6170
  "type": "array",
6114
6171
  "elementType": {
6115
6172
  "type": "reference",
6116
6173
  "typeName": {
6117
6174
  "type": "identifier",
6118
- "name": "AIEmployee"
6175
+ "name": "ActionType"
6119
6176
  }
6120
6177
  }
6121
6178
  }
6122
6179
  },
6123
6180
  {
6124
- "name": "commands",
6181
+ "name": "personalActions",
6125
6182
  "annotation": {
6126
6183
  "type": "array",
6127
6184
  "elementType": {
6128
6185
  "type": "reference",
6129
6186
  "typeName": {
6130
6187
  "type": "identifier",
6131
- "name": "Command"
6188
+ "name": "ActionType"
6132
6189
  }
6133
6190
  }
6134
6191
  }
6135
6192
  },
6136
6193
  {
6137
- "name": "uploadOptions",
6194
+ "name": "links",
6195
+ "annotation": {
6196
+ "type": "array",
6197
+ "elementType": {
6198
+ "type": "reference",
6199
+ "typeName": {
6200
+ "type": "identifier",
6201
+ "name": "SidebarLink"
6202
+ }
6203
+ }
6204
+ }
6205
+ },
6206
+ {
6207
+ "name": "canAddProject",
6208
+ "annotation": {
6209
+ "type": "keyword",
6210
+ "value": "boolean"
6211
+ }
6212
+ },
6213
+ {
6214
+ "name": "myLinks",
6215
+ "annotation": {
6216
+ "type": "array",
6217
+ "elementType": {
6218
+ "type": "reference",
6219
+ "typeName": {
6220
+ "type": "identifier",
6221
+ "name": "SidebarLink"
6222
+ }
6223
+ }
6224
+ }
6225
+ },
6226
+ {
6227
+ "name": "scope",
6228
+ "annotation": {
6229
+ "type": "union",
6230
+ "types": [
6231
+ {
6232
+ "type": "jsLiteral",
6233
+ "value": "default"
6234
+ },
6235
+ {
6236
+ "type": "jsLiteral",
6237
+ "value": "space"
6238
+ }
6239
+ ]
6240
+ }
6241
+ },
6242
+ {
6243
+ "name": "spaceNav",
6138
6244
  "annotation": {
6139
6245
  "type": "reference",
6140
6246
  "typeName": {
6141
6247
  "type": "identifier",
6142
- "name": "UploadOptions"
6248
+ "name": "SpaceNavProps"
6143
6249
  }
6144
6250
  }
6145
6251
  }
6146
6252
  ],
6147
6253
  "events": [
6148
6254
  {
6149
- "name": "message.submit",
6255
+ "name": "logout",
6150
6256
  "detail": {
6151
6257
  "annotation": {
6152
6258
  "type": "keyword",
6153
- "value": "string"
6259
+ "value": "void"
6154
6260
  }
6155
6261
  }
6156
6262
  },
6157
6263
  {
6158
- "name": "chat.submit",
6264
+ "name": "action.click",
6159
6265
  "detail": {
6160
6266
  "annotation": {
6161
6267
  "type": "reference",
6162
6268
  "typeName": {
6163
6269
  "type": "identifier",
6164
- "name": "ChatPayload"
6270
+ "name": "ActionClickDetail"
6271
+ }
6272
+ }
6273
+ }
6274
+ },
6275
+ {
6276
+ "name": "project.action.click",
6277
+ "detail": {
6278
+ "annotation": {
6279
+ "type": "reference",
6280
+ "typeName": {
6281
+ "type": "identifier",
6282
+ "name": "ProjectActionClickDetail"
6283
+ }
6284
+ }
6285
+ }
6286
+ },
6287
+ {
6288
+ "name": "add.project",
6289
+ "detail": {
6290
+ "annotation": {
6291
+ "type": "keyword",
6292
+ "value": "void"
6293
+ }
6294
+ }
6295
+ },
6296
+ {
6297
+ "name": "add.serviceflow",
6298
+ "detail": {
6299
+ "annotation": {
6300
+ "type": "keyword",
6301
+ "value": "void"
6302
+ }
6303
+ }
6304
+ },
6305
+ {
6306
+ "name": "personal.action.click",
6307
+ "detail": {
6308
+ "annotation": {
6309
+ "type": "reference",
6310
+ "typeName": {
6311
+ "type": "identifier",
6312
+ "name": "PersonalActionClickDetail"
6165
6313
  }
6166
6314
  }
6167
6315
  }
@@ -6169,39 +6317,93 @@
6169
6317
  ],
6170
6318
  "methods": [
6171
6319
  {
6172
- "name": "setValue",
6320
+ "name": "pullHistory",
6173
6321
  "params": [
6174
6322
  {
6175
- "name": "value",
6323
+ "name": "delay",
6176
6324
  "annotation": {
6177
6325
  "type": "keyword",
6178
- "value": "string"
6326
+ "value": "number"
6179
6327
  }
6180
6328
  }
6181
6329
  ],
6182
6330
  "returns": {}
6183
6331
  },
6184
6332
  {
6185
- "name": "getValue",
6333
+ "name": "open",
6186
6334
  "params": [],
6187
6335
  "returns": {}
6188
6336
  },
6189
6337
  {
6190
- "name": "focusOnInput",
6338
+ "name": "close",
6191
6339
  "params": [],
6192
6340
  "returns": {}
6341
+ },
6342
+ {
6343
+ "name": "removeProject",
6344
+ "params": [
6345
+ {
6346
+ "name": "projectId",
6347
+ "annotation": {
6348
+ "type": "keyword",
6349
+ "value": "string"
6350
+ }
6351
+ }
6352
+ ],
6353
+ "returns": {}
6354
+ },
6355
+ {
6356
+ "name": "addProject",
6357
+ "params": [
6358
+ {
6359
+ "name": "project",
6360
+ "annotation": {
6361
+ "type": "reference",
6362
+ "typeName": {
6363
+ "type": "identifier",
6364
+ "name": "Project"
6365
+ }
6366
+ }
6367
+ }
6368
+ ],
6369
+ "returns": {}
6370
+ },
6371
+ {
6372
+ "name": "moveConversation",
6373
+ "params": [
6374
+ {
6375
+ "name": "conversationId",
6376
+ "annotation": {
6377
+ "type": "keyword",
6378
+ "value": "string"
6379
+ }
6380
+ }
6381
+ ],
6382
+ "returns": {}
6193
6383
  }
6194
6384
  ],
6195
6385
  "types": [
6196
6386
  {
6197
6387
  "type": "interface",
6198
- "name": "AIEmployee",
6388
+ "name": "SidebarLink",
6199
6389
  "body": [
6200
6390
  {
6201
6391
  "type": "propertySignature",
6202
6392
  "key": {
6203
6393
  "type": "identifier",
6204
- "name": "employeeId"
6394
+ "name": "title"
6395
+ },
6396
+ "annotation": {
6397
+ "type": "keyword",
6398
+ "value": "string"
6399
+ },
6400
+ "computed": false
6401
+ },
6402
+ {
6403
+ "type": "propertySignature",
6404
+ "key": {
6405
+ "type": "identifier",
6406
+ "name": "url"
6205
6407
  },
6206
6408
  "annotation": {
6207
6409
  "type": "keyword",
@@ -6213,25 +6415,45 @@
6213
6415
  "type": "propertySignature",
6214
6416
  "key": {
6215
6417
  "type": "identifier",
6216
- "name": "name"
6418
+ "name": "icon"
6419
+ },
6420
+ "annotation": {
6421
+ "type": "reference",
6422
+ "typeName": {
6423
+ "type": "identifier",
6424
+ "name": "GeneralIconProps"
6425
+ }
6426
+ },
6427
+ "optional": true,
6428
+ "computed": false
6429
+ },
6430
+ {
6431
+ "type": "propertySignature",
6432
+ "key": {
6433
+ "type": "identifier",
6434
+ "name": "activeIncludes"
6217
6435
  },
6218
6436
  "annotation": {
6219
- "type": "keyword",
6220
- "value": "string"
6437
+ "type": "array",
6438
+ "elementType": {
6439
+ "type": "keyword",
6440
+ "value": "string"
6441
+ }
6221
6442
  },
6443
+ "optional": true,
6222
6444
  "computed": false
6223
6445
  }
6224
6446
  ]
6225
6447
  },
6226
6448
  {
6227
6449
  "type": "interface",
6228
- "name": "Command",
6450
+ "name": "SpaceNavProps",
6229
6451
  "body": [
6230
6452
  {
6231
6453
  "type": "propertySignature",
6232
6454
  "key": {
6233
6455
  "type": "identifier",
6234
- "name": "label"
6456
+ "name": "returnUrl"
6235
6457
  },
6236
6458
  "annotation": {
6237
6459
  "type": "keyword",
@@ -6243,7 +6465,7 @@
6243
6465
  "type": "propertySignature",
6244
6466
  "key": {
6245
6467
  "type": "identifier",
6246
- "name": "value"
6468
+ "name": "introUrl"
6247
6469
  },
6248
6470
  "annotation": {
6249
6471
  "type": "keyword",
@@ -6255,11 +6477,54 @@
6255
6477
  "type": "propertySignature",
6256
6478
  "key": {
6257
6479
  "type": "identifier",
6258
- "name": "groupKey"
6480
+ "name": "spaceDetail"
6259
6481
  },
6260
6482
  "annotation": {
6261
- "type": "keyword",
6262
- "value": "string"
6483
+ "type": "typeLiteral",
6484
+ "members": [
6485
+ {
6486
+ "type": "propertySignature",
6487
+ "key": {
6488
+ "type": "identifier",
6489
+ "name": "instanceId"
6490
+ },
6491
+ "annotation": {
6492
+ "type": "keyword",
6493
+ "value": "string"
6494
+ },
6495
+ "computed": false
6496
+ },
6497
+ {
6498
+ "type": "propertySignature",
6499
+ "key": {
6500
+ "type": "identifier",
6501
+ "name": "name"
6502
+ },
6503
+ "annotation": {
6504
+ "type": "keyword",
6505
+ "value": "string"
6506
+ },
6507
+ "computed": false
6508
+ }
6509
+ ]
6510
+ },
6511
+ "computed": false
6512
+ },
6513
+ {
6514
+ "type": "propertySignature",
6515
+ "key": {
6516
+ "type": "identifier",
6517
+ "name": "spaceObjects"
6518
+ },
6519
+ "annotation": {
6520
+ "type": "array",
6521
+ "elementType": {
6522
+ "type": "reference",
6523
+ "typeName": {
6524
+ "type": "identifier",
6525
+ "name": "SidebarLink"
6526
+ }
6527
+ }
6263
6528
  },
6264
6529
  "optional": true,
6265
6530
  "computed": false
@@ -6268,11 +6533,17 @@
6268
6533
  "type": "propertySignature",
6269
6534
  "key": {
6270
6535
  "type": "identifier",
6271
- "name": "groupLabel"
6536
+ "name": "spaceServiceflows"
6272
6537
  },
6273
6538
  "annotation": {
6274
- "type": "keyword",
6275
- "value": "string"
6539
+ "type": "array",
6540
+ "elementType": {
6541
+ "type": "reference",
6542
+ "typeName": {
6543
+ "type": "identifier",
6544
+ "name": "SidebarLink"
6545
+ }
6546
+ }
6276
6547
  },
6277
6548
  "optional": true,
6278
6549
  "computed": false
@@ -6281,7 +6552,7 @@
6281
6552
  "type": "propertySignature",
6282
6553
  "key": {
6283
6554
  "type": "identifier",
6284
- "name": "subCommands"
6555
+ "name": "spaceLinks"
6285
6556
  },
6286
6557
  "annotation": {
6287
6558
  "type": "array",
@@ -6289,24 +6560,86 @@
6289
6560
  "type": "reference",
6290
6561
  "typeName": {
6291
6562
  "type": "identifier",
6292
- "name": "Command"
6563
+ "name": "SidebarLink"
6293
6564
  }
6294
6565
  }
6295
6566
  },
6296
6567
  "optional": true,
6297
6568
  "computed": false
6569
+ }
6570
+ ]
6571
+ },
6572
+ {
6573
+ "type": "interface",
6574
+ "name": "ActionClickDetail",
6575
+ "body": [
6576
+ {
6577
+ "type": "propertySignature",
6578
+ "key": {
6579
+ "type": "identifier",
6580
+ "name": "action"
6581
+ },
6582
+ "annotation": {
6583
+ "type": "intersection",
6584
+ "types": [
6585
+ {
6586
+ "type": "reference",
6587
+ "typeName": {
6588
+ "type": "identifier",
6589
+ "name": "SimpleActionType"
6590
+ }
6591
+ },
6592
+ {
6593
+ "type": "typeLiteral",
6594
+ "members": [
6595
+ {
6596
+ "type": "propertySignature",
6597
+ "key": {
6598
+ "type": "identifier",
6599
+ "name": "project"
6600
+ },
6601
+ "annotation": {
6602
+ "type": "reference",
6603
+ "typeName": {
6604
+ "type": "identifier",
6605
+ "name": "Project"
6606
+ }
6607
+ },
6608
+ "optional": true,
6609
+ "computed": false
6610
+ }
6611
+ ]
6612
+ }
6613
+ ]
6614
+ },
6615
+ "computed": false
6298
6616
  },
6299
6617
  {
6300
6618
  "type": "propertySignature",
6301
6619
  "key": {
6302
6620
  "type": "identifier",
6303
- "name": "payload"
6621
+ "name": "item"
6304
6622
  },
6305
6623
  "annotation": {
6306
6624
  "type": "reference",
6307
6625
  "typeName": {
6308
6626
  "type": "identifier",
6309
- "name": "CommandPayload"
6627
+ "name": "HistoryItem"
6628
+ }
6629
+ },
6630
+ "computed": false
6631
+ },
6632
+ {
6633
+ "type": "propertySignature",
6634
+ "key": {
6635
+ "type": "identifier",
6636
+ "name": "project"
6637
+ },
6638
+ "annotation": {
6639
+ "type": "reference",
6640
+ "typeName": {
6641
+ "type": "identifier",
6642
+ "name": "Project"
6310
6643
  }
6311
6644
  },
6312
6645
  "optional": true,
@@ -6316,227 +6649,246 @@
6316
6649
  },
6317
6650
  {
6318
6651
  "type": "interface",
6319
- "name": "UploadOptions",
6652
+ "name": "Project",
6320
6653
  "body": [
6321
6654
  {
6322
6655
  "type": "propertySignature",
6323
6656
  "key": {
6324
6657
  "type": "identifier",
6325
- "name": "enabled"
6658
+ "name": "instanceId"
6326
6659
  },
6327
6660
  "annotation": {
6328
6661
  "type": "keyword",
6329
- "value": "boolean"
6662
+ "value": "string"
6330
6663
  },
6331
- "optional": true,
6332
- "computed": false
6664
+ "computed": false,
6665
+ "description": "实例ID"
6333
6666
  },
6334
6667
  {
6335
6668
  "type": "propertySignature",
6336
6669
  "key": {
6337
6670
  "type": "identifier",
6338
- "name": "dragDisabled"
6671
+ "name": "name"
6339
6672
  },
6340
6673
  "annotation": {
6341
6674
  "type": "keyword",
6342
- "value": "boolean"
6675
+ "value": "string"
6343
6676
  },
6344
- "optional": true,
6345
- "computed": false
6677
+ "computed": false,
6678
+ "description": "项目名称"
6346
6679
  },
6347
6680
  {
6348
6681
  "type": "propertySignature",
6349
6682
  "key": {
6350
6683
  "type": "identifier",
6351
- "name": "dragTips"
6684
+ "name": "description"
6352
6685
  },
6353
6686
  "annotation": {
6354
6687
  "type": "keyword",
6355
6688
  "value": "string"
6356
6689
  },
6357
- "optional": true,
6358
- "computed": false
6690
+ "computed": false,
6691
+ "description": "项目描述"
6359
6692
  },
6360
6693
  {
6361
6694
  "type": "propertySignature",
6362
6695
  "key": {
6363
6696
  "type": "identifier",
6364
- "name": "accept"
6697
+ "name": "state"
6698
+ },
6699
+ "annotation": {
6700
+ "type": "union",
6701
+ "types": [
6702
+ {
6703
+ "type": "jsLiteral",
6704
+ "value": "active"
6705
+ },
6706
+ {
6707
+ "type": "jsLiteral",
6708
+ "value": "inactive"
6709
+ }
6710
+ ]
6711
+ },
6712
+ "computed": false,
6713
+ "description": "状态"
6714
+ },
6715
+ {
6716
+ "type": "propertySignature",
6717
+ "key": {
6718
+ "type": "identifier",
6719
+ "name": "defaultAiEmployeeId"
6365
6720
  },
6366
6721
  "annotation": {
6367
6722
  "type": "keyword",
6368
6723
  "value": "string"
6369
6724
  },
6370
- "optional": true,
6371
- "computed": false
6725
+ "computed": false,
6726
+ "description": "默认数字人ID"
6372
6727
  },
6373
6728
  {
6374
6729
  "type": "propertySignature",
6375
6730
  "key": {
6376
6731
  "type": "identifier",
6377
- "name": "maxFiles"
6732
+ "name": "creator"
6378
6733
  },
6379
6734
  "annotation": {
6380
6735
  "type": "keyword",
6381
- "value": "number"
6736
+ "value": "string"
6382
6737
  },
6383
- "optional": true,
6384
- "computed": false
6738
+ "computed": false,
6739
+ "description": "创建者"
6385
6740
  },
6386
6741
  {
6387
6742
  "type": "propertySignature",
6388
6743
  "key": {
6389
6744
  "type": "identifier",
6390
- "name": "maxSize"
6745
+ "name": "ctime"
6391
6746
  },
6392
6747
  "annotation": {
6393
6748
  "type": "keyword",
6394
- "value": "number"
6749
+ "value": "string"
6395
6750
  },
6396
- "optional": true,
6397
6751
  "computed": false,
6398
- "description": "In bytes"
6752
+ "description": "创建时间"
6399
6753
  },
6400
6754
  {
6401
6755
  "type": "propertySignature",
6402
6756
  "key": {
6403
6757
  "type": "identifier",
6404
- "name": "readableAccept"
6758
+ "name": "mtime"
6405
6759
  },
6406
6760
  "annotation": {
6407
6761
  "type": "keyword",
6408
6762
  "value": "string"
6409
6763
  },
6410
- "optional": true,
6411
- "computed": false
6764
+ "computed": false,
6765
+ "description": "修改时间"
6412
6766
  },
6413
6767
  {
6414
6768
  "type": "propertySignature",
6415
6769
  "key": {
6416
6770
  "type": "identifier",
6417
- "name": "readableMaxSize"
6771
+ "name": "modifier"
6418
6772
  },
6419
6773
  "annotation": {
6420
6774
  "type": "keyword",
6421
6775
  "value": "string"
6422
6776
  },
6423
- "optional": true,
6424
- "computed": false
6777
+ "computed": false,
6778
+ "description": "修改者"
6425
6779
  }
6426
6780
  ]
6427
6781
  },
6428
6782
  {
6429
6783
  "type": "interface",
6430
- "name": "ChatPayload",
6784
+ "name": "HistoryItem",
6431
6785
  "body": [
6432
6786
  {
6433
6787
  "type": "propertySignature",
6434
6788
  "key": {
6435
6789
  "type": "identifier",
6436
- "name": "content"
6790
+ "name": "conversationId"
6437
6791
  },
6438
6792
  "annotation": {
6439
6793
  "type": "keyword",
6440
6794
  "value": "string"
6441
6795
  },
6442
6796
  "computed": false
6443
- }
6444
- ],
6445
- "extends": [
6797
+ },
6446
6798
  {
6447
- "type": "expressionWithTypeArguments",
6448
- "expression": {
6799
+ "type": "propertySignature",
6800
+ "key": {
6449
6801
  "type": "identifier",
6450
- "name": "ExtraChatPayload"
6451
- }
6452
- }
6453
- ]
6454
- },
6455
- {
6456
- "type": "interface",
6457
- "name": "ExtraChatPayload",
6458
- "body": [
6802
+ "name": "title"
6803
+ },
6804
+ "annotation": {
6805
+ "type": "keyword",
6806
+ "value": "string"
6807
+ },
6808
+ "computed": false
6809
+ },
6459
6810
  {
6460
6811
  "type": "propertySignature",
6461
6812
  "key": {
6462
6813
  "type": "identifier",
6463
- "name": "files"
6814
+ "name": "startTime"
6464
6815
  },
6465
6816
  "annotation": {
6466
- "type": "array",
6467
- "elementType": {
6468
- "type": "reference",
6469
- "typeName": {
6470
- "type": "identifier",
6471
- "name": "UploadFileInfo"
6472
- }
6473
- }
6817
+ "type": "keyword",
6818
+ "value": "number"
6474
6819
  },
6475
- "optional": true,
6476
6820
  "computed": false
6477
6821
  },
6478
6822
  {
6479
6823
  "type": "propertySignature",
6480
6824
  "key": {
6481
6825
  "type": "identifier",
6482
- "name": "cmd"
6826
+ "name": "state"
6483
6827
  },
6484
6828
  "annotation": {
6485
- "type": "union",
6486
- "types": [
6487
- {
6488
- "type": "reference",
6489
- "typeName": {
6490
- "type": "identifier",
6491
- "name": "CommandPayload"
6492
- }
6493
- },
6494
- {
6495
- "type": "keyword",
6496
- "value": "null"
6497
- }
6498
- ]
6829
+ "type": "reference",
6830
+ "typeName": {
6831
+ "type": "identifier",
6832
+ "name": "ConversationState"
6833
+ }
6499
6834
  },
6500
6835
  "optional": true,
6501
6836
  "computed": false
6837
+ }
6838
+ ]
6839
+ },
6840
+ {
6841
+ "type": "interface",
6842
+ "name": "ProjectActionClickDetail",
6843
+ "body": [
6844
+ {
6845
+ "type": "propertySignature",
6846
+ "key": {
6847
+ "type": "identifier",
6848
+ "name": "action"
6849
+ },
6850
+ "annotation": {
6851
+ "type": "reference",
6852
+ "typeName": {
6853
+ "type": "identifier",
6854
+ "name": "SimpleActionType"
6855
+ }
6856
+ },
6857
+ "computed": false
6502
6858
  },
6503
6859
  {
6504
6860
  "type": "propertySignature",
6505
6861
  "key": {
6506
6862
  "type": "identifier",
6507
- "name": "aiEmployeeId"
6863
+ "name": "project"
6508
6864
  },
6509
6865
  "annotation": {
6510
- "type": "union",
6511
- "types": [
6512
- {
6513
- "type": "keyword",
6514
- "value": "string"
6515
- },
6516
- {
6517
- "type": "keyword",
6518
- "value": "null"
6519
- }
6520
- ]
6866
+ "type": "reference",
6867
+ "typeName": {
6868
+ "type": "identifier",
6869
+ "name": "Project"
6870
+ }
6521
6871
  },
6522
- "optional": true,
6523
6872
  "computed": false
6524
6873
  }
6525
6874
  ]
6526
6875
  },
6527
6876
  {
6528
6877
  "type": "interface",
6529
- "name": "UploadFileInfo",
6878
+ "name": "PersonalActionClickDetail",
6530
6879
  "body": [
6531
6880
  {
6532
6881
  "type": "propertySignature",
6533
6882
  "key": {
6534
6883
  "type": "identifier",
6535
- "name": "fileId"
6884
+ "name": "action"
6536
6885
  },
6537
6886
  "annotation": {
6538
- "type": "keyword",
6539
- "value": "string"
6887
+ "type": "reference",
6888
+ "typeName": {
6889
+ "type": "identifier",
6890
+ "name": "SimpleActionType"
6891
+ }
6540
6892
  },
6541
6893
  "computed": false
6542
6894
  }
@@ -6544,232 +6896,84 @@
6544
6896
  }
6545
6897
  ]
6546
6898
  },
6547
- "ai-portal.elevo-sidebar": {
6899
+ "ai-portal.chat-box": {
6548
6900
  "properties": [
6549
6901
  {
6550
- "name": "userInstanceId",
6551
- "annotation": {
6552
- "type": "keyword",
6553
- "value": "string"
6554
- }
6555
- },
6556
- {
6557
- "name": "behavior",
6558
- "annotation": {
6559
- "type": "union",
6560
- "types": [
6561
- {
6562
- "type": "jsLiteral",
6563
- "value": "default"
6564
- },
6565
- {
6566
- "type": "jsLiteral",
6567
- "value": "drawer"
6568
- }
6569
- ]
6570
- }
6571
- },
6572
- {
6573
- "name": "logoUrl",
6574
- "annotation": {
6575
- "type": "keyword",
6576
- "value": "string"
6577
- }
6578
- },
6579
- {
6580
- "name": "newChatUrl",
6581
- "annotation": {
6582
- "type": "keyword",
6583
- "value": "string"
6584
- }
6585
- },
6586
- {
6587
- "name": "newChatLinkWhenCollapsed",
6902
+ "name": "disabled",
6588
6903
  "annotation": {
6589
6904
  "type": "keyword",
6590
6905
  "value": "boolean"
6591
6906
  }
6592
6907
  },
6593
6908
  {
6594
- "name": "historyUrlTemplate",
6909
+ "name": "placeholder",
6595
6910
  "annotation": {
6596
6911
  "type": "keyword",
6597
6912
  "value": "string"
6598
6913
  }
6599
6914
  },
6600
6915
  {
6601
- "name": "historyActions",
6602
- "annotation": {
6603
- "type": "array",
6604
- "elementType": {
6605
- "type": "reference",
6606
- "typeName": {
6607
- "type": "identifier",
6608
- "name": "ActionType"
6609
- }
6610
- }
6611
- }
6612
- },
6613
- {
6614
- "name": "showProjects",
6916
+ "name": "autoFocus",
6615
6917
  "annotation": {
6616
6918
  "type": "keyword",
6617
6919
  "value": "boolean"
6618
6920
  }
6619
6921
  },
6620
6922
  {
6621
- "name": "projectUrlTemplate",
6622
- "annotation": {
6623
- "type": "keyword",
6624
- "value": "string"
6625
- }
6626
- },
6627
- {
6628
- "name": "projectActions",
6629
- "annotation": {
6630
- "type": "array",
6631
- "elementType": {
6632
- "type": "reference",
6633
- "typeName": {
6634
- "type": "identifier",
6635
- "name": "ActionType"
6636
- }
6637
- }
6638
- }
6639
- },
6640
- {
6641
- "name": "personalActions",
6642
- "annotation": {
6643
- "type": "array",
6644
- "elementType": {
6645
- "type": "reference",
6646
- "typeName": {
6647
- "type": "identifier",
6648
- "name": "ActionType"
6649
- }
6650
- }
6651
- }
6652
- },
6653
- {
6654
- "name": "links",
6923
+ "name": "aiEmployees",
6655
6924
  "annotation": {
6656
6925
  "type": "array",
6657
6926
  "elementType": {
6658
6927
  "type": "reference",
6659
6928
  "typeName": {
6660
6929
  "type": "identifier",
6661
- "name": "SidebarLink"
6930
+ "name": "AIEmployee"
6662
6931
  }
6663
6932
  }
6664
6933
  }
6665
6934
  },
6666
6935
  {
6667
- "name": "canAddProject",
6668
- "annotation": {
6669
- "type": "keyword",
6670
- "value": "boolean"
6671
- }
6672
- },
6673
- {
6674
- "name": "myLinks",
6936
+ "name": "commands",
6675
6937
  "annotation": {
6676
6938
  "type": "array",
6677
6939
  "elementType": {
6678
6940
  "type": "reference",
6679
6941
  "typeName": {
6680
6942
  "type": "identifier",
6681
- "name": "SidebarLink"
6943
+ "name": "Command"
6682
6944
  }
6683
6945
  }
6684
6946
  }
6685
6947
  },
6686
6948
  {
6687
- "name": "scope",
6688
- "annotation": {
6689
- "type": "union",
6690
- "types": [
6691
- {
6692
- "type": "jsLiteral",
6693
- "value": "default"
6694
- },
6695
- {
6696
- "type": "jsLiteral",
6697
- "value": "space"
6698
- }
6699
- ]
6700
- }
6701
- },
6702
- {
6703
- "name": "spaceNav",
6949
+ "name": "uploadOptions",
6704
6950
  "annotation": {
6705
6951
  "type": "reference",
6706
6952
  "typeName": {
6707
6953
  "type": "identifier",
6708
- "name": "SpaceNavProps"
6954
+ "name": "UploadOptions"
6709
6955
  }
6710
6956
  }
6711
6957
  }
6712
- ],
6713
- "events": [
6714
- {
6715
- "name": "logout",
6716
- "detail": {
6717
- "annotation": {
6718
- "type": "keyword",
6719
- "value": "void"
6720
- }
6721
- }
6722
- },
6723
- {
6724
- "name": "action.click",
6725
- "detail": {
6726
- "annotation": {
6727
- "type": "reference",
6728
- "typeName": {
6729
- "type": "identifier",
6730
- "name": "ActionClickDetail"
6731
- }
6732
- }
6733
- }
6734
- },
6735
- {
6736
- "name": "project.action.click",
6737
- "detail": {
6738
- "annotation": {
6739
- "type": "reference",
6740
- "typeName": {
6741
- "type": "identifier",
6742
- "name": "ProjectActionClickDetail"
6743
- }
6744
- }
6745
- }
6746
- },
6747
- {
6748
- "name": "add.project",
6749
- "detail": {
6750
- "annotation": {
6751
- "type": "keyword",
6752
- "value": "void"
6753
- }
6754
- }
6755
- },
6958
+ ],
6959
+ "events": [
6756
6960
  {
6757
- "name": "add.serviceflow",
6961
+ "name": "message.submit",
6758
6962
  "detail": {
6759
6963
  "annotation": {
6760
6964
  "type": "keyword",
6761
- "value": "void"
6965
+ "value": "string"
6762
6966
  }
6763
6967
  }
6764
6968
  },
6765
6969
  {
6766
- "name": "personal.action.click",
6970
+ "name": "chat.submit",
6767
6971
  "detail": {
6768
6972
  "annotation": {
6769
6973
  "type": "reference",
6770
6974
  "typeName": {
6771
6975
  "type": "identifier",
6772
- "name": "PersonalActionClickDetail"
6976
+ "name": "ChatPayload"
6773
6977
  }
6774
6978
  }
6775
6979
  }
@@ -6777,81 +6981,39 @@
6777
6981
  ],
6778
6982
  "methods": [
6779
6983
  {
6780
- "name": "pullHistory",
6984
+ "name": "setValue",
6781
6985
  "params": [
6782
6986
  {
6783
- "name": "delay",
6987
+ "name": "value",
6784
6988
  "annotation": {
6785
6989
  "type": "keyword",
6786
- "value": "number"
6990
+ "value": "string"
6787
6991
  }
6788
6992
  }
6789
6993
  ],
6790
6994
  "returns": {}
6791
6995
  },
6792
6996
  {
6793
- "name": "open",
6997
+ "name": "getValue",
6794
6998
  "params": [],
6795
6999
  "returns": {}
6796
7000
  },
6797
7001
  {
6798
- "name": "close",
7002
+ "name": "focusOnInput",
6799
7003
  "params": [],
6800
7004
  "returns": {}
6801
- },
6802
- {
6803
- "name": "removeProject",
6804
- "params": [
6805
- {
6806
- "name": "projectId",
6807
- "annotation": {
6808
- "type": "keyword",
6809
- "value": "string"
6810
- }
6811
- }
6812
- ],
6813
- "returns": {}
6814
- },
6815
- {
6816
- "name": "addProject",
6817
- "params": [
6818
- {
6819
- "name": "project",
6820
- "annotation": {
6821
- "type": "reference",
6822
- "typeName": {
6823
- "type": "identifier",
6824
- "name": "Project"
6825
- }
6826
- }
6827
- }
6828
- ],
6829
- "returns": {}
6830
- },
6831
- {
6832
- "name": "moveConversation",
6833
- "params": [
6834
- {
6835
- "name": "conversationId",
6836
- "annotation": {
6837
- "type": "keyword",
6838
- "value": "string"
6839
- }
6840
- }
6841
- ],
6842
- "returns": {}
6843
7005
  }
6844
7006
  ],
6845
7007
  "types": [
6846
7008
  {
6847
7009
  "type": "interface",
6848
- "name": "SidebarLink",
7010
+ "name": "AIEmployee",
6849
7011
  "body": [
6850
7012
  {
6851
7013
  "type": "propertySignature",
6852
7014
  "key": {
6853
7015
  "type": "identifier",
6854
- "name": "title"
7016
+ "name": "employeeId"
6855
7017
  },
6856
7018
  "annotation": {
6857
7019
  "type": "keyword",
@@ -6863,57 +7025,25 @@
6863
7025
  "type": "propertySignature",
6864
7026
  "key": {
6865
7027
  "type": "identifier",
6866
- "name": "url"
7028
+ "name": "name"
6867
7029
  },
6868
7030
  "annotation": {
6869
7031
  "type": "keyword",
6870
7032
  "value": "string"
6871
7033
  },
6872
7034
  "computed": false
6873
- },
6874
- {
6875
- "type": "propertySignature",
6876
- "key": {
6877
- "type": "identifier",
6878
- "name": "icon"
6879
- },
6880
- "annotation": {
6881
- "type": "reference",
6882
- "typeName": {
6883
- "type": "identifier",
6884
- "name": "GeneralIconProps"
6885
- }
6886
- },
6887
- "optional": true,
6888
- "computed": false
6889
- },
6890
- {
6891
- "type": "propertySignature",
6892
- "key": {
6893
- "type": "identifier",
6894
- "name": "activeIncludes"
6895
- },
6896
- "annotation": {
6897
- "type": "array",
6898
- "elementType": {
6899
- "type": "keyword",
6900
- "value": "string"
6901
- }
6902
- },
6903
- "optional": true,
6904
- "computed": false
6905
7035
  }
6906
7036
  ]
6907
7037
  },
6908
7038
  {
6909
7039
  "type": "interface",
6910
- "name": "SpaceNavProps",
7040
+ "name": "Command",
6911
7041
  "body": [
6912
7042
  {
6913
7043
  "type": "propertySignature",
6914
7044
  "key": {
6915
7045
  "type": "identifier",
6916
- "name": "returnUrl"
7046
+ "name": "label"
6917
7047
  },
6918
7048
  "annotation": {
6919
7049
  "type": "keyword",
@@ -6925,7 +7055,7 @@
6925
7055
  "type": "propertySignature",
6926
7056
  "key": {
6927
7057
  "type": "identifier",
6928
- "name": "introUrl"
7058
+ "name": "value"
6929
7059
  },
6930
7060
  "annotation": {
6931
7061
  "type": "keyword",
@@ -6937,54 +7067,11 @@
6937
7067
  "type": "propertySignature",
6938
7068
  "key": {
6939
7069
  "type": "identifier",
6940
- "name": "spaceDetail"
6941
- },
6942
- "annotation": {
6943
- "type": "typeLiteral",
6944
- "members": [
6945
- {
6946
- "type": "propertySignature",
6947
- "key": {
6948
- "type": "identifier",
6949
- "name": "instanceId"
6950
- },
6951
- "annotation": {
6952
- "type": "keyword",
6953
- "value": "string"
6954
- },
6955
- "computed": false
6956
- },
6957
- {
6958
- "type": "propertySignature",
6959
- "key": {
6960
- "type": "identifier",
6961
- "name": "name"
6962
- },
6963
- "annotation": {
6964
- "type": "keyword",
6965
- "value": "string"
6966
- },
6967
- "computed": false
6968
- }
6969
- ]
6970
- },
6971
- "computed": false
6972
- },
6973
- {
6974
- "type": "propertySignature",
6975
- "key": {
6976
- "type": "identifier",
6977
- "name": "spaceObjects"
7070
+ "name": "groupKey"
6978
7071
  },
6979
7072
  "annotation": {
6980
- "type": "array",
6981
- "elementType": {
6982
- "type": "reference",
6983
- "typeName": {
6984
- "type": "identifier",
6985
- "name": "SidebarLink"
6986
- }
6987
- }
7073
+ "type": "keyword",
7074
+ "value": "string"
6988
7075
  },
6989
7076
  "optional": true,
6990
7077
  "computed": false
@@ -6993,17 +7080,11 @@
6993
7080
  "type": "propertySignature",
6994
7081
  "key": {
6995
7082
  "type": "identifier",
6996
- "name": "spaceServiceflows"
7083
+ "name": "groupLabel"
6997
7084
  },
6998
7085
  "annotation": {
6999
- "type": "array",
7000
- "elementType": {
7001
- "type": "reference",
7002
- "typeName": {
7003
- "type": "identifier",
7004
- "name": "SidebarLink"
7005
- }
7006
- }
7086
+ "type": "keyword",
7087
+ "value": "string"
7007
7088
  },
7008
7089
  "optional": true,
7009
7090
  "computed": false
@@ -7012,7 +7093,7 @@
7012
7093
  "type": "propertySignature",
7013
7094
  "key": {
7014
7095
  "type": "identifier",
7015
- "name": "spaceLinks"
7096
+ "name": "subCommands"
7016
7097
  },
7017
7098
  "annotation": {
7018
7099
  "type": "array",
@@ -7020,335 +7101,254 @@
7020
7101
  "type": "reference",
7021
7102
  "typeName": {
7022
7103
  "type": "identifier",
7023
- "name": "SidebarLink"
7104
+ "name": "Command"
7024
7105
  }
7025
7106
  }
7026
7107
  },
7027
7108
  "optional": true,
7028
7109
  "computed": false
7029
- }
7030
- ]
7031
- },
7032
- {
7033
- "type": "interface",
7034
- "name": "ActionClickDetail",
7035
- "body": [
7036
- {
7037
- "type": "propertySignature",
7038
- "key": {
7039
- "type": "identifier",
7040
- "name": "action"
7041
- },
7042
- "annotation": {
7043
- "type": "intersection",
7044
- "types": [
7045
- {
7046
- "type": "reference",
7047
- "typeName": {
7048
- "type": "identifier",
7049
- "name": "SimpleActionType"
7050
- }
7051
- },
7052
- {
7053
- "type": "typeLiteral",
7054
- "members": [
7055
- {
7056
- "type": "propertySignature",
7057
- "key": {
7058
- "type": "identifier",
7059
- "name": "project"
7060
- },
7061
- "annotation": {
7062
- "type": "reference",
7063
- "typeName": {
7064
- "type": "identifier",
7065
- "name": "Project"
7066
- }
7067
- },
7068
- "optional": true,
7069
- "computed": false
7070
- }
7071
- ]
7072
- }
7073
- ]
7074
- },
7075
- "computed": false
7076
- },
7077
- {
7078
- "type": "propertySignature",
7079
- "key": {
7080
- "type": "identifier",
7081
- "name": "item"
7082
- },
7083
- "annotation": {
7084
- "type": "reference",
7085
- "typeName": {
7086
- "type": "identifier",
7087
- "name": "HistoryItem"
7088
- }
7089
- },
7090
- "computed": false
7091
7110
  },
7092
7111
  {
7093
7112
  "type": "propertySignature",
7094
7113
  "key": {
7095
7114
  "type": "identifier",
7096
- "name": "project"
7115
+ "name": "payload"
7097
7116
  },
7098
7117
  "annotation": {
7099
7118
  "type": "reference",
7100
7119
  "typeName": {
7101
7120
  "type": "identifier",
7102
- "name": "Project"
7121
+ "name": "CommandPayload"
7103
7122
  }
7104
7123
  },
7105
7124
  "optional": true,
7106
7125
  "computed": false
7107
7126
  }
7108
- ]
7109
- },
7110
- {
7111
- "type": "interface",
7112
- "name": "Project",
7113
- "body": [
7114
- {
7115
- "type": "propertySignature",
7116
- "key": {
7117
- "type": "identifier",
7118
- "name": "instanceId"
7119
- },
7120
- "annotation": {
7121
- "type": "keyword",
7122
- "value": "string"
7123
- },
7124
- "computed": false,
7125
- "description": "实例ID"
7126
- },
7127
+ ]
7128
+ },
7129
+ {
7130
+ "type": "interface",
7131
+ "name": "UploadOptions",
7132
+ "body": [
7127
7133
  {
7128
7134
  "type": "propertySignature",
7129
7135
  "key": {
7130
7136
  "type": "identifier",
7131
- "name": "name"
7137
+ "name": "enabled"
7132
7138
  },
7133
7139
  "annotation": {
7134
7140
  "type": "keyword",
7135
- "value": "string"
7141
+ "value": "boolean"
7136
7142
  },
7137
- "computed": false,
7138
- "description": "项目名称"
7143
+ "optional": true,
7144
+ "computed": false
7139
7145
  },
7140
7146
  {
7141
7147
  "type": "propertySignature",
7142
7148
  "key": {
7143
7149
  "type": "identifier",
7144
- "name": "description"
7150
+ "name": "dragDisabled"
7145
7151
  },
7146
7152
  "annotation": {
7147
7153
  "type": "keyword",
7148
- "value": "string"
7154
+ "value": "boolean"
7149
7155
  },
7150
- "computed": false,
7151
- "description": "项目描述"
7156
+ "optional": true,
7157
+ "computed": false
7152
7158
  },
7153
7159
  {
7154
7160
  "type": "propertySignature",
7155
7161
  "key": {
7156
7162
  "type": "identifier",
7157
- "name": "state"
7163
+ "name": "dragTips"
7158
7164
  },
7159
7165
  "annotation": {
7160
- "type": "union",
7161
- "types": [
7162
- {
7163
- "type": "jsLiteral",
7164
- "value": "active"
7165
- },
7166
- {
7167
- "type": "jsLiteral",
7168
- "value": "inactive"
7169
- }
7170
- ]
7166
+ "type": "keyword",
7167
+ "value": "string"
7171
7168
  },
7172
- "computed": false,
7173
- "description": "状态"
7169
+ "optional": true,
7170
+ "computed": false
7174
7171
  },
7175
7172
  {
7176
7173
  "type": "propertySignature",
7177
7174
  "key": {
7178
7175
  "type": "identifier",
7179
- "name": "defaultAiEmployeeId"
7176
+ "name": "accept"
7180
7177
  },
7181
7178
  "annotation": {
7182
7179
  "type": "keyword",
7183
7180
  "value": "string"
7184
7181
  },
7185
- "computed": false,
7186
- "description": "默认数字人ID"
7182
+ "optional": true,
7183
+ "computed": false
7187
7184
  },
7188
7185
  {
7189
7186
  "type": "propertySignature",
7190
7187
  "key": {
7191
7188
  "type": "identifier",
7192
- "name": "creator"
7189
+ "name": "maxFiles"
7193
7190
  },
7194
7191
  "annotation": {
7195
7192
  "type": "keyword",
7196
- "value": "string"
7193
+ "value": "number"
7197
7194
  },
7198
- "computed": false,
7199
- "description": "创建者"
7195
+ "optional": true,
7196
+ "computed": false
7200
7197
  },
7201
7198
  {
7202
7199
  "type": "propertySignature",
7203
7200
  "key": {
7204
7201
  "type": "identifier",
7205
- "name": "ctime"
7202
+ "name": "maxSize"
7206
7203
  },
7207
7204
  "annotation": {
7208
7205
  "type": "keyword",
7209
- "value": "string"
7206
+ "value": "number"
7210
7207
  },
7208
+ "optional": true,
7211
7209
  "computed": false,
7212
- "description": "创建时间"
7210
+ "description": "In bytes"
7213
7211
  },
7214
7212
  {
7215
7213
  "type": "propertySignature",
7216
7214
  "key": {
7217
7215
  "type": "identifier",
7218
- "name": "mtime"
7216
+ "name": "readableAccept"
7219
7217
  },
7220
7218
  "annotation": {
7221
7219
  "type": "keyword",
7222
7220
  "value": "string"
7223
7221
  },
7224
- "computed": false,
7225
- "description": "修改时间"
7222
+ "optional": true,
7223
+ "computed": false
7226
7224
  },
7227
7225
  {
7228
7226
  "type": "propertySignature",
7229
7227
  "key": {
7230
7228
  "type": "identifier",
7231
- "name": "modifier"
7229
+ "name": "readableMaxSize"
7232
7230
  },
7233
7231
  "annotation": {
7234
7232
  "type": "keyword",
7235
7233
  "value": "string"
7236
7234
  },
7237
- "computed": false,
7238
- "description": "修改者"
7235
+ "optional": true,
7236
+ "computed": false
7239
7237
  }
7240
7238
  ]
7241
7239
  },
7242
7240
  {
7243
7241
  "type": "interface",
7244
- "name": "HistoryItem",
7242
+ "name": "ChatPayload",
7245
7243
  "body": [
7246
7244
  {
7247
7245
  "type": "propertySignature",
7248
7246
  "key": {
7249
7247
  "type": "identifier",
7250
- "name": "conversationId"
7251
- },
7252
- "annotation": {
7253
- "type": "keyword",
7254
- "value": "string"
7255
- },
7256
- "computed": false
7257
- },
7258
- {
7259
- "type": "propertySignature",
7260
- "key": {
7261
- "type": "identifier",
7262
- "name": "title"
7248
+ "name": "content"
7263
7249
  },
7264
7250
  "annotation": {
7265
7251
  "type": "keyword",
7266
7252
  "value": "string"
7267
7253
  },
7268
7254
  "computed": false
7269
- },
7255
+ }
7256
+ ],
7257
+ "extends": [
7270
7258
  {
7271
- "type": "propertySignature",
7272
- "key": {
7259
+ "type": "expressionWithTypeArguments",
7260
+ "expression": {
7273
7261
  "type": "identifier",
7274
- "name": "startTime"
7275
- },
7276
- "annotation": {
7277
- "type": "keyword",
7278
- "value": "number"
7279
- },
7280
- "computed": false
7281
- },
7262
+ "name": "ExtraChatPayload"
7263
+ }
7264
+ }
7265
+ ]
7266
+ },
7267
+ {
7268
+ "type": "interface",
7269
+ "name": "ExtraChatPayload",
7270
+ "body": [
7282
7271
  {
7283
7272
  "type": "propertySignature",
7284
7273
  "key": {
7285
7274
  "type": "identifier",
7286
- "name": "state"
7275
+ "name": "files"
7287
7276
  },
7288
7277
  "annotation": {
7289
- "type": "reference",
7290
- "typeName": {
7291
- "type": "identifier",
7292
- "name": "ConversationState"
7278
+ "type": "array",
7279
+ "elementType": {
7280
+ "type": "reference",
7281
+ "typeName": {
7282
+ "type": "identifier",
7283
+ "name": "UploadFileInfo"
7284
+ }
7293
7285
  }
7294
7286
  },
7295
7287
  "optional": true,
7296
7288
  "computed": false
7297
- }
7298
- ]
7299
- },
7300
- {
7301
- "type": "interface",
7302
- "name": "ProjectActionClickDetail",
7303
- "body": [
7289
+ },
7304
7290
  {
7305
7291
  "type": "propertySignature",
7306
7292
  "key": {
7307
7293
  "type": "identifier",
7308
- "name": "action"
7294
+ "name": "cmd"
7309
7295
  },
7310
7296
  "annotation": {
7311
- "type": "reference",
7312
- "typeName": {
7313
- "type": "identifier",
7314
- "name": "SimpleActionType"
7315
- }
7297
+ "type": "union",
7298
+ "types": [
7299
+ {
7300
+ "type": "reference",
7301
+ "typeName": {
7302
+ "type": "identifier",
7303
+ "name": "CommandPayload"
7304
+ }
7305
+ },
7306
+ {
7307
+ "type": "keyword",
7308
+ "value": "null"
7309
+ }
7310
+ ]
7316
7311
  },
7312
+ "optional": true,
7317
7313
  "computed": false
7318
7314
  },
7319
7315
  {
7320
7316
  "type": "propertySignature",
7321
7317
  "key": {
7322
7318
  "type": "identifier",
7323
- "name": "project"
7319
+ "name": "aiEmployeeId"
7324
7320
  },
7325
7321
  "annotation": {
7326
- "type": "reference",
7327
- "typeName": {
7328
- "type": "identifier",
7329
- "name": "Project"
7330
- }
7322
+ "type": "union",
7323
+ "types": [
7324
+ {
7325
+ "type": "keyword",
7326
+ "value": "string"
7327
+ },
7328
+ {
7329
+ "type": "keyword",
7330
+ "value": "null"
7331
+ }
7332
+ ]
7331
7333
  },
7334
+ "optional": true,
7332
7335
  "computed": false
7333
7336
  }
7334
7337
  ]
7335
7338
  },
7336
7339
  {
7337
7340
  "type": "interface",
7338
- "name": "PersonalActionClickDetail",
7341
+ "name": "UploadFileInfo",
7339
7342
  "body": [
7340
7343
  {
7341
7344
  "type": "propertySignature",
7342
7345
  "key": {
7343
7346
  "type": "identifier",
7344
- "name": "action"
7347
+ "name": "fileId"
7345
7348
  },
7346
7349
  "annotation": {
7347
- "type": "reference",
7348
- "typeName": {
7349
- "type": "identifier",
7350
- "name": "SimpleActionType"
7351
- }
7350
+ "type": "keyword",
7351
+ "value": "string"
7352
7352
  },
7353
7353
  "computed": false
7354
7354
  }
@@ -7356,7 +7356,7 @@
7356
7356
  }
7357
7357
  ]
7358
7358
  },
7359
- "ai-portal.cruise-canvas": {
7359
+ "ai-portal.chat-stream": {
7360
7360
  "properties": [
7361
7361
  {
7362
7362
  "name": "conversationId",
@@ -7421,13 +7421,6 @@
7421
7421
  }
7422
7422
  }
7423
7423
  },
7424
- {
7425
- "name": "showHiddenJobs",
7426
- "annotation": {
7427
- "type": "keyword",
7428
- "value": "boolean"
7429
- }
7430
- },
7431
7424
  {
7432
7425
  "name": "showHumanActions",
7433
7426
  "annotation": {
@@ -7470,13 +7463,6 @@
7470
7463
  "value": "boolean"
7471
7464
  }
7472
7465
  },
7473
- {
7474
- "name": "showJsxEditor",
7475
- "annotation": {
7476
- "type": "keyword",
7477
- "value": "boolean"
7478
- }
7479
- },
7480
7466
  {
7481
7467
  "name": "previewUrlTemplate",
7482
7468
  "annotation": {
@@ -7517,13 +7503,6 @@
7517
7503
  "value": "string"
7518
7504
  }
7519
7505
  },
7520
- {
7521
- "name": "separateInstructions",
7522
- "annotation": {
7523
- "type": "keyword",
7524
- "value": "boolean"
7525
- }
7526
- },
7527
7506
  {
7528
7507
  "name": "aiEmployees",
7529
7508
  "annotation": {
@@ -7606,7 +7585,7 @@
7606
7585
  "detail": {
7607
7586
  "annotation": {
7608
7587
  "type": "jsLiteral",
7609
- "value": "chat"
7588
+ "value": "canvas"
7610
7589
  }
7611
7590
  }
7612
7591
  },
@@ -7621,6 +7600,15 @@
7621
7600
  }
7622
7601
  }
7623
7602
  }
7603
+ },
7604
+ {
7605
+ "name": "split.change",
7606
+ "detail": {
7607
+ "annotation": {
7608
+ "type": "keyword",
7609
+ "value": "boolean"
7610
+ }
7611
+ }
7624
7612
  }
7625
7613
  ],
7626
7614
  "methods": [
@@ -8691,7 +8679,7 @@
8691
8679
  }
8692
8680
  ]
8693
8681
  },
8694
- "ai-portal.chat-stream": {
8682
+ "ai-portal.cruise-canvas": {
8695
8683
  "properties": [
8696
8684
  {
8697
8685
  "name": "conversationId",
@@ -8756,6 +8744,13 @@
8756
8744
  }
8757
8745
  }
8758
8746
  },
8747
+ {
8748
+ "name": "showHiddenJobs",
8749
+ "annotation": {
8750
+ "type": "keyword",
8751
+ "value": "boolean"
8752
+ }
8753
+ },
8759
8754
  {
8760
8755
  "name": "showHumanActions",
8761
8756
  "annotation": {
@@ -8798,6 +8793,13 @@
8798
8793
  "value": "boolean"
8799
8794
  }
8800
8795
  },
8796
+ {
8797
+ "name": "showJsxEditor",
8798
+ "annotation": {
8799
+ "type": "keyword",
8800
+ "value": "boolean"
8801
+ }
8802
+ },
8801
8803
  {
8802
8804
  "name": "previewUrlTemplate",
8803
8805
  "annotation": {
@@ -8838,6 +8840,13 @@
8838
8840
  "value": "string"
8839
8841
  }
8840
8842
  },
8843
+ {
8844
+ "name": "separateInstructions",
8845
+ "annotation": {
8846
+ "type": "keyword",
8847
+ "value": "boolean"
8848
+ }
8849
+ },
8841
8850
  {
8842
8851
  "name": "aiEmployees",
8843
8852
  "annotation": {
@@ -8920,7 +8929,7 @@
8920
8929
  "detail": {
8921
8930
  "annotation": {
8922
8931
  "type": "jsLiteral",
8923
- "value": "canvas"
8932
+ "value": "chat"
8924
8933
  }
8925
8934
  }
8926
8935
  },
@@ -8935,15 +8944,6 @@
8935
8944
  }
8936
8945
  }
8937
8946
  }
8938
- },
8939
- {
8940
- "name": "split.change",
8941
- "detail": {
8942
- "annotation": {
8943
- "type": "keyword",
8944
- "value": "boolean"
8945
- }
8946
- }
8947
8947
  }
8948
8948
  ],
8949
8949
  "methods": [