@next-bricks/ai-portal 0.58.10 → 0.58.12
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 +24 -24
- package/dist/chunks/151.be9f97cf.js +2 -0
- package/dist/chunks/151.be9f97cf.js.map +1 -0
- package/dist/chunks/{2232.4c2a5ea6.js → 2232.57f7b38c.js} +2 -2
- package/dist/chunks/2232.57f7b38c.js.map +1 -0
- package/dist/chunks/{6811.122526d0.js → 6811.a67f5755.js} +2 -2
- package/dist/chunks/6811.a67f5755.js.map +1 -0
- package/dist/chunks/chat-box.e7ec1371.js +2 -0
- package/dist/chunks/chat-box.e7ec1371.js.map +1 -0
- package/dist/chunks/chat-stream.b713afed.js +2 -0
- package/dist/chunks/chat-stream.b713afed.js.map +1 -0
- package/dist/chunks/flow-tabs.afee9a1c.js +2 -0
- package/dist/chunks/flow-tabs.afee9a1c.js.map +1 -0
- package/dist/chunks/{main.ec8527dd.js → main.d92e9672.js} +2 -2
- package/dist/chunks/{main.ec8527dd.js.map → main.d92e9672.js.map} +1 -1
- package/dist/chunks/{stage-flow.4c7ea7d9.js → stage-flow.22610ca5.js} +2 -2
- package/dist/chunks/stage-flow.22610ca5.js.map +1 -0
- package/dist/examples.json +20 -20
- package/dist/{index.7ed0f10c.js → index.420be0fc.js} +2 -2
- package/dist/{index.7ed0f10c.js.map → index.420be0fc.js.map} +1 -1
- package/dist/manifest.json +243 -239
- package/dist/types.json +632 -599
- package/dist-types/chat-box/bricks.d.ts +1 -0
- package/dist-types/chat-box/i18n.d.ts +3 -1
- package/dist-types/chat-box/index.d.ts +3 -1
- package/dist-types/chat-stream/ChatStream.d.ts +1 -1
- package/dist-types/chat-stream/index.d.ts +2 -0
- package/package.json +2 -2
- package/dist/chunks/151.098c765c.js +0 -2
- package/dist/chunks/151.098c765c.js.map +0 -1
- package/dist/chunks/2232.4c2a5ea6.js.map +0 -1
- package/dist/chunks/6811.122526d0.js.map +0 -1
- package/dist/chunks/chat-box.6eab985e.js +0 -2
- package/dist/chunks/chat-box.6eab985e.js.map +0 -1
- package/dist/chunks/chat-stream.541a3565.js +0 -2
- package/dist/chunks/chat-stream.541a3565.js.map +0 -1
- package/dist/chunks/flow-tabs.ce40cc92.js +0 -2
- package/dist/chunks/flow-tabs.ce40cc92.js.map +0 -1
- package/dist/chunks/stage-flow.4c7ea7d9.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,81 +1,16 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.
|
|
2
|
+
"ai-portal.home-container": {
|
|
3
3
|
"properties": [
|
|
4
4
|
{
|
|
5
|
-
"name": "
|
|
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": "tooltipHoist",
|
|
23
|
-
"annotation": {
|
|
24
|
-
"type": "keyword",
|
|
25
|
-
"value": "boolean"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "disabled",
|
|
5
|
+
"name": "sticky",
|
|
30
6
|
"annotation": {
|
|
31
7
|
"type": "keyword",
|
|
32
8
|
"value": "boolean"
|
|
33
9
|
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "variant",
|
|
37
|
-
"annotation": {
|
|
38
|
-
"type": "reference",
|
|
39
|
-
"typeName": {
|
|
40
|
-
"type": "identifier",
|
|
41
|
-
"name": "IconButtonVariant"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
10
|
}
|
|
45
11
|
],
|
|
46
12
|
"events": [],
|
|
47
|
-
"methods": []
|
|
48
|
-
"types": [
|
|
49
|
-
{
|
|
50
|
-
"type": "typeAlias",
|
|
51
|
-
"name": "IconButtonVariant",
|
|
52
|
-
"annotation": {
|
|
53
|
-
"type": "union",
|
|
54
|
-
"types": [
|
|
55
|
-
{
|
|
56
|
-
"type": "jsLiteral",
|
|
57
|
-
"value": "default"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"type": "jsLiteral",
|
|
61
|
-
"value": "light"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"type": "jsLiteral",
|
|
65
|
-
"value": "mini"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"type": "jsLiteral",
|
|
69
|
-
"value": "mini-light"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"type": "jsLiteral",
|
|
73
|
-
"value": "bordered"
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
]
|
|
13
|
+
"methods": []
|
|
79
14
|
},
|
|
80
15
|
"ai-portal.stat-with-mini-chart": {
|
|
81
16
|
"properties": [
|
|
@@ -181,113 +116,139 @@
|
|
|
181
116
|
"events": [],
|
|
182
117
|
"methods": []
|
|
183
118
|
},
|
|
184
|
-
"ai-portal.
|
|
119
|
+
"ai-portal.icon-button": {
|
|
185
120
|
"properties": [
|
|
186
121
|
{
|
|
187
|
-
"name": "
|
|
122
|
+
"name": "icon",
|
|
123
|
+
"annotation": {
|
|
124
|
+
"type": "reference",
|
|
125
|
+
"typeName": {
|
|
126
|
+
"type": "identifier",
|
|
127
|
+
"name": "GeneralIconProps"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "tooltip",
|
|
188
133
|
"annotation": {
|
|
189
134
|
"type": "keyword",
|
|
190
135
|
"value": "string"
|
|
191
136
|
}
|
|
192
137
|
},
|
|
193
138
|
{
|
|
194
|
-
"name": "
|
|
139
|
+
"name": "tooltipHoist",
|
|
195
140
|
"annotation": {
|
|
196
|
-
"type": "
|
|
197
|
-
"
|
|
198
|
-
"type": "reference",
|
|
199
|
-
"typeName": {
|
|
200
|
-
"type": "identifier",
|
|
201
|
-
"name": "Breadcrumb"
|
|
202
|
-
}
|
|
203
|
-
}
|
|
141
|
+
"type": "keyword",
|
|
142
|
+
"value": "boolean"
|
|
204
143
|
}
|
|
205
144
|
},
|
|
206
145
|
{
|
|
207
|
-
"name": "
|
|
146
|
+
"name": "disabled",
|
|
147
|
+
"annotation": {
|
|
148
|
+
"type": "keyword",
|
|
149
|
+
"value": "boolean"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "variant",
|
|
154
|
+
"annotation": {
|
|
155
|
+
"type": "reference",
|
|
156
|
+
"typeName": {
|
|
157
|
+
"type": "identifier",
|
|
158
|
+
"name": "IconButtonVariant"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"events": [],
|
|
164
|
+
"methods": [],
|
|
165
|
+
"types": [
|
|
166
|
+
{
|
|
167
|
+
"type": "typeAlias",
|
|
168
|
+
"name": "IconButtonVariant",
|
|
208
169
|
"annotation": {
|
|
209
170
|
"type": "union",
|
|
210
171
|
"types": [
|
|
211
172
|
{
|
|
212
173
|
"type": "jsLiteral",
|
|
213
|
-
"value": "
|
|
174
|
+
"value": "default"
|
|
214
175
|
},
|
|
215
176
|
{
|
|
216
177
|
"type": "jsLiteral",
|
|
217
|
-
"value": "
|
|
178
|
+
"value": "light"
|
|
218
179
|
},
|
|
219
180
|
{
|
|
220
181
|
"type": "jsLiteral",
|
|
221
|
-
"value": "
|
|
222
|
-
}
|
|
223
|
-
]
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"name": "variant",
|
|
228
|
-
"annotation": {
|
|
229
|
-
"type": "union",
|
|
230
|
-
"types": [
|
|
182
|
+
"value": "mini"
|
|
183
|
+
},
|
|
231
184
|
{
|
|
232
185
|
"type": "jsLiteral",
|
|
233
|
-
"value": "
|
|
186
|
+
"value": "mini-light"
|
|
234
187
|
},
|
|
235
188
|
{
|
|
236
189
|
"type": "jsLiteral",
|
|
237
|
-
"value": "
|
|
190
|
+
"value": "bordered"
|
|
238
191
|
}
|
|
239
192
|
]
|
|
240
193
|
}
|
|
241
|
-
}
|
|
194
|
+
}
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
|
+
"ai-portal.call-tool": {
|
|
198
|
+
"type": "provider",
|
|
199
|
+
"params": [
|
|
242
200
|
{
|
|
243
|
-
"name": "
|
|
201
|
+
"name": "tool",
|
|
244
202
|
"annotation": {
|
|
245
|
-
"type": "
|
|
246
|
-
"
|
|
203
|
+
"type": "reference",
|
|
204
|
+
"typeName": {
|
|
205
|
+
"type": "identifier",
|
|
206
|
+
"name": "ToolInfo"
|
|
207
|
+
}
|
|
247
208
|
}
|
|
248
209
|
},
|
|
249
210
|
{
|
|
250
|
-
"name": "
|
|
211
|
+
"name": "params",
|
|
251
212
|
"annotation": {
|
|
252
|
-
"type": "
|
|
253
|
-
"
|
|
213
|
+
"type": "reference",
|
|
214
|
+
"typeName": {
|
|
215
|
+
"type": "identifier",
|
|
216
|
+
"name": "Record"
|
|
217
|
+
},
|
|
218
|
+
"typeParameters": {
|
|
219
|
+
"type": "typeParameterInstantiation",
|
|
220
|
+
"params": [
|
|
221
|
+
{
|
|
222
|
+
"type": "keyword",
|
|
223
|
+
"value": "string"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"type": "keyword",
|
|
227
|
+
"value": "unknown"
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
}
|
|
254
231
|
}
|
|
255
232
|
}
|
|
256
233
|
],
|
|
257
|
-
"
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
"name": "text"
|
|
269
|
-
},
|
|
270
|
-
"annotation": {
|
|
271
|
-
"type": "keyword",
|
|
272
|
-
"value": "string"
|
|
273
|
-
},
|
|
274
|
-
"computed": false
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"type": "propertySignature",
|
|
278
|
-
"key": {
|
|
279
|
-
"type": "identifier",
|
|
280
|
-
"name": "url"
|
|
281
|
-
},
|
|
282
|
-
"annotation": {
|
|
234
|
+
"returns": {
|
|
235
|
+
"annotation": {
|
|
236
|
+
"type": "reference",
|
|
237
|
+
"typeName": {
|
|
238
|
+
"type": "identifier",
|
|
239
|
+
"name": "Promise"
|
|
240
|
+
},
|
|
241
|
+
"typeParameters": {
|
|
242
|
+
"type": "typeParameterInstantiation",
|
|
243
|
+
"params": [
|
|
244
|
+
{
|
|
283
245
|
"type": "keyword",
|
|
284
|
-
"value": "
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
]
|
|
246
|
+
"value": "unknown"
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
}
|
|
289
250
|
}
|
|
290
|
-
|
|
251
|
+
}
|
|
291
252
|
},
|
|
292
253
|
"ai-portal.save-request-store": {
|
|
293
254
|
"type": "provider",
|
|
@@ -790,101 +751,156 @@
|
|
|
790
751
|
}
|
|
791
752
|
}
|
|
792
753
|
},
|
|
793
|
-
"ai-portal.
|
|
754
|
+
"ai-portal.set-chat-command": {
|
|
794
755
|
"type": "provider",
|
|
795
756
|
"params": [
|
|
796
757
|
{
|
|
797
|
-
"name": "
|
|
758
|
+
"name": "command",
|
|
798
759
|
"annotation": {
|
|
799
|
-
"type": "
|
|
800
|
-
"
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
},
|
|
814
|
-
"typeParameters": {
|
|
815
|
-
"type": "typeParameterInstantiation",
|
|
816
|
-
"params": [
|
|
817
|
-
{
|
|
818
|
-
"type": "keyword",
|
|
819
|
-
"value": "string"
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
"type": "keyword",
|
|
823
|
-
"value": "unknown"
|
|
824
|
-
}
|
|
825
|
-
]
|
|
826
|
-
}
|
|
760
|
+
"type": "union",
|
|
761
|
+
"types": [
|
|
762
|
+
{
|
|
763
|
+
"type": "reference",
|
|
764
|
+
"typeName": {
|
|
765
|
+
"type": "identifier",
|
|
766
|
+
"name": "ChatCommand"
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"type": "keyword",
|
|
771
|
+
"value": "null"
|
|
772
|
+
}
|
|
773
|
+
]
|
|
827
774
|
}
|
|
828
775
|
}
|
|
829
776
|
],
|
|
830
777
|
"returns": {
|
|
831
778
|
"annotation": {
|
|
832
|
-
"type": "
|
|
833
|
-
"
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
779
|
+
"type": "keyword",
|
|
780
|
+
"value": "void"
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
"types": [
|
|
784
|
+
{
|
|
785
|
+
"type": "interface",
|
|
786
|
+
"name": "ChatCommand",
|
|
787
|
+
"body": [
|
|
788
|
+
{
|
|
789
|
+
"type": "propertySignature",
|
|
790
|
+
"key": {
|
|
791
|
+
"type": "identifier",
|
|
792
|
+
"name": "command"
|
|
793
|
+
},
|
|
794
|
+
"annotation": {
|
|
841
795
|
"type": "keyword",
|
|
842
|
-
"value": "
|
|
796
|
+
"value": "string"
|
|
797
|
+
},
|
|
798
|
+
"computed": false
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"type": "propertySignature",
|
|
802
|
+
"key": {
|
|
803
|
+
"type": "identifier",
|
|
804
|
+
"name": "payload"
|
|
805
|
+
},
|
|
806
|
+
"annotation": {
|
|
807
|
+
"type": "reference",
|
|
808
|
+
"typeName": {
|
|
809
|
+
"type": "identifier",
|
|
810
|
+
"name": "CommandPayload"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"computed": false
|
|
814
|
+
}
|
|
815
|
+
]
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
},
|
|
819
|
+
"ai-portal.page-container": {
|
|
820
|
+
"properties": [
|
|
821
|
+
{
|
|
822
|
+
"name": "pageTitle",
|
|
823
|
+
"annotation": {
|
|
824
|
+
"type": "keyword",
|
|
825
|
+
"value": "string"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"name": "breadcrumbs",
|
|
830
|
+
"annotation": {
|
|
831
|
+
"type": "array",
|
|
832
|
+
"elementType": {
|
|
833
|
+
"type": "reference",
|
|
834
|
+
"typeName": {
|
|
835
|
+
"type": "identifier",
|
|
836
|
+
"name": "Breadcrumb"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "size",
|
|
843
|
+
"annotation": {
|
|
844
|
+
"type": "union",
|
|
845
|
+
"types": [
|
|
846
|
+
{
|
|
847
|
+
"type": "jsLiteral",
|
|
848
|
+
"value": "medium"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"type": "jsLiteral",
|
|
852
|
+
"value": "small"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"type": "jsLiteral",
|
|
856
|
+
"value": "full"
|
|
843
857
|
}
|
|
844
858
|
]
|
|
845
859
|
}
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
},
|
|
849
|
-
"ai-portal.set-chat-command": {
|
|
850
|
-
"type": "provider",
|
|
851
|
-
"params": [
|
|
860
|
+
},
|
|
852
861
|
{
|
|
853
|
-
"name": "
|
|
862
|
+
"name": "variant",
|
|
854
863
|
"annotation": {
|
|
855
864
|
"type": "union",
|
|
856
865
|
"types": [
|
|
857
866
|
{
|
|
858
|
-
"type": "
|
|
859
|
-
"
|
|
860
|
-
"type": "identifier",
|
|
861
|
-
"name": "ChatCommand"
|
|
862
|
-
}
|
|
867
|
+
"type": "jsLiteral",
|
|
868
|
+
"value": "default"
|
|
863
869
|
},
|
|
864
870
|
{
|
|
865
|
-
"type": "
|
|
866
|
-
"value": "
|
|
871
|
+
"type": "jsLiteral",
|
|
872
|
+
"value": "form"
|
|
867
873
|
}
|
|
868
874
|
]
|
|
869
875
|
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "sticky",
|
|
879
|
+
"annotation": {
|
|
880
|
+
"type": "keyword",
|
|
881
|
+
"value": "boolean"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "textContent",
|
|
886
|
+
"annotation": {
|
|
887
|
+
"type": "keyword",
|
|
888
|
+
"value": "string"
|
|
889
|
+
}
|
|
870
890
|
}
|
|
871
891
|
],
|
|
872
|
-
"
|
|
873
|
-
|
|
874
|
-
"type": "keyword",
|
|
875
|
-
"value": "void"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
892
|
+
"events": [],
|
|
893
|
+
"methods": [],
|
|
878
894
|
"types": [
|
|
879
895
|
{
|
|
880
896
|
"type": "interface",
|
|
881
|
-
"name": "
|
|
897
|
+
"name": "Breadcrumb",
|
|
882
898
|
"body": [
|
|
883
899
|
{
|
|
884
900
|
"type": "propertySignature",
|
|
885
901
|
"key": {
|
|
886
902
|
"type": "identifier",
|
|
887
|
-
"name": "
|
|
903
|
+
"name": "text"
|
|
888
904
|
},
|
|
889
905
|
"annotation": {
|
|
890
906
|
"type": "keyword",
|
|
@@ -896,14 +912,11 @@
|
|
|
896
912
|
"type": "propertySignature",
|
|
897
913
|
"key": {
|
|
898
914
|
"type": "identifier",
|
|
899
|
-
"name": "
|
|
915
|
+
"name": "url"
|
|
900
916
|
},
|
|
901
917
|
"annotation": {
|
|
902
|
-
"type": "
|
|
903
|
-
"
|
|
904
|
-
"type": "identifier",
|
|
905
|
-
"name": "CommandPayload"
|
|
906
|
-
}
|
|
918
|
+
"type": "keyword",
|
|
919
|
+
"value": "string"
|
|
907
920
|
},
|
|
908
921
|
"computed": false
|
|
909
922
|
}
|
|
@@ -982,16 +995,8 @@
|
|
|
982
995
|
}
|
|
983
996
|
]
|
|
984
997
|
},
|
|
985
|
-
"ai-portal.
|
|
986
|
-
"properties": [
|
|
987
|
-
{
|
|
988
|
-
"name": "sticky",
|
|
989
|
-
"annotation": {
|
|
990
|
-
"type": "keyword",
|
|
991
|
-
"value": "boolean"
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
],
|
|
998
|
+
"ai-portal.elevo-logo": {
|
|
999
|
+
"properties": [],
|
|
995
1000
|
"events": [],
|
|
996
1001
|
"methods": []
|
|
997
1002
|
},
|
|
@@ -1045,11 +1050,6 @@
|
|
|
1045
1050
|
}
|
|
1046
1051
|
]
|
|
1047
1052
|
},
|
|
1048
|
-
"ai-portal.elevo-logo": {
|
|
1049
|
-
"properties": [],
|
|
1050
|
-
"events": [],
|
|
1051
|
-
"methods": []
|
|
1052
|
-
},
|
|
1053
1053
|
"ai-portal.sticky-container": {
|
|
1054
1054
|
"properties": [
|
|
1055
1055
|
{
|
|
@@ -2066,7 +2066,7 @@
|
|
|
2066
2066
|
}
|
|
2067
2067
|
]
|
|
2068
2068
|
},
|
|
2069
|
-
"ai-portal.
|
|
2069
|
+
"ai-portal.activity-timeline": {
|
|
2070
2070
|
"properties": [
|
|
2071
2071
|
{
|
|
2072
2072
|
"name": "list",
|
|
@@ -2076,260 +2076,34 @@
|
|
|
2076
2076
|
"type": "reference",
|
|
2077
2077
|
"typeName": {
|
|
2078
2078
|
"type": "identifier",
|
|
2079
|
-
"name": "
|
|
2079
|
+
"name": "Activity"
|
|
2080
2080
|
}
|
|
2081
2081
|
}
|
|
2082
2082
|
}
|
|
2083
2083
|
},
|
|
2084
2084
|
{
|
|
2085
|
-
"name": "
|
|
2085
|
+
"name": "chatUrlTemplate",
|
|
2086
2086
|
"annotation": {
|
|
2087
2087
|
"type": "keyword",
|
|
2088
2088
|
"value": "string"
|
|
2089
2089
|
}
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"name": "actions",
|
|
2093
|
-
"annotation": {
|
|
2094
|
-
"type": "array",
|
|
2095
|
-
"elementType": {
|
|
2096
|
-
"type": "reference",
|
|
2097
|
-
"typeName": {
|
|
2098
|
-
"type": "identifier",
|
|
2099
|
-
"name": "ActionType"
|
|
2100
|
-
}
|
|
2101
|
-
}
|
|
2102
|
-
}
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"name": "goals",
|
|
2106
|
-
"annotation": {
|
|
2107
|
-
"type": "array",
|
|
2108
|
-
"elementType": {
|
|
2109
|
-
"type": "reference",
|
|
2110
|
-
"typeName": {
|
|
2111
|
-
"type": "identifier",
|
|
2112
|
-
"name": "Goal"
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
}
|
|
2116
|
-
}
|
|
2117
|
-
],
|
|
2118
|
-
"events": [
|
|
2119
|
-
{
|
|
2120
|
-
"name": "goal.click",
|
|
2121
|
-
"detail": {
|
|
2122
|
-
"annotation": {
|
|
2123
|
-
"type": "reference",
|
|
2124
|
-
"typeName": {
|
|
2125
|
-
"type": "identifier",
|
|
2126
|
-
"name": "Conversation"
|
|
2127
|
-
}
|
|
2128
|
-
}
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"name": "action.click",
|
|
2133
|
-
"detail": {
|
|
2134
|
-
"annotation": {
|
|
2135
|
-
"type": "reference",
|
|
2136
|
-
"typeName": {
|
|
2137
|
-
"type": "identifier",
|
|
2138
|
-
"name": "ActionClickDetail"
|
|
2139
|
-
}
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
2090
|
}
|
|
2143
2091
|
],
|
|
2092
|
+
"events": [],
|
|
2144
2093
|
"methods": [],
|
|
2145
2094
|
"types": [
|
|
2146
2095
|
{
|
|
2147
|
-
"type": "
|
|
2148
|
-
"name": "
|
|
2149
|
-
"
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
"type": "
|
|
2154
|
-
"
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
"value": "string"
|
|
2159
|
-
},
|
|
2160
|
-
"computed": false
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"type": "propertySignature",
|
|
2164
|
-
"key": {
|
|
2165
|
-
"type": "identifier",
|
|
2166
|
-
"name": "title"
|
|
2167
|
-
},
|
|
2168
|
-
"annotation": {
|
|
2169
|
-
"type": "keyword",
|
|
2170
|
-
"value": "string"
|
|
2171
|
-
},
|
|
2172
|
-
"computed": false
|
|
2173
|
-
},
|
|
2174
|
-
{
|
|
2175
|
-
"type": "propertySignature",
|
|
2176
|
-
"key": {
|
|
2177
|
-
"type": "identifier",
|
|
2178
|
-
"name": "startTime"
|
|
2179
|
-
},
|
|
2180
|
-
"annotation": {
|
|
2181
|
-
"type": "keyword",
|
|
2182
|
-
"value": "number"
|
|
2183
|
-
},
|
|
2184
|
-
"computed": false
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"type": "propertySignature",
|
|
2188
|
-
"key": {
|
|
2189
|
-
"type": "identifier",
|
|
2190
|
-
"name": "description"
|
|
2191
|
-
},
|
|
2192
|
-
"annotation": {
|
|
2193
|
-
"type": "keyword",
|
|
2194
|
-
"value": "string"
|
|
2195
|
-
},
|
|
2196
|
-
"optional": true,
|
|
2197
|
-
"computed": false
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"type": "propertySignature",
|
|
2201
|
-
"key": {
|
|
2202
|
-
"type": "identifier",
|
|
2203
|
-
"name": "goalInstanceId"
|
|
2204
|
-
},
|
|
2205
|
-
"annotation": {
|
|
2206
|
-
"type": "keyword",
|
|
2207
|
-
"value": "string"
|
|
2208
|
-
},
|
|
2209
|
-
"optional": true,
|
|
2210
|
-
"computed": false
|
|
2211
|
-
},
|
|
2212
|
-
{
|
|
2213
|
-
"type": "propertySignature",
|
|
2214
|
-
"key": {
|
|
2215
|
-
"type": "identifier",
|
|
2216
|
-
"name": "username"
|
|
2217
|
-
},
|
|
2218
|
-
"annotation": {
|
|
2219
|
-
"type": "keyword",
|
|
2220
|
-
"value": "string"
|
|
2221
|
-
},
|
|
2222
|
-
"optional": true,
|
|
2223
|
-
"computed": false
|
|
2224
|
-
}
|
|
2225
|
-
]
|
|
2226
|
-
},
|
|
2227
|
-
{
|
|
2228
|
-
"type": "interface",
|
|
2229
|
-
"name": "Goal",
|
|
2230
|
-
"body": [
|
|
2231
|
-
{
|
|
2232
|
-
"type": "propertySignature",
|
|
2233
|
-
"key": {
|
|
2234
|
-
"type": "identifier",
|
|
2235
|
-
"name": "instanceId"
|
|
2236
|
-
},
|
|
2237
|
-
"annotation": {
|
|
2238
|
-
"type": "keyword",
|
|
2239
|
-
"value": "string"
|
|
2240
|
-
},
|
|
2241
|
-
"computed": false
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
"type": "propertySignature",
|
|
2245
|
-
"key": {
|
|
2246
|
-
"type": "identifier",
|
|
2247
|
-
"name": "title"
|
|
2248
|
-
},
|
|
2249
|
-
"annotation": {
|
|
2250
|
-
"type": "keyword",
|
|
2251
|
-
"value": "string"
|
|
2252
|
-
},
|
|
2253
|
-
"computed": false
|
|
2254
|
-
}
|
|
2255
|
-
]
|
|
2256
|
-
},
|
|
2257
|
-
{
|
|
2258
|
-
"type": "interface",
|
|
2259
|
-
"name": "ActionClickDetail",
|
|
2260
|
-
"body": [
|
|
2261
|
-
{
|
|
2262
|
-
"type": "propertySignature",
|
|
2263
|
-
"key": {
|
|
2264
|
-
"type": "identifier",
|
|
2265
|
-
"name": "action"
|
|
2266
|
-
},
|
|
2267
|
-
"annotation": {
|
|
2268
|
-
"type": "reference",
|
|
2269
|
-
"typeName": {
|
|
2270
|
-
"type": "identifier",
|
|
2271
|
-
"name": "SimpleActionType"
|
|
2272
|
-
}
|
|
2273
|
-
},
|
|
2274
|
-
"computed": false
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"type": "propertySignature",
|
|
2278
|
-
"key": {
|
|
2279
|
-
"type": "identifier",
|
|
2280
|
-
"name": "item"
|
|
2281
|
-
},
|
|
2282
|
-
"annotation": {
|
|
2283
|
-
"type": "reference",
|
|
2284
|
-
"typeName": {
|
|
2285
|
-
"type": "identifier",
|
|
2286
|
-
"name": "Conversation"
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
"computed": false
|
|
2290
|
-
}
|
|
2291
|
-
]
|
|
2292
|
-
}
|
|
2293
|
-
]
|
|
2294
|
-
},
|
|
2295
|
-
"ai-portal.activity-timeline": {
|
|
2296
|
-
"properties": [
|
|
2297
|
-
{
|
|
2298
|
-
"name": "list",
|
|
2299
|
-
"annotation": {
|
|
2300
|
-
"type": "array",
|
|
2301
|
-
"elementType": {
|
|
2302
|
-
"type": "reference",
|
|
2303
|
-
"typeName": {
|
|
2304
|
-
"type": "identifier",
|
|
2305
|
-
"name": "Activity"
|
|
2306
|
-
}
|
|
2307
|
-
}
|
|
2308
|
-
}
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
"name": "chatUrlTemplate",
|
|
2312
|
-
"annotation": {
|
|
2313
|
-
"type": "keyword",
|
|
2314
|
-
"value": "string"
|
|
2315
|
-
}
|
|
2316
|
-
}
|
|
2317
|
-
],
|
|
2318
|
-
"events": [],
|
|
2319
|
-
"methods": [],
|
|
2320
|
-
"types": [
|
|
2321
|
-
{
|
|
2322
|
-
"type": "typeAlias",
|
|
2323
|
-
"name": "Activity",
|
|
2324
|
-
"annotation": {
|
|
2325
|
-
"type": "union",
|
|
2326
|
-
"types": [
|
|
2327
|
-
{
|
|
2328
|
-
"type": "reference",
|
|
2329
|
-
"typeName": {
|
|
2330
|
-
"type": "identifier",
|
|
2331
|
-
"name": "ActivityOfCreateGoal"
|
|
2332
|
-
}
|
|
2096
|
+
"type": "typeAlias",
|
|
2097
|
+
"name": "Activity",
|
|
2098
|
+
"annotation": {
|
|
2099
|
+
"type": "union",
|
|
2100
|
+
"types": [
|
|
2101
|
+
{
|
|
2102
|
+
"type": "reference",
|
|
2103
|
+
"typeName": {
|
|
2104
|
+
"type": "identifier",
|
|
2105
|
+
"name": "ActivityOfCreateGoal"
|
|
2106
|
+
}
|
|
2333
2107
|
},
|
|
2334
2108
|
{
|
|
2335
2109
|
"type": "reference",
|
|
@@ -3576,30 +3350,305 @@
|
|
|
3576
3350
|
}
|
|
3577
3351
|
]
|
|
3578
3352
|
},
|
|
3579
|
-
{
|
|
3580
|
-
"type": "typeAlias",
|
|
3581
|
-
"name": "CommandPayload",
|
|
3582
|
-
"annotation": {
|
|
3583
|
-
"type": "reference",
|
|
3584
|
-
"typeName": {
|
|
3585
|
-
"type": "identifier",
|
|
3586
|
-
"name": "CommandPayloadServiceFlowStarting"
|
|
3587
|
-
}
|
|
3588
|
-
}
|
|
3589
|
-
},
|
|
3353
|
+
{
|
|
3354
|
+
"type": "typeAlias",
|
|
3355
|
+
"name": "CommandPayload",
|
|
3356
|
+
"annotation": {
|
|
3357
|
+
"type": "reference",
|
|
3358
|
+
"typeName": {
|
|
3359
|
+
"type": "identifier",
|
|
3360
|
+
"name": "CommandPayloadServiceFlowStarting"
|
|
3361
|
+
}
|
|
3362
|
+
}
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
"type": "interface",
|
|
3366
|
+
"name": "CommandPayloadServiceFlowStarting",
|
|
3367
|
+
"body": [
|
|
3368
|
+
{
|
|
3369
|
+
"type": "propertySignature",
|
|
3370
|
+
"key": {
|
|
3371
|
+
"type": "identifier",
|
|
3372
|
+
"name": "type"
|
|
3373
|
+
},
|
|
3374
|
+
"annotation": {
|
|
3375
|
+
"type": "jsLiteral",
|
|
3376
|
+
"value": "serviceFlowStarting"
|
|
3377
|
+
},
|
|
3378
|
+
"computed": false
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"type": "propertySignature",
|
|
3382
|
+
"key": {
|
|
3383
|
+
"type": "identifier",
|
|
3384
|
+
"name": "serviceFlowStarting"
|
|
3385
|
+
},
|
|
3386
|
+
"annotation": {
|
|
3387
|
+
"type": "typeLiteral",
|
|
3388
|
+
"members": [
|
|
3389
|
+
{
|
|
3390
|
+
"type": "propertySignature",
|
|
3391
|
+
"key": {
|
|
3392
|
+
"type": "identifier",
|
|
3393
|
+
"name": "spaceInstanceId"
|
|
3394
|
+
},
|
|
3395
|
+
"annotation": {
|
|
3396
|
+
"type": "keyword",
|
|
3397
|
+
"value": "string"
|
|
3398
|
+
},
|
|
3399
|
+
"computed": false
|
|
3400
|
+
},
|
|
3401
|
+
{
|
|
3402
|
+
"type": "propertySignature",
|
|
3403
|
+
"key": {
|
|
3404
|
+
"type": "identifier",
|
|
3405
|
+
"name": "spaceName"
|
|
3406
|
+
},
|
|
3407
|
+
"annotation": {
|
|
3408
|
+
"type": "keyword",
|
|
3409
|
+
"value": "string"
|
|
3410
|
+
},
|
|
3411
|
+
"optional": true,
|
|
3412
|
+
"computed": false
|
|
3413
|
+
},
|
|
3414
|
+
{
|
|
3415
|
+
"type": "propertySignature",
|
|
3416
|
+
"key": {
|
|
3417
|
+
"type": "identifier",
|
|
3418
|
+
"name": "flowInstanceId"
|
|
3419
|
+
},
|
|
3420
|
+
"annotation": {
|
|
3421
|
+
"type": "keyword",
|
|
3422
|
+
"value": "string"
|
|
3423
|
+
},
|
|
3424
|
+
"optional": true,
|
|
3425
|
+
"computed": false
|
|
3426
|
+
},
|
|
3427
|
+
{
|
|
3428
|
+
"type": "propertySignature",
|
|
3429
|
+
"key": {
|
|
3430
|
+
"type": "identifier",
|
|
3431
|
+
"name": "flowName"
|
|
3432
|
+
},
|
|
3433
|
+
"annotation": {
|
|
3434
|
+
"type": "keyword",
|
|
3435
|
+
"value": "string"
|
|
3436
|
+
},
|
|
3437
|
+
"optional": true,
|
|
3438
|
+
"computed": false
|
|
3439
|
+
}
|
|
3440
|
+
]
|
|
3441
|
+
},
|
|
3442
|
+
"computed": false
|
|
3443
|
+
}
|
|
3444
|
+
]
|
|
3445
|
+
}
|
|
3446
|
+
]
|
|
3447
|
+
},
|
|
3448
|
+
"ai-portal.project-conversations": {
|
|
3449
|
+
"properties": [
|
|
3450
|
+
{
|
|
3451
|
+
"name": "list",
|
|
3452
|
+
"annotation": {
|
|
3453
|
+
"type": "array",
|
|
3454
|
+
"elementType": {
|
|
3455
|
+
"type": "reference",
|
|
3456
|
+
"typeName": {
|
|
3457
|
+
"type": "identifier",
|
|
3458
|
+
"name": "Conversation"
|
|
3459
|
+
}
|
|
3460
|
+
}
|
|
3461
|
+
}
|
|
3462
|
+
},
|
|
3463
|
+
{
|
|
3464
|
+
"name": "urlTemplate",
|
|
3465
|
+
"annotation": {
|
|
3466
|
+
"type": "keyword",
|
|
3467
|
+
"value": "string"
|
|
3468
|
+
}
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
"name": "actions",
|
|
3472
|
+
"annotation": {
|
|
3473
|
+
"type": "array",
|
|
3474
|
+
"elementType": {
|
|
3475
|
+
"type": "reference",
|
|
3476
|
+
"typeName": {
|
|
3477
|
+
"type": "identifier",
|
|
3478
|
+
"name": "ActionType"
|
|
3479
|
+
}
|
|
3480
|
+
}
|
|
3481
|
+
}
|
|
3482
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"name": "goals",
|
|
3485
|
+
"annotation": {
|
|
3486
|
+
"type": "array",
|
|
3487
|
+
"elementType": {
|
|
3488
|
+
"type": "reference",
|
|
3489
|
+
"typeName": {
|
|
3490
|
+
"type": "identifier",
|
|
3491
|
+
"name": "Goal"
|
|
3492
|
+
}
|
|
3493
|
+
}
|
|
3494
|
+
}
|
|
3495
|
+
}
|
|
3496
|
+
],
|
|
3497
|
+
"events": [
|
|
3498
|
+
{
|
|
3499
|
+
"name": "goal.click",
|
|
3500
|
+
"detail": {
|
|
3501
|
+
"annotation": {
|
|
3502
|
+
"type": "reference",
|
|
3503
|
+
"typeName": {
|
|
3504
|
+
"type": "identifier",
|
|
3505
|
+
"name": "Conversation"
|
|
3506
|
+
}
|
|
3507
|
+
}
|
|
3508
|
+
}
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"name": "action.click",
|
|
3512
|
+
"detail": {
|
|
3513
|
+
"annotation": {
|
|
3514
|
+
"type": "reference",
|
|
3515
|
+
"typeName": {
|
|
3516
|
+
"type": "identifier",
|
|
3517
|
+
"name": "ActionClickDetail"
|
|
3518
|
+
}
|
|
3519
|
+
}
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
],
|
|
3523
|
+
"methods": [],
|
|
3524
|
+
"types": [
|
|
3525
|
+
{
|
|
3526
|
+
"type": "interface",
|
|
3527
|
+
"name": "Conversation",
|
|
3528
|
+
"body": [
|
|
3529
|
+
{
|
|
3530
|
+
"type": "propertySignature",
|
|
3531
|
+
"key": {
|
|
3532
|
+
"type": "identifier",
|
|
3533
|
+
"name": "conversationId"
|
|
3534
|
+
},
|
|
3535
|
+
"annotation": {
|
|
3536
|
+
"type": "keyword",
|
|
3537
|
+
"value": "string"
|
|
3538
|
+
},
|
|
3539
|
+
"computed": false
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"type": "propertySignature",
|
|
3543
|
+
"key": {
|
|
3544
|
+
"type": "identifier",
|
|
3545
|
+
"name": "title"
|
|
3546
|
+
},
|
|
3547
|
+
"annotation": {
|
|
3548
|
+
"type": "keyword",
|
|
3549
|
+
"value": "string"
|
|
3550
|
+
},
|
|
3551
|
+
"computed": false
|
|
3552
|
+
},
|
|
3553
|
+
{
|
|
3554
|
+
"type": "propertySignature",
|
|
3555
|
+
"key": {
|
|
3556
|
+
"type": "identifier",
|
|
3557
|
+
"name": "startTime"
|
|
3558
|
+
},
|
|
3559
|
+
"annotation": {
|
|
3560
|
+
"type": "keyword",
|
|
3561
|
+
"value": "number"
|
|
3562
|
+
},
|
|
3563
|
+
"computed": false
|
|
3564
|
+
},
|
|
3565
|
+
{
|
|
3566
|
+
"type": "propertySignature",
|
|
3567
|
+
"key": {
|
|
3568
|
+
"type": "identifier",
|
|
3569
|
+
"name": "description"
|
|
3570
|
+
},
|
|
3571
|
+
"annotation": {
|
|
3572
|
+
"type": "keyword",
|
|
3573
|
+
"value": "string"
|
|
3574
|
+
},
|
|
3575
|
+
"optional": true,
|
|
3576
|
+
"computed": false
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
"type": "propertySignature",
|
|
3580
|
+
"key": {
|
|
3581
|
+
"type": "identifier",
|
|
3582
|
+
"name": "goalInstanceId"
|
|
3583
|
+
},
|
|
3584
|
+
"annotation": {
|
|
3585
|
+
"type": "keyword",
|
|
3586
|
+
"value": "string"
|
|
3587
|
+
},
|
|
3588
|
+
"optional": true,
|
|
3589
|
+
"computed": false
|
|
3590
|
+
},
|
|
3591
|
+
{
|
|
3592
|
+
"type": "propertySignature",
|
|
3593
|
+
"key": {
|
|
3594
|
+
"type": "identifier",
|
|
3595
|
+
"name": "username"
|
|
3596
|
+
},
|
|
3597
|
+
"annotation": {
|
|
3598
|
+
"type": "keyword",
|
|
3599
|
+
"value": "string"
|
|
3600
|
+
},
|
|
3601
|
+
"optional": true,
|
|
3602
|
+
"computed": false
|
|
3603
|
+
}
|
|
3604
|
+
]
|
|
3605
|
+
},
|
|
3606
|
+
{
|
|
3607
|
+
"type": "interface",
|
|
3608
|
+
"name": "Goal",
|
|
3609
|
+
"body": [
|
|
3610
|
+
{
|
|
3611
|
+
"type": "propertySignature",
|
|
3612
|
+
"key": {
|
|
3613
|
+
"type": "identifier",
|
|
3614
|
+
"name": "instanceId"
|
|
3615
|
+
},
|
|
3616
|
+
"annotation": {
|
|
3617
|
+
"type": "keyword",
|
|
3618
|
+
"value": "string"
|
|
3619
|
+
},
|
|
3620
|
+
"computed": false
|
|
3621
|
+
},
|
|
3622
|
+
{
|
|
3623
|
+
"type": "propertySignature",
|
|
3624
|
+
"key": {
|
|
3625
|
+
"type": "identifier",
|
|
3626
|
+
"name": "title"
|
|
3627
|
+
},
|
|
3628
|
+
"annotation": {
|
|
3629
|
+
"type": "keyword",
|
|
3630
|
+
"value": "string"
|
|
3631
|
+
},
|
|
3632
|
+
"computed": false
|
|
3633
|
+
}
|
|
3634
|
+
]
|
|
3635
|
+
},
|
|
3590
3636
|
{
|
|
3591
3637
|
"type": "interface",
|
|
3592
|
-
"name": "
|
|
3638
|
+
"name": "ActionClickDetail",
|
|
3593
3639
|
"body": [
|
|
3594
3640
|
{
|
|
3595
3641
|
"type": "propertySignature",
|
|
3596
3642
|
"key": {
|
|
3597
3643
|
"type": "identifier",
|
|
3598
|
-
"name": "
|
|
3644
|
+
"name": "action"
|
|
3599
3645
|
},
|
|
3600
3646
|
"annotation": {
|
|
3601
|
-
"type": "
|
|
3602
|
-
"
|
|
3647
|
+
"type": "reference",
|
|
3648
|
+
"typeName": {
|
|
3649
|
+
"type": "identifier",
|
|
3650
|
+
"name": "SimpleActionType"
|
|
3651
|
+
}
|
|
3603
3652
|
},
|
|
3604
3653
|
"computed": false
|
|
3605
3654
|
},
|
|
@@ -3607,63 +3656,14 @@
|
|
|
3607
3656
|
"type": "propertySignature",
|
|
3608
3657
|
"key": {
|
|
3609
3658
|
"type": "identifier",
|
|
3610
|
-
"name": "
|
|
3659
|
+
"name": "item"
|
|
3611
3660
|
},
|
|
3612
3661
|
"annotation": {
|
|
3613
|
-
"type": "
|
|
3614
|
-
"
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
"type": "identifier",
|
|
3619
|
-
"name": "spaceInstanceId"
|
|
3620
|
-
},
|
|
3621
|
-
"annotation": {
|
|
3622
|
-
"type": "keyword",
|
|
3623
|
-
"value": "string"
|
|
3624
|
-
},
|
|
3625
|
-
"computed": false
|
|
3626
|
-
},
|
|
3627
|
-
{
|
|
3628
|
-
"type": "propertySignature",
|
|
3629
|
-
"key": {
|
|
3630
|
-
"type": "identifier",
|
|
3631
|
-
"name": "spaceName"
|
|
3632
|
-
},
|
|
3633
|
-
"annotation": {
|
|
3634
|
-
"type": "keyword",
|
|
3635
|
-
"value": "string"
|
|
3636
|
-
},
|
|
3637
|
-
"optional": true,
|
|
3638
|
-
"computed": false
|
|
3639
|
-
},
|
|
3640
|
-
{
|
|
3641
|
-
"type": "propertySignature",
|
|
3642
|
-
"key": {
|
|
3643
|
-
"type": "identifier",
|
|
3644
|
-
"name": "flowInstanceId"
|
|
3645
|
-
},
|
|
3646
|
-
"annotation": {
|
|
3647
|
-
"type": "keyword",
|
|
3648
|
-
"value": "string"
|
|
3649
|
-
},
|
|
3650
|
-
"optional": true,
|
|
3651
|
-
"computed": false
|
|
3652
|
-
},
|
|
3653
|
-
{
|
|
3654
|
-
"type": "propertySignature",
|
|
3655
|
-
"key": {
|
|
3656
|
-
"type": "identifier",
|
|
3657
|
-
"name": "flowName"
|
|
3658
|
-
},
|
|
3659
|
-
"annotation": {
|
|
3660
|
-
"type": "keyword",
|
|
3661
|
-
"value": "string"
|
|
3662
|
-
},
|
|
3663
|
-
"optional": true,
|
|
3664
|
-
"computed": false
|
|
3665
|
-
}
|
|
3666
|
-
]
|
|
3662
|
+
"type": "reference",
|
|
3663
|
+
"typeName": {
|
|
3664
|
+
"type": "identifier",
|
|
3665
|
+
"name": "Conversation"
|
|
3666
|
+
}
|
|
3667
3667
|
},
|
|
3668
3668
|
"computed": false
|
|
3669
3669
|
}
|
|
@@ -3698,6 +3698,77 @@
|
|
|
3698
3698
|
"events": [],
|
|
3699
3699
|
"methods": []
|
|
3700
3700
|
},
|
|
3701
|
+
"ai-portal.flow-tabs": {
|
|
3702
|
+
"properties": [
|
|
3703
|
+
{
|
|
3704
|
+
"name": "tabs",
|
|
3705
|
+
"annotation": {
|
|
3706
|
+
"type": "array",
|
|
3707
|
+
"elementType": {
|
|
3708
|
+
"type": "reference",
|
|
3709
|
+
"typeName": {
|
|
3710
|
+
"type": "identifier",
|
|
3711
|
+
"name": "Tab"
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3714
|
+
}
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "activeTab",
|
|
3718
|
+
"annotation": {
|
|
3719
|
+
"type": "keyword",
|
|
3720
|
+
"value": "string"
|
|
3721
|
+
}
|
|
3722
|
+
}
|
|
3723
|
+
],
|
|
3724
|
+
"events": [
|
|
3725
|
+
{
|
|
3726
|
+
"name": "tab.click",
|
|
3727
|
+
"detail": {
|
|
3728
|
+
"annotation": {
|
|
3729
|
+
"type": "reference",
|
|
3730
|
+
"typeName": {
|
|
3731
|
+
"type": "identifier",
|
|
3732
|
+
"name": "Tab"
|
|
3733
|
+
}
|
|
3734
|
+
}
|
|
3735
|
+
}
|
|
3736
|
+
}
|
|
3737
|
+
],
|
|
3738
|
+
"methods": [],
|
|
3739
|
+
"types": [
|
|
3740
|
+
{
|
|
3741
|
+
"type": "interface",
|
|
3742
|
+
"name": "Tab",
|
|
3743
|
+
"body": [
|
|
3744
|
+
{
|
|
3745
|
+
"type": "propertySignature",
|
|
3746
|
+
"key": {
|
|
3747
|
+
"type": "identifier",
|
|
3748
|
+
"name": "id"
|
|
3749
|
+
},
|
|
3750
|
+
"annotation": {
|
|
3751
|
+
"type": "keyword",
|
|
3752
|
+
"value": "string"
|
|
3753
|
+
},
|
|
3754
|
+
"computed": false
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"type": "propertySignature",
|
|
3758
|
+
"key": {
|
|
3759
|
+
"type": "identifier",
|
|
3760
|
+
"name": "label"
|
|
3761
|
+
},
|
|
3762
|
+
"annotation": {
|
|
3763
|
+
"type": "keyword",
|
|
3764
|
+
"value": "string"
|
|
3765
|
+
},
|
|
3766
|
+
"computed": false
|
|
3767
|
+
}
|
|
3768
|
+
]
|
|
3769
|
+
}
|
|
3770
|
+
]
|
|
3771
|
+
},
|
|
3701
3772
|
"ai-portal.stage-flow": {
|
|
3702
3773
|
"properties": [
|
|
3703
3774
|
{
|
|
@@ -4060,77 +4131,6 @@
|
|
|
4060
4131
|
}
|
|
4061
4132
|
]
|
|
4062
4133
|
},
|
|
4063
|
-
"ai-portal.flow-tabs": {
|
|
4064
|
-
"properties": [
|
|
4065
|
-
{
|
|
4066
|
-
"name": "tabs",
|
|
4067
|
-
"annotation": {
|
|
4068
|
-
"type": "array",
|
|
4069
|
-
"elementType": {
|
|
4070
|
-
"type": "reference",
|
|
4071
|
-
"typeName": {
|
|
4072
|
-
"type": "identifier",
|
|
4073
|
-
"name": "Tab"
|
|
4074
|
-
}
|
|
4075
|
-
}
|
|
4076
|
-
}
|
|
4077
|
-
},
|
|
4078
|
-
{
|
|
4079
|
-
"name": "activeTab",
|
|
4080
|
-
"annotation": {
|
|
4081
|
-
"type": "keyword",
|
|
4082
|
-
"value": "string"
|
|
4083
|
-
}
|
|
4084
|
-
}
|
|
4085
|
-
],
|
|
4086
|
-
"events": [
|
|
4087
|
-
{
|
|
4088
|
-
"name": "tab.click",
|
|
4089
|
-
"detail": {
|
|
4090
|
-
"annotation": {
|
|
4091
|
-
"type": "reference",
|
|
4092
|
-
"typeName": {
|
|
4093
|
-
"type": "identifier",
|
|
4094
|
-
"name": "Tab"
|
|
4095
|
-
}
|
|
4096
|
-
}
|
|
4097
|
-
}
|
|
4098
|
-
}
|
|
4099
|
-
],
|
|
4100
|
-
"methods": [],
|
|
4101
|
-
"types": [
|
|
4102
|
-
{
|
|
4103
|
-
"type": "interface",
|
|
4104
|
-
"name": "Tab",
|
|
4105
|
-
"body": [
|
|
4106
|
-
{
|
|
4107
|
-
"type": "propertySignature",
|
|
4108
|
-
"key": {
|
|
4109
|
-
"type": "identifier",
|
|
4110
|
-
"name": "id"
|
|
4111
|
-
},
|
|
4112
|
-
"annotation": {
|
|
4113
|
-
"type": "keyword",
|
|
4114
|
-
"value": "string"
|
|
4115
|
-
},
|
|
4116
|
-
"computed": false
|
|
4117
|
-
},
|
|
4118
|
-
{
|
|
4119
|
-
"type": "propertySignature",
|
|
4120
|
-
"key": {
|
|
4121
|
-
"type": "identifier",
|
|
4122
|
-
"name": "label"
|
|
4123
|
-
},
|
|
4124
|
-
"annotation": {
|
|
4125
|
-
"type": "keyword",
|
|
4126
|
-
"value": "string"
|
|
4127
|
-
},
|
|
4128
|
-
"computed": false
|
|
4129
|
-
}
|
|
4130
|
-
]
|
|
4131
|
-
}
|
|
4132
|
-
]
|
|
4133
|
-
},
|
|
4134
4134
|
"ai-portal.running-flow": {
|
|
4135
4135
|
"properties": [
|
|
4136
4136
|
{
|
|
@@ -5578,7 +5578,33 @@
|
|
|
5578
5578
|
"type": "propertySignature",
|
|
5579
5579
|
"key": {
|
|
5580
5580
|
"type": "identifier",
|
|
5581
|
-
"name": "
|
|
5581
|
+
"name": "groupKey"
|
|
5582
|
+
},
|
|
5583
|
+
"annotation": {
|
|
5584
|
+
"type": "keyword",
|
|
5585
|
+
"value": "string"
|
|
5586
|
+
},
|
|
5587
|
+
"optional": true,
|
|
5588
|
+
"computed": false
|
|
5589
|
+
},
|
|
5590
|
+
{
|
|
5591
|
+
"type": "propertySignature",
|
|
5592
|
+
"key": {
|
|
5593
|
+
"type": "identifier",
|
|
5594
|
+
"name": "groupLabel"
|
|
5595
|
+
},
|
|
5596
|
+
"annotation": {
|
|
5597
|
+
"type": "keyword",
|
|
5598
|
+
"value": "string"
|
|
5599
|
+
},
|
|
5600
|
+
"optional": true,
|
|
5601
|
+
"computed": false
|
|
5602
|
+
},
|
|
5603
|
+
{
|
|
5604
|
+
"type": "propertySignature",
|
|
5605
|
+
"key": {
|
|
5606
|
+
"type": "identifier",
|
|
5607
|
+
"name": "subCommands"
|
|
5582
5608
|
},
|
|
5583
5609
|
"annotation": {
|
|
5584
5610
|
"type": "array",
|
|
@@ -6824,6 +6850,13 @@
|
|
|
6824
6850
|
"type": "keyword",
|
|
6825
6851
|
"value": "boolean"
|
|
6826
6852
|
}
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
"name": "noticeUrlTemplate",
|
|
6856
|
+
"annotation": {
|
|
6857
|
+
"type": "keyword",
|
|
6858
|
+
"value": "string"
|
|
6859
|
+
}
|
|
6827
6860
|
}
|
|
6828
6861
|
],
|
|
6829
6862
|
"events": [
|