@next-bricks/ai-portal 0.39.2 → 0.39.3
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 +27 -27
- package/dist/chunks/1967.90a3a911.js +2 -0
- package/dist/chunks/1967.90a3a911.js.map +1 -0
- package/dist/chunks/71.c149a595.js +2 -0
- package/dist/chunks/71.c149a595.js.map +1 -0
- package/dist/chunks/main.2e680f23.js +2 -0
- package/dist/chunks/{main.638b1708.js.map → main.2e680f23.js.map} +1 -1
- package/dist/chunks/project-conversations.758d7189.js +3 -0
- package/dist/chunks/project-conversations.758d7189.js.map +1 -0
- package/dist/chunks/project-knowledges.a65a0602.js +3 -0
- package/dist/chunks/project-knowledges.a65a0602.js.map +1 -0
- package/dist/chunks/project-summary.fab144a8.js +2 -0
- package/dist/chunks/project-summary.fab144a8.js.map +1 -0
- package/dist/examples.json +13 -13
- package/dist/{index.e8994e1b.js → index.45a33574.js} +2 -2
- package/dist/{index.e8994e1b.js.map → index.45a33574.js.map} +1 -1
- package/dist/manifest.json +224 -224
- package/dist/types.json +594 -594
- package/package.json +2 -2
- package/dist/chunks/1004.2db5e335.js +0 -2
- package/dist/chunks/1004.2db5e335.js.map +0 -1
- package/dist/chunks/1967.9af40d13.js +0 -2
- package/dist/chunks/1967.9af40d13.js.map +0 -1
- package/dist/chunks/main.638b1708.js +0 -2
- package/dist/chunks/project-conversations.fcc5b1a6.js +0 -3
- package/dist/chunks/project-conversations.fcc5b1a6.js.map +0 -1
- package/dist/chunks/project-knowledges.bbbed4a6.js +0 -3
- package/dist/chunks/project-knowledges.bbbed4a6.js.map +0 -1
- package/dist/chunks/project-summary.9483f9d4.js +0 -2
- package/dist/chunks/project-summary.9483f9d4.js.map +0 -1
- /package/dist/chunks/{project-conversations.fcc5b1a6.js.LICENSE.txt → project-conversations.758d7189.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{project-knowledges.bbbed4a6.js.LICENSE.txt → project-knowledges.a65a0602.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,108 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.stat-with-mini-chart": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "label",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "value",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "keyword",
|
|
15
|
-
"value": "string"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "size",
|
|
20
|
-
"annotation": {
|
|
21
|
-
"type": "union",
|
|
22
|
-
"types": [
|
|
23
|
-
{
|
|
24
|
-
"type": "jsLiteral",
|
|
25
|
-
"value": "medium"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"type": "jsLiteral",
|
|
29
|
-
"value": "small"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "lineColor",
|
|
36
|
-
"annotation": {
|
|
37
|
-
"type": "keyword",
|
|
38
|
-
"value": "string"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "showArea",
|
|
43
|
-
"annotation": {
|
|
44
|
-
"type": "keyword",
|
|
45
|
-
"value": "boolean"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "min",
|
|
50
|
-
"annotation": {
|
|
51
|
-
"type": "keyword",
|
|
52
|
-
"value": "number"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "max",
|
|
57
|
-
"annotation": {
|
|
58
|
-
"type": "keyword",
|
|
59
|
-
"value": "number"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "xField",
|
|
64
|
-
"annotation": {
|
|
65
|
-
"type": "keyword",
|
|
66
|
-
"value": "string"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "yField",
|
|
71
|
-
"annotation": {
|
|
72
|
-
"type": "keyword",
|
|
73
|
-
"value": "string"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "data",
|
|
78
|
-
"annotation": {
|
|
79
|
-
"type": "array",
|
|
80
|
-
"elementType": {
|
|
81
|
-
"type": "reference",
|
|
82
|
-
"typeName": {
|
|
83
|
-
"type": "identifier",
|
|
84
|
-
"name": "Record"
|
|
85
|
-
},
|
|
86
|
-
"typeParameters": {
|
|
87
|
-
"type": "typeParameterInstantiation",
|
|
88
|
-
"params": [
|
|
89
|
-
{
|
|
90
|
-
"type": "keyword",
|
|
91
|
-
"value": "string"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"type": "keyword",
|
|
95
|
-
"value": "number"
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
"events": [],
|
|
104
|
-
"methods": []
|
|
105
|
-
},
|
|
106
2
|
"ai-portal.icon-button": {
|
|
107
3
|
"properties": [
|
|
108
4
|
{
|
|
@@ -174,6 +70,11 @@
|
|
|
174
70
|
}
|
|
175
71
|
]
|
|
176
72
|
},
|
|
73
|
+
"ai-portal.home-container": {
|
|
74
|
+
"properties": [],
|
|
75
|
+
"events": [],
|
|
76
|
+
"methods": []
|
|
77
|
+
},
|
|
177
78
|
"ai-portal.entity-sdk-get": {
|
|
178
79
|
"type": "provider",
|
|
179
80
|
"params": [
|
|
@@ -531,8 +432,107 @@
|
|
|
531
432
|
}
|
|
532
433
|
]
|
|
533
434
|
},
|
|
534
|
-
"ai-portal.
|
|
535
|
-
"properties": [
|
|
435
|
+
"ai-portal.stat-with-mini-chart": {
|
|
436
|
+
"properties": [
|
|
437
|
+
{
|
|
438
|
+
"name": "label",
|
|
439
|
+
"annotation": {
|
|
440
|
+
"type": "keyword",
|
|
441
|
+
"value": "string"
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "value",
|
|
446
|
+
"annotation": {
|
|
447
|
+
"type": "keyword",
|
|
448
|
+
"value": "string"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "size",
|
|
453
|
+
"annotation": {
|
|
454
|
+
"type": "union",
|
|
455
|
+
"types": [
|
|
456
|
+
{
|
|
457
|
+
"type": "jsLiteral",
|
|
458
|
+
"value": "medium"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
"type": "jsLiteral",
|
|
462
|
+
"value": "small"
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"name": "lineColor",
|
|
469
|
+
"annotation": {
|
|
470
|
+
"type": "keyword",
|
|
471
|
+
"value": "string"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "showArea",
|
|
476
|
+
"annotation": {
|
|
477
|
+
"type": "keyword",
|
|
478
|
+
"value": "boolean"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "min",
|
|
483
|
+
"annotation": {
|
|
484
|
+
"type": "keyword",
|
|
485
|
+
"value": "number"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "max",
|
|
490
|
+
"annotation": {
|
|
491
|
+
"type": "keyword",
|
|
492
|
+
"value": "number"
|
|
493
|
+
}
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"name": "xField",
|
|
497
|
+
"annotation": {
|
|
498
|
+
"type": "keyword",
|
|
499
|
+
"value": "string"
|
|
500
|
+
}
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"name": "yField",
|
|
504
|
+
"annotation": {
|
|
505
|
+
"type": "keyword",
|
|
506
|
+
"value": "string"
|
|
507
|
+
}
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "data",
|
|
511
|
+
"annotation": {
|
|
512
|
+
"type": "array",
|
|
513
|
+
"elementType": {
|
|
514
|
+
"type": "reference",
|
|
515
|
+
"typeName": {
|
|
516
|
+
"type": "identifier",
|
|
517
|
+
"name": "Record"
|
|
518
|
+
},
|
|
519
|
+
"typeParameters": {
|
|
520
|
+
"type": "typeParameterInstantiation",
|
|
521
|
+
"params": [
|
|
522
|
+
{
|
|
523
|
+
"type": "keyword",
|
|
524
|
+
"value": "string"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"type": "keyword",
|
|
528
|
+
"value": "number"
|
|
529
|
+
}
|
|
530
|
+
]
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
],
|
|
536
536
|
"events": [],
|
|
537
537
|
"methods": []
|
|
538
538
|
},
|
|
@@ -681,7 +681,44 @@
|
|
|
681
681
|
}
|
|
682
682
|
]
|
|
683
683
|
},
|
|
684
|
-
"ai-portal.
|
|
684
|
+
"ai-portal.chat-box": {
|
|
685
|
+
"properties": [
|
|
686
|
+
{
|
|
687
|
+
"name": "disabled",
|
|
688
|
+
"annotation": {
|
|
689
|
+
"type": "keyword",
|
|
690
|
+
"value": "boolean"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "placeholder",
|
|
695
|
+
"annotation": {
|
|
696
|
+
"type": "keyword",
|
|
697
|
+
"value": "string"
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"name": "autoFocus",
|
|
702
|
+
"annotation": {
|
|
703
|
+
"type": "keyword",
|
|
704
|
+
"value": "boolean"
|
|
705
|
+
}
|
|
706
|
+
}
|
|
707
|
+
],
|
|
708
|
+
"events": [
|
|
709
|
+
{
|
|
710
|
+
"name": "message.submit",
|
|
711
|
+
"detail": {
|
|
712
|
+
"annotation": {
|
|
713
|
+
"type": "keyword",
|
|
714
|
+
"value": "string"
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"methods": []
|
|
720
|
+
},
|
|
721
|
+
"ai-portal.mcp-tools": {
|
|
685
722
|
"properties": [
|
|
686
723
|
{
|
|
687
724
|
"name": "list",
|
|
@@ -691,16 +728,16 @@
|
|
|
691
728
|
"type": "reference",
|
|
692
729
|
"typeName": {
|
|
693
730
|
"type": "identifier",
|
|
694
|
-
"name": "
|
|
731
|
+
"name": "McpTool"
|
|
695
732
|
}
|
|
696
733
|
}
|
|
697
734
|
}
|
|
698
735
|
},
|
|
699
736
|
{
|
|
700
|
-
"name": "
|
|
737
|
+
"name": "withContainer",
|
|
701
738
|
"annotation": {
|
|
702
739
|
"type": "keyword",
|
|
703
|
-
"value": "
|
|
740
|
+
"value": "boolean"
|
|
704
741
|
}
|
|
705
742
|
}
|
|
706
743
|
],
|
|
@@ -709,13 +746,13 @@
|
|
|
709
746
|
"types": [
|
|
710
747
|
{
|
|
711
748
|
"type": "interface",
|
|
712
|
-
"name": "
|
|
749
|
+
"name": "McpTool",
|
|
713
750
|
"body": [
|
|
714
751
|
{
|
|
715
752
|
"type": "propertySignature",
|
|
716
753
|
"key": {
|
|
717
754
|
"type": "identifier",
|
|
718
|
-
"name": "
|
|
755
|
+
"name": "name"
|
|
719
756
|
},
|
|
720
757
|
"annotation": {
|
|
721
758
|
"type": "keyword",
|
|
@@ -739,7 +776,7 @@
|
|
|
739
776
|
"type": "propertySignature",
|
|
740
777
|
"key": {
|
|
741
778
|
"type": "identifier",
|
|
742
|
-
"name": "
|
|
779
|
+
"name": "description"
|
|
743
780
|
},
|
|
744
781
|
"annotation": {
|
|
745
782
|
"type": "keyword",
|
|
@@ -751,7 +788,44 @@
|
|
|
751
788
|
"type": "propertySignature",
|
|
752
789
|
"key": {
|
|
753
790
|
"type": "identifier",
|
|
754
|
-
"name": "
|
|
791
|
+
"name": "icon"
|
|
792
|
+
},
|
|
793
|
+
"annotation": {
|
|
794
|
+
"type": "reference",
|
|
795
|
+
"typeName": {
|
|
796
|
+
"type": "identifier",
|
|
797
|
+
"name": "GeneralIconProps"
|
|
798
|
+
}
|
|
799
|
+
},
|
|
800
|
+
"optional": true,
|
|
801
|
+
"computed": false
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"type": "propertySignature",
|
|
805
|
+
"key": {
|
|
806
|
+
"type": "identifier",
|
|
807
|
+
"name": "server"
|
|
808
|
+
},
|
|
809
|
+
"annotation": {
|
|
810
|
+
"type": "reference",
|
|
811
|
+
"typeName": {
|
|
812
|
+
"type": "identifier",
|
|
813
|
+
"name": "McpServer"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"computed": false
|
|
817
|
+
}
|
|
818
|
+
]
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"type": "interface",
|
|
822
|
+
"name": "McpServer",
|
|
823
|
+
"body": [
|
|
824
|
+
{
|
|
825
|
+
"type": "propertySignature",
|
|
826
|
+
"key": {
|
|
827
|
+
"type": "identifier",
|
|
828
|
+
"name": "id"
|
|
755
829
|
},
|
|
756
830
|
"annotation": {
|
|
757
831
|
"type": "keyword",
|
|
@@ -763,20 +837,19 @@
|
|
|
763
837
|
"type": "propertySignature",
|
|
764
838
|
"key": {
|
|
765
839
|
"type": "identifier",
|
|
766
|
-
"name": "
|
|
840
|
+
"name": "name"
|
|
767
841
|
},
|
|
768
842
|
"annotation": {
|
|
769
843
|
"type": "keyword",
|
|
770
844
|
"value": "string"
|
|
771
845
|
},
|
|
772
|
-
"optional": true,
|
|
773
846
|
"computed": false
|
|
774
847
|
}
|
|
775
848
|
]
|
|
776
849
|
}
|
|
777
850
|
]
|
|
778
851
|
},
|
|
779
|
-
"ai-portal.
|
|
852
|
+
"ai-portal.show-cases": {
|
|
780
853
|
"properties": [
|
|
781
854
|
{
|
|
782
855
|
"name": "list",
|
|
@@ -786,16 +859,16 @@
|
|
|
786
859
|
"type": "reference",
|
|
787
860
|
"typeName": {
|
|
788
861
|
"type": "identifier",
|
|
789
|
-
"name": "
|
|
862
|
+
"name": "ShowCase"
|
|
790
863
|
}
|
|
791
864
|
}
|
|
792
865
|
}
|
|
793
866
|
},
|
|
794
867
|
{
|
|
795
|
-
"name": "
|
|
868
|
+
"name": "taskUrlTemplate",
|
|
796
869
|
"annotation": {
|
|
797
870
|
"type": "keyword",
|
|
798
|
-
"value": "
|
|
871
|
+
"value": "string"
|
|
799
872
|
}
|
|
800
873
|
}
|
|
801
874
|
],
|
|
@@ -804,13 +877,13 @@
|
|
|
804
877
|
"types": [
|
|
805
878
|
{
|
|
806
879
|
"type": "interface",
|
|
807
|
-
"name": "
|
|
880
|
+
"name": "ShowCase",
|
|
808
881
|
"body": [
|
|
809
882
|
{
|
|
810
883
|
"type": "propertySignature",
|
|
811
884
|
"key": {
|
|
812
885
|
"type": "identifier",
|
|
813
|
-
"name": "
|
|
886
|
+
"name": "taskId"
|
|
814
887
|
},
|
|
815
888
|
"annotation": {
|
|
816
889
|
"type": "keyword",
|
|
@@ -834,7 +907,7 @@
|
|
|
834
907
|
"type": "propertySignature",
|
|
835
908
|
"key": {
|
|
836
909
|
"type": "identifier",
|
|
837
|
-
"name": "
|
|
910
|
+
"name": "summary"
|
|
838
911
|
},
|
|
839
912
|
"annotation": {
|
|
840
913
|
"type": "keyword",
|
|
@@ -846,44 +919,7 @@
|
|
|
846
919
|
"type": "propertySignature",
|
|
847
920
|
"key": {
|
|
848
921
|
"type": "identifier",
|
|
849
|
-
"name": "
|
|
850
|
-
},
|
|
851
|
-
"annotation": {
|
|
852
|
-
"type": "reference",
|
|
853
|
-
"typeName": {
|
|
854
|
-
"type": "identifier",
|
|
855
|
-
"name": "GeneralIconProps"
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
"optional": true,
|
|
859
|
-
"computed": false
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"type": "propertySignature",
|
|
863
|
-
"key": {
|
|
864
|
-
"type": "identifier",
|
|
865
|
-
"name": "server"
|
|
866
|
-
},
|
|
867
|
-
"annotation": {
|
|
868
|
-
"type": "reference",
|
|
869
|
-
"typeName": {
|
|
870
|
-
"type": "identifier",
|
|
871
|
-
"name": "McpServer"
|
|
872
|
-
}
|
|
873
|
-
},
|
|
874
|
-
"computed": false
|
|
875
|
-
}
|
|
876
|
-
]
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"type": "interface",
|
|
880
|
-
"name": "McpServer",
|
|
881
|
-
"body": [
|
|
882
|
-
{
|
|
883
|
-
"type": "propertySignature",
|
|
884
|
-
"key": {
|
|
885
|
-
"type": "identifier",
|
|
886
|
-
"name": "id"
|
|
922
|
+
"name": "scenario"
|
|
887
923
|
},
|
|
888
924
|
"annotation": {
|
|
889
925
|
"type": "keyword",
|
|
@@ -895,12 +931,13 @@
|
|
|
895
931
|
"type": "propertySignature",
|
|
896
932
|
"key": {
|
|
897
933
|
"type": "identifier",
|
|
898
|
-
"name": "
|
|
934
|
+
"name": "thumbUrl"
|
|
899
935
|
},
|
|
900
936
|
"annotation": {
|
|
901
937
|
"type": "keyword",
|
|
902
938
|
"value": "string"
|
|
903
939
|
},
|
|
940
|
+
"optional": true,
|
|
904
941
|
"computed": false
|
|
905
942
|
}
|
|
906
943
|
]
|
|
@@ -1338,56 +1375,6 @@
|
|
|
1338
1375
|
}
|
|
1339
1376
|
]
|
|
1340
1377
|
},
|
|
1341
|
-
"ai-portal.chat-box": {
|
|
1342
|
-
"properties": [
|
|
1343
|
-
{
|
|
1344
|
-
"name": "disabled",
|
|
1345
|
-
"annotation": {
|
|
1346
|
-
"type": "keyword",
|
|
1347
|
-
"value": "boolean"
|
|
1348
|
-
}
|
|
1349
|
-
},
|
|
1350
|
-
{
|
|
1351
|
-
"name": "placeholder",
|
|
1352
|
-
"annotation": {
|
|
1353
|
-
"type": "keyword",
|
|
1354
|
-
"value": "string"
|
|
1355
|
-
}
|
|
1356
|
-
},
|
|
1357
|
-
{
|
|
1358
|
-
"name": "autoFocus",
|
|
1359
|
-
"annotation": {
|
|
1360
|
-
"type": "keyword",
|
|
1361
|
-
"value": "boolean"
|
|
1362
|
-
}
|
|
1363
|
-
}
|
|
1364
|
-
],
|
|
1365
|
-
"events": [
|
|
1366
|
-
{
|
|
1367
|
-
"name": "message.submit",
|
|
1368
|
-
"detail": {
|
|
1369
|
-
"annotation": {
|
|
1370
|
-
"type": "keyword",
|
|
1371
|
-
"value": "string"
|
|
1372
|
-
}
|
|
1373
|
-
}
|
|
1374
|
-
}
|
|
1375
|
-
],
|
|
1376
|
-
"methods": []
|
|
1377
|
-
},
|
|
1378
|
-
"ai-portal.preview-container": {
|
|
1379
|
-
"properties": [
|
|
1380
|
-
{
|
|
1381
|
-
"name": "source",
|
|
1382
|
-
"annotation": {
|
|
1383
|
-
"type": "keyword",
|
|
1384
|
-
"value": "string"
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
],
|
|
1388
|
-
"events": [],
|
|
1389
|
-
"methods": []
|
|
1390
|
-
},
|
|
1391
1378
|
"ai-portal.action-buttons": {
|
|
1392
1379
|
"properties": [
|
|
1393
1380
|
{
|
|
@@ -1510,6 +1497,19 @@
|
|
|
1510
1497
|
}
|
|
1511
1498
|
]
|
|
1512
1499
|
},
|
|
1500
|
+
"ai-portal.preview-container": {
|
|
1501
|
+
"properties": [
|
|
1502
|
+
{
|
|
1503
|
+
"name": "source",
|
|
1504
|
+
"annotation": {
|
|
1505
|
+
"type": "keyword",
|
|
1506
|
+
"value": "string"
|
|
1507
|
+
}
|
|
1508
|
+
}
|
|
1509
|
+
],
|
|
1510
|
+
"events": [],
|
|
1511
|
+
"methods": []
|
|
1512
|
+
},
|
|
1513
1513
|
"ai-portal.project-conversations": {
|
|
1514
1514
|
"properties": [
|
|
1515
1515
|
{
|
|
@@ -2645,7 +2645,7 @@
|
|
|
2645
2645
|
}
|
|
2646
2646
|
]
|
|
2647
2647
|
},
|
|
2648
|
-
"ai-portal.
|
|
2648
|
+
"ai-portal.cruise-canvas": {
|
|
2649
2649
|
"properties": [
|
|
2650
2650
|
{
|
|
2651
2651
|
"name": "conversationId",
|
|
@@ -2680,6 +2680,29 @@
|
|
|
2680
2680
|
"value": "string"
|
|
2681
2681
|
}
|
|
2682
2682
|
},
|
|
2683
|
+
{
|
|
2684
|
+
"name": "task",
|
|
2685
|
+
"annotation": {
|
|
2686
|
+
"type": "reference",
|
|
2687
|
+
"typeName": {
|
|
2688
|
+
"type": "identifier",
|
|
2689
|
+
"name": "TaskBaseDetail"
|
|
2690
|
+
}
|
|
2691
|
+
}
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
"name": "jobs",
|
|
2695
|
+
"annotation": {
|
|
2696
|
+
"type": "array",
|
|
2697
|
+
"elementType": {
|
|
2698
|
+
"type": "reference",
|
|
2699
|
+
"typeName": {
|
|
2700
|
+
"type": "identifier",
|
|
2701
|
+
"name": "Job"
|
|
2702
|
+
}
|
|
2703
|
+
}
|
|
2704
|
+
}
|
|
2705
|
+
},
|
|
2683
2706
|
{
|
|
2684
2707
|
"name": "replay",
|
|
2685
2708
|
"annotation": {
|
|
@@ -2717,6 +2740,13 @@
|
|
|
2717
2740
|
}
|
|
2718
2741
|
}
|
|
2719
2742
|
},
|
|
2743
|
+
{
|
|
2744
|
+
"name": "showHiddenJobs",
|
|
2745
|
+
"annotation": {
|
|
2746
|
+
"type": "keyword",
|
|
2747
|
+
"value": "boolean"
|
|
2748
|
+
}
|
|
2749
|
+
},
|
|
2720
2750
|
{
|
|
2721
2751
|
"name": "showFeedback",
|
|
2722
2752
|
"annotation": {
|
|
@@ -2752,6 +2782,13 @@
|
|
|
2752
2782
|
"value": "boolean"
|
|
2753
2783
|
}
|
|
2754
2784
|
},
|
|
2785
|
+
{
|
|
2786
|
+
"name": "showJsxEditor",
|
|
2787
|
+
"annotation": {
|
|
2788
|
+
"type": "keyword",
|
|
2789
|
+
"value": "boolean"
|
|
2790
|
+
}
|
|
2791
|
+
},
|
|
2755
2792
|
{
|
|
2756
2793
|
"name": "previewUrlTemplate",
|
|
2757
2794
|
"annotation": {
|
|
@@ -2805,7 +2842,7 @@
|
|
|
2805
2842
|
"detail": {
|
|
2806
2843
|
"annotation": {
|
|
2807
2844
|
"type": "jsLiteral",
|
|
2808
|
-
"value": "
|
|
2845
|
+
"value": "chat"
|
|
2809
2846
|
}
|
|
2810
2847
|
}
|
|
2811
2848
|
}
|
|
@@ -2871,22 +2908,46 @@
|
|
|
2871
2908
|
}
|
|
2872
2909
|
]
|
|
2873
2910
|
},
|
|
2911
|
+
{
|
|
2912
|
+
"type": "typeAlias",
|
|
2913
|
+
"name": "TaskBaseDetail",
|
|
2914
|
+
"annotation": {
|
|
2915
|
+
"type": "reference",
|
|
2916
|
+
"typeName": {
|
|
2917
|
+
"type": "identifier",
|
|
2918
|
+
"name": "Omit"
|
|
2919
|
+
},
|
|
2920
|
+
"typeParameters": {
|
|
2921
|
+
"type": "typeParameterInstantiation",
|
|
2922
|
+
"params": [
|
|
2923
|
+
{
|
|
2924
|
+
"type": "reference",
|
|
2925
|
+
"typeName": {
|
|
2926
|
+
"type": "identifier",
|
|
2927
|
+
"name": "Task"
|
|
2928
|
+
}
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"type": "jsLiteral",
|
|
2932
|
+
"value": "jobs"
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2874
2938
|
{
|
|
2875
2939
|
"type": "interface",
|
|
2876
|
-
"name": "
|
|
2940
|
+
"name": "Task",
|
|
2877
2941
|
"body": [
|
|
2878
2942
|
{
|
|
2879
2943
|
"type": "propertySignature",
|
|
2880
2944
|
"key": {
|
|
2881
2945
|
"type": "identifier",
|
|
2882
|
-
"name": "
|
|
2946
|
+
"name": "id"
|
|
2883
2947
|
},
|
|
2884
2948
|
"annotation": {
|
|
2885
|
-
"type": "
|
|
2886
|
-
"
|
|
2887
|
-
"type": "keyword",
|
|
2888
|
-
"value": "string"
|
|
2889
|
-
}
|
|
2949
|
+
"type": "keyword",
|
|
2950
|
+
"value": "string"
|
|
2890
2951
|
},
|
|
2891
2952
|
"computed": false
|
|
2892
2953
|
},
|
|
@@ -2894,348 +2955,11 @@
|
|
|
2894
2955
|
"type": "propertySignature",
|
|
2895
2956
|
"key": {
|
|
2896
2957
|
"type": "identifier",
|
|
2897
|
-
"name": "
|
|
2958
|
+
"name": "title"
|
|
2898
2959
|
},
|
|
2899
2960
|
"annotation": {
|
|
2900
|
-
"type": "
|
|
2901
|
-
"
|
|
2902
|
-
"type": "keyword",
|
|
2903
|
-
"value": "string"
|
|
2904
|
-
}
|
|
2905
|
-
},
|
|
2906
|
-
"computed": false
|
|
2907
|
-
},
|
|
2908
|
-
{
|
|
2909
|
-
"type": "propertySignature",
|
|
2910
|
-
"key": {
|
|
2911
|
-
"type": "identifier",
|
|
2912
|
-
"name": "feedback"
|
|
2913
|
-
},
|
|
2914
|
-
"annotation": {
|
|
2915
|
-
"type": "keyword",
|
|
2916
|
-
"value": "string"
|
|
2917
|
-
},
|
|
2918
|
-
"computed": false
|
|
2919
|
-
}
|
|
2920
|
-
]
|
|
2921
|
-
}
|
|
2922
|
-
]
|
|
2923
|
-
},
|
|
2924
|
-
"ai-portal.cruise-canvas": {
|
|
2925
|
-
"properties": [
|
|
2926
|
-
{
|
|
2927
|
-
"name": "conversationId",
|
|
2928
|
-
"annotation": {
|
|
2929
|
-
"type": "keyword",
|
|
2930
|
-
"value": "string"
|
|
2931
|
-
}
|
|
2932
|
-
},
|
|
2933
|
-
{
|
|
2934
|
-
"name": "initialRequest",
|
|
2935
|
-
"annotation": {
|
|
2936
|
-
"type": "union",
|
|
2937
|
-
"types": [
|
|
2938
|
-
{
|
|
2939
|
-
"type": "reference",
|
|
2940
|
-
"typeName": {
|
|
2941
|
-
"type": "identifier",
|
|
2942
|
-
"name": "RequestStore"
|
|
2943
|
-
}
|
|
2944
|
-
},
|
|
2945
|
-
{
|
|
2946
|
-
"type": "keyword",
|
|
2947
|
-
"value": "null"
|
|
2948
|
-
}
|
|
2949
|
-
]
|
|
2950
|
-
}
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
"name": "taskId",
|
|
2954
|
-
"annotation": {
|
|
2955
|
-
"type": "keyword",
|
|
2956
|
-
"value": "string"
|
|
2957
|
-
}
|
|
2958
|
-
},
|
|
2959
|
-
{
|
|
2960
|
-
"name": "task",
|
|
2961
|
-
"annotation": {
|
|
2962
|
-
"type": "reference",
|
|
2963
|
-
"typeName": {
|
|
2964
|
-
"type": "identifier",
|
|
2965
|
-
"name": "TaskBaseDetail"
|
|
2966
|
-
}
|
|
2967
|
-
}
|
|
2968
|
-
},
|
|
2969
|
-
{
|
|
2970
|
-
"name": "jobs",
|
|
2971
|
-
"annotation": {
|
|
2972
|
-
"type": "array",
|
|
2973
|
-
"elementType": {
|
|
2974
|
-
"type": "reference",
|
|
2975
|
-
"typeName": {
|
|
2976
|
-
"type": "identifier",
|
|
2977
|
-
"name": "Job"
|
|
2978
|
-
}
|
|
2979
|
-
}
|
|
2980
|
-
}
|
|
2981
|
-
},
|
|
2982
|
-
{
|
|
2983
|
-
"name": "replay",
|
|
2984
|
-
"annotation": {
|
|
2985
|
-
"type": "keyword",
|
|
2986
|
-
"value": "boolean"
|
|
2987
|
-
}
|
|
2988
|
-
},
|
|
2989
|
-
{
|
|
2990
|
-
"name": "replayDelay",
|
|
2991
|
-
"annotation": {
|
|
2992
|
-
"type": "keyword",
|
|
2993
|
-
"value": "number"
|
|
2994
|
-
}
|
|
2995
|
-
},
|
|
2996
|
-
{
|
|
2997
|
-
"name": "supports",
|
|
2998
|
-
"annotation": {
|
|
2999
|
-
"type": "reference",
|
|
3000
|
-
"typeName": {
|
|
3001
|
-
"type": "identifier",
|
|
3002
|
-
"name": "Record"
|
|
3003
|
-
},
|
|
3004
|
-
"typeParameters": {
|
|
3005
|
-
"type": "typeParameterInstantiation",
|
|
3006
|
-
"params": [
|
|
3007
|
-
{
|
|
3008
|
-
"type": "keyword",
|
|
3009
|
-
"value": "string"
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"type": "keyword",
|
|
3013
|
-
"value": "boolean"
|
|
3014
|
-
}
|
|
3015
|
-
]
|
|
3016
|
-
}
|
|
3017
|
-
}
|
|
3018
|
-
},
|
|
3019
|
-
{
|
|
3020
|
-
"name": "showHiddenJobs",
|
|
3021
|
-
"annotation": {
|
|
3022
|
-
"type": "keyword",
|
|
3023
|
-
"value": "boolean"
|
|
3024
|
-
}
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"name": "showFeedback",
|
|
3028
|
-
"annotation": {
|
|
3029
|
-
"type": "keyword",
|
|
3030
|
-
"value": "boolean"
|
|
3031
|
-
}
|
|
3032
|
-
},
|
|
3033
|
-
{
|
|
3034
|
-
"name": "showFeedbackAfterFailed",
|
|
3035
|
-
"annotation": {
|
|
3036
|
-
"type": "keyword",
|
|
3037
|
-
"value": "boolean"
|
|
3038
|
-
}
|
|
3039
|
-
},
|
|
3040
|
-
{
|
|
3041
|
-
"name": "showFeedbackOnView",
|
|
3042
|
-
"annotation": {
|
|
3043
|
-
"type": "keyword",
|
|
3044
|
-
"value": "boolean"
|
|
3045
|
-
}
|
|
3046
|
-
},
|
|
3047
|
-
{
|
|
3048
|
-
"name": "showUiSwitch",
|
|
3049
|
-
"annotation": {
|
|
3050
|
-
"type": "keyword",
|
|
3051
|
-
"value": "boolean"
|
|
3052
|
-
}
|
|
3053
|
-
},
|
|
3054
|
-
{
|
|
3055
|
-
"name": "hideMermaid",
|
|
3056
|
-
"annotation": {
|
|
3057
|
-
"type": "keyword",
|
|
3058
|
-
"value": "boolean"
|
|
3059
|
-
}
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"name": "showJsxEditor",
|
|
3063
|
-
"annotation": {
|
|
3064
|
-
"type": "keyword",
|
|
3065
|
-
"value": "boolean"
|
|
3066
|
-
}
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"name": "previewUrlTemplate",
|
|
3070
|
-
"annotation": {
|
|
3071
|
-
"type": "keyword",
|
|
3072
|
-
"value": "string"
|
|
3073
|
-
}
|
|
3074
|
-
}
|
|
3075
|
-
],
|
|
3076
|
-
"events": [
|
|
3077
|
-
{
|
|
3078
|
-
"name": "share",
|
|
3079
|
-
"detail": {
|
|
3080
|
-
"annotation": {
|
|
3081
|
-
"type": "keyword",
|
|
3082
|
-
"value": "void"
|
|
3083
|
-
}
|
|
3084
|
-
}
|
|
3085
|
-
},
|
|
3086
|
-
{
|
|
3087
|
-
"name": "terminate",
|
|
3088
|
-
"detail": {
|
|
3089
|
-
"annotation": {
|
|
3090
|
-
"type": "keyword",
|
|
3091
|
-
"value": "void"
|
|
3092
|
-
}
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3095
|
-
{
|
|
3096
|
-
"name": "feedback.submit",
|
|
3097
|
-
"detail": {
|
|
3098
|
-
"annotation": {
|
|
3099
|
-
"type": "reference",
|
|
3100
|
-
"typeName": {
|
|
3101
|
-
"type": "identifier",
|
|
3102
|
-
"name": "FeedbackDetail"
|
|
3103
|
-
}
|
|
3104
|
-
}
|
|
3105
|
-
}
|
|
3106
|
-
},
|
|
3107
|
-
{
|
|
3108
|
-
"name": "feedback.on.view",
|
|
3109
|
-
"detail": {
|
|
3110
|
-
"annotation": {
|
|
3111
|
-
"type": "keyword",
|
|
3112
|
-
"value": "string"
|
|
3113
|
-
}
|
|
3114
|
-
}
|
|
3115
|
-
},
|
|
3116
|
-
{
|
|
3117
|
-
"name": "ui.switch",
|
|
3118
|
-
"detail": {
|
|
3119
|
-
"annotation": {
|
|
3120
|
-
"type": "jsLiteral",
|
|
3121
|
-
"value": "chat"
|
|
3122
|
-
}
|
|
3123
|
-
}
|
|
3124
|
-
}
|
|
3125
|
-
],
|
|
3126
|
-
"methods": [
|
|
3127
|
-
{
|
|
3128
|
-
"name": "resumed",
|
|
3129
|
-
"params": [],
|
|
3130
|
-
"returns": {}
|
|
3131
|
-
},
|
|
3132
|
-
{
|
|
3133
|
-
"name": "feedbackSubmitDone",
|
|
3134
|
-
"params": [],
|
|
3135
|
-
"returns": {}
|
|
3136
|
-
},
|
|
3137
|
-
{
|
|
3138
|
-
"name": "feedbackSubmitFailed",
|
|
3139
|
-
"params": [],
|
|
3140
|
-
"returns": {}
|
|
3141
|
-
},
|
|
3142
|
-
{
|
|
3143
|
-
"name": "feedbackOnViewDone",
|
|
3144
|
-
"params": [
|
|
3145
|
-
{
|
|
3146
|
-
"name": "viewId",
|
|
3147
|
-
"annotation": {
|
|
3148
|
-
"type": "keyword",
|
|
3149
|
-
"value": "string"
|
|
3150
|
-
}
|
|
3151
|
-
}
|
|
3152
|
-
],
|
|
3153
|
-
"returns": {}
|
|
3154
|
-
}
|
|
3155
|
-
],
|
|
3156
|
-
"types": [
|
|
3157
|
-
{
|
|
3158
|
-
"type": "interface",
|
|
3159
|
-
"name": "RequestStore",
|
|
3160
|
-
"body": [
|
|
3161
|
-
{
|
|
3162
|
-
"type": "propertySignature",
|
|
3163
|
-
"key": {
|
|
3164
|
-
"type": "identifier",
|
|
3165
|
-
"name": "conversationId"
|
|
3166
|
-
},
|
|
3167
|
-
"annotation": {
|
|
3168
|
-
"type": "keyword",
|
|
3169
|
-
"value": "string"
|
|
3170
|
-
},
|
|
3171
|
-
"computed": false
|
|
3172
|
-
},
|
|
3173
|
-
{
|
|
3174
|
-
"type": "propertySignature",
|
|
3175
|
-
"key": {
|
|
3176
|
-
"type": "identifier",
|
|
3177
|
-
"name": "content"
|
|
3178
|
-
},
|
|
3179
|
-
"annotation": {
|
|
3180
|
-
"type": "keyword",
|
|
3181
|
-
"value": "string"
|
|
3182
|
-
},
|
|
3183
|
-
"computed": false
|
|
3184
|
-
}
|
|
3185
|
-
]
|
|
3186
|
-
},
|
|
3187
|
-
{
|
|
3188
|
-
"type": "typeAlias",
|
|
3189
|
-
"name": "TaskBaseDetail",
|
|
3190
|
-
"annotation": {
|
|
3191
|
-
"type": "reference",
|
|
3192
|
-
"typeName": {
|
|
3193
|
-
"type": "identifier",
|
|
3194
|
-
"name": "Omit"
|
|
3195
|
-
},
|
|
3196
|
-
"typeParameters": {
|
|
3197
|
-
"type": "typeParameterInstantiation",
|
|
3198
|
-
"params": [
|
|
3199
|
-
{
|
|
3200
|
-
"type": "reference",
|
|
3201
|
-
"typeName": {
|
|
3202
|
-
"type": "identifier",
|
|
3203
|
-
"name": "Task"
|
|
3204
|
-
}
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"type": "jsLiteral",
|
|
3208
|
-
"value": "jobs"
|
|
3209
|
-
}
|
|
3210
|
-
]
|
|
3211
|
-
}
|
|
3212
|
-
}
|
|
3213
|
-
},
|
|
3214
|
-
{
|
|
3215
|
-
"type": "interface",
|
|
3216
|
-
"name": "Task",
|
|
3217
|
-
"body": [
|
|
3218
|
-
{
|
|
3219
|
-
"type": "propertySignature",
|
|
3220
|
-
"key": {
|
|
3221
|
-
"type": "identifier",
|
|
3222
|
-
"name": "id"
|
|
3223
|
-
},
|
|
3224
|
-
"annotation": {
|
|
3225
|
-
"type": "keyword",
|
|
3226
|
-
"value": "string"
|
|
3227
|
-
},
|
|
3228
|
-
"computed": false
|
|
3229
|
-
},
|
|
3230
|
-
{
|
|
3231
|
-
"type": "propertySignature",
|
|
3232
|
-
"key": {
|
|
3233
|
-
"type": "identifier",
|
|
3234
|
-
"name": "title"
|
|
3235
|
-
},
|
|
3236
|
-
"annotation": {
|
|
3237
|
-
"type": "keyword",
|
|
3238
|
-
"value": "string"
|
|
2961
|
+
"type": "keyword",
|
|
2962
|
+
"value": "string"
|
|
3239
2963
|
},
|
|
3240
2964
|
"computed": false
|
|
3241
2965
|
},
|
|
@@ -3906,56 +3630,348 @@
|
|
|
3906
3630
|
"type": "propertySignature",
|
|
3907
3631
|
"key": {
|
|
3908
3632
|
"type": "identifier",
|
|
3909
|
-
"name": "size"
|
|
3633
|
+
"name": "size"
|
|
3634
|
+
},
|
|
3635
|
+
"annotation": {
|
|
3636
|
+
"type": "keyword",
|
|
3637
|
+
"value": "number"
|
|
3638
|
+
},
|
|
3639
|
+
"optional": true,
|
|
3640
|
+
"computed": false
|
|
3641
|
+
},
|
|
3642
|
+
{
|
|
3643
|
+
"type": "propertySignature",
|
|
3644
|
+
"key": {
|
|
3645
|
+
"type": "identifier",
|
|
3646
|
+
"name": "bytes"
|
|
3647
|
+
},
|
|
3648
|
+
"annotation": {
|
|
3649
|
+
"type": "keyword",
|
|
3650
|
+
"value": "string"
|
|
3651
|
+
},
|
|
3652
|
+
"optional": true,
|
|
3653
|
+
"computed": false
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"type": "propertySignature",
|
|
3657
|
+
"key": {
|
|
3658
|
+
"type": "identifier",
|
|
3659
|
+
"name": "uri"
|
|
3660
|
+
},
|
|
3661
|
+
"annotation": {
|
|
3662
|
+
"type": "keyword",
|
|
3663
|
+
"value": "string"
|
|
3664
|
+
},
|
|
3665
|
+
"optional": true,
|
|
3666
|
+
"computed": false
|
|
3667
|
+
}
|
|
3668
|
+
]
|
|
3669
|
+
},
|
|
3670
|
+
{
|
|
3671
|
+
"type": "interface",
|
|
3672
|
+
"name": "DataPart",
|
|
3673
|
+
"body": [
|
|
3674
|
+
{
|
|
3675
|
+
"type": "propertySignature",
|
|
3676
|
+
"key": {
|
|
3677
|
+
"type": "identifier",
|
|
3678
|
+
"name": "type"
|
|
3679
|
+
},
|
|
3680
|
+
"annotation": {
|
|
3681
|
+
"type": "jsLiteral",
|
|
3682
|
+
"value": "data"
|
|
3683
|
+
},
|
|
3684
|
+
"computed": false
|
|
3685
|
+
},
|
|
3686
|
+
{
|
|
3687
|
+
"type": "propertySignature",
|
|
3688
|
+
"key": {
|
|
3689
|
+
"type": "identifier",
|
|
3690
|
+
"name": "data"
|
|
3691
|
+
},
|
|
3692
|
+
"annotation": {
|
|
3693
|
+
"type": "reference",
|
|
3694
|
+
"typeName": {
|
|
3695
|
+
"type": "identifier",
|
|
3696
|
+
"name": "Record"
|
|
3697
|
+
},
|
|
3698
|
+
"typeParameters": {
|
|
3699
|
+
"type": "typeParameterInstantiation",
|
|
3700
|
+
"params": [
|
|
3701
|
+
{
|
|
3702
|
+
"type": "keyword",
|
|
3703
|
+
"value": "string"
|
|
3704
|
+
},
|
|
3705
|
+
{
|
|
3706
|
+
"type": "keyword",
|
|
3707
|
+
"value": "any"
|
|
3708
|
+
}
|
|
3709
|
+
]
|
|
3710
|
+
}
|
|
3711
|
+
},
|
|
3712
|
+
"computed": false
|
|
3713
|
+
}
|
|
3714
|
+
]
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"type": "interface",
|
|
3718
|
+
"name": "FeedbackDetail",
|
|
3719
|
+
"body": [
|
|
3720
|
+
{
|
|
3721
|
+
"type": "propertySignature",
|
|
3722
|
+
"key": {
|
|
3723
|
+
"type": "identifier",
|
|
3724
|
+
"name": "plan"
|
|
3910
3725
|
},
|
|
3911
3726
|
"annotation": {
|
|
3912
|
-
"type": "
|
|
3913
|
-
"
|
|
3727
|
+
"type": "array",
|
|
3728
|
+
"elementType": {
|
|
3729
|
+
"type": "keyword",
|
|
3730
|
+
"value": "string"
|
|
3731
|
+
}
|
|
3914
3732
|
},
|
|
3915
|
-
"optional": true,
|
|
3916
3733
|
"computed": false
|
|
3917
3734
|
},
|
|
3918
3735
|
{
|
|
3919
3736
|
"type": "propertySignature",
|
|
3920
3737
|
"key": {
|
|
3921
3738
|
"type": "identifier",
|
|
3922
|
-
"name": "
|
|
3739
|
+
"name": "result"
|
|
3923
3740
|
},
|
|
3924
3741
|
"annotation": {
|
|
3925
|
-
"type": "
|
|
3926
|
-
"
|
|
3742
|
+
"type": "array",
|
|
3743
|
+
"elementType": {
|
|
3744
|
+
"type": "keyword",
|
|
3745
|
+
"value": "string"
|
|
3746
|
+
}
|
|
3927
3747
|
},
|
|
3928
|
-
"optional": true,
|
|
3929
3748
|
"computed": false
|
|
3930
3749
|
},
|
|
3931
3750
|
{
|
|
3932
3751
|
"type": "propertySignature",
|
|
3933
3752
|
"key": {
|
|
3934
3753
|
"type": "identifier",
|
|
3935
|
-
"name": "
|
|
3754
|
+
"name": "feedback"
|
|
3936
3755
|
},
|
|
3937
3756
|
"annotation": {
|
|
3938
3757
|
"type": "keyword",
|
|
3939
3758
|
"value": "string"
|
|
3940
3759
|
},
|
|
3941
|
-
"optional": true,
|
|
3942
3760
|
"computed": false
|
|
3943
3761
|
}
|
|
3944
3762
|
]
|
|
3763
|
+
}
|
|
3764
|
+
]
|
|
3765
|
+
},
|
|
3766
|
+
"ai-portal.chat-stream": {
|
|
3767
|
+
"properties": [
|
|
3768
|
+
{
|
|
3769
|
+
"name": "conversationId",
|
|
3770
|
+
"annotation": {
|
|
3771
|
+
"type": "keyword",
|
|
3772
|
+
"value": "string"
|
|
3773
|
+
}
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"name": "initialRequest",
|
|
3777
|
+
"annotation": {
|
|
3778
|
+
"type": "union",
|
|
3779
|
+
"types": [
|
|
3780
|
+
{
|
|
3781
|
+
"type": "reference",
|
|
3782
|
+
"typeName": {
|
|
3783
|
+
"type": "identifier",
|
|
3784
|
+
"name": "RequestStore"
|
|
3785
|
+
}
|
|
3786
|
+
},
|
|
3787
|
+
{
|
|
3788
|
+
"type": "keyword",
|
|
3789
|
+
"value": "null"
|
|
3790
|
+
}
|
|
3791
|
+
]
|
|
3792
|
+
}
|
|
3793
|
+
},
|
|
3794
|
+
{
|
|
3795
|
+
"name": "taskId",
|
|
3796
|
+
"annotation": {
|
|
3797
|
+
"type": "keyword",
|
|
3798
|
+
"value": "string"
|
|
3799
|
+
}
|
|
3800
|
+
},
|
|
3801
|
+
{
|
|
3802
|
+
"name": "replay",
|
|
3803
|
+
"annotation": {
|
|
3804
|
+
"type": "keyword",
|
|
3805
|
+
"value": "boolean"
|
|
3806
|
+
}
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"name": "replayDelay",
|
|
3810
|
+
"annotation": {
|
|
3811
|
+
"type": "keyword",
|
|
3812
|
+
"value": "number"
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
{
|
|
3816
|
+
"name": "supports",
|
|
3817
|
+
"annotation": {
|
|
3818
|
+
"type": "reference",
|
|
3819
|
+
"typeName": {
|
|
3820
|
+
"type": "identifier",
|
|
3821
|
+
"name": "Record"
|
|
3822
|
+
},
|
|
3823
|
+
"typeParameters": {
|
|
3824
|
+
"type": "typeParameterInstantiation",
|
|
3825
|
+
"params": [
|
|
3826
|
+
{
|
|
3827
|
+
"type": "keyword",
|
|
3828
|
+
"value": "string"
|
|
3829
|
+
},
|
|
3830
|
+
{
|
|
3831
|
+
"type": "keyword",
|
|
3832
|
+
"value": "boolean"
|
|
3833
|
+
}
|
|
3834
|
+
]
|
|
3835
|
+
}
|
|
3836
|
+
}
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"name": "showFeedback",
|
|
3840
|
+
"annotation": {
|
|
3841
|
+
"type": "keyword",
|
|
3842
|
+
"value": "boolean"
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"name": "showFeedbackAfterFailed",
|
|
3847
|
+
"annotation": {
|
|
3848
|
+
"type": "keyword",
|
|
3849
|
+
"value": "boolean"
|
|
3850
|
+
}
|
|
3851
|
+
},
|
|
3852
|
+
{
|
|
3853
|
+
"name": "showFeedbackOnView",
|
|
3854
|
+
"annotation": {
|
|
3855
|
+
"type": "keyword",
|
|
3856
|
+
"value": "boolean"
|
|
3857
|
+
}
|
|
3858
|
+
},
|
|
3859
|
+
{
|
|
3860
|
+
"name": "showUiSwitch",
|
|
3861
|
+
"annotation": {
|
|
3862
|
+
"type": "keyword",
|
|
3863
|
+
"value": "boolean"
|
|
3864
|
+
}
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"name": "hideMermaid",
|
|
3868
|
+
"annotation": {
|
|
3869
|
+
"type": "keyword",
|
|
3870
|
+
"value": "boolean"
|
|
3871
|
+
}
|
|
3872
|
+
},
|
|
3873
|
+
{
|
|
3874
|
+
"name": "previewUrlTemplate",
|
|
3875
|
+
"annotation": {
|
|
3876
|
+
"type": "keyword",
|
|
3877
|
+
"value": "string"
|
|
3878
|
+
}
|
|
3879
|
+
}
|
|
3880
|
+
],
|
|
3881
|
+
"events": [
|
|
3882
|
+
{
|
|
3883
|
+
"name": "share",
|
|
3884
|
+
"detail": {
|
|
3885
|
+
"annotation": {
|
|
3886
|
+
"type": "keyword",
|
|
3887
|
+
"value": "void"
|
|
3888
|
+
}
|
|
3889
|
+
}
|
|
3890
|
+
},
|
|
3891
|
+
{
|
|
3892
|
+
"name": "terminate",
|
|
3893
|
+
"detail": {
|
|
3894
|
+
"annotation": {
|
|
3895
|
+
"type": "keyword",
|
|
3896
|
+
"value": "void"
|
|
3897
|
+
}
|
|
3898
|
+
}
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"name": "feedback.submit",
|
|
3902
|
+
"detail": {
|
|
3903
|
+
"annotation": {
|
|
3904
|
+
"type": "reference",
|
|
3905
|
+
"typeName": {
|
|
3906
|
+
"type": "identifier",
|
|
3907
|
+
"name": "FeedbackDetail"
|
|
3908
|
+
}
|
|
3909
|
+
}
|
|
3910
|
+
}
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"name": "feedback.on.view",
|
|
3914
|
+
"detail": {
|
|
3915
|
+
"annotation": {
|
|
3916
|
+
"type": "keyword",
|
|
3917
|
+
"value": "string"
|
|
3918
|
+
}
|
|
3919
|
+
}
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"name": "ui.switch",
|
|
3923
|
+
"detail": {
|
|
3924
|
+
"annotation": {
|
|
3925
|
+
"type": "jsLiteral",
|
|
3926
|
+
"value": "canvas"
|
|
3927
|
+
}
|
|
3928
|
+
}
|
|
3929
|
+
}
|
|
3930
|
+
],
|
|
3931
|
+
"methods": [
|
|
3932
|
+
{
|
|
3933
|
+
"name": "resumed",
|
|
3934
|
+
"params": [],
|
|
3935
|
+
"returns": {}
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
"name": "feedbackSubmitDone",
|
|
3939
|
+
"params": [],
|
|
3940
|
+
"returns": {}
|
|
3941
|
+
},
|
|
3942
|
+
{
|
|
3943
|
+
"name": "feedbackSubmitFailed",
|
|
3944
|
+
"params": [],
|
|
3945
|
+
"returns": {}
|
|
3945
3946
|
},
|
|
3947
|
+
{
|
|
3948
|
+
"name": "feedbackOnViewDone",
|
|
3949
|
+
"params": [
|
|
3950
|
+
{
|
|
3951
|
+
"name": "viewId",
|
|
3952
|
+
"annotation": {
|
|
3953
|
+
"type": "keyword",
|
|
3954
|
+
"value": "string"
|
|
3955
|
+
}
|
|
3956
|
+
}
|
|
3957
|
+
],
|
|
3958
|
+
"returns": {}
|
|
3959
|
+
}
|
|
3960
|
+
],
|
|
3961
|
+
"types": [
|
|
3946
3962
|
{
|
|
3947
3963
|
"type": "interface",
|
|
3948
|
-
"name": "
|
|
3964
|
+
"name": "RequestStore",
|
|
3949
3965
|
"body": [
|
|
3950
3966
|
{
|
|
3951
3967
|
"type": "propertySignature",
|
|
3952
3968
|
"key": {
|
|
3953
3969
|
"type": "identifier",
|
|
3954
|
-
"name": "
|
|
3970
|
+
"name": "conversationId"
|
|
3955
3971
|
},
|
|
3956
3972
|
"annotation": {
|
|
3957
|
-
"type": "
|
|
3958
|
-
"value": "
|
|
3973
|
+
"type": "keyword",
|
|
3974
|
+
"value": "string"
|
|
3959
3975
|
},
|
|
3960
3976
|
"computed": false
|
|
3961
3977
|
},
|
|
@@ -3963,27 +3979,11 @@
|
|
|
3963
3979
|
"type": "propertySignature",
|
|
3964
3980
|
"key": {
|
|
3965
3981
|
"type": "identifier",
|
|
3966
|
-
"name": "
|
|
3982
|
+
"name": "content"
|
|
3967
3983
|
},
|
|
3968
3984
|
"annotation": {
|
|
3969
|
-
"type": "
|
|
3970
|
-
"
|
|
3971
|
-
"type": "identifier",
|
|
3972
|
-
"name": "Record"
|
|
3973
|
-
},
|
|
3974
|
-
"typeParameters": {
|
|
3975
|
-
"type": "typeParameterInstantiation",
|
|
3976
|
-
"params": [
|
|
3977
|
-
{
|
|
3978
|
-
"type": "keyword",
|
|
3979
|
-
"value": "string"
|
|
3980
|
-
},
|
|
3981
|
-
{
|
|
3982
|
-
"type": "keyword",
|
|
3983
|
-
"value": "any"
|
|
3984
|
-
}
|
|
3985
|
-
]
|
|
3986
|
-
}
|
|
3985
|
+
"type": "keyword",
|
|
3986
|
+
"value": "string"
|
|
3987
3987
|
},
|
|
3988
3988
|
"computed": false
|
|
3989
3989
|
}
|