@next-bricks/ai-portal 0.41.3 → 0.42.1
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 +35 -34
- package/dist/chunks/453.afec2dd4.js +2 -0
- package/dist/chunks/453.afec2dd4.js.map +1 -0
- package/dist/chunks/6754.53b13c13.js +2 -0
- package/dist/chunks/6754.53b13c13.js.map +1 -0
- package/dist/chunks/{7493.61116715.js → 7493.6f9d9ca0.js} +2 -2
- package/dist/chunks/7493.6f9d9ca0.js.map +1 -0
- package/dist/chunks/9749.c1ba02ec.js +2 -0
- package/dist/chunks/9749.c1ba02ec.js.map +1 -0
- package/dist/chunks/chat-box.4f6d3704.js +2 -0
- package/dist/chunks/chat-box.4f6d3704.js.map +1 -0
- package/dist/chunks/chat-input.679aec70.js +3 -0
- package/dist/chunks/chat-input.679aec70.js.map +1 -0
- package/dist/chunks/chat-stream.9c05bfdd.js +2 -0
- package/dist/chunks/chat-stream.9c05bfdd.js.map +1 -0
- package/dist/chunks/cruise-canvas.d72e016c.js +2 -0
- package/dist/chunks/cruise-canvas.d72e016c.js.map +1 -0
- package/dist/chunks/{main.368cafdf.js → main.389056c7.js} +2 -2
- package/dist/chunks/{main.368cafdf.js.map → main.389056c7.js.map} +1 -1
- package/dist/chunks/{project-conversations.d4771579.js → project-conversations.e525349e.js} +3 -3
- package/dist/chunks/project-conversations.e525349e.js.map +1 -0
- package/dist/examples.json +20 -20
- package/dist/{index.985de226.js → index.5310ad21.js} +2 -2
- package/dist/{index.985de226.js.map → index.5310ad21.js.map} +1 -1
- package/dist/manifest.json +328 -297
- package/dist/types.json +336 -194
- package/dist-types/chat-box/index.d.ts +9 -2
- package/dist-types/chat-stream/ChatStream.d.ts +3 -2
- package/dist-types/chat-stream/LegacyChatStream.d.ts +2 -1
- package/dist-types/chat-stream/index.d.ts +5 -0
- package/dist-types/chat-stream/useConversationStream.d.ts +3 -1
- package/dist-types/cruise-canvas/CruiseCanvas.d.ts +3 -2
- package/dist-types/cruise-canvas/LegacyCruiseCanvas.d.ts +2 -1
- package/dist-types/cruise-canvas/index.d.ts +5 -0
- package/dist-types/cruise-canvas/useConversationGraph.d.ts +1 -0
- package/dist-types/shared/TaskContext.d.ts +1 -0
- package/dist-types/shared/interfaces.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/2608.bbe2b26a.js +0 -2
- package/dist/chunks/2608.bbe2b26a.js.map +0 -1
- package/dist/chunks/453.e0c39d75.js +0 -2
- package/dist/chunks/453.e0c39d75.js.map +0 -1
- package/dist/chunks/6754.758fa3ae.js +0 -2
- package/dist/chunks/6754.758fa3ae.js.map +0 -1
- package/dist/chunks/7493.61116715.js.map +0 -1
- package/dist/chunks/chat-box.15e40b8e.js +0 -2
- package/dist/chunks/chat-box.15e40b8e.js.map +0 -1
- package/dist/chunks/chat-input.3e67d2d4.js +0 -3
- package/dist/chunks/chat-input.3e67d2d4.js.map +0 -1
- package/dist/chunks/chat-stream.88ec601e.js +0 -2
- package/dist/chunks/chat-stream.88ec601e.js.map +0 -1
- package/dist/chunks/cruise-canvas.f715731a.js +0 -2
- package/dist/chunks/cruise-canvas.f715731a.js.map +0 -1
- package/dist/chunks/project-conversations.d4771579.js.map +0 -1
- /package/dist/chunks/{chat-input.3e67d2d4.js.LICENSE.txt → chat-input.679aec70.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{project-conversations.d4771579.js.LICENSE.txt → project-conversations.e525349e.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,75 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-portal.icon-button": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "icon",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "reference",
|
|
8
|
+
"typeName": {
|
|
9
|
+
"type": "identifier",
|
|
10
|
+
"name": "GeneralIconProps"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "tooltip",
|
|
16
|
+
"annotation": {
|
|
17
|
+
"type": "keyword",
|
|
18
|
+
"value": "string"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "disabled",
|
|
23
|
+
"annotation": {
|
|
24
|
+
"type": "keyword",
|
|
25
|
+
"value": "boolean"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "variant",
|
|
30
|
+
"annotation": {
|
|
31
|
+
"type": "reference",
|
|
32
|
+
"typeName": {
|
|
33
|
+
"type": "identifier",
|
|
34
|
+
"name": "IconButtonVariant"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"events": [],
|
|
40
|
+
"methods": [],
|
|
41
|
+
"types": [
|
|
42
|
+
{
|
|
43
|
+
"type": "typeAlias",
|
|
44
|
+
"name": "IconButtonVariant",
|
|
45
|
+
"annotation": {
|
|
46
|
+
"type": "union",
|
|
47
|
+
"types": [
|
|
48
|
+
{
|
|
49
|
+
"type": "jsLiteral",
|
|
50
|
+
"value": "default"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"type": "jsLiteral",
|
|
54
|
+
"value": "light"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"type": "jsLiteral",
|
|
58
|
+
"value": "mini"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"type": "jsLiteral",
|
|
62
|
+
"value": "mini-light"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"type": "jsLiteral",
|
|
66
|
+
"value": "bordered"
|
|
67
|
+
}
|
|
68
|
+
]
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
2
73
|
"ai-portal.stat-with-mini-chart": {
|
|
3
74
|
"properties": [
|
|
4
75
|
{
|
|
@@ -103,77 +174,6 @@
|
|
|
103
174
|
"events": [],
|
|
104
175
|
"methods": []
|
|
105
176
|
},
|
|
106
|
-
"ai-portal.icon-button": {
|
|
107
|
-
"properties": [
|
|
108
|
-
{
|
|
109
|
-
"name": "icon",
|
|
110
|
-
"annotation": {
|
|
111
|
-
"type": "reference",
|
|
112
|
-
"typeName": {
|
|
113
|
-
"type": "identifier",
|
|
114
|
-
"name": "GeneralIconProps"
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"name": "tooltip",
|
|
120
|
-
"annotation": {
|
|
121
|
-
"type": "keyword",
|
|
122
|
-
"value": "string"
|
|
123
|
-
}
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"name": "disabled",
|
|
127
|
-
"annotation": {
|
|
128
|
-
"type": "keyword",
|
|
129
|
-
"value": "boolean"
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "variant",
|
|
134
|
-
"annotation": {
|
|
135
|
-
"type": "reference",
|
|
136
|
-
"typeName": {
|
|
137
|
-
"type": "identifier",
|
|
138
|
-
"name": "IconButtonVariant"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
],
|
|
143
|
-
"events": [],
|
|
144
|
-
"methods": [],
|
|
145
|
-
"types": [
|
|
146
|
-
{
|
|
147
|
-
"type": "typeAlias",
|
|
148
|
-
"name": "IconButtonVariant",
|
|
149
|
-
"annotation": {
|
|
150
|
-
"type": "union",
|
|
151
|
-
"types": [
|
|
152
|
-
{
|
|
153
|
-
"type": "jsLiteral",
|
|
154
|
-
"value": "default"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"type": "jsLiteral",
|
|
158
|
-
"value": "light"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"type": "jsLiteral",
|
|
162
|
-
"value": "mini"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"type": "jsLiteral",
|
|
166
|
-
"value": "mini-light"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"type": "jsLiteral",
|
|
170
|
-
"value": "bordered"
|
|
171
|
-
}
|
|
172
|
-
]
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
]
|
|
176
|
-
},
|
|
177
177
|
"ai-portal.entity-sdk-get": {
|
|
178
178
|
"type": "provider",
|
|
179
179
|
"params": [
|
|
@@ -460,6 +460,11 @@
|
|
|
460
460
|
}
|
|
461
461
|
]
|
|
462
462
|
},
|
|
463
|
+
"ai-portal.home-container": {
|
|
464
|
+
"properties": [],
|
|
465
|
+
"events": [],
|
|
466
|
+
"methods": []
|
|
467
|
+
},
|
|
463
468
|
"ai-portal.tab-list": {
|
|
464
469
|
"properties": [
|
|
465
470
|
{
|
|
@@ -531,11 +536,6 @@
|
|
|
531
536
|
}
|
|
532
537
|
]
|
|
533
538
|
},
|
|
534
|
-
"ai-portal.home-container": {
|
|
535
|
-
"properties": [],
|
|
536
|
-
"events": [],
|
|
537
|
-
"methods": []
|
|
538
|
-
},
|
|
539
539
|
"ai-portal.elevo-logo": {
|
|
540
540
|
"properties": [],
|
|
541
541
|
"events": [],
|
|
@@ -711,77 +711,105 @@
|
|
|
711
711
|
}
|
|
712
712
|
]
|
|
713
713
|
},
|
|
714
|
-
"ai-portal.
|
|
714
|
+
"ai-portal.chat-box": {
|
|
715
715
|
"properties": [
|
|
716
716
|
{
|
|
717
|
-
"name": "
|
|
717
|
+
"name": "disabled",
|
|
718
|
+
"annotation": {
|
|
719
|
+
"type": "keyword",
|
|
720
|
+
"value": "boolean"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
"name": "placeholder",
|
|
725
|
+
"annotation": {
|
|
726
|
+
"type": "keyword",
|
|
727
|
+
"value": "string"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "autoFocus",
|
|
732
|
+
"annotation": {
|
|
733
|
+
"type": "keyword",
|
|
734
|
+
"value": "boolean"
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"name": "aiEmployees",
|
|
718
739
|
"annotation": {
|
|
719
740
|
"type": "array",
|
|
720
741
|
"elementType": {
|
|
721
742
|
"type": "reference",
|
|
722
743
|
"typeName": {
|
|
723
744
|
"type": "identifier",
|
|
724
|
-
"name": "
|
|
745
|
+
"name": "AIEmployee"
|
|
725
746
|
}
|
|
726
747
|
}
|
|
727
748
|
}
|
|
749
|
+
}
|
|
750
|
+
],
|
|
751
|
+
"events": [
|
|
752
|
+
{
|
|
753
|
+
"name": "message.submit",
|
|
754
|
+
"detail": {
|
|
755
|
+
"annotation": {
|
|
756
|
+
"type": "keyword",
|
|
757
|
+
"value": "string"
|
|
758
|
+
}
|
|
759
|
+
}
|
|
728
760
|
},
|
|
729
761
|
{
|
|
730
|
-
"name": "
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
|
|
762
|
+
"name": "ai-employee.mention",
|
|
763
|
+
"detail": {
|
|
764
|
+
"annotation": {
|
|
765
|
+
"type": "union",
|
|
766
|
+
"types": [
|
|
767
|
+
{
|
|
768
|
+
"type": "reference",
|
|
769
|
+
"typeName": {
|
|
770
|
+
"type": "identifier",
|
|
771
|
+
"name": "AIEmployee"
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"type": "keyword",
|
|
776
|
+
"value": "null"
|
|
777
|
+
}
|
|
778
|
+
]
|
|
779
|
+
}
|
|
734
780
|
}
|
|
735
781
|
}
|
|
736
782
|
],
|
|
737
|
-
"
|
|
738
|
-
"methods": [],
|
|
739
|
-
"types": [
|
|
783
|
+
"methods": [
|
|
740
784
|
{
|
|
741
|
-
"
|
|
742
|
-
"
|
|
743
|
-
"body": [
|
|
744
|
-
{
|
|
745
|
-
"type": "propertySignature",
|
|
746
|
-
"key": {
|
|
747
|
-
"type": "identifier",
|
|
748
|
-
"name": "taskId"
|
|
749
|
-
},
|
|
750
|
-
"annotation": {
|
|
751
|
-
"type": "keyword",
|
|
752
|
-
"value": "string"
|
|
753
|
-
},
|
|
754
|
-
"computed": false
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"type": "propertySignature",
|
|
758
|
-
"key": {
|
|
759
|
-
"type": "identifier",
|
|
760
|
-
"name": "title"
|
|
761
|
-
},
|
|
762
|
-
"annotation": {
|
|
763
|
-
"type": "keyword",
|
|
764
|
-
"value": "string"
|
|
765
|
-
},
|
|
766
|
-
"computed": false
|
|
767
|
-
},
|
|
785
|
+
"name": "setValue",
|
|
786
|
+
"params": [
|
|
768
787
|
{
|
|
769
|
-
"
|
|
770
|
-
"key": {
|
|
771
|
-
"type": "identifier",
|
|
772
|
-
"name": "summary"
|
|
773
|
-
},
|
|
788
|
+
"name": "value",
|
|
774
789
|
"annotation": {
|
|
775
790
|
"type": "keyword",
|
|
776
791
|
"value": "string"
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
],
|
|
795
|
+
"returns": {}
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"name": "getValue",
|
|
799
|
+
"params": [],
|
|
800
|
+
"returns": {}
|
|
801
|
+
}
|
|
802
|
+
],
|
|
803
|
+
"types": [
|
|
804
|
+
{
|
|
805
|
+
"type": "interface",
|
|
806
|
+
"name": "AIEmployee",
|
|
807
|
+
"body": [
|
|
780
808
|
{
|
|
781
809
|
"type": "propertySignature",
|
|
782
810
|
"key": {
|
|
783
811
|
"type": "identifier",
|
|
784
|
-
"name": "
|
|
812
|
+
"name": "employeeId"
|
|
785
813
|
},
|
|
786
814
|
"annotation": {
|
|
787
815
|
"type": "keyword",
|
|
@@ -793,13 +821,12 @@
|
|
|
793
821
|
"type": "propertySignature",
|
|
794
822
|
"key": {
|
|
795
823
|
"type": "identifier",
|
|
796
|
-
"name": "
|
|
824
|
+
"name": "name"
|
|
797
825
|
},
|
|
798
826
|
"annotation": {
|
|
799
827
|
"type": "keyword",
|
|
800
828
|
"value": "string"
|
|
801
829
|
},
|
|
802
|
-
"optional": true,
|
|
803
830
|
"computed": false
|
|
804
831
|
}
|
|
805
832
|
]
|
|
@@ -937,7 +964,7 @@
|
|
|
937
964
|
}
|
|
938
965
|
]
|
|
939
966
|
},
|
|
940
|
-
"ai-portal.
|
|
967
|
+
"ai-portal.show-cases": {
|
|
941
968
|
"properties": [
|
|
942
969
|
{
|
|
943
970
|
"name": "list",
|
|
@@ -947,34 +974,17 @@
|
|
|
947
974
|
"type": "reference",
|
|
948
975
|
"typeName": {
|
|
949
976
|
"type": "identifier",
|
|
950
|
-
"name": "
|
|
977
|
+
"name": "ShowCase"
|
|
951
978
|
}
|
|
952
979
|
}
|
|
953
980
|
}
|
|
954
981
|
},
|
|
955
982
|
{
|
|
956
|
-
"name": "
|
|
957
|
-
"annotation": {
|
|
958
|
-
"type": "array",
|
|
959
|
-
"elementType": {
|
|
960
|
-
"type": "keyword",
|
|
961
|
-
"value": "string"
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
},
|
|
965
|
-
{
|
|
966
|
-
"name": "urlTemplate",
|
|
983
|
+
"name": "taskUrlTemplate",
|
|
967
984
|
"annotation": {
|
|
968
985
|
"type": "keyword",
|
|
969
986
|
"value": "string"
|
|
970
987
|
}
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
"name": "withContainer",
|
|
974
|
-
"annotation": {
|
|
975
|
-
"type": "keyword",
|
|
976
|
-
"value": "boolean"
|
|
977
|
-
}
|
|
978
988
|
}
|
|
979
989
|
],
|
|
980
990
|
"events": [],
|
|
@@ -982,13 +992,13 @@
|
|
|
982
992
|
"types": [
|
|
983
993
|
{
|
|
984
994
|
"type": "interface",
|
|
985
|
-
"name": "
|
|
995
|
+
"name": "ShowCase",
|
|
986
996
|
"body": [
|
|
987
997
|
{
|
|
988
998
|
"type": "propertySignature",
|
|
989
999
|
"key": {
|
|
990
1000
|
"type": "identifier",
|
|
991
|
-
"name": "
|
|
1001
|
+
"name": "taskId"
|
|
992
1002
|
},
|
|
993
1003
|
"annotation": {
|
|
994
1004
|
"type": "keyword",
|
|
@@ -1000,7 +1010,7 @@
|
|
|
1000
1010
|
"type": "propertySignature",
|
|
1001
1011
|
"key": {
|
|
1002
1012
|
"type": "identifier",
|
|
1003
|
-
"name": "
|
|
1013
|
+
"name": "title"
|
|
1004
1014
|
},
|
|
1005
1015
|
"annotation": {
|
|
1006
1016
|
"type": "keyword",
|
|
@@ -1012,7 +1022,7 @@
|
|
|
1012
1022
|
"type": "propertySignature",
|
|
1013
1023
|
"key": {
|
|
1014
1024
|
"type": "identifier",
|
|
1015
|
-
"name": "
|
|
1025
|
+
"name": "summary"
|
|
1016
1026
|
},
|
|
1017
1027
|
"annotation": {
|
|
1018
1028
|
"type": "keyword",
|
|
@@ -1024,7 +1034,7 @@
|
|
|
1024
1034
|
"type": "propertySignature",
|
|
1025
1035
|
"key": {
|
|
1026
1036
|
"type": "identifier",
|
|
1027
|
-
"name": "
|
|
1037
|
+
"name": "scenario"
|
|
1028
1038
|
},
|
|
1029
1039
|
"annotation": {
|
|
1030
1040
|
"type": "keyword",
|
|
@@ -1036,7 +1046,7 @@
|
|
|
1036
1046
|
"type": "propertySignature",
|
|
1037
1047
|
"key": {
|
|
1038
1048
|
"type": "identifier",
|
|
1039
|
-
"name": "
|
|
1049
|
+
"name": "thumbUrl"
|
|
1040
1050
|
},
|
|
1041
1051
|
"annotation": {
|
|
1042
1052
|
"type": "keyword",
|
|
@@ -1049,27 +1059,44 @@
|
|
|
1049
1059
|
}
|
|
1050
1060
|
]
|
|
1051
1061
|
},
|
|
1052
|
-
"ai-portal.
|
|
1062
|
+
"ai-portal.ai-employees": {
|
|
1053
1063
|
"properties": [
|
|
1054
1064
|
{
|
|
1055
|
-
"name": "
|
|
1065
|
+
"name": "list",
|
|
1056
1066
|
"annotation": {
|
|
1057
1067
|
"type": "array",
|
|
1058
1068
|
"elementType": {
|
|
1059
1069
|
"type": "reference",
|
|
1060
1070
|
"typeName": {
|
|
1061
1071
|
"type": "identifier",
|
|
1062
|
-
"name": "
|
|
1072
|
+
"name": "Employee"
|
|
1063
1073
|
}
|
|
1064
1074
|
}
|
|
1065
1075
|
}
|
|
1066
1076
|
},
|
|
1067
1077
|
{
|
|
1068
|
-
"name": "
|
|
1078
|
+
"name": "industries",
|
|
1079
|
+
"annotation": {
|
|
1080
|
+
"type": "array",
|
|
1081
|
+
"elementType": {
|
|
1082
|
+
"type": "keyword",
|
|
1083
|
+
"value": "string"
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"name": "urlTemplate",
|
|
1069
1089
|
"annotation": {
|
|
1070
1090
|
"type": "keyword",
|
|
1071
1091
|
"value": "string"
|
|
1072
1092
|
}
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "withContainer",
|
|
1096
|
+
"annotation": {
|
|
1097
|
+
"type": "keyword",
|
|
1098
|
+
"value": "boolean"
|
|
1099
|
+
}
|
|
1073
1100
|
}
|
|
1074
1101
|
],
|
|
1075
1102
|
"events": [],
|
|
@@ -1077,13 +1104,13 @@
|
|
|
1077
1104
|
"types": [
|
|
1078
1105
|
{
|
|
1079
1106
|
"type": "interface",
|
|
1080
|
-
"name": "
|
|
1107
|
+
"name": "Employee",
|
|
1081
1108
|
"body": [
|
|
1082
1109
|
{
|
|
1083
1110
|
"type": "propertySignature",
|
|
1084
1111
|
"key": {
|
|
1085
1112
|
"type": "identifier",
|
|
1086
|
-
"name": "
|
|
1113
|
+
"name": "name"
|
|
1087
1114
|
},
|
|
1088
1115
|
"annotation": {
|
|
1089
1116
|
"type": "keyword",
|
|
@@ -1095,7 +1122,7 @@
|
|
|
1095
1122
|
"type": "propertySignature",
|
|
1096
1123
|
"key": {
|
|
1097
1124
|
"type": "identifier",
|
|
1098
|
-
"name": "
|
|
1125
|
+
"name": "industry"
|
|
1099
1126
|
},
|
|
1100
1127
|
"annotation": {
|
|
1101
1128
|
"type": "keyword",
|
|
@@ -1107,12 +1134,37 @@
|
|
|
1107
1134
|
"type": "propertySignature",
|
|
1108
1135
|
"key": {
|
|
1109
1136
|
"type": "identifier",
|
|
1110
|
-
"name": "
|
|
1137
|
+
"name": "role"
|
|
1111
1138
|
},
|
|
1112
1139
|
"annotation": {
|
|
1113
1140
|
"type": "keyword",
|
|
1114
|
-
"value": "
|
|
1141
|
+
"value": "string"
|
|
1142
|
+
},
|
|
1143
|
+
"computed": false
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"type": "propertySignature",
|
|
1147
|
+
"key": {
|
|
1148
|
+
"type": "identifier",
|
|
1149
|
+
"name": "description"
|
|
1150
|
+
},
|
|
1151
|
+
"annotation": {
|
|
1152
|
+
"type": "keyword",
|
|
1153
|
+
"value": "string"
|
|
1154
|
+
},
|
|
1155
|
+
"computed": false
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"type": "propertySignature",
|
|
1159
|
+
"key": {
|
|
1160
|
+
"type": "identifier",
|
|
1161
|
+
"name": "avatar"
|
|
1162
|
+
},
|
|
1163
|
+
"annotation": {
|
|
1164
|
+
"type": "keyword",
|
|
1165
|
+
"value": "string"
|
|
1115
1166
|
},
|
|
1167
|
+
"optional": true,
|
|
1116
1168
|
"computed": false
|
|
1117
1169
|
}
|
|
1118
1170
|
]
|
|
@@ -1216,59 +1268,73 @@
|
|
|
1216
1268
|
}
|
|
1217
1269
|
]
|
|
1218
1270
|
},
|
|
1219
|
-
"ai-portal.
|
|
1271
|
+
"ai-portal.project-summary": {
|
|
1220
1272
|
"properties": [
|
|
1221
1273
|
{
|
|
1222
|
-
"name": "
|
|
1274
|
+
"name": "chatList",
|
|
1223
1275
|
"annotation": {
|
|
1224
|
-
"type": "
|
|
1225
|
-
"
|
|
1276
|
+
"type": "array",
|
|
1277
|
+
"elementType": {
|
|
1278
|
+
"type": "reference",
|
|
1279
|
+
"typeName": {
|
|
1280
|
+
"type": "identifier",
|
|
1281
|
+
"name": "Chat"
|
|
1282
|
+
}
|
|
1283
|
+
}
|
|
1226
1284
|
}
|
|
1227
1285
|
},
|
|
1228
1286
|
{
|
|
1229
|
-
"name": "
|
|
1287
|
+
"name": "chatUrlTemplate",
|
|
1230
1288
|
"annotation": {
|
|
1231
1289
|
"type": "keyword",
|
|
1232
1290
|
"value": "string"
|
|
1233
1291
|
}
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"name": "autoFocus",
|
|
1237
|
-
"annotation": {
|
|
1238
|
-
"type": "keyword",
|
|
1239
|
-
"value": "boolean"
|
|
1240
|
-
}
|
|
1241
|
-
}
|
|
1242
|
-
],
|
|
1243
|
-
"events": [
|
|
1244
|
-
{
|
|
1245
|
-
"name": "message.submit",
|
|
1246
|
-
"detail": {
|
|
1247
|
-
"annotation": {
|
|
1248
|
-
"type": "keyword",
|
|
1249
|
-
"value": "string"
|
|
1250
|
-
}
|
|
1251
|
-
}
|
|
1252
1292
|
}
|
|
1253
1293
|
],
|
|
1254
|
-
"
|
|
1294
|
+
"events": [],
|
|
1295
|
+
"methods": [],
|
|
1296
|
+
"types": [
|
|
1255
1297
|
{
|
|
1256
|
-
"
|
|
1257
|
-
"
|
|
1298
|
+
"type": "interface",
|
|
1299
|
+
"name": "Chat",
|
|
1300
|
+
"body": [
|
|
1258
1301
|
{
|
|
1259
|
-
"
|
|
1302
|
+
"type": "propertySignature",
|
|
1303
|
+
"key": {
|
|
1304
|
+
"type": "identifier",
|
|
1305
|
+
"name": "conversationId"
|
|
1306
|
+
},
|
|
1260
1307
|
"annotation": {
|
|
1261
1308
|
"type": "keyword",
|
|
1262
1309
|
"value": "string"
|
|
1263
|
-
}
|
|
1310
|
+
},
|
|
1311
|
+
"computed": false
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"type": "propertySignature",
|
|
1315
|
+
"key": {
|
|
1316
|
+
"type": "identifier",
|
|
1317
|
+
"name": "title"
|
|
1318
|
+
},
|
|
1319
|
+
"annotation": {
|
|
1320
|
+
"type": "keyword",
|
|
1321
|
+
"value": "string"
|
|
1322
|
+
},
|
|
1323
|
+
"computed": false
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
"type": "propertySignature",
|
|
1327
|
+
"key": {
|
|
1328
|
+
"type": "identifier",
|
|
1329
|
+
"name": "startTime"
|
|
1330
|
+
},
|
|
1331
|
+
"annotation": {
|
|
1332
|
+
"type": "keyword",
|
|
1333
|
+
"value": "number"
|
|
1334
|
+
},
|
|
1335
|
+
"computed": false
|
|
1264
1336
|
}
|
|
1265
|
-
]
|
|
1266
|
-
"returns": {}
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"name": "getValue",
|
|
1270
|
-
"params": [],
|
|
1271
|
-
"returns": {}
|
|
1337
|
+
]
|
|
1272
1338
|
}
|
|
1273
1339
|
]
|
|
1274
1340
|
},
|
|
@@ -3907,6 +3973,13 @@
|
|
|
3907
3973
|
"value": "boolean"
|
|
3908
3974
|
}
|
|
3909
3975
|
},
|
|
3976
|
+
{
|
|
3977
|
+
"name": "showHumanActions",
|
|
3978
|
+
"annotation": {
|
|
3979
|
+
"type": "keyword",
|
|
3980
|
+
"value": "boolean"
|
|
3981
|
+
}
|
|
3982
|
+
},
|
|
3910
3983
|
{
|
|
3911
3984
|
"name": "showFeedback",
|
|
3912
3985
|
"annotation": {
|
|
@@ -4005,6 +4078,18 @@
|
|
|
4005
4078
|
"value": "chat"
|
|
4006
4079
|
}
|
|
4007
4080
|
}
|
|
4081
|
+
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "detail.change",
|
|
4084
|
+
"detail": {
|
|
4085
|
+
"annotation": {
|
|
4086
|
+
"type": "reference",
|
|
4087
|
+
"typeName": {
|
|
4088
|
+
"type": "identifier",
|
|
4089
|
+
"name": "ConversationDetail"
|
|
4090
|
+
}
|
|
4091
|
+
}
|
|
4092
|
+
}
|
|
4008
4093
|
}
|
|
4009
4094
|
],
|
|
4010
4095
|
"methods": [
|
|
@@ -4949,6 +5034,25 @@
|
|
|
4949
5034
|
"computed": false
|
|
4950
5035
|
}
|
|
4951
5036
|
]
|
|
5037
|
+
},
|
|
5038
|
+
{
|
|
5039
|
+
"type": "interface",
|
|
5040
|
+
"name": "ConversationDetail",
|
|
5041
|
+
"body": [
|
|
5042
|
+
{
|
|
5043
|
+
"type": "propertySignature",
|
|
5044
|
+
"key": {
|
|
5045
|
+
"type": "identifier",
|
|
5046
|
+
"name": "projectId"
|
|
5047
|
+
},
|
|
5048
|
+
"annotation": {
|
|
5049
|
+
"type": "keyword",
|
|
5050
|
+
"value": "string"
|
|
5051
|
+
},
|
|
5052
|
+
"optional": true,
|
|
5053
|
+
"computed": false
|
|
5054
|
+
}
|
|
5055
|
+
]
|
|
4952
5056
|
}
|
|
4953
5057
|
]
|
|
4954
5058
|
},
|
|
@@ -5024,6 +5128,13 @@
|
|
|
5024
5128
|
}
|
|
5025
5129
|
}
|
|
5026
5130
|
},
|
|
5131
|
+
{
|
|
5132
|
+
"name": "showHumanActions",
|
|
5133
|
+
"annotation": {
|
|
5134
|
+
"type": "keyword",
|
|
5135
|
+
"value": "boolean"
|
|
5136
|
+
}
|
|
5137
|
+
},
|
|
5027
5138
|
{
|
|
5028
5139
|
"name": "showFeedback",
|
|
5029
5140
|
"annotation": {
|
|
@@ -5115,6 +5226,18 @@
|
|
|
5115
5226
|
"value": "canvas"
|
|
5116
5227
|
}
|
|
5117
5228
|
}
|
|
5229
|
+
},
|
|
5230
|
+
{
|
|
5231
|
+
"name": "detail.change",
|
|
5232
|
+
"detail": {
|
|
5233
|
+
"annotation": {
|
|
5234
|
+
"type": "reference",
|
|
5235
|
+
"typeName": {
|
|
5236
|
+
"type": "identifier",
|
|
5237
|
+
"name": "ConversationDetail"
|
|
5238
|
+
}
|
|
5239
|
+
}
|
|
5240
|
+
}
|
|
5118
5241
|
}
|
|
5119
5242
|
],
|
|
5120
5243
|
"methods": [
|
|
@@ -5225,6 +5348,25 @@
|
|
|
5225
5348
|
"computed": false
|
|
5226
5349
|
}
|
|
5227
5350
|
]
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"type": "interface",
|
|
5354
|
+
"name": "ConversationDetail",
|
|
5355
|
+
"body": [
|
|
5356
|
+
{
|
|
5357
|
+
"type": "propertySignature",
|
|
5358
|
+
"key": {
|
|
5359
|
+
"type": "identifier",
|
|
5360
|
+
"name": "projectId"
|
|
5361
|
+
},
|
|
5362
|
+
"annotation": {
|
|
5363
|
+
"type": "keyword",
|
|
5364
|
+
"value": "string"
|
|
5365
|
+
},
|
|
5366
|
+
"optional": true,
|
|
5367
|
+
"computed": false
|
|
5368
|
+
}
|
|
5369
|
+
]
|
|
5228
5370
|
}
|
|
5229
5371
|
]
|
|
5230
5372
|
}
|