@next-bricks/ai-portal 0.38.1 → 0.39.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 (33) hide show
  1. package/dist/bricks.json +38 -24
  2. package/dist/chunks/1004.e208af15.js +2 -0
  3. package/dist/chunks/1004.e208af15.js.map +1 -0
  4. package/dist/chunks/{goal-card-list.80cea354.js → goal-card-list.e1e50f2f.js} +3 -3
  5. package/dist/chunks/goal-card-list.e1e50f2f.js.map +1 -0
  6. package/dist/chunks/{main.e20d5ad9.js → main.a3754994.js} +2 -2
  7. package/dist/chunks/{main.e20d5ad9.js.map → main.a3754994.js.map} +1 -1
  8. package/dist/chunks/project-conversations.8ea09318.js +3 -0
  9. package/dist/chunks/project-conversations.8ea09318.js.LICENSE.txt +5 -0
  10. package/dist/chunks/project-conversations.8ea09318.js.map +1 -0
  11. package/dist/chunks/project-knowledges.bbbed4a6.js +3 -0
  12. package/dist/chunks/project-knowledges.bbbed4a6.js.LICENSE.txt +5 -0
  13. package/dist/chunks/project-knowledges.bbbed4a6.js.map +1 -0
  14. package/dist/examples.json +21 -15
  15. package/dist/{index.d30def34.js → index.3bc6e052.js} +2 -2
  16. package/dist/index.3bc6e052.js.map +1 -0
  17. package/dist/manifest.json +331 -263
  18. package/dist/types.json +537 -222
  19. package/dist-types/bootstrap.d.ts +2 -0
  20. package/dist-types/project-conversations/i18n.d.ts +15 -0
  21. package/dist-types/project-conversations/index.d.ts +30 -0
  22. package/dist-types/project-conversations/index.spec.d.ts +1 -0
  23. package/dist-types/project-knowledges/i18n.d.ts +15 -0
  24. package/dist-types/project-knowledges/index.d.ts +29 -0
  25. package/dist-types/project-knowledges/index.spec.d.ts +1 -0
  26. package/docs/project-conversations.md +25 -0
  27. package/docs/project-knowledges.md +24 -0
  28. package/package.json +2 -2
  29. package/dist/chunks/9981.fc6a1b64.js +0 -2
  30. package/dist/chunks/9981.fc6a1b64.js.map +0 -1
  31. package/dist/chunks/goal-card-list.80cea354.js.map +0 -1
  32. package/dist/index.d30def34.js.map +0 -1
  33. /package/dist/chunks/{goal-card-list.80cea354.js.LICENSE.txt → goal-card-list.e1e50f2f.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -4,110 +4,6 @@
4
4
  "events": [],
5
5
  "methods": []
6
6
  },
7
- "ai-portal.stat-with-mini-chart": {
8
- "properties": [
9
- {
10
- "name": "label",
11
- "annotation": {
12
- "type": "keyword",
13
- "value": "string"
14
- }
15
- },
16
- {
17
- "name": "value",
18
- "annotation": {
19
- "type": "keyword",
20
- "value": "string"
21
- }
22
- },
23
- {
24
- "name": "size",
25
- "annotation": {
26
- "type": "union",
27
- "types": [
28
- {
29
- "type": "jsLiteral",
30
- "value": "medium"
31
- },
32
- {
33
- "type": "jsLiteral",
34
- "value": "small"
35
- }
36
- ]
37
- }
38
- },
39
- {
40
- "name": "lineColor",
41
- "annotation": {
42
- "type": "keyword",
43
- "value": "string"
44
- }
45
- },
46
- {
47
- "name": "showArea",
48
- "annotation": {
49
- "type": "keyword",
50
- "value": "boolean"
51
- }
52
- },
53
- {
54
- "name": "min",
55
- "annotation": {
56
- "type": "keyword",
57
- "value": "number"
58
- }
59
- },
60
- {
61
- "name": "max",
62
- "annotation": {
63
- "type": "keyword",
64
- "value": "number"
65
- }
66
- },
67
- {
68
- "name": "xField",
69
- "annotation": {
70
- "type": "keyword",
71
- "value": "string"
72
- }
73
- },
74
- {
75
- "name": "yField",
76
- "annotation": {
77
- "type": "keyword",
78
- "value": "string"
79
- }
80
- },
81
- {
82
- "name": "data",
83
- "annotation": {
84
- "type": "array",
85
- "elementType": {
86
- "type": "reference",
87
- "typeName": {
88
- "type": "identifier",
89
- "name": "Record"
90
- },
91
- "typeParameters": {
92
- "type": "typeParameterInstantiation",
93
- "params": [
94
- {
95
- "type": "keyword",
96
- "value": "string"
97
- },
98
- {
99
- "type": "keyword",
100
- "value": "number"
101
- }
102
- ]
103
- }
104
- }
105
- }
106
- }
107
- ],
108
- "events": [],
109
- "methods": []
110
- },
111
7
  "ai-portal.icon-button": {
112
8
  "properties": [
113
9
  {
@@ -536,44 +432,111 @@
536
432
  }
537
433
  ]
538
434
  },
539
- "ai-portal.chat-box": {
435
+ "ai-portal.stat-with-mini-chart": {
540
436
  "properties": [
541
437
  {
542
- "name": "disabled",
438
+ "name": "label",
543
439
  "annotation": {
544
440
  "type": "keyword",
545
- "value": "boolean"
441
+ "value": "string"
546
442
  }
547
443
  },
548
444
  {
549
- "name": "placeholder",
445
+ "name": "value",
550
446
  "annotation": {
551
447
  "type": "keyword",
552
448
  "value": "string"
553
449
  }
554
450
  },
555
451
  {
556
- "name": "autoFocus",
452
+ "name": "size",
453
+ "annotation": {
454
+ "type": "union",
455
+ "types": [
456
+ {
457
+ "type": "jsLiteral",
458
+ "value": "medium"
459
+ },
460
+ {
461
+ "type": "jsLiteral",
462
+ "value": "small"
463
+ }
464
+ ]
465
+ }
466
+ },
467
+ {
468
+ "name": "lineColor",
469
+ "annotation": {
470
+ "type": "keyword",
471
+ "value": "string"
472
+ }
473
+ },
474
+ {
475
+ "name": "showArea",
557
476
  "annotation": {
558
477
  "type": "keyword",
559
478
  "value": "boolean"
560
479
  }
561
- }
562
- ],
563
- "events": [
480
+ },
564
481
  {
565
- "name": "message.submit",
566
- "detail": {
567
- "annotation": {
568
- "type": "keyword",
569
- "value": "string"
482
+ "name": "min",
483
+ "annotation": {
484
+ "type": "keyword",
485
+ "value": "number"
486
+ }
487
+ },
488
+ {
489
+ "name": "max",
490
+ "annotation": {
491
+ "type": "keyword",
492
+ "value": "number"
493
+ }
494
+ },
495
+ {
496
+ "name": "xField",
497
+ "annotation": {
498
+ "type": "keyword",
499
+ "value": "string"
500
+ }
501
+ },
502
+ {
503
+ "name": "yField",
504
+ "annotation": {
505
+ "type": "keyword",
506
+ "value": "string"
507
+ }
508
+ },
509
+ {
510
+ "name": "data",
511
+ "annotation": {
512
+ "type": "array",
513
+ "elementType": {
514
+ "type": "reference",
515
+ "typeName": {
516
+ "type": "identifier",
517
+ "name": "Record"
518
+ },
519
+ "typeParameters": {
520
+ "type": "typeParameterInstantiation",
521
+ "params": [
522
+ {
523
+ "type": "keyword",
524
+ "value": "string"
525
+ },
526
+ {
527
+ "type": "keyword",
528
+ "value": "number"
529
+ }
530
+ ]
531
+ }
570
532
  }
571
533
  }
572
534
  }
573
535
  ],
536
+ "events": [],
574
537
  "methods": []
575
538
  },
576
- "ai-portal.show-cases": {
539
+ "ai-portal.project-knowledges": {
577
540
  "properties": [
578
541
  {
579
542
  "name": "list",
@@ -583,31 +546,57 @@
583
546
  "type": "reference",
584
547
  "typeName": {
585
548
  "type": "identifier",
586
- "name": "ShowCase"
549
+ "name": "Knowledge"
587
550
  }
588
551
  }
589
552
  }
590
553
  },
591
554
  {
592
- "name": "taskUrlTemplate",
555
+ "name": "urlTemplate",
593
556
  "annotation": {
594
557
  "type": "keyword",
595
558
  "value": "string"
596
559
  }
560
+ },
561
+ {
562
+ "name": "actions",
563
+ "annotation": {
564
+ "type": "array",
565
+ "elementType": {
566
+ "type": "reference",
567
+ "typeName": {
568
+ "type": "identifier",
569
+ "name": "ActionType"
570
+ }
571
+ }
572
+ }
573
+ }
574
+ ],
575
+ "events": [
576
+ {
577
+ "name": "action.click",
578
+ "detail": {
579
+ "annotation": {
580
+ "type": "reference",
581
+ "typeName": {
582
+ "type": "identifier",
583
+ "name": "ActionClickDetail"
584
+ }
585
+ }
586
+ }
597
587
  }
598
588
  ],
599
- "events": [],
600
589
  "methods": [],
601
590
  "types": [
602
591
  {
603
592
  "type": "interface",
604
- "name": "ShowCase",
593
+ "name": "Knowledge",
605
594
  "body": [
606
595
  {
607
596
  "type": "propertySignature",
608
597
  "key": {
609
598
  "type": "identifier",
610
- "name": "taskId"
599
+ "name": "knowledgeId"
611
600
  },
612
601
  "annotation": {
613
602
  "type": "keyword",
@@ -631,11 +620,11 @@
631
620
  "type": "propertySignature",
632
621
  "key": {
633
622
  "type": "identifier",
634
- "name": "summary"
623
+ "name": "time"
635
624
  },
636
625
  "annotation": {
637
626
  "type": "keyword",
638
- "value": "string"
627
+ "value": "number"
639
628
  },
640
629
  "computed": false
641
630
  },
@@ -643,32 +632,56 @@
643
632
  "type": "propertySignature",
644
633
  "key": {
645
634
  "type": "identifier",
646
- "name": "scenario"
635
+ "name": "description"
647
636
  },
648
637
  "annotation": {
649
638
  "type": "keyword",
650
639
  "value": "string"
651
640
  },
641
+ "optional": true,
652
642
  "computed": false
653
- },
643
+ }
644
+ ]
645
+ },
646
+ {
647
+ "type": "interface",
648
+ "name": "ActionClickDetail",
649
+ "body": [
654
650
  {
655
651
  "type": "propertySignature",
656
652
  "key": {
657
653
  "type": "identifier",
658
- "name": "thumbUrl"
654
+ "name": "action"
659
655
  },
660
656
  "annotation": {
661
- "type": "keyword",
662
- "value": "string"
657
+ "type": "reference",
658
+ "typeName": {
659
+ "type": "identifier",
660
+ "name": "SimpleActionType"
661
+ }
663
662
  },
664
- "optional": true,
665
663
  "computed": false
666
- }
667
- ]
668
- }
664
+ },
665
+ {
666
+ "type": "propertySignature",
667
+ "key": {
668
+ "type": "identifier",
669
+ "name": "item"
670
+ },
671
+ "annotation": {
672
+ "type": "reference",
673
+ "typeName": {
674
+ "type": "identifier",
675
+ "name": "Knowledge"
676
+ }
677
+ },
678
+ "computed": false
679
+ }
680
+ ]
681
+ }
669
682
  ]
670
683
  },
671
- "ai-portal.mcp-tools": {
684
+ "ai-portal.show-cases": {
672
685
  "properties": [
673
686
  {
674
687
  "name": "list",
@@ -678,16 +691,16 @@
678
691
  "type": "reference",
679
692
  "typeName": {
680
693
  "type": "identifier",
681
- "name": "McpTool"
694
+ "name": "ShowCase"
682
695
  }
683
696
  }
684
697
  }
685
698
  },
686
699
  {
687
- "name": "withContainer",
700
+ "name": "taskUrlTemplate",
688
701
  "annotation": {
689
702
  "type": "keyword",
690
- "value": "boolean"
703
+ "value": "string"
691
704
  }
692
705
  }
693
706
  ],
@@ -696,13 +709,13 @@
696
709
  "types": [
697
710
  {
698
711
  "type": "interface",
699
- "name": "McpTool",
712
+ "name": "ShowCase",
700
713
  "body": [
701
714
  {
702
715
  "type": "propertySignature",
703
716
  "key": {
704
717
  "type": "identifier",
705
- "name": "name"
718
+ "name": "taskId"
706
719
  },
707
720
  "annotation": {
708
721
  "type": "keyword",
@@ -726,7 +739,7 @@
726
739
  "type": "propertySignature",
727
740
  "key": {
728
741
  "type": "identifier",
729
- "name": "description"
742
+ "name": "summary"
730
743
  },
731
744
  "annotation": {
732
745
  "type": "keyword",
@@ -738,44 +751,7 @@
738
751
  "type": "propertySignature",
739
752
  "key": {
740
753
  "type": "identifier",
741
- "name": "icon"
742
- },
743
- "annotation": {
744
- "type": "reference",
745
- "typeName": {
746
- "type": "identifier",
747
- "name": "GeneralIconProps"
748
- }
749
- },
750
- "optional": true,
751
- "computed": false
752
- },
753
- {
754
- "type": "propertySignature",
755
- "key": {
756
- "type": "identifier",
757
- "name": "server"
758
- },
759
- "annotation": {
760
- "type": "reference",
761
- "typeName": {
762
- "type": "identifier",
763
- "name": "McpServer"
764
- }
765
- },
766
- "computed": false
767
- }
768
- ]
769
- },
770
- {
771
- "type": "interface",
772
- "name": "McpServer",
773
- "body": [
774
- {
775
- "type": "propertySignature",
776
- "key": {
777
- "type": "identifier",
778
- "name": "id"
754
+ "name": "scenario"
779
755
  },
780
756
  "annotation": {
781
757
  "type": "keyword",
@@ -787,19 +763,20 @@
787
763
  "type": "propertySignature",
788
764
  "key": {
789
765
  "type": "identifier",
790
- "name": "name"
766
+ "name": "thumbUrl"
791
767
  },
792
768
  "annotation": {
793
769
  "type": "keyword",
794
770
  "value": "string"
795
771
  },
772
+ "optional": true,
796
773
  "computed": false
797
774
  }
798
775
  ]
799
776
  }
800
777
  ]
801
778
  },
802
- "ai-portal.ai-employees": {
779
+ "ai-portal.mcp-tools": {
803
780
  "properties": [
804
781
  {
805
782
  "name": "list",
@@ -809,28 +786,11 @@
809
786
  "type": "reference",
810
787
  "typeName": {
811
788
  "type": "identifier",
812
- "name": "Employee"
789
+ "name": "McpTool"
813
790
  }
814
791
  }
815
792
  }
816
793
  },
817
- {
818
- "name": "industries",
819
- "annotation": {
820
- "type": "array",
821
- "elementType": {
822
- "type": "keyword",
823
- "value": "string"
824
- }
825
- }
826
- },
827
- {
828
- "name": "urlTemplate",
829
- "annotation": {
830
- "type": "keyword",
831
- "value": "string"
832
- }
833
- },
834
794
  {
835
795
  "name": "withContainer",
836
796
  "annotation": {
@@ -844,7 +804,7 @@
844
804
  "types": [
845
805
  {
846
806
  "type": "interface",
847
- "name": "Employee",
807
+ "name": "McpTool",
848
808
  "body": [
849
809
  {
850
810
  "type": "propertySignature",
@@ -862,7 +822,7 @@
862
822
  "type": "propertySignature",
863
823
  "key": {
864
824
  "type": "identifier",
865
- "name": "industry"
825
+ "name": "title"
866
826
  },
867
827
  "annotation": {
868
828
  "type": "keyword",
@@ -874,7 +834,7 @@
874
834
  "type": "propertySignature",
875
835
  "key": {
876
836
  "type": "identifier",
877
- "name": "role"
837
+ "name": "description"
878
838
  },
879
839
  "annotation": {
880
840
  "type": "keyword",
@@ -886,7 +846,44 @@
886
846
  "type": "propertySignature",
887
847
  "key": {
888
848
  "type": "identifier",
889
- "name": "description"
849
+ "name": "icon"
850
+ },
851
+ "annotation": {
852
+ "type": "reference",
853
+ "typeName": {
854
+ "type": "identifier",
855
+ "name": "GeneralIconProps"
856
+ }
857
+ },
858
+ "optional": true,
859
+ "computed": false
860
+ },
861
+ {
862
+ "type": "propertySignature",
863
+ "key": {
864
+ "type": "identifier",
865
+ "name": "server"
866
+ },
867
+ "annotation": {
868
+ "type": "reference",
869
+ "typeName": {
870
+ "type": "identifier",
871
+ "name": "McpServer"
872
+ }
873
+ },
874
+ "computed": false
875
+ }
876
+ ]
877
+ },
878
+ {
879
+ "type": "interface",
880
+ "name": "McpServer",
881
+ "body": [
882
+ {
883
+ "type": "propertySignature",
884
+ "key": {
885
+ "type": "identifier",
886
+ "name": "id"
890
887
  },
891
888
  "annotation": {
892
889
  "type": "keyword",
@@ -898,20 +895,19 @@
898
895
  "type": "propertySignature",
899
896
  "key": {
900
897
  "type": "identifier",
901
- "name": "avatar"
898
+ "name": "name"
902
899
  },
903
900
  "annotation": {
904
901
  "type": "keyword",
905
902
  "value": "string"
906
903
  },
907
- "optional": true,
908
904
  "computed": false
909
905
  }
910
906
  ]
911
907
  }
912
908
  ]
913
909
  },
914
- "ai-portal.ai-agents": {
910
+ "ai-portal.ai-employees": {
915
911
  "properties": [
916
912
  {
917
913
  "name": "list",
@@ -921,11 +917,21 @@
921
917
  "type": "reference",
922
918
  "typeName": {
923
919
  "type": "identifier",
924
- "name": "Agent"
920
+ "name": "Employee"
925
921
  }
926
922
  }
927
923
  }
928
924
  },
925
+ {
926
+ "name": "industries",
927
+ "annotation": {
928
+ "type": "array",
929
+ "elementType": {
930
+ "type": "keyword",
931
+ "value": "string"
932
+ }
933
+ }
934
+ },
929
935
  {
930
936
  "name": "urlTemplate",
931
937
  "annotation": {
@@ -946,7 +952,7 @@
946
952
  "types": [
947
953
  {
948
954
  "type": "interface",
949
- "name": "Agent",
955
+ "name": "Employee",
950
956
  "body": [
951
957
  {
952
958
  "type": "propertySignature",
@@ -964,7 +970,7 @@
964
970
  "type": "propertySignature",
965
971
  "key": {
966
972
  "type": "identifier",
967
- "name": "description"
973
+ "name": "industry"
968
974
  },
969
975
  "annotation": {
970
976
  "type": "keyword",
@@ -976,30 +982,35 @@
976
982
  "type": "propertySignature",
977
983
  "key": {
978
984
  "type": "identifier",
979
- "name": "icon"
985
+ "name": "role"
980
986
  },
981
987
  "annotation": {
982
- "type": "reference",
983
- "typeName": {
984
- "type": "identifier",
985
- "name": "GeneralIconProps"
986
- }
988
+ "type": "keyword",
989
+ "value": "string"
987
990
  },
988
- "optional": true,
989
991
  "computed": false
990
992
  },
991
993
  {
992
994
  "type": "propertySignature",
993
995
  "key": {
994
996
  "type": "identifier",
995
- "name": "tags"
997
+ "name": "description"
996
998
  },
997
999
  "annotation": {
998
- "type": "array",
999
- "elementType": {
1000
- "type": "keyword",
1001
- "value": "string"
1002
- }
1000
+ "type": "keyword",
1001
+ "value": "string"
1002
+ },
1003
+ "computed": false
1004
+ },
1005
+ {
1006
+ "type": "propertySignature",
1007
+ "key": {
1008
+ "type": "identifier",
1009
+ "name": "avatar"
1010
+ },
1011
+ "annotation": {
1012
+ "type": "keyword",
1013
+ "value": "string"
1003
1014
  },
1004
1015
  "optional": true,
1005
1016
  "computed": false
@@ -1230,6 +1241,140 @@
1230
1241
  }
1231
1242
  ]
1232
1243
  },
1244
+ "ai-portal.ai-agents": {
1245
+ "properties": [
1246
+ {
1247
+ "name": "list",
1248
+ "annotation": {
1249
+ "type": "array",
1250
+ "elementType": {
1251
+ "type": "reference",
1252
+ "typeName": {
1253
+ "type": "identifier",
1254
+ "name": "Agent"
1255
+ }
1256
+ }
1257
+ }
1258
+ },
1259
+ {
1260
+ "name": "urlTemplate",
1261
+ "annotation": {
1262
+ "type": "keyword",
1263
+ "value": "string"
1264
+ }
1265
+ },
1266
+ {
1267
+ "name": "withContainer",
1268
+ "annotation": {
1269
+ "type": "keyword",
1270
+ "value": "boolean"
1271
+ }
1272
+ }
1273
+ ],
1274
+ "events": [],
1275
+ "methods": [],
1276
+ "types": [
1277
+ {
1278
+ "type": "interface",
1279
+ "name": "Agent",
1280
+ "body": [
1281
+ {
1282
+ "type": "propertySignature",
1283
+ "key": {
1284
+ "type": "identifier",
1285
+ "name": "name"
1286
+ },
1287
+ "annotation": {
1288
+ "type": "keyword",
1289
+ "value": "string"
1290
+ },
1291
+ "computed": false
1292
+ },
1293
+ {
1294
+ "type": "propertySignature",
1295
+ "key": {
1296
+ "type": "identifier",
1297
+ "name": "description"
1298
+ },
1299
+ "annotation": {
1300
+ "type": "keyword",
1301
+ "value": "string"
1302
+ },
1303
+ "computed": false
1304
+ },
1305
+ {
1306
+ "type": "propertySignature",
1307
+ "key": {
1308
+ "type": "identifier",
1309
+ "name": "icon"
1310
+ },
1311
+ "annotation": {
1312
+ "type": "reference",
1313
+ "typeName": {
1314
+ "type": "identifier",
1315
+ "name": "GeneralIconProps"
1316
+ }
1317
+ },
1318
+ "optional": true,
1319
+ "computed": false
1320
+ },
1321
+ {
1322
+ "type": "propertySignature",
1323
+ "key": {
1324
+ "type": "identifier",
1325
+ "name": "tags"
1326
+ },
1327
+ "annotation": {
1328
+ "type": "array",
1329
+ "elementType": {
1330
+ "type": "keyword",
1331
+ "value": "string"
1332
+ }
1333
+ },
1334
+ "optional": true,
1335
+ "computed": false
1336
+ }
1337
+ ]
1338
+ }
1339
+ ]
1340
+ },
1341
+ "ai-portal.chat-box": {
1342
+ "properties": [
1343
+ {
1344
+ "name": "disabled",
1345
+ "annotation": {
1346
+ "type": "keyword",
1347
+ "value": "boolean"
1348
+ }
1349
+ },
1350
+ {
1351
+ "name": "placeholder",
1352
+ "annotation": {
1353
+ "type": "keyword",
1354
+ "value": "string"
1355
+ }
1356
+ },
1357
+ {
1358
+ "name": "autoFocus",
1359
+ "annotation": {
1360
+ "type": "keyword",
1361
+ "value": "boolean"
1362
+ }
1363
+ }
1364
+ ],
1365
+ "events": [
1366
+ {
1367
+ "name": "message.submit",
1368
+ "detail": {
1369
+ "annotation": {
1370
+ "type": "keyword",
1371
+ "value": "string"
1372
+ }
1373
+ }
1374
+ }
1375
+ ],
1376
+ "methods": []
1377
+ },
1233
1378
  "ai-portal.preview-container": {
1234
1379
  "properties": [
1235
1380
  {
@@ -1365,6 +1510,176 @@
1365
1510
  }
1366
1511
  ]
1367
1512
  },
1513
+ "ai-portal.project-conversations": {
1514
+ "properties": [
1515
+ {
1516
+ "name": "list",
1517
+ "annotation": {
1518
+ "type": "array",
1519
+ "elementType": {
1520
+ "type": "reference",
1521
+ "typeName": {
1522
+ "type": "identifier",
1523
+ "name": "Conversation"
1524
+ }
1525
+ }
1526
+ }
1527
+ },
1528
+ {
1529
+ "name": "urlTemplate",
1530
+ "annotation": {
1531
+ "type": "keyword",
1532
+ "value": "string"
1533
+ }
1534
+ },
1535
+ {
1536
+ "name": "actions",
1537
+ "annotation": {
1538
+ "type": "array",
1539
+ "elementType": {
1540
+ "type": "reference",
1541
+ "typeName": {
1542
+ "type": "identifier",
1543
+ "name": "ActionType"
1544
+ }
1545
+ }
1546
+ }
1547
+ }
1548
+ ],
1549
+ "events": [
1550
+ {
1551
+ "name": "goal.click",
1552
+ "detail": {
1553
+ "annotation": {
1554
+ "type": "reference",
1555
+ "typeName": {
1556
+ "type": "identifier",
1557
+ "name": "Conversation"
1558
+ }
1559
+ }
1560
+ }
1561
+ },
1562
+ {
1563
+ "name": "action.click",
1564
+ "detail": {
1565
+ "annotation": {
1566
+ "type": "reference",
1567
+ "typeName": {
1568
+ "type": "identifier",
1569
+ "name": "ActionClickDetail"
1570
+ }
1571
+ }
1572
+ }
1573
+ }
1574
+ ],
1575
+ "methods": [],
1576
+ "types": [
1577
+ {
1578
+ "type": "interface",
1579
+ "name": "Conversation",
1580
+ "body": [
1581
+ {
1582
+ "type": "propertySignature",
1583
+ "key": {
1584
+ "type": "identifier",
1585
+ "name": "conversationId"
1586
+ },
1587
+ "annotation": {
1588
+ "type": "keyword",
1589
+ "value": "string"
1590
+ },
1591
+ "computed": false
1592
+ },
1593
+ {
1594
+ "type": "propertySignature",
1595
+ "key": {
1596
+ "type": "identifier",
1597
+ "name": "title"
1598
+ },
1599
+ "annotation": {
1600
+ "type": "keyword",
1601
+ "value": "string"
1602
+ },
1603
+ "computed": false
1604
+ },
1605
+ {
1606
+ "type": "propertySignature",
1607
+ "key": {
1608
+ "type": "identifier",
1609
+ "name": "startTime"
1610
+ },
1611
+ "annotation": {
1612
+ "type": "keyword",
1613
+ "value": "number"
1614
+ },
1615
+ "computed": false
1616
+ },
1617
+ {
1618
+ "type": "propertySignature",
1619
+ "key": {
1620
+ "type": "identifier",
1621
+ "name": "description"
1622
+ },
1623
+ "annotation": {
1624
+ "type": "keyword",
1625
+ "value": "string"
1626
+ },
1627
+ "optional": true,
1628
+ "computed": false
1629
+ },
1630
+ {
1631
+ "type": "propertySignature",
1632
+ "key": {
1633
+ "type": "identifier",
1634
+ "name": "goal"
1635
+ },
1636
+ "annotation": {
1637
+ "type": "keyword",
1638
+ "value": "string"
1639
+ },
1640
+ "optional": true,
1641
+ "computed": false
1642
+ }
1643
+ ]
1644
+ },
1645
+ {
1646
+ "type": "interface",
1647
+ "name": "ActionClickDetail",
1648
+ "body": [
1649
+ {
1650
+ "type": "propertySignature",
1651
+ "key": {
1652
+ "type": "identifier",
1653
+ "name": "action"
1654
+ },
1655
+ "annotation": {
1656
+ "type": "reference",
1657
+ "typeName": {
1658
+ "type": "identifier",
1659
+ "name": "SimpleActionType"
1660
+ }
1661
+ },
1662
+ "computed": false
1663
+ },
1664
+ {
1665
+ "type": "propertySignature",
1666
+ "key": {
1667
+ "type": "identifier",
1668
+ "name": "item"
1669
+ },
1670
+ "annotation": {
1671
+ "type": "reference",
1672
+ "typeName": {
1673
+ "type": "identifier",
1674
+ "name": "Conversation"
1675
+ }
1676
+ },
1677
+ "computed": false
1678
+ }
1679
+ ]
1680
+ }
1681
+ ]
1682
+ },
1368
1683
  "ai-portal.elevo-sidebar": {
1369
1684
  "properties": [
1370
1685
  {