@next-bricks/ai-portal 0.64.2 → 0.64.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +21 -21
- package/dist/chunks/3840.6080d56e.js +3 -0
- package/dist/chunks/3840.6080d56e.js.map +1 -0
- package/dist/chunks/4208.90f96600.js +2 -0
- package/dist/chunks/4208.90f96600.js.map +1 -0
- package/dist/chunks/{main.70cff0e5.js → main.0d63781a.js} +2 -2
- package/dist/chunks/{main.70cff0e5.js.map → main.0d63781a.js.map} +1 -1
- package/dist/examples.json +14 -14
- package/dist/index.682d62ca.js +2 -0
- package/dist/{index.aadd5601.js.map → index.682d62ca.js.map} +1 -1
- package/dist/manifest.json +126 -126
- package/dist/types.json +856 -856
- package/dist-types/cruise-canvas/reducers/interfaces.d.ts +4 -1
- package/package.json +2 -2
- package/dist/chunks/2028.81962baa.js +0 -3
- package/dist/chunks/2028.81962baa.js.map +0 -1
- package/dist/chunks/4208.9bc0e6c6.js +0 -2
- package/dist/chunks/4208.9bc0e6c6.js.map +0 -1
- package/dist/index.aadd5601.js +0 -2
- /package/dist/chunks/{2028.81962baa.js.LICENSE.txt → 3840.6080d56e.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-portal.home-container": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "sticky",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "boolean"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"events": [],
|
|
13
|
+
"methods": []
|
|
14
|
+
},
|
|
2
15
|
"ai-portal.stat-with-mini-chart": {
|
|
3
16
|
"properties": [
|
|
4
17
|
{
|
|
@@ -222,19 +235,6 @@
|
|
|
222
235
|
}
|
|
223
236
|
]
|
|
224
237
|
},
|
|
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,6 +2485,101 @@
|
|
|
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
|
+
},
|
|
2488
2583
|
"ai-portal.mcp-tools": {
|
|
2489
2584
|
"properties": [
|
|
2490
2585
|
{
|
|
@@ -2825,101 +2920,6 @@
|
|
|
2825
2920
|
}
|
|
2826
2921
|
]
|
|
2827
2922
|
},
|
|
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,232 +6417,84 @@
|
|
|
6417
6417
|
}
|
|
6418
6418
|
]
|
|
6419
6419
|
},
|
|
6420
|
-
"ai-portal.
|
|
6420
|
+
"ai-portal.chat-box": {
|
|
6421
6421
|
"properties": [
|
|
6422
6422
|
{
|
|
6423
|
-
"name": "
|
|
6423
|
+
"name": "disabled",
|
|
6424
6424
|
"annotation": {
|
|
6425
6425
|
"type": "keyword",
|
|
6426
|
-
"value": "
|
|
6427
|
-
}
|
|
6428
|
-
},
|
|
6429
|
-
{
|
|
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
|
-
]
|
|
6426
|
+
"value": "boolean"
|
|
6443
6427
|
}
|
|
6444
6428
|
},
|
|
6445
6429
|
{
|
|
6446
|
-
"name": "
|
|
6430
|
+
"name": "placeholder",
|
|
6447
6431
|
"annotation": {
|
|
6448
6432
|
"type": "keyword",
|
|
6449
6433
|
"value": "string"
|
|
6450
6434
|
}
|
|
6451
6435
|
},
|
|
6452
6436
|
{
|
|
6453
|
-
"name": "
|
|
6437
|
+
"name": "autoFocus",
|
|
6454
6438
|
"annotation": {
|
|
6455
6439
|
"type": "keyword",
|
|
6456
|
-
"value": "
|
|
6440
|
+
"value": "boolean"
|
|
6457
6441
|
}
|
|
6458
6442
|
},
|
|
6459
6443
|
{
|
|
6460
|
-
"name": "
|
|
6444
|
+
"name": "aiEmployees",
|
|
6461
6445
|
"annotation": {
|
|
6462
|
-
"type": "
|
|
6463
|
-
"
|
|
6446
|
+
"type": "array",
|
|
6447
|
+
"elementType": {
|
|
6448
|
+
"type": "reference",
|
|
6449
|
+
"typeName": {
|
|
6450
|
+
"type": "identifier",
|
|
6451
|
+
"name": "AIEmployee"
|
|
6452
|
+
}
|
|
6453
|
+
}
|
|
6464
6454
|
}
|
|
6465
6455
|
},
|
|
6466
6456
|
{
|
|
6467
|
-
"name": "
|
|
6468
|
-
"annotation": {
|
|
6469
|
-
"type": "keyword",
|
|
6470
|
-
"value": "string"
|
|
6471
|
-
}
|
|
6472
|
-
},
|
|
6473
|
-
{
|
|
6474
|
-
"name": "historyActions",
|
|
6475
|
-
"annotation": {
|
|
6476
|
-
"type": "array",
|
|
6477
|
-
"elementType": {
|
|
6478
|
-
"type": "reference",
|
|
6479
|
-
"typeName": {
|
|
6480
|
-
"type": "identifier",
|
|
6481
|
-
"name": "ActionType"
|
|
6482
|
-
}
|
|
6483
|
-
}
|
|
6484
|
-
}
|
|
6485
|
-
},
|
|
6486
|
-
{
|
|
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",
|
|
6457
|
+
"name": "commands",
|
|
6548
6458
|
"annotation": {
|
|
6549
6459
|
"type": "array",
|
|
6550
6460
|
"elementType": {
|
|
6551
6461
|
"type": "reference",
|
|
6552
6462
|
"typeName": {
|
|
6553
6463
|
"type": "identifier",
|
|
6554
|
-
"name": "
|
|
6464
|
+
"name": "Command"
|
|
6555
6465
|
}
|
|
6556
6466
|
}
|
|
6557
6467
|
}
|
|
6558
6468
|
},
|
|
6559
6469
|
{
|
|
6560
|
-
"name": "
|
|
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",
|
|
6470
|
+
"name": "uploadOptions",
|
|
6577
6471
|
"annotation": {
|
|
6578
6472
|
"type": "reference",
|
|
6579
6473
|
"typeName": {
|
|
6580
6474
|
"type": "identifier",
|
|
6581
|
-
"name": "
|
|
6475
|
+
"name": "UploadOptions"
|
|
6582
6476
|
}
|
|
6583
6477
|
}
|
|
6584
6478
|
}
|
|
6585
6479
|
],
|
|
6586
6480
|
"events": [
|
|
6587
6481
|
{
|
|
6588
|
-
"name": "
|
|
6589
|
-
"detail": {
|
|
6590
|
-
"annotation": {
|
|
6591
|
-
"type": "keyword",
|
|
6592
|
-
"value": "void"
|
|
6593
|
-
}
|
|
6594
|
-
}
|
|
6595
|
-
},
|
|
6596
|
-
{
|
|
6597
|
-
"name": "action.click",
|
|
6598
|
-
"detail": {
|
|
6599
|
-
"annotation": {
|
|
6600
|
-
"type": "reference",
|
|
6601
|
-
"typeName": {
|
|
6602
|
-
"type": "identifier",
|
|
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",
|
|
6482
|
+
"name": "message.submit",
|
|
6631
6483
|
"detail": {
|
|
6632
6484
|
"annotation": {
|
|
6633
6485
|
"type": "keyword",
|
|
6634
|
-
"value": "
|
|
6486
|
+
"value": "string"
|
|
6635
6487
|
}
|
|
6636
6488
|
}
|
|
6637
6489
|
},
|
|
6638
6490
|
{
|
|
6639
|
-
"name": "
|
|
6491
|
+
"name": "chat.submit",
|
|
6640
6492
|
"detail": {
|
|
6641
6493
|
"annotation": {
|
|
6642
6494
|
"type": "reference",
|
|
6643
6495
|
"typeName": {
|
|
6644
6496
|
"type": "identifier",
|
|
6645
|
-
"name": "
|
|
6497
|
+
"name": "ChatPayload"
|
|
6646
6498
|
}
|
|
6647
6499
|
}
|
|
6648
6500
|
}
|
|
@@ -6650,81 +6502,39 @@
|
|
|
6650
6502
|
],
|
|
6651
6503
|
"methods": [
|
|
6652
6504
|
{
|
|
6653
|
-
"name": "
|
|
6505
|
+
"name": "setValue",
|
|
6654
6506
|
"params": [
|
|
6655
6507
|
{
|
|
6656
|
-
"name": "
|
|
6508
|
+
"name": "value",
|
|
6657
6509
|
"annotation": {
|
|
6658
6510
|
"type": "keyword",
|
|
6659
|
-
"value": "
|
|
6511
|
+
"value": "string"
|
|
6660
6512
|
}
|
|
6661
6513
|
}
|
|
6662
6514
|
],
|
|
6663
6515
|
"returns": {}
|
|
6664
6516
|
},
|
|
6665
6517
|
{
|
|
6666
|
-
"name": "
|
|
6518
|
+
"name": "getValue",
|
|
6667
6519
|
"params": [],
|
|
6668
6520
|
"returns": {}
|
|
6669
6521
|
},
|
|
6670
6522
|
{
|
|
6671
|
-
"name": "
|
|
6523
|
+
"name": "focusOnInput",
|
|
6672
6524
|
"params": [],
|
|
6673
6525
|
"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": {}
|
|
6716
6526
|
}
|
|
6717
6527
|
],
|
|
6718
6528
|
"types": [
|
|
6719
6529
|
{
|
|
6720
6530
|
"type": "interface",
|
|
6721
|
-
"name": "
|
|
6531
|
+
"name": "AIEmployee",
|
|
6722
6532
|
"body": [
|
|
6723
6533
|
{
|
|
6724
6534
|
"type": "propertySignature",
|
|
6725
6535
|
"key": {
|
|
6726
6536
|
"type": "identifier",
|
|
6727
|
-
"name": "
|
|
6537
|
+
"name": "employeeId"
|
|
6728
6538
|
},
|
|
6729
6539
|
"annotation": {
|
|
6730
6540
|
"type": "keyword",
|
|
@@ -6736,176 +6546,75 @@
|
|
|
6736
6546
|
"type": "propertySignature",
|
|
6737
6547
|
"key": {
|
|
6738
6548
|
"type": "identifier",
|
|
6739
|
-
"name": "
|
|
6549
|
+
"name": "name"
|
|
6740
6550
|
},
|
|
6741
6551
|
"annotation": {
|
|
6742
6552
|
"type": "keyword",
|
|
6743
6553
|
"value": "string"
|
|
6744
6554
|
},
|
|
6745
6555
|
"computed": false
|
|
6746
|
-
}
|
|
6556
|
+
}
|
|
6557
|
+
]
|
|
6558
|
+
},
|
|
6559
|
+
{
|
|
6560
|
+
"type": "interface",
|
|
6561
|
+
"name": "Command",
|
|
6562
|
+
"body": [
|
|
6747
6563
|
{
|
|
6748
6564
|
"type": "propertySignature",
|
|
6749
6565
|
"key": {
|
|
6750
6566
|
"type": "identifier",
|
|
6751
|
-
"name": "
|
|
6567
|
+
"name": "label"
|
|
6752
6568
|
},
|
|
6753
6569
|
"annotation": {
|
|
6754
|
-
"type": "
|
|
6755
|
-
"
|
|
6756
|
-
"type": "identifier",
|
|
6757
|
-
"name": "GeneralIconProps"
|
|
6758
|
-
}
|
|
6570
|
+
"type": "keyword",
|
|
6571
|
+
"value": "string"
|
|
6759
6572
|
},
|
|
6760
|
-
"optional": true,
|
|
6761
6573
|
"computed": false
|
|
6762
6574
|
},
|
|
6763
6575
|
{
|
|
6764
6576
|
"type": "propertySignature",
|
|
6765
6577
|
"key": {
|
|
6766
6578
|
"type": "identifier",
|
|
6767
|
-
"name": "
|
|
6579
|
+
"name": "value"
|
|
6768
6580
|
},
|
|
6769
6581
|
"annotation": {
|
|
6770
|
-
"type": "
|
|
6771
|
-
"
|
|
6772
|
-
"type": "keyword",
|
|
6773
|
-
"value": "string"
|
|
6774
|
-
}
|
|
6582
|
+
"type": "keyword",
|
|
6583
|
+
"value": "string"
|
|
6775
6584
|
},
|
|
6776
|
-
"optional": true,
|
|
6777
6585
|
"computed": false
|
|
6778
|
-
}
|
|
6779
|
-
]
|
|
6780
|
-
},
|
|
6781
|
-
{
|
|
6782
|
-
"type": "interface",
|
|
6783
|
-
"name": "SpaceNavProps",
|
|
6784
|
-
"body": [
|
|
6586
|
+
},
|
|
6785
6587
|
{
|
|
6786
6588
|
"type": "propertySignature",
|
|
6787
6589
|
"key": {
|
|
6788
6590
|
"type": "identifier",
|
|
6789
|
-
"name": "
|
|
6591
|
+
"name": "groupKey"
|
|
6790
6592
|
},
|
|
6791
6593
|
"annotation": {
|
|
6792
6594
|
"type": "keyword",
|
|
6793
6595
|
"value": "string"
|
|
6794
6596
|
},
|
|
6597
|
+
"optional": true,
|
|
6795
6598
|
"computed": false
|
|
6796
6599
|
},
|
|
6797
6600
|
{
|
|
6798
6601
|
"type": "propertySignature",
|
|
6799
6602
|
"key": {
|
|
6800
6603
|
"type": "identifier",
|
|
6801
|
-
"name": "
|
|
6604
|
+
"name": "groupLabel"
|
|
6802
6605
|
},
|
|
6803
6606
|
"annotation": {
|
|
6804
6607
|
"type": "keyword",
|
|
6805
6608
|
"value": "string"
|
|
6806
6609
|
},
|
|
6610
|
+
"optional": true,
|
|
6807
6611
|
"computed": false
|
|
6808
6612
|
},
|
|
6809
6613
|
{
|
|
6810
6614
|
"type": "propertySignature",
|
|
6811
6615
|
"key": {
|
|
6812
6616
|
"type": "identifier",
|
|
6813
|
-
"name": "
|
|
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"
|
|
6890
|
-
},
|
|
6891
|
-
"annotation": {
|
|
6892
|
-
"type": "array",
|
|
6893
|
-
"elementType": {
|
|
6894
|
-
"type": "reference",
|
|
6895
|
-
"typeName": {
|
|
6896
|
-
"type": "identifier",
|
|
6897
|
-
"name": "SidebarLink"
|
|
6898
|
-
}
|
|
6899
|
-
}
|
|
6900
|
-
},
|
|
6901
|
-
"optional": true,
|
|
6902
|
-
"computed": false
|
|
6903
|
-
},
|
|
6904
|
-
{
|
|
6905
|
-
"type": "propertySignature",
|
|
6906
|
-
"key": {
|
|
6907
|
-
"type": "identifier",
|
|
6908
|
-
"name": "spaceServiceflows"
|
|
6617
|
+
"name": "subCommands"
|
|
6909
6618
|
},
|
|
6910
6619
|
"annotation": {
|
|
6911
6620
|
"type": "array",
|
|
@@ -6913,7 +6622,7 @@
|
|
|
6913
6622
|
"type": "reference",
|
|
6914
6623
|
"typeName": {
|
|
6915
6624
|
"type": "identifier",
|
|
6916
|
-
"name": "
|
|
6625
|
+
"name": "Command"
|
|
6917
6626
|
}
|
|
6918
6627
|
}
|
|
6919
6628
|
},
|
|
@@ -6924,16 +6633,13 @@
|
|
|
6924
6633
|
"type": "propertySignature",
|
|
6925
6634
|
"key": {
|
|
6926
6635
|
"type": "identifier",
|
|
6927
|
-
"name": "
|
|
6636
|
+
"name": "payload"
|
|
6928
6637
|
},
|
|
6929
6638
|
"annotation": {
|
|
6930
|
-
"type": "
|
|
6931
|
-
"
|
|
6932
|
-
"type": "
|
|
6933
|
-
"
|
|
6934
|
-
"type": "identifier",
|
|
6935
|
-
"name": "SidebarLink"
|
|
6936
|
-
}
|
|
6639
|
+
"type": "reference",
|
|
6640
|
+
"typeName": {
|
|
6641
|
+
"type": "identifier",
|
|
6642
|
+
"name": "CommandPayload"
|
|
6937
6643
|
}
|
|
6938
6644
|
},
|
|
6939
6645
|
"optional": true,
|
|
@@ -6943,324 +6649,227 @@
|
|
|
6943
6649
|
},
|
|
6944
6650
|
{
|
|
6945
6651
|
"type": "interface",
|
|
6946
|
-
"name": "
|
|
6652
|
+
"name": "UploadOptions",
|
|
6947
6653
|
"body": [
|
|
6948
6654
|
{
|
|
6949
6655
|
"type": "propertySignature",
|
|
6950
6656
|
"key": {
|
|
6951
6657
|
"type": "identifier",
|
|
6952
|
-
"name": "
|
|
6658
|
+
"name": "enabled"
|
|
6953
6659
|
},
|
|
6954
6660
|
"annotation": {
|
|
6955
|
-
"type": "
|
|
6956
|
-
"
|
|
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
|
-
]
|
|
6661
|
+
"type": "keyword",
|
|
6662
|
+
"value": "boolean"
|
|
6986
6663
|
},
|
|
6664
|
+
"optional": true,
|
|
6987
6665
|
"computed": false
|
|
6988
6666
|
},
|
|
6989
6667
|
{
|
|
6990
6668
|
"type": "propertySignature",
|
|
6991
6669
|
"key": {
|
|
6992
6670
|
"type": "identifier",
|
|
6993
|
-
"name": "
|
|
6671
|
+
"name": "dragDisabled"
|
|
6994
6672
|
},
|
|
6995
6673
|
"annotation": {
|
|
6996
|
-
"type": "
|
|
6997
|
-
"
|
|
6998
|
-
"type": "identifier",
|
|
6999
|
-
"name": "HistoryItem"
|
|
7000
|
-
}
|
|
6674
|
+
"type": "keyword",
|
|
6675
|
+
"value": "boolean"
|
|
7001
6676
|
},
|
|
6677
|
+
"optional": true,
|
|
7002
6678
|
"computed": false
|
|
7003
6679
|
},
|
|
7004
6680
|
{
|
|
7005
6681
|
"type": "propertySignature",
|
|
7006
6682
|
"key": {
|
|
7007
6683
|
"type": "identifier",
|
|
7008
|
-
"name": "
|
|
6684
|
+
"name": "dragTips"
|
|
7009
6685
|
},
|
|
7010
6686
|
"annotation": {
|
|
7011
|
-
"type": "
|
|
7012
|
-
"
|
|
7013
|
-
"type": "identifier",
|
|
7014
|
-
"name": "Project"
|
|
7015
|
-
}
|
|
6687
|
+
"type": "keyword",
|
|
6688
|
+
"value": "string"
|
|
7016
6689
|
},
|
|
7017
6690
|
"optional": true,
|
|
7018
6691
|
"computed": false
|
|
7019
|
-
}
|
|
7020
|
-
]
|
|
7021
|
-
},
|
|
7022
|
-
{
|
|
7023
|
-
"type": "interface",
|
|
7024
|
-
"name": "Project",
|
|
7025
|
-
"body": [
|
|
6692
|
+
},
|
|
7026
6693
|
{
|
|
7027
6694
|
"type": "propertySignature",
|
|
7028
6695
|
"key": {
|
|
7029
6696
|
"type": "identifier",
|
|
7030
|
-
"name": "
|
|
6697
|
+
"name": "accept"
|
|
7031
6698
|
},
|
|
7032
6699
|
"annotation": {
|
|
7033
6700
|
"type": "keyword",
|
|
7034
6701
|
"value": "string"
|
|
7035
6702
|
},
|
|
7036
|
-
"
|
|
7037
|
-
"
|
|
6703
|
+
"optional": true,
|
|
6704
|
+
"computed": false
|
|
7038
6705
|
},
|
|
7039
6706
|
{
|
|
7040
6707
|
"type": "propertySignature",
|
|
7041
6708
|
"key": {
|
|
7042
6709
|
"type": "identifier",
|
|
7043
|
-
"name": "
|
|
6710
|
+
"name": "maxFiles"
|
|
7044
6711
|
},
|
|
7045
6712
|
"annotation": {
|
|
7046
6713
|
"type": "keyword",
|
|
7047
|
-
"value": "
|
|
6714
|
+
"value": "number"
|
|
7048
6715
|
},
|
|
7049
|
-
"
|
|
7050
|
-
"
|
|
6716
|
+
"optional": true,
|
|
6717
|
+
"computed": false
|
|
7051
6718
|
},
|
|
7052
6719
|
{
|
|
7053
6720
|
"type": "propertySignature",
|
|
7054
6721
|
"key": {
|
|
7055
6722
|
"type": "identifier",
|
|
7056
|
-
"name": "
|
|
6723
|
+
"name": "maxSize"
|
|
7057
6724
|
},
|
|
7058
6725
|
"annotation": {
|
|
7059
6726
|
"type": "keyword",
|
|
7060
|
-
"value": "
|
|
6727
|
+
"value": "number"
|
|
7061
6728
|
},
|
|
6729
|
+
"optional": true,
|
|
7062
6730
|
"computed": false,
|
|
7063
|
-
"description": "
|
|
6731
|
+
"description": "In bytes"
|
|
7064
6732
|
},
|
|
7065
6733
|
{
|
|
7066
6734
|
"type": "propertySignature",
|
|
7067
6735
|
"key": {
|
|
7068
6736
|
"type": "identifier",
|
|
7069
|
-
"name": "
|
|
6737
|
+
"name": "readableAccept"
|
|
7070
6738
|
},
|
|
7071
6739
|
"annotation": {
|
|
7072
|
-
"type": "
|
|
7073
|
-
"
|
|
7074
|
-
{
|
|
7075
|
-
"type": "jsLiteral",
|
|
7076
|
-
"value": "active"
|
|
7077
|
-
},
|
|
7078
|
-
{
|
|
7079
|
-
"type": "jsLiteral",
|
|
7080
|
-
"value": "inactive"
|
|
7081
|
-
}
|
|
7082
|
-
]
|
|
6740
|
+
"type": "keyword",
|
|
6741
|
+
"value": "string"
|
|
7083
6742
|
},
|
|
7084
|
-
"
|
|
7085
|
-
"
|
|
6743
|
+
"optional": true,
|
|
6744
|
+
"computed": false
|
|
7086
6745
|
},
|
|
7087
6746
|
{
|
|
7088
6747
|
"type": "propertySignature",
|
|
7089
6748
|
"key": {
|
|
7090
6749
|
"type": "identifier",
|
|
7091
|
-
"name": "
|
|
6750
|
+
"name": "readableMaxSize"
|
|
7092
6751
|
},
|
|
7093
6752
|
"annotation": {
|
|
7094
6753
|
"type": "keyword",
|
|
7095
6754
|
"value": "string"
|
|
7096
6755
|
},
|
|
7097
|
-
"
|
|
7098
|
-
"
|
|
7099
|
-
}
|
|
6756
|
+
"optional": true,
|
|
6757
|
+
"computed": false
|
|
6758
|
+
}
|
|
6759
|
+
]
|
|
6760
|
+
},
|
|
6761
|
+
{
|
|
6762
|
+
"type": "interface",
|
|
6763
|
+
"name": "ChatPayload",
|
|
6764
|
+
"body": [
|
|
7100
6765
|
{
|
|
7101
6766
|
"type": "propertySignature",
|
|
7102
6767
|
"key": {
|
|
7103
6768
|
"type": "identifier",
|
|
7104
|
-
"name": "
|
|
6769
|
+
"name": "content"
|
|
7105
6770
|
},
|
|
7106
6771
|
"annotation": {
|
|
7107
6772
|
"type": "keyword",
|
|
7108
6773
|
"value": "string"
|
|
7109
6774
|
},
|
|
7110
|
-
"computed": false
|
|
7111
|
-
|
|
7112
|
-
|
|
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": [
|
|
7113
6792
|
{
|
|
7114
6793
|
"type": "propertySignature",
|
|
7115
6794
|
"key": {
|
|
7116
6795
|
"type": "identifier",
|
|
7117
|
-
"name": "
|
|
6796
|
+
"name": "files"
|
|
7118
6797
|
},
|
|
7119
6798
|
"annotation": {
|
|
7120
|
-
"type": "
|
|
7121
|
-
"
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
|
|
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"
|
|
7167
|
-
},
|
|
7168
|
-
"computed": false
|
|
7169
|
-
},
|
|
7170
|
-
{
|
|
7171
|
-
"type": "propertySignature",
|
|
7172
|
-
"key": {
|
|
7173
|
-
"type": "identifier",
|
|
7174
|
-
"name": "title"
|
|
7175
|
-
},
|
|
7176
|
-
"annotation": {
|
|
7177
|
-
"type": "keyword",
|
|
7178
|
-
"value": "string"
|
|
7179
|
-
},
|
|
7180
|
-
"computed": false
|
|
7181
|
-
},
|
|
7182
|
-
{
|
|
7183
|
-
"type": "propertySignature",
|
|
7184
|
-
"key": {
|
|
7185
|
-
"type": "identifier",
|
|
7186
|
-
"name": "startTime"
|
|
7187
|
-
},
|
|
7188
|
-
"annotation": {
|
|
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"
|
|
6799
|
+
"type": "array",
|
|
6800
|
+
"elementType": {
|
|
6801
|
+
"type": "reference",
|
|
6802
|
+
"typeName": {
|
|
6803
|
+
"type": "identifier",
|
|
6804
|
+
"name": "UploadFileInfo"
|
|
6805
|
+
}
|
|
7205
6806
|
}
|
|
7206
6807
|
},
|
|
7207
6808
|
"optional": true,
|
|
7208
6809
|
"computed": false
|
|
7209
|
-
}
|
|
7210
|
-
]
|
|
7211
|
-
},
|
|
7212
|
-
{
|
|
7213
|
-
"type": "interface",
|
|
7214
|
-
"name": "ProjectActionClickDetail",
|
|
7215
|
-
"body": [
|
|
6810
|
+
},
|
|
7216
6811
|
{
|
|
7217
6812
|
"type": "propertySignature",
|
|
7218
6813
|
"key": {
|
|
7219
6814
|
"type": "identifier",
|
|
7220
|
-
"name": "
|
|
6815
|
+
"name": "cmd"
|
|
7221
6816
|
},
|
|
7222
6817
|
"annotation": {
|
|
7223
|
-
"type": "
|
|
7224
|
-
"
|
|
7225
|
-
|
|
7226
|
-
|
|
7227
|
-
|
|
6818
|
+
"type": "union",
|
|
6819
|
+
"types": [
|
|
6820
|
+
{
|
|
6821
|
+
"type": "reference",
|
|
6822
|
+
"typeName": {
|
|
6823
|
+
"type": "identifier",
|
|
6824
|
+
"name": "CommandPayload"
|
|
6825
|
+
}
|
|
6826
|
+
},
|
|
6827
|
+
{
|
|
6828
|
+
"type": "keyword",
|
|
6829
|
+
"value": "null"
|
|
6830
|
+
}
|
|
6831
|
+
]
|
|
7228
6832
|
},
|
|
6833
|
+
"optional": true,
|
|
7229
6834
|
"computed": false
|
|
7230
6835
|
},
|
|
7231
6836
|
{
|
|
7232
6837
|
"type": "propertySignature",
|
|
7233
6838
|
"key": {
|
|
7234
6839
|
"type": "identifier",
|
|
7235
|
-
"name": "
|
|
6840
|
+
"name": "aiEmployeeId"
|
|
7236
6841
|
},
|
|
7237
6842
|
"annotation": {
|
|
7238
|
-
"type": "
|
|
7239
|
-
"
|
|
7240
|
-
|
|
7241
|
-
|
|
7242
|
-
|
|
6843
|
+
"type": "union",
|
|
6844
|
+
"types": [
|
|
6845
|
+
{
|
|
6846
|
+
"type": "keyword",
|
|
6847
|
+
"value": "string"
|
|
6848
|
+
},
|
|
6849
|
+
{
|
|
6850
|
+
"type": "keyword",
|
|
6851
|
+
"value": "null"
|
|
6852
|
+
}
|
|
6853
|
+
]
|
|
7243
6854
|
},
|
|
6855
|
+
"optional": true,
|
|
7244
6856
|
"computed": false
|
|
7245
6857
|
}
|
|
7246
6858
|
]
|
|
7247
6859
|
},
|
|
7248
6860
|
{
|
|
7249
6861
|
"type": "interface",
|
|
7250
|
-
"name": "
|
|
6862
|
+
"name": "UploadFileInfo",
|
|
7251
6863
|
"body": [
|
|
7252
6864
|
{
|
|
7253
6865
|
"type": "propertySignature",
|
|
7254
6866
|
"key": {
|
|
7255
6867
|
"type": "identifier",
|
|
7256
|
-
"name": "
|
|
6868
|
+
"name": "fileId"
|
|
7257
6869
|
},
|
|
7258
6870
|
"annotation": {
|
|
7259
|
-
"type": "
|
|
7260
|
-
"
|
|
7261
|
-
"type": "identifier",
|
|
7262
|
-
"name": "SimpleActionType"
|
|
7263
|
-
}
|
|
6871
|
+
"type": "keyword",
|
|
6872
|
+
"value": "string"
|
|
7264
6873
|
},
|
|
7265
6874
|
"computed": false
|
|
7266
6875
|
}
|
|
@@ -7268,128 +6877,587 @@
|
|
|
7268
6877
|
}
|
|
7269
6878
|
]
|
|
7270
6879
|
},
|
|
7271
|
-
"ai-portal.
|
|
6880
|
+
"ai-portal.elevo-sidebar": {
|
|
7272
6881
|
"properties": [
|
|
7273
6882
|
{
|
|
7274
|
-
"name": "
|
|
6883
|
+
"name": "userInstanceId",
|
|
7275
6884
|
"annotation": {
|
|
7276
6885
|
"type": "keyword",
|
|
7277
|
-
"value": "
|
|
6886
|
+
"value": "string"
|
|
7278
6887
|
}
|
|
7279
6888
|
},
|
|
7280
6889
|
{
|
|
7281
|
-
"name": "
|
|
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",
|
|
7282
6907
|
"annotation": {
|
|
7283
6908
|
"type": "keyword",
|
|
7284
6909
|
"value": "string"
|
|
7285
6910
|
}
|
|
7286
6911
|
},
|
|
7287
6912
|
{
|
|
7288
|
-
"name": "
|
|
6913
|
+
"name": "newChatUrl",
|
|
6914
|
+
"annotation": {
|
|
6915
|
+
"type": "keyword",
|
|
6916
|
+
"value": "string"
|
|
6917
|
+
}
|
|
6918
|
+
},
|
|
6919
|
+
{
|
|
6920
|
+
"name": "newChatLinkWhenCollapsed",
|
|
7289
6921
|
"annotation": {
|
|
7290
6922
|
"type": "keyword",
|
|
7291
6923
|
"value": "boolean"
|
|
7292
6924
|
}
|
|
7293
6925
|
},
|
|
7294
6926
|
{
|
|
7295
|
-
"name": "
|
|
6927
|
+
"name": "historyUrlTemplate",
|
|
6928
|
+
"annotation": {
|
|
6929
|
+
"type": "keyword",
|
|
6930
|
+
"value": "string"
|
|
6931
|
+
}
|
|
6932
|
+
},
|
|
6933
|
+
{
|
|
6934
|
+
"name": "historyActions",
|
|
7296
6935
|
"annotation": {
|
|
7297
6936
|
"type": "array",
|
|
7298
6937
|
"elementType": {
|
|
7299
6938
|
"type": "reference",
|
|
7300
6939
|
"typeName": {
|
|
7301
6940
|
"type": "identifier",
|
|
7302
|
-
"name": "
|
|
6941
|
+
"name": "ActionType"
|
|
7303
6942
|
}
|
|
7304
6943
|
}
|
|
7305
6944
|
}
|
|
7306
6945
|
},
|
|
7307
6946
|
{
|
|
7308
|
-
"name": "
|
|
6947
|
+
"name": "showProjects",
|
|
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",
|
|
7309
6962
|
"annotation": {
|
|
7310
6963
|
"type": "array",
|
|
7311
6964
|
"elementType": {
|
|
7312
6965
|
"type": "reference",
|
|
7313
6966
|
"typeName": {
|
|
7314
6967
|
"type": "identifier",
|
|
7315
|
-
"name": "
|
|
6968
|
+
"name": "ActionType"
|
|
7316
6969
|
}
|
|
7317
6970
|
}
|
|
7318
6971
|
}
|
|
7319
6972
|
},
|
|
7320
6973
|
{
|
|
7321
|
-
"name": "
|
|
6974
|
+
"name": "personalActions",
|
|
7322
6975
|
"annotation": {
|
|
7323
|
-
"type": "
|
|
7324
|
-
"
|
|
7325
|
-
"type": "
|
|
7326
|
-
"
|
|
7327
|
-
|
|
7328
|
-
|
|
7329
|
-
|
|
7330
|
-
],
|
|
7331
|
-
"events": [
|
|
7332
|
-
{
|
|
7333
|
-
"name": "message.submit",
|
|
7334
|
-
"detail": {
|
|
7335
|
-
"annotation": {
|
|
7336
|
-
"type": "keyword",
|
|
7337
|
-
"value": "string"
|
|
6976
|
+
"type": "array",
|
|
6977
|
+
"elementType": {
|
|
6978
|
+
"type": "reference",
|
|
6979
|
+
"typeName": {
|
|
6980
|
+
"type": "identifier",
|
|
6981
|
+
"name": "ActionType"
|
|
6982
|
+
}
|
|
7338
6983
|
}
|
|
7339
6984
|
}
|
|
7340
6985
|
},
|
|
7341
6986
|
{
|
|
7342
|
-
"name": "
|
|
7343
|
-
"
|
|
7344
|
-
"
|
|
6987
|
+
"name": "links",
|
|
6988
|
+
"annotation": {
|
|
6989
|
+
"type": "array",
|
|
6990
|
+
"elementType": {
|
|
7345
6991
|
"type": "reference",
|
|
7346
6992
|
"typeName": {
|
|
7347
6993
|
"type": "identifier",
|
|
7348
|
-
"name": "
|
|
6994
|
+
"name": "SidebarLink"
|
|
7349
6995
|
}
|
|
7350
6996
|
}
|
|
7351
6997
|
}
|
|
7352
|
-
}
|
|
7353
|
-
],
|
|
7354
|
-
"methods": [
|
|
6998
|
+
},
|
|
7355
6999
|
{
|
|
7356
|
-
"name": "
|
|
7357
|
-
"
|
|
7358
|
-
|
|
7359
|
-
|
|
7360
|
-
|
|
7361
|
-
|
|
7362
|
-
|
|
7363
|
-
|
|
7000
|
+
"name": "canAddProject",
|
|
7001
|
+
"annotation": {
|
|
7002
|
+
"type": "keyword",
|
|
7003
|
+
"value": "boolean"
|
|
7004
|
+
}
|
|
7005
|
+
},
|
|
7006
|
+
{
|
|
7007
|
+
"name": "myLinks",
|
|
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",
|
|
7114
|
+
"params": [
|
|
7115
|
+
{
|
|
7116
|
+
"name": "delay",
|
|
7117
|
+
"annotation": {
|
|
7118
|
+
"type": "keyword",
|
|
7119
|
+
"value": "number"
|
|
7120
|
+
}
|
|
7364
7121
|
}
|
|
7365
7122
|
],
|
|
7366
7123
|
"returns": {}
|
|
7367
7124
|
},
|
|
7368
7125
|
{
|
|
7369
|
-
"name": "
|
|
7126
|
+
"name": "open",
|
|
7370
7127
|
"params": [],
|
|
7371
7128
|
"returns": {}
|
|
7372
7129
|
},
|
|
7373
7130
|
{
|
|
7374
|
-
"name": "
|
|
7131
|
+
"name": "close",
|
|
7375
7132
|
"params": [],
|
|
7376
7133
|
"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": {}
|
|
7377
7176
|
}
|
|
7378
7177
|
],
|
|
7379
7178
|
"types": [
|
|
7380
7179
|
{
|
|
7381
7180
|
"type": "interface",
|
|
7382
|
-
"name": "
|
|
7181
|
+
"name": "SidebarLink",
|
|
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",
|
|
7383
7407
|
"body": [
|
|
7384
7408
|
{
|
|
7385
7409
|
"type": "propertySignature",
|
|
7386
7410
|
"key": {
|
|
7387
7411
|
"type": "identifier",
|
|
7388
|
-
"name": "
|
|
7412
|
+
"name": "action"
|
|
7413
|
+
},
|
|
7414
|
+
"annotation": {
|
|
7415
|
+
"type": "intersection",
|
|
7416
|
+
"types": [
|
|
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"
|
|
7389
7454
|
},
|
|
7390
7455
|
"annotation": {
|
|
7391
|
-
"type": "
|
|
7392
|
-
"
|
|
7456
|
+
"type": "reference",
|
|
7457
|
+
"typeName": {
|
|
7458
|
+
"type": "identifier",
|
|
7459
|
+
"name": "HistoryItem"
|
|
7460
|
+
}
|
|
7393
7461
|
},
|
|
7394
7462
|
"computed": false
|
|
7395
7463
|
},
|
|
@@ -7397,330 +7465,262 @@
|
|
|
7397
7465
|
"type": "propertySignature",
|
|
7398
7466
|
"key": {
|
|
7399
7467
|
"type": "identifier",
|
|
7400
|
-
"name": "
|
|
7468
|
+
"name": "project"
|
|
7401
7469
|
},
|
|
7402
7470
|
"annotation": {
|
|
7403
|
-
"type": "
|
|
7404
|
-
"
|
|
7471
|
+
"type": "reference",
|
|
7472
|
+
"typeName": {
|
|
7473
|
+
"type": "identifier",
|
|
7474
|
+
"name": "Project"
|
|
7475
|
+
}
|
|
7405
7476
|
},
|
|
7477
|
+
"optional": true,
|
|
7406
7478
|
"computed": false
|
|
7407
7479
|
}
|
|
7408
7480
|
]
|
|
7409
7481
|
},
|
|
7410
7482
|
{
|
|
7411
7483
|
"type": "interface",
|
|
7412
|
-
"name": "
|
|
7484
|
+
"name": "Project",
|
|
7413
7485
|
"body": [
|
|
7414
7486
|
{
|
|
7415
7487
|
"type": "propertySignature",
|
|
7416
7488
|
"key": {
|
|
7417
7489
|
"type": "identifier",
|
|
7418
|
-
"name": "
|
|
7419
|
-
},
|
|
7420
|
-
"annotation": {
|
|
7421
|
-
"type": "keyword",
|
|
7422
|
-
"value": "string"
|
|
7423
|
-
},
|
|
7424
|
-
"computed": false
|
|
7425
|
-
},
|
|
7426
|
-
{
|
|
7427
|
-
"type": "propertySignature",
|
|
7428
|
-
"key": {
|
|
7429
|
-
"type": "identifier",
|
|
7430
|
-
"name": "value"
|
|
7490
|
+
"name": "instanceId"
|
|
7431
7491
|
},
|
|
7432
7492
|
"annotation": {
|
|
7433
7493
|
"type": "keyword",
|
|
7434
7494
|
"value": "string"
|
|
7435
7495
|
},
|
|
7436
|
-
"computed": false
|
|
7496
|
+
"computed": false,
|
|
7497
|
+
"description": "实例ID"
|
|
7437
7498
|
},
|
|
7438
7499
|
{
|
|
7439
7500
|
"type": "propertySignature",
|
|
7440
7501
|
"key": {
|
|
7441
7502
|
"type": "identifier",
|
|
7442
|
-
"name": "
|
|
7503
|
+
"name": "name"
|
|
7443
7504
|
},
|
|
7444
7505
|
"annotation": {
|
|
7445
7506
|
"type": "keyword",
|
|
7446
7507
|
"value": "string"
|
|
7447
7508
|
},
|
|
7448
|
-
"
|
|
7449
|
-
"
|
|
7509
|
+
"computed": false,
|
|
7510
|
+
"description": "项目名称"
|
|
7450
7511
|
},
|
|
7451
7512
|
{
|
|
7452
7513
|
"type": "propertySignature",
|
|
7453
7514
|
"key": {
|
|
7454
7515
|
"type": "identifier",
|
|
7455
|
-
"name": "
|
|
7516
|
+
"name": "description"
|
|
7456
7517
|
},
|
|
7457
7518
|
"annotation": {
|
|
7458
7519
|
"type": "keyword",
|
|
7459
7520
|
"value": "string"
|
|
7460
7521
|
},
|
|
7461
|
-
"
|
|
7462
|
-
"
|
|
7522
|
+
"computed": false,
|
|
7523
|
+
"description": "项目描述"
|
|
7463
7524
|
},
|
|
7464
7525
|
{
|
|
7465
7526
|
"type": "propertySignature",
|
|
7466
7527
|
"key": {
|
|
7467
7528
|
"type": "identifier",
|
|
7468
|
-
"name": "
|
|
7529
|
+
"name": "state"
|
|
7469
7530
|
},
|
|
7470
7531
|
"annotation": {
|
|
7471
|
-
"type": "
|
|
7472
|
-
"
|
|
7473
|
-
|
|
7474
|
-
|
|
7475
|
-
"
|
|
7476
|
-
|
|
7532
|
+
"type": "union",
|
|
7533
|
+
"types": [
|
|
7534
|
+
{
|
|
7535
|
+
"type": "jsLiteral",
|
|
7536
|
+
"value": "active"
|
|
7537
|
+
},
|
|
7538
|
+
{
|
|
7539
|
+
"type": "jsLiteral",
|
|
7540
|
+
"value": "inactive"
|
|
7477
7541
|
}
|
|
7478
|
-
|
|
7542
|
+
]
|
|
7479
7543
|
},
|
|
7480
|
-
"
|
|
7481
|
-
"
|
|
7544
|
+
"computed": false,
|
|
7545
|
+
"description": "状态"
|
|
7482
7546
|
},
|
|
7483
7547
|
{
|
|
7484
7548
|
"type": "propertySignature",
|
|
7485
7549
|
"key": {
|
|
7486
7550
|
"type": "identifier",
|
|
7487
|
-
"name": "
|
|
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"
|
|
7551
|
+
"name": "defaultAiEmployeeId"
|
|
7510
7552
|
},
|
|
7511
7553
|
"annotation": {
|
|
7512
7554
|
"type": "keyword",
|
|
7513
|
-
"value": "
|
|
7555
|
+
"value": "string"
|
|
7514
7556
|
},
|
|
7515
|
-
"
|
|
7516
|
-
"
|
|
7557
|
+
"computed": false,
|
|
7558
|
+
"description": "默认数字人ID"
|
|
7517
7559
|
},
|
|
7518
7560
|
{
|
|
7519
7561
|
"type": "propertySignature",
|
|
7520
7562
|
"key": {
|
|
7521
7563
|
"type": "identifier",
|
|
7522
|
-
"name": "
|
|
7564
|
+
"name": "creator"
|
|
7523
7565
|
},
|
|
7524
7566
|
"annotation": {
|
|
7525
7567
|
"type": "keyword",
|
|
7526
|
-
"value": "
|
|
7568
|
+
"value": "string"
|
|
7527
7569
|
},
|
|
7528
|
-
"
|
|
7529
|
-
"
|
|
7570
|
+
"computed": false,
|
|
7571
|
+
"description": "创建者"
|
|
7530
7572
|
},
|
|
7531
7573
|
{
|
|
7532
7574
|
"type": "propertySignature",
|
|
7533
7575
|
"key": {
|
|
7534
7576
|
"type": "identifier",
|
|
7535
|
-
"name": "
|
|
7577
|
+
"name": "ctime"
|
|
7536
7578
|
},
|
|
7537
7579
|
"annotation": {
|
|
7538
7580
|
"type": "keyword",
|
|
7539
7581
|
"value": "string"
|
|
7540
7582
|
},
|
|
7541
|
-
"
|
|
7542
|
-
"
|
|
7583
|
+
"computed": false,
|
|
7584
|
+
"description": "创建时间"
|
|
7543
7585
|
},
|
|
7544
7586
|
{
|
|
7545
7587
|
"type": "propertySignature",
|
|
7546
7588
|
"key": {
|
|
7547
7589
|
"type": "identifier",
|
|
7548
|
-
"name": "
|
|
7590
|
+
"name": "mtime"
|
|
7549
7591
|
},
|
|
7550
7592
|
"annotation": {
|
|
7551
7593
|
"type": "keyword",
|
|
7552
7594
|
"value": "string"
|
|
7553
7595
|
},
|
|
7554
|
-
"
|
|
7555
|
-
"
|
|
7596
|
+
"computed": false,
|
|
7597
|
+
"description": "修改时间"
|
|
7556
7598
|
},
|
|
7557
7599
|
{
|
|
7558
7600
|
"type": "propertySignature",
|
|
7559
7601
|
"key": {
|
|
7560
7602
|
"type": "identifier",
|
|
7561
|
-
"name": "
|
|
7603
|
+
"name": "modifier"
|
|
7562
7604
|
},
|
|
7563
7605
|
"annotation": {
|
|
7564
7606
|
"type": "keyword",
|
|
7565
|
-
"value": "
|
|
7607
|
+
"value": "string"
|
|
7566
7608
|
},
|
|
7567
|
-
"
|
|
7568
|
-
"
|
|
7569
|
-
}
|
|
7609
|
+
"computed": false,
|
|
7610
|
+
"description": "修改者"
|
|
7611
|
+
}
|
|
7612
|
+
]
|
|
7613
|
+
},
|
|
7614
|
+
{
|
|
7615
|
+
"type": "interface",
|
|
7616
|
+
"name": "HistoryItem",
|
|
7617
|
+
"body": [
|
|
7570
7618
|
{
|
|
7571
7619
|
"type": "propertySignature",
|
|
7572
7620
|
"key": {
|
|
7573
7621
|
"type": "identifier",
|
|
7574
|
-
"name": "
|
|
7622
|
+
"name": "conversationId"
|
|
7575
7623
|
},
|
|
7576
7624
|
"annotation": {
|
|
7577
7625
|
"type": "keyword",
|
|
7578
|
-
"value": "
|
|
7626
|
+
"value": "string"
|
|
7579
7627
|
},
|
|
7580
|
-
"
|
|
7581
|
-
"computed": false,
|
|
7582
|
-
"description": "In bytes"
|
|
7628
|
+
"computed": false
|
|
7583
7629
|
},
|
|
7584
7630
|
{
|
|
7585
7631
|
"type": "propertySignature",
|
|
7586
7632
|
"key": {
|
|
7587
7633
|
"type": "identifier",
|
|
7588
|
-
"name": "
|
|
7634
|
+
"name": "title"
|
|
7589
7635
|
},
|
|
7590
7636
|
"annotation": {
|
|
7591
7637
|
"type": "keyword",
|
|
7592
7638
|
"value": "string"
|
|
7593
7639
|
},
|
|
7594
|
-
"optional": true,
|
|
7595
7640
|
"computed": false
|
|
7596
7641
|
},
|
|
7597
7642
|
{
|
|
7598
7643
|
"type": "propertySignature",
|
|
7599
7644
|
"key": {
|
|
7600
7645
|
"type": "identifier",
|
|
7601
|
-
"name": "
|
|
7646
|
+
"name": "startTime"
|
|
7602
7647
|
},
|
|
7603
7648
|
"annotation": {
|
|
7604
7649
|
"type": "keyword",
|
|
7605
|
-
"value": "
|
|
7650
|
+
"value": "number"
|
|
7606
7651
|
},
|
|
7607
|
-
"optional": true,
|
|
7608
7652
|
"computed": false
|
|
7609
|
-
}
|
|
7610
|
-
]
|
|
7611
|
-
},
|
|
7612
|
-
{
|
|
7613
|
-
"type": "interface",
|
|
7614
|
-
"name": "ChatPayload",
|
|
7615
|
-
"body": [
|
|
7653
|
+
},
|
|
7616
7654
|
{
|
|
7617
7655
|
"type": "propertySignature",
|
|
7618
7656
|
"key": {
|
|
7619
7657
|
"type": "identifier",
|
|
7620
|
-
"name": "
|
|
7658
|
+
"name": "state"
|
|
7621
7659
|
},
|
|
7622
7660
|
"annotation": {
|
|
7623
|
-
"type": "
|
|
7624
|
-
"
|
|
7661
|
+
"type": "reference",
|
|
7662
|
+
"typeName": {
|
|
7663
|
+
"type": "identifier",
|
|
7664
|
+
"name": "ConversationState"
|
|
7665
|
+
}
|
|
7625
7666
|
},
|
|
7667
|
+
"optional": true,
|
|
7626
7668
|
"computed": false
|
|
7627
7669
|
}
|
|
7628
|
-
],
|
|
7629
|
-
"extends": [
|
|
7630
|
-
{
|
|
7631
|
-
"type": "expressionWithTypeArguments",
|
|
7632
|
-
"expression": {
|
|
7633
|
-
"type": "identifier",
|
|
7634
|
-
"name": "ExtraChatPayload"
|
|
7635
|
-
}
|
|
7636
|
-
}
|
|
7637
7670
|
]
|
|
7638
7671
|
},
|
|
7639
7672
|
{
|
|
7640
7673
|
"type": "interface",
|
|
7641
|
-
"name": "
|
|
7674
|
+
"name": "ProjectActionClickDetail",
|
|
7642
7675
|
"body": [
|
|
7643
7676
|
{
|
|
7644
7677
|
"type": "propertySignature",
|
|
7645
7678
|
"key": {
|
|
7646
7679
|
"type": "identifier",
|
|
7647
|
-
"name": "
|
|
7680
|
+
"name": "action"
|
|
7648
7681
|
},
|
|
7649
7682
|
"annotation": {
|
|
7650
|
-
"type": "
|
|
7651
|
-
"
|
|
7652
|
-
"type": "
|
|
7653
|
-
"
|
|
7654
|
-
"type": "identifier",
|
|
7655
|
-
"name": "UploadFileInfo"
|
|
7656
|
-
}
|
|
7683
|
+
"type": "reference",
|
|
7684
|
+
"typeName": {
|
|
7685
|
+
"type": "identifier",
|
|
7686
|
+
"name": "SimpleActionType"
|
|
7657
7687
|
}
|
|
7658
7688
|
},
|
|
7659
|
-
"optional": true,
|
|
7660
|
-
"computed": false
|
|
7661
|
-
},
|
|
7662
|
-
{
|
|
7663
|
-
"type": "propertySignature",
|
|
7664
|
-
"key": {
|
|
7665
|
-
"type": "identifier",
|
|
7666
|
-
"name": "cmd"
|
|
7667
|
-
},
|
|
7668
|
-
"annotation": {
|
|
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
7689
|
"computed": false
|
|
7686
7690
|
},
|
|
7687
7691
|
{
|
|
7688
7692
|
"type": "propertySignature",
|
|
7689
7693
|
"key": {
|
|
7690
7694
|
"type": "identifier",
|
|
7691
|
-
"name": "
|
|
7695
|
+
"name": "project"
|
|
7692
7696
|
},
|
|
7693
7697
|
"annotation": {
|
|
7694
|
-
"type": "
|
|
7695
|
-
"
|
|
7696
|
-
|
|
7697
|
-
|
|
7698
|
-
|
|
7699
|
-
},
|
|
7700
|
-
{
|
|
7701
|
-
"type": "keyword",
|
|
7702
|
-
"value": "null"
|
|
7703
|
-
}
|
|
7704
|
-
]
|
|
7698
|
+
"type": "reference",
|
|
7699
|
+
"typeName": {
|
|
7700
|
+
"type": "identifier",
|
|
7701
|
+
"name": "Project"
|
|
7702
|
+
}
|
|
7705
7703
|
},
|
|
7706
|
-
"optional": true,
|
|
7707
7704
|
"computed": false
|
|
7708
7705
|
}
|
|
7709
7706
|
]
|
|
7710
7707
|
},
|
|
7711
7708
|
{
|
|
7712
7709
|
"type": "interface",
|
|
7713
|
-
"name": "
|
|
7710
|
+
"name": "PersonalActionClickDetail",
|
|
7714
7711
|
"body": [
|
|
7715
7712
|
{
|
|
7716
7713
|
"type": "propertySignature",
|
|
7717
7714
|
"key": {
|
|
7718
7715
|
"type": "identifier",
|
|
7719
|
-
"name": "
|
|
7716
|
+
"name": "action"
|
|
7720
7717
|
},
|
|
7721
7718
|
"annotation": {
|
|
7722
|
-
"type": "
|
|
7723
|
-
"
|
|
7719
|
+
"type": "reference",
|
|
7720
|
+
"typeName": {
|
|
7721
|
+
"type": "identifier",
|
|
7722
|
+
"name": "SimpleActionType"
|
|
7723
|
+
}
|
|
7724
7724
|
},
|
|
7725
7725
|
"computed": false
|
|
7726
7726
|
}
|