@next-bricks/ai-portal 0.52.0 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +27 -20
- package/dist/chunks/1889.0cd5c088.js +2 -0
- package/dist/chunks/1889.0cd5c088.js.map +1 -0
- package/dist/chunks/2893.c26f0be9.js +2 -0
- package/dist/chunks/2893.c26f0be9.js.map +1 -0
- package/dist/chunks/flow-tabs.222a11ea.js +3 -0
- package/dist/chunks/flow-tabs.222a11ea.js.map +1 -0
- package/dist/chunks/main.2188a2bf.js +2 -0
- package/dist/chunks/{main.4cb00675.js.map → main.2188a2bf.js.map} +1 -1
- package/dist/chunks/stage-flow.7cfa123d.js +2 -0
- package/dist/chunks/stage-flow.7cfa123d.js.map +1 -0
- package/dist/examples.json +14 -11
- package/dist/images/60cd488d.svg +6 -0
- package/dist/images/ecaecc18.svg +6 -0
- package/dist/index.7d776211.js +2 -0
- package/dist/index.7d776211.js.map +1 -0
- package/dist/manifest.json +250 -167
- package/dist/types.json +679 -324
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/stage-flow/i18n.d.ts +21 -0
- package/dist-types/stage-flow/index.d.ts +39 -0
- package/dist-types/stage-flow/index.spec.d.ts +1 -0
- package/docs/stage-flow.md +32 -0
- package/package.json +2 -2
- package/dist/chunks/1889.b7766f77.js +0 -2
- package/dist/chunks/1889.b7766f77.js.map +0 -1
- package/dist/chunks/943.7073ef6f.js +0 -2
- package/dist/chunks/943.7073ef6f.js.map +0 -1
- package/dist/chunks/flow-tabs.ba72493e.js +0 -3
- package/dist/chunks/flow-tabs.ba72493e.js.map +0 -1
- package/dist/chunks/main.4cb00675.js +0 -2
- package/dist/index.fede9e49.js +0 -2
- package/dist/index.fede9e49.js.map +0 -1
- /package/dist/chunks/{flow-tabs.ba72493e.js.LICENSE.txt → flow-tabs.222a11ea.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,121 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.home-container": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "sticky",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "boolean"
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"events": [],
|
|
13
|
-
"methods": []
|
|
14
|
-
},
|
|
15
|
-
"ai-portal.stat-with-mini-chart": {
|
|
16
|
-
"properties": [
|
|
17
|
-
{
|
|
18
|
-
"name": "label",
|
|
19
|
-
"annotation": {
|
|
20
|
-
"type": "keyword",
|
|
21
|
-
"value": "string"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "value",
|
|
26
|
-
"annotation": {
|
|
27
|
-
"type": "keyword",
|
|
28
|
-
"value": "string"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"name": "size",
|
|
33
|
-
"annotation": {
|
|
34
|
-
"type": "union",
|
|
35
|
-
"types": [
|
|
36
|
-
{
|
|
37
|
-
"type": "jsLiteral",
|
|
38
|
-
"value": "medium"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"type": "jsLiteral",
|
|
42
|
-
"value": "small"
|
|
43
|
-
}
|
|
44
|
-
]
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "lineColor",
|
|
49
|
-
"annotation": {
|
|
50
|
-
"type": "keyword",
|
|
51
|
-
"value": "string"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"name": "showArea",
|
|
56
|
-
"annotation": {
|
|
57
|
-
"type": "keyword",
|
|
58
|
-
"value": "boolean"
|
|
59
|
-
}
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"name": "min",
|
|
63
|
-
"annotation": {
|
|
64
|
-
"type": "keyword",
|
|
65
|
-
"value": "number"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "max",
|
|
70
|
-
"annotation": {
|
|
71
|
-
"type": "keyword",
|
|
72
|
-
"value": "number"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"name": "xField",
|
|
77
|
-
"annotation": {
|
|
78
|
-
"type": "keyword",
|
|
79
|
-
"value": "string"
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "yField",
|
|
84
|
-
"annotation": {
|
|
85
|
-
"type": "keyword",
|
|
86
|
-
"value": "string"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"name": "data",
|
|
91
|
-
"annotation": {
|
|
92
|
-
"type": "array",
|
|
93
|
-
"elementType": {
|
|
94
|
-
"type": "reference",
|
|
95
|
-
"typeName": {
|
|
96
|
-
"type": "identifier",
|
|
97
|
-
"name": "Record"
|
|
98
|
-
},
|
|
99
|
-
"typeParameters": {
|
|
100
|
-
"type": "typeParameterInstantiation",
|
|
101
|
-
"params": [
|
|
102
|
-
{
|
|
103
|
-
"type": "keyword",
|
|
104
|
-
"value": "string"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"type": "keyword",
|
|
108
|
-
"value": "number"
|
|
109
|
-
}
|
|
110
|
-
]
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
|
-
"events": [],
|
|
117
|
-
"methods": []
|
|
118
|
-
},
|
|
119
2
|
"ai-portal.icon-button": {
|
|
120
3
|
"properties": [
|
|
121
4
|
{
|
|
@@ -194,61 +77,18 @@
|
|
|
194
77
|
}
|
|
195
78
|
]
|
|
196
79
|
},
|
|
197
|
-
"ai-portal.
|
|
198
|
-
"
|
|
199
|
-
"params": [
|
|
200
|
-
{
|
|
201
|
-
"name": "tool",
|
|
202
|
-
"annotation": {
|
|
203
|
-
"type": "reference",
|
|
204
|
-
"typeName": {
|
|
205
|
-
"type": "identifier",
|
|
206
|
-
"name": "ToolInfo"
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
},
|
|
80
|
+
"ai-portal.home-container": {
|
|
81
|
+
"properties": [
|
|
210
82
|
{
|
|
211
|
-
"name": "
|
|
83
|
+
"name": "sticky",
|
|
212
84
|
"annotation": {
|
|
213
|
-
"type": "
|
|
214
|
-
"
|
|
215
|
-
"type": "identifier",
|
|
216
|
-
"name": "Record"
|
|
217
|
-
},
|
|
218
|
-
"typeParameters": {
|
|
219
|
-
"type": "typeParameterInstantiation",
|
|
220
|
-
"params": [
|
|
221
|
-
{
|
|
222
|
-
"type": "keyword",
|
|
223
|
-
"value": "string"
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
"type": "keyword",
|
|
227
|
-
"value": "unknown"
|
|
228
|
-
}
|
|
229
|
-
]
|
|
230
|
-
}
|
|
85
|
+
"type": "keyword",
|
|
86
|
+
"value": "boolean"
|
|
231
87
|
}
|
|
232
88
|
}
|
|
233
89
|
],
|
|
234
|
-
"
|
|
235
|
-
|
|
236
|
-
"type": "reference",
|
|
237
|
-
"typeName": {
|
|
238
|
-
"type": "identifier",
|
|
239
|
-
"name": "Promise"
|
|
240
|
-
},
|
|
241
|
-
"typeParameters": {
|
|
242
|
-
"type": "typeParameterInstantiation",
|
|
243
|
-
"params": [
|
|
244
|
-
{
|
|
245
|
-
"type": "keyword",
|
|
246
|
-
"value": "unknown"
|
|
247
|
-
}
|
|
248
|
-
]
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
}
|
|
90
|
+
"events": [],
|
|
91
|
+
"methods": []
|
|
252
92
|
},
|
|
253
93
|
"ai-portal.save-request-store": {
|
|
254
94
|
"type": "provider",
|
|
@@ -367,6 +207,62 @@
|
|
|
367
207
|
}
|
|
368
208
|
}
|
|
369
209
|
},
|
|
210
|
+
"ai-portal.call-tool": {
|
|
211
|
+
"type": "provider",
|
|
212
|
+
"params": [
|
|
213
|
+
{
|
|
214
|
+
"name": "tool",
|
|
215
|
+
"annotation": {
|
|
216
|
+
"type": "reference",
|
|
217
|
+
"typeName": {
|
|
218
|
+
"type": "identifier",
|
|
219
|
+
"name": "ToolInfo"
|
|
220
|
+
}
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"name": "params",
|
|
225
|
+
"annotation": {
|
|
226
|
+
"type": "reference",
|
|
227
|
+
"typeName": {
|
|
228
|
+
"type": "identifier",
|
|
229
|
+
"name": "Record"
|
|
230
|
+
},
|
|
231
|
+
"typeParameters": {
|
|
232
|
+
"type": "typeParameterInstantiation",
|
|
233
|
+
"params": [
|
|
234
|
+
{
|
|
235
|
+
"type": "keyword",
|
|
236
|
+
"value": "string"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"type": "keyword",
|
|
240
|
+
"value": "unknown"
|
|
241
|
+
}
|
|
242
|
+
]
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"returns": {
|
|
248
|
+
"annotation": {
|
|
249
|
+
"type": "reference",
|
|
250
|
+
"typeName": {
|
|
251
|
+
"type": "identifier",
|
|
252
|
+
"name": "Promise"
|
|
253
|
+
},
|
|
254
|
+
"typeParameters": {
|
|
255
|
+
"type": "typeParameterInstantiation",
|
|
256
|
+
"params": [
|
|
257
|
+
{
|
|
258
|
+
"type": "keyword",
|
|
259
|
+
"value": "unknown"
|
|
260
|
+
}
|
|
261
|
+
]
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
},
|
|
370
266
|
"ai-portal.page-container": {
|
|
371
267
|
"properties": [
|
|
372
268
|
{
|
|
@@ -546,37 +442,141 @@
|
|
|
546
442
|
}
|
|
547
443
|
]
|
|
548
444
|
},
|
|
549
|
-
"ai-portal.
|
|
550
|
-
"properties": [],
|
|
551
|
-
"events": [],
|
|
552
|
-
"methods": []
|
|
553
|
-
},
|
|
554
|
-
"ai-portal.blank-state": {
|
|
445
|
+
"ai-portal.stat-with-mini-chart": {
|
|
555
446
|
"properties": [
|
|
556
447
|
{
|
|
557
|
-
"name": "
|
|
448
|
+
"name": "label",
|
|
558
449
|
"annotation": {
|
|
559
|
-
"type": "
|
|
560
|
-
"
|
|
561
|
-
"type": "identifier",
|
|
562
|
-
"name": "BlankStateIllustration"
|
|
563
|
-
}
|
|
450
|
+
"type": "keyword",
|
|
451
|
+
"value": "string"
|
|
564
452
|
}
|
|
565
453
|
},
|
|
566
454
|
{
|
|
567
|
-
"name": "
|
|
455
|
+
"name": "value",
|
|
568
456
|
"annotation": {
|
|
569
457
|
"type": "keyword",
|
|
570
458
|
"value": "string"
|
|
571
459
|
}
|
|
572
|
-
}
|
|
573
|
-
],
|
|
574
|
-
"events": [],
|
|
575
|
-
"methods": [],
|
|
576
|
-
"types": [
|
|
460
|
+
},
|
|
577
461
|
{
|
|
578
|
-
"
|
|
579
|
-
"
|
|
462
|
+
"name": "size",
|
|
463
|
+
"annotation": {
|
|
464
|
+
"type": "union",
|
|
465
|
+
"types": [
|
|
466
|
+
{
|
|
467
|
+
"type": "jsLiteral",
|
|
468
|
+
"value": "medium"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"type": "jsLiteral",
|
|
472
|
+
"value": "small"
|
|
473
|
+
}
|
|
474
|
+
]
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"name": "lineColor",
|
|
479
|
+
"annotation": {
|
|
480
|
+
"type": "keyword",
|
|
481
|
+
"value": "string"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "showArea",
|
|
486
|
+
"annotation": {
|
|
487
|
+
"type": "keyword",
|
|
488
|
+
"value": "boolean"
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
"name": "min",
|
|
493
|
+
"annotation": {
|
|
494
|
+
"type": "keyword",
|
|
495
|
+
"value": "number"
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"name": "max",
|
|
500
|
+
"annotation": {
|
|
501
|
+
"type": "keyword",
|
|
502
|
+
"value": "number"
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"name": "xField",
|
|
507
|
+
"annotation": {
|
|
508
|
+
"type": "keyword",
|
|
509
|
+
"value": "string"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"name": "yField",
|
|
514
|
+
"annotation": {
|
|
515
|
+
"type": "keyword",
|
|
516
|
+
"value": "string"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"name": "data",
|
|
521
|
+
"annotation": {
|
|
522
|
+
"type": "array",
|
|
523
|
+
"elementType": {
|
|
524
|
+
"type": "reference",
|
|
525
|
+
"typeName": {
|
|
526
|
+
"type": "identifier",
|
|
527
|
+
"name": "Record"
|
|
528
|
+
},
|
|
529
|
+
"typeParameters": {
|
|
530
|
+
"type": "typeParameterInstantiation",
|
|
531
|
+
"params": [
|
|
532
|
+
{
|
|
533
|
+
"type": "keyword",
|
|
534
|
+
"value": "string"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"type": "keyword",
|
|
538
|
+
"value": "number"
|
|
539
|
+
}
|
|
540
|
+
]
|
|
541
|
+
}
|
|
542
|
+
}
|
|
543
|
+
}
|
|
544
|
+
}
|
|
545
|
+
],
|
|
546
|
+
"events": [],
|
|
547
|
+
"methods": []
|
|
548
|
+
},
|
|
549
|
+
"ai-portal.elevo-logo": {
|
|
550
|
+
"properties": [],
|
|
551
|
+
"events": [],
|
|
552
|
+
"methods": []
|
|
553
|
+
},
|
|
554
|
+
"ai-portal.blank-state": {
|
|
555
|
+
"properties": [
|
|
556
|
+
{
|
|
557
|
+
"name": "illustration",
|
|
558
|
+
"annotation": {
|
|
559
|
+
"type": "reference",
|
|
560
|
+
"typeName": {
|
|
561
|
+
"type": "identifier",
|
|
562
|
+
"name": "BlankStateIllustration"
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "description",
|
|
568
|
+
"annotation": {
|
|
569
|
+
"type": "keyword",
|
|
570
|
+
"value": "string"
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
],
|
|
574
|
+
"events": [],
|
|
575
|
+
"methods": [],
|
|
576
|
+
"types": [
|
|
577
|
+
{
|
|
578
|
+
"type": "typeAlias",
|
|
579
|
+
"name": "BlankStateIllustration",
|
|
580
580
|
"annotation": {
|
|
581
581
|
"type": "union",
|
|
582
582
|
"types": [
|
|
@@ -1177,6 +1177,118 @@
|
|
|
1177
1177
|
}
|
|
1178
1178
|
]
|
|
1179
1179
|
},
|
|
1180
|
+
"ai-portal.ai-employees": {
|
|
1181
|
+
"properties": [
|
|
1182
|
+
{
|
|
1183
|
+
"name": "list",
|
|
1184
|
+
"annotation": {
|
|
1185
|
+
"type": "array",
|
|
1186
|
+
"elementType": {
|
|
1187
|
+
"type": "reference",
|
|
1188
|
+
"typeName": {
|
|
1189
|
+
"type": "identifier",
|
|
1190
|
+
"name": "Employee"
|
|
1191
|
+
}
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"name": "industries",
|
|
1197
|
+
"annotation": {
|
|
1198
|
+
"type": "array",
|
|
1199
|
+
"elementType": {
|
|
1200
|
+
"type": "keyword",
|
|
1201
|
+
"value": "string"
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "urlTemplate",
|
|
1207
|
+
"annotation": {
|
|
1208
|
+
"type": "keyword",
|
|
1209
|
+
"value": "string"
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"name": "withContainer",
|
|
1214
|
+
"annotation": {
|
|
1215
|
+
"type": "keyword",
|
|
1216
|
+
"value": "boolean"
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
],
|
|
1220
|
+
"events": [],
|
|
1221
|
+
"methods": [],
|
|
1222
|
+
"types": [
|
|
1223
|
+
{
|
|
1224
|
+
"type": "interface",
|
|
1225
|
+
"name": "Employee",
|
|
1226
|
+
"body": [
|
|
1227
|
+
{
|
|
1228
|
+
"type": "propertySignature",
|
|
1229
|
+
"key": {
|
|
1230
|
+
"type": "identifier",
|
|
1231
|
+
"name": "name"
|
|
1232
|
+
},
|
|
1233
|
+
"annotation": {
|
|
1234
|
+
"type": "keyword",
|
|
1235
|
+
"value": "string"
|
|
1236
|
+
},
|
|
1237
|
+
"computed": false
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
"type": "propertySignature",
|
|
1241
|
+
"key": {
|
|
1242
|
+
"type": "identifier",
|
|
1243
|
+
"name": "industry"
|
|
1244
|
+
},
|
|
1245
|
+
"annotation": {
|
|
1246
|
+
"type": "keyword",
|
|
1247
|
+
"value": "string"
|
|
1248
|
+
},
|
|
1249
|
+
"computed": false
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"type": "propertySignature",
|
|
1253
|
+
"key": {
|
|
1254
|
+
"type": "identifier",
|
|
1255
|
+
"name": "role"
|
|
1256
|
+
},
|
|
1257
|
+
"annotation": {
|
|
1258
|
+
"type": "keyword",
|
|
1259
|
+
"value": "string"
|
|
1260
|
+
},
|
|
1261
|
+
"computed": false
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"type": "propertySignature",
|
|
1265
|
+
"key": {
|
|
1266
|
+
"type": "identifier",
|
|
1267
|
+
"name": "description"
|
|
1268
|
+
},
|
|
1269
|
+
"annotation": {
|
|
1270
|
+
"type": "keyword",
|
|
1271
|
+
"value": "string"
|
|
1272
|
+
},
|
|
1273
|
+
"computed": false
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"type": "propertySignature",
|
|
1277
|
+
"key": {
|
|
1278
|
+
"type": "identifier",
|
|
1279
|
+
"name": "avatar"
|
|
1280
|
+
},
|
|
1281
|
+
"annotation": {
|
|
1282
|
+
"type": "keyword",
|
|
1283
|
+
"value": "string"
|
|
1284
|
+
},
|
|
1285
|
+
"optional": true,
|
|
1286
|
+
"computed": false
|
|
1287
|
+
}
|
|
1288
|
+
]
|
|
1289
|
+
}
|
|
1290
|
+
]
|
|
1291
|
+
},
|
|
1180
1292
|
"ai-portal.mcp-tools": {
|
|
1181
1293
|
"properties": [
|
|
1182
1294
|
{
|
|
@@ -1308,7 +1420,7 @@
|
|
|
1308
1420
|
}
|
|
1309
1421
|
]
|
|
1310
1422
|
},
|
|
1311
|
-
"ai-portal.ai-
|
|
1423
|
+
"ai-portal.ai-agents": {
|
|
1312
1424
|
"properties": [
|
|
1313
1425
|
{
|
|
1314
1426
|
"name": "list",
|
|
@@ -1318,21 +1430,11 @@
|
|
|
1318
1430
|
"type": "reference",
|
|
1319
1431
|
"typeName": {
|
|
1320
1432
|
"type": "identifier",
|
|
1321
|
-
"name": "
|
|
1433
|
+
"name": "Agent"
|
|
1322
1434
|
}
|
|
1323
1435
|
}
|
|
1324
1436
|
}
|
|
1325
1437
|
},
|
|
1326
|
-
{
|
|
1327
|
-
"name": "industries",
|
|
1328
|
-
"annotation": {
|
|
1329
|
-
"type": "array",
|
|
1330
|
-
"elementType": {
|
|
1331
|
-
"type": "keyword",
|
|
1332
|
-
"value": "string"
|
|
1333
|
-
}
|
|
1334
|
-
}
|
|
1335
|
-
},
|
|
1336
1438
|
{
|
|
1337
1439
|
"name": "urlTemplate",
|
|
1338
1440
|
"annotation": {
|
|
@@ -1353,7 +1455,7 @@
|
|
|
1353
1455
|
"types": [
|
|
1354
1456
|
{
|
|
1355
1457
|
"type": "interface",
|
|
1356
|
-
"name": "
|
|
1458
|
+
"name": "Agent",
|
|
1357
1459
|
"body": [
|
|
1358
1460
|
{
|
|
1359
1461
|
"type": "propertySignature",
|
|
@@ -1371,7 +1473,7 @@
|
|
|
1371
1473
|
"type": "propertySignature",
|
|
1372
1474
|
"key": {
|
|
1373
1475
|
"type": "identifier",
|
|
1374
|
-
"name": "
|
|
1476
|
+
"name": "description"
|
|
1375
1477
|
},
|
|
1376
1478
|
"annotation": {
|
|
1377
1479
|
"type": "keyword",
|
|
@@ -1383,109 +1485,7 @@
|
|
|
1383
1485
|
"type": "propertySignature",
|
|
1384
1486
|
"key": {
|
|
1385
1487
|
"type": "identifier",
|
|
1386
|
-
"name": "
|
|
1387
|
-
},
|
|
1388
|
-
"annotation": {
|
|
1389
|
-
"type": "keyword",
|
|
1390
|
-
"value": "string"
|
|
1391
|
-
},
|
|
1392
|
-
"computed": false
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"type": "propertySignature",
|
|
1396
|
-
"key": {
|
|
1397
|
-
"type": "identifier",
|
|
1398
|
-
"name": "description"
|
|
1399
|
-
},
|
|
1400
|
-
"annotation": {
|
|
1401
|
-
"type": "keyword",
|
|
1402
|
-
"value": "string"
|
|
1403
|
-
},
|
|
1404
|
-
"computed": false
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
"type": "propertySignature",
|
|
1408
|
-
"key": {
|
|
1409
|
-
"type": "identifier",
|
|
1410
|
-
"name": "avatar"
|
|
1411
|
-
},
|
|
1412
|
-
"annotation": {
|
|
1413
|
-
"type": "keyword",
|
|
1414
|
-
"value": "string"
|
|
1415
|
-
},
|
|
1416
|
-
"optional": true,
|
|
1417
|
-
"computed": false
|
|
1418
|
-
}
|
|
1419
|
-
]
|
|
1420
|
-
}
|
|
1421
|
-
]
|
|
1422
|
-
},
|
|
1423
|
-
"ai-portal.ai-agents": {
|
|
1424
|
-
"properties": [
|
|
1425
|
-
{
|
|
1426
|
-
"name": "list",
|
|
1427
|
-
"annotation": {
|
|
1428
|
-
"type": "array",
|
|
1429
|
-
"elementType": {
|
|
1430
|
-
"type": "reference",
|
|
1431
|
-
"typeName": {
|
|
1432
|
-
"type": "identifier",
|
|
1433
|
-
"name": "Agent"
|
|
1434
|
-
}
|
|
1435
|
-
}
|
|
1436
|
-
}
|
|
1437
|
-
},
|
|
1438
|
-
{
|
|
1439
|
-
"name": "urlTemplate",
|
|
1440
|
-
"annotation": {
|
|
1441
|
-
"type": "keyword",
|
|
1442
|
-
"value": "string"
|
|
1443
|
-
}
|
|
1444
|
-
},
|
|
1445
|
-
{
|
|
1446
|
-
"name": "withContainer",
|
|
1447
|
-
"annotation": {
|
|
1448
|
-
"type": "keyword",
|
|
1449
|
-
"value": "boolean"
|
|
1450
|
-
}
|
|
1451
|
-
}
|
|
1452
|
-
],
|
|
1453
|
-
"events": [],
|
|
1454
|
-
"methods": [],
|
|
1455
|
-
"types": [
|
|
1456
|
-
{
|
|
1457
|
-
"type": "interface",
|
|
1458
|
-
"name": "Agent",
|
|
1459
|
-
"body": [
|
|
1460
|
-
{
|
|
1461
|
-
"type": "propertySignature",
|
|
1462
|
-
"key": {
|
|
1463
|
-
"type": "identifier",
|
|
1464
|
-
"name": "name"
|
|
1465
|
-
},
|
|
1466
|
-
"annotation": {
|
|
1467
|
-
"type": "keyword",
|
|
1468
|
-
"value": "string"
|
|
1469
|
-
},
|
|
1470
|
-
"computed": false
|
|
1471
|
-
},
|
|
1472
|
-
{
|
|
1473
|
-
"type": "propertySignature",
|
|
1474
|
-
"key": {
|
|
1475
|
-
"type": "identifier",
|
|
1476
|
-
"name": "description"
|
|
1477
|
-
},
|
|
1478
|
-
"annotation": {
|
|
1479
|
-
"type": "keyword",
|
|
1480
|
-
"value": "string"
|
|
1481
|
-
},
|
|
1482
|
-
"computed": false
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"type": "propertySignature",
|
|
1486
|
-
"key": {
|
|
1487
|
-
"type": "identifier",
|
|
1488
|
-
"name": "icon"
|
|
1488
|
+
"name": "icon"
|
|
1489
1489
|
},
|
|
1490
1490
|
"annotation": {
|
|
1491
1491
|
"type": "reference",
|
|
@@ -1686,26 +1686,6 @@
|
|
|
1686
1686
|
}
|
|
1687
1687
|
]
|
|
1688
1688
|
},
|
|
1689
|
-
"ai-portal.preview-container": {
|
|
1690
|
-
"properties": [
|
|
1691
|
-
{
|
|
1692
|
-
"name": "source",
|
|
1693
|
-
"annotation": {
|
|
1694
|
-
"type": "keyword",
|
|
1695
|
-
"value": "string"
|
|
1696
|
-
}
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
"name": "url",
|
|
1700
|
-
"annotation": {
|
|
1701
|
-
"type": "keyword",
|
|
1702
|
-
"value": "string"
|
|
1703
|
-
}
|
|
1704
|
-
}
|
|
1705
|
-
],
|
|
1706
|
-
"events": [],
|
|
1707
|
-
"methods": []
|
|
1708
|
-
},
|
|
1709
1689
|
"ai-portal.action-buttons": {
|
|
1710
1690
|
"properties": [
|
|
1711
1691
|
{
|
|
@@ -1824,6 +1804,26 @@
|
|
|
1824
1804
|
}
|
|
1825
1805
|
]
|
|
1826
1806
|
},
|
|
1807
|
+
"ai-portal.preview-container": {
|
|
1808
|
+
"properties": [
|
|
1809
|
+
{
|
|
1810
|
+
"name": "source",
|
|
1811
|
+
"annotation": {
|
|
1812
|
+
"type": "keyword",
|
|
1813
|
+
"value": "string"
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"name": "url",
|
|
1818
|
+
"annotation": {
|
|
1819
|
+
"type": "keyword",
|
|
1820
|
+
"value": "string"
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
],
|
|
1824
|
+
"events": [],
|
|
1825
|
+
"methods": []
|
|
1826
|
+
},
|
|
1827
1827
|
"ai-portal.project-conversations": {
|
|
1828
1828
|
"properties": [
|
|
1829
1829
|
{
|
|
@@ -3182,6 +3182,361 @@
|
|
|
3182
3182
|
}
|
|
3183
3183
|
]
|
|
3184
3184
|
},
|
|
3185
|
+
"ai-portal.stage-flow": {
|
|
3186
|
+
"properties": [
|
|
3187
|
+
{
|
|
3188
|
+
"name": "spec",
|
|
3189
|
+
"annotation": {
|
|
3190
|
+
"type": "array",
|
|
3191
|
+
"elementType": {
|
|
3192
|
+
"type": "reference",
|
|
3193
|
+
"typeName": {
|
|
3194
|
+
"type": "identifier",
|
|
3195
|
+
"name": "Stage"
|
|
3196
|
+
}
|
|
3197
|
+
}
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"name": "aiEmployees",
|
|
3202
|
+
"annotation": {
|
|
3203
|
+
"type": "array",
|
|
3204
|
+
"elementType": {
|
|
3205
|
+
"type": "reference",
|
|
3206
|
+
"typeName": {
|
|
3207
|
+
"type": "identifier",
|
|
3208
|
+
"name": "AIEmployee"
|
|
3209
|
+
}
|
|
3210
|
+
}
|
|
3211
|
+
}
|
|
3212
|
+
}
|
|
3213
|
+
],
|
|
3214
|
+
"events": [
|
|
3215
|
+
{
|
|
3216
|
+
"name": "change",
|
|
3217
|
+
"detail": {
|
|
3218
|
+
"annotation": {
|
|
3219
|
+
"type": "array",
|
|
3220
|
+
"elementType": {
|
|
3221
|
+
"type": "reference",
|
|
3222
|
+
"typeName": {
|
|
3223
|
+
"type": "identifier",
|
|
3224
|
+
"name": "Stage"
|
|
3225
|
+
}
|
|
3226
|
+
}
|
|
3227
|
+
}
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"name": "add.activity",
|
|
3232
|
+
"detail": {
|
|
3233
|
+
"annotation": {
|
|
3234
|
+
"type": "typeLiteral",
|
|
3235
|
+
"members": [
|
|
3236
|
+
{
|
|
3237
|
+
"type": "propertySignature",
|
|
3238
|
+
"key": {
|
|
3239
|
+
"type": "identifier",
|
|
3240
|
+
"name": "stage"
|
|
3241
|
+
},
|
|
3242
|
+
"annotation": {
|
|
3243
|
+
"type": "reference",
|
|
3244
|
+
"typeName": {
|
|
3245
|
+
"type": "identifier",
|
|
3246
|
+
"name": "Stage"
|
|
3247
|
+
}
|
|
3248
|
+
},
|
|
3249
|
+
"computed": false
|
|
3250
|
+
}
|
|
3251
|
+
]
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"name": "edit.activity",
|
|
3257
|
+
"detail": {
|
|
3258
|
+
"annotation": {
|
|
3259
|
+
"type": "reference",
|
|
3260
|
+
"typeName": {
|
|
3261
|
+
"type": "identifier",
|
|
3262
|
+
"name": "EditActivityDetail"
|
|
3263
|
+
}
|
|
3264
|
+
}
|
|
3265
|
+
}
|
|
3266
|
+
}
|
|
3267
|
+
],
|
|
3268
|
+
"methods": [
|
|
3269
|
+
{
|
|
3270
|
+
"name": "addActivity",
|
|
3271
|
+
"params": [
|
|
3272
|
+
{
|
|
3273
|
+
"name": "stage",
|
|
3274
|
+
"annotation": {
|
|
3275
|
+
"type": "reference",
|
|
3276
|
+
"typeName": {
|
|
3277
|
+
"type": "identifier",
|
|
3278
|
+
"name": "Stage"
|
|
3279
|
+
}
|
|
3280
|
+
}
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"name": "activity",
|
|
3284
|
+
"annotation": {
|
|
3285
|
+
"type": "reference",
|
|
3286
|
+
"typeName": {
|
|
3287
|
+
"type": "identifier",
|
|
3288
|
+
"name": "FlowActivity"
|
|
3289
|
+
}
|
|
3290
|
+
}
|
|
3291
|
+
}
|
|
3292
|
+
],
|
|
3293
|
+
"returns": {}
|
|
3294
|
+
},
|
|
3295
|
+
{
|
|
3296
|
+
"name": "editActivity",
|
|
3297
|
+
"params": [
|
|
3298
|
+
{
|
|
3299
|
+
"name": "stage",
|
|
3300
|
+
"annotation": {
|
|
3301
|
+
"type": "reference",
|
|
3302
|
+
"typeName": {
|
|
3303
|
+
"type": "identifier",
|
|
3304
|
+
"name": "Stage"
|
|
3305
|
+
}
|
|
3306
|
+
}
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"name": "activity",
|
|
3310
|
+
"annotation": {
|
|
3311
|
+
"type": "reference",
|
|
3312
|
+
"typeName": {
|
|
3313
|
+
"type": "identifier",
|
|
3314
|
+
"name": "FlowActivity"
|
|
3315
|
+
}
|
|
3316
|
+
}
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
"name": "activityIndex",
|
|
3320
|
+
"annotation": {
|
|
3321
|
+
"type": "keyword",
|
|
3322
|
+
"value": "number"
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
],
|
|
3326
|
+
"returns": {}
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"name": "deleteActivity",
|
|
3330
|
+
"params": [
|
|
3331
|
+
{
|
|
3332
|
+
"name": "stage",
|
|
3333
|
+
"annotation": {
|
|
3334
|
+
"type": "reference",
|
|
3335
|
+
"typeName": {
|
|
3336
|
+
"type": "identifier",
|
|
3337
|
+
"name": "Stage"
|
|
3338
|
+
}
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3341
|
+
{
|
|
3342
|
+
"name": "activityIndex",
|
|
3343
|
+
"annotation": {
|
|
3344
|
+
"type": "keyword",
|
|
3345
|
+
"value": "number"
|
|
3346
|
+
}
|
|
3347
|
+
}
|
|
3348
|
+
],
|
|
3349
|
+
"returns": {}
|
|
3350
|
+
}
|
|
3351
|
+
],
|
|
3352
|
+
"types": [
|
|
3353
|
+
{
|
|
3354
|
+
"type": "interface",
|
|
3355
|
+
"name": "Stage",
|
|
3356
|
+
"body": [
|
|
3357
|
+
{
|
|
3358
|
+
"type": "propertySignature",
|
|
3359
|
+
"key": {
|
|
3360
|
+
"type": "identifier",
|
|
3361
|
+
"name": "name"
|
|
3362
|
+
},
|
|
3363
|
+
"annotation": {
|
|
3364
|
+
"type": "keyword",
|
|
3365
|
+
"value": "string"
|
|
3366
|
+
},
|
|
3367
|
+
"computed": false
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"type": "propertySignature",
|
|
3371
|
+
"key": {
|
|
3372
|
+
"type": "identifier",
|
|
3373
|
+
"name": "serviceFlowActivities"
|
|
3374
|
+
},
|
|
3375
|
+
"annotation": {
|
|
3376
|
+
"type": "array",
|
|
3377
|
+
"elementType": {
|
|
3378
|
+
"type": "reference",
|
|
3379
|
+
"typeName": {
|
|
3380
|
+
"type": "identifier",
|
|
3381
|
+
"name": "FlowActivity"
|
|
3382
|
+
}
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
3385
|
+
"optional": true,
|
|
3386
|
+
"computed": false
|
|
3387
|
+
}
|
|
3388
|
+
]
|
|
3389
|
+
},
|
|
3390
|
+
{
|
|
3391
|
+
"type": "interface",
|
|
3392
|
+
"name": "FlowActivity",
|
|
3393
|
+
"body": [
|
|
3394
|
+
{
|
|
3395
|
+
"type": "propertySignature",
|
|
3396
|
+
"key": {
|
|
3397
|
+
"type": "identifier",
|
|
3398
|
+
"name": "name"
|
|
3399
|
+
},
|
|
3400
|
+
"annotation": {
|
|
3401
|
+
"type": "keyword",
|
|
3402
|
+
"value": "string"
|
|
3403
|
+
},
|
|
3404
|
+
"computed": false
|
|
3405
|
+
},
|
|
3406
|
+
{
|
|
3407
|
+
"type": "propertySignature",
|
|
3408
|
+
"key": {
|
|
3409
|
+
"type": "identifier",
|
|
3410
|
+
"name": "description"
|
|
3411
|
+
},
|
|
3412
|
+
"annotation": {
|
|
3413
|
+
"type": "keyword",
|
|
3414
|
+
"value": "string"
|
|
3415
|
+
},
|
|
3416
|
+
"optional": true,
|
|
3417
|
+
"computed": false
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"type": "propertySignature",
|
|
3421
|
+
"key": {
|
|
3422
|
+
"type": "identifier",
|
|
3423
|
+
"name": "aiEmployeeId"
|
|
3424
|
+
},
|
|
3425
|
+
"annotation": {
|
|
3426
|
+
"type": "keyword",
|
|
3427
|
+
"value": "string"
|
|
3428
|
+
},
|
|
3429
|
+
"optional": true,
|
|
3430
|
+
"computed": false
|
|
3431
|
+
},
|
|
3432
|
+
{
|
|
3433
|
+
"type": "propertySignature",
|
|
3434
|
+
"key": {
|
|
3435
|
+
"type": "identifier",
|
|
3436
|
+
"name": "hilRules"
|
|
3437
|
+
},
|
|
3438
|
+
"annotation": {
|
|
3439
|
+
"type": "keyword",
|
|
3440
|
+
"value": "string"
|
|
3441
|
+
},
|
|
3442
|
+
"optional": true,
|
|
3443
|
+
"computed": false
|
|
3444
|
+
},
|
|
3445
|
+
{
|
|
3446
|
+
"type": "propertySignature",
|
|
3447
|
+
"key": {
|
|
3448
|
+
"type": "identifier",
|
|
3449
|
+
"name": "hilUser"
|
|
3450
|
+
},
|
|
3451
|
+
"annotation": {
|
|
3452
|
+
"type": "keyword",
|
|
3453
|
+
"value": "string"
|
|
3454
|
+
},
|
|
3455
|
+
"optional": true,
|
|
3456
|
+
"computed": false
|
|
3457
|
+
}
|
|
3458
|
+
]
|
|
3459
|
+
},
|
|
3460
|
+
{
|
|
3461
|
+
"type": "interface",
|
|
3462
|
+
"name": "AIEmployee",
|
|
3463
|
+
"body": [
|
|
3464
|
+
{
|
|
3465
|
+
"type": "propertySignature",
|
|
3466
|
+
"key": {
|
|
3467
|
+
"type": "identifier",
|
|
3468
|
+
"name": "employeeId"
|
|
3469
|
+
},
|
|
3470
|
+
"annotation": {
|
|
3471
|
+
"type": "keyword",
|
|
3472
|
+
"value": "string"
|
|
3473
|
+
},
|
|
3474
|
+
"computed": false
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
"type": "propertySignature",
|
|
3478
|
+
"key": {
|
|
3479
|
+
"type": "identifier",
|
|
3480
|
+
"name": "name"
|
|
3481
|
+
},
|
|
3482
|
+
"annotation": {
|
|
3483
|
+
"type": "keyword",
|
|
3484
|
+
"value": "string"
|
|
3485
|
+
},
|
|
3486
|
+
"computed": false
|
|
3487
|
+
}
|
|
3488
|
+
]
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"type": "interface",
|
|
3492
|
+
"name": "EditActivityDetail",
|
|
3493
|
+
"body": [
|
|
3494
|
+
{
|
|
3495
|
+
"type": "propertySignature",
|
|
3496
|
+
"key": {
|
|
3497
|
+
"type": "identifier",
|
|
3498
|
+
"name": "stage"
|
|
3499
|
+
},
|
|
3500
|
+
"annotation": {
|
|
3501
|
+
"type": "reference",
|
|
3502
|
+
"typeName": {
|
|
3503
|
+
"type": "identifier",
|
|
3504
|
+
"name": "Stage"
|
|
3505
|
+
}
|
|
3506
|
+
},
|
|
3507
|
+
"computed": false
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
"type": "propertySignature",
|
|
3511
|
+
"key": {
|
|
3512
|
+
"type": "identifier",
|
|
3513
|
+
"name": "activity"
|
|
3514
|
+
},
|
|
3515
|
+
"annotation": {
|
|
3516
|
+
"type": "reference",
|
|
3517
|
+
"typeName": {
|
|
3518
|
+
"type": "identifier",
|
|
3519
|
+
"name": "FlowActivity"
|
|
3520
|
+
}
|
|
3521
|
+
},
|
|
3522
|
+
"computed": false
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"type": "propertySignature",
|
|
3526
|
+
"key": {
|
|
3527
|
+
"type": "identifier",
|
|
3528
|
+
"name": "activityIndex"
|
|
3529
|
+
},
|
|
3530
|
+
"annotation": {
|
|
3531
|
+
"type": "keyword",
|
|
3532
|
+
"value": "number"
|
|
3533
|
+
},
|
|
3534
|
+
"computed": false
|
|
3535
|
+
}
|
|
3536
|
+
]
|
|
3537
|
+
}
|
|
3538
|
+
]
|
|
3539
|
+
},
|
|
3185
3540
|
"ai-portal.elevo-sidebar": {
|
|
3186
3541
|
"properties": [
|
|
3187
3542
|
{
|