@next-bricks/ai-portal 0.56.0 → 0.56.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +42 -42
- package/dist/chunks/1510.ba18a788.js +2 -0
- package/dist/chunks/1510.ba18a788.js.map +1 -0
- package/dist/chunks/1864.7e31d8fe.js +2 -0
- package/dist/chunks/1864.7e31d8fe.js.map +1 -0
- package/dist/chunks/6995.65da5073.js +2 -0
- package/dist/chunks/6995.65da5073.js.map +1 -0
- package/dist/chunks/7517.f62fe00f.js +2 -0
- package/dist/chunks/7517.f62fe00f.js.map +1 -0
- package/dist/chunks/9270.e909e789.js +2 -0
- package/dist/chunks/9270.e909e789.js.map +1 -0
- package/dist/chunks/chat-box.4d1d4fd9.js +2 -0
- package/dist/chunks/chat-box.4d1d4fd9.js.map +1 -0
- package/dist/chunks/chat-stream.9f07e680.js +2 -0
- package/dist/chunks/{chat-stream.24066a8e.js.map → chat-stream.9f07e680.js.map} +1 -1
- package/dist/chunks/{main.0653045c.js → main.e3031a8c.js} +2 -2
- package/dist/chunks/{main.0653045c.js.map → main.e3031a8c.js.map} +1 -1
- package/dist/examples.json +23 -23
- package/dist/{index.e11d54e9.js → index.9a811707.js} +2 -2
- package/dist/{index.e11d54e9.js.map → index.9a811707.js.map} +1 -1
- package/dist/manifest.json +300 -297
- package/dist/types.json +1129 -922
- package/dist-types/chat-box/UploadButton.d.ts +1 -0
- package/dist-types/chat-box/index.d.ts +13 -5
- package/dist-types/chat-box/interfaces.d.ts +2 -1
- package/dist-types/chat-stream/Aside/Aside.d.ts +3 -1
- package/dist-types/chat-stream/AssistantMessage/AssistantMessage.d.ts +4 -1
- package/dist-types/chat-stream/HumanInTheLoop/HumanInTheLoop.d.ts +6 -0
- package/dist-types/chat-stream/NodeChunk/NodeChunk.d.ts +2 -1
- package/dist-types/chat-stream/NodeChunk/NodeJob.d.ts +2 -1
- package/dist-types/chat-stream/i18n.d.ts +3 -4
- package/dist-types/chat-stream/useAutoScroll.d.ts +5 -0
- package/dist-types/chat-stream/useConversationStream.d.ts +3 -2
- package/dist-types/cruise-canvas/i18n.d.ts +2 -2
- package/dist-types/cruise-canvas/useConversationGraph.d.ts +2 -2
- package/dist-types/shared/TaskContext.d.ts +2 -0
- package/dist-types/shared/getFlatChunks.d.ts +5 -2
- package/dist-types/shared/interfaces.d.ts +4 -0
- package/package.json +2 -2
- package/dist/chunks/1510.d022a470.js +0 -2
- package/dist/chunks/1510.d022a470.js.map +0 -1
- package/dist/chunks/1864.4bd403fd.js +0 -2
- package/dist/chunks/1864.4bd403fd.js.map +0 -1
- package/dist/chunks/6995.cb0a8137.js +0 -2
- package/dist/chunks/6995.cb0a8137.js.map +0 -1
- package/dist/chunks/7517.b5ed4e8e.js +0 -2
- package/dist/chunks/7517.b5ed4e8e.js.map +0 -1
- package/dist/chunks/9324.e514b672.js +0 -2
- package/dist/chunks/9324.e514b672.js.map +0 -1
- package/dist/chunks/chat-box.8e064684.js +0 -2
- package/dist/chunks/chat-box.8e064684.js.map +0 -1
- package/dist/chunks/chat-stream.24066a8e.js +0 -2
package/dist/types.json
CHANGED
|
@@ -1,4 +1,121 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-portal.home-container": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "sticky",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "boolean"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"events": [],
|
|
13
|
+
"methods": []
|
|
14
|
+
},
|
|
15
|
+
"ai-portal.stat-with-mini-chart": {
|
|
16
|
+
"properties": [
|
|
17
|
+
{
|
|
18
|
+
"name": "label",
|
|
19
|
+
"annotation": {
|
|
20
|
+
"type": "keyword",
|
|
21
|
+
"value": "string"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "value",
|
|
26
|
+
"annotation": {
|
|
27
|
+
"type": "keyword",
|
|
28
|
+
"value": "string"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "size",
|
|
33
|
+
"annotation": {
|
|
34
|
+
"type": "union",
|
|
35
|
+
"types": [
|
|
36
|
+
{
|
|
37
|
+
"type": "jsLiteral",
|
|
38
|
+
"value": "medium"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "jsLiteral",
|
|
42
|
+
"value": "small"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "lineColor",
|
|
49
|
+
"annotation": {
|
|
50
|
+
"type": "keyword",
|
|
51
|
+
"value": "string"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "showArea",
|
|
56
|
+
"annotation": {
|
|
57
|
+
"type": "keyword",
|
|
58
|
+
"value": "boolean"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "min",
|
|
63
|
+
"annotation": {
|
|
64
|
+
"type": "keyword",
|
|
65
|
+
"value": "number"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "max",
|
|
70
|
+
"annotation": {
|
|
71
|
+
"type": "keyword",
|
|
72
|
+
"value": "number"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "xField",
|
|
77
|
+
"annotation": {
|
|
78
|
+
"type": "keyword",
|
|
79
|
+
"value": "string"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "yField",
|
|
84
|
+
"annotation": {
|
|
85
|
+
"type": "keyword",
|
|
86
|
+
"value": "string"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "data",
|
|
91
|
+
"annotation": {
|
|
92
|
+
"type": "array",
|
|
93
|
+
"elementType": {
|
|
94
|
+
"type": "reference",
|
|
95
|
+
"typeName": {
|
|
96
|
+
"type": "identifier",
|
|
97
|
+
"name": "Record"
|
|
98
|
+
},
|
|
99
|
+
"typeParameters": {
|
|
100
|
+
"type": "typeParameterInstantiation",
|
|
101
|
+
"params": [
|
|
102
|
+
{
|
|
103
|
+
"type": "keyword",
|
|
104
|
+
"value": "string"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "keyword",
|
|
108
|
+
"value": "number"
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"methods": []
|
|
118
|
+
},
|
|
2
119
|
"ai-portal.icon-button": {
|
|
3
120
|
"properties": [
|
|
4
121
|
{
|
|
@@ -77,104 +194,92 @@
|
|
|
77
194
|
}
|
|
78
195
|
]
|
|
79
196
|
},
|
|
80
|
-
"ai-portal.
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
"name": "sticky",
|
|
84
|
-
"annotation": {
|
|
85
|
-
"type": "keyword",
|
|
86
|
-
"value": "boolean"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"events": [],
|
|
91
|
-
"methods": []
|
|
92
|
-
},
|
|
93
|
-
"ai-portal.page-container": {
|
|
94
|
-
"properties": [
|
|
95
|
-
{
|
|
96
|
-
"name": "pageTitle",
|
|
97
|
-
"annotation": {
|
|
98
|
-
"type": "keyword",
|
|
99
|
-
"value": "string"
|
|
100
|
-
}
|
|
101
|
-
},
|
|
197
|
+
"ai-portal.call-tool": {
|
|
198
|
+
"type": "provider",
|
|
199
|
+
"params": [
|
|
102
200
|
{
|
|
103
|
-
"name": "
|
|
201
|
+
"name": "tool",
|
|
104
202
|
"annotation": {
|
|
105
|
-
"type": "
|
|
106
|
-
"
|
|
107
|
-
"type": "
|
|
108
|
-
"
|
|
109
|
-
"type": "identifier",
|
|
110
|
-
"name": "Breadcrumb"
|
|
111
|
-
}
|
|
203
|
+
"type": "reference",
|
|
204
|
+
"typeName": {
|
|
205
|
+
"type": "identifier",
|
|
206
|
+
"name": "ToolInfo"
|
|
112
207
|
}
|
|
113
208
|
}
|
|
114
209
|
},
|
|
115
210
|
{
|
|
116
|
-
"name": "
|
|
211
|
+
"name": "params",
|
|
117
212
|
"annotation": {
|
|
118
|
-
"type": "
|
|
119
|
-
"
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
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
|
+
}
|
|
133
231
|
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"returns": {
|
|
235
|
+
"annotation": {
|
|
236
|
+
"type": "reference",
|
|
237
|
+
"typeName": {
|
|
238
|
+
"type": "identifier",
|
|
239
|
+
"name": "Promise"
|
|
240
|
+
},
|
|
241
|
+
"typeParameters": {
|
|
242
|
+
"type": "typeParameterInstantiation",
|
|
243
|
+
"params": [
|
|
144
244
|
{
|
|
145
|
-
"type": "
|
|
146
|
-
"value": "
|
|
245
|
+
"type": "keyword",
|
|
246
|
+
"value": "unknown"
|
|
147
247
|
}
|
|
148
248
|
]
|
|
149
249
|
}
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
}
|
|
157
|
-
},
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
"ai-portal.save-request-store": {
|
|
254
|
+
"type": "provider",
|
|
255
|
+
"params": [
|
|
158
256
|
{
|
|
159
|
-
"name": "
|
|
257
|
+
"name": "value",
|
|
160
258
|
"annotation": {
|
|
161
|
-
"type": "
|
|
162
|
-
"
|
|
259
|
+
"type": "reference",
|
|
260
|
+
"typeName": {
|
|
261
|
+
"type": "identifier",
|
|
262
|
+
"name": "RequestStore"
|
|
263
|
+
}
|
|
163
264
|
}
|
|
164
265
|
}
|
|
165
266
|
],
|
|
166
|
-
"
|
|
167
|
-
|
|
267
|
+
"returns": {
|
|
268
|
+
"annotation": {
|
|
269
|
+
"type": "keyword",
|
|
270
|
+
"value": "void"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
168
273
|
"types": [
|
|
169
274
|
{
|
|
170
275
|
"type": "interface",
|
|
171
|
-
"name": "
|
|
276
|
+
"name": "RequestStore",
|
|
172
277
|
"body": [
|
|
173
278
|
{
|
|
174
279
|
"type": "propertySignature",
|
|
175
280
|
"key": {
|
|
176
281
|
"type": "identifier",
|
|
177
|
-
"name": "
|
|
282
|
+
"name": "conversationId"
|
|
178
283
|
},
|
|
179
284
|
"annotation": {
|
|
180
285
|
"type": "keyword",
|
|
@@ -186,184 +291,7 @@
|
|
|
186
291
|
"type": "propertySignature",
|
|
187
292
|
"key": {
|
|
188
293
|
"type": "identifier",
|
|
189
|
-
"name": "
|
|
190
|
-
},
|
|
191
|
-
"annotation": {
|
|
192
|
-
"type": "keyword",
|
|
193
|
-
"value": "string"
|
|
194
|
-
},
|
|
195
|
-
"computed": false
|
|
196
|
-
}
|
|
197
|
-
]
|
|
198
|
-
}
|
|
199
|
-
]
|
|
200
|
-
},
|
|
201
|
-
"ai-portal.tab-list": {
|
|
202
|
-
"properties": [
|
|
203
|
-
{
|
|
204
|
-
"name": "tabs",
|
|
205
|
-
"annotation": {
|
|
206
|
-
"type": "array",
|
|
207
|
-
"elementType": {
|
|
208
|
-
"type": "reference",
|
|
209
|
-
"typeName": {
|
|
210
|
-
"type": "identifier",
|
|
211
|
-
"name": "Tab"
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"name": "activeTab",
|
|
218
|
-
"annotation": {
|
|
219
|
-
"type": "keyword",
|
|
220
|
-
"value": "string"
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
],
|
|
224
|
-
"events": [
|
|
225
|
-
{
|
|
226
|
-
"name": "tab.click",
|
|
227
|
-
"detail": {
|
|
228
|
-
"annotation": {
|
|
229
|
-
"type": "reference",
|
|
230
|
-
"typeName": {
|
|
231
|
-
"type": "identifier",
|
|
232
|
-
"name": "Tab"
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
],
|
|
238
|
-
"methods": [],
|
|
239
|
-
"types": [
|
|
240
|
-
{
|
|
241
|
-
"type": "interface",
|
|
242
|
-
"name": "Tab",
|
|
243
|
-
"body": [
|
|
244
|
-
{
|
|
245
|
-
"type": "propertySignature",
|
|
246
|
-
"key": {
|
|
247
|
-
"type": "identifier",
|
|
248
|
-
"name": "id"
|
|
249
|
-
},
|
|
250
|
-
"annotation": {
|
|
251
|
-
"type": "keyword",
|
|
252
|
-
"value": "string"
|
|
253
|
-
},
|
|
254
|
-
"computed": false
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"type": "propertySignature",
|
|
258
|
-
"key": {
|
|
259
|
-
"type": "identifier",
|
|
260
|
-
"name": "label"
|
|
261
|
-
},
|
|
262
|
-
"annotation": {
|
|
263
|
-
"type": "keyword",
|
|
264
|
-
"value": "string"
|
|
265
|
-
},
|
|
266
|
-
"computed": false
|
|
267
|
-
}
|
|
268
|
-
]
|
|
269
|
-
}
|
|
270
|
-
]
|
|
271
|
-
},
|
|
272
|
-
"ai-portal.call-tool": {
|
|
273
|
-
"type": "provider",
|
|
274
|
-
"params": [
|
|
275
|
-
{
|
|
276
|
-
"name": "tool",
|
|
277
|
-
"annotation": {
|
|
278
|
-
"type": "reference",
|
|
279
|
-
"typeName": {
|
|
280
|
-
"type": "identifier",
|
|
281
|
-
"name": "ToolInfo"
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"name": "params",
|
|
287
|
-
"annotation": {
|
|
288
|
-
"type": "reference",
|
|
289
|
-
"typeName": {
|
|
290
|
-
"type": "identifier",
|
|
291
|
-
"name": "Record"
|
|
292
|
-
},
|
|
293
|
-
"typeParameters": {
|
|
294
|
-
"type": "typeParameterInstantiation",
|
|
295
|
-
"params": [
|
|
296
|
-
{
|
|
297
|
-
"type": "keyword",
|
|
298
|
-
"value": "string"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"type": "keyword",
|
|
302
|
-
"value": "unknown"
|
|
303
|
-
}
|
|
304
|
-
]
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
],
|
|
309
|
-
"returns": {
|
|
310
|
-
"annotation": {
|
|
311
|
-
"type": "reference",
|
|
312
|
-
"typeName": {
|
|
313
|
-
"type": "identifier",
|
|
314
|
-
"name": "Promise"
|
|
315
|
-
},
|
|
316
|
-
"typeParameters": {
|
|
317
|
-
"type": "typeParameterInstantiation",
|
|
318
|
-
"params": [
|
|
319
|
-
{
|
|
320
|
-
"type": "keyword",
|
|
321
|
-
"value": "unknown"
|
|
322
|
-
}
|
|
323
|
-
]
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
"ai-portal.set-chat-command": {
|
|
329
|
-
"type": "provider",
|
|
330
|
-
"params": [
|
|
331
|
-
{
|
|
332
|
-
"name": "command",
|
|
333
|
-
"annotation": {
|
|
334
|
-
"type": "union",
|
|
335
|
-
"types": [
|
|
336
|
-
{
|
|
337
|
-
"type": "reference",
|
|
338
|
-
"typeName": {
|
|
339
|
-
"type": "identifier",
|
|
340
|
-
"name": "ChatCommand"
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"type": "keyword",
|
|
345
|
-
"value": "null"
|
|
346
|
-
}
|
|
347
|
-
]
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
],
|
|
351
|
-
"returns": {
|
|
352
|
-
"annotation": {
|
|
353
|
-
"type": "keyword",
|
|
354
|
-
"value": "void"
|
|
355
|
-
}
|
|
356
|
-
},
|
|
357
|
-
"types": [
|
|
358
|
-
{
|
|
359
|
-
"type": "interface",
|
|
360
|
-
"name": "ChatCommand",
|
|
361
|
-
"body": [
|
|
362
|
-
{
|
|
363
|
-
"type": "propertySignature",
|
|
364
|
-
"key": {
|
|
365
|
-
"type": "identifier",
|
|
366
|
-
"name": "command"
|
|
294
|
+
"name": "content"
|
|
367
295
|
},
|
|
368
296
|
"annotation": {
|
|
369
297
|
"type": "keyword",
|
|
@@ -375,7 +303,7 @@
|
|
|
375
303
|
"type": "propertySignature",
|
|
376
304
|
"key": {
|
|
377
305
|
"type": "identifier",
|
|
378
|
-
"name": "
|
|
306
|
+
"name": "cmd"
|
|
379
307
|
},
|
|
380
308
|
"annotation": {
|
|
381
309
|
"type": "reference",
|
|
@@ -384,72 +312,23 @@
|
|
|
384
312
|
"name": "CommandPayload"
|
|
385
313
|
}
|
|
386
314
|
},
|
|
387
|
-
"
|
|
388
|
-
}
|
|
389
|
-
]
|
|
390
|
-
}
|
|
391
|
-
]
|
|
392
|
-
},
|
|
393
|
-
"ai-portal.save-request-store": {
|
|
394
|
-
"type": "provider",
|
|
395
|
-
"params": [
|
|
396
|
-
{
|
|
397
|
-
"name": "value",
|
|
398
|
-
"annotation": {
|
|
399
|
-
"type": "reference",
|
|
400
|
-
"typeName": {
|
|
401
|
-
"type": "identifier",
|
|
402
|
-
"name": "RequestStore"
|
|
403
|
-
}
|
|
404
|
-
}
|
|
405
|
-
}
|
|
406
|
-
],
|
|
407
|
-
"returns": {
|
|
408
|
-
"annotation": {
|
|
409
|
-
"type": "keyword",
|
|
410
|
-
"value": "void"
|
|
411
|
-
}
|
|
412
|
-
},
|
|
413
|
-
"types": [
|
|
414
|
-
{
|
|
415
|
-
"type": "interface",
|
|
416
|
-
"name": "RequestStore",
|
|
417
|
-
"body": [
|
|
418
|
-
{
|
|
419
|
-
"type": "propertySignature",
|
|
420
|
-
"key": {
|
|
421
|
-
"type": "identifier",
|
|
422
|
-
"name": "conversationId"
|
|
423
|
-
},
|
|
424
|
-
"annotation": {
|
|
425
|
-
"type": "keyword",
|
|
426
|
-
"value": "string"
|
|
427
|
-
},
|
|
428
|
-
"computed": false
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"type": "propertySignature",
|
|
432
|
-
"key": {
|
|
433
|
-
"type": "identifier",
|
|
434
|
-
"name": "content"
|
|
435
|
-
},
|
|
436
|
-
"annotation": {
|
|
437
|
-
"type": "keyword",
|
|
438
|
-
"value": "string"
|
|
439
|
-
},
|
|
315
|
+
"optional": true,
|
|
440
316
|
"computed": false
|
|
441
317
|
},
|
|
442
318
|
{
|
|
443
319
|
"type": "propertySignature",
|
|
444
320
|
"key": {
|
|
445
321
|
"type": "identifier",
|
|
446
|
-
"name": "
|
|
322
|
+
"name": "files"
|
|
447
323
|
},
|
|
448
324
|
"annotation": {
|
|
449
|
-
"type": "
|
|
450
|
-
"
|
|
451
|
-
"type": "
|
|
452
|
-
"
|
|
325
|
+
"type": "array",
|
|
326
|
+
"elementType": {
|
|
327
|
+
"type": "reference",
|
|
328
|
+
"typeName": {
|
|
329
|
+
"type": "identifier",
|
|
330
|
+
"name": "UploadFileInfo"
|
|
331
|
+
}
|
|
453
332
|
}
|
|
454
333
|
},
|
|
455
334
|
"optional": true,
|
|
@@ -549,18 +428,36 @@
|
|
|
549
428
|
"computed": false
|
|
550
429
|
}
|
|
551
430
|
]
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
"params": [],
|
|
558
|
-
"returns": {
|
|
559
|
-
"annotation": {
|
|
560
|
-
"type": "union",
|
|
561
|
-
"types": [
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"type": "interface",
|
|
434
|
+
"name": "UploadFileInfo",
|
|
435
|
+
"body": [
|
|
562
436
|
{
|
|
563
|
-
"type": "
|
|
437
|
+
"type": "propertySignature",
|
|
438
|
+
"key": {
|
|
439
|
+
"type": "identifier",
|
|
440
|
+
"name": "fileId"
|
|
441
|
+
},
|
|
442
|
+
"annotation": {
|
|
443
|
+
"type": "keyword",
|
|
444
|
+
"value": "string"
|
|
445
|
+
},
|
|
446
|
+
"computed": false
|
|
447
|
+
}
|
|
448
|
+
]
|
|
449
|
+
}
|
|
450
|
+
]
|
|
451
|
+
},
|
|
452
|
+
"ai-portal.load-request-store": {
|
|
453
|
+
"type": "provider",
|
|
454
|
+
"params": [],
|
|
455
|
+
"returns": {
|
|
456
|
+
"annotation": {
|
|
457
|
+
"type": "union",
|
|
458
|
+
"types": [
|
|
459
|
+
{
|
|
460
|
+
"type": "reference",
|
|
564
461
|
"typeName": {
|
|
565
462
|
"type": "identifier",
|
|
566
463
|
"name": "RequestStore"
|
|
@@ -617,6 +514,25 @@
|
|
|
617
514
|
},
|
|
618
515
|
"optional": true,
|
|
619
516
|
"computed": false
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"type": "propertySignature",
|
|
520
|
+
"key": {
|
|
521
|
+
"type": "identifier",
|
|
522
|
+
"name": "files"
|
|
523
|
+
},
|
|
524
|
+
"annotation": {
|
|
525
|
+
"type": "array",
|
|
526
|
+
"elementType": {
|
|
527
|
+
"type": "reference",
|
|
528
|
+
"typeName": {
|
|
529
|
+
"type": "identifier",
|
|
530
|
+
"name": "UploadFileInfo"
|
|
531
|
+
}
|
|
532
|
+
}
|
|
533
|
+
},
|
|
534
|
+
"optional": true,
|
|
535
|
+
"computed": false
|
|
620
536
|
}
|
|
621
537
|
]
|
|
622
538
|
},
|
|
@@ -712,6 +628,24 @@
|
|
|
712
628
|
"computed": false
|
|
713
629
|
}
|
|
714
630
|
]
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"type": "interface",
|
|
634
|
+
"name": "UploadFileInfo",
|
|
635
|
+
"body": [
|
|
636
|
+
{
|
|
637
|
+
"type": "propertySignature",
|
|
638
|
+
"key": {
|
|
639
|
+
"type": "identifier",
|
|
640
|
+
"name": "fileId"
|
|
641
|
+
},
|
|
642
|
+
"annotation": {
|
|
643
|
+
"type": "keyword",
|
|
644
|
+
"value": "string"
|
|
645
|
+
},
|
|
646
|
+
"computed": false
|
|
647
|
+
}
|
|
648
|
+
]
|
|
715
649
|
}
|
|
716
650
|
]
|
|
717
651
|
},
|
|
@@ -725,20 +659,91 @@
|
|
|
725
659
|
}
|
|
726
660
|
}
|
|
727
661
|
},
|
|
728
|
-
"ai-portal.
|
|
662
|
+
"ai-portal.set-chat-command": {
|
|
663
|
+
"type": "provider",
|
|
664
|
+
"params": [
|
|
665
|
+
{
|
|
666
|
+
"name": "command",
|
|
667
|
+
"annotation": {
|
|
668
|
+
"type": "union",
|
|
669
|
+
"types": [
|
|
670
|
+
{
|
|
671
|
+
"type": "reference",
|
|
672
|
+
"typeName": {
|
|
673
|
+
"type": "identifier",
|
|
674
|
+
"name": "ChatCommand"
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"type": "keyword",
|
|
679
|
+
"value": "null"
|
|
680
|
+
}
|
|
681
|
+
]
|
|
682
|
+
}
|
|
683
|
+
}
|
|
684
|
+
],
|
|
685
|
+
"returns": {
|
|
686
|
+
"annotation": {
|
|
687
|
+
"type": "keyword",
|
|
688
|
+
"value": "void"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"types": [
|
|
692
|
+
{
|
|
693
|
+
"type": "interface",
|
|
694
|
+
"name": "ChatCommand",
|
|
695
|
+
"body": [
|
|
696
|
+
{
|
|
697
|
+
"type": "propertySignature",
|
|
698
|
+
"key": {
|
|
699
|
+
"type": "identifier",
|
|
700
|
+
"name": "command"
|
|
701
|
+
},
|
|
702
|
+
"annotation": {
|
|
703
|
+
"type": "keyword",
|
|
704
|
+
"value": "string"
|
|
705
|
+
},
|
|
706
|
+
"computed": false
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"type": "propertySignature",
|
|
710
|
+
"key": {
|
|
711
|
+
"type": "identifier",
|
|
712
|
+
"name": "payload"
|
|
713
|
+
},
|
|
714
|
+
"annotation": {
|
|
715
|
+
"type": "reference",
|
|
716
|
+
"typeName": {
|
|
717
|
+
"type": "identifier",
|
|
718
|
+
"name": "CommandPayload"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"computed": false
|
|
722
|
+
}
|
|
723
|
+
]
|
|
724
|
+
}
|
|
725
|
+
]
|
|
726
|
+
},
|
|
727
|
+
"ai-portal.page-container": {
|
|
729
728
|
"properties": [
|
|
730
729
|
{
|
|
731
|
-
"name": "
|
|
730
|
+
"name": "pageTitle",
|
|
732
731
|
"annotation": {
|
|
733
732
|
"type": "keyword",
|
|
734
733
|
"value": "string"
|
|
735
734
|
}
|
|
736
735
|
},
|
|
737
736
|
{
|
|
738
|
-
"name": "
|
|
737
|
+
"name": "breadcrumbs",
|
|
739
738
|
"annotation": {
|
|
740
|
-
"type": "
|
|
741
|
-
"
|
|
739
|
+
"type": "array",
|
|
740
|
+
"elementType": {
|
|
741
|
+
"type": "reference",
|
|
742
|
+
"typeName": {
|
|
743
|
+
"type": "identifier",
|
|
744
|
+
"name": "Breadcrumb"
|
|
745
|
+
}
|
|
746
|
+
}
|
|
742
747
|
}
|
|
743
748
|
},
|
|
744
749
|
{
|
|
@@ -753,88 +758,157 @@
|
|
|
753
758
|
{
|
|
754
759
|
"type": "jsLiteral",
|
|
755
760
|
"value": "small"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"type": "jsLiteral",
|
|
764
|
+
"value": "full"
|
|
756
765
|
}
|
|
757
766
|
]
|
|
758
767
|
}
|
|
759
768
|
},
|
|
760
769
|
{
|
|
761
|
-
"name": "
|
|
770
|
+
"name": "variant",
|
|
762
771
|
"annotation": {
|
|
763
|
-
"type": "
|
|
764
|
-
"
|
|
772
|
+
"type": "union",
|
|
773
|
+
"types": [
|
|
774
|
+
{
|
|
775
|
+
"type": "jsLiteral",
|
|
776
|
+
"value": "default"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"type": "jsLiteral",
|
|
780
|
+
"value": "form"
|
|
781
|
+
}
|
|
782
|
+
]
|
|
765
783
|
}
|
|
766
784
|
},
|
|
767
785
|
{
|
|
768
|
-
"name": "
|
|
786
|
+
"name": "sticky",
|
|
769
787
|
"annotation": {
|
|
770
788
|
"type": "keyword",
|
|
771
789
|
"value": "boolean"
|
|
772
790
|
}
|
|
773
791
|
},
|
|
774
792
|
{
|
|
775
|
-
"name": "
|
|
793
|
+
"name": "textContent",
|
|
776
794
|
"annotation": {
|
|
777
795
|
"type": "keyword",
|
|
778
|
-
"value": "
|
|
796
|
+
"value": "string"
|
|
779
797
|
}
|
|
780
|
-
}
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"events": [],
|
|
801
|
+
"methods": [],
|
|
802
|
+
"types": [
|
|
781
803
|
{
|
|
782
|
-
"
|
|
783
|
-
"
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
804
|
+
"type": "interface",
|
|
805
|
+
"name": "Breadcrumb",
|
|
806
|
+
"body": [
|
|
807
|
+
{
|
|
808
|
+
"type": "propertySignature",
|
|
809
|
+
"key": {
|
|
810
|
+
"type": "identifier",
|
|
811
|
+
"name": "text"
|
|
812
|
+
},
|
|
813
|
+
"annotation": {
|
|
814
|
+
"type": "keyword",
|
|
815
|
+
"value": "string"
|
|
816
|
+
},
|
|
817
|
+
"computed": false
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"type": "propertySignature",
|
|
821
|
+
"key": {
|
|
822
|
+
"type": "identifier",
|
|
823
|
+
"name": "url"
|
|
824
|
+
},
|
|
825
|
+
"annotation": {
|
|
826
|
+
"type": "keyword",
|
|
827
|
+
"value": "string"
|
|
828
|
+
},
|
|
829
|
+
"computed": false
|
|
830
|
+
}
|
|
831
|
+
]
|
|
832
|
+
}
|
|
833
|
+
]
|
|
834
|
+
},
|
|
835
|
+
"ai-portal.tab-list": {
|
|
836
|
+
"properties": [
|
|
788
837
|
{
|
|
789
|
-
"name": "
|
|
838
|
+
"name": "tabs",
|
|
790
839
|
"annotation": {
|
|
791
|
-
"type": "
|
|
792
|
-
"
|
|
840
|
+
"type": "array",
|
|
841
|
+
"elementType": {
|
|
842
|
+
"type": "reference",
|
|
843
|
+
"typeName": {
|
|
844
|
+
"type": "identifier",
|
|
845
|
+
"name": "Tab"
|
|
846
|
+
}
|
|
847
|
+
}
|
|
793
848
|
}
|
|
794
849
|
},
|
|
795
850
|
{
|
|
796
|
-
"name": "
|
|
851
|
+
"name": "activeTab",
|
|
797
852
|
"annotation": {
|
|
798
853
|
"type": "keyword",
|
|
799
854
|
"value": "string"
|
|
800
855
|
}
|
|
801
|
-
}
|
|
856
|
+
}
|
|
857
|
+
],
|
|
858
|
+
"events": [
|
|
802
859
|
{
|
|
803
|
-
"name": "
|
|
804
|
-
"
|
|
805
|
-
"
|
|
806
|
-
"elementType": {
|
|
860
|
+
"name": "tab.click",
|
|
861
|
+
"detail": {
|
|
862
|
+
"annotation": {
|
|
807
863
|
"type": "reference",
|
|
808
864
|
"typeName": {
|
|
809
865
|
"type": "identifier",
|
|
810
|
-
"name": "
|
|
811
|
-
},
|
|
812
|
-
"typeParameters": {
|
|
813
|
-
"type": "typeParameterInstantiation",
|
|
814
|
-
"params": [
|
|
815
|
-
{
|
|
816
|
-
"type": "keyword",
|
|
817
|
-
"value": "string"
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"type": "keyword",
|
|
821
|
-
"value": "number"
|
|
822
|
-
}
|
|
823
|
-
]
|
|
866
|
+
"name": "Tab"
|
|
824
867
|
}
|
|
825
868
|
}
|
|
826
869
|
}
|
|
827
870
|
}
|
|
828
871
|
],
|
|
829
|
-
"
|
|
830
|
-
"
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
872
|
+
"methods": [],
|
|
873
|
+
"types": [
|
|
874
|
+
{
|
|
875
|
+
"type": "interface",
|
|
876
|
+
"name": "Tab",
|
|
877
|
+
"body": [
|
|
878
|
+
{
|
|
879
|
+
"type": "propertySignature",
|
|
880
|
+
"key": {
|
|
881
|
+
"type": "identifier",
|
|
882
|
+
"name": "id"
|
|
883
|
+
},
|
|
884
|
+
"annotation": {
|
|
885
|
+
"type": "keyword",
|
|
886
|
+
"value": "string"
|
|
887
|
+
},
|
|
888
|
+
"computed": false
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"type": "propertySignature",
|
|
892
|
+
"key": {
|
|
893
|
+
"type": "identifier",
|
|
894
|
+
"name": "label"
|
|
895
|
+
},
|
|
896
|
+
"annotation": {
|
|
897
|
+
"type": "keyword",
|
|
898
|
+
"value": "string"
|
|
899
|
+
},
|
|
900
|
+
"computed": false
|
|
901
|
+
}
|
|
902
|
+
]
|
|
903
|
+
}
|
|
904
|
+
]
|
|
905
|
+
},
|
|
906
|
+
"ai-portal.elevo-logo": {
|
|
907
|
+
"properties": [],
|
|
908
|
+
"events": [],
|
|
909
|
+
"methods": []
|
|
910
|
+
},
|
|
911
|
+
"ai-portal.blank-state": {
|
|
838
912
|
"properties": [
|
|
839
913
|
{
|
|
840
914
|
"name": "illustration",
|
|
@@ -884,6 +958,48 @@
|
|
|
884
958
|
}
|
|
885
959
|
]
|
|
886
960
|
},
|
|
961
|
+
"ai-portal.sticky-container": {
|
|
962
|
+
"properties": [
|
|
963
|
+
{
|
|
964
|
+
"name": "variant",
|
|
965
|
+
"annotation": {
|
|
966
|
+
"type": "reference",
|
|
967
|
+
"typeName": {
|
|
968
|
+
"type": "identifier",
|
|
969
|
+
"name": "StickyContainerVariant"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"name": "textContent",
|
|
975
|
+
"annotation": {
|
|
976
|
+
"type": "keyword",
|
|
977
|
+
"value": "string"
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"events": [],
|
|
982
|
+
"methods": [],
|
|
983
|
+
"types": [
|
|
984
|
+
{
|
|
985
|
+
"type": "typeAlias",
|
|
986
|
+
"name": "StickyContainerVariant",
|
|
987
|
+
"annotation": {
|
|
988
|
+
"type": "union",
|
|
989
|
+
"types": [
|
|
990
|
+
{
|
|
991
|
+
"type": "jsLiteral",
|
|
992
|
+
"value": "default"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"type": "jsLiteral",
|
|
996
|
+
"value": "home"
|
|
997
|
+
}
|
|
998
|
+
]
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
]
|
|
1002
|
+
},
|
|
887
1003
|
"ai-portal.elevo-card": {
|
|
888
1004
|
"properties": [
|
|
889
1005
|
{
|
|
@@ -946,48 +1062,6 @@
|
|
|
946
1062
|
"events": [],
|
|
947
1063
|
"methods": []
|
|
948
1064
|
},
|
|
949
|
-
"ai-portal.sticky-container": {
|
|
950
|
-
"properties": [
|
|
951
|
-
{
|
|
952
|
-
"name": "variant",
|
|
953
|
-
"annotation": {
|
|
954
|
-
"type": "reference",
|
|
955
|
-
"typeName": {
|
|
956
|
-
"type": "identifier",
|
|
957
|
-
"name": "StickyContainerVariant"
|
|
958
|
-
}
|
|
959
|
-
}
|
|
960
|
-
},
|
|
961
|
-
{
|
|
962
|
-
"name": "textContent",
|
|
963
|
-
"annotation": {
|
|
964
|
-
"type": "keyword",
|
|
965
|
-
"value": "string"
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
],
|
|
969
|
-
"events": [],
|
|
970
|
-
"methods": [],
|
|
971
|
-
"types": [
|
|
972
|
-
{
|
|
973
|
-
"type": "typeAlias",
|
|
974
|
-
"name": "StickyContainerVariant",
|
|
975
|
-
"annotation": {
|
|
976
|
-
"type": "union",
|
|
977
|
-
"types": [
|
|
978
|
-
{
|
|
979
|
-
"type": "jsLiteral",
|
|
980
|
-
"value": "default"
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"type": "jsLiteral",
|
|
984
|
-
"value": "home"
|
|
985
|
-
}
|
|
986
|
-
]
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
]
|
|
990
|
-
},
|
|
991
1065
|
"ai-portal.project-knowledges": {
|
|
992
1066
|
"properties": [
|
|
993
1067
|
{
|
|
@@ -1158,6 +1232,101 @@
|
|
|
1158
1232
|
}
|
|
1159
1233
|
]
|
|
1160
1234
|
},
|
|
1235
|
+
"ai-portal.show-cases": {
|
|
1236
|
+
"properties": [
|
|
1237
|
+
{
|
|
1238
|
+
"name": "list",
|
|
1239
|
+
"annotation": {
|
|
1240
|
+
"type": "array",
|
|
1241
|
+
"elementType": {
|
|
1242
|
+
"type": "reference",
|
|
1243
|
+
"typeName": {
|
|
1244
|
+
"type": "identifier",
|
|
1245
|
+
"name": "ShowCaseType"
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"name": "limit",
|
|
1252
|
+
"annotation": {
|
|
1253
|
+
"type": "keyword",
|
|
1254
|
+
"value": "number"
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
],
|
|
1258
|
+
"events": [],
|
|
1259
|
+
"methods": [],
|
|
1260
|
+
"types": [
|
|
1261
|
+
{
|
|
1262
|
+
"type": "interface",
|
|
1263
|
+
"name": "ShowCaseType",
|
|
1264
|
+
"body": [
|
|
1265
|
+
{
|
|
1266
|
+
"type": "propertySignature",
|
|
1267
|
+
"key": {
|
|
1268
|
+
"type": "identifier",
|
|
1269
|
+
"name": "conversationId"
|
|
1270
|
+
},
|
|
1271
|
+
"annotation": {
|
|
1272
|
+
"type": "keyword",
|
|
1273
|
+
"value": "string"
|
|
1274
|
+
},
|
|
1275
|
+
"computed": false
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"type": "propertySignature",
|
|
1279
|
+
"key": {
|
|
1280
|
+
"type": "identifier",
|
|
1281
|
+
"name": "title"
|
|
1282
|
+
},
|
|
1283
|
+
"annotation": {
|
|
1284
|
+
"type": "keyword",
|
|
1285
|
+
"value": "string"
|
|
1286
|
+
},
|
|
1287
|
+
"computed": false
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"type": "propertySignature",
|
|
1291
|
+
"key": {
|
|
1292
|
+
"type": "identifier",
|
|
1293
|
+
"name": "summary"
|
|
1294
|
+
},
|
|
1295
|
+
"annotation": {
|
|
1296
|
+
"type": "keyword",
|
|
1297
|
+
"value": "string"
|
|
1298
|
+
},
|
|
1299
|
+
"computed": false
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
"type": "propertySignature",
|
|
1303
|
+
"key": {
|
|
1304
|
+
"type": "identifier",
|
|
1305
|
+
"name": "scenario"
|
|
1306
|
+
},
|
|
1307
|
+
"annotation": {
|
|
1308
|
+
"type": "keyword",
|
|
1309
|
+
"value": "string"
|
|
1310
|
+
},
|
|
1311
|
+
"computed": false
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"type": "propertySignature",
|
|
1315
|
+
"key": {
|
|
1316
|
+
"type": "identifier",
|
|
1317
|
+
"name": "url"
|
|
1318
|
+
},
|
|
1319
|
+
"annotation": {
|
|
1320
|
+
"type": "keyword",
|
|
1321
|
+
"value": "string"
|
|
1322
|
+
},
|
|
1323
|
+
"optional": true,
|
|
1324
|
+
"computed": false
|
|
1325
|
+
}
|
|
1326
|
+
]
|
|
1327
|
+
}
|
|
1328
|
+
]
|
|
1329
|
+
},
|
|
1161
1330
|
"ai-portal.mcp-tools": {
|
|
1162
1331
|
"properties": [
|
|
1163
1332
|
{
|
|
@@ -1289,7 +1458,7 @@
|
|
|
1289
1458
|
}
|
|
1290
1459
|
]
|
|
1291
1460
|
},
|
|
1292
|
-
"ai-portal.
|
|
1461
|
+
"ai-portal.ai-employees": {
|
|
1293
1462
|
"properties": [
|
|
1294
1463
|
{
|
|
1295
1464
|
"name": "list",
|
|
@@ -1299,16 +1468,33 @@
|
|
|
1299
1468
|
"type": "reference",
|
|
1300
1469
|
"typeName": {
|
|
1301
1470
|
"type": "identifier",
|
|
1302
|
-
"name": "
|
|
1471
|
+
"name": "Employee"
|
|
1303
1472
|
}
|
|
1304
1473
|
}
|
|
1305
1474
|
}
|
|
1306
1475
|
},
|
|
1307
1476
|
{
|
|
1308
|
-
"name": "
|
|
1477
|
+
"name": "industries",
|
|
1478
|
+
"annotation": {
|
|
1479
|
+
"type": "array",
|
|
1480
|
+
"elementType": {
|
|
1481
|
+
"type": "keyword",
|
|
1482
|
+
"value": "string"
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
{
|
|
1487
|
+
"name": "urlTemplate",
|
|
1309
1488
|
"annotation": {
|
|
1310
1489
|
"type": "keyword",
|
|
1311
|
-
"value": "
|
|
1490
|
+
"value": "string"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"name": "withContainer",
|
|
1495
|
+
"annotation": {
|
|
1496
|
+
"type": "keyword",
|
|
1497
|
+
"value": "boolean"
|
|
1312
1498
|
}
|
|
1313
1499
|
}
|
|
1314
1500
|
],
|
|
@@ -1317,13 +1503,13 @@
|
|
|
1317
1503
|
"types": [
|
|
1318
1504
|
{
|
|
1319
1505
|
"type": "interface",
|
|
1320
|
-
"name": "
|
|
1506
|
+
"name": "Employee",
|
|
1321
1507
|
"body": [
|
|
1322
1508
|
{
|
|
1323
1509
|
"type": "propertySignature",
|
|
1324
1510
|
"key": {
|
|
1325
1511
|
"type": "identifier",
|
|
1326
|
-
"name": "
|
|
1512
|
+
"name": "name"
|
|
1327
1513
|
},
|
|
1328
1514
|
"annotation": {
|
|
1329
1515
|
"type": "keyword",
|
|
@@ -1335,7 +1521,7 @@
|
|
|
1335
1521
|
"type": "propertySignature",
|
|
1336
1522
|
"key": {
|
|
1337
1523
|
"type": "identifier",
|
|
1338
|
-
"name": "
|
|
1524
|
+
"name": "industry"
|
|
1339
1525
|
},
|
|
1340
1526
|
"annotation": {
|
|
1341
1527
|
"type": "keyword",
|
|
@@ -1347,7 +1533,7 @@
|
|
|
1347
1533
|
"type": "propertySignature",
|
|
1348
1534
|
"key": {
|
|
1349
1535
|
"type": "identifier",
|
|
1350
|
-
"name": "
|
|
1536
|
+
"name": "role"
|
|
1351
1537
|
},
|
|
1352
1538
|
"annotation": {
|
|
1353
1539
|
"type": "keyword",
|
|
@@ -1359,7 +1545,7 @@
|
|
|
1359
1545
|
"type": "propertySignature",
|
|
1360
1546
|
"key": {
|
|
1361
1547
|
"type": "identifier",
|
|
1362
|
-
"name": "
|
|
1548
|
+
"name": "description"
|
|
1363
1549
|
},
|
|
1364
1550
|
"annotation": {
|
|
1365
1551
|
"type": "keyword",
|
|
@@ -1371,7 +1557,7 @@
|
|
|
1371
1557
|
"type": "propertySignature",
|
|
1372
1558
|
"key": {
|
|
1373
1559
|
"type": "identifier",
|
|
1374
|
-
"name": "
|
|
1560
|
+
"name": "avatar"
|
|
1375
1561
|
},
|
|
1376
1562
|
"annotation": {
|
|
1377
1563
|
"type": "keyword",
|
|
@@ -1481,117 +1667,25 @@
|
|
|
1481
1667
|
}
|
|
1482
1668
|
]
|
|
1483
1669
|
},
|
|
1484
|
-
"ai-portal.
|
|
1670
|
+
"ai-portal.preview-container": {
|
|
1485
1671
|
"properties": [
|
|
1486
1672
|
{
|
|
1487
|
-
"name": "
|
|
1488
|
-
"annotation": {
|
|
1489
|
-
"type": "array",
|
|
1490
|
-
"elementType": {
|
|
1491
|
-
"type": "reference",
|
|
1492
|
-
"typeName": {
|
|
1493
|
-
"type": "identifier",
|
|
1494
|
-
"name": "Employee"
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
}
|
|
1498
|
-
},
|
|
1499
|
-
{
|
|
1500
|
-
"name": "industries",
|
|
1501
|
-
"annotation": {
|
|
1502
|
-
"type": "array",
|
|
1503
|
-
"elementType": {
|
|
1504
|
-
"type": "keyword",
|
|
1505
|
-
"value": "string"
|
|
1506
|
-
}
|
|
1507
|
-
}
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"name": "urlTemplate",
|
|
1673
|
+
"name": "source",
|
|
1511
1674
|
"annotation": {
|
|
1512
1675
|
"type": "keyword",
|
|
1513
1676
|
"value": "string"
|
|
1514
1677
|
}
|
|
1515
1678
|
},
|
|
1516
1679
|
{
|
|
1517
|
-
"name": "
|
|
1680
|
+
"name": "url",
|
|
1518
1681
|
"annotation": {
|
|
1519
1682
|
"type": "keyword",
|
|
1520
|
-
"value": "
|
|
1683
|
+
"value": "string"
|
|
1521
1684
|
}
|
|
1522
1685
|
}
|
|
1523
1686
|
],
|
|
1524
1687
|
"events": [],
|
|
1525
|
-
"methods": []
|
|
1526
|
-
"types": [
|
|
1527
|
-
{
|
|
1528
|
-
"type": "interface",
|
|
1529
|
-
"name": "Employee",
|
|
1530
|
-
"body": [
|
|
1531
|
-
{
|
|
1532
|
-
"type": "propertySignature",
|
|
1533
|
-
"key": {
|
|
1534
|
-
"type": "identifier",
|
|
1535
|
-
"name": "name"
|
|
1536
|
-
},
|
|
1537
|
-
"annotation": {
|
|
1538
|
-
"type": "keyword",
|
|
1539
|
-
"value": "string"
|
|
1540
|
-
},
|
|
1541
|
-
"computed": false
|
|
1542
|
-
},
|
|
1543
|
-
{
|
|
1544
|
-
"type": "propertySignature",
|
|
1545
|
-
"key": {
|
|
1546
|
-
"type": "identifier",
|
|
1547
|
-
"name": "industry"
|
|
1548
|
-
},
|
|
1549
|
-
"annotation": {
|
|
1550
|
-
"type": "keyword",
|
|
1551
|
-
"value": "string"
|
|
1552
|
-
},
|
|
1553
|
-
"computed": false
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"type": "propertySignature",
|
|
1557
|
-
"key": {
|
|
1558
|
-
"type": "identifier",
|
|
1559
|
-
"name": "role"
|
|
1560
|
-
},
|
|
1561
|
-
"annotation": {
|
|
1562
|
-
"type": "keyword",
|
|
1563
|
-
"value": "string"
|
|
1564
|
-
},
|
|
1565
|
-
"computed": false
|
|
1566
|
-
},
|
|
1567
|
-
{
|
|
1568
|
-
"type": "propertySignature",
|
|
1569
|
-
"key": {
|
|
1570
|
-
"type": "identifier",
|
|
1571
|
-
"name": "description"
|
|
1572
|
-
},
|
|
1573
|
-
"annotation": {
|
|
1574
|
-
"type": "keyword",
|
|
1575
|
-
"value": "string"
|
|
1576
|
-
},
|
|
1577
|
-
"computed": false
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"type": "propertySignature",
|
|
1581
|
-
"key": {
|
|
1582
|
-
"type": "identifier",
|
|
1583
|
-
"name": "avatar"
|
|
1584
|
-
},
|
|
1585
|
-
"annotation": {
|
|
1586
|
-
"type": "keyword",
|
|
1587
|
-
"value": "string"
|
|
1588
|
-
},
|
|
1589
|
-
"optional": true,
|
|
1590
|
-
"computed": false
|
|
1591
|
-
}
|
|
1592
|
-
]
|
|
1593
|
-
}
|
|
1594
|
-
]
|
|
1688
|
+
"methods": []
|
|
1595
1689
|
},
|
|
1596
1690
|
"ai-portal.dropdown-select": {
|
|
1597
1691
|
"properties": [
|
|
@@ -1762,77 +1856,77 @@
|
|
|
1762
1856
|
}
|
|
1763
1857
|
]
|
|
1764
1858
|
},
|
|
1765
|
-
"ai-portal.
|
|
1859
|
+
"ai-portal.project-conversations": {
|
|
1766
1860
|
"properties": [
|
|
1767
1861
|
{
|
|
1768
|
-
"name": "
|
|
1862
|
+
"name": "list",
|
|
1769
1863
|
"annotation": {
|
|
1770
|
-
"type": "
|
|
1771
|
-
"
|
|
1864
|
+
"type": "array",
|
|
1865
|
+
"elementType": {
|
|
1866
|
+
"type": "reference",
|
|
1867
|
+
"typeName": {
|
|
1868
|
+
"type": "identifier",
|
|
1869
|
+
"name": "Conversation"
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1772
1872
|
}
|
|
1773
1873
|
},
|
|
1774
1874
|
{
|
|
1775
|
-
"name": "
|
|
1875
|
+
"name": "urlTemplate",
|
|
1776
1876
|
"annotation": {
|
|
1777
1877
|
"type": "keyword",
|
|
1778
1878
|
"value": "string"
|
|
1779
1879
|
}
|
|
1780
|
-
}
|
|
1781
|
-
],
|
|
1782
|
-
"events": [],
|
|
1783
|
-
"methods": []
|
|
1784
|
-
},
|
|
1785
|
-
"ai-portal.action-buttons": {
|
|
1786
|
-
"properties": [
|
|
1880
|
+
},
|
|
1787
1881
|
{
|
|
1788
|
-
"name": "
|
|
1882
|
+
"name": "actions",
|
|
1789
1883
|
"annotation": {
|
|
1790
1884
|
"type": "array",
|
|
1791
1885
|
"elementType": {
|
|
1792
1886
|
"type": "reference",
|
|
1793
1887
|
"typeName": {
|
|
1794
1888
|
"type": "identifier",
|
|
1795
|
-
"name": "
|
|
1889
|
+
"name": "ActionType"
|
|
1796
1890
|
}
|
|
1797
1891
|
}
|
|
1798
1892
|
}
|
|
1799
1893
|
},
|
|
1800
1894
|
{
|
|
1801
|
-
"name": "
|
|
1895
|
+
"name": "goals",
|
|
1802
1896
|
"annotation": {
|
|
1803
|
-
"type": "
|
|
1804
|
-
"
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
"
|
|
1808
|
-
|
|
1809
|
-
{
|
|
1810
|
-
"type": "keyword",
|
|
1811
|
-
"value": "null"
|
|
1897
|
+
"type": "array",
|
|
1898
|
+
"elementType": {
|
|
1899
|
+
"type": "reference",
|
|
1900
|
+
"typeName": {
|
|
1901
|
+
"type": "identifier",
|
|
1902
|
+
"name": "Goal"
|
|
1812
1903
|
}
|
|
1813
|
-
|
|
1904
|
+
}
|
|
1814
1905
|
}
|
|
1815
1906
|
}
|
|
1816
1907
|
],
|
|
1817
1908
|
"events": [
|
|
1818
1909
|
{
|
|
1819
|
-
"name": "
|
|
1910
|
+
"name": "goal.click",
|
|
1820
1911
|
"detail": {
|
|
1821
1912
|
"annotation": {
|
|
1822
|
-
"type": "
|
|
1823
|
-
"
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1913
|
+
"type": "reference",
|
|
1914
|
+
"typeName": {
|
|
1915
|
+
"type": "identifier",
|
|
1916
|
+
"name": "Conversation"
|
|
1917
|
+
}
|
|
1918
|
+
}
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"name": "action.click",
|
|
1923
|
+
"detail": {
|
|
1924
|
+
"annotation": {
|
|
1925
|
+
"type": "reference",
|
|
1926
|
+
"typeName": {
|
|
1927
|
+
"type": "identifier",
|
|
1928
|
+
"name": "ActionClickDetail"
|
|
1929
|
+
}
|
|
1836
1930
|
}
|
|
1837
1931
|
}
|
|
1838
1932
|
}
|
|
@@ -1841,13 +1935,13 @@
|
|
|
1841
1935
|
"types": [
|
|
1842
1936
|
{
|
|
1843
1937
|
"type": "interface",
|
|
1844
|
-
"name": "
|
|
1938
|
+
"name": "Conversation",
|
|
1845
1939
|
"body": [
|
|
1846
1940
|
{
|
|
1847
1941
|
"type": "propertySignature",
|
|
1848
1942
|
"key": {
|
|
1849
1943
|
"type": "identifier",
|
|
1850
|
-
"name": "
|
|
1944
|
+
"name": "conversationId"
|
|
1851
1945
|
},
|
|
1852
1946
|
"annotation": {
|
|
1853
1947
|
"type": "keyword",
|
|
@@ -1859,7 +1953,7 @@
|
|
|
1859
1953
|
"type": "propertySignature",
|
|
1860
1954
|
"key": {
|
|
1861
1955
|
"type": "identifier",
|
|
1862
|
-
"name": "
|
|
1956
|
+
"name": "title"
|
|
1863
1957
|
},
|
|
1864
1958
|
"annotation": {
|
|
1865
1959
|
"type": "keyword",
|
|
@@ -1871,14 +1965,23 @@
|
|
|
1871
1965
|
"type": "propertySignature",
|
|
1872
1966
|
"key": {
|
|
1873
1967
|
"type": "identifier",
|
|
1874
|
-
"name": "
|
|
1968
|
+
"name": "startTime"
|
|
1875
1969
|
},
|
|
1876
1970
|
"annotation": {
|
|
1877
|
-
"type": "
|
|
1878
|
-
"
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1971
|
+
"type": "keyword",
|
|
1972
|
+
"value": "number"
|
|
1973
|
+
},
|
|
1974
|
+
"computed": false
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"type": "propertySignature",
|
|
1978
|
+
"key": {
|
|
1979
|
+
"type": "identifier",
|
|
1980
|
+
"name": "description"
|
|
1981
|
+
},
|
|
1982
|
+
"annotation": {
|
|
1983
|
+
"type": "keyword",
|
|
1984
|
+
"value": "string"
|
|
1882
1985
|
},
|
|
1883
1986
|
"optional": true,
|
|
1884
1987
|
"computed": false
|
|
@@ -1887,48 +1990,245 @@
|
|
|
1887
1990
|
"type": "propertySignature",
|
|
1888
1991
|
"key": {
|
|
1889
1992
|
"type": "identifier",
|
|
1890
|
-
"name": "
|
|
1993
|
+
"name": "goalInstanceId"
|
|
1891
1994
|
},
|
|
1892
1995
|
"annotation": {
|
|
1893
1996
|
"type": "keyword",
|
|
1894
|
-
"value": "
|
|
1997
|
+
"value": "string"
|
|
1895
1998
|
},
|
|
1896
1999
|
"optional": true,
|
|
1897
2000
|
"computed": false
|
|
1898
|
-
}
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
},
|
|
1903
|
-
"ai-portal.activity-timeline": {
|
|
1904
|
-
"properties": [
|
|
1905
|
-
{
|
|
1906
|
-
"name": "list",
|
|
1907
|
-
"annotation": {
|
|
1908
|
-
"type": "array",
|
|
1909
|
-
"elementType": {
|
|
1910
|
-
"type": "reference",
|
|
1911
|
-
"typeName": {
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"type": "propertySignature",
|
|
2004
|
+
"key": {
|
|
1912
2005
|
"type": "identifier",
|
|
1913
|
-
"name": "
|
|
1914
|
-
}
|
|
2006
|
+
"name": "username"
|
|
2007
|
+
},
|
|
2008
|
+
"annotation": {
|
|
2009
|
+
"type": "keyword",
|
|
2010
|
+
"value": "string"
|
|
2011
|
+
},
|
|
2012
|
+
"optional": true,
|
|
2013
|
+
"computed": false
|
|
1915
2014
|
}
|
|
1916
|
-
|
|
2015
|
+
]
|
|
1917
2016
|
},
|
|
1918
2017
|
{
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
2018
|
+
"type": "interface",
|
|
2019
|
+
"name": "Goal",
|
|
2020
|
+
"body": [
|
|
2021
|
+
{
|
|
2022
|
+
"type": "propertySignature",
|
|
2023
|
+
"key": {
|
|
2024
|
+
"type": "identifier",
|
|
2025
|
+
"name": "instanceId"
|
|
2026
|
+
},
|
|
2027
|
+
"annotation": {
|
|
2028
|
+
"type": "keyword",
|
|
2029
|
+
"value": "string"
|
|
2030
|
+
},
|
|
2031
|
+
"computed": false
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"type": "propertySignature",
|
|
2035
|
+
"key": {
|
|
2036
|
+
"type": "identifier",
|
|
2037
|
+
"name": "title"
|
|
2038
|
+
},
|
|
2039
|
+
"annotation": {
|
|
2040
|
+
"type": "keyword",
|
|
2041
|
+
"value": "string"
|
|
2042
|
+
},
|
|
2043
|
+
"computed": false
|
|
2044
|
+
}
|
|
2045
|
+
]
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
"type": "interface",
|
|
2049
|
+
"name": "ActionClickDetail",
|
|
2050
|
+
"body": [
|
|
2051
|
+
{
|
|
2052
|
+
"type": "propertySignature",
|
|
2053
|
+
"key": {
|
|
2054
|
+
"type": "identifier",
|
|
2055
|
+
"name": "action"
|
|
2056
|
+
},
|
|
2057
|
+
"annotation": {
|
|
2058
|
+
"type": "reference",
|
|
2059
|
+
"typeName": {
|
|
2060
|
+
"type": "identifier",
|
|
2061
|
+
"name": "SimpleActionType"
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
"computed": false
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"type": "propertySignature",
|
|
2068
|
+
"key": {
|
|
2069
|
+
"type": "identifier",
|
|
2070
|
+
"name": "item"
|
|
2071
|
+
},
|
|
2072
|
+
"annotation": {
|
|
2073
|
+
"type": "reference",
|
|
2074
|
+
"typeName": {
|
|
2075
|
+
"type": "identifier",
|
|
2076
|
+
"name": "Conversation"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
"computed": false
|
|
2080
|
+
}
|
|
2081
|
+
]
|
|
2082
|
+
}
|
|
2083
|
+
]
|
|
2084
|
+
},
|
|
2085
|
+
"ai-portal.action-buttons": {
|
|
2086
|
+
"properties": [
|
|
2087
|
+
{
|
|
2088
|
+
"name": "items",
|
|
2089
|
+
"annotation": {
|
|
2090
|
+
"type": "array",
|
|
2091
|
+
"elementType": {
|
|
2092
|
+
"type": "reference",
|
|
2093
|
+
"typeName": {
|
|
2094
|
+
"type": "identifier",
|
|
2095
|
+
"name": "ActionItem"
|
|
2096
|
+
}
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"name": "activeKey",
|
|
2102
|
+
"annotation": {
|
|
2103
|
+
"type": "union",
|
|
2104
|
+
"types": [
|
|
2105
|
+
{
|
|
2106
|
+
"type": "keyword",
|
|
2107
|
+
"value": "string"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"type": "keyword",
|
|
2111
|
+
"value": "null"
|
|
2112
|
+
}
|
|
2113
|
+
]
|
|
2114
|
+
}
|
|
2115
|
+
}
|
|
2116
|
+
],
|
|
2117
|
+
"events": [
|
|
2118
|
+
{
|
|
2119
|
+
"name": "change",
|
|
2120
|
+
"detail": {
|
|
2121
|
+
"annotation": {
|
|
2122
|
+
"type": "union",
|
|
2123
|
+
"types": [
|
|
2124
|
+
{
|
|
2125
|
+
"type": "reference",
|
|
2126
|
+
"typeName": {
|
|
2127
|
+
"type": "identifier",
|
|
2128
|
+
"name": "ActionItem"
|
|
2129
|
+
}
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"type": "keyword",
|
|
2133
|
+
"value": "null"
|
|
2134
|
+
}
|
|
2135
|
+
]
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
}
|
|
2139
|
+
],
|
|
2140
|
+
"methods": [],
|
|
2141
|
+
"types": [
|
|
2142
|
+
{
|
|
2143
|
+
"type": "interface",
|
|
2144
|
+
"name": "ActionItem",
|
|
2145
|
+
"body": [
|
|
2146
|
+
{
|
|
2147
|
+
"type": "propertySignature",
|
|
2148
|
+
"key": {
|
|
2149
|
+
"type": "identifier",
|
|
2150
|
+
"name": "text"
|
|
2151
|
+
},
|
|
2152
|
+
"annotation": {
|
|
2153
|
+
"type": "keyword",
|
|
2154
|
+
"value": "string"
|
|
2155
|
+
},
|
|
2156
|
+
"computed": false
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"type": "propertySignature",
|
|
2160
|
+
"key": {
|
|
2161
|
+
"type": "identifier",
|
|
2162
|
+
"name": "key"
|
|
2163
|
+
},
|
|
2164
|
+
"annotation": {
|
|
2165
|
+
"type": "keyword",
|
|
2166
|
+
"value": "string"
|
|
2167
|
+
},
|
|
2168
|
+
"computed": false
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"type": "propertySignature",
|
|
2172
|
+
"key": {
|
|
2173
|
+
"type": "identifier",
|
|
2174
|
+
"name": "icon"
|
|
2175
|
+
},
|
|
2176
|
+
"annotation": {
|
|
2177
|
+
"type": "reference",
|
|
2178
|
+
"typeName": {
|
|
2179
|
+
"type": "identifier",
|
|
2180
|
+
"name": "GeneralIconProps"
|
|
2181
|
+
}
|
|
2182
|
+
},
|
|
2183
|
+
"optional": true,
|
|
2184
|
+
"computed": false
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"type": "propertySignature",
|
|
2188
|
+
"key": {
|
|
2189
|
+
"type": "identifier",
|
|
2190
|
+
"name": "hidden"
|
|
2191
|
+
},
|
|
2192
|
+
"annotation": {
|
|
2193
|
+
"type": "keyword",
|
|
2194
|
+
"value": "boolean"
|
|
2195
|
+
},
|
|
2196
|
+
"optional": true,
|
|
2197
|
+
"computed": false
|
|
2198
|
+
}
|
|
2199
|
+
]
|
|
2200
|
+
}
|
|
2201
|
+
]
|
|
2202
|
+
},
|
|
2203
|
+
"ai-portal.activity-timeline": {
|
|
2204
|
+
"properties": [
|
|
2205
|
+
{
|
|
2206
|
+
"name": "list",
|
|
2207
|
+
"annotation": {
|
|
2208
|
+
"type": "array",
|
|
2209
|
+
"elementType": {
|
|
2210
|
+
"type": "reference",
|
|
2211
|
+
"typeName": {
|
|
2212
|
+
"type": "identifier",
|
|
2213
|
+
"name": "Activity"
|
|
2214
|
+
}
|
|
2215
|
+
}
|
|
2216
|
+
}
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"name": "chatUrlTemplate",
|
|
2220
|
+
"annotation": {
|
|
2221
|
+
"type": "keyword",
|
|
2222
|
+
"value": "string"
|
|
2223
|
+
}
|
|
2224
|
+
}
|
|
2225
|
+
],
|
|
2226
|
+
"events": [],
|
|
2227
|
+
"methods": [],
|
|
2228
|
+
"types": [
|
|
2229
|
+
{
|
|
2230
|
+
"type": "typeAlias",
|
|
2231
|
+
"name": "Activity",
|
|
1932
2232
|
"annotation": {
|
|
1933
2233
|
"type": "union",
|
|
1934
2234
|
"types": [
|
|
@@ -2775,309 +3075,39 @@
|
|
|
2775
3075
|
"name": "comment_content"
|
|
2776
3076
|
},
|
|
2777
3077
|
"annotation": {
|
|
2778
|
-
"type": "keyword",
|
|
2779
|
-
"value": "string"
|
|
2780
|
-
},
|
|
2781
|
-
"computed": false
|
|
2782
|
-
}
|
|
2783
|
-
]
|
|
2784
|
-
},
|
|
2785
|
-
"computed": false
|
|
2786
|
-
}
|
|
2787
|
-
],
|
|
2788
|
-
"extends": [
|
|
2789
|
-
{
|
|
2790
|
-
"type": "expressionWithTypeArguments",
|
|
2791
|
-
"expression": {
|
|
2792
|
-
"type": "identifier",
|
|
2793
|
-
"name": "ActivityBase"
|
|
2794
|
-
}
|
|
2795
|
-
}
|
|
2796
|
-
]
|
|
2797
|
-
},
|
|
2798
|
-
{
|
|
2799
|
-
"type": "interface",
|
|
2800
|
-
"name": "ActivityOfStartConversation",
|
|
2801
|
-
"body": [
|
|
2802
|
-
{
|
|
2803
|
-
"type": "propertySignature",
|
|
2804
|
-
"key": {
|
|
2805
|
-
"type": "identifier",
|
|
2806
|
-
"name": "action_type"
|
|
2807
|
-
},
|
|
2808
|
-
"annotation": {
|
|
2809
|
-
"type": "jsLiteral",
|
|
2810
|
-
"value": "start_conversation"
|
|
2811
|
-
},
|
|
2812
|
-
"computed": false
|
|
2813
|
-
},
|
|
2814
|
-
{
|
|
2815
|
-
"type": "propertySignature",
|
|
2816
|
-
"key": {
|
|
2817
|
-
"type": "identifier",
|
|
2818
|
-
"name": "metadata"
|
|
2819
|
-
},
|
|
2820
|
-
"annotation": {
|
|
2821
|
-
"type": "typeLiteral",
|
|
2822
|
-
"members": [
|
|
2823
|
-
{
|
|
2824
|
-
"type": "propertySignature",
|
|
2825
|
-
"key": {
|
|
2826
|
-
"type": "identifier",
|
|
2827
|
-
"name": "conversation_id"
|
|
2828
|
-
},
|
|
2829
|
-
"annotation": {
|
|
2830
|
-
"type": "keyword",
|
|
2831
|
-
"value": "string"
|
|
2832
|
-
},
|
|
2833
|
-
"computed": false
|
|
2834
|
-
},
|
|
2835
|
-
{
|
|
2836
|
-
"type": "propertySignature",
|
|
2837
|
-
"key": {
|
|
2838
|
-
"type": "identifier",
|
|
2839
|
-
"name": "conversation_title"
|
|
2840
|
-
},
|
|
2841
|
-
"annotation": {
|
|
2842
|
-
"type": "keyword",
|
|
2843
|
-
"value": "string"
|
|
2844
|
-
},
|
|
2845
|
-
"computed": false
|
|
2846
|
-
},
|
|
2847
|
-
{
|
|
2848
|
-
"type": "propertySignature",
|
|
2849
|
-
"key": {
|
|
2850
|
-
"type": "identifier",
|
|
2851
|
-
"name": "conversation_description"
|
|
2852
|
-
},
|
|
2853
|
-
"annotation": {
|
|
2854
|
-
"type": "keyword",
|
|
2855
|
-
"value": "string"
|
|
2856
|
-
},
|
|
2857
|
-
"optional": true,
|
|
2858
|
-
"computed": false
|
|
2859
|
-
}
|
|
2860
|
-
]
|
|
2861
|
-
},
|
|
2862
|
-
"computed": false
|
|
2863
|
-
}
|
|
2864
|
-
],
|
|
2865
|
-
"extends": [
|
|
2866
|
-
{
|
|
2867
|
-
"type": "expressionWithTypeArguments",
|
|
2868
|
-
"expression": {
|
|
2869
|
-
"type": "identifier",
|
|
2870
|
-
"name": "ActivityBase"
|
|
2871
|
-
}
|
|
2872
|
-
}
|
|
2873
|
-
]
|
|
2874
|
-
}
|
|
2875
|
-
]
|
|
2876
|
-
},
|
|
2877
|
-
"ai-portal.project-conversations": {
|
|
2878
|
-
"properties": [
|
|
2879
|
-
{
|
|
2880
|
-
"name": "list",
|
|
2881
|
-
"annotation": {
|
|
2882
|
-
"type": "array",
|
|
2883
|
-
"elementType": {
|
|
2884
|
-
"type": "reference",
|
|
2885
|
-
"typeName": {
|
|
2886
|
-
"type": "identifier",
|
|
2887
|
-
"name": "Conversation"
|
|
2888
|
-
}
|
|
2889
|
-
}
|
|
2890
|
-
}
|
|
2891
|
-
},
|
|
2892
|
-
{
|
|
2893
|
-
"name": "urlTemplate",
|
|
2894
|
-
"annotation": {
|
|
2895
|
-
"type": "keyword",
|
|
2896
|
-
"value": "string"
|
|
2897
|
-
}
|
|
2898
|
-
},
|
|
2899
|
-
{
|
|
2900
|
-
"name": "actions",
|
|
2901
|
-
"annotation": {
|
|
2902
|
-
"type": "array",
|
|
2903
|
-
"elementType": {
|
|
2904
|
-
"type": "reference",
|
|
2905
|
-
"typeName": {
|
|
2906
|
-
"type": "identifier",
|
|
2907
|
-
"name": "ActionType"
|
|
2908
|
-
}
|
|
2909
|
-
}
|
|
2910
|
-
}
|
|
2911
|
-
},
|
|
2912
|
-
{
|
|
2913
|
-
"name": "goals",
|
|
2914
|
-
"annotation": {
|
|
2915
|
-
"type": "array",
|
|
2916
|
-
"elementType": {
|
|
2917
|
-
"type": "reference",
|
|
2918
|
-
"typeName": {
|
|
2919
|
-
"type": "identifier",
|
|
2920
|
-
"name": "Goal"
|
|
2921
|
-
}
|
|
2922
|
-
}
|
|
2923
|
-
}
|
|
2924
|
-
}
|
|
2925
|
-
],
|
|
2926
|
-
"events": [
|
|
2927
|
-
{
|
|
2928
|
-
"name": "goal.click",
|
|
2929
|
-
"detail": {
|
|
2930
|
-
"annotation": {
|
|
2931
|
-
"type": "reference",
|
|
2932
|
-
"typeName": {
|
|
2933
|
-
"type": "identifier",
|
|
2934
|
-
"name": "Conversation"
|
|
2935
|
-
}
|
|
2936
|
-
}
|
|
2937
|
-
}
|
|
2938
|
-
},
|
|
2939
|
-
{
|
|
2940
|
-
"name": "action.click",
|
|
2941
|
-
"detail": {
|
|
2942
|
-
"annotation": {
|
|
2943
|
-
"type": "reference",
|
|
2944
|
-
"typeName": {
|
|
2945
|
-
"type": "identifier",
|
|
2946
|
-
"name": "ActionClickDetail"
|
|
2947
|
-
}
|
|
2948
|
-
}
|
|
2949
|
-
}
|
|
2950
|
-
}
|
|
2951
|
-
],
|
|
2952
|
-
"methods": [],
|
|
2953
|
-
"types": [
|
|
2954
|
-
{
|
|
2955
|
-
"type": "interface",
|
|
2956
|
-
"name": "Conversation",
|
|
2957
|
-
"body": [
|
|
2958
|
-
{
|
|
2959
|
-
"type": "propertySignature",
|
|
2960
|
-
"key": {
|
|
2961
|
-
"type": "identifier",
|
|
2962
|
-
"name": "conversationId"
|
|
2963
|
-
},
|
|
2964
|
-
"annotation": {
|
|
2965
|
-
"type": "keyword",
|
|
2966
|
-
"value": "string"
|
|
2967
|
-
},
|
|
2968
|
-
"computed": false
|
|
2969
|
-
},
|
|
2970
|
-
{
|
|
2971
|
-
"type": "propertySignature",
|
|
2972
|
-
"key": {
|
|
2973
|
-
"type": "identifier",
|
|
2974
|
-
"name": "title"
|
|
2975
|
-
},
|
|
2976
|
-
"annotation": {
|
|
2977
|
-
"type": "keyword",
|
|
2978
|
-
"value": "string"
|
|
2979
|
-
},
|
|
2980
|
-
"computed": false
|
|
2981
|
-
},
|
|
2982
|
-
{
|
|
2983
|
-
"type": "propertySignature",
|
|
2984
|
-
"key": {
|
|
2985
|
-
"type": "identifier",
|
|
2986
|
-
"name": "startTime"
|
|
2987
|
-
},
|
|
2988
|
-
"annotation": {
|
|
2989
|
-
"type": "keyword",
|
|
2990
|
-
"value": "number"
|
|
2991
|
-
},
|
|
2992
|
-
"computed": false
|
|
2993
|
-
},
|
|
2994
|
-
{
|
|
2995
|
-
"type": "propertySignature",
|
|
2996
|
-
"key": {
|
|
2997
|
-
"type": "identifier",
|
|
2998
|
-
"name": "description"
|
|
2999
|
-
},
|
|
3000
|
-
"annotation": {
|
|
3001
|
-
"type": "keyword",
|
|
3002
|
-
"value": "string"
|
|
3003
|
-
},
|
|
3004
|
-
"optional": true,
|
|
3005
|
-
"computed": false
|
|
3006
|
-
},
|
|
3007
|
-
{
|
|
3008
|
-
"type": "propertySignature",
|
|
3009
|
-
"key": {
|
|
3010
|
-
"type": "identifier",
|
|
3011
|
-
"name": "goalInstanceId"
|
|
3012
|
-
},
|
|
3013
|
-
"annotation": {
|
|
3014
|
-
"type": "keyword",
|
|
3015
|
-
"value": "string"
|
|
3016
|
-
},
|
|
3017
|
-
"optional": true,
|
|
3018
|
-
"computed": false
|
|
3019
|
-
},
|
|
3020
|
-
{
|
|
3021
|
-
"type": "propertySignature",
|
|
3022
|
-
"key": {
|
|
3023
|
-
"type": "identifier",
|
|
3024
|
-
"name": "username"
|
|
3025
|
-
},
|
|
3026
|
-
"annotation": {
|
|
3027
|
-
"type": "keyword",
|
|
3028
|
-
"value": "string"
|
|
3029
|
-
},
|
|
3030
|
-
"optional": true,
|
|
3031
|
-
"computed": false
|
|
3032
|
-
}
|
|
3033
|
-
]
|
|
3034
|
-
},
|
|
3035
|
-
{
|
|
3036
|
-
"type": "interface",
|
|
3037
|
-
"name": "Goal",
|
|
3038
|
-
"body": [
|
|
3039
|
-
{
|
|
3040
|
-
"type": "propertySignature",
|
|
3041
|
-
"key": {
|
|
3042
|
-
"type": "identifier",
|
|
3043
|
-
"name": "instanceId"
|
|
3044
|
-
},
|
|
3045
|
-
"annotation": {
|
|
3046
|
-
"type": "keyword",
|
|
3047
|
-
"value": "string"
|
|
3078
|
+
"type": "keyword",
|
|
3079
|
+
"value": "string"
|
|
3080
|
+
},
|
|
3081
|
+
"computed": false
|
|
3082
|
+
}
|
|
3083
|
+
]
|
|
3048
3084
|
},
|
|
3049
3085
|
"computed": false
|
|
3050
|
-
}
|
|
3086
|
+
}
|
|
3087
|
+
],
|
|
3088
|
+
"extends": [
|
|
3051
3089
|
{
|
|
3052
|
-
"type": "
|
|
3053
|
-
"
|
|
3090
|
+
"type": "expressionWithTypeArguments",
|
|
3091
|
+
"expression": {
|
|
3054
3092
|
"type": "identifier",
|
|
3055
|
-
"name": "
|
|
3056
|
-
}
|
|
3057
|
-
"annotation": {
|
|
3058
|
-
"type": "keyword",
|
|
3059
|
-
"value": "string"
|
|
3060
|
-
},
|
|
3061
|
-
"computed": false
|
|
3093
|
+
"name": "ActivityBase"
|
|
3094
|
+
}
|
|
3062
3095
|
}
|
|
3063
3096
|
]
|
|
3064
3097
|
},
|
|
3065
3098
|
{
|
|
3066
3099
|
"type": "interface",
|
|
3067
|
-
"name": "
|
|
3100
|
+
"name": "ActivityOfStartConversation",
|
|
3068
3101
|
"body": [
|
|
3069
3102
|
{
|
|
3070
3103
|
"type": "propertySignature",
|
|
3071
3104
|
"key": {
|
|
3072
3105
|
"type": "identifier",
|
|
3073
|
-
"name": "
|
|
3106
|
+
"name": "action_type"
|
|
3074
3107
|
},
|
|
3075
3108
|
"annotation": {
|
|
3076
|
-
"type": "
|
|
3077
|
-
"
|
|
3078
|
-
"type": "identifier",
|
|
3079
|
-
"name": "SimpleActionType"
|
|
3080
|
-
}
|
|
3109
|
+
"type": "jsLiteral",
|
|
3110
|
+
"value": "start_conversation"
|
|
3081
3111
|
},
|
|
3082
3112
|
"computed": false
|
|
3083
3113
|
},
|
|
@@ -3085,17 +3115,61 @@
|
|
|
3085
3115
|
"type": "propertySignature",
|
|
3086
3116
|
"key": {
|
|
3087
3117
|
"type": "identifier",
|
|
3088
|
-
"name": "
|
|
3118
|
+
"name": "metadata"
|
|
3089
3119
|
},
|
|
3090
3120
|
"annotation": {
|
|
3091
|
-
"type": "
|
|
3092
|
-
"
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3121
|
+
"type": "typeLiteral",
|
|
3122
|
+
"members": [
|
|
3123
|
+
{
|
|
3124
|
+
"type": "propertySignature",
|
|
3125
|
+
"key": {
|
|
3126
|
+
"type": "identifier",
|
|
3127
|
+
"name": "conversation_id"
|
|
3128
|
+
},
|
|
3129
|
+
"annotation": {
|
|
3130
|
+
"type": "keyword",
|
|
3131
|
+
"value": "string"
|
|
3132
|
+
},
|
|
3133
|
+
"computed": false
|
|
3134
|
+
},
|
|
3135
|
+
{
|
|
3136
|
+
"type": "propertySignature",
|
|
3137
|
+
"key": {
|
|
3138
|
+
"type": "identifier",
|
|
3139
|
+
"name": "conversation_title"
|
|
3140
|
+
},
|
|
3141
|
+
"annotation": {
|
|
3142
|
+
"type": "keyword",
|
|
3143
|
+
"value": "string"
|
|
3144
|
+
},
|
|
3145
|
+
"computed": false
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"type": "propertySignature",
|
|
3149
|
+
"key": {
|
|
3150
|
+
"type": "identifier",
|
|
3151
|
+
"name": "conversation_description"
|
|
3152
|
+
},
|
|
3153
|
+
"annotation": {
|
|
3154
|
+
"type": "keyword",
|
|
3155
|
+
"value": "string"
|
|
3156
|
+
},
|
|
3157
|
+
"optional": true,
|
|
3158
|
+
"computed": false
|
|
3159
|
+
}
|
|
3160
|
+
]
|
|
3096
3161
|
},
|
|
3097
3162
|
"computed": false
|
|
3098
3163
|
}
|
|
3164
|
+
],
|
|
3165
|
+
"extends": [
|
|
3166
|
+
{
|
|
3167
|
+
"type": "expressionWithTypeArguments",
|
|
3168
|
+
"expression": {
|
|
3169
|
+
"type": "identifier",
|
|
3170
|
+
"name": "ActivityBase"
|
|
3171
|
+
}
|
|
3172
|
+
}
|
|
3099
3173
|
]
|
|
3100
3174
|
}
|
|
3101
3175
|
]
|
|
@@ -4422,10 +4496,13 @@
|
|
|
4422
4496
|
}
|
|
4423
4497
|
},
|
|
4424
4498
|
{
|
|
4425
|
-
"name": "
|
|
4499
|
+
"name": "uploadFiles",
|
|
4426
4500
|
"annotation": {
|
|
4427
|
-
"type": "
|
|
4428
|
-
"
|
|
4501
|
+
"type": "reference",
|
|
4502
|
+
"typeName": {
|
|
4503
|
+
"type": "identifier",
|
|
4504
|
+
"name": "UploadFileOptions"
|
|
4505
|
+
}
|
|
4429
4506
|
}
|
|
4430
4507
|
}
|
|
4431
4508
|
],
|
|
@@ -4439,6 +4516,18 @@
|
|
|
4439
4516
|
}
|
|
4440
4517
|
}
|
|
4441
4518
|
},
|
|
4519
|
+
{
|
|
4520
|
+
"name": "chat.submit",
|
|
4521
|
+
"detail": {
|
|
4522
|
+
"annotation": {
|
|
4523
|
+
"type": "reference",
|
|
4524
|
+
"typeName": {
|
|
4525
|
+
"type": "identifier",
|
|
4526
|
+
"name": "ChatPayload"
|
|
4527
|
+
}
|
|
4528
|
+
}
|
|
4529
|
+
}
|
|
4530
|
+
},
|
|
4442
4531
|
{
|
|
4443
4532
|
"name": "ai-employee.mention",
|
|
4444
4533
|
"detail": {
|
|
@@ -4480,31 +4569,6 @@
|
|
|
4480
4569
|
]
|
|
4481
4570
|
}
|
|
4482
4571
|
}
|
|
4483
|
-
},
|
|
4484
|
-
{
|
|
4485
|
-
"name": "files.change",
|
|
4486
|
-
"detail": {
|
|
4487
|
-
"annotation": {
|
|
4488
|
-
"type": "union",
|
|
4489
|
-
"types": [
|
|
4490
|
-
{
|
|
4491
|
-
"type": "array",
|
|
4492
|
-
"elementType": {
|
|
4493
|
-
"type": "keyword",
|
|
4494
|
-
"value": "string"
|
|
4495
|
-
}
|
|
4496
|
-
},
|
|
4497
|
-
{
|
|
4498
|
-
"type": "keyword",
|
|
4499
|
-
"value": "null"
|
|
4500
|
-
},
|
|
4501
|
-
{
|
|
4502
|
-
"type": "keyword",
|
|
4503
|
-
"value": "undefined"
|
|
4504
|
-
}
|
|
4505
|
-
]
|
|
4506
|
-
}
|
|
4507
|
-
}
|
|
4508
4572
|
}
|
|
4509
4573
|
],
|
|
4510
4574
|
"methods": [
|
|
@@ -4627,6 +4691,75 @@
|
|
|
4627
4691
|
"computed": false
|
|
4628
4692
|
}
|
|
4629
4693
|
]
|
|
4694
|
+
},
|
|
4695
|
+
{
|
|
4696
|
+
"type": "interface",
|
|
4697
|
+
"name": "UploadFileOptions",
|
|
4698
|
+
"body": [
|
|
4699
|
+
{
|
|
4700
|
+
"type": "propertySignature",
|
|
4701
|
+
"key": {
|
|
4702
|
+
"type": "identifier",
|
|
4703
|
+
"name": "enabled"
|
|
4704
|
+
},
|
|
4705
|
+
"annotation": {
|
|
4706
|
+
"type": "keyword",
|
|
4707
|
+
"value": "boolean"
|
|
4708
|
+
},
|
|
4709
|
+
"optional": true,
|
|
4710
|
+
"computed": false
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"type": "propertySignature",
|
|
4714
|
+
"key": {
|
|
4715
|
+
"type": "identifier",
|
|
4716
|
+
"name": "accept"
|
|
4717
|
+
},
|
|
4718
|
+
"annotation": {
|
|
4719
|
+
"type": "keyword",
|
|
4720
|
+
"value": "string"
|
|
4721
|
+
},
|
|
4722
|
+
"optional": true,
|
|
4723
|
+
"computed": false
|
|
4724
|
+
}
|
|
4725
|
+
]
|
|
4726
|
+
},
|
|
4727
|
+
{
|
|
4728
|
+
"type": "interface",
|
|
4729
|
+
"name": "ChatPayload",
|
|
4730
|
+
"body": [
|
|
4731
|
+
{
|
|
4732
|
+
"type": "propertySignature",
|
|
4733
|
+
"key": {
|
|
4734
|
+
"type": "identifier",
|
|
4735
|
+
"name": "content"
|
|
4736
|
+
},
|
|
4737
|
+
"annotation": {
|
|
4738
|
+
"type": "keyword",
|
|
4739
|
+
"value": "string"
|
|
4740
|
+
},
|
|
4741
|
+
"computed": false
|
|
4742
|
+
},
|
|
4743
|
+
{
|
|
4744
|
+
"type": "propertySignature",
|
|
4745
|
+
"key": {
|
|
4746
|
+
"type": "identifier",
|
|
4747
|
+
"name": "files"
|
|
4748
|
+
},
|
|
4749
|
+
"annotation": {
|
|
4750
|
+
"type": "array",
|
|
4751
|
+
"elementType": {
|
|
4752
|
+
"type": "reference",
|
|
4753
|
+
"typeName": {
|
|
4754
|
+
"type": "identifier",
|
|
4755
|
+
"name": "UploadFileInfo"
|
|
4756
|
+
}
|
|
4757
|
+
}
|
|
4758
|
+
},
|
|
4759
|
+
"optional": true,
|
|
4760
|
+
"computed": false
|
|
4761
|
+
}
|
|
4762
|
+
]
|
|
4630
4763
|
}
|
|
4631
4764
|
]
|
|
4632
4765
|
},
|
|
@@ -5248,6 +5381,25 @@
|
|
|
5248
5381
|
},
|
|
5249
5382
|
"optional": true,
|
|
5250
5383
|
"computed": false
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"type": "propertySignature",
|
|
5387
|
+
"key": {
|
|
5388
|
+
"type": "identifier",
|
|
5389
|
+
"name": "files"
|
|
5390
|
+
},
|
|
5391
|
+
"annotation": {
|
|
5392
|
+
"type": "array",
|
|
5393
|
+
"elementType": {
|
|
5394
|
+
"type": "reference",
|
|
5395
|
+
"typeName": {
|
|
5396
|
+
"type": "identifier",
|
|
5397
|
+
"name": "UploadFileInfo"
|
|
5398
|
+
}
|
|
5399
|
+
}
|
|
5400
|
+
},
|
|
5401
|
+
"optional": true,
|
|
5402
|
+
"computed": false
|
|
5251
5403
|
}
|
|
5252
5404
|
]
|
|
5253
5405
|
},
|
|
@@ -5344,6 +5496,24 @@
|
|
|
5344
5496
|
}
|
|
5345
5497
|
]
|
|
5346
5498
|
},
|
|
5499
|
+
{
|
|
5500
|
+
"type": "interface",
|
|
5501
|
+
"name": "UploadFileInfo",
|
|
5502
|
+
"body": [
|
|
5503
|
+
{
|
|
5504
|
+
"type": "propertySignature",
|
|
5505
|
+
"key": {
|
|
5506
|
+
"type": "identifier",
|
|
5507
|
+
"name": "fileId"
|
|
5508
|
+
},
|
|
5509
|
+
"annotation": {
|
|
5510
|
+
"type": "keyword",
|
|
5511
|
+
"value": "string"
|
|
5512
|
+
},
|
|
5513
|
+
"computed": false
|
|
5514
|
+
}
|
|
5515
|
+
]
|
|
5516
|
+
},
|
|
5347
5517
|
{
|
|
5348
5518
|
"type": "interface",
|
|
5349
5519
|
"name": "ShowCaseType",
|
|
@@ -5807,6 +5977,25 @@
|
|
|
5807
5977
|
},
|
|
5808
5978
|
"optional": true,
|
|
5809
5979
|
"computed": false
|
|
5980
|
+
},
|
|
5981
|
+
{
|
|
5982
|
+
"type": "propertySignature",
|
|
5983
|
+
"key": {
|
|
5984
|
+
"type": "identifier",
|
|
5985
|
+
"name": "files"
|
|
5986
|
+
},
|
|
5987
|
+
"annotation": {
|
|
5988
|
+
"type": "array",
|
|
5989
|
+
"elementType": {
|
|
5990
|
+
"type": "reference",
|
|
5991
|
+
"typeName": {
|
|
5992
|
+
"type": "identifier",
|
|
5993
|
+
"name": "UploadFileInfo"
|
|
5994
|
+
}
|
|
5995
|
+
}
|
|
5996
|
+
},
|
|
5997
|
+
"optional": true,
|
|
5998
|
+
"computed": false
|
|
5810
5999
|
}
|
|
5811
6000
|
]
|
|
5812
6001
|
},
|
|
@@ -5903,6 +6092,24 @@
|
|
|
5903
6092
|
}
|
|
5904
6093
|
]
|
|
5905
6094
|
},
|
|
6095
|
+
{
|
|
6096
|
+
"type": "interface",
|
|
6097
|
+
"name": "UploadFileInfo",
|
|
6098
|
+
"body": [
|
|
6099
|
+
{
|
|
6100
|
+
"type": "propertySignature",
|
|
6101
|
+
"key": {
|
|
6102
|
+
"type": "identifier",
|
|
6103
|
+
"name": "fileId"
|
|
6104
|
+
},
|
|
6105
|
+
"annotation": {
|
|
6106
|
+
"type": "keyword",
|
|
6107
|
+
"value": "string"
|
|
6108
|
+
},
|
|
6109
|
+
"computed": false
|
|
6110
|
+
}
|
|
6111
|
+
]
|
|
6112
|
+
},
|
|
5906
6113
|
{
|
|
5907
6114
|
"type": "interface",
|
|
5908
6115
|
"name": "ShowCaseType",
|