@next-bricks/ai-portal 0.58.6 → 0.58.7
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 +29 -29
- package/dist/chunks/1488.171d8f4f.js +2 -0
- package/dist/chunks/1488.171d8f4f.js.map +1 -0
- package/dist/chunks/151.4fd3b48d.js +2 -0
- package/dist/chunks/151.4fd3b48d.js.map +1 -0
- package/dist/chunks/2232.db93d1de.js +2 -0
- package/dist/chunks/2232.db93d1de.js.map +1 -0
- package/dist/chunks/2324.17662f31.js +2 -0
- package/dist/chunks/2324.17662f31.js.map +1 -0
- package/dist/chunks/{chat-box.041da849.js → chat-box.6eab985e.js} +2 -2
- package/dist/chunks/chat-box.6eab985e.js.map +1 -0
- package/dist/chunks/chat-input.fce2d021.js +2 -0
- package/dist/chunks/chat-input.fce2d021.js.map +1 -0
- package/dist/chunks/{main.d38cd700.js → main.9f018556.js} +2 -2
- package/dist/chunks/{main.d38cd700.js.map → main.9f018556.js.map} +1 -1
- package/dist/examples.json +19 -19
- package/dist/{index.95f2837d.js → index.8cc4b995.js} +2 -2
- package/dist/{index.95f2837d.js.map → index.8cc4b995.js.map} +1 -1
- package/dist/manifest.json +231 -231
- package/dist/types.json +1047 -887
- package/dist-types/cruise-canvas/FileList/FileList.d.ts +2 -1
- package/dist-types/shared/FileUpload/GlobalDragOverlay.d.ts +3 -3
- package/dist-types/shared/FileUpload/i18n.d.ts +6 -1
- package/dist-types/shared/FileUpload/validateFiles.d.ts +2 -0
- package/dist-types/shared/interfaces.d.ts +4 -0
- package/package.json +2 -2
- package/dist/chunks/1488.8388b745.js +0 -2
- package/dist/chunks/1488.8388b745.js.map +0 -1
- package/dist/chunks/151.21608da8.js +0 -2
- package/dist/chunks/151.21608da8.js.map +0 -1
- package/dist/chunks/2232.c2811097.js +0 -2
- package/dist/chunks/2232.c2811097.js.map +0 -1
- package/dist/chunks/2324.c7c2427a.js +0 -2
- package/dist/chunks/2324.c7c2427a.js.map +0 -1
- package/dist/chunks/chat-box.041da849.js.map +0 -1
- package/dist/chunks/chat-input.2c5e645b.js +0 -2
- package/dist/chunks/chat-input.2c5e645b.js.map +0 -1
- package/dist-types/shared/FileUpload/acceptFiles.d.ts +0 -1
- /package/dist-types/shared/FileUpload/{acceptFiles.spec.d.ts → validateFiles.spec.d.ts} +0 -0
package/dist/types.json
CHANGED
|
@@ -103,6 +103,19 @@
|
|
|
103
103
|
"events": [],
|
|
104
104
|
"methods": []
|
|
105
105
|
},
|
|
106
|
+
"ai-portal.home-container": {
|
|
107
|
+
"properties": [
|
|
108
|
+
{
|
|
109
|
+
"name": "sticky",
|
|
110
|
+
"annotation": {
|
|
111
|
+
"type": "keyword",
|
|
112
|
+
"value": "boolean"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"methods": []
|
|
118
|
+
},
|
|
106
119
|
"ai-portal.icon-button": {
|
|
107
120
|
"properties": [
|
|
108
121
|
{
|
|
@@ -237,6 +250,71 @@
|
|
|
237
250
|
}
|
|
238
251
|
}
|
|
239
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
|
+
},
|
|
240
318
|
"ai-portal.save-request-store": {
|
|
241
319
|
"type": "provider",
|
|
242
320
|
"params": [
|
|
@@ -738,71 +816,6 @@
|
|
|
738
816
|
}
|
|
739
817
|
}
|
|
740
818
|
},
|
|
741
|
-
"ai-portal.set-chat-command": {
|
|
742
|
-
"type": "provider",
|
|
743
|
-
"params": [
|
|
744
|
-
{
|
|
745
|
-
"name": "command",
|
|
746
|
-
"annotation": {
|
|
747
|
-
"type": "union",
|
|
748
|
-
"types": [
|
|
749
|
-
{
|
|
750
|
-
"type": "reference",
|
|
751
|
-
"typeName": {
|
|
752
|
-
"type": "identifier",
|
|
753
|
-
"name": "ChatCommand"
|
|
754
|
-
}
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"type": "keyword",
|
|
758
|
-
"value": "null"
|
|
759
|
-
}
|
|
760
|
-
]
|
|
761
|
-
}
|
|
762
|
-
}
|
|
763
|
-
],
|
|
764
|
-
"returns": {
|
|
765
|
-
"annotation": {
|
|
766
|
-
"type": "keyword",
|
|
767
|
-
"value": "void"
|
|
768
|
-
}
|
|
769
|
-
},
|
|
770
|
-
"types": [
|
|
771
|
-
{
|
|
772
|
-
"type": "interface",
|
|
773
|
-
"name": "ChatCommand",
|
|
774
|
-
"body": [
|
|
775
|
-
{
|
|
776
|
-
"type": "propertySignature",
|
|
777
|
-
"key": {
|
|
778
|
-
"type": "identifier",
|
|
779
|
-
"name": "command"
|
|
780
|
-
},
|
|
781
|
-
"annotation": {
|
|
782
|
-
"type": "keyword",
|
|
783
|
-
"value": "string"
|
|
784
|
-
},
|
|
785
|
-
"computed": false
|
|
786
|
-
},
|
|
787
|
-
{
|
|
788
|
-
"type": "propertySignature",
|
|
789
|
-
"key": {
|
|
790
|
-
"type": "identifier",
|
|
791
|
-
"name": "payload"
|
|
792
|
-
},
|
|
793
|
-
"annotation": {
|
|
794
|
-
"type": "reference",
|
|
795
|
-
"typeName": {
|
|
796
|
-
"type": "identifier",
|
|
797
|
-
"name": "CommandPayload"
|
|
798
|
-
}
|
|
799
|
-
},
|
|
800
|
-
"computed": false
|
|
801
|
-
}
|
|
802
|
-
]
|
|
803
|
-
}
|
|
804
|
-
]
|
|
805
|
-
},
|
|
806
819
|
"ai-portal.page-container": {
|
|
807
820
|
"properties": [
|
|
808
821
|
{
|
|
@@ -982,38 +995,25 @@
|
|
|
982
995
|
}
|
|
983
996
|
]
|
|
984
997
|
},
|
|
985
|
-
"ai-portal.home-container": {
|
|
986
|
-
"properties": [
|
|
987
|
-
{
|
|
988
|
-
"name": "sticky",
|
|
989
|
-
"annotation": {
|
|
990
|
-
"type": "keyword",
|
|
991
|
-
"value": "boolean"
|
|
992
|
-
}
|
|
993
|
-
}
|
|
994
|
-
],
|
|
995
|
-
"events": [],
|
|
996
|
-
"methods": []
|
|
997
|
-
},
|
|
998
998
|
"ai-portal.elevo-logo": {
|
|
999
999
|
"properties": [],
|
|
1000
1000
|
"events": [],
|
|
1001
1001
|
"methods": []
|
|
1002
1002
|
},
|
|
1003
|
-
"ai-portal.
|
|
1003
|
+
"ai-portal.sticky-container": {
|
|
1004
1004
|
"properties": [
|
|
1005
1005
|
{
|
|
1006
|
-
"name": "
|
|
1006
|
+
"name": "variant",
|
|
1007
1007
|
"annotation": {
|
|
1008
1008
|
"type": "reference",
|
|
1009
1009
|
"typeName": {
|
|
1010
1010
|
"type": "identifier",
|
|
1011
|
-
"name": "
|
|
1011
|
+
"name": "StickyContainerVariant"
|
|
1012
1012
|
}
|
|
1013
1013
|
}
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
|
-
"name": "
|
|
1016
|
+
"name": "textContent",
|
|
1017
1017
|
"annotation": {
|
|
1018
1018
|
"type": "keyword",
|
|
1019
1019
|
"value": "string"
|
|
@@ -1025,45 +1025,37 @@
|
|
|
1025
1025
|
"types": [
|
|
1026
1026
|
{
|
|
1027
1027
|
"type": "typeAlias",
|
|
1028
|
-
"name": "
|
|
1028
|
+
"name": "StickyContainerVariant",
|
|
1029
1029
|
"annotation": {
|
|
1030
1030
|
"type": "union",
|
|
1031
1031
|
"types": [
|
|
1032
1032
|
{
|
|
1033
1033
|
"type": "jsLiteral",
|
|
1034
|
-
"value": "
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"type": "jsLiteral",
|
|
1038
|
-
"value": "activities"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"type": "jsLiteral",
|
|
1042
|
-
"value": "collaboration-spaces"
|
|
1034
|
+
"value": "default"
|
|
1043
1035
|
},
|
|
1044
1036
|
{
|
|
1045
1037
|
"type": "jsLiteral",
|
|
1046
|
-
"value": "
|
|
1038
|
+
"value": "home"
|
|
1047
1039
|
}
|
|
1048
1040
|
]
|
|
1049
1041
|
}
|
|
1050
1042
|
}
|
|
1051
1043
|
]
|
|
1052
1044
|
},
|
|
1053
|
-
"ai-portal.
|
|
1045
|
+
"ai-portal.blank-state": {
|
|
1054
1046
|
"properties": [
|
|
1055
1047
|
{
|
|
1056
|
-
"name": "
|
|
1048
|
+
"name": "illustration",
|
|
1057
1049
|
"annotation": {
|
|
1058
1050
|
"type": "reference",
|
|
1059
1051
|
"typeName": {
|
|
1060
1052
|
"type": "identifier",
|
|
1061
|
-
"name": "
|
|
1053
|
+
"name": "BlankStateIllustration"
|
|
1062
1054
|
}
|
|
1063
1055
|
}
|
|
1064
1056
|
},
|
|
1065
1057
|
{
|
|
1066
|
-
"name": "
|
|
1058
|
+
"name": "description",
|
|
1067
1059
|
"annotation": {
|
|
1068
1060
|
"type": "keyword",
|
|
1069
1061
|
"value": "string"
|
|
@@ -1075,17 +1067,25 @@
|
|
|
1075
1067
|
"types": [
|
|
1076
1068
|
{
|
|
1077
1069
|
"type": "typeAlias",
|
|
1078
|
-
"name": "
|
|
1070
|
+
"name": "BlankStateIllustration",
|
|
1079
1071
|
"annotation": {
|
|
1080
1072
|
"type": "union",
|
|
1081
1073
|
"types": [
|
|
1082
1074
|
{
|
|
1083
1075
|
"type": "jsLiteral",
|
|
1084
|
-
"value": "
|
|
1076
|
+
"value": "goals"
|
|
1085
1077
|
},
|
|
1086
1078
|
{
|
|
1087
1079
|
"type": "jsLiteral",
|
|
1088
|
-
"value": "
|
|
1080
|
+
"value": "activities"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"type": "jsLiteral",
|
|
1084
|
+
"value": "collaboration-spaces"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"type": "jsLiteral",
|
|
1088
|
+
"value": "serviceflows"
|
|
1089
1089
|
}
|
|
1090
1090
|
]
|
|
1091
1091
|
}
|
|
@@ -1550,7 +1550,7 @@
|
|
|
1550
1550
|
}
|
|
1551
1551
|
]
|
|
1552
1552
|
},
|
|
1553
|
-
"ai-portal.ai-
|
|
1553
|
+
"ai-portal.ai-agents": {
|
|
1554
1554
|
"properties": [
|
|
1555
1555
|
{
|
|
1556
1556
|
"name": "list",
|
|
@@ -1560,21 +1560,11 @@
|
|
|
1560
1560
|
"type": "reference",
|
|
1561
1561
|
"typeName": {
|
|
1562
1562
|
"type": "identifier",
|
|
1563
|
-
"name": "
|
|
1563
|
+
"name": "Agent"
|
|
1564
1564
|
}
|
|
1565
1565
|
}
|
|
1566
1566
|
}
|
|
1567
1567
|
},
|
|
1568
|
-
{
|
|
1569
|
-
"name": "industries",
|
|
1570
|
-
"annotation": {
|
|
1571
|
-
"type": "array",
|
|
1572
|
-
"elementType": {
|
|
1573
|
-
"type": "keyword",
|
|
1574
|
-
"value": "string"
|
|
1575
|
-
}
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
1568
|
{
|
|
1579
1569
|
"name": "urlTemplate",
|
|
1580
1570
|
"annotation": {
|
|
@@ -1595,7 +1585,7 @@
|
|
|
1595
1585
|
"types": [
|
|
1596
1586
|
{
|
|
1597
1587
|
"type": "interface",
|
|
1598
|
-
"name": "
|
|
1588
|
+
"name": "Agent",
|
|
1599
1589
|
"body": [
|
|
1600
1590
|
{
|
|
1601
1591
|
"type": "propertySignature",
|
|
@@ -1613,19 +1603,7 @@
|
|
|
1613
1603
|
"type": "propertySignature",
|
|
1614
1604
|
"key": {
|
|
1615
1605
|
"type": "identifier",
|
|
1616
|
-
"name": "
|
|
1617
|
-
},
|
|
1618
|
-
"annotation": {
|
|
1619
|
-
"type": "keyword",
|
|
1620
|
-
"value": "string"
|
|
1621
|
-
},
|
|
1622
|
-
"computed": false
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"type": "propertySignature",
|
|
1626
|
-
"key": {
|
|
1627
|
-
"type": "identifier",
|
|
1628
|
-
"name": "role"
|
|
1606
|
+
"name": "description"
|
|
1629
1607
|
},
|
|
1630
1608
|
"annotation": {
|
|
1631
1609
|
"type": "keyword",
|
|
@@ -1637,23 +1615,30 @@
|
|
|
1637
1615
|
"type": "propertySignature",
|
|
1638
1616
|
"key": {
|
|
1639
1617
|
"type": "identifier",
|
|
1640
|
-
"name": "
|
|
1618
|
+
"name": "icon"
|
|
1641
1619
|
},
|
|
1642
1620
|
"annotation": {
|
|
1643
|
-
"type": "
|
|
1644
|
-
"
|
|
1621
|
+
"type": "reference",
|
|
1622
|
+
"typeName": {
|
|
1623
|
+
"type": "identifier",
|
|
1624
|
+
"name": "GeneralIconProps"
|
|
1625
|
+
}
|
|
1645
1626
|
},
|
|
1627
|
+
"optional": true,
|
|
1646
1628
|
"computed": false
|
|
1647
1629
|
},
|
|
1648
1630
|
{
|
|
1649
1631
|
"type": "propertySignature",
|
|
1650
1632
|
"key": {
|
|
1651
1633
|
"type": "identifier",
|
|
1652
|
-
"name": "
|
|
1634
|
+
"name": "tags"
|
|
1653
1635
|
},
|
|
1654
1636
|
"annotation": {
|
|
1655
|
-
"type": "
|
|
1656
|
-
"
|
|
1637
|
+
"type": "array",
|
|
1638
|
+
"elementType": {
|
|
1639
|
+
"type": "keyword",
|
|
1640
|
+
"value": "string"
|
|
1641
|
+
}
|
|
1657
1642
|
},
|
|
1658
1643
|
"optional": true,
|
|
1659
1644
|
"computed": false
|
|
@@ -1662,7 +1647,7 @@
|
|
|
1662
1647
|
}
|
|
1663
1648
|
]
|
|
1664
1649
|
},
|
|
1665
|
-
"ai-portal.ai-
|
|
1650
|
+
"ai-portal.ai-employees": {
|
|
1666
1651
|
"properties": [
|
|
1667
1652
|
{
|
|
1668
1653
|
"name": "list",
|
|
@@ -1672,15 +1657,25 @@
|
|
|
1672
1657
|
"type": "reference",
|
|
1673
1658
|
"typeName": {
|
|
1674
1659
|
"type": "identifier",
|
|
1675
|
-
"name": "
|
|
1660
|
+
"name": "Employee"
|
|
1676
1661
|
}
|
|
1677
1662
|
}
|
|
1678
1663
|
}
|
|
1679
1664
|
},
|
|
1680
1665
|
{
|
|
1681
|
-
"name": "
|
|
1666
|
+
"name": "industries",
|
|
1682
1667
|
"annotation": {
|
|
1683
|
-
"type": "
|
|
1668
|
+
"type": "array",
|
|
1669
|
+
"elementType": {
|
|
1670
|
+
"type": "keyword",
|
|
1671
|
+
"value": "string"
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1675
|
+
{
|
|
1676
|
+
"name": "urlTemplate",
|
|
1677
|
+
"annotation": {
|
|
1678
|
+
"type": "keyword",
|
|
1684
1679
|
"value": "string"
|
|
1685
1680
|
}
|
|
1686
1681
|
},
|
|
@@ -1697,7 +1692,7 @@
|
|
|
1697
1692
|
"types": [
|
|
1698
1693
|
{
|
|
1699
1694
|
"type": "interface",
|
|
1700
|
-
"name": "
|
|
1695
|
+
"name": "Employee",
|
|
1701
1696
|
"body": [
|
|
1702
1697
|
{
|
|
1703
1698
|
"type": "propertySignature",
|
|
@@ -1715,7 +1710,7 @@
|
|
|
1715
1710
|
"type": "propertySignature",
|
|
1716
1711
|
"key": {
|
|
1717
1712
|
"type": "identifier",
|
|
1718
|
-
"name": "
|
|
1713
|
+
"name": "industry"
|
|
1719
1714
|
},
|
|
1720
1715
|
"annotation": {
|
|
1721
1716
|
"type": "keyword",
|
|
@@ -1727,30 +1722,35 @@
|
|
|
1727
1722
|
"type": "propertySignature",
|
|
1728
1723
|
"key": {
|
|
1729
1724
|
"type": "identifier",
|
|
1730
|
-
"name": "
|
|
1725
|
+
"name": "role"
|
|
1731
1726
|
},
|
|
1732
1727
|
"annotation": {
|
|
1733
|
-
"type": "
|
|
1734
|
-
"
|
|
1735
|
-
"type": "identifier",
|
|
1736
|
-
"name": "GeneralIconProps"
|
|
1737
|
-
}
|
|
1728
|
+
"type": "keyword",
|
|
1729
|
+
"value": "string"
|
|
1738
1730
|
},
|
|
1739
|
-
"optional": true,
|
|
1740
1731
|
"computed": false
|
|
1741
1732
|
},
|
|
1742
1733
|
{
|
|
1743
1734
|
"type": "propertySignature",
|
|
1744
1735
|
"key": {
|
|
1745
1736
|
"type": "identifier",
|
|
1746
|
-
"name": "
|
|
1737
|
+
"name": "description"
|
|
1747
1738
|
},
|
|
1748
1739
|
"annotation": {
|
|
1749
|
-
"type": "
|
|
1750
|
-
"
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1740
|
+
"type": "keyword",
|
|
1741
|
+
"value": "string"
|
|
1742
|
+
},
|
|
1743
|
+
"computed": false
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"type": "propertySignature",
|
|
1747
|
+
"key": {
|
|
1748
|
+
"type": "identifier",
|
|
1749
|
+
"name": "avatar"
|
|
1750
|
+
},
|
|
1751
|
+
"annotation": {
|
|
1752
|
+
"type": "keyword",
|
|
1753
|
+
"value": "string"
|
|
1754
1754
|
},
|
|
1755
1755
|
"optional": true,
|
|
1756
1756
|
"computed": false
|
|
@@ -1928,6 +1928,26 @@
|
|
|
1928
1928
|
}
|
|
1929
1929
|
]
|
|
1930
1930
|
},
|
|
1931
|
+
"ai-portal.preview-container": {
|
|
1932
|
+
"properties": [
|
|
1933
|
+
{
|
|
1934
|
+
"name": "source",
|
|
1935
|
+
"annotation": {
|
|
1936
|
+
"type": "keyword",
|
|
1937
|
+
"value": "string"
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "url",
|
|
1942
|
+
"annotation": {
|
|
1943
|
+
"type": "keyword",
|
|
1944
|
+
"value": "string"
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
],
|
|
1948
|
+
"events": [],
|
|
1949
|
+
"methods": []
|
|
1950
|
+
},
|
|
1931
1951
|
"ai-portal.action-buttons": {
|
|
1932
1952
|
"properties": [
|
|
1933
1953
|
{
|
|
@@ -2046,26 +2066,6 @@
|
|
|
2046
2066
|
}
|
|
2047
2067
|
]
|
|
2048
2068
|
},
|
|
2049
|
-
"ai-portal.preview-container": {
|
|
2050
|
-
"properties": [
|
|
2051
|
-
{
|
|
2052
|
-
"name": "source",
|
|
2053
|
-
"annotation": {
|
|
2054
|
-
"type": "keyword",
|
|
2055
|
-
"value": "string"
|
|
2056
|
-
}
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"name": "url",
|
|
2060
|
-
"annotation": {
|
|
2061
|
-
"type": "keyword",
|
|
2062
|
-
"value": "string"
|
|
2063
|
-
}
|
|
2064
|
-
}
|
|
2065
|
-
],
|
|
2066
|
-
"events": [],
|
|
2067
|
-
"methods": []
|
|
2068
|
-
},
|
|
2069
2069
|
"ai-portal.project-conversations": {
|
|
2070
2070
|
"properties": [
|
|
2071
2071
|
{
|
|
@@ -3416,6 +3416,46 @@
|
|
|
3416
3416
|
},
|
|
3417
3417
|
"optional": true,
|
|
3418
3418
|
"computed": false
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"type": "propertySignature",
|
|
3422
|
+
"key": {
|
|
3423
|
+
"type": "identifier",
|
|
3424
|
+
"name": "maxSize"
|
|
3425
|
+
},
|
|
3426
|
+
"annotation": {
|
|
3427
|
+
"type": "keyword",
|
|
3428
|
+
"value": "number"
|
|
3429
|
+
},
|
|
3430
|
+
"optional": true,
|
|
3431
|
+
"computed": false,
|
|
3432
|
+
"description": "In bytes"
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"type": "propertySignature",
|
|
3436
|
+
"key": {
|
|
3437
|
+
"type": "identifier",
|
|
3438
|
+
"name": "readableAccept"
|
|
3439
|
+
},
|
|
3440
|
+
"annotation": {
|
|
3441
|
+
"type": "keyword",
|
|
3442
|
+
"value": "string"
|
|
3443
|
+
},
|
|
3444
|
+
"optional": true,
|
|
3445
|
+
"computed": false
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"type": "propertySignature",
|
|
3449
|
+
"key": {
|
|
3450
|
+
"type": "identifier",
|
|
3451
|
+
"name": "readableMaxSize"
|
|
3452
|
+
},
|
|
3453
|
+
"annotation": {
|
|
3454
|
+
"type": "keyword",
|
|
3455
|
+
"value": "string"
|
|
3456
|
+
},
|
|
3457
|
+
"optional": true,
|
|
3458
|
+
"computed": false
|
|
3419
3459
|
}
|
|
3420
3460
|
]
|
|
3421
3461
|
},
|
|
@@ -3729,7 +3769,7 @@
|
|
|
3729
3769
|
}
|
|
3730
3770
|
]
|
|
3731
3771
|
},
|
|
3732
|
-
"ai-portal.
|
|
3772
|
+
"ai-portal.stage-flow": {
|
|
3733
3773
|
"properties": [
|
|
3734
3774
|
{
|
|
3735
3775
|
"name": "spec",
|
|
@@ -3739,328 +3779,287 @@
|
|
|
3739
3779
|
"type": "reference",
|
|
3740
3780
|
"typeName": {
|
|
3741
3781
|
"type": "identifier",
|
|
3742
|
-
"name": "
|
|
3782
|
+
"name": "Stage"
|
|
3743
3783
|
}
|
|
3744
3784
|
}
|
|
3745
3785
|
}
|
|
3746
3786
|
},
|
|
3747
3787
|
{
|
|
3748
|
-
"name": "
|
|
3788
|
+
"name": "aiEmployees",
|
|
3749
3789
|
"annotation": {
|
|
3750
|
-
"type": "
|
|
3751
|
-
"
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
"
|
|
3755
|
-
|
|
3756
|
-
{
|
|
3757
|
-
"type": "keyword",
|
|
3758
|
-
"value": "null"
|
|
3790
|
+
"type": "array",
|
|
3791
|
+
"elementType": {
|
|
3792
|
+
"type": "reference",
|
|
3793
|
+
"typeName": {
|
|
3794
|
+
"type": "identifier",
|
|
3795
|
+
"name": "AIEmployee"
|
|
3759
3796
|
}
|
|
3760
|
-
|
|
3797
|
+
}
|
|
3798
|
+
}
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"name": "readOnly",
|
|
3802
|
+
"annotation": {
|
|
3803
|
+
"type": "keyword",
|
|
3804
|
+
"value": "boolean"
|
|
3761
3805
|
}
|
|
3762
3806
|
}
|
|
3763
3807
|
],
|
|
3764
3808
|
"events": [
|
|
3765
3809
|
{
|
|
3766
|
-
"name": "
|
|
3810
|
+
"name": "change",
|
|
3767
3811
|
"detail": {
|
|
3768
3812
|
"annotation": {
|
|
3769
|
-
"type": "
|
|
3770
|
-
"
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
"
|
|
3774
|
-
|
|
3813
|
+
"type": "array",
|
|
3814
|
+
"elementType": {
|
|
3815
|
+
"type": "reference",
|
|
3816
|
+
"typeName": {
|
|
3817
|
+
"type": "identifier",
|
|
3818
|
+
"name": "Stage"
|
|
3819
|
+
}
|
|
3820
|
+
}
|
|
3821
|
+
}
|
|
3822
|
+
}
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"name": "add.activity",
|
|
3826
|
+
"detail": {
|
|
3827
|
+
"annotation": {
|
|
3828
|
+
"type": "typeLiteral",
|
|
3829
|
+
"members": [
|
|
3775
3830
|
{
|
|
3776
|
-
"type": "
|
|
3777
|
-
"
|
|
3831
|
+
"type": "propertySignature",
|
|
3832
|
+
"key": {
|
|
3833
|
+
"type": "identifier",
|
|
3834
|
+
"name": "stage"
|
|
3835
|
+
},
|
|
3836
|
+
"annotation": {
|
|
3837
|
+
"type": "reference",
|
|
3838
|
+
"typeName": {
|
|
3839
|
+
"type": "identifier",
|
|
3840
|
+
"name": "Stage"
|
|
3841
|
+
}
|
|
3842
|
+
},
|
|
3843
|
+
"computed": false
|
|
3778
3844
|
}
|
|
3779
3845
|
]
|
|
3780
3846
|
}
|
|
3781
3847
|
}
|
|
3848
|
+
},
|
|
3849
|
+
{
|
|
3850
|
+
"name": "edit.activity",
|
|
3851
|
+
"detail": {
|
|
3852
|
+
"annotation": {
|
|
3853
|
+
"type": "reference",
|
|
3854
|
+
"typeName": {
|
|
3855
|
+
"type": "identifier",
|
|
3856
|
+
"name": "EditActivityDetail"
|
|
3857
|
+
}
|
|
3858
|
+
}
|
|
3859
|
+
}
|
|
3782
3860
|
}
|
|
3783
3861
|
],
|
|
3784
|
-
"methods": [
|
|
3785
|
-
"types": [
|
|
3862
|
+
"methods": [
|
|
3786
3863
|
{
|
|
3787
|
-
"
|
|
3788
|
-
"
|
|
3789
|
-
"body": [
|
|
3864
|
+
"name": "addActivity",
|
|
3865
|
+
"params": [
|
|
3790
3866
|
{
|
|
3791
|
-
"
|
|
3792
|
-
"key": {
|
|
3793
|
-
"type": "identifier",
|
|
3794
|
-
"name": "name"
|
|
3795
|
-
},
|
|
3867
|
+
"name": "stage",
|
|
3796
3868
|
"annotation": {
|
|
3797
|
-
"type": "
|
|
3798
|
-
"
|
|
3799
|
-
|
|
3800
|
-
|
|
3869
|
+
"type": "reference",
|
|
3870
|
+
"typeName": {
|
|
3871
|
+
"type": "identifier",
|
|
3872
|
+
"name": "Stage"
|
|
3873
|
+
}
|
|
3874
|
+
}
|
|
3801
3875
|
},
|
|
3802
3876
|
{
|
|
3803
|
-
"
|
|
3804
|
-
"key": {
|
|
3805
|
-
"type": "identifier",
|
|
3806
|
-
"name": "serviceFlowActivities"
|
|
3807
|
-
},
|
|
3877
|
+
"name": "activity",
|
|
3808
3878
|
"annotation": {
|
|
3809
|
-
"type": "
|
|
3810
|
-
"
|
|
3811
|
-
"type": "
|
|
3812
|
-
"
|
|
3813
|
-
"type": "identifier",
|
|
3814
|
-
"name": "FlowActivity"
|
|
3815
|
-
}
|
|
3879
|
+
"type": "reference",
|
|
3880
|
+
"typeName": {
|
|
3881
|
+
"type": "identifier",
|
|
3882
|
+
"name": "FlowActivity"
|
|
3816
3883
|
}
|
|
3817
|
-
}
|
|
3818
|
-
"optional": true,
|
|
3819
|
-
"computed": false
|
|
3884
|
+
}
|
|
3820
3885
|
}
|
|
3821
|
-
]
|
|
3886
|
+
],
|
|
3887
|
+
"returns": {}
|
|
3822
3888
|
},
|
|
3823
3889
|
{
|
|
3824
|
-
"
|
|
3825
|
-
"
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
"
|
|
3829
|
-
|
|
3830
|
-
"
|
|
3831
|
-
|
|
3832
|
-
|
|
3890
|
+
"name": "editActivity",
|
|
3891
|
+
"params": [
|
|
3892
|
+
{
|
|
3893
|
+
"name": "stage",
|
|
3894
|
+
"annotation": {
|
|
3895
|
+
"type": "reference",
|
|
3896
|
+
"typeName": {
|
|
3897
|
+
"type": "identifier",
|
|
3898
|
+
"name": "Stage"
|
|
3899
|
+
}
|
|
3900
|
+
}
|
|
3901
|
+
},
|
|
3902
|
+
{
|
|
3903
|
+
"name": "activity",
|
|
3904
|
+
"annotation": {
|
|
3905
|
+
"type": "reference",
|
|
3906
|
+
"typeName": {
|
|
3907
|
+
"type": "identifier",
|
|
3908
|
+
"name": "FlowActivity"
|
|
3909
|
+
}
|
|
3910
|
+
}
|
|
3911
|
+
},
|
|
3912
|
+
{
|
|
3913
|
+
"name": "activityIndex",
|
|
3833
3914
|
"annotation": {
|
|
3834
3915
|
"type": "keyword",
|
|
3835
|
-
"value": "
|
|
3836
|
-
}
|
|
3837
|
-
|
|
3916
|
+
"value": "number"
|
|
3917
|
+
}
|
|
3918
|
+
}
|
|
3919
|
+
],
|
|
3920
|
+
"returns": {}
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"name": "deleteActivity",
|
|
3924
|
+
"params": [
|
|
3925
|
+
{
|
|
3926
|
+
"name": "stage",
|
|
3927
|
+
"annotation": {
|
|
3928
|
+
"type": "reference",
|
|
3929
|
+
"typeName": {
|
|
3930
|
+
"type": "identifier",
|
|
3931
|
+
"name": "Stage"
|
|
3932
|
+
}
|
|
3933
|
+
}
|
|
3838
3934
|
},
|
|
3935
|
+
{
|
|
3936
|
+
"name": "activityIndex",
|
|
3937
|
+
"annotation": {
|
|
3938
|
+
"type": "keyword",
|
|
3939
|
+
"value": "number"
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
],
|
|
3943
|
+
"returns": {}
|
|
3944
|
+
}
|
|
3945
|
+
],
|
|
3946
|
+
"types": [
|
|
3947
|
+
{
|
|
3948
|
+
"type": "interface",
|
|
3949
|
+
"name": "Stage",
|
|
3950
|
+
"body": [
|
|
3839
3951
|
{
|
|
3840
3952
|
"type": "propertySignature",
|
|
3841
3953
|
"key": {
|
|
3842
3954
|
"type": "identifier",
|
|
3843
|
-
"name": "
|
|
3955
|
+
"name": "name"
|
|
3844
3956
|
},
|
|
3845
3957
|
"annotation": {
|
|
3846
3958
|
"type": "keyword",
|
|
3847
3959
|
"value": "string"
|
|
3848
3960
|
},
|
|
3849
|
-
"optional": true,
|
|
3850
3961
|
"computed": false
|
|
3851
3962
|
},
|
|
3852
3963
|
{
|
|
3853
3964
|
"type": "propertySignature",
|
|
3854
3965
|
"key": {
|
|
3855
3966
|
"type": "identifier",
|
|
3856
|
-
"name": "
|
|
3967
|
+
"name": "serviceFlowActivities"
|
|
3857
3968
|
},
|
|
3858
3969
|
"annotation": {
|
|
3859
|
-
"type": "
|
|
3860
|
-
"
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
"
|
|
3864
|
-
|
|
3865
|
-
"name": "TaskState"
|
|
3866
|
-
}
|
|
3867
|
-
},
|
|
3868
|
-
{
|
|
3869
|
-
"type": "reference",
|
|
3870
|
-
"typeName": {
|
|
3871
|
-
"type": "identifier",
|
|
3872
|
-
"name": "JobState"
|
|
3873
|
-
}
|
|
3970
|
+
"type": "array",
|
|
3971
|
+
"elementType": {
|
|
3972
|
+
"type": "reference",
|
|
3973
|
+
"typeName": {
|
|
3974
|
+
"type": "identifier",
|
|
3975
|
+
"name": "FlowActivity"
|
|
3874
3976
|
}
|
|
3875
|
-
|
|
3977
|
+
}
|
|
3876
3978
|
},
|
|
3877
3979
|
"optional": true,
|
|
3878
3980
|
"computed": false
|
|
3879
|
-
}
|
|
3981
|
+
}
|
|
3982
|
+
]
|
|
3983
|
+
},
|
|
3984
|
+
{
|
|
3985
|
+
"type": "interface",
|
|
3986
|
+
"name": "FlowActivity",
|
|
3987
|
+
"body": [
|
|
3880
3988
|
{
|
|
3881
3989
|
"type": "propertySignature",
|
|
3882
3990
|
"key": {
|
|
3883
3991
|
"type": "identifier",
|
|
3884
|
-
"name": "
|
|
3992
|
+
"name": "name"
|
|
3885
3993
|
},
|
|
3886
3994
|
"annotation": {
|
|
3887
3995
|
"type": "keyword",
|
|
3888
|
-
"value": "
|
|
3996
|
+
"value": "string"
|
|
3889
3997
|
},
|
|
3890
|
-
"optional": true,
|
|
3891
3998
|
"computed": false
|
|
3892
3999
|
},
|
|
3893
4000
|
{
|
|
3894
4001
|
"type": "propertySignature",
|
|
3895
4002
|
"key": {
|
|
3896
4003
|
"type": "identifier",
|
|
3897
|
-
"name": "
|
|
4004
|
+
"name": "description"
|
|
3898
4005
|
},
|
|
3899
4006
|
"annotation": {
|
|
3900
4007
|
"type": "keyword",
|
|
3901
|
-
"value": "
|
|
4008
|
+
"value": "string"
|
|
3902
4009
|
},
|
|
3903
4010
|
"optional": true,
|
|
3904
4011
|
"computed": false
|
|
3905
|
-
}
|
|
3906
|
-
]
|
|
3907
|
-
}
|
|
3908
|
-
]
|
|
3909
|
-
},
|
|
3910
|
-
"ai-portal.notice-dropdown": {
|
|
3911
|
-
"properties": [
|
|
3912
|
-
{
|
|
3913
|
-
"name": "dataSource",
|
|
3914
|
-
"annotation": {
|
|
3915
|
-
"type": "array",
|
|
3916
|
-
"elementType": {
|
|
3917
|
-
"type": "reference",
|
|
3918
|
-
"typeName": {
|
|
3919
|
-
"type": "identifier",
|
|
3920
|
-
"name": "NoticeItem"
|
|
3921
|
-
}
|
|
3922
|
-
}
|
|
3923
|
-
}
|
|
3924
|
-
},
|
|
3925
|
-
{
|
|
3926
|
-
"name": "popoverPlacement",
|
|
3927
|
-
"annotation": {
|
|
3928
|
-
"type": "reference",
|
|
3929
|
-
"typeName": {
|
|
3930
|
-
"type": "identifier",
|
|
3931
|
-
"name": "Placement"
|
|
3932
|
-
}
|
|
3933
|
-
}
|
|
3934
|
-
},
|
|
3935
|
-
{
|
|
3936
|
-
"name": "emptyText",
|
|
3937
|
-
"annotation": {
|
|
3938
|
-
"type": "keyword",
|
|
3939
|
-
"value": "string"
|
|
3940
|
-
}
|
|
3941
|
-
},
|
|
3942
|
-
{
|
|
3943
|
-
"name": "notifyCenterUrl",
|
|
3944
|
-
"annotation": {
|
|
3945
|
-
"type": "keyword",
|
|
3946
|
-
"value": "string"
|
|
3947
|
-
}
|
|
3948
|
-
},
|
|
3949
|
-
{
|
|
3950
|
-
"name": "urlTemplate",
|
|
3951
|
-
"annotation": {
|
|
3952
|
-
"type": "keyword",
|
|
3953
|
-
"value": "string"
|
|
3954
|
-
}
|
|
3955
|
-
},
|
|
3956
|
-
{
|
|
3957
|
-
"name": "dropdownMaxWidth",
|
|
3958
|
-
"annotation": {
|
|
3959
|
-
"type": "union",
|
|
3960
|
-
"types": [
|
|
3961
|
-
{
|
|
3962
|
-
"type": "keyword",
|
|
3963
|
-
"value": "string"
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
"type": "keyword",
|
|
3967
|
-
"value": "number"
|
|
3968
|
-
}
|
|
3969
|
-
]
|
|
3970
|
-
}
|
|
3971
|
-
},
|
|
3972
|
-
{
|
|
3973
|
-
"name": "dropdownContentStyle",
|
|
3974
|
-
"annotation": {
|
|
3975
|
-
"type": "reference",
|
|
3976
|
-
"typeName": {
|
|
3977
|
-
"type": "qualifiedName",
|
|
3978
|
-
"left": {
|
|
3979
|
-
"type": "identifier",
|
|
3980
|
-
"name": "React"
|
|
3981
|
-
},
|
|
3982
|
-
"right": {
|
|
3983
|
-
"type": "identifier",
|
|
3984
|
-
"name": "CSSProperties"
|
|
3985
|
-
}
|
|
3986
|
-
}
|
|
3987
|
-
}
|
|
3988
|
-
},
|
|
3989
|
-
{
|
|
3990
|
-
"name": "hideNotifyCenterButton",
|
|
3991
|
-
"annotation": {
|
|
3992
|
-
"type": "keyword",
|
|
3993
|
-
"value": "boolean"
|
|
3994
|
-
}
|
|
3995
|
-
}
|
|
3996
|
-
],
|
|
3997
|
-
"events": [
|
|
3998
|
-
{
|
|
3999
|
-
"name": "notice.click",
|
|
4000
|
-
"detail": {
|
|
4001
|
-
"annotation": {
|
|
4002
|
-
"type": "keyword",
|
|
4003
|
-
"value": "string"
|
|
4004
|
-
}
|
|
4005
|
-
}
|
|
4006
|
-
},
|
|
4007
|
-
{
|
|
4008
|
-
"name": "mark.all.read",
|
|
4009
|
-
"detail": {
|
|
4010
|
-
"annotation": {
|
|
4011
|
-
"type": "keyword",
|
|
4012
|
-
"value": "void"
|
|
4013
|
-
}
|
|
4014
|
-
}
|
|
4015
|
-
}
|
|
4016
|
-
],
|
|
4017
|
-
"methods": [],
|
|
4018
|
-
"types": [
|
|
4019
|
-
{
|
|
4020
|
-
"type": "interface",
|
|
4021
|
-
"name": "NoticeItem",
|
|
4022
|
-
"body": [
|
|
4012
|
+
},
|
|
4023
4013
|
{
|
|
4024
4014
|
"type": "propertySignature",
|
|
4025
4015
|
"key": {
|
|
4026
4016
|
"type": "identifier",
|
|
4027
|
-
"name": "
|
|
4017
|
+
"name": "aiEmployeeId"
|
|
4028
4018
|
},
|
|
4029
4019
|
"annotation": {
|
|
4030
4020
|
"type": "keyword",
|
|
4031
4021
|
"value": "string"
|
|
4032
4022
|
},
|
|
4023
|
+
"optional": true,
|
|
4033
4024
|
"computed": false
|
|
4034
4025
|
},
|
|
4035
4026
|
{
|
|
4036
4027
|
"type": "propertySignature",
|
|
4037
4028
|
"key": {
|
|
4038
4029
|
"type": "identifier",
|
|
4039
|
-
"name": "
|
|
4030
|
+
"name": "hilRules"
|
|
4040
4031
|
},
|
|
4041
4032
|
"annotation": {
|
|
4042
4033
|
"type": "keyword",
|
|
4043
4034
|
"value": "string"
|
|
4044
4035
|
},
|
|
4036
|
+
"optional": true,
|
|
4045
4037
|
"computed": false
|
|
4046
4038
|
},
|
|
4047
4039
|
{
|
|
4048
4040
|
"type": "propertySignature",
|
|
4049
4041
|
"key": {
|
|
4050
4042
|
"type": "identifier",
|
|
4051
|
-
"name": "
|
|
4043
|
+
"name": "hilUser"
|
|
4052
4044
|
},
|
|
4053
4045
|
"annotation": {
|
|
4054
4046
|
"type": "keyword",
|
|
4055
|
-
"value": "
|
|
4047
|
+
"value": "string"
|
|
4056
4048
|
},
|
|
4049
|
+
"optional": true,
|
|
4057
4050
|
"computed": false
|
|
4058
|
-
}
|
|
4051
|
+
}
|
|
4052
|
+
]
|
|
4053
|
+
},
|
|
4054
|
+
{
|
|
4055
|
+
"type": "interface",
|
|
4056
|
+
"name": "AIEmployee",
|
|
4057
|
+
"body": [
|
|
4059
4058
|
{
|
|
4060
4059
|
"type": "propertySignature",
|
|
4061
4060
|
"key": {
|
|
4062
4061
|
"type": "identifier",
|
|
4063
|
-
"name": "
|
|
4062
|
+
"name": "employeeId"
|
|
4064
4063
|
},
|
|
4065
4064
|
"annotation": {
|
|
4066
4065
|
"type": "keyword",
|
|
@@ -4072,7 +4071,7 @@
|
|
|
4072
4071
|
"type": "propertySignature",
|
|
4073
4072
|
"key": {
|
|
4074
4073
|
"type": "identifier",
|
|
4075
|
-
"name": "
|
|
4074
|
+
"name": "name"
|
|
4076
4075
|
},
|
|
4077
4076
|
"annotation": {
|
|
4078
4077
|
"type": "keyword",
|
|
@@ -4081,187 +4080,114 @@
|
|
|
4081
4080
|
"computed": false
|
|
4082
4081
|
}
|
|
4083
4082
|
]
|
|
4084
|
-
}
|
|
4085
|
-
]
|
|
4086
|
-
},
|
|
4087
|
-
"ai-portal.stage-flow": {
|
|
4088
|
-
"properties": [
|
|
4089
|
-
{
|
|
4090
|
-
"name": "spec",
|
|
4091
|
-
"annotation": {
|
|
4092
|
-
"type": "array",
|
|
4093
|
-
"elementType": {
|
|
4094
|
-
"type": "reference",
|
|
4095
|
-
"typeName": {
|
|
4096
|
-
"type": "identifier",
|
|
4097
|
-
"name": "Stage"
|
|
4098
|
-
}
|
|
4099
|
-
}
|
|
4100
|
-
}
|
|
4101
|
-
},
|
|
4102
|
-
{
|
|
4103
|
-
"name": "aiEmployees",
|
|
4104
|
-
"annotation": {
|
|
4105
|
-
"type": "array",
|
|
4106
|
-
"elementType": {
|
|
4107
|
-
"type": "reference",
|
|
4108
|
-
"typeName": {
|
|
4109
|
-
"type": "identifier",
|
|
4110
|
-
"name": "AIEmployee"
|
|
4111
|
-
}
|
|
4112
|
-
}
|
|
4113
|
-
}
|
|
4114
4083
|
},
|
|
4115
4084
|
{
|
|
4116
|
-
"
|
|
4117
|
-
"
|
|
4118
|
-
|
|
4119
|
-
"value": "boolean"
|
|
4120
|
-
}
|
|
4121
|
-
}
|
|
4122
|
-
],
|
|
4123
|
-
"events": [
|
|
4124
|
-
{
|
|
4125
|
-
"name": "change",
|
|
4126
|
-
"detail": {
|
|
4127
|
-
"annotation": {
|
|
4128
|
-
"type": "array",
|
|
4129
|
-
"elementType": {
|
|
4130
|
-
"type": "reference",
|
|
4131
|
-
"typeName": {
|
|
4132
|
-
"type": "identifier",
|
|
4133
|
-
"name": "Stage"
|
|
4134
|
-
}
|
|
4135
|
-
}
|
|
4136
|
-
}
|
|
4137
|
-
}
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
"name": "add.activity",
|
|
4141
|
-
"detail": {
|
|
4142
|
-
"annotation": {
|
|
4143
|
-
"type": "typeLiteral",
|
|
4144
|
-
"members": [
|
|
4145
|
-
{
|
|
4146
|
-
"type": "propertySignature",
|
|
4147
|
-
"key": {
|
|
4148
|
-
"type": "identifier",
|
|
4149
|
-
"name": "stage"
|
|
4150
|
-
},
|
|
4151
|
-
"annotation": {
|
|
4152
|
-
"type": "reference",
|
|
4153
|
-
"typeName": {
|
|
4154
|
-
"type": "identifier",
|
|
4155
|
-
"name": "Stage"
|
|
4156
|
-
}
|
|
4157
|
-
},
|
|
4158
|
-
"computed": false
|
|
4159
|
-
}
|
|
4160
|
-
]
|
|
4161
|
-
}
|
|
4162
|
-
}
|
|
4163
|
-
},
|
|
4164
|
-
{
|
|
4165
|
-
"name": "edit.activity",
|
|
4166
|
-
"detail": {
|
|
4167
|
-
"annotation": {
|
|
4168
|
-
"type": "reference",
|
|
4169
|
-
"typeName": {
|
|
4170
|
-
"type": "identifier",
|
|
4171
|
-
"name": "EditActivityDetail"
|
|
4172
|
-
}
|
|
4173
|
-
}
|
|
4174
|
-
}
|
|
4175
|
-
}
|
|
4176
|
-
],
|
|
4177
|
-
"methods": [
|
|
4178
|
-
{
|
|
4179
|
-
"name": "addActivity",
|
|
4180
|
-
"params": [
|
|
4181
|
-
{
|
|
4182
|
-
"name": "stage",
|
|
4183
|
-
"annotation": {
|
|
4184
|
-
"type": "reference",
|
|
4185
|
-
"typeName": {
|
|
4186
|
-
"type": "identifier",
|
|
4187
|
-
"name": "Stage"
|
|
4188
|
-
}
|
|
4189
|
-
}
|
|
4190
|
-
},
|
|
4191
|
-
{
|
|
4192
|
-
"name": "activity",
|
|
4193
|
-
"annotation": {
|
|
4194
|
-
"type": "reference",
|
|
4195
|
-
"typeName": {
|
|
4196
|
-
"type": "identifier",
|
|
4197
|
-
"name": "FlowActivity"
|
|
4198
|
-
}
|
|
4199
|
-
}
|
|
4200
|
-
}
|
|
4201
|
-
],
|
|
4202
|
-
"returns": {}
|
|
4203
|
-
},
|
|
4204
|
-
{
|
|
4205
|
-
"name": "editActivity",
|
|
4206
|
-
"params": [
|
|
4085
|
+
"type": "interface",
|
|
4086
|
+
"name": "EditActivityDetail",
|
|
4087
|
+
"body": [
|
|
4207
4088
|
{
|
|
4208
|
-
"
|
|
4089
|
+
"type": "propertySignature",
|
|
4090
|
+
"key": {
|
|
4091
|
+
"type": "identifier",
|
|
4092
|
+
"name": "stage"
|
|
4093
|
+
},
|
|
4209
4094
|
"annotation": {
|
|
4210
4095
|
"type": "reference",
|
|
4211
4096
|
"typeName": {
|
|
4212
4097
|
"type": "identifier",
|
|
4213
4098
|
"name": "Stage"
|
|
4214
4099
|
}
|
|
4215
|
-
}
|
|
4100
|
+
},
|
|
4101
|
+
"computed": false
|
|
4216
4102
|
},
|
|
4217
4103
|
{
|
|
4218
|
-
"
|
|
4104
|
+
"type": "propertySignature",
|
|
4105
|
+
"key": {
|
|
4106
|
+
"type": "identifier",
|
|
4107
|
+
"name": "activity"
|
|
4108
|
+
},
|
|
4219
4109
|
"annotation": {
|
|
4220
4110
|
"type": "reference",
|
|
4221
4111
|
"typeName": {
|
|
4222
4112
|
"type": "identifier",
|
|
4223
4113
|
"name": "FlowActivity"
|
|
4224
4114
|
}
|
|
4225
|
-
}
|
|
4115
|
+
},
|
|
4116
|
+
"computed": false
|
|
4226
4117
|
},
|
|
4227
4118
|
{
|
|
4228
|
-
"
|
|
4119
|
+
"type": "propertySignature",
|
|
4120
|
+
"key": {
|
|
4121
|
+
"type": "identifier",
|
|
4122
|
+
"name": "activityIndex"
|
|
4123
|
+
},
|
|
4229
4124
|
"annotation": {
|
|
4230
4125
|
"type": "keyword",
|
|
4231
4126
|
"value": "number"
|
|
4127
|
+
},
|
|
4128
|
+
"computed": false
|
|
4129
|
+
}
|
|
4130
|
+
]
|
|
4131
|
+
}
|
|
4132
|
+
]
|
|
4133
|
+
},
|
|
4134
|
+
"ai-portal.running-flow": {
|
|
4135
|
+
"properties": [
|
|
4136
|
+
{
|
|
4137
|
+
"name": "spec",
|
|
4138
|
+
"annotation": {
|
|
4139
|
+
"type": "array",
|
|
4140
|
+
"elementType": {
|
|
4141
|
+
"type": "reference",
|
|
4142
|
+
"typeName": {
|
|
4143
|
+
"type": "identifier",
|
|
4144
|
+
"name": "FlowStage"
|
|
4232
4145
|
}
|
|
4233
4146
|
}
|
|
4234
|
-
|
|
4235
|
-
"returns": {}
|
|
4147
|
+
}
|
|
4236
4148
|
},
|
|
4237
4149
|
{
|
|
4238
|
-
"name": "
|
|
4239
|
-
"
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
|
|
4243
|
-
"type": "reference",
|
|
4244
|
-
"typeName": {
|
|
4245
|
-
"type": "identifier",
|
|
4246
|
-
"name": "Stage"
|
|
4247
|
-
}
|
|
4248
|
-
}
|
|
4249
|
-
},
|
|
4250
|
-
{
|
|
4251
|
-
"name": "activityIndex",
|
|
4252
|
-
"annotation": {
|
|
4150
|
+
"name": "activeActivityId",
|
|
4151
|
+
"annotation": {
|
|
4152
|
+
"type": "union",
|
|
4153
|
+
"types": [
|
|
4154
|
+
{
|
|
4253
4155
|
"type": "keyword",
|
|
4254
|
-
"value": "
|
|
4156
|
+
"value": "string"
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"type": "keyword",
|
|
4160
|
+
"value": "null"
|
|
4255
4161
|
}
|
|
4162
|
+
]
|
|
4163
|
+
}
|
|
4164
|
+
}
|
|
4165
|
+
],
|
|
4166
|
+
"events": [
|
|
4167
|
+
{
|
|
4168
|
+
"name": "active.change",
|
|
4169
|
+
"detail": {
|
|
4170
|
+
"annotation": {
|
|
4171
|
+
"type": "union",
|
|
4172
|
+
"types": [
|
|
4173
|
+
{
|
|
4174
|
+
"type": "keyword",
|
|
4175
|
+
"value": "string"
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"type": "keyword",
|
|
4179
|
+
"value": "null"
|
|
4180
|
+
}
|
|
4181
|
+
]
|
|
4256
4182
|
}
|
|
4257
|
-
|
|
4258
|
-
"returns": {}
|
|
4183
|
+
}
|
|
4259
4184
|
}
|
|
4260
4185
|
],
|
|
4186
|
+
"methods": [],
|
|
4261
4187
|
"types": [
|
|
4262
4188
|
{
|
|
4263
4189
|
"type": "interface",
|
|
4264
|
-
"name": "
|
|
4190
|
+
"name": "FlowStage",
|
|
4265
4191
|
"body": [
|
|
4266
4192
|
{
|
|
4267
4193
|
"type": "propertySignature",
|
|
@@ -4316,7 +4242,7 @@
|
|
|
4316
4242
|
"type": "propertySignature",
|
|
4317
4243
|
"key": {
|
|
4318
4244
|
"type": "identifier",
|
|
4319
|
-
"name": "
|
|
4245
|
+
"name": "taskId"
|
|
4320
4246
|
},
|
|
4321
4247
|
"annotation": {
|
|
4322
4248
|
"type": "keyword",
|
|
@@ -4329,11 +4255,26 @@
|
|
|
4329
4255
|
"type": "propertySignature",
|
|
4330
4256
|
"key": {
|
|
4331
4257
|
"type": "identifier",
|
|
4332
|
-
"name": "
|
|
4258
|
+
"name": "state"
|
|
4333
4259
|
},
|
|
4334
4260
|
"annotation": {
|
|
4335
|
-
"type": "
|
|
4336
|
-
"
|
|
4261
|
+
"type": "union",
|
|
4262
|
+
"types": [
|
|
4263
|
+
{
|
|
4264
|
+
"type": "reference",
|
|
4265
|
+
"typeName": {
|
|
4266
|
+
"type": "identifier",
|
|
4267
|
+
"name": "TaskState"
|
|
4268
|
+
}
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"type": "reference",
|
|
4272
|
+
"typeName": {
|
|
4273
|
+
"type": "identifier",
|
|
4274
|
+
"name": "JobState"
|
|
4275
|
+
}
|
|
4276
|
+
}
|
|
4277
|
+
]
|
|
4337
4278
|
},
|
|
4338
4279
|
"optional": true,
|
|
4339
4280
|
"computed": false
|
|
@@ -4342,11 +4283,11 @@
|
|
|
4342
4283
|
"type": "propertySignature",
|
|
4343
4284
|
"key": {
|
|
4344
4285
|
"type": "identifier",
|
|
4345
|
-
"name": "
|
|
4286
|
+
"name": "startTime"
|
|
4346
4287
|
},
|
|
4347
4288
|
"annotation": {
|
|
4348
4289
|
"type": "keyword",
|
|
4349
|
-
"value": "
|
|
4290
|
+
"value": "number"
|
|
4350
4291
|
},
|
|
4351
4292
|
"optional": true,
|
|
4352
4293
|
"computed": false
|
|
@@ -4355,26 +4296,137 @@
|
|
|
4355
4296
|
"type": "propertySignature",
|
|
4356
4297
|
"key": {
|
|
4357
4298
|
"type": "identifier",
|
|
4358
|
-
"name": "
|
|
4299
|
+
"name": "endTime"
|
|
4359
4300
|
},
|
|
4360
4301
|
"annotation": {
|
|
4361
4302
|
"type": "keyword",
|
|
4362
|
-
"value": "
|
|
4303
|
+
"value": "number"
|
|
4363
4304
|
},
|
|
4364
4305
|
"optional": true,
|
|
4365
4306
|
"computed": false
|
|
4366
4307
|
}
|
|
4367
4308
|
]
|
|
4309
|
+
}
|
|
4310
|
+
]
|
|
4311
|
+
},
|
|
4312
|
+
"ai-portal.notice-dropdown": {
|
|
4313
|
+
"properties": [
|
|
4314
|
+
{
|
|
4315
|
+
"name": "dataSource",
|
|
4316
|
+
"annotation": {
|
|
4317
|
+
"type": "array",
|
|
4318
|
+
"elementType": {
|
|
4319
|
+
"type": "reference",
|
|
4320
|
+
"typeName": {
|
|
4321
|
+
"type": "identifier",
|
|
4322
|
+
"name": "NoticeItem"
|
|
4323
|
+
}
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
},
|
|
4327
|
+
{
|
|
4328
|
+
"name": "popoverPlacement",
|
|
4329
|
+
"annotation": {
|
|
4330
|
+
"type": "reference",
|
|
4331
|
+
"typeName": {
|
|
4332
|
+
"type": "identifier",
|
|
4333
|
+
"name": "Placement"
|
|
4334
|
+
}
|
|
4335
|
+
}
|
|
4336
|
+
},
|
|
4337
|
+
{
|
|
4338
|
+
"name": "emptyText",
|
|
4339
|
+
"annotation": {
|
|
4340
|
+
"type": "keyword",
|
|
4341
|
+
"value": "string"
|
|
4342
|
+
}
|
|
4343
|
+
},
|
|
4344
|
+
{
|
|
4345
|
+
"name": "notifyCenterUrl",
|
|
4346
|
+
"annotation": {
|
|
4347
|
+
"type": "keyword",
|
|
4348
|
+
"value": "string"
|
|
4349
|
+
}
|
|
4350
|
+
},
|
|
4351
|
+
{
|
|
4352
|
+
"name": "urlTemplate",
|
|
4353
|
+
"annotation": {
|
|
4354
|
+
"type": "keyword",
|
|
4355
|
+
"value": "string"
|
|
4356
|
+
}
|
|
4357
|
+
},
|
|
4358
|
+
{
|
|
4359
|
+
"name": "dropdownMaxWidth",
|
|
4360
|
+
"annotation": {
|
|
4361
|
+
"type": "union",
|
|
4362
|
+
"types": [
|
|
4363
|
+
{
|
|
4364
|
+
"type": "keyword",
|
|
4365
|
+
"value": "string"
|
|
4366
|
+
},
|
|
4367
|
+
{
|
|
4368
|
+
"type": "keyword",
|
|
4369
|
+
"value": "number"
|
|
4370
|
+
}
|
|
4371
|
+
]
|
|
4372
|
+
}
|
|
4373
|
+
},
|
|
4374
|
+
{
|
|
4375
|
+
"name": "dropdownContentStyle",
|
|
4376
|
+
"annotation": {
|
|
4377
|
+
"type": "reference",
|
|
4378
|
+
"typeName": {
|
|
4379
|
+
"type": "qualifiedName",
|
|
4380
|
+
"left": {
|
|
4381
|
+
"type": "identifier",
|
|
4382
|
+
"name": "React"
|
|
4383
|
+
},
|
|
4384
|
+
"right": {
|
|
4385
|
+
"type": "identifier",
|
|
4386
|
+
"name": "CSSProperties"
|
|
4387
|
+
}
|
|
4388
|
+
}
|
|
4389
|
+
}
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"name": "hideNotifyCenterButton",
|
|
4393
|
+
"annotation": {
|
|
4394
|
+
"type": "keyword",
|
|
4395
|
+
"value": "boolean"
|
|
4396
|
+
}
|
|
4397
|
+
}
|
|
4398
|
+
],
|
|
4399
|
+
"events": [
|
|
4400
|
+
{
|
|
4401
|
+
"name": "notice.click",
|
|
4402
|
+
"detail": {
|
|
4403
|
+
"annotation": {
|
|
4404
|
+
"type": "keyword",
|
|
4405
|
+
"value": "string"
|
|
4406
|
+
}
|
|
4407
|
+
}
|
|
4368
4408
|
},
|
|
4409
|
+
{
|
|
4410
|
+
"name": "mark.all.read",
|
|
4411
|
+
"detail": {
|
|
4412
|
+
"annotation": {
|
|
4413
|
+
"type": "keyword",
|
|
4414
|
+
"value": "void"
|
|
4415
|
+
}
|
|
4416
|
+
}
|
|
4417
|
+
}
|
|
4418
|
+
],
|
|
4419
|
+
"methods": [],
|
|
4420
|
+
"types": [
|
|
4369
4421
|
{
|
|
4370
4422
|
"type": "interface",
|
|
4371
|
-
"name": "
|
|
4423
|
+
"name": "NoticeItem",
|
|
4372
4424
|
"body": [
|
|
4373
4425
|
{
|
|
4374
4426
|
"type": "propertySignature",
|
|
4375
4427
|
"key": {
|
|
4376
4428
|
"type": "identifier",
|
|
4377
|
-
"name": "
|
|
4429
|
+
"name": "id"
|
|
4378
4430
|
},
|
|
4379
4431
|
"annotation": {
|
|
4380
4432
|
"type": "keyword",
|
|
@@ -4386,32 +4438,23 @@
|
|
|
4386
4438
|
"type": "propertySignature",
|
|
4387
4439
|
"key": {
|
|
4388
4440
|
"type": "identifier",
|
|
4389
|
-
"name": "
|
|
4441
|
+
"name": "type"
|
|
4390
4442
|
},
|
|
4391
4443
|
"annotation": {
|
|
4392
4444
|
"type": "keyword",
|
|
4393
4445
|
"value": "string"
|
|
4394
4446
|
},
|
|
4395
4447
|
"computed": false
|
|
4396
|
-
}
|
|
4397
|
-
]
|
|
4398
|
-
},
|
|
4399
|
-
{
|
|
4400
|
-
"type": "interface",
|
|
4401
|
-
"name": "EditActivityDetail",
|
|
4402
|
-
"body": [
|
|
4448
|
+
},
|
|
4403
4449
|
{
|
|
4404
4450
|
"type": "propertySignature",
|
|
4405
4451
|
"key": {
|
|
4406
4452
|
"type": "identifier",
|
|
4407
|
-
"name": "
|
|
4408
|
-
},
|
|
4409
|
-
"annotation": {
|
|
4410
|
-
"type": "
|
|
4411
|
-
"
|
|
4412
|
-
"type": "identifier",
|
|
4413
|
-
"name": "Stage"
|
|
4414
|
-
}
|
|
4453
|
+
"name": "isUnread"
|
|
4454
|
+
},
|
|
4455
|
+
"annotation": {
|
|
4456
|
+
"type": "keyword",
|
|
4457
|
+
"value": "boolean"
|
|
4415
4458
|
},
|
|
4416
4459
|
"computed": false
|
|
4417
4460
|
},
|
|
@@ -4419,14 +4462,11 @@
|
|
|
4419
4462
|
"type": "propertySignature",
|
|
4420
4463
|
"key": {
|
|
4421
4464
|
"type": "identifier",
|
|
4422
|
-
"name": "
|
|
4465
|
+
"name": "title"
|
|
4423
4466
|
},
|
|
4424
4467
|
"annotation": {
|
|
4425
|
-
"type": "
|
|
4426
|
-
"
|
|
4427
|
-
"type": "identifier",
|
|
4428
|
-
"name": "FlowActivity"
|
|
4429
|
-
}
|
|
4468
|
+
"type": "keyword",
|
|
4469
|
+
"value": "string"
|
|
4430
4470
|
},
|
|
4431
4471
|
"computed": false
|
|
4432
4472
|
},
|
|
@@ -4434,11 +4474,11 @@
|
|
|
4434
4474
|
"type": "propertySignature",
|
|
4435
4475
|
"key": {
|
|
4436
4476
|
"type": "identifier",
|
|
4437
|
-
"name": "
|
|
4477
|
+
"name": "description"
|
|
4438
4478
|
},
|
|
4439
4479
|
"annotation": {
|
|
4440
4480
|
"type": "keyword",
|
|
4441
|
-
"value": "
|
|
4481
|
+
"value": "string"
|
|
4442
4482
|
},
|
|
4443
4483
|
"computed": false
|
|
4444
4484
|
}
|
|
@@ -5020,175 +5060,131 @@
|
|
|
5020
5060
|
}
|
|
5021
5061
|
]
|
|
5022
5062
|
},
|
|
5023
|
-
"ai-portal.
|
|
5063
|
+
"ai-portal.goal-card-list": {
|
|
5024
5064
|
"properties": [
|
|
5025
5065
|
{
|
|
5026
|
-
"name": "
|
|
5027
|
-
"annotation": {
|
|
5028
|
-
"type": "keyword",
|
|
5029
|
-
"value": "boolean"
|
|
5030
|
-
}
|
|
5031
|
-
},
|
|
5032
|
-
{
|
|
5033
|
-
"name": "placeholder",
|
|
5034
|
-
"annotation": {
|
|
5035
|
-
"type": "keyword",
|
|
5036
|
-
"value": "string"
|
|
5037
|
-
}
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"name": "autoFocus",
|
|
5041
|
-
"annotation": {
|
|
5042
|
-
"type": "keyword",
|
|
5043
|
-
"value": "boolean"
|
|
5044
|
-
}
|
|
5045
|
-
},
|
|
5046
|
-
{
|
|
5047
|
-
"name": "aiEmployees",
|
|
5066
|
+
"name": "goalList",
|
|
5048
5067
|
"annotation": {
|
|
5049
5068
|
"type": "array",
|
|
5050
5069
|
"elementType": {
|
|
5051
5070
|
"type": "reference",
|
|
5052
5071
|
"typeName": {
|
|
5053
5072
|
"type": "identifier",
|
|
5054
|
-
"name": "
|
|
5073
|
+
"name": "GoalItem"
|
|
5055
5074
|
}
|
|
5056
5075
|
}
|
|
5057
5076
|
}
|
|
5058
5077
|
},
|
|
5059
5078
|
{
|
|
5060
|
-
"name": "
|
|
5079
|
+
"name": "cardStyle",
|
|
5061
5080
|
"annotation": {
|
|
5062
|
-
"type": "
|
|
5063
|
-
"
|
|
5064
|
-
"type": "
|
|
5065
|
-
"
|
|
5081
|
+
"type": "reference",
|
|
5082
|
+
"typeName": {
|
|
5083
|
+
"type": "qualifiedName",
|
|
5084
|
+
"left": {
|
|
5066
5085
|
"type": "identifier",
|
|
5067
|
-
"name": "
|
|
5086
|
+
"name": "React"
|
|
5087
|
+
},
|
|
5088
|
+
"right": {
|
|
5089
|
+
"type": "identifier",
|
|
5090
|
+
"name": "CSSProperties"
|
|
5068
5091
|
}
|
|
5069
5092
|
}
|
|
5070
5093
|
}
|
|
5071
5094
|
},
|
|
5072
5095
|
{
|
|
5073
|
-
"name": "
|
|
5096
|
+
"name": "activeKey",
|
|
5074
5097
|
"annotation": {
|
|
5075
|
-
"type": "
|
|
5076
|
-
"
|
|
5077
|
-
"type": "identifier",
|
|
5078
|
-
"name": "UploadOptions"
|
|
5079
|
-
}
|
|
5098
|
+
"type": "keyword",
|
|
5099
|
+
"value": "string"
|
|
5080
5100
|
}
|
|
5081
5101
|
}
|
|
5082
5102
|
],
|
|
5083
5103
|
"events": [
|
|
5084
5104
|
{
|
|
5085
|
-
"name": "
|
|
5105
|
+
"name": "item.click",
|
|
5086
5106
|
"detail": {
|
|
5087
5107
|
"annotation": {
|
|
5088
|
-
"type": "
|
|
5089
|
-
"
|
|
5108
|
+
"type": "reference",
|
|
5109
|
+
"typeName": {
|
|
5110
|
+
"type": "identifier",
|
|
5111
|
+
"name": "GoalItem"
|
|
5112
|
+
}
|
|
5090
5113
|
}
|
|
5091
5114
|
}
|
|
5092
5115
|
},
|
|
5093
5116
|
{
|
|
5094
|
-
"name": "
|
|
5117
|
+
"name": "item.status.change",
|
|
5095
5118
|
"detail": {
|
|
5096
5119
|
"annotation": {
|
|
5097
5120
|
"type": "reference",
|
|
5098
5121
|
"typeName": {
|
|
5099
5122
|
"type": "identifier",
|
|
5100
|
-
"name": "
|
|
5123
|
+
"name": "GoalItem"
|
|
5101
5124
|
}
|
|
5102
5125
|
}
|
|
5103
5126
|
}
|
|
5104
5127
|
},
|
|
5105
5128
|
{
|
|
5106
|
-
"name": "
|
|
5129
|
+
"name": "item.title.change",
|
|
5107
5130
|
"detail": {
|
|
5108
5131
|
"annotation": {
|
|
5109
|
-
"type": "
|
|
5110
|
-
"
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5132
|
+
"type": "reference",
|
|
5133
|
+
"typeName": {
|
|
5134
|
+
"type": "identifier",
|
|
5135
|
+
"name": "GoalItem"
|
|
5136
|
+
}
|
|
5137
|
+
}
|
|
5138
|
+
}
|
|
5139
|
+
},
|
|
5140
|
+
{
|
|
5141
|
+
"name": "item.new.chat",
|
|
5142
|
+
"detail": {
|
|
5143
|
+
"annotation": {
|
|
5144
|
+
"type": "reference",
|
|
5145
|
+
"typeName": {
|
|
5146
|
+
"type": "identifier",
|
|
5147
|
+
"name": "GoalItem"
|
|
5148
|
+
}
|
|
5123
5149
|
}
|
|
5124
5150
|
}
|
|
5125
5151
|
}
|
|
5126
5152
|
],
|
|
5127
5153
|
"methods": [
|
|
5128
5154
|
{
|
|
5129
|
-
"name": "
|
|
5155
|
+
"name": "appendChildDone",
|
|
5130
5156
|
"params": [
|
|
5131
5157
|
{
|
|
5132
|
-
"name": "
|
|
5158
|
+
"name": "pendingId",
|
|
5133
5159
|
"annotation": {
|
|
5134
5160
|
"type": "keyword",
|
|
5135
5161
|
"value": "string"
|
|
5136
5162
|
}
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"name": "newItem",
|
|
5166
|
+
"annotation": {
|
|
5167
|
+
"type": "reference",
|
|
5168
|
+
"typeName": {
|
|
5169
|
+
"type": "identifier",
|
|
5170
|
+
"name": "GoalItem"
|
|
5171
|
+
}
|
|
5172
|
+
}
|
|
5137
5173
|
}
|
|
5138
5174
|
],
|
|
5139
5175
|
"returns": {}
|
|
5140
|
-
},
|
|
5141
|
-
{
|
|
5142
|
-
"name": "getValue",
|
|
5143
|
-
"params": [],
|
|
5144
|
-
"returns": {}
|
|
5145
|
-
},
|
|
5146
|
-
{
|
|
5147
|
-
"name": "focusOnInput",
|
|
5148
|
-
"params": [],
|
|
5149
|
-
"returns": {}
|
|
5150
5176
|
}
|
|
5151
5177
|
],
|
|
5152
5178
|
"types": [
|
|
5153
5179
|
{
|
|
5154
5180
|
"type": "interface",
|
|
5155
|
-
"name": "
|
|
5156
|
-
"body": [
|
|
5157
|
-
{
|
|
5158
|
-
"type": "propertySignature",
|
|
5159
|
-
"key": {
|
|
5160
|
-
"type": "identifier",
|
|
5161
|
-
"name": "employeeId"
|
|
5162
|
-
},
|
|
5163
|
-
"annotation": {
|
|
5164
|
-
"type": "keyword",
|
|
5165
|
-
"value": "string"
|
|
5166
|
-
},
|
|
5167
|
-
"computed": false
|
|
5168
|
-
},
|
|
5169
|
-
{
|
|
5170
|
-
"type": "propertySignature",
|
|
5171
|
-
"key": {
|
|
5172
|
-
"type": "identifier",
|
|
5173
|
-
"name": "name"
|
|
5174
|
-
},
|
|
5175
|
-
"annotation": {
|
|
5176
|
-
"type": "keyword",
|
|
5177
|
-
"value": "string"
|
|
5178
|
-
},
|
|
5179
|
-
"computed": false
|
|
5180
|
-
}
|
|
5181
|
-
]
|
|
5182
|
-
},
|
|
5183
|
-
{
|
|
5184
|
-
"type": "interface",
|
|
5185
|
-
"name": "Command",
|
|
5181
|
+
"name": "GoalItem",
|
|
5186
5182
|
"body": [
|
|
5187
5183
|
{
|
|
5188
5184
|
"type": "propertySignature",
|
|
5189
5185
|
"key": {
|
|
5190
5186
|
"type": "identifier",
|
|
5191
|
-
"name": "
|
|
5187
|
+
"name": "title"
|
|
5192
5188
|
},
|
|
5193
5189
|
"annotation": {
|
|
5194
5190
|
"type": "keyword",
|
|
@@ -5200,30 +5196,12 @@
|
|
|
5200
5196
|
"type": "propertySignature",
|
|
5201
5197
|
"key": {
|
|
5202
5198
|
"type": "identifier",
|
|
5203
|
-
"name": "
|
|
5199
|
+
"name": "description"
|
|
5204
5200
|
},
|
|
5205
5201
|
"annotation": {
|
|
5206
5202
|
"type": "keyword",
|
|
5207
5203
|
"value": "string"
|
|
5208
5204
|
},
|
|
5209
|
-
"computed": false
|
|
5210
|
-
},
|
|
5211
|
-
{
|
|
5212
|
-
"type": "propertySignature",
|
|
5213
|
-
"key": {
|
|
5214
|
-
"type": "identifier",
|
|
5215
|
-
"name": "options"
|
|
5216
|
-
},
|
|
5217
|
-
"annotation": {
|
|
5218
|
-
"type": "array",
|
|
5219
|
-
"elementType": {
|
|
5220
|
-
"type": "reference",
|
|
5221
|
-
"typeName": {
|
|
5222
|
-
"type": "identifier",
|
|
5223
|
-
"name": "Command"
|
|
5224
|
-
}
|
|
5225
|
-
}
|
|
5226
|
-
},
|
|
5227
5205
|
"optional": true,
|
|
5228
5206
|
"computed": false
|
|
5229
5207
|
},
|
|
@@ -5231,59 +5209,38 @@
|
|
|
5231
5209
|
"type": "propertySignature",
|
|
5232
5210
|
"key": {
|
|
5233
5211
|
"type": "identifier",
|
|
5234
|
-
"name": "
|
|
5212
|
+
"name": "state"
|
|
5235
5213
|
},
|
|
5236
5214
|
"annotation": {
|
|
5237
5215
|
"type": "reference",
|
|
5238
5216
|
"typeName": {
|
|
5239
5217
|
"type": "identifier",
|
|
5240
|
-
"name": "
|
|
5218
|
+
"name": "GoalState"
|
|
5241
5219
|
}
|
|
5242
5220
|
},
|
|
5243
|
-
"optional": true,
|
|
5244
|
-
"computed": false
|
|
5245
|
-
}
|
|
5246
|
-
]
|
|
5247
|
-
},
|
|
5248
|
-
{
|
|
5249
|
-
"type": "interface",
|
|
5250
|
-
"name": "UploadOptions",
|
|
5251
|
-
"body": [
|
|
5252
|
-
{
|
|
5253
|
-
"type": "propertySignature",
|
|
5254
|
-
"key": {
|
|
5255
|
-
"type": "identifier",
|
|
5256
|
-
"name": "enabled"
|
|
5257
|
-
},
|
|
5258
|
-
"annotation": {
|
|
5259
|
-
"type": "keyword",
|
|
5260
|
-
"value": "boolean"
|
|
5261
|
-
},
|
|
5262
|
-
"optional": true,
|
|
5263
5221
|
"computed": false
|
|
5264
5222
|
},
|
|
5265
5223
|
{
|
|
5266
5224
|
"type": "propertySignature",
|
|
5267
5225
|
"key": {
|
|
5268
5226
|
"type": "identifier",
|
|
5269
|
-
"name": "
|
|
5227
|
+
"name": "id"
|
|
5270
5228
|
},
|
|
5271
5229
|
"annotation": {
|
|
5272
5230
|
"type": "keyword",
|
|
5273
|
-
"value": "
|
|
5231
|
+
"value": "number"
|
|
5274
5232
|
},
|
|
5275
|
-
"optional": true,
|
|
5276
5233
|
"computed": false
|
|
5277
5234
|
},
|
|
5278
5235
|
{
|
|
5279
5236
|
"type": "propertySignature",
|
|
5280
5237
|
"key": {
|
|
5281
5238
|
"type": "identifier",
|
|
5282
|
-
"name": "
|
|
5239
|
+
"name": "conversations"
|
|
5283
5240
|
},
|
|
5284
5241
|
"annotation": {
|
|
5285
5242
|
"type": "keyword",
|
|
5286
|
-
"value": "
|
|
5243
|
+
"value": "number"
|
|
5287
5244
|
},
|
|
5288
5245
|
"optional": true,
|
|
5289
5246
|
"computed": false
|
|
@@ -5292,11 +5249,14 @@
|
|
|
5292
5249
|
"type": "propertySignature",
|
|
5293
5250
|
"key": {
|
|
5294
5251
|
"type": "identifier",
|
|
5295
|
-
"name": "
|
|
5252
|
+
"name": "owner"
|
|
5296
5253
|
},
|
|
5297
5254
|
"annotation": {
|
|
5298
|
-
"type": "
|
|
5299
|
-
"
|
|
5255
|
+
"type": "reference",
|
|
5256
|
+
"typeName": {
|
|
5257
|
+
"type": "identifier",
|
|
5258
|
+
"name": "GoalMember"
|
|
5259
|
+
}
|
|
5300
5260
|
},
|
|
5301
5261
|
"optional": true,
|
|
5302
5262
|
"computed": false
|
|
@@ -5305,88 +5265,54 @@
|
|
|
5305
5265
|
"type": "propertySignature",
|
|
5306
5266
|
"key": {
|
|
5307
5267
|
"type": "identifier",
|
|
5308
|
-
"name": "
|
|
5268
|
+
"name": "users"
|
|
5309
5269
|
},
|
|
5310
5270
|
"annotation": {
|
|
5311
|
-
"type": "
|
|
5312
|
-
"
|
|
5271
|
+
"type": "array",
|
|
5272
|
+
"elementType": {
|
|
5273
|
+
"type": "reference",
|
|
5274
|
+
"typeName": {
|
|
5275
|
+
"type": "identifier",
|
|
5276
|
+
"name": "GoalMember"
|
|
5277
|
+
}
|
|
5278
|
+
}
|
|
5313
5279
|
},
|
|
5314
5280
|
"optional": true,
|
|
5315
5281
|
"computed": false
|
|
5316
|
-
}
|
|
5317
|
-
]
|
|
5318
|
-
},
|
|
5319
|
-
{
|
|
5320
|
-
"type": "interface",
|
|
5321
|
-
"name": "ChatPayload",
|
|
5322
|
-
"body": [
|
|
5282
|
+
},
|
|
5323
5283
|
{
|
|
5324
5284
|
"type": "propertySignature",
|
|
5325
5285
|
"key": {
|
|
5326
5286
|
"type": "identifier",
|
|
5327
|
-
"name": "
|
|
5287
|
+
"name": "instanceId"
|
|
5328
5288
|
},
|
|
5329
5289
|
"annotation": {
|
|
5330
5290
|
"type": "keyword",
|
|
5331
5291
|
"value": "string"
|
|
5332
5292
|
},
|
|
5333
5293
|
"computed": false
|
|
5334
|
-
}
|
|
5335
|
-
],
|
|
5336
|
-
"extends": [
|
|
5337
|
-
{
|
|
5338
|
-
"type": "expressionWithTypeArguments",
|
|
5339
|
-
"expression": {
|
|
5340
|
-
"type": "identifier",
|
|
5341
|
-
"name": "ExtraChatPayload"
|
|
5342
|
-
}
|
|
5343
|
-
}
|
|
5344
|
-
]
|
|
5345
|
-
},
|
|
5346
|
-
{
|
|
5347
|
-
"type": "interface",
|
|
5348
|
-
"name": "ExtraChatPayload",
|
|
5349
|
-
"body": [
|
|
5294
|
+
},
|
|
5350
5295
|
{
|
|
5351
5296
|
"type": "propertySignature",
|
|
5352
5297
|
"key": {
|
|
5353
5298
|
"type": "identifier",
|
|
5354
|
-
"name": "
|
|
5299
|
+
"name": "level"
|
|
5355
5300
|
},
|
|
5356
5301
|
"annotation": {
|
|
5357
|
-
"type": "
|
|
5358
|
-
"
|
|
5359
|
-
"type": "reference",
|
|
5360
|
-
"typeName": {
|
|
5361
|
-
"type": "identifier",
|
|
5362
|
-
"name": "UploadFileInfo"
|
|
5363
|
-
}
|
|
5364
|
-
}
|
|
5302
|
+
"type": "keyword",
|
|
5303
|
+
"value": "number"
|
|
5365
5304
|
},
|
|
5366
|
-
"optional": true,
|
|
5367
5305
|
"computed": false
|
|
5368
5306
|
},
|
|
5369
5307
|
{
|
|
5370
5308
|
"type": "propertySignature",
|
|
5371
5309
|
"key": {
|
|
5372
5310
|
"type": "identifier",
|
|
5373
|
-
"name": "
|
|
5311
|
+
"name": "pending"
|
|
5374
5312
|
},
|
|
5375
5313
|
"annotation": {
|
|
5376
|
-
"type": "
|
|
5377
|
-
"
|
|
5378
|
-
{
|
|
5379
|
-
"type": "reference",
|
|
5380
|
-
"typeName": {
|
|
5381
|
-
"type": "identifier",
|
|
5382
|
-
"name": "CommandPayload"
|
|
5383
|
-
}
|
|
5384
|
-
},
|
|
5385
|
-
{
|
|
5386
|
-
"type": "keyword",
|
|
5387
|
-
"value": "null"
|
|
5388
|
-
}
|
|
5389
|
-
]
|
|
5314
|
+
"type": "keyword",
|
|
5315
|
+
"value": "boolean"
|
|
5390
5316
|
},
|
|
5391
5317
|
"optional": true,
|
|
5392
5318
|
"computed": false
|
|
@@ -5395,35 +5321,47 @@
|
|
|
5395
5321
|
"type": "propertySignature",
|
|
5396
5322
|
"key": {
|
|
5397
5323
|
"type": "identifier",
|
|
5398
|
-
"name": "
|
|
5324
|
+
"name": "pendingParentId"
|
|
5399
5325
|
},
|
|
5400
5326
|
"annotation": {
|
|
5401
|
-
"type": "
|
|
5402
|
-
"
|
|
5403
|
-
{
|
|
5404
|
-
"type": "keyword",
|
|
5405
|
-
"value": "string"
|
|
5406
|
-
},
|
|
5407
|
-
{
|
|
5408
|
-
"type": "keyword",
|
|
5409
|
-
"value": "null"
|
|
5410
|
-
}
|
|
5411
|
-
]
|
|
5327
|
+
"type": "keyword",
|
|
5328
|
+
"value": "string"
|
|
5412
5329
|
},
|
|
5413
5330
|
"optional": true,
|
|
5414
5331
|
"computed": false
|
|
5415
5332
|
}
|
|
5416
5333
|
]
|
|
5417
5334
|
},
|
|
5335
|
+
{
|
|
5336
|
+
"type": "typeAlias",
|
|
5337
|
+
"name": "GoalState",
|
|
5338
|
+
"annotation": {
|
|
5339
|
+
"type": "union",
|
|
5340
|
+
"types": [
|
|
5341
|
+
{
|
|
5342
|
+
"type": "jsLiteral",
|
|
5343
|
+
"value": "ready"
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"type": "jsLiteral",
|
|
5347
|
+
"value": "working"
|
|
5348
|
+
},
|
|
5349
|
+
{
|
|
5350
|
+
"type": "jsLiteral",
|
|
5351
|
+
"value": "completed"
|
|
5352
|
+
}
|
|
5353
|
+
]
|
|
5354
|
+
}
|
|
5355
|
+
},
|
|
5418
5356
|
{
|
|
5419
5357
|
"type": "interface",
|
|
5420
|
-
"name": "
|
|
5358
|
+
"name": "GoalMember",
|
|
5421
5359
|
"body": [
|
|
5422
5360
|
{
|
|
5423
5361
|
"type": "propertySignature",
|
|
5424
5362
|
"key": {
|
|
5425
5363
|
"type": "identifier",
|
|
5426
|
-
"name": "
|
|
5364
|
+
"name": "instanceId"
|
|
5427
5365
|
},
|
|
5428
5366
|
"annotation": {
|
|
5429
5367
|
"type": "keyword",
|
|
@@ -5435,131 +5373,187 @@
|
|
|
5435
5373
|
}
|
|
5436
5374
|
]
|
|
5437
5375
|
},
|
|
5438
|
-
"ai-portal.
|
|
5376
|
+
"ai-portal.chat-box": {
|
|
5439
5377
|
"properties": [
|
|
5440
5378
|
{
|
|
5441
|
-
"name": "
|
|
5379
|
+
"name": "disabled",
|
|
5380
|
+
"annotation": {
|
|
5381
|
+
"type": "keyword",
|
|
5382
|
+
"value": "boolean"
|
|
5383
|
+
}
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"name": "placeholder",
|
|
5387
|
+
"annotation": {
|
|
5388
|
+
"type": "keyword",
|
|
5389
|
+
"value": "string"
|
|
5390
|
+
}
|
|
5391
|
+
},
|
|
5392
|
+
{
|
|
5393
|
+
"name": "autoFocus",
|
|
5394
|
+
"annotation": {
|
|
5395
|
+
"type": "keyword",
|
|
5396
|
+
"value": "boolean"
|
|
5397
|
+
}
|
|
5398
|
+
},
|
|
5399
|
+
{
|
|
5400
|
+
"name": "aiEmployees",
|
|
5442
5401
|
"annotation": {
|
|
5443
5402
|
"type": "array",
|
|
5444
5403
|
"elementType": {
|
|
5445
5404
|
"type": "reference",
|
|
5446
5405
|
"typeName": {
|
|
5447
5406
|
"type": "identifier",
|
|
5448
|
-
"name": "
|
|
5407
|
+
"name": "AIEmployee"
|
|
5449
5408
|
}
|
|
5450
5409
|
}
|
|
5451
5410
|
}
|
|
5452
5411
|
},
|
|
5453
5412
|
{
|
|
5454
|
-
"name": "
|
|
5413
|
+
"name": "commands",
|
|
5455
5414
|
"annotation": {
|
|
5456
|
-
"type": "
|
|
5457
|
-
"
|
|
5458
|
-
"type": "
|
|
5459
|
-
"
|
|
5460
|
-
"type": "identifier",
|
|
5461
|
-
"name": "React"
|
|
5462
|
-
},
|
|
5463
|
-
"right": {
|
|
5415
|
+
"type": "array",
|
|
5416
|
+
"elementType": {
|
|
5417
|
+
"type": "reference",
|
|
5418
|
+
"typeName": {
|
|
5464
5419
|
"type": "identifier",
|
|
5465
|
-
"name": "
|
|
5420
|
+
"name": "Command"
|
|
5466
5421
|
}
|
|
5467
5422
|
}
|
|
5468
5423
|
}
|
|
5469
5424
|
},
|
|
5470
5425
|
{
|
|
5471
|
-
"name": "
|
|
5426
|
+
"name": "uploadOptions",
|
|
5472
5427
|
"annotation": {
|
|
5473
|
-
"type": "
|
|
5474
|
-
"
|
|
5428
|
+
"type": "reference",
|
|
5429
|
+
"typeName": {
|
|
5430
|
+
"type": "identifier",
|
|
5431
|
+
"name": "UploadOptions"
|
|
5432
|
+
}
|
|
5475
5433
|
}
|
|
5476
5434
|
}
|
|
5477
5435
|
],
|
|
5478
5436
|
"events": [
|
|
5479
5437
|
{
|
|
5480
|
-
"name": "
|
|
5481
|
-
"detail": {
|
|
5482
|
-
"annotation": {
|
|
5483
|
-
"type": "reference",
|
|
5484
|
-
"typeName": {
|
|
5485
|
-
"type": "identifier",
|
|
5486
|
-
"name": "GoalItem"
|
|
5487
|
-
}
|
|
5488
|
-
}
|
|
5489
|
-
}
|
|
5490
|
-
},
|
|
5491
|
-
{
|
|
5492
|
-
"name": "item.status.change",
|
|
5438
|
+
"name": "message.submit",
|
|
5493
5439
|
"detail": {
|
|
5494
5440
|
"annotation": {
|
|
5495
|
-
"type": "
|
|
5496
|
-
"
|
|
5497
|
-
"type": "identifier",
|
|
5498
|
-
"name": "GoalItem"
|
|
5499
|
-
}
|
|
5441
|
+
"type": "keyword",
|
|
5442
|
+
"value": "string"
|
|
5500
5443
|
}
|
|
5501
5444
|
}
|
|
5502
5445
|
},
|
|
5503
5446
|
{
|
|
5504
|
-
"name": "
|
|
5447
|
+
"name": "chat.submit",
|
|
5505
5448
|
"detail": {
|
|
5506
5449
|
"annotation": {
|
|
5507
5450
|
"type": "reference",
|
|
5508
5451
|
"typeName": {
|
|
5509
5452
|
"type": "identifier",
|
|
5510
|
-
"name": "
|
|
5453
|
+
"name": "ChatPayload"
|
|
5511
5454
|
}
|
|
5512
5455
|
}
|
|
5513
5456
|
}
|
|
5514
5457
|
},
|
|
5515
5458
|
{
|
|
5516
|
-
"name": "
|
|
5459
|
+
"name": "command.select",
|
|
5517
5460
|
"detail": {
|
|
5518
5461
|
"annotation": {
|
|
5519
|
-
"type": "
|
|
5520
|
-
"
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5462
|
+
"type": "union",
|
|
5463
|
+
"types": [
|
|
5464
|
+
{
|
|
5465
|
+
"type": "reference",
|
|
5466
|
+
"typeName": {
|
|
5467
|
+
"type": "identifier",
|
|
5468
|
+
"name": "CommandPayload"
|
|
5469
|
+
}
|
|
5470
|
+
},
|
|
5471
|
+
{
|
|
5472
|
+
"type": "keyword",
|
|
5473
|
+
"value": "null"
|
|
5474
|
+
}
|
|
5475
|
+
]
|
|
5524
5476
|
}
|
|
5525
5477
|
}
|
|
5526
5478
|
}
|
|
5527
5479
|
],
|
|
5528
5480
|
"methods": [
|
|
5529
5481
|
{
|
|
5530
|
-
"name": "
|
|
5482
|
+
"name": "setValue",
|
|
5531
5483
|
"params": [
|
|
5532
5484
|
{
|
|
5533
|
-
"name": "
|
|
5485
|
+
"name": "value",
|
|
5534
5486
|
"annotation": {
|
|
5535
5487
|
"type": "keyword",
|
|
5536
5488
|
"value": "string"
|
|
5537
5489
|
}
|
|
5538
|
-
},
|
|
5539
|
-
{
|
|
5540
|
-
"name": "newItem",
|
|
5541
|
-
"annotation": {
|
|
5542
|
-
"type": "reference",
|
|
5543
|
-
"typeName": {
|
|
5544
|
-
"type": "identifier",
|
|
5545
|
-
"name": "GoalItem"
|
|
5546
|
-
}
|
|
5547
|
-
}
|
|
5548
5490
|
}
|
|
5549
5491
|
],
|
|
5550
5492
|
"returns": {}
|
|
5493
|
+
},
|
|
5494
|
+
{
|
|
5495
|
+
"name": "getValue",
|
|
5496
|
+
"params": [],
|
|
5497
|
+
"returns": {}
|
|
5498
|
+
},
|
|
5499
|
+
{
|
|
5500
|
+
"name": "focusOnInput",
|
|
5501
|
+
"params": [],
|
|
5502
|
+
"returns": {}
|
|
5551
5503
|
}
|
|
5552
5504
|
],
|
|
5553
5505
|
"types": [
|
|
5554
5506
|
{
|
|
5555
5507
|
"type": "interface",
|
|
5556
|
-
"name": "
|
|
5508
|
+
"name": "AIEmployee",
|
|
5509
|
+
"body": [
|
|
5510
|
+
{
|
|
5511
|
+
"type": "propertySignature",
|
|
5512
|
+
"key": {
|
|
5513
|
+
"type": "identifier",
|
|
5514
|
+
"name": "employeeId"
|
|
5515
|
+
},
|
|
5516
|
+
"annotation": {
|
|
5517
|
+
"type": "keyword",
|
|
5518
|
+
"value": "string"
|
|
5519
|
+
},
|
|
5520
|
+
"computed": false
|
|
5521
|
+
},
|
|
5522
|
+
{
|
|
5523
|
+
"type": "propertySignature",
|
|
5524
|
+
"key": {
|
|
5525
|
+
"type": "identifier",
|
|
5526
|
+
"name": "name"
|
|
5527
|
+
},
|
|
5528
|
+
"annotation": {
|
|
5529
|
+
"type": "keyword",
|
|
5530
|
+
"value": "string"
|
|
5531
|
+
},
|
|
5532
|
+
"computed": false
|
|
5533
|
+
}
|
|
5534
|
+
]
|
|
5535
|
+
},
|
|
5536
|
+
{
|
|
5537
|
+
"type": "interface",
|
|
5538
|
+
"name": "Command",
|
|
5557
5539
|
"body": [
|
|
5558
5540
|
{
|
|
5559
5541
|
"type": "propertySignature",
|
|
5560
5542
|
"key": {
|
|
5561
5543
|
"type": "identifier",
|
|
5562
|
-
"name": "
|
|
5544
|
+
"name": "label"
|
|
5545
|
+
},
|
|
5546
|
+
"annotation": {
|
|
5547
|
+
"type": "keyword",
|
|
5548
|
+
"value": "string"
|
|
5549
|
+
},
|
|
5550
|
+
"computed": false
|
|
5551
|
+
},
|
|
5552
|
+
{
|
|
5553
|
+
"type": "propertySignature",
|
|
5554
|
+
"key": {
|
|
5555
|
+
"type": "identifier",
|
|
5556
|
+
"name": "value"
|
|
5563
5557
|
},
|
|
5564
5558
|
"annotation": {
|
|
5565
5559
|
"type": "keyword",
|
|
@@ -5571,11 +5565,17 @@
|
|
|
5571
5565
|
"type": "propertySignature",
|
|
5572
5566
|
"key": {
|
|
5573
5567
|
"type": "identifier",
|
|
5574
|
-
"name": "
|
|
5568
|
+
"name": "options"
|
|
5575
5569
|
},
|
|
5576
5570
|
"annotation": {
|
|
5577
|
-
"type": "
|
|
5578
|
-
"
|
|
5571
|
+
"type": "array",
|
|
5572
|
+
"elementType": {
|
|
5573
|
+
"type": "reference",
|
|
5574
|
+
"typeName": {
|
|
5575
|
+
"type": "identifier",
|
|
5576
|
+
"name": "Command"
|
|
5577
|
+
}
|
|
5578
|
+
}
|
|
5579
5579
|
},
|
|
5580
5580
|
"optional": true,
|
|
5581
5581
|
"computed": false
|
|
@@ -5584,38 +5584,46 @@
|
|
|
5584
5584
|
"type": "propertySignature",
|
|
5585
5585
|
"key": {
|
|
5586
5586
|
"type": "identifier",
|
|
5587
|
-
"name": "
|
|
5587
|
+
"name": "payload"
|
|
5588
5588
|
},
|
|
5589
5589
|
"annotation": {
|
|
5590
5590
|
"type": "reference",
|
|
5591
5591
|
"typeName": {
|
|
5592
5592
|
"type": "identifier",
|
|
5593
|
-
"name": "
|
|
5593
|
+
"name": "CommandPayload"
|
|
5594
5594
|
}
|
|
5595
5595
|
},
|
|
5596
|
+
"optional": true,
|
|
5596
5597
|
"computed": false
|
|
5597
|
-
}
|
|
5598
|
+
}
|
|
5599
|
+
]
|
|
5600
|
+
},
|
|
5601
|
+
{
|
|
5602
|
+
"type": "interface",
|
|
5603
|
+
"name": "UploadOptions",
|
|
5604
|
+
"body": [
|
|
5598
5605
|
{
|
|
5599
5606
|
"type": "propertySignature",
|
|
5600
5607
|
"key": {
|
|
5601
5608
|
"type": "identifier",
|
|
5602
|
-
"name": "
|
|
5609
|
+
"name": "enabled"
|
|
5603
5610
|
},
|
|
5604
5611
|
"annotation": {
|
|
5605
5612
|
"type": "keyword",
|
|
5606
|
-
"value": "
|
|
5613
|
+
"value": "boolean"
|
|
5607
5614
|
},
|
|
5615
|
+
"optional": true,
|
|
5608
5616
|
"computed": false
|
|
5609
5617
|
},
|
|
5610
5618
|
{
|
|
5611
5619
|
"type": "propertySignature",
|
|
5612
5620
|
"key": {
|
|
5613
5621
|
"type": "identifier",
|
|
5614
|
-
"name": "
|
|
5622
|
+
"name": "dragDisabled"
|
|
5615
5623
|
},
|
|
5616
5624
|
"annotation": {
|
|
5617
5625
|
"type": "keyword",
|
|
5618
|
-
"value": "
|
|
5626
|
+
"value": "boolean"
|
|
5619
5627
|
},
|
|
5620
5628
|
"optional": true,
|
|
5621
5629
|
"computed": false
|
|
@@ -5624,14 +5632,11 @@
|
|
|
5624
5632
|
"type": "propertySignature",
|
|
5625
5633
|
"key": {
|
|
5626
5634
|
"type": "identifier",
|
|
5627
|
-
"name": "
|
|
5635
|
+
"name": "dragTips"
|
|
5628
5636
|
},
|
|
5629
5637
|
"annotation": {
|
|
5630
|
-
"type": "
|
|
5631
|
-
"
|
|
5632
|
-
"type": "identifier",
|
|
5633
|
-
"name": "GoalMember"
|
|
5634
|
-
}
|
|
5638
|
+
"type": "keyword",
|
|
5639
|
+
"value": "string"
|
|
5635
5640
|
},
|
|
5636
5641
|
"optional": true,
|
|
5637
5642
|
"computed": false
|
|
@@ -5640,17 +5645,11 @@
|
|
|
5640
5645
|
"type": "propertySignature",
|
|
5641
5646
|
"key": {
|
|
5642
5647
|
"type": "identifier",
|
|
5643
|
-
"name": "
|
|
5648
|
+
"name": "accept"
|
|
5644
5649
|
},
|
|
5645
5650
|
"annotation": {
|
|
5646
|
-
"type": "
|
|
5647
|
-
"
|
|
5648
|
-
"type": "reference",
|
|
5649
|
-
"typeName": {
|
|
5650
|
-
"type": "identifier",
|
|
5651
|
-
"name": "GoalMember"
|
|
5652
|
-
}
|
|
5653
|
-
}
|
|
5651
|
+
"type": "keyword",
|
|
5652
|
+
"value": "string"
|
|
5654
5653
|
},
|
|
5655
5654
|
"optional": true,
|
|
5656
5655
|
"computed": false
|
|
@@ -5659,35 +5658,38 @@
|
|
|
5659
5658
|
"type": "propertySignature",
|
|
5660
5659
|
"key": {
|
|
5661
5660
|
"type": "identifier",
|
|
5662
|
-
"name": "
|
|
5661
|
+
"name": "maxFiles"
|
|
5663
5662
|
},
|
|
5664
5663
|
"annotation": {
|
|
5665
5664
|
"type": "keyword",
|
|
5666
|
-
"value": "
|
|
5665
|
+
"value": "number"
|
|
5667
5666
|
},
|
|
5667
|
+
"optional": true,
|
|
5668
5668
|
"computed": false
|
|
5669
5669
|
},
|
|
5670
5670
|
{
|
|
5671
5671
|
"type": "propertySignature",
|
|
5672
5672
|
"key": {
|
|
5673
5673
|
"type": "identifier",
|
|
5674
|
-
"name": "
|
|
5674
|
+
"name": "maxSize"
|
|
5675
5675
|
},
|
|
5676
5676
|
"annotation": {
|
|
5677
5677
|
"type": "keyword",
|
|
5678
5678
|
"value": "number"
|
|
5679
5679
|
},
|
|
5680
|
-
"
|
|
5680
|
+
"optional": true,
|
|
5681
|
+
"computed": false,
|
|
5682
|
+
"description": "In bytes"
|
|
5681
5683
|
},
|
|
5682
5684
|
{
|
|
5683
5685
|
"type": "propertySignature",
|
|
5684
5686
|
"key": {
|
|
5685
5687
|
"type": "identifier",
|
|
5686
|
-
"name": "
|
|
5688
|
+
"name": "readableAccept"
|
|
5687
5689
|
},
|
|
5688
5690
|
"annotation": {
|
|
5689
5691
|
"type": "keyword",
|
|
5690
|
-
"value": "
|
|
5692
|
+
"value": "string"
|
|
5691
5693
|
},
|
|
5692
5694
|
"optional": true,
|
|
5693
5695
|
"computed": false
|
|
@@ -5696,7 +5698,7 @@
|
|
|
5696
5698
|
"type": "propertySignature",
|
|
5697
5699
|
"key": {
|
|
5698
5700
|
"type": "identifier",
|
|
5699
|
-
"name": "
|
|
5701
|
+
"name": "readableMaxSize"
|
|
5700
5702
|
},
|
|
5701
5703
|
"annotation": {
|
|
5702
5704
|
"type": "keyword",
|
|
@@ -5708,35 +5710,113 @@
|
|
|
5708
5710
|
]
|
|
5709
5711
|
},
|
|
5710
5712
|
{
|
|
5711
|
-
"type": "
|
|
5712
|
-
"name": "
|
|
5713
|
-
"
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
{
|
|
5717
|
-
"type": "
|
|
5718
|
-
"
|
|
5713
|
+
"type": "interface",
|
|
5714
|
+
"name": "ChatPayload",
|
|
5715
|
+
"body": [
|
|
5716
|
+
{
|
|
5717
|
+
"type": "propertySignature",
|
|
5718
|
+
"key": {
|
|
5719
|
+
"type": "identifier",
|
|
5720
|
+
"name": "content"
|
|
5719
5721
|
},
|
|
5720
|
-
{
|
|
5721
|
-
"type": "
|
|
5722
|
-
"value": "
|
|
5722
|
+
"annotation": {
|
|
5723
|
+
"type": "keyword",
|
|
5724
|
+
"value": "string"
|
|
5723
5725
|
},
|
|
5724
|
-
|
|
5725
|
-
|
|
5726
|
-
|
|
5726
|
+
"computed": false
|
|
5727
|
+
}
|
|
5728
|
+
],
|
|
5729
|
+
"extends": [
|
|
5730
|
+
{
|
|
5731
|
+
"type": "expressionWithTypeArguments",
|
|
5732
|
+
"expression": {
|
|
5733
|
+
"type": "identifier",
|
|
5734
|
+
"name": "ExtraChatPayload"
|
|
5727
5735
|
}
|
|
5728
|
-
|
|
5729
|
-
|
|
5736
|
+
}
|
|
5737
|
+
]
|
|
5730
5738
|
},
|
|
5731
5739
|
{
|
|
5732
5740
|
"type": "interface",
|
|
5733
|
-
"name": "
|
|
5741
|
+
"name": "ExtraChatPayload",
|
|
5734
5742
|
"body": [
|
|
5735
5743
|
{
|
|
5736
5744
|
"type": "propertySignature",
|
|
5737
5745
|
"key": {
|
|
5738
5746
|
"type": "identifier",
|
|
5739
|
-
"name": "
|
|
5747
|
+
"name": "files"
|
|
5748
|
+
},
|
|
5749
|
+
"annotation": {
|
|
5750
|
+
"type": "array",
|
|
5751
|
+
"elementType": {
|
|
5752
|
+
"type": "reference",
|
|
5753
|
+
"typeName": {
|
|
5754
|
+
"type": "identifier",
|
|
5755
|
+
"name": "UploadFileInfo"
|
|
5756
|
+
}
|
|
5757
|
+
}
|
|
5758
|
+
},
|
|
5759
|
+
"optional": true,
|
|
5760
|
+
"computed": false
|
|
5761
|
+
},
|
|
5762
|
+
{
|
|
5763
|
+
"type": "propertySignature",
|
|
5764
|
+
"key": {
|
|
5765
|
+
"type": "identifier",
|
|
5766
|
+
"name": "cmd"
|
|
5767
|
+
},
|
|
5768
|
+
"annotation": {
|
|
5769
|
+
"type": "union",
|
|
5770
|
+
"types": [
|
|
5771
|
+
{
|
|
5772
|
+
"type": "reference",
|
|
5773
|
+
"typeName": {
|
|
5774
|
+
"type": "identifier",
|
|
5775
|
+
"name": "CommandPayload"
|
|
5776
|
+
}
|
|
5777
|
+
},
|
|
5778
|
+
{
|
|
5779
|
+
"type": "keyword",
|
|
5780
|
+
"value": "null"
|
|
5781
|
+
}
|
|
5782
|
+
]
|
|
5783
|
+
},
|
|
5784
|
+
"optional": true,
|
|
5785
|
+
"computed": false
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
"type": "propertySignature",
|
|
5789
|
+
"key": {
|
|
5790
|
+
"type": "identifier",
|
|
5791
|
+
"name": "aiEmployeeId"
|
|
5792
|
+
},
|
|
5793
|
+
"annotation": {
|
|
5794
|
+
"type": "union",
|
|
5795
|
+
"types": [
|
|
5796
|
+
{
|
|
5797
|
+
"type": "keyword",
|
|
5798
|
+
"value": "string"
|
|
5799
|
+
},
|
|
5800
|
+
{
|
|
5801
|
+
"type": "keyword",
|
|
5802
|
+
"value": "null"
|
|
5803
|
+
}
|
|
5804
|
+
]
|
|
5805
|
+
},
|
|
5806
|
+
"optional": true,
|
|
5807
|
+
"computed": false
|
|
5808
|
+
}
|
|
5809
|
+
]
|
|
5810
|
+
},
|
|
5811
|
+
{
|
|
5812
|
+
"type": "interface",
|
|
5813
|
+
"name": "UploadFileInfo",
|
|
5814
|
+
"body": [
|
|
5815
|
+
{
|
|
5816
|
+
"type": "propertySignature",
|
|
5817
|
+
"key": {
|
|
5818
|
+
"type": "identifier",
|
|
5819
|
+
"name": "fileId"
|
|
5740
5820
|
},
|
|
5741
5821
|
"annotation": {
|
|
5742
5822
|
"type": "keyword",
|
|
@@ -6443,6 +6523,46 @@
|
|
|
6443
6523
|
},
|
|
6444
6524
|
"optional": true,
|
|
6445
6525
|
"computed": false
|
|
6526
|
+
},
|
|
6527
|
+
{
|
|
6528
|
+
"type": "propertySignature",
|
|
6529
|
+
"key": {
|
|
6530
|
+
"type": "identifier",
|
|
6531
|
+
"name": "maxSize"
|
|
6532
|
+
},
|
|
6533
|
+
"annotation": {
|
|
6534
|
+
"type": "keyword",
|
|
6535
|
+
"value": "number"
|
|
6536
|
+
},
|
|
6537
|
+
"optional": true,
|
|
6538
|
+
"computed": false,
|
|
6539
|
+
"description": "In bytes"
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"type": "propertySignature",
|
|
6543
|
+
"key": {
|
|
6544
|
+
"type": "identifier",
|
|
6545
|
+
"name": "readableAccept"
|
|
6546
|
+
},
|
|
6547
|
+
"annotation": {
|
|
6548
|
+
"type": "keyword",
|
|
6549
|
+
"value": "string"
|
|
6550
|
+
},
|
|
6551
|
+
"optional": true,
|
|
6552
|
+
"computed": false
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"type": "propertySignature",
|
|
6556
|
+
"key": {
|
|
6557
|
+
"type": "identifier",
|
|
6558
|
+
"name": "readableMaxSize"
|
|
6559
|
+
},
|
|
6560
|
+
"annotation": {
|
|
6561
|
+
"type": "keyword",
|
|
6562
|
+
"value": "string"
|
|
6563
|
+
},
|
|
6564
|
+
"optional": true,
|
|
6565
|
+
"computed": false
|
|
6446
6566
|
}
|
|
6447
6567
|
]
|
|
6448
6568
|
},
|
|
@@ -7195,6 +7315,46 @@
|
|
|
7195
7315
|
},
|
|
7196
7316
|
"optional": true,
|
|
7197
7317
|
"computed": false
|
|
7318
|
+
},
|
|
7319
|
+
{
|
|
7320
|
+
"type": "propertySignature",
|
|
7321
|
+
"key": {
|
|
7322
|
+
"type": "identifier",
|
|
7323
|
+
"name": "maxSize"
|
|
7324
|
+
},
|
|
7325
|
+
"annotation": {
|
|
7326
|
+
"type": "keyword",
|
|
7327
|
+
"value": "number"
|
|
7328
|
+
},
|
|
7329
|
+
"optional": true,
|
|
7330
|
+
"computed": false,
|
|
7331
|
+
"description": "In bytes"
|
|
7332
|
+
},
|
|
7333
|
+
{
|
|
7334
|
+
"type": "propertySignature",
|
|
7335
|
+
"key": {
|
|
7336
|
+
"type": "identifier",
|
|
7337
|
+
"name": "readableAccept"
|
|
7338
|
+
},
|
|
7339
|
+
"annotation": {
|
|
7340
|
+
"type": "keyword",
|
|
7341
|
+
"value": "string"
|
|
7342
|
+
},
|
|
7343
|
+
"optional": true,
|
|
7344
|
+
"computed": false
|
|
7345
|
+
},
|
|
7346
|
+
{
|
|
7347
|
+
"type": "propertySignature",
|
|
7348
|
+
"key": {
|
|
7349
|
+
"type": "identifier",
|
|
7350
|
+
"name": "readableMaxSize"
|
|
7351
|
+
},
|
|
7352
|
+
"annotation": {
|
|
7353
|
+
"type": "keyword",
|
|
7354
|
+
"value": "string"
|
|
7355
|
+
},
|
|
7356
|
+
"optional": true,
|
|
7357
|
+
"computed": false
|
|
7198
7358
|
}
|
|
7199
7359
|
]
|
|
7200
7360
|
},
|