@next-bricks/ai-portal 0.59.0 → 0.59.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,12 +1,103 @@
1
1
  {
2
- "ai-portal.home-container": {
2
+ "ai-portal.stat-with-mini-chart": {
3
3
  "properties": [
4
4
  {
5
- "name": "sticky",
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",
6
43
  "annotation": {
7
44
  "type": "keyword",
8
45
  "value": "boolean"
9
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
+ }
10
101
  }
11
102
  ],
12
103
  "events": [],
@@ -97,105 +188,14 @@
97
188
  }
98
189
  ]
99
190
  },
100
- "ai-portal.stat-with-mini-chart": {
191
+ "ai-portal.home-container": {
101
192
  "properties": [
102
193
  {
103
- "name": "label",
104
- "annotation": {
105
- "type": "keyword",
106
- "value": "string"
107
- }
108
- },
109
- {
110
- "name": "value",
111
- "annotation": {
112
- "type": "keyword",
113
- "value": "string"
114
- }
115
- },
116
- {
117
- "name": "size",
118
- "annotation": {
119
- "type": "union",
120
- "types": [
121
- {
122
- "type": "jsLiteral",
123
- "value": "medium"
124
- },
125
- {
126
- "type": "jsLiteral",
127
- "value": "small"
128
- }
129
- ]
130
- }
131
- },
132
- {
133
- "name": "lineColor",
134
- "annotation": {
135
- "type": "keyword",
136
- "value": "string"
137
- }
138
- },
139
- {
140
- "name": "showArea",
194
+ "name": "sticky",
141
195
  "annotation": {
142
196
  "type": "keyword",
143
197
  "value": "boolean"
144
198
  }
145
- },
146
- {
147
- "name": "min",
148
- "annotation": {
149
- "type": "keyword",
150
- "value": "number"
151
- }
152
- },
153
- {
154
- "name": "max",
155
- "annotation": {
156
- "type": "keyword",
157
- "value": "number"
158
- }
159
- },
160
- {
161
- "name": "xField",
162
- "annotation": {
163
- "type": "keyword",
164
- "value": "string"
165
- }
166
- },
167
- {
168
- "name": "yField",
169
- "annotation": {
170
- "type": "keyword",
171
- "value": "string"
172
- }
173
- },
174
- {
175
- "name": "data",
176
- "annotation": {
177
- "type": "array",
178
- "elementType": {
179
- "type": "reference",
180
- "typeName": {
181
- "type": "identifier",
182
- "name": "Record"
183
- },
184
- "typeParameters": {
185
- "type": "typeParameterInstantiation",
186
- "params": [
187
- {
188
- "type": "keyword",
189
- "value": "string"
190
- },
191
- {
192
- "type": "keyword",
193
- "value": "number"
194
- }
195
- ]
196
- }
197
- }
198
- }
199
199
  }
200
200
  ],
201
201
  "events": [],
@@ -365,36 +365,54 @@
365
365
  }
366
366
  }
367
367
  },
368
- "ai-portal.save-request-store": {
369
- "type": "provider",
370
- "params": [
368
+ "ai-portal.tab-list": {
369
+ "properties": [
371
370
  {
372
- "name": "value",
371
+ "name": "tabs",
373
372
  "annotation": {
374
- "type": "reference",
375
- "typeName": {
376
- "type": "identifier",
377
- "name": "RequestStore"
373
+ "type": "array",
374
+ "elementType": {
375
+ "type": "reference",
376
+ "typeName": {
377
+ "type": "identifier",
378
+ "name": "Tab"
379
+ }
378
380
  }
379
381
  }
382
+ },
383
+ {
384
+ "name": "activeTab",
385
+ "annotation": {
386
+ "type": "keyword",
387
+ "value": "string"
388
+ }
380
389
  }
381
390
  ],
382
- "returns": {
383
- "annotation": {
384
- "type": "keyword",
385
- "value": "void"
391
+ "events": [
392
+ {
393
+ "name": "tab.click",
394
+ "detail": {
395
+ "annotation": {
396
+ "type": "reference",
397
+ "typeName": {
398
+ "type": "identifier",
399
+ "name": "Tab"
400
+ }
401
+ }
402
+ }
386
403
  }
387
- },
404
+ ],
405
+ "methods": [],
388
406
  "types": [
389
407
  {
390
408
  "type": "interface",
391
- "name": "RequestStore",
409
+ "name": "Tab",
392
410
  "body": [
393
411
  {
394
412
  "type": "propertySignature",
395
413
  "key": {
396
414
  "type": "identifier",
397
- "name": "conversationId"
415
+ "name": "id"
398
416
  },
399
417
  "annotation": {
400
418
  "type": "keyword",
@@ -406,7 +424,7 @@
406
424
  "type": "propertySignature",
407
425
  "key": {
408
426
  "type": "identifier",
409
- "name": "content"
427
+ "name": "label"
410
428
  },
411
429
  "annotation": {
412
430
  "type": "keyword",
@@ -414,17 +432,135 @@
414
432
  },
415
433
  "computed": false
416
434
  }
417
- ],
418
- "extends": [
419
- {
420
- "type": "expressionWithTypeArguments",
421
- "expression": {
422
- "type": "identifier",
423
- "name": "ExtraChatPayload"
424
- }
425
- }
426
435
  ]
427
- },
436
+ }
437
+ ]
438
+ },
439
+ "ai-portal.set-chat-command": {
440
+ "type": "provider",
441
+ "params": [
442
+ {
443
+ "name": "command",
444
+ "annotation": {
445
+ "type": "union",
446
+ "types": [
447
+ {
448
+ "type": "reference",
449
+ "typeName": {
450
+ "type": "identifier",
451
+ "name": "ChatCommand"
452
+ }
453
+ },
454
+ {
455
+ "type": "keyword",
456
+ "value": "null"
457
+ }
458
+ ]
459
+ }
460
+ }
461
+ ],
462
+ "returns": {
463
+ "annotation": {
464
+ "type": "keyword",
465
+ "value": "void"
466
+ }
467
+ },
468
+ "types": [
469
+ {
470
+ "type": "interface",
471
+ "name": "ChatCommand",
472
+ "body": [
473
+ {
474
+ "type": "propertySignature",
475
+ "key": {
476
+ "type": "identifier",
477
+ "name": "command"
478
+ },
479
+ "annotation": {
480
+ "type": "keyword",
481
+ "value": "string"
482
+ },
483
+ "computed": false
484
+ },
485
+ {
486
+ "type": "propertySignature",
487
+ "key": {
488
+ "type": "identifier",
489
+ "name": "payload"
490
+ },
491
+ "annotation": {
492
+ "type": "reference",
493
+ "typeName": {
494
+ "type": "identifier",
495
+ "name": "CommandPayload"
496
+ }
497
+ },
498
+ "computed": false
499
+ }
500
+ ]
501
+ }
502
+ ]
503
+ },
504
+ "ai-portal.save-request-store": {
505
+ "type": "provider",
506
+ "params": [
507
+ {
508
+ "name": "value",
509
+ "annotation": {
510
+ "type": "reference",
511
+ "typeName": {
512
+ "type": "identifier",
513
+ "name": "RequestStore"
514
+ }
515
+ }
516
+ }
517
+ ],
518
+ "returns": {
519
+ "annotation": {
520
+ "type": "keyword",
521
+ "value": "void"
522
+ }
523
+ },
524
+ "types": [
525
+ {
526
+ "type": "interface",
527
+ "name": "RequestStore",
528
+ "body": [
529
+ {
530
+ "type": "propertySignature",
531
+ "key": {
532
+ "type": "identifier",
533
+ "name": "conversationId"
534
+ },
535
+ "annotation": {
536
+ "type": "keyword",
537
+ "value": "string"
538
+ },
539
+ "computed": false
540
+ },
541
+ {
542
+ "type": "propertySignature",
543
+ "key": {
544
+ "type": "identifier",
545
+ "name": "content"
546
+ },
547
+ "annotation": {
548
+ "type": "keyword",
549
+ "value": "string"
550
+ },
551
+ "computed": false
552
+ }
553
+ ],
554
+ "extends": [
555
+ {
556
+ "type": "expressionWithTypeArguments",
557
+ "expression": {
558
+ "type": "identifier",
559
+ "name": "ExtraChatPayload"
560
+ }
561
+ }
562
+ ]
563
+ },
428
564
  {
429
565
  "type": "interface",
430
566
  "name": "ExtraChatPayload",
@@ -866,142 +1002,6 @@
866
1002
  }
867
1003
  }
868
1004
  },
869
- "ai-portal.set-chat-command": {
870
- "type": "provider",
871
- "params": [
872
- {
873
- "name": "command",
874
- "annotation": {
875
- "type": "union",
876
- "types": [
877
- {
878
- "type": "reference",
879
- "typeName": {
880
- "type": "identifier",
881
- "name": "ChatCommand"
882
- }
883
- },
884
- {
885
- "type": "keyword",
886
- "value": "null"
887
- }
888
- ]
889
- }
890
- }
891
- ],
892
- "returns": {
893
- "annotation": {
894
- "type": "keyword",
895
- "value": "void"
896
- }
897
- },
898
- "types": [
899
- {
900
- "type": "interface",
901
- "name": "ChatCommand",
902
- "body": [
903
- {
904
- "type": "propertySignature",
905
- "key": {
906
- "type": "identifier",
907
- "name": "command"
908
- },
909
- "annotation": {
910
- "type": "keyword",
911
- "value": "string"
912
- },
913
- "computed": false
914
- },
915
- {
916
- "type": "propertySignature",
917
- "key": {
918
- "type": "identifier",
919
- "name": "payload"
920
- },
921
- "annotation": {
922
- "type": "reference",
923
- "typeName": {
924
- "type": "identifier",
925
- "name": "CommandPayload"
926
- }
927
- },
928
- "computed": false
929
- }
930
- ]
931
- }
932
- ]
933
- },
934
- "ai-portal.tab-list": {
935
- "properties": [
936
- {
937
- "name": "tabs",
938
- "annotation": {
939
- "type": "array",
940
- "elementType": {
941
- "type": "reference",
942
- "typeName": {
943
- "type": "identifier",
944
- "name": "Tab"
945
- }
946
- }
947
- }
948
- },
949
- {
950
- "name": "activeTab",
951
- "annotation": {
952
- "type": "keyword",
953
- "value": "string"
954
- }
955
- }
956
- ],
957
- "events": [
958
- {
959
- "name": "tab.click",
960
- "detail": {
961
- "annotation": {
962
- "type": "reference",
963
- "typeName": {
964
- "type": "identifier",
965
- "name": "Tab"
966
- }
967
- }
968
- }
969
- }
970
- ],
971
- "methods": [],
972
- "types": [
973
- {
974
- "type": "interface",
975
- "name": "Tab",
976
- "body": [
977
- {
978
- "type": "propertySignature",
979
- "key": {
980
- "type": "identifier",
981
- "name": "id"
982
- },
983
- "annotation": {
984
- "type": "keyword",
985
- "value": "string"
986
- },
987
- "computed": false
988
- },
989
- {
990
- "type": "propertySignature",
991
- "key": {
992
- "type": "identifier",
993
- "name": "label"
994
- },
995
- "annotation": {
996
- "type": "keyword",
997
- "value": "string"
998
- },
999
- "computed": false
1000
- }
1001
- ]
1002
- }
1003
- ]
1004
- },
1005
1005
  "ai-portal.elevo-logo": {
1006
1006
  "properties": [],
1007
1007
  "events": [],
@@ -1199,173 +1199,41 @@
1199
1199
  ],
1200
1200
  "events": [
1201
1201
  {
1202
- "name": "action.click",
1203
- "detail": {
1204
- "annotation": {
1205
- "type": "reference",
1206
- "typeName": {
1207
- "type": "identifier",
1208
- "name": "ActionClickDetail"
1209
- }
1210
- }
1211
- }
1212
- },
1213
- {
1214
- "name": "item.click",
1215
- "detail": {
1216
- "annotation": {
1217
- "type": "reference",
1218
- "typeName": {
1219
- "type": "identifier",
1220
- "name": "Knowledge"
1221
- }
1222
- }
1223
- }
1224
- }
1225
- ],
1226
- "methods": [],
1227
- "types": [
1228
- {
1229
- "type": "interface",
1230
- "name": "Knowledge",
1231
- "body": [
1232
- {
1233
- "type": "propertySignature",
1234
- "key": {
1235
- "type": "identifier",
1236
- "name": "instanceId"
1237
- },
1238
- "annotation": {
1239
- "type": "keyword",
1240
- "value": "string"
1241
- },
1242
- "computed": false
1243
- },
1244
- {
1245
- "type": "propertySignature",
1246
- "key": {
1247
- "type": "identifier",
1248
- "name": "name"
1249
- },
1250
- "annotation": {
1251
- "type": "keyword",
1252
- "value": "string"
1253
- },
1254
- "computed": false
1255
- },
1256
- {
1257
- "type": "propertySignature",
1258
- "key": {
1259
- "type": "identifier",
1260
- "name": "description"
1261
- },
1262
- "annotation": {
1263
- "type": "keyword",
1264
- "value": "string"
1265
- },
1266
- "optional": true,
1267
- "computed": false
1268
- },
1269
- {
1270
- "type": "propertySignature",
1271
- "key": {
1272
- "type": "identifier",
1273
- "name": "time"
1274
- },
1275
- "annotation": {
1276
- "type": "keyword",
1277
- "value": "number"
1278
- },
1279
- "computed": false
1280
- },
1281
- {
1282
- "type": "propertySignature",
1283
- "key": {
1284
- "type": "identifier",
1285
- "name": "user"
1286
- },
1287
- "annotation": {
1288
- "type": "keyword",
1289
- "value": "string"
1290
- },
1291
- "optional": true,
1292
- "computed": false
1293
- }
1294
- ]
1295
- },
1296
- {
1297
- "type": "interface",
1298
- "name": "ActionClickDetail",
1299
- "body": [
1300
- {
1301
- "type": "propertySignature",
1302
- "key": {
1303
- "type": "identifier",
1304
- "name": "action"
1305
- },
1306
- "annotation": {
1307
- "type": "reference",
1308
- "typeName": {
1309
- "type": "identifier",
1310
- "name": "SimpleActionType"
1311
- }
1312
- },
1313
- "computed": false
1314
- },
1315
- {
1316
- "type": "propertySignature",
1317
- "key": {
1318
- "type": "identifier",
1319
- "name": "item"
1320
- },
1321
- "annotation": {
1322
- "type": "reference",
1323
- "typeName": {
1324
- "type": "identifier",
1325
- "name": "Knowledge"
1326
- }
1327
- },
1328
- "computed": false
1329
- }
1330
- ]
1331
- }
1332
- ]
1333
- },
1334
- "ai-portal.show-cases": {
1335
- "properties": [
1336
- {
1337
- "name": "list",
1338
- "annotation": {
1339
- "type": "array",
1340
- "elementType": {
1202
+ "name": "action.click",
1203
+ "detail": {
1204
+ "annotation": {
1341
1205
  "type": "reference",
1342
1206
  "typeName": {
1343
1207
  "type": "identifier",
1344
- "name": "ShowCaseType"
1208
+ "name": "ActionClickDetail"
1345
1209
  }
1346
1210
  }
1347
1211
  }
1348
1212
  },
1349
1213
  {
1350
- "name": "limit",
1351
- "annotation": {
1352
- "type": "keyword",
1353
- "value": "number"
1214
+ "name": "item.click",
1215
+ "detail": {
1216
+ "annotation": {
1217
+ "type": "reference",
1218
+ "typeName": {
1219
+ "type": "identifier",
1220
+ "name": "Knowledge"
1221
+ }
1222
+ }
1354
1223
  }
1355
1224
  }
1356
1225
  ],
1357
- "events": [],
1358
1226
  "methods": [],
1359
1227
  "types": [
1360
1228
  {
1361
1229
  "type": "interface",
1362
- "name": "ShowCaseType",
1230
+ "name": "Knowledge",
1363
1231
  "body": [
1364
1232
  {
1365
1233
  "type": "propertySignature",
1366
1234
  "key": {
1367
1235
  "type": "identifier",
1368
- "name": "conversationId"
1236
+ "name": "instanceId"
1369
1237
  },
1370
1238
  "annotation": {
1371
1239
  "type": "keyword",
@@ -1377,7 +1245,7 @@
1377
1245
  "type": "propertySignature",
1378
1246
  "key": {
1379
1247
  "type": "identifier",
1380
- "name": "title"
1248
+ "name": "name"
1381
1249
  },
1382
1250
  "annotation": {
1383
1251
  "type": "keyword",
@@ -1389,23 +1257,24 @@
1389
1257
  "type": "propertySignature",
1390
1258
  "key": {
1391
1259
  "type": "identifier",
1392
- "name": "summary"
1260
+ "name": "description"
1393
1261
  },
1394
1262
  "annotation": {
1395
1263
  "type": "keyword",
1396
1264
  "value": "string"
1397
1265
  },
1266
+ "optional": true,
1398
1267
  "computed": false
1399
1268
  },
1400
1269
  {
1401
1270
  "type": "propertySignature",
1402
1271
  "key": {
1403
1272
  "type": "identifier",
1404
- "name": "scenario"
1273
+ "name": "time"
1405
1274
  },
1406
1275
  "annotation": {
1407
1276
  "type": "keyword",
1408
- "value": "string"
1277
+ "value": "number"
1409
1278
  },
1410
1279
  "computed": false
1411
1280
  },
@@ -1413,7 +1282,7 @@
1413
1282
  "type": "propertySignature",
1414
1283
  "key": {
1415
1284
  "type": "identifier",
1416
- "name": "url"
1285
+ "name": "user"
1417
1286
  },
1418
1287
  "annotation": {
1419
1288
  "type": "keyword",
@@ -1423,10 +1292,46 @@
1423
1292
  "computed": false
1424
1293
  }
1425
1294
  ]
1295
+ },
1296
+ {
1297
+ "type": "interface",
1298
+ "name": "ActionClickDetail",
1299
+ "body": [
1300
+ {
1301
+ "type": "propertySignature",
1302
+ "key": {
1303
+ "type": "identifier",
1304
+ "name": "action"
1305
+ },
1306
+ "annotation": {
1307
+ "type": "reference",
1308
+ "typeName": {
1309
+ "type": "identifier",
1310
+ "name": "SimpleActionType"
1311
+ }
1312
+ },
1313
+ "computed": false
1314
+ },
1315
+ {
1316
+ "type": "propertySignature",
1317
+ "key": {
1318
+ "type": "identifier",
1319
+ "name": "item"
1320
+ },
1321
+ "annotation": {
1322
+ "type": "reference",
1323
+ "typeName": {
1324
+ "type": "identifier",
1325
+ "name": "Knowledge"
1326
+ }
1327
+ },
1328
+ "computed": false
1329
+ }
1330
+ ]
1426
1331
  }
1427
1332
  ]
1428
1333
  },
1429
- "ai-portal.ai-employees": {
1334
+ "ai-portal.show-cases": {
1430
1335
  "properties": [
1431
1336
  {
1432
1337
  "name": "list",
@@ -1436,30 +1341,13 @@
1436
1341
  "type": "reference",
1437
1342
  "typeName": {
1438
1343
  "type": "identifier",
1439
- "name": "Employee"
1344
+ "name": "ShowCaseType"
1440
1345
  }
1441
1346
  }
1442
1347
  }
1443
1348
  },
1444
1349
  {
1445
- "name": "industries",
1446
- "annotation": {
1447
- "type": "array",
1448
- "elementType": {
1449
- "type": "keyword",
1450
- "value": "string"
1451
- }
1452
- }
1453
- },
1454
- {
1455
- "name": "urlTemplate",
1456
- "annotation": {
1457
- "type": "keyword",
1458
- "value": "string"
1459
- }
1460
- },
1461
- {
1462
- "name": "stickyTop",
1350
+ "name": "limit",
1463
1351
  "annotation": {
1464
1352
  "type": "keyword",
1465
1353
  "value": "number"
@@ -1471,13 +1359,13 @@
1471
1359
  "types": [
1472
1360
  {
1473
1361
  "type": "interface",
1474
- "name": "Employee",
1362
+ "name": "ShowCaseType",
1475
1363
  "body": [
1476
1364
  {
1477
1365
  "type": "propertySignature",
1478
1366
  "key": {
1479
1367
  "type": "identifier",
1480
- "name": "name"
1368
+ "name": "conversationId"
1481
1369
  },
1482
1370
  "annotation": {
1483
1371
  "type": "keyword",
@@ -1489,7 +1377,7 @@
1489
1377
  "type": "propertySignature",
1490
1378
  "key": {
1491
1379
  "type": "identifier",
1492
- "name": "industry"
1380
+ "name": "title"
1493
1381
  },
1494
1382
  "annotation": {
1495
1383
  "type": "keyword",
@@ -1501,7 +1389,7 @@
1501
1389
  "type": "propertySignature",
1502
1390
  "key": {
1503
1391
  "type": "identifier",
1504
- "name": "role"
1392
+ "name": "summary"
1505
1393
  },
1506
1394
  "annotation": {
1507
1395
  "type": "keyword",
@@ -1513,7 +1401,7 @@
1513
1401
  "type": "propertySignature",
1514
1402
  "key": {
1515
1403
  "type": "identifier",
1516
- "name": "description"
1404
+ "name": "scenario"
1517
1405
  },
1518
1406
  "annotation": {
1519
1407
  "type": "keyword",
@@ -1525,7 +1413,7 @@
1525
1413
  "type": "propertySignature",
1526
1414
  "key": {
1527
1415
  "type": "identifier",
1528
- "name": "avatar"
1416
+ "name": "url"
1529
1417
  },
1530
1418
  "annotation": {
1531
1419
  "type": "keyword",
@@ -1669,7 +1557,7 @@
1669
1557
  }
1670
1558
  ]
1671
1559
  },
1672
- "ai-portal.ai-agents": {
1560
+ "ai-portal.ai-employees": {
1673
1561
  "properties": [
1674
1562
  {
1675
1563
  "name": "list",
@@ -1679,11 +1567,21 @@
1679
1567
  "type": "reference",
1680
1568
  "typeName": {
1681
1569
  "type": "identifier",
1682
- "name": "Agent"
1570
+ "name": "Employee"
1683
1571
  }
1684
1572
  }
1685
1573
  }
1686
1574
  },
1575
+ {
1576
+ "name": "industries",
1577
+ "annotation": {
1578
+ "type": "array",
1579
+ "elementType": {
1580
+ "type": "keyword",
1581
+ "value": "string"
1582
+ }
1583
+ }
1584
+ },
1687
1585
  {
1688
1586
  "name": "urlTemplate",
1689
1587
  "annotation": {
@@ -1692,10 +1590,10 @@
1692
1590
  }
1693
1591
  },
1694
1592
  {
1695
- "name": "withContainer",
1593
+ "name": "stickyTop",
1696
1594
  "annotation": {
1697
1595
  "type": "keyword",
1698
- "value": "boolean"
1596
+ "value": "number"
1699
1597
  }
1700
1598
  }
1701
1599
  ],
@@ -1704,7 +1602,7 @@
1704
1602
  "types": [
1705
1603
  {
1706
1604
  "type": "interface",
1707
- "name": "Agent",
1605
+ "name": "Employee",
1708
1606
  "body": [
1709
1607
  {
1710
1608
  "type": "propertySignature",
@@ -1722,7 +1620,7 @@
1722
1620
  "type": "propertySignature",
1723
1621
  "key": {
1724
1622
  "type": "identifier",
1725
- "name": "description"
1623
+ "name": "industry"
1726
1624
  },
1727
1625
  "annotation": {
1728
1626
  "type": "keyword",
@@ -1734,30 +1632,35 @@
1734
1632
  "type": "propertySignature",
1735
1633
  "key": {
1736
1634
  "type": "identifier",
1737
- "name": "icon"
1635
+ "name": "role"
1738
1636
  },
1739
1637
  "annotation": {
1740
- "type": "reference",
1741
- "typeName": {
1742
- "type": "identifier",
1743
- "name": "GeneralIconProps"
1744
- }
1638
+ "type": "keyword",
1639
+ "value": "string"
1745
1640
  },
1746
- "optional": true,
1747
1641
  "computed": false
1748
1642
  },
1749
1643
  {
1750
1644
  "type": "propertySignature",
1751
1645
  "key": {
1752
1646
  "type": "identifier",
1753
- "name": "tags"
1647
+ "name": "description"
1754
1648
  },
1755
1649
  "annotation": {
1756
- "type": "array",
1757
- "elementType": {
1758
- "type": "keyword",
1759
- "value": "string"
1760
- }
1650
+ "type": "keyword",
1651
+ "value": "string"
1652
+ },
1653
+ "computed": false
1654
+ },
1655
+ {
1656
+ "type": "propertySignature",
1657
+ "key": {
1658
+ "type": "identifier",
1659
+ "name": "avatar"
1660
+ },
1661
+ "annotation": {
1662
+ "type": "keyword",
1663
+ "value": "string"
1761
1664
  },
1762
1665
  "optional": true,
1763
1666
  "computed": false
@@ -1926,15 +1829,132 @@
1926
1829
  "value": "string"
1927
1830
  }
1928
1831
  },
1929
- "annotation": {
1930
- "type": "keyword",
1931
- "value": "unknown"
1932
- }
1832
+ "annotation": {
1833
+ "type": "keyword",
1834
+ "value": "unknown"
1835
+ }
1836
+ }
1837
+ ]
1838
+ }
1839
+ ]
1840
+ },
1841
+ "ai-portal.ai-agents": {
1842
+ "properties": [
1843
+ {
1844
+ "name": "list",
1845
+ "annotation": {
1846
+ "type": "array",
1847
+ "elementType": {
1848
+ "type": "reference",
1849
+ "typeName": {
1850
+ "type": "identifier",
1851
+ "name": "Agent"
1852
+ }
1853
+ }
1854
+ }
1855
+ },
1856
+ {
1857
+ "name": "urlTemplate",
1858
+ "annotation": {
1859
+ "type": "keyword",
1860
+ "value": "string"
1861
+ }
1862
+ },
1863
+ {
1864
+ "name": "withContainer",
1865
+ "annotation": {
1866
+ "type": "keyword",
1867
+ "value": "boolean"
1868
+ }
1869
+ }
1870
+ ],
1871
+ "events": [],
1872
+ "methods": [],
1873
+ "types": [
1874
+ {
1875
+ "type": "interface",
1876
+ "name": "Agent",
1877
+ "body": [
1878
+ {
1879
+ "type": "propertySignature",
1880
+ "key": {
1881
+ "type": "identifier",
1882
+ "name": "name"
1883
+ },
1884
+ "annotation": {
1885
+ "type": "keyword",
1886
+ "value": "string"
1887
+ },
1888
+ "computed": false
1889
+ },
1890
+ {
1891
+ "type": "propertySignature",
1892
+ "key": {
1893
+ "type": "identifier",
1894
+ "name": "description"
1895
+ },
1896
+ "annotation": {
1897
+ "type": "keyword",
1898
+ "value": "string"
1899
+ },
1900
+ "computed": false
1901
+ },
1902
+ {
1903
+ "type": "propertySignature",
1904
+ "key": {
1905
+ "type": "identifier",
1906
+ "name": "icon"
1907
+ },
1908
+ "annotation": {
1909
+ "type": "reference",
1910
+ "typeName": {
1911
+ "type": "identifier",
1912
+ "name": "GeneralIconProps"
1913
+ }
1914
+ },
1915
+ "optional": true,
1916
+ "computed": false
1917
+ },
1918
+ {
1919
+ "type": "propertySignature",
1920
+ "key": {
1921
+ "type": "identifier",
1922
+ "name": "tags"
1923
+ },
1924
+ "annotation": {
1925
+ "type": "array",
1926
+ "elementType": {
1927
+ "type": "keyword",
1928
+ "value": "string"
1929
+ }
1930
+ },
1931
+ "optional": true,
1932
+ "computed": false
1933
1933
  }
1934
1934
  ]
1935
1935
  }
1936
1936
  ]
1937
1937
  },
1938
+ "ai-portal.preview-container": {
1939
+ "properties": [
1940
+ {
1941
+ "name": "source",
1942
+ "annotation": {
1943
+ "type": "keyword",
1944
+ "value": "string"
1945
+ }
1946
+ },
1947
+ {
1948
+ "name": "url",
1949
+ "annotation": {
1950
+ "type": "keyword",
1951
+ "value": "string"
1952
+ }
1953
+ }
1954
+ ],
1955
+ "events": [],
1956
+ "methods": []
1957
+ },
1938
1958
  "ai-portal.action-buttons": {
1939
1959
  "properties": [
1940
1960
  {
@@ -2053,26 +2073,6 @@
2053
2073
  }
2054
2074
  ]
2055
2075
  },
2056
- "ai-portal.preview-container": {
2057
- "properties": [
2058
- {
2059
- "name": "source",
2060
- "annotation": {
2061
- "type": "keyword",
2062
- "value": "string"
2063
- }
2064
- },
2065
- {
2066
- "name": "url",
2067
- "annotation": {
2068
- "type": "keyword",
2069
- "value": "string"
2070
- }
2071
- }
2072
- ],
2073
- "events": [],
2074
- "methods": []
2075
- },
2076
2076
  "ai-portal.project-conversations": {
2077
2077
  "properties": [
2078
2078
  {
@@ -3273,33 +3273,6 @@
3273
3273
  }
3274
3274
  ]
3275
3275
  },
3276
- "ai-portal.show-case": {
3277
- "properties": [
3278
- {
3279
- "name": "caseTitle",
3280
- "annotation": {
3281
- "type": "keyword",
3282
- "value": "string"
3283
- }
3284
- },
3285
- {
3286
- "name": "summary",
3287
- "annotation": {
3288
- "type": "keyword",
3289
- "value": "string"
3290
- }
3291
- },
3292
- {
3293
- "name": "url",
3294
- "annotation": {
3295
- "type": "keyword",
3296
- "value": "string"
3297
- }
3298
- }
3299
- ],
3300
- "events": [],
3301
- "methods": []
3302
- },
3303
3276
  "ai-portal.chat-input": {
3304
3277
  "properties": [
3305
3278
  {
@@ -3705,6 +3678,33 @@
3705
3678
  }
3706
3679
  ]
3707
3680
  },
3681
+ "ai-portal.show-case": {
3682
+ "properties": [
3683
+ {
3684
+ "name": "caseTitle",
3685
+ "annotation": {
3686
+ "type": "keyword",
3687
+ "value": "string"
3688
+ }
3689
+ },
3690
+ {
3691
+ "name": "summary",
3692
+ "annotation": {
3693
+ "type": "keyword",
3694
+ "value": "string"
3695
+ }
3696
+ },
3697
+ {
3698
+ "name": "url",
3699
+ "annotation": {
3700
+ "type": "keyword",
3701
+ "value": "string"
3702
+ }
3703
+ }
3704
+ ],
3705
+ "events": [],
3706
+ "methods": []
3707
+ },
3708
3708
  "ai-portal.flow-tabs": {
3709
3709
  "properties": [
3710
3710
  {
@@ -4316,7 +4316,7 @@
4316
4316
  }
4317
4317
  ]
4318
4318
  },
4319
- "ai-portal.notice-dropdown": {
4319
+ "ai-portal.notice-list": {
4320
4320
  "properties": [
4321
4321
  {
4322
4322
  "name": "dataSource",
@@ -4331,16 +4331,6 @@
4331
4331
  }
4332
4332
  }
4333
4333
  },
4334
- {
4335
- "name": "popoverPlacement",
4336
- "annotation": {
4337
- "type": "reference",
4338
- "typeName": {
4339
- "type": "identifier",
4340
- "name": "Placement"
4341
- }
4342
- }
4343
- },
4344
4334
  {
4345
4335
  "name": "emptyText",
4346
4336
  "annotation": {
@@ -4348,13 +4338,6 @@
4348
4338
  "value": "string"
4349
4339
  }
4350
4340
  },
4351
- {
4352
- "name": "notifyCenterUrl",
4353
- "annotation": {
4354
- "type": "keyword",
4355
- "value": "string"
4356
- }
4357
- },
4358
4341
  {
4359
4342
  "name": "urlTemplate",
4360
4343
  "annotation": {
@@ -4373,44 +4356,14 @@
4373
4356
  }
4374
4357
  },
4375
4358
  {
4376
- "name": "dropdownMaxWidth",
4377
- "annotation": {
4378
- "type": "union",
4379
- "types": [
4380
- {
4381
- "type": "keyword",
4382
- "value": "string"
4383
- },
4384
- {
4385
- "type": "keyword",
4386
- "value": "number"
4387
- }
4388
- ]
4389
- }
4390
- },
4391
- {
4392
- "name": "dropdownContentStyle",
4359
+ "name": "selectedIds",
4393
4360
  "annotation": {
4394
- "type": "reference",
4395
- "typeName": {
4396
- "type": "qualifiedName",
4397
- "left": {
4398
- "type": "identifier",
4399
- "name": "React"
4400
- },
4401
- "right": {
4402
- "type": "identifier",
4403
- "name": "CSSProperties"
4404
- }
4361
+ "type": "array",
4362
+ "elementType": {
4363
+ "type": "keyword",
4364
+ "value": "string"
4405
4365
  }
4406
4366
  }
4407
- },
4408
- {
4409
- "name": "hideNotifyCenterButton",
4410
- "annotation": {
4411
- "type": "keyword",
4412
- "value": "boolean"
4413
- }
4414
4367
  }
4415
4368
  ],
4416
4369
  "events": [
@@ -4426,6 +4379,21 @@
4426
4379
  }
4427
4380
  }
4428
4381
  },
4382
+ {
4383
+ "name": "mark.items.read",
4384
+ "detail": {
4385
+ "annotation": {
4386
+ "type": "array",
4387
+ "elementType": {
4388
+ "type": "reference",
4389
+ "typeName": {
4390
+ "type": "identifier",
4391
+ "name": "NoticeItem"
4392
+ }
4393
+ }
4394
+ }
4395
+ }
4396
+ },
4429
4397
  {
4430
4398
  "name": "mark.all.read",
4431
4399
  "detail": {
@@ -4519,7 +4487,7 @@
4519
4487
  }
4520
4488
  ]
4521
4489
  },
4522
- "ai-portal.notice-list": {
4490
+ "ai-portal.notice-dropdown": {
4523
4491
  "properties": [
4524
4492
  {
4525
4493
  "name": "dataSource",
@@ -4534,6 +4502,16 @@
4534
4502
  }
4535
4503
  }
4536
4504
  },
4505
+ {
4506
+ "name": "popoverPlacement",
4507
+ "annotation": {
4508
+ "type": "reference",
4509
+ "typeName": {
4510
+ "type": "identifier",
4511
+ "name": "Placement"
4512
+ }
4513
+ }
4514
+ },
4537
4515
  {
4538
4516
  "name": "emptyText",
4539
4517
  "annotation": {
@@ -4541,6 +4519,13 @@
4541
4519
  "value": "string"
4542
4520
  }
4543
4521
  },
4522
+ {
4523
+ "name": "notifyCenterUrl",
4524
+ "annotation": {
4525
+ "type": "keyword",
4526
+ "value": "string"
4527
+ }
4528
+ },
4544
4529
  {
4545
4530
  "name": "urlTemplate",
4546
4531
  "annotation": {
@@ -4559,14 +4544,44 @@
4559
4544
  }
4560
4545
  },
4561
4546
  {
4562
- "name": "selectedIds",
4547
+ "name": "dropdownMaxWidth",
4563
4548
  "annotation": {
4564
- "type": "array",
4565
- "elementType": {
4566
- "type": "keyword",
4567
- "value": "string"
4549
+ "type": "union",
4550
+ "types": [
4551
+ {
4552
+ "type": "keyword",
4553
+ "value": "string"
4554
+ },
4555
+ {
4556
+ "type": "keyword",
4557
+ "value": "number"
4558
+ }
4559
+ ]
4560
+ }
4561
+ },
4562
+ {
4563
+ "name": "dropdownContentStyle",
4564
+ "annotation": {
4565
+ "type": "reference",
4566
+ "typeName": {
4567
+ "type": "qualifiedName",
4568
+ "left": {
4569
+ "type": "identifier",
4570
+ "name": "React"
4571
+ },
4572
+ "right": {
4573
+ "type": "identifier",
4574
+ "name": "CSSProperties"
4575
+ }
4568
4576
  }
4569
4577
  }
4578
+ },
4579
+ {
4580
+ "name": "hideNotifyCenterButton",
4581
+ "annotation": {
4582
+ "type": "keyword",
4583
+ "value": "boolean"
4584
+ }
4570
4585
  }
4571
4586
  ],
4572
4587
  "events": [
@@ -4582,21 +4597,6 @@
4582
4597
  }
4583
4598
  }
4584
4599
  },
4585
- {
4586
- "name": "mark.items.read",
4587
- "detail": {
4588
- "annotation": {
4589
- "type": "array",
4590
- "elementType": {
4591
- "type": "reference",
4592
- "typeName": {
4593
- "type": "identifier",
4594
- "name": "NoticeItem"
4595
- }
4596
- }
4597
- }
4598
- }
4599
- },
4600
4600
  {
4601
4601
  "name": "mark.all.read",
4602
4602
  "detail": {
@@ -7060,6 +7060,15 @@
7060
7060
  }
7061
7061
  }
7062
7062
  }
7063
+ },
7064
+ {
7065
+ "name": "split.change",
7066
+ "detail": {
7067
+ "annotation": {
7068
+ "type": "keyword",
7069
+ "value": "boolean"
7070
+ }
7071
+ }
7063
7072
  }
7064
7073
  ],
7065
7074
  "methods": [