@next-bricks/ai-portal 0.64.0 → 0.64.2
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 +20 -20
- package/dist/chunks/{4820.95bda425.js → 4820.3f60d55c.js} +2 -2
- package/dist/chunks/4820.3f60d55c.js.map +1 -0
- package/dist/chunks/778.850294cf.js +2 -0
- package/dist/chunks/778.850294cf.js.map +1 -0
- package/dist/chunks/{9273.a031c62f.js → 9273.e6feece8.js} +2 -2
- package/dist/chunks/9273.e6feece8.js.map +1 -0
- package/dist/chunks/chat-panel.0735e831.js +2 -0
- package/dist/chunks/chat-panel.0735e831.js.map +1 -0
- package/dist/chunks/{main.cc3dd9a1.js → main.70cff0e5.js} +2 -2
- package/dist/chunks/{main.cc3dd9a1.js.map → main.70cff0e5.js.map} +1 -1
- package/dist/examples.json +14 -14
- package/dist/index.aadd5601.js +2 -0
- package/dist/{index.5b0a4eb5.js.map → index.aadd5601.js.map} +1 -1
- package/dist/manifest.json +132 -126
- package/dist/types.json +861 -854
- package/dist-types/chat-panel/index.d.ts +8 -1
- package/dist-types/chat-stream/AssistantMessage/AssistantMessage.d.ts +5 -3
- package/package.json +2 -2
- package/dist/chunks/4820.95bda425.js.map +0 -1
- package/dist/chunks/778.85eedde5.js +0 -2
- package/dist/chunks/778.85eedde5.js.map +0 -1
- package/dist/chunks/9273.a031c62f.js.map +0 -1
- package/dist/chunks/chat-panel.d451898f.js +0 -2
- package/dist/chunks/chat-panel.d451898f.js.map +0 -1
- package/dist/index.5b0a4eb5.js +0 -2
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.stat-with-mini-chart": {
|
|
16
3
|
"properties": [
|
|
17
4
|
{
|
|
@@ -235,6 +222,19 @@
|
|
|
235
222
|
}
|
|
236
223
|
]
|
|
237
224
|
},
|
|
225
|
+
"ai-portal.home-container": {
|
|
226
|
+
"properties": [
|
|
227
|
+
{
|
|
228
|
+
"name": "sticky",
|
|
229
|
+
"annotation": {
|
|
230
|
+
"type": "keyword",
|
|
231
|
+
"value": "boolean"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
"events": [],
|
|
236
|
+
"methods": []
|
|
237
|
+
},
|
|
238
238
|
"ai-portal.call-tool": {
|
|
239
239
|
"type": "provider",
|
|
240
240
|
"params": [
|
|
@@ -2485,101 +2485,6 @@
|
|
|
2485
2485
|
}
|
|
2486
2486
|
]
|
|
2487
2487
|
},
|
|
2488
|
-
"ai-portal.show-cases": {
|
|
2489
|
-
"properties": [
|
|
2490
|
-
{
|
|
2491
|
-
"name": "list",
|
|
2492
|
-
"annotation": {
|
|
2493
|
-
"type": "array",
|
|
2494
|
-
"elementType": {
|
|
2495
|
-
"type": "reference",
|
|
2496
|
-
"typeName": {
|
|
2497
|
-
"type": "identifier",
|
|
2498
|
-
"name": "ShowCaseType"
|
|
2499
|
-
}
|
|
2500
|
-
}
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"name": "limit",
|
|
2505
|
-
"annotation": {
|
|
2506
|
-
"type": "keyword",
|
|
2507
|
-
"value": "number"
|
|
2508
|
-
}
|
|
2509
|
-
}
|
|
2510
|
-
],
|
|
2511
|
-
"events": [],
|
|
2512
|
-
"methods": [],
|
|
2513
|
-
"types": [
|
|
2514
|
-
{
|
|
2515
|
-
"type": "interface",
|
|
2516
|
-
"name": "ShowCaseType",
|
|
2517
|
-
"body": [
|
|
2518
|
-
{
|
|
2519
|
-
"type": "propertySignature",
|
|
2520
|
-
"key": {
|
|
2521
|
-
"type": "identifier",
|
|
2522
|
-
"name": "conversationId"
|
|
2523
|
-
},
|
|
2524
|
-
"annotation": {
|
|
2525
|
-
"type": "keyword",
|
|
2526
|
-
"value": "string"
|
|
2527
|
-
},
|
|
2528
|
-
"computed": false
|
|
2529
|
-
},
|
|
2530
|
-
{
|
|
2531
|
-
"type": "propertySignature",
|
|
2532
|
-
"key": {
|
|
2533
|
-
"type": "identifier",
|
|
2534
|
-
"name": "title"
|
|
2535
|
-
},
|
|
2536
|
-
"annotation": {
|
|
2537
|
-
"type": "keyword",
|
|
2538
|
-
"value": "string"
|
|
2539
|
-
},
|
|
2540
|
-
"computed": false
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"type": "propertySignature",
|
|
2544
|
-
"key": {
|
|
2545
|
-
"type": "identifier",
|
|
2546
|
-
"name": "summary"
|
|
2547
|
-
},
|
|
2548
|
-
"annotation": {
|
|
2549
|
-
"type": "keyword",
|
|
2550
|
-
"value": "string"
|
|
2551
|
-
},
|
|
2552
|
-
"computed": false
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"type": "propertySignature",
|
|
2556
|
-
"key": {
|
|
2557
|
-
"type": "identifier",
|
|
2558
|
-
"name": "scenario"
|
|
2559
|
-
},
|
|
2560
|
-
"annotation": {
|
|
2561
|
-
"type": "keyword",
|
|
2562
|
-
"value": "string"
|
|
2563
|
-
},
|
|
2564
|
-
"computed": false
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"type": "propertySignature",
|
|
2568
|
-
"key": {
|
|
2569
|
-
"type": "identifier",
|
|
2570
|
-
"name": "url"
|
|
2571
|
-
},
|
|
2572
|
-
"annotation": {
|
|
2573
|
-
"type": "keyword",
|
|
2574
|
-
"value": "string"
|
|
2575
|
-
},
|
|
2576
|
-
"optional": true,
|
|
2577
|
-
"computed": false
|
|
2578
|
-
}
|
|
2579
|
-
]
|
|
2580
|
-
}
|
|
2581
|
-
]
|
|
2582
|
-
},
|
|
2583
2488
|
"ai-portal.mcp-tools": {
|
|
2584
2489
|
"properties": [
|
|
2585
2490
|
{
|
|
@@ -2920,6 +2825,101 @@
|
|
|
2920
2825
|
}
|
|
2921
2826
|
]
|
|
2922
2827
|
},
|
|
2828
|
+
"ai-portal.show-cases": {
|
|
2829
|
+
"properties": [
|
|
2830
|
+
{
|
|
2831
|
+
"name": "list",
|
|
2832
|
+
"annotation": {
|
|
2833
|
+
"type": "array",
|
|
2834
|
+
"elementType": {
|
|
2835
|
+
"type": "reference",
|
|
2836
|
+
"typeName": {
|
|
2837
|
+
"type": "identifier",
|
|
2838
|
+
"name": "ShowCaseType"
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
}
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"name": "limit",
|
|
2845
|
+
"annotation": {
|
|
2846
|
+
"type": "keyword",
|
|
2847
|
+
"value": "number"
|
|
2848
|
+
}
|
|
2849
|
+
}
|
|
2850
|
+
],
|
|
2851
|
+
"events": [],
|
|
2852
|
+
"methods": [],
|
|
2853
|
+
"types": [
|
|
2854
|
+
{
|
|
2855
|
+
"type": "interface",
|
|
2856
|
+
"name": "ShowCaseType",
|
|
2857
|
+
"body": [
|
|
2858
|
+
{
|
|
2859
|
+
"type": "propertySignature",
|
|
2860
|
+
"key": {
|
|
2861
|
+
"type": "identifier",
|
|
2862
|
+
"name": "conversationId"
|
|
2863
|
+
},
|
|
2864
|
+
"annotation": {
|
|
2865
|
+
"type": "keyword",
|
|
2866
|
+
"value": "string"
|
|
2867
|
+
},
|
|
2868
|
+
"computed": false
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"type": "propertySignature",
|
|
2872
|
+
"key": {
|
|
2873
|
+
"type": "identifier",
|
|
2874
|
+
"name": "title"
|
|
2875
|
+
},
|
|
2876
|
+
"annotation": {
|
|
2877
|
+
"type": "keyword",
|
|
2878
|
+
"value": "string"
|
|
2879
|
+
},
|
|
2880
|
+
"computed": false
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"type": "propertySignature",
|
|
2884
|
+
"key": {
|
|
2885
|
+
"type": "identifier",
|
|
2886
|
+
"name": "summary"
|
|
2887
|
+
},
|
|
2888
|
+
"annotation": {
|
|
2889
|
+
"type": "keyword",
|
|
2890
|
+
"value": "string"
|
|
2891
|
+
},
|
|
2892
|
+
"computed": false
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"type": "propertySignature",
|
|
2896
|
+
"key": {
|
|
2897
|
+
"type": "identifier",
|
|
2898
|
+
"name": "scenario"
|
|
2899
|
+
},
|
|
2900
|
+
"annotation": {
|
|
2901
|
+
"type": "keyword",
|
|
2902
|
+
"value": "string"
|
|
2903
|
+
},
|
|
2904
|
+
"computed": false
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"type": "propertySignature",
|
|
2908
|
+
"key": {
|
|
2909
|
+
"type": "identifier",
|
|
2910
|
+
"name": "url"
|
|
2911
|
+
},
|
|
2912
|
+
"annotation": {
|
|
2913
|
+
"type": "keyword",
|
|
2914
|
+
"value": "string"
|
|
2915
|
+
},
|
|
2916
|
+
"optional": true,
|
|
2917
|
+
"computed": false
|
|
2918
|
+
}
|
|
2919
|
+
]
|
|
2920
|
+
}
|
|
2921
|
+
]
|
|
2922
|
+
},
|
|
2923
2923
|
"ai-portal.dropdown-select": {
|
|
2924
2924
|
"properties": [
|
|
2925
2925
|
{
|
|
@@ -6417,84 +6417,232 @@
|
|
|
6417
6417
|
}
|
|
6418
6418
|
]
|
|
6419
6419
|
},
|
|
6420
|
-
"ai-portal.
|
|
6420
|
+
"ai-portal.elevo-sidebar": {
|
|
6421
6421
|
"properties": [
|
|
6422
6422
|
{
|
|
6423
|
-
"name": "
|
|
6423
|
+
"name": "userInstanceId",
|
|
6424
6424
|
"annotation": {
|
|
6425
6425
|
"type": "keyword",
|
|
6426
|
-
"value": "
|
|
6426
|
+
"value": "string"
|
|
6427
6427
|
}
|
|
6428
6428
|
},
|
|
6429
6429
|
{
|
|
6430
|
-
"name": "
|
|
6430
|
+
"name": "behavior",
|
|
6431
|
+
"annotation": {
|
|
6432
|
+
"type": "union",
|
|
6433
|
+
"types": [
|
|
6434
|
+
{
|
|
6435
|
+
"type": "jsLiteral",
|
|
6436
|
+
"value": "default"
|
|
6437
|
+
},
|
|
6438
|
+
{
|
|
6439
|
+
"type": "jsLiteral",
|
|
6440
|
+
"value": "drawer"
|
|
6441
|
+
}
|
|
6442
|
+
]
|
|
6443
|
+
}
|
|
6444
|
+
},
|
|
6445
|
+
{
|
|
6446
|
+
"name": "logoUrl",
|
|
6431
6447
|
"annotation": {
|
|
6432
6448
|
"type": "keyword",
|
|
6433
6449
|
"value": "string"
|
|
6434
6450
|
}
|
|
6435
6451
|
},
|
|
6436
6452
|
{
|
|
6437
|
-
"name": "
|
|
6453
|
+
"name": "newChatUrl",
|
|
6438
6454
|
"annotation": {
|
|
6439
6455
|
"type": "keyword",
|
|
6440
|
-
"value": "
|
|
6456
|
+
"value": "string"
|
|
6441
6457
|
}
|
|
6442
6458
|
},
|
|
6443
6459
|
{
|
|
6444
|
-
"name": "
|
|
6460
|
+
"name": "newChatLinkWhenCollapsed",
|
|
6445
6461
|
"annotation": {
|
|
6446
|
-
"type": "
|
|
6447
|
-
"
|
|
6448
|
-
"type": "reference",
|
|
6449
|
-
"typeName": {
|
|
6450
|
-
"type": "identifier",
|
|
6451
|
-
"name": "AIEmployee"
|
|
6452
|
-
}
|
|
6453
|
-
}
|
|
6462
|
+
"type": "keyword",
|
|
6463
|
+
"value": "boolean"
|
|
6454
6464
|
}
|
|
6455
6465
|
},
|
|
6456
6466
|
{
|
|
6457
|
-
"name": "
|
|
6467
|
+
"name": "historyUrlTemplate",
|
|
6468
|
+
"annotation": {
|
|
6469
|
+
"type": "keyword",
|
|
6470
|
+
"value": "string"
|
|
6471
|
+
}
|
|
6472
|
+
},
|
|
6473
|
+
{
|
|
6474
|
+
"name": "historyActions",
|
|
6458
6475
|
"annotation": {
|
|
6459
6476
|
"type": "array",
|
|
6460
6477
|
"elementType": {
|
|
6461
6478
|
"type": "reference",
|
|
6462
6479
|
"typeName": {
|
|
6463
6480
|
"type": "identifier",
|
|
6464
|
-
"name": "
|
|
6481
|
+
"name": "ActionType"
|
|
6465
6482
|
}
|
|
6466
6483
|
}
|
|
6467
6484
|
}
|
|
6468
6485
|
},
|
|
6469
6486
|
{
|
|
6470
|
-
"name": "
|
|
6487
|
+
"name": "showProjects",
|
|
6488
|
+
"annotation": {
|
|
6489
|
+
"type": "keyword",
|
|
6490
|
+
"value": "boolean"
|
|
6491
|
+
}
|
|
6492
|
+
},
|
|
6493
|
+
{
|
|
6494
|
+
"name": "projectUrlTemplate",
|
|
6495
|
+
"annotation": {
|
|
6496
|
+
"type": "keyword",
|
|
6497
|
+
"value": "string"
|
|
6498
|
+
}
|
|
6499
|
+
},
|
|
6500
|
+
{
|
|
6501
|
+
"name": "projectActions",
|
|
6502
|
+
"annotation": {
|
|
6503
|
+
"type": "array",
|
|
6504
|
+
"elementType": {
|
|
6505
|
+
"type": "reference",
|
|
6506
|
+
"typeName": {
|
|
6507
|
+
"type": "identifier",
|
|
6508
|
+
"name": "ActionType"
|
|
6509
|
+
}
|
|
6510
|
+
}
|
|
6511
|
+
}
|
|
6512
|
+
},
|
|
6513
|
+
{
|
|
6514
|
+
"name": "personalActions",
|
|
6515
|
+
"annotation": {
|
|
6516
|
+
"type": "array",
|
|
6517
|
+
"elementType": {
|
|
6518
|
+
"type": "reference",
|
|
6519
|
+
"typeName": {
|
|
6520
|
+
"type": "identifier",
|
|
6521
|
+
"name": "ActionType"
|
|
6522
|
+
}
|
|
6523
|
+
}
|
|
6524
|
+
}
|
|
6525
|
+
},
|
|
6526
|
+
{
|
|
6527
|
+
"name": "links",
|
|
6528
|
+
"annotation": {
|
|
6529
|
+
"type": "array",
|
|
6530
|
+
"elementType": {
|
|
6531
|
+
"type": "reference",
|
|
6532
|
+
"typeName": {
|
|
6533
|
+
"type": "identifier",
|
|
6534
|
+
"name": "SidebarLink"
|
|
6535
|
+
}
|
|
6536
|
+
}
|
|
6537
|
+
}
|
|
6538
|
+
},
|
|
6539
|
+
{
|
|
6540
|
+
"name": "canAddProject",
|
|
6541
|
+
"annotation": {
|
|
6542
|
+
"type": "keyword",
|
|
6543
|
+
"value": "boolean"
|
|
6544
|
+
}
|
|
6545
|
+
},
|
|
6546
|
+
{
|
|
6547
|
+
"name": "myLinks",
|
|
6548
|
+
"annotation": {
|
|
6549
|
+
"type": "array",
|
|
6550
|
+
"elementType": {
|
|
6551
|
+
"type": "reference",
|
|
6552
|
+
"typeName": {
|
|
6553
|
+
"type": "identifier",
|
|
6554
|
+
"name": "SidebarLink"
|
|
6555
|
+
}
|
|
6556
|
+
}
|
|
6557
|
+
}
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
"name": "scope",
|
|
6561
|
+
"annotation": {
|
|
6562
|
+
"type": "union",
|
|
6563
|
+
"types": [
|
|
6564
|
+
{
|
|
6565
|
+
"type": "jsLiteral",
|
|
6566
|
+
"value": "default"
|
|
6567
|
+
},
|
|
6568
|
+
{
|
|
6569
|
+
"type": "jsLiteral",
|
|
6570
|
+
"value": "space"
|
|
6571
|
+
}
|
|
6572
|
+
]
|
|
6573
|
+
}
|
|
6574
|
+
},
|
|
6575
|
+
{
|
|
6576
|
+
"name": "spaceNav",
|
|
6471
6577
|
"annotation": {
|
|
6472
6578
|
"type": "reference",
|
|
6473
6579
|
"typeName": {
|
|
6474
6580
|
"type": "identifier",
|
|
6475
|
-
"name": "
|
|
6581
|
+
"name": "SpaceNavProps"
|
|
6476
6582
|
}
|
|
6477
6583
|
}
|
|
6478
6584
|
}
|
|
6479
6585
|
],
|
|
6480
6586
|
"events": [
|
|
6481
6587
|
{
|
|
6482
|
-
"name": "
|
|
6588
|
+
"name": "logout",
|
|
6483
6589
|
"detail": {
|
|
6484
6590
|
"annotation": {
|
|
6485
6591
|
"type": "keyword",
|
|
6486
|
-
"value": "
|
|
6592
|
+
"value": "void"
|
|
6487
6593
|
}
|
|
6488
6594
|
}
|
|
6489
6595
|
},
|
|
6490
6596
|
{
|
|
6491
|
-
"name": "
|
|
6597
|
+
"name": "action.click",
|
|
6492
6598
|
"detail": {
|
|
6493
6599
|
"annotation": {
|
|
6494
6600
|
"type": "reference",
|
|
6495
6601
|
"typeName": {
|
|
6496
6602
|
"type": "identifier",
|
|
6497
|
-
"name": "
|
|
6603
|
+
"name": "ActionClickDetail"
|
|
6604
|
+
}
|
|
6605
|
+
}
|
|
6606
|
+
}
|
|
6607
|
+
},
|
|
6608
|
+
{
|
|
6609
|
+
"name": "project.action.click",
|
|
6610
|
+
"detail": {
|
|
6611
|
+
"annotation": {
|
|
6612
|
+
"type": "reference",
|
|
6613
|
+
"typeName": {
|
|
6614
|
+
"type": "identifier",
|
|
6615
|
+
"name": "ProjectActionClickDetail"
|
|
6616
|
+
}
|
|
6617
|
+
}
|
|
6618
|
+
}
|
|
6619
|
+
},
|
|
6620
|
+
{
|
|
6621
|
+
"name": "add.project",
|
|
6622
|
+
"detail": {
|
|
6623
|
+
"annotation": {
|
|
6624
|
+
"type": "keyword",
|
|
6625
|
+
"value": "void"
|
|
6626
|
+
}
|
|
6627
|
+
}
|
|
6628
|
+
},
|
|
6629
|
+
{
|
|
6630
|
+
"name": "add.serviceflow",
|
|
6631
|
+
"detail": {
|
|
6632
|
+
"annotation": {
|
|
6633
|
+
"type": "keyword",
|
|
6634
|
+
"value": "void"
|
|
6635
|
+
}
|
|
6636
|
+
}
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"name": "personal.action.click",
|
|
6640
|
+
"detail": {
|
|
6641
|
+
"annotation": {
|
|
6642
|
+
"type": "reference",
|
|
6643
|
+
"typeName": {
|
|
6644
|
+
"type": "identifier",
|
|
6645
|
+
"name": "PersonalActionClickDetail"
|
|
6498
6646
|
}
|
|
6499
6647
|
}
|
|
6500
6648
|
}
|
|
@@ -6502,39 +6650,81 @@
|
|
|
6502
6650
|
],
|
|
6503
6651
|
"methods": [
|
|
6504
6652
|
{
|
|
6505
|
-
"name": "
|
|
6653
|
+
"name": "pullHistory",
|
|
6506
6654
|
"params": [
|
|
6507
6655
|
{
|
|
6508
|
-
"name": "
|
|
6656
|
+
"name": "delay",
|
|
6509
6657
|
"annotation": {
|
|
6510
6658
|
"type": "keyword",
|
|
6511
|
-
"value": "
|
|
6659
|
+
"value": "number"
|
|
6512
6660
|
}
|
|
6513
6661
|
}
|
|
6514
6662
|
],
|
|
6515
6663
|
"returns": {}
|
|
6516
6664
|
},
|
|
6517
6665
|
{
|
|
6518
|
-
"name": "
|
|
6666
|
+
"name": "open",
|
|
6519
6667
|
"params": [],
|
|
6520
6668
|
"returns": {}
|
|
6521
6669
|
},
|
|
6522
6670
|
{
|
|
6523
|
-
"name": "
|
|
6671
|
+
"name": "close",
|
|
6524
6672
|
"params": [],
|
|
6525
6673
|
"returns": {}
|
|
6674
|
+
},
|
|
6675
|
+
{
|
|
6676
|
+
"name": "removeProject",
|
|
6677
|
+
"params": [
|
|
6678
|
+
{
|
|
6679
|
+
"name": "projectId",
|
|
6680
|
+
"annotation": {
|
|
6681
|
+
"type": "keyword",
|
|
6682
|
+
"value": "string"
|
|
6683
|
+
}
|
|
6684
|
+
}
|
|
6685
|
+
],
|
|
6686
|
+
"returns": {}
|
|
6687
|
+
},
|
|
6688
|
+
{
|
|
6689
|
+
"name": "addProject",
|
|
6690
|
+
"params": [
|
|
6691
|
+
{
|
|
6692
|
+
"name": "project",
|
|
6693
|
+
"annotation": {
|
|
6694
|
+
"type": "reference",
|
|
6695
|
+
"typeName": {
|
|
6696
|
+
"type": "identifier",
|
|
6697
|
+
"name": "Project"
|
|
6698
|
+
}
|
|
6699
|
+
}
|
|
6700
|
+
}
|
|
6701
|
+
],
|
|
6702
|
+
"returns": {}
|
|
6703
|
+
},
|
|
6704
|
+
{
|
|
6705
|
+
"name": "moveConversation",
|
|
6706
|
+
"params": [
|
|
6707
|
+
{
|
|
6708
|
+
"name": "conversationId",
|
|
6709
|
+
"annotation": {
|
|
6710
|
+
"type": "keyword",
|
|
6711
|
+
"value": "string"
|
|
6712
|
+
}
|
|
6713
|
+
}
|
|
6714
|
+
],
|
|
6715
|
+
"returns": {}
|
|
6526
6716
|
}
|
|
6527
6717
|
],
|
|
6528
6718
|
"types": [
|
|
6529
6719
|
{
|
|
6530
6720
|
"type": "interface",
|
|
6531
|
-
"name": "
|
|
6721
|
+
"name": "SidebarLink",
|
|
6532
6722
|
"body": [
|
|
6533
6723
|
{
|
|
6534
6724
|
"type": "propertySignature",
|
|
6535
6725
|
"key": {
|
|
6536
6726
|
"type": "identifier",
|
|
6537
|
-
"name": "
|
|
6727
|
+
"name": "title"
|
|
6538
6728
|
},
|
|
6539
6729
|
"annotation": {
|
|
6540
6730
|
"type": "keyword",
|
|
@@ -6546,75 +6736,157 @@
|
|
|
6546
6736
|
"type": "propertySignature",
|
|
6547
6737
|
"key": {
|
|
6548
6738
|
"type": "identifier",
|
|
6549
|
-
"name": "
|
|
6739
|
+
"name": "url"
|
|
6550
6740
|
},
|
|
6551
6741
|
"annotation": {
|
|
6552
6742
|
"type": "keyword",
|
|
6553
6743
|
"value": "string"
|
|
6554
6744
|
},
|
|
6555
6745
|
"computed": false
|
|
6556
|
-
}
|
|
6557
|
-
]
|
|
6558
|
-
},
|
|
6559
|
-
{
|
|
6560
|
-
"type": "interface",
|
|
6561
|
-
"name": "Command",
|
|
6562
|
-
"body": [
|
|
6746
|
+
},
|
|
6563
6747
|
{
|
|
6564
6748
|
"type": "propertySignature",
|
|
6565
6749
|
"key": {
|
|
6566
6750
|
"type": "identifier",
|
|
6567
|
-
"name": "
|
|
6751
|
+
"name": "icon"
|
|
6568
6752
|
},
|
|
6569
6753
|
"annotation": {
|
|
6570
|
-
"type": "
|
|
6571
|
-
"
|
|
6754
|
+
"type": "reference",
|
|
6755
|
+
"typeName": {
|
|
6756
|
+
"type": "identifier",
|
|
6757
|
+
"name": "GeneralIconProps"
|
|
6758
|
+
}
|
|
6572
6759
|
},
|
|
6760
|
+
"optional": true,
|
|
6573
6761
|
"computed": false
|
|
6574
6762
|
},
|
|
6575
6763
|
{
|
|
6576
6764
|
"type": "propertySignature",
|
|
6577
6765
|
"key": {
|
|
6578
6766
|
"type": "identifier",
|
|
6579
|
-
"name": "
|
|
6767
|
+
"name": "activeIncludes"
|
|
6580
6768
|
},
|
|
6581
6769
|
"annotation": {
|
|
6582
|
-
"type": "
|
|
6583
|
-
"
|
|
6770
|
+
"type": "array",
|
|
6771
|
+
"elementType": {
|
|
6772
|
+
"type": "keyword",
|
|
6773
|
+
"value": "string"
|
|
6774
|
+
}
|
|
6584
6775
|
},
|
|
6776
|
+
"optional": true,
|
|
6585
6777
|
"computed": false
|
|
6586
|
-
}
|
|
6778
|
+
}
|
|
6779
|
+
]
|
|
6780
|
+
},
|
|
6781
|
+
{
|
|
6782
|
+
"type": "interface",
|
|
6783
|
+
"name": "SpaceNavProps",
|
|
6784
|
+
"body": [
|
|
6587
6785
|
{
|
|
6588
6786
|
"type": "propertySignature",
|
|
6589
6787
|
"key": {
|
|
6590
6788
|
"type": "identifier",
|
|
6591
|
-
"name": "
|
|
6789
|
+
"name": "returnUrl"
|
|
6592
6790
|
},
|
|
6593
6791
|
"annotation": {
|
|
6594
6792
|
"type": "keyword",
|
|
6595
6793
|
"value": "string"
|
|
6596
6794
|
},
|
|
6597
|
-
"optional": true,
|
|
6598
6795
|
"computed": false
|
|
6599
6796
|
},
|
|
6600
6797
|
{
|
|
6601
6798
|
"type": "propertySignature",
|
|
6602
6799
|
"key": {
|
|
6603
6800
|
"type": "identifier",
|
|
6604
|
-
"name": "
|
|
6801
|
+
"name": "introUrl"
|
|
6605
6802
|
},
|
|
6606
6803
|
"annotation": {
|
|
6607
6804
|
"type": "keyword",
|
|
6608
6805
|
"value": "string"
|
|
6609
6806
|
},
|
|
6610
|
-
"optional": true,
|
|
6611
6807
|
"computed": false
|
|
6612
6808
|
},
|
|
6613
6809
|
{
|
|
6614
6810
|
"type": "propertySignature",
|
|
6615
6811
|
"key": {
|
|
6616
6812
|
"type": "identifier",
|
|
6617
|
-
"name": "
|
|
6813
|
+
"name": "spaceDetail"
|
|
6814
|
+
},
|
|
6815
|
+
"annotation": {
|
|
6816
|
+
"type": "typeLiteral",
|
|
6817
|
+
"members": [
|
|
6818
|
+
{
|
|
6819
|
+
"type": "propertySignature",
|
|
6820
|
+
"key": {
|
|
6821
|
+
"type": "identifier",
|
|
6822
|
+
"name": "instanceId"
|
|
6823
|
+
},
|
|
6824
|
+
"annotation": {
|
|
6825
|
+
"type": "keyword",
|
|
6826
|
+
"value": "string"
|
|
6827
|
+
},
|
|
6828
|
+
"computed": false
|
|
6829
|
+
},
|
|
6830
|
+
{
|
|
6831
|
+
"type": "propertySignature",
|
|
6832
|
+
"key": {
|
|
6833
|
+
"type": "identifier",
|
|
6834
|
+
"name": "name"
|
|
6835
|
+
},
|
|
6836
|
+
"annotation": {
|
|
6837
|
+
"type": "keyword",
|
|
6838
|
+
"value": "string"
|
|
6839
|
+
},
|
|
6840
|
+
"computed": false
|
|
6841
|
+
},
|
|
6842
|
+
{
|
|
6843
|
+
"type": "propertySignature",
|
|
6844
|
+
"key": {
|
|
6845
|
+
"type": "identifier",
|
|
6846
|
+
"name": "icon"
|
|
6847
|
+
},
|
|
6848
|
+
"annotation": {
|
|
6849
|
+
"type": "intersection",
|
|
6850
|
+
"types": [
|
|
6851
|
+
{
|
|
6852
|
+
"type": "reference",
|
|
6853
|
+
"typeName": {
|
|
6854
|
+
"type": "identifier",
|
|
6855
|
+
"name": "GeneralIconProps"
|
|
6856
|
+
}
|
|
6857
|
+
},
|
|
6858
|
+
{
|
|
6859
|
+
"type": "typeLiteral",
|
|
6860
|
+
"members": [
|
|
6861
|
+
{
|
|
6862
|
+
"type": "propertySignature",
|
|
6863
|
+
"key": {
|
|
6864
|
+
"type": "identifier",
|
|
6865
|
+
"name": "color"
|
|
6866
|
+
},
|
|
6867
|
+
"annotation": {
|
|
6868
|
+
"type": "keyword",
|
|
6869
|
+
"value": "string"
|
|
6870
|
+
},
|
|
6871
|
+
"optional": true,
|
|
6872
|
+
"computed": false
|
|
6873
|
+
}
|
|
6874
|
+
]
|
|
6875
|
+
}
|
|
6876
|
+
]
|
|
6877
|
+
},
|
|
6878
|
+
"optional": true,
|
|
6879
|
+
"computed": false
|
|
6880
|
+
}
|
|
6881
|
+
]
|
|
6882
|
+
},
|
|
6883
|
+
"computed": false
|
|
6884
|
+
},
|
|
6885
|
+
{
|
|
6886
|
+
"type": "propertySignature",
|
|
6887
|
+
"key": {
|
|
6888
|
+
"type": "identifier",
|
|
6889
|
+
"name": "spaceObjects"
|
|
6618
6890
|
},
|
|
6619
6891
|
"annotation": {
|
|
6620
6892
|
"type": "array",
|
|
@@ -6622,7 +6894,7 @@
|
|
|
6622
6894
|
"type": "reference",
|
|
6623
6895
|
"typeName": {
|
|
6624
6896
|
"type": "identifier",
|
|
6625
|
-
"name": "
|
|
6897
|
+
"name": "SidebarLink"
|
|
6626
6898
|
}
|
|
6627
6899
|
}
|
|
6628
6900
|
},
|
|
@@ -6633,13 +6905,35 @@
|
|
|
6633
6905
|
"type": "propertySignature",
|
|
6634
6906
|
"key": {
|
|
6635
6907
|
"type": "identifier",
|
|
6636
|
-
"name": "
|
|
6908
|
+
"name": "spaceServiceflows"
|
|
6637
6909
|
},
|
|
6638
6910
|
"annotation": {
|
|
6639
|
-
"type": "
|
|
6640
|
-
"
|
|
6641
|
-
"type": "
|
|
6642
|
-
"
|
|
6911
|
+
"type": "array",
|
|
6912
|
+
"elementType": {
|
|
6913
|
+
"type": "reference",
|
|
6914
|
+
"typeName": {
|
|
6915
|
+
"type": "identifier",
|
|
6916
|
+
"name": "SidebarLink"
|
|
6917
|
+
}
|
|
6918
|
+
}
|
|
6919
|
+
},
|
|
6920
|
+
"optional": true,
|
|
6921
|
+
"computed": false
|
|
6922
|
+
},
|
|
6923
|
+
{
|
|
6924
|
+
"type": "propertySignature",
|
|
6925
|
+
"key": {
|
|
6926
|
+
"type": "identifier",
|
|
6927
|
+
"name": "spaceLinks"
|
|
6928
|
+
},
|
|
6929
|
+
"annotation": {
|
|
6930
|
+
"type": "array",
|
|
6931
|
+
"elementType": {
|
|
6932
|
+
"type": "reference",
|
|
6933
|
+
"typeName": {
|
|
6934
|
+
"type": "identifier",
|
|
6935
|
+
"name": "SidebarLink"
|
|
6936
|
+
}
|
|
6643
6937
|
}
|
|
6644
6938
|
},
|
|
6645
6939
|
"optional": true,
|
|
@@ -6649,208 +6943,266 @@
|
|
|
6649
6943
|
},
|
|
6650
6944
|
{
|
|
6651
6945
|
"type": "interface",
|
|
6652
|
-
"name": "
|
|
6946
|
+
"name": "ActionClickDetail",
|
|
6653
6947
|
"body": [
|
|
6654
6948
|
{
|
|
6655
6949
|
"type": "propertySignature",
|
|
6656
6950
|
"key": {
|
|
6657
6951
|
"type": "identifier",
|
|
6658
|
-
"name": "
|
|
6952
|
+
"name": "action"
|
|
6659
6953
|
},
|
|
6660
6954
|
"annotation": {
|
|
6661
|
-
"type": "
|
|
6662
|
-
"
|
|
6955
|
+
"type": "intersection",
|
|
6956
|
+
"types": [
|
|
6957
|
+
{
|
|
6958
|
+
"type": "reference",
|
|
6959
|
+
"typeName": {
|
|
6960
|
+
"type": "identifier",
|
|
6961
|
+
"name": "SimpleActionType"
|
|
6962
|
+
}
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"type": "typeLiteral",
|
|
6966
|
+
"members": [
|
|
6967
|
+
{
|
|
6968
|
+
"type": "propertySignature",
|
|
6969
|
+
"key": {
|
|
6970
|
+
"type": "identifier",
|
|
6971
|
+
"name": "project"
|
|
6972
|
+
},
|
|
6973
|
+
"annotation": {
|
|
6974
|
+
"type": "reference",
|
|
6975
|
+
"typeName": {
|
|
6976
|
+
"type": "identifier",
|
|
6977
|
+
"name": "Project"
|
|
6978
|
+
}
|
|
6979
|
+
},
|
|
6980
|
+
"optional": true,
|
|
6981
|
+
"computed": false
|
|
6982
|
+
}
|
|
6983
|
+
]
|
|
6984
|
+
}
|
|
6985
|
+
]
|
|
6663
6986
|
},
|
|
6664
|
-
"optional": true,
|
|
6665
6987
|
"computed": false
|
|
6666
6988
|
},
|
|
6667
6989
|
{
|
|
6668
6990
|
"type": "propertySignature",
|
|
6669
6991
|
"key": {
|
|
6670
6992
|
"type": "identifier",
|
|
6671
|
-
"name": "
|
|
6993
|
+
"name": "item"
|
|
6672
6994
|
},
|
|
6673
6995
|
"annotation": {
|
|
6674
|
-
"type": "
|
|
6675
|
-
"
|
|
6996
|
+
"type": "reference",
|
|
6997
|
+
"typeName": {
|
|
6998
|
+
"type": "identifier",
|
|
6999
|
+
"name": "HistoryItem"
|
|
7000
|
+
}
|
|
6676
7001
|
},
|
|
6677
|
-
"optional": true,
|
|
6678
7002
|
"computed": false
|
|
6679
7003
|
},
|
|
6680
7004
|
{
|
|
6681
7005
|
"type": "propertySignature",
|
|
6682
7006
|
"key": {
|
|
6683
7007
|
"type": "identifier",
|
|
6684
|
-
"name": "
|
|
7008
|
+
"name": "project"
|
|
6685
7009
|
},
|
|
6686
7010
|
"annotation": {
|
|
6687
|
-
"type": "
|
|
6688
|
-
"
|
|
7011
|
+
"type": "reference",
|
|
7012
|
+
"typeName": {
|
|
7013
|
+
"type": "identifier",
|
|
7014
|
+
"name": "Project"
|
|
7015
|
+
}
|
|
6689
7016
|
},
|
|
6690
7017
|
"optional": true,
|
|
6691
7018
|
"computed": false
|
|
6692
|
-
}
|
|
7019
|
+
}
|
|
7020
|
+
]
|
|
7021
|
+
},
|
|
7022
|
+
{
|
|
7023
|
+
"type": "interface",
|
|
7024
|
+
"name": "Project",
|
|
7025
|
+
"body": [
|
|
6693
7026
|
{
|
|
6694
7027
|
"type": "propertySignature",
|
|
6695
7028
|
"key": {
|
|
6696
7029
|
"type": "identifier",
|
|
6697
|
-
"name": "
|
|
7030
|
+
"name": "instanceId"
|
|
6698
7031
|
},
|
|
6699
7032
|
"annotation": {
|
|
6700
7033
|
"type": "keyword",
|
|
6701
7034
|
"value": "string"
|
|
6702
7035
|
},
|
|
6703
|
-
"
|
|
6704
|
-
"
|
|
7036
|
+
"computed": false,
|
|
7037
|
+
"description": "实例ID"
|
|
6705
7038
|
},
|
|
6706
7039
|
{
|
|
6707
7040
|
"type": "propertySignature",
|
|
6708
7041
|
"key": {
|
|
6709
7042
|
"type": "identifier",
|
|
6710
|
-
"name": "
|
|
7043
|
+
"name": "name"
|
|
6711
7044
|
},
|
|
6712
7045
|
"annotation": {
|
|
6713
7046
|
"type": "keyword",
|
|
6714
|
-
"value": "
|
|
7047
|
+
"value": "string"
|
|
6715
7048
|
},
|
|
6716
|
-
"
|
|
6717
|
-
"
|
|
7049
|
+
"computed": false,
|
|
7050
|
+
"description": "项目名称"
|
|
6718
7051
|
},
|
|
6719
7052
|
{
|
|
6720
7053
|
"type": "propertySignature",
|
|
6721
7054
|
"key": {
|
|
6722
7055
|
"type": "identifier",
|
|
6723
|
-
"name": "
|
|
7056
|
+
"name": "description"
|
|
6724
7057
|
},
|
|
6725
7058
|
"annotation": {
|
|
6726
7059
|
"type": "keyword",
|
|
6727
|
-
"value": "
|
|
7060
|
+
"value": "string"
|
|
6728
7061
|
},
|
|
6729
|
-
"optional": true,
|
|
6730
7062
|
"computed": false,
|
|
6731
|
-
"description": "
|
|
7063
|
+
"description": "项目描述"
|
|
6732
7064
|
},
|
|
6733
7065
|
{
|
|
6734
7066
|
"type": "propertySignature",
|
|
6735
7067
|
"key": {
|
|
6736
7068
|
"type": "identifier",
|
|
6737
|
-
"name": "
|
|
7069
|
+
"name": "state"
|
|
6738
7070
|
},
|
|
6739
7071
|
"annotation": {
|
|
6740
|
-
"type": "
|
|
6741
|
-
"
|
|
7072
|
+
"type": "union",
|
|
7073
|
+
"types": [
|
|
7074
|
+
{
|
|
7075
|
+
"type": "jsLiteral",
|
|
7076
|
+
"value": "active"
|
|
7077
|
+
},
|
|
7078
|
+
{
|
|
7079
|
+
"type": "jsLiteral",
|
|
7080
|
+
"value": "inactive"
|
|
7081
|
+
}
|
|
7082
|
+
]
|
|
6742
7083
|
},
|
|
6743
|
-
"
|
|
6744
|
-
"
|
|
7084
|
+
"computed": false,
|
|
7085
|
+
"description": "状态"
|
|
6745
7086
|
},
|
|
6746
7087
|
{
|
|
6747
7088
|
"type": "propertySignature",
|
|
6748
7089
|
"key": {
|
|
6749
7090
|
"type": "identifier",
|
|
6750
|
-
"name": "
|
|
7091
|
+
"name": "defaultAiEmployeeId"
|
|
6751
7092
|
},
|
|
6752
7093
|
"annotation": {
|
|
6753
7094
|
"type": "keyword",
|
|
6754
7095
|
"value": "string"
|
|
6755
7096
|
},
|
|
6756
|
-
"
|
|
6757
|
-
"
|
|
6758
|
-
}
|
|
6759
|
-
]
|
|
6760
|
-
},
|
|
6761
|
-
{
|
|
6762
|
-
"type": "interface",
|
|
6763
|
-
"name": "ChatPayload",
|
|
6764
|
-
"body": [
|
|
7097
|
+
"computed": false,
|
|
7098
|
+
"description": "默认数字人ID"
|
|
7099
|
+
},
|
|
6765
7100
|
{
|
|
6766
7101
|
"type": "propertySignature",
|
|
6767
7102
|
"key": {
|
|
6768
7103
|
"type": "identifier",
|
|
6769
|
-
"name": "
|
|
7104
|
+
"name": "creator"
|
|
6770
7105
|
},
|
|
6771
7106
|
"annotation": {
|
|
6772
7107
|
"type": "keyword",
|
|
6773
7108
|
"value": "string"
|
|
6774
7109
|
},
|
|
6775
|
-
"computed": false
|
|
6776
|
-
|
|
6777
|
-
|
|
6778
|
-
"extends": [
|
|
6779
|
-
{
|
|
6780
|
-
"type": "expressionWithTypeArguments",
|
|
6781
|
-
"expression": {
|
|
6782
|
-
"type": "identifier",
|
|
6783
|
-
"name": "ExtraChatPayload"
|
|
6784
|
-
}
|
|
6785
|
-
}
|
|
6786
|
-
]
|
|
6787
|
-
},
|
|
6788
|
-
{
|
|
6789
|
-
"type": "interface",
|
|
6790
|
-
"name": "ExtraChatPayload",
|
|
6791
|
-
"body": [
|
|
7110
|
+
"computed": false,
|
|
7111
|
+
"description": "创建者"
|
|
7112
|
+
},
|
|
6792
7113
|
{
|
|
6793
7114
|
"type": "propertySignature",
|
|
6794
7115
|
"key": {
|
|
6795
7116
|
"type": "identifier",
|
|
6796
|
-
"name": "
|
|
7117
|
+
"name": "ctime"
|
|
6797
7118
|
},
|
|
6798
7119
|
"annotation": {
|
|
6799
|
-
"type": "
|
|
6800
|
-
"
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
-
|
|
6805
|
-
|
|
6806
|
-
|
|
7120
|
+
"type": "keyword",
|
|
7121
|
+
"value": "string"
|
|
7122
|
+
},
|
|
7123
|
+
"computed": false,
|
|
7124
|
+
"description": "创建时间"
|
|
7125
|
+
},
|
|
7126
|
+
{
|
|
7127
|
+
"type": "propertySignature",
|
|
7128
|
+
"key": {
|
|
7129
|
+
"type": "identifier",
|
|
7130
|
+
"name": "mtime"
|
|
7131
|
+
},
|
|
7132
|
+
"annotation": {
|
|
7133
|
+
"type": "keyword",
|
|
7134
|
+
"value": "string"
|
|
7135
|
+
},
|
|
7136
|
+
"computed": false,
|
|
7137
|
+
"description": "修改时间"
|
|
7138
|
+
},
|
|
7139
|
+
{
|
|
7140
|
+
"type": "propertySignature",
|
|
7141
|
+
"key": {
|
|
7142
|
+
"type": "identifier",
|
|
7143
|
+
"name": "modifier"
|
|
7144
|
+
},
|
|
7145
|
+
"annotation": {
|
|
7146
|
+
"type": "keyword",
|
|
7147
|
+
"value": "string"
|
|
7148
|
+
},
|
|
7149
|
+
"computed": false,
|
|
7150
|
+
"description": "修改者"
|
|
7151
|
+
}
|
|
7152
|
+
]
|
|
7153
|
+
},
|
|
7154
|
+
{
|
|
7155
|
+
"type": "interface",
|
|
7156
|
+
"name": "HistoryItem",
|
|
7157
|
+
"body": [
|
|
7158
|
+
{
|
|
7159
|
+
"type": "propertySignature",
|
|
7160
|
+
"key": {
|
|
7161
|
+
"type": "identifier",
|
|
7162
|
+
"name": "conversationId"
|
|
7163
|
+
},
|
|
7164
|
+
"annotation": {
|
|
7165
|
+
"type": "keyword",
|
|
7166
|
+
"value": "string"
|
|
6807
7167
|
},
|
|
6808
|
-
"optional": true,
|
|
6809
7168
|
"computed": false
|
|
6810
7169
|
},
|
|
6811
7170
|
{
|
|
6812
7171
|
"type": "propertySignature",
|
|
6813
7172
|
"key": {
|
|
6814
7173
|
"type": "identifier",
|
|
6815
|
-
"name": "
|
|
7174
|
+
"name": "title"
|
|
6816
7175
|
},
|
|
6817
7176
|
"annotation": {
|
|
6818
|
-
"type": "
|
|
6819
|
-
"
|
|
6820
|
-
{
|
|
6821
|
-
"type": "reference",
|
|
6822
|
-
"typeName": {
|
|
6823
|
-
"type": "identifier",
|
|
6824
|
-
"name": "CommandPayload"
|
|
6825
|
-
}
|
|
6826
|
-
},
|
|
6827
|
-
{
|
|
6828
|
-
"type": "keyword",
|
|
6829
|
-
"value": "null"
|
|
6830
|
-
}
|
|
6831
|
-
]
|
|
7177
|
+
"type": "keyword",
|
|
7178
|
+
"value": "string"
|
|
6832
7179
|
},
|
|
6833
|
-
"optional": true,
|
|
6834
7180
|
"computed": false
|
|
6835
7181
|
},
|
|
6836
7182
|
{
|
|
6837
7183
|
"type": "propertySignature",
|
|
6838
7184
|
"key": {
|
|
6839
7185
|
"type": "identifier",
|
|
6840
|
-
"name": "
|
|
7186
|
+
"name": "startTime"
|
|
6841
7187
|
},
|
|
6842
7188
|
"annotation": {
|
|
6843
|
-
"type": "
|
|
6844
|
-
"
|
|
6845
|
-
|
|
6846
|
-
|
|
6847
|
-
|
|
6848
|
-
|
|
6849
|
-
|
|
6850
|
-
|
|
6851
|
-
|
|
6852
|
-
|
|
6853
|
-
|
|
7189
|
+
"type": "keyword",
|
|
7190
|
+
"value": "number"
|
|
7191
|
+
},
|
|
7192
|
+
"computed": false
|
|
7193
|
+
},
|
|
7194
|
+
{
|
|
7195
|
+
"type": "propertySignature",
|
|
7196
|
+
"key": {
|
|
7197
|
+
"type": "identifier",
|
|
7198
|
+
"name": "state"
|
|
7199
|
+
},
|
|
7200
|
+
"annotation": {
|
|
7201
|
+
"type": "reference",
|
|
7202
|
+
"typeName": {
|
|
7203
|
+
"type": "identifier",
|
|
7204
|
+
"name": "ConversationState"
|
|
7205
|
+
}
|
|
6854
7206
|
},
|
|
6855
7207
|
"optional": true,
|
|
6856
7208
|
"computed": false
|
|
@@ -6859,17 +7211,56 @@
|
|
|
6859
7211
|
},
|
|
6860
7212
|
{
|
|
6861
7213
|
"type": "interface",
|
|
6862
|
-
"name": "
|
|
7214
|
+
"name": "ProjectActionClickDetail",
|
|
6863
7215
|
"body": [
|
|
6864
7216
|
{
|
|
6865
7217
|
"type": "propertySignature",
|
|
6866
7218
|
"key": {
|
|
6867
7219
|
"type": "identifier",
|
|
6868
|
-
"name": "
|
|
7220
|
+
"name": "action"
|
|
6869
7221
|
},
|
|
6870
7222
|
"annotation": {
|
|
6871
|
-
"type": "
|
|
6872
|
-
"
|
|
7223
|
+
"type": "reference",
|
|
7224
|
+
"typeName": {
|
|
7225
|
+
"type": "identifier",
|
|
7226
|
+
"name": "SimpleActionType"
|
|
7227
|
+
}
|
|
7228
|
+
},
|
|
7229
|
+
"computed": false
|
|
7230
|
+
},
|
|
7231
|
+
{
|
|
7232
|
+
"type": "propertySignature",
|
|
7233
|
+
"key": {
|
|
7234
|
+
"type": "identifier",
|
|
7235
|
+
"name": "project"
|
|
7236
|
+
},
|
|
7237
|
+
"annotation": {
|
|
7238
|
+
"type": "reference",
|
|
7239
|
+
"typeName": {
|
|
7240
|
+
"type": "identifier",
|
|
7241
|
+
"name": "Project"
|
|
7242
|
+
}
|
|
7243
|
+
},
|
|
7244
|
+
"computed": false
|
|
7245
|
+
}
|
|
7246
|
+
]
|
|
7247
|
+
},
|
|
7248
|
+
{
|
|
7249
|
+
"type": "interface",
|
|
7250
|
+
"name": "PersonalActionClickDetail",
|
|
7251
|
+
"body": [
|
|
7252
|
+
{
|
|
7253
|
+
"type": "propertySignature",
|
|
7254
|
+
"key": {
|
|
7255
|
+
"type": "identifier",
|
|
7256
|
+
"name": "action"
|
|
7257
|
+
},
|
|
7258
|
+
"annotation": {
|
|
7259
|
+
"type": "reference",
|
|
7260
|
+
"typeName": {
|
|
7261
|
+
"type": "identifier",
|
|
7262
|
+
"name": "SimpleActionType"
|
|
7263
|
+
}
|
|
6873
7264
|
},
|
|
6874
7265
|
"computed": false
|
|
6875
7266
|
}
|
|
@@ -6877,587 +7268,128 @@
|
|
|
6877
7268
|
}
|
|
6878
7269
|
]
|
|
6879
7270
|
},
|
|
6880
|
-
"ai-portal.
|
|
7271
|
+
"ai-portal.chat-box": {
|
|
6881
7272
|
"properties": [
|
|
6882
7273
|
{
|
|
6883
|
-
"name": "
|
|
6884
|
-
"annotation": {
|
|
6885
|
-
"type": "keyword",
|
|
6886
|
-
"value": "string"
|
|
6887
|
-
}
|
|
6888
|
-
},
|
|
6889
|
-
{
|
|
6890
|
-
"name": "behavior",
|
|
6891
|
-
"annotation": {
|
|
6892
|
-
"type": "union",
|
|
6893
|
-
"types": [
|
|
6894
|
-
{
|
|
6895
|
-
"type": "jsLiteral",
|
|
6896
|
-
"value": "default"
|
|
6897
|
-
},
|
|
6898
|
-
{
|
|
6899
|
-
"type": "jsLiteral",
|
|
6900
|
-
"value": "drawer"
|
|
6901
|
-
}
|
|
6902
|
-
]
|
|
6903
|
-
}
|
|
6904
|
-
},
|
|
6905
|
-
{
|
|
6906
|
-
"name": "logoUrl",
|
|
7274
|
+
"name": "disabled",
|
|
6907
7275
|
"annotation": {
|
|
6908
7276
|
"type": "keyword",
|
|
6909
|
-
"value": "
|
|
7277
|
+
"value": "boolean"
|
|
6910
7278
|
}
|
|
6911
7279
|
},
|
|
6912
7280
|
{
|
|
6913
|
-
"name": "
|
|
7281
|
+
"name": "placeholder",
|
|
6914
7282
|
"annotation": {
|
|
6915
7283
|
"type": "keyword",
|
|
6916
7284
|
"value": "string"
|
|
6917
7285
|
}
|
|
6918
7286
|
},
|
|
6919
7287
|
{
|
|
6920
|
-
"name": "
|
|
7288
|
+
"name": "autoFocus",
|
|
6921
7289
|
"annotation": {
|
|
6922
7290
|
"type": "keyword",
|
|
6923
7291
|
"value": "boolean"
|
|
6924
7292
|
}
|
|
6925
7293
|
},
|
|
6926
7294
|
{
|
|
6927
|
-
"name": "
|
|
6928
|
-
"annotation": {
|
|
6929
|
-
"type": "keyword",
|
|
6930
|
-
"value": "string"
|
|
6931
|
-
}
|
|
6932
|
-
},
|
|
6933
|
-
{
|
|
6934
|
-
"name": "historyActions",
|
|
7295
|
+
"name": "aiEmployees",
|
|
6935
7296
|
"annotation": {
|
|
6936
7297
|
"type": "array",
|
|
6937
7298
|
"elementType": {
|
|
6938
7299
|
"type": "reference",
|
|
6939
7300
|
"typeName": {
|
|
6940
7301
|
"type": "identifier",
|
|
6941
|
-
"name": "
|
|
7302
|
+
"name": "AIEmployee"
|
|
6942
7303
|
}
|
|
6943
7304
|
}
|
|
6944
7305
|
}
|
|
6945
7306
|
},
|
|
6946
7307
|
{
|
|
6947
|
-
"name": "
|
|
6948
|
-
"annotation": {
|
|
6949
|
-
"type": "keyword",
|
|
6950
|
-
"value": "boolean"
|
|
6951
|
-
}
|
|
6952
|
-
},
|
|
6953
|
-
{
|
|
6954
|
-
"name": "projectUrlTemplate",
|
|
6955
|
-
"annotation": {
|
|
6956
|
-
"type": "keyword",
|
|
6957
|
-
"value": "string"
|
|
6958
|
-
}
|
|
6959
|
-
},
|
|
6960
|
-
{
|
|
6961
|
-
"name": "projectActions",
|
|
7308
|
+
"name": "commands",
|
|
6962
7309
|
"annotation": {
|
|
6963
7310
|
"type": "array",
|
|
6964
7311
|
"elementType": {
|
|
6965
7312
|
"type": "reference",
|
|
6966
7313
|
"typeName": {
|
|
6967
7314
|
"type": "identifier",
|
|
6968
|
-
"name": "
|
|
7315
|
+
"name": "Command"
|
|
6969
7316
|
}
|
|
6970
7317
|
}
|
|
6971
7318
|
}
|
|
6972
7319
|
},
|
|
6973
7320
|
{
|
|
6974
|
-
"name": "
|
|
7321
|
+
"name": "uploadOptions",
|
|
6975
7322
|
"annotation": {
|
|
6976
|
-
"type": "
|
|
6977
|
-
"
|
|
6978
|
-
"type": "
|
|
6979
|
-
"
|
|
6980
|
-
|
|
6981
|
-
|
|
6982
|
-
|
|
7323
|
+
"type": "reference",
|
|
7324
|
+
"typeName": {
|
|
7325
|
+
"type": "identifier",
|
|
7326
|
+
"name": "UploadOptions"
|
|
7327
|
+
}
|
|
7328
|
+
}
|
|
7329
|
+
}
|
|
7330
|
+
],
|
|
7331
|
+
"events": [
|
|
7332
|
+
{
|
|
7333
|
+
"name": "message.submit",
|
|
7334
|
+
"detail": {
|
|
7335
|
+
"annotation": {
|
|
7336
|
+
"type": "keyword",
|
|
7337
|
+
"value": "string"
|
|
6983
7338
|
}
|
|
6984
7339
|
}
|
|
6985
7340
|
},
|
|
6986
7341
|
{
|
|
6987
|
-
"name": "
|
|
6988
|
-
"
|
|
6989
|
-
"
|
|
6990
|
-
"elementType": {
|
|
7342
|
+
"name": "chat.submit",
|
|
7343
|
+
"detail": {
|
|
7344
|
+
"annotation": {
|
|
6991
7345
|
"type": "reference",
|
|
6992
7346
|
"typeName": {
|
|
6993
7347
|
"type": "identifier",
|
|
6994
|
-
"name": "
|
|
7348
|
+
"name": "ChatPayload"
|
|
6995
7349
|
}
|
|
6996
7350
|
}
|
|
6997
7351
|
}
|
|
6998
|
-
}
|
|
6999
|
-
|
|
7000
|
-
|
|
7001
|
-
"annotation": {
|
|
7002
|
-
"type": "keyword",
|
|
7003
|
-
"value": "boolean"
|
|
7004
|
-
}
|
|
7005
|
-
},
|
|
7352
|
+
}
|
|
7353
|
+
],
|
|
7354
|
+
"methods": [
|
|
7006
7355
|
{
|
|
7007
|
-
"name": "
|
|
7008
|
-
"annotation": {
|
|
7009
|
-
"type": "array",
|
|
7010
|
-
"elementType": {
|
|
7011
|
-
"type": "reference",
|
|
7012
|
-
"typeName": {
|
|
7013
|
-
"type": "identifier",
|
|
7014
|
-
"name": "SidebarLink"
|
|
7015
|
-
}
|
|
7016
|
-
}
|
|
7017
|
-
}
|
|
7018
|
-
},
|
|
7019
|
-
{
|
|
7020
|
-
"name": "scope",
|
|
7021
|
-
"annotation": {
|
|
7022
|
-
"type": "union",
|
|
7023
|
-
"types": [
|
|
7024
|
-
{
|
|
7025
|
-
"type": "jsLiteral",
|
|
7026
|
-
"value": "default"
|
|
7027
|
-
},
|
|
7028
|
-
{
|
|
7029
|
-
"type": "jsLiteral",
|
|
7030
|
-
"value": "space"
|
|
7031
|
-
}
|
|
7032
|
-
]
|
|
7033
|
-
}
|
|
7034
|
-
},
|
|
7035
|
-
{
|
|
7036
|
-
"name": "spaceNav",
|
|
7037
|
-
"annotation": {
|
|
7038
|
-
"type": "reference",
|
|
7039
|
-
"typeName": {
|
|
7040
|
-
"type": "identifier",
|
|
7041
|
-
"name": "SpaceNavProps"
|
|
7042
|
-
}
|
|
7043
|
-
}
|
|
7044
|
-
}
|
|
7045
|
-
],
|
|
7046
|
-
"events": [
|
|
7047
|
-
{
|
|
7048
|
-
"name": "logout",
|
|
7049
|
-
"detail": {
|
|
7050
|
-
"annotation": {
|
|
7051
|
-
"type": "keyword",
|
|
7052
|
-
"value": "void"
|
|
7053
|
-
}
|
|
7054
|
-
}
|
|
7055
|
-
},
|
|
7056
|
-
{
|
|
7057
|
-
"name": "action.click",
|
|
7058
|
-
"detail": {
|
|
7059
|
-
"annotation": {
|
|
7060
|
-
"type": "reference",
|
|
7061
|
-
"typeName": {
|
|
7062
|
-
"type": "identifier",
|
|
7063
|
-
"name": "ActionClickDetail"
|
|
7064
|
-
}
|
|
7065
|
-
}
|
|
7066
|
-
}
|
|
7067
|
-
},
|
|
7068
|
-
{
|
|
7069
|
-
"name": "project.action.click",
|
|
7070
|
-
"detail": {
|
|
7071
|
-
"annotation": {
|
|
7072
|
-
"type": "reference",
|
|
7073
|
-
"typeName": {
|
|
7074
|
-
"type": "identifier",
|
|
7075
|
-
"name": "ProjectActionClickDetail"
|
|
7076
|
-
}
|
|
7077
|
-
}
|
|
7078
|
-
}
|
|
7079
|
-
},
|
|
7080
|
-
{
|
|
7081
|
-
"name": "add.project",
|
|
7082
|
-
"detail": {
|
|
7083
|
-
"annotation": {
|
|
7084
|
-
"type": "keyword",
|
|
7085
|
-
"value": "void"
|
|
7086
|
-
}
|
|
7087
|
-
}
|
|
7088
|
-
},
|
|
7089
|
-
{
|
|
7090
|
-
"name": "add.serviceflow",
|
|
7091
|
-
"detail": {
|
|
7092
|
-
"annotation": {
|
|
7093
|
-
"type": "keyword",
|
|
7094
|
-
"value": "void"
|
|
7095
|
-
}
|
|
7096
|
-
}
|
|
7097
|
-
},
|
|
7098
|
-
{
|
|
7099
|
-
"name": "personal.action.click",
|
|
7100
|
-
"detail": {
|
|
7101
|
-
"annotation": {
|
|
7102
|
-
"type": "reference",
|
|
7103
|
-
"typeName": {
|
|
7104
|
-
"type": "identifier",
|
|
7105
|
-
"name": "PersonalActionClickDetail"
|
|
7106
|
-
}
|
|
7107
|
-
}
|
|
7108
|
-
}
|
|
7109
|
-
}
|
|
7110
|
-
],
|
|
7111
|
-
"methods": [
|
|
7112
|
-
{
|
|
7113
|
-
"name": "pullHistory",
|
|
7356
|
+
"name": "setValue",
|
|
7114
7357
|
"params": [
|
|
7115
7358
|
{
|
|
7116
|
-
"name": "
|
|
7359
|
+
"name": "value",
|
|
7117
7360
|
"annotation": {
|
|
7118
7361
|
"type": "keyword",
|
|
7119
|
-
"value": "
|
|
7362
|
+
"value": "string"
|
|
7120
7363
|
}
|
|
7121
7364
|
}
|
|
7122
7365
|
],
|
|
7123
7366
|
"returns": {}
|
|
7124
7367
|
},
|
|
7125
7368
|
{
|
|
7126
|
-
"name": "
|
|
7369
|
+
"name": "getValue",
|
|
7127
7370
|
"params": [],
|
|
7128
7371
|
"returns": {}
|
|
7129
7372
|
},
|
|
7130
7373
|
{
|
|
7131
|
-
"name": "
|
|
7374
|
+
"name": "focusOnInput",
|
|
7132
7375
|
"params": [],
|
|
7133
7376
|
"returns": {}
|
|
7134
|
-
},
|
|
7135
|
-
{
|
|
7136
|
-
"name": "removeProject",
|
|
7137
|
-
"params": [
|
|
7138
|
-
{
|
|
7139
|
-
"name": "projectId",
|
|
7140
|
-
"annotation": {
|
|
7141
|
-
"type": "keyword",
|
|
7142
|
-
"value": "string"
|
|
7143
|
-
}
|
|
7144
|
-
}
|
|
7145
|
-
],
|
|
7146
|
-
"returns": {}
|
|
7147
|
-
},
|
|
7148
|
-
{
|
|
7149
|
-
"name": "addProject",
|
|
7150
|
-
"params": [
|
|
7151
|
-
{
|
|
7152
|
-
"name": "project",
|
|
7153
|
-
"annotation": {
|
|
7154
|
-
"type": "reference",
|
|
7155
|
-
"typeName": {
|
|
7156
|
-
"type": "identifier",
|
|
7157
|
-
"name": "Project"
|
|
7158
|
-
}
|
|
7159
|
-
}
|
|
7160
|
-
}
|
|
7161
|
-
],
|
|
7162
|
-
"returns": {}
|
|
7163
|
-
},
|
|
7164
|
-
{
|
|
7165
|
-
"name": "moveConversation",
|
|
7166
|
-
"params": [
|
|
7167
|
-
{
|
|
7168
|
-
"name": "conversationId",
|
|
7169
|
-
"annotation": {
|
|
7170
|
-
"type": "keyword",
|
|
7171
|
-
"value": "string"
|
|
7172
|
-
}
|
|
7173
|
-
}
|
|
7174
|
-
],
|
|
7175
|
-
"returns": {}
|
|
7176
7377
|
}
|
|
7177
7378
|
],
|
|
7178
7379
|
"types": [
|
|
7179
7380
|
{
|
|
7180
7381
|
"type": "interface",
|
|
7181
|
-
"name": "
|
|
7182
|
-
"body": [
|
|
7183
|
-
{
|
|
7184
|
-
"type": "propertySignature",
|
|
7185
|
-
"key": {
|
|
7186
|
-
"type": "identifier",
|
|
7187
|
-
"name": "title"
|
|
7188
|
-
},
|
|
7189
|
-
"annotation": {
|
|
7190
|
-
"type": "keyword",
|
|
7191
|
-
"value": "string"
|
|
7192
|
-
},
|
|
7193
|
-
"computed": false
|
|
7194
|
-
},
|
|
7195
|
-
{
|
|
7196
|
-
"type": "propertySignature",
|
|
7197
|
-
"key": {
|
|
7198
|
-
"type": "identifier",
|
|
7199
|
-
"name": "url"
|
|
7200
|
-
},
|
|
7201
|
-
"annotation": {
|
|
7202
|
-
"type": "keyword",
|
|
7203
|
-
"value": "string"
|
|
7204
|
-
},
|
|
7205
|
-
"computed": false
|
|
7206
|
-
},
|
|
7207
|
-
{
|
|
7208
|
-
"type": "propertySignature",
|
|
7209
|
-
"key": {
|
|
7210
|
-
"type": "identifier",
|
|
7211
|
-
"name": "icon"
|
|
7212
|
-
},
|
|
7213
|
-
"annotation": {
|
|
7214
|
-
"type": "reference",
|
|
7215
|
-
"typeName": {
|
|
7216
|
-
"type": "identifier",
|
|
7217
|
-
"name": "GeneralIconProps"
|
|
7218
|
-
}
|
|
7219
|
-
},
|
|
7220
|
-
"optional": true,
|
|
7221
|
-
"computed": false
|
|
7222
|
-
},
|
|
7223
|
-
{
|
|
7224
|
-
"type": "propertySignature",
|
|
7225
|
-
"key": {
|
|
7226
|
-
"type": "identifier",
|
|
7227
|
-
"name": "activeIncludes"
|
|
7228
|
-
},
|
|
7229
|
-
"annotation": {
|
|
7230
|
-
"type": "array",
|
|
7231
|
-
"elementType": {
|
|
7232
|
-
"type": "keyword",
|
|
7233
|
-
"value": "string"
|
|
7234
|
-
}
|
|
7235
|
-
},
|
|
7236
|
-
"optional": true,
|
|
7237
|
-
"computed": false
|
|
7238
|
-
}
|
|
7239
|
-
]
|
|
7240
|
-
},
|
|
7241
|
-
{
|
|
7242
|
-
"type": "interface",
|
|
7243
|
-
"name": "SpaceNavProps",
|
|
7244
|
-
"body": [
|
|
7245
|
-
{
|
|
7246
|
-
"type": "propertySignature",
|
|
7247
|
-
"key": {
|
|
7248
|
-
"type": "identifier",
|
|
7249
|
-
"name": "returnUrl"
|
|
7250
|
-
},
|
|
7251
|
-
"annotation": {
|
|
7252
|
-
"type": "keyword",
|
|
7253
|
-
"value": "string"
|
|
7254
|
-
},
|
|
7255
|
-
"computed": false
|
|
7256
|
-
},
|
|
7257
|
-
{
|
|
7258
|
-
"type": "propertySignature",
|
|
7259
|
-
"key": {
|
|
7260
|
-
"type": "identifier",
|
|
7261
|
-
"name": "introUrl"
|
|
7262
|
-
},
|
|
7263
|
-
"annotation": {
|
|
7264
|
-
"type": "keyword",
|
|
7265
|
-
"value": "string"
|
|
7266
|
-
},
|
|
7267
|
-
"computed": false
|
|
7268
|
-
},
|
|
7269
|
-
{
|
|
7270
|
-
"type": "propertySignature",
|
|
7271
|
-
"key": {
|
|
7272
|
-
"type": "identifier",
|
|
7273
|
-
"name": "spaceDetail"
|
|
7274
|
-
},
|
|
7275
|
-
"annotation": {
|
|
7276
|
-
"type": "typeLiteral",
|
|
7277
|
-
"members": [
|
|
7278
|
-
{
|
|
7279
|
-
"type": "propertySignature",
|
|
7280
|
-
"key": {
|
|
7281
|
-
"type": "identifier",
|
|
7282
|
-
"name": "instanceId"
|
|
7283
|
-
},
|
|
7284
|
-
"annotation": {
|
|
7285
|
-
"type": "keyword",
|
|
7286
|
-
"value": "string"
|
|
7287
|
-
},
|
|
7288
|
-
"computed": false
|
|
7289
|
-
},
|
|
7290
|
-
{
|
|
7291
|
-
"type": "propertySignature",
|
|
7292
|
-
"key": {
|
|
7293
|
-
"type": "identifier",
|
|
7294
|
-
"name": "name"
|
|
7295
|
-
},
|
|
7296
|
-
"annotation": {
|
|
7297
|
-
"type": "keyword",
|
|
7298
|
-
"value": "string"
|
|
7299
|
-
},
|
|
7300
|
-
"computed": false
|
|
7301
|
-
},
|
|
7302
|
-
{
|
|
7303
|
-
"type": "propertySignature",
|
|
7304
|
-
"key": {
|
|
7305
|
-
"type": "identifier",
|
|
7306
|
-
"name": "icon"
|
|
7307
|
-
},
|
|
7308
|
-
"annotation": {
|
|
7309
|
-
"type": "intersection",
|
|
7310
|
-
"types": [
|
|
7311
|
-
{
|
|
7312
|
-
"type": "reference",
|
|
7313
|
-
"typeName": {
|
|
7314
|
-
"type": "identifier",
|
|
7315
|
-
"name": "GeneralIconProps"
|
|
7316
|
-
}
|
|
7317
|
-
},
|
|
7318
|
-
{
|
|
7319
|
-
"type": "typeLiteral",
|
|
7320
|
-
"members": [
|
|
7321
|
-
{
|
|
7322
|
-
"type": "propertySignature",
|
|
7323
|
-
"key": {
|
|
7324
|
-
"type": "identifier",
|
|
7325
|
-
"name": "color"
|
|
7326
|
-
},
|
|
7327
|
-
"annotation": {
|
|
7328
|
-
"type": "keyword",
|
|
7329
|
-
"value": "string"
|
|
7330
|
-
},
|
|
7331
|
-
"optional": true,
|
|
7332
|
-
"computed": false
|
|
7333
|
-
}
|
|
7334
|
-
]
|
|
7335
|
-
}
|
|
7336
|
-
]
|
|
7337
|
-
},
|
|
7338
|
-
"optional": true,
|
|
7339
|
-
"computed": false
|
|
7340
|
-
}
|
|
7341
|
-
]
|
|
7342
|
-
},
|
|
7343
|
-
"computed": false
|
|
7344
|
-
},
|
|
7345
|
-
{
|
|
7346
|
-
"type": "propertySignature",
|
|
7347
|
-
"key": {
|
|
7348
|
-
"type": "identifier",
|
|
7349
|
-
"name": "spaceObjects"
|
|
7350
|
-
},
|
|
7351
|
-
"annotation": {
|
|
7352
|
-
"type": "array",
|
|
7353
|
-
"elementType": {
|
|
7354
|
-
"type": "reference",
|
|
7355
|
-
"typeName": {
|
|
7356
|
-
"type": "identifier",
|
|
7357
|
-
"name": "SidebarLink"
|
|
7358
|
-
}
|
|
7359
|
-
}
|
|
7360
|
-
},
|
|
7361
|
-
"optional": true,
|
|
7362
|
-
"computed": false
|
|
7363
|
-
},
|
|
7364
|
-
{
|
|
7365
|
-
"type": "propertySignature",
|
|
7366
|
-
"key": {
|
|
7367
|
-
"type": "identifier",
|
|
7368
|
-
"name": "spaceServiceflows"
|
|
7369
|
-
},
|
|
7370
|
-
"annotation": {
|
|
7371
|
-
"type": "array",
|
|
7372
|
-
"elementType": {
|
|
7373
|
-
"type": "reference",
|
|
7374
|
-
"typeName": {
|
|
7375
|
-
"type": "identifier",
|
|
7376
|
-
"name": "SidebarLink"
|
|
7377
|
-
}
|
|
7378
|
-
}
|
|
7379
|
-
},
|
|
7380
|
-
"optional": true,
|
|
7381
|
-
"computed": false
|
|
7382
|
-
},
|
|
7383
|
-
{
|
|
7384
|
-
"type": "propertySignature",
|
|
7385
|
-
"key": {
|
|
7386
|
-
"type": "identifier",
|
|
7387
|
-
"name": "spaceLinks"
|
|
7388
|
-
},
|
|
7389
|
-
"annotation": {
|
|
7390
|
-
"type": "array",
|
|
7391
|
-
"elementType": {
|
|
7392
|
-
"type": "reference",
|
|
7393
|
-
"typeName": {
|
|
7394
|
-
"type": "identifier",
|
|
7395
|
-
"name": "SidebarLink"
|
|
7396
|
-
}
|
|
7397
|
-
}
|
|
7398
|
-
},
|
|
7399
|
-
"optional": true,
|
|
7400
|
-
"computed": false
|
|
7401
|
-
}
|
|
7402
|
-
]
|
|
7403
|
-
},
|
|
7404
|
-
{
|
|
7405
|
-
"type": "interface",
|
|
7406
|
-
"name": "ActionClickDetail",
|
|
7382
|
+
"name": "AIEmployee",
|
|
7407
7383
|
"body": [
|
|
7408
7384
|
{
|
|
7409
7385
|
"type": "propertySignature",
|
|
7410
7386
|
"key": {
|
|
7411
|
-
"type": "identifier",
|
|
7412
|
-
"name": "
|
|
7413
|
-
},
|
|
7414
|
-
"annotation": {
|
|
7415
|
-
"type": "
|
|
7416
|
-
"
|
|
7417
|
-
{
|
|
7418
|
-
"type": "reference",
|
|
7419
|
-
"typeName": {
|
|
7420
|
-
"type": "identifier",
|
|
7421
|
-
"name": "SimpleActionType"
|
|
7422
|
-
}
|
|
7423
|
-
},
|
|
7424
|
-
{
|
|
7425
|
-
"type": "typeLiteral",
|
|
7426
|
-
"members": [
|
|
7427
|
-
{
|
|
7428
|
-
"type": "propertySignature",
|
|
7429
|
-
"key": {
|
|
7430
|
-
"type": "identifier",
|
|
7431
|
-
"name": "project"
|
|
7432
|
-
},
|
|
7433
|
-
"annotation": {
|
|
7434
|
-
"type": "reference",
|
|
7435
|
-
"typeName": {
|
|
7436
|
-
"type": "identifier",
|
|
7437
|
-
"name": "Project"
|
|
7438
|
-
}
|
|
7439
|
-
},
|
|
7440
|
-
"optional": true,
|
|
7441
|
-
"computed": false
|
|
7442
|
-
}
|
|
7443
|
-
]
|
|
7444
|
-
}
|
|
7445
|
-
]
|
|
7446
|
-
},
|
|
7447
|
-
"computed": false
|
|
7448
|
-
},
|
|
7449
|
-
{
|
|
7450
|
-
"type": "propertySignature",
|
|
7451
|
-
"key": {
|
|
7452
|
-
"type": "identifier",
|
|
7453
|
-
"name": "item"
|
|
7454
|
-
},
|
|
7455
|
-
"annotation": {
|
|
7456
|
-
"type": "reference",
|
|
7457
|
-
"typeName": {
|
|
7458
|
-
"type": "identifier",
|
|
7459
|
-
"name": "HistoryItem"
|
|
7460
|
-
}
|
|
7387
|
+
"type": "identifier",
|
|
7388
|
+
"name": "employeeId"
|
|
7389
|
+
},
|
|
7390
|
+
"annotation": {
|
|
7391
|
+
"type": "keyword",
|
|
7392
|
+
"value": "string"
|
|
7461
7393
|
},
|
|
7462
7394
|
"computed": false
|
|
7463
7395
|
},
|
|
@@ -7465,262 +7397,330 @@
|
|
|
7465
7397
|
"type": "propertySignature",
|
|
7466
7398
|
"key": {
|
|
7467
7399
|
"type": "identifier",
|
|
7468
|
-
"name": "
|
|
7400
|
+
"name": "name"
|
|
7469
7401
|
},
|
|
7470
7402
|
"annotation": {
|
|
7471
|
-
"type": "
|
|
7472
|
-
"
|
|
7473
|
-
"type": "identifier",
|
|
7474
|
-
"name": "Project"
|
|
7475
|
-
}
|
|
7403
|
+
"type": "keyword",
|
|
7404
|
+
"value": "string"
|
|
7476
7405
|
},
|
|
7477
|
-
"optional": true,
|
|
7478
7406
|
"computed": false
|
|
7479
7407
|
}
|
|
7480
7408
|
]
|
|
7481
7409
|
},
|
|
7482
7410
|
{
|
|
7483
7411
|
"type": "interface",
|
|
7484
|
-
"name": "
|
|
7412
|
+
"name": "Command",
|
|
7485
7413
|
"body": [
|
|
7486
7414
|
{
|
|
7487
7415
|
"type": "propertySignature",
|
|
7488
7416
|
"key": {
|
|
7489
7417
|
"type": "identifier",
|
|
7490
|
-
"name": "
|
|
7418
|
+
"name": "label"
|
|
7491
7419
|
},
|
|
7492
7420
|
"annotation": {
|
|
7493
7421
|
"type": "keyword",
|
|
7494
7422
|
"value": "string"
|
|
7495
7423
|
},
|
|
7496
|
-
"computed": false
|
|
7497
|
-
"description": "实例ID"
|
|
7424
|
+
"computed": false
|
|
7498
7425
|
},
|
|
7499
7426
|
{
|
|
7500
7427
|
"type": "propertySignature",
|
|
7501
7428
|
"key": {
|
|
7502
7429
|
"type": "identifier",
|
|
7503
|
-
"name": "
|
|
7430
|
+
"name": "value"
|
|
7504
7431
|
},
|
|
7505
7432
|
"annotation": {
|
|
7506
7433
|
"type": "keyword",
|
|
7507
7434
|
"value": "string"
|
|
7508
7435
|
},
|
|
7509
|
-
"computed": false
|
|
7510
|
-
"description": "项目名称"
|
|
7436
|
+
"computed": false
|
|
7511
7437
|
},
|
|
7512
7438
|
{
|
|
7513
7439
|
"type": "propertySignature",
|
|
7514
7440
|
"key": {
|
|
7515
7441
|
"type": "identifier",
|
|
7516
|
-
"name": "
|
|
7442
|
+
"name": "groupKey"
|
|
7517
7443
|
},
|
|
7518
7444
|
"annotation": {
|
|
7519
7445
|
"type": "keyword",
|
|
7520
7446
|
"value": "string"
|
|
7521
7447
|
},
|
|
7522
|
-
"
|
|
7523
|
-
"
|
|
7448
|
+
"optional": true,
|
|
7449
|
+
"computed": false
|
|
7524
7450
|
},
|
|
7525
7451
|
{
|
|
7526
7452
|
"type": "propertySignature",
|
|
7527
7453
|
"key": {
|
|
7528
7454
|
"type": "identifier",
|
|
7529
|
-
"name": "
|
|
7455
|
+
"name": "groupLabel"
|
|
7530
7456
|
},
|
|
7531
7457
|
"annotation": {
|
|
7532
|
-
"type": "
|
|
7533
|
-
"
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
7537
|
-
|
|
7538
|
-
|
|
7539
|
-
|
|
7540
|
-
|
|
7458
|
+
"type": "keyword",
|
|
7459
|
+
"value": "string"
|
|
7460
|
+
},
|
|
7461
|
+
"optional": true,
|
|
7462
|
+
"computed": false
|
|
7463
|
+
},
|
|
7464
|
+
{
|
|
7465
|
+
"type": "propertySignature",
|
|
7466
|
+
"key": {
|
|
7467
|
+
"type": "identifier",
|
|
7468
|
+
"name": "subCommands"
|
|
7469
|
+
},
|
|
7470
|
+
"annotation": {
|
|
7471
|
+
"type": "array",
|
|
7472
|
+
"elementType": {
|
|
7473
|
+
"type": "reference",
|
|
7474
|
+
"typeName": {
|
|
7475
|
+
"type": "identifier",
|
|
7476
|
+
"name": "Command"
|
|
7541
7477
|
}
|
|
7542
|
-
|
|
7478
|
+
}
|
|
7543
7479
|
},
|
|
7544
|
-
"
|
|
7545
|
-
"
|
|
7480
|
+
"optional": true,
|
|
7481
|
+
"computed": false
|
|
7546
7482
|
},
|
|
7547
7483
|
{
|
|
7548
7484
|
"type": "propertySignature",
|
|
7549
7485
|
"key": {
|
|
7550
7486
|
"type": "identifier",
|
|
7551
|
-
"name": "
|
|
7487
|
+
"name": "payload"
|
|
7488
|
+
},
|
|
7489
|
+
"annotation": {
|
|
7490
|
+
"type": "reference",
|
|
7491
|
+
"typeName": {
|
|
7492
|
+
"type": "identifier",
|
|
7493
|
+
"name": "CommandPayload"
|
|
7494
|
+
}
|
|
7495
|
+
},
|
|
7496
|
+
"optional": true,
|
|
7497
|
+
"computed": false
|
|
7498
|
+
}
|
|
7499
|
+
]
|
|
7500
|
+
},
|
|
7501
|
+
{
|
|
7502
|
+
"type": "interface",
|
|
7503
|
+
"name": "UploadOptions",
|
|
7504
|
+
"body": [
|
|
7505
|
+
{
|
|
7506
|
+
"type": "propertySignature",
|
|
7507
|
+
"key": {
|
|
7508
|
+
"type": "identifier",
|
|
7509
|
+
"name": "enabled"
|
|
7552
7510
|
},
|
|
7553
7511
|
"annotation": {
|
|
7554
7512
|
"type": "keyword",
|
|
7555
|
-
"value": "
|
|
7513
|
+
"value": "boolean"
|
|
7556
7514
|
},
|
|
7557
|
-
"
|
|
7558
|
-
"
|
|
7515
|
+
"optional": true,
|
|
7516
|
+
"computed": false
|
|
7559
7517
|
},
|
|
7560
7518
|
{
|
|
7561
7519
|
"type": "propertySignature",
|
|
7562
7520
|
"key": {
|
|
7563
7521
|
"type": "identifier",
|
|
7564
|
-
"name": "
|
|
7522
|
+
"name": "dragDisabled"
|
|
7565
7523
|
},
|
|
7566
7524
|
"annotation": {
|
|
7567
7525
|
"type": "keyword",
|
|
7568
|
-
"value": "
|
|
7526
|
+
"value": "boolean"
|
|
7569
7527
|
},
|
|
7570
|
-
"
|
|
7571
|
-
"
|
|
7528
|
+
"optional": true,
|
|
7529
|
+
"computed": false
|
|
7572
7530
|
},
|
|
7573
7531
|
{
|
|
7574
7532
|
"type": "propertySignature",
|
|
7575
7533
|
"key": {
|
|
7576
7534
|
"type": "identifier",
|
|
7577
|
-
"name": "
|
|
7535
|
+
"name": "dragTips"
|
|
7578
7536
|
},
|
|
7579
7537
|
"annotation": {
|
|
7580
7538
|
"type": "keyword",
|
|
7581
7539
|
"value": "string"
|
|
7582
7540
|
},
|
|
7583
|
-
"
|
|
7584
|
-
"
|
|
7541
|
+
"optional": true,
|
|
7542
|
+
"computed": false
|
|
7585
7543
|
},
|
|
7586
7544
|
{
|
|
7587
7545
|
"type": "propertySignature",
|
|
7588
7546
|
"key": {
|
|
7589
7547
|
"type": "identifier",
|
|
7590
|
-
"name": "
|
|
7548
|
+
"name": "accept"
|
|
7591
7549
|
},
|
|
7592
7550
|
"annotation": {
|
|
7593
7551
|
"type": "keyword",
|
|
7594
7552
|
"value": "string"
|
|
7595
7553
|
},
|
|
7596
|
-
"
|
|
7597
|
-
"
|
|
7554
|
+
"optional": true,
|
|
7555
|
+
"computed": false
|
|
7598
7556
|
},
|
|
7599
7557
|
{
|
|
7600
7558
|
"type": "propertySignature",
|
|
7601
7559
|
"key": {
|
|
7602
7560
|
"type": "identifier",
|
|
7603
|
-
"name": "
|
|
7561
|
+
"name": "maxFiles"
|
|
7604
7562
|
},
|
|
7605
7563
|
"annotation": {
|
|
7606
7564
|
"type": "keyword",
|
|
7607
|
-
"value": "
|
|
7565
|
+
"value": "number"
|
|
7608
7566
|
},
|
|
7609
|
-
"
|
|
7610
|
-
"
|
|
7611
|
-
}
|
|
7612
|
-
]
|
|
7613
|
-
},
|
|
7614
|
-
{
|
|
7615
|
-
"type": "interface",
|
|
7616
|
-
"name": "HistoryItem",
|
|
7617
|
-
"body": [
|
|
7567
|
+
"optional": true,
|
|
7568
|
+
"computed": false
|
|
7569
|
+
},
|
|
7618
7570
|
{
|
|
7619
7571
|
"type": "propertySignature",
|
|
7620
7572
|
"key": {
|
|
7621
7573
|
"type": "identifier",
|
|
7622
|
-
"name": "
|
|
7574
|
+
"name": "maxSize"
|
|
7623
7575
|
},
|
|
7624
7576
|
"annotation": {
|
|
7625
7577
|
"type": "keyword",
|
|
7626
|
-
"value": "
|
|
7578
|
+
"value": "number"
|
|
7627
7579
|
},
|
|
7628
|
-
"
|
|
7580
|
+
"optional": true,
|
|
7581
|
+
"computed": false,
|
|
7582
|
+
"description": "In bytes"
|
|
7629
7583
|
},
|
|
7630
7584
|
{
|
|
7631
7585
|
"type": "propertySignature",
|
|
7632
7586
|
"key": {
|
|
7633
7587
|
"type": "identifier",
|
|
7634
|
-
"name": "
|
|
7588
|
+
"name": "readableAccept"
|
|
7635
7589
|
},
|
|
7636
7590
|
"annotation": {
|
|
7637
7591
|
"type": "keyword",
|
|
7638
7592
|
"value": "string"
|
|
7639
7593
|
},
|
|
7594
|
+
"optional": true,
|
|
7640
7595
|
"computed": false
|
|
7641
7596
|
},
|
|
7642
7597
|
{
|
|
7643
7598
|
"type": "propertySignature",
|
|
7644
7599
|
"key": {
|
|
7645
7600
|
"type": "identifier",
|
|
7646
|
-
"name": "
|
|
7601
|
+
"name": "readableMaxSize"
|
|
7647
7602
|
},
|
|
7648
7603
|
"annotation": {
|
|
7649
7604
|
"type": "keyword",
|
|
7650
|
-
"value": "
|
|
7605
|
+
"value": "string"
|
|
7651
7606
|
},
|
|
7607
|
+
"optional": true,
|
|
7652
7608
|
"computed": false
|
|
7653
|
-
}
|
|
7609
|
+
}
|
|
7610
|
+
]
|
|
7611
|
+
},
|
|
7612
|
+
{
|
|
7613
|
+
"type": "interface",
|
|
7614
|
+
"name": "ChatPayload",
|
|
7615
|
+
"body": [
|
|
7654
7616
|
{
|
|
7655
7617
|
"type": "propertySignature",
|
|
7656
7618
|
"key": {
|
|
7657
7619
|
"type": "identifier",
|
|
7658
|
-
"name": "
|
|
7620
|
+
"name": "content"
|
|
7659
7621
|
},
|
|
7660
7622
|
"annotation": {
|
|
7661
|
-
"type": "
|
|
7662
|
-
"
|
|
7663
|
-
"type": "identifier",
|
|
7664
|
-
"name": "ConversationState"
|
|
7665
|
-
}
|
|
7623
|
+
"type": "keyword",
|
|
7624
|
+
"value": "string"
|
|
7666
7625
|
},
|
|
7667
|
-
"optional": true,
|
|
7668
7626
|
"computed": false
|
|
7669
7627
|
}
|
|
7628
|
+
],
|
|
7629
|
+
"extends": [
|
|
7630
|
+
{
|
|
7631
|
+
"type": "expressionWithTypeArguments",
|
|
7632
|
+
"expression": {
|
|
7633
|
+
"type": "identifier",
|
|
7634
|
+
"name": "ExtraChatPayload"
|
|
7635
|
+
}
|
|
7636
|
+
}
|
|
7670
7637
|
]
|
|
7671
7638
|
},
|
|
7672
7639
|
{
|
|
7673
7640
|
"type": "interface",
|
|
7674
|
-
"name": "
|
|
7641
|
+
"name": "ExtraChatPayload",
|
|
7675
7642
|
"body": [
|
|
7676
7643
|
{
|
|
7677
7644
|
"type": "propertySignature",
|
|
7678
7645
|
"key": {
|
|
7679
7646
|
"type": "identifier",
|
|
7680
|
-
"name": "
|
|
7647
|
+
"name": "files"
|
|
7681
7648
|
},
|
|
7682
7649
|
"annotation": {
|
|
7683
|
-
"type": "
|
|
7684
|
-
"
|
|
7685
|
-
"type": "
|
|
7686
|
-
"
|
|
7650
|
+
"type": "array",
|
|
7651
|
+
"elementType": {
|
|
7652
|
+
"type": "reference",
|
|
7653
|
+
"typeName": {
|
|
7654
|
+
"type": "identifier",
|
|
7655
|
+
"name": "UploadFileInfo"
|
|
7656
|
+
}
|
|
7687
7657
|
}
|
|
7688
7658
|
},
|
|
7659
|
+
"optional": true,
|
|
7689
7660
|
"computed": false
|
|
7690
7661
|
},
|
|
7691
7662
|
{
|
|
7692
7663
|
"type": "propertySignature",
|
|
7693
7664
|
"key": {
|
|
7694
7665
|
"type": "identifier",
|
|
7695
|
-
"name": "
|
|
7666
|
+
"name": "cmd"
|
|
7696
7667
|
},
|
|
7697
7668
|
"annotation": {
|
|
7698
|
-
"type": "
|
|
7699
|
-
"
|
|
7700
|
-
|
|
7701
|
-
|
|
7702
|
-
|
|
7669
|
+
"type": "union",
|
|
7670
|
+
"types": [
|
|
7671
|
+
{
|
|
7672
|
+
"type": "reference",
|
|
7673
|
+
"typeName": {
|
|
7674
|
+
"type": "identifier",
|
|
7675
|
+
"name": "CommandPayload"
|
|
7676
|
+
}
|
|
7677
|
+
},
|
|
7678
|
+
{
|
|
7679
|
+
"type": "keyword",
|
|
7680
|
+
"value": "null"
|
|
7681
|
+
}
|
|
7682
|
+
]
|
|
7683
|
+
},
|
|
7684
|
+
"optional": true,
|
|
7685
|
+
"computed": false
|
|
7686
|
+
},
|
|
7687
|
+
{
|
|
7688
|
+
"type": "propertySignature",
|
|
7689
|
+
"key": {
|
|
7690
|
+
"type": "identifier",
|
|
7691
|
+
"name": "aiEmployeeId"
|
|
7692
|
+
},
|
|
7693
|
+
"annotation": {
|
|
7694
|
+
"type": "union",
|
|
7695
|
+
"types": [
|
|
7696
|
+
{
|
|
7697
|
+
"type": "keyword",
|
|
7698
|
+
"value": "string"
|
|
7699
|
+
},
|
|
7700
|
+
{
|
|
7701
|
+
"type": "keyword",
|
|
7702
|
+
"value": "null"
|
|
7703
|
+
}
|
|
7704
|
+
]
|
|
7703
7705
|
},
|
|
7706
|
+
"optional": true,
|
|
7704
7707
|
"computed": false
|
|
7705
7708
|
}
|
|
7706
7709
|
]
|
|
7707
7710
|
},
|
|
7708
7711
|
{
|
|
7709
7712
|
"type": "interface",
|
|
7710
|
-
"name": "
|
|
7713
|
+
"name": "UploadFileInfo",
|
|
7711
7714
|
"body": [
|
|
7712
7715
|
{
|
|
7713
7716
|
"type": "propertySignature",
|
|
7714
7717
|
"key": {
|
|
7715
7718
|
"type": "identifier",
|
|
7716
|
-
"name": "
|
|
7719
|
+
"name": "fileId"
|
|
7717
7720
|
},
|
|
7718
7721
|
"annotation": {
|
|
7719
|
-
"type": "
|
|
7720
|
-
"
|
|
7721
|
-
"type": "identifier",
|
|
7722
|
-
"name": "SimpleActionType"
|
|
7723
|
-
}
|
|
7722
|
+
"type": "keyword",
|
|
7723
|
+
"value": "string"
|
|
7724
7724
|
},
|
|
7725
7725
|
"computed": false
|
|
7726
7726
|
}
|
|
@@ -10795,6 +10795,13 @@
|
|
|
10795
10795
|
}
|
|
10796
10796
|
]
|
|
10797
10797
|
}
|
|
10798
|
+
},
|
|
10799
|
+
{
|
|
10800
|
+
"name": "maskClosable",
|
|
10801
|
+
"annotation": {
|
|
10802
|
+
"type": "keyword",
|
|
10803
|
+
"value": "boolean"
|
|
10804
|
+
}
|
|
10798
10805
|
}
|
|
10799
10806
|
],
|
|
10800
10807
|
"events": [],
|