@next-bricks/ai-portal 0.58.7 → 0.58.8
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/bricks.json +33 -33
- package/dist/chunks/1488.171d8f4f.js.map +1 -1
- package/dist/chunks/151.98b4630f.js +2 -0
- package/dist/chunks/151.98b4630f.js.map +1 -0
- package/dist/chunks/{2232.db93d1de.js → 2232.fb0bce86.js} +2 -2
- package/dist/chunks/2232.fb0bce86.js.map +1 -0
- package/dist/chunks/chat-stream.541a3565.js +2 -0
- package/dist/chunks/chat-stream.541a3565.js.map +1 -0
- package/dist/chunks/{main.9f018556.js → main.15818e0c.js} +2 -2
- package/dist/chunks/{main.9f018556.js.map → main.15818e0c.js.map} +1 -1
- package/dist/chunks/notice-dropdown.4d0fa5c5.js +2 -0
- package/dist/chunks/notice-dropdown.4d0fa5c5.js.map +1 -0
- package/dist/examples.json +21 -21
- package/dist/{index.8cc4b995.js → index.c4df1948.js} +2 -2
- package/dist/{index.8cc4b995.js.map → index.c4df1948.js.map} +1 -1
- package/dist/manifest.json +253 -242
- package/dist/types.json +461 -436
- package/dist-types/chat-stream/ChatStream.d.ts +3 -1
- package/dist-types/notice-dropdown/index.d.ts +5 -0
- package/dist-types/shared/bricks.d.ts +2 -1
- package/package.json +2 -2
- package/dist/chunks/151.4fd3b48d.js +0 -2
- package/dist/chunks/151.4fd3b48d.js.map +0 -1
- package/dist/chunks/2232.db93d1de.js.map +0 -1
- package/dist/chunks/chat-stream.da44fc66.js +0 -2
- package/dist/chunks/chat-stream.da44fc66.js.map +0 -1
- package/dist/chunks/notice-dropdown.6262ed81.js +0 -2
- package/dist/chunks/notice-dropdown.6262ed81.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -250,71 +250,6 @@
|
|
|
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
|
-
},
|
|
318
253
|
"ai-portal.save-request-store": {
|
|
319
254
|
"type": "provider",
|
|
320
255
|
"params": [
|
|
@@ -816,6 +751,71 @@
|
|
|
816
751
|
}
|
|
817
752
|
}
|
|
818
753
|
},
|
|
754
|
+
"ai-portal.set-chat-command": {
|
|
755
|
+
"type": "provider",
|
|
756
|
+
"params": [
|
|
757
|
+
{
|
|
758
|
+
"name": "command",
|
|
759
|
+
"annotation": {
|
|
760
|
+
"type": "union",
|
|
761
|
+
"types": [
|
|
762
|
+
{
|
|
763
|
+
"type": "reference",
|
|
764
|
+
"typeName": {
|
|
765
|
+
"type": "identifier",
|
|
766
|
+
"name": "ChatCommand"
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
"type": "keyword",
|
|
771
|
+
"value": "null"
|
|
772
|
+
}
|
|
773
|
+
]
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
],
|
|
777
|
+
"returns": {
|
|
778
|
+
"annotation": {
|
|
779
|
+
"type": "keyword",
|
|
780
|
+
"value": "void"
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
"types": [
|
|
784
|
+
{
|
|
785
|
+
"type": "interface",
|
|
786
|
+
"name": "ChatCommand",
|
|
787
|
+
"body": [
|
|
788
|
+
{
|
|
789
|
+
"type": "propertySignature",
|
|
790
|
+
"key": {
|
|
791
|
+
"type": "identifier",
|
|
792
|
+
"name": "command"
|
|
793
|
+
},
|
|
794
|
+
"annotation": {
|
|
795
|
+
"type": "keyword",
|
|
796
|
+
"value": "string"
|
|
797
|
+
},
|
|
798
|
+
"computed": false
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
"type": "propertySignature",
|
|
802
|
+
"key": {
|
|
803
|
+
"type": "identifier",
|
|
804
|
+
"name": "payload"
|
|
805
|
+
},
|
|
806
|
+
"annotation": {
|
|
807
|
+
"type": "reference",
|
|
808
|
+
"typeName": {
|
|
809
|
+
"type": "identifier",
|
|
810
|
+
"name": "CommandPayload"
|
|
811
|
+
}
|
|
812
|
+
},
|
|
813
|
+
"computed": false
|
|
814
|
+
}
|
|
815
|
+
]
|
|
816
|
+
}
|
|
817
|
+
]
|
|
818
|
+
},
|
|
819
819
|
"ai-portal.page-container": {
|
|
820
820
|
"properties": [
|
|
821
821
|
{
|
|
@@ -1000,48 +1000,6 @@
|
|
|
1000
1000
|
"events": [],
|
|
1001
1001
|
"methods": []
|
|
1002
1002
|
},
|
|
1003
|
-
"ai-portal.sticky-container": {
|
|
1004
|
-
"properties": [
|
|
1005
|
-
{
|
|
1006
|
-
"name": "variant",
|
|
1007
|
-
"annotation": {
|
|
1008
|
-
"type": "reference",
|
|
1009
|
-
"typeName": {
|
|
1010
|
-
"type": "identifier",
|
|
1011
|
-
"name": "StickyContainerVariant"
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"name": "textContent",
|
|
1017
|
-
"annotation": {
|
|
1018
|
-
"type": "keyword",
|
|
1019
|
-
"value": "string"
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
],
|
|
1023
|
-
"events": [],
|
|
1024
|
-
"methods": [],
|
|
1025
|
-
"types": [
|
|
1026
|
-
{
|
|
1027
|
-
"type": "typeAlias",
|
|
1028
|
-
"name": "StickyContainerVariant",
|
|
1029
|
-
"annotation": {
|
|
1030
|
-
"type": "union",
|
|
1031
|
-
"types": [
|
|
1032
|
-
{
|
|
1033
|
-
"type": "jsLiteral",
|
|
1034
|
-
"value": "default"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"type": "jsLiteral",
|
|
1038
|
-
"value": "home"
|
|
1039
|
-
}
|
|
1040
|
-
]
|
|
1041
|
-
}
|
|
1042
|
-
}
|
|
1043
|
-
]
|
|
1044
|
-
},
|
|
1045
1003
|
"ai-portal.blank-state": {
|
|
1046
1004
|
"properties": [
|
|
1047
1005
|
{
|
|
@@ -1154,6 +1112,48 @@
|
|
|
1154
1112
|
"events": [],
|
|
1155
1113
|
"methods": []
|
|
1156
1114
|
},
|
|
1115
|
+
"ai-portal.sticky-container": {
|
|
1116
|
+
"properties": [
|
|
1117
|
+
{
|
|
1118
|
+
"name": "variant",
|
|
1119
|
+
"annotation": {
|
|
1120
|
+
"type": "reference",
|
|
1121
|
+
"typeName": {
|
|
1122
|
+
"type": "identifier",
|
|
1123
|
+
"name": "StickyContainerVariant"
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "textContent",
|
|
1129
|
+
"annotation": {
|
|
1130
|
+
"type": "keyword",
|
|
1131
|
+
"value": "string"
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1134
|
+
],
|
|
1135
|
+
"events": [],
|
|
1136
|
+
"methods": [],
|
|
1137
|
+
"types": [
|
|
1138
|
+
{
|
|
1139
|
+
"type": "typeAlias",
|
|
1140
|
+
"name": "StickyContainerVariant",
|
|
1141
|
+
"annotation": {
|
|
1142
|
+
"type": "union",
|
|
1143
|
+
"types": [
|
|
1144
|
+
{
|
|
1145
|
+
"type": "jsLiteral",
|
|
1146
|
+
"value": "default"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"type": "jsLiteral",
|
|
1150
|
+
"value": "home"
|
|
1151
|
+
}
|
|
1152
|
+
]
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
]
|
|
1156
|
+
},
|
|
1157
1157
|
"ai-portal.project-knowledges": {
|
|
1158
1158
|
"properties": [
|
|
1159
1159
|
{
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
}
|
|
1420
1420
|
]
|
|
1421
1421
|
},
|
|
1422
|
-
"ai-portal.
|
|
1422
|
+
"ai-portal.ai-employees": {
|
|
1423
1423
|
"properties": [
|
|
1424
1424
|
{
|
|
1425
1425
|
"name": "list",
|
|
@@ -1429,16 +1429,33 @@
|
|
|
1429
1429
|
"type": "reference",
|
|
1430
1430
|
"typeName": {
|
|
1431
1431
|
"type": "identifier",
|
|
1432
|
-
"name": "
|
|
1432
|
+
"name": "Employee"
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
1435
|
}
|
|
1436
1436
|
},
|
|
1437
1437
|
{
|
|
1438
|
-
"name": "
|
|
1438
|
+
"name": "industries",
|
|
1439
|
+
"annotation": {
|
|
1440
|
+
"type": "array",
|
|
1441
|
+
"elementType": {
|
|
1442
|
+
"type": "keyword",
|
|
1443
|
+
"value": "string"
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"name": "urlTemplate",
|
|
1439
1449
|
"annotation": {
|
|
1440
1450
|
"type": "keyword",
|
|
1441
|
-
"value": "
|
|
1451
|
+
"value": "string"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "withContainer",
|
|
1456
|
+
"annotation": {
|
|
1457
|
+
"type": "keyword",
|
|
1458
|
+
"value": "boolean"
|
|
1442
1459
|
}
|
|
1443
1460
|
}
|
|
1444
1461
|
],
|
|
@@ -1447,7 +1464,7 @@
|
|
|
1447
1464
|
"types": [
|
|
1448
1465
|
{
|
|
1449
1466
|
"type": "interface",
|
|
1450
|
-
"name": "
|
|
1467
|
+
"name": "Employee",
|
|
1451
1468
|
"body": [
|
|
1452
1469
|
{
|
|
1453
1470
|
"type": "propertySignature",
|
|
@@ -1465,7 +1482,7 @@
|
|
|
1465
1482
|
"type": "propertySignature",
|
|
1466
1483
|
"key": {
|
|
1467
1484
|
"type": "identifier",
|
|
1468
|
-
"name": "
|
|
1485
|
+
"name": "industry"
|
|
1469
1486
|
},
|
|
1470
1487
|
"annotation": {
|
|
1471
1488
|
"type": "keyword",
|
|
@@ -1477,7 +1494,7 @@
|
|
|
1477
1494
|
"type": "propertySignature",
|
|
1478
1495
|
"key": {
|
|
1479
1496
|
"type": "identifier",
|
|
1480
|
-
"name": "
|
|
1497
|
+
"name": "role"
|
|
1481
1498
|
},
|
|
1482
1499
|
"annotation": {
|
|
1483
1500
|
"type": "keyword",
|
|
@@ -1489,68 +1506,32 @@
|
|
|
1489
1506
|
"type": "propertySignature",
|
|
1490
1507
|
"key": {
|
|
1491
1508
|
"type": "identifier",
|
|
1492
|
-
"name": "
|
|
1509
|
+
"name": "description"
|
|
1493
1510
|
},
|
|
1494
1511
|
"annotation": {
|
|
1495
|
-
"type": "
|
|
1496
|
-
"
|
|
1497
|
-
"type": "identifier",
|
|
1498
|
-
"name": "GeneralIconProps"
|
|
1499
|
-
}
|
|
1512
|
+
"type": "keyword",
|
|
1513
|
+
"value": "string"
|
|
1500
1514
|
},
|
|
1501
|
-
"optional": true,
|
|
1502
1515
|
"computed": false
|
|
1503
1516
|
},
|
|
1504
1517
|
{
|
|
1505
1518
|
"type": "propertySignature",
|
|
1506
1519
|
"key": {
|
|
1507
1520
|
"type": "identifier",
|
|
1508
|
-
"name": "
|
|
1509
|
-
},
|
|
1510
|
-
"annotation": {
|
|
1511
|
-
"type": "reference",
|
|
1512
|
-
"typeName": {
|
|
1513
|
-
"type": "identifier",
|
|
1514
|
-
"name": "McpServer"
|
|
1515
|
-
}
|
|
1516
|
-
},
|
|
1517
|
-
"computed": false
|
|
1518
|
-
}
|
|
1519
|
-
]
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"type": "interface",
|
|
1523
|
-
"name": "McpServer",
|
|
1524
|
-
"body": [
|
|
1525
|
-
{
|
|
1526
|
-
"type": "propertySignature",
|
|
1527
|
-
"key": {
|
|
1528
|
-
"type": "identifier",
|
|
1529
|
-
"name": "id"
|
|
1530
|
-
},
|
|
1531
|
-
"annotation": {
|
|
1532
|
-
"type": "keyword",
|
|
1533
|
-
"value": "string"
|
|
1534
|
-
},
|
|
1535
|
-
"computed": false
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
"type": "propertySignature",
|
|
1539
|
-
"key": {
|
|
1540
|
-
"type": "identifier",
|
|
1541
|
-
"name": "name"
|
|
1521
|
+
"name": "avatar"
|
|
1542
1522
|
},
|
|
1543
1523
|
"annotation": {
|
|
1544
1524
|
"type": "keyword",
|
|
1545
1525
|
"value": "string"
|
|
1546
1526
|
},
|
|
1527
|
+
"optional": true,
|
|
1547
1528
|
"computed": false
|
|
1548
1529
|
}
|
|
1549
1530
|
]
|
|
1550
1531
|
}
|
|
1551
1532
|
]
|
|
1552
1533
|
},
|
|
1553
|
-
"ai-portal.
|
|
1534
|
+
"ai-portal.mcp-tools": {
|
|
1554
1535
|
"properties": [
|
|
1555
1536
|
{
|
|
1556
1537
|
"name": "list",
|
|
@@ -1560,23 +1541,16 @@
|
|
|
1560
1541
|
"type": "reference",
|
|
1561
1542
|
"typeName": {
|
|
1562
1543
|
"type": "identifier",
|
|
1563
|
-
"name": "
|
|
1544
|
+
"name": "McpTool"
|
|
1564
1545
|
}
|
|
1565
1546
|
}
|
|
1566
1547
|
}
|
|
1567
1548
|
},
|
|
1568
1549
|
{
|
|
1569
|
-
"name": "
|
|
1570
|
-
"annotation": {
|
|
1571
|
-
"type": "keyword",
|
|
1572
|
-
"value": "string"
|
|
1573
|
-
}
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"name": "withContainer",
|
|
1550
|
+
"name": "stickyTop",
|
|
1577
1551
|
"annotation": {
|
|
1578
1552
|
"type": "keyword",
|
|
1579
|
-
"value": "
|
|
1553
|
+
"value": "number"
|
|
1580
1554
|
}
|
|
1581
1555
|
}
|
|
1582
1556
|
],
|
|
@@ -1585,7 +1559,7 @@
|
|
|
1585
1559
|
"types": [
|
|
1586
1560
|
{
|
|
1587
1561
|
"type": "interface",
|
|
1588
|
-
"name": "
|
|
1562
|
+
"name": "McpTool",
|
|
1589
1563
|
"body": [
|
|
1590
1564
|
{
|
|
1591
1565
|
"type": "propertySignature",
|
|
@@ -1599,6 +1573,18 @@
|
|
|
1599
1573
|
},
|
|
1600
1574
|
"computed": false
|
|
1601
1575
|
},
|
|
1576
|
+
{
|
|
1577
|
+
"type": "propertySignature",
|
|
1578
|
+
"key": {
|
|
1579
|
+
"type": "identifier",
|
|
1580
|
+
"name": "title"
|
|
1581
|
+
},
|
|
1582
|
+
"annotation": {
|
|
1583
|
+
"type": "keyword",
|
|
1584
|
+
"value": "string"
|
|
1585
|
+
},
|
|
1586
|
+
"computed": false
|
|
1587
|
+
},
|
|
1602
1588
|
{
|
|
1603
1589
|
"type": "propertySignature",
|
|
1604
1590
|
"key": {
|
|
@@ -1631,23 +1617,52 @@
|
|
|
1631
1617
|
"type": "propertySignature",
|
|
1632
1618
|
"key": {
|
|
1633
1619
|
"type": "identifier",
|
|
1634
|
-
"name": "
|
|
1620
|
+
"name": "server"
|
|
1635
1621
|
},
|
|
1636
1622
|
"annotation": {
|
|
1637
|
-
"type": "
|
|
1638
|
-
"
|
|
1639
|
-
"type": "
|
|
1640
|
-
"
|
|
1623
|
+
"type": "reference",
|
|
1624
|
+
"typeName": {
|
|
1625
|
+
"type": "identifier",
|
|
1626
|
+
"name": "McpServer"
|
|
1641
1627
|
}
|
|
1642
1628
|
},
|
|
1643
|
-
"
|
|
1629
|
+
"computed": false
|
|
1630
|
+
}
|
|
1631
|
+
]
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
"type": "interface",
|
|
1635
|
+
"name": "McpServer",
|
|
1636
|
+
"body": [
|
|
1637
|
+
{
|
|
1638
|
+
"type": "propertySignature",
|
|
1639
|
+
"key": {
|
|
1640
|
+
"type": "identifier",
|
|
1641
|
+
"name": "id"
|
|
1642
|
+
},
|
|
1643
|
+
"annotation": {
|
|
1644
|
+
"type": "keyword",
|
|
1645
|
+
"value": "string"
|
|
1646
|
+
},
|
|
1647
|
+
"computed": false
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
"type": "propertySignature",
|
|
1651
|
+
"key": {
|
|
1652
|
+
"type": "identifier",
|
|
1653
|
+
"name": "name"
|
|
1654
|
+
},
|
|
1655
|
+
"annotation": {
|
|
1656
|
+
"type": "keyword",
|
|
1657
|
+
"value": "string"
|
|
1658
|
+
},
|
|
1644
1659
|
"computed": false
|
|
1645
1660
|
}
|
|
1646
1661
|
]
|
|
1647
1662
|
}
|
|
1648
1663
|
]
|
|
1649
1664
|
},
|
|
1650
|
-
"ai-portal.ai-
|
|
1665
|
+
"ai-portal.ai-agents": {
|
|
1651
1666
|
"properties": [
|
|
1652
1667
|
{
|
|
1653
1668
|
"name": "list",
|
|
@@ -1657,21 +1672,11 @@
|
|
|
1657
1672
|
"type": "reference",
|
|
1658
1673
|
"typeName": {
|
|
1659
1674
|
"type": "identifier",
|
|
1660
|
-
"name": "
|
|
1675
|
+
"name": "Agent"
|
|
1661
1676
|
}
|
|
1662
1677
|
}
|
|
1663
1678
|
}
|
|
1664
1679
|
},
|
|
1665
|
-
{
|
|
1666
|
-
"name": "industries",
|
|
1667
|
-
"annotation": {
|
|
1668
|
-
"type": "array",
|
|
1669
|
-
"elementType": {
|
|
1670
|
-
"type": "keyword",
|
|
1671
|
-
"value": "string"
|
|
1672
|
-
}
|
|
1673
|
-
}
|
|
1674
|
-
},
|
|
1675
1680
|
{
|
|
1676
1681
|
"name": "urlTemplate",
|
|
1677
1682
|
"annotation": {
|
|
@@ -1692,7 +1697,7 @@
|
|
|
1692
1697
|
"types": [
|
|
1693
1698
|
{
|
|
1694
1699
|
"type": "interface",
|
|
1695
|
-
"name": "
|
|
1700
|
+
"name": "Agent",
|
|
1696
1701
|
"body": [
|
|
1697
1702
|
{
|
|
1698
1703
|
"type": "propertySignature",
|
|
@@ -1710,19 +1715,7 @@
|
|
|
1710
1715
|
"type": "propertySignature",
|
|
1711
1716
|
"key": {
|
|
1712
1717
|
"type": "identifier",
|
|
1713
|
-
"name": "
|
|
1714
|
-
},
|
|
1715
|
-
"annotation": {
|
|
1716
|
-
"type": "keyword",
|
|
1717
|
-
"value": "string"
|
|
1718
|
-
},
|
|
1719
|
-
"computed": false
|
|
1720
|
-
},
|
|
1721
|
-
{
|
|
1722
|
-
"type": "propertySignature",
|
|
1723
|
-
"key": {
|
|
1724
|
-
"type": "identifier",
|
|
1725
|
-
"name": "role"
|
|
1718
|
+
"name": "description"
|
|
1726
1719
|
},
|
|
1727
1720
|
"annotation": {
|
|
1728
1721
|
"type": "keyword",
|
|
@@ -1734,23 +1727,30 @@
|
|
|
1734
1727
|
"type": "propertySignature",
|
|
1735
1728
|
"key": {
|
|
1736
1729
|
"type": "identifier",
|
|
1737
|
-
"name": "
|
|
1730
|
+
"name": "icon"
|
|
1738
1731
|
},
|
|
1739
1732
|
"annotation": {
|
|
1740
|
-
"type": "
|
|
1741
|
-
"
|
|
1733
|
+
"type": "reference",
|
|
1734
|
+
"typeName": {
|
|
1735
|
+
"type": "identifier",
|
|
1736
|
+
"name": "GeneralIconProps"
|
|
1737
|
+
}
|
|
1742
1738
|
},
|
|
1739
|
+
"optional": true,
|
|
1743
1740
|
"computed": false
|
|
1744
1741
|
},
|
|
1745
1742
|
{
|
|
1746
1743
|
"type": "propertySignature",
|
|
1747
1744
|
"key": {
|
|
1748
1745
|
"type": "identifier",
|
|
1749
|
-
"name": "
|
|
1746
|
+
"name": "tags"
|
|
1750
1747
|
},
|
|
1751
1748
|
"annotation": {
|
|
1752
|
-
"type": "
|
|
1753
|
-
"
|
|
1749
|
+
"type": "array",
|
|
1750
|
+
"elementType": {
|
|
1751
|
+
"type": "keyword",
|
|
1752
|
+
"value": "string"
|
|
1753
|
+
}
|
|
1754
1754
|
},
|
|
1755
1755
|
"optional": true,
|
|
1756
1756
|
"computed": false
|
|
@@ -2056,236 +2056,10 @@
|
|
|
2056
2056
|
"name": "hidden"
|
|
2057
2057
|
},
|
|
2058
2058
|
"annotation": {
|
|
2059
|
-
"type": "keyword",
|
|
2060
|
-
"value": "boolean"
|
|
2061
|
-
},
|
|
2062
|
-
"optional": true,
|
|
2063
|
-
"computed": false
|
|
2064
|
-
}
|
|
2065
|
-
]
|
|
2066
|
-
}
|
|
2067
|
-
]
|
|
2068
|
-
},
|
|
2069
|
-
"ai-portal.project-conversations": {
|
|
2070
|
-
"properties": [
|
|
2071
|
-
{
|
|
2072
|
-
"name": "list",
|
|
2073
|
-
"annotation": {
|
|
2074
|
-
"type": "array",
|
|
2075
|
-
"elementType": {
|
|
2076
|
-
"type": "reference",
|
|
2077
|
-
"typeName": {
|
|
2078
|
-
"type": "identifier",
|
|
2079
|
-
"name": "Conversation"
|
|
2080
|
-
}
|
|
2081
|
-
}
|
|
2082
|
-
}
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
"name": "urlTemplate",
|
|
2086
|
-
"annotation": {
|
|
2087
|
-
"type": "keyword",
|
|
2088
|
-
"value": "string"
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
"name": "actions",
|
|
2093
|
-
"annotation": {
|
|
2094
|
-
"type": "array",
|
|
2095
|
-
"elementType": {
|
|
2096
|
-
"type": "reference",
|
|
2097
|
-
"typeName": {
|
|
2098
|
-
"type": "identifier",
|
|
2099
|
-
"name": "ActionType"
|
|
2100
|
-
}
|
|
2101
|
-
}
|
|
2102
|
-
}
|
|
2103
|
-
},
|
|
2104
|
-
{
|
|
2105
|
-
"name": "goals",
|
|
2106
|
-
"annotation": {
|
|
2107
|
-
"type": "array",
|
|
2108
|
-
"elementType": {
|
|
2109
|
-
"type": "reference",
|
|
2110
|
-
"typeName": {
|
|
2111
|
-
"type": "identifier",
|
|
2112
|
-
"name": "Goal"
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
}
|
|
2116
|
-
}
|
|
2117
|
-
],
|
|
2118
|
-
"events": [
|
|
2119
|
-
{
|
|
2120
|
-
"name": "goal.click",
|
|
2121
|
-
"detail": {
|
|
2122
|
-
"annotation": {
|
|
2123
|
-
"type": "reference",
|
|
2124
|
-
"typeName": {
|
|
2125
|
-
"type": "identifier",
|
|
2126
|
-
"name": "Conversation"
|
|
2127
|
-
}
|
|
2128
|
-
}
|
|
2129
|
-
}
|
|
2130
|
-
},
|
|
2131
|
-
{
|
|
2132
|
-
"name": "action.click",
|
|
2133
|
-
"detail": {
|
|
2134
|
-
"annotation": {
|
|
2135
|
-
"type": "reference",
|
|
2136
|
-
"typeName": {
|
|
2137
|
-
"type": "identifier",
|
|
2138
|
-
"name": "ActionClickDetail"
|
|
2139
|
-
}
|
|
2140
|
-
}
|
|
2141
|
-
}
|
|
2142
|
-
}
|
|
2143
|
-
],
|
|
2144
|
-
"methods": [],
|
|
2145
|
-
"types": [
|
|
2146
|
-
{
|
|
2147
|
-
"type": "interface",
|
|
2148
|
-
"name": "Conversation",
|
|
2149
|
-
"body": [
|
|
2150
|
-
{
|
|
2151
|
-
"type": "propertySignature",
|
|
2152
|
-
"key": {
|
|
2153
|
-
"type": "identifier",
|
|
2154
|
-
"name": "conversationId"
|
|
2155
|
-
},
|
|
2156
|
-
"annotation": {
|
|
2157
|
-
"type": "keyword",
|
|
2158
|
-
"value": "string"
|
|
2159
|
-
},
|
|
2160
|
-
"computed": false
|
|
2161
|
-
},
|
|
2162
|
-
{
|
|
2163
|
-
"type": "propertySignature",
|
|
2164
|
-
"key": {
|
|
2165
|
-
"type": "identifier",
|
|
2166
|
-
"name": "title"
|
|
2167
|
-
},
|
|
2168
|
-
"annotation": {
|
|
2169
|
-
"type": "keyword",
|
|
2170
|
-
"value": "string"
|
|
2171
|
-
},
|
|
2172
|
-
"computed": false
|
|
2173
|
-
},
|
|
2174
|
-
{
|
|
2175
|
-
"type": "propertySignature",
|
|
2176
|
-
"key": {
|
|
2177
|
-
"type": "identifier",
|
|
2178
|
-
"name": "startTime"
|
|
2179
|
-
},
|
|
2180
|
-
"annotation": {
|
|
2181
|
-
"type": "keyword",
|
|
2182
|
-
"value": "number"
|
|
2183
|
-
},
|
|
2184
|
-
"computed": false
|
|
2185
|
-
},
|
|
2186
|
-
{
|
|
2187
|
-
"type": "propertySignature",
|
|
2188
|
-
"key": {
|
|
2189
|
-
"type": "identifier",
|
|
2190
|
-
"name": "description"
|
|
2191
|
-
},
|
|
2192
|
-
"annotation": {
|
|
2193
|
-
"type": "keyword",
|
|
2194
|
-
"value": "string"
|
|
2195
|
-
},
|
|
2196
|
-
"optional": true,
|
|
2197
|
-
"computed": false
|
|
2198
|
-
},
|
|
2199
|
-
{
|
|
2200
|
-
"type": "propertySignature",
|
|
2201
|
-
"key": {
|
|
2202
|
-
"type": "identifier",
|
|
2203
|
-
"name": "goalInstanceId"
|
|
2204
|
-
},
|
|
2205
|
-
"annotation": {
|
|
2206
|
-
"type": "keyword",
|
|
2207
|
-
"value": "string"
|
|
2208
|
-
},
|
|
2209
|
-
"optional": true,
|
|
2210
|
-
"computed": false
|
|
2211
|
-
},
|
|
2212
|
-
{
|
|
2213
|
-
"type": "propertySignature",
|
|
2214
|
-
"key": {
|
|
2215
|
-
"type": "identifier",
|
|
2216
|
-
"name": "username"
|
|
2217
|
-
},
|
|
2218
|
-
"annotation": {
|
|
2219
|
-
"type": "keyword",
|
|
2220
|
-
"value": "string"
|
|
2221
|
-
},
|
|
2222
|
-
"optional": true,
|
|
2223
|
-
"computed": false
|
|
2224
|
-
}
|
|
2225
|
-
]
|
|
2226
|
-
},
|
|
2227
|
-
{
|
|
2228
|
-
"type": "interface",
|
|
2229
|
-
"name": "Goal",
|
|
2230
|
-
"body": [
|
|
2231
|
-
{
|
|
2232
|
-
"type": "propertySignature",
|
|
2233
|
-
"key": {
|
|
2234
|
-
"type": "identifier",
|
|
2235
|
-
"name": "instanceId"
|
|
2236
|
-
},
|
|
2237
|
-
"annotation": {
|
|
2238
|
-
"type": "keyword",
|
|
2239
|
-
"value": "string"
|
|
2240
|
-
},
|
|
2241
|
-
"computed": false
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
"type": "propertySignature",
|
|
2245
|
-
"key": {
|
|
2246
|
-
"type": "identifier",
|
|
2247
|
-
"name": "title"
|
|
2248
|
-
},
|
|
2249
|
-
"annotation": {
|
|
2250
|
-
"type": "keyword",
|
|
2251
|
-
"value": "string"
|
|
2252
|
-
},
|
|
2253
|
-
"computed": false
|
|
2254
|
-
}
|
|
2255
|
-
]
|
|
2256
|
-
},
|
|
2257
|
-
{
|
|
2258
|
-
"type": "interface",
|
|
2259
|
-
"name": "ActionClickDetail",
|
|
2260
|
-
"body": [
|
|
2261
|
-
{
|
|
2262
|
-
"type": "propertySignature",
|
|
2263
|
-
"key": {
|
|
2264
|
-
"type": "identifier",
|
|
2265
|
-
"name": "action"
|
|
2266
|
-
},
|
|
2267
|
-
"annotation": {
|
|
2268
|
-
"type": "reference",
|
|
2269
|
-
"typeName": {
|
|
2270
|
-
"type": "identifier",
|
|
2271
|
-
"name": "SimpleActionType"
|
|
2272
|
-
}
|
|
2273
|
-
},
|
|
2274
|
-
"computed": false
|
|
2275
|
-
},
|
|
2276
|
-
{
|
|
2277
|
-
"type": "propertySignature",
|
|
2278
|
-
"key": {
|
|
2279
|
-
"type": "identifier",
|
|
2280
|
-
"name": "item"
|
|
2281
|
-
},
|
|
2282
|
-
"annotation": {
|
|
2283
|
-
"type": "reference",
|
|
2284
|
-
"typeName": {
|
|
2285
|
-
"type": "identifier",
|
|
2286
|
-
"name": "Conversation"
|
|
2287
|
-
}
|
|
2059
|
+
"type": "keyword",
|
|
2060
|
+
"value": "boolean"
|
|
2288
2061
|
},
|
|
2062
|
+
"optional": true,
|
|
2289
2063
|
"computed": false
|
|
2290
2064
|
}
|
|
2291
2065
|
]
|
|
@@ -3266,6 +3040,232 @@
|
|
|
3266
3040
|
}
|
|
3267
3041
|
]
|
|
3268
3042
|
},
|
|
3043
|
+
"ai-portal.project-conversations": {
|
|
3044
|
+
"properties": [
|
|
3045
|
+
{
|
|
3046
|
+
"name": "list",
|
|
3047
|
+
"annotation": {
|
|
3048
|
+
"type": "array",
|
|
3049
|
+
"elementType": {
|
|
3050
|
+
"type": "reference",
|
|
3051
|
+
"typeName": {
|
|
3052
|
+
"type": "identifier",
|
|
3053
|
+
"name": "Conversation"
|
|
3054
|
+
}
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"name": "urlTemplate",
|
|
3060
|
+
"annotation": {
|
|
3061
|
+
"type": "keyword",
|
|
3062
|
+
"value": "string"
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"name": "actions",
|
|
3067
|
+
"annotation": {
|
|
3068
|
+
"type": "array",
|
|
3069
|
+
"elementType": {
|
|
3070
|
+
"type": "reference",
|
|
3071
|
+
"typeName": {
|
|
3072
|
+
"type": "identifier",
|
|
3073
|
+
"name": "ActionType"
|
|
3074
|
+
}
|
|
3075
|
+
}
|
|
3076
|
+
}
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"name": "goals",
|
|
3080
|
+
"annotation": {
|
|
3081
|
+
"type": "array",
|
|
3082
|
+
"elementType": {
|
|
3083
|
+
"type": "reference",
|
|
3084
|
+
"typeName": {
|
|
3085
|
+
"type": "identifier",
|
|
3086
|
+
"name": "Goal"
|
|
3087
|
+
}
|
|
3088
|
+
}
|
|
3089
|
+
}
|
|
3090
|
+
}
|
|
3091
|
+
],
|
|
3092
|
+
"events": [
|
|
3093
|
+
{
|
|
3094
|
+
"name": "goal.click",
|
|
3095
|
+
"detail": {
|
|
3096
|
+
"annotation": {
|
|
3097
|
+
"type": "reference",
|
|
3098
|
+
"typeName": {
|
|
3099
|
+
"type": "identifier",
|
|
3100
|
+
"name": "Conversation"
|
|
3101
|
+
}
|
|
3102
|
+
}
|
|
3103
|
+
}
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"name": "action.click",
|
|
3107
|
+
"detail": {
|
|
3108
|
+
"annotation": {
|
|
3109
|
+
"type": "reference",
|
|
3110
|
+
"typeName": {
|
|
3111
|
+
"type": "identifier",
|
|
3112
|
+
"name": "ActionClickDetail"
|
|
3113
|
+
}
|
|
3114
|
+
}
|
|
3115
|
+
}
|
|
3116
|
+
}
|
|
3117
|
+
],
|
|
3118
|
+
"methods": [],
|
|
3119
|
+
"types": [
|
|
3120
|
+
{
|
|
3121
|
+
"type": "interface",
|
|
3122
|
+
"name": "Conversation",
|
|
3123
|
+
"body": [
|
|
3124
|
+
{
|
|
3125
|
+
"type": "propertySignature",
|
|
3126
|
+
"key": {
|
|
3127
|
+
"type": "identifier",
|
|
3128
|
+
"name": "conversationId"
|
|
3129
|
+
},
|
|
3130
|
+
"annotation": {
|
|
3131
|
+
"type": "keyword",
|
|
3132
|
+
"value": "string"
|
|
3133
|
+
},
|
|
3134
|
+
"computed": false
|
|
3135
|
+
},
|
|
3136
|
+
{
|
|
3137
|
+
"type": "propertySignature",
|
|
3138
|
+
"key": {
|
|
3139
|
+
"type": "identifier",
|
|
3140
|
+
"name": "title"
|
|
3141
|
+
},
|
|
3142
|
+
"annotation": {
|
|
3143
|
+
"type": "keyword",
|
|
3144
|
+
"value": "string"
|
|
3145
|
+
},
|
|
3146
|
+
"computed": false
|
|
3147
|
+
},
|
|
3148
|
+
{
|
|
3149
|
+
"type": "propertySignature",
|
|
3150
|
+
"key": {
|
|
3151
|
+
"type": "identifier",
|
|
3152
|
+
"name": "startTime"
|
|
3153
|
+
},
|
|
3154
|
+
"annotation": {
|
|
3155
|
+
"type": "keyword",
|
|
3156
|
+
"value": "number"
|
|
3157
|
+
},
|
|
3158
|
+
"computed": false
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"type": "propertySignature",
|
|
3162
|
+
"key": {
|
|
3163
|
+
"type": "identifier",
|
|
3164
|
+
"name": "description"
|
|
3165
|
+
},
|
|
3166
|
+
"annotation": {
|
|
3167
|
+
"type": "keyword",
|
|
3168
|
+
"value": "string"
|
|
3169
|
+
},
|
|
3170
|
+
"optional": true,
|
|
3171
|
+
"computed": false
|
|
3172
|
+
},
|
|
3173
|
+
{
|
|
3174
|
+
"type": "propertySignature",
|
|
3175
|
+
"key": {
|
|
3176
|
+
"type": "identifier",
|
|
3177
|
+
"name": "goalInstanceId"
|
|
3178
|
+
},
|
|
3179
|
+
"annotation": {
|
|
3180
|
+
"type": "keyword",
|
|
3181
|
+
"value": "string"
|
|
3182
|
+
},
|
|
3183
|
+
"optional": true,
|
|
3184
|
+
"computed": false
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"type": "propertySignature",
|
|
3188
|
+
"key": {
|
|
3189
|
+
"type": "identifier",
|
|
3190
|
+
"name": "username"
|
|
3191
|
+
},
|
|
3192
|
+
"annotation": {
|
|
3193
|
+
"type": "keyword",
|
|
3194
|
+
"value": "string"
|
|
3195
|
+
},
|
|
3196
|
+
"optional": true,
|
|
3197
|
+
"computed": false
|
|
3198
|
+
}
|
|
3199
|
+
]
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"type": "interface",
|
|
3203
|
+
"name": "Goal",
|
|
3204
|
+
"body": [
|
|
3205
|
+
{
|
|
3206
|
+
"type": "propertySignature",
|
|
3207
|
+
"key": {
|
|
3208
|
+
"type": "identifier",
|
|
3209
|
+
"name": "instanceId"
|
|
3210
|
+
},
|
|
3211
|
+
"annotation": {
|
|
3212
|
+
"type": "keyword",
|
|
3213
|
+
"value": "string"
|
|
3214
|
+
},
|
|
3215
|
+
"computed": false
|
|
3216
|
+
},
|
|
3217
|
+
{
|
|
3218
|
+
"type": "propertySignature",
|
|
3219
|
+
"key": {
|
|
3220
|
+
"type": "identifier",
|
|
3221
|
+
"name": "title"
|
|
3222
|
+
},
|
|
3223
|
+
"annotation": {
|
|
3224
|
+
"type": "keyword",
|
|
3225
|
+
"value": "string"
|
|
3226
|
+
},
|
|
3227
|
+
"computed": false
|
|
3228
|
+
}
|
|
3229
|
+
]
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"type": "interface",
|
|
3233
|
+
"name": "ActionClickDetail",
|
|
3234
|
+
"body": [
|
|
3235
|
+
{
|
|
3236
|
+
"type": "propertySignature",
|
|
3237
|
+
"key": {
|
|
3238
|
+
"type": "identifier",
|
|
3239
|
+
"name": "action"
|
|
3240
|
+
},
|
|
3241
|
+
"annotation": {
|
|
3242
|
+
"type": "reference",
|
|
3243
|
+
"typeName": {
|
|
3244
|
+
"type": "identifier",
|
|
3245
|
+
"name": "SimpleActionType"
|
|
3246
|
+
}
|
|
3247
|
+
},
|
|
3248
|
+
"computed": false
|
|
3249
|
+
},
|
|
3250
|
+
{
|
|
3251
|
+
"type": "propertySignature",
|
|
3252
|
+
"key": {
|
|
3253
|
+
"type": "identifier",
|
|
3254
|
+
"name": "item"
|
|
3255
|
+
},
|
|
3256
|
+
"annotation": {
|
|
3257
|
+
"type": "reference",
|
|
3258
|
+
"typeName": {
|
|
3259
|
+
"type": "identifier",
|
|
3260
|
+
"name": "Conversation"
|
|
3261
|
+
}
|
|
3262
|
+
},
|
|
3263
|
+
"computed": false
|
|
3264
|
+
}
|
|
3265
|
+
]
|
|
3266
|
+
}
|
|
3267
|
+
]
|
|
3268
|
+
},
|
|
3269
3269
|
"ai-portal.chat-input": {
|
|
3270
3270
|
"properties": [
|
|
3271
3271
|
{
|
|
@@ -4355,6 +4355,16 @@
|
|
|
4355
4355
|
"value": "string"
|
|
4356
4356
|
}
|
|
4357
4357
|
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "urlTarget",
|
|
4360
|
+
"annotation": {
|
|
4361
|
+
"type": "reference",
|
|
4362
|
+
"typeName": {
|
|
4363
|
+
"type": "identifier",
|
|
4364
|
+
"name": "Target"
|
|
4365
|
+
}
|
|
4366
|
+
}
|
|
4367
|
+
},
|
|
4358
4368
|
{
|
|
4359
4369
|
"name": "dropdownMaxWidth",
|
|
4360
4370
|
"annotation": {
|
|
@@ -4401,8 +4411,11 @@
|
|
|
4401
4411
|
"name": "notice.click",
|
|
4402
4412
|
"detail": {
|
|
4403
4413
|
"annotation": {
|
|
4404
|
-
"type": "
|
|
4405
|
-
"
|
|
4414
|
+
"type": "reference",
|
|
4415
|
+
"typeName": {
|
|
4416
|
+
"type": "identifier",
|
|
4417
|
+
"name": "NoticeItem"
|
|
4418
|
+
}
|
|
4406
4419
|
}
|
|
4407
4420
|
}
|
|
4408
4421
|
},
|
|
@@ -6882,6 +6895,18 @@
|
|
|
6882
6895
|
"value": "void"
|
|
6883
6896
|
}
|
|
6884
6897
|
}
|
|
6898
|
+
},
|
|
6899
|
+
{
|
|
6900
|
+
"name": "notice.click",
|
|
6901
|
+
"detail": {
|
|
6902
|
+
"annotation": {
|
|
6903
|
+
"type": "reference",
|
|
6904
|
+
"typeName": {
|
|
6905
|
+
"type": "identifier",
|
|
6906
|
+
"name": "NoticeItem"
|
|
6907
|
+
}
|
|
6908
|
+
}
|
|
6909
|
+
}
|
|
6885
6910
|
}
|
|
6886
6911
|
],
|
|
6887
6912
|
"methods": [
|