@next-bricks/ai-portal 0.56.0 → 0.56.1

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 (48) hide show
  1. package/dist/bricks.json +35 -35
  2. package/dist/chunks/1510.42780c0d.js +2 -0
  3. package/dist/chunks/1510.42780c0d.js.map +1 -0
  4. package/dist/chunks/1864.7e31d8fe.js +2 -0
  5. package/dist/chunks/1864.7e31d8fe.js.map +1 -0
  6. package/dist/chunks/5269.13671bc0.js +2 -0
  7. package/dist/chunks/5269.13671bc0.js.map +1 -0
  8. package/dist/chunks/6995.4d172ef6.js +2 -0
  9. package/dist/chunks/6995.4d172ef6.js.map +1 -0
  10. package/dist/chunks/7517.cf7a9f90.js +2 -0
  11. package/dist/chunks/7517.cf7a9f90.js.map +1 -0
  12. package/dist/chunks/chat-box.4d1d4fd9.js +2 -0
  13. package/dist/chunks/chat-box.4d1d4fd9.js.map +1 -0
  14. package/dist/chunks/{chat-stream.24066a8e.js → chat-stream.e0d13969.js} +2 -2
  15. package/dist/chunks/{chat-stream.24066a8e.js.map → chat-stream.e0d13969.js.map} +1 -1
  16. package/dist/chunks/{main.0653045c.js → main.14d3a485.js} +2 -2
  17. package/dist/chunks/{main.0653045c.js.map → main.14d3a485.js.map} +1 -1
  18. package/dist/examples.json +16 -16
  19. package/dist/{index.e11d54e9.js → index.8d87387c.js} +2 -2
  20. package/dist/{index.e11d54e9.js.map → index.8d87387c.js.map} +1 -1
  21. package/dist/manifest.json +271 -268
  22. package/dist/types.json +1450 -1243
  23. package/dist-types/chat-box/UploadButton.d.ts +1 -0
  24. package/dist-types/chat-box/index.d.ts +13 -5
  25. package/dist-types/chat-box/interfaces.d.ts +2 -1
  26. package/dist-types/chat-stream/Aside/Aside.d.ts +3 -1
  27. package/dist-types/chat-stream/AssistantMessage/AssistantMessage.d.ts +4 -1
  28. package/dist-types/chat-stream/NodeChunk/NodeChunk.d.ts +2 -1
  29. package/dist-types/chat-stream/NodeChunk/NodeJob.d.ts +2 -1
  30. package/dist-types/chat-stream/useAutoScroll.d.ts +5 -0
  31. package/dist-types/chat-stream/useConversationStream.d.ts +3 -2
  32. package/dist-types/cruise-canvas/useConversationGraph.d.ts +2 -2
  33. package/dist-types/shared/TaskContext.d.ts +2 -0
  34. package/dist-types/shared/getFlatChunks.d.ts +5 -2
  35. package/dist-types/shared/interfaces.d.ts +4 -0
  36. package/package.json +2 -2
  37. package/dist/chunks/1510.d022a470.js +0 -2
  38. package/dist/chunks/1510.d022a470.js.map +0 -1
  39. package/dist/chunks/1864.4bd403fd.js +0 -2
  40. package/dist/chunks/1864.4bd403fd.js.map +0 -1
  41. package/dist/chunks/6995.cb0a8137.js +0 -2
  42. package/dist/chunks/6995.cb0a8137.js.map +0 -1
  43. package/dist/chunks/7517.b5ed4e8e.js +0 -2
  44. package/dist/chunks/7517.b5ed4e8e.js.map +0 -1
  45. package/dist/chunks/9324.e514b672.js +0 -2
  46. package/dist/chunks/9324.e514b672.js.map +0 -1
  47. package/dist/chunks/chat-box.8e064684.js +0 -2
  48. package/dist/chunks/chat-box.8e064684.js.map +0 -1
package/dist/types.json CHANGED
@@ -1,4 +1,17 @@
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
+ },
2
15
  "ai-portal.icon-button": {
3
16
  "properties": [
4
17
  {
@@ -77,104 +90,36 @@
77
90
  }
78
91
  ]
79
92
  },
80
- "ai-portal.home-container": {
81
- "properties": [
82
- {
83
- "name": "sticky",
84
- "annotation": {
85
- "type": "keyword",
86
- "value": "boolean"
87
- }
88
- }
89
- ],
90
- "events": [],
91
- "methods": []
92
- },
93
- "ai-portal.page-container": {
94
- "properties": [
95
- {
96
- "name": "pageTitle",
97
- "annotation": {
98
- "type": "keyword",
99
- "value": "string"
100
- }
101
- },
93
+ "ai-portal.save-request-store": {
94
+ "type": "provider",
95
+ "params": [
102
96
  {
103
- "name": "breadcrumbs",
97
+ "name": "value",
104
98
  "annotation": {
105
- "type": "array",
106
- "elementType": {
107
- "type": "reference",
108
- "typeName": {
109
- "type": "identifier",
110
- "name": "Breadcrumb"
111
- }
99
+ "type": "reference",
100
+ "typeName": {
101
+ "type": "identifier",
102
+ "name": "RequestStore"
112
103
  }
113
104
  }
114
- },
115
- {
116
- "name": "size",
117
- "annotation": {
118
- "type": "union",
119
- "types": [
120
- {
121
- "type": "jsLiteral",
122
- "value": "medium"
123
- },
124
- {
125
- "type": "jsLiteral",
126
- "value": "small"
127
- },
128
- {
129
- "type": "jsLiteral",
130
- "value": "full"
131
- }
132
- ]
133
- }
134
- },
135
- {
136
- "name": "variant",
137
- "annotation": {
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"
163
- }
164
105
  }
165
106
  ],
166
- "events": [],
167
- "methods": [],
107
+ "returns": {
108
+ "annotation": {
109
+ "type": "keyword",
110
+ "value": "void"
111
+ }
112
+ },
168
113
  "types": [
169
114
  {
170
115
  "type": "interface",
171
- "name": "Breadcrumb",
116
+ "name": "RequestStore",
172
117
  "body": [
173
118
  {
174
119
  "type": "propertySignature",
175
120
  "key": {
176
121
  "type": "identifier",
177
- "name": "text"
122
+ "name": "conversationId"
178
123
  },
179
124
  "annotation": {
180
125
  "type": "keyword",
@@ -186,303 +131,77 @@
186
131
  "type": "propertySignature",
187
132
  "key": {
188
133
  "type": "identifier",
189
- "name": "url"
134
+ "name": "content"
190
135
  },
191
136
  "annotation": {
192
137
  "type": "keyword",
193
138
  "value": "string"
194
139
  },
195
140
  "computed": false
196
- }
197
- ]
198
- }
199
- ]
200
- },
201
- "ai-portal.tab-list": {
202
- "properties": [
203
- {
204
- "name": "tabs",
205
- "annotation": {
206
- "type": "array",
207
- "elementType": {
208
- "type": "reference",
209
- "typeName": {
210
- "type": "identifier",
211
- "name": "Tab"
212
- }
213
- }
214
- }
215
- },
216
- {
217
- "name": "activeTab",
218
- "annotation": {
219
- "type": "keyword",
220
- "value": "string"
221
- }
222
- }
223
- ],
224
- "events": [
225
- {
226
- "name": "tab.click",
227
- "detail": {
228
- "annotation": {
229
- "type": "reference",
230
- "typeName": {
231
- "type": "identifier",
232
- "name": "Tab"
233
- }
234
- }
235
- }
236
- }
237
- ],
238
- "methods": [],
239
- "types": [
240
- {
241
- "type": "interface",
242
- "name": "Tab",
243
- "body": [
141
+ },
244
142
  {
245
143
  "type": "propertySignature",
246
144
  "key": {
247
145
  "type": "identifier",
248
- "name": "id"
146
+ "name": "cmd"
249
147
  },
250
148
  "annotation": {
251
- "type": "keyword",
252
- "value": "string"
149
+ "type": "reference",
150
+ "typeName": {
151
+ "type": "identifier",
152
+ "name": "CommandPayload"
153
+ }
253
154
  },
155
+ "optional": true,
254
156
  "computed": false
255
157
  },
256
158
  {
257
159
  "type": "propertySignature",
258
160
  "key": {
259
161
  "type": "identifier",
260
- "name": "label"
162
+ "name": "files"
261
163
  },
262
164
  "annotation": {
263
- "type": "keyword",
264
- "value": "string"
165
+ "type": "array",
166
+ "elementType": {
167
+ "type": "reference",
168
+ "typeName": {
169
+ "type": "identifier",
170
+ "name": "UploadFileInfo"
171
+ }
172
+ }
265
173
  },
174
+ "optional": true,
266
175
  "computed": false
267
176
  }
268
177
  ]
269
- }
270
- ]
271
- },
272
- "ai-portal.call-tool": {
273
- "type": "provider",
274
- "params": [
178
+ },
275
179
  {
276
- "name": "tool",
180
+ "type": "typeAlias",
181
+ "name": "CommandPayload",
277
182
  "annotation": {
278
183
  "type": "reference",
279
184
  "typeName": {
280
185
  "type": "identifier",
281
- "name": "ToolInfo"
186
+ "name": "CommandPayloadServiceFlowStarting"
282
187
  }
283
188
  }
284
189
  },
285
190
  {
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",
444
- "key": {
445
- "type": "identifier",
446
- "name": "cmd"
447
- },
448
- "annotation": {
449
- "type": "reference",
450
- "typeName": {
451
- "type": "identifier",
452
- "name": "CommandPayload"
453
- }
454
- },
455
- "optional": true,
456
- "computed": false
457
- }
458
- ]
459
- },
460
- {
461
- "type": "typeAlias",
462
- "name": "CommandPayload",
463
- "annotation": {
464
- "type": "reference",
465
- "typeName": {
466
- "type": "identifier",
467
- "name": "CommandPayloadServiceFlowStarting"
468
- }
469
- }
470
- },
471
- {
472
- "type": "interface",
473
- "name": "CommandPayloadServiceFlowStarting",
474
- "body": [
475
- {
476
- "type": "propertySignature",
477
- "key": {
478
- "type": "identifier",
479
- "name": "type"
480
- },
481
- "annotation": {
482
- "type": "jsLiteral",
483
- "value": "serviceFlowStarting"
484
- },
485
- "computed": false
191
+ "type": "interface",
192
+ "name": "CommandPayloadServiceFlowStarting",
193
+ "body": [
194
+ {
195
+ "type": "propertySignature",
196
+ "key": {
197
+ "type": "identifier",
198
+ "name": "type"
199
+ },
200
+ "annotation": {
201
+ "type": "jsLiteral",
202
+ "value": "serviceFlowStarting"
203
+ },
204
+ "computed": false
486
205
  },
487
206
  {
488
207
  "type": "propertySignature",
@@ -549,6 +268,24 @@
549
268
  "computed": false
550
269
  }
551
270
  ]
271
+ },
272
+ {
273
+ "type": "interface",
274
+ "name": "UploadFileInfo",
275
+ "body": [
276
+ {
277
+ "type": "propertySignature",
278
+ "key": {
279
+ "type": "identifier",
280
+ "name": "fileId"
281
+ },
282
+ "annotation": {
283
+ "type": "keyword",
284
+ "value": "string"
285
+ },
286
+ "computed": false
287
+ }
288
+ ]
552
289
  }
553
290
  ]
554
291
  },
@@ -617,6 +354,25 @@
617
354
  },
618
355
  "optional": true,
619
356
  "computed": false
357
+ },
358
+ {
359
+ "type": "propertySignature",
360
+ "key": {
361
+ "type": "identifier",
362
+ "name": "files"
363
+ },
364
+ "annotation": {
365
+ "type": "array",
366
+ "elementType": {
367
+ "type": "reference",
368
+ "typeName": {
369
+ "type": "identifier",
370
+ "name": "UploadFileInfo"
371
+ }
372
+ }
373
+ },
374
+ "optional": true,
375
+ "computed": false
620
376
  }
621
377
  ]
622
378
  },
@@ -712,6 +468,24 @@
712
468
  "computed": false
713
469
  }
714
470
  ]
471
+ },
472
+ {
473
+ "type": "interface",
474
+ "name": "UploadFileInfo",
475
+ "body": [
476
+ {
477
+ "type": "propertySignature",
478
+ "key": {
479
+ "type": "identifier",
480
+ "name": "fileId"
481
+ },
482
+ "annotation": {
483
+ "type": "keyword",
484
+ "value": "string"
485
+ },
486
+ "computed": false
487
+ }
488
+ ]
715
489
  }
716
490
  ]
717
491
  },
@@ -725,237 +499,125 @@
725
499
  }
726
500
  }
727
501
  },
728
- "ai-portal.stat-with-mini-chart": {
729
- "properties": [
730
- {
731
- "name": "label",
732
- "annotation": {
733
- "type": "keyword",
734
- "value": "string"
735
- }
736
- },
502
+ "ai-portal.call-tool": {
503
+ "type": "provider",
504
+ "params": [
737
505
  {
738
- "name": "value",
506
+ "name": "tool",
739
507
  "annotation": {
740
- "type": "keyword",
741
- "value": "string"
508
+ "type": "reference",
509
+ "typeName": {
510
+ "type": "identifier",
511
+ "name": "ToolInfo"
512
+ }
742
513
  }
743
514
  },
744
515
  {
745
- "name": "size",
516
+ "name": "params",
746
517
  "annotation": {
747
- "type": "union",
748
- "types": [
749
- {
750
- "type": "jsLiteral",
751
- "value": "medium"
752
- },
753
- {
754
- "type": "jsLiteral",
755
- "value": "small"
756
- }
757
- ]
518
+ "type": "reference",
519
+ "typeName": {
520
+ "type": "identifier",
521
+ "name": "Record"
522
+ },
523
+ "typeParameters": {
524
+ "type": "typeParameterInstantiation",
525
+ "params": [
526
+ {
527
+ "type": "keyword",
528
+ "value": "string"
529
+ },
530
+ {
531
+ "type": "keyword",
532
+ "value": "unknown"
533
+ }
534
+ ]
535
+ }
758
536
  }
759
- },
760
- {
761
- "name": "lineColor",
762
- "annotation": {
763
- "type": "keyword",
764
- "value": "string"
765
- }
766
- },
767
- {
768
- "name": "showArea",
769
- "annotation": {
770
- "type": "keyword",
771
- "value": "boolean"
772
- }
773
- },
774
- {
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",
790
- "annotation": {
791
- "type": "keyword",
792
- "value": "string"
537
+ }
538
+ ],
539
+ "returns": {
540
+ "annotation": {
541
+ "type": "reference",
542
+ "typeName": {
543
+ "type": "identifier",
544
+ "name": "Promise"
545
+ },
546
+ "typeParameters": {
547
+ "type": "typeParameterInstantiation",
548
+ "params": [
549
+ {
550
+ "type": "keyword",
551
+ "value": "unknown"
552
+ }
553
+ ]
793
554
  }
794
- },
555
+ }
556
+ }
557
+ },
558
+ "ai-portal.page-container": {
559
+ "properties": [
795
560
  {
796
- "name": "yField",
561
+ "name": "pageTitle",
797
562
  "annotation": {
798
563
  "type": "keyword",
799
564
  "value": "string"
800
565
  }
801
566
  },
802
567
  {
803
- "name": "data",
568
+ "name": "breadcrumbs",
804
569
  "annotation": {
805
570
  "type": "array",
806
571
  "elementType": {
807
572
  "type": "reference",
808
573
  "typeName": {
809
574
  "type": "identifier",
810
- "name": "Record"
811
- },
812
- "typeParameters": {
813
- "type": "typeParameterInstantiation",
814
- "params": [
815
- {
816
- "type": "keyword",
817
- "value": "string"
818
- },
819
- {
820
- "type": "keyword",
821
- "value": "number"
822
- }
823
- ]
575
+ "name": "Breadcrumb"
824
576
  }
825
577
  }
826
578
  }
827
- }
828
- ],
829
- "events": [],
830
- "methods": []
831
- },
832
- "ai-portal.elevo-logo": {
833
- "properties": [],
834
- "events": [],
835
- "methods": []
836
- },
837
- "ai-portal.blank-state": {
838
- "properties": [
839
- {
840
- "name": "illustration",
841
- "annotation": {
842
- "type": "reference",
843
- "typeName": {
844
- "type": "identifier",
845
- "name": "BlankStateIllustration"
846
- }
847
- }
848
579
  },
849
580
  {
850
- "name": "description",
851
- "annotation": {
852
- "type": "keyword",
853
- "value": "string"
854
- }
855
- }
856
- ],
857
- "events": [],
858
- "methods": [],
859
- "types": [
860
- {
861
- "type": "typeAlias",
862
- "name": "BlankStateIllustration",
581
+ "name": "size",
863
582
  "annotation": {
864
583
  "type": "union",
865
584
  "types": [
866
585
  {
867
586
  "type": "jsLiteral",
868
- "value": "goals"
869
- },
870
- {
871
- "type": "jsLiteral",
872
- "value": "activities"
587
+ "value": "medium"
873
588
  },
874
589
  {
875
590
  "type": "jsLiteral",
876
- "value": "collaboration-spaces"
591
+ "value": "small"
877
592
  },
878
593
  {
879
594
  "type": "jsLiteral",
880
- "value": "serviceflows"
881
- }
882
- ]
883
- }
884
- }
885
- ]
886
- },
887
- "ai-portal.elevo-card": {
888
- "properties": [
889
- {
890
- "name": "cardTitle",
891
- "annotation": {
892
- "type": "keyword",
893
- "value": "string"
894
- }
895
- },
896
- {
897
- "name": "description",
898
- "annotation": {
899
- "type": "keyword",
900
- "value": "string"
901
- }
902
- },
903
- {
904
- "name": "url",
905
- "annotation": {
906
- "type": "keyword",
907
- "value": "string"
908
- }
909
- },
910
- {
911
- "name": "avatar",
912
- "annotation": {
913
- "type": "union",
914
- "types": [
915
- {
916
- "type": "keyword",
917
- "value": "string"
918
- },
919
- {
920
- "type": "reference",
921
- "typeName": {
922
- "type": "identifier",
923
- "name": "GeneralIconProps"
924
- }
595
+ "value": "full"
925
596
  }
926
597
  ]
927
598
  }
928
599
  },
929
600
  {
930
- "name": "avatarType",
601
+ "name": "variant",
931
602
  "annotation": {
932
603
  "type": "union",
933
604
  "types": [
934
605
  {
935
606
  "type": "jsLiteral",
936
- "value": "icon"
607
+ "value": "default"
937
608
  },
938
609
  {
939
610
  "type": "jsLiteral",
940
- "value": "image"
611
+ "value": "form"
941
612
  }
942
613
  ]
943
614
  }
944
- }
945
- ],
946
- "events": [],
947
- "methods": []
948
- },
949
- "ai-portal.sticky-container": {
950
- "properties": [
615
+ },
951
616
  {
952
- "name": "variant",
617
+ "name": "sticky",
953
618
  "annotation": {
954
- "type": "reference",
955
- "typeName": {
956
- "type": "identifier",
957
- "name": "StickyContainerVariant"
958
- }
619
+ "type": "keyword",
620
+ "value": "boolean"
959
621
  }
960
622
  },
961
623
  {
@@ -970,186 +632,94 @@
970
632
  "methods": [],
971
633
  "types": [
972
634
  {
973
- "type": "typeAlias",
974
- "name": "StickyContainerVariant",
635
+ "type": "interface",
636
+ "name": "Breadcrumb",
637
+ "body": [
638
+ {
639
+ "type": "propertySignature",
640
+ "key": {
641
+ "type": "identifier",
642
+ "name": "text"
643
+ },
644
+ "annotation": {
645
+ "type": "keyword",
646
+ "value": "string"
647
+ },
648
+ "computed": false
649
+ },
650
+ {
651
+ "type": "propertySignature",
652
+ "key": {
653
+ "type": "identifier",
654
+ "name": "url"
655
+ },
656
+ "annotation": {
657
+ "type": "keyword",
658
+ "value": "string"
659
+ },
660
+ "computed": false
661
+ }
662
+ ]
663
+ }
664
+ ]
665
+ },
666
+ "ai-portal.set-chat-command": {
667
+ "type": "provider",
668
+ "params": [
669
+ {
670
+ "name": "command",
975
671
  "annotation": {
976
672
  "type": "union",
977
673
  "types": [
978
674
  {
979
- "type": "jsLiteral",
980
- "value": "default"
675
+ "type": "reference",
676
+ "typeName": {
677
+ "type": "identifier",
678
+ "name": "ChatCommand"
679
+ }
981
680
  },
982
681
  {
983
- "type": "jsLiteral",
984
- "value": "home"
682
+ "type": "keyword",
683
+ "value": "null"
985
684
  }
986
685
  ]
987
686
  }
988
687
  }
989
- ]
990
- },
991
- "ai-portal.project-knowledges": {
992
- "properties": [
993
- {
994
- "name": "list",
995
- "annotation": {
996
- "type": "array",
997
- "elementType": {
998
- "type": "reference",
999
- "typeName": {
1000
- "type": "identifier",
1001
- "name": "Knowledge"
1002
- }
1003
- }
1004
- }
1005
- },
1006
- {
1007
- "name": "urlTemplate",
1008
- "annotation": {
1009
- "type": "keyword",
1010
- "value": "string"
1011
- }
1012
- },
1013
- {
1014
- "name": "actions",
1015
- "annotation": {
1016
- "type": "array",
1017
- "elementType": {
1018
- "type": "reference",
1019
- "typeName": {
1020
- "type": "identifier",
1021
- "name": "ActionType"
1022
- }
1023
- }
1024
- }
1025
- }
1026
- ],
1027
- "events": [
1028
- {
1029
- "name": "action.click",
1030
- "detail": {
1031
- "annotation": {
1032
- "type": "reference",
1033
- "typeName": {
1034
- "type": "identifier",
1035
- "name": "ActionClickDetail"
1036
- }
1037
- }
1038
- }
1039
- },
1040
- {
1041
- "name": "item.click",
1042
- "detail": {
1043
- "annotation": {
1044
- "type": "reference",
1045
- "typeName": {
1046
- "type": "identifier",
1047
- "name": "Knowledge"
1048
- }
1049
- }
1050
- }
1051
- }
1052
- ],
1053
- "methods": [],
1054
- "types": [
688
+ ],
689
+ "returns": {
690
+ "annotation": {
691
+ "type": "keyword",
692
+ "value": "void"
693
+ }
694
+ },
695
+ "types": [
1055
696
  {
1056
697
  "type": "interface",
1057
- "name": "Knowledge",
698
+ "name": "ChatCommand",
1058
699
  "body": [
1059
700
  {
1060
701
  "type": "propertySignature",
1061
702
  "key": {
1062
703
  "type": "identifier",
1063
- "name": "instanceId"
1064
- },
1065
- "annotation": {
1066
- "type": "keyword",
1067
- "value": "string"
1068
- },
1069
- "computed": false
1070
- },
1071
- {
1072
- "type": "propertySignature",
1073
- "key": {
1074
- "type": "identifier",
1075
- "name": "name"
1076
- },
1077
- "annotation": {
1078
- "type": "keyword",
1079
- "value": "string"
1080
- },
1081
- "computed": false
1082
- },
1083
- {
1084
- "type": "propertySignature",
1085
- "key": {
1086
- "type": "identifier",
1087
- "name": "description"
1088
- },
1089
- "annotation": {
1090
- "type": "keyword",
1091
- "value": "string"
1092
- },
1093
- "optional": true,
1094
- "computed": false
1095
- },
1096
- {
1097
- "type": "propertySignature",
1098
- "key": {
1099
- "type": "identifier",
1100
- "name": "time"
1101
- },
1102
- "annotation": {
1103
- "type": "keyword",
1104
- "value": "number"
1105
- },
1106
- "computed": false
1107
- },
1108
- {
1109
- "type": "propertySignature",
1110
- "key": {
1111
- "type": "identifier",
1112
- "name": "user"
704
+ "name": "command"
1113
705
  },
1114
706
  "annotation": {
1115
707
  "type": "keyword",
1116
708
  "value": "string"
1117
709
  },
1118
- "optional": true,
1119
- "computed": false
1120
- }
1121
- ]
1122
- },
1123
- {
1124
- "type": "interface",
1125
- "name": "ActionClickDetail",
1126
- "body": [
1127
- {
1128
- "type": "propertySignature",
1129
- "key": {
1130
- "type": "identifier",
1131
- "name": "action"
1132
- },
1133
- "annotation": {
1134
- "type": "reference",
1135
- "typeName": {
1136
- "type": "identifier",
1137
- "name": "SimpleActionType"
1138
- }
1139
- },
1140
710
  "computed": false
1141
711
  },
1142
712
  {
1143
713
  "type": "propertySignature",
1144
714
  "key": {
1145
715
  "type": "identifier",
1146
- "name": "item"
716
+ "name": "payload"
1147
717
  },
1148
718
  "annotation": {
1149
719
  "type": "reference",
1150
720
  "typeName": {
1151
721
  "type": "identifier",
1152
- "name": "Knowledge"
722
+ "name": "CommandPayload"
1153
723
  }
1154
724
  },
1155
725
  "computed": false
@@ -1158,108 +728,48 @@
1158
728
  }
1159
729
  ]
1160
730
  },
1161
- "ai-portal.mcp-tools": {
731
+ "ai-portal.tab-list": {
1162
732
  "properties": [
1163
733
  {
1164
- "name": "list",
734
+ "name": "tabs",
1165
735
  "annotation": {
1166
736
  "type": "array",
1167
737
  "elementType": {
1168
738
  "type": "reference",
1169
739
  "typeName": {
1170
740
  "type": "identifier",
1171
- "name": "McpTool"
741
+ "name": "Tab"
1172
742
  }
1173
743
  }
1174
744
  }
1175
745
  },
1176
746
  {
1177
- "name": "stickyTop",
747
+ "name": "activeTab",
1178
748
  "annotation": {
1179
749
  "type": "keyword",
1180
- "value": "number"
750
+ "value": "string"
1181
751
  }
1182
752
  }
1183
753
  ],
1184
- "events": [],
1185
- "methods": [],
1186
- "types": [
754
+ "events": [
1187
755
  {
1188
- "type": "interface",
1189
- "name": "McpTool",
1190
- "body": [
1191
- {
1192
- "type": "propertySignature",
1193
- "key": {
1194
- "type": "identifier",
1195
- "name": "name"
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": "description"
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": "icon"
1232
- },
1233
- "annotation": {
1234
- "type": "reference",
1235
- "typeName": {
1236
- "type": "identifier",
1237
- "name": "GeneralIconProps"
1238
- }
1239
- },
1240
- "optional": true,
1241
- "computed": false
1242
- },
1243
- {
1244
- "type": "propertySignature",
1245
- "key": {
756
+ "name": "tab.click",
757
+ "detail": {
758
+ "annotation": {
759
+ "type": "reference",
760
+ "typeName": {
1246
761
  "type": "identifier",
1247
- "name": "server"
1248
- },
1249
- "annotation": {
1250
- "type": "reference",
1251
- "typeName": {
1252
- "type": "identifier",
1253
- "name": "McpServer"
1254
- }
1255
- },
1256
- "computed": false
762
+ "name": "Tab"
763
+ }
1257
764
  }
1258
- ]
1259
- },
765
+ }
766
+ }
767
+ ],
768
+ "methods": [],
769
+ "types": [
1260
770
  {
1261
771
  "type": "interface",
1262
- "name": "McpServer",
772
+ "name": "Tab",
1263
773
  "body": [
1264
774
  {
1265
775
  "type": "propertySignature",
@@ -1277,7 +787,7 @@
1277
787
  "type": "propertySignature",
1278
788
  "key": {
1279
789
  "type": "identifier",
1280
- "name": "name"
790
+ "name": "label"
1281
791
  },
1282
792
  "annotation": {
1283
793
  "type": "keyword",
@@ -1289,31 +799,464 @@
1289
799
  }
1290
800
  ]
1291
801
  },
1292
- "ai-portal.show-cases": {
802
+ "ai-portal.stat-with-mini-chart": {
1293
803
  "properties": [
1294
804
  {
1295
- "name": "list",
805
+ "name": "label",
1296
806
  "annotation": {
1297
- "type": "array",
1298
- "elementType": {
1299
- "type": "reference",
1300
- "typeName": {
1301
- "type": "identifier",
1302
- "name": "ShowCaseType"
1303
- }
1304
- }
807
+ "type": "keyword",
808
+ "value": "string"
1305
809
  }
1306
810
  },
1307
811
  {
1308
- "name": "limit",
812
+ "name": "value",
1309
813
  "annotation": {
1310
814
  "type": "keyword",
1311
- "value": "number"
815
+ "value": "string"
1312
816
  }
1313
- }
1314
- ],
1315
- "events": [],
1316
- "methods": [],
817
+ },
818
+ {
819
+ "name": "size",
820
+ "annotation": {
821
+ "type": "union",
822
+ "types": [
823
+ {
824
+ "type": "jsLiteral",
825
+ "value": "medium"
826
+ },
827
+ {
828
+ "type": "jsLiteral",
829
+ "value": "small"
830
+ }
831
+ ]
832
+ }
833
+ },
834
+ {
835
+ "name": "lineColor",
836
+ "annotation": {
837
+ "type": "keyword",
838
+ "value": "string"
839
+ }
840
+ },
841
+ {
842
+ "name": "showArea",
843
+ "annotation": {
844
+ "type": "keyword",
845
+ "value": "boolean"
846
+ }
847
+ },
848
+ {
849
+ "name": "min",
850
+ "annotation": {
851
+ "type": "keyword",
852
+ "value": "number"
853
+ }
854
+ },
855
+ {
856
+ "name": "max",
857
+ "annotation": {
858
+ "type": "keyword",
859
+ "value": "number"
860
+ }
861
+ },
862
+ {
863
+ "name": "xField",
864
+ "annotation": {
865
+ "type": "keyword",
866
+ "value": "string"
867
+ }
868
+ },
869
+ {
870
+ "name": "yField",
871
+ "annotation": {
872
+ "type": "keyword",
873
+ "value": "string"
874
+ }
875
+ },
876
+ {
877
+ "name": "data",
878
+ "annotation": {
879
+ "type": "array",
880
+ "elementType": {
881
+ "type": "reference",
882
+ "typeName": {
883
+ "type": "identifier",
884
+ "name": "Record"
885
+ },
886
+ "typeParameters": {
887
+ "type": "typeParameterInstantiation",
888
+ "params": [
889
+ {
890
+ "type": "keyword",
891
+ "value": "string"
892
+ },
893
+ {
894
+ "type": "keyword",
895
+ "value": "number"
896
+ }
897
+ ]
898
+ }
899
+ }
900
+ }
901
+ }
902
+ ],
903
+ "events": [],
904
+ "methods": []
905
+ },
906
+ "ai-portal.elevo-logo": {
907
+ "properties": [],
908
+ "events": [],
909
+ "methods": []
910
+ },
911
+ "ai-portal.blank-state": {
912
+ "properties": [
913
+ {
914
+ "name": "illustration",
915
+ "annotation": {
916
+ "type": "reference",
917
+ "typeName": {
918
+ "type": "identifier",
919
+ "name": "BlankStateIllustration"
920
+ }
921
+ }
922
+ },
923
+ {
924
+ "name": "description",
925
+ "annotation": {
926
+ "type": "keyword",
927
+ "value": "string"
928
+ }
929
+ }
930
+ ],
931
+ "events": [],
932
+ "methods": [],
933
+ "types": [
934
+ {
935
+ "type": "typeAlias",
936
+ "name": "BlankStateIllustration",
937
+ "annotation": {
938
+ "type": "union",
939
+ "types": [
940
+ {
941
+ "type": "jsLiteral",
942
+ "value": "goals"
943
+ },
944
+ {
945
+ "type": "jsLiteral",
946
+ "value": "activities"
947
+ },
948
+ {
949
+ "type": "jsLiteral",
950
+ "value": "collaboration-spaces"
951
+ },
952
+ {
953
+ "type": "jsLiteral",
954
+ "value": "serviceflows"
955
+ }
956
+ ]
957
+ }
958
+ }
959
+ ]
960
+ },
961
+ "ai-portal.sticky-container": {
962
+ "properties": [
963
+ {
964
+ "name": "variant",
965
+ "annotation": {
966
+ "type": "reference",
967
+ "typeName": {
968
+ "type": "identifier",
969
+ "name": "StickyContainerVariant"
970
+ }
971
+ }
972
+ },
973
+ {
974
+ "name": "textContent",
975
+ "annotation": {
976
+ "type": "keyword",
977
+ "value": "string"
978
+ }
979
+ }
980
+ ],
981
+ "events": [],
982
+ "methods": [],
983
+ "types": [
984
+ {
985
+ "type": "typeAlias",
986
+ "name": "StickyContainerVariant",
987
+ "annotation": {
988
+ "type": "union",
989
+ "types": [
990
+ {
991
+ "type": "jsLiteral",
992
+ "value": "default"
993
+ },
994
+ {
995
+ "type": "jsLiteral",
996
+ "value": "home"
997
+ }
998
+ ]
999
+ }
1000
+ }
1001
+ ]
1002
+ },
1003
+ "ai-portal.elevo-card": {
1004
+ "properties": [
1005
+ {
1006
+ "name": "cardTitle",
1007
+ "annotation": {
1008
+ "type": "keyword",
1009
+ "value": "string"
1010
+ }
1011
+ },
1012
+ {
1013
+ "name": "description",
1014
+ "annotation": {
1015
+ "type": "keyword",
1016
+ "value": "string"
1017
+ }
1018
+ },
1019
+ {
1020
+ "name": "url",
1021
+ "annotation": {
1022
+ "type": "keyword",
1023
+ "value": "string"
1024
+ }
1025
+ },
1026
+ {
1027
+ "name": "avatar",
1028
+ "annotation": {
1029
+ "type": "union",
1030
+ "types": [
1031
+ {
1032
+ "type": "keyword",
1033
+ "value": "string"
1034
+ },
1035
+ {
1036
+ "type": "reference",
1037
+ "typeName": {
1038
+ "type": "identifier",
1039
+ "name": "GeneralIconProps"
1040
+ }
1041
+ }
1042
+ ]
1043
+ }
1044
+ },
1045
+ {
1046
+ "name": "avatarType",
1047
+ "annotation": {
1048
+ "type": "union",
1049
+ "types": [
1050
+ {
1051
+ "type": "jsLiteral",
1052
+ "value": "icon"
1053
+ },
1054
+ {
1055
+ "type": "jsLiteral",
1056
+ "value": "image"
1057
+ }
1058
+ ]
1059
+ }
1060
+ }
1061
+ ],
1062
+ "events": [],
1063
+ "methods": []
1064
+ },
1065
+ "ai-portal.project-knowledges": {
1066
+ "properties": [
1067
+ {
1068
+ "name": "list",
1069
+ "annotation": {
1070
+ "type": "array",
1071
+ "elementType": {
1072
+ "type": "reference",
1073
+ "typeName": {
1074
+ "type": "identifier",
1075
+ "name": "Knowledge"
1076
+ }
1077
+ }
1078
+ }
1079
+ },
1080
+ {
1081
+ "name": "urlTemplate",
1082
+ "annotation": {
1083
+ "type": "keyword",
1084
+ "value": "string"
1085
+ }
1086
+ },
1087
+ {
1088
+ "name": "actions",
1089
+ "annotation": {
1090
+ "type": "array",
1091
+ "elementType": {
1092
+ "type": "reference",
1093
+ "typeName": {
1094
+ "type": "identifier",
1095
+ "name": "ActionType"
1096
+ }
1097
+ }
1098
+ }
1099
+ }
1100
+ ],
1101
+ "events": [
1102
+ {
1103
+ "name": "action.click",
1104
+ "detail": {
1105
+ "annotation": {
1106
+ "type": "reference",
1107
+ "typeName": {
1108
+ "type": "identifier",
1109
+ "name": "ActionClickDetail"
1110
+ }
1111
+ }
1112
+ }
1113
+ },
1114
+ {
1115
+ "name": "item.click",
1116
+ "detail": {
1117
+ "annotation": {
1118
+ "type": "reference",
1119
+ "typeName": {
1120
+ "type": "identifier",
1121
+ "name": "Knowledge"
1122
+ }
1123
+ }
1124
+ }
1125
+ }
1126
+ ],
1127
+ "methods": [],
1128
+ "types": [
1129
+ {
1130
+ "type": "interface",
1131
+ "name": "Knowledge",
1132
+ "body": [
1133
+ {
1134
+ "type": "propertySignature",
1135
+ "key": {
1136
+ "type": "identifier",
1137
+ "name": "instanceId"
1138
+ },
1139
+ "annotation": {
1140
+ "type": "keyword",
1141
+ "value": "string"
1142
+ },
1143
+ "computed": false
1144
+ },
1145
+ {
1146
+ "type": "propertySignature",
1147
+ "key": {
1148
+ "type": "identifier",
1149
+ "name": "name"
1150
+ },
1151
+ "annotation": {
1152
+ "type": "keyword",
1153
+ "value": "string"
1154
+ },
1155
+ "computed": false
1156
+ },
1157
+ {
1158
+ "type": "propertySignature",
1159
+ "key": {
1160
+ "type": "identifier",
1161
+ "name": "description"
1162
+ },
1163
+ "annotation": {
1164
+ "type": "keyword",
1165
+ "value": "string"
1166
+ },
1167
+ "optional": true,
1168
+ "computed": false
1169
+ },
1170
+ {
1171
+ "type": "propertySignature",
1172
+ "key": {
1173
+ "type": "identifier",
1174
+ "name": "time"
1175
+ },
1176
+ "annotation": {
1177
+ "type": "keyword",
1178
+ "value": "number"
1179
+ },
1180
+ "computed": false
1181
+ },
1182
+ {
1183
+ "type": "propertySignature",
1184
+ "key": {
1185
+ "type": "identifier",
1186
+ "name": "user"
1187
+ },
1188
+ "annotation": {
1189
+ "type": "keyword",
1190
+ "value": "string"
1191
+ },
1192
+ "optional": true,
1193
+ "computed": false
1194
+ }
1195
+ ]
1196
+ },
1197
+ {
1198
+ "type": "interface",
1199
+ "name": "ActionClickDetail",
1200
+ "body": [
1201
+ {
1202
+ "type": "propertySignature",
1203
+ "key": {
1204
+ "type": "identifier",
1205
+ "name": "action"
1206
+ },
1207
+ "annotation": {
1208
+ "type": "reference",
1209
+ "typeName": {
1210
+ "type": "identifier",
1211
+ "name": "SimpleActionType"
1212
+ }
1213
+ },
1214
+ "computed": false
1215
+ },
1216
+ {
1217
+ "type": "propertySignature",
1218
+ "key": {
1219
+ "type": "identifier",
1220
+ "name": "item"
1221
+ },
1222
+ "annotation": {
1223
+ "type": "reference",
1224
+ "typeName": {
1225
+ "type": "identifier",
1226
+ "name": "Knowledge"
1227
+ }
1228
+ },
1229
+ "computed": false
1230
+ }
1231
+ ]
1232
+ }
1233
+ ]
1234
+ },
1235
+ "ai-portal.show-cases": {
1236
+ "properties": [
1237
+ {
1238
+ "name": "list",
1239
+ "annotation": {
1240
+ "type": "array",
1241
+ "elementType": {
1242
+ "type": "reference",
1243
+ "typeName": {
1244
+ "type": "identifier",
1245
+ "name": "ShowCaseType"
1246
+ }
1247
+ }
1248
+ }
1249
+ },
1250
+ {
1251
+ "name": "limit",
1252
+ "annotation": {
1253
+ "type": "keyword",
1254
+ "value": "number"
1255
+ }
1256
+ }
1257
+ ],
1258
+ "events": [],
1259
+ "methods": [],
1317
1260
  "types": [
1318
1261
  {
1319
1262
  "type": "interface",
@@ -1384,7 +1327,7 @@
1384
1327
  }
1385
1328
  ]
1386
1329
  },
1387
- "ai-portal.ai-agents": {
1330
+ "ai-portal.mcp-tools": {
1388
1331
  "properties": [
1389
1332
  {
1390
1333
  "name": "list",
@@ -1394,11 +1337,152 @@
1394
1337
  "type": "reference",
1395
1338
  "typeName": {
1396
1339
  "type": "identifier",
1397
- "name": "Agent"
1340
+ "name": "McpTool"
1341
+ }
1342
+ }
1343
+ }
1344
+ },
1345
+ {
1346
+ "name": "stickyTop",
1347
+ "annotation": {
1348
+ "type": "keyword",
1349
+ "value": "number"
1350
+ }
1351
+ }
1352
+ ],
1353
+ "events": [],
1354
+ "methods": [],
1355
+ "types": [
1356
+ {
1357
+ "type": "interface",
1358
+ "name": "McpTool",
1359
+ "body": [
1360
+ {
1361
+ "type": "propertySignature",
1362
+ "key": {
1363
+ "type": "identifier",
1364
+ "name": "name"
1365
+ },
1366
+ "annotation": {
1367
+ "type": "keyword",
1368
+ "value": "string"
1369
+ },
1370
+ "computed": false
1371
+ },
1372
+ {
1373
+ "type": "propertySignature",
1374
+ "key": {
1375
+ "type": "identifier",
1376
+ "name": "title"
1377
+ },
1378
+ "annotation": {
1379
+ "type": "keyword",
1380
+ "value": "string"
1381
+ },
1382
+ "computed": false
1383
+ },
1384
+ {
1385
+ "type": "propertySignature",
1386
+ "key": {
1387
+ "type": "identifier",
1388
+ "name": "description"
1389
+ },
1390
+ "annotation": {
1391
+ "type": "keyword",
1392
+ "value": "string"
1393
+ },
1394
+ "computed": false
1395
+ },
1396
+ {
1397
+ "type": "propertySignature",
1398
+ "key": {
1399
+ "type": "identifier",
1400
+ "name": "icon"
1401
+ },
1402
+ "annotation": {
1403
+ "type": "reference",
1404
+ "typeName": {
1405
+ "type": "identifier",
1406
+ "name": "GeneralIconProps"
1407
+ }
1408
+ },
1409
+ "optional": true,
1410
+ "computed": false
1411
+ },
1412
+ {
1413
+ "type": "propertySignature",
1414
+ "key": {
1415
+ "type": "identifier",
1416
+ "name": "server"
1417
+ },
1418
+ "annotation": {
1419
+ "type": "reference",
1420
+ "typeName": {
1421
+ "type": "identifier",
1422
+ "name": "McpServer"
1423
+ }
1424
+ },
1425
+ "computed": false
1426
+ }
1427
+ ]
1428
+ },
1429
+ {
1430
+ "type": "interface",
1431
+ "name": "McpServer",
1432
+ "body": [
1433
+ {
1434
+ "type": "propertySignature",
1435
+ "key": {
1436
+ "type": "identifier",
1437
+ "name": "id"
1438
+ },
1439
+ "annotation": {
1440
+ "type": "keyword",
1441
+ "value": "string"
1442
+ },
1443
+ "computed": false
1444
+ },
1445
+ {
1446
+ "type": "propertySignature",
1447
+ "key": {
1448
+ "type": "identifier",
1449
+ "name": "name"
1450
+ },
1451
+ "annotation": {
1452
+ "type": "keyword",
1453
+ "value": "string"
1454
+ },
1455
+ "computed": false
1456
+ }
1457
+ ]
1458
+ }
1459
+ ]
1460
+ },
1461
+ "ai-portal.ai-employees": {
1462
+ "properties": [
1463
+ {
1464
+ "name": "list",
1465
+ "annotation": {
1466
+ "type": "array",
1467
+ "elementType": {
1468
+ "type": "reference",
1469
+ "typeName": {
1470
+ "type": "identifier",
1471
+ "name": "Employee"
1398
1472
  }
1399
1473
  }
1400
1474
  }
1401
1475
  },
1476
+ {
1477
+ "name": "industries",
1478
+ "annotation": {
1479
+ "type": "array",
1480
+ "elementType": {
1481
+ "type": "keyword",
1482
+ "value": "string"
1483
+ }
1484
+ }
1485
+ },
1402
1486
  {
1403
1487
  "name": "urlTemplate",
1404
1488
  "annotation": {
@@ -1419,7 +1503,7 @@
1419
1503
  "types": [
1420
1504
  {
1421
1505
  "type": "interface",
1422
- "name": "Agent",
1506
+ "name": "Employee",
1423
1507
  "body": [
1424
1508
  {
1425
1509
  "type": "propertySignature",
@@ -1437,7 +1521,7 @@
1437
1521
  "type": "propertySignature",
1438
1522
  "key": {
1439
1523
  "type": "identifier",
1440
- "name": "description"
1524
+ "name": "industry"
1441
1525
  },
1442
1526
  "annotation": {
1443
1527
  "type": "keyword",
@@ -1449,30 +1533,35 @@
1449
1533
  "type": "propertySignature",
1450
1534
  "key": {
1451
1535
  "type": "identifier",
1452
- "name": "icon"
1536
+ "name": "role"
1453
1537
  },
1454
1538
  "annotation": {
1455
- "type": "reference",
1456
- "typeName": {
1457
- "type": "identifier",
1458
- "name": "GeneralIconProps"
1459
- }
1539
+ "type": "keyword",
1540
+ "value": "string"
1541
+ },
1542
+ "computed": false
1543
+ },
1544
+ {
1545
+ "type": "propertySignature",
1546
+ "key": {
1547
+ "type": "identifier",
1548
+ "name": "description"
1549
+ },
1550
+ "annotation": {
1551
+ "type": "keyword",
1552
+ "value": "string"
1460
1553
  },
1461
- "optional": true,
1462
1554
  "computed": false
1463
1555
  },
1464
1556
  {
1465
1557
  "type": "propertySignature",
1466
1558
  "key": {
1467
1559
  "type": "identifier",
1468
- "name": "tags"
1560
+ "name": "avatar"
1469
1561
  },
1470
1562
  "annotation": {
1471
- "type": "array",
1472
- "elementType": {
1473
- "type": "keyword",
1474
- "value": "string"
1475
- }
1563
+ "type": "keyword",
1564
+ "value": "string"
1476
1565
  },
1477
1566
  "optional": true,
1478
1567
  "computed": false
@@ -1481,7 +1570,7 @@
1481
1570
  }
1482
1571
  ]
1483
1572
  },
1484
- "ai-portal.ai-employees": {
1573
+ "ai-portal.ai-agents": {
1485
1574
  "properties": [
1486
1575
  {
1487
1576
  "name": "list",
@@ -1491,21 +1580,11 @@
1491
1580
  "type": "reference",
1492
1581
  "typeName": {
1493
1582
  "type": "identifier",
1494
- "name": "Employee"
1583
+ "name": "Agent"
1495
1584
  }
1496
1585
  }
1497
1586
  }
1498
1587
  },
1499
- {
1500
- "name": "industries",
1501
- "annotation": {
1502
- "type": "array",
1503
- "elementType": {
1504
- "type": "keyword",
1505
- "value": "string"
1506
- }
1507
- }
1508
- },
1509
1588
  {
1510
1589
  "name": "urlTemplate",
1511
1590
  "annotation": {
@@ -1526,7 +1605,7 @@
1526
1605
  "types": [
1527
1606
  {
1528
1607
  "type": "interface",
1529
- "name": "Employee",
1608
+ "name": "Agent",
1530
1609
  "body": [
1531
1610
  {
1532
1611
  "type": "propertySignature",
@@ -1544,19 +1623,7 @@
1544
1623
  "type": "propertySignature",
1545
1624
  "key": {
1546
1625
  "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"
1626
+ "name": "description"
1560
1627
  },
1561
1628
  "annotation": {
1562
1629
  "type": "keyword",
@@ -1568,23 +1635,30 @@
1568
1635
  "type": "propertySignature",
1569
1636
  "key": {
1570
1637
  "type": "identifier",
1571
- "name": "description"
1638
+ "name": "icon"
1572
1639
  },
1573
1640
  "annotation": {
1574
- "type": "keyword",
1575
- "value": "string"
1641
+ "type": "reference",
1642
+ "typeName": {
1643
+ "type": "identifier",
1644
+ "name": "GeneralIconProps"
1645
+ }
1576
1646
  },
1647
+ "optional": true,
1577
1648
  "computed": false
1578
1649
  },
1579
1650
  {
1580
1651
  "type": "propertySignature",
1581
1652
  "key": {
1582
1653
  "type": "identifier",
1583
- "name": "avatar"
1654
+ "name": "tags"
1584
1655
  },
1585
1656
  "annotation": {
1586
- "type": "keyword",
1587
- "value": "string"
1657
+ "type": "array",
1658
+ "elementType": {
1659
+ "type": "keyword",
1660
+ "value": "string"
1661
+ }
1588
1662
  },
1589
1663
  "optional": true,
1590
1664
  "computed": false
@@ -1834,20 +1908,239 @@
1834
1908
  }
1835
1909
  ]
1836
1910
  }
1837
- }
1838
- }
1839
- ],
1840
- "methods": [],
1841
- "types": [
1911
+ }
1912
+ }
1913
+ ],
1914
+ "methods": [],
1915
+ "types": [
1916
+ {
1917
+ "type": "interface",
1918
+ "name": "ActionItem",
1919
+ "body": [
1920
+ {
1921
+ "type": "propertySignature",
1922
+ "key": {
1923
+ "type": "identifier",
1924
+ "name": "text"
1925
+ },
1926
+ "annotation": {
1927
+ "type": "keyword",
1928
+ "value": "string"
1929
+ },
1930
+ "computed": false
1931
+ },
1932
+ {
1933
+ "type": "propertySignature",
1934
+ "key": {
1935
+ "type": "identifier",
1936
+ "name": "key"
1937
+ },
1938
+ "annotation": {
1939
+ "type": "keyword",
1940
+ "value": "string"
1941
+ },
1942
+ "computed": false
1943
+ },
1944
+ {
1945
+ "type": "propertySignature",
1946
+ "key": {
1947
+ "type": "identifier",
1948
+ "name": "icon"
1949
+ },
1950
+ "annotation": {
1951
+ "type": "reference",
1952
+ "typeName": {
1953
+ "type": "identifier",
1954
+ "name": "GeneralIconProps"
1955
+ }
1956
+ },
1957
+ "optional": true,
1958
+ "computed": false
1959
+ },
1960
+ {
1961
+ "type": "propertySignature",
1962
+ "key": {
1963
+ "type": "identifier",
1964
+ "name": "hidden"
1965
+ },
1966
+ "annotation": {
1967
+ "type": "keyword",
1968
+ "value": "boolean"
1969
+ },
1970
+ "optional": true,
1971
+ "computed": false
1972
+ }
1973
+ ]
1974
+ }
1975
+ ]
1976
+ },
1977
+ "ai-portal.project-conversations": {
1978
+ "properties": [
1979
+ {
1980
+ "name": "list",
1981
+ "annotation": {
1982
+ "type": "array",
1983
+ "elementType": {
1984
+ "type": "reference",
1985
+ "typeName": {
1986
+ "type": "identifier",
1987
+ "name": "Conversation"
1988
+ }
1989
+ }
1990
+ }
1991
+ },
1992
+ {
1993
+ "name": "urlTemplate",
1994
+ "annotation": {
1995
+ "type": "keyword",
1996
+ "value": "string"
1997
+ }
1998
+ },
1999
+ {
2000
+ "name": "actions",
2001
+ "annotation": {
2002
+ "type": "array",
2003
+ "elementType": {
2004
+ "type": "reference",
2005
+ "typeName": {
2006
+ "type": "identifier",
2007
+ "name": "ActionType"
2008
+ }
2009
+ }
2010
+ }
2011
+ },
2012
+ {
2013
+ "name": "goals",
2014
+ "annotation": {
2015
+ "type": "array",
2016
+ "elementType": {
2017
+ "type": "reference",
2018
+ "typeName": {
2019
+ "type": "identifier",
2020
+ "name": "Goal"
2021
+ }
2022
+ }
2023
+ }
2024
+ }
2025
+ ],
2026
+ "events": [
2027
+ {
2028
+ "name": "goal.click",
2029
+ "detail": {
2030
+ "annotation": {
2031
+ "type": "reference",
2032
+ "typeName": {
2033
+ "type": "identifier",
2034
+ "name": "Conversation"
2035
+ }
2036
+ }
2037
+ }
2038
+ },
2039
+ {
2040
+ "name": "action.click",
2041
+ "detail": {
2042
+ "annotation": {
2043
+ "type": "reference",
2044
+ "typeName": {
2045
+ "type": "identifier",
2046
+ "name": "ActionClickDetail"
2047
+ }
2048
+ }
2049
+ }
2050
+ }
2051
+ ],
2052
+ "methods": [],
2053
+ "types": [
2054
+ {
2055
+ "type": "interface",
2056
+ "name": "Conversation",
2057
+ "body": [
2058
+ {
2059
+ "type": "propertySignature",
2060
+ "key": {
2061
+ "type": "identifier",
2062
+ "name": "conversationId"
2063
+ },
2064
+ "annotation": {
2065
+ "type": "keyword",
2066
+ "value": "string"
2067
+ },
2068
+ "computed": false
2069
+ },
2070
+ {
2071
+ "type": "propertySignature",
2072
+ "key": {
2073
+ "type": "identifier",
2074
+ "name": "title"
2075
+ },
2076
+ "annotation": {
2077
+ "type": "keyword",
2078
+ "value": "string"
2079
+ },
2080
+ "computed": false
2081
+ },
2082
+ {
2083
+ "type": "propertySignature",
2084
+ "key": {
2085
+ "type": "identifier",
2086
+ "name": "startTime"
2087
+ },
2088
+ "annotation": {
2089
+ "type": "keyword",
2090
+ "value": "number"
2091
+ },
2092
+ "computed": false
2093
+ },
2094
+ {
2095
+ "type": "propertySignature",
2096
+ "key": {
2097
+ "type": "identifier",
2098
+ "name": "description"
2099
+ },
2100
+ "annotation": {
2101
+ "type": "keyword",
2102
+ "value": "string"
2103
+ },
2104
+ "optional": true,
2105
+ "computed": false
2106
+ },
2107
+ {
2108
+ "type": "propertySignature",
2109
+ "key": {
2110
+ "type": "identifier",
2111
+ "name": "goalInstanceId"
2112
+ },
2113
+ "annotation": {
2114
+ "type": "keyword",
2115
+ "value": "string"
2116
+ },
2117
+ "optional": true,
2118
+ "computed": false
2119
+ },
2120
+ {
2121
+ "type": "propertySignature",
2122
+ "key": {
2123
+ "type": "identifier",
2124
+ "name": "username"
2125
+ },
2126
+ "annotation": {
2127
+ "type": "keyword",
2128
+ "value": "string"
2129
+ },
2130
+ "optional": true,
2131
+ "computed": false
2132
+ }
2133
+ ]
2134
+ },
1842
2135
  {
1843
2136
  "type": "interface",
1844
- "name": "ActionItem",
2137
+ "name": "Goal",
1845
2138
  "body": [
1846
2139
  {
1847
2140
  "type": "propertySignature",
1848
2141
  "key": {
1849
2142
  "type": "identifier",
1850
- "name": "text"
2143
+ "name": "instanceId"
1851
2144
  },
1852
2145
  "annotation": {
1853
2146
  "type": "keyword",
@@ -1859,41 +2152,48 @@
1859
2152
  "type": "propertySignature",
1860
2153
  "key": {
1861
2154
  "type": "identifier",
1862
- "name": "key"
2155
+ "name": "title"
1863
2156
  },
1864
2157
  "annotation": {
1865
2158
  "type": "keyword",
1866
2159
  "value": "string"
1867
2160
  },
1868
2161
  "computed": false
1869
- },
2162
+ }
2163
+ ]
2164
+ },
2165
+ {
2166
+ "type": "interface",
2167
+ "name": "ActionClickDetail",
2168
+ "body": [
1870
2169
  {
1871
2170
  "type": "propertySignature",
1872
2171
  "key": {
1873
2172
  "type": "identifier",
1874
- "name": "icon"
2173
+ "name": "action"
1875
2174
  },
1876
2175
  "annotation": {
1877
2176
  "type": "reference",
1878
2177
  "typeName": {
1879
2178
  "type": "identifier",
1880
- "name": "GeneralIconProps"
2179
+ "name": "SimpleActionType"
1881
2180
  }
1882
2181
  },
1883
- "optional": true,
1884
2182
  "computed": false
1885
2183
  },
1886
2184
  {
1887
2185
  "type": "propertySignature",
1888
2186
  "key": {
1889
2187
  "type": "identifier",
1890
- "name": "hidden"
2188
+ "name": "item"
1891
2189
  },
1892
2190
  "annotation": {
1893
- "type": "keyword",
1894
- "value": "boolean"
2191
+ "type": "reference",
2192
+ "typeName": {
2193
+ "type": "identifier",
2194
+ "name": "Conversation"
2195
+ }
1895
2196
  },
1896
- "optional": true,
1897
2197
  "computed": false
1898
2198
  }
1899
2199
  ]
@@ -2723,361 +3023,91 @@
2723
3023
  }
2724
3024
  },
2725
3025
  "computed": false
2726
- }
2727
- ]
2728
- },
2729
- "computed": false
2730
- }
2731
- ]
2732
- },
2733
- "computed": false
2734
- }
2735
- ],
2736
- "extends": [
2737
- {
2738
- "type": "expressionWithTypeArguments",
2739
- "expression": {
2740
- "type": "identifier",
2741
- "name": "ActivityBase"
2742
- }
2743
- }
2744
- ]
2745
- },
2746
- {
2747
- "type": "interface",
2748
- "name": "ActivityOfAddComment",
2749
- "body": [
2750
- {
2751
- "type": "propertySignature",
2752
- "key": {
2753
- "type": "identifier",
2754
- "name": "action_type"
2755
- },
2756
- "annotation": {
2757
- "type": "jsLiteral",
2758
- "value": "add_comment"
2759
- },
2760
- "computed": false
2761
- },
2762
- {
2763
- "type": "propertySignature",
2764
- "key": {
2765
- "type": "identifier",
2766
- "name": "metadata"
2767
- },
2768
- "annotation": {
2769
- "type": "typeLiteral",
2770
- "members": [
2771
- {
2772
- "type": "propertySignature",
2773
- "key": {
2774
- "type": "identifier",
2775
- "name": "comment_content"
2776
- },
2777
- "annotation": {
2778
- "type": "keyword",
2779
- "value": "string"
2780
- },
2781
- "computed": false
2782
- }
2783
- ]
2784
- },
2785
- "computed": false
2786
- }
2787
- ],
2788
- "extends": [
2789
- {
2790
- "type": "expressionWithTypeArguments",
2791
- "expression": {
2792
- "type": "identifier",
2793
- "name": "ActivityBase"
2794
- }
2795
- }
2796
- ]
2797
- },
2798
- {
2799
- "type": "interface",
2800
- "name": "ActivityOfStartConversation",
2801
- "body": [
2802
- {
2803
- "type": "propertySignature",
2804
- "key": {
2805
- "type": "identifier",
2806
- "name": "action_type"
2807
- },
2808
- "annotation": {
2809
- "type": "jsLiteral",
2810
- "value": "start_conversation"
2811
- },
2812
- "computed": false
2813
- },
2814
- {
2815
- "type": "propertySignature",
2816
- "key": {
2817
- "type": "identifier",
2818
- "name": "metadata"
2819
- },
2820
- "annotation": {
2821
- "type": "typeLiteral",
2822
- "members": [
2823
- {
2824
- "type": "propertySignature",
2825
- "key": {
2826
- "type": "identifier",
2827
- "name": "conversation_id"
2828
- },
2829
- "annotation": {
2830
- "type": "keyword",
2831
- "value": "string"
2832
- },
2833
- "computed": false
2834
- },
2835
- {
2836
- "type": "propertySignature",
2837
- "key": {
2838
- "type": "identifier",
2839
- "name": "conversation_title"
2840
- },
2841
- "annotation": {
2842
- "type": "keyword",
2843
- "value": "string"
2844
- },
2845
- "computed": false
2846
- },
2847
- {
2848
- "type": "propertySignature",
2849
- "key": {
2850
- "type": "identifier",
2851
- "name": "conversation_description"
2852
- },
2853
- "annotation": {
2854
- "type": "keyword",
2855
- "value": "string"
2856
- },
2857
- "optional": true,
2858
- "computed": false
2859
- }
2860
- ]
2861
- },
2862
- "computed": false
2863
- }
2864
- ],
2865
- "extends": [
2866
- {
2867
- "type": "expressionWithTypeArguments",
2868
- "expression": {
2869
- "type": "identifier",
2870
- "name": "ActivityBase"
2871
- }
2872
- }
2873
- ]
2874
- }
2875
- ]
2876
- },
2877
- "ai-portal.project-conversations": {
2878
- "properties": [
2879
- {
2880
- "name": "list",
2881
- "annotation": {
2882
- "type": "array",
2883
- "elementType": {
2884
- "type": "reference",
2885
- "typeName": {
2886
- "type": "identifier",
2887
- "name": "Conversation"
2888
- }
2889
- }
2890
- }
2891
- },
2892
- {
2893
- "name": "urlTemplate",
2894
- "annotation": {
2895
- "type": "keyword",
2896
- "value": "string"
2897
- }
2898
- },
2899
- {
2900
- "name": "actions",
2901
- "annotation": {
2902
- "type": "array",
2903
- "elementType": {
2904
- "type": "reference",
2905
- "typeName": {
2906
- "type": "identifier",
2907
- "name": "ActionType"
2908
- }
2909
- }
2910
- }
2911
- },
2912
- {
2913
- "name": "goals",
2914
- "annotation": {
2915
- "type": "array",
2916
- "elementType": {
2917
- "type": "reference",
2918
- "typeName": {
2919
- "type": "identifier",
2920
- "name": "Goal"
2921
- }
3026
+ }
3027
+ ]
3028
+ },
3029
+ "computed": false
3030
+ }
3031
+ ]
3032
+ },
3033
+ "computed": false
2922
3034
  }
2923
- }
2924
- }
2925
- ],
2926
- "events": [
2927
- {
2928
- "name": "goal.click",
2929
- "detail": {
2930
- "annotation": {
2931
- "type": "reference",
2932
- "typeName": {
3035
+ ],
3036
+ "extends": [
3037
+ {
3038
+ "type": "expressionWithTypeArguments",
3039
+ "expression": {
2933
3040
  "type": "identifier",
2934
- "name": "Conversation"
3041
+ "name": "ActivityBase"
2935
3042
  }
2936
3043
  }
2937
- }
3044
+ ]
2938
3045
  },
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
3046
  {
2955
3047
  "type": "interface",
2956
- "name": "Conversation",
3048
+ "name": "ActivityOfAddComment",
2957
3049
  "body": [
2958
3050
  {
2959
3051
  "type": "propertySignature",
2960
3052
  "key": {
2961
3053
  "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"
3054
+ "name": "action_type"
3012
3055
  },
3013
3056
  "annotation": {
3014
- "type": "keyword",
3015
- "value": "string"
3057
+ "type": "jsLiteral",
3058
+ "value": "add_comment"
3016
3059
  },
3017
- "optional": true,
3018
3060
  "computed": false
3019
3061
  },
3020
3062
  {
3021
3063
  "type": "propertySignature",
3022
3064
  "key": {
3023
3065
  "type": "identifier",
3024
- "name": "username"
3066
+ "name": "metadata"
3025
3067
  },
3026
3068
  "annotation": {
3027
- "type": "keyword",
3028
- "value": "string"
3069
+ "type": "typeLiteral",
3070
+ "members": [
3071
+ {
3072
+ "type": "propertySignature",
3073
+ "key": {
3074
+ "type": "identifier",
3075
+ "name": "comment_content"
3076
+ },
3077
+ "annotation": {
3078
+ "type": "keyword",
3079
+ "value": "string"
3080
+ },
3081
+ "computed": false
3082
+ }
3083
+ ]
3029
3084
  },
3030
- "optional": true,
3031
3085
  "computed": false
3032
3086
  }
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
- },
3087
+ ],
3088
+ "extends": [
3051
3089
  {
3052
- "type": "propertySignature",
3053
- "key": {
3090
+ "type": "expressionWithTypeArguments",
3091
+ "expression": {
3054
3092
  "type": "identifier",
3055
- "name": "title"
3056
- },
3057
- "annotation": {
3058
- "type": "keyword",
3059
- "value": "string"
3060
- },
3061
- "computed": false
3093
+ "name": "ActivityBase"
3094
+ }
3062
3095
  }
3063
3096
  ]
3064
3097
  },
3065
3098
  {
3066
3099
  "type": "interface",
3067
- "name": "ActionClickDetail",
3100
+ "name": "ActivityOfStartConversation",
3068
3101
  "body": [
3069
3102
  {
3070
3103
  "type": "propertySignature",
3071
3104
  "key": {
3072
3105
  "type": "identifier",
3073
- "name": "action"
3106
+ "name": "action_type"
3074
3107
  },
3075
3108
  "annotation": {
3076
- "type": "reference",
3077
- "typeName": {
3078
- "type": "identifier",
3079
- "name": "SimpleActionType"
3080
- }
3109
+ "type": "jsLiteral",
3110
+ "value": "start_conversation"
3081
3111
  },
3082
3112
  "computed": false
3083
3113
  },
@@ -3085,80 +3115,64 @@
3085
3115
  "type": "propertySignature",
3086
3116
  "key": {
3087
3117
  "type": "identifier",
3088
- "name": "item"
3118
+ "name": "metadata"
3089
3119
  },
3090
3120
  "annotation": {
3091
- "type": "reference",
3092
- "typeName": {
3093
- "type": "identifier",
3094
- "name": "Conversation"
3095
- }
3096
- },
3097
- "computed": false
3098
- }
3099
- ]
3100
- }
3101
- ]
3102
- },
3103
- "ai-portal.chat-input": {
3104
- "properties": [
3105
- {
3106
- "name": "placeholder",
3107
- "annotation": {
3108
- "type": "keyword",
3109
- "value": "string"
3110
- }
3111
- },
3112
- {
3113
- "name": "autoFocus",
3114
- "annotation": {
3115
- "type": "keyword",
3116
- "value": "boolean"
3117
- }
3118
- },
3119
- {
3120
- "name": "submitDisabled",
3121
- "annotation": {
3122
- "type": "keyword",
3123
- "value": "boolean"
3124
- }
3125
- },
3126
- {
3127
- "name": "supportsTerminate",
3128
- "annotation": {
3129
- "type": "keyword",
3130
- "value": "boolean"
3131
- }
3132
- },
3133
- {
3134
- "name": "terminating",
3135
- "annotation": {
3136
- "type": "keyword",
3137
- "value": "boolean"
3138
- }
3139
- }
3140
- ],
3141
- "events": [
3142
- {
3143
- "name": "message.submit",
3144
- "detail": {
3145
- "annotation": {
3146
- "type": "keyword",
3147
- "value": "string"
3121
+ "type": "typeLiteral",
3122
+ "members": [
3123
+ {
3124
+ "type": "propertySignature",
3125
+ "key": {
3126
+ "type": "identifier",
3127
+ "name": "conversation_id"
3128
+ },
3129
+ "annotation": {
3130
+ "type": "keyword",
3131
+ "value": "string"
3132
+ },
3133
+ "computed": false
3134
+ },
3135
+ {
3136
+ "type": "propertySignature",
3137
+ "key": {
3138
+ "type": "identifier",
3139
+ "name": "conversation_title"
3140
+ },
3141
+ "annotation": {
3142
+ "type": "keyword",
3143
+ "value": "string"
3144
+ },
3145
+ "computed": false
3146
+ },
3147
+ {
3148
+ "type": "propertySignature",
3149
+ "key": {
3150
+ "type": "identifier",
3151
+ "name": "conversation_description"
3152
+ },
3153
+ "annotation": {
3154
+ "type": "keyword",
3155
+ "value": "string"
3156
+ },
3157
+ "optional": true,
3158
+ "computed": false
3159
+ }
3160
+ ]
3161
+ },
3162
+ "computed": false
3148
3163
  }
3149
- }
3150
- },
3151
- {
3152
- "name": "terminate",
3153
- "detail": {
3154
- "annotation": {
3155
- "type": "keyword",
3156
- "value": "void"
3164
+ ],
3165
+ "extends": [
3166
+ {
3167
+ "type": "expressionWithTypeArguments",
3168
+ "expression": {
3169
+ "type": "identifier",
3170
+ "name": "ActivityBase"
3171
+ }
3157
3172
  }
3158
- }
3173
+ ]
3159
3174
  }
3160
- ],
3161
- "methods": []
3175
+ ]
3162
3176
  },
3163
3177
  "ai-portal.show-case": {
3164
3178
  "properties": [
@@ -3258,6 +3272,66 @@
3258
3272
  }
3259
3273
  ]
3260
3274
  },
3275
+ "ai-portal.chat-input": {
3276
+ "properties": [
3277
+ {
3278
+ "name": "placeholder",
3279
+ "annotation": {
3280
+ "type": "keyword",
3281
+ "value": "string"
3282
+ }
3283
+ },
3284
+ {
3285
+ "name": "autoFocus",
3286
+ "annotation": {
3287
+ "type": "keyword",
3288
+ "value": "boolean"
3289
+ }
3290
+ },
3291
+ {
3292
+ "name": "submitDisabled",
3293
+ "annotation": {
3294
+ "type": "keyword",
3295
+ "value": "boolean"
3296
+ }
3297
+ },
3298
+ {
3299
+ "name": "supportsTerminate",
3300
+ "annotation": {
3301
+ "type": "keyword",
3302
+ "value": "boolean"
3303
+ }
3304
+ },
3305
+ {
3306
+ "name": "terminating",
3307
+ "annotation": {
3308
+ "type": "keyword",
3309
+ "value": "boolean"
3310
+ }
3311
+ }
3312
+ ],
3313
+ "events": [
3314
+ {
3315
+ "name": "message.submit",
3316
+ "detail": {
3317
+ "annotation": {
3318
+ "type": "keyword",
3319
+ "value": "string"
3320
+ }
3321
+ }
3322
+ },
3323
+ {
3324
+ "name": "terminate",
3325
+ "detail": {
3326
+ "annotation": {
3327
+ "type": "keyword",
3328
+ "value": "void"
3329
+ }
3330
+ }
3331
+ }
3332
+ ],
3333
+ "methods": []
3334
+ },
3261
3335
  "ai-portal.stage-flow": {
3262
3336
  "properties": [
3263
3337
  {
@@ -4422,10 +4496,13 @@
4422
4496
  }
4423
4497
  },
4424
4498
  {
4425
- "name": "uploadBucket",
4499
+ "name": "uploadFiles",
4426
4500
  "annotation": {
4427
- "type": "keyword",
4428
- "value": "string"
4501
+ "type": "reference",
4502
+ "typeName": {
4503
+ "type": "identifier",
4504
+ "name": "UploadFileOptions"
4505
+ }
4429
4506
  }
4430
4507
  }
4431
4508
  ],
@@ -4439,6 +4516,18 @@
4439
4516
  }
4440
4517
  }
4441
4518
  },
4519
+ {
4520
+ "name": "chat.submit",
4521
+ "detail": {
4522
+ "annotation": {
4523
+ "type": "reference",
4524
+ "typeName": {
4525
+ "type": "identifier",
4526
+ "name": "ChatPayload"
4527
+ }
4528
+ }
4529
+ }
4530
+ },
4442
4531
  {
4443
4532
  "name": "ai-employee.mention",
4444
4533
  "detail": {
@@ -4480,31 +4569,6 @@
4480
4569
  ]
4481
4570
  }
4482
4571
  }
4483
- },
4484
- {
4485
- "name": "files.change",
4486
- "detail": {
4487
- "annotation": {
4488
- "type": "union",
4489
- "types": [
4490
- {
4491
- "type": "array",
4492
- "elementType": {
4493
- "type": "keyword",
4494
- "value": "string"
4495
- }
4496
- },
4497
- {
4498
- "type": "keyword",
4499
- "value": "null"
4500
- },
4501
- {
4502
- "type": "keyword",
4503
- "value": "undefined"
4504
- }
4505
- ]
4506
- }
4507
- }
4508
4572
  }
4509
4573
  ],
4510
4574
  "methods": [
@@ -4627,6 +4691,75 @@
4627
4691
  "computed": false
4628
4692
  }
4629
4693
  ]
4694
+ },
4695
+ {
4696
+ "type": "interface",
4697
+ "name": "UploadFileOptions",
4698
+ "body": [
4699
+ {
4700
+ "type": "propertySignature",
4701
+ "key": {
4702
+ "type": "identifier",
4703
+ "name": "enabled"
4704
+ },
4705
+ "annotation": {
4706
+ "type": "keyword",
4707
+ "value": "boolean"
4708
+ },
4709
+ "optional": true,
4710
+ "computed": false
4711
+ },
4712
+ {
4713
+ "type": "propertySignature",
4714
+ "key": {
4715
+ "type": "identifier",
4716
+ "name": "accept"
4717
+ },
4718
+ "annotation": {
4719
+ "type": "keyword",
4720
+ "value": "string"
4721
+ },
4722
+ "optional": true,
4723
+ "computed": false
4724
+ }
4725
+ ]
4726
+ },
4727
+ {
4728
+ "type": "interface",
4729
+ "name": "ChatPayload",
4730
+ "body": [
4731
+ {
4732
+ "type": "propertySignature",
4733
+ "key": {
4734
+ "type": "identifier",
4735
+ "name": "content"
4736
+ },
4737
+ "annotation": {
4738
+ "type": "keyword",
4739
+ "value": "string"
4740
+ },
4741
+ "computed": false
4742
+ },
4743
+ {
4744
+ "type": "propertySignature",
4745
+ "key": {
4746
+ "type": "identifier",
4747
+ "name": "files"
4748
+ },
4749
+ "annotation": {
4750
+ "type": "array",
4751
+ "elementType": {
4752
+ "type": "reference",
4753
+ "typeName": {
4754
+ "type": "identifier",
4755
+ "name": "UploadFileInfo"
4756
+ }
4757
+ }
4758
+ },
4759
+ "optional": true,
4760
+ "computed": false
4761
+ }
4762
+ ]
4630
4763
  }
4631
4764
  ]
4632
4765
  },
@@ -5248,6 +5381,25 @@
5248
5381
  },
5249
5382
  "optional": true,
5250
5383
  "computed": false
5384
+ },
5385
+ {
5386
+ "type": "propertySignature",
5387
+ "key": {
5388
+ "type": "identifier",
5389
+ "name": "files"
5390
+ },
5391
+ "annotation": {
5392
+ "type": "array",
5393
+ "elementType": {
5394
+ "type": "reference",
5395
+ "typeName": {
5396
+ "type": "identifier",
5397
+ "name": "UploadFileInfo"
5398
+ }
5399
+ }
5400
+ },
5401
+ "optional": true,
5402
+ "computed": false
5251
5403
  }
5252
5404
  ]
5253
5405
  },
@@ -5344,6 +5496,24 @@
5344
5496
  }
5345
5497
  ]
5346
5498
  },
5499
+ {
5500
+ "type": "interface",
5501
+ "name": "UploadFileInfo",
5502
+ "body": [
5503
+ {
5504
+ "type": "propertySignature",
5505
+ "key": {
5506
+ "type": "identifier",
5507
+ "name": "fileId"
5508
+ },
5509
+ "annotation": {
5510
+ "type": "keyword",
5511
+ "value": "string"
5512
+ },
5513
+ "computed": false
5514
+ }
5515
+ ]
5516
+ },
5347
5517
  {
5348
5518
  "type": "interface",
5349
5519
  "name": "ShowCaseType",
@@ -5807,6 +5977,25 @@
5807
5977
  },
5808
5978
  "optional": true,
5809
5979
  "computed": false
5980
+ },
5981
+ {
5982
+ "type": "propertySignature",
5983
+ "key": {
5984
+ "type": "identifier",
5985
+ "name": "files"
5986
+ },
5987
+ "annotation": {
5988
+ "type": "array",
5989
+ "elementType": {
5990
+ "type": "reference",
5991
+ "typeName": {
5992
+ "type": "identifier",
5993
+ "name": "UploadFileInfo"
5994
+ }
5995
+ }
5996
+ },
5997
+ "optional": true,
5998
+ "computed": false
5810
5999
  }
5811
6000
  ]
5812
6001
  },
@@ -5903,6 +6092,24 @@
5903
6092
  }
5904
6093
  ]
5905
6094
  },
6095
+ {
6096
+ "type": "interface",
6097
+ "name": "UploadFileInfo",
6098
+ "body": [
6099
+ {
6100
+ "type": "propertySignature",
6101
+ "key": {
6102
+ "type": "identifier",
6103
+ "name": "fileId"
6104
+ },
6105
+ "annotation": {
6106
+ "type": "keyword",
6107
+ "value": "string"
6108
+ },
6109
+ "computed": false
6110
+ }
6111
+ ]
6112
+ },
5906
6113
  {
5907
6114
  "type": "interface",
5908
6115
  "name": "ShowCaseType",