@next-bricks/ai-portal 0.41.0 → 0.41.2

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 (47) hide show
  1. package/dist/bricks.json +38 -38
  2. package/dist/chunks/2608.ecdc3896.js +2 -0
  3. package/dist/chunks/2608.ecdc3896.js.map +1 -0
  4. package/dist/chunks/{382.6655f2dc.js → 382.d2e3f46f.js} +2 -2
  5. package/dist/chunks/{382.6655f2dc.js.map → 382.d2e3f46f.js.map} +1 -1
  6. package/dist/chunks/{4957.b0937d56.js → 4957.f878df32.js} +3 -3
  7. package/dist/chunks/{4957.b0937d56.js.map → 4957.f878df32.js.map} +1 -1
  8. package/dist/chunks/{5521.eeb5a205.js → 5521.ef48a4d3.js} +2 -2
  9. package/dist/chunks/{5521.eeb5a205.js.map → 5521.ef48a4d3.js.map} +1 -1
  10. package/dist/chunks/6754.758fa3ae.js +2 -0
  11. package/dist/chunks/6754.758fa3ae.js.map +1 -0
  12. package/dist/chunks/{6862.fc9c39ee.js → 6862.32630cc8.js} +3 -3
  13. package/dist/chunks/{6862.fc9c39ee.js.map → 6862.32630cc8.js.map} +1 -1
  14. package/dist/chunks/activity-timeline.85a243bc.js +2 -0
  15. package/dist/chunks/activity-timeline.85a243bc.js.map +1 -0
  16. package/dist/chunks/chat-box.15e40b8e.js +2 -0
  17. package/dist/chunks/chat-box.15e40b8e.js.map +1 -0
  18. package/dist/chunks/chat-input.3e67d2d4.js +3 -0
  19. package/dist/chunks/chat-input.3e67d2d4.js.map +1 -0
  20. package/dist/chunks/goal-card-list.5f61cd91.js +3 -0
  21. package/dist/chunks/{goal-card-list.7a0aecb2.js.map → goal-card-list.5f61cd91.js.map} +1 -1
  22. package/dist/chunks/{main.8a0a20f0.js → main.24028689.js} +2 -2
  23. package/dist/chunks/{main.8a0a20f0.js.map → main.24028689.js.map} +1 -1
  24. package/dist/examples.json +20 -20
  25. package/dist/{index.b28b88f6.js → index.6143251e.js} +2 -2
  26. package/dist/{index.b28b88f6.js.map → index.6143251e.js.map} +1 -1
  27. package/dist/manifest.json +262 -262
  28. package/dist/types.json +481 -425
  29. package/dist-types/activity-timeline/i18n.d.ts +2 -0
  30. package/dist-types/activity-timeline/interfaces.d.ts +24 -16
  31. package/package.json +2 -2
  32. package/dist/chunks/2608.e0bf7de9.js +0 -2
  33. package/dist/chunks/2608.e0bf7de9.js.map +0 -1
  34. package/dist/chunks/3554.65e56ba5.js +0 -2
  35. package/dist/chunks/3554.65e56ba5.js.map +0 -1
  36. package/dist/chunks/activity-timeline.a7da73e9.js +0 -2
  37. package/dist/chunks/activity-timeline.a7da73e9.js.map +0 -1
  38. package/dist/chunks/chat-box.9c68697e.js +0 -2
  39. package/dist/chunks/chat-box.9c68697e.js.map +0 -1
  40. package/dist/chunks/chat-input.11a041ff.js +0 -3
  41. package/dist/chunks/chat-input.11a041ff.js.map +0 -1
  42. package/dist/chunks/goal-card-list.7a0aecb2.js +0 -3
  43. package/dist/images/de350a46.png +0 -0
  44. /package/dist/chunks/{4957.b0937d56.js.LICENSE.txt → 4957.f878df32.js.LICENSE.txt} +0 -0
  45. /package/dist/chunks/{6862.fc9c39ee.js.LICENSE.txt → 6862.32630cc8.js.LICENSE.txt} +0 -0
  46. /package/dist/chunks/{chat-input.11a041ff.js.LICENSE.txt → chat-input.3e67d2d4.js.LICENSE.txt} +0 -0
  47. /package/dist/chunks/{goal-card-list.7a0aecb2.js.LICENSE.txt → goal-card-list.5f61cd91.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -1,75 +1,4 @@
1
1
  {
2
- "ai-portal.icon-button": {
3
- "properties": [
4
- {
5
- "name": "icon",
6
- "annotation": {
7
- "type": "reference",
8
- "typeName": {
9
- "type": "identifier",
10
- "name": "GeneralIconProps"
11
- }
12
- }
13
- },
14
- {
15
- "name": "tooltip",
16
- "annotation": {
17
- "type": "keyword",
18
- "value": "string"
19
- }
20
- },
21
- {
22
- "name": "disabled",
23
- "annotation": {
24
- "type": "keyword",
25
- "value": "boolean"
26
- }
27
- },
28
- {
29
- "name": "variant",
30
- "annotation": {
31
- "type": "reference",
32
- "typeName": {
33
- "type": "identifier",
34
- "name": "IconButtonVariant"
35
- }
36
- }
37
- }
38
- ],
39
- "events": [],
40
- "methods": [],
41
- "types": [
42
- {
43
- "type": "typeAlias",
44
- "name": "IconButtonVariant",
45
- "annotation": {
46
- "type": "union",
47
- "types": [
48
- {
49
- "type": "jsLiteral",
50
- "value": "default"
51
- },
52
- {
53
- "type": "jsLiteral",
54
- "value": "light"
55
- },
56
- {
57
- "type": "jsLiteral",
58
- "value": "mini"
59
- },
60
- {
61
- "type": "jsLiteral",
62
- "value": "mini-light"
63
- },
64
- {
65
- "type": "jsLiteral",
66
- "value": "bordered"
67
- }
68
- ]
69
- }
70
- }
71
- ]
72
- },
73
2
  "ai-portal.stat-with-mini-chart": {
74
3
  "properties": [
75
4
  {
@@ -174,6 +103,77 @@
174
103
  "events": [],
175
104
  "methods": []
176
105
  },
106
+ "ai-portal.icon-button": {
107
+ "properties": [
108
+ {
109
+ "name": "icon",
110
+ "annotation": {
111
+ "type": "reference",
112
+ "typeName": {
113
+ "type": "identifier",
114
+ "name": "GeneralIconProps"
115
+ }
116
+ }
117
+ },
118
+ {
119
+ "name": "tooltip",
120
+ "annotation": {
121
+ "type": "keyword",
122
+ "value": "string"
123
+ }
124
+ },
125
+ {
126
+ "name": "disabled",
127
+ "annotation": {
128
+ "type": "keyword",
129
+ "value": "boolean"
130
+ }
131
+ },
132
+ {
133
+ "name": "variant",
134
+ "annotation": {
135
+ "type": "reference",
136
+ "typeName": {
137
+ "type": "identifier",
138
+ "name": "IconButtonVariant"
139
+ }
140
+ }
141
+ }
142
+ ],
143
+ "events": [],
144
+ "methods": [],
145
+ "types": [
146
+ {
147
+ "type": "typeAlias",
148
+ "name": "IconButtonVariant",
149
+ "annotation": {
150
+ "type": "union",
151
+ "types": [
152
+ {
153
+ "type": "jsLiteral",
154
+ "value": "default"
155
+ },
156
+ {
157
+ "type": "jsLiteral",
158
+ "value": "light"
159
+ },
160
+ {
161
+ "type": "jsLiteral",
162
+ "value": "mini"
163
+ },
164
+ {
165
+ "type": "jsLiteral",
166
+ "value": "mini-light"
167
+ },
168
+ {
169
+ "type": "jsLiteral",
170
+ "value": "bordered"
171
+ }
172
+ ]
173
+ }
174
+ }
175
+ ]
176
+ },
177
177
  "ai-portal.entity-sdk-get": {
178
178
  "type": "provider",
179
179
  "params": [
@@ -218,6 +218,50 @@
218
218
  }
219
219
  }
220
220
  },
221
+ "ai-portal.entity-sdk-list": {
222
+ "type": "provider",
223
+ "params": [
224
+ {
225
+ "name": "workspace",
226
+ "annotation": {
227
+ "type": "keyword",
228
+ "value": "string"
229
+ }
230
+ },
231
+ {
232
+ "name": "entity",
233
+ "annotation": {
234
+ "type": "keyword",
235
+ "value": "string"
236
+ }
237
+ },
238
+ {
239
+ "name": "params",
240
+ "annotation": {
241
+ "type": "keyword",
242
+ "value": "any"
243
+ }
244
+ }
245
+ ],
246
+ "returns": {
247
+ "annotation": {
248
+ "type": "reference",
249
+ "typeName": {
250
+ "type": "identifier",
251
+ "name": "Promise"
252
+ },
253
+ "typeParameters": {
254
+ "type": "typeParameterInstantiation",
255
+ "params": [
256
+ {
257
+ "type": "keyword",
258
+ "value": "unknown"
259
+ }
260
+ ]
261
+ }
262
+ }
263
+ }
264
+ },
221
265
  "ai-portal.save-request-store": {
222
266
  "type": "provider",
223
267
  "params": [
@@ -335,50 +379,6 @@
335
379
  }
336
380
  }
337
381
  },
338
- "ai-portal.entity-sdk-list": {
339
- "type": "provider",
340
- "params": [
341
- {
342
- "name": "workspace",
343
- "annotation": {
344
- "type": "keyword",
345
- "value": "string"
346
- }
347
- },
348
- {
349
- "name": "entity",
350
- "annotation": {
351
- "type": "keyword",
352
- "value": "string"
353
- }
354
- },
355
- {
356
- "name": "params",
357
- "annotation": {
358
- "type": "keyword",
359
- "value": "any"
360
- }
361
- }
362
- ],
363
- "returns": {
364
- "annotation": {
365
- "type": "reference",
366
- "typeName": {
367
- "type": "identifier",
368
- "name": "Promise"
369
- },
370
- "typeParameters": {
371
- "type": "typeParameterInstantiation",
372
- "params": [
373
- {
374
- "type": "keyword",
375
- "value": "unknown"
376
- }
377
- ]
378
- }
379
- }
380
- }
381
- },
382
382
  "ai-portal.page-container": {
383
383
  "properties": [
384
384
  {
@@ -531,12 +531,12 @@
531
531
  }
532
532
  ]
533
533
  },
534
- "ai-portal.home-container": {
534
+ "ai-portal.elevo-logo": {
535
535
  "properties": [],
536
536
  "events": [],
537
537
  "methods": []
538
538
  },
539
- "ai-portal.elevo-logo": {
539
+ "ai-portal.home-container": {
540
540
  "properties": [],
541
541
  "events": [],
542
542
  "methods": []
@@ -862,7 +862,7 @@
862
862
  }
863
863
  ]
864
864
  },
865
- "ai-portal.ai-employees": {
865
+ "ai-portal.mcp-tools": {
866
866
  "properties": [
867
867
  {
868
868
  "name": "list",
@@ -872,28 +872,11 @@
872
872
  "type": "reference",
873
873
  "typeName": {
874
874
  "type": "identifier",
875
- "name": "Employee"
875
+ "name": "McpTool"
876
876
  }
877
877
  }
878
878
  }
879
879
  },
880
- {
881
- "name": "industries",
882
- "annotation": {
883
- "type": "array",
884
- "elementType": {
885
- "type": "keyword",
886
- "value": "string"
887
- }
888
- }
889
- },
890
- {
891
- "name": "urlTemplate",
892
- "annotation": {
893
- "type": "keyword",
894
- "value": "string"
895
- }
896
- },
897
880
  {
898
881
  "name": "withContainer",
899
882
  "annotation": {
@@ -907,7 +890,7 @@
907
890
  "types": [
908
891
  {
909
892
  "type": "interface",
910
- "name": "Employee",
893
+ "name": "McpTool",
911
894
  "body": [
912
895
  {
913
896
  "type": "propertySignature",
@@ -925,7 +908,7 @@
925
908
  "type": "propertySignature",
926
909
  "key": {
927
910
  "type": "identifier",
928
- "name": "industry"
911
+ "name": "title"
929
912
  },
930
913
  "annotation": {
931
914
  "type": "keyword",
@@ -937,7 +920,7 @@
937
920
  "type": "propertySignature",
938
921
  "key": {
939
922
  "type": "identifier",
940
- "name": "role"
923
+ "name": "description"
941
924
  },
942
925
  "annotation": {
943
926
  "type": "keyword",
@@ -949,7 +932,44 @@
949
932
  "type": "propertySignature",
950
933
  "key": {
951
934
  "type": "identifier",
952
- "name": "description"
935
+ "name": "icon"
936
+ },
937
+ "annotation": {
938
+ "type": "reference",
939
+ "typeName": {
940
+ "type": "identifier",
941
+ "name": "GeneralIconProps"
942
+ }
943
+ },
944
+ "optional": true,
945
+ "computed": false
946
+ },
947
+ {
948
+ "type": "propertySignature",
949
+ "key": {
950
+ "type": "identifier",
951
+ "name": "server"
952
+ },
953
+ "annotation": {
954
+ "type": "reference",
955
+ "typeName": {
956
+ "type": "identifier",
957
+ "name": "McpServer"
958
+ }
959
+ },
960
+ "computed": false
961
+ }
962
+ ]
963
+ },
964
+ {
965
+ "type": "interface",
966
+ "name": "McpServer",
967
+ "body": [
968
+ {
969
+ "type": "propertySignature",
970
+ "key": {
971
+ "type": "identifier",
972
+ "name": "id"
953
973
  },
954
974
  "annotation": {
955
975
  "type": "keyword",
@@ -961,20 +981,19 @@
961
981
  "type": "propertySignature",
962
982
  "key": {
963
983
  "type": "identifier",
964
- "name": "avatar"
984
+ "name": "name"
965
985
  },
966
986
  "annotation": {
967
987
  "type": "keyword",
968
988
  "value": "string"
969
989
  },
970
- "optional": true,
971
990
  "computed": false
972
991
  }
973
992
  ]
974
993
  }
975
994
  ]
976
995
  },
977
- "ai-portal.mcp-tools": {
996
+ "ai-portal.ai-employees": {
978
997
  "properties": [
979
998
  {
980
999
  "name": "list",
@@ -984,11 +1003,28 @@
984
1003
  "type": "reference",
985
1004
  "typeName": {
986
1005
  "type": "identifier",
987
- "name": "McpTool"
1006
+ "name": "Employee"
988
1007
  }
989
1008
  }
990
1009
  }
991
1010
  },
1011
+ {
1012
+ "name": "industries",
1013
+ "annotation": {
1014
+ "type": "array",
1015
+ "elementType": {
1016
+ "type": "keyword",
1017
+ "value": "string"
1018
+ }
1019
+ }
1020
+ },
1021
+ {
1022
+ "name": "urlTemplate",
1023
+ "annotation": {
1024
+ "type": "keyword",
1025
+ "value": "string"
1026
+ }
1027
+ },
992
1028
  {
993
1029
  "name": "withContainer",
994
1030
  "annotation": {
@@ -1002,7 +1038,7 @@
1002
1038
  "types": [
1003
1039
  {
1004
1040
  "type": "interface",
1005
- "name": "McpTool",
1041
+ "name": "Employee",
1006
1042
  "body": [
1007
1043
  {
1008
1044
  "type": "propertySignature",
@@ -1020,7 +1056,7 @@
1020
1056
  "type": "propertySignature",
1021
1057
  "key": {
1022
1058
  "type": "identifier",
1023
- "name": "title"
1059
+ "name": "industry"
1024
1060
  },
1025
1061
  "annotation": {
1026
1062
  "type": "keyword",
@@ -1032,7 +1068,7 @@
1032
1068
  "type": "propertySignature",
1033
1069
  "key": {
1034
1070
  "type": "identifier",
1035
- "name": "description"
1071
+ "name": "role"
1036
1072
  },
1037
1073
  "annotation": {
1038
1074
  "type": "keyword",
@@ -1044,44 +1080,7 @@
1044
1080
  "type": "propertySignature",
1045
1081
  "key": {
1046
1082
  "type": "identifier",
1047
- "name": "icon"
1048
- },
1049
- "annotation": {
1050
- "type": "reference",
1051
- "typeName": {
1052
- "type": "identifier",
1053
- "name": "GeneralIconProps"
1054
- }
1055
- },
1056
- "optional": true,
1057
- "computed": false
1058
- },
1059
- {
1060
- "type": "propertySignature",
1061
- "key": {
1062
- "type": "identifier",
1063
- "name": "server"
1064
- },
1065
- "annotation": {
1066
- "type": "reference",
1067
- "typeName": {
1068
- "type": "identifier",
1069
- "name": "McpServer"
1070
- }
1071
- },
1072
- "computed": false
1073
- }
1074
- ]
1075
- },
1076
- {
1077
- "type": "interface",
1078
- "name": "McpServer",
1079
- "body": [
1080
- {
1081
- "type": "propertySignature",
1082
- "key": {
1083
- "type": "identifier",
1084
- "name": "id"
1083
+ "name": "description"
1085
1084
  },
1086
1085
  "annotation": {
1087
1086
  "type": "keyword",
@@ -1093,12 +1092,13 @@
1093
1092
  "type": "propertySignature",
1094
1093
  "key": {
1095
1094
  "type": "identifier",
1096
- "name": "name"
1095
+ "name": "avatar"
1097
1096
  },
1098
1097
  "annotation": {
1099
1098
  "type": "keyword",
1100
1099
  "value": "string"
1101
1100
  },
1101
+ "optional": true,
1102
1102
  "computed": false
1103
1103
  }
1104
1104
  ]
@@ -1441,6 +1441,129 @@
1441
1441
  }
1442
1442
  ]
1443
1443
  },
1444
+ "ai-portal.action-buttons": {
1445
+ "properties": [
1446
+ {
1447
+ "name": "items",
1448
+ "annotation": {
1449
+ "type": "array",
1450
+ "elementType": {
1451
+ "type": "reference",
1452
+ "typeName": {
1453
+ "type": "identifier",
1454
+ "name": "ActionItem"
1455
+ }
1456
+ }
1457
+ }
1458
+ },
1459
+ {
1460
+ "name": "multiple",
1461
+ "annotation": {
1462
+ "type": "keyword",
1463
+ "value": "boolean"
1464
+ }
1465
+ }
1466
+ ],
1467
+ "events": [
1468
+ {
1469
+ "name": "action.click",
1470
+ "detail": {
1471
+ "annotation": {
1472
+ "type": "reference",
1473
+ "typeName": {
1474
+ "type": "identifier",
1475
+ "name": "ActionItem"
1476
+ }
1477
+ }
1478
+ }
1479
+ }
1480
+ ],
1481
+ "methods": [],
1482
+ "types": [
1483
+ {
1484
+ "type": "interface",
1485
+ "name": "ActionItem",
1486
+ "body": [
1487
+ {
1488
+ "type": "propertySignature",
1489
+ "key": {
1490
+ "type": "identifier",
1491
+ "name": "text"
1492
+ },
1493
+ "annotation": {
1494
+ "type": "keyword",
1495
+ "value": "string"
1496
+ },
1497
+ "computed": false
1498
+ },
1499
+ {
1500
+ "type": "propertySignature",
1501
+ "key": {
1502
+ "type": "identifier",
1503
+ "name": "icon"
1504
+ },
1505
+ "annotation": {
1506
+ "type": "reference",
1507
+ "typeName": {
1508
+ "type": "identifier",
1509
+ "name": "GeneralIconProps"
1510
+ }
1511
+ },
1512
+ "optional": true,
1513
+ "computed": false
1514
+ },
1515
+ {
1516
+ "type": "propertySignature",
1517
+ "key": {
1518
+ "type": "identifier",
1519
+ "name": "active"
1520
+ },
1521
+ "annotation": {
1522
+ "type": "keyword",
1523
+ "value": "boolean"
1524
+ },
1525
+ "optional": true,
1526
+ "computed": false
1527
+ },
1528
+ {
1529
+ "type": "propertySignature",
1530
+ "key": {
1531
+ "type": "identifier",
1532
+ "name": "event"
1533
+ },
1534
+ "annotation": {
1535
+ "type": "keyword",
1536
+ "value": "string"
1537
+ },
1538
+ "optional": true,
1539
+ "computed": false
1540
+ },
1541
+ {
1542
+ "type": "propertySignature",
1543
+ "key": {
1544
+ "type": "identifier",
1545
+ "name": "hidden"
1546
+ },
1547
+ "annotation": {
1548
+ "type": "keyword",
1549
+ "value": "boolean"
1550
+ },
1551
+ "optional": true,
1552
+ "computed": false
1553
+ }
1554
+ ],
1555
+ "extends": [
1556
+ {
1557
+ "type": "expressionWithTypeArguments",
1558
+ "expression": {
1559
+ "type": "identifier",
1560
+ "name": "ButtonProps"
1561
+ }
1562
+ }
1563
+ ]
1564
+ }
1565
+ ]
1566
+ },
1444
1567
  "ai-portal.preview-container": {
1445
1568
  "properties": [
1446
1569
  {
@@ -1680,155 +1803,32 @@
1680
1803
  }
1681
1804
  ]
1682
1805
  },
1683
- "ai-portal.action-buttons": {
1806
+ "ai-portal.activity-timeline": {
1684
1807
  "properties": [
1685
1808
  {
1686
- "name": "items",
1809
+ "name": "list",
1687
1810
  "annotation": {
1688
1811
  "type": "array",
1689
1812
  "elementType": {
1690
1813
  "type": "reference",
1691
1814
  "typeName": {
1692
1815
  "type": "identifier",
1693
- "name": "ActionItem"
1816
+ "name": "Activity"
1694
1817
  }
1695
1818
  }
1696
1819
  }
1697
1820
  },
1698
1821
  {
1699
- "name": "multiple",
1822
+ "name": "chatUrlTemplate",
1700
1823
  "annotation": {
1701
1824
  "type": "keyword",
1702
- "value": "boolean"
1825
+ "value": "string"
1703
1826
  }
1704
1827
  }
1705
1828
  ],
1706
- "events": [
1707
- {
1708
- "name": "action.click",
1709
- "detail": {
1710
- "annotation": {
1711
- "type": "reference",
1712
- "typeName": {
1713
- "type": "identifier",
1714
- "name": "ActionItem"
1715
- }
1716
- }
1717
- }
1718
- }
1719
- ],
1720
- "methods": [],
1721
- "types": [
1722
- {
1723
- "type": "interface",
1724
- "name": "ActionItem",
1725
- "body": [
1726
- {
1727
- "type": "propertySignature",
1728
- "key": {
1729
- "type": "identifier",
1730
- "name": "text"
1731
- },
1732
- "annotation": {
1733
- "type": "keyword",
1734
- "value": "string"
1735
- },
1736
- "computed": false
1737
- },
1738
- {
1739
- "type": "propertySignature",
1740
- "key": {
1741
- "type": "identifier",
1742
- "name": "icon"
1743
- },
1744
- "annotation": {
1745
- "type": "reference",
1746
- "typeName": {
1747
- "type": "identifier",
1748
- "name": "GeneralIconProps"
1749
- }
1750
- },
1751
- "optional": true,
1752
- "computed": false
1753
- },
1754
- {
1755
- "type": "propertySignature",
1756
- "key": {
1757
- "type": "identifier",
1758
- "name": "active"
1759
- },
1760
- "annotation": {
1761
- "type": "keyword",
1762
- "value": "boolean"
1763
- },
1764
- "optional": true,
1765
- "computed": false
1766
- },
1767
- {
1768
- "type": "propertySignature",
1769
- "key": {
1770
- "type": "identifier",
1771
- "name": "event"
1772
- },
1773
- "annotation": {
1774
- "type": "keyword",
1775
- "value": "string"
1776
- },
1777
- "optional": true,
1778
- "computed": false
1779
- },
1780
- {
1781
- "type": "propertySignature",
1782
- "key": {
1783
- "type": "identifier",
1784
- "name": "hidden"
1785
- },
1786
- "annotation": {
1787
- "type": "keyword",
1788
- "value": "boolean"
1789
- },
1790
- "optional": true,
1791
- "computed": false
1792
- }
1793
- ],
1794
- "extends": [
1795
- {
1796
- "type": "expressionWithTypeArguments",
1797
- "expression": {
1798
- "type": "identifier",
1799
- "name": "ButtonProps"
1800
- }
1801
- }
1802
- ]
1803
- }
1804
- ]
1805
- },
1806
- "ai-portal.activity-timeline": {
1807
- "properties": [
1808
- {
1809
- "name": "list",
1810
- "annotation": {
1811
- "type": "array",
1812
- "elementType": {
1813
- "type": "reference",
1814
- "typeName": {
1815
- "type": "identifier",
1816
- "name": "Activity"
1817
- }
1818
- }
1819
- }
1820
- },
1821
- {
1822
- "name": "chatUrlTemplate",
1823
- "annotation": {
1824
- "type": "keyword",
1825
- "value": "string"
1826
- }
1827
- }
1828
- ],
1829
- "events": [],
1830
- "methods": [],
1831
- "types": [
1829
+ "events": [],
1830
+ "methods": [],
1831
+ "types": [
1832
1832
  {
1833
1833
  "type": "typeAlias",
1834
1834
  "name": "Activity",
@@ -2102,6 +2102,7 @@
2102
2102
  "type": "keyword",
2103
2103
  "value": "string"
2104
2104
  },
2105
+ "optional": true,
2105
2106
  "computed": false
2106
2107
  },
2107
2108
  {
@@ -2114,6 +2115,7 @@
2114
2115
  "type": "keyword",
2115
2116
  "value": "string"
2116
2117
  },
2118
+ "optional": true,
2117
2119
  "computed": false
2118
2120
  }
2119
2121
  ]
@@ -2139,6 +2141,7 @@
2139
2141
  "type": "keyword",
2140
2142
  "value": "string"
2141
2143
  },
2144
+ "optional": true,
2142
2145
  "computed": false
2143
2146
  },
2144
2147
  {
@@ -2151,6 +2154,7 @@
2151
2154
  "type": "keyword",
2152
2155
  "value": "string"
2153
2156
  },
2157
+ "optional": true,
2154
2158
  "computed": false
2155
2159
  }
2156
2160
  ]
@@ -2376,23 +2380,36 @@
2376
2380
  "type": "propertySignature",
2377
2381
  "key": {
2378
2382
  "type": "identifier",
2379
- "name": "user_id"
2380
- },
2381
- "annotation": {
2382
- "type": "keyword",
2383
- "value": "string"
2384
- },
2385
- "computed": false
2386
- },
2387
- {
2388
- "type": "propertySignature",
2389
- "key": {
2390
- "type": "identifier",
2391
- "name": "user_name"
2383
+ "name": "owner"
2392
2384
  },
2393
2385
  "annotation": {
2394
- "type": "keyword",
2395
- "value": "string"
2386
+ "type": "typeLiteral",
2387
+ "members": [
2388
+ {
2389
+ "type": "propertySignature",
2390
+ "key": {
2391
+ "type": "identifier",
2392
+ "name": "user_id"
2393
+ },
2394
+ "annotation": {
2395
+ "type": "keyword",
2396
+ "value": "string"
2397
+ },
2398
+ "computed": false
2399
+ },
2400
+ {
2401
+ "type": "propertySignature",
2402
+ "key": {
2403
+ "type": "identifier",
2404
+ "name": "user_name"
2405
+ },
2406
+ "annotation": {
2407
+ "type": "keyword",
2408
+ "value": "string"
2409
+ },
2410
+ "computed": false
2411
+ }
2412
+ ]
2396
2413
  },
2397
2414
  "computed": false
2398
2415
  }
@@ -2413,23 +2430,36 @@
2413
2430
  "type": "propertySignature",
2414
2431
  "key": {
2415
2432
  "type": "identifier",
2416
- "name": "user_id"
2417
- },
2418
- "annotation": {
2419
- "type": "keyword",
2420
- "value": "string"
2421
- },
2422
- "computed": false
2423
- },
2424
- {
2425
- "type": "propertySignature",
2426
- "key": {
2427
- "type": "identifier",
2428
- "name": "user_name"
2433
+ "name": "owner"
2429
2434
  },
2430
2435
  "annotation": {
2431
- "type": "keyword",
2432
- "value": "string"
2436
+ "type": "typeLiteral",
2437
+ "members": [
2438
+ {
2439
+ "type": "propertySignature",
2440
+ "key": {
2441
+ "type": "identifier",
2442
+ "name": "user_id"
2443
+ },
2444
+ "annotation": {
2445
+ "type": "keyword",
2446
+ "value": "string"
2447
+ },
2448
+ "computed": false
2449
+ },
2450
+ {
2451
+ "type": "propertySignature",
2452
+ "key": {
2453
+ "type": "identifier",
2454
+ "name": "user_name"
2455
+ },
2456
+ "annotation": {
2457
+ "type": "keyword",
2458
+ "value": "string"
2459
+ },
2460
+ "computed": false
2461
+ }
2462
+ ]
2433
2463
  },
2434
2464
  "computed": false
2435
2465
  }
@@ -2484,45 +2514,58 @@
2484
2514
  "name": "before"
2485
2515
  },
2486
2516
  "annotation": {
2487
- "type": "reference",
2488
- "typeName": {
2489
- "type": "identifier",
2490
- "name": "Array"
2491
- },
2492
- "typeParameters": {
2493
- "type": "typeParameterInstantiation",
2494
- "params": [
2495
- {
2496
- "type": "typeLiteral",
2497
- "members": [
2498
- {
2499
- "type": "propertySignature",
2500
- "key": {
2501
- "type": "identifier",
2502
- "name": "user_id"
2503
- },
2504
- "annotation": {
2505
- "type": "keyword",
2506
- "value": "string"
2507
- },
2508
- "computed": false
2509
- },
2510
- {
2511
- "type": "propertySignature",
2512
- "key": {
2513
- "type": "identifier",
2514
- "name": "user_name"
2515
- },
2516
- "annotation": {
2517
- "type": "keyword",
2518
- "value": "string"
2519
- },
2520
- "computed": false
2521
- }
2522
- ]
2523
- }
2524
- ]
2525
- }
2517
+ "type": "typeLiteral",
2518
+ "members": [
2519
+ {
2520
+ "type": "propertySignature",
2521
+ "key": {
2522
+ "type": "identifier",
2523
+ "name": "users"
2524
+ },
2525
+ "annotation": {
2526
+ "type": "reference",
2527
+ "typeName": {
2528
+ "type": "identifier",
2529
+ "name": "Array"
2530
+ },
2531
+ "typeParameters": {
2532
+ "type": "typeParameterInstantiation",
2533
+ "params": [
2534
+ {
2535
+ "type": "typeLiteral",
2536
+ "members": [
2537
+ {
2538
+ "type": "propertySignature",
2539
+ "key": {
2540
+ "type": "identifier",
2541
+ "name": "user_id"
2542
+ },
2543
+ "annotation": {
2544
+ "type": "keyword",
2545
+ "value": "string"
2546
+ },
2547
+ "computed": false
2548
+ },
2549
+ {
2550
+ "type": "propertySignature",
2551
+ "key": {
2552
+ "type": "identifier",
2553
+ "name": "user_name"
2554
+ },
2555
+ "annotation": {
2556
+ "type": "keyword",
2557
+ "value": "string"
2558
+ },
2559
+ "computed": false
2560
+ }
2561
+ ]
2562
+ }
2563
+ ]
2564
+ }
2565
+ },
2566
+ "computed": false
2567
+ }
2568
+ ]
2526
2569
  },
2527
2570
  "computed": false
2528
2571
  },
@@ -2533,45 +2576,58 @@
2533
2576
  "name": "after"
2534
2577
  },
2535
2578
  "annotation": {
2536
- "type": "reference",
2537
- "typeName": {
2538
- "type": "identifier",
2539
- "name": "Array"
2540
- },
2541
- "typeParameters": {
2542
- "type": "typeParameterInstantiation",
2543
- "params": [
2544
- {
2545
- "type": "typeLiteral",
2546
- "members": [
2547
- {
2548
- "type": "propertySignature",
2549
- "key": {
2550
- "type": "identifier",
2551
- "name": "user_id"
2552
- },
2553
- "annotation": {
2554
- "type": "keyword",
2555
- "value": "string"
2556
- },
2557
- "computed": false
2558
- },
2559
- {
2560
- "type": "propertySignature",
2561
- "key": {
2562
- "type": "identifier",
2563
- "name": "user_name"
2564
- },
2565
- "annotation": {
2566
- "type": "keyword",
2567
- "value": "string"
2568
- },
2569
- "computed": false
2570
- }
2571
- ]
2572
- }
2573
- ]
2574
- }
2579
+ "type": "typeLiteral",
2580
+ "members": [
2581
+ {
2582
+ "type": "propertySignature",
2583
+ "key": {
2584
+ "type": "identifier",
2585
+ "name": "users"
2586
+ },
2587
+ "annotation": {
2588
+ "type": "reference",
2589
+ "typeName": {
2590
+ "type": "identifier",
2591
+ "name": "Array"
2592
+ },
2593
+ "typeParameters": {
2594
+ "type": "typeParameterInstantiation",
2595
+ "params": [
2596
+ {
2597
+ "type": "typeLiteral",
2598
+ "members": [
2599
+ {
2600
+ "type": "propertySignature",
2601
+ "key": {
2602
+ "type": "identifier",
2603
+ "name": "user_id"
2604
+ },
2605
+ "annotation": {
2606
+ "type": "keyword",
2607
+ "value": "string"
2608
+ },
2609
+ "computed": false
2610
+ },
2611
+ {
2612
+ "type": "propertySignature",
2613
+ "key": {
2614
+ "type": "identifier",
2615
+ "name": "user_name"
2616
+ },
2617
+ "annotation": {
2618
+ "type": "keyword",
2619
+ "value": "string"
2620
+ },
2621
+ "computed": false
2622
+ }
2623
+ ]
2624
+ }
2625
+ ]
2626
+ }
2627
+ },
2628
+ "computed": false
2629
+ }
2630
+ ]
2575
2631
  },
2576
2632
  "computed": false
2577
2633
  }