@next-bricks/ai-portal 0.56.2 → 0.57.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.json CHANGED
@@ -1,17 +1,4 @@
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
- },
15
2
  "ai-portal.stat-with-mini-chart": {
16
3
  "properties": [
17
4
  {
@@ -194,6 +181,19 @@
194
181
  }
195
182
  ]
196
183
  },
184
+ "ai-portal.home-container": {
185
+ "properties": [
186
+ {
187
+ "name": "sticky",
188
+ "annotation": {
189
+ "type": "keyword",
190
+ "value": "boolean"
191
+ }
192
+ }
193
+ ],
194
+ "events": [],
195
+ "methods": []
196
+ },
197
197
  "ai-portal.call-tool": {
198
198
  "type": "provider",
199
199
  "params": [
@@ -250,6 +250,71 @@
250
250
  }
251
251
  }
252
252
  },
253
+ "ai-portal.set-chat-command": {
254
+ "type": "provider",
255
+ "params": [
256
+ {
257
+ "name": "command",
258
+ "annotation": {
259
+ "type": "union",
260
+ "types": [
261
+ {
262
+ "type": "reference",
263
+ "typeName": {
264
+ "type": "identifier",
265
+ "name": "ChatCommand"
266
+ }
267
+ },
268
+ {
269
+ "type": "keyword",
270
+ "value": "null"
271
+ }
272
+ ]
273
+ }
274
+ }
275
+ ],
276
+ "returns": {
277
+ "annotation": {
278
+ "type": "keyword",
279
+ "value": "void"
280
+ }
281
+ },
282
+ "types": [
283
+ {
284
+ "type": "interface",
285
+ "name": "ChatCommand",
286
+ "body": [
287
+ {
288
+ "type": "propertySignature",
289
+ "key": {
290
+ "type": "identifier",
291
+ "name": "command"
292
+ },
293
+ "annotation": {
294
+ "type": "keyword",
295
+ "value": "string"
296
+ },
297
+ "computed": false
298
+ },
299
+ {
300
+ "type": "propertySignature",
301
+ "key": {
302
+ "type": "identifier",
303
+ "name": "payload"
304
+ },
305
+ "annotation": {
306
+ "type": "reference",
307
+ "typeName": {
308
+ "type": "identifier",
309
+ "name": "CommandPayload"
310
+ }
311
+ },
312
+ "computed": false
313
+ }
314
+ ]
315
+ }
316
+ ]
317
+ },
253
318
  "ai-portal.save-request-store": {
254
319
  "type": "provider",
255
320
  "params": [
@@ -659,71 +724,6 @@
659
724
  }
660
725
  }
661
726
  },
662
- "ai-portal.set-chat-command": {
663
- "type": "provider",
664
- "params": [
665
- {
666
- "name": "command",
667
- "annotation": {
668
- "type": "union",
669
- "types": [
670
- {
671
- "type": "reference",
672
- "typeName": {
673
- "type": "identifier",
674
- "name": "ChatCommand"
675
- }
676
- },
677
- {
678
- "type": "keyword",
679
- "value": "null"
680
- }
681
- ]
682
- }
683
- }
684
- ],
685
- "returns": {
686
- "annotation": {
687
- "type": "keyword",
688
- "value": "void"
689
- }
690
- },
691
- "types": [
692
- {
693
- "type": "interface",
694
- "name": "ChatCommand",
695
- "body": [
696
- {
697
- "type": "propertySignature",
698
- "key": {
699
- "type": "identifier",
700
- "name": "command"
701
- },
702
- "annotation": {
703
- "type": "keyword",
704
- "value": "string"
705
- },
706
- "computed": false
707
- },
708
- {
709
- "type": "propertySignature",
710
- "key": {
711
- "type": "identifier",
712
- "name": "payload"
713
- },
714
- "annotation": {
715
- "type": "reference",
716
- "typeName": {
717
- "type": "identifier",
718
- "name": "CommandPayload"
719
- }
720
- },
721
- "computed": false
722
- }
723
- ]
724
- }
725
- ]
726
- },
727
727
  "ai-portal.page-container": {
728
728
  "properties": [
729
729
  {
@@ -1232,7 +1232,7 @@
1232
1232
  }
1233
1233
  ]
1234
1234
  },
1235
- "ai-portal.show-cases": {
1235
+ "ai-portal.mcp-tools": {
1236
1236
  "properties": [
1237
1237
  {
1238
1238
  "name": "list",
@@ -1242,13 +1242,13 @@
1242
1242
  "type": "reference",
1243
1243
  "typeName": {
1244
1244
  "type": "identifier",
1245
- "name": "ShowCaseType"
1245
+ "name": "McpTool"
1246
1246
  }
1247
1247
  }
1248
1248
  }
1249
1249
  },
1250
1250
  {
1251
- "name": "limit",
1251
+ "name": "stickyTop",
1252
1252
  "annotation": {
1253
1253
  "type": "keyword",
1254
1254
  "value": "number"
@@ -1260,13 +1260,13 @@
1260
1260
  "types": [
1261
1261
  {
1262
1262
  "type": "interface",
1263
- "name": "ShowCaseType",
1263
+ "name": "McpTool",
1264
1264
  "body": [
1265
1265
  {
1266
1266
  "type": "propertySignature",
1267
1267
  "key": {
1268
1268
  "type": "identifier",
1269
- "name": "conversationId"
1269
+ "name": "name"
1270
1270
  },
1271
1271
  "annotation": {
1272
1272
  "type": "keyword",
@@ -1290,7 +1290,7 @@
1290
1290
  "type": "propertySignature",
1291
1291
  "key": {
1292
1292
  "type": "identifier",
1293
- "name": "summary"
1293
+ "name": "description"
1294
1294
  },
1295
1295
  "annotation": {
1296
1296
  "type": "keyword",
@@ -1302,7 +1302,44 @@
1302
1302
  "type": "propertySignature",
1303
1303
  "key": {
1304
1304
  "type": "identifier",
1305
- "name": "scenario"
1305
+ "name": "icon"
1306
+ },
1307
+ "annotation": {
1308
+ "type": "reference",
1309
+ "typeName": {
1310
+ "type": "identifier",
1311
+ "name": "GeneralIconProps"
1312
+ }
1313
+ },
1314
+ "optional": true,
1315
+ "computed": false
1316
+ },
1317
+ {
1318
+ "type": "propertySignature",
1319
+ "key": {
1320
+ "type": "identifier",
1321
+ "name": "server"
1322
+ },
1323
+ "annotation": {
1324
+ "type": "reference",
1325
+ "typeName": {
1326
+ "type": "identifier",
1327
+ "name": "McpServer"
1328
+ }
1329
+ },
1330
+ "computed": false
1331
+ }
1332
+ ]
1333
+ },
1334
+ {
1335
+ "type": "interface",
1336
+ "name": "McpServer",
1337
+ "body": [
1338
+ {
1339
+ "type": "propertySignature",
1340
+ "key": {
1341
+ "type": "identifier",
1342
+ "name": "id"
1306
1343
  },
1307
1344
  "annotation": {
1308
1345
  "type": "keyword",
@@ -1314,20 +1351,19 @@
1314
1351
  "type": "propertySignature",
1315
1352
  "key": {
1316
1353
  "type": "identifier",
1317
- "name": "url"
1354
+ "name": "name"
1318
1355
  },
1319
1356
  "annotation": {
1320
1357
  "type": "keyword",
1321
1358
  "value": "string"
1322
1359
  },
1323
- "optional": true,
1324
1360
  "computed": false
1325
1361
  }
1326
1362
  ]
1327
1363
  }
1328
1364
  ]
1329
1365
  },
1330
- "ai-portal.mcp-tools": {
1366
+ "ai-portal.show-cases": {
1331
1367
  "properties": [
1332
1368
  {
1333
1369
  "name": "list",
@@ -1337,13 +1373,13 @@
1337
1373
  "type": "reference",
1338
1374
  "typeName": {
1339
1375
  "type": "identifier",
1340
- "name": "McpTool"
1376
+ "name": "ShowCaseType"
1341
1377
  }
1342
1378
  }
1343
1379
  }
1344
1380
  },
1345
1381
  {
1346
- "name": "stickyTop",
1382
+ "name": "limit",
1347
1383
  "annotation": {
1348
1384
  "type": "keyword",
1349
1385
  "value": "number"
@@ -1355,13 +1391,13 @@
1355
1391
  "types": [
1356
1392
  {
1357
1393
  "type": "interface",
1358
- "name": "McpTool",
1394
+ "name": "ShowCaseType",
1359
1395
  "body": [
1360
1396
  {
1361
1397
  "type": "propertySignature",
1362
1398
  "key": {
1363
1399
  "type": "identifier",
1364
- "name": "name"
1400
+ "name": "conversationId"
1365
1401
  },
1366
1402
  "annotation": {
1367
1403
  "type": "keyword",
@@ -1385,7 +1421,7 @@
1385
1421
  "type": "propertySignature",
1386
1422
  "key": {
1387
1423
  "type": "identifier",
1388
- "name": "description"
1424
+ "name": "summary"
1389
1425
  },
1390
1426
  "annotation": {
1391
1427
  "type": "keyword",
@@ -1397,69 +1433,33 @@
1397
1433
  "type": "propertySignature",
1398
1434
  "key": {
1399
1435
  "type": "identifier",
1400
- "name": "icon"
1436
+ "name": "scenario"
1401
1437
  },
1402
1438
  "annotation": {
1403
- "type": "reference",
1404
- "typeName": {
1405
- "type": "identifier",
1406
- "name": "GeneralIconProps"
1407
- }
1439
+ "type": "keyword",
1440
+ "value": "string"
1408
1441
  },
1409
- "optional": true,
1410
1442
  "computed": false
1411
1443
  },
1412
1444
  {
1413
1445
  "type": "propertySignature",
1414
1446
  "key": {
1415
1447
  "type": "identifier",
1416
- "name": "server"
1448
+ "name": "url"
1417
1449
  },
1418
1450
  "annotation": {
1419
- "type": "reference",
1420
- "typeName": {
1421
- "type": "identifier",
1422
- "name": "McpServer"
1423
- }
1451
+ "type": "keyword",
1452
+ "value": "string"
1424
1453
  },
1454
+ "optional": true,
1425
1455
  "computed": false
1426
1456
  }
1427
1457
  ]
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": [
1458
+ }
1459
+ ]
1460
+ },
1461
+ "ai-portal.ai-employees": {
1462
+ "properties": [
1463
1463
  {
1464
1464
  "name": "list",
1465
1465
  "annotation": {
@@ -1667,26 +1667,6 @@
1667
1667
  }
1668
1668
  ]
1669
1669
  },
1670
- "ai-portal.preview-container": {
1671
- "properties": [
1672
- {
1673
- "name": "source",
1674
- "annotation": {
1675
- "type": "keyword",
1676
- "value": "string"
1677
- }
1678
- },
1679
- {
1680
- "name": "url",
1681
- "annotation": {
1682
- "type": "keyword",
1683
- "value": "string"
1684
- }
1685
- }
1686
- ],
1687
- "events": [],
1688
- "methods": []
1689
- },
1690
1670
  "ai-portal.dropdown-select": {
1691
1671
  "properties": [
1692
1672
  {
@@ -1856,6 +1836,144 @@
1856
1836
  }
1857
1837
  ]
1858
1838
  },
1839
+ "ai-portal.preview-container": {
1840
+ "properties": [
1841
+ {
1842
+ "name": "source",
1843
+ "annotation": {
1844
+ "type": "keyword",
1845
+ "value": "string"
1846
+ }
1847
+ },
1848
+ {
1849
+ "name": "url",
1850
+ "annotation": {
1851
+ "type": "keyword",
1852
+ "value": "string"
1853
+ }
1854
+ }
1855
+ ],
1856
+ "events": [],
1857
+ "methods": []
1858
+ },
1859
+ "ai-portal.action-buttons": {
1860
+ "properties": [
1861
+ {
1862
+ "name": "items",
1863
+ "annotation": {
1864
+ "type": "array",
1865
+ "elementType": {
1866
+ "type": "reference",
1867
+ "typeName": {
1868
+ "type": "identifier",
1869
+ "name": "ActionItem"
1870
+ }
1871
+ }
1872
+ }
1873
+ },
1874
+ {
1875
+ "name": "activeKey",
1876
+ "annotation": {
1877
+ "type": "union",
1878
+ "types": [
1879
+ {
1880
+ "type": "keyword",
1881
+ "value": "string"
1882
+ },
1883
+ {
1884
+ "type": "keyword",
1885
+ "value": "null"
1886
+ }
1887
+ ]
1888
+ }
1889
+ }
1890
+ ],
1891
+ "events": [
1892
+ {
1893
+ "name": "change",
1894
+ "detail": {
1895
+ "annotation": {
1896
+ "type": "union",
1897
+ "types": [
1898
+ {
1899
+ "type": "reference",
1900
+ "typeName": {
1901
+ "type": "identifier",
1902
+ "name": "ActionItem"
1903
+ }
1904
+ },
1905
+ {
1906
+ "type": "keyword",
1907
+ "value": "null"
1908
+ }
1909
+ ]
1910
+ }
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
+ },
1859
1977
  "ai-portal.project-conversations": {
1860
1978
  "properties": [
1861
1979
  {
@@ -1988,166 +2106,41 @@
1988
2106
  },
1989
2107
  {
1990
2108
  "type": "propertySignature",
1991
- "key": {
1992
- "type": "identifier",
1993
- "name": "goalInstanceId"
1994
- },
1995
- "annotation": {
1996
- "type": "keyword",
1997
- "value": "string"
1998
- },
1999
- "optional": true,
2000
- "computed": false
2001
- },
2002
- {
2003
- "type": "propertySignature",
2004
- "key": {
2005
- "type": "identifier",
2006
- "name": "username"
2007
- },
2008
- "annotation": {
2009
- "type": "keyword",
2010
- "value": "string"
2011
- },
2012
- "optional": true,
2013
- "computed": false
2014
- }
2015
- ]
2016
- },
2017
- {
2018
- "type": "interface",
2019
- "name": "Goal",
2020
- "body": [
2021
- {
2022
- "type": "propertySignature",
2023
- "key": {
2024
- "type": "identifier",
2025
- "name": "instanceId"
2026
- },
2027
- "annotation": {
2028
- "type": "keyword",
2029
- "value": "string"
2030
- },
2031
- "computed": false
2032
- },
2033
- {
2034
- "type": "propertySignature",
2035
- "key": {
2036
- "type": "identifier",
2037
- "name": "title"
2038
- },
2039
- "annotation": {
2040
- "type": "keyword",
2041
- "value": "string"
2042
- },
2043
- "computed": false
2044
- }
2045
- ]
2046
- },
2047
- {
2048
- "type": "interface",
2049
- "name": "ActionClickDetail",
2050
- "body": [
2051
- {
2052
- "type": "propertySignature",
2053
- "key": {
2054
- "type": "identifier",
2055
- "name": "action"
2056
- },
2057
- "annotation": {
2058
- "type": "reference",
2059
- "typeName": {
2060
- "type": "identifier",
2061
- "name": "SimpleActionType"
2062
- }
2063
- },
2064
- "computed": false
2065
- },
2066
- {
2067
- "type": "propertySignature",
2068
- "key": {
2069
- "type": "identifier",
2070
- "name": "item"
2071
- },
2072
- "annotation": {
2073
- "type": "reference",
2074
- "typeName": {
2075
- "type": "identifier",
2076
- "name": "Conversation"
2077
- }
2078
- },
2079
- "computed": false
2080
- }
2081
- ]
2082
- }
2083
- ]
2084
- },
2085
- "ai-portal.action-buttons": {
2086
- "properties": [
2087
- {
2088
- "name": "items",
2089
- "annotation": {
2090
- "type": "array",
2091
- "elementType": {
2092
- "type": "reference",
2093
- "typeName": {
2109
+ "key": {
2094
2110
  "type": "identifier",
2095
- "name": "ActionItem"
2096
- }
2097
- }
2098
- }
2099
- },
2100
- {
2101
- "name": "activeKey",
2102
- "annotation": {
2103
- "type": "union",
2104
- "types": [
2105
- {
2111
+ "name": "goalInstanceId"
2112
+ },
2113
+ "annotation": {
2106
2114
  "type": "keyword",
2107
2115
  "value": "string"
2108
2116
  },
2109
- {
2117
+ "optional": true,
2118
+ "computed": false
2119
+ },
2120
+ {
2121
+ "type": "propertySignature",
2122
+ "key": {
2123
+ "type": "identifier",
2124
+ "name": "username"
2125
+ },
2126
+ "annotation": {
2110
2127
  "type": "keyword",
2111
- "value": "null"
2112
- }
2113
- ]
2114
- }
2115
- }
2116
- ],
2117
- "events": [
2118
- {
2119
- "name": "change",
2120
- "detail": {
2121
- "annotation": {
2122
- "type": "union",
2123
- "types": [
2124
- {
2125
- "type": "reference",
2126
- "typeName": {
2127
- "type": "identifier",
2128
- "name": "ActionItem"
2129
- }
2130
- },
2131
- {
2132
- "type": "keyword",
2133
- "value": "null"
2134
- }
2135
- ]
2128
+ "value": "string"
2129
+ },
2130
+ "optional": true,
2131
+ "computed": false
2136
2132
  }
2137
- }
2138
- }
2139
- ],
2140
- "methods": [],
2141
- "types": [
2133
+ ]
2134
+ },
2142
2135
  {
2143
2136
  "type": "interface",
2144
- "name": "ActionItem",
2137
+ "name": "Goal",
2145
2138
  "body": [
2146
2139
  {
2147
2140
  "type": "propertySignature",
2148
2141
  "key": {
2149
2142
  "type": "identifier",
2150
- "name": "text"
2143
+ "name": "instanceId"
2151
2144
  },
2152
2145
  "annotation": {
2153
2146
  "type": "keyword",
@@ -2159,41 +2152,48 @@
2159
2152
  "type": "propertySignature",
2160
2153
  "key": {
2161
2154
  "type": "identifier",
2162
- "name": "key"
2155
+ "name": "title"
2163
2156
  },
2164
2157
  "annotation": {
2165
2158
  "type": "keyword",
2166
2159
  "value": "string"
2167
2160
  },
2168
2161
  "computed": false
2169
- },
2162
+ }
2163
+ ]
2164
+ },
2165
+ {
2166
+ "type": "interface",
2167
+ "name": "ActionClickDetail",
2168
+ "body": [
2170
2169
  {
2171
2170
  "type": "propertySignature",
2172
2171
  "key": {
2173
2172
  "type": "identifier",
2174
- "name": "icon"
2173
+ "name": "action"
2175
2174
  },
2176
2175
  "annotation": {
2177
2176
  "type": "reference",
2178
2177
  "typeName": {
2179
2178
  "type": "identifier",
2180
- "name": "GeneralIconProps"
2179
+ "name": "SimpleActionType"
2181
2180
  }
2182
2181
  },
2183
- "optional": true,
2184
2182
  "computed": false
2185
2183
  },
2186
2184
  {
2187
2185
  "type": "propertySignature",
2188
2186
  "key": {
2189
2187
  "type": "identifier",
2190
- "name": "hidden"
2188
+ "name": "item"
2191
2189
  },
2192
2190
  "annotation": {
2193
- "type": "keyword",
2194
- "value": "boolean"
2191
+ "type": "reference",
2192
+ "typeName": {
2193
+ "type": "identifier",
2194
+ "name": "Conversation"
2195
+ }
2195
2196
  },
2196
- "optional": true,
2197
2197
  "computed": false
2198
2198
  }
2199
2199
  ]
@@ -3872,6 +3872,188 @@
3872
3872
  }
3873
3873
  ]
3874
3874
  },
3875
+ "ai-portal.notice-dropdown": {
3876
+ "properties": [
3877
+ {
3878
+ "name": "dataSource",
3879
+ "annotation": {
3880
+ "type": "array",
3881
+ "elementType": {
3882
+ "type": "reference",
3883
+ "typeName": {
3884
+ "type": "identifier",
3885
+ "name": "NoticeItem"
3886
+ }
3887
+ }
3888
+ }
3889
+ },
3890
+ {
3891
+ "name": "popoverPlacement",
3892
+ "annotation": {
3893
+ "type": "reference",
3894
+ "typeName": {
3895
+ "type": "identifier",
3896
+ "name": "Placement"
3897
+ }
3898
+ }
3899
+ },
3900
+ {
3901
+ "name": "emptyText",
3902
+ "annotation": {
3903
+ "type": "keyword",
3904
+ "value": "string"
3905
+ }
3906
+ },
3907
+ {
3908
+ "name": "notifyCenterUrl",
3909
+ "annotation": {
3910
+ "type": "keyword",
3911
+ "value": "string"
3912
+ }
3913
+ },
3914
+ {
3915
+ "name": "urlTemplate",
3916
+ "annotation": {
3917
+ "type": "keyword",
3918
+ "value": "string"
3919
+ }
3920
+ },
3921
+ {
3922
+ "name": "dropdownMaxWidth",
3923
+ "annotation": {
3924
+ "type": "union",
3925
+ "types": [
3926
+ {
3927
+ "type": "keyword",
3928
+ "value": "string"
3929
+ },
3930
+ {
3931
+ "type": "keyword",
3932
+ "value": "number"
3933
+ }
3934
+ ]
3935
+ }
3936
+ },
3937
+ {
3938
+ "name": "dropdownContentStyle",
3939
+ "annotation": {
3940
+ "type": "reference",
3941
+ "typeName": {
3942
+ "type": "qualifiedName",
3943
+ "left": {
3944
+ "type": "identifier",
3945
+ "name": "React"
3946
+ },
3947
+ "right": {
3948
+ "type": "identifier",
3949
+ "name": "CSSProperties"
3950
+ }
3951
+ }
3952
+ }
3953
+ },
3954
+ {
3955
+ "name": "hideNotifyCenterButton",
3956
+ "annotation": {
3957
+ "type": "keyword",
3958
+ "value": "boolean"
3959
+ }
3960
+ }
3961
+ ],
3962
+ "events": [
3963
+ {
3964
+ "name": "notice.click",
3965
+ "detail": {
3966
+ "annotation": {
3967
+ "type": "keyword",
3968
+ "value": "string"
3969
+ }
3970
+ }
3971
+ },
3972
+ {
3973
+ "name": "mark.all.read",
3974
+ "detail": {
3975
+ "annotation": {
3976
+ "type": "keyword",
3977
+ "value": "void"
3978
+ }
3979
+ }
3980
+ }
3981
+ ],
3982
+ "methods": [],
3983
+ "types": [
3984
+ {
3985
+ "type": "interface",
3986
+ "name": "NoticeItem",
3987
+ "body": [
3988
+ {
3989
+ "type": "propertySignature",
3990
+ "key": {
3991
+ "type": "identifier",
3992
+ "name": "id"
3993
+ },
3994
+ "annotation": {
3995
+ "type": "keyword",
3996
+ "value": "string"
3997
+ },
3998
+ "computed": false,
3999
+ "description": "消息唯一标识"
4000
+ },
4001
+ {
4002
+ "type": "propertySignature",
4003
+ "key": {
4004
+ "type": "identifier",
4005
+ "name": "type"
4006
+ },
4007
+ "annotation": {
4008
+ "type": "keyword",
4009
+ "value": "string"
4010
+ },
4011
+ "computed": false,
4012
+ "description": "消息类型"
4013
+ },
4014
+ {
4015
+ "type": "propertySignature",
4016
+ "key": {
4017
+ "type": "identifier",
4018
+ "name": "isUnread"
4019
+ },
4020
+ "annotation": {
4021
+ "type": "keyword",
4022
+ "value": "boolean"
4023
+ },
4024
+ "computed": false,
4025
+ "description": "是否未读"
4026
+ },
4027
+ {
4028
+ "type": "propertySignature",
4029
+ "key": {
4030
+ "type": "identifier",
4031
+ "name": "title"
4032
+ },
4033
+ "annotation": {
4034
+ "type": "keyword",
4035
+ "value": "string"
4036
+ },
4037
+ "computed": false,
4038
+ "description": "主标题"
4039
+ },
4040
+ {
4041
+ "type": "propertySignature",
4042
+ "key": {
4043
+ "type": "identifier",
4044
+ "name": "description"
4045
+ },
4046
+ "annotation": {
4047
+ "type": "keyword",
4048
+ "value": "string"
4049
+ },
4050
+ "computed": false,
4051
+ "description": "副标题/描述"
4052
+ }
4053
+ ]
4054
+ }
4055
+ ]
4056
+ },
3875
4057
  "ai-portal.elevo-sidebar": {
3876
4058
  "properties": [
3877
4059
  {