@next-bricks/ai-portal 0.45.2 → 0.46.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.
package/dist/types.json CHANGED
@@ -1,105 +1,6 @@
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
- ],
2
+ "ai-portal.home-container": {
3
+ "properties": [],
103
4
  "events": [],
104
5
  "methods": []
105
6
  },
@@ -174,6 +75,87 @@
174
75
  }
175
76
  ]
176
77
  },
78
+ "ai-portal.page-container": {
79
+ "properties": [
80
+ {
81
+ "name": "pageTitle",
82
+ "annotation": {
83
+ "type": "keyword",
84
+ "value": "string"
85
+ }
86
+ },
87
+ {
88
+ "name": "breadcrumbs",
89
+ "annotation": {
90
+ "type": "array",
91
+ "elementType": {
92
+ "type": "reference",
93
+ "typeName": {
94
+ "type": "identifier",
95
+ "name": "Breadcrumb"
96
+ }
97
+ }
98
+ }
99
+ },
100
+ {
101
+ "name": "size",
102
+ "annotation": {
103
+ "type": "union",
104
+ "types": [
105
+ {
106
+ "type": "jsLiteral",
107
+ "value": "medium"
108
+ },
109
+ {
110
+ "type": "jsLiteral",
111
+ "value": "small"
112
+ }
113
+ ]
114
+ }
115
+ },
116
+ {
117
+ "name": "textContent",
118
+ "annotation": {
119
+ "type": "keyword",
120
+ "value": "string"
121
+ }
122
+ }
123
+ ],
124
+ "events": [],
125
+ "methods": [],
126
+ "types": [
127
+ {
128
+ "type": "interface",
129
+ "name": "Breadcrumb",
130
+ "body": [
131
+ {
132
+ "type": "propertySignature",
133
+ "key": {
134
+ "type": "identifier",
135
+ "name": "text"
136
+ },
137
+ "annotation": {
138
+ "type": "keyword",
139
+ "value": "string"
140
+ },
141
+ "computed": false
142
+ },
143
+ {
144
+ "type": "propertySignature",
145
+ "key": {
146
+ "type": "identifier",
147
+ "name": "url"
148
+ },
149
+ "annotation": {
150
+ "type": "keyword",
151
+ "value": "string"
152
+ },
153
+ "computed": false
154
+ }
155
+ ]
156
+ }
157
+ ]
158
+ },
177
159
  "ai-portal.call-tool": {
178
160
  "type": "provider",
179
161
  "params": [
@@ -347,87 +329,6 @@
347
329
  }
348
330
  }
349
331
  },
350
- "ai-portal.page-container": {
351
- "properties": [
352
- {
353
- "name": "pageTitle",
354
- "annotation": {
355
- "type": "keyword",
356
- "value": "string"
357
- }
358
- },
359
- {
360
- "name": "breadcrumbs",
361
- "annotation": {
362
- "type": "array",
363
- "elementType": {
364
- "type": "reference",
365
- "typeName": {
366
- "type": "identifier",
367
- "name": "Breadcrumb"
368
- }
369
- }
370
- }
371
- },
372
- {
373
- "name": "size",
374
- "annotation": {
375
- "type": "union",
376
- "types": [
377
- {
378
- "type": "jsLiteral",
379
- "value": "medium"
380
- },
381
- {
382
- "type": "jsLiteral",
383
- "value": "small"
384
- }
385
- ]
386
- }
387
- },
388
- {
389
- "name": "textContent",
390
- "annotation": {
391
- "type": "keyword",
392
- "value": "string"
393
- }
394
- }
395
- ],
396
- "events": [],
397
- "methods": [],
398
- "types": [
399
- {
400
- "type": "interface",
401
- "name": "Breadcrumb",
402
- "body": [
403
- {
404
- "type": "propertySignature",
405
- "key": {
406
- "type": "identifier",
407
- "name": "text"
408
- },
409
- "annotation": {
410
- "type": "keyword",
411
- "value": "string"
412
- },
413
- "computed": false
414
- },
415
- {
416
- "type": "propertySignature",
417
- "key": {
418
- "type": "identifier",
419
- "name": "url"
420
- },
421
- "annotation": {
422
- "type": "keyword",
423
- "value": "string"
424
- },
425
- "computed": false
426
- }
427
- ]
428
- }
429
- ]
430
- },
431
332
  "ai-portal.tab-list": {
432
333
  "properties": [
433
334
  {
@@ -499,8 +400,107 @@
499
400
  }
500
401
  ]
501
402
  },
502
- "ai-portal.home-container": {
503
- "properties": [],
403
+ "ai-portal.stat-with-mini-chart": {
404
+ "properties": [
405
+ {
406
+ "name": "label",
407
+ "annotation": {
408
+ "type": "keyword",
409
+ "value": "string"
410
+ }
411
+ },
412
+ {
413
+ "name": "value",
414
+ "annotation": {
415
+ "type": "keyword",
416
+ "value": "string"
417
+ }
418
+ },
419
+ {
420
+ "name": "size",
421
+ "annotation": {
422
+ "type": "union",
423
+ "types": [
424
+ {
425
+ "type": "jsLiteral",
426
+ "value": "medium"
427
+ },
428
+ {
429
+ "type": "jsLiteral",
430
+ "value": "small"
431
+ }
432
+ ]
433
+ }
434
+ },
435
+ {
436
+ "name": "lineColor",
437
+ "annotation": {
438
+ "type": "keyword",
439
+ "value": "string"
440
+ }
441
+ },
442
+ {
443
+ "name": "showArea",
444
+ "annotation": {
445
+ "type": "keyword",
446
+ "value": "boolean"
447
+ }
448
+ },
449
+ {
450
+ "name": "min",
451
+ "annotation": {
452
+ "type": "keyword",
453
+ "value": "number"
454
+ }
455
+ },
456
+ {
457
+ "name": "max",
458
+ "annotation": {
459
+ "type": "keyword",
460
+ "value": "number"
461
+ }
462
+ },
463
+ {
464
+ "name": "xField",
465
+ "annotation": {
466
+ "type": "keyword",
467
+ "value": "string"
468
+ }
469
+ },
470
+ {
471
+ "name": "yField",
472
+ "annotation": {
473
+ "type": "keyword",
474
+ "value": "string"
475
+ }
476
+ },
477
+ {
478
+ "name": "data",
479
+ "annotation": {
480
+ "type": "array",
481
+ "elementType": {
482
+ "type": "reference",
483
+ "typeName": {
484
+ "type": "identifier",
485
+ "name": "Record"
486
+ },
487
+ "typeParameters": {
488
+ "type": "typeParameterInstantiation",
489
+ "params": [
490
+ {
491
+ "type": "keyword",
492
+ "value": "string"
493
+ },
494
+ {
495
+ "type": "keyword",
496
+ "value": "number"
497
+ }
498
+ ]
499
+ }
500
+ }
501
+ }
502
+ }
503
+ ],
504
504
  "events": [],
505
505
  "methods": []
506
506
  },
@@ -679,7 +679,95 @@
679
679
  }
680
680
  ]
681
681
  },
682
- "ai-portal.show-cases": {
682
+ "ai-portal.show-cases": {
683
+ "properties": [
684
+ {
685
+ "name": "list",
686
+ "annotation": {
687
+ "type": "array",
688
+ "elementType": {
689
+ "type": "reference",
690
+ "typeName": {
691
+ "type": "identifier",
692
+ "name": "ShowCaseType"
693
+ }
694
+ }
695
+ }
696
+ }
697
+ ],
698
+ "events": [],
699
+ "methods": [],
700
+ "types": [
701
+ {
702
+ "type": "interface",
703
+ "name": "ShowCaseType",
704
+ "body": [
705
+ {
706
+ "type": "propertySignature",
707
+ "key": {
708
+ "type": "identifier",
709
+ "name": "conversationId"
710
+ },
711
+ "annotation": {
712
+ "type": "keyword",
713
+ "value": "string"
714
+ },
715
+ "computed": false
716
+ },
717
+ {
718
+ "type": "propertySignature",
719
+ "key": {
720
+ "type": "identifier",
721
+ "name": "title"
722
+ },
723
+ "annotation": {
724
+ "type": "keyword",
725
+ "value": "string"
726
+ },
727
+ "computed": false
728
+ },
729
+ {
730
+ "type": "propertySignature",
731
+ "key": {
732
+ "type": "identifier",
733
+ "name": "summary"
734
+ },
735
+ "annotation": {
736
+ "type": "keyword",
737
+ "value": "string"
738
+ },
739
+ "computed": false
740
+ },
741
+ {
742
+ "type": "propertySignature",
743
+ "key": {
744
+ "type": "identifier",
745
+ "name": "scenario"
746
+ },
747
+ "annotation": {
748
+ "type": "keyword",
749
+ "value": "string"
750
+ },
751
+ "computed": false
752
+ },
753
+ {
754
+ "type": "propertySignature",
755
+ "key": {
756
+ "type": "identifier",
757
+ "name": "url"
758
+ },
759
+ "annotation": {
760
+ "type": "keyword",
761
+ "value": "string"
762
+ },
763
+ "optional": true,
764
+ "computed": false
765
+ }
766
+ ]
767
+ }
768
+ ]
769
+ },
770
+ "ai-portal.mcp-tools": {
683
771
  "properties": [
684
772
  {
685
773
  "name": "list",
@@ -689,10 +777,17 @@
689
777
  "type": "reference",
690
778
  "typeName": {
691
779
  "type": "identifier",
692
- "name": "ShowCaseType"
780
+ "name": "McpTool"
693
781
  }
694
782
  }
695
783
  }
784
+ },
785
+ {
786
+ "name": "withContainer",
787
+ "annotation": {
788
+ "type": "keyword",
789
+ "value": "boolean"
790
+ }
696
791
  }
697
792
  ],
698
793
  "events": [],
@@ -700,13 +795,13 @@
700
795
  "types": [
701
796
  {
702
797
  "type": "interface",
703
- "name": "ShowCaseType",
798
+ "name": "McpTool",
704
799
  "body": [
705
800
  {
706
801
  "type": "propertySignature",
707
802
  "key": {
708
803
  "type": "identifier",
709
- "name": "conversationId"
804
+ "name": "name"
710
805
  },
711
806
  "annotation": {
712
807
  "type": "keyword",
@@ -730,7 +825,7 @@
730
825
  "type": "propertySignature",
731
826
  "key": {
732
827
  "type": "identifier",
733
- "name": "summary"
828
+ "name": "description"
734
829
  },
735
830
  "annotation": {
736
831
  "type": "keyword",
@@ -742,7 +837,44 @@
742
837
  "type": "propertySignature",
743
838
  "key": {
744
839
  "type": "identifier",
745
- "name": "scenario"
840
+ "name": "icon"
841
+ },
842
+ "annotation": {
843
+ "type": "reference",
844
+ "typeName": {
845
+ "type": "identifier",
846
+ "name": "GeneralIconProps"
847
+ }
848
+ },
849
+ "optional": true,
850
+ "computed": false
851
+ },
852
+ {
853
+ "type": "propertySignature",
854
+ "key": {
855
+ "type": "identifier",
856
+ "name": "server"
857
+ },
858
+ "annotation": {
859
+ "type": "reference",
860
+ "typeName": {
861
+ "type": "identifier",
862
+ "name": "McpServer"
863
+ }
864
+ },
865
+ "computed": false
866
+ }
867
+ ]
868
+ },
869
+ {
870
+ "type": "interface",
871
+ "name": "McpServer",
872
+ "body": [
873
+ {
874
+ "type": "propertySignature",
875
+ "key": {
876
+ "type": "identifier",
877
+ "name": "id"
746
878
  },
747
879
  "annotation": {
748
880
  "type": "keyword",
@@ -754,13 +886,12 @@
754
886
  "type": "propertySignature",
755
887
  "key": {
756
888
  "type": "identifier",
757
- "name": "url"
889
+ "name": "name"
758
890
  },
759
891
  "annotation": {
760
892
  "type": "keyword",
761
893
  "value": "string"
762
894
  },
763
- "optional": true,
764
895
  "computed": false
765
896
  }
766
897
  ]
@@ -889,137 +1020,6 @@
889
1020
  }
890
1021
  ]
891
1022
  },
892
- "ai-portal.mcp-tools": {
893
- "properties": [
894
- {
895
- "name": "list",
896
- "annotation": {
897
- "type": "array",
898
- "elementType": {
899
- "type": "reference",
900
- "typeName": {
901
- "type": "identifier",
902
- "name": "McpTool"
903
- }
904
- }
905
- }
906
- },
907
- {
908
- "name": "withContainer",
909
- "annotation": {
910
- "type": "keyword",
911
- "value": "boolean"
912
- }
913
- }
914
- ],
915
- "events": [],
916
- "methods": [],
917
- "types": [
918
- {
919
- "type": "interface",
920
- "name": "McpTool",
921
- "body": [
922
- {
923
- "type": "propertySignature",
924
- "key": {
925
- "type": "identifier",
926
- "name": "name"
927
- },
928
- "annotation": {
929
- "type": "keyword",
930
- "value": "string"
931
- },
932
- "computed": false
933
- },
934
- {
935
- "type": "propertySignature",
936
- "key": {
937
- "type": "identifier",
938
- "name": "title"
939
- },
940
- "annotation": {
941
- "type": "keyword",
942
- "value": "string"
943
- },
944
- "computed": false
945
- },
946
- {
947
- "type": "propertySignature",
948
- "key": {
949
- "type": "identifier",
950
- "name": "description"
951
- },
952
- "annotation": {
953
- "type": "keyword",
954
- "value": "string"
955
- },
956
- "computed": false
957
- },
958
- {
959
- "type": "propertySignature",
960
- "key": {
961
- "type": "identifier",
962
- "name": "icon"
963
- },
964
- "annotation": {
965
- "type": "reference",
966
- "typeName": {
967
- "type": "identifier",
968
- "name": "GeneralIconProps"
969
- }
970
- },
971
- "optional": true,
972
- "computed": false
973
- },
974
- {
975
- "type": "propertySignature",
976
- "key": {
977
- "type": "identifier",
978
- "name": "server"
979
- },
980
- "annotation": {
981
- "type": "reference",
982
- "typeName": {
983
- "type": "identifier",
984
- "name": "McpServer"
985
- }
986
- },
987
- "computed": false
988
- }
989
- ]
990
- },
991
- {
992
- "type": "interface",
993
- "name": "McpServer",
994
- "body": [
995
- {
996
- "type": "propertySignature",
997
- "key": {
998
- "type": "identifier",
999
- "name": "id"
1000
- },
1001
- "annotation": {
1002
- "type": "keyword",
1003
- "value": "string"
1004
- },
1005
- "computed": false
1006
- },
1007
- {
1008
- "type": "propertySignature",
1009
- "key": {
1010
- "type": "identifier",
1011
- "name": "name"
1012
- },
1013
- "annotation": {
1014
- "type": "keyword",
1015
- "value": "string"
1016
- },
1017
- "computed": false
1018
- }
1019
- ]
1020
- }
1021
- ]
1022
- },
1023
1023
  "ai-portal.ai-employees": {
1024
1024
  "properties": [
1025
1025
  {
@@ -3490,7 +3490,31 @@
3490
3490
  }
3491
3491
  }
3492
3492
  ],
3493
- "methods": [],
3493
+ "methods": [
3494
+ {
3495
+ "name": "appendChildDone",
3496
+ "params": [
3497
+ {
3498
+ "name": "pendingId",
3499
+ "annotation": {
3500
+ "type": "keyword",
3501
+ "value": "string"
3502
+ }
3503
+ },
3504
+ {
3505
+ "name": "newItem",
3506
+ "annotation": {
3507
+ "type": "reference",
3508
+ "typeName": {
3509
+ "type": "identifier",
3510
+ "name": "GoalItem"
3511
+ }
3512
+ }
3513
+ }
3514
+ ],
3515
+ "returns": {}
3516
+ }
3517
+ ],
3494
3518
  "types": [
3495
3519
  {
3496
3520
  "type": "interface",
@@ -3565,16 +3589,13 @@
3565
3589
  "type": "propertySignature",
3566
3590
  "key": {
3567
3591
  "type": "identifier",
3568
- "name": "child_target"
3592
+ "name": "owner"
3569
3593
  },
3570
3594
  "annotation": {
3571
- "type": "array",
3572
- "elementType": {
3573
- "type": "reference",
3574
- "typeName": {
3575
- "type": "identifier",
3576
- "name": "GoalItem"
3577
- }
3595
+ "type": "reference",
3596
+ "typeName": {
3597
+ "type": "identifier",
3598
+ "name": "GoalMember"
3578
3599
  }
3579
3600
  },
3580
3601
  "optional": true,
@@ -3584,7 +3605,7 @@
3584
3605
  "type": "propertySignature",
3585
3606
  "key": {
3586
3607
  "type": "identifier",
3587
- "name": "parent_target"
3608
+ "name": "users"
3588
3609
  },
3589
3610
  "annotation": {
3590
3611
  "type": "array",
@@ -3592,7 +3613,7 @@
3592
3613
  "type": "reference",
3593
3614
  "typeName": {
3594
3615
  "type": "identifier",
3595
- "name": "GoalItem"
3616
+ "name": "GoalMember"
3596
3617
  }
3597
3618
  }
3598
3619
  },
@@ -3603,58 +3624,48 @@
3603
3624
  "type": "propertySignature",
3604
3625
  "key": {
3605
3626
  "type": "identifier",
3606
- "name": "owner"
3627
+ "name": "instanceId"
3607
3628
  },
3608
3629
  "annotation": {
3609
- "type": "reference",
3610
- "typeName": {
3611
- "type": "identifier",
3612
- "name": "GoalMember"
3613
- }
3630
+ "type": "keyword",
3631
+ "value": "string"
3614
3632
  },
3615
- "optional": true,
3616
3633
  "computed": false
3617
3634
  },
3618
3635
  {
3619
3636
  "type": "propertySignature",
3620
3637
  "key": {
3621
3638
  "type": "identifier",
3622
- "name": "users"
3639
+ "name": "level"
3623
3640
  },
3624
3641
  "annotation": {
3625
- "type": "array",
3626
- "elementType": {
3627
- "type": "reference",
3628
- "typeName": {
3629
- "type": "identifier",
3630
- "name": "GoalMember"
3631
- }
3632
- }
3642
+ "type": "keyword",
3643
+ "value": "number"
3633
3644
  },
3634
- "optional": true,
3635
3645
  "computed": false
3636
3646
  },
3637
3647
  {
3638
3648
  "type": "propertySignature",
3639
3649
  "key": {
3640
3650
  "type": "identifier",
3641
- "name": "instanceId"
3651
+ "name": "pending"
3642
3652
  },
3643
3653
  "annotation": {
3644
3654
  "type": "keyword",
3645
- "value": "string"
3655
+ "value": "boolean"
3646
3656
  },
3657
+ "optional": true,
3647
3658
  "computed": false
3648
3659
  },
3649
3660
  {
3650
3661
  "type": "propertySignature",
3651
3662
  "key": {
3652
3663
  "type": "identifier",
3653
- "name": "offsetX"
3664
+ "name": "pendingParentId"
3654
3665
  },
3655
3666
  "annotation": {
3656
3667
  "type": "keyword",
3657
- "value": "number"
3668
+ "value": "string"
3658
3669
  },
3659
3670
  "optional": true,
3660
3671
  "computed": false