@next-bricks/ai-portal 0.53.0 → 0.54.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 +32 -31
- package/dist/chunks/1889.b7766f77.js +2 -0
- package/dist/chunks/1889.b7766f77.js.map +1 -0
- package/dist/chunks/6201.610c66e3.js +2 -0
- package/dist/chunks/6201.610c66e3.js.map +1 -0
- package/dist/chunks/7713.278cfb8b.js +2 -0
- package/dist/chunks/7713.278cfb8b.js.map +1 -0
- package/dist/chunks/chat-box.279647b5.js +2 -0
- package/dist/chunks/chat-box.279647b5.js.map +1 -0
- package/dist/chunks/main.72d51c8f.js +2 -0
- package/dist/chunks/{main.2188a2bf.js.map → main.72d51c8f.js.map} +1 -1
- package/dist/chunks/set-chat-command.367b9c88.js +2 -0
- package/dist/chunks/set-chat-command.367b9c88.js.map +1 -0
- package/dist/chunks/stage-flow.1ece0479.js +2 -0
- package/dist/chunks/stage-flow.1ece0479.js.map +1 -0
- package/dist/examples.json +19 -19
- package/dist/index.6e1371ec.js +2 -0
- package/dist/index.6e1371ec.js.map +1 -0
- package/dist/manifest.json +241 -238
- package/dist/types.json +1075 -659
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/chat-box/index.d.ts +3 -1
- package/dist-types/data-providers/set-chat-command.d.ts +7 -0
- package/dist-types/data-providers/set-chat-command.spec.d.ts +1 -0
- package/dist-types/shared/interfaces.d.ts +9 -0
- package/dist-types/stage-flow/i18n.d.ts +3 -1
- package/package.json +2 -2
- package/dist/chunks/1889.0cd5c088.js +0 -2
- package/dist/chunks/1889.0cd5c088.js.map +0 -1
- package/dist/chunks/2893.c26f0be9.js +0 -2
- package/dist/chunks/2893.c26f0be9.js.map +0 -1
- package/dist/chunks/6201.58eeb93e.js +0 -2
- package/dist/chunks/6201.58eeb93e.js.map +0 -1
- package/dist/chunks/chat-box.59ab1b62.js +0 -2
- package/dist/chunks/chat-box.59ab1b62.js.map +0 -1
- package/dist/chunks/main.2188a2bf.js +0 -2
- package/dist/chunks/stage-flow.7cfa123d.js +0 -2
- package/dist/chunks/stage-flow.7cfa123d.js.map +0 -1
- package/dist/index.7d776211.js +0 -2
- package/dist/index.7d776211.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,4 +1,121 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-portal.home-container": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "sticky",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "boolean"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"events": [],
|
|
13
|
+
"methods": []
|
|
14
|
+
},
|
|
15
|
+
"ai-portal.stat-with-mini-chart": {
|
|
16
|
+
"properties": [
|
|
17
|
+
{
|
|
18
|
+
"name": "label",
|
|
19
|
+
"annotation": {
|
|
20
|
+
"type": "keyword",
|
|
21
|
+
"value": "string"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "value",
|
|
26
|
+
"annotation": {
|
|
27
|
+
"type": "keyword",
|
|
28
|
+
"value": "string"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "size",
|
|
33
|
+
"annotation": {
|
|
34
|
+
"type": "union",
|
|
35
|
+
"types": [
|
|
36
|
+
{
|
|
37
|
+
"type": "jsLiteral",
|
|
38
|
+
"value": "medium"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "jsLiteral",
|
|
42
|
+
"value": "small"
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "lineColor",
|
|
49
|
+
"annotation": {
|
|
50
|
+
"type": "keyword",
|
|
51
|
+
"value": "string"
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "showArea",
|
|
56
|
+
"annotation": {
|
|
57
|
+
"type": "keyword",
|
|
58
|
+
"value": "boolean"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "min",
|
|
63
|
+
"annotation": {
|
|
64
|
+
"type": "keyword",
|
|
65
|
+
"value": "number"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "max",
|
|
70
|
+
"annotation": {
|
|
71
|
+
"type": "keyword",
|
|
72
|
+
"value": "number"
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "xField",
|
|
77
|
+
"annotation": {
|
|
78
|
+
"type": "keyword",
|
|
79
|
+
"value": "string"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "yField",
|
|
84
|
+
"annotation": {
|
|
85
|
+
"type": "keyword",
|
|
86
|
+
"value": "string"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "data",
|
|
91
|
+
"annotation": {
|
|
92
|
+
"type": "array",
|
|
93
|
+
"elementType": {
|
|
94
|
+
"type": "reference",
|
|
95
|
+
"typeName": {
|
|
96
|
+
"type": "identifier",
|
|
97
|
+
"name": "Record"
|
|
98
|
+
},
|
|
99
|
+
"typeParameters": {
|
|
100
|
+
"type": "typeParameterInstantiation",
|
|
101
|
+
"params": [
|
|
102
|
+
{
|
|
103
|
+
"type": "keyword",
|
|
104
|
+
"value": "string"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"type": "keyword",
|
|
108
|
+
"value": "number"
|
|
109
|
+
}
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"methods": []
|
|
118
|
+
},
|
|
2
119
|
"ai-portal.icon-button": {
|
|
3
120
|
"properties": [
|
|
4
121
|
{
|
|
@@ -77,18 +194,61 @@
|
|
|
77
194
|
}
|
|
78
195
|
]
|
|
79
196
|
},
|
|
80
|
-
"ai-portal.
|
|
81
|
-
"
|
|
197
|
+
"ai-portal.call-tool": {
|
|
198
|
+
"type": "provider",
|
|
199
|
+
"params": [
|
|
82
200
|
{
|
|
83
|
-
"name": "
|
|
201
|
+
"name": "tool",
|
|
84
202
|
"annotation": {
|
|
85
|
-
"type": "
|
|
86
|
-
"
|
|
203
|
+
"type": "reference",
|
|
204
|
+
"typeName": {
|
|
205
|
+
"type": "identifier",
|
|
206
|
+
"name": "ToolInfo"
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"name": "params",
|
|
212
|
+
"annotation": {
|
|
213
|
+
"type": "reference",
|
|
214
|
+
"typeName": {
|
|
215
|
+
"type": "identifier",
|
|
216
|
+
"name": "Record"
|
|
217
|
+
},
|
|
218
|
+
"typeParameters": {
|
|
219
|
+
"type": "typeParameterInstantiation",
|
|
220
|
+
"params": [
|
|
221
|
+
{
|
|
222
|
+
"type": "keyword",
|
|
223
|
+
"value": "string"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"type": "keyword",
|
|
227
|
+
"value": "unknown"
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
}
|
|
87
231
|
}
|
|
88
232
|
}
|
|
89
233
|
],
|
|
90
|
-
"
|
|
91
|
-
|
|
234
|
+
"returns": {
|
|
235
|
+
"annotation": {
|
|
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
|
+
}
|
|
92
252
|
},
|
|
93
253
|
"ai-portal.save-request-store": {
|
|
94
254
|
"type": "provider",
|
|
@@ -138,6 +298,89 @@
|
|
|
138
298
|
"value": "string"
|
|
139
299
|
},
|
|
140
300
|
"computed": false
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"type": "propertySignature",
|
|
304
|
+
"key": {
|
|
305
|
+
"type": "identifier",
|
|
306
|
+
"name": "cmd"
|
|
307
|
+
},
|
|
308
|
+
"annotation": {
|
|
309
|
+
"type": "reference",
|
|
310
|
+
"typeName": {
|
|
311
|
+
"type": "identifier",
|
|
312
|
+
"name": "CommandPayload"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"optional": true,
|
|
316
|
+
"computed": false
|
|
317
|
+
}
|
|
318
|
+
]
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"type": "typeAlias",
|
|
322
|
+
"name": "CommandPayload",
|
|
323
|
+
"annotation": {
|
|
324
|
+
"type": "reference",
|
|
325
|
+
"typeName": {
|
|
326
|
+
"type": "identifier",
|
|
327
|
+
"name": "CommandPayloadServiceFlowStarting"
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
"type": "interface",
|
|
333
|
+
"name": "CommandPayloadServiceFlowStarting",
|
|
334
|
+
"body": [
|
|
335
|
+
{
|
|
336
|
+
"type": "propertySignature",
|
|
337
|
+
"key": {
|
|
338
|
+
"type": "identifier",
|
|
339
|
+
"name": "type"
|
|
340
|
+
},
|
|
341
|
+
"annotation": {
|
|
342
|
+
"type": "jsLiteral",
|
|
343
|
+
"value": "serviceFlowStarting"
|
|
344
|
+
},
|
|
345
|
+
"computed": false
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"type": "propertySignature",
|
|
349
|
+
"key": {
|
|
350
|
+
"type": "identifier",
|
|
351
|
+
"name": "serviceFlowStarting"
|
|
352
|
+
},
|
|
353
|
+
"annotation": {
|
|
354
|
+
"type": "typeLiteral",
|
|
355
|
+
"members": [
|
|
356
|
+
{
|
|
357
|
+
"type": "propertySignature",
|
|
358
|
+
"key": {
|
|
359
|
+
"type": "identifier",
|
|
360
|
+
"name": "spaceInstanceId"
|
|
361
|
+
},
|
|
362
|
+
"annotation": {
|
|
363
|
+
"type": "keyword",
|
|
364
|
+
"value": "string"
|
|
365
|
+
},
|
|
366
|
+
"computed": false
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"type": "propertySignature",
|
|
370
|
+
"key": {
|
|
371
|
+
"type": "identifier",
|
|
372
|
+
"name": "flowInstanceId"
|
|
373
|
+
},
|
|
374
|
+
"annotation": {
|
|
375
|
+
"type": "keyword",
|
|
376
|
+
"value": "string"
|
|
377
|
+
},
|
|
378
|
+
"optional": true,
|
|
379
|
+
"computed": false
|
|
380
|
+
}
|
|
381
|
+
]
|
|
382
|
+
},
|
|
383
|
+
"computed": false
|
|
141
384
|
}
|
|
142
385
|
]
|
|
143
386
|
}
|
|
@@ -192,6 +435,89 @@
|
|
|
192
435
|
"value": "string"
|
|
193
436
|
},
|
|
194
437
|
"computed": false
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"type": "propertySignature",
|
|
441
|
+
"key": {
|
|
442
|
+
"type": "identifier",
|
|
443
|
+
"name": "cmd"
|
|
444
|
+
},
|
|
445
|
+
"annotation": {
|
|
446
|
+
"type": "reference",
|
|
447
|
+
"typeName": {
|
|
448
|
+
"type": "identifier",
|
|
449
|
+
"name": "CommandPayload"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
"optional": true,
|
|
453
|
+
"computed": false
|
|
454
|
+
}
|
|
455
|
+
]
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"type": "typeAlias",
|
|
459
|
+
"name": "CommandPayload",
|
|
460
|
+
"annotation": {
|
|
461
|
+
"type": "reference",
|
|
462
|
+
"typeName": {
|
|
463
|
+
"type": "identifier",
|
|
464
|
+
"name": "CommandPayloadServiceFlowStarting"
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
"type": "interface",
|
|
470
|
+
"name": "CommandPayloadServiceFlowStarting",
|
|
471
|
+
"body": [
|
|
472
|
+
{
|
|
473
|
+
"type": "propertySignature",
|
|
474
|
+
"key": {
|
|
475
|
+
"type": "identifier",
|
|
476
|
+
"name": "type"
|
|
477
|
+
},
|
|
478
|
+
"annotation": {
|
|
479
|
+
"type": "jsLiteral",
|
|
480
|
+
"value": "serviceFlowStarting"
|
|
481
|
+
},
|
|
482
|
+
"computed": false
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"type": "propertySignature",
|
|
486
|
+
"key": {
|
|
487
|
+
"type": "identifier",
|
|
488
|
+
"name": "serviceFlowStarting"
|
|
489
|
+
},
|
|
490
|
+
"annotation": {
|
|
491
|
+
"type": "typeLiteral",
|
|
492
|
+
"members": [
|
|
493
|
+
{
|
|
494
|
+
"type": "propertySignature",
|
|
495
|
+
"key": {
|
|
496
|
+
"type": "identifier",
|
|
497
|
+
"name": "spaceInstanceId"
|
|
498
|
+
},
|
|
499
|
+
"annotation": {
|
|
500
|
+
"type": "keyword",
|
|
501
|
+
"value": "string"
|
|
502
|
+
},
|
|
503
|
+
"computed": false
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"type": "propertySignature",
|
|
507
|
+
"key": {
|
|
508
|
+
"type": "identifier",
|
|
509
|
+
"name": "flowInstanceId"
|
|
510
|
+
},
|
|
511
|
+
"annotation": {
|
|
512
|
+
"type": "keyword",
|
|
513
|
+
"value": "string"
|
|
514
|
+
},
|
|
515
|
+
"optional": true,
|
|
516
|
+
"computed": false
|
|
517
|
+
}
|
|
518
|
+
]
|
|
519
|
+
},
|
|
520
|
+
"computed": false
|
|
195
521
|
}
|
|
196
522
|
]
|
|
197
523
|
}
|
|
@@ -207,61 +533,70 @@
|
|
|
207
533
|
}
|
|
208
534
|
}
|
|
209
535
|
},
|
|
210
|
-
"ai-portal.
|
|
536
|
+
"ai-portal.set-chat-command": {
|
|
211
537
|
"type": "provider",
|
|
212
538
|
"params": [
|
|
213
539
|
{
|
|
214
|
-
"name": "
|
|
540
|
+
"name": "command",
|
|
215
541
|
"annotation": {
|
|
216
|
-
"type": "
|
|
217
|
-
"
|
|
218
|
-
|
|
219
|
-
|
|
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"
|
|
542
|
+
"type": "union",
|
|
543
|
+
"types": [
|
|
544
|
+
{
|
|
545
|
+
"type": "reference",
|
|
546
|
+
"typeName": {
|
|
547
|
+
"type": "identifier",
|
|
548
|
+
"name": "ChatCommand"
|
|
241
549
|
}
|
|
242
|
-
|
|
243
|
-
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
"type": "keyword",
|
|
553
|
+
"value": "null"
|
|
554
|
+
}
|
|
555
|
+
]
|
|
244
556
|
}
|
|
245
557
|
}
|
|
246
558
|
],
|
|
247
559
|
"returns": {
|
|
248
560
|
"annotation": {
|
|
249
|
-
"type": "
|
|
250
|
-
"
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
561
|
+
"type": "keyword",
|
|
562
|
+
"value": "void"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"types": [
|
|
566
|
+
{
|
|
567
|
+
"type": "interface",
|
|
568
|
+
"name": "ChatCommand",
|
|
569
|
+
"body": [
|
|
570
|
+
{
|
|
571
|
+
"type": "propertySignature",
|
|
572
|
+
"key": {
|
|
573
|
+
"type": "identifier",
|
|
574
|
+
"name": "command"
|
|
575
|
+
},
|
|
576
|
+
"annotation": {
|
|
258
577
|
"type": "keyword",
|
|
259
|
-
"value": "
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
|
|
578
|
+
"value": "string"
|
|
579
|
+
},
|
|
580
|
+
"computed": false
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"type": "propertySignature",
|
|
584
|
+
"key": {
|
|
585
|
+
"type": "identifier",
|
|
586
|
+
"name": "payload"
|
|
587
|
+
},
|
|
588
|
+
"annotation": {
|
|
589
|
+
"type": "reference",
|
|
590
|
+
"typeName": {
|
|
591
|
+
"type": "identifier",
|
|
592
|
+
"name": "CommandPayload"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"computed": false
|
|
596
|
+
}
|
|
597
|
+
]
|
|
263
598
|
}
|
|
264
|
-
|
|
599
|
+
]
|
|
265
600
|
},
|
|
266
601
|
"ai-portal.page-container": {
|
|
267
602
|
"properties": [
|
|
@@ -442,129 +777,25 @@
|
|
|
442
777
|
}
|
|
443
778
|
]
|
|
444
779
|
},
|
|
445
|
-
"ai-portal.stat-with-mini-chart": {
|
|
446
|
-
"properties": [
|
|
447
|
-
{
|
|
448
|
-
"name": "label",
|
|
449
|
-
"annotation": {
|
|
450
|
-
"type": "keyword",
|
|
451
|
-
"value": "string"
|
|
452
|
-
}
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"name": "value",
|
|
456
|
-
"annotation": {
|
|
457
|
-
"type": "keyword",
|
|
458
|
-
"value": "string"
|
|
459
|
-
}
|
|
460
|
-
},
|
|
461
|
-
{
|
|
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
780
|
"ai-portal.elevo-logo": {
|
|
550
781
|
"properties": [],
|
|
551
782
|
"events": [],
|
|
552
783
|
"methods": []
|
|
553
784
|
},
|
|
554
|
-
"ai-portal.
|
|
785
|
+
"ai-portal.sticky-container": {
|
|
555
786
|
"properties": [
|
|
556
787
|
{
|
|
557
|
-
"name": "
|
|
788
|
+
"name": "variant",
|
|
558
789
|
"annotation": {
|
|
559
790
|
"type": "reference",
|
|
560
791
|
"typeName": {
|
|
561
792
|
"type": "identifier",
|
|
562
|
-
"name": "
|
|
793
|
+
"name": "StickyContainerVariant"
|
|
563
794
|
}
|
|
564
795
|
}
|
|
565
796
|
},
|
|
566
797
|
{
|
|
567
|
-
"name": "
|
|
798
|
+
"name": "textContent",
|
|
568
799
|
"annotation": {
|
|
569
800
|
"type": "keyword",
|
|
570
801
|
"value": "string"
|
|
@@ -576,45 +807,37 @@
|
|
|
576
807
|
"types": [
|
|
577
808
|
{
|
|
578
809
|
"type": "typeAlias",
|
|
579
|
-
"name": "
|
|
810
|
+
"name": "StickyContainerVariant",
|
|
580
811
|
"annotation": {
|
|
581
812
|
"type": "union",
|
|
582
813
|
"types": [
|
|
583
814
|
{
|
|
584
815
|
"type": "jsLiteral",
|
|
585
|
-
"value": "
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"type": "jsLiteral",
|
|
589
|
-
"value": "activities"
|
|
590
|
-
},
|
|
591
|
-
{
|
|
592
|
-
"type": "jsLiteral",
|
|
593
|
-
"value": "collaboration-spaces"
|
|
816
|
+
"value": "default"
|
|
594
817
|
},
|
|
595
818
|
{
|
|
596
819
|
"type": "jsLiteral",
|
|
597
|
-
"value": "
|
|
820
|
+
"value": "home"
|
|
598
821
|
}
|
|
599
822
|
]
|
|
600
823
|
}
|
|
601
824
|
}
|
|
602
825
|
]
|
|
603
826
|
},
|
|
604
|
-
"ai-portal.
|
|
827
|
+
"ai-portal.blank-state": {
|
|
605
828
|
"properties": [
|
|
606
829
|
{
|
|
607
|
-
"name": "
|
|
830
|
+
"name": "illustration",
|
|
608
831
|
"annotation": {
|
|
609
832
|
"type": "reference",
|
|
610
833
|
"typeName": {
|
|
611
834
|
"type": "identifier",
|
|
612
|
-
"name": "
|
|
835
|
+
"name": "BlankStateIllustration"
|
|
613
836
|
}
|
|
614
837
|
}
|
|
615
838
|
},
|
|
616
839
|
{
|
|
617
|
-
"name": "
|
|
840
|
+
"name": "description",
|
|
618
841
|
"annotation": {
|
|
619
842
|
"type": "keyword",
|
|
620
843
|
"value": "string"
|
|
@@ -626,17 +849,25 @@
|
|
|
626
849
|
"types": [
|
|
627
850
|
{
|
|
628
851
|
"type": "typeAlias",
|
|
629
|
-
"name": "
|
|
852
|
+
"name": "BlankStateIllustration",
|
|
630
853
|
"annotation": {
|
|
631
854
|
"type": "union",
|
|
632
855
|
"types": [
|
|
633
856
|
{
|
|
634
857
|
"type": "jsLiteral",
|
|
635
|
-
"value": "
|
|
858
|
+
"value": "goals"
|
|
636
859
|
},
|
|
637
860
|
{
|
|
638
861
|
"type": "jsLiteral",
|
|
639
|
-
"value": "
|
|
862
|
+
"value": "activities"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"type": "jsLiteral",
|
|
866
|
+
"value": "collaboration-spaces"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"type": "jsLiteral",
|
|
870
|
+
"value": "serviceflows"
|
|
640
871
|
}
|
|
641
872
|
]
|
|
642
873
|
}
|
|
@@ -963,8 +1194,11 @@
|
|
|
963
1194
|
"type": "union",
|
|
964
1195
|
"types": [
|
|
965
1196
|
{
|
|
966
|
-
"type": "
|
|
967
|
-
"
|
|
1197
|
+
"type": "reference",
|
|
1198
|
+
"typeName": {
|
|
1199
|
+
"type": "identifier",
|
|
1200
|
+
"name": "CommandPayload"
|
|
1201
|
+
}
|
|
968
1202
|
},
|
|
969
1203
|
{
|
|
970
1204
|
"type": "keyword",
|
|
@@ -1014,121 +1248,32 @@
|
|
|
1014
1248
|
"annotation": {
|
|
1015
1249
|
"type": "keyword",
|
|
1016
1250
|
"value": "string"
|
|
1017
|
-
},
|
|
1018
|
-
"computed": false
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"type": "propertySignature",
|
|
1022
|
-
"key": {
|
|
1023
|
-
"type": "identifier",
|
|
1024
|
-
"name": "name"
|
|
1025
|
-
},
|
|
1026
|
-
"annotation": {
|
|
1027
|
-
"type": "keyword",
|
|
1028
|
-
"value": "string"
|
|
1029
|
-
},
|
|
1030
|
-
"computed": false
|
|
1031
|
-
}
|
|
1032
|
-
]
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"type": "interface",
|
|
1036
|
-
"name": "Command",
|
|
1037
|
-
"body": [
|
|
1038
|
-
{
|
|
1039
|
-
"type": "propertySignature",
|
|
1040
|
-
"key": {
|
|
1041
|
-
"type": "identifier",
|
|
1042
|
-
"name": "label"
|
|
1043
|
-
},
|
|
1044
|
-
"annotation": {
|
|
1045
|
-
"type": "keyword",
|
|
1046
|
-
"value": "string"
|
|
1047
|
-
},
|
|
1048
|
-
"computed": false
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"type": "propertySignature",
|
|
1052
|
-
"key": {
|
|
1053
|
-
"type": "identifier",
|
|
1054
|
-
"name": "value"
|
|
1055
|
-
},
|
|
1056
|
-
"annotation": {
|
|
1057
|
-
"type": "keyword",
|
|
1058
|
-
"value": "string"
|
|
1059
|
-
},
|
|
1060
|
-
"computed": false
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
"type": "propertySignature",
|
|
1064
|
-
"key": {
|
|
1065
|
-
"type": "identifier",
|
|
1066
|
-
"name": "options"
|
|
1067
|
-
},
|
|
1068
|
-
"annotation": {
|
|
1069
|
-
"type": "array",
|
|
1070
|
-
"elementType": {
|
|
1071
|
-
"type": "reference",
|
|
1072
|
-
"typeName": {
|
|
1073
|
-
"type": "identifier",
|
|
1074
|
-
"name": "Command"
|
|
1075
|
-
}
|
|
1076
|
-
}
|
|
1077
|
-
},
|
|
1078
|
-
"optional": true,
|
|
1079
|
-
"computed": false
|
|
1080
|
-
}
|
|
1081
|
-
]
|
|
1082
|
-
}
|
|
1083
|
-
]
|
|
1084
|
-
},
|
|
1085
|
-
"ai-portal.show-cases": {
|
|
1086
|
-
"properties": [
|
|
1087
|
-
{
|
|
1088
|
-
"name": "list",
|
|
1089
|
-
"annotation": {
|
|
1090
|
-
"type": "array",
|
|
1091
|
-
"elementType": {
|
|
1092
|
-
"type": "reference",
|
|
1093
|
-
"typeName": {
|
|
1094
|
-
"type": "identifier",
|
|
1095
|
-
"name": "ShowCaseType"
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
}
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
"name": "limit",
|
|
1102
|
-
"annotation": {
|
|
1103
|
-
"type": "keyword",
|
|
1104
|
-
"value": "number"
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
],
|
|
1108
|
-
"events": [],
|
|
1109
|
-
"methods": [],
|
|
1110
|
-
"types": [
|
|
1111
|
-
{
|
|
1112
|
-
"type": "interface",
|
|
1113
|
-
"name": "ShowCaseType",
|
|
1114
|
-
"body": [
|
|
1251
|
+
},
|
|
1252
|
+
"computed": false
|
|
1253
|
+
},
|
|
1115
1254
|
{
|
|
1116
1255
|
"type": "propertySignature",
|
|
1117
1256
|
"key": {
|
|
1118
1257
|
"type": "identifier",
|
|
1119
|
-
"name": "
|
|
1258
|
+
"name": "name"
|
|
1120
1259
|
},
|
|
1121
1260
|
"annotation": {
|
|
1122
1261
|
"type": "keyword",
|
|
1123
1262
|
"value": "string"
|
|
1124
1263
|
},
|
|
1125
1264
|
"computed": false
|
|
1126
|
-
}
|
|
1265
|
+
}
|
|
1266
|
+
]
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"type": "interface",
|
|
1270
|
+
"name": "Command",
|
|
1271
|
+
"body": [
|
|
1127
1272
|
{
|
|
1128
1273
|
"type": "propertySignature",
|
|
1129
1274
|
"key": {
|
|
1130
1275
|
"type": "identifier",
|
|
1131
|
-
"name": "
|
|
1276
|
+
"name": "label"
|
|
1132
1277
|
},
|
|
1133
1278
|
"annotation": {
|
|
1134
1279
|
"type": "keyword",
|
|
@@ -1140,7 +1285,7 @@
|
|
|
1140
1285
|
"type": "propertySignature",
|
|
1141
1286
|
"key": {
|
|
1142
1287
|
"type": "identifier",
|
|
1143
|
-
"name": "
|
|
1288
|
+
"name": "value"
|
|
1144
1289
|
},
|
|
1145
1290
|
"annotation": {
|
|
1146
1291
|
"type": "keyword",
|
|
@@ -1152,23 +1297,33 @@
|
|
|
1152
1297
|
"type": "propertySignature",
|
|
1153
1298
|
"key": {
|
|
1154
1299
|
"type": "identifier",
|
|
1155
|
-
"name": "
|
|
1300
|
+
"name": "options"
|
|
1156
1301
|
},
|
|
1157
1302
|
"annotation": {
|
|
1158
|
-
"type": "
|
|
1159
|
-
"
|
|
1303
|
+
"type": "array",
|
|
1304
|
+
"elementType": {
|
|
1305
|
+
"type": "reference",
|
|
1306
|
+
"typeName": {
|
|
1307
|
+
"type": "identifier",
|
|
1308
|
+
"name": "Command"
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1160
1311
|
},
|
|
1312
|
+
"optional": true,
|
|
1161
1313
|
"computed": false
|
|
1162
1314
|
},
|
|
1163
1315
|
{
|
|
1164
1316
|
"type": "propertySignature",
|
|
1165
1317
|
"key": {
|
|
1166
1318
|
"type": "identifier",
|
|
1167
|
-
"name": "
|
|
1319
|
+
"name": "payload"
|
|
1168
1320
|
},
|
|
1169
1321
|
"annotation": {
|
|
1170
|
-
"type": "
|
|
1171
|
-
"
|
|
1322
|
+
"type": "reference",
|
|
1323
|
+
"typeName": {
|
|
1324
|
+
"type": "identifier",
|
|
1325
|
+
"name": "CommandPayload"
|
|
1326
|
+
}
|
|
1172
1327
|
},
|
|
1173
1328
|
"optional": true,
|
|
1174
1329
|
"computed": false
|
|
@@ -1177,7 +1332,7 @@
|
|
|
1177
1332
|
}
|
|
1178
1333
|
]
|
|
1179
1334
|
},
|
|
1180
|
-
"ai-portal.
|
|
1335
|
+
"ai-portal.show-cases": {
|
|
1181
1336
|
"properties": [
|
|
1182
1337
|
{
|
|
1183
1338
|
"name": "list",
|
|
@@ -1187,33 +1342,16 @@
|
|
|
1187
1342
|
"type": "reference",
|
|
1188
1343
|
"typeName": {
|
|
1189
1344
|
"type": "identifier",
|
|
1190
|
-
"name": "
|
|
1345
|
+
"name": "ShowCaseType"
|
|
1191
1346
|
}
|
|
1192
1347
|
}
|
|
1193
1348
|
}
|
|
1194
1349
|
},
|
|
1195
1350
|
{
|
|
1196
|
-
"name": "
|
|
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",
|
|
1351
|
+
"name": "limit",
|
|
1214
1352
|
"annotation": {
|
|
1215
1353
|
"type": "keyword",
|
|
1216
|
-
"value": "
|
|
1354
|
+
"value": "number"
|
|
1217
1355
|
}
|
|
1218
1356
|
}
|
|
1219
1357
|
],
|
|
@@ -1222,13 +1360,13 @@
|
|
|
1222
1360
|
"types": [
|
|
1223
1361
|
{
|
|
1224
1362
|
"type": "interface",
|
|
1225
|
-
"name": "
|
|
1363
|
+
"name": "ShowCaseType",
|
|
1226
1364
|
"body": [
|
|
1227
1365
|
{
|
|
1228
1366
|
"type": "propertySignature",
|
|
1229
1367
|
"key": {
|
|
1230
1368
|
"type": "identifier",
|
|
1231
|
-
"name": "
|
|
1369
|
+
"name": "conversationId"
|
|
1232
1370
|
},
|
|
1233
1371
|
"annotation": {
|
|
1234
1372
|
"type": "keyword",
|
|
@@ -1240,7 +1378,7 @@
|
|
|
1240
1378
|
"type": "propertySignature",
|
|
1241
1379
|
"key": {
|
|
1242
1380
|
"type": "identifier",
|
|
1243
|
-
"name": "
|
|
1381
|
+
"name": "title"
|
|
1244
1382
|
},
|
|
1245
1383
|
"annotation": {
|
|
1246
1384
|
"type": "keyword",
|
|
@@ -1252,7 +1390,7 @@
|
|
|
1252
1390
|
"type": "propertySignature",
|
|
1253
1391
|
"key": {
|
|
1254
1392
|
"type": "identifier",
|
|
1255
|
-
"name": "
|
|
1393
|
+
"name": "summary"
|
|
1256
1394
|
},
|
|
1257
1395
|
"annotation": {
|
|
1258
1396
|
"type": "keyword",
|
|
@@ -1264,7 +1402,7 @@
|
|
|
1264
1402
|
"type": "propertySignature",
|
|
1265
1403
|
"key": {
|
|
1266
1404
|
"type": "identifier",
|
|
1267
|
-
"name": "
|
|
1405
|
+
"name": "scenario"
|
|
1268
1406
|
},
|
|
1269
1407
|
"annotation": {
|
|
1270
1408
|
"type": "keyword",
|
|
@@ -1276,7 +1414,7 @@
|
|
|
1276
1414
|
"type": "propertySignature",
|
|
1277
1415
|
"key": {
|
|
1278
1416
|
"type": "identifier",
|
|
1279
|
-
"name": "
|
|
1417
|
+
"name": "url"
|
|
1280
1418
|
},
|
|
1281
1419
|
"annotation": {
|
|
1282
1420
|
"type": "keyword",
|
|
@@ -1420,7 +1558,7 @@
|
|
|
1420
1558
|
}
|
|
1421
1559
|
]
|
|
1422
1560
|
},
|
|
1423
|
-
"ai-portal.ai-
|
|
1561
|
+
"ai-portal.ai-employees": {
|
|
1424
1562
|
"properties": [
|
|
1425
1563
|
{
|
|
1426
1564
|
"name": "list",
|
|
@@ -1430,11 +1568,21 @@
|
|
|
1430
1568
|
"type": "reference",
|
|
1431
1569
|
"typeName": {
|
|
1432
1570
|
"type": "identifier",
|
|
1433
|
-
"name": "
|
|
1571
|
+
"name": "Employee"
|
|
1434
1572
|
}
|
|
1435
1573
|
}
|
|
1436
1574
|
}
|
|
1437
1575
|
},
|
|
1576
|
+
{
|
|
1577
|
+
"name": "industries",
|
|
1578
|
+
"annotation": {
|
|
1579
|
+
"type": "array",
|
|
1580
|
+
"elementType": {
|
|
1581
|
+
"type": "keyword",
|
|
1582
|
+
"value": "string"
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1438
1586
|
{
|
|
1439
1587
|
"name": "urlTemplate",
|
|
1440
1588
|
"annotation": {
|
|
@@ -1455,7 +1603,7 @@
|
|
|
1455
1603
|
"types": [
|
|
1456
1604
|
{
|
|
1457
1605
|
"type": "interface",
|
|
1458
|
-
"name": "
|
|
1606
|
+
"name": "Employee",
|
|
1459
1607
|
"body": [
|
|
1460
1608
|
{
|
|
1461
1609
|
"type": "propertySignature",
|
|
@@ -1464,177 +1612,16 @@
|
|
|
1464
1612
|
"name": "name"
|
|
1465
1613
|
},
|
|
1466
1614
|
"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"
|
|
1489
|
-
},
|
|
1490
|
-
"annotation": {
|
|
1491
|
-
"type": "reference",
|
|
1492
|
-
"typeName": {
|
|
1493
|
-
"type": "identifier",
|
|
1494
|
-
"name": "GeneralIconProps"
|
|
1495
|
-
}
|
|
1496
|
-
},
|
|
1497
|
-
"optional": true,
|
|
1498
|
-
"computed": false
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"type": "propertySignature",
|
|
1502
|
-
"key": {
|
|
1503
|
-
"type": "identifier",
|
|
1504
|
-
"name": "tags"
|
|
1505
|
-
},
|
|
1506
|
-
"annotation": {
|
|
1507
|
-
"type": "array",
|
|
1508
|
-
"elementType": {
|
|
1509
|
-
"type": "keyword",
|
|
1510
|
-
"value": "string"
|
|
1511
|
-
}
|
|
1512
|
-
},
|
|
1513
|
-
"optional": true,
|
|
1514
|
-
"computed": false
|
|
1515
|
-
}
|
|
1516
|
-
]
|
|
1517
|
-
}
|
|
1518
|
-
]
|
|
1519
|
-
},
|
|
1520
|
-
"ai-portal.dropdown-select": {
|
|
1521
|
-
"properties": [
|
|
1522
|
-
{
|
|
1523
|
-
"name": "value",
|
|
1524
|
-
"annotation": {
|
|
1525
|
-
"type": "keyword",
|
|
1526
|
-
"value": "string"
|
|
1527
|
-
}
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"name": "options",
|
|
1531
|
-
"annotation": {
|
|
1532
|
-
"type": "array",
|
|
1533
|
-
"elementType": {
|
|
1534
|
-
"type": "reference",
|
|
1535
|
-
"typeName": {
|
|
1536
|
-
"type": "identifier",
|
|
1537
|
-
"name": "DropdownOptions"
|
|
1538
|
-
}
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
"name": "labelMaxWidth",
|
|
1544
|
-
"annotation": {
|
|
1545
|
-
"type": "union",
|
|
1546
|
-
"types": [
|
|
1547
|
-
{
|
|
1548
|
-
"type": "keyword",
|
|
1549
|
-
"value": "string"
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
"type": "keyword",
|
|
1553
|
-
"value": "number"
|
|
1554
|
-
}
|
|
1555
|
-
]
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"name": "loading",
|
|
1560
|
-
"annotation": {
|
|
1561
|
-
"type": "keyword",
|
|
1562
|
-
"value": "boolean"
|
|
1563
|
-
}
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"name": "searchPlaceholder",
|
|
1567
|
-
"annotation": {
|
|
1568
|
-
"type": "keyword",
|
|
1569
|
-
"value": "string"
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "dropdownContentStyle",
|
|
1574
|
-
"annotation": {
|
|
1575
|
-
"type": "reference",
|
|
1576
|
-
"typeName": {
|
|
1577
|
-
"type": "qualifiedName",
|
|
1578
|
-
"left": {
|
|
1579
|
-
"type": "identifier",
|
|
1580
|
-
"name": "React"
|
|
1581
|
-
},
|
|
1582
|
-
"right": {
|
|
1583
|
-
"type": "identifier",
|
|
1584
|
-
"name": "CSSProperties"
|
|
1585
|
-
}
|
|
1586
|
-
}
|
|
1587
|
-
}
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"name": "dropdownMaxWidth",
|
|
1591
|
-
"annotation": {
|
|
1592
|
-
"type": "union",
|
|
1593
|
-
"types": [
|
|
1594
|
-
{
|
|
1595
|
-
"type": "keyword",
|
|
1596
|
-
"value": "string"
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"type": "keyword",
|
|
1600
|
-
"value": "number"
|
|
1601
|
-
}
|
|
1602
|
-
]
|
|
1603
|
-
}
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"name": "showSearch",
|
|
1607
|
-
"annotation": {
|
|
1608
|
-
"type": "keyword",
|
|
1609
|
-
"value": "boolean"
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1612
|
-
],
|
|
1613
|
-
"events": [
|
|
1614
|
-
{
|
|
1615
|
-
"name": "change",
|
|
1616
|
-
"detail": {
|
|
1617
|
-
"annotation": {
|
|
1618
|
-
"type": "reference",
|
|
1619
|
-
"typeName": {
|
|
1620
|
-
"type": "identifier",
|
|
1621
|
-
"name": "DropdownOptions"
|
|
1622
|
-
}
|
|
1623
|
-
}
|
|
1624
|
-
}
|
|
1625
|
-
}
|
|
1626
|
-
],
|
|
1627
|
-
"methods": [],
|
|
1628
|
-
"types": [
|
|
1629
|
-
{
|
|
1630
|
-
"type": "interface",
|
|
1631
|
-
"name": "DropdownOptions",
|
|
1632
|
-
"body": [
|
|
1615
|
+
"type": "keyword",
|
|
1616
|
+
"value": "string"
|
|
1617
|
+
},
|
|
1618
|
+
"computed": false
|
|
1619
|
+
},
|
|
1633
1620
|
{
|
|
1634
1621
|
"type": "propertySignature",
|
|
1635
1622
|
"key": {
|
|
1636
1623
|
"type": "identifier",
|
|
1637
|
-
"name": "
|
|
1624
|
+
"name": "industry"
|
|
1638
1625
|
},
|
|
1639
1626
|
"annotation": {
|
|
1640
1627
|
"type": "keyword",
|
|
@@ -1646,7 +1633,7 @@
|
|
|
1646
1633
|
"type": "propertySignature",
|
|
1647
1634
|
"key": {
|
|
1648
1635
|
"type": "identifier",
|
|
1649
|
-
"name": "
|
|
1636
|
+
"name": "role"
|
|
1650
1637
|
},
|
|
1651
1638
|
"annotation": {
|
|
1652
1639
|
"type": "keyword",
|
|
@@ -1658,100 +1645,73 @@
|
|
|
1658
1645
|
"type": "propertySignature",
|
|
1659
1646
|
"key": {
|
|
1660
1647
|
"type": "identifier",
|
|
1661
|
-
"name": "
|
|
1648
|
+
"name": "description"
|
|
1662
1649
|
},
|
|
1663
1650
|
"annotation": {
|
|
1664
1651
|
"type": "keyword",
|
|
1665
|
-
"value": "
|
|
1652
|
+
"value": "string"
|
|
1666
1653
|
},
|
|
1667
|
-
"optional": true,
|
|
1668
1654
|
"computed": false
|
|
1669
1655
|
},
|
|
1670
1656
|
{
|
|
1671
|
-
"type": "
|
|
1672
|
-
"
|
|
1657
|
+
"type": "propertySignature",
|
|
1658
|
+
"key": {
|
|
1673
1659
|
"type": "identifier",
|
|
1674
|
-
"name": "
|
|
1675
|
-
"annotation": {
|
|
1676
|
-
"type": "keyword",
|
|
1677
|
-
"value": "string"
|
|
1678
|
-
}
|
|
1660
|
+
"name": "avatar"
|
|
1679
1661
|
},
|
|
1680
1662
|
"annotation": {
|
|
1681
1663
|
"type": "keyword",
|
|
1682
|
-
"value": "
|
|
1683
|
-
}
|
|
1664
|
+
"value": "string"
|
|
1665
|
+
},
|
|
1666
|
+
"optional": true,
|
|
1667
|
+
"computed": false
|
|
1684
1668
|
}
|
|
1685
1669
|
]
|
|
1686
1670
|
}
|
|
1687
1671
|
]
|
|
1688
1672
|
},
|
|
1689
|
-
"ai-portal.
|
|
1673
|
+
"ai-portal.ai-agents": {
|
|
1690
1674
|
"properties": [
|
|
1691
1675
|
{
|
|
1692
|
-
"name": "
|
|
1676
|
+
"name": "list",
|
|
1693
1677
|
"annotation": {
|
|
1694
1678
|
"type": "array",
|
|
1695
1679
|
"elementType": {
|
|
1696
1680
|
"type": "reference",
|
|
1697
1681
|
"typeName": {
|
|
1698
1682
|
"type": "identifier",
|
|
1699
|
-
"name": "
|
|
1683
|
+
"name": "Agent"
|
|
1700
1684
|
}
|
|
1701
1685
|
}
|
|
1702
1686
|
}
|
|
1703
1687
|
},
|
|
1704
1688
|
{
|
|
1705
|
-
"name": "
|
|
1689
|
+
"name": "urlTemplate",
|
|
1706
1690
|
"annotation": {
|
|
1707
|
-
"type": "
|
|
1708
|
-
"
|
|
1709
|
-
{
|
|
1710
|
-
"type": "keyword",
|
|
1711
|
-
"value": "string"
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"type": "keyword",
|
|
1715
|
-
"value": "null"
|
|
1716
|
-
}
|
|
1717
|
-
]
|
|
1691
|
+
"type": "keyword",
|
|
1692
|
+
"value": "string"
|
|
1718
1693
|
}
|
|
1719
|
-
}
|
|
1720
|
-
],
|
|
1721
|
-
"events": [
|
|
1694
|
+
},
|
|
1722
1695
|
{
|
|
1723
|
-
"name": "
|
|
1724
|
-
"
|
|
1725
|
-
"
|
|
1726
|
-
|
|
1727
|
-
"types": [
|
|
1728
|
-
{
|
|
1729
|
-
"type": "reference",
|
|
1730
|
-
"typeName": {
|
|
1731
|
-
"type": "identifier",
|
|
1732
|
-
"name": "ActionItem"
|
|
1733
|
-
}
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
"type": "keyword",
|
|
1737
|
-
"value": "null"
|
|
1738
|
-
}
|
|
1739
|
-
]
|
|
1740
|
-
}
|
|
1696
|
+
"name": "withContainer",
|
|
1697
|
+
"annotation": {
|
|
1698
|
+
"type": "keyword",
|
|
1699
|
+
"value": "boolean"
|
|
1741
1700
|
}
|
|
1742
1701
|
}
|
|
1743
1702
|
],
|
|
1703
|
+
"events": [],
|
|
1744
1704
|
"methods": [],
|
|
1745
1705
|
"types": [
|
|
1746
1706
|
{
|
|
1747
1707
|
"type": "interface",
|
|
1748
|
-
"name": "
|
|
1708
|
+
"name": "Agent",
|
|
1749
1709
|
"body": [
|
|
1750
1710
|
{
|
|
1751
1711
|
"type": "propertySignature",
|
|
1752
1712
|
"key": {
|
|
1753
1713
|
"type": "identifier",
|
|
1754
|
-
"name": "
|
|
1714
|
+
"name": "name"
|
|
1755
1715
|
},
|
|
1756
1716
|
"annotation": {
|
|
1757
1717
|
"type": "keyword",
|
|
@@ -1763,7 +1723,7 @@
|
|
|
1763
1723
|
"type": "propertySignature",
|
|
1764
1724
|
"key": {
|
|
1765
1725
|
"type": "identifier",
|
|
1766
|
-
"name": "
|
|
1726
|
+
"name": "description"
|
|
1767
1727
|
},
|
|
1768
1728
|
"annotation": {
|
|
1769
1729
|
"type": "keyword",
|
|
@@ -1791,11 +1751,14 @@
|
|
|
1791
1751
|
"type": "propertySignature",
|
|
1792
1752
|
"key": {
|
|
1793
1753
|
"type": "identifier",
|
|
1794
|
-
"name": "
|
|
1754
|
+
"name": "tags"
|
|
1795
1755
|
},
|
|
1796
1756
|
"annotation": {
|
|
1797
|
-
"type": "
|
|
1798
|
-
"
|
|
1757
|
+
"type": "array",
|
|
1758
|
+
"elementType": {
|
|
1759
|
+
"type": "keyword",
|
|
1760
|
+
"value": "string"
|
|
1761
|
+
}
|
|
1799
1762
|
},
|
|
1800
1763
|
"optional": true,
|
|
1801
1764
|
"computed": false
|
|
@@ -1824,77 +1787,57 @@
|
|
|
1824
1787
|
"events": [],
|
|
1825
1788
|
"methods": []
|
|
1826
1789
|
},
|
|
1827
|
-
"ai-portal.
|
|
1790
|
+
"ai-portal.action-buttons": {
|
|
1828
1791
|
"properties": [
|
|
1829
1792
|
{
|
|
1830
|
-
"name": "
|
|
1831
|
-
"annotation": {
|
|
1832
|
-
"type": "array",
|
|
1833
|
-
"elementType": {
|
|
1834
|
-
"type": "reference",
|
|
1835
|
-
"typeName": {
|
|
1836
|
-
"type": "identifier",
|
|
1837
|
-
"name": "Conversation"
|
|
1838
|
-
}
|
|
1839
|
-
}
|
|
1840
|
-
}
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
"name": "urlTemplate",
|
|
1844
|
-
"annotation": {
|
|
1845
|
-
"type": "keyword",
|
|
1846
|
-
"value": "string"
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
"name": "actions",
|
|
1793
|
+
"name": "items",
|
|
1851
1794
|
"annotation": {
|
|
1852
1795
|
"type": "array",
|
|
1853
1796
|
"elementType": {
|
|
1854
1797
|
"type": "reference",
|
|
1855
1798
|
"typeName": {
|
|
1856
1799
|
"type": "identifier",
|
|
1857
|
-
"name": "
|
|
1800
|
+
"name": "ActionItem"
|
|
1858
1801
|
}
|
|
1859
1802
|
}
|
|
1860
1803
|
}
|
|
1861
1804
|
},
|
|
1862
1805
|
{
|
|
1863
|
-
"name": "
|
|
1806
|
+
"name": "activeKey",
|
|
1864
1807
|
"annotation": {
|
|
1865
|
-
"type": "
|
|
1866
|
-
"
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
"
|
|
1870
|
-
|
|
1808
|
+
"type": "union",
|
|
1809
|
+
"types": [
|
|
1810
|
+
{
|
|
1811
|
+
"type": "keyword",
|
|
1812
|
+
"value": "string"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"type": "keyword",
|
|
1816
|
+
"value": "null"
|
|
1871
1817
|
}
|
|
1872
|
-
|
|
1818
|
+
]
|
|
1873
1819
|
}
|
|
1874
1820
|
}
|
|
1875
1821
|
],
|
|
1876
1822
|
"events": [
|
|
1877
1823
|
{
|
|
1878
|
-
"name": "
|
|
1879
|
-
"detail": {
|
|
1880
|
-
"annotation": {
|
|
1881
|
-
"type": "reference",
|
|
1882
|
-
"typeName": {
|
|
1883
|
-
"type": "identifier",
|
|
1884
|
-
"name": "Conversation"
|
|
1885
|
-
}
|
|
1886
|
-
}
|
|
1887
|
-
}
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"name": "action.click",
|
|
1824
|
+
"name": "change",
|
|
1891
1825
|
"detail": {
|
|
1892
1826
|
"annotation": {
|
|
1893
|
-
"type": "
|
|
1894
|
-
"
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1827
|
+
"type": "union",
|
|
1828
|
+
"types": [
|
|
1829
|
+
{
|
|
1830
|
+
"type": "reference",
|
|
1831
|
+
"typeName": {
|
|
1832
|
+
"type": "identifier",
|
|
1833
|
+
"name": "ActionItem"
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"type": "keyword",
|
|
1838
|
+
"value": "null"
|
|
1839
|
+
}
|
|
1840
|
+
]
|
|
1898
1841
|
}
|
|
1899
1842
|
}
|
|
1900
1843
|
}
|
|
@@ -1903,13 +1846,13 @@
|
|
|
1903
1846
|
"types": [
|
|
1904
1847
|
{
|
|
1905
1848
|
"type": "interface",
|
|
1906
|
-
"name": "
|
|
1849
|
+
"name": "ActionItem",
|
|
1907
1850
|
"body": [
|
|
1908
1851
|
{
|
|
1909
1852
|
"type": "propertySignature",
|
|
1910
1853
|
"key": {
|
|
1911
1854
|
"type": "identifier",
|
|
1912
|
-
"name": "
|
|
1855
|
+
"name": "text"
|
|
1913
1856
|
},
|
|
1914
1857
|
"annotation": {
|
|
1915
1858
|
"type": "keyword",
|
|
@@ -1921,7 +1864,7 @@
|
|
|
1921
1864
|
"type": "propertySignature",
|
|
1922
1865
|
"key": {
|
|
1923
1866
|
"type": "identifier",
|
|
1924
|
-
"name": "
|
|
1867
|
+
"name": "key"
|
|
1925
1868
|
},
|
|
1926
1869
|
"annotation": {
|
|
1927
1870
|
"type": "keyword",
|
|
@@ -1933,64 +1876,153 @@
|
|
|
1933
1876
|
"type": "propertySignature",
|
|
1934
1877
|
"key": {
|
|
1935
1878
|
"type": "identifier",
|
|
1936
|
-
"name": "
|
|
1879
|
+
"name": "icon"
|
|
1937
1880
|
},
|
|
1938
1881
|
"annotation": {
|
|
1939
|
-
"type": "
|
|
1940
|
-
"
|
|
1882
|
+
"type": "reference",
|
|
1883
|
+
"typeName": {
|
|
1884
|
+
"type": "identifier",
|
|
1885
|
+
"name": "GeneralIconProps"
|
|
1886
|
+
}
|
|
1941
1887
|
},
|
|
1888
|
+
"optional": true,
|
|
1942
1889
|
"computed": false
|
|
1943
1890
|
},
|
|
1944
1891
|
{
|
|
1945
1892
|
"type": "propertySignature",
|
|
1946
1893
|
"key": {
|
|
1947
1894
|
"type": "identifier",
|
|
1948
|
-
"name": "
|
|
1895
|
+
"name": "hidden"
|
|
1949
1896
|
},
|
|
1950
1897
|
"annotation": {
|
|
1951
1898
|
"type": "keyword",
|
|
1952
|
-
"value": "
|
|
1899
|
+
"value": "boolean"
|
|
1953
1900
|
},
|
|
1954
1901
|
"optional": true,
|
|
1955
1902
|
"computed": false
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1903
|
+
}
|
|
1904
|
+
]
|
|
1905
|
+
}
|
|
1906
|
+
]
|
|
1907
|
+
},
|
|
1908
|
+
"ai-portal.dropdown-select": {
|
|
1909
|
+
"properties": [
|
|
1910
|
+
{
|
|
1911
|
+
"name": "value",
|
|
1912
|
+
"annotation": {
|
|
1913
|
+
"type": "keyword",
|
|
1914
|
+
"value": "string"
|
|
1915
|
+
}
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"name": "options",
|
|
1919
|
+
"annotation": {
|
|
1920
|
+
"type": "array",
|
|
1921
|
+
"elementType": {
|
|
1922
|
+
"type": "reference",
|
|
1923
|
+
"typeName": {
|
|
1960
1924
|
"type": "identifier",
|
|
1961
|
-
"name": "
|
|
1962
|
-
}
|
|
1963
|
-
|
|
1925
|
+
"name": "DropdownOptions"
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "labelMaxWidth",
|
|
1932
|
+
"annotation": {
|
|
1933
|
+
"type": "union",
|
|
1934
|
+
"types": [
|
|
1935
|
+
{
|
|
1964
1936
|
"type": "keyword",
|
|
1965
1937
|
"value": "string"
|
|
1966
1938
|
},
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1939
|
+
{
|
|
1940
|
+
"type": "keyword",
|
|
1941
|
+
"value": "number"
|
|
1942
|
+
}
|
|
1943
|
+
]
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"name": "loading",
|
|
1948
|
+
"annotation": {
|
|
1949
|
+
"type": "keyword",
|
|
1950
|
+
"value": "boolean"
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"name": "searchPlaceholder",
|
|
1955
|
+
"annotation": {
|
|
1956
|
+
"type": "keyword",
|
|
1957
|
+
"value": "string"
|
|
1958
|
+
}
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
"name": "dropdownContentStyle",
|
|
1962
|
+
"annotation": {
|
|
1963
|
+
"type": "reference",
|
|
1964
|
+
"typeName": {
|
|
1965
|
+
"type": "qualifiedName",
|
|
1966
|
+
"left": {
|
|
1973
1967
|
"type": "identifier",
|
|
1974
|
-
"name": "
|
|
1968
|
+
"name": "React"
|
|
1975
1969
|
},
|
|
1976
|
-
"
|
|
1970
|
+
"right": {
|
|
1971
|
+
"type": "identifier",
|
|
1972
|
+
"name": "CSSProperties"
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"name": "dropdownMaxWidth",
|
|
1979
|
+
"annotation": {
|
|
1980
|
+
"type": "union",
|
|
1981
|
+
"types": [
|
|
1982
|
+
{
|
|
1977
1983
|
"type": "keyword",
|
|
1978
1984
|
"value": "string"
|
|
1979
1985
|
},
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1986
|
+
{
|
|
1987
|
+
"type": "keyword",
|
|
1988
|
+
"value": "number"
|
|
1989
|
+
}
|
|
1990
|
+
]
|
|
1991
|
+
}
|
|
1984
1992
|
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "showSearch",
|
|
1995
|
+
"annotation": {
|
|
1996
|
+
"type": "keyword",
|
|
1997
|
+
"value": "boolean"
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
],
|
|
2001
|
+
"events": [
|
|
2002
|
+
{
|
|
2003
|
+
"name": "change",
|
|
2004
|
+
"detail": {
|
|
2005
|
+
"annotation": {
|
|
2006
|
+
"type": "reference",
|
|
2007
|
+
"typeName": {
|
|
2008
|
+
"type": "identifier",
|
|
2009
|
+
"name": "DropdownOptions"
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
}
|
|
2014
|
+
],
|
|
2015
|
+
"methods": [],
|
|
2016
|
+
"types": [
|
|
1985
2017
|
{
|
|
1986
2018
|
"type": "interface",
|
|
1987
|
-
"name": "
|
|
2019
|
+
"name": "DropdownOptions",
|
|
1988
2020
|
"body": [
|
|
1989
2021
|
{
|
|
1990
2022
|
"type": "propertySignature",
|
|
1991
2023
|
"key": {
|
|
1992
2024
|
"type": "identifier",
|
|
1993
|
-
"name": "
|
|
2025
|
+
"name": "label"
|
|
1994
2026
|
},
|
|
1995
2027
|
"annotation": {
|
|
1996
2028
|
"type": "keyword",
|
|
@@ -2002,49 +2034,41 @@
|
|
|
2002
2034
|
"type": "propertySignature",
|
|
2003
2035
|
"key": {
|
|
2004
2036
|
"type": "identifier",
|
|
2005
|
-
"name": "
|
|
2037
|
+
"name": "value"
|
|
2006
2038
|
},
|
|
2007
2039
|
"annotation": {
|
|
2008
2040
|
"type": "keyword",
|
|
2009
2041
|
"value": "string"
|
|
2010
2042
|
},
|
|
2011
2043
|
"computed": false
|
|
2012
|
-
}
|
|
2013
|
-
]
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
"type": "interface",
|
|
2017
|
-
"name": "ActionClickDetail",
|
|
2018
|
-
"body": [
|
|
2044
|
+
},
|
|
2019
2045
|
{
|
|
2020
2046
|
"type": "propertySignature",
|
|
2021
2047
|
"key": {
|
|
2022
2048
|
"type": "identifier",
|
|
2023
|
-
"name": "
|
|
2049
|
+
"name": "disabled"
|
|
2024
2050
|
},
|
|
2025
2051
|
"annotation": {
|
|
2026
|
-
"type": "
|
|
2027
|
-
"
|
|
2028
|
-
"type": "identifier",
|
|
2029
|
-
"name": "SimpleActionType"
|
|
2030
|
-
}
|
|
2052
|
+
"type": "keyword",
|
|
2053
|
+
"value": "boolean"
|
|
2031
2054
|
},
|
|
2055
|
+
"optional": true,
|
|
2032
2056
|
"computed": false
|
|
2033
2057
|
},
|
|
2034
2058
|
{
|
|
2035
|
-
"type": "
|
|
2036
|
-
"
|
|
2059
|
+
"type": "indexSignature",
|
|
2060
|
+
"parameter": {
|
|
2037
2061
|
"type": "identifier",
|
|
2038
|
-
"name": "
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
"typeName": {
|
|
2043
|
-
"type": "identifier",
|
|
2044
|
-
"name": "Conversation"
|
|
2062
|
+
"name": "key",
|
|
2063
|
+
"annotation": {
|
|
2064
|
+
"type": "keyword",
|
|
2065
|
+
"value": "string"
|
|
2045
2066
|
}
|
|
2046
2067
|
},
|
|
2047
|
-
"
|
|
2068
|
+
"annotation": {
|
|
2069
|
+
"type": "keyword",
|
|
2070
|
+
"value": "unknown"
|
|
2071
|
+
}
|
|
2048
2072
|
}
|
|
2049
2073
|
]
|
|
2050
2074
|
}
|
|
@@ -3111,58 +3135,210 @@
|
|
|
3111
3135
|
"events": [],
|
|
3112
3136
|
"methods": []
|
|
3113
3137
|
},
|
|
3114
|
-
"ai-portal.
|
|
3138
|
+
"ai-portal.project-conversations": {
|
|
3115
3139
|
"properties": [
|
|
3116
3140
|
{
|
|
3117
|
-
"name": "
|
|
3141
|
+
"name": "list",
|
|
3118
3142
|
"annotation": {
|
|
3119
3143
|
"type": "array",
|
|
3120
3144
|
"elementType": {
|
|
3121
3145
|
"type": "reference",
|
|
3122
3146
|
"typeName": {
|
|
3123
3147
|
"type": "identifier",
|
|
3124
|
-
"name": "
|
|
3148
|
+
"name": "Conversation"
|
|
3125
3149
|
}
|
|
3126
3150
|
}
|
|
3127
3151
|
}
|
|
3128
3152
|
},
|
|
3129
3153
|
{
|
|
3130
|
-
"name": "
|
|
3154
|
+
"name": "urlTemplate",
|
|
3131
3155
|
"annotation": {
|
|
3132
3156
|
"type": "keyword",
|
|
3133
3157
|
"value": "string"
|
|
3134
3158
|
}
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"name": "actions",
|
|
3162
|
+
"annotation": {
|
|
3163
|
+
"type": "array",
|
|
3164
|
+
"elementType": {
|
|
3165
|
+
"type": "reference",
|
|
3166
|
+
"typeName": {
|
|
3167
|
+
"type": "identifier",
|
|
3168
|
+
"name": "ActionType"
|
|
3169
|
+
}
|
|
3170
|
+
}
|
|
3171
|
+
}
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"name": "goals",
|
|
3175
|
+
"annotation": {
|
|
3176
|
+
"type": "array",
|
|
3177
|
+
"elementType": {
|
|
3178
|
+
"type": "reference",
|
|
3179
|
+
"typeName": {
|
|
3180
|
+
"type": "identifier",
|
|
3181
|
+
"name": "Goal"
|
|
3182
|
+
}
|
|
3183
|
+
}
|
|
3184
|
+
}
|
|
3135
3185
|
}
|
|
3136
3186
|
],
|
|
3137
3187
|
"events": [
|
|
3138
3188
|
{
|
|
3139
|
-
"name": "
|
|
3189
|
+
"name": "goal.click",
|
|
3190
|
+
"detail": {
|
|
3191
|
+
"annotation": {
|
|
3192
|
+
"type": "reference",
|
|
3193
|
+
"typeName": {
|
|
3194
|
+
"type": "identifier",
|
|
3195
|
+
"name": "Conversation"
|
|
3196
|
+
}
|
|
3197
|
+
}
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"name": "action.click",
|
|
3140
3202
|
"detail": {
|
|
3141
3203
|
"annotation": {
|
|
3142
3204
|
"type": "reference",
|
|
3143
3205
|
"typeName": {
|
|
3144
3206
|
"type": "identifier",
|
|
3145
|
-
"name": "
|
|
3146
|
-
}
|
|
3207
|
+
"name": "ActionClickDetail"
|
|
3208
|
+
}
|
|
3209
|
+
}
|
|
3210
|
+
}
|
|
3211
|
+
}
|
|
3212
|
+
],
|
|
3213
|
+
"methods": [],
|
|
3214
|
+
"types": [
|
|
3215
|
+
{
|
|
3216
|
+
"type": "interface",
|
|
3217
|
+
"name": "Conversation",
|
|
3218
|
+
"body": [
|
|
3219
|
+
{
|
|
3220
|
+
"type": "propertySignature",
|
|
3221
|
+
"key": {
|
|
3222
|
+
"type": "identifier",
|
|
3223
|
+
"name": "conversationId"
|
|
3224
|
+
},
|
|
3225
|
+
"annotation": {
|
|
3226
|
+
"type": "keyword",
|
|
3227
|
+
"value": "string"
|
|
3228
|
+
},
|
|
3229
|
+
"computed": false
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"type": "propertySignature",
|
|
3233
|
+
"key": {
|
|
3234
|
+
"type": "identifier",
|
|
3235
|
+
"name": "title"
|
|
3236
|
+
},
|
|
3237
|
+
"annotation": {
|
|
3238
|
+
"type": "keyword",
|
|
3239
|
+
"value": "string"
|
|
3240
|
+
},
|
|
3241
|
+
"computed": false
|
|
3242
|
+
},
|
|
3243
|
+
{
|
|
3244
|
+
"type": "propertySignature",
|
|
3245
|
+
"key": {
|
|
3246
|
+
"type": "identifier",
|
|
3247
|
+
"name": "startTime"
|
|
3248
|
+
},
|
|
3249
|
+
"annotation": {
|
|
3250
|
+
"type": "keyword",
|
|
3251
|
+
"value": "number"
|
|
3252
|
+
},
|
|
3253
|
+
"computed": false
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"type": "propertySignature",
|
|
3257
|
+
"key": {
|
|
3258
|
+
"type": "identifier",
|
|
3259
|
+
"name": "description"
|
|
3260
|
+
},
|
|
3261
|
+
"annotation": {
|
|
3262
|
+
"type": "keyword",
|
|
3263
|
+
"value": "string"
|
|
3264
|
+
},
|
|
3265
|
+
"optional": true,
|
|
3266
|
+
"computed": false
|
|
3267
|
+
},
|
|
3268
|
+
{
|
|
3269
|
+
"type": "propertySignature",
|
|
3270
|
+
"key": {
|
|
3271
|
+
"type": "identifier",
|
|
3272
|
+
"name": "goalInstanceId"
|
|
3273
|
+
},
|
|
3274
|
+
"annotation": {
|
|
3275
|
+
"type": "keyword",
|
|
3276
|
+
"value": "string"
|
|
3277
|
+
},
|
|
3278
|
+
"optional": true,
|
|
3279
|
+
"computed": false
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"type": "propertySignature",
|
|
3283
|
+
"key": {
|
|
3284
|
+
"type": "identifier",
|
|
3285
|
+
"name": "username"
|
|
3286
|
+
},
|
|
3287
|
+
"annotation": {
|
|
3288
|
+
"type": "keyword",
|
|
3289
|
+
"value": "string"
|
|
3290
|
+
},
|
|
3291
|
+
"optional": true,
|
|
3292
|
+
"computed": false
|
|
3293
|
+
}
|
|
3294
|
+
]
|
|
3295
|
+
},
|
|
3296
|
+
{
|
|
3297
|
+
"type": "interface",
|
|
3298
|
+
"name": "Goal",
|
|
3299
|
+
"body": [
|
|
3300
|
+
{
|
|
3301
|
+
"type": "propertySignature",
|
|
3302
|
+
"key": {
|
|
3303
|
+
"type": "identifier",
|
|
3304
|
+
"name": "instanceId"
|
|
3305
|
+
},
|
|
3306
|
+
"annotation": {
|
|
3307
|
+
"type": "keyword",
|
|
3308
|
+
"value": "string"
|
|
3309
|
+
},
|
|
3310
|
+
"computed": false
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"type": "propertySignature",
|
|
3314
|
+
"key": {
|
|
3315
|
+
"type": "identifier",
|
|
3316
|
+
"name": "title"
|
|
3317
|
+
},
|
|
3318
|
+
"annotation": {
|
|
3319
|
+
"type": "keyword",
|
|
3320
|
+
"value": "string"
|
|
3321
|
+
},
|
|
3322
|
+
"computed": false
|
|
3147
3323
|
}
|
|
3148
|
-
|
|
3149
|
-
}
|
|
3150
|
-
],
|
|
3151
|
-
"methods": [],
|
|
3152
|
-
"types": [
|
|
3324
|
+
]
|
|
3325
|
+
},
|
|
3153
3326
|
{
|
|
3154
3327
|
"type": "interface",
|
|
3155
|
-
"name": "
|
|
3328
|
+
"name": "ActionClickDetail",
|
|
3156
3329
|
"body": [
|
|
3157
3330
|
{
|
|
3158
3331
|
"type": "propertySignature",
|
|
3159
3332
|
"key": {
|
|
3160
3333
|
"type": "identifier",
|
|
3161
|
-
"name": "
|
|
3334
|
+
"name": "action"
|
|
3162
3335
|
},
|
|
3163
3336
|
"annotation": {
|
|
3164
|
-
"type": "
|
|
3165
|
-
"
|
|
3337
|
+
"type": "reference",
|
|
3338
|
+
"typeName": {
|
|
3339
|
+
"type": "identifier",
|
|
3340
|
+
"name": "SimpleActionType"
|
|
3341
|
+
}
|
|
3166
3342
|
},
|
|
3167
3343
|
"computed": false
|
|
3168
3344
|
},
|
|
@@ -3170,11 +3346,14 @@
|
|
|
3170
3346
|
"type": "propertySignature",
|
|
3171
3347
|
"key": {
|
|
3172
3348
|
"type": "identifier",
|
|
3173
|
-
"name": "
|
|
3349
|
+
"name": "item"
|
|
3174
3350
|
},
|
|
3175
3351
|
"annotation": {
|
|
3176
|
-
"type": "
|
|
3177
|
-
"
|
|
3352
|
+
"type": "reference",
|
|
3353
|
+
"typeName": {
|
|
3354
|
+
"type": "identifier",
|
|
3355
|
+
"name": "Conversation"
|
|
3356
|
+
}
|
|
3178
3357
|
},
|
|
3179
3358
|
"computed": false
|
|
3180
3359
|
}
|
|
@@ -3537,6 +3716,77 @@
|
|
|
3537
3716
|
}
|
|
3538
3717
|
]
|
|
3539
3718
|
},
|
|
3719
|
+
"ai-portal.flow-tabs": {
|
|
3720
|
+
"properties": [
|
|
3721
|
+
{
|
|
3722
|
+
"name": "tabs",
|
|
3723
|
+
"annotation": {
|
|
3724
|
+
"type": "array",
|
|
3725
|
+
"elementType": {
|
|
3726
|
+
"type": "reference",
|
|
3727
|
+
"typeName": {
|
|
3728
|
+
"type": "identifier",
|
|
3729
|
+
"name": "Tab"
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3732
|
+
}
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
"name": "activeTab",
|
|
3736
|
+
"annotation": {
|
|
3737
|
+
"type": "keyword",
|
|
3738
|
+
"value": "string"
|
|
3739
|
+
}
|
|
3740
|
+
}
|
|
3741
|
+
],
|
|
3742
|
+
"events": [
|
|
3743
|
+
{
|
|
3744
|
+
"name": "tab.click",
|
|
3745
|
+
"detail": {
|
|
3746
|
+
"annotation": {
|
|
3747
|
+
"type": "reference",
|
|
3748
|
+
"typeName": {
|
|
3749
|
+
"type": "identifier",
|
|
3750
|
+
"name": "Tab"
|
|
3751
|
+
}
|
|
3752
|
+
}
|
|
3753
|
+
}
|
|
3754
|
+
}
|
|
3755
|
+
],
|
|
3756
|
+
"methods": [],
|
|
3757
|
+
"types": [
|
|
3758
|
+
{
|
|
3759
|
+
"type": "interface",
|
|
3760
|
+
"name": "Tab",
|
|
3761
|
+
"body": [
|
|
3762
|
+
{
|
|
3763
|
+
"type": "propertySignature",
|
|
3764
|
+
"key": {
|
|
3765
|
+
"type": "identifier",
|
|
3766
|
+
"name": "id"
|
|
3767
|
+
},
|
|
3768
|
+
"annotation": {
|
|
3769
|
+
"type": "keyword",
|
|
3770
|
+
"value": "string"
|
|
3771
|
+
},
|
|
3772
|
+
"computed": false
|
|
3773
|
+
},
|
|
3774
|
+
{
|
|
3775
|
+
"type": "propertySignature",
|
|
3776
|
+
"key": {
|
|
3777
|
+
"type": "identifier",
|
|
3778
|
+
"name": "label"
|
|
3779
|
+
},
|
|
3780
|
+
"annotation": {
|
|
3781
|
+
"type": "keyword",
|
|
3782
|
+
"value": "string"
|
|
3783
|
+
},
|
|
3784
|
+
"computed": false
|
|
3785
|
+
}
|
|
3786
|
+
]
|
|
3787
|
+
}
|
|
3788
|
+
]
|
|
3789
|
+
},
|
|
3540
3790
|
"ai-portal.elevo-sidebar": {
|
|
3541
3791
|
"properties": [
|
|
3542
3792
|
{
|
|
@@ -4713,6 +4963,89 @@
|
|
|
4713
4963
|
"value": "string"
|
|
4714
4964
|
},
|
|
4715
4965
|
"computed": false
|
|
4966
|
+
},
|
|
4967
|
+
{
|
|
4968
|
+
"type": "propertySignature",
|
|
4969
|
+
"key": {
|
|
4970
|
+
"type": "identifier",
|
|
4971
|
+
"name": "cmd"
|
|
4972
|
+
},
|
|
4973
|
+
"annotation": {
|
|
4974
|
+
"type": "reference",
|
|
4975
|
+
"typeName": {
|
|
4976
|
+
"type": "identifier",
|
|
4977
|
+
"name": "CommandPayload"
|
|
4978
|
+
}
|
|
4979
|
+
},
|
|
4980
|
+
"optional": true,
|
|
4981
|
+
"computed": false
|
|
4982
|
+
}
|
|
4983
|
+
]
|
|
4984
|
+
},
|
|
4985
|
+
{
|
|
4986
|
+
"type": "typeAlias",
|
|
4987
|
+
"name": "CommandPayload",
|
|
4988
|
+
"annotation": {
|
|
4989
|
+
"type": "reference",
|
|
4990
|
+
"typeName": {
|
|
4991
|
+
"type": "identifier",
|
|
4992
|
+
"name": "CommandPayloadServiceFlowStarting"
|
|
4993
|
+
}
|
|
4994
|
+
}
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"type": "interface",
|
|
4998
|
+
"name": "CommandPayloadServiceFlowStarting",
|
|
4999
|
+
"body": [
|
|
5000
|
+
{
|
|
5001
|
+
"type": "propertySignature",
|
|
5002
|
+
"key": {
|
|
5003
|
+
"type": "identifier",
|
|
5004
|
+
"name": "type"
|
|
5005
|
+
},
|
|
5006
|
+
"annotation": {
|
|
5007
|
+
"type": "jsLiteral",
|
|
5008
|
+
"value": "serviceFlowStarting"
|
|
5009
|
+
},
|
|
5010
|
+
"computed": false
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"type": "propertySignature",
|
|
5014
|
+
"key": {
|
|
5015
|
+
"type": "identifier",
|
|
5016
|
+
"name": "serviceFlowStarting"
|
|
5017
|
+
},
|
|
5018
|
+
"annotation": {
|
|
5019
|
+
"type": "typeLiteral",
|
|
5020
|
+
"members": [
|
|
5021
|
+
{
|
|
5022
|
+
"type": "propertySignature",
|
|
5023
|
+
"key": {
|
|
5024
|
+
"type": "identifier",
|
|
5025
|
+
"name": "spaceInstanceId"
|
|
5026
|
+
},
|
|
5027
|
+
"annotation": {
|
|
5028
|
+
"type": "keyword",
|
|
5029
|
+
"value": "string"
|
|
5030
|
+
},
|
|
5031
|
+
"computed": false
|
|
5032
|
+
},
|
|
5033
|
+
{
|
|
5034
|
+
"type": "propertySignature",
|
|
5035
|
+
"key": {
|
|
5036
|
+
"type": "identifier",
|
|
5037
|
+
"name": "flowInstanceId"
|
|
5038
|
+
},
|
|
5039
|
+
"annotation": {
|
|
5040
|
+
"type": "keyword",
|
|
5041
|
+
"value": "string"
|
|
5042
|
+
},
|
|
5043
|
+
"optional": true,
|
|
5044
|
+
"computed": false
|
|
5045
|
+
}
|
|
5046
|
+
]
|
|
5047
|
+
},
|
|
5048
|
+
"computed": false
|
|
4716
5049
|
}
|
|
4717
5050
|
]
|
|
4718
5051
|
},
|
|
@@ -5163,6 +5496,89 @@
|
|
|
5163
5496
|
"value": "string"
|
|
5164
5497
|
},
|
|
5165
5498
|
"computed": false
|
|
5499
|
+
},
|
|
5500
|
+
{
|
|
5501
|
+
"type": "propertySignature",
|
|
5502
|
+
"key": {
|
|
5503
|
+
"type": "identifier",
|
|
5504
|
+
"name": "cmd"
|
|
5505
|
+
},
|
|
5506
|
+
"annotation": {
|
|
5507
|
+
"type": "reference",
|
|
5508
|
+
"typeName": {
|
|
5509
|
+
"type": "identifier",
|
|
5510
|
+
"name": "CommandPayload"
|
|
5511
|
+
}
|
|
5512
|
+
},
|
|
5513
|
+
"optional": true,
|
|
5514
|
+
"computed": false
|
|
5515
|
+
}
|
|
5516
|
+
]
|
|
5517
|
+
},
|
|
5518
|
+
{
|
|
5519
|
+
"type": "typeAlias",
|
|
5520
|
+
"name": "CommandPayload",
|
|
5521
|
+
"annotation": {
|
|
5522
|
+
"type": "reference",
|
|
5523
|
+
"typeName": {
|
|
5524
|
+
"type": "identifier",
|
|
5525
|
+
"name": "CommandPayloadServiceFlowStarting"
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
},
|
|
5529
|
+
{
|
|
5530
|
+
"type": "interface",
|
|
5531
|
+
"name": "CommandPayloadServiceFlowStarting",
|
|
5532
|
+
"body": [
|
|
5533
|
+
{
|
|
5534
|
+
"type": "propertySignature",
|
|
5535
|
+
"key": {
|
|
5536
|
+
"type": "identifier",
|
|
5537
|
+
"name": "type"
|
|
5538
|
+
},
|
|
5539
|
+
"annotation": {
|
|
5540
|
+
"type": "jsLiteral",
|
|
5541
|
+
"value": "serviceFlowStarting"
|
|
5542
|
+
},
|
|
5543
|
+
"computed": false
|
|
5544
|
+
},
|
|
5545
|
+
{
|
|
5546
|
+
"type": "propertySignature",
|
|
5547
|
+
"key": {
|
|
5548
|
+
"type": "identifier",
|
|
5549
|
+
"name": "serviceFlowStarting"
|
|
5550
|
+
},
|
|
5551
|
+
"annotation": {
|
|
5552
|
+
"type": "typeLiteral",
|
|
5553
|
+
"members": [
|
|
5554
|
+
{
|
|
5555
|
+
"type": "propertySignature",
|
|
5556
|
+
"key": {
|
|
5557
|
+
"type": "identifier",
|
|
5558
|
+
"name": "spaceInstanceId"
|
|
5559
|
+
},
|
|
5560
|
+
"annotation": {
|
|
5561
|
+
"type": "keyword",
|
|
5562
|
+
"value": "string"
|
|
5563
|
+
},
|
|
5564
|
+
"computed": false
|
|
5565
|
+
},
|
|
5566
|
+
{
|
|
5567
|
+
"type": "propertySignature",
|
|
5568
|
+
"key": {
|
|
5569
|
+
"type": "identifier",
|
|
5570
|
+
"name": "flowInstanceId"
|
|
5571
|
+
},
|
|
5572
|
+
"annotation": {
|
|
5573
|
+
"type": "keyword",
|
|
5574
|
+
"value": "string"
|
|
5575
|
+
},
|
|
5576
|
+
"optional": true,
|
|
5577
|
+
"computed": false
|
|
5578
|
+
}
|
|
5579
|
+
]
|
|
5580
|
+
},
|
|
5581
|
+
"computed": false
|
|
5166
5582
|
}
|
|
5167
5583
|
]
|
|
5168
5584
|
},
|