@next-bricks/ai-portal 0.65.4 → 0.65.5
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 +22 -22
- package/dist/chunks/4864.1a321da4.js +2 -0
- package/dist/chunks/4864.1a321da4.js.map +1 -0
- package/dist/chunks/{main.ccf4635e.js → main.77fb9cf6.js} +2 -2
- package/dist/chunks/{main.ccf4635e.js.map → main.77fb9cf6.js.map} +1 -1
- package/dist/examples.json +12 -12
- package/dist/{index.b10ed910.js → index.2865b625.js} +2 -2
- package/dist/{index.b10ed910.js.map → index.2865b625.js.map} +1 -1
- package/dist/manifest.json +176 -176
- package/dist/types.json +1496 -1496
- package/package.json +2 -2
- package/dist/chunks/4864.a9badd21.js +0 -2
- package/dist/chunks/4864.a9badd21.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,121 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.stat-with-mini-chart": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "label",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "string"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "value",
|
|
13
|
-
"annotation": {
|
|
14
|
-
"type": "keyword",
|
|
15
|
-
"value": "string"
|
|
16
|
-
}
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"name": "size",
|
|
20
|
-
"annotation": {
|
|
21
|
-
"type": "union",
|
|
22
|
-
"types": [
|
|
23
|
-
{
|
|
24
|
-
"type": "jsLiteral",
|
|
25
|
-
"value": "medium"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"type": "jsLiteral",
|
|
29
|
-
"value": "small"
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "lineColor",
|
|
36
|
-
"annotation": {
|
|
37
|
-
"type": "keyword",
|
|
38
|
-
"value": "string"
|
|
39
|
-
}
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "showArea",
|
|
43
|
-
"annotation": {
|
|
44
|
-
"type": "keyword",
|
|
45
|
-
"value": "boolean"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
"name": "min",
|
|
50
|
-
"annotation": {
|
|
51
|
-
"type": "keyword",
|
|
52
|
-
"value": "number"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"name": "max",
|
|
57
|
-
"annotation": {
|
|
58
|
-
"type": "keyword",
|
|
59
|
-
"value": "number"
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "xField",
|
|
64
|
-
"annotation": {
|
|
65
|
-
"type": "keyword",
|
|
66
|
-
"value": "string"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "yField",
|
|
71
|
-
"annotation": {
|
|
72
|
-
"type": "keyword",
|
|
73
|
-
"value": "string"
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"name": "data",
|
|
78
|
-
"annotation": {
|
|
79
|
-
"type": "array",
|
|
80
|
-
"elementType": {
|
|
81
|
-
"type": "reference",
|
|
82
|
-
"typeName": {
|
|
83
|
-
"type": "identifier",
|
|
84
|
-
"name": "Record"
|
|
85
|
-
},
|
|
86
|
-
"typeParameters": {
|
|
87
|
-
"type": "typeParameterInstantiation",
|
|
88
|
-
"params": [
|
|
89
|
-
{
|
|
90
|
-
"type": "keyword",
|
|
91
|
-
"value": "string"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"type": "keyword",
|
|
95
|
-
"value": "number"
|
|
96
|
-
}
|
|
97
|
-
]
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
"events": [],
|
|
104
|
-
"methods": []
|
|
105
|
-
},
|
|
106
|
-
"ai-portal.home-container": {
|
|
107
|
-
"properties": [
|
|
108
|
-
{
|
|
109
|
-
"name": "sticky",
|
|
110
|
-
"annotation": {
|
|
111
|
-
"type": "keyword",
|
|
112
|
-
"value": "boolean"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
|
-
"events": [],
|
|
117
|
-
"methods": []
|
|
118
|
-
},
|
|
119
2
|
"ai-portal.icon-button": {
|
|
120
3
|
"properties": [
|
|
121
4
|
{
|
|
@@ -235,26 +118,20 @@
|
|
|
235
118
|
}
|
|
236
119
|
]
|
|
237
120
|
},
|
|
238
|
-
"ai-portal.
|
|
121
|
+
"ai-portal.stat-with-mini-chart": {
|
|
239
122
|
"properties": [
|
|
240
123
|
{
|
|
241
|
-
"name": "
|
|
124
|
+
"name": "label",
|
|
242
125
|
"annotation": {
|
|
243
126
|
"type": "keyword",
|
|
244
127
|
"value": "string"
|
|
245
128
|
}
|
|
246
129
|
},
|
|
247
130
|
{
|
|
248
|
-
"name": "
|
|
131
|
+
"name": "value",
|
|
249
132
|
"annotation": {
|
|
250
|
-
"type": "
|
|
251
|
-
"
|
|
252
|
-
"type": "reference",
|
|
253
|
-
"typeName": {
|
|
254
|
-
"type": "identifier",
|
|
255
|
-
"name": "Breadcrumb"
|
|
256
|
-
}
|
|
257
|
-
}
|
|
133
|
+
"type": "keyword",
|
|
134
|
+
"value": "string"
|
|
258
135
|
}
|
|
259
136
|
},
|
|
260
137
|
{
|
|
@@ -269,150 +146,137 @@
|
|
|
269
146
|
{
|
|
270
147
|
"type": "jsLiteral",
|
|
271
148
|
"value": "small"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"type": "jsLiteral",
|
|
275
|
-
"value": "full"
|
|
276
149
|
}
|
|
277
150
|
]
|
|
278
151
|
}
|
|
279
152
|
},
|
|
280
153
|
{
|
|
281
|
-
"name": "
|
|
154
|
+
"name": "lineColor",
|
|
282
155
|
"annotation": {
|
|
283
|
-
"type": "
|
|
284
|
-
"
|
|
285
|
-
{
|
|
286
|
-
"type": "jsLiteral",
|
|
287
|
-
"value": "default"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"type": "jsLiteral",
|
|
291
|
-
"value": "form"
|
|
292
|
-
}
|
|
293
|
-
]
|
|
156
|
+
"type": "keyword",
|
|
157
|
+
"value": "string"
|
|
294
158
|
}
|
|
295
159
|
},
|
|
296
160
|
{
|
|
297
|
-
"name": "
|
|
161
|
+
"name": "showArea",
|
|
298
162
|
"annotation": {
|
|
299
163
|
"type": "keyword",
|
|
300
164
|
"value": "boolean"
|
|
301
165
|
}
|
|
302
166
|
},
|
|
303
167
|
{
|
|
304
|
-
"name": "
|
|
168
|
+
"name": "min",
|
|
305
169
|
"annotation": {
|
|
306
170
|
"type": "keyword",
|
|
307
|
-
"value": "
|
|
171
|
+
"value": "number"
|
|
308
172
|
}
|
|
309
|
-
}
|
|
310
|
-
],
|
|
311
|
-
"events": [],
|
|
312
|
-
"methods": [],
|
|
313
|
-
"types": [
|
|
173
|
+
},
|
|
314
174
|
{
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
"type": "identifier",
|
|
322
|
-
"name": "text"
|
|
323
|
-
},
|
|
324
|
-
"annotation": {
|
|
325
|
-
"type": "keyword",
|
|
326
|
-
"value": "string"
|
|
327
|
-
},
|
|
328
|
-
"computed": false
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"type": "propertySignature",
|
|
332
|
-
"key": {
|
|
333
|
-
"type": "identifier",
|
|
334
|
-
"name": "url"
|
|
335
|
-
},
|
|
336
|
-
"annotation": {
|
|
337
|
-
"type": "keyword",
|
|
338
|
-
"value": "string"
|
|
339
|
-
},
|
|
340
|
-
"computed": false
|
|
341
|
-
}
|
|
342
|
-
]
|
|
343
|
-
}
|
|
344
|
-
]
|
|
345
|
-
},
|
|
346
|
-
"ai-portal.tab-list": {
|
|
347
|
-
"properties": [
|
|
175
|
+
"name": "max",
|
|
176
|
+
"annotation": {
|
|
177
|
+
"type": "keyword",
|
|
178
|
+
"value": "number"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
348
181
|
{
|
|
349
|
-
"name": "
|
|
182
|
+
"name": "xField",
|
|
350
183
|
"annotation": {
|
|
351
|
-
"type": "
|
|
352
|
-
"
|
|
353
|
-
"type": "reference",
|
|
354
|
-
"typeName": {
|
|
355
|
-
"type": "identifier",
|
|
356
|
-
"name": "Tab"
|
|
357
|
-
}
|
|
358
|
-
}
|
|
184
|
+
"type": "keyword",
|
|
185
|
+
"value": "string"
|
|
359
186
|
}
|
|
360
187
|
},
|
|
361
188
|
{
|
|
362
|
-
"name": "
|
|
189
|
+
"name": "yField",
|
|
363
190
|
"annotation": {
|
|
364
191
|
"type": "keyword",
|
|
365
192
|
"value": "string"
|
|
366
193
|
}
|
|
367
|
-
}
|
|
368
|
-
],
|
|
369
|
-
"events": [
|
|
194
|
+
},
|
|
370
195
|
{
|
|
371
|
-
"name": "
|
|
372
|
-
"
|
|
373
|
-
"
|
|
196
|
+
"name": "data",
|
|
197
|
+
"annotation": {
|
|
198
|
+
"type": "array",
|
|
199
|
+
"elementType": {
|
|
374
200
|
"type": "reference",
|
|
375
201
|
"typeName": {
|
|
376
202
|
"type": "identifier",
|
|
377
|
-
"name": "
|
|
203
|
+
"name": "Record"
|
|
204
|
+
},
|
|
205
|
+
"typeParameters": {
|
|
206
|
+
"type": "typeParameterInstantiation",
|
|
207
|
+
"params": [
|
|
208
|
+
{
|
|
209
|
+
"type": "keyword",
|
|
210
|
+
"value": "string"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"type": "keyword",
|
|
214
|
+
"value": "number"
|
|
215
|
+
}
|
|
216
|
+
]
|
|
378
217
|
}
|
|
379
218
|
}
|
|
380
219
|
}
|
|
381
220
|
}
|
|
382
221
|
],
|
|
383
|
-
"
|
|
384
|
-
"
|
|
222
|
+
"events": [],
|
|
223
|
+
"methods": []
|
|
224
|
+
},
|
|
225
|
+
"ai-portal.call-tool": {
|
|
226
|
+
"type": "provider",
|
|
227
|
+
"params": [
|
|
385
228
|
{
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
|
|
389
|
-
{
|
|
390
|
-
"type": "
|
|
391
|
-
"
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
229
|
+
"name": "tool",
|
|
230
|
+
"annotation": {
|
|
231
|
+
"type": "reference",
|
|
232
|
+
"typeName": {
|
|
233
|
+
"type": "identifier",
|
|
234
|
+
"name": "ToolInfo"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "params",
|
|
240
|
+
"annotation": {
|
|
241
|
+
"type": "reference",
|
|
242
|
+
"typeName": {
|
|
243
|
+
"type": "identifier",
|
|
244
|
+
"name": "Record"
|
|
400
245
|
},
|
|
401
|
-
{
|
|
402
|
-
"type": "
|
|
403
|
-
"
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
246
|
+
"typeParameters": {
|
|
247
|
+
"type": "typeParameterInstantiation",
|
|
248
|
+
"params": [
|
|
249
|
+
{
|
|
250
|
+
"type": "keyword",
|
|
251
|
+
"value": "string"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"type": "keyword",
|
|
255
|
+
"value": "unknown"
|
|
256
|
+
}
|
|
257
|
+
]
|
|
412
258
|
}
|
|
413
|
-
|
|
259
|
+
}
|
|
414
260
|
}
|
|
415
|
-
]
|
|
261
|
+
],
|
|
262
|
+
"returns": {
|
|
263
|
+
"annotation": {
|
|
264
|
+
"type": "reference",
|
|
265
|
+
"typeName": {
|
|
266
|
+
"type": "identifier",
|
|
267
|
+
"name": "Promise"
|
|
268
|
+
},
|
|
269
|
+
"typeParameters": {
|
|
270
|
+
"type": "typeParameterInstantiation",
|
|
271
|
+
"params": [
|
|
272
|
+
{
|
|
273
|
+
"type": "keyword",
|
|
274
|
+
"value": "unknown"
|
|
275
|
+
}
|
|
276
|
+
]
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
416
280
|
},
|
|
417
281
|
"ai-portal.save-request-store": {
|
|
418
282
|
"type": "provider",
|
|
@@ -2035,61 +1899,113 @@
|
|
|
2035
1899
|
}
|
|
2036
1900
|
}
|
|
2037
1901
|
},
|
|
2038
|
-
"ai-portal.
|
|
2039
|
-
"
|
|
2040
|
-
"params": [
|
|
1902
|
+
"ai-portal.page-container": {
|
|
1903
|
+
"properties": [
|
|
2041
1904
|
{
|
|
2042
|
-
"name": "
|
|
1905
|
+
"name": "pageTitle",
|
|
2043
1906
|
"annotation": {
|
|
2044
|
-
"type": "
|
|
2045
|
-
"
|
|
2046
|
-
"type": "identifier",
|
|
2047
|
-
"name": "ToolInfo"
|
|
2048
|
-
}
|
|
1907
|
+
"type": "keyword",
|
|
1908
|
+
"value": "string"
|
|
2049
1909
|
}
|
|
2050
1910
|
},
|
|
2051
1911
|
{
|
|
2052
|
-
"name": "
|
|
1912
|
+
"name": "breadcrumbs",
|
|
2053
1913
|
"annotation": {
|
|
2054
|
-
"type": "
|
|
2055
|
-
"
|
|
2056
|
-
"type": "
|
|
2057
|
-
"
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
"params": [
|
|
2062
|
-
{
|
|
2063
|
-
"type": "keyword",
|
|
2064
|
-
"value": "string"
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
"type": "keyword",
|
|
2068
|
-
"value": "unknown"
|
|
2069
|
-
}
|
|
2070
|
-
]
|
|
1914
|
+
"type": "array",
|
|
1915
|
+
"elementType": {
|
|
1916
|
+
"type": "reference",
|
|
1917
|
+
"typeName": {
|
|
1918
|
+
"type": "identifier",
|
|
1919
|
+
"name": "Breadcrumb"
|
|
1920
|
+
}
|
|
2071
1921
|
}
|
|
2072
1922
|
}
|
|
2073
|
-
}
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
"type": "identifier",
|
|
2080
|
-
"name": "Promise"
|
|
2081
|
-
},
|
|
2082
|
-
"typeParameters": {
|
|
2083
|
-
"type": "typeParameterInstantiation",
|
|
2084
|
-
"params": [
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"name": "size",
|
|
1926
|
+
"annotation": {
|
|
1927
|
+
"type": "union",
|
|
1928
|
+
"types": [
|
|
2085
1929
|
{
|
|
2086
|
-
"type": "
|
|
2087
|
-
"value": "
|
|
1930
|
+
"type": "jsLiteral",
|
|
1931
|
+
"value": "medium"
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"type": "jsLiteral",
|
|
1935
|
+
"value": "small"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"type": "jsLiteral",
|
|
1939
|
+
"value": "full"
|
|
1940
|
+
}
|
|
1941
|
+
]
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "variant",
|
|
1946
|
+
"annotation": {
|
|
1947
|
+
"type": "union",
|
|
1948
|
+
"types": [
|
|
1949
|
+
{
|
|
1950
|
+
"type": "jsLiteral",
|
|
1951
|
+
"value": "default"
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"type": "jsLiteral",
|
|
1955
|
+
"value": "form"
|
|
2088
1956
|
}
|
|
2089
1957
|
]
|
|
2090
1958
|
}
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"name": "sticky",
|
|
1962
|
+
"annotation": {
|
|
1963
|
+
"type": "keyword",
|
|
1964
|
+
"value": "boolean"
|
|
1965
|
+
}
|
|
1966
|
+
},
|
|
1967
|
+
{
|
|
1968
|
+
"name": "textContent",
|
|
1969
|
+
"annotation": {
|
|
1970
|
+
"type": "keyword",
|
|
1971
|
+
"value": "string"
|
|
1972
|
+
}
|
|
2091
1973
|
}
|
|
2092
|
-
|
|
1974
|
+
],
|
|
1975
|
+
"events": [],
|
|
1976
|
+
"methods": [],
|
|
1977
|
+
"types": [
|
|
1978
|
+
{
|
|
1979
|
+
"type": "interface",
|
|
1980
|
+
"name": "Breadcrumb",
|
|
1981
|
+
"body": [
|
|
1982
|
+
{
|
|
1983
|
+
"type": "propertySignature",
|
|
1984
|
+
"key": {
|
|
1985
|
+
"type": "identifier",
|
|
1986
|
+
"name": "text"
|
|
1987
|
+
},
|
|
1988
|
+
"annotation": {
|
|
1989
|
+
"type": "keyword",
|
|
1990
|
+
"value": "string"
|
|
1991
|
+
},
|
|
1992
|
+
"computed": false
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"type": "propertySignature",
|
|
1996
|
+
"key": {
|
|
1997
|
+
"type": "identifier",
|
|
1998
|
+
"name": "url"
|
|
1999
|
+
},
|
|
2000
|
+
"annotation": {
|
|
2001
|
+
"type": "keyword",
|
|
2002
|
+
"value": "string"
|
|
2003
|
+
},
|
|
2004
|
+
"computed": false
|
|
2005
|
+
}
|
|
2006
|
+
]
|
|
2007
|
+
}
|
|
2008
|
+
]
|
|
2093
2009
|
},
|
|
2094
2010
|
"ai-portal.set-chat-command": {
|
|
2095
2011
|
"type": "provider",
|
|
@@ -2156,48 +2072,132 @@
|
|
|
2156
2072
|
}
|
|
2157
2073
|
]
|
|
2158
2074
|
},
|
|
2159
|
-
"ai-portal.
|
|
2160
|
-
"properties": [],
|
|
2161
|
-
"events": [],
|
|
2162
|
-
"methods": []
|
|
2163
|
-
},
|
|
2164
|
-
"ai-portal.blank-state": {
|
|
2075
|
+
"ai-portal.tab-list": {
|
|
2165
2076
|
"properties": [
|
|
2166
2077
|
{
|
|
2167
|
-
"name": "
|
|
2078
|
+
"name": "tabs",
|
|
2168
2079
|
"annotation": {
|
|
2169
|
-
"type": "
|
|
2170
|
-
"
|
|
2171
|
-
"type": "
|
|
2172
|
-
"
|
|
2080
|
+
"type": "array",
|
|
2081
|
+
"elementType": {
|
|
2082
|
+
"type": "reference",
|
|
2083
|
+
"typeName": {
|
|
2084
|
+
"type": "identifier",
|
|
2085
|
+
"name": "Tab"
|
|
2086
|
+
}
|
|
2173
2087
|
}
|
|
2174
2088
|
}
|
|
2175
2089
|
},
|
|
2176
2090
|
{
|
|
2177
|
-
"name": "
|
|
2091
|
+
"name": "activeTab",
|
|
2178
2092
|
"annotation": {
|
|
2179
2093
|
"type": "keyword",
|
|
2180
2094
|
"value": "string"
|
|
2181
2095
|
}
|
|
2182
2096
|
}
|
|
2183
2097
|
],
|
|
2184
|
-
"events": [
|
|
2098
|
+
"events": [
|
|
2099
|
+
{
|
|
2100
|
+
"name": "tab.click",
|
|
2101
|
+
"detail": {
|
|
2102
|
+
"annotation": {
|
|
2103
|
+
"type": "reference",
|
|
2104
|
+
"typeName": {
|
|
2105
|
+
"type": "identifier",
|
|
2106
|
+
"name": "Tab"
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
2110
|
+
}
|
|
2111
|
+
],
|
|
2185
2112
|
"methods": [],
|
|
2186
2113
|
"types": [
|
|
2187
2114
|
{
|
|
2188
|
-
"type": "
|
|
2189
|
-
"name": "
|
|
2190
|
-
"
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
{
|
|
2194
|
-
"type": "
|
|
2195
|
-
"
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"type": "
|
|
2199
|
-
"value": "
|
|
2200
|
-
},
|
|
2115
|
+
"type": "interface",
|
|
2116
|
+
"name": "Tab",
|
|
2117
|
+
"body": [
|
|
2118
|
+
{
|
|
2119
|
+
"type": "propertySignature",
|
|
2120
|
+
"key": {
|
|
2121
|
+
"type": "identifier",
|
|
2122
|
+
"name": "id"
|
|
2123
|
+
},
|
|
2124
|
+
"annotation": {
|
|
2125
|
+
"type": "keyword",
|
|
2126
|
+
"value": "string"
|
|
2127
|
+
},
|
|
2128
|
+
"computed": false
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"type": "propertySignature",
|
|
2132
|
+
"key": {
|
|
2133
|
+
"type": "identifier",
|
|
2134
|
+
"name": "label"
|
|
2135
|
+
},
|
|
2136
|
+
"annotation": {
|
|
2137
|
+
"type": "keyword",
|
|
2138
|
+
"value": "string"
|
|
2139
|
+
},
|
|
2140
|
+
"computed": false
|
|
2141
|
+
}
|
|
2142
|
+
]
|
|
2143
|
+
}
|
|
2144
|
+
]
|
|
2145
|
+
},
|
|
2146
|
+
"ai-portal.home-container": {
|
|
2147
|
+
"properties": [
|
|
2148
|
+
{
|
|
2149
|
+
"name": "sticky",
|
|
2150
|
+
"annotation": {
|
|
2151
|
+
"type": "keyword",
|
|
2152
|
+
"value": "boolean"
|
|
2153
|
+
}
|
|
2154
|
+
}
|
|
2155
|
+
],
|
|
2156
|
+
"events": [],
|
|
2157
|
+
"methods": []
|
|
2158
|
+
},
|
|
2159
|
+
"ai-portal.elevo-logo": {
|
|
2160
|
+
"properties": [],
|
|
2161
|
+
"events": [],
|
|
2162
|
+
"methods": []
|
|
2163
|
+
},
|
|
2164
|
+
"ai-portal.blank-state": {
|
|
2165
|
+
"properties": [
|
|
2166
|
+
{
|
|
2167
|
+
"name": "illustration",
|
|
2168
|
+
"annotation": {
|
|
2169
|
+
"type": "reference",
|
|
2170
|
+
"typeName": {
|
|
2171
|
+
"type": "identifier",
|
|
2172
|
+
"name": "BlankStateIllustration"
|
|
2173
|
+
}
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"name": "description",
|
|
2178
|
+
"annotation": {
|
|
2179
|
+
"type": "keyword",
|
|
2180
|
+
"value": "string"
|
|
2181
|
+
}
|
|
2182
|
+
}
|
|
2183
|
+
],
|
|
2184
|
+
"events": [],
|
|
2185
|
+
"methods": [],
|
|
2186
|
+
"types": [
|
|
2187
|
+
{
|
|
2188
|
+
"type": "typeAlias",
|
|
2189
|
+
"name": "BlankStateIllustration",
|
|
2190
|
+
"annotation": {
|
|
2191
|
+
"type": "union",
|
|
2192
|
+
"types": [
|
|
2193
|
+
{
|
|
2194
|
+
"type": "jsLiteral",
|
|
2195
|
+
"value": "goals"
|
|
2196
|
+
},
|
|
2197
|
+
{
|
|
2198
|
+
"type": "jsLiteral",
|
|
2199
|
+
"value": "activities"
|
|
2200
|
+
},
|
|
2201
2201
|
{
|
|
2202
2202
|
"type": "jsLiteral",
|
|
2203
2203
|
"value": "collaboration-spaces"
|
|
@@ -2485,6 +2485,101 @@
|
|
|
2485
2485
|
}
|
|
2486
2486
|
]
|
|
2487
2487
|
},
|
|
2488
|
+
"ai-portal.show-cases": {
|
|
2489
|
+
"properties": [
|
|
2490
|
+
{
|
|
2491
|
+
"name": "list",
|
|
2492
|
+
"annotation": {
|
|
2493
|
+
"type": "array",
|
|
2494
|
+
"elementType": {
|
|
2495
|
+
"type": "reference",
|
|
2496
|
+
"typeName": {
|
|
2497
|
+
"type": "identifier",
|
|
2498
|
+
"name": "ShowCaseType"
|
|
2499
|
+
}
|
|
2500
|
+
}
|
|
2501
|
+
}
|
|
2502
|
+
},
|
|
2503
|
+
{
|
|
2504
|
+
"name": "limit",
|
|
2505
|
+
"annotation": {
|
|
2506
|
+
"type": "keyword",
|
|
2507
|
+
"value": "number"
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2511
|
+
"events": [],
|
|
2512
|
+
"methods": [],
|
|
2513
|
+
"types": [
|
|
2514
|
+
{
|
|
2515
|
+
"type": "interface",
|
|
2516
|
+
"name": "ShowCaseType",
|
|
2517
|
+
"body": [
|
|
2518
|
+
{
|
|
2519
|
+
"type": "propertySignature",
|
|
2520
|
+
"key": {
|
|
2521
|
+
"type": "identifier",
|
|
2522
|
+
"name": "conversationId"
|
|
2523
|
+
},
|
|
2524
|
+
"annotation": {
|
|
2525
|
+
"type": "keyword",
|
|
2526
|
+
"value": "string"
|
|
2527
|
+
},
|
|
2528
|
+
"computed": false
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"type": "propertySignature",
|
|
2532
|
+
"key": {
|
|
2533
|
+
"type": "identifier",
|
|
2534
|
+
"name": "title"
|
|
2535
|
+
},
|
|
2536
|
+
"annotation": {
|
|
2537
|
+
"type": "keyword",
|
|
2538
|
+
"value": "string"
|
|
2539
|
+
},
|
|
2540
|
+
"computed": false
|
|
2541
|
+
},
|
|
2542
|
+
{
|
|
2543
|
+
"type": "propertySignature",
|
|
2544
|
+
"key": {
|
|
2545
|
+
"type": "identifier",
|
|
2546
|
+
"name": "summary"
|
|
2547
|
+
},
|
|
2548
|
+
"annotation": {
|
|
2549
|
+
"type": "keyword",
|
|
2550
|
+
"value": "string"
|
|
2551
|
+
},
|
|
2552
|
+
"computed": false
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"type": "propertySignature",
|
|
2556
|
+
"key": {
|
|
2557
|
+
"type": "identifier",
|
|
2558
|
+
"name": "scenario"
|
|
2559
|
+
},
|
|
2560
|
+
"annotation": {
|
|
2561
|
+
"type": "keyword",
|
|
2562
|
+
"value": "string"
|
|
2563
|
+
},
|
|
2564
|
+
"computed": false
|
|
2565
|
+
},
|
|
2566
|
+
{
|
|
2567
|
+
"type": "propertySignature",
|
|
2568
|
+
"key": {
|
|
2569
|
+
"type": "identifier",
|
|
2570
|
+
"name": "url"
|
|
2571
|
+
},
|
|
2572
|
+
"annotation": {
|
|
2573
|
+
"type": "keyword",
|
|
2574
|
+
"value": "string"
|
|
2575
|
+
},
|
|
2576
|
+
"optional": true,
|
|
2577
|
+
"computed": false
|
|
2578
|
+
}
|
|
2579
|
+
]
|
|
2580
|
+
}
|
|
2581
|
+
]
|
|
2582
|
+
},
|
|
2488
2583
|
"ai-portal.mcp-tools": {
|
|
2489
2584
|
"properties": [
|
|
2490
2585
|
{
|
|
@@ -2616,7 +2711,7 @@
|
|
|
2616
2711
|
}
|
|
2617
2712
|
]
|
|
2618
2713
|
},
|
|
2619
|
-
"ai-portal.
|
|
2714
|
+
"ai-portal.ai-employees": {
|
|
2620
2715
|
"properties": [
|
|
2621
2716
|
{
|
|
2622
2717
|
"name": "list",
|
|
@@ -2626,13 +2721,30 @@
|
|
|
2626
2721
|
"type": "reference",
|
|
2627
2722
|
"typeName": {
|
|
2628
2723
|
"type": "identifier",
|
|
2629
|
-
"name": "
|
|
2724
|
+
"name": "Employee"
|
|
2630
2725
|
}
|
|
2631
2726
|
}
|
|
2632
2727
|
}
|
|
2633
2728
|
},
|
|
2634
2729
|
{
|
|
2635
|
-
"name": "
|
|
2730
|
+
"name": "industries",
|
|
2731
|
+
"annotation": {
|
|
2732
|
+
"type": "array",
|
|
2733
|
+
"elementType": {
|
|
2734
|
+
"type": "keyword",
|
|
2735
|
+
"value": "string"
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
"name": "urlTemplate",
|
|
2741
|
+
"annotation": {
|
|
2742
|
+
"type": "keyword",
|
|
2743
|
+
"value": "string"
|
|
2744
|
+
}
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "stickyTop",
|
|
2636
2748
|
"annotation": {
|
|
2637
2749
|
"type": "keyword",
|
|
2638
2750
|
"value": "number"
|
|
@@ -2644,13 +2756,13 @@
|
|
|
2644
2756
|
"types": [
|
|
2645
2757
|
{
|
|
2646
2758
|
"type": "interface",
|
|
2647
|
-
"name": "
|
|
2759
|
+
"name": "Employee",
|
|
2648
2760
|
"body": [
|
|
2649
2761
|
{
|
|
2650
2762
|
"type": "propertySignature",
|
|
2651
2763
|
"key": {
|
|
2652
2764
|
"type": "identifier",
|
|
2653
|
-
"name": "
|
|
2765
|
+
"name": "name"
|
|
2654
2766
|
},
|
|
2655
2767
|
"annotation": {
|
|
2656
2768
|
"type": "keyword",
|
|
@@ -2662,7 +2774,7 @@
|
|
|
2662
2774
|
"type": "propertySignature",
|
|
2663
2775
|
"key": {
|
|
2664
2776
|
"type": "identifier",
|
|
2665
|
-
"name": "
|
|
2777
|
+
"name": "industry"
|
|
2666
2778
|
},
|
|
2667
2779
|
"annotation": {
|
|
2668
2780
|
"type": "keyword",
|
|
@@ -2674,7 +2786,7 @@
|
|
|
2674
2786
|
"type": "propertySignature",
|
|
2675
2787
|
"key": {
|
|
2676
2788
|
"type": "identifier",
|
|
2677
|
-
"name": "
|
|
2789
|
+
"name": "role"
|
|
2678
2790
|
},
|
|
2679
2791
|
"annotation": {
|
|
2680
2792
|
"type": "keyword",
|
|
@@ -2686,7 +2798,7 @@
|
|
|
2686
2798
|
"type": "propertySignature",
|
|
2687
2799
|
"key": {
|
|
2688
2800
|
"type": "identifier",
|
|
2689
|
-
"name": "
|
|
2801
|
+
"name": "description"
|
|
2690
2802
|
},
|
|
2691
2803
|
"annotation": {
|
|
2692
2804
|
"type": "keyword",
|
|
@@ -2698,7 +2810,7 @@
|
|
|
2698
2810
|
"type": "propertySignature",
|
|
2699
2811
|
"key": {
|
|
2700
2812
|
"type": "identifier",
|
|
2701
|
-
"name": "
|
|
2813
|
+
"name": "avatar"
|
|
2702
2814
|
},
|
|
2703
2815
|
"annotation": {
|
|
2704
2816
|
"type": "keyword",
|
|
@@ -2808,168 +2920,56 @@
|
|
|
2808
2920
|
}
|
|
2809
2921
|
]
|
|
2810
2922
|
},
|
|
2811
|
-
"ai-portal.
|
|
2923
|
+
"ai-portal.dropdown-select": {
|
|
2812
2924
|
"properties": [
|
|
2813
2925
|
{
|
|
2814
|
-
"name": "
|
|
2926
|
+
"name": "value",
|
|
2927
|
+
"annotation": {
|
|
2928
|
+
"type": "keyword",
|
|
2929
|
+
"value": "string"
|
|
2930
|
+
}
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"name": "options",
|
|
2815
2934
|
"annotation": {
|
|
2816
2935
|
"type": "array",
|
|
2817
2936
|
"elementType": {
|
|
2818
2937
|
"type": "reference",
|
|
2819
2938
|
"typeName": {
|
|
2820
2939
|
"type": "identifier",
|
|
2821
|
-
"name": "
|
|
2940
|
+
"name": "DropdownOptions"
|
|
2822
2941
|
}
|
|
2823
2942
|
}
|
|
2824
2943
|
}
|
|
2825
2944
|
},
|
|
2826
2945
|
{
|
|
2827
|
-
"name": "
|
|
2946
|
+
"name": "labelMaxWidth",
|
|
2828
2947
|
"annotation": {
|
|
2829
|
-
"type": "
|
|
2830
|
-
"
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2948
|
+
"type": "union",
|
|
2949
|
+
"types": [
|
|
2950
|
+
{
|
|
2951
|
+
"type": "keyword",
|
|
2952
|
+
"value": "string"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"type": "keyword",
|
|
2956
|
+
"value": "number"
|
|
2957
|
+
}
|
|
2958
|
+
]
|
|
2834
2959
|
}
|
|
2835
2960
|
},
|
|
2836
2961
|
{
|
|
2837
|
-
"name": "
|
|
2962
|
+
"name": "loading",
|
|
2838
2963
|
"annotation": {
|
|
2839
2964
|
"type": "keyword",
|
|
2840
|
-
"value": "
|
|
2965
|
+
"value": "boolean"
|
|
2841
2966
|
}
|
|
2842
2967
|
},
|
|
2843
2968
|
{
|
|
2844
|
-
"name": "
|
|
2969
|
+
"name": "searchPlaceholder",
|
|
2845
2970
|
"annotation": {
|
|
2846
2971
|
"type": "keyword",
|
|
2847
|
-
"value": "
|
|
2848
|
-
}
|
|
2849
|
-
}
|
|
2850
|
-
],
|
|
2851
|
-
"events": [],
|
|
2852
|
-
"methods": [],
|
|
2853
|
-
"types": [
|
|
2854
|
-
{
|
|
2855
|
-
"type": "interface",
|
|
2856
|
-
"name": "Employee",
|
|
2857
|
-
"body": [
|
|
2858
|
-
{
|
|
2859
|
-
"type": "propertySignature",
|
|
2860
|
-
"key": {
|
|
2861
|
-
"type": "identifier",
|
|
2862
|
-
"name": "name"
|
|
2863
|
-
},
|
|
2864
|
-
"annotation": {
|
|
2865
|
-
"type": "keyword",
|
|
2866
|
-
"value": "string"
|
|
2867
|
-
},
|
|
2868
|
-
"computed": false
|
|
2869
|
-
},
|
|
2870
|
-
{
|
|
2871
|
-
"type": "propertySignature",
|
|
2872
|
-
"key": {
|
|
2873
|
-
"type": "identifier",
|
|
2874
|
-
"name": "industry"
|
|
2875
|
-
},
|
|
2876
|
-
"annotation": {
|
|
2877
|
-
"type": "keyword",
|
|
2878
|
-
"value": "string"
|
|
2879
|
-
},
|
|
2880
|
-
"computed": false
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
"type": "propertySignature",
|
|
2884
|
-
"key": {
|
|
2885
|
-
"type": "identifier",
|
|
2886
|
-
"name": "role"
|
|
2887
|
-
},
|
|
2888
|
-
"annotation": {
|
|
2889
|
-
"type": "keyword",
|
|
2890
|
-
"value": "string"
|
|
2891
|
-
},
|
|
2892
|
-
"computed": false
|
|
2893
|
-
},
|
|
2894
|
-
{
|
|
2895
|
-
"type": "propertySignature",
|
|
2896
|
-
"key": {
|
|
2897
|
-
"type": "identifier",
|
|
2898
|
-
"name": "description"
|
|
2899
|
-
},
|
|
2900
|
-
"annotation": {
|
|
2901
|
-
"type": "keyword",
|
|
2902
|
-
"value": "string"
|
|
2903
|
-
},
|
|
2904
|
-
"computed": false
|
|
2905
|
-
},
|
|
2906
|
-
{
|
|
2907
|
-
"type": "propertySignature",
|
|
2908
|
-
"key": {
|
|
2909
|
-
"type": "identifier",
|
|
2910
|
-
"name": "avatar"
|
|
2911
|
-
},
|
|
2912
|
-
"annotation": {
|
|
2913
|
-
"type": "keyword",
|
|
2914
|
-
"value": "string"
|
|
2915
|
-
},
|
|
2916
|
-
"optional": true,
|
|
2917
|
-
"computed": false
|
|
2918
|
-
}
|
|
2919
|
-
]
|
|
2920
|
-
}
|
|
2921
|
-
]
|
|
2922
|
-
},
|
|
2923
|
-
"ai-portal.dropdown-select": {
|
|
2924
|
-
"properties": [
|
|
2925
|
-
{
|
|
2926
|
-
"name": "value",
|
|
2927
|
-
"annotation": {
|
|
2928
|
-
"type": "keyword",
|
|
2929
|
-
"value": "string"
|
|
2930
|
-
}
|
|
2931
|
-
},
|
|
2932
|
-
{
|
|
2933
|
-
"name": "options",
|
|
2934
|
-
"annotation": {
|
|
2935
|
-
"type": "array",
|
|
2936
|
-
"elementType": {
|
|
2937
|
-
"type": "reference",
|
|
2938
|
-
"typeName": {
|
|
2939
|
-
"type": "identifier",
|
|
2940
|
-
"name": "DropdownOptions"
|
|
2941
|
-
}
|
|
2942
|
-
}
|
|
2943
|
-
}
|
|
2944
|
-
},
|
|
2945
|
-
{
|
|
2946
|
-
"name": "labelMaxWidth",
|
|
2947
|
-
"annotation": {
|
|
2948
|
-
"type": "union",
|
|
2949
|
-
"types": [
|
|
2950
|
-
{
|
|
2951
|
-
"type": "keyword",
|
|
2952
|
-
"value": "string"
|
|
2953
|
-
},
|
|
2954
|
-
{
|
|
2955
|
-
"type": "keyword",
|
|
2956
|
-
"value": "number"
|
|
2957
|
-
}
|
|
2958
|
-
]
|
|
2959
|
-
}
|
|
2960
|
-
},
|
|
2961
|
-
{
|
|
2962
|
-
"name": "loading",
|
|
2963
|
-
"annotation": {
|
|
2964
|
-
"type": "keyword",
|
|
2965
|
-
"value": "boolean"
|
|
2966
|
-
}
|
|
2967
|
-
},
|
|
2968
|
-
{
|
|
2969
|
-
"name": "searchPlaceholder",
|
|
2970
|
-
"annotation": {
|
|
2971
|
-
"type": "keyword",
|
|
2972
|
-
"value": "string"
|
|
2972
|
+
"value": "string"
|
|
2973
2973
|
}
|
|
2974
2974
|
},
|
|
2975
2975
|
{
|
|
@@ -3089,26 +3089,6 @@
|
|
|
3089
3089
|
}
|
|
3090
3090
|
]
|
|
3091
3091
|
},
|
|
3092
|
-
"ai-portal.preview-container": {
|
|
3093
|
-
"properties": [
|
|
3094
|
-
{
|
|
3095
|
-
"name": "source",
|
|
3096
|
-
"annotation": {
|
|
3097
|
-
"type": "keyword",
|
|
3098
|
-
"value": "string"
|
|
3099
|
-
}
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "url",
|
|
3103
|
-
"annotation": {
|
|
3104
|
-
"type": "keyword",
|
|
3105
|
-
"value": "string"
|
|
3106
|
-
}
|
|
3107
|
-
}
|
|
3108
|
-
],
|
|
3109
|
-
"events": [],
|
|
3110
|
-
"methods": []
|
|
3111
|
-
},
|
|
3112
3092
|
"ai-portal.action-buttons": {
|
|
3113
3093
|
"properties": [
|
|
3114
3094
|
{
|
|
@@ -3227,6 +3207,26 @@
|
|
|
3227
3207
|
}
|
|
3228
3208
|
]
|
|
3229
3209
|
},
|
|
3210
|
+
"ai-portal.preview-container": {
|
|
3211
|
+
"properties": [
|
|
3212
|
+
{
|
|
3213
|
+
"name": "source",
|
|
3214
|
+
"annotation": {
|
|
3215
|
+
"type": "keyword",
|
|
3216
|
+
"value": "string"
|
|
3217
|
+
}
|
|
3218
|
+
},
|
|
3219
|
+
{
|
|
3220
|
+
"name": "url",
|
|
3221
|
+
"annotation": {
|
|
3222
|
+
"type": "keyword",
|
|
3223
|
+
"value": "string"
|
|
3224
|
+
}
|
|
3225
|
+
}
|
|
3226
|
+
],
|
|
3227
|
+
"events": [],
|
|
3228
|
+
"methods": []
|
|
3229
|
+
},
|
|
3230
3230
|
"ai-portal.project-conversations": {
|
|
3231
3231
|
"properties": [
|
|
3232
3232
|
{
|
|
@@ -4950,77 +4950,6 @@
|
|
|
4950
4950
|
"events": [],
|
|
4951
4951
|
"methods": []
|
|
4952
4952
|
},
|
|
4953
|
-
"ai-portal.flow-tabs": {
|
|
4954
|
-
"properties": [
|
|
4955
|
-
{
|
|
4956
|
-
"name": "tabs",
|
|
4957
|
-
"annotation": {
|
|
4958
|
-
"type": "array",
|
|
4959
|
-
"elementType": {
|
|
4960
|
-
"type": "reference",
|
|
4961
|
-
"typeName": {
|
|
4962
|
-
"type": "identifier",
|
|
4963
|
-
"name": "Tab"
|
|
4964
|
-
}
|
|
4965
|
-
}
|
|
4966
|
-
}
|
|
4967
|
-
},
|
|
4968
|
-
{
|
|
4969
|
-
"name": "activeTab",
|
|
4970
|
-
"annotation": {
|
|
4971
|
-
"type": "keyword",
|
|
4972
|
-
"value": "string"
|
|
4973
|
-
}
|
|
4974
|
-
}
|
|
4975
|
-
],
|
|
4976
|
-
"events": [
|
|
4977
|
-
{
|
|
4978
|
-
"name": "tab.click",
|
|
4979
|
-
"detail": {
|
|
4980
|
-
"annotation": {
|
|
4981
|
-
"type": "reference",
|
|
4982
|
-
"typeName": {
|
|
4983
|
-
"type": "identifier",
|
|
4984
|
-
"name": "Tab"
|
|
4985
|
-
}
|
|
4986
|
-
}
|
|
4987
|
-
}
|
|
4988
|
-
}
|
|
4989
|
-
],
|
|
4990
|
-
"methods": [],
|
|
4991
|
-
"types": [
|
|
4992
|
-
{
|
|
4993
|
-
"type": "interface",
|
|
4994
|
-
"name": "Tab",
|
|
4995
|
-
"body": [
|
|
4996
|
-
{
|
|
4997
|
-
"type": "propertySignature",
|
|
4998
|
-
"key": {
|
|
4999
|
-
"type": "identifier",
|
|
5000
|
-
"name": "id"
|
|
5001
|
-
},
|
|
5002
|
-
"annotation": {
|
|
5003
|
-
"type": "keyword",
|
|
5004
|
-
"value": "string"
|
|
5005
|
-
},
|
|
5006
|
-
"computed": false
|
|
5007
|
-
},
|
|
5008
|
-
{
|
|
5009
|
-
"type": "propertySignature",
|
|
5010
|
-
"key": {
|
|
5011
|
-
"type": "identifier",
|
|
5012
|
-
"name": "label"
|
|
5013
|
-
},
|
|
5014
|
-
"annotation": {
|
|
5015
|
-
"type": "keyword",
|
|
5016
|
-
"value": "string"
|
|
5017
|
-
},
|
|
5018
|
-
"computed": false
|
|
5019
|
-
}
|
|
5020
|
-
]
|
|
5021
|
-
}
|
|
5022
|
-
]
|
|
5023
|
-
},
|
|
5024
4953
|
"ai-portal.stage-flow": {
|
|
5025
4954
|
"properties": [
|
|
5026
4955
|
{
|
|
@@ -5383,131 +5312,48 @@
|
|
|
5383
5312
|
}
|
|
5384
5313
|
]
|
|
5385
5314
|
},
|
|
5386
|
-
"ai-portal.
|
|
5315
|
+
"ai-portal.flow-tabs": {
|
|
5387
5316
|
"properties": [
|
|
5388
5317
|
{
|
|
5389
|
-
"name": "
|
|
5318
|
+
"name": "tabs",
|
|
5390
5319
|
"annotation": {
|
|
5391
5320
|
"type": "array",
|
|
5392
5321
|
"elementType": {
|
|
5393
5322
|
"type": "reference",
|
|
5394
5323
|
"typeName": {
|
|
5395
5324
|
"type": "identifier",
|
|
5396
|
-
"name": "
|
|
5325
|
+
"name": "Tab"
|
|
5397
5326
|
}
|
|
5398
5327
|
}
|
|
5399
5328
|
}
|
|
5400
5329
|
},
|
|
5401
5330
|
{
|
|
5402
|
-
"name": "
|
|
5403
|
-
"annotation": {
|
|
5404
|
-
"type": "reference",
|
|
5405
|
-
"typeName": {
|
|
5406
|
-
"type": "identifier",
|
|
5407
|
-
"name": "Placement"
|
|
5408
|
-
}
|
|
5409
|
-
}
|
|
5410
|
-
},
|
|
5411
|
-
{
|
|
5412
|
-
"name": "emptyText",
|
|
5331
|
+
"name": "activeTab",
|
|
5413
5332
|
"annotation": {
|
|
5414
5333
|
"type": "keyword",
|
|
5415
5334
|
"value": "string"
|
|
5416
5335
|
}
|
|
5417
|
-
},
|
|
5418
|
-
{
|
|
5419
|
-
"name": "notifyCenterUrl",
|
|
5420
|
-
"annotation": {
|
|
5421
|
-
"type": "keyword",
|
|
5422
|
-
"value": "string"
|
|
5423
|
-
}
|
|
5424
|
-
},
|
|
5425
|
-
{
|
|
5426
|
-
"name": "urlTemplate",
|
|
5427
|
-
"annotation": {
|
|
5428
|
-
"type": "keyword",
|
|
5429
|
-
"value": "string"
|
|
5430
|
-
}
|
|
5431
|
-
},
|
|
5432
|
-
{
|
|
5433
|
-
"name": "urlTarget",
|
|
5434
|
-
"annotation": {
|
|
5435
|
-
"type": "reference",
|
|
5436
|
-
"typeName": {
|
|
5437
|
-
"type": "identifier",
|
|
5438
|
-
"name": "Target"
|
|
5439
|
-
}
|
|
5440
|
-
}
|
|
5441
|
-
},
|
|
5442
|
-
{
|
|
5443
|
-
"name": "dropdownMaxWidth",
|
|
5444
|
-
"annotation": {
|
|
5445
|
-
"type": "union",
|
|
5446
|
-
"types": [
|
|
5447
|
-
{
|
|
5448
|
-
"type": "keyword",
|
|
5449
|
-
"value": "string"
|
|
5450
|
-
},
|
|
5451
|
-
{
|
|
5452
|
-
"type": "keyword",
|
|
5453
|
-
"value": "number"
|
|
5454
|
-
}
|
|
5455
|
-
]
|
|
5456
|
-
}
|
|
5457
|
-
},
|
|
5458
|
-
{
|
|
5459
|
-
"name": "dropdownContentStyle",
|
|
5460
|
-
"annotation": {
|
|
5461
|
-
"type": "reference",
|
|
5462
|
-
"typeName": {
|
|
5463
|
-
"type": "qualifiedName",
|
|
5464
|
-
"left": {
|
|
5465
|
-
"type": "identifier",
|
|
5466
|
-
"name": "React"
|
|
5467
|
-
},
|
|
5468
|
-
"right": {
|
|
5469
|
-
"type": "identifier",
|
|
5470
|
-
"name": "CSSProperties"
|
|
5471
|
-
}
|
|
5472
|
-
}
|
|
5473
|
-
}
|
|
5474
|
-
},
|
|
5475
|
-
{
|
|
5476
|
-
"name": "hideNotifyCenterButton",
|
|
5477
|
-
"annotation": {
|
|
5478
|
-
"type": "keyword",
|
|
5479
|
-
"value": "boolean"
|
|
5480
|
-
}
|
|
5481
5336
|
}
|
|
5482
5337
|
],
|
|
5483
5338
|
"events": [
|
|
5484
5339
|
{
|
|
5485
|
-
"name": "
|
|
5340
|
+
"name": "tab.click",
|
|
5486
5341
|
"detail": {
|
|
5487
5342
|
"annotation": {
|
|
5488
5343
|
"type": "reference",
|
|
5489
5344
|
"typeName": {
|
|
5490
5345
|
"type": "identifier",
|
|
5491
|
-
"name": "
|
|
5346
|
+
"name": "Tab"
|
|
5492
5347
|
}
|
|
5493
5348
|
}
|
|
5494
5349
|
}
|
|
5495
|
-
},
|
|
5496
|
-
{
|
|
5497
|
-
"name": "mark.all.read",
|
|
5498
|
-
"detail": {
|
|
5499
|
-
"annotation": {
|
|
5500
|
-
"type": "keyword",
|
|
5501
|
-
"value": "void"
|
|
5502
|
-
}
|
|
5503
|
-
}
|
|
5504
5350
|
}
|
|
5505
5351
|
],
|
|
5506
5352
|
"methods": [],
|
|
5507
5353
|
"types": [
|
|
5508
5354
|
{
|
|
5509
5355
|
"type": "interface",
|
|
5510
|
-
"name": "
|
|
5356
|
+
"name": "Tab",
|
|
5511
5357
|
"body": [
|
|
5512
5358
|
{
|
|
5513
5359
|
"type": "propertySignature",
|
|
@@ -5525,76 +5371,13 @@
|
|
|
5525
5371
|
"type": "propertySignature",
|
|
5526
5372
|
"key": {
|
|
5527
5373
|
"type": "identifier",
|
|
5528
|
-
"name": "
|
|
5529
|
-
},
|
|
5530
|
-
"annotation": {
|
|
5531
|
-
"type": "keyword",
|
|
5532
|
-
"value": "string"
|
|
5533
|
-
},
|
|
5534
|
-
"computed": false
|
|
5535
|
-
},
|
|
5536
|
-
{
|
|
5537
|
-
"type": "propertySignature",
|
|
5538
|
-
"key": {
|
|
5539
|
-
"type": "identifier",
|
|
5540
|
-
"name": "isRead"
|
|
5541
|
-
},
|
|
5542
|
-
"annotation": {
|
|
5543
|
-
"type": "keyword",
|
|
5544
|
-
"value": "boolean"
|
|
5545
|
-
},
|
|
5546
|
-
"computed": false
|
|
5547
|
-
},
|
|
5548
|
-
{
|
|
5549
|
-
"type": "propertySignature",
|
|
5550
|
-
"key": {
|
|
5551
|
-
"type": "identifier",
|
|
5552
|
-
"name": "title"
|
|
5553
|
-
},
|
|
5554
|
-
"annotation": {
|
|
5555
|
-
"type": "keyword",
|
|
5556
|
-
"value": "string"
|
|
5557
|
-
},
|
|
5558
|
-
"computed": false
|
|
5559
|
-
},
|
|
5560
|
-
{
|
|
5561
|
-
"type": "propertySignature",
|
|
5562
|
-
"key": {
|
|
5563
|
-
"type": "identifier",
|
|
5564
|
-
"name": "description"
|
|
5374
|
+
"name": "label"
|
|
5565
5375
|
},
|
|
5566
5376
|
"annotation": {
|
|
5567
5377
|
"type": "keyword",
|
|
5568
5378
|
"value": "string"
|
|
5569
5379
|
},
|
|
5570
|
-
"optional": true,
|
|
5571
|
-
"computed": false
|
|
5572
|
-
},
|
|
5573
|
-
{
|
|
5574
|
-
"type": "propertySignature",
|
|
5575
|
-
"key": {
|
|
5576
|
-
"type": "identifier",
|
|
5577
|
-
"name": "time"
|
|
5578
|
-
},
|
|
5579
|
-
"annotation": {
|
|
5580
|
-
"type": "keyword",
|
|
5581
|
-
"value": "number"
|
|
5582
|
-
},
|
|
5583
5380
|
"computed": false
|
|
5584
|
-
},
|
|
5585
|
-
{
|
|
5586
|
-
"type": "propertySignature",
|
|
5587
|
-
"key": {
|
|
5588
|
-
"type": "identifier",
|
|
5589
|
-
"name": "url"
|
|
5590
|
-
},
|
|
5591
|
-
"annotation": {
|
|
5592
|
-
"type": "keyword",
|
|
5593
|
-
"value": "string"
|
|
5594
|
-
},
|
|
5595
|
-
"optional": true,
|
|
5596
|
-
"computed": false,
|
|
5597
|
-
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
5598
5381
|
}
|
|
5599
5382
|
]
|
|
5600
5383
|
}
|
|
@@ -5753,7 +5536,7 @@
|
|
|
5753
5536
|
}
|
|
5754
5537
|
]
|
|
5755
5538
|
},
|
|
5756
|
-
"ai-portal.notice-
|
|
5539
|
+
"ai-portal.notice-dropdown": {
|
|
5757
5540
|
"properties": [
|
|
5758
5541
|
{
|
|
5759
5542
|
"name": "dataSource",
|
|
@@ -5768,6 +5551,16 @@
|
|
|
5768
5551
|
}
|
|
5769
5552
|
}
|
|
5770
5553
|
},
|
|
5554
|
+
{
|
|
5555
|
+
"name": "popoverPlacement",
|
|
5556
|
+
"annotation": {
|
|
5557
|
+
"type": "reference",
|
|
5558
|
+
"typeName": {
|
|
5559
|
+
"type": "identifier",
|
|
5560
|
+
"name": "Placement"
|
|
5561
|
+
}
|
|
5562
|
+
}
|
|
5563
|
+
},
|
|
5771
5564
|
{
|
|
5772
5565
|
"name": "emptyText",
|
|
5773
5566
|
"annotation": {
|
|
@@ -5775,6 +5568,13 @@
|
|
|
5775
5568
|
"value": "string"
|
|
5776
5569
|
}
|
|
5777
5570
|
},
|
|
5571
|
+
{
|
|
5572
|
+
"name": "notifyCenterUrl",
|
|
5573
|
+
"annotation": {
|
|
5574
|
+
"type": "keyword",
|
|
5575
|
+
"value": "string"
|
|
5576
|
+
}
|
|
5577
|
+
},
|
|
5778
5578
|
{
|
|
5779
5579
|
"name": "urlTemplate",
|
|
5780
5580
|
"annotation": {
|
|
@@ -5793,14 +5593,44 @@
|
|
|
5793
5593
|
}
|
|
5794
5594
|
},
|
|
5795
5595
|
{
|
|
5796
|
-
"name": "
|
|
5596
|
+
"name": "dropdownMaxWidth",
|
|
5797
5597
|
"annotation": {
|
|
5798
|
-
"type": "
|
|
5799
|
-
"
|
|
5800
|
-
|
|
5801
|
-
|
|
5598
|
+
"type": "union",
|
|
5599
|
+
"types": [
|
|
5600
|
+
{
|
|
5601
|
+
"type": "keyword",
|
|
5602
|
+
"value": "string"
|
|
5603
|
+
},
|
|
5604
|
+
{
|
|
5605
|
+
"type": "keyword",
|
|
5606
|
+
"value": "number"
|
|
5607
|
+
}
|
|
5608
|
+
]
|
|
5609
|
+
}
|
|
5610
|
+
},
|
|
5611
|
+
{
|
|
5612
|
+
"name": "dropdownContentStyle",
|
|
5613
|
+
"annotation": {
|
|
5614
|
+
"type": "reference",
|
|
5615
|
+
"typeName": {
|
|
5616
|
+
"type": "qualifiedName",
|
|
5617
|
+
"left": {
|
|
5618
|
+
"type": "identifier",
|
|
5619
|
+
"name": "React"
|
|
5620
|
+
},
|
|
5621
|
+
"right": {
|
|
5622
|
+
"type": "identifier",
|
|
5623
|
+
"name": "CSSProperties"
|
|
5624
|
+
}
|
|
5802
5625
|
}
|
|
5803
5626
|
}
|
|
5627
|
+
},
|
|
5628
|
+
{
|
|
5629
|
+
"name": "hideNotifyCenterButton",
|
|
5630
|
+
"annotation": {
|
|
5631
|
+
"type": "keyword",
|
|
5632
|
+
"value": "boolean"
|
|
5633
|
+
}
|
|
5804
5634
|
}
|
|
5805
5635
|
],
|
|
5806
5636
|
"events": [
|
|
@@ -5816,21 +5646,6 @@
|
|
|
5816
5646
|
}
|
|
5817
5647
|
}
|
|
5818
5648
|
},
|
|
5819
|
-
{
|
|
5820
|
-
"name": "mark.items.read",
|
|
5821
|
-
"detail": {
|
|
5822
|
-
"annotation": {
|
|
5823
|
-
"type": "array",
|
|
5824
|
-
"elementType": {
|
|
5825
|
-
"type": "reference",
|
|
5826
|
-
"typeName": {
|
|
5827
|
-
"type": "identifier",
|
|
5828
|
-
"name": "NoticeItem"
|
|
5829
|
-
}
|
|
5830
|
-
}
|
|
5831
|
-
}
|
|
5832
|
-
}
|
|
5833
|
-
},
|
|
5834
5649
|
{
|
|
5835
5650
|
"name": "mark.all.read",
|
|
5836
5651
|
"detail": {
|
|
@@ -5938,63 +5753,248 @@
|
|
|
5938
5753
|
}
|
|
5939
5754
|
]
|
|
5940
5755
|
},
|
|
5941
|
-
"ai-portal.
|
|
5756
|
+
"ai-portal.notice-list": {
|
|
5942
5757
|
"properties": [
|
|
5943
5758
|
{
|
|
5944
|
-
"name": "
|
|
5759
|
+
"name": "dataSource",
|
|
5945
5760
|
"annotation": {
|
|
5946
5761
|
"type": "array",
|
|
5947
5762
|
"elementType": {
|
|
5948
5763
|
"type": "reference",
|
|
5949
5764
|
"typeName": {
|
|
5950
5765
|
"type": "identifier",
|
|
5951
|
-
"name": "
|
|
5766
|
+
"name": "NoticeItem"
|
|
5952
5767
|
}
|
|
5953
5768
|
}
|
|
5954
5769
|
}
|
|
5955
5770
|
},
|
|
5956
5771
|
{
|
|
5957
|
-
"name": "
|
|
5772
|
+
"name": "emptyText",
|
|
5958
5773
|
"annotation": {
|
|
5959
|
-
"type": "
|
|
5960
|
-
"
|
|
5961
|
-
"type": "qualifiedName",
|
|
5962
|
-
"left": {
|
|
5963
|
-
"type": "identifier",
|
|
5964
|
-
"name": "React"
|
|
5965
|
-
},
|
|
5966
|
-
"right": {
|
|
5967
|
-
"type": "identifier",
|
|
5968
|
-
"name": "CSSProperties"
|
|
5969
|
-
}
|
|
5970
|
-
}
|
|
5774
|
+
"type": "keyword",
|
|
5775
|
+
"value": "string"
|
|
5971
5776
|
}
|
|
5972
5777
|
},
|
|
5973
5778
|
{
|
|
5974
|
-
"name": "
|
|
5779
|
+
"name": "urlTemplate",
|
|
5975
5780
|
"annotation": {
|
|
5976
5781
|
"type": "keyword",
|
|
5977
5782
|
"value": "string"
|
|
5978
5783
|
}
|
|
5979
|
-
}
|
|
5980
|
-
],
|
|
5981
|
-
"events": [
|
|
5982
|
-
{
|
|
5983
|
-
"name": "item.click",
|
|
5984
|
-
"detail": {
|
|
5985
|
-
"annotation": {
|
|
5986
|
-
"type": "reference",
|
|
5987
|
-
"typeName": {
|
|
5988
|
-
"type": "identifier",
|
|
5989
|
-
"name": "GoalItem"
|
|
5990
|
-
}
|
|
5991
|
-
}
|
|
5992
|
-
}
|
|
5993
5784
|
},
|
|
5994
5785
|
{
|
|
5995
|
-
"name": "
|
|
5996
|
-
"
|
|
5997
|
-
"
|
|
5786
|
+
"name": "urlTarget",
|
|
5787
|
+
"annotation": {
|
|
5788
|
+
"type": "reference",
|
|
5789
|
+
"typeName": {
|
|
5790
|
+
"type": "identifier",
|
|
5791
|
+
"name": "Target"
|
|
5792
|
+
}
|
|
5793
|
+
}
|
|
5794
|
+
},
|
|
5795
|
+
{
|
|
5796
|
+
"name": "selectedIds",
|
|
5797
|
+
"annotation": {
|
|
5798
|
+
"type": "array",
|
|
5799
|
+
"elementType": {
|
|
5800
|
+
"type": "keyword",
|
|
5801
|
+
"value": "string"
|
|
5802
|
+
}
|
|
5803
|
+
}
|
|
5804
|
+
}
|
|
5805
|
+
],
|
|
5806
|
+
"events": [
|
|
5807
|
+
{
|
|
5808
|
+
"name": "notice.click",
|
|
5809
|
+
"detail": {
|
|
5810
|
+
"annotation": {
|
|
5811
|
+
"type": "reference",
|
|
5812
|
+
"typeName": {
|
|
5813
|
+
"type": "identifier",
|
|
5814
|
+
"name": "NoticeItem"
|
|
5815
|
+
}
|
|
5816
|
+
}
|
|
5817
|
+
}
|
|
5818
|
+
},
|
|
5819
|
+
{
|
|
5820
|
+
"name": "mark.items.read",
|
|
5821
|
+
"detail": {
|
|
5822
|
+
"annotation": {
|
|
5823
|
+
"type": "array",
|
|
5824
|
+
"elementType": {
|
|
5825
|
+
"type": "reference",
|
|
5826
|
+
"typeName": {
|
|
5827
|
+
"type": "identifier",
|
|
5828
|
+
"name": "NoticeItem"
|
|
5829
|
+
}
|
|
5830
|
+
}
|
|
5831
|
+
}
|
|
5832
|
+
}
|
|
5833
|
+
},
|
|
5834
|
+
{
|
|
5835
|
+
"name": "mark.all.read",
|
|
5836
|
+
"detail": {
|
|
5837
|
+
"annotation": {
|
|
5838
|
+
"type": "keyword",
|
|
5839
|
+
"value": "void"
|
|
5840
|
+
}
|
|
5841
|
+
}
|
|
5842
|
+
}
|
|
5843
|
+
],
|
|
5844
|
+
"methods": [],
|
|
5845
|
+
"types": [
|
|
5846
|
+
{
|
|
5847
|
+
"type": "interface",
|
|
5848
|
+
"name": "NoticeItem",
|
|
5849
|
+
"body": [
|
|
5850
|
+
{
|
|
5851
|
+
"type": "propertySignature",
|
|
5852
|
+
"key": {
|
|
5853
|
+
"type": "identifier",
|
|
5854
|
+
"name": "id"
|
|
5855
|
+
},
|
|
5856
|
+
"annotation": {
|
|
5857
|
+
"type": "keyword",
|
|
5858
|
+
"value": "string"
|
|
5859
|
+
},
|
|
5860
|
+
"computed": false
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"type": "propertySignature",
|
|
5864
|
+
"key": {
|
|
5865
|
+
"type": "identifier",
|
|
5866
|
+
"name": "type"
|
|
5867
|
+
},
|
|
5868
|
+
"annotation": {
|
|
5869
|
+
"type": "keyword",
|
|
5870
|
+
"value": "string"
|
|
5871
|
+
},
|
|
5872
|
+
"computed": false
|
|
5873
|
+
},
|
|
5874
|
+
{
|
|
5875
|
+
"type": "propertySignature",
|
|
5876
|
+
"key": {
|
|
5877
|
+
"type": "identifier",
|
|
5878
|
+
"name": "isRead"
|
|
5879
|
+
},
|
|
5880
|
+
"annotation": {
|
|
5881
|
+
"type": "keyword",
|
|
5882
|
+
"value": "boolean"
|
|
5883
|
+
},
|
|
5884
|
+
"computed": false
|
|
5885
|
+
},
|
|
5886
|
+
{
|
|
5887
|
+
"type": "propertySignature",
|
|
5888
|
+
"key": {
|
|
5889
|
+
"type": "identifier",
|
|
5890
|
+
"name": "title"
|
|
5891
|
+
},
|
|
5892
|
+
"annotation": {
|
|
5893
|
+
"type": "keyword",
|
|
5894
|
+
"value": "string"
|
|
5895
|
+
},
|
|
5896
|
+
"computed": false
|
|
5897
|
+
},
|
|
5898
|
+
{
|
|
5899
|
+
"type": "propertySignature",
|
|
5900
|
+
"key": {
|
|
5901
|
+
"type": "identifier",
|
|
5902
|
+
"name": "description"
|
|
5903
|
+
},
|
|
5904
|
+
"annotation": {
|
|
5905
|
+
"type": "keyword",
|
|
5906
|
+
"value": "string"
|
|
5907
|
+
},
|
|
5908
|
+
"optional": true,
|
|
5909
|
+
"computed": false
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"type": "propertySignature",
|
|
5913
|
+
"key": {
|
|
5914
|
+
"type": "identifier",
|
|
5915
|
+
"name": "time"
|
|
5916
|
+
},
|
|
5917
|
+
"annotation": {
|
|
5918
|
+
"type": "keyword",
|
|
5919
|
+
"value": "number"
|
|
5920
|
+
},
|
|
5921
|
+
"computed": false
|
|
5922
|
+
},
|
|
5923
|
+
{
|
|
5924
|
+
"type": "propertySignature",
|
|
5925
|
+
"key": {
|
|
5926
|
+
"type": "identifier",
|
|
5927
|
+
"name": "url"
|
|
5928
|
+
},
|
|
5929
|
+
"annotation": {
|
|
5930
|
+
"type": "keyword",
|
|
5931
|
+
"value": "string"
|
|
5932
|
+
},
|
|
5933
|
+
"optional": true,
|
|
5934
|
+
"computed": false,
|
|
5935
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
5936
|
+
}
|
|
5937
|
+
]
|
|
5938
|
+
}
|
|
5939
|
+
]
|
|
5940
|
+
},
|
|
5941
|
+
"ai-portal.goal-card-list": {
|
|
5942
|
+
"properties": [
|
|
5943
|
+
{
|
|
5944
|
+
"name": "goalList",
|
|
5945
|
+
"annotation": {
|
|
5946
|
+
"type": "array",
|
|
5947
|
+
"elementType": {
|
|
5948
|
+
"type": "reference",
|
|
5949
|
+
"typeName": {
|
|
5950
|
+
"type": "identifier",
|
|
5951
|
+
"name": "GoalItem"
|
|
5952
|
+
}
|
|
5953
|
+
}
|
|
5954
|
+
}
|
|
5955
|
+
},
|
|
5956
|
+
{
|
|
5957
|
+
"name": "cardStyle",
|
|
5958
|
+
"annotation": {
|
|
5959
|
+
"type": "reference",
|
|
5960
|
+
"typeName": {
|
|
5961
|
+
"type": "qualifiedName",
|
|
5962
|
+
"left": {
|
|
5963
|
+
"type": "identifier",
|
|
5964
|
+
"name": "React"
|
|
5965
|
+
},
|
|
5966
|
+
"right": {
|
|
5967
|
+
"type": "identifier",
|
|
5968
|
+
"name": "CSSProperties"
|
|
5969
|
+
}
|
|
5970
|
+
}
|
|
5971
|
+
}
|
|
5972
|
+
},
|
|
5973
|
+
{
|
|
5974
|
+
"name": "activeKey",
|
|
5975
|
+
"annotation": {
|
|
5976
|
+
"type": "keyword",
|
|
5977
|
+
"value": "string"
|
|
5978
|
+
}
|
|
5979
|
+
}
|
|
5980
|
+
],
|
|
5981
|
+
"events": [
|
|
5982
|
+
{
|
|
5983
|
+
"name": "item.click",
|
|
5984
|
+
"detail": {
|
|
5985
|
+
"annotation": {
|
|
5986
|
+
"type": "reference",
|
|
5987
|
+
"typeName": {
|
|
5988
|
+
"type": "identifier",
|
|
5989
|
+
"name": "GoalItem"
|
|
5990
|
+
}
|
|
5991
|
+
}
|
|
5992
|
+
}
|
|
5993
|
+
},
|
|
5994
|
+
{
|
|
5995
|
+
"name": "item.status.change",
|
|
5996
|
+
"detail": {
|
|
5997
|
+
"annotation": {
|
|
5998
5998
|
"type": "reference",
|
|
5999
5999
|
"typeName": {
|
|
6000
6000
|
"type": "identifier",
|
|
@@ -6251,84 +6251,232 @@
|
|
|
6251
6251
|
}
|
|
6252
6252
|
]
|
|
6253
6253
|
},
|
|
6254
|
-
"ai-portal.
|
|
6254
|
+
"ai-portal.elevo-sidebar": {
|
|
6255
6255
|
"properties": [
|
|
6256
6256
|
{
|
|
6257
|
-
"name": "
|
|
6257
|
+
"name": "userInstanceId",
|
|
6258
6258
|
"annotation": {
|
|
6259
6259
|
"type": "keyword",
|
|
6260
|
-
"value": "
|
|
6260
|
+
"value": "string"
|
|
6261
6261
|
}
|
|
6262
6262
|
},
|
|
6263
6263
|
{
|
|
6264
|
-
"name": "
|
|
6264
|
+
"name": "behavior",
|
|
6265
|
+
"annotation": {
|
|
6266
|
+
"type": "union",
|
|
6267
|
+
"types": [
|
|
6268
|
+
{
|
|
6269
|
+
"type": "jsLiteral",
|
|
6270
|
+
"value": "default"
|
|
6271
|
+
},
|
|
6272
|
+
{
|
|
6273
|
+
"type": "jsLiteral",
|
|
6274
|
+
"value": "drawer"
|
|
6275
|
+
}
|
|
6276
|
+
]
|
|
6277
|
+
}
|
|
6278
|
+
},
|
|
6279
|
+
{
|
|
6280
|
+
"name": "logoUrl",
|
|
6265
6281
|
"annotation": {
|
|
6266
6282
|
"type": "keyword",
|
|
6267
6283
|
"value": "string"
|
|
6268
6284
|
}
|
|
6269
6285
|
},
|
|
6270
6286
|
{
|
|
6271
|
-
"name": "
|
|
6287
|
+
"name": "newChatUrl",
|
|
6288
|
+
"annotation": {
|
|
6289
|
+
"type": "keyword",
|
|
6290
|
+
"value": "string"
|
|
6291
|
+
}
|
|
6292
|
+
},
|
|
6293
|
+
{
|
|
6294
|
+
"name": "newChatLinkWhenCollapsed",
|
|
6272
6295
|
"annotation": {
|
|
6273
6296
|
"type": "keyword",
|
|
6274
6297
|
"value": "boolean"
|
|
6275
6298
|
}
|
|
6276
6299
|
},
|
|
6277
6300
|
{
|
|
6278
|
-
"name": "
|
|
6301
|
+
"name": "historyUrlTemplate",
|
|
6302
|
+
"annotation": {
|
|
6303
|
+
"type": "keyword",
|
|
6304
|
+
"value": "string"
|
|
6305
|
+
}
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
"name": "historyActions",
|
|
6279
6309
|
"annotation": {
|
|
6280
6310
|
"type": "array",
|
|
6281
6311
|
"elementType": {
|
|
6282
6312
|
"type": "reference",
|
|
6283
6313
|
"typeName": {
|
|
6284
6314
|
"type": "identifier",
|
|
6285
|
-
"name": "
|
|
6315
|
+
"name": "ActionType"
|
|
6286
6316
|
}
|
|
6287
6317
|
}
|
|
6288
6318
|
}
|
|
6289
6319
|
},
|
|
6290
6320
|
{
|
|
6291
|
-
"name": "
|
|
6321
|
+
"name": "showProjects",
|
|
6322
|
+
"annotation": {
|
|
6323
|
+
"type": "keyword",
|
|
6324
|
+
"value": "boolean"
|
|
6325
|
+
}
|
|
6326
|
+
},
|
|
6327
|
+
{
|
|
6328
|
+
"name": "projectUrlTemplate",
|
|
6329
|
+
"annotation": {
|
|
6330
|
+
"type": "keyword",
|
|
6331
|
+
"value": "string"
|
|
6332
|
+
}
|
|
6333
|
+
},
|
|
6334
|
+
{
|
|
6335
|
+
"name": "projectActions",
|
|
6292
6336
|
"annotation": {
|
|
6293
6337
|
"type": "array",
|
|
6294
6338
|
"elementType": {
|
|
6295
6339
|
"type": "reference",
|
|
6296
6340
|
"typeName": {
|
|
6297
6341
|
"type": "identifier",
|
|
6298
|
-
"name": "
|
|
6342
|
+
"name": "ActionType"
|
|
6299
6343
|
}
|
|
6300
6344
|
}
|
|
6301
6345
|
}
|
|
6302
6346
|
},
|
|
6303
6347
|
{
|
|
6304
|
-
"name": "
|
|
6348
|
+
"name": "personalActions",
|
|
6349
|
+
"annotation": {
|
|
6350
|
+
"type": "array",
|
|
6351
|
+
"elementType": {
|
|
6352
|
+
"type": "reference",
|
|
6353
|
+
"typeName": {
|
|
6354
|
+
"type": "identifier",
|
|
6355
|
+
"name": "ActionType"
|
|
6356
|
+
}
|
|
6357
|
+
}
|
|
6358
|
+
}
|
|
6359
|
+
},
|
|
6360
|
+
{
|
|
6361
|
+
"name": "links",
|
|
6362
|
+
"annotation": {
|
|
6363
|
+
"type": "array",
|
|
6364
|
+
"elementType": {
|
|
6365
|
+
"type": "reference",
|
|
6366
|
+
"typeName": {
|
|
6367
|
+
"type": "identifier",
|
|
6368
|
+
"name": "SidebarLink"
|
|
6369
|
+
}
|
|
6370
|
+
}
|
|
6371
|
+
}
|
|
6372
|
+
},
|
|
6373
|
+
{
|
|
6374
|
+
"name": "canAddProject",
|
|
6375
|
+
"annotation": {
|
|
6376
|
+
"type": "keyword",
|
|
6377
|
+
"value": "boolean"
|
|
6378
|
+
}
|
|
6379
|
+
},
|
|
6380
|
+
{
|
|
6381
|
+
"name": "myLinks",
|
|
6382
|
+
"annotation": {
|
|
6383
|
+
"type": "array",
|
|
6384
|
+
"elementType": {
|
|
6385
|
+
"type": "reference",
|
|
6386
|
+
"typeName": {
|
|
6387
|
+
"type": "identifier",
|
|
6388
|
+
"name": "SidebarLink"
|
|
6389
|
+
}
|
|
6390
|
+
}
|
|
6391
|
+
}
|
|
6392
|
+
},
|
|
6393
|
+
{
|
|
6394
|
+
"name": "scope",
|
|
6395
|
+
"annotation": {
|
|
6396
|
+
"type": "union",
|
|
6397
|
+
"types": [
|
|
6398
|
+
{
|
|
6399
|
+
"type": "jsLiteral",
|
|
6400
|
+
"value": "default"
|
|
6401
|
+
},
|
|
6402
|
+
{
|
|
6403
|
+
"type": "jsLiteral",
|
|
6404
|
+
"value": "space"
|
|
6405
|
+
}
|
|
6406
|
+
]
|
|
6407
|
+
}
|
|
6408
|
+
},
|
|
6409
|
+
{
|
|
6410
|
+
"name": "spaceNav",
|
|
6305
6411
|
"annotation": {
|
|
6306
6412
|
"type": "reference",
|
|
6307
6413
|
"typeName": {
|
|
6308
6414
|
"type": "identifier",
|
|
6309
|
-
"name": "
|
|
6415
|
+
"name": "SpaceNavProps"
|
|
6310
6416
|
}
|
|
6311
6417
|
}
|
|
6312
6418
|
}
|
|
6313
6419
|
],
|
|
6314
6420
|
"events": [
|
|
6315
6421
|
{
|
|
6316
|
-
"name": "
|
|
6422
|
+
"name": "logout",
|
|
6317
6423
|
"detail": {
|
|
6318
6424
|
"annotation": {
|
|
6319
6425
|
"type": "keyword",
|
|
6320
|
-
"value": "
|
|
6426
|
+
"value": "void"
|
|
6321
6427
|
}
|
|
6322
6428
|
}
|
|
6323
6429
|
},
|
|
6324
6430
|
{
|
|
6325
|
-
"name": "
|
|
6431
|
+
"name": "action.click",
|
|
6326
6432
|
"detail": {
|
|
6327
6433
|
"annotation": {
|
|
6328
6434
|
"type": "reference",
|
|
6329
6435
|
"typeName": {
|
|
6330
6436
|
"type": "identifier",
|
|
6331
|
-
"name": "
|
|
6437
|
+
"name": "ActionClickDetail"
|
|
6438
|
+
}
|
|
6439
|
+
}
|
|
6440
|
+
}
|
|
6441
|
+
},
|
|
6442
|
+
{
|
|
6443
|
+
"name": "project.action.click",
|
|
6444
|
+
"detail": {
|
|
6445
|
+
"annotation": {
|
|
6446
|
+
"type": "reference",
|
|
6447
|
+
"typeName": {
|
|
6448
|
+
"type": "identifier",
|
|
6449
|
+
"name": "ProjectActionClickDetail"
|
|
6450
|
+
}
|
|
6451
|
+
}
|
|
6452
|
+
}
|
|
6453
|
+
},
|
|
6454
|
+
{
|
|
6455
|
+
"name": "add.project",
|
|
6456
|
+
"detail": {
|
|
6457
|
+
"annotation": {
|
|
6458
|
+
"type": "keyword",
|
|
6459
|
+
"value": "void"
|
|
6460
|
+
}
|
|
6461
|
+
}
|
|
6462
|
+
},
|
|
6463
|
+
{
|
|
6464
|
+
"name": "add.serviceflow",
|
|
6465
|
+
"detail": {
|
|
6466
|
+
"annotation": {
|
|
6467
|
+
"type": "keyword",
|
|
6468
|
+
"value": "void"
|
|
6469
|
+
}
|
|
6470
|
+
}
|
|
6471
|
+
},
|
|
6472
|
+
{
|
|
6473
|
+
"name": "personal.action.click",
|
|
6474
|
+
"detail": {
|
|
6475
|
+
"annotation": {
|
|
6476
|
+
"type": "reference",
|
|
6477
|
+
"typeName": {
|
|
6478
|
+
"type": "identifier",
|
|
6479
|
+
"name": "PersonalActionClickDetail"
|
|
6332
6480
|
}
|
|
6333
6481
|
}
|
|
6334
6482
|
}
|
|
@@ -6336,39 +6484,81 @@
|
|
|
6336
6484
|
],
|
|
6337
6485
|
"methods": [
|
|
6338
6486
|
{
|
|
6339
|
-
"name": "
|
|
6487
|
+
"name": "pullHistory",
|
|
6340
6488
|
"params": [
|
|
6341
6489
|
{
|
|
6342
|
-
"name": "
|
|
6490
|
+
"name": "delay",
|
|
6343
6491
|
"annotation": {
|
|
6344
6492
|
"type": "keyword",
|
|
6345
|
-
"value": "
|
|
6493
|
+
"value": "number"
|
|
6346
6494
|
}
|
|
6347
6495
|
}
|
|
6348
6496
|
],
|
|
6349
6497
|
"returns": {}
|
|
6350
6498
|
},
|
|
6351
6499
|
{
|
|
6352
|
-
"name": "
|
|
6500
|
+
"name": "open",
|
|
6353
6501
|
"params": [],
|
|
6354
6502
|
"returns": {}
|
|
6355
6503
|
},
|
|
6356
6504
|
{
|
|
6357
|
-
"name": "
|
|
6505
|
+
"name": "close",
|
|
6358
6506
|
"params": [],
|
|
6359
6507
|
"returns": {}
|
|
6508
|
+
},
|
|
6509
|
+
{
|
|
6510
|
+
"name": "removeProject",
|
|
6511
|
+
"params": [
|
|
6512
|
+
{
|
|
6513
|
+
"name": "projectId",
|
|
6514
|
+
"annotation": {
|
|
6515
|
+
"type": "keyword",
|
|
6516
|
+
"value": "string"
|
|
6517
|
+
}
|
|
6518
|
+
}
|
|
6519
|
+
],
|
|
6520
|
+
"returns": {}
|
|
6521
|
+
},
|
|
6522
|
+
{
|
|
6523
|
+
"name": "addProject",
|
|
6524
|
+
"params": [
|
|
6525
|
+
{
|
|
6526
|
+
"name": "project",
|
|
6527
|
+
"annotation": {
|
|
6528
|
+
"type": "reference",
|
|
6529
|
+
"typeName": {
|
|
6530
|
+
"type": "identifier",
|
|
6531
|
+
"name": "Project"
|
|
6532
|
+
}
|
|
6533
|
+
}
|
|
6534
|
+
}
|
|
6535
|
+
],
|
|
6536
|
+
"returns": {}
|
|
6537
|
+
},
|
|
6538
|
+
{
|
|
6539
|
+
"name": "moveConversation",
|
|
6540
|
+
"params": [
|
|
6541
|
+
{
|
|
6542
|
+
"name": "conversationId",
|
|
6543
|
+
"annotation": {
|
|
6544
|
+
"type": "keyword",
|
|
6545
|
+
"value": "string"
|
|
6546
|
+
}
|
|
6547
|
+
}
|
|
6548
|
+
],
|
|
6549
|
+
"returns": {}
|
|
6360
6550
|
}
|
|
6361
6551
|
],
|
|
6362
6552
|
"types": [
|
|
6363
6553
|
{
|
|
6364
6554
|
"type": "interface",
|
|
6365
|
-
"name": "
|
|
6555
|
+
"name": "SidebarLink",
|
|
6366
6556
|
"body": [
|
|
6367
6557
|
{
|
|
6368
6558
|
"type": "propertySignature",
|
|
6369
6559
|
"key": {
|
|
6370
6560
|
"type": "identifier",
|
|
6371
|
-
"name": "
|
|
6561
|
+
"name": "title"
|
|
6372
6562
|
},
|
|
6373
6563
|
"annotation": {
|
|
6374
6564
|
"type": "keyword",
|
|
@@ -6380,25 +6570,7 @@
|
|
|
6380
6570
|
"type": "propertySignature",
|
|
6381
6571
|
"key": {
|
|
6382
6572
|
"type": "identifier",
|
|
6383
|
-
"name": "
|
|
6384
|
-
},
|
|
6385
|
-
"annotation": {
|
|
6386
|
-
"type": "keyword",
|
|
6387
|
-
"value": "string"
|
|
6388
|
-
},
|
|
6389
|
-
"computed": false
|
|
6390
|
-
}
|
|
6391
|
-
]
|
|
6392
|
-
},
|
|
6393
|
-
{
|
|
6394
|
-
"type": "interface",
|
|
6395
|
-
"name": "Command",
|
|
6396
|
-
"body": [
|
|
6397
|
-
{
|
|
6398
|
-
"type": "propertySignature",
|
|
6399
|
-
"key": {
|
|
6400
|
-
"type": "identifier",
|
|
6401
|
-
"name": "label"
|
|
6573
|
+
"name": "url"
|
|
6402
6574
|
},
|
|
6403
6575
|
"annotation": {
|
|
6404
6576
|
"type": "keyword",
|
|
@@ -6410,90 +6582,155 @@
|
|
|
6410
6582
|
"type": "propertySignature",
|
|
6411
6583
|
"key": {
|
|
6412
6584
|
"type": "identifier",
|
|
6413
|
-
"name": "
|
|
6585
|
+
"name": "icon"
|
|
6414
6586
|
},
|
|
6415
6587
|
"annotation": {
|
|
6416
|
-
"type": "
|
|
6417
|
-
"
|
|
6588
|
+
"type": "reference",
|
|
6589
|
+
"typeName": {
|
|
6590
|
+
"type": "identifier",
|
|
6591
|
+
"name": "GeneralIconProps"
|
|
6592
|
+
}
|
|
6418
6593
|
},
|
|
6594
|
+
"optional": true,
|
|
6419
6595
|
"computed": false
|
|
6420
6596
|
},
|
|
6421
6597
|
{
|
|
6422
6598
|
"type": "propertySignature",
|
|
6423
6599
|
"key": {
|
|
6424
6600
|
"type": "identifier",
|
|
6425
|
-
"name": "
|
|
6601
|
+
"name": "activeIncludes"
|
|
6426
6602
|
},
|
|
6427
6603
|
"annotation": {
|
|
6428
|
-
"type": "
|
|
6429
|
-
"
|
|
6604
|
+
"type": "array",
|
|
6605
|
+
"elementType": {
|
|
6606
|
+
"type": "keyword",
|
|
6607
|
+
"value": "string"
|
|
6608
|
+
}
|
|
6430
6609
|
},
|
|
6431
6610
|
"optional": true,
|
|
6432
6611
|
"computed": false
|
|
6433
|
-
}
|
|
6612
|
+
}
|
|
6613
|
+
]
|
|
6614
|
+
},
|
|
6615
|
+
{
|
|
6616
|
+
"type": "interface",
|
|
6617
|
+
"name": "SpaceNavProps",
|
|
6618
|
+
"body": [
|
|
6434
6619
|
{
|
|
6435
6620
|
"type": "propertySignature",
|
|
6436
6621
|
"key": {
|
|
6437
6622
|
"type": "identifier",
|
|
6438
|
-
"name": "
|
|
6623
|
+
"name": "returnUrl"
|
|
6439
6624
|
},
|
|
6440
6625
|
"annotation": {
|
|
6441
6626
|
"type": "keyword",
|
|
6442
6627
|
"value": "string"
|
|
6443
6628
|
},
|
|
6444
|
-
"optional": true,
|
|
6445
6629
|
"computed": false
|
|
6446
6630
|
},
|
|
6447
6631
|
{
|
|
6448
6632
|
"type": "propertySignature",
|
|
6449
6633
|
"key": {
|
|
6450
6634
|
"type": "identifier",
|
|
6451
|
-
"name": "
|
|
6635
|
+
"name": "introUrl"
|
|
6452
6636
|
},
|
|
6453
6637
|
"annotation": {
|
|
6454
|
-
"type": "
|
|
6455
|
-
"
|
|
6456
|
-
"type": "reference",
|
|
6457
|
-
"typeName": {
|
|
6458
|
-
"type": "identifier",
|
|
6459
|
-
"name": "Command"
|
|
6460
|
-
}
|
|
6461
|
-
}
|
|
6638
|
+
"type": "keyword",
|
|
6639
|
+
"value": "string"
|
|
6462
6640
|
},
|
|
6463
|
-
"optional": true,
|
|
6464
6641
|
"computed": false
|
|
6465
6642
|
},
|
|
6466
6643
|
{
|
|
6467
6644
|
"type": "propertySignature",
|
|
6468
6645
|
"key": {
|
|
6469
6646
|
"type": "identifier",
|
|
6470
|
-
"name": "
|
|
6647
|
+
"name": "spaceDetail"
|
|
6471
6648
|
},
|
|
6472
6649
|
"annotation": {
|
|
6473
|
-
"type": "
|
|
6474
|
-
"
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
|
|
6650
|
+
"type": "typeLiteral",
|
|
6651
|
+
"members": [
|
|
6652
|
+
{
|
|
6653
|
+
"type": "propertySignature",
|
|
6654
|
+
"key": {
|
|
6655
|
+
"type": "identifier",
|
|
6656
|
+
"name": "instanceId"
|
|
6657
|
+
},
|
|
6658
|
+
"annotation": {
|
|
6659
|
+
"type": "keyword",
|
|
6660
|
+
"value": "string"
|
|
6661
|
+
},
|
|
6662
|
+
"computed": false
|
|
6663
|
+
},
|
|
6664
|
+
{
|
|
6665
|
+
"type": "propertySignature",
|
|
6666
|
+
"key": {
|
|
6667
|
+
"type": "identifier",
|
|
6668
|
+
"name": "name"
|
|
6669
|
+
},
|
|
6670
|
+
"annotation": {
|
|
6671
|
+
"type": "keyword",
|
|
6672
|
+
"value": "string"
|
|
6673
|
+
},
|
|
6674
|
+
"computed": false
|
|
6675
|
+
},
|
|
6676
|
+
{
|
|
6677
|
+
"type": "propertySignature",
|
|
6678
|
+
"key": {
|
|
6679
|
+
"type": "identifier",
|
|
6680
|
+
"name": "icon"
|
|
6681
|
+
},
|
|
6682
|
+
"annotation": {
|
|
6683
|
+
"type": "intersection",
|
|
6684
|
+
"types": [
|
|
6685
|
+
{
|
|
6686
|
+
"type": "reference",
|
|
6687
|
+
"typeName": {
|
|
6688
|
+
"type": "identifier",
|
|
6689
|
+
"name": "GeneralIconProps"
|
|
6690
|
+
}
|
|
6691
|
+
},
|
|
6692
|
+
{
|
|
6693
|
+
"type": "typeLiteral",
|
|
6694
|
+
"members": [
|
|
6695
|
+
{
|
|
6696
|
+
"type": "propertySignature",
|
|
6697
|
+
"key": {
|
|
6698
|
+
"type": "identifier",
|
|
6699
|
+
"name": "color"
|
|
6700
|
+
},
|
|
6701
|
+
"annotation": {
|
|
6702
|
+
"type": "keyword",
|
|
6703
|
+
"value": "string"
|
|
6704
|
+
},
|
|
6705
|
+
"optional": true,
|
|
6706
|
+
"computed": false
|
|
6707
|
+
}
|
|
6708
|
+
]
|
|
6709
|
+
}
|
|
6710
|
+
]
|
|
6711
|
+
},
|
|
6712
|
+
"optional": true,
|
|
6713
|
+
"computed": false
|
|
6714
|
+
}
|
|
6715
|
+
]
|
|
6478
6716
|
},
|
|
6479
|
-
"optional": true,
|
|
6480
6717
|
"computed": false
|
|
6481
|
-
}
|
|
6482
|
-
]
|
|
6483
|
-
},
|
|
6484
|
-
{
|
|
6485
|
-
"type": "interface",
|
|
6486
|
-
"name": "UploadOptions",
|
|
6487
|
-
"body": [
|
|
6718
|
+
},
|
|
6488
6719
|
{
|
|
6489
6720
|
"type": "propertySignature",
|
|
6490
6721
|
"key": {
|
|
6491
6722
|
"type": "identifier",
|
|
6492
|
-
"name": "
|
|
6723
|
+
"name": "spaceObjects"
|
|
6493
6724
|
},
|
|
6494
6725
|
"annotation": {
|
|
6495
|
-
"type": "
|
|
6496
|
-
"
|
|
6726
|
+
"type": "array",
|
|
6727
|
+
"elementType": {
|
|
6728
|
+
"type": "reference",
|
|
6729
|
+
"typeName": {
|
|
6730
|
+
"type": "identifier",
|
|
6731
|
+
"name": "SidebarLink"
|
|
6732
|
+
}
|
|
6733
|
+
}
|
|
6497
6734
|
},
|
|
6498
6735
|
"optional": true,
|
|
6499
6736
|
"computed": false
|
|
@@ -6502,11 +6739,17 @@
|
|
|
6502
6739
|
"type": "propertySignature",
|
|
6503
6740
|
"key": {
|
|
6504
6741
|
"type": "identifier",
|
|
6505
|
-
"name": "
|
|
6742
|
+
"name": "spaceServiceflows"
|
|
6506
6743
|
},
|
|
6507
6744
|
"annotation": {
|
|
6508
|
-
"type": "
|
|
6509
|
-
"
|
|
6745
|
+
"type": "array",
|
|
6746
|
+
"elementType": {
|
|
6747
|
+
"type": "reference",
|
|
6748
|
+
"typeName": {
|
|
6749
|
+
"type": "identifier",
|
|
6750
|
+
"name": "SidebarLink"
|
|
6751
|
+
}
|
|
6752
|
+
}
|
|
6510
6753
|
},
|
|
6511
6754
|
"optional": true,
|
|
6512
6755
|
"computed": false
|
|
@@ -6515,176 +6758,285 @@
|
|
|
6515
6758
|
"type": "propertySignature",
|
|
6516
6759
|
"key": {
|
|
6517
6760
|
"type": "identifier",
|
|
6518
|
-
"name": "
|
|
6761
|
+
"name": "spaceLinks"
|
|
6519
6762
|
},
|
|
6520
6763
|
"annotation": {
|
|
6521
|
-
"type": "
|
|
6522
|
-
"
|
|
6764
|
+
"type": "array",
|
|
6765
|
+
"elementType": {
|
|
6766
|
+
"type": "reference",
|
|
6767
|
+
"typeName": {
|
|
6768
|
+
"type": "identifier",
|
|
6769
|
+
"name": "SidebarLink"
|
|
6770
|
+
}
|
|
6771
|
+
}
|
|
6523
6772
|
},
|
|
6524
6773
|
"optional": true,
|
|
6525
6774
|
"computed": false
|
|
6526
|
-
}
|
|
6775
|
+
}
|
|
6776
|
+
]
|
|
6777
|
+
},
|
|
6778
|
+
{
|
|
6779
|
+
"type": "interface",
|
|
6780
|
+
"name": "ActionClickDetail",
|
|
6781
|
+
"body": [
|
|
6527
6782
|
{
|
|
6528
6783
|
"type": "propertySignature",
|
|
6529
6784
|
"key": {
|
|
6530
6785
|
"type": "identifier",
|
|
6531
|
-
"name": "
|
|
6786
|
+
"name": "action"
|
|
6532
6787
|
},
|
|
6533
6788
|
"annotation": {
|
|
6534
|
-
"type": "
|
|
6535
|
-
"
|
|
6789
|
+
"type": "intersection",
|
|
6790
|
+
"types": [
|
|
6791
|
+
{
|
|
6792
|
+
"type": "reference",
|
|
6793
|
+
"typeName": {
|
|
6794
|
+
"type": "identifier",
|
|
6795
|
+
"name": "SimpleActionType"
|
|
6796
|
+
}
|
|
6797
|
+
},
|
|
6798
|
+
{
|
|
6799
|
+
"type": "typeLiteral",
|
|
6800
|
+
"members": [
|
|
6801
|
+
{
|
|
6802
|
+
"type": "propertySignature",
|
|
6803
|
+
"key": {
|
|
6804
|
+
"type": "identifier",
|
|
6805
|
+
"name": "project"
|
|
6806
|
+
},
|
|
6807
|
+
"annotation": {
|
|
6808
|
+
"type": "reference",
|
|
6809
|
+
"typeName": {
|
|
6810
|
+
"type": "identifier",
|
|
6811
|
+
"name": "Project"
|
|
6812
|
+
}
|
|
6813
|
+
},
|
|
6814
|
+
"optional": true,
|
|
6815
|
+
"computed": false
|
|
6816
|
+
}
|
|
6817
|
+
]
|
|
6818
|
+
}
|
|
6819
|
+
]
|
|
6536
6820
|
},
|
|
6537
|
-
"optional": true,
|
|
6538
6821
|
"computed": false
|
|
6539
6822
|
},
|
|
6540
6823
|
{
|
|
6541
6824
|
"type": "propertySignature",
|
|
6542
6825
|
"key": {
|
|
6543
6826
|
"type": "identifier",
|
|
6544
|
-
"name": "
|
|
6827
|
+
"name": "item"
|
|
6545
6828
|
},
|
|
6546
6829
|
"annotation": {
|
|
6547
|
-
"type": "
|
|
6548
|
-
"
|
|
6830
|
+
"type": "reference",
|
|
6831
|
+
"typeName": {
|
|
6832
|
+
"type": "identifier",
|
|
6833
|
+
"name": "HistoryItem"
|
|
6834
|
+
}
|
|
6549
6835
|
},
|
|
6550
|
-
"optional": true,
|
|
6551
6836
|
"computed": false
|
|
6552
6837
|
},
|
|
6553
6838
|
{
|
|
6554
6839
|
"type": "propertySignature",
|
|
6555
6840
|
"key": {
|
|
6556
6841
|
"type": "identifier",
|
|
6557
|
-
"name": "
|
|
6842
|
+
"name": "project"
|
|
6558
6843
|
},
|
|
6559
6844
|
"annotation": {
|
|
6560
|
-
"type": "
|
|
6561
|
-
"
|
|
6845
|
+
"type": "reference",
|
|
6846
|
+
"typeName": {
|
|
6847
|
+
"type": "identifier",
|
|
6848
|
+
"name": "Project"
|
|
6849
|
+
}
|
|
6562
6850
|
},
|
|
6563
6851
|
"optional": true,
|
|
6564
|
-
"computed": false
|
|
6565
|
-
|
|
6566
|
-
|
|
6852
|
+
"computed": false
|
|
6853
|
+
}
|
|
6854
|
+
]
|
|
6855
|
+
},
|
|
6856
|
+
{
|
|
6857
|
+
"type": "interface",
|
|
6858
|
+
"name": "Project",
|
|
6859
|
+
"body": [
|
|
6567
6860
|
{
|
|
6568
6861
|
"type": "propertySignature",
|
|
6569
6862
|
"key": {
|
|
6570
6863
|
"type": "identifier",
|
|
6571
|
-
"name": "
|
|
6864
|
+
"name": "instanceId"
|
|
6572
6865
|
},
|
|
6573
6866
|
"annotation": {
|
|
6574
6867
|
"type": "keyword",
|
|
6575
6868
|
"value": "string"
|
|
6576
6869
|
},
|
|
6577
|
-
"
|
|
6578
|
-
"
|
|
6870
|
+
"computed": false,
|
|
6871
|
+
"description": "实例ID"
|
|
6579
6872
|
},
|
|
6580
6873
|
{
|
|
6581
6874
|
"type": "propertySignature",
|
|
6582
6875
|
"key": {
|
|
6583
6876
|
"type": "identifier",
|
|
6584
|
-
"name": "
|
|
6877
|
+
"name": "name"
|
|
6585
6878
|
},
|
|
6586
6879
|
"annotation": {
|
|
6587
6880
|
"type": "keyword",
|
|
6588
6881
|
"value": "string"
|
|
6589
6882
|
},
|
|
6590
|
-
"
|
|
6591
|
-
"
|
|
6592
|
-
}
|
|
6593
|
-
]
|
|
6594
|
-
},
|
|
6595
|
-
{
|
|
6596
|
-
"type": "interface",
|
|
6597
|
-
"name": "ChatPayload",
|
|
6598
|
-
"body": [
|
|
6883
|
+
"computed": false,
|
|
6884
|
+
"description": "项目名称"
|
|
6885
|
+
},
|
|
6599
6886
|
{
|
|
6600
6887
|
"type": "propertySignature",
|
|
6601
6888
|
"key": {
|
|
6602
6889
|
"type": "identifier",
|
|
6603
|
-
"name": "
|
|
6890
|
+
"name": "description"
|
|
6604
6891
|
},
|
|
6605
6892
|
"annotation": {
|
|
6606
6893
|
"type": "keyword",
|
|
6607
6894
|
"value": "string"
|
|
6608
6895
|
},
|
|
6609
|
-
"computed": false
|
|
6610
|
-
|
|
6611
|
-
|
|
6612
|
-
"extends": [
|
|
6613
|
-
{
|
|
6614
|
-
"type": "expressionWithTypeArguments",
|
|
6615
|
-
"expression": {
|
|
6616
|
-
"type": "identifier",
|
|
6617
|
-
"name": "ExtraChatPayload"
|
|
6618
|
-
}
|
|
6619
|
-
}
|
|
6620
|
-
]
|
|
6621
|
-
},
|
|
6622
|
-
{
|
|
6623
|
-
"type": "interface",
|
|
6624
|
-
"name": "ExtraChatPayload",
|
|
6625
|
-
"body": [
|
|
6896
|
+
"computed": false,
|
|
6897
|
+
"description": "项目描述"
|
|
6898
|
+
},
|
|
6626
6899
|
{
|
|
6627
6900
|
"type": "propertySignature",
|
|
6628
6901
|
"key": {
|
|
6629
6902
|
"type": "identifier",
|
|
6630
|
-
"name": "
|
|
6903
|
+
"name": "state"
|
|
6631
6904
|
},
|
|
6632
6905
|
"annotation": {
|
|
6633
|
-
"type": "
|
|
6634
|
-
"
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
"
|
|
6638
|
-
|
|
6906
|
+
"type": "union",
|
|
6907
|
+
"types": [
|
|
6908
|
+
{
|
|
6909
|
+
"type": "jsLiteral",
|
|
6910
|
+
"value": "active"
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"type": "jsLiteral",
|
|
6914
|
+
"value": "inactive"
|
|
6639
6915
|
}
|
|
6640
|
-
|
|
6916
|
+
]
|
|
6641
6917
|
},
|
|
6642
|
-
"
|
|
6643
|
-
"
|
|
6918
|
+
"computed": false,
|
|
6919
|
+
"description": "状态"
|
|
6644
6920
|
},
|
|
6645
6921
|
{
|
|
6646
6922
|
"type": "propertySignature",
|
|
6647
6923
|
"key": {
|
|
6648
6924
|
"type": "identifier",
|
|
6649
|
-
"name": "
|
|
6925
|
+
"name": "defaultAiEmployeeId"
|
|
6650
6926
|
},
|
|
6651
6927
|
"annotation": {
|
|
6652
|
-
"type": "
|
|
6653
|
-
"
|
|
6654
|
-
|
|
6655
|
-
|
|
6656
|
-
|
|
6657
|
-
|
|
6658
|
-
|
|
6659
|
-
|
|
6660
|
-
|
|
6661
|
-
|
|
6662
|
-
|
|
6663
|
-
|
|
6664
|
-
|
|
6665
|
-
|
|
6928
|
+
"type": "keyword",
|
|
6929
|
+
"value": "string"
|
|
6930
|
+
},
|
|
6931
|
+
"computed": false,
|
|
6932
|
+
"description": "默认数字人ID"
|
|
6933
|
+
},
|
|
6934
|
+
{
|
|
6935
|
+
"type": "propertySignature",
|
|
6936
|
+
"key": {
|
|
6937
|
+
"type": "identifier",
|
|
6938
|
+
"name": "creator"
|
|
6939
|
+
},
|
|
6940
|
+
"annotation": {
|
|
6941
|
+
"type": "keyword",
|
|
6942
|
+
"value": "string"
|
|
6943
|
+
},
|
|
6944
|
+
"computed": false,
|
|
6945
|
+
"description": "创建者"
|
|
6946
|
+
},
|
|
6947
|
+
{
|
|
6948
|
+
"type": "propertySignature",
|
|
6949
|
+
"key": {
|
|
6950
|
+
"type": "identifier",
|
|
6951
|
+
"name": "ctime"
|
|
6952
|
+
},
|
|
6953
|
+
"annotation": {
|
|
6954
|
+
"type": "keyword",
|
|
6955
|
+
"value": "string"
|
|
6956
|
+
},
|
|
6957
|
+
"computed": false,
|
|
6958
|
+
"description": "创建时间"
|
|
6959
|
+
},
|
|
6960
|
+
{
|
|
6961
|
+
"type": "propertySignature",
|
|
6962
|
+
"key": {
|
|
6963
|
+
"type": "identifier",
|
|
6964
|
+
"name": "mtime"
|
|
6965
|
+
},
|
|
6966
|
+
"annotation": {
|
|
6967
|
+
"type": "keyword",
|
|
6968
|
+
"value": "string"
|
|
6969
|
+
},
|
|
6970
|
+
"computed": false,
|
|
6971
|
+
"description": "修改时间"
|
|
6972
|
+
},
|
|
6973
|
+
{
|
|
6974
|
+
"type": "propertySignature",
|
|
6975
|
+
"key": {
|
|
6976
|
+
"type": "identifier",
|
|
6977
|
+
"name": "modifier"
|
|
6978
|
+
},
|
|
6979
|
+
"annotation": {
|
|
6980
|
+
"type": "keyword",
|
|
6981
|
+
"value": "string"
|
|
6982
|
+
},
|
|
6983
|
+
"computed": false,
|
|
6984
|
+
"description": "修改者"
|
|
6985
|
+
}
|
|
6986
|
+
]
|
|
6987
|
+
},
|
|
6988
|
+
{
|
|
6989
|
+
"type": "interface",
|
|
6990
|
+
"name": "HistoryItem",
|
|
6991
|
+
"body": [
|
|
6992
|
+
{
|
|
6993
|
+
"type": "propertySignature",
|
|
6994
|
+
"key": {
|
|
6995
|
+
"type": "identifier",
|
|
6996
|
+
"name": "conversationId"
|
|
6997
|
+
},
|
|
6998
|
+
"annotation": {
|
|
6999
|
+
"type": "keyword",
|
|
7000
|
+
"value": "string"
|
|
6666
7001
|
},
|
|
6667
|
-
"optional": true,
|
|
6668
7002
|
"computed": false
|
|
6669
7003
|
},
|
|
6670
7004
|
{
|
|
6671
7005
|
"type": "propertySignature",
|
|
6672
7006
|
"key": {
|
|
6673
7007
|
"type": "identifier",
|
|
6674
|
-
"name": "
|
|
7008
|
+
"name": "title"
|
|
6675
7009
|
},
|
|
6676
7010
|
"annotation": {
|
|
6677
|
-
"type": "
|
|
6678
|
-
"
|
|
6679
|
-
|
|
6680
|
-
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
|
|
6684
|
-
|
|
6685
|
-
|
|
6686
|
-
|
|
6687
|
-
|
|
7011
|
+
"type": "keyword",
|
|
7012
|
+
"value": "string"
|
|
7013
|
+
},
|
|
7014
|
+
"computed": false
|
|
7015
|
+
},
|
|
7016
|
+
{
|
|
7017
|
+
"type": "propertySignature",
|
|
7018
|
+
"key": {
|
|
7019
|
+
"type": "identifier",
|
|
7020
|
+
"name": "startTime"
|
|
7021
|
+
},
|
|
7022
|
+
"annotation": {
|
|
7023
|
+
"type": "keyword",
|
|
7024
|
+
"value": "number"
|
|
7025
|
+
},
|
|
7026
|
+
"computed": false
|
|
7027
|
+
},
|
|
7028
|
+
{
|
|
7029
|
+
"type": "propertySignature",
|
|
7030
|
+
"key": {
|
|
7031
|
+
"type": "identifier",
|
|
7032
|
+
"name": "state"
|
|
7033
|
+
},
|
|
7034
|
+
"annotation": {
|
|
7035
|
+
"type": "reference",
|
|
7036
|
+
"typeName": {
|
|
7037
|
+
"type": "identifier",
|
|
7038
|
+
"name": "ConversationState"
|
|
7039
|
+
}
|
|
6688
7040
|
},
|
|
6689
7041
|
"optional": true,
|
|
6690
7042
|
"computed": false
|
|
@@ -6693,17 +7045,56 @@
|
|
|
6693
7045
|
},
|
|
6694
7046
|
{
|
|
6695
7047
|
"type": "interface",
|
|
6696
|
-
"name": "
|
|
7048
|
+
"name": "ProjectActionClickDetail",
|
|
6697
7049
|
"body": [
|
|
6698
7050
|
{
|
|
6699
7051
|
"type": "propertySignature",
|
|
6700
7052
|
"key": {
|
|
6701
7053
|
"type": "identifier",
|
|
6702
|
-
"name": "
|
|
7054
|
+
"name": "action"
|
|
6703
7055
|
},
|
|
6704
7056
|
"annotation": {
|
|
6705
|
-
"type": "
|
|
6706
|
-
"
|
|
7057
|
+
"type": "reference",
|
|
7058
|
+
"typeName": {
|
|
7059
|
+
"type": "identifier",
|
|
7060
|
+
"name": "SimpleActionType"
|
|
7061
|
+
}
|
|
7062
|
+
},
|
|
7063
|
+
"computed": false
|
|
7064
|
+
},
|
|
7065
|
+
{
|
|
7066
|
+
"type": "propertySignature",
|
|
7067
|
+
"key": {
|
|
7068
|
+
"type": "identifier",
|
|
7069
|
+
"name": "project"
|
|
7070
|
+
},
|
|
7071
|
+
"annotation": {
|
|
7072
|
+
"type": "reference",
|
|
7073
|
+
"typeName": {
|
|
7074
|
+
"type": "identifier",
|
|
7075
|
+
"name": "Project"
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7078
|
+
"computed": false
|
|
7079
|
+
}
|
|
7080
|
+
]
|
|
7081
|
+
},
|
|
7082
|
+
{
|
|
7083
|
+
"type": "interface",
|
|
7084
|
+
"name": "PersonalActionClickDetail",
|
|
7085
|
+
"body": [
|
|
7086
|
+
{
|
|
7087
|
+
"type": "propertySignature",
|
|
7088
|
+
"key": {
|
|
7089
|
+
"type": "identifier",
|
|
7090
|
+
"name": "action"
|
|
7091
|
+
},
|
|
7092
|
+
"annotation": {
|
|
7093
|
+
"type": "reference",
|
|
7094
|
+
"typeName": {
|
|
7095
|
+
"type": "identifier",
|
|
7096
|
+
"name": "SimpleActionType"
|
|
7097
|
+
}
|
|
6707
7098
|
},
|
|
6708
7099
|
"computed": false
|
|
6709
7100
|
}
|
|
@@ -6711,232 +7102,84 @@
|
|
|
6711
7102
|
}
|
|
6712
7103
|
]
|
|
6713
7104
|
},
|
|
6714
|
-
"ai-portal.
|
|
7105
|
+
"ai-portal.chat-box": {
|
|
6715
7106
|
"properties": [
|
|
6716
7107
|
{
|
|
6717
|
-
"name": "
|
|
6718
|
-
"annotation": {
|
|
6719
|
-
"type": "keyword",
|
|
6720
|
-
"value": "string"
|
|
6721
|
-
}
|
|
6722
|
-
},
|
|
6723
|
-
{
|
|
6724
|
-
"name": "behavior",
|
|
6725
|
-
"annotation": {
|
|
6726
|
-
"type": "union",
|
|
6727
|
-
"types": [
|
|
6728
|
-
{
|
|
6729
|
-
"type": "jsLiteral",
|
|
6730
|
-
"value": "default"
|
|
6731
|
-
},
|
|
6732
|
-
{
|
|
6733
|
-
"type": "jsLiteral",
|
|
6734
|
-
"value": "drawer"
|
|
6735
|
-
}
|
|
6736
|
-
]
|
|
6737
|
-
}
|
|
6738
|
-
},
|
|
6739
|
-
{
|
|
6740
|
-
"name": "logoUrl",
|
|
7108
|
+
"name": "disabled",
|
|
6741
7109
|
"annotation": {
|
|
6742
7110
|
"type": "keyword",
|
|
6743
|
-
"value": "
|
|
7111
|
+
"value": "boolean"
|
|
6744
7112
|
}
|
|
6745
7113
|
},
|
|
6746
7114
|
{
|
|
6747
|
-
"name": "
|
|
7115
|
+
"name": "placeholder",
|
|
6748
7116
|
"annotation": {
|
|
6749
7117
|
"type": "keyword",
|
|
6750
7118
|
"value": "string"
|
|
6751
7119
|
}
|
|
6752
7120
|
},
|
|
6753
7121
|
{
|
|
6754
|
-
"name": "
|
|
7122
|
+
"name": "autoFocus",
|
|
6755
7123
|
"annotation": {
|
|
6756
7124
|
"type": "keyword",
|
|
6757
7125
|
"value": "boolean"
|
|
6758
7126
|
}
|
|
6759
7127
|
},
|
|
6760
7128
|
{
|
|
6761
|
-
"name": "
|
|
6762
|
-
"annotation": {
|
|
6763
|
-
"type": "keyword",
|
|
6764
|
-
"value": "string"
|
|
6765
|
-
}
|
|
6766
|
-
},
|
|
6767
|
-
{
|
|
6768
|
-
"name": "historyActions",
|
|
7129
|
+
"name": "aiEmployees",
|
|
6769
7130
|
"annotation": {
|
|
6770
7131
|
"type": "array",
|
|
6771
7132
|
"elementType": {
|
|
6772
7133
|
"type": "reference",
|
|
6773
7134
|
"typeName": {
|
|
6774
7135
|
"type": "identifier",
|
|
6775
|
-
"name": "
|
|
7136
|
+
"name": "AIEmployee"
|
|
6776
7137
|
}
|
|
6777
7138
|
}
|
|
6778
7139
|
}
|
|
6779
7140
|
},
|
|
6780
7141
|
{
|
|
6781
|
-
"name": "
|
|
6782
|
-
"annotation": {
|
|
6783
|
-
"type": "keyword",
|
|
6784
|
-
"value": "boolean"
|
|
6785
|
-
}
|
|
6786
|
-
},
|
|
6787
|
-
{
|
|
6788
|
-
"name": "projectUrlTemplate",
|
|
6789
|
-
"annotation": {
|
|
6790
|
-
"type": "keyword",
|
|
6791
|
-
"value": "string"
|
|
6792
|
-
}
|
|
6793
|
-
},
|
|
6794
|
-
{
|
|
6795
|
-
"name": "projectActions",
|
|
7142
|
+
"name": "commands",
|
|
6796
7143
|
"annotation": {
|
|
6797
7144
|
"type": "array",
|
|
6798
7145
|
"elementType": {
|
|
6799
7146
|
"type": "reference",
|
|
6800
7147
|
"typeName": {
|
|
6801
7148
|
"type": "identifier",
|
|
6802
|
-
"name": "
|
|
7149
|
+
"name": "Command"
|
|
6803
7150
|
}
|
|
6804
7151
|
}
|
|
6805
7152
|
}
|
|
6806
7153
|
},
|
|
6807
7154
|
{
|
|
6808
|
-
"name": "
|
|
7155
|
+
"name": "uploadOptions",
|
|
6809
7156
|
"annotation": {
|
|
6810
|
-
"type": "
|
|
6811
|
-
"
|
|
6812
|
-
"type": "
|
|
6813
|
-
"
|
|
6814
|
-
"type": "identifier",
|
|
6815
|
-
"name": "ActionType"
|
|
6816
|
-
}
|
|
7157
|
+
"type": "reference",
|
|
7158
|
+
"typeName": {
|
|
7159
|
+
"type": "identifier",
|
|
7160
|
+
"name": "UploadOptions"
|
|
6817
7161
|
}
|
|
6818
7162
|
}
|
|
6819
|
-
}
|
|
7163
|
+
}
|
|
7164
|
+
],
|
|
7165
|
+
"events": [
|
|
6820
7166
|
{
|
|
6821
|
-
"name": "
|
|
6822
|
-
"annotation": {
|
|
6823
|
-
"type": "array",
|
|
6824
|
-
"elementType": {
|
|
6825
|
-
"type": "reference",
|
|
6826
|
-
"typeName": {
|
|
6827
|
-
"type": "identifier",
|
|
6828
|
-
"name": "SidebarLink"
|
|
6829
|
-
}
|
|
6830
|
-
}
|
|
6831
|
-
}
|
|
6832
|
-
},
|
|
6833
|
-
{
|
|
6834
|
-
"name": "canAddProject",
|
|
6835
|
-
"annotation": {
|
|
6836
|
-
"type": "keyword",
|
|
6837
|
-
"value": "boolean"
|
|
6838
|
-
}
|
|
6839
|
-
},
|
|
6840
|
-
{
|
|
6841
|
-
"name": "myLinks",
|
|
6842
|
-
"annotation": {
|
|
6843
|
-
"type": "array",
|
|
6844
|
-
"elementType": {
|
|
6845
|
-
"type": "reference",
|
|
6846
|
-
"typeName": {
|
|
6847
|
-
"type": "identifier",
|
|
6848
|
-
"name": "SidebarLink"
|
|
6849
|
-
}
|
|
6850
|
-
}
|
|
6851
|
-
}
|
|
6852
|
-
},
|
|
6853
|
-
{
|
|
6854
|
-
"name": "scope",
|
|
6855
|
-
"annotation": {
|
|
6856
|
-
"type": "union",
|
|
6857
|
-
"types": [
|
|
6858
|
-
{
|
|
6859
|
-
"type": "jsLiteral",
|
|
6860
|
-
"value": "default"
|
|
6861
|
-
},
|
|
6862
|
-
{
|
|
6863
|
-
"type": "jsLiteral",
|
|
6864
|
-
"value": "space"
|
|
6865
|
-
}
|
|
6866
|
-
]
|
|
6867
|
-
}
|
|
6868
|
-
},
|
|
6869
|
-
{
|
|
6870
|
-
"name": "spaceNav",
|
|
6871
|
-
"annotation": {
|
|
6872
|
-
"type": "reference",
|
|
6873
|
-
"typeName": {
|
|
6874
|
-
"type": "identifier",
|
|
6875
|
-
"name": "SpaceNavProps"
|
|
6876
|
-
}
|
|
6877
|
-
}
|
|
6878
|
-
}
|
|
6879
|
-
],
|
|
6880
|
-
"events": [
|
|
6881
|
-
{
|
|
6882
|
-
"name": "logout",
|
|
6883
|
-
"detail": {
|
|
6884
|
-
"annotation": {
|
|
6885
|
-
"type": "keyword",
|
|
6886
|
-
"value": "void"
|
|
6887
|
-
}
|
|
6888
|
-
}
|
|
6889
|
-
},
|
|
6890
|
-
{
|
|
6891
|
-
"name": "action.click",
|
|
6892
|
-
"detail": {
|
|
6893
|
-
"annotation": {
|
|
6894
|
-
"type": "reference",
|
|
6895
|
-
"typeName": {
|
|
6896
|
-
"type": "identifier",
|
|
6897
|
-
"name": "ActionClickDetail"
|
|
6898
|
-
}
|
|
6899
|
-
}
|
|
6900
|
-
}
|
|
6901
|
-
},
|
|
6902
|
-
{
|
|
6903
|
-
"name": "project.action.click",
|
|
6904
|
-
"detail": {
|
|
6905
|
-
"annotation": {
|
|
6906
|
-
"type": "reference",
|
|
6907
|
-
"typeName": {
|
|
6908
|
-
"type": "identifier",
|
|
6909
|
-
"name": "ProjectActionClickDetail"
|
|
6910
|
-
}
|
|
6911
|
-
}
|
|
6912
|
-
}
|
|
6913
|
-
},
|
|
6914
|
-
{
|
|
6915
|
-
"name": "add.project",
|
|
6916
|
-
"detail": {
|
|
6917
|
-
"annotation": {
|
|
6918
|
-
"type": "keyword",
|
|
6919
|
-
"value": "void"
|
|
6920
|
-
}
|
|
6921
|
-
}
|
|
6922
|
-
},
|
|
6923
|
-
{
|
|
6924
|
-
"name": "add.serviceflow",
|
|
7167
|
+
"name": "message.submit",
|
|
6925
7168
|
"detail": {
|
|
6926
7169
|
"annotation": {
|
|
6927
7170
|
"type": "keyword",
|
|
6928
|
-
"value": "
|
|
7171
|
+
"value": "string"
|
|
6929
7172
|
}
|
|
6930
7173
|
}
|
|
6931
7174
|
},
|
|
6932
7175
|
{
|
|
6933
|
-
"name": "
|
|
7176
|
+
"name": "chat.submit",
|
|
6934
7177
|
"detail": {
|
|
6935
7178
|
"annotation": {
|
|
6936
7179
|
"type": "reference",
|
|
6937
7180
|
"typeName": {
|
|
6938
7181
|
"type": "identifier",
|
|
6939
|
-
"name": "
|
|
7182
|
+
"name": "ChatPayload"
|
|
6940
7183
|
}
|
|
6941
7184
|
}
|
|
6942
7185
|
}
|
|
@@ -6944,354 +7187,43 @@
|
|
|
6944
7187
|
],
|
|
6945
7188
|
"methods": [
|
|
6946
7189
|
{
|
|
6947
|
-
"name": "
|
|
7190
|
+
"name": "setValue",
|
|
6948
7191
|
"params": [
|
|
6949
7192
|
{
|
|
6950
|
-
"name": "
|
|
7193
|
+
"name": "value",
|
|
6951
7194
|
"annotation": {
|
|
6952
7195
|
"type": "keyword",
|
|
6953
|
-
"value": "
|
|
7196
|
+
"value": "string"
|
|
6954
7197
|
}
|
|
6955
7198
|
}
|
|
6956
7199
|
],
|
|
6957
7200
|
"returns": {}
|
|
6958
7201
|
},
|
|
6959
7202
|
{
|
|
6960
|
-
"name": "
|
|
7203
|
+
"name": "getValue",
|
|
6961
7204
|
"params": [],
|
|
6962
7205
|
"returns": {}
|
|
6963
7206
|
},
|
|
6964
7207
|
{
|
|
6965
|
-
"name": "
|
|
7208
|
+
"name": "focusOnInput",
|
|
6966
7209
|
"params": [],
|
|
6967
7210
|
"returns": {}
|
|
6968
|
-
},
|
|
6969
|
-
{
|
|
6970
|
-
"name": "removeProject",
|
|
6971
|
-
"params": [
|
|
6972
|
-
{
|
|
6973
|
-
"name": "projectId",
|
|
6974
|
-
"annotation": {
|
|
6975
|
-
"type": "keyword",
|
|
6976
|
-
"value": "string"
|
|
6977
|
-
}
|
|
6978
|
-
}
|
|
6979
|
-
],
|
|
6980
|
-
"returns": {}
|
|
6981
|
-
},
|
|
6982
|
-
{
|
|
6983
|
-
"name": "addProject",
|
|
6984
|
-
"params": [
|
|
6985
|
-
{
|
|
6986
|
-
"name": "project",
|
|
6987
|
-
"annotation": {
|
|
6988
|
-
"type": "reference",
|
|
6989
|
-
"typeName": {
|
|
6990
|
-
"type": "identifier",
|
|
6991
|
-
"name": "Project"
|
|
6992
|
-
}
|
|
6993
|
-
}
|
|
6994
|
-
}
|
|
6995
|
-
],
|
|
6996
|
-
"returns": {}
|
|
6997
|
-
},
|
|
6998
|
-
{
|
|
6999
|
-
"name": "moveConversation",
|
|
7000
|
-
"params": [
|
|
7001
|
-
{
|
|
7002
|
-
"name": "conversationId",
|
|
7003
|
-
"annotation": {
|
|
7004
|
-
"type": "keyword",
|
|
7005
|
-
"value": "string"
|
|
7006
|
-
}
|
|
7007
|
-
}
|
|
7008
|
-
],
|
|
7009
|
-
"returns": {}
|
|
7010
7211
|
}
|
|
7011
7212
|
],
|
|
7012
7213
|
"types": [
|
|
7013
7214
|
{
|
|
7014
|
-
"type": "interface",
|
|
7015
|
-
"name": "
|
|
7016
|
-
"body": [
|
|
7017
|
-
{
|
|
7018
|
-
"type": "propertySignature",
|
|
7019
|
-
"key": {
|
|
7020
|
-
"type": "identifier",
|
|
7021
|
-
"name": "title"
|
|
7022
|
-
},
|
|
7023
|
-
"annotation": {
|
|
7024
|
-
"type": "keyword",
|
|
7025
|
-
"value": "string"
|
|
7026
|
-
},
|
|
7027
|
-
"computed": false
|
|
7028
|
-
},
|
|
7029
|
-
{
|
|
7030
|
-
"type": "propertySignature",
|
|
7031
|
-
"key": {
|
|
7032
|
-
"type": "identifier",
|
|
7033
|
-
"name": "url"
|
|
7034
|
-
},
|
|
7035
|
-
"annotation": {
|
|
7036
|
-
"type": "keyword",
|
|
7037
|
-
"value": "string"
|
|
7038
|
-
},
|
|
7039
|
-
"computed": false
|
|
7040
|
-
},
|
|
7041
|
-
{
|
|
7042
|
-
"type": "propertySignature",
|
|
7043
|
-
"key": {
|
|
7044
|
-
"type": "identifier",
|
|
7045
|
-
"name": "icon"
|
|
7046
|
-
},
|
|
7047
|
-
"annotation": {
|
|
7048
|
-
"type": "reference",
|
|
7049
|
-
"typeName": {
|
|
7050
|
-
"type": "identifier",
|
|
7051
|
-
"name": "GeneralIconProps"
|
|
7052
|
-
}
|
|
7053
|
-
},
|
|
7054
|
-
"optional": true,
|
|
7055
|
-
"computed": false
|
|
7056
|
-
},
|
|
7057
|
-
{
|
|
7058
|
-
"type": "propertySignature",
|
|
7059
|
-
"key": {
|
|
7060
|
-
"type": "identifier",
|
|
7061
|
-
"name": "activeIncludes"
|
|
7062
|
-
},
|
|
7063
|
-
"annotation": {
|
|
7064
|
-
"type": "array",
|
|
7065
|
-
"elementType": {
|
|
7066
|
-
"type": "keyword",
|
|
7067
|
-
"value": "string"
|
|
7068
|
-
}
|
|
7069
|
-
},
|
|
7070
|
-
"optional": true,
|
|
7071
|
-
"computed": false
|
|
7072
|
-
}
|
|
7073
|
-
]
|
|
7074
|
-
},
|
|
7075
|
-
{
|
|
7076
|
-
"type": "interface",
|
|
7077
|
-
"name": "SpaceNavProps",
|
|
7078
|
-
"body": [
|
|
7079
|
-
{
|
|
7080
|
-
"type": "propertySignature",
|
|
7081
|
-
"key": {
|
|
7082
|
-
"type": "identifier",
|
|
7083
|
-
"name": "returnUrl"
|
|
7084
|
-
},
|
|
7085
|
-
"annotation": {
|
|
7086
|
-
"type": "keyword",
|
|
7087
|
-
"value": "string"
|
|
7088
|
-
},
|
|
7089
|
-
"computed": false
|
|
7090
|
-
},
|
|
7091
|
-
{
|
|
7092
|
-
"type": "propertySignature",
|
|
7093
|
-
"key": {
|
|
7094
|
-
"type": "identifier",
|
|
7095
|
-
"name": "introUrl"
|
|
7096
|
-
},
|
|
7097
|
-
"annotation": {
|
|
7098
|
-
"type": "keyword",
|
|
7099
|
-
"value": "string"
|
|
7100
|
-
},
|
|
7101
|
-
"computed": false
|
|
7102
|
-
},
|
|
7103
|
-
{
|
|
7104
|
-
"type": "propertySignature",
|
|
7105
|
-
"key": {
|
|
7106
|
-
"type": "identifier",
|
|
7107
|
-
"name": "spaceDetail"
|
|
7108
|
-
},
|
|
7109
|
-
"annotation": {
|
|
7110
|
-
"type": "typeLiteral",
|
|
7111
|
-
"members": [
|
|
7112
|
-
{
|
|
7113
|
-
"type": "propertySignature",
|
|
7114
|
-
"key": {
|
|
7115
|
-
"type": "identifier",
|
|
7116
|
-
"name": "instanceId"
|
|
7117
|
-
},
|
|
7118
|
-
"annotation": {
|
|
7119
|
-
"type": "keyword",
|
|
7120
|
-
"value": "string"
|
|
7121
|
-
},
|
|
7122
|
-
"computed": false
|
|
7123
|
-
},
|
|
7124
|
-
{
|
|
7125
|
-
"type": "propertySignature",
|
|
7126
|
-
"key": {
|
|
7127
|
-
"type": "identifier",
|
|
7128
|
-
"name": "name"
|
|
7129
|
-
},
|
|
7130
|
-
"annotation": {
|
|
7131
|
-
"type": "keyword",
|
|
7132
|
-
"value": "string"
|
|
7133
|
-
},
|
|
7134
|
-
"computed": false
|
|
7135
|
-
},
|
|
7136
|
-
{
|
|
7137
|
-
"type": "propertySignature",
|
|
7138
|
-
"key": {
|
|
7139
|
-
"type": "identifier",
|
|
7140
|
-
"name": "icon"
|
|
7141
|
-
},
|
|
7142
|
-
"annotation": {
|
|
7143
|
-
"type": "intersection",
|
|
7144
|
-
"types": [
|
|
7145
|
-
{
|
|
7146
|
-
"type": "reference",
|
|
7147
|
-
"typeName": {
|
|
7148
|
-
"type": "identifier",
|
|
7149
|
-
"name": "GeneralIconProps"
|
|
7150
|
-
}
|
|
7151
|
-
},
|
|
7152
|
-
{
|
|
7153
|
-
"type": "typeLiteral",
|
|
7154
|
-
"members": [
|
|
7155
|
-
{
|
|
7156
|
-
"type": "propertySignature",
|
|
7157
|
-
"key": {
|
|
7158
|
-
"type": "identifier",
|
|
7159
|
-
"name": "color"
|
|
7160
|
-
},
|
|
7161
|
-
"annotation": {
|
|
7162
|
-
"type": "keyword",
|
|
7163
|
-
"value": "string"
|
|
7164
|
-
},
|
|
7165
|
-
"optional": true,
|
|
7166
|
-
"computed": false
|
|
7167
|
-
}
|
|
7168
|
-
]
|
|
7169
|
-
}
|
|
7170
|
-
]
|
|
7171
|
-
},
|
|
7172
|
-
"optional": true,
|
|
7173
|
-
"computed": false
|
|
7174
|
-
}
|
|
7175
|
-
]
|
|
7176
|
-
},
|
|
7177
|
-
"computed": false
|
|
7178
|
-
},
|
|
7179
|
-
{
|
|
7180
|
-
"type": "propertySignature",
|
|
7181
|
-
"key": {
|
|
7182
|
-
"type": "identifier",
|
|
7183
|
-
"name": "spaceObjects"
|
|
7184
|
-
},
|
|
7185
|
-
"annotation": {
|
|
7186
|
-
"type": "array",
|
|
7187
|
-
"elementType": {
|
|
7188
|
-
"type": "reference",
|
|
7189
|
-
"typeName": {
|
|
7190
|
-
"type": "identifier",
|
|
7191
|
-
"name": "SidebarLink"
|
|
7192
|
-
}
|
|
7193
|
-
}
|
|
7194
|
-
},
|
|
7195
|
-
"optional": true,
|
|
7196
|
-
"computed": false
|
|
7197
|
-
},
|
|
7198
|
-
{
|
|
7199
|
-
"type": "propertySignature",
|
|
7200
|
-
"key": {
|
|
7201
|
-
"type": "identifier",
|
|
7202
|
-
"name": "spaceServiceflows"
|
|
7203
|
-
},
|
|
7204
|
-
"annotation": {
|
|
7205
|
-
"type": "array",
|
|
7206
|
-
"elementType": {
|
|
7207
|
-
"type": "reference",
|
|
7208
|
-
"typeName": {
|
|
7209
|
-
"type": "identifier",
|
|
7210
|
-
"name": "SidebarLink"
|
|
7211
|
-
}
|
|
7212
|
-
}
|
|
7213
|
-
},
|
|
7214
|
-
"optional": true,
|
|
7215
|
-
"computed": false
|
|
7216
|
-
},
|
|
7217
|
-
{
|
|
7218
|
-
"type": "propertySignature",
|
|
7219
|
-
"key": {
|
|
7220
|
-
"type": "identifier",
|
|
7221
|
-
"name": "spaceLinks"
|
|
7222
|
-
},
|
|
7223
|
-
"annotation": {
|
|
7224
|
-
"type": "array",
|
|
7225
|
-
"elementType": {
|
|
7226
|
-
"type": "reference",
|
|
7227
|
-
"typeName": {
|
|
7228
|
-
"type": "identifier",
|
|
7229
|
-
"name": "SidebarLink"
|
|
7230
|
-
}
|
|
7231
|
-
}
|
|
7232
|
-
},
|
|
7233
|
-
"optional": true,
|
|
7234
|
-
"computed": false
|
|
7235
|
-
}
|
|
7236
|
-
]
|
|
7237
|
-
},
|
|
7238
|
-
{
|
|
7239
|
-
"type": "interface",
|
|
7240
|
-
"name": "ActionClickDetail",
|
|
7241
|
-
"body": [
|
|
7242
|
-
{
|
|
7243
|
-
"type": "propertySignature",
|
|
7244
|
-
"key": {
|
|
7245
|
-
"type": "identifier",
|
|
7246
|
-
"name": "action"
|
|
7247
|
-
},
|
|
7248
|
-
"annotation": {
|
|
7249
|
-
"type": "intersection",
|
|
7250
|
-
"types": [
|
|
7251
|
-
{
|
|
7252
|
-
"type": "reference",
|
|
7253
|
-
"typeName": {
|
|
7254
|
-
"type": "identifier",
|
|
7255
|
-
"name": "SimpleActionType"
|
|
7256
|
-
}
|
|
7257
|
-
},
|
|
7258
|
-
{
|
|
7259
|
-
"type": "typeLiteral",
|
|
7260
|
-
"members": [
|
|
7261
|
-
{
|
|
7262
|
-
"type": "propertySignature",
|
|
7263
|
-
"key": {
|
|
7264
|
-
"type": "identifier",
|
|
7265
|
-
"name": "project"
|
|
7266
|
-
},
|
|
7267
|
-
"annotation": {
|
|
7268
|
-
"type": "reference",
|
|
7269
|
-
"typeName": {
|
|
7270
|
-
"type": "identifier",
|
|
7271
|
-
"name": "Project"
|
|
7272
|
-
}
|
|
7273
|
-
},
|
|
7274
|
-
"optional": true,
|
|
7275
|
-
"computed": false
|
|
7276
|
-
}
|
|
7277
|
-
]
|
|
7278
|
-
}
|
|
7279
|
-
]
|
|
7280
|
-
},
|
|
7281
|
-
"computed": false
|
|
7282
|
-
},
|
|
7215
|
+
"type": "interface",
|
|
7216
|
+
"name": "AIEmployee",
|
|
7217
|
+
"body": [
|
|
7283
7218
|
{
|
|
7284
7219
|
"type": "propertySignature",
|
|
7285
7220
|
"key": {
|
|
7286
7221
|
"type": "identifier",
|
|
7287
|
-
"name": "
|
|
7222
|
+
"name": "employeeId"
|
|
7288
7223
|
},
|
|
7289
7224
|
"annotation": {
|
|
7290
|
-
"type": "
|
|
7291
|
-
"
|
|
7292
|
-
"type": "identifier",
|
|
7293
|
-
"name": "HistoryItem"
|
|
7294
|
-
}
|
|
7225
|
+
"type": "keyword",
|
|
7226
|
+
"value": "string"
|
|
7295
7227
|
},
|
|
7296
7228
|
"computed": false
|
|
7297
7229
|
},
|
|
@@ -7299,262 +7231,330 @@
|
|
|
7299
7231
|
"type": "propertySignature",
|
|
7300
7232
|
"key": {
|
|
7301
7233
|
"type": "identifier",
|
|
7302
|
-
"name": "
|
|
7234
|
+
"name": "name"
|
|
7303
7235
|
},
|
|
7304
7236
|
"annotation": {
|
|
7305
|
-
"type": "
|
|
7306
|
-
"
|
|
7307
|
-
"type": "identifier",
|
|
7308
|
-
"name": "Project"
|
|
7309
|
-
}
|
|
7237
|
+
"type": "keyword",
|
|
7238
|
+
"value": "string"
|
|
7310
7239
|
},
|
|
7311
|
-
"optional": true,
|
|
7312
7240
|
"computed": false
|
|
7313
7241
|
}
|
|
7314
7242
|
]
|
|
7315
7243
|
},
|
|
7316
7244
|
{
|
|
7317
7245
|
"type": "interface",
|
|
7318
|
-
"name": "
|
|
7246
|
+
"name": "Command",
|
|
7319
7247
|
"body": [
|
|
7320
7248
|
{
|
|
7321
7249
|
"type": "propertySignature",
|
|
7322
7250
|
"key": {
|
|
7323
7251
|
"type": "identifier",
|
|
7324
|
-
"name": "
|
|
7252
|
+
"name": "label"
|
|
7325
7253
|
},
|
|
7326
7254
|
"annotation": {
|
|
7327
7255
|
"type": "keyword",
|
|
7328
7256
|
"value": "string"
|
|
7329
7257
|
},
|
|
7330
|
-
"computed": false
|
|
7331
|
-
"description": "实例ID"
|
|
7258
|
+
"computed": false
|
|
7332
7259
|
},
|
|
7333
7260
|
{
|
|
7334
7261
|
"type": "propertySignature",
|
|
7335
7262
|
"key": {
|
|
7336
7263
|
"type": "identifier",
|
|
7337
|
-
"name": "
|
|
7264
|
+
"name": "value"
|
|
7338
7265
|
},
|
|
7339
7266
|
"annotation": {
|
|
7340
7267
|
"type": "keyword",
|
|
7341
7268
|
"value": "string"
|
|
7342
7269
|
},
|
|
7343
|
-
"computed": false
|
|
7344
|
-
"description": "项目名称"
|
|
7270
|
+
"computed": false
|
|
7345
7271
|
},
|
|
7346
7272
|
{
|
|
7347
7273
|
"type": "propertySignature",
|
|
7348
7274
|
"key": {
|
|
7349
7275
|
"type": "identifier",
|
|
7350
|
-
"name": "
|
|
7276
|
+
"name": "groupKey"
|
|
7351
7277
|
},
|
|
7352
7278
|
"annotation": {
|
|
7353
7279
|
"type": "keyword",
|
|
7354
7280
|
"value": "string"
|
|
7355
7281
|
},
|
|
7356
|
-
"
|
|
7357
|
-
"
|
|
7282
|
+
"optional": true,
|
|
7283
|
+
"computed": false
|
|
7358
7284
|
},
|
|
7359
7285
|
{
|
|
7360
7286
|
"type": "propertySignature",
|
|
7361
7287
|
"key": {
|
|
7362
7288
|
"type": "identifier",
|
|
7363
|
-
"name": "
|
|
7289
|
+
"name": "groupLabel"
|
|
7364
7290
|
},
|
|
7365
7291
|
"annotation": {
|
|
7366
|
-
"type": "
|
|
7367
|
-
"
|
|
7368
|
-
|
|
7369
|
-
|
|
7370
|
-
|
|
7371
|
-
|
|
7372
|
-
|
|
7373
|
-
|
|
7374
|
-
|
|
7292
|
+
"type": "keyword",
|
|
7293
|
+
"value": "string"
|
|
7294
|
+
},
|
|
7295
|
+
"optional": true,
|
|
7296
|
+
"computed": false
|
|
7297
|
+
},
|
|
7298
|
+
{
|
|
7299
|
+
"type": "propertySignature",
|
|
7300
|
+
"key": {
|
|
7301
|
+
"type": "identifier",
|
|
7302
|
+
"name": "subCommands"
|
|
7303
|
+
},
|
|
7304
|
+
"annotation": {
|
|
7305
|
+
"type": "array",
|
|
7306
|
+
"elementType": {
|
|
7307
|
+
"type": "reference",
|
|
7308
|
+
"typeName": {
|
|
7309
|
+
"type": "identifier",
|
|
7310
|
+
"name": "Command"
|
|
7375
7311
|
}
|
|
7376
|
-
|
|
7312
|
+
}
|
|
7377
7313
|
},
|
|
7378
|
-
"
|
|
7379
|
-
"
|
|
7314
|
+
"optional": true,
|
|
7315
|
+
"computed": false
|
|
7380
7316
|
},
|
|
7381
7317
|
{
|
|
7382
7318
|
"type": "propertySignature",
|
|
7383
7319
|
"key": {
|
|
7384
7320
|
"type": "identifier",
|
|
7385
|
-
"name": "
|
|
7321
|
+
"name": "payload"
|
|
7322
|
+
},
|
|
7323
|
+
"annotation": {
|
|
7324
|
+
"type": "reference",
|
|
7325
|
+
"typeName": {
|
|
7326
|
+
"type": "identifier",
|
|
7327
|
+
"name": "CommandPayload"
|
|
7328
|
+
}
|
|
7329
|
+
},
|
|
7330
|
+
"optional": true,
|
|
7331
|
+
"computed": false
|
|
7332
|
+
}
|
|
7333
|
+
]
|
|
7334
|
+
},
|
|
7335
|
+
{
|
|
7336
|
+
"type": "interface",
|
|
7337
|
+
"name": "UploadOptions",
|
|
7338
|
+
"body": [
|
|
7339
|
+
{
|
|
7340
|
+
"type": "propertySignature",
|
|
7341
|
+
"key": {
|
|
7342
|
+
"type": "identifier",
|
|
7343
|
+
"name": "enabled"
|
|
7386
7344
|
},
|
|
7387
7345
|
"annotation": {
|
|
7388
7346
|
"type": "keyword",
|
|
7389
|
-
"value": "
|
|
7347
|
+
"value": "boolean"
|
|
7390
7348
|
},
|
|
7391
|
-
"
|
|
7392
|
-
"
|
|
7349
|
+
"optional": true,
|
|
7350
|
+
"computed": false
|
|
7393
7351
|
},
|
|
7394
7352
|
{
|
|
7395
7353
|
"type": "propertySignature",
|
|
7396
7354
|
"key": {
|
|
7397
7355
|
"type": "identifier",
|
|
7398
|
-
"name": "
|
|
7356
|
+
"name": "dragDisabled"
|
|
7399
7357
|
},
|
|
7400
7358
|
"annotation": {
|
|
7401
7359
|
"type": "keyword",
|
|
7402
|
-
"value": "
|
|
7360
|
+
"value": "boolean"
|
|
7403
7361
|
},
|
|
7404
|
-
"
|
|
7405
|
-
"
|
|
7362
|
+
"optional": true,
|
|
7363
|
+
"computed": false
|
|
7406
7364
|
},
|
|
7407
7365
|
{
|
|
7408
7366
|
"type": "propertySignature",
|
|
7409
7367
|
"key": {
|
|
7410
7368
|
"type": "identifier",
|
|
7411
|
-
"name": "
|
|
7369
|
+
"name": "dragTips"
|
|
7412
7370
|
},
|
|
7413
7371
|
"annotation": {
|
|
7414
7372
|
"type": "keyword",
|
|
7415
7373
|
"value": "string"
|
|
7416
7374
|
},
|
|
7417
|
-
"
|
|
7418
|
-
"
|
|
7375
|
+
"optional": true,
|
|
7376
|
+
"computed": false
|
|
7419
7377
|
},
|
|
7420
7378
|
{
|
|
7421
7379
|
"type": "propertySignature",
|
|
7422
7380
|
"key": {
|
|
7423
7381
|
"type": "identifier",
|
|
7424
|
-
"name": "
|
|
7382
|
+
"name": "accept"
|
|
7425
7383
|
},
|
|
7426
7384
|
"annotation": {
|
|
7427
7385
|
"type": "keyword",
|
|
7428
7386
|
"value": "string"
|
|
7429
7387
|
},
|
|
7430
|
-
"
|
|
7431
|
-
"
|
|
7388
|
+
"optional": true,
|
|
7389
|
+
"computed": false
|
|
7432
7390
|
},
|
|
7433
7391
|
{
|
|
7434
7392
|
"type": "propertySignature",
|
|
7435
7393
|
"key": {
|
|
7436
7394
|
"type": "identifier",
|
|
7437
|
-
"name": "
|
|
7395
|
+
"name": "maxFiles"
|
|
7438
7396
|
},
|
|
7439
7397
|
"annotation": {
|
|
7440
7398
|
"type": "keyword",
|
|
7441
|
-
"value": "
|
|
7399
|
+
"value": "number"
|
|
7442
7400
|
},
|
|
7443
|
-
"
|
|
7444
|
-
"
|
|
7445
|
-
}
|
|
7446
|
-
]
|
|
7447
|
-
},
|
|
7448
|
-
{
|
|
7449
|
-
"type": "interface",
|
|
7450
|
-
"name": "HistoryItem",
|
|
7451
|
-
"body": [
|
|
7401
|
+
"optional": true,
|
|
7402
|
+
"computed": false
|
|
7403
|
+
},
|
|
7452
7404
|
{
|
|
7453
7405
|
"type": "propertySignature",
|
|
7454
7406
|
"key": {
|
|
7455
7407
|
"type": "identifier",
|
|
7456
|
-
"name": "
|
|
7408
|
+
"name": "maxSize"
|
|
7457
7409
|
},
|
|
7458
7410
|
"annotation": {
|
|
7459
7411
|
"type": "keyword",
|
|
7460
|
-
"value": "
|
|
7412
|
+
"value": "number"
|
|
7461
7413
|
},
|
|
7462
|
-
"
|
|
7414
|
+
"optional": true,
|
|
7415
|
+
"computed": false,
|
|
7416
|
+
"description": "In bytes"
|
|
7463
7417
|
},
|
|
7464
7418
|
{
|
|
7465
7419
|
"type": "propertySignature",
|
|
7466
7420
|
"key": {
|
|
7467
7421
|
"type": "identifier",
|
|
7468
|
-
"name": "
|
|
7422
|
+
"name": "readableAccept"
|
|
7469
7423
|
},
|
|
7470
7424
|
"annotation": {
|
|
7471
7425
|
"type": "keyword",
|
|
7472
7426
|
"value": "string"
|
|
7473
7427
|
},
|
|
7428
|
+
"optional": true,
|
|
7474
7429
|
"computed": false
|
|
7475
7430
|
},
|
|
7476
7431
|
{
|
|
7477
7432
|
"type": "propertySignature",
|
|
7478
7433
|
"key": {
|
|
7479
7434
|
"type": "identifier",
|
|
7480
|
-
"name": "
|
|
7435
|
+
"name": "readableMaxSize"
|
|
7481
7436
|
},
|
|
7482
7437
|
"annotation": {
|
|
7483
7438
|
"type": "keyword",
|
|
7484
|
-
"value": "
|
|
7439
|
+
"value": "string"
|
|
7485
7440
|
},
|
|
7441
|
+
"optional": true,
|
|
7486
7442
|
"computed": false
|
|
7487
|
-
}
|
|
7443
|
+
}
|
|
7444
|
+
]
|
|
7445
|
+
},
|
|
7446
|
+
{
|
|
7447
|
+
"type": "interface",
|
|
7448
|
+
"name": "ChatPayload",
|
|
7449
|
+
"body": [
|
|
7488
7450
|
{
|
|
7489
7451
|
"type": "propertySignature",
|
|
7490
7452
|
"key": {
|
|
7491
7453
|
"type": "identifier",
|
|
7492
|
-
"name": "
|
|
7454
|
+
"name": "content"
|
|
7493
7455
|
},
|
|
7494
7456
|
"annotation": {
|
|
7495
|
-
"type": "
|
|
7496
|
-
"
|
|
7497
|
-
"type": "identifier",
|
|
7498
|
-
"name": "ConversationState"
|
|
7499
|
-
}
|
|
7457
|
+
"type": "keyword",
|
|
7458
|
+
"value": "string"
|
|
7500
7459
|
},
|
|
7501
|
-
"optional": true,
|
|
7502
7460
|
"computed": false
|
|
7503
7461
|
}
|
|
7462
|
+
],
|
|
7463
|
+
"extends": [
|
|
7464
|
+
{
|
|
7465
|
+
"type": "expressionWithTypeArguments",
|
|
7466
|
+
"expression": {
|
|
7467
|
+
"type": "identifier",
|
|
7468
|
+
"name": "ExtraChatPayload"
|
|
7469
|
+
}
|
|
7470
|
+
}
|
|
7504
7471
|
]
|
|
7505
7472
|
},
|
|
7506
7473
|
{
|
|
7507
7474
|
"type": "interface",
|
|
7508
|
-
"name": "
|
|
7475
|
+
"name": "ExtraChatPayload",
|
|
7509
7476
|
"body": [
|
|
7510
7477
|
{
|
|
7511
7478
|
"type": "propertySignature",
|
|
7512
7479
|
"key": {
|
|
7513
7480
|
"type": "identifier",
|
|
7514
|
-
"name": "
|
|
7481
|
+
"name": "files"
|
|
7515
7482
|
},
|
|
7516
7483
|
"annotation": {
|
|
7517
|
-
"type": "
|
|
7518
|
-
"
|
|
7519
|
-
"type": "
|
|
7520
|
-
"
|
|
7484
|
+
"type": "array",
|
|
7485
|
+
"elementType": {
|
|
7486
|
+
"type": "reference",
|
|
7487
|
+
"typeName": {
|
|
7488
|
+
"type": "identifier",
|
|
7489
|
+
"name": "UploadFileInfo"
|
|
7490
|
+
}
|
|
7521
7491
|
}
|
|
7522
7492
|
},
|
|
7493
|
+
"optional": true,
|
|
7523
7494
|
"computed": false
|
|
7524
7495
|
},
|
|
7525
7496
|
{
|
|
7526
7497
|
"type": "propertySignature",
|
|
7527
7498
|
"key": {
|
|
7528
7499
|
"type": "identifier",
|
|
7529
|
-
"name": "
|
|
7500
|
+
"name": "cmd"
|
|
7530
7501
|
},
|
|
7531
7502
|
"annotation": {
|
|
7532
|
-
"type": "
|
|
7533
|
-
"
|
|
7534
|
-
|
|
7535
|
-
|
|
7536
|
-
|
|
7503
|
+
"type": "union",
|
|
7504
|
+
"types": [
|
|
7505
|
+
{
|
|
7506
|
+
"type": "reference",
|
|
7507
|
+
"typeName": {
|
|
7508
|
+
"type": "identifier",
|
|
7509
|
+
"name": "CommandPayload"
|
|
7510
|
+
}
|
|
7511
|
+
},
|
|
7512
|
+
{
|
|
7513
|
+
"type": "keyword",
|
|
7514
|
+
"value": "null"
|
|
7515
|
+
}
|
|
7516
|
+
]
|
|
7517
|
+
},
|
|
7518
|
+
"optional": true,
|
|
7519
|
+
"computed": false
|
|
7520
|
+
},
|
|
7521
|
+
{
|
|
7522
|
+
"type": "propertySignature",
|
|
7523
|
+
"key": {
|
|
7524
|
+
"type": "identifier",
|
|
7525
|
+
"name": "aiEmployeeId"
|
|
7526
|
+
},
|
|
7527
|
+
"annotation": {
|
|
7528
|
+
"type": "union",
|
|
7529
|
+
"types": [
|
|
7530
|
+
{
|
|
7531
|
+
"type": "keyword",
|
|
7532
|
+
"value": "string"
|
|
7533
|
+
},
|
|
7534
|
+
{
|
|
7535
|
+
"type": "keyword",
|
|
7536
|
+
"value": "null"
|
|
7537
|
+
}
|
|
7538
|
+
]
|
|
7537
7539
|
},
|
|
7540
|
+
"optional": true,
|
|
7538
7541
|
"computed": false
|
|
7539
7542
|
}
|
|
7540
7543
|
]
|
|
7541
7544
|
},
|
|
7542
7545
|
{
|
|
7543
7546
|
"type": "interface",
|
|
7544
|
-
"name": "
|
|
7547
|
+
"name": "UploadFileInfo",
|
|
7545
7548
|
"body": [
|
|
7546
7549
|
{
|
|
7547
7550
|
"type": "propertySignature",
|
|
7548
7551
|
"key": {
|
|
7549
7552
|
"type": "identifier",
|
|
7550
|
-
"name": "
|
|
7553
|
+
"name": "fileId"
|
|
7551
7554
|
},
|
|
7552
7555
|
"annotation": {
|
|
7553
|
-
"type": "
|
|
7554
|
-
"
|
|
7555
|
-
"type": "identifier",
|
|
7556
|
-
"name": "SimpleActionType"
|
|
7557
|
-
}
|
|
7556
|
+
"type": "keyword",
|
|
7557
|
+
"value": "string"
|
|
7558
7558
|
},
|
|
7559
7559
|
"computed": false
|
|
7560
7560
|
}
|