@next-bricks/ai-portal 0.55.1 → 0.56.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.
Files changed (75) hide show
  1. package/dist/bricks.json +46 -38
  2. package/dist/chunks/1510.d022a470.js +2 -0
  3. package/dist/chunks/1510.d022a470.js.map +1 -0
  4. package/dist/chunks/6995.cb0a8137.js +2 -0
  5. package/dist/chunks/6995.cb0a8137.js.map +1 -0
  6. package/dist/chunks/7517.b5ed4e8e.js +2 -0
  7. package/dist/chunks/7517.b5ed4e8e.js.map +1 -0
  8. package/dist/chunks/9324.e514b672.js +2 -0
  9. package/dist/chunks/9324.e514b672.js.map +1 -0
  10. package/dist/chunks/{chat-stream.11c6ade7.js → chat-stream.24066a8e.js} +2 -2
  11. package/dist/chunks/{chat-stream.11c6ade7.js.map → chat-stream.24066a8e.js.map} +1 -1
  12. package/dist/chunks/{cruise-canvas.c494563b.js → cruise-canvas.eca7469a.js} +2 -2
  13. package/dist/chunks/{cruise-canvas.c494563b.js.map → cruise-canvas.eca7469a.js.map} +1 -1
  14. package/dist/chunks/{elevo-sidebar.bfad7500.js → elevo-sidebar.08aad53b.js} +3 -3
  15. package/dist/chunks/{elevo-sidebar.bfad7500.js.map → elevo-sidebar.08aad53b.js.map} +1 -1
  16. package/dist/chunks/{main.9f2b6ec7.js → main.0653045c.js} +2 -2
  17. package/dist/chunks/{main.9f2b6ec7.js.map → main.0653045c.js.map} +1 -1
  18. package/dist/chunks/running-flow.4b117f11.js +3 -0
  19. package/dist/chunks/running-flow.4b117f11.js.LICENSE.txt +5 -0
  20. package/dist/chunks/running-flow.4b117f11.js.map +1 -0
  21. package/dist/examples.json +26 -23
  22. package/dist/index.e11d54e9.js +2 -0
  23. package/dist/index.e11d54e9.js.map +1 -0
  24. package/dist/manifest.json +342 -316
  25. package/dist/types.json +1111 -933
  26. package/dist-types/bootstrap.d.ts +1 -0
  27. package/dist-types/chat-stream/Aside/Aside.d.ts +3 -3
  28. package/dist-types/chat-stream/Aside/FlowApp/FlowApp.d.ts +7 -0
  29. package/dist-types/chat-stream/Aside/FlowApp/i18n.d.ts +20 -0
  30. package/dist-types/chat-stream/AssistantMessage/AssistantMessage.d.ts +3 -5
  31. package/dist-types/chat-stream/NodeChunk/NodeChunk.d.ts +6 -0
  32. package/dist-types/chat-stream/NodeChunk/NodeJob.d.ts +6 -0
  33. package/dist-types/chat-stream/NodeChunk/getStateDisplay.d.ts +6 -0
  34. package/dist-types/chat-stream/StreamContext.d.ts +2 -1
  35. package/dist-types/chat-stream/i18n.d.ts +5 -1
  36. package/dist-types/chat-stream/interfaces.d.ts +25 -3
  37. package/dist-types/chat-stream/useConversationStream.d.ts +5 -5
  38. package/dist-types/cruise-canvas/NodeChunk/NodeChunk.d.ts +9 -0
  39. package/dist-types/cruise-canvas/i18n.d.ts +3 -1
  40. package/dist-types/cruise-canvas/interfaces.d.ts +13 -2
  41. package/dist-types/cruise-canvas/reducers/interfaces.d.ts +2 -1
  42. package/dist-types/cruise-canvas/reducers/serviceFlows.d.ts +4 -0
  43. package/dist-types/cruise-canvas/useConversationDetail.d.ts +1 -0
  44. package/dist-types/cruise-canvas/useConversationGraph.d.ts +3 -3
  45. package/dist-types/running-flow/formatDuration.d.ts +6 -0
  46. package/dist-types/running-flow/index.d.ts +34 -0
  47. package/dist-types/running-flow/index.spec.d.ts +1 -0
  48. package/dist-types/shared/RequestHumanAction/RequestHumanAction.d.ts +2 -1
  49. package/dist-types/shared/TaskContext.d.ts +6 -3
  50. package/dist-types/shared/bricks.d.ts +4 -0
  51. package/dist-types/shared/constants.d.ts +1 -0
  52. package/dist-types/shared/getFlatChunks.d.ts +3 -0
  53. package/dist-types/shared/getFlowOrActivityIcon.d.ts +3 -0
  54. package/dist-types/{cruise-canvas → shared}/getOrderedNodes.d.ts +2 -6
  55. package/dist-types/shared/getTaskTree.d.ts +10 -0
  56. package/dist-types/shared/interfaces.d.ts +61 -3
  57. package/dist-types/shared/useFlowAndActivityMap.d.ts +5 -0
  58. package/dist-types/shared/useFulfilledActiveDetail.d.ts +2 -0
  59. package/docs/running-flow.md +22 -0
  60. package/package.json +2 -2
  61. package/dist/chunks/1080.c0cb398b.js +0 -2
  62. package/dist/chunks/1080.c0cb398b.js.map +0 -1
  63. package/dist/chunks/2761.561a580a.js +0 -2
  64. package/dist/chunks/2761.561a580a.js.map +0 -1
  65. package/dist/chunks/3227.77ba4968.js +0 -2
  66. package/dist/chunks/3227.77ba4968.js.map +0 -1
  67. package/dist/chunks/8717.462ca5c9.js +0 -2
  68. package/dist/chunks/8717.462ca5c9.js.map +0 -1
  69. package/dist/index.fe56261d.js +0 -2
  70. package/dist/index.fe56261d.js.map +0 -1
  71. package/dist-types/chat-stream/NodeJob/NodeJob.d.ts +0 -7
  72. package/dist-types/cruise-canvas/getFlatOrderedJobs.d.ts +0 -11
  73. package/dist-types/cruise-canvas/getFlatOrderedJobs.spec.d.ts +0 -1
  74. /package/dist/chunks/{elevo-sidebar.bfad7500.js.LICENSE.txt → elevo-sidebar.08aad53b.js.LICENSE.txt} +0 -0
  75. /package/dist-types/{cruise-canvas → shared}/getOrderedNodes.spec.d.ts +0 -0
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
  {
@@ -194,92 +77,104 @@
194
77
  }
195
78
  ]
196
79
  },
197
- "ai-portal.call-tool": {
198
- "type": "provider",
199
- "params": [
80
+ "ai-portal.home-container": {
81
+ "properties": [
200
82
  {
201
- "name": "tool",
83
+ "name": "sticky",
202
84
  "annotation": {
203
- "type": "reference",
204
- "typeName": {
205
- "type": "identifier",
206
- "name": "ToolInfo"
207
- }
85
+ "type": "keyword",
86
+ "value": "boolean"
87
+ }
88
+ }
89
+ ],
90
+ "events": [],
91
+ "methods": []
92
+ },
93
+ "ai-portal.page-container": {
94
+ "properties": [
95
+ {
96
+ "name": "pageTitle",
97
+ "annotation": {
98
+ "type": "keyword",
99
+ "value": "string"
208
100
  }
209
101
  },
210
102
  {
211
- "name": "params",
103
+ "name": "breadcrumbs",
212
104
  "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
- ]
105
+ "type": "array",
106
+ "elementType": {
107
+ "type": "reference",
108
+ "typeName": {
109
+ "type": "identifier",
110
+ "name": "Breadcrumb"
111
+ }
230
112
  }
231
113
  }
232
- }
233
- ],
234
- "returns": {
235
- "annotation": {
236
- "type": "reference",
237
- "typeName": {
238
- "type": "identifier",
239
- "name": "Promise"
240
- },
241
- "typeParameters": {
242
- "type": "typeParameterInstantiation",
243
- "params": [
114
+ },
115
+ {
116
+ "name": "size",
117
+ "annotation": {
118
+ "type": "union",
119
+ "types": [
244
120
  {
245
- "type": "keyword",
246
- "value": "unknown"
121
+ "type": "jsLiteral",
122
+ "value": "medium"
123
+ },
124
+ {
125
+ "type": "jsLiteral",
126
+ "value": "small"
127
+ },
128
+ {
129
+ "type": "jsLiteral",
130
+ "value": "full"
247
131
  }
248
132
  ]
249
133
  }
250
- }
251
- }
252
- },
253
- "ai-portal.save-request-store": {
254
- "type": "provider",
255
- "params": [
134
+ },
256
135
  {
257
- "name": "value",
136
+ "name": "variant",
258
137
  "annotation": {
259
- "type": "reference",
260
- "typeName": {
261
- "type": "identifier",
262
- "name": "RequestStore"
263
- }
138
+ "type": "union",
139
+ "types": [
140
+ {
141
+ "type": "jsLiteral",
142
+ "value": "default"
143
+ },
144
+ {
145
+ "type": "jsLiteral",
146
+ "value": "form"
147
+ }
148
+ ]
149
+ }
150
+ },
151
+ {
152
+ "name": "sticky",
153
+ "annotation": {
154
+ "type": "keyword",
155
+ "value": "boolean"
156
+ }
157
+ },
158
+ {
159
+ "name": "textContent",
160
+ "annotation": {
161
+ "type": "keyword",
162
+ "value": "string"
264
163
  }
265
164
  }
266
165
  ],
267
- "returns": {
268
- "annotation": {
269
- "type": "keyword",
270
- "value": "void"
271
- }
272
- },
166
+ "events": [],
167
+ "methods": [],
273
168
  "types": [
274
169
  {
275
170
  "type": "interface",
276
- "name": "RequestStore",
171
+ "name": "Breadcrumb",
277
172
  "body": [
278
173
  {
279
174
  "type": "propertySignature",
280
175
  "key": {
281
176
  "type": "identifier",
282
- "name": "conversationId"
177
+ "name": "text"
283
178
  },
284
179
  "annotation": {
285
180
  "type": "keyword",
@@ -291,16 +186,261 @@
291
186
  "type": "propertySignature",
292
187
  "key": {
293
188
  "type": "identifier",
294
- "name": "content"
189
+ "name": "url"
295
190
  },
296
191
  "annotation": {
297
192
  "type": "keyword",
298
193
  "value": "string"
299
194
  },
300
195
  "computed": false
301
- },
302
- {
303
- "type": "propertySignature",
196
+ }
197
+ ]
198
+ }
199
+ ]
200
+ },
201
+ "ai-portal.tab-list": {
202
+ "properties": [
203
+ {
204
+ "name": "tabs",
205
+ "annotation": {
206
+ "type": "array",
207
+ "elementType": {
208
+ "type": "reference",
209
+ "typeName": {
210
+ "type": "identifier",
211
+ "name": "Tab"
212
+ }
213
+ }
214
+ }
215
+ },
216
+ {
217
+ "name": "activeTab",
218
+ "annotation": {
219
+ "type": "keyword",
220
+ "value": "string"
221
+ }
222
+ }
223
+ ],
224
+ "events": [
225
+ {
226
+ "name": "tab.click",
227
+ "detail": {
228
+ "annotation": {
229
+ "type": "reference",
230
+ "typeName": {
231
+ "type": "identifier",
232
+ "name": "Tab"
233
+ }
234
+ }
235
+ }
236
+ }
237
+ ],
238
+ "methods": [],
239
+ "types": [
240
+ {
241
+ "type": "interface",
242
+ "name": "Tab",
243
+ "body": [
244
+ {
245
+ "type": "propertySignature",
246
+ "key": {
247
+ "type": "identifier",
248
+ "name": "id"
249
+ },
250
+ "annotation": {
251
+ "type": "keyword",
252
+ "value": "string"
253
+ },
254
+ "computed": false
255
+ },
256
+ {
257
+ "type": "propertySignature",
258
+ "key": {
259
+ "type": "identifier",
260
+ "name": "label"
261
+ },
262
+ "annotation": {
263
+ "type": "keyword",
264
+ "value": "string"
265
+ },
266
+ "computed": false
267
+ }
268
+ ]
269
+ }
270
+ ]
271
+ },
272
+ "ai-portal.call-tool": {
273
+ "type": "provider",
274
+ "params": [
275
+ {
276
+ "name": "tool",
277
+ "annotation": {
278
+ "type": "reference",
279
+ "typeName": {
280
+ "type": "identifier",
281
+ "name": "ToolInfo"
282
+ }
283
+ }
284
+ },
285
+ {
286
+ "name": "params",
287
+ "annotation": {
288
+ "type": "reference",
289
+ "typeName": {
290
+ "type": "identifier",
291
+ "name": "Record"
292
+ },
293
+ "typeParameters": {
294
+ "type": "typeParameterInstantiation",
295
+ "params": [
296
+ {
297
+ "type": "keyword",
298
+ "value": "string"
299
+ },
300
+ {
301
+ "type": "keyword",
302
+ "value": "unknown"
303
+ }
304
+ ]
305
+ }
306
+ }
307
+ }
308
+ ],
309
+ "returns": {
310
+ "annotation": {
311
+ "type": "reference",
312
+ "typeName": {
313
+ "type": "identifier",
314
+ "name": "Promise"
315
+ },
316
+ "typeParameters": {
317
+ "type": "typeParameterInstantiation",
318
+ "params": [
319
+ {
320
+ "type": "keyword",
321
+ "value": "unknown"
322
+ }
323
+ ]
324
+ }
325
+ }
326
+ }
327
+ },
328
+ "ai-portal.set-chat-command": {
329
+ "type": "provider",
330
+ "params": [
331
+ {
332
+ "name": "command",
333
+ "annotation": {
334
+ "type": "union",
335
+ "types": [
336
+ {
337
+ "type": "reference",
338
+ "typeName": {
339
+ "type": "identifier",
340
+ "name": "ChatCommand"
341
+ }
342
+ },
343
+ {
344
+ "type": "keyword",
345
+ "value": "null"
346
+ }
347
+ ]
348
+ }
349
+ }
350
+ ],
351
+ "returns": {
352
+ "annotation": {
353
+ "type": "keyword",
354
+ "value": "void"
355
+ }
356
+ },
357
+ "types": [
358
+ {
359
+ "type": "interface",
360
+ "name": "ChatCommand",
361
+ "body": [
362
+ {
363
+ "type": "propertySignature",
364
+ "key": {
365
+ "type": "identifier",
366
+ "name": "command"
367
+ },
368
+ "annotation": {
369
+ "type": "keyword",
370
+ "value": "string"
371
+ },
372
+ "computed": false
373
+ },
374
+ {
375
+ "type": "propertySignature",
376
+ "key": {
377
+ "type": "identifier",
378
+ "name": "payload"
379
+ },
380
+ "annotation": {
381
+ "type": "reference",
382
+ "typeName": {
383
+ "type": "identifier",
384
+ "name": "CommandPayload"
385
+ }
386
+ },
387
+ "computed": false
388
+ }
389
+ ]
390
+ }
391
+ ]
392
+ },
393
+ "ai-portal.save-request-store": {
394
+ "type": "provider",
395
+ "params": [
396
+ {
397
+ "name": "value",
398
+ "annotation": {
399
+ "type": "reference",
400
+ "typeName": {
401
+ "type": "identifier",
402
+ "name": "RequestStore"
403
+ }
404
+ }
405
+ }
406
+ ],
407
+ "returns": {
408
+ "annotation": {
409
+ "type": "keyword",
410
+ "value": "void"
411
+ }
412
+ },
413
+ "types": [
414
+ {
415
+ "type": "interface",
416
+ "name": "RequestStore",
417
+ "body": [
418
+ {
419
+ "type": "propertySignature",
420
+ "key": {
421
+ "type": "identifier",
422
+ "name": "conversationId"
423
+ },
424
+ "annotation": {
425
+ "type": "keyword",
426
+ "value": "string"
427
+ },
428
+ "computed": false
429
+ },
430
+ {
431
+ "type": "propertySignature",
432
+ "key": {
433
+ "type": "identifier",
434
+ "name": "content"
435
+ },
436
+ "annotation": {
437
+ "type": "keyword",
438
+ "value": "string"
439
+ },
440
+ "computed": false
441
+ },
442
+ {
443
+ "type": "propertySignature",
304
444
  "key": {
305
445
  "type": "identifier",
306
446
  "name": "cmd"
@@ -585,164 +725,22 @@
585
725
  }
586
726
  }
587
727
  },
588
- "ai-portal.set-chat-command": {
589
- "type": "provider",
590
- "params": [
728
+ "ai-portal.stat-with-mini-chart": {
729
+ "properties": [
591
730
  {
592
- "name": "command",
593
- "annotation": {
594
- "type": "union",
595
- "types": [
596
- {
597
- "type": "reference",
598
- "typeName": {
599
- "type": "identifier",
600
- "name": "ChatCommand"
601
- }
602
- },
603
- {
604
- "type": "keyword",
605
- "value": "null"
606
- }
607
- ]
608
- }
609
- }
610
- ],
611
- "returns": {
612
- "annotation": {
613
- "type": "keyword",
614
- "value": "void"
615
- }
616
- },
617
- "types": [
618
- {
619
- "type": "interface",
620
- "name": "ChatCommand",
621
- "body": [
622
- {
623
- "type": "propertySignature",
624
- "key": {
625
- "type": "identifier",
626
- "name": "command"
627
- },
628
- "annotation": {
629
- "type": "keyword",
630
- "value": "string"
631
- },
632
- "computed": false
633
- },
634
- {
635
- "type": "propertySignature",
636
- "key": {
637
- "type": "identifier",
638
- "name": "payload"
639
- },
640
- "annotation": {
641
- "type": "reference",
642
- "typeName": {
643
- "type": "identifier",
644
- "name": "CommandPayload"
645
- }
646
- },
647
- "computed": false
648
- }
649
- ]
650
- }
651
- ]
652
- },
653
- "ai-portal.tab-list": {
654
- "properties": [
655
- {
656
- "name": "tabs",
657
- "annotation": {
658
- "type": "array",
659
- "elementType": {
660
- "type": "reference",
661
- "typeName": {
662
- "type": "identifier",
663
- "name": "Tab"
664
- }
665
- }
666
- }
667
- },
668
- {
669
- "name": "activeTab",
731
+ "name": "label",
670
732
  "annotation": {
671
733
  "type": "keyword",
672
734
  "value": "string"
673
735
  }
674
- }
675
- ],
676
- "events": [
677
- {
678
- "name": "tab.click",
679
- "detail": {
680
- "annotation": {
681
- "type": "reference",
682
- "typeName": {
683
- "type": "identifier",
684
- "name": "Tab"
685
- }
686
- }
687
- }
688
- }
689
- ],
690
- "methods": [],
691
- "types": [
692
- {
693
- "type": "interface",
694
- "name": "Tab",
695
- "body": [
696
- {
697
- "type": "propertySignature",
698
- "key": {
699
- "type": "identifier",
700
- "name": "id"
701
- },
702
- "annotation": {
703
- "type": "keyword",
704
- "value": "string"
705
- },
706
- "computed": false
707
- },
708
- {
709
- "type": "propertySignature",
710
- "key": {
711
- "type": "identifier",
712
- "name": "label"
713
- },
714
- "annotation": {
715
- "type": "keyword",
716
- "value": "string"
717
- },
718
- "computed": false
719
- }
720
- ]
721
- }
722
- ]
723
- },
724
- "ai-portal.page-container": {
725
- "properties": [
736
+ },
726
737
  {
727
- "name": "pageTitle",
738
+ "name": "value",
728
739
  "annotation": {
729
740
  "type": "keyword",
730
741
  "value": "string"
731
742
  }
732
743
  },
733
- {
734
- "name": "breadcrumbs",
735
- "annotation": {
736
- "type": "array",
737
- "elementType": {
738
- "type": "reference",
739
- "typeName": {
740
- "type": "identifier",
741
- "name": "Breadcrumb"
742
- }
743
- }
744
- }
745
- },
746
744
  {
747
745
  "name": "size",
748
746
  "annotation": {
@@ -755,79 +753,81 @@
755
753
  {
756
754
  "type": "jsLiteral",
757
755
  "value": "small"
758
- },
759
- {
760
- "type": "jsLiteral",
761
- "value": "full"
762
756
  }
763
757
  ]
764
758
  }
765
759
  },
766
760
  {
767
- "name": "variant",
761
+ "name": "lineColor",
768
762
  "annotation": {
769
- "type": "union",
770
- "types": [
771
- {
772
- "type": "jsLiteral",
773
- "value": "default"
774
- },
775
- {
776
- "type": "jsLiteral",
777
- "value": "form"
778
- }
779
- ]
763
+ "type": "keyword",
764
+ "value": "string"
780
765
  }
781
766
  },
782
767
  {
783
- "name": "sticky",
768
+ "name": "showArea",
784
769
  "annotation": {
785
770
  "type": "keyword",
786
771
  "value": "boolean"
787
772
  }
788
773
  },
789
774
  {
790
- "name": "textContent",
775
+ "name": "min",
776
+ "annotation": {
777
+ "type": "keyword",
778
+ "value": "number"
779
+ }
780
+ },
781
+ {
782
+ "name": "max",
783
+ "annotation": {
784
+ "type": "keyword",
785
+ "value": "number"
786
+ }
787
+ },
788
+ {
789
+ "name": "xField",
791
790
  "annotation": {
792
791
  "type": "keyword",
793
792
  "value": "string"
794
793
  }
795
- }
796
- ],
797
- "events": [],
798
- "methods": [],
799
- "types": [
794
+ },
800
795
  {
801
- "type": "interface",
802
- "name": "Breadcrumb",
803
- "body": [
804
- {
805
- "type": "propertySignature",
806
- "key": {
807
- "type": "identifier",
808
- "name": "text"
809
- },
810
- "annotation": {
811
- "type": "keyword",
812
- "value": "string"
813
- },
814
- "computed": false
815
- },
816
- {
817
- "type": "propertySignature",
818
- "key": {
796
+ "name": "yField",
797
+ "annotation": {
798
+ "type": "keyword",
799
+ "value": "string"
800
+ }
801
+ },
802
+ {
803
+ "name": "data",
804
+ "annotation": {
805
+ "type": "array",
806
+ "elementType": {
807
+ "type": "reference",
808
+ "typeName": {
819
809
  "type": "identifier",
820
- "name": "url"
821
- },
822
- "annotation": {
823
- "type": "keyword",
824
- "value": "string"
810
+ "name": "Record"
825
811
  },
826
- "computed": false
812
+ "typeParameters": {
813
+ "type": "typeParameterInstantiation",
814
+ "params": [
815
+ {
816
+ "type": "keyword",
817
+ "value": "string"
818
+ },
819
+ {
820
+ "type": "keyword",
821
+ "value": "number"
822
+ }
823
+ ]
824
+ }
827
825
  }
828
- ]
826
+ }
829
827
  }
830
- ]
828
+ ],
829
+ "events": [],
830
+ "methods": []
831
831
  },
832
832
  "ai-portal.elevo-logo": {
833
833
  "properties": [],
@@ -884,55 +884,13 @@
884
884
  }
885
885
  ]
886
886
  },
887
- "ai-portal.sticky-container": {
887
+ "ai-portal.elevo-card": {
888
888
  "properties": [
889
889
  {
890
- "name": "variant",
890
+ "name": "cardTitle",
891
891
  "annotation": {
892
- "type": "reference",
893
- "typeName": {
894
- "type": "identifier",
895
- "name": "StickyContainerVariant"
896
- }
897
- }
898
- },
899
- {
900
- "name": "textContent",
901
- "annotation": {
902
- "type": "keyword",
903
- "value": "string"
904
- }
905
- }
906
- ],
907
- "events": [],
908
- "methods": [],
909
- "types": [
910
- {
911
- "type": "typeAlias",
912
- "name": "StickyContainerVariant",
913
- "annotation": {
914
- "type": "union",
915
- "types": [
916
- {
917
- "type": "jsLiteral",
918
- "value": "default"
919
- },
920
- {
921
- "type": "jsLiteral",
922
- "value": "home"
923
- }
924
- ]
925
- }
926
- }
927
- ]
928
- },
929
- "ai-portal.elevo-card": {
930
- "properties": [
931
- {
932
- "name": "cardTitle",
933
- "annotation": {
934
- "type": "keyword",
935
- "value": "string"
892
+ "type": "keyword",
893
+ "value": "string"
936
894
  }
937
895
  },
938
896
  {
@@ -988,6 +946,48 @@
988
946
  "events": [],
989
947
  "methods": []
990
948
  },
949
+ "ai-portal.sticky-container": {
950
+ "properties": [
951
+ {
952
+ "name": "variant",
953
+ "annotation": {
954
+ "type": "reference",
955
+ "typeName": {
956
+ "type": "identifier",
957
+ "name": "StickyContainerVariant"
958
+ }
959
+ }
960
+ },
961
+ {
962
+ "name": "textContent",
963
+ "annotation": {
964
+ "type": "keyword",
965
+ "value": "string"
966
+ }
967
+ }
968
+ ],
969
+ "events": [],
970
+ "methods": [],
971
+ "types": [
972
+ {
973
+ "type": "typeAlias",
974
+ "name": "StickyContainerVariant",
975
+ "annotation": {
976
+ "type": "union",
977
+ "types": [
978
+ {
979
+ "type": "jsLiteral",
980
+ "value": "default"
981
+ },
982
+ {
983
+ "type": "jsLiteral",
984
+ "value": "home"
985
+ }
986
+ ]
987
+ }
988
+ }
989
+ ]
990
+ },
991
991
  "ai-portal.project-knowledges": {
992
992
  "properties": [
993
993
  {
@@ -1158,101 +1158,6 @@
1158
1158
  }
1159
1159
  ]
1160
1160
  },
1161
- "ai-portal.show-cases": {
1162
- "properties": [
1163
- {
1164
- "name": "list",
1165
- "annotation": {
1166
- "type": "array",
1167
- "elementType": {
1168
- "type": "reference",
1169
- "typeName": {
1170
- "type": "identifier",
1171
- "name": "ShowCaseType"
1172
- }
1173
- }
1174
- }
1175
- },
1176
- {
1177
- "name": "limit",
1178
- "annotation": {
1179
- "type": "keyword",
1180
- "value": "number"
1181
- }
1182
- }
1183
- ],
1184
- "events": [],
1185
- "methods": [],
1186
- "types": [
1187
- {
1188
- "type": "interface",
1189
- "name": "ShowCaseType",
1190
- "body": [
1191
- {
1192
- "type": "propertySignature",
1193
- "key": {
1194
- "type": "identifier",
1195
- "name": "conversationId"
1196
- },
1197
- "annotation": {
1198
- "type": "keyword",
1199
- "value": "string"
1200
- },
1201
- "computed": false
1202
- },
1203
- {
1204
- "type": "propertySignature",
1205
- "key": {
1206
- "type": "identifier",
1207
- "name": "title"
1208
- },
1209
- "annotation": {
1210
- "type": "keyword",
1211
- "value": "string"
1212
- },
1213
- "computed": false
1214
- },
1215
- {
1216
- "type": "propertySignature",
1217
- "key": {
1218
- "type": "identifier",
1219
- "name": "summary"
1220
- },
1221
- "annotation": {
1222
- "type": "keyword",
1223
- "value": "string"
1224
- },
1225
- "computed": false
1226
- },
1227
- {
1228
- "type": "propertySignature",
1229
- "key": {
1230
- "type": "identifier",
1231
- "name": "scenario"
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": "url"
1244
- },
1245
- "annotation": {
1246
- "type": "keyword",
1247
- "value": "string"
1248
- },
1249
- "optional": true,
1250
- "computed": false
1251
- }
1252
- ]
1253
- }
1254
- ]
1255
- },
1256
1161
  "ai-portal.mcp-tools": {
1257
1162
  "properties": [
1258
1163
  {
@@ -1384,7 +1289,7 @@
1384
1289
  }
1385
1290
  ]
1386
1291
  },
1387
- "ai-portal.ai-employees": {
1292
+ "ai-portal.show-cases": {
1388
1293
  "properties": [
1389
1294
  {
1390
1295
  "name": "list",
@@ -1394,33 +1299,16 @@
1394
1299
  "type": "reference",
1395
1300
  "typeName": {
1396
1301
  "type": "identifier",
1397
- "name": "Employee"
1302
+ "name": "ShowCaseType"
1398
1303
  }
1399
1304
  }
1400
1305
  }
1401
1306
  },
1402
1307
  {
1403
- "name": "industries",
1404
- "annotation": {
1405
- "type": "array",
1406
- "elementType": {
1407
- "type": "keyword",
1408
- "value": "string"
1409
- }
1410
- }
1411
- },
1412
- {
1413
- "name": "urlTemplate",
1414
- "annotation": {
1415
- "type": "keyword",
1416
- "value": "string"
1417
- }
1418
- },
1419
- {
1420
- "name": "withContainer",
1308
+ "name": "limit",
1421
1309
  "annotation": {
1422
1310
  "type": "keyword",
1423
- "value": "boolean"
1311
+ "value": "number"
1424
1312
  }
1425
1313
  }
1426
1314
  ],
@@ -1429,13 +1317,13 @@
1429
1317
  "types": [
1430
1318
  {
1431
1319
  "type": "interface",
1432
- "name": "Employee",
1320
+ "name": "ShowCaseType",
1433
1321
  "body": [
1434
1322
  {
1435
1323
  "type": "propertySignature",
1436
1324
  "key": {
1437
1325
  "type": "identifier",
1438
- "name": "name"
1326
+ "name": "conversationId"
1439
1327
  },
1440
1328
  "annotation": {
1441
1329
  "type": "keyword",
@@ -1447,7 +1335,7 @@
1447
1335
  "type": "propertySignature",
1448
1336
  "key": {
1449
1337
  "type": "identifier",
1450
- "name": "industry"
1338
+ "name": "title"
1451
1339
  },
1452
1340
  "annotation": {
1453
1341
  "type": "keyword",
@@ -1459,7 +1347,7 @@
1459
1347
  "type": "propertySignature",
1460
1348
  "key": {
1461
1349
  "type": "identifier",
1462
- "name": "role"
1350
+ "name": "summary"
1463
1351
  },
1464
1352
  "annotation": {
1465
1353
  "type": "keyword",
@@ -1471,7 +1359,7 @@
1471
1359
  "type": "propertySignature",
1472
1360
  "key": {
1473
1361
  "type": "identifier",
1474
- "name": "description"
1362
+ "name": "scenario"
1475
1363
  },
1476
1364
  "annotation": {
1477
1365
  "type": "keyword",
@@ -1483,7 +1371,7 @@
1483
1371
  "type": "propertySignature",
1484
1372
  "key": {
1485
1373
  "type": "identifier",
1486
- "name": "avatar"
1374
+ "name": "url"
1487
1375
  },
1488
1376
  "annotation": {
1489
1377
  "type": "keyword",
@@ -1593,62 +1481,174 @@
1593
1481
  }
1594
1482
  ]
1595
1483
  },
1596
- "ai-portal.dropdown-select": {
1484
+ "ai-portal.ai-employees": {
1597
1485
  "properties": [
1598
1486
  {
1599
- "name": "value",
1600
- "annotation": {
1601
- "type": "keyword",
1602
- "value": "string"
1603
- }
1604
- },
1605
- {
1606
- "name": "options",
1487
+ "name": "list",
1607
1488
  "annotation": {
1608
1489
  "type": "array",
1609
1490
  "elementType": {
1610
1491
  "type": "reference",
1611
1492
  "typeName": {
1612
1493
  "type": "identifier",
1613
- "name": "DropdownOptions"
1494
+ "name": "Employee"
1614
1495
  }
1615
1496
  }
1616
1497
  }
1617
1498
  },
1618
1499
  {
1619
- "name": "labelMaxWidth",
1500
+ "name": "industries",
1620
1501
  "annotation": {
1621
- "type": "union",
1622
- "types": [
1623
- {
1624
- "type": "keyword",
1625
- "value": "string"
1626
- },
1627
- {
1628
- "type": "keyword",
1629
- "value": "number"
1630
- }
1631
- ]
1502
+ "type": "array",
1503
+ "elementType": {
1504
+ "type": "keyword",
1505
+ "value": "string"
1506
+ }
1632
1507
  }
1633
1508
  },
1634
1509
  {
1635
- "name": "loading",
1510
+ "name": "urlTemplate",
1636
1511
  "annotation": {
1637
1512
  "type": "keyword",
1638
- "value": "boolean"
1513
+ "value": "string"
1639
1514
  }
1640
1515
  },
1641
1516
  {
1642
- "name": "searchPlaceholder",
1517
+ "name": "withContainer",
1643
1518
  "annotation": {
1644
1519
  "type": "keyword",
1645
- "value": "string"
1520
+ "value": "boolean"
1646
1521
  }
1647
- },
1648
- {
1649
- "name": "dropdownContentStyle",
1650
- "annotation": {
1651
- "type": "reference",
1522
+ }
1523
+ ],
1524
+ "events": [],
1525
+ "methods": [],
1526
+ "types": [
1527
+ {
1528
+ "type": "interface",
1529
+ "name": "Employee",
1530
+ "body": [
1531
+ {
1532
+ "type": "propertySignature",
1533
+ "key": {
1534
+ "type": "identifier",
1535
+ "name": "name"
1536
+ },
1537
+ "annotation": {
1538
+ "type": "keyword",
1539
+ "value": "string"
1540
+ },
1541
+ "computed": false
1542
+ },
1543
+ {
1544
+ "type": "propertySignature",
1545
+ "key": {
1546
+ "type": "identifier",
1547
+ "name": "industry"
1548
+ },
1549
+ "annotation": {
1550
+ "type": "keyword",
1551
+ "value": "string"
1552
+ },
1553
+ "computed": false
1554
+ },
1555
+ {
1556
+ "type": "propertySignature",
1557
+ "key": {
1558
+ "type": "identifier",
1559
+ "name": "role"
1560
+ },
1561
+ "annotation": {
1562
+ "type": "keyword",
1563
+ "value": "string"
1564
+ },
1565
+ "computed": false
1566
+ },
1567
+ {
1568
+ "type": "propertySignature",
1569
+ "key": {
1570
+ "type": "identifier",
1571
+ "name": "description"
1572
+ },
1573
+ "annotation": {
1574
+ "type": "keyword",
1575
+ "value": "string"
1576
+ },
1577
+ "computed": false
1578
+ },
1579
+ {
1580
+ "type": "propertySignature",
1581
+ "key": {
1582
+ "type": "identifier",
1583
+ "name": "avatar"
1584
+ },
1585
+ "annotation": {
1586
+ "type": "keyword",
1587
+ "value": "string"
1588
+ },
1589
+ "optional": true,
1590
+ "computed": false
1591
+ }
1592
+ ]
1593
+ }
1594
+ ]
1595
+ },
1596
+ "ai-portal.dropdown-select": {
1597
+ "properties": [
1598
+ {
1599
+ "name": "value",
1600
+ "annotation": {
1601
+ "type": "keyword",
1602
+ "value": "string"
1603
+ }
1604
+ },
1605
+ {
1606
+ "name": "options",
1607
+ "annotation": {
1608
+ "type": "array",
1609
+ "elementType": {
1610
+ "type": "reference",
1611
+ "typeName": {
1612
+ "type": "identifier",
1613
+ "name": "DropdownOptions"
1614
+ }
1615
+ }
1616
+ }
1617
+ },
1618
+ {
1619
+ "name": "labelMaxWidth",
1620
+ "annotation": {
1621
+ "type": "union",
1622
+ "types": [
1623
+ {
1624
+ "type": "keyword",
1625
+ "value": "string"
1626
+ },
1627
+ {
1628
+ "type": "keyword",
1629
+ "value": "number"
1630
+ }
1631
+ ]
1632
+ }
1633
+ },
1634
+ {
1635
+ "name": "loading",
1636
+ "annotation": {
1637
+ "type": "keyword",
1638
+ "value": "boolean"
1639
+ }
1640
+ },
1641
+ {
1642
+ "name": "searchPlaceholder",
1643
+ "annotation": {
1644
+ "type": "keyword",
1645
+ "value": "string"
1646
+ }
1647
+ },
1648
+ {
1649
+ "name": "dropdownContentStyle",
1650
+ "annotation": {
1651
+ "type": "reference",
1652
1652
  "typeName": {
1653
1653
  "type": "qualifiedName",
1654
1654
  "left": {
@@ -1900,7 +1900,7 @@
1900
1900
  }
1901
1901
  ]
1902
1902
  },
1903
- "ai-portal.project-conversations": {
1903
+ "ai-portal.activity-timeline": {
1904
1904
  "properties": [
1905
1905
  {
1906
1906
  "name": "list",
@@ -1910,322 +1910,96 @@
1910
1910
  "type": "reference",
1911
1911
  "typeName": {
1912
1912
  "type": "identifier",
1913
- "name": "Conversation"
1913
+ "name": "Activity"
1914
1914
  }
1915
1915
  }
1916
1916
  }
1917
1917
  },
1918
1918
  {
1919
- "name": "urlTemplate",
1919
+ "name": "chatUrlTemplate",
1920
1920
  "annotation": {
1921
1921
  "type": "keyword",
1922
1922
  "value": "string"
1923
1923
  }
1924
- },
1925
- {
1926
- "name": "actions",
1927
- "annotation": {
1928
- "type": "array",
1929
- "elementType": {
1930
- "type": "reference",
1931
- "typeName": {
1932
- "type": "identifier",
1933
- "name": "ActionType"
1934
- }
1935
- }
1936
- }
1937
- },
1938
- {
1939
- "name": "goals",
1940
- "annotation": {
1941
- "type": "array",
1942
- "elementType": {
1943
- "type": "reference",
1944
- "typeName": {
1945
- "type": "identifier",
1946
- "name": "Goal"
1947
- }
1948
- }
1949
- }
1950
1924
  }
1951
1925
  ],
1952
- "events": [
1926
+ "events": [],
1927
+ "methods": [],
1928
+ "types": [
1953
1929
  {
1954
- "name": "goal.click",
1955
- "detail": {
1956
- "annotation": {
1957
- "type": "reference",
1958
- "typeName": {
1959
- "type": "identifier",
1960
- "name": "Conversation"
1930
+ "type": "typeAlias",
1931
+ "name": "Activity",
1932
+ "annotation": {
1933
+ "type": "union",
1934
+ "types": [
1935
+ {
1936
+ "type": "reference",
1937
+ "typeName": {
1938
+ "type": "identifier",
1939
+ "name": "ActivityOfCreateGoal"
1940
+ }
1941
+ },
1942
+ {
1943
+ "type": "reference",
1944
+ "typeName": {
1945
+ "type": "identifier",
1946
+ "name": "ActivityOfEditGoal"
1947
+ }
1948
+ },
1949
+ {
1950
+ "type": "reference",
1951
+ "typeName": {
1952
+ "type": "identifier",
1953
+ "name": "ActivityOfDeleteGoal"
1954
+ }
1955
+ },
1956
+ {
1957
+ "type": "reference",
1958
+ "typeName": {
1959
+ "type": "identifier",
1960
+ "name": "ActivityOfDecomposeGoals"
1961
+ }
1962
+ },
1963
+ {
1964
+ "type": "reference",
1965
+ "typeName": {
1966
+ "type": "identifier",
1967
+ "name": "ActivityOfAlterOwner"
1968
+ }
1969
+ },
1970
+ {
1971
+ "type": "reference",
1972
+ "typeName": {
1973
+ "type": "identifier",
1974
+ "name": "ActivityOfAlterUser"
1975
+ }
1976
+ },
1977
+ {
1978
+ "type": "reference",
1979
+ "typeName": {
1980
+ "type": "identifier",
1981
+ "name": "ActivityOfAddComment"
1982
+ }
1983
+ },
1984
+ {
1985
+ "type": "reference",
1986
+ "typeName": {
1987
+ "type": "identifier",
1988
+ "name": "ActivityOfStartConversation"
1989
+ }
1961
1990
  }
1962
- }
1991
+ ]
1963
1992
  }
1964
1993
  },
1965
- {
1966
- "name": "action.click",
1967
- "detail": {
1968
- "annotation": {
1969
- "type": "reference",
1970
- "typeName": {
1971
- "type": "identifier",
1972
- "name": "ActionClickDetail"
1973
- }
1974
- }
1975
- }
1976
- }
1977
- ],
1978
- "methods": [],
1979
- "types": [
1980
1994
  {
1981
1995
  "type": "interface",
1982
- "name": "Conversation",
1996
+ "name": "ActivityOfCreateGoal",
1983
1997
  "body": [
1984
1998
  {
1985
1999
  "type": "propertySignature",
1986
2000
  "key": {
1987
2001
  "type": "identifier",
1988
- "name": "conversationId"
1989
- },
1990
- "annotation": {
1991
- "type": "keyword",
1992
- "value": "string"
1993
- },
1994
- "computed": false
1995
- },
1996
- {
1997
- "type": "propertySignature",
1998
- "key": {
1999
- "type": "identifier",
2000
- "name": "title"
2001
- },
2002
- "annotation": {
2003
- "type": "keyword",
2004
- "value": "string"
2005
- },
2006
- "computed": false
2007
- },
2008
- {
2009
- "type": "propertySignature",
2010
- "key": {
2011
- "type": "identifier",
2012
- "name": "startTime"
2013
- },
2014
- "annotation": {
2015
- "type": "keyword",
2016
- "value": "number"
2017
- },
2018
- "computed": false
2019
- },
2020
- {
2021
- "type": "propertySignature",
2022
- "key": {
2023
- "type": "identifier",
2024
- "name": "description"
2025
- },
2026
- "annotation": {
2027
- "type": "keyword",
2028
- "value": "string"
2029
- },
2030
- "optional": true,
2031
- "computed": false
2032
- },
2033
- {
2034
- "type": "propertySignature",
2035
- "key": {
2036
- "type": "identifier",
2037
- "name": "goalInstanceId"
2038
- },
2039
- "annotation": {
2040
- "type": "keyword",
2041
- "value": "string"
2042
- },
2043
- "optional": true,
2044
- "computed": false
2045
- },
2046
- {
2047
- "type": "propertySignature",
2048
- "key": {
2049
- "type": "identifier",
2050
- "name": "username"
2051
- },
2052
- "annotation": {
2053
- "type": "keyword",
2054
- "value": "string"
2055
- },
2056
- "optional": true,
2057
- "computed": false
2058
- }
2059
- ]
2060
- },
2061
- {
2062
- "type": "interface",
2063
- "name": "Goal",
2064
- "body": [
2065
- {
2066
- "type": "propertySignature",
2067
- "key": {
2068
- "type": "identifier",
2069
- "name": "instanceId"
2070
- },
2071
- "annotation": {
2072
- "type": "keyword",
2073
- "value": "string"
2074
- },
2075
- "computed": false
2076
- },
2077
- {
2078
- "type": "propertySignature",
2079
- "key": {
2080
- "type": "identifier",
2081
- "name": "title"
2082
- },
2083
- "annotation": {
2084
- "type": "keyword",
2085
- "value": "string"
2086
- },
2087
- "computed": false
2088
- }
2089
- ]
2090
- },
2091
- {
2092
- "type": "interface",
2093
- "name": "ActionClickDetail",
2094
- "body": [
2095
- {
2096
- "type": "propertySignature",
2097
- "key": {
2098
- "type": "identifier",
2099
- "name": "action"
2100
- },
2101
- "annotation": {
2102
- "type": "reference",
2103
- "typeName": {
2104
- "type": "identifier",
2105
- "name": "SimpleActionType"
2106
- }
2107
- },
2108
- "computed": false
2109
- },
2110
- {
2111
- "type": "propertySignature",
2112
- "key": {
2113
- "type": "identifier",
2114
- "name": "item"
2115
- },
2116
- "annotation": {
2117
- "type": "reference",
2118
- "typeName": {
2119
- "type": "identifier",
2120
- "name": "Conversation"
2121
- }
2122
- },
2123
- "computed": false
2124
- }
2125
- ]
2126
- }
2127
- ]
2128
- },
2129
- "ai-portal.activity-timeline": {
2130
- "properties": [
2131
- {
2132
- "name": "list",
2133
- "annotation": {
2134
- "type": "array",
2135
- "elementType": {
2136
- "type": "reference",
2137
- "typeName": {
2138
- "type": "identifier",
2139
- "name": "Activity"
2140
- }
2141
- }
2142
- }
2143
- },
2144
- {
2145
- "name": "chatUrlTemplate",
2146
- "annotation": {
2147
- "type": "keyword",
2148
- "value": "string"
2149
- }
2150
- }
2151
- ],
2152
- "events": [],
2153
- "methods": [],
2154
- "types": [
2155
- {
2156
- "type": "typeAlias",
2157
- "name": "Activity",
2158
- "annotation": {
2159
- "type": "union",
2160
- "types": [
2161
- {
2162
- "type": "reference",
2163
- "typeName": {
2164
- "type": "identifier",
2165
- "name": "ActivityOfCreateGoal"
2166
- }
2167
- },
2168
- {
2169
- "type": "reference",
2170
- "typeName": {
2171
- "type": "identifier",
2172
- "name": "ActivityOfEditGoal"
2173
- }
2174
- },
2175
- {
2176
- "type": "reference",
2177
- "typeName": {
2178
- "type": "identifier",
2179
- "name": "ActivityOfDeleteGoal"
2180
- }
2181
- },
2182
- {
2183
- "type": "reference",
2184
- "typeName": {
2185
- "type": "identifier",
2186
- "name": "ActivityOfDecomposeGoals"
2187
- }
2188
- },
2189
- {
2190
- "type": "reference",
2191
- "typeName": {
2192
- "type": "identifier",
2193
- "name": "ActivityOfAlterOwner"
2194
- }
2195
- },
2196
- {
2197
- "type": "reference",
2198
- "typeName": {
2199
- "type": "identifier",
2200
- "name": "ActivityOfAlterUser"
2201
- }
2202
- },
2203
- {
2204
- "type": "reference",
2205
- "typeName": {
2206
- "type": "identifier",
2207
- "name": "ActivityOfAddComment"
2208
- }
2209
- },
2210
- {
2211
- "type": "reference",
2212
- "typeName": {
2213
- "type": "identifier",
2214
- "name": "ActivityOfStartConversation"
2215
- }
2216
- }
2217
- ]
2218
- }
2219
- },
2220
- {
2221
- "type": "interface",
2222
- "name": "ActivityOfCreateGoal",
2223
- "body": [
2224
- {
2225
- "type": "propertySignature",
2226
- "key": {
2227
- "type": "identifier",
2228
- "name": "action_type"
2002
+ "name": "action_type"
2229
2003
  },
2230
2004
  "annotation": {
2231
2005
  "type": "jsLiteral",
@@ -3009,31 +2783,301 @@
3009
2783
  ]
3010
2784
  },
3011
2785
  "computed": false
3012
- }
3013
- ],
3014
- "extends": [
2786
+ }
2787
+ ],
2788
+ "extends": [
2789
+ {
2790
+ "type": "expressionWithTypeArguments",
2791
+ "expression": {
2792
+ "type": "identifier",
2793
+ "name": "ActivityBase"
2794
+ }
2795
+ }
2796
+ ]
2797
+ },
2798
+ {
2799
+ "type": "interface",
2800
+ "name": "ActivityOfStartConversation",
2801
+ "body": [
2802
+ {
2803
+ "type": "propertySignature",
2804
+ "key": {
2805
+ "type": "identifier",
2806
+ "name": "action_type"
2807
+ },
2808
+ "annotation": {
2809
+ "type": "jsLiteral",
2810
+ "value": "start_conversation"
2811
+ },
2812
+ "computed": false
2813
+ },
2814
+ {
2815
+ "type": "propertySignature",
2816
+ "key": {
2817
+ "type": "identifier",
2818
+ "name": "metadata"
2819
+ },
2820
+ "annotation": {
2821
+ "type": "typeLiteral",
2822
+ "members": [
2823
+ {
2824
+ "type": "propertySignature",
2825
+ "key": {
2826
+ "type": "identifier",
2827
+ "name": "conversation_id"
2828
+ },
2829
+ "annotation": {
2830
+ "type": "keyword",
2831
+ "value": "string"
2832
+ },
2833
+ "computed": false
2834
+ },
2835
+ {
2836
+ "type": "propertySignature",
2837
+ "key": {
2838
+ "type": "identifier",
2839
+ "name": "conversation_title"
2840
+ },
2841
+ "annotation": {
2842
+ "type": "keyword",
2843
+ "value": "string"
2844
+ },
2845
+ "computed": false
2846
+ },
2847
+ {
2848
+ "type": "propertySignature",
2849
+ "key": {
2850
+ "type": "identifier",
2851
+ "name": "conversation_description"
2852
+ },
2853
+ "annotation": {
2854
+ "type": "keyword",
2855
+ "value": "string"
2856
+ },
2857
+ "optional": true,
2858
+ "computed": false
2859
+ }
2860
+ ]
2861
+ },
2862
+ "computed": false
2863
+ }
2864
+ ],
2865
+ "extends": [
2866
+ {
2867
+ "type": "expressionWithTypeArguments",
2868
+ "expression": {
2869
+ "type": "identifier",
2870
+ "name": "ActivityBase"
2871
+ }
2872
+ }
2873
+ ]
2874
+ }
2875
+ ]
2876
+ },
2877
+ "ai-portal.project-conversations": {
2878
+ "properties": [
2879
+ {
2880
+ "name": "list",
2881
+ "annotation": {
2882
+ "type": "array",
2883
+ "elementType": {
2884
+ "type": "reference",
2885
+ "typeName": {
2886
+ "type": "identifier",
2887
+ "name": "Conversation"
2888
+ }
2889
+ }
2890
+ }
2891
+ },
2892
+ {
2893
+ "name": "urlTemplate",
2894
+ "annotation": {
2895
+ "type": "keyword",
2896
+ "value": "string"
2897
+ }
2898
+ },
2899
+ {
2900
+ "name": "actions",
2901
+ "annotation": {
2902
+ "type": "array",
2903
+ "elementType": {
2904
+ "type": "reference",
2905
+ "typeName": {
2906
+ "type": "identifier",
2907
+ "name": "ActionType"
2908
+ }
2909
+ }
2910
+ }
2911
+ },
2912
+ {
2913
+ "name": "goals",
2914
+ "annotation": {
2915
+ "type": "array",
2916
+ "elementType": {
2917
+ "type": "reference",
2918
+ "typeName": {
2919
+ "type": "identifier",
2920
+ "name": "Goal"
2921
+ }
2922
+ }
2923
+ }
2924
+ }
2925
+ ],
2926
+ "events": [
2927
+ {
2928
+ "name": "goal.click",
2929
+ "detail": {
2930
+ "annotation": {
2931
+ "type": "reference",
2932
+ "typeName": {
2933
+ "type": "identifier",
2934
+ "name": "Conversation"
2935
+ }
2936
+ }
2937
+ }
2938
+ },
2939
+ {
2940
+ "name": "action.click",
2941
+ "detail": {
2942
+ "annotation": {
2943
+ "type": "reference",
2944
+ "typeName": {
2945
+ "type": "identifier",
2946
+ "name": "ActionClickDetail"
2947
+ }
2948
+ }
2949
+ }
2950
+ }
2951
+ ],
2952
+ "methods": [],
2953
+ "types": [
2954
+ {
2955
+ "type": "interface",
2956
+ "name": "Conversation",
2957
+ "body": [
2958
+ {
2959
+ "type": "propertySignature",
2960
+ "key": {
2961
+ "type": "identifier",
2962
+ "name": "conversationId"
2963
+ },
2964
+ "annotation": {
2965
+ "type": "keyword",
2966
+ "value": "string"
2967
+ },
2968
+ "computed": false
2969
+ },
2970
+ {
2971
+ "type": "propertySignature",
2972
+ "key": {
2973
+ "type": "identifier",
2974
+ "name": "title"
2975
+ },
2976
+ "annotation": {
2977
+ "type": "keyword",
2978
+ "value": "string"
2979
+ },
2980
+ "computed": false
2981
+ },
2982
+ {
2983
+ "type": "propertySignature",
2984
+ "key": {
2985
+ "type": "identifier",
2986
+ "name": "startTime"
2987
+ },
2988
+ "annotation": {
2989
+ "type": "keyword",
2990
+ "value": "number"
2991
+ },
2992
+ "computed": false
2993
+ },
2994
+ {
2995
+ "type": "propertySignature",
2996
+ "key": {
2997
+ "type": "identifier",
2998
+ "name": "description"
2999
+ },
3000
+ "annotation": {
3001
+ "type": "keyword",
3002
+ "value": "string"
3003
+ },
3004
+ "optional": true,
3005
+ "computed": false
3006
+ },
3007
+ {
3008
+ "type": "propertySignature",
3009
+ "key": {
3010
+ "type": "identifier",
3011
+ "name": "goalInstanceId"
3012
+ },
3013
+ "annotation": {
3014
+ "type": "keyword",
3015
+ "value": "string"
3016
+ },
3017
+ "optional": true,
3018
+ "computed": false
3019
+ },
3020
+ {
3021
+ "type": "propertySignature",
3022
+ "key": {
3023
+ "type": "identifier",
3024
+ "name": "username"
3025
+ },
3026
+ "annotation": {
3027
+ "type": "keyword",
3028
+ "value": "string"
3029
+ },
3030
+ "optional": true,
3031
+ "computed": false
3032
+ }
3033
+ ]
3034
+ },
3035
+ {
3036
+ "type": "interface",
3037
+ "name": "Goal",
3038
+ "body": [
3039
+ {
3040
+ "type": "propertySignature",
3041
+ "key": {
3042
+ "type": "identifier",
3043
+ "name": "instanceId"
3044
+ },
3045
+ "annotation": {
3046
+ "type": "keyword",
3047
+ "value": "string"
3048
+ },
3049
+ "computed": false
3050
+ },
3015
3051
  {
3016
- "type": "expressionWithTypeArguments",
3017
- "expression": {
3052
+ "type": "propertySignature",
3053
+ "key": {
3018
3054
  "type": "identifier",
3019
- "name": "ActivityBase"
3020
- }
3055
+ "name": "title"
3056
+ },
3057
+ "annotation": {
3058
+ "type": "keyword",
3059
+ "value": "string"
3060
+ },
3061
+ "computed": false
3021
3062
  }
3022
3063
  ]
3023
3064
  },
3024
3065
  {
3025
3066
  "type": "interface",
3026
- "name": "ActivityOfStartConversation",
3067
+ "name": "ActionClickDetail",
3027
3068
  "body": [
3028
3069
  {
3029
3070
  "type": "propertySignature",
3030
3071
  "key": {
3031
3072
  "type": "identifier",
3032
- "name": "action_type"
3073
+ "name": "action"
3033
3074
  },
3034
3075
  "annotation": {
3035
- "type": "jsLiteral",
3036
- "value": "start_conversation"
3076
+ "type": "reference",
3077
+ "typeName": {
3078
+ "type": "identifier",
3079
+ "name": "SimpleActionType"
3080
+ }
3037
3081
  },
3038
3082
  "computed": false
3039
3083
  },
@@ -3041,61 +3085,17 @@
3041
3085
  "type": "propertySignature",
3042
3086
  "key": {
3043
3087
  "type": "identifier",
3044
- "name": "metadata"
3088
+ "name": "item"
3045
3089
  },
3046
3090
  "annotation": {
3047
- "type": "typeLiteral",
3048
- "members": [
3049
- {
3050
- "type": "propertySignature",
3051
- "key": {
3052
- "type": "identifier",
3053
- "name": "conversation_id"
3054
- },
3055
- "annotation": {
3056
- "type": "keyword",
3057
- "value": "string"
3058
- },
3059
- "computed": false
3060
- },
3061
- {
3062
- "type": "propertySignature",
3063
- "key": {
3064
- "type": "identifier",
3065
- "name": "conversation_title"
3066
- },
3067
- "annotation": {
3068
- "type": "keyword",
3069
- "value": "string"
3070
- },
3071
- "computed": false
3072
- },
3073
- {
3074
- "type": "propertySignature",
3075
- "key": {
3076
- "type": "identifier",
3077
- "name": "conversation_description"
3078
- },
3079
- "annotation": {
3080
- "type": "keyword",
3081
- "value": "string"
3082
- },
3083
- "optional": true,
3084
- "computed": false
3085
- }
3086
- ]
3091
+ "type": "reference",
3092
+ "typeName": {
3093
+ "type": "identifier",
3094
+ "name": "Conversation"
3095
+ }
3087
3096
  },
3088
3097
  "computed": false
3089
3098
  }
3090
- ],
3091
- "extends": [
3092
- {
3093
- "type": "expressionWithTypeArguments",
3094
- "expression": {
3095
- "type": "identifier",
3096
- "name": "ActivityBase"
3097
- }
3098
- }
3099
3099
  ]
3100
3100
  }
3101
3101
  ]
@@ -3620,6 +3620,184 @@
3620
3620
  }
3621
3621
  ]
3622
3622
  },
3623
+ "ai-portal.running-flow": {
3624
+ "properties": [
3625
+ {
3626
+ "name": "spec",
3627
+ "annotation": {
3628
+ "type": "array",
3629
+ "elementType": {
3630
+ "type": "reference",
3631
+ "typeName": {
3632
+ "type": "identifier",
3633
+ "name": "FlowStage"
3634
+ }
3635
+ }
3636
+ }
3637
+ },
3638
+ {
3639
+ "name": "activeActivityId",
3640
+ "annotation": {
3641
+ "type": "union",
3642
+ "types": [
3643
+ {
3644
+ "type": "keyword",
3645
+ "value": "string"
3646
+ },
3647
+ {
3648
+ "type": "keyword",
3649
+ "value": "null"
3650
+ }
3651
+ ]
3652
+ }
3653
+ }
3654
+ ],
3655
+ "events": [
3656
+ {
3657
+ "name": "active.change",
3658
+ "detail": {
3659
+ "annotation": {
3660
+ "type": "union",
3661
+ "types": [
3662
+ {
3663
+ "type": "keyword",
3664
+ "value": "string"
3665
+ },
3666
+ {
3667
+ "type": "keyword",
3668
+ "value": "null"
3669
+ }
3670
+ ]
3671
+ }
3672
+ }
3673
+ }
3674
+ ],
3675
+ "methods": [],
3676
+ "types": [
3677
+ {
3678
+ "type": "interface",
3679
+ "name": "FlowStage",
3680
+ "body": [
3681
+ {
3682
+ "type": "propertySignature",
3683
+ "key": {
3684
+ "type": "identifier",
3685
+ "name": "name"
3686
+ },
3687
+ "annotation": {
3688
+ "type": "keyword",
3689
+ "value": "string"
3690
+ },
3691
+ "computed": false
3692
+ },
3693
+ {
3694
+ "type": "propertySignature",
3695
+ "key": {
3696
+ "type": "identifier",
3697
+ "name": "serviceFlowActivities"
3698
+ },
3699
+ "annotation": {
3700
+ "type": "array",
3701
+ "elementType": {
3702
+ "type": "reference",
3703
+ "typeName": {
3704
+ "type": "identifier",
3705
+ "name": "FlowActivity"
3706
+ }
3707
+ }
3708
+ },
3709
+ "optional": true,
3710
+ "computed": false
3711
+ }
3712
+ ]
3713
+ },
3714
+ {
3715
+ "type": "interface",
3716
+ "name": "FlowActivity",
3717
+ "body": [
3718
+ {
3719
+ "type": "propertySignature",
3720
+ "key": {
3721
+ "type": "identifier",
3722
+ "name": "name"
3723
+ },
3724
+ "annotation": {
3725
+ "type": "keyword",
3726
+ "value": "string"
3727
+ },
3728
+ "computed": false
3729
+ },
3730
+ {
3731
+ "type": "propertySignature",
3732
+ "key": {
3733
+ "type": "identifier",
3734
+ "name": "taskId"
3735
+ },
3736
+ "annotation": {
3737
+ "type": "keyword",
3738
+ "value": "string"
3739
+ },
3740
+ "optional": true,
3741
+ "computed": false
3742
+ },
3743
+ {
3744
+ "type": "propertySignature",
3745
+ "key": {
3746
+ "type": "identifier",
3747
+ "name": "state"
3748
+ },
3749
+ "annotation": {
3750
+ "type": "union",
3751
+ "types": [
3752
+ {
3753
+ "type": "reference",
3754
+ "typeName": {
3755
+ "type": "identifier",
3756
+ "name": "TaskState"
3757
+ }
3758
+ },
3759
+ {
3760
+ "type": "reference",
3761
+ "typeName": {
3762
+ "type": "identifier",
3763
+ "name": "JobState"
3764
+ }
3765
+ }
3766
+ ]
3767
+ },
3768
+ "optional": true,
3769
+ "computed": false
3770
+ },
3771
+ {
3772
+ "type": "propertySignature",
3773
+ "key": {
3774
+ "type": "identifier",
3775
+ "name": "startTime"
3776
+ },
3777
+ "annotation": {
3778
+ "type": "keyword",
3779
+ "value": "number"
3780
+ },
3781
+ "optional": true,
3782
+ "computed": false
3783
+ },
3784
+ {
3785
+ "type": "propertySignature",
3786
+ "key": {
3787
+ "type": "identifier",
3788
+ "name": "endTime"
3789
+ },
3790
+ "annotation": {
3791
+ "type": "keyword",
3792
+ "value": "number"
3793
+ },
3794
+ "optional": true,
3795
+ "computed": false
3796
+ }
3797
+ ]
3798
+ }
3799
+ ]
3800
+ },
3623
3801
  "ai-portal.elevo-sidebar": {
3624
3802
  "properties": [
3625
3803
  {