@next-bricks/ai-portal 0.63.4 → 0.63.6
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/bricks.json +54 -54
- package/dist/chunks/{1447.1763ddd6.js → 1447.32e6384d.js} +2 -2
- package/dist/chunks/1447.32e6384d.js.map +1 -0
- package/dist/chunks/4820.2f5fb327.js +2 -0
- package/dist/chunks/4820.2f5fb327.js.map +1 -0
- package/dist/chunks/7059.912e3307.js +3 -0
- package/dist/chunks/7059.912e3307.js.map +1 -0
- package/dist/chunks/9273.a031c62f.js +2 -0
- package/dist/chunks/9273.a031c62f.js.map +1 -0
- package/dist/chunks/chat-input.eb5871d4.js +3 -0
- package/dist/chunks/chat-input.eb5871d4.js.map +1 -0
- package/dist/chunks/chat-panel.d783204f.js +2 -0
- package/dist/chunks/chat-panel.d783204f.js.map +1 -0
- package/dist/chunks/{main.98f78384.js → main.ae8bf1bb.js} +2 -2
- package/dist/chunks/{main.98f78384.js.map → main.ae8bf1bb.js.map} +1 -1
- package/dist/chunks/page-container.2185f2e0.js +2 -0
- package/dist/chunks/page-container.2185f2e0.js.map +1 -0
- package/dist/examples.json +20 -20
- package/dist/{index.0a95c745.js → index.49603b89.js} +2 -2
- package/dist/{index.0a95c745.js.map → index.49603b89.js.map} +1 -1
- package/dist/manifest.json +434 -430
- package/dist/types.json +1307 -1261
- package/dist-types/chat-input/index.d.ts +2 -0
- package/dist-types/elevo-sidebar/SpaceNav.d.ts +4 -0
- package/package.json +2 -2
- package/dist/chunks/1447.1763ddd6.js.map +0 -1
- package/dist/chunks/4820.b37e15a6.js +0 -2
- package/dist/chunks/4820.b37e15a6.js.map +0 -1
- package/dist/chunks/7059.bdb0d78e.js +0 -3
- package/dist/chunks/7059.bdb0d78e.js.map +0 -1
- package/dist/chunks/9273.fbb69eb2.js +0 -2
- package/dist/chunks/9273.fbb69eb2.js.map +0 -1
- package/dist/chunks/chat-input.4f3de173.js +0 -3
- package/dist/chunks/chat-input.4f3de173.js.map +0 -1
- package/dist/chunks/chat-panel.e7f29b08.js +0 -2
- package/dist/chunks/chat-panel.e7f29b08.js.map +0 -1
- package/dist/chunks/page-container.068df693.js +0 -2
- package/dist/chunks/page-container.068df693.js.map +0 -1
- /package/dist/chunks/{7059.bdb0d78e.js.LICENSE.txt → 7059.912e3307.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{chat-input.4f3de173.js.LICENSE.txt → chat-input.eb5871d4.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,17 +1,4 @@
|
|
|
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
|
-
},
|
|
15
2
|
"ai-portal.icon-button": {
|
|
16
3
|
"properties": [
|
|
17
4
|
{
|
|
@@ -235,6 +222,62 @@
|
|
|
235
222
|
"events": [],
|
|
236
223
|
"methods": []
|
|
237
224
|
},
|
|
225
|
+
"ai-portal.call-tool": {
|
|
226
|
+
"type": "provider",
|
|
227
|
+
"params": [
|
|
228
|
+
{
|
|
229
|
+
"name": "tool",
|
|
230
|
+
"annotation": {
|
|
231
|
+
"type": "reference",
|
|
232
|
+
"typeName": {
|
|
233
|
+
"type": "identifier",
|
|
234
|
+
"name": "ToolInfo"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "params",
|
|
240
|
+
"annotation": {
|
|
241
|
+
"type": "reference",
|
|
242
|
+
"typeName": {
|
|
243
|
+
"type": "identifier",
|
|
244
|
+
"name": "Record"
|
|
245
|
+
},
|
|
246
|
+
"typeParameters": {
|
|
247
|
+
"type": "typeParameterInstantiation",
|
|
248
|
+
"params": [
|
|
249
|
+
{
|
|
250
|
+
"type": "keyword",
|
|
251
|
+
"value": "string"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"type": "keyword",
|
|
255
|
+
"value": "unknown"
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"returns": {
|
|
263
|
+
"annotation": {
|
|
264
|
+
"type": "reference",
|
|
265
|
+
"typeName": {
|
|
266
|
+
"type": "identifier",
|
|
267
|
+
"name": "Promise"
|
|
268
|
+
},
|
|
269
|
+
"typeParameters": {
|
|
270
|
+
"type": "typeParameterInstantiation",
|
|
271
|
+
"params": [
|
|
272
|
+
{
|
|
273
|
+
"type": "keyword",
|
|
274
|
+
"value": "unknown"
|
|
275
|
+
}
|
|
276
|
+
]
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
},
|
|
238
281
|
"ai-portal.save-request-store": {
|
|
239
282
|
"type": "provider",
|
|
240
283
|
"params": [
|
|
@@ -1544,62 +1587,6 @@
|
|
|
1544
1587
|
}
|
|
1545
1588
|
}
|
|
1546
1589
|
},
|
|
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
|
-
},
|
|
1603
1590
|
"ai-portal.set-chat-command": {
|
|
1604
1591
|
"type": "provider",
|
|
1605
1592
|
"params": [
|
|
@@ -1844,6 +1831,19 @@
|
|
|
1844
1831
|
}
|
|
1845
1832
|
]
|
|
1846
1833
|
},
|
|
1834
|
+
"ai-portal.home-container": {
|
|
1835
|
+
"properties": [
|
|
1836
|
+
{
|
|
1837
|
+
"name": "sticky",
|
|
1838
|
+
"annotation": {
|
|
1839
|
+
"type": "keyword",
|
|
1840
|
+
"value": "boolean"
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
],
|
|
1844
|
+
"events": [],
|
|
1845
|
+
"methods": []
|
|
1846
|
+
},
|
|
1847
1847
|
"ai-portal.elevo-logo": {
|
|
1848
1848
|
"properties": [],
|
|
1849
1849
|
"events": [],
|
|
@@ -2173,7 +2173,7 @@
|
|
|
2173
2173
|
}
|
|
2174
2174
|
]
|
|
2175
2175
|
},
|
|
2176
|
-
"ai-portal.
|
|
2176
|
+
"ai-portal.show-cases": {
|
|
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": "
|
|
2186
|
+
"name": "ShowCaseType"
|
|
2187
2187
|
}
|
|
2188
2188
|
}
|
|
2189
2189
|
}
|
|
2190
2190
|
},
|
|
2191
2191
|
{
|
|
2192
|
-
"name": "
|
|
2192
|
+
"name": "limit",
|
|
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": "
|
|
2204
|
+
"name": "ShowCaseType",
|
|
2205
2205
|
"body": [
|
|
2206
2206
|
{
|
|
2207
2207
|
"type": "propertySignature",
|
|
2208
2208
|
"key": {
|
|
2209
2209
|
"type": "identifier",
|
|
2210
|
-
"name": "
|
|
2210
|
+
"name": "conversationId"
|
|
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": "
|
|
2234
|
+
"name": "summary"
|
|
2235
2235
|
},
|
|
2236
2236
|
"annotation": {
|
|
2237
2237
|
"type": "keyword",
|
|
@@ -2243,44 +2243,7 @@
|
|
|
2243
2243
|
"type": "propertySignature",
|
|
2244
2244
|
"key": {
|
|
2245
2245
|
"type": "identifier",
|
|
2246
|
-
"name": "
|
|
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"
|
|
2246
|
+
"name": "scenario"
|
|
2284
2247
|
},
|
|
2285
2248
|
"annotation": {
|
|
2286
2249
|
"type": "keyword",
|
|
@@ -2292,19 +2255,20 @@
|
|
|
2292
2255
|
"type": "propertySignature",
|
|
2293
2256
|
"key": {
|
|
2294
2257
|
"type": "identifier",
|
|
2295
|
-
"name": "
|
|
2258
|
+
"name": "url"
|
|
2296
2259
|
},
|
|
2297
2260
|
"annotation": {
|
|
2298
2261
|
"type": "keyword",
|
|
2299
2262
|
"value": "string"
|
|
2300
2263
|
},
|
|
2264
|
+
"optional": true,
|
|
2301
2265
|
"computed": false
|
|
2302
2266
|
}
|
|
2303
2267
|
]
|
|
2304
2268
|
}
|
|
2305
2269
|
]
|
|
2306
2270
|
},
|
|
2307
|
-
"ai-portal.
|
|
2271
|
+
"ai-portal.mcp-tools": {
|
|
2308
2272
|
"properties": [
|
|
2309
2273
|
{
|
|
2310
2274
|
"name": "list",
|
|
@@ -2314,13 +2278,13 @@
|
|
|
2314
2278
|
"type": "reference",
|
|
2315
2279
|
"typeName": {
|
|
2316
2280
|
"type": "identifier",
|
|
2317
|
-
"name": "
|
|
2281
|
+
"name": "McpTool"
|
|
2318
2282
|
}
|
|
2319
2283
|
}
|
|
2320
2284
|
}
|
|
2321
2285
|
},
|
|
2322
2286
|
{
|
|
2323
|
-
"name": "
|
|
2287
|
+
"name": "stickyTop",
|
|
2324
2288
|
"annotation": {
|
|
2325
2289
|
"type": "keyword",
|
|
2326
2290
|
"value": "number"
|
|
@@ -2332,13 +2296,13 @@
|
|
|
2332
2296
|
"types": [
|
|
2333
2297
|
{
|
|
2334
2298
|
"type": "interface",
|
|
2335
|
-
"name": "
|
|
2299
|
+
"name": "McpTool",
|
|
2336
2300
|
"body": [
|
|
2337
2301
|
{
|
|
2338
2302
|
"type": "propertySignature",
|
|
2339
2303
|
"key": {
|
|
2340
2304
|
"type": "identifier",
|
|
2341
|
-
"name": "
|
|
2305
|
+
"name": "name"
|
|
2342
2306
|
},
|
|
2343
2307
|
"annotation": {
|
|
2344
2308
|
"type": "keyword",
|
|
@@ -2362,7 +2326,7 @@
|
|
|
2362
2326
|
"type": "propertySignature",
|
|
2363
2327
|
"key": {
|
|
2364
2328
|
"type": "identifier",
|
|
2365
|
-
"name": "
|
|
2329
|
+
"name": "description"
|
|
2366
2330
|
},
|
|
2367
2331
|
"annotation": {
|
|
2368
2332
|
"type": "keyword",
|
|
@@ -2374,7 +2338,44 @@
|
|
|
2374
2338
|
"type": "propertySignature",
|
|
2375
2339
|
"key": {
|
|
2376
2340
|
"type": "identifier",
|
|
2377
|
-
"name": "
|
|
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"
|
|
2378
2379
|
},
|
|
2379
2380
|
"annotation": {
|
|
2380
2381
|
"type": "keyword",
|
|
@@ -2386,20 +2387,19 @@
|
|
|
2386
2387
|
"type": "propertySignature",
|
|
2387
2388
|
"key": {
|
|
2388
2389
|
"type": "identifier",
|
|
2389
|
-
"name": "
|
|
2390
|
+
"name": "name"
|
|
2390
2391
|
},
|
|
2391
2392
|
"annotation": {
|
|
2392
2393
|
"type": "keyword",
|
|
2393
2394
|
"value": "string"
|
|
2394
2395
|
},
|
|
2395
|
-
"optional": true,
|
|
2396
2396
|
"computed": false
|
|
2397
2397
|
}
|
|
2398
2398
|
]
|
|
2399
2399
|
}
|
|
2400
2400
|
]
|
|
2401
2401
|
},
|
|
2402
|
-
"ai-portal.ai-
|
|
2402
|
+
"ai-portal.ai-agents": {
|
|
2403
2403
|
"properties": [
|
|
2404
2404
|
{
|
|
2405
2405
|
"name": "list",
|
|
@@ -2409,33 +2409,23 @@
|
|
|
2409
2409
|
"type": "reference",
|
|
2410
2410
|
"typeName": {
|
|
2411
2411
|
"type": "identifier",
|
|
2412
|
-
"name": "
|
|
2412
|
+
"name": "Agent"
|
|
2413
2413
|
}
|
|
2414
2414
|
}
|
|
2415
2415
|
}
|
|
2416
2416
|
},
|
|
2417
2417
|
{
|
|
2418
|
-
"name": "
|
|
2419
|
-
"annotation": {
|
|
2420
|
-
"type": "array",
|
|
2421
|
-
"elementType": {
|
|
2422
|
-
"type": "keyword",
|
|
2423
|
-
"value": "string"
|
|
2424
|
-
}
|
|
2425
|
-
}
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"name": "urlTemplate",
|
|
2418
|
+
"name": "urlTemplate",
|
|
2429
2419
|
"annotation": {
|
|
2430
2420
|
"type": "keyword",
|
|
2431
2421
|
"value": "string"
|
|
2432
2422
|
}
|
|
2433
2423
|
},
|
|
2434
2424
|
{
|
|
2435
|
-
"name": "
|
|
2425
|
+
"name": "withContainer",
|
|
2436
2426
|
"annotation": {
|
|
2437
2427
|
"type": "keyword",
|
|
2438
|
-
"value": "
|
|
2428
|
+
"value": "boolean"
|
|
2439
2429
|
}
|
|
2440
2430
|
}
|
|
2441
2431
|
],
|
|
@@ -2444,7 +2434,7 @@
|
|
|
2444
2434
|
"types": [
|
|
2445
2435
|
{
|
|
2446
2436
|
"type": "interface",
|
|
2447
|
-
"name": "
|
|
2437
|
+
"name": "Agent",
|
|
2448
2438
|
"body": [
|
|
2449
2439
|
{
|
|
2450
2440
|
"type": "propertySignature",
|
|
@@ -2462,19 +2452,7 @@
|
|
|
2462
2452
|
"type": "propertySignature",
|
|
2463
2453
|
"key": {
|
|
2464
2454
|
"type": "identifier",
|
|
2465
|
-
"name": "
|
|
2466
|
-
},
|
|
2467
|
-
"annotation": {
|
|
2468
|
-
"type": "keyword",
|
|
2469
|
-
"value": "string"
|
|
2470
|
-
},
|
|
2471
|
-
"computed": false
|
|
2472
|
-
},
|
|
2473
|
-
{
|
|
2474
|
-
"type": "propertySignature",
|
|
2475
|
-
"key": {
|
|
2476
|
-
"type": "identifier",
|
|
2477
|
-
"name": "role"
|
|
2455
|
+
"name": "description"
|
|
2478
2456
|
},
|
|
2479
2457
|
"annotation": {
|
|
2480
2458
|
"type": "keyword",
|
|
@@ -2486,23 +2464,30 @@
|
|
|
2486
2464
|
"type": "propertySignature",
|
|
2487
2465
|
"key": {
|
|
2488
2466
|
"type": "identifier",
|
|
2489
|
-
"name": "
|
|
2467
|
+
"name": "icon"
|
|
2490
2468
|
},
|
|
2491
2469
|
"annotation": {
|
|
2492
|
-
"type": "
|
|
2493
|
-
"
|
|
2470
|
+
"type": "reference",
|
|
2471
|
+
"typeName": {
|
|
2472
|
+
"type": "identifier",
|
|
2473
|
+
"name": "GeneralIconProps"
|
|
2474
|
+
}
|
|
2494
2475
|
},
|
|
2476
|
+
"optional": true,
|
|
2495
2477
|
"computed": false
|
|
2496
2478
|
},
|
|
2497
2479
|
{
|
|
2498
2480
|
"type": "propertySignature",
|
|
2499
2481
|
"key": {
|
|
2500
2482
|
"type": "identifier",
|
|
2501
|
-
"name": "
|
|
2483
|
+
"name": "tags"
|
|
2502
2484
|
},
|
|
2503
2485
|
"annotation": {
|
|
2504
|
-
"type": "
|
|
2505
|
-
"
|
|
2486
|
+
"type": "array",
|
|
2487
|
+
"elementType": {
|
|
2488
|
+
"type": "keyword",
|
|
2489
|
+
"value": "string"
|
|
2490
|
+
}
|
|
2506
2491
|
},
|
|
2507
2492
|
"optional": true,
|
|
2508
2493
|
"computed": false
|
|
@@ -2511,7 +2496,7 @@
|
|
|
2511
2496
|
}
|
|
2512
2497
|
]
|
|
2513
2498
|
},
|
|
2514
|
-
"ai-portal.ai-
|
|
2499
|
+
"ai-portal.ai-employees": {
|
|
2515
2500
|
"properties": [
|
|
2516
2501
|
{
|
|
2517
2502
|
"name": "list",
|
|
@@ -2521,11 +2506,21 @@
|
|
|
2521
2506
|
"type": "reference",
|
|
2522
2507
|
"typeName": {
|
|
2523
2508
|
"type": "identifier",
|
|
2524
|
-
"name": "
|
|
2509
|
+
"name": "Employee"
|
|
2525
2510
|
}
|
|
2526
2511
|
}
|
|
2527
2512
|
}
|
|
2528
2513
|
},
|
|
2514
|
+
{
|
|
2515
|
+
"name": "industries",
|
|
2516
|
+
"annotation": {
|
|
2517
|
+
"type": "array",
|
|
2518
|
+
"elementType": {
|
|
2519
|
+
"type": "keyword",
|
|
2520
|
+
"value": "string"
|
|
2521
|
+
}
|
|
2522
|
+
}
|
|
2523
|
+
},
|
|
2529
2524
|
{
|
|
2530
2525
|
"name": "urlTemplate",
|
|
2531
2526
|
"annotation": {
|
|
@@ -2534,10 +2529,10 @@
|
|
|
2534
2529
|
}
|
|
2535
2530
|
},
|
|
2536
2531
|
{
|
|
2537
|
-
"name": "
|
|
2532
|
+
"name": "stickyTop",
|
|
2538
2533
|
"annotation": {
|
|
2539
2534
|
"type": "keyword",
|
|
2540
|
-
"value": "
|
|
2535
|
+
"value": "number"
|
|
2541
2536
|
}
|
|
2542
2537
|
}
|
|
2543
2538
|
],
|
|
@@ -2546,7 +2541,7 @@
|
|
|
2546
2541
|
"types": [
|
|
2547
2542
|
{
|
|
2548
2543
|
"type": "interface",
|
|
2549
|
-
"name": "
|
|
2544
|
+
"name": "Employee",
|
|
2550
2545
|
"body": [
|
|
2551
2546
|
{
|
|
2552
2547
|
"type": "propertySignature",
|
|
@@ -2564,7 +2559,7 @@
|
|
|
2564
2559
|
"type": "propertySignature",
|
|
2565
2560
|
"key": {
|
|
2566
2561
|
"type": "identifier",
|
|
2567
|
-
"name": "
|
|
2562
|
+
"name": "industry"
|
|
2568
2563
|
},
|
|
2569
2564
|
"annotation": {
|
|
2570
2565
|
"type": "keyword",
|
|
@@ -2576,30 +2571,35 @@
|
|
|
2576
2571
|
"type": "propertySignature",
|
|
2577
2572
|
"key": {
|
|
2578
2573
|
"type": "identifier",
|
|
2579
|
-
"name": "
|
|
2574
|
+
"name": "role"
|
|
2580
2575
|
},
|
|
2581
2576
|
"annotation": {
|
|
2582
|
-
"type": "
|
|
2583
|
-
"
|
|
2584
|
-
"type": "identifier",
|
|
2585
|
-
"name": "GeneralIconProps"
|
|
2586
|
-
}
|
|
2577
|
+
"type": "keyword",
|
|
2578
|
+
"value": "string"
|
|
2587
2579
|
},
|
|
2588
|
-
"optional": true,
|
|
2589
2580
|
"computed": false
|
|
2590
2581
|
},
|
|
2591
2582
|
{
|
|
2592
2583
|
"type": "propertySignature",
|
|
2593
2584
|
"key": {
|
|
2594
2585
|
"type": "identifier",
|
|
2595
|
-
"name": "
|
|
2586
|
+
"name": "description"
|
|
2596
2587
|
},
|
|
2597
2588
|
"annotation": {
|
|
2598
|
-
"type": "
|
|
2599
|
-
"
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2589
|
+
"type": "keyword",
|
|
2590
|
+
"value": "string"
|
|
2591
|
+
},
|
|
2592
|
+
"computed": false
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"type": "propertySignature",
|
|
2596
|
+
"key": {
|
|
2597
|
+
"type": "identifier",
|
|
2598
|
+
"name": "avatar"
|
|
2599
|
+
},
|
|
2600
|
+
"annotation": {
|
|
2601
|
+
"type": "keyword",
|
|
2602
|
+
"value": "string"
|
|
2603
2603
|
},
|
|
2604
2604
|
"optional": true,
|
|
2605
2605
|
"computed": false
|
|
@@ -2797,124 +2797,6 @@
|
|
|
2797
2797
|
"events": [],
|
|
2798
2798
|
"methods": []
|
|
2799
2799
|
},
|
|
2800
|
-
"ai-portal.action-buttons": {
|
|
2801
|
-
"properties": [
|
|
2802
|
-
{
|
|
2803
|
-
"name": "items",
|
|
2804
|
-
"annotation": {
|
|
2805
|
-
"type": "array",
|
|
2806
|
-
"elementType": {
|
|
2807
|
-
"type": "reference",
|
|
2808
|
-
"typeName": {
|
|
2809
|
-
"type": "identifier",
|
|
2810
|
-
"name": "ActionItem"
|
|
2811
|
-
}
|
|
2812
|
-
}
|
|
2813
|
-
}
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
"name": "activeKey",
|
|
2817
|
-
"annotation": {
|
|
2818
|
-
"type": "union",
|
|
2819
|
-
"types": [
|
|
2820
|
-
{
|
|
2821
|
-
"type": "keyword",
|
|
2822
|
-
"value": "string"
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"type": "keyword",
|
|
2826
|
-
"value": "null"
|
|
2827
|
-
}
|
|
2828
|
-
]
|
|
2829
|
-
}
|
|
2830
|
-
}
|
|
2831
|
-
],
|
|
2832
|
-
"events": [
|
|
2833
|
-
{
|
|
2834
|
-
"name": "change",
|
|
2835
|
-
"detail": {
|
|
2836
|
-
"annotation": {
|
|
2837
|
-
"type": "union",
|
|
2838
|
-
"types": [
|
|
2839
|
-
{
|
|
2840
|
-
"type": "reference",
|
|
2841
|
-
"typeName": {
|
|
2842
|
-
"type": "identifier",
|
|
2843
|
-
"name": "ActionItem"
|
|
2844
|
-
}
|
|
2845
|
-
},
|
|
2846
|
-
{
|
|
2847
|
-
"type": "keyword",
|
|
2848
|
-
"value": "null"
|
|
2849
|
-
}
|
|
2850
|
-
]
|
|
2851
|
-
}
|
|
2852
|
-
}
|
|
2853
|
-
}
|
|
2854
|
-
],
|
|
2855
|
-
"methods": [],
|
|
2856
|
-
"types": [
|
|
2857
|
-
{
|
|
2858
|
-
"type": "interface",
|
|
2859
|
-
"name": "ActionItem",
|
|
2860
|
-
"body": [
|
|
2861
|
-
{
|
|
2862
|
-
"type": "propertySignature",
|
|
2863
|
-
"key": {
|
|
2864
|
-
"type": "identifier",
|
|
2865
|
-
"name": "text"
|
|
2866
|
-
},
|
|
2867
|
-
"annotation": {
|
|
2868
|
-
"type": "keyword",
|
|
2869
|
-
"value": "string"
|
|
2870
|
-
},
|
|
2871
|
-
"computed": false
|
|
2872
|
-
},
|
|
2873
|
-
{
|
|
2874
|
-
"type": "propertySignature",
|
|
2875
|
-
"key": {
|
|
2876
|
-
"type": "identifier",
|
|
2877
|
-
"name": "key"
|
|
2878
|
-
},
|
|
2879
|
-
"annotation": {
|
|
2880
|
-
"type": "keyword",
|
|
2881
|
-
"value": "string"
|
|
2882
|
-
},
|
|
2883
|
-
"computed": false
|
|
2884
|
-
},
|
|
2885
|
-
{
|
|
2886
|
-
"type": "propertySignature",
|
|
2887
|
-
"key": {
|
|
2888
|
-
"type": "identifier",
|
|
2889
|
-
"name": "icon"
|
|
2890
|
-
},
|
|
2891
|
-
"annotation": {
|
|
2892
|
-
"type": "reference",
|
|
2893
|
-
"typeName": {
|
|
2894
|
-
"type": "identifier",
|
|
2895
|
-
"name": "GeneralIconProps"
|
|
2896
|
-
}
|
|
2897
|
-
},
|
|
2898
|
-
"optional": true,
|
|
2899
|
-
"computed": false
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"type": "propertySignature",
|
|
2903
|
-
"key": {
|
|
2904
|
-
"type": "identifier",
|
|
2905
|
-
"name": "hidden"
|
|
2906
|
-
},
|
|
2907
|
-
"annotation": {
|
|
2908
|
-
"type": "keyword",
|
|
2909
|
-
"value": "boolean"
|
|
2910
|
-
},
|
|
2911
|
-
"optional": true,
|
|
2912
|
-
"computed": false
|
|
2913
|
-
}
|
|
2914
|
-
]
|
|
2915
|
-
}
|
|
2916
|
-
]
|
|
2917
|
-
},
|
|
2918
2800
|
"ai-portal.project-conversations": {
|
|
2919
2801
|
"properties": [
|
|
2920
2802
|
{
|
|
@@ -3141,59 +3023,177 @@
|
|
|
3141
3023
|
}
|
|
3142
3024
|
]
|
|
3143
3025
|
},
|
|
3144
|
-
"ai-portal.
|
|
3026
|
+
"ai-portal.action-buttons": {
|
|
3145
3027
|
"properties": [
|
|
3146
3028
|
{
|
|
3147
|
-
"name": "
|
|
3029
|
+
"name": "items",
|
|
3148
3030
|
"annotation": {
|
|
3149
3031
|
"type": "array",
|
|
3150
3032
|
"elementType": {
|
|
3151
3033
|
"type": "reference",
|
|
3152
3034
|
"typeName": {
|
|
3153
3035
|
"type": "identifier",
|
|
3154
|
-
"name": "
|
|
3036
|
+
"name": "ActionItem"
|
|
3155
3037
|
}
|
|
3156
3038
|
}
|
|
3157
3039
|
}
|
|
3158
3040
|
},
|
|
3159
3041
|
{
|
|
3160
|
-
"name": "
|
|
3161
|
-
"annotation": {
|
|
3162
|
-
"type": "keyword",
|
|
3163
|
-
"value": "string"
|
|
3164
|
-
}
|
|
3165
|
-
}
|
|
3166
|
-
],
|
|
3167
|
-
"events": [],
|
|
3168
|
-
"methods": [],
|
|
3169
|
-
"types": [
|
|
3170
|
-
{
|
|
3171
|
-
"type": "typeAlias",
|
|
3172
|
-
"name": "Activity",
|
|
3042
|
+
"name": "activeKey",
|
|
3173
3043
|
"annotation": {
|
|
3174
3044
|
"type": "union",
|
|
3175
3045
|
"types": [
|
|
3176
3046
|
{
|
|
3177
|
-
"type": "
|
|
3178
|
-
"
|
|
3179
|
-
"type": "identifier",
|
|
3180
|
-
"name": "ActivityOfCreateGoal"
|
|
3181
|
-
}
|
|
3182
|
-
},
|
|
3183
|
-
{
|
|
3184
|
-
"type": "reference",
|
|
3185
|
-
"typeName": {
|
|
3186
|
-
"type": "identifier",
|
|
3187
|
-
"name": "ActivityOfEditGoal"
|
|
3188
|
-
}
|
|
3047
|
+
"type": "keyword",
|
|
3048
|
+
"value": "string"
|
|
3189
3049
|
},
|
|
3190
3050
|
{
|
|
3191
|
-
"type": "
|
|
3192
|
-
"
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3051
|
+
"type": "keyword",
|
|
3052
|
+
"value": "null"
|
|
3053
|
+
}
|
|
3054
|
+
]
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
],
|
|
3058
|
+
"events": [
|
|
3059
|
+
{
|
|
3060
|
+
"name": "change",
|
|
3061
|
+
"detail": {
|
|
3062
|
+
"annotation": {
|
|
3063
|
+
"type": "union",
|
|
3064
|
+
"types": [
|
|
3065
|
+
{
|
|
3066
|
+
"type": "reference",
|
|
3067
|
+
"typeName": {
|
|
3068
|
+
"type": "identifier",
|
|
3069
|
+
"name": "ActionItem"
|
|
3070
|
+
}
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"type": "keyword",
|
|
3074
|
+
"value": "null"
|
|
3075
|
+
}
|
|
3076
|
+
]
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
3079
|
+
}
|
|
3080
|
+
],
|
|
3081
|
+
"methods": [],
|
|
3082
|
+
"types": [
|
|
3083
|
+
{
|
|
3084
|
+
"type": "interface",
|
|
3085
|
+
"name": "ActionItem",
|
|
3086
|
+
"body": [
|
|
3087
|
+
{
|
|
3088
|
+
"type": "propertySignature",
|
|
3089
|
+
"key": {
|
|
3090
|
+
"type": "identifier",
|
|
3091
|
+
"name": "text"
|
|
3092
|
+
},
|
|
3093
|
+
"annotation": {
|
|
3094
|
+
"type": "keyword",
|
|
3095
|
+
"value": "string"
|
|
3096
|
+
},
|
|
3097
|
+
"computed": false
|
|
3098
|
+
},
|
|
3099
|
+
{
|
|
3100
|
+
"type": "propertySignature",
|
|
3101
|
+
"key": {
|
|
3102
|
+
"type": "identifier",
|
|
3103
|
+
"name": "key"
|
|
3104
|
+
},
|
|
3105
|
+
"annotation": {
|
|
3106
|
+
"type": "keyword",
|
|
3107
|
+
"value": "string"
|
|
3108
|
+
},
|
|
3109
|
+
"computed": false
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"type": "propertySignature",
|
|
3113
|
+
"key": {
|
|
3114
|
+
"type": "identifier",
|
|
3115
|
+
"name": "icon"
|
|
3116
|
+
},
|
|
3117
|
+
"annotation": {
|
|
3118
|
+
"type": "reference",
|
|
3119
|
+
"typeName": {
|
|
3120
|
+
"type": "identifier",
|
|
3121
|
+
"name": "GeneralIconProps"
|
|
3122
|
+
}
|
|
3123
|
+
},
|
|
3124
|
+
"optional": true,
|
|
3125
|
+
"computed": false
|
|
3126
|
+
},
|
|
3127
|
+
{
|
|
3128
|
+
"type": "propertySignature",
|
|
3129
|
+
"key": {
|
|
3130
|
+
"type": "identifier",
|
|
3131
|
+
"name": "hidden"
|
|
3132
|
+
},
|
|
3133
|
+
"annotation": {
|
|
3134
|
+
"type": "keyword",
|
|
3135
|
+
"value": "boolean"
|
|
3136
|
+
},
|
|
3137
|
+
"optional": true,
|
|
3138
|
+
"computed": false
|
|
3139
|
+
}
|
|
3140
|
+
]
|
|
3141
|
+
}
|
|
3142
|
+
]
|
|
3143
|
+
},
|
|
3144
|
+
"ai-portal.activity-timeline": {
|
|
3145
|
+
"properties": [
|
|
3146
|
+
{
|
|
3147
|
+
"name": "list",
|
|
3148
|
+
"annotation": {
|
|
3149
|
+
"type": "array",
|
|
3150
|
+
"elementType": {
|
|
3151
|
+
"type": "reference",
|
|
3152
|
+
"typeName": {
|
|
3153
|
+
"type": "identifier",
|
|
3154
|
+
"name": "Activity"
|
|
3155
|
+
}
|
|
3156
|
+
}
|
|
3157
|
+
}
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"name": "chatUrlTemplate",
|
|
3161
|
+
"annotation": {
|
|
3162
|
+
"type": "keyword",
|
|
3163
|
+
"value": "string"
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
],
|
|
3167
|
+
"events": [],
|
|
3168
|
+
"methods": [],
|
|
3169
|
+
"types": [
|
|
3170
|
+
{
|
|
3171
|
+
"type": "typeAlias",
|
|
3172
|
+
"name": "Activity",
|
|
3173
|
+
"annotation": {
|
|
3174
|
+
"type": "union",
|
|
3175
|
+
"types": [
|
|
3176
|
+
{
|
|
3177
|
+
"type": "reference",
|
|
3178
|
+
"typeName": {
|
|
3179
|
+
"type": "identifier",
|
|
3180
|
+
"name": "ActivityOfCreateGoal"
|
|
3181
|
+
}
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
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
3197
|
{
|
|
3198
3198
|
"type": "reference",
|
|
3199
3199
|
"typeName": {
|
|
@@ -4152,6 +4152,13 @@
|
|
|
4152
4152
|
"value": "boolean"
|
|
4153
4153
|
}
|
|
4154
4154
|
},
|
|
4155
|
+
{
|
|
4156
|
+
"name": "autoFade",
|
|
4157
|
+
"annotation": {
|
|
4158
|
+
"type": "keyword",
|
|
4159
|
+
"value": "boolean"
|
|
4160
|
+
}
|
|
4161
|
+
},
|
|
4155
4162
|
{
|
|
4156
4163
|
"name": "uploadOptions",
|
|
4157
4164
|
"annotation": {
|
|
@@ -4688,36 +4695,97 @@
|
|
|
4688
4695
|
}
|
|
4689
4696
|
]
|
|
4690
4697
|
},
|
|
4691
|
-
"ai-portal.
|
|
4698
|
+
"ai-portal.notice-dropdown": {
|
|
4692
4699
|
"properties": [
|
|
4693
4700
|
{
|
|
4694
|
-
"name": "
|
|
4701
|
+
"name": "dataSource",
|
|
4695
4702
|
"annotation": {
|
|
4696
4703
|
"type": "array",
|
|
4697
4704
|
"elementType": {
|
|
4698
4705
|
"type": "reference",
|
|
4699
4706
|
"typeName": {
|
|
4700
4707
|
"type": "identifier",
|
|
4701
|
-
"name": "
|
|
4708
|
+
"name": "NoticeItem"
|
|
4702
4709
|
}
|
|
4703
4710
|
}
|
|
4704
4711
|
}
|
|
4705
4712
|
},
|
|
4706
4713
|
{
|
|
4707
|
-
"name": "
|
|
4714
|
+
"name": "popoverPlacement",
|
|
4708
4715
|
"annotation": {
|
|
4709
|
-
"type": "
|
|
4710
|
-
"
|
|
4711
|
-
"type": "
|
|
4712
|
-
"
|
|
4716
|
+
"type": "reference",
|
|
4717
|
+
"typeName": {
|
|
4718
|
+
"type": "identifier",
|
|
4719
|
+
"name": "Placement"
|
|
4720
|
+
}
|
|
4721
|
+
}
|
|
4722
|
+
},
|
|
4723
|
+
{
|
|
4724
|
+
"name": "emptyText",
|
|
4725
|
+
"annotation": {
|
|
4726
|
+
"type": "keyword",
|
|
4727
|
+
"value": "string"
|
|
4728
|
+
}
|
|
4729
|
+
},
|
|
4730
|
+
{
|
|
4731
|
+
"name": "notifyCenterUrl",
|
|
4732
|
+
"annotation": {
|
|
4733
|
+
"type": "keyword",
|
|
4734
|
+
"value": "string"
|
|
4735
|
+
}
|
|
4736
|
+
},
|
|
4737
|
+
{
|
|
4738
|
+
"name": "urlTemplate",
|
|
4739
|
+
"annotation": {
|
|
4740
|
+
"type": "keyword",
|
|
4741
|
+
"value": "string"
|
|
4742
|
+
}
|
|
4743
|
+
},
|
|
4744
|
+
{
|
|
4745
|
+
"name": "urlTarget",
|
|
4746
|
+
"annotation": {
|
|
4747
|
+
"type": "reference",
|
|
4748
|
+
"typeName": {
|
|
4749
|
+
"type": "identifier",
|
|
4750
|
+
"name": "Target"
|
|
4751
|
+
}
|
|
4752
|
+
}
|
|
4753
|
+
},
|
|
4754
|
+
{
|
|
4755
|
+
"name": "dropdownMaxWidth",
|
|
4756
|
+
"annotation": {
|
|
4757
|
+
"type": "union",
|
|
4758
|
+
"types": [
|
|
4759
|
+
{
|
|
4760
|
+
"type": "keyword",
|
|
4761
|
+
"value": "string"
|
|
4762
|
+
},
|
|
4763
|
+
{
|
|
4764
|
+
"type": "keyword",
|
|
4765
|
+
"value": "number"
|
|
4766
|
+
}
|
|
4767
|
+
]
|
|
4768
|
+
}
|
|
4769
|
+
},
|
|
4770
|
+
{
|
|
4771
|
+
"name": "dropdownContentStyle",
|
|
4772
|
+
"annotation": {
|
|
4773
|
+
"type": "reference",
|
|
4774
|
+
"typeName": {
|
|
4775
|
+
"type": "qualifiedName",
|
|
4776
|
+
"left": {
|
|
4713
4777
|
"type": "identifier",
|
|
4714
|
-
"name": "
|
|
4778
|
+
"name": "React"
|
|
4779
|
+
},
|
|
4780
|
+
"right": {
|
|
4781
|
+
"type": "identifier",
|
|
4782
|
+
"name": "CSSProperties"
|
|
4715
4783
|
}
|
|
4716
4784
|
}
|
|
4717
4785
|
}
|
|
4718
4786
|
},
|
|
4719
4787
|
{
|
|
4720
|
-
"name": "
|
|
4788
|
+
"name": "hideNotifyCenterButton",
|
|
4721
4789
|
"annotation": {
|
|
4722
4790
|
"type": "keyword",
|
|
4723
4791
|
"value": "boolean"
|
|
@@ -4726,32 +4794,188 @@
|
|
|
4726
4794
|
],
|
|
4727
4795
|
"events": [
|
|
4728
4796
|
{
|
|
4729
|
-
"name": "
|
|
4797
|
+
"name": "notice.click",
|
|
4730
4798
|
"detail": {
|
|
4731
4799
|
"annotation": {
|
|
4732
|
-
"type": "
|
|
4733
|
-
"
|
|
4734
|
-
"type": "
|
|
4735
|
-
"
|
|
4736
|
-
"type": "identifier",
|
|
4737
|
-
"name": "Stage"
|
|
4738
|
-
}
|
|
4800
|
+
"type": "reference",
|
|
4801
|
+
"typeName": {
|
|
4802
|
+
"type": "identifier",
|
|
4803
|
+
"name": "NoticeItem"
|
|
4739
4804
|
}
|
|
4740
4805
|
}
|
|
4741
4806
|
}
|
|
4742
4807
|
},
|
|
4743
4808
|
{
|
|
4744
|
-
"name": "
|
|
4809
|
+
"name": "mark.all.read",
|
|
4745
4810
|
"detail": {
|
|
4746
4811
|
"annotation": {
|
|
4747
|
-
"type": "
|
|
4748
|
-
"
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4812
|
+
"type": "keyword",
|
|
4813
|
+
"value": "void"
|
|
4814
|
+
}
|
|
4815
|
+
}
|
|
4816
|
+
}
|
|
4817
|
+
],
|
|
4818
|
+
"methods": [],
|
|
4819
|
+
"types": [
|
|
4820
|
+
{
|
|
4821
|
+
"type": "interface",
|
|
4822
|
+
"name": "NoticeItem",
|
|
4823
|
+
"body": [
|
|
4824
|
+
{
|
|
4825
|
+
"type": "propertySignature",
|
|
4826
|
+
"key": {
|
|
4827
|
+
"type": "identifier",
|
|
4828
|
+
"name": "id"
|
|
4829
|
+
},
|
|
4830
|
+
"annotation": {
|
|
4831
|
+
"type": "keyword",
|
|
4832
|
+
"value": "string"
|
|
4833
|
+
},
|
|
4834
|
+
"computed": false
|
|
4835
|
+
},
|
|
4836
|
+
{
|
|
4837
|
+
"type": "propertySignature",
|
|
4838
|
+
"key": {
|
|
4839
|
+
"type": "identifier",
|
|
4840
|
+
"name": "type"
|
|
4841
|
+
},
|
|
4842
|
+
"annotation": {
|
|
4843
|
+
"type": "keyword",
|
|
4844
|
+
"value": "string"
|
|
4845
|
+
},
|
|
4846
|
+
"computed": false
|
|
4847
|
+
},
|
|
4848
|
+
{
|
|
4849
|
+
"type": "propertySignature",
|
|
4850
|
+
"key": {
|
|
4851
|
+
"type": "identifier",
|
|
4852
|
+
"name": "isRead"
|
|
4853
|
+
},
|
|
4854
|
+
"annotation": {
|
|
4855
|
+
"type": "keyword",
|
|
4856
|
+
"value": "boolean"
|
|
4857
|
+
},
|
|
4858
|
+
"computed": false
|
|
4859
|
+
},
|
|
4860
|
+
{
|
|
4861
|
+
"type": "propertySignature",
|
|
4862
|
+
"key": {
|
|
4863
|
+
"type": "identifier",
|
|
4864
|
+
"name": "title"
|
|
4865
|
+
},
|
|
4866
|
+
"annotation": {
|
|
4867
|
+
"type": "keyword",
|
|
4868
|
+
"value": "string"
|
|
4869
|
+
},
|
|
4870
|
+
"computed": false
|
|
4871
|
+
},
|
|
4872
|
+
{
|
|
4873
|
+
"type": "propertySignature",
|
|
4874
|
+
"key": {
|
|
4875
|
+
"type": "identifier",
|
|
4876
|
+
"name": "description"
|
|
4877
|
+
},
|
|
4878
|
+
"annotation": {
|
|
4879
|
+
"type": "keyword",
|
|
4880
|
+
"value": "string"
|
|
4881
|
+
},
|
|
4882
|
+
"optional": true,
|
|
4883
|
+
"computed": false
|
|
4884
|
+
},
|
|
4885
|
+
{
|
|
4886
|
+
"type": "propertySignature",
|
|
4887
|
+
"key": {
|
|
4888
|
+
"type": "identifier",
|
|
4889
|
+
"name": "time"
|
|
4890
|
+
},
|
|
4891
|
+
"annotation": {
|
|
4892
|
+
"type": "keyword",
|
|
4893
|
+
"value": "number"
|
|
4894
|
+
},
|
|
4895
|
+
"computed": false
|
|
4896
|
+
},
|
|
4897
|
+
{
|
|
4898
|
+
"type": "propertySignature",
|
|
4899
|
+
"key": {
|
|
4900
|
+
"type": "identifier",
|
|
4901
|
+
"name": "url"
|
|
4902
|
+
},
|
|
4903
|
+
"annotation": {
|
|
4904
|
+
"type": "keyword",
|
|
4905
|
+
"value": "string"
|
|
4906
|
+
},
|
|
4907
|
+
"optional": true,
|
|
4908
|
+
"computed": false,
|
|
4909
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
4910
|
+
}
|
|
4911
|
+
]
|
|
4912
|
+
}
|
|
4913
|
+
]
|
|
4914
|
+
},
|
|
4915
|
+
"ai-portal.stage-flow": {
|
|
4916
|
+
"properties": [
|
|
4917
|
+
{
|
|
4918
|
+
"name": "spec",
|
|
4919
|
+
"annotation": {
|
|
4920
|
+
"type": "array",
|
|
4921
|
+
"elementType": {
|
|
4922
|
+
"type": "reference",
|
|
4923
|
+
"typeName": {
|
|
4924
|
+
"type": "identifier",
|
|
4925
|
+
"name": "Stage"
|
|
4926
|
+
}
|
|
4927
|
+
}
|
|
4928
|
+
}
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"name": "aiEmployees",
|
|
4932
|
+
"annotation": {
|
|
4933
|
+
"type": "array",
|
|
4934
|
+
"elementType": {
|
|
4935
|
+
"type": "reference",
|
|
4936
|
+
"typeName": {
|
|
4937
|
+
"type": "identifier",
|
|
4938
|
+
"name": "AIEmployee"
|
|
4939
|
+
}
|
|
4940
|
+
}
|
|
4941
|
+
}
|
|
4942
|
+
},
|
|
4943
|
+
{
|
|
4944
|
+
"name": "readOnly",
|
|
4945
|
+
"annotation": {
|
|
4946
|
+
"type": "keyword",
|
|
4947
|
+
"value": "boolean"
|
|
4948
|
+
}
|
|
4949
|
+
}
|
|
4950
|
+
],
|
|
4951
|
+
"events": [
|
|
4952
|
+
{
|
|
4953
|
+
"name": "change",
|
|
4954
|
+
"detail": {
|
|
4955
|
+
"annotation": {
|
|
4956
|
+
"type": "array",
|
|
4957
|
+
"elementType": {
|
|
4958
|
+
"type": "reference",
|
|
4959
|
+
"typeName": {
|
|
4960
|
+
"type": "identifier",
|
|
4961
|
+
"name": "Stage"
|
|
4962
|
+
}
|
|
4963
|
+
}
|
|
4964
|
+
}
|
|
4965
|
+
}
|
|
4966
|
+
},
|
|
4967
|
+
{
|
|
4968
|
+
"name": "add.activity",
|
|
4969
|
+
"detail": {
|
|
4970
|
+
"annotation": {
|
|
4971
|
+
"type": "typeLiteral",
|
|
4972
|
+
"members": [
|
|
4973
|
+
{
|
|
4974
|
+
"type": "propertySignature",
|
|
4975
|
+
"key": {
|
|
4976
|
+
"type": "identifier",
|
|
4977
|
+
"name": "stage"
|
|
4978
|
+
},
|
|
4755
4979
|
"annotation": {
|
|
4756
4980
|
"type": "reference",
|
|
4757
4981
|
"typeName": {
|
|
@@ -5228,7 +5452,7 @@
|
|
|
5228
5452
|
}
|
|
5229
5453
|
]
|
|
5230
5454
|
},
|
|
5231
|
-
"ai-portal.notice-
|
|
5455
|
+
"ai-portal.notice-list": {
|
|
5232
5456
|
"properties": [
|
|
5233
5457
|
{
|
|
5234
5458
|
"name": "dataSource",
|
|
@@ -5243,16 +5467,6 @@
|
|
|
5243
5467
|
}
|
|
5244
5468
|
}
|
|
5245
5469
|
},
|
|
5246
|
-
{
|
|
5247
|
-
"name": "popoverPlacement",
|
|
5248
|
-
"annotation": {
|
|
5249
|
-
"type": "reference",
|
|
5250
|
-
"typeName": {
|
|
5251
|
-
"type": "identifier",
|
|
5252
|
-
"name": "Placement"
|
|
5253
|
-
}
|
|
5254
|
-
}
|
|
5255
|
-
},
|
|
5256
5470
|
{
|
|
5257
5471
|
"name": "emptyText",
|
|
5258
5472
|
"annotation": {
|
|
@@ -5260,13 +5474,6 @@
|
|
|
5260
5474
|
"value": "string"
|
|
5261
5475
|
}
|
|
5262
5476
|
},
|
|
5263
|
-
{
|
|
5264
|
-
"name": "notifyCenterUrl",
|
|
5265
|
-
"annotation": {
|
|
5266
|
-
"type": "keyword",
|
|
5267
|
-
"value": "string"
|
|
5268
|
-
}
|
|
5269
|
-
},
|
|
5270
5477
|
{
|
|
5271
5478
|
"name": "urlTemplate",
|
|
5272
5479
|
"annotation": {
|
|
@@ -5285,44 +5492,14 @@
|
|
|
5285
5492
|
}
|
|
5286
5493
|
},
|
|
5287
5494
|
{
|
|
5288
|
-
"name": "
|
|
5289
|
-
"annotation": {
|
|
5290
|
-
"type": "union",
|
|
5291
|
-
"types": [
|
|
5292
|
-
{
|
|
5293
|
-
"type": "keyword",
|
|
5294
|
-
"value": "string"
|
|
5295
|
-
},
|
|
5296
|
-
{
|
|
5297
|
-
"type": "keyword",
|
|
5298
|
-
"value": "number"
|
|
5299
|
-
}
|
|
5300
|
-
]
|
|
5301
|
-
}
|
|
5302
|
-
},
|
|
5303
|
-
{
|
|
5304
|
-
"name": "dropdownContentStyle",
|
|
5495
|
+
"name": "selectedIds",
|
|
5305
5496
|
"annotation": {
|
|
5306
|
-
"type": "
|
|
5307
|
-
"
|
|
5308
|
-
"type": "
|
|
5309
|
-
"
|
|
5310
|
-
"type": "identifier",
|
|
5311
|
-
"name": "React"
|
|
5312
|
-
},
|
|
5313
|
-
"right": {
|
|
5314
|
-
"type": "identifier",
|
|
5315
|
-
"name": "CSSProperties"
|
|
5316
|
-
}
|
|
5497
|
+
"type": "array",
|
|
5498
|
+
"elementType": {
|
|
5499
|
+
"type": "keyword",
|
|
5500
|
+
"value": "string"
|
|
5317
5501
|
}
|
|
5318
5502
|
}
|
|
5319
|
-
},
|
|
5320
|
-
{
|
|
5321
|
-
"name": "hideNotifyCenterButton",
|
|
5322
|
-
"annotation": {
|
|
5323
|
-
"type": "keyword",
|
|
5324
|
-
"value": "boolean"
|
|
5325
|
-
}
|
|
5326
5503
|
}
|
|
5327
5504
|
],
|
|
5328
5505
|
"events": [
|
|
@@ -5338,6 +5515,21 @@
|
|
|
5338
5515
|
}
|
|
5339
5516
|
}
|
|
5340
5517
|
},
|
|
5518
|
+
{
|
|
5519
|
+
"name": "mark.items.read",
|
|
5520
|
+
"detail": {
|
|
5521
|
+
"annotation": {
|
|
5522
|
+
"type": "array",
|
|
5523
|
+
"elementType": {
|
|
5524
|
+
"type": "reference",
|
|
5525
|
+
"typeName": {
|
|
5526
|
+
"type": "identifier",
|
|
5527
|
+
"name": "NoticeItem"
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5530
|
+
}
|
|
5531
|
+
}
|
|
5532
|
+
},
|
|
5341
5533
|
{
|
|
5342
5534
|
"name": "mark.all.read",
|
|
5343
5535
|
"detail": {
|
|
@@ -5445,209 +5637,24 @@
|
|
|
5445
5637
|
}
|
|
5446
5638
|
]
|
|
5447
5639
|
},
|
|
5448
|
-
"ai-portal.
|
|
5640
|
+
"ai-portal.gantt-chart": {
|
|
5449
5641
|
"properties": [
|
|
5450
5642
|
{
|
|
5451
|
-
"name": "
|
|
5643
|
+
"name": "chartTitle",
|
|
5644
|
+
"annotation": {
|
|
5645
|
+
"type": "keyword",
|
|
5646
|
+
"value": "string"
|
|
5647
|
+
}
|
|
5648
|
+
},
|
|
5649
|
+
{
|
|
5650
|
+
"name": "nodes",
|
|
5452
5651
|
"annotation": {
|
|
5453
5652
|
"type": "array",
|
|
5454
5653
|
"elementType": {
|
|
5455
5654
|
"type": "reference",
|
|
5456
5655
|
"typeName": {
|
|
5457
5656
|
"type": "identifier",
|
|
5458
|
-
"name": "
|
|
5459
|
-
}
|
|
5460
|
-
}
|
|
5461
|
-
}
|
|
5462
|
-
},
|
|
5463
|
-
{
|
|
5464
|
-
"name": "emptyText",
|
|
5465
|
-
"annotation": {
|
|
5466
|
-
"type": "keyword",
|
|
5467
|
-
"value": "string"
|
|
5468
|
-
}
|
|
5469
|
-
},
|
|
5470
|
-
{
|
|
5471
|
-
"name": "urlTemplate",
|
|
5472
|
-
"annotation": {
|
|
5473
|
-
"type": "keyword",
|
|
5474
|
-
"value": "string"
|
|
5475
|
-
}
|
|
5476
|
-
},
|
|
5477
|
-
{
|
|
5478
|
-
"name": "urlTarget",
|
|
5479
|
-
"annotation": {
|
|
5480
|
-
"type": "reference",
|
|
5481
|
-
"typeName": {
|
|
5482
|
-
"type": "identifier",
|
|
5483
|
-
"name": "Target"
|
|
5484
|
-
}
|
|
5485
|
-
}
|
|
5486
|
-
},
|
|
5487
|
-
{
|
|
5488
|
-
"name": "selectedIds",
|
|
5489
|
-
"annotation": {
|
|
5490
|
-
"type": "array",
|
|
5491
|
-
"elementType": {
|
|
5492
|
-
"type": "keyword",
|
|
5493
|
-
"value": "string"
|
|
5494
|
-
}
|
|
5495
|
-
}
|
|
5496
|
-
}
|
|
5497
|
-
],
|
|
5498
|
-
"events": [
|
|
5499
|
-
{
|
|
5500
|
-
"name": "notice.click",
|
|
5501
|
-
"detail": {
|
|
5502
|
-
"annotation": {
|
|
5503
|
-
"type": "reference",
|
|
5504
|
-
"typeName": {
|
|
5505
|
-
"type": "identifier",
|
|
5506
|
-
"name": "NoticeItem"
|
|
5507
|
-
}
|
|
5508
|
-
}
|
|
5509
|
-
}
|
|
5510
|
-
},
|
|
5511
|
-
{
|
|
5512
|
-
"name": "mark.items.read",
|
|
5513
|
-
"detail": {
|
|
5514
|
-
"annotation": {
|
|
5515
|
-
"type": "array",
|
|
5516
|
-
"elementType": {
|
|
5517
|
-
"type": "reference",
|
|
5518
|
-
"typeName": {
|
|
5519
|
-
"type": "identifier",
|
|
5520
|
-
"name": "NoticeItem"
|
|
5521
|
-
}
|
|
5522
|
-
}
|
|
5523
|
-
}
|
|
5524
|
-
}
|
|
5525
|
-
},
|
|
5526
|
-
{
|
|
5527
|
-
"name": "mark.all.read",
|
|
5528
|
-
"detail": {
|
|
5529
|
-
"annotation": {
|
|
5530
|
-
"type": "keyword",
|
|
5531
|
-
"value": "void"
|
|
5532
|
-
}
|
|
5533
|
-
}
|
|
5534
|
-
}
|
|
5535
|
-
],
|
|
5536
|
-
"methods": [],
|
|
5537
|
-
"types": [
|
|
5538
|
-
{
|
|
5539
|
-
"type": "interface",
|
|
5540
|
-
"name": "NoticeItem",
|
|
5541
|
-
"body": [
|
|
5542
|
-
{
|
|
5543
|
-
"type": "propertySignature",
|
|
5544
|
-
"key": {
|
|
5545
|
-
"type": "identifier",
|
|
5546
|
-
"name": "id"
|
|
5547
|
-
},
|
|
5548
|
-
"annotation": {
|
|
5549
|
-
"type": "keyword",
|
|
5550
|
-
"value": "string"
|
|
5551
|
-
},
|
|
5552
|
-
"computed": false
|
|
5553
|
-
},
|
|
5554
|
-
{
|
|
5555
|
-
"type": "propertySignature",
|
|
5556
|
-
"key": {
|
|
5557
|
-
"type": "identifier",
|
|
5558
|
-
"name": "type"
|
|
5559
|
-
},
|
|
5560
|
-
"annotation": {
|
|
5561
|
-
"type": "keyword",
|
|
5562
|
-
"value": "string"
|
|
5563
|
-
},
|
|
5564
|
-
"computed": false
|
|
5565
|
-
},
|
|
5566
|
-
{
|
|
5567
|
-
"type": "propertySignature",
|
|
5568
|
-
"key": {
|
|
5569
|
-
"type": "identifier",
|
|
5570
|
-
"name": "isRead"
|
|
5571
|
-
},
|
|
5572
|
-
"annotation": {
|
|
5573
|
-
"type": "keyword",
|
|
5574
|
-
"value": "boolean"
|
|
5575
|
-
},
|
|
5576
|
-
"computed": false
|
|
5577
|
-
},
|
|
5578
|
-
{
|
|
5579
|
-
"type": "propertySignature",
|
|
5580
|
-
"key": {
|
|
5581
|
-
"type": "identifier",
|
|
5582
|
-
"name": "title"
|
|
5583
|
-
},
|
|
5584
|
-
"annotation": {
|
|
5585
|
-
"type": "keyword",
|
|
5586
|
-
"value": "string"
|
|
5587
|
-
},
|
|
5588
|
-
"computed": false
|
|
5589
|
-
},
|
|
5590
|
-
{
|
|
5591
|
-
"type": "propertySignature",
|
|
5592
|
-
"key": {
|
|
5593
|
-
"type": "identifier",
|
|
5594
|
-
"name": "description"
|
|
5595
|
-
},
|
|
5596
|
-
"annotation": {
|
|
5597
|
-
"type": "keyword",
|
|
5598
|
-
"value": "string"
|
|
5599
|
-
},
|
|
5600
|
-
"optional": true,
|
|
5601
|
-
"computed": false
|
|
5602
|
-
},
|
|
5603
|
-
{
|
|
5604
|
-
"type": "propertySignature",
|
|
5605
|
-
"key": {
|
|
5606
|
-
"type": "identifier",
|
|
5607
|
-
"name": "time"
|
|
5608
|
-
},
|
|
5609
|
-
"annotation": {
|
|
5610
|
-
"type": "keyword",
|
|
5611
|
-
"value": "number"
|
|
5612
|
-
},
|
|
5613
|
-
"computed": false
|
|
5614
|
-
},
|
|
5615
|
-
{
|
|
5616
|
-
"type": "propertySignature",
|
|
5617
|
-
"key": {
|
|
5618
|
-
"type": "identifier",
|
|
5619
|
-
"name": "url"
|
|
5620
|
-
},
|
|
5621
|
-
"annotation": {
|
|
5622
|
-
"type": "keyword",
|
|
5623
|
-
"value": "string"
|
|
5624
|
-
},
|
|
5625
|
-
"optional": true,
|
|
5626
|
-
"computed": false,
|
|
5627
|
-
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
5628
|
-
}
|
|
5629
|
-
]
|
|
5630
|
-
}
|
|
5631
|
-
]
|
|
5632
|
-
},
|
|
5633
|
-
"ai-portal.gantt-chart": {
|
|
5634
|
-
"properties": [
|
|
5635
|
-
{
|
|
5636
|
-
"name": "chartTitle",
|
|
5637
|
-
"annotation": {
|
|
5638
|
-
"type": "keyword",
|
|
5639
|
-
"value": "string"
|
|
5640
|
-
}
|
|
5641
|
-
},
|
|
5642
|
-
{
|
|
5643
|
-
"name": "nodes",
|
|
5644
|
-
"annotation": {
|
|
5645
|
-
"type": "array",
|
|
5646
|
-
"elementType": {
|
|
5647
|
-
"type": "reference",
|
|
5648
|
-
"typeName": {
|
|
5649
|
-
"type": "identifier",
|
|
5650
|
-
"name": "GanttNode"
|
|
5657
|
+
"name": "GanttNode"
|
|
5651
5658
|
}
|
|
5652
5659
|
}
|
|
5653
5660
|
}
|
|
@@ -6084,232 +6091,84 @@
|
|
|
6084
6091
|
}
|
|
6085
6092
|
]
|
|
6086
6093
|
},
|
|
6087
|
-
"ai-portal.
|
|
6094
|
+
"ai-portal.chat-box": {
|
|
6088
6095
|
"properties": [
|
|
6089
6096
|
{
|
|
6090
|
-
"name": "
|
|
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"
|
|
6108
|
-
}
|
|
6109
|
-
]
|
|
6110
|
-
}
|
|
6111
|
-
},
|
|
6112
|
-
{
|
|
6113
|
-
"name": "logoUrl",
|
|
6097
|
+
"name": "disabled",
|
|
6114
6098
|
"annotation": {
|
|
6115
6099
|
"type": "keyword",
|
|
6116
|
-
"value": "
|
|
6100
|
+
"value": "boolean"
|
|
6117
6101
|
}
|
|
6118
6102
|
},
|
|
6119
6103
|
{
|
|
6120
|
-
"name": "
|
|
6104
|
+
"name": "placeholder",
|
|
6121
6105
|
"annotation": {
|
|
6122
6106
|
"type": "keyword",
|
|
6123
6107
|
"value": "string"
|
|
6124
6108
|
}
|
|
6125
6109
|
},
|
|
6126
6110
|
{
|
|
6127
|
-
"name": "
|
|
6111
|
+
"name": "autoFocus",
|
|
6128
6112
|
"annotation": {
|
|
6129
6113
|
"type": "keyword",
|
|
6130
6114
|
"value": "boolean"
|
|
6131
6115
|
}
|
|
6132
6116
|
},
|
|
6133
6117
|
{
|
|
6134
|
-
"name": "
|
|
6135
|
-
"annotation": {
|
|
6136
|
-
"type": "keyword",
|
|
6137
|
-
"value": "string"
|
|
6138
|
-
}
|
|
6139
|
-
},
|
|
6140
|
-
{
|
|
6141
|
-
"name": "historyActions",
|
|
6118
|
+
"name": "aiEmployees",
|
|
6142
6119
|
"annotation": {
|
|
6143
6120
|
"type": "array",
|
|
6144
6121
|
"elementType": {
|
|
6145
6122
|
"type": "reference",
|
|
6146
6123
|
"typeName": {
|
|
6147
6124
|
"type": "identifier",
|
|
6148
|
-
"name": "
|
|
6125
|
+
"name": "AIEmployee"
|
|
6149
6126
|
}
|
|
6150
6127
|
}
|
|
6151
6128
|
}
|
|
6152
6129
|
},
|
|
6153
6130
|
{
|
|
6154
|
-
"name": "
|
|
6155
|
-
"annotation": {
|
|
6156
|
-
"type": "keyword",
|
|
6157
|
-
"value": "boolean"
|
|
6158
|
-
}
|
|
6159
|
-
},
|
|
6160
|
-
{
|
|
6161
|
-
"name": "projectUrlTemplate",
|
|
6162
|
-
"annotation": {
|
|
6163
|
-
"type": "keyword",
|
|
6164
|
-
"value": "string"
|
|
6165
|
-
}
|
|
6166
|
-
},
|
|
6167
|
-
{
|
|
6168
|
-
"name": "projectActions",
|
|
6131
|
+
"name": "commands",
|
|
6169
6132
|
"annotation": {
|
|
6170
6133
|
"type": "array",
|
|
6171
6134
|
"elementType": {
|
|
6172
6135
|
"type": "reference",
|
|
6173
6136
|
"typeName": {
|
|
6174
6137
|
"type": "identifier",
|
|
6175
|
-
"name": "
|
|
6138
|
+
"name": "Command"
|
|
6176
6139
|
}
|
|
6177
6140
|
}
|
|
6178
6141
|
}
|
|
6179
6142
|
},
|
|
6180
6143
|
{
|
|
6181
|
-
"name": "
|
|
6182
|
-
"annotation": {
|
|
6183
|
-
"type": "array",
|
|
6184
|
-
"elementType": {
|
|
6185
|
-
"type": "reference",
|
|
6186
|
-
"typeName": {
|
|
6187
|
-
"type": "identifier",
|
|
6188
|
-
"name": "ActionType"
|
|
6189
|
-
}
|
|
6190
|
-
}
|
|
6191
|
-
}
|
|
6192
|
-
},
|
|
6193
|
-
{
|
|
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",
|
|
6144
|
+
"name": "uploadOptions",
|
|
6244
6145
|
"annotation": {
|
|
6245
6146
|
"type": "reference",
|
|
6246
6147
|
"typeName": {
|
|
6247
6148
|
"type": "identifier",
|
|
6248
|
-
"name": "
|
|
6149
|
+
"name": "UploadOptions"
|
|
6249
6150
|
}
|
|
6250
6151
|
}
|
|
6251
6152
|
}
|
|
6252
6153
|
],
|
|
6253
6154
|
"events": [
|
|
6254
6155
|
{
|
|
6255
|
-
"name": "
|
|
6256
|
-
"detail": {
|
|
6257
|
-
"annotation": {
|
|
6258
|
-
"type": "keyword",
|
|
6259
|
-
"value": "void"
|
|
6260
|
-
}
|
|
6261
|
-
}
|
|
6262
|
-
},
|
|
6263
|
-
{
|
|
6264
|
-
"name": "action.click",
|
|
6265
|
-
"detail": {
|
|
6266
|
-
"annotation": {
|
|
6267
|
-
"type": "reference",
|
|
6268
|
-
"typeName": {
|
|
6269
|
-
"type": "identifier",
|
|
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",
|
|
6156
|
+
"name": "message.submit",
|
|
6298
6157
|
"detail": {
|
|
6299
6158
|
"annotation": {
|
|
6300
6159
|
"type": "keyword",
|
|
6301
|
-
"value": "
|
|
6160
|
+
"value": "string"
|
|
6302
6161
|
}
|
|
6303
6162
|
}
|
|
6304
6163
|
},
|
|
6305
6164
|
{
|
|
6306
|
-
"name": "
|
|
6165
|
+
"name": "chat.submit",
|
|
6307
6166
|
"detail": {
|
|
6308
6167
|
"annotation": {
|
|
6309
6168
|
"type": "reference",
|
|
6310
6169
|
"typeName": {
|
|
6311
6170
|
"type": "identifier",
|
|
6312
|
-
"name": "
|
|
6171
|
+
"name": "ChatPayload"
|
|
6313
6172
|
}
|
|
6314
6173
|
}
|
|
6315
6174
|
}
|
|
@@ -6317,81 +6176,39 @@
|
|
|
6317
6176
|
],
|
|
6318
6177
|
"methods": [
|
|
6319
6178
|
{
|
|
6320
|
-
"name": "
|
|
6179
|
+
"name": "setValue",
|
|
6321
6180
|
"params": [
|
|
6322
6181
|
{
|
|
6323
|
-
"name": "
|
|
6182
|
+
"name": "value",
|
|
6324
6183
|
"annotation": {
|
|
6325
6184
|
"type": "keyword",
|
|
6326
|
-
"value": "
|
|
6185
|
+
"value": "string"
|
|
6327
6186
|
}
|
|
6328
6187
|
}
|
|
6329
6188
|
],
|
|
6330
6189
|
"returns": {}
|
|
6331
6190
|
},
|
|
6332
6191
|
{
|
|
6333
|
-
"name": "
|
|
6192
|
+
"name": "getValue",
|
|
6334
6193
|
"params": [],
|
|
6335
6194
|
"returns": {}
|
|
6336
6195
|
},
|
|
6337
6196
|
{
|
|
6338
|
-
"name": "
|
|
6197
|
+
"name": "focusOnInput",
|
|
6339
6198
|
"params": [],
|
|
6340
6199
|
"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": {}
|
|
6383
6200
|
}
|
|
6384
6201
|
],
|
|
6385
6202
|
"types": [
|
|
6386
6203
|
{
|
|
6387
6204
|
"type": "interface",
|
|
6388
|
-
"name": "
|
|
6205
|
+
"name": "AIEmployee",
|
|
6389
6206
|
"body": [
|
|
6390
6207
|
{
|
|
6391
6208
|
"type": "propertySignature",
|
|
6392
6209
|
"key": {
|
|
6393
6210
|
"type": "identifier",
|
|
6394
|
-
"name": "
|
|
6211
|
+
"name": "employeeId"
|
|
6395
6212
|
},
|
|
6396
6213
|
"annotation": {
|
|
6397
6214
|
"type": "keyword",
|
|
@@ -6403,57 +6220,25 @@
|
|
|
6403
6220
|
"type": "propertySignature",
|
|
6404
6221
|
"key": {
|
|
6405
6222
|
"type": "identifier",
|
|
6406
|
-
"name": "
|
|
6223
|
+
"name": "name"
|
|
6407
6224
|
},
|
|
6408
6225
|
"annotation": {
|
|
6409
6226
|
"type": "keyword",
|
|
6410
6227
|
"value": "string"
|
|
6411
6228
|
},
|
|
6412
6229
|
"computed": false
|
|
6413
|
-
},
|
|
6414
|
-
{
|
|
6415
|
-
"type": "propertySignature",
|
|
6416
|
-
"key": {
|
|
6417
|
-
"type": "identifier",
|
|
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"
|
|
6435
|
-
},
|
|
6436
|
-
"annotation": {
|
|
6437
|
-
"type": "array",
|
|
6438
|
-
"elementType": {
|
|
6439
|
-
"type": "keyword",
|
|
6440
|
-
"value": "string"
|
|
6441
|
-
}
|
|
6442
|
-
},
|
|
6443
|
-
"optional": true,
|
|
6444
|
-
"computed": false
|
|
6445
6230
|
}
|
|
6446
6231
|
]
|
|
6447
6232
|
},
|
|
6448
6233
|
{
|
|
6449
6234
|
"type": "interface",
|
|
6450
|
-
"name": "
|
|
6235
|
+
"name": "Command",
|
|
6451
6236
|
"body": [
|
|
6452
6237
|
{
|
|
6453
6238
|
"type": "propertySignature",
|
|
6454
6239
|
"key": {
|
|
6455
6240
|
"type": "identifier",
|
|
6456
|
-
"name": "
|
|
6241
|
+
"name": "label"
|
|
6457
6242
|
},
|
|
6458
6243
|
"annotation": {
|
|
6459
6244
|
"type": "keyword",
|
|
@@ -6465,7 +6250,7 @@
|
|
|
6465
6250
|
"type": "propertySignature",
|
|
6466
6251
|
"key": {
|
|
6467
6252
|
"type": "identifier",
|
|
6468
|
-
"name": "
|
|
6253
|
+
"name": "value"
|
|
6469
6254
|
},
|
|
6470
6255
|
"annotation": {
|
|
6471
6256
|
"type": "keyword",
|
|
@@ -6477,54 +6262,24 @@
|
|
|
6477
6262
|
"type": "propertySignature",
|
|
6478
6263
|
"key": {
|
|
6479
6264
|
"type": "identifier",
|
|
6480
|
-
"name": "
|
|
6265
|
+
"name": "groupKey"
|
|
6481
6266
|
},
|
|
6482
6267
|
"annotation": {
|
|
6483
|
-
"type": "
|
|
6484
|
-
"
|
|
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
|
-
]
|
|
6268
|
+
"type": "keyword",
|
|
6269
|
+
"value": "string"
|
|
6510
6270
|
},
|
|
6271
|
+
"optional": true,
|
|
6511
6272
|
"computed": false
|
|
6512
6273
|
},
|
|
6513
6274
|
{
|
|
6514
6275
|
"type": "propertySignature",
|
|
6515
6276
|
"key": {
|
|
6516
6277
|
"type": "identifier",
|
|
6517
|
-
"name": "
|
|
6278
|
+
"name": "groupLabel"
|
|
6518
6279
|
},
|
|
6519
6280
|
"annotation": {
|
|
6520
|
-
"type": "
|
|
6521
|
-
"
|
|
6522
|
-
"type": "reference",
|
|
6523
|
-
"typeName": {
|
|
6524
|
-
"type": "identifier",
|
|
6525
|
-
"name": "SidebarLink"
|
|
6526
|
-
}
|
|
6527
|
-
}
|
|
6281
|
+
"type": "keyword",
|
|
6282
|
+
"value": "string"
|
|
6528
6283
|
},
|
|
6529
6284
|
"optional": true,
|
|
6530
6285
|
"computed": false
|
|
@@ -6533,7 +6288,7 @@
|
|
|
6533
6288
|
"type": "propertySignature",
|
|
6534
6289
|
"key": {
|
|
6535
6290
|
"type": "identifier",
|
|
6536
|
-
"name": "
|
|
6291
|
+
"name": "subCommands"
|
|
6537
6292
|
},
|
|
6538
6293
|
"annotation": {
|
|
6539
6294
|
"type": "array",
|
|
@@ -6541,7 +6296,7 @@
|
|
|
6541
6296
|
"type": "reference",
|
|
6542
6297
|
"typeName": {
|
|
6543
6298
|
"type": "identifier",
|
|
6544
|
-
"name": "
|
|
6299
|
+
"name": "Command"
|
|
6545
6300
|
}
|
|
6546
6301
|
}
|
|
6547
6302
|
},
|
|
@@ -6552,94 +6307,13 @@
|
|
|
6552
6307
|
"type": "propertySignature",
|
|
6553
6308
|
"key": {
|
|
6554
6309
|
"type": "identifier",
|
|
6555
|
-
"name": "
|
|
6556
|
-
},
|
|
6557
|
-
"annotation": {
|
|
6558
|
-
"type": "array",
|
|
6559
|
-
"elementType": {
|
|
6560
|
-
"type": "reference",
|
|
6561
|
-
"typeName": {
|
|
6562
|
-
"type": "identifier",
|
|
6563
|
-
"name": "SidebarLink"
|
|
6564
|
-
}
|
|
6565
|
-
}
|
|
6566
|
-
},
|
|
6567
|
-
"optional": true,
|
|
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
|
|
6616
|
-
},
|
|
6617
|
-
{
|
|
6618
|
-
"type": "propertySignature",
|
|
6619
|
-
"key": {
|
|
6620
|
-
"type": "identifier",
|
|
6621
|
-
"name": "item"
|
|
6622
|
-
},
|
|
6623
|
-
"annotation": {
|
|
6624
|
-
"type": "reference",
|
|
6625
|
-
"typeName": {
|
|
6626
|
-
"type": "identifier",
|
|
6627
|
-
"name": "HistoryItem"
|
|
6628
|
-
}
|
|
6629
|
-
},
|
|
6630
|
-
"computed": false
|
|
6631
|
-
},
|
|
6632
|
-
{
|
|
6633
|
-
"type": "propertySignature",
|
|
6634
|
-
"key": {
|
|
6635
|
-
"type": "identifier",
|
|
6636
|
-
"name": "project"
|
|
6310
|
+
"name": "payload"
|
|
6637
6311
|
},
|
|
6638
6312
|
"annotation": {
|
|
6639
6313
|
"type": "reference",
|
|
6640
6314
|
"typeName": {
|
|
6641
6315
|
"type": "identifier",
|
|
6642
|
-
"name": "
|
|
6316
|
+
"name": "CommandPayload"
|
|
6643
6317
|
}
|
|
6644
6318
|
},
|
|
6645
6319
|
"optional": true,
|
|
@@ -6649,188 +6323,208 @@
|
|
|
6649
6323
|
},
|
|
6650
6324
|
{
|
|
6651
6325
|
"type": "interface",
|
|
6652
|
-
"name": "
|
|
6326
|
+
"name": "UploadOptions",
|
|
6653
6327
|
"body": [
|
|
6654
6328
|
{
|
|
6655
6329
|
"type": "propertySignature",
|
|
6656
6330
|
"key": {
|
|
6657
6331
|
"type": "identifier",
|
|
6658
|
-
"name": "
|
|
6332
|
+
"name": "enabled"
|
|
6659
6333
|
},
|
|
6660
6334
|
"annotation": {
|
|
6661
6335
|
"type": "keyword",
|
|
6662
|
-
"value": "
|
|
6336
|
+
"value": "boolean"
|
|
6663
6337
|
},
|
|
6664
|
-
"
|
|
6665
|
-
"
|
|
6338
|
+
"optional": true,
|
|
6339
|
+
"computed": false
|
|
6666
6340
|
},
|
|
6667
6341
|
{
|
|
6668
6342
|
"type": "propertySignature",
|
|
6669
6343
|
"key": {
|
|
6670
6344
|
"type": "identifier",
|
|
6671
|
-
"name": "
|
|
6345
|
+
"name": "dragDisabled"
|
|
6672
6346
|
},
|
|
6673
6347
|
"annotation": {
|
|
6674
6348
|
"type": "keyword",
|
|
6675
|
-
"value": "
|
|
6349
|
+
"value": "boolean"
|
|
6676
6350
|
},
|
|
6677
|
-
"
|
|
6678
|
-
"
|
|
6351
|
+
"optional": true,
|
|
6352
|
+
"computed": false
|
|
6679
6353
|
},
|
|
6680
6354
|
{
|
|
6681
6355
|
"type": "propertySignature",
|
|
6682
6356
|
"key": {
|
|
6683
6357
|
"type": "identifier",
|
|
6684
|
-
"name": "
|
|
6358
|
+
"name": "dragTips"
|
|
6685
6359
|
},
|
|
6686
6360
|
"annotation": {
|
|
6687
6361
|
"type": "keyword",
|
|
6688
6362
|
"value": "string"
|
|
6689
6363
|
},
|
|
6690
|
-
"
|
|
6691
|
-
"
|
|
6692
|
-
},
|
|
6693
|
-
{
|
|
6694
|
-
"type": "propertySignature",
|
|
6695
|
-
"key": {
|
|
6696
|
-
"type": "identifier",
|
|
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": "状态"
|
|
6364
|
+
"optional": true,
|
|
6365
|
+
"computed": false
|
|
6714
6366
|
},
|
|
6715
6367
|
{
|
|
6716
6368
|
"type": "propertySignature",
|
|
6717
6369
|
"key": {
|
|
6718
6370
|
"type": "identifier",
|
|
6719
|
-
"name": "
|
|
6371
|
+
"name": "accept"
|
|
6720
6372
|
},
|
|
6721
6373
|
"annotation": {
|
|
6722
6374
|
"type": "keyword",
|
|
6723
6375
|
"value": "string"
|
|
6724
6376
|
},
|
|
6725
|
-
"
|
|
6726
|
-
"
|
|
6377
|
+
"optional": true,
|
|
6378
|
+
"computed": false
|
|
6727
6379
|
},
|
|
6728
6380
|
{
|
|
6729
6381
|
"type": "propertySignature",
|
|
6730
6382
|
"key": {
|
|
6731
6383
|
"type": "identifier",
|
|
6732
|
-
"name": "
|
|
6384
|
+
"name": "maxFiles"
|
|
6733
6385
|
},
|
|
6734
6386
|
"annotation": {
|
|
6735
6387
|
"type": "keyword",
|
|
6736
|
-
"value": "
|
|
6388
|
+
"value": "number"
|
|
6737
6389
|
},
|
|
6738
|
-
"
|
|
6739
|
-
"
|
|
6390
|
+
"optional": true,
|
|
6391
|
+
"computed": false
|
|
6740
6392
|
},
|
|
6741
6393
|
{
|
|
6742
6394
|
"type": "propertySignature",
|
|
6743
6395
|
"key": {
|
|
6744
6396
|
"type": "identifier",
|
|
6745
|
-
"name": "
|
|
6397
|
+
"name": "maxSize"
|
|
6746
6398
|
},
|
|
6747
6399
|
"annotation": {
|
|
6748
6400
|
"type": "keyword",
|
|
6749
|
-
"value": "
|
|
6401
|
+
"value": "number"
|
|
6750
6402
|
},
|
|
6403
|
+
"optional": true,
|
|
6751
6404
|
"computed": false,
|
|
6752
|
-
"description": "
|
|
6405
|
+
"description": "In bytes"
|
|
6753
6406
|
},
|
|
6754
6407
|
{
|
|
6755
6408
|
"type": "propertySignature",
|
|
6756
6409
|
"key": {
|
|
6757
6410
|
"type": "identifier",
|
|
6758
|
-
"name": "
|
|
6411
|
+
"name": "readableAccept"
|
|
6759
6412
|
},
|
|
6760
6413
|
"annotation": {
|
|
6761
6414
|
"type": "keyword",
|
|
6762
6415
|
"value": "string"
|
|
6763
6416
|
},
|
|
6764
|
-
"
|
|
6765
|
-
"
|
|
6417
|
+
"optional": true,
|
|
6418
|
+
"computed": false
|
|
6766
6419
|
},
|
|
6767
6420
|
{
|
|
6768
6421
|
"type": "propertySignature",
|
|
6769
6422
|
"key": {
|
|
6770
6423
|
"type": "identifier",
|
|
6771
|
-
"name": "
|
|
6424
|
+
"name": "readableMaxSize"
|
|
6772
6425
|
},
|
|
6773
6426
|
"annotation": {
|
|
6774
6427
|
"type": "keyword",
|
|
6775
6428
|
"value": "string"
|
|
6776
6429
|
},
|
|
6777
|
-
"
|
|
6778
|
-
"
|
|
6430
|
+
"optional": true,
|
|
6431
|
+
"computed": false
|
|
6779
6432
|
}
|
|
6780
6433
|
]
|
|
6781
6434
|
},
|
|
6782
6435
|
{
|
|
6783
6436
|
"type": "interface",
|
|
6784
|
-
"name": "
|
|
6437
|
+
"name": "ChatPayload",
|
|
6785
6438
|
"body": [
|
|
6786
6439
|
{
|
|
6787
6440
|
"type": "propertySignature",
|
|
6788
6441
|
"key": {
|
|
6789
6442
|
"type": "identifier",
|
|
6790
|
-
"name": "
|
|
6443
|
+
"name": "content"
|
|
6791
6444
|
},
|
|
6792
6445
|
"annotation": {
|
|
6793
6446
|
"type": "keyword",
|
|
6794
6447
|
"value": "string"
|
|
6795
6448
|
},
|
|
6796
6449
|
"computed": false
|
|
6797
|
-
}
|
|
6450
|
+
}
|
|
6451
|
+
],
|
|
6452
|
+
"extends": [
|
|
6453
|
+
{
|
|
6454
|
+
"type": "expressionWithTypeArguments",
|
|
6455
|
+
"expression": {
|
|
6456
|
+
"type": "identifier",
|
|
6457
|
+
"name": "ExtraChatPayload"
|
|
6458
|
+
}
|
|
6459
|
+
}
|
|
6460
|
+
]
|
|
6461
|
+
},
|
|
6462
|
+
{
|
|
6463
|
+
"type": "interface",
|
|
6464
|
+
"name": "ExtraChatPayload",
|
|
6465
|
+
"body": [
|
|
6798
6466
|
{
|
|
6799
6467
|
"type": "propertySignature",
|
|
6800
6468
|
"key": {
|
|
6801
6469
|
"type": "identifier",
|
|
6802
|
-
"name": "
|
|
6470
|
+
"name": "files"
|
|
6803
6471
|
},
|
|
6804
6472
|
"annotation": {
|
|
6805
|
-
"type": "
|
|
6806
|
-
"
|
|
6473
|
+
"type": "array",
|
|
6474
|
+
"elementType": {
|
|
6475
|
+
"type": "reference",
|
|
6476
|
+
"typeName": {
|
|
6477
|
+
"type": "identifier",
|
|
6478
|
+
"name": "UploadFileInfo"
|
|
6479
|
+
}
|
|
6480
|
+
}
|
|
6807
6481
|
},
|
|
6482
|
+
"optional": true,
|
|
6808
6483
|
"computed": false
|
|
6809
6484
|
},
|
|
6810
6485
|
{
|
|
6811
6486
|
"type": "propertySignature",
|
|
6812
6487
|
"key": {
|
|
6813
6488
|
"type": "identifier",
|
|
6814
|
-
"name": "
|
|
6489
|
+
"name": "cmd"
|
|
6815
6490
|
},
|
|
6816
6491
|
"annotation": {
|
|
6817
|
-
"type": "
|
|
6818
|
-
"
|
|
6492
|
+
"type": "union",
|
|
6493
|
+
"types": [
|
|
6494
|
+
{
|
|
6495
|
+
"type": "reference",
|
|
6496
|
+
"typeName": {
|
|
6497
|
+
"type": "identifier",
|
|
6498
|
+
"name": "CommandPayload"
|
|
6499
|
+
}
|
|
6500
|
+
},
|
|
6501
|
+
{
|
|
6502
|
+
"type": "keyword",
|
|
6503
|
+
"value": "null"
|
|
6504
|
+
}
|
|
6505
|
+
]
|
|
6819
6506
|
},
|
|
6507
|
+
"optional": true,
|
|
6820
6508
|
"computed": false
|
|
6821
6509
|
},
|
|
6822
6510
|
{
|
|
6823
6511
|
"type": "propertySignature",
|
|
6824
6512
|
"key": {
|
|
6825
6513
|
"type": "identifier",
|
|
6826
|
-
"name": "
|
|
6514
|
+
"name": "aiEmployeeId"
|
|
6827
6515
|
},
|
|
6828
6516
|
"annotation": {
|
|
6829
|
-
"type": "
|
|
6830
|
-
"
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
|
|
6517
|
+
"type": "union",
|
|
6518
|
+
"types": [
|
|
6519
|
+
{
|
|
6520
|
+
"type": "keyword",
|
|
6521
|
+
"value": "string"
|
|
6522
|
+
},
|
|
6523
|
+
{
|
|
6524
|
+
"type": "keyword",
|
|
6525
|
+
"value": "null"
|
|
6526
|
+
}
|
|
6527
|
+
]
|
|
6834
6528
|
},
|
|
6835
6529
|
"optional": true,
|
|
6836
6530
|
"computed": false
|
|
@@ -6839,56 +6533,17 @@
|
|
|
6839
6533
|
},
|
|
6840
6534
|
{
|
|
6841
6535
|
"type": "interface",
|
|
6842
|
-
"name": "
|
|
6536
|
+
"name": "UploadFileInfo",
|
|
6843
6537
|
"body": [
|
|
6844
6538
|
{
|
|
6845
6539
|
"type": "propertySignature",
|
|
6846
6540
|
"key": {
|
|
6847
6541
|
"type": "identifier",
|
|
6848
|
-
"name": "
|
|
6542
|
+
"name": "fileId"
|
|
6849
6543
|
},
|
|
6850
6544
|
"annotation": {
|
|
6851
|
-
"type": "
|
|
6852
|
-
"
|
|
6853
|
-
"type": "identifier",
|
|
6854
|
-
"name": "SimpleActionType"
|
|
6855
|
-
}
|
|
6856
|
-
},
|
|
6857
|
-
"computed": false
|
|
6858
|
-
},
|
|
6859
|
-
{
|
|
6860
|
-
"type": "propertySignature",
|
|
6861
|
-
"key": {
|
|
6862
|
-
"type": "identifier",
|
|
6863
|
-
"name": "project"
|
|
6864
|
-
},
|
|
6865
|
-
"annotation": {
|
|
6866
|
-
"type": "reference",
|
|
6867
|
-
"typeName": {
|
|
6868
|
-
"type": "identifier",
|
|
6869
|
-
"name": "Project"
|
|
6870
|
-
}
|
|
6871
|
-
},
|
|
6872
|
-
"computed": false
|
|
6873
|
-
}
|
|
6874
|
-
]
|
|
6875
|
-
},
|
|
6876
|
-
{
|
|
6877
|
-
"type": "interface",
|
|
6878
|
-
"name": "PersonalActionClickDetail",
|
|
6879
|
-
"body": [
|
|
6880
|
-
{
|
|
6881
|
-
"type": "propertySignature",
|
|
6882
|
-
"key": {
|
|
6883
|
-
"type": "identifier",
|
|
6884
|
-
"name": "action"
|
|
6885
|
-
},
|
|
6886
|
-
"annotation": {
|
|
6887
|
-
"type": "reference",
|
|
6888
|
-
"typeName": {
|
|
6889
|
-
"type": "identifier",
|
|
6890
|
-
"name": "SimpleActionType"
|
|
6891
|
-
}
|
|
6545
|
+
"type": "keyword",
|
|
6546
|
+
"value": "string"
|
|
6892
6547
|
},
|
|
6893
6548
|
"computed": false
|
|
6894
6549
|
}
|
|
@@ -6896,84 +6551,232 @@
|
|
|
6896
6551
|
}
|
|
6897
6552
|
]
|
|
6898
6553
|
},
|
|
6899
|
-
"ai-portal.
|
|
6554
|
+
"ai-portal.elevo-sidebar": {
|
|
6900
6555
|
"properties": [
|
|
6901
6556
|
{
|
|
6902
|
-
"name": "
|
|
6557
|
+
"name": "userInstanceId",
|
|
6558
|
+
"annotation": {
|
|
6559
|
+
"type": "keyword",
|
|
6560
|
+
"value": "string"
|
|
6561
|
+
}
|
|
6562
|
+
},
|
|
6563
|
+
{
|
|
6564
|
+
"name": "behavior",
|
|
6565
|
+
"annotation": {
|
|
6566
|
+
"type": "union",
|
|
6567
|
+
"types": [
|
|
6568
|
+
{
|
|
6569
|
+
"type": "jsLiteral",
|
|
6570
|
+
"value": "default"
|
|
6571
|
+
},
|
|
6572
|
+
{
|
|
6573
|
+
"type": "jsLiteral",
|
|
6574
|
+
"value": "drawer"
|
|
6575
|
+
}
|
|
6576
|
+
]
|
|
6577
|
+
}
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"name": "logoUrl",
|
|
6581
|
+
"annotation": {
|
|
6582
|
+
"type": "keyword",
|
|
6583
|
+
"value": "string"
|
|
6584
|
+
}
|
|
6585
|
+
},
|
|
6586
|
+
{
|
|
6587
|
+
"name": "newChatUrl",
|
|
6588
|
+
"annotation": {
|
|
6589
|
+
"type": "keyword",
|
|
6590
|
+
"value": "string"
|
|
6591
|
+
}
|
|
6592
|
+
},
|
|
6593
|
+
{
|
|
6594
|
+
"name": "newChatLinkWhenCollapsed",
|
|
6903
6595
|
"annotation": {
|
|
6904
6596
|
"type": "keyword",
|
|
6905
6597
|
"value": "boolean"
|
|
6906
6598
|
}
|
|
6907
6599
|
},
|
|
6908
6600
|
{
|
|
6909
|
-
"name": "
|
|
6601
|
+
"name": "historyUrlTemplate",
|
|
6910
6602
|
"annotation": {
|
|
6911
6603
|
"type": "keyword",
|
|
6912
6604
|
"value": "string"
|
|
6913
6605
|
}
|
|
6914
6606
|
},
|
|
6915
6607
|
{
|
|
6916
|
-
"name": "
|
|
6608
|
+
"name": "historyActions",
|
|
6609
|
+
"annotation": {
|
|
6610
|
+
"type": "array",
|
|
6611
|
+
"elementType": {
|
|
6612
|
+
"type": "reference",
|
|
6613
|
+
"typeName": {
|
|
6614
|
+
"type": "identifier",
|
|
6615
|
+
"name": "ActionType"
|
|
6616
|
+
}
|
|
6617
|
+
}
|
|
6618
|
+
}
|
|
6619
|
+
},
|
|
6620
|
+
{
|
|
6621
|
+
"name": "showProjects",
|
|
6917
6622
|
"annotation": {
|
|
6918
6623
|
"type": "keyword",
|
|
6919
6624
|
"value": "boolean"
|
|
6920
6625
|
}
|
|
6921
6626
|
},
|
|
6922
6627
|
{
|
|
6923
|
-
"name": "
|
|
6628
|
+
"name": "projectUrlTemplate",
|
|
6629
|
+
"annotation": {
|
|
6630
|
+
"type": "keyword",
|
|
6631
|
+
"value": "string"
|
|
6632
|
+
}
|
|
6633
|
+
},
|
|
6634
|
+
{
|
|
6635
|
+
"name": "projectActions",
|
|
6924
6636
|
"annotation": {
|
|
6925
6637
|
"type": "array",
|
|
6926
6638
|
"elementType": {
|
|
6927
6639
|
"type": "reference",
|
|
6928
6640
|
"typeName": {
|
|
6929
6641
|
"type": "identifier",
|
|
6930
|
-
"name": "
|
|
6642
|
+
"name": "ActionType"
|
|
6931
6643
|
}
|
|
6932
6644
|
}
|
|
6933
6645
|
}
|
|
6934
6646
|
},
|
|
6935
6647
|
{
|
|
6936
|
-
"name": "
|
|
6648
|
+
"name": "personalActions",
|
|
6937
6649
|
"annotation": {
|
|
6938
6650
|
"type": "array",
|
|
6939
6651
|
"elementType": {
|
|
6940
6652
|
"type": "reference",
|
|
6941
6653
|
"typeName": {
|
|
6942
6654
|
"type": "identifier",
|
|
6943
|
-
"name": "
|
|
6655
|
+
"name": "ActionType"
|
|
6944
6656
|
}
|
|
6945
6657
|
}
|
|
6946
6658
|
}
|
|
6947
6659
|
},
|
|
6948
6660
|
{
|
|
6949
|
-
"name": "
|
|
6661
|
+
"name": "links",
|
|
6662
|
+
"annotation": {
|
|
6663
|
+
"type": "array",
|
|
6664
|
+
"elementType": {
|
|
6665
|
+
"type": "reference",
|
|
6666
|
+
"typeName": {
|
|
6667
|
+
"type": "identifier",
|
|
6668
|
+
"name": "SidebarLink"
|
|
6669
|
+
}
|
|
6670
|
+
}
|
|
6671
|
+
}
|
|
6672
|
+
},
|
|
6673
|
+
{
|
|
6674
|
+
"name": "canAddProject",
|
|
6675
|
+
"annotation": {
|
|
6676
|
+
"type": "keyword",
|
|
6677
|
+
"value": "boolean"
|
|
6678
|
+
}
|
|
6679
|
+
},
|
|
6680
|
+
{
|
|
6681
|
+
"name": "myLinks",
|
|
6682
|
+
"annotation": {
|
|
6683
|
+
"type": "array",
|
|
6684
|
+
"elementType": {
|
|
6685
|
+
"type": "reference",
|
|
6686
|
+
"typeName": {
|
|
6687
|
+
"type": "identifier",
|
|
6688
|
+
"name": "SidebarLink"
|
|
6689
|
+
}
|
|
6690
|
+
}
|
|
6691
|
+
}
|
|
6692
|
+
},
|
|
6693
|
+
{
|
|
6694
|
+
"name": "scope",
|
|
6695
|
+
"annotation": {
|
|
6696
|
+
"type": "union",
|
|
6697
|
+
"types": [
|
|
6698
|
+
{
|
|
6699
|
+
"type": "jsLiteral",
|
|
6700
|
+
"value": "default"
|
|
6701
|
+
},
|
|
6702
|
+
{
|
|
6703
|
+
"type": "jsLiteral",
|
|
6704
|
+
"value": "space"
|
|
6705
|
+
}
|
|
6706
|
+
]
|
|
6707
|
+
}
|
|
6708
|
+
},
|
|
6709
|
+
{
|
|
6710
|
+
"name": "spaceNav",
|
|
6950
6711
|
"annotation": {
|
|
6951
6712
|
"type": "reference",
|
|
6952
6713
|
"typeName": {
|
|
6953
6714
|
"type": "identifier",
|
|
6954
|
-
"name": "
|
|
6715
|
+
"name": "SpaceNavProps"
|
|
6955
6716
|
}
|
|
6956
6717
|
}
|
|
6957
6718
|
}
|
|
6958
6719
|
],
|
|
6959
6720
|
"events": [
|
|
6960
6721
|
{
|
|
6961
|
-
"name": "
|
|
6722
|
+
"name": "logout",
|
|
6962
6723
|
"detail": {
|
|
6963
6724
|
"annotation": {
|
|
6964
6725
|
"type": "keyword",
|
|
6965
|
-
"value": "
|
|
6726
|
+
"value": "void"
|
|
6966
6727
|
}
|
|
6967
6728
|
}
|
|
6968
6729
|
},
|
|
6969
6730
|
{
|
|
6970
|
-
"name": "
|
|
6731
|
+
"name": "action.click",
|
|
6971
6732
|
"detail": {
|
|
6972
6733
|
"annotation": {
|
|
6973
6734
|
"type": "reference",
|
|
6974
6735
|
"typeName": {
|
|
6975
6736
|
"type": "identifier",
|
|
6976
|
-
"name": "
|
|
6737
|
+
"name": "ActionClickDetail"
|
|
6738
|
+
}
|
|
6739
|
+
}
|
|
6740
|
+
}
|
|
6741
|
+
},
|
|
6742
|
+
{
|
|
6743
|
+
"name": "project.action.click",
|
|
6744
|
+
"detail": {
|
|
6745
|
+
"annotation": {
|
|
6746
|
+
"type": "reference",
|
|
6747
|
+
"typeName": {
|
|
6748
|
+
"type": "identifier",
|
|
6749
|
+
"name": "ProjectActionClickDetail"
|
|
6750
|
+
}
|
|
6751
|
+
}
|
|
6752
|
+
}
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"name": "add.project",
|
|
6756
|
+
"detail": {
|
|
6757
|
+
"annotation": {
|
|
6758
|
+
"type": "keyword",
|
|
6759
|
+
"value": "void"
|
|
6760
|
+
}
|
|
6761
|
+
}
|
|
6762
|
+
},
|
|
6763
|
+
{
|
|
6764
|
+
"name": "add.serviceflow",
|
|
6765
|
+
"detail": {
|
|
6766
|
+
"annotation": {
|
|
6767
|
+
"type": "keyword",
|
|
6768
|
+
"value": "void"
|
|
6769
|
+
}
|
|
6770
|
+
}
|
|
6771
|
+
},
|
|
6772
|
+
{
|
|
6773
|
+
"name": "personal.action.click",
|
|
6774
|
+
"detail": {
|
|
6775
|
+
"annotation": {
|
|
6776
|
+
"type": "reference",
|
|
6777
|
+
"typeName": {
|
|
6778
|
+
"type": "identifier",
|
|
6779
|
+
"name": "PersonalActionClickDetail"
|
|
6977
6780
|
}
|
|
6978
6781
|
}
|
|
6979
6782
|
}
|
|
@@ -6981,43 +6784,354 @@
|
|
|
6981
6784
|
],
|
|
6982
6785
|
"methods": [
|
|
6983
6786
|
{
|
|
6984
|
-
"name": "
|
|
6787
|
+
"name": "pullHistory",
|
|
6985
6788
|
"params": [
|
|
6986
6789
|
{
|
|
6987
|
-
"name": "
|
|
6790
|
+
"name": "delay",
|
|
6988
6791
|
"annotation": {
|
|
6989
6792
|
"type": "keyword",
|
|
6990
|
-
"value": "
|
|
6793
|
+
"value": "number"
|
|
6991
6794
|
}
|
|
6992
6795
|
}
|
|
6993
6796
|
],
|
|
6994
6797
|
"returns": {}
|
|
6995
6798
|
},
|
|
6996
6799
|
{
|
|
6997
|
-
"name": "
|
|
6800
|
+
"name": "open",
|
|
6998
6801
|
"params": [],
|
|
6999
6802
|
"returns": {}
|
|
7000
6803
|
},
|
|
7001
6804
|
{
|
|
7002
|
-
"name": "
|
|
6805
|
+
"name": "close",
|
|
7003
6806
|
"params": [],
|
|
7004
6807
|
"returns": {}
|
|
6808
|
+
},
|
|
6809
|
+
{
|
|
6810
|
+
"name": "removeProject",
|
|
6811
|
+
"params": [
|
|
6812
|
+
{
|
|
6813
|
+
"name": "projectId",
|
|
6814
|
+
"annotation": {
|
|
6815
|
+
"type": "keyword",
|
|
6816
|
+
"value": "string"
|
|
6817
|
+
}
|
|
6818
|
+
}
|
|
6819
|
+
],
|
|
6820
|
+
"returns": {}
|
|
6821
|
+
},
|
|
6822
|
+
{
|
|
6823
|
+
"name": "addProject",
|
|
6824
|
+
"params": [
|
|
6825
|
+
{
|
|
6826
|
+
"name": "project",
|
|
6827
|
+
"annotation": {
|
|
6828
|
+
"type": "reference",
|
|
6829
|
+
"typeName": {
|
|
6830
|
+
"type": "identifier",
|
|
6831
|
+
"name": "Project"
|
|
6832
|
+
}
|
|
6833
|
+
}
|
|
6834
|
+
}
|
|
6835
|
+
],
|
|
6836
|
+
"returns": {}
|
|
6837
|
+
},
|
|
6838
|
+
{
|
|
6839
|
+
"name": "moveConversation",
|
|
6840
|
+
"params": [
|
|
6841
|
+
{
|
|
6842
|
+
"name": "conversationId",
|
|
6843
|
+
"annotation": {
|
|
6844
|
+
"type": "keyword",
|
|
6845
|
+
"value": "string"
|
|
6846
|
+
}
|
|
6847
|
+
}
|
|
6848
|
+
],
|
|
6849
|
+
"returns": {}
|
|
7005
6850
|
}
|
|
7006
6851
|
],
|
|
7007
6852
|
"types": [
|
|
7008
6853
|
{
|
|
7009
6854
|
"type": "interface",
|
|
7010
|
-
"name": "
|
|
6855
|
+
"name": "SidebarLink",
|
|
6856
|
+
"body": [
|
|
6857
|
+
{
|
|
6858
|
+
"type": "propertySignature",
|
|
6859
|
+
"key": {
|
|
6860
|
+
"type": "identifier",
|
|
6861
|
+
"name": "title"
|
|
6862
|
+
},
|
|
6863
|
+
"annotation": {
|
|
6864
|
+
"type": "keyword",
|
|
6865
|
+
"value": "string"
|
|
6866
|
+
},
|
|
6867
|
+
"computed": false
|
|
6868
|
+
},
|
|
6869
|
+
{
|
|
6870
|
+
"type": "propertySignature",
|
|
6871
|
+
"key": {
|
|
6872
|
+
"type": "identifier",
|
|
6873
|
+
"name": "url"
|
|
6874
|
+
},
|
|
6875
|
+
"annotation": {
|
|
6876
|
+
"type": "keyword",
|
|
6877
|
+
"value": "string"
|
|
6878
|
+
},
|
|
6879
|
+
"computed": false
|
|
6880
|
+
},
|
|
6881
|
+
{
|
|
6882
|
+
"type": "propertySignature",
|
|
6883
|
+
"key": {
|
|
6884
|
+
"type": "identifier",
|
|
6885
|
+
"name": "icon"
|
|
6886
|
+
},
|
|
6887
|
+
"annotation": {
|
|
6888
|
+
"type": "reference",
|
|
6889
|
+
"typeName": {
|
|
6890
|
+
"type": "identifier",
|
|
6891
|
+
"name": "GeneralIconProps"
|
|
6892
|
+
}
|
|
6893
|
+
},
|
|
6894
|
+
"optional": true,
|
|
6895
|
+
"computed": false
|
|
6896
|
+
},
|
|
6897
|
+
{
|
|
6898
|
+
"type": "propertySignature",
|
|
6899
|
+
"key": {
|
|
6900
|
+
"type": "identifier",
|
|
6901
|
+
"name": "activeIncludes"
|
|
6902
|
+
},
|
|
6903
|
+
"annotation": {
|
|
6904
|
+
"type": "array",
|
|
6905
|
+
"elementType": {
|
|
6906
|
+
"type": "keyword",
|
|
6907
|
+
"value": "string"
|
|
6908
|
+
}
|
|
6909
|
+
},
|
|
6910
|
+
"optional": true,
|
|
6911
|
+
"computed": false
|
|
6912
|
+
}
|
|
6913
|
+
]
|
|
6914
|
+
},
|
|
6915
|
+
{
|
|
6916
|
+
"type": "interface",
|
|
6917
|
+
"name": "SpaceNavProps",
|
|
7011
6918
|
"body": [
|
|
7012
6919
|
{
|
|
7013
6920
|
"type": "propertySignature",
|
|
7014
6921
|
"key": {
|
|
7015
6922
|
"type": "identifier",
|
|
7016
|
-
"name": "
|
|
6923
|
+
"name": "returnUrl"
|
|
6924
|
+
},
|
|
6925
|
+
"annotation": {
|
|
6926
|
+
"type": "keyword",
|
|
6927
|
+
"value": "string"
|
|
6928
|
+
},
|
|
6929
|
+
"computed": false
|
|
6930
|
+
},
|
|
6931
|
+
{
|
|
6932
|
+
"type": "propertySignature",
|
|
6933
|
+
"key": {
|
|
6934
|
+
"type": "identifier",
|
|
6935
|
+
"name": "introUrl"
|
|
6936
|
+
},
|
|
6937
|
+
"annotation": {
|
|
6938
|
+
"type": "keyword",
|
|
6939
|
+
"value": "string"
|
|
6940
|
+
},
|
|
6941
|
+
"computed": false
|
|
6942
|
+
},
|
|
6943
|
+
{
|
|
6944
|
+
"type": "propertySignature",
|
|
6945
|
+
"key": {
|
|
6946
|
+
"type": "identifier",
|
|
6947
|
+
"name": "spaceDetail"
|
|
6948
|
+
},
|
|
6949
|
+
"annotation": {
|
|
6950
|
+
"type": "typeLiteral",
|
|
6951
|
+
"members": [
|
|
6952
|
+
{
|
|
6953
|
+
"type": "propertySignature",
|
|
6954
|
+
"key": {
|
|
6955
|
+
"type": "identifier",
|
|
6956
|
+
"name": "instanceId"
|
|
6957
|
+
},
|
|
6958
|
+
"annotation": {
|
|
6959
|
+
"type": "keyword",
|
|
6960
|
+
"value": "string"
|
|
6961
|
+
},
|
|
6962
|
+
"computed": false
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"type": "propertySignature",
|
|
6966
|
+
"key": {
|
|
6967
|
+
"type": "identifier",
|
|
6968
|
+
"name": "name"
|
|
6969
|
+
},
|
|
6970
|
+
"annotation": {
|
|
6971
|
+
"type": "keyword",
|
|
6972
|
+
"value": "string"
|
|
6973
|
+
},
|
|
6974
|
+
"computed": false
|
|
6975
|
+
},
|
|
6976
|
+
{
|
|
6977
|
+
"type": "propertySignature",
|
|
6978
|
+
"key": {
|
|
6979
|
+
"type": "identifier",
|
|
6980
|
+
"name": "icon"
|
|
6981
|
+
},
|
|
6982
|
+
"annotation": {
|
|
6983
|
+
"type": "intersection",
|
|
6984
|
+
"types": [
|
|
6985
|
+
{
|
|
6986
|
+
"type": "reference",
|
|
6987
|
+
"typeName": {
|
|
6988
|
+
"type": "identifier",
|
|
6989
|
+
"name": "GeneralIconProps"
|
|
6990
|
+
}
|
|
6991
|
+
},
|
|
6992
|
+
{
|
|
6993
|
+
"type": "typeLiteral",
|
|
6994
|
+
"members": [
|
|
6995
|
+
{
|
|
6996
|
+
"type": "propertySignature",
|
|
6997
|
+
"key": {
|
|
6998
|
+
"type": "identifier",
|
|
6999
|
+
"name": "color"
|
|
7000
|
+
},
|
|
7001
|
+
"annotation": {
|
|
7002
|
+
"type": "keyword",
|
|
7003
|
+
"value": "string"
|
|
7004
|
+
},
|
|
7005
|
+
"optional": true,
|
|
7006
|
+
"computed": false
|
|
7007
|
+
}
|
|
7008
|
+
]
|
|
7009
|
+
}
|
|
7010
|
+
]
|
|
7011
|
+
},
|
|
7012
|
+
"optional": true,
|
|
7013
|
+
"computed": false
|
|
7014
|
+
}
|
|
7015
|
+
]
|
|
7016
|
+
},
|
|
7017
|
+
"computed": false
|
|
7018
|
+
},
|
|
7019
|
+
{
|
|
7020
|
+
"type": "propertySignature",
|
|
7021
|
+
"key": {
|
|
7022
|
+
"type": "identifier",
|
|
7023
|
+
"name": "spaceObjects"
|
|
7024
|
+
},
|
|
7025
|
+
"annotation": {
|
|
7026
|
+
"type": "array",
|
|
7027
|
+
"elementType": {
|
|
7028
|
+
"type": "reference",
|
|
7029
|
+
"typeName": {
|
|
7030
|
+
"type": "identifier",
|
|
7031
|
+
"name": "SidebarLink"
|
|
7032
|
+
}
|
|
7033
|
+
}
|
|
7034
|
+
},
|
|
7035
|
+
"optional": true,
|
|
7036
|
+
"computed": false
|
|
7037
|
+
},
|
|
7038
|
+
{
|
|
7039
|
+
"type": "propertySignature",
|
|
7040
|
+
"key": {
|
|
7041
|
+
"type": "identifier",
|
|
7042
|
+
"name": "spaceServiceflows"
|
|
7043
|
+
},
|
|
7044
|
+
"annotation": {
|
|
7045
|
+
"type": "array",
|
|
7046
|
+
"elementType": {
|
|
7047
|
+
"type": "reference",
|
|
7048
|
+
"typeName": {
|
|
7049
|
+
"type": "identifier",
|
|
7050
|
+
"name": "SidebarLink"
|
|
7051
|
+
}
|
|
7052
|
+
}
|
|
7053
|
+
},
|
|
7054
|
+
"optional": true,
|
|
7055
|
+
"computed": false
|
|
7056
|
+
},
|
|
7057
|
+
{
|
|
7058
|
+
"type": "propertySignature",
|
|
7059
|
+
"key": {
|
|
7060
|
+
"type": "identifier",
|
|
7061
|
+
"name": "spaceLinks"
|
|
7062
|
+
},
|
|
7063
|
+
"annotation": {
|
|
7064
|
+
"type": "array",
|
|
7065
|
+
"elementType": {
|
|
7066
|
+
"type": "reference",
|
|
7067
|
+
"typeName": {
|
|
7068
|
+
"type": "identifier",
|
|
7069
|
+
"name": "SidebarLink"
|
|
7070
|
+
}
|
|
7071
|
+
}
|
|
7072
|
+
},
|
|
7073
|
+
"optional": true,
|
|
7074
|
+
"computed": false
|
|
7075
|
+
}
|
|
7076
|
+
]
|
|
7077
|
+
},
|
|
7078
|
+
{
|
|
7079
|
+
"type": "interface",
|
|
7080
|
+
"name": "ActionClickDetail",
|
|
7081
|
+
"body": [
|
|
7082
|
+
{
|
|
7083
|
+
"type": "propertySignature",
|
|
7084
|
+
"key": {
|
|
7085
|
+
"type": "identifier",
|
|
7086
|
+
"name": "action"
|
|
7087
|
+
},
|
|
7088
|
+
"annotation": {
|
|
7089
|
+
"type": "intersection",
|
|
7090
|
+
"types": [
|
|
7091
|
+
{
|
|
7092
|
+
"type": "reference",
|
|
7093
|
+
"typeName": {
|
|
7094
|
+
"type": "identifier",
|
|
7095
|
+
"name": "SimpleActionType"
|
|
7096
|
+
}
|
|
7097
|
+
},
|
|
7098
|
+
{
|
|
7099
|
+
"type": "typeLiteral",
|
|
7100
|
+
"members": [
|
|
7101
|
+
{
|
|
7102
|
+
"type": "propertySignature",
|
|
7103
|
+
"key": {
|
|
7104
|
+
"type": "identifier",
|
|
7105
|
+
"name": "project"
|
|
7106
|
+
},
|
|
7107
|
+
"annotation": {
|
|
7108
|
+
"type": "reference",
|
|
7109
|
+
"typeName": {
|
|
7110
|
+
"type": "identifier",
|
|
7111
|
+
"name": "Project"
|
|
7112
|
+
}
|
|
7113
|
+
},
|
|
7114
|
+
"optional": true,
|
|
7115
|
+
"computed": false
|
|
7116
|
+
}
|
|
7117
|
+
]
|
|
7118
|
+
}
|
|
7119
|
+
]
|
|
7120
|
+
},
|
|
7121
|
+
"computed": false
|
|
7122
|
+
},
|
|
7123
|
+
{
|
|
7124
|
+
"type": "propertySignature",
|
|
7125
|
+
"key": {
|
|
7126
|
+
"type": "identifier",
|
|
7127
|
+
"name": "item"
|
|
7017
7128
|
},
|
|
7018
7129
|
"annotation": {
|
|
7019
|
-
"type": "
|
|
7020
|
-
"
|
|
7130
|
+
"type": "reference",
|
|
7131
|
+
"typeName": {
|
|
7132
|
+
"type": "identifier",
|
|
7133
|
+
"name": "HistoryItem"
|
|
7134
|
+
}
|
|
7021
7135
|
},
|
|
7022
7136
|
"computed": false
|
|
7023
7137
|
},
|
|
@@ -7025,330 +7139,262 @@
|
|
|
7025
7139
|
"type": "propertySignature",
|
|
7026
7140
|
"key": {
|
|
7027
7141
|
"type": "identifier",
|
|
7028
|
-
"name": "
|
|
7142
|
+
"name": "project"
|
|
7029
7143
|
},
|
|
7030
7144
|
"annotation": {
|
|
7031
|
-
"type": "
|
|
7032
|
-
"
|
|
7145
|
+
"type": "reference",
|
|
7146
|
+
"typeName": {
|
|
7147
|
+
"type": "identifier",
|
|
7148
|
+
"name": "Project"
|
|
7149
|
+
}
|
|
7033
7150
|
},
|
|
7151
|
+
"optional": true,
|
|
7034
7152
|
"computed": false
|
|
7035
7153
|
}
|
|
7036
7154
|
]
|
|
7037
7155
|
},
|
|
7038
7156
|
{
|
|
7039
7157
|
"type": "interface",
|
|
7040
|
-
"name": "
|
|
7158
|
+
"name": "Project",
|
|
7041
7159
|
"body": [
|
|
7042
7160
|
{
|
|
7043
7161
|
"type": "propertySignature",
|
|
7044
7162
|
"key": {
|
|
7045
7163
|
"type": "identifier",
|
|
7046
|
-
"name": "
|
|
7047
|
-
},
|
|
7048
|
-
"annotation": {
|
|
7049
|
-
"type": "keyword",
|
|
7050
|
-
"value": "string"
|
|
7051
|
-
},
|
|
7052
|
-
"computed": false
|
|
7053
|
-
},
|
|
7054
|
-
{
|
|
7055
|
-
"type": "propertySignature",
|
|
7056
|
-
"key": {
|
|
7057
|
-
"type": "identifier",
|
|
7058
|
-
"name": "value"
|
|
7164
|
+
"name": "instanceId"
|
|
7059
7165
|
},
|
|
7060
7166
|
"annotation": {
|
|
7061
7167
|
"type": "keyword",
|
|
7062
7168
|
"value": "string"
|
|
7063
7169
|
},
|
|
7064
|
-
"computed": false
|
|
7170
|
+
"computed": false,
|
|
7171
|
+
"description": "实例ID"
|
|
7065
7172
|
},
|
|
7066
7173
|
{
|
|
7067
7174
|
"type": "propertySignature",
|
|
7068
7175
|
"key": {
|
|
7069
7176
|
"type": "identifier",
|
|
7070
|
-
"name": "
|
|
7177
|
+
"name": "name"
|
|
7071
7178
|
},
|
|
7072
7179
|
"annotation": {
|
|
7073
7180
|
"type": "keyword",
|
|
7074
7181
|
"value": "string"
|
|
7075
7182
|
},
|
|
7076
|
-
"
|
|
7077
|
-
"
|
|
7183
|
+
"computed": false,
|
|
7184
|
+
"description": "项目名称"
|
|
7078
7185
|
},
|
|
7079
7186
|
{
|
|
7080
7187
|
"type": "propertySignature",
|
|
7081
7188
|
"key": {
|
|
7082
7189
|
"type": "identifier",
|
|
7083
|
-
"name": "
|
|
7190
|
+
"name": "description"
|
|
7084
7191
|
},
|
|
7085
7192
|
"annotation": {
|
|
7086
7193
|
"type": "keyword",
|
|
7087
7194
|
"value": "string"
|
|
7088
7195
|
},
|
|
7089
|
-
"
|
|
7090
|
-
"
|
|
7196
|
+
"computed": false,
|
|
7197
|
+
"description": "项目描述"
|
|
7091
7198
|
},
|
|
7092
7199
|
{
|
|
7093
7200
|
"type": "propertySignature",
|
|
7094
7201
|
"key": {
|
|
7095
7202
|
"type": "identifier",
|
|
7096
|
-
"name": "
|
|
7203
|
+
"name": "state"
|
|
7097
7204
|
},
|
|
7098
7205
|
"annotation": {
|
|
7099
|
-
"type": "
|
|
7100
|
-
"
|
|
7101
|
-
|
|
7102
|
-
|
|
7103
|
-
"
|
|
7104
|
-
|
|
7206
|
+
"type": "union",
|
|
7207
|
+
"types": [
|
|
7208
|
+
{
|
|
7209
|
+
"type": "jsLiteral",
|
|
7210
|
+
"value": "active"
|
|
7211
|
+
},
|
|
7212
|
+
{
|
|
7213
|
+
"type": "jsLiteral",
|
|
7214
|
+
"value": "inactive"
|
|
7105
7215
|
}
|
|
7106
|
-
|
|
7216
|
+
]
|
|
7107
7217
|
},
|
|
7108
|
-
"
|
|
7109
|
-
"
|
|
7218
|
+
"computed": false,
|
|
7219
|
+
"description": "状态"
|
|
7110
7220
|
},
|
|
7111
7221
|
{
|
|
7112
7222
|
"type": "propertySignature",
|
|
7113
7223
|
"key": {
|
|
7114
7224
|
"type": "identifier",
|
|
7115
|
-
"name": "
|
|
7116
|
-
},
|
|
7117
|
-
"annotation": {
|
|
7118
|
-
"type": "reference",
|
|
7119
|
-
"typeName": {
|
|
7120
|
-
"type": "identifier",
|
|
7121
|
-
"name": "CommandPayload"
|
|
7122
|
-
}
|
|
7123
|
-
},
|
|
7124
|
-
"optional": true,
|
|
7125
|
-
"computed": false
|
|
7126
|
-
}
|
|
7127
|
-
]
|
|
7128
|
-
},
|
|
7129
|
-
{
|
|
7130
|
-
"type": "interface",
|
|
7131
|
-
"name": "UploadOptions",
|
|
7132
|
-
"body": [
|
|
7133
|
-
{
|
|
7134
|
-
"type": "propertySignature",
|
|
7135
|
-
"key": {
|
|
7136
|
-
"type": "identifier",
|
|
7137
|
-
"name": "enabled"
|
|
7225
|
+
"name": "defaultAiEmployeeId"
|
|
7138
7226
|
},
|
|
7139
7227
|
"annotation": {
|
|
7140
7228
|
"type": "keyword",
|
|
7141
|
-
"value": "
|
|
7229
|
+
"value": "string"
|
|
7142
7230
|
},
|
|
7143
|
-
"
|
|
7144
|
-
"
|
|
7231
|
+
"computed": false,
|
|
7232
|
+
"description": "默认数字人ID"
|
|
7145
7233
|
},
|
|
7146
7234
|
{
|
|
7147
7235
|
"type": "propertySignature",
|
|
7148
7236
|
"key": {
|
|
7149
7237
|
"type": "identifier",
|
|
7150
|
-
"name": "
|
|
7238
|
+
"name": "creator"
|
|
7151
7239
|
},
|
|
7152
7240
|
"annotation": {
|
|
7153
7241
|
"type": "keyword",
|
|
7154
|
-
"value": "
|
|
7242
|
+
"value": "string"
|
|
7155
7243
|
},
|
|
7156
|
-
"
|
|
7157
|
-
"
|
|
7244
|
+
"computed": false,
|
|
7245
|
+
"description": "创建者"
|
|
7158
7246
|
},
|
|
7159
7247
|
{
|
|
7160
7248
|
"type": "propertySignature",
|
|
7161
7249
|
"key": {
|
|
7162
7250
|
"type": "identifier",
|
|
7163
|
-
"name": "
|
|
7251
|
+
"name": "ctime"
|
|
7164
7252
|
},
|
|
7165
7253
|
"annotation": {
|
|
7166
7254
|
"type": "keyword",
|
|
7167
7255
|
"value": "string"
|
|
7168
7256
|
},
|
|
7169
|
-
"
|
|
7170
|
-
"
|
|
7257
|
+
"computed": false,
|
|
7258
|
+
"description": "创建时间"
|
|
7171
7259
|
},
|
|
7172
7260
|
{
|
|
7173
7261
|
"type": "propertySignature",
|
|
7174
7262
|
"key": {
|
|
7175
7263
|
"type": "identifier",
|
|
7176
|
-
"name": "
|
|
7264
|
+
"name": "mtime"
|
|
7177
7265
|
},
|
|
7178
7266
|
"annotation": {
|
|
7179
7267
|
"type": "keyword",
|
|
7180
7268
|
"value": "string"
|
|
7181
7269
|
},
|
|
7182
|
-
"
|
|
7183
|
-
"
|
|
7270
|
+
"computed": false,
|
|
7271
|
+
"description": "修改时间"
|
|
7184
7272
|
},
|
|
7185
7273
|
{
|
|
7186
7274
|
"type": "propertySignature",
|
|
7187
7275
|
"key": {
|
|
7188
7276
|
"type": "identifier",
|
|
7189
|
-
"name": "
|
|
7277
|
+
"name": "modifier"
|
|
7190
7278
|
},
|
|
7191
7279
|
"annotation": {
|
|
7192
7280
|
"type": "keyword",
|
|
7193
|
-
"value": "
|
|
7281
|
+
"value": "string"
|
|
7194
7282
|
},
|
|
7195
|
-
"
|
|
7196
|
-
"
|
|
7197
|
-
}
|
|
7283
|
+
"computed": false,
|
|
7284
|
+
"description": "修改者"
|
|
7285
|
+
}
|
|
7286
|
+
]
|
|
7287
|
+
},
|
|
7288
|
+
{
|
|
7289
|
+
"type": "interface",
|
|
7290
|
+
"name": "HistoryItem",
|
|
7291
|
+
"body": [
|
|
7198
7292
|
{
|
|
7199
7293
|
"type": "propertySignature",
|
|
7200
7294
|
"key": {
|
|
7201
7295
|
"type": "identifier",
|
|
7202
|
-
"name": "
|
|
7296
|
+
"name": "conversationId"
|
|
7203
7297
|
},
|
|
7204
7298
|
"annotation": {
|
|
7205
7299
|
"type": "keyword",
|
|
7206
|
-
"value": "
|
|
7300
|
+
"value": "string"
|
|
7207
7301
|
},
|
|
7208
|
-
"
|
|
7209
|
-
"computed": false,
|
|
7210
|
-
"description": "In bytes"
|
|
7302
|
+
"computed": false
|
|
7211
7303
|
},
|
|
7212
7304
|
{
|
|
7213
7305
|
"type": "propertySignature",
|
|
7214
7306
|
"key": {
|
|
7215
7307
|
"type": "identifier",
|
|
7216
|
-
"name": "
|
|
7308
|
+
"name": "title"
|
|
7217
7309
|
},
|
|
7218
7310
|
"annotation": {
|
|
7219
7311
|
"type": "keyword",
|
|
7220
7312
|
"value": "string"
|
|
7221
7313
|
},
|
|
7222
|
-
"optional": true,
|
|
7223
7314
|
"computed": false
|
|
7224
7315
|
},
|
|
7225
7316
|
{
|
|
7226
7317
|
"type": "propertySignature",
|
|
7227
7318
|
"key": {
|
|
7228
7319
|
"type": "identifier",
|
|
7229
|
-
"name": "
|
|
7320
|
+
"name": "startTime"
|
|
7230
7321
|
},
|
|
7231
7322
|
"annotation": {
|
|
7232
7323
|
"type": "keyword",
|
|
7233
|
-
"value": "
|
|
7324
|
+
"value": "number"
|
|
7234
7325
|
},
|
|
7235
|
-
"optional": true,
|
|
7236
7326
|
"computed": false
|
|
7237
|
-
}
|
|
7238
|
-
]
|
|
7239
|
-
},
|
|
7240
|
-
{
|
|
7241
|
-
"type": "interface",
|
|
7242
|
-
"name": "ChatPayload",
|
|
7243
|
-
"body": [
|
|
7327
|
+
},
|
|
7244
7328
|
{
|
|
7245
7329
|
"type": "propertySignature",
|
|
7246
7330
|
"key": {
|
|
7247
7331
|
"type": "identifier",
|
|
7248
|
-
"name": "
|
|
7332
|
+
"name": "state"
|
|
7249
7333
|
},
|
|
7250
7334
|
"annotation": {
|
|
7251
|
-
"type": "
|
|
7252
|
-
"
|
|
7335
|
+
"type": "reference",
|
|
7336
|
+
"typeName": {
|
|
7337
|
+
"type": "identifier",
|
|
7338
|
+
"name": "ConversationState"
|
|
7339
|
+
}
|
|
7253
7340
|
},
|
|
7341
|
+
"optional": true,
|
|
7254
7342
|
"computed": false
|
|
7255
7343
|
}
|
|
7256
|
-
],
|
|
7257
|
-
"extends": [
|
|
7258
|
-
{
|
|
7259
|
-
"type": "expressionWithTypeArguments",
|
|
7260
|
-
"expression": {
|
|
7261
|
-
"type": "identifier",
|
|
7262
|
-
"name": "ExtraChatPayload"
|
|
7263
|
-
}
|
|
7264
|
-
}
|
|
7265
7344
|
]
|
|
7266
7345
|
},
|
|
7267
7346
|
{
|
|
7268
7347
|
"type": "interface",
|
|
7269
|
-
"name": "
|
|
7348
|
+
"name": "ProjectActionClickDetail",
|
|
7270
7349
|
"body": [
|
|
7271
7350
|
{
|
|
7272
7351
|
"type": "propertySignature",
|
|
7273
7352
|
"key": {
|
|
7274
7353
|
"type": "identifier",
|
|
7275
|
-
"name": "
|
|
7354
|
+
"name": "action"
|
|
7276
7355
|
},
|
|
7277
7356
|
"annotation": {
|
|
7278
|
-
"type": "
|
|
7279
|
-
"
|
|
7280
|
-
"type": "
|
|
7281
|
-
"
|
|
7282
|
-
"type": "identifier",
|
|
7283
|
-
"name": "UploadFileInfo"
|
|
7284
|
-
}
|
|
7357
|
+
"type": "reference",
|
|
7358
|
+
"typeName": {
|
|
7359
|
+
"type": "identifier",
|
|
7360
|
+
"name": "SimpleActionType"
|
|
7285
7361
|
}
|
|
7286
7362
|
},
|
|
7287
|
-
"optional": true,
|
|
7288
|
-
"computed": false
|
|
7289
|
-
},
|
|
7290
|
-
{
|
|
7291
|
-
"type": "propertySignature",
|
|
7292
|
-
"key": {
|
|
7293
|
-
"type": "identifier",
|
|
7294
|
-
"name": "cmd"
|
|
7295
|
-
},
|
|
7296
|
-
"annotation": {
|
|
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
|
-
]
|
|
7311
|
-
},
|
|
7312
|
-
"optional": true,
|
|
7313
7363
|
"computed": false
|
|
7314
7364
|
},
|
|
7315
7365
|
{
|
|
7316
7366
|
"type": "propertySignature",
|
|
7317
7367
|
"key": {
|
|
7318
7368
|
"type": "identifier",
|
|
7319
|
-
"name": "
|
|
7369
|
+
"name": "project"
|
|
7320
7370
|
},
|
|
7321
7371
|
"annotation": {
|
|
7322
|
-
"type": "
|
|
7323
|
-
"
|
|
7324
|
-
|
|
7325
|
-
|
|
7326
|
-
|
|
7327
|
-
},
|
|
7328
|
-
{
|
|
7329
|
-
"type": "keyword",
|
|
7330
|
-
"value": "null"
|
|
7331
|
-
}
|
|
7332
|
-
]
|
|
7372
|
+
"type": "reference",
|
|
7373
|
+
"typeName": {
|
|
7374
|
+
"type": "identifier",
|
|
7375
|
+
"name": "Project"
|
|
7376
|
+
}
|
|
7333
7377
|
},
|
|
7334
|
-
"optional": true,
|
|
7335
7378
|
"computed": false
|
|
7336
7379
|
}
|
|
7337
7380
|
]
|
|
7338
7381
|
},
|
|
7339
7382
|
{
|
|
7340
7383
|
"type": "interface",
|
|
7341
|
-
"name": "
|
|
7384
|
+
"name": "PersonalActionClickDetail",
|
|
7342
7385
|
"body": [
|
|
7343
7386
|
{
|
|
7344
7387
|
"type": "propertySignature",
|
|
7345
7388
|
"key": {
|
|
7346
7389
|
"type": "identifier",
|
|
7347
|
-
"name": "
|
|
7390
|
+
"name": "action"
|
|
7348
7391
|
},
|
|
7349
7392
|
"annotation": {
|
|
7350
|
-
"type": "
|
|
7351
|
-
"
|
|
7393
|
+
"type": "reference",
|
|
7394
|
+
"typeName": {
|
|
7395
|
+
"type": "identifier",
|
|
7396
|
+
"name": "SimpleActionType"
|
|
7397
|
+
}
|
|
7352
7398
|
},
|
|
7353
7399
|
"computed": false
|
|
7354
7400
|
}
|