@next-bricks/ai-portal 0.61.2 → 0.61.4
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 +31 -31
- package/dist/chunks/1770.48e868f8.js +2 -0
- package/dist/chunks/1770.48e868f8.js.map +1 -0
- package/dist/chunks/2232.1e92a135.js +2 -0
- package/dist/chunks/2232.1e92a135.js.map +1 -0
- package/dist/chunks/3186.7220c09a.js +2 -0
- package/dist/chunks/3186.7220c09a.js.map +1 -0
- package/dist/chunks/7729.1ccf3e2a.js +2 -0
- package/dist/chunks/7729.1ccf3e2a.js.map +1 -0
- package/dist/chunks/9164.abc412b7.js +2 -0
- package/dist/chunks/{9164.34a6f72c.js.map → 9164.abc412b7.js.map} +1 -1
- package/dist/chunks/cruise-canvas.bfae3138.js +2 -0
- package/dist/chunks/{cruise-canvas.c1a7bc9f.js.map → cruise-canvas.bfae3138.js.map} +1 -1
- package/dist/chunks/main.e666b2e6.js +2 -0
- package/dist/chunks/main.e666b2e6.js.map +1 -0
- package/dist/examples.json +18 -18
- package/dist/index.9e75c766.js +2 -0
- package/dist/index.9e75c766.js.map +1 -0
- package/dist/manifest.json +198 -198
- package/dist/types.json +1090 -1090
- package/dist-types/cruise-canvas/ToolCallDetail/ToolCallDetailDrawer.d.ts +5 -0
- package/dist-types/cruise-canvas/ToolCallDetail/i18n.d.ts +17 -0
- package/dist-types/cruise-canvas/i18n.d.ts +0 -3
- package/package.json +2 -2
- package/dist/chunks/1480.a7ffdf61.js +0 -2
- package/dist/chunks/1480.a7ffdf61.js.map +0 -1
- package/dist/chunks/2232.06e10f13.js +0 -2
- package/dist/chunks/2232.06e10f13.js.map +0 -1
- package/dist/chunks/5712.6b8e0a77.js +0 -2
- package/dist/chunks/5712.6b8e0a77.js.map +0 -1
- package/dist/chunks/9164.34a6f72c.js +0 -2
- package/dist/chunks/cruise-canvas.c1a7bc9f.js +0 -2
- package/dist/chunks/main.08d6c690.js +0 -2
- package/dist/chunks/main.08d6c690.js.map +0 -1
- package/dist/index.c67576ad.js +0 -2
- package/dist/index.c67576ad.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,17 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.home-container": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "sticky",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "keyword",
|
|
8
|
-
"value": "boolean"
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"events": [],
|
|
13
|
-
"methods": []
|
|
14
|
-
},
|
|
15
2
|
"ai-portal.stat-with-mini-chart": {
|
|
16
3
|
"properties": [
|
|
17
4
|
{
|
|
@@ -116,6 +103,19 @@
|
|
|
116
103
|
"events": [],
|
|
117
104
|
"methods": []
|
|
118
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
|
+
},
|
|
119
119
|
"ai-portal.icon-button": {
|
|
120
120
|
"properties": [
|
|
121
121
|
{
|
|
@@ -1628,6 +1628,77 @@
|
|
|
1628
1628
|
}
|
|
1629
1629
|
]
|
|
1630
1630
|
},
|
|
1631
|
+
"ai-portal.tab-list": {
|
|
1632
|
+
"properties": [
|
|
1633
|
+
{
|
|
1634
|
+
"name": "tabs",
|
|
1635
|
+
"annotation": {
|
|
1636
|
+
"type": "array",
|
|
1637
|
+
"elementType": {
|
|
1638
|
+
"type": "reference",
|
|
1639
|
+
"typeName": {
|
|
1640
|
+
"type": "identifier",
|
|
1641
|
+
"name": "Tab"
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "activeTab",
|
|
1648
|
+
"annotation": {
|
|
1649
|
+
"type": "keyword",
|
|
1650
|
+
"value": "string"
|
|
1651
|
+
}
|
|
1652
|
+
}
|
|
1653
|
+
],
|
|
1654
|
+
"events": [
|
|
1655
|
+
{
|
|
1656
|
+
"name": "tab.click",
|
|
1657
|
+
"detail": {
|
|
1658
|
+
"annotation": {
|
|
1659
|
+
"type": "reference",
|
|
1660
|
+
"typeName": {
|
|
1661
|
+
"type": "identifier",
|
|
1662
|
+
"name": "Tab"
|
|
1663
|
+
}
|
|
1664
|
+
}
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
],
|
|
1668
|
+
"methods": [],
|
|
1669
|
+
"types": [
|
|
1670
|
+
{
|
|
1671
|
+
"type": "interface",
|
|
1672
|
+
"name": "Tab",
|
|
1673
|
+
"body": [
|
|
1674
|
+
{
|
|
1675
|
+
"type": "propertySignature",
|
|
1676
|
+
"key": {
|
|
1677
|
+
"type": "identifier",
|
|
1678
|
+
"name": "id"
|
|
1679
|
+
},
|
|
1680
|
+
"annotation": {
|
|
1681
|
+
"type": "keyword",
|
|
1682
|
+
"value": "string"
|
|
1683
|
+
},
|
|
1684
|
+
"computed": false
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"type": "propertySignature",
|
|
1688
|
+
"key": {
|
|
1689
|
+
"type": "identifier",
|
|
1690
|
+
"name": "label"
|
|
1691
|
+
},
|
|
1692
|
+
"annotation": {
|
|
1693
|
+
"type": "keyword",
|
|
1694
|
+
"value": "string"
|
|
1695
|
+
},
|
|
1696
|
+
"computed": false
|
|
1697
|
+
}
|
|
1698
|
+
]
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1631
1702
|
"ai-portal.page-container": {
|
|
1632
1703
|
"properties": [
|
|
1633
1704
|
{
|
|
@@ -1736,77 +1807,6 @@
|
|
|
1736
1807
|
}
|
|
1737
1808
|
]
|
|
1738
1809
|
},
|
|
1739
|
-
"ai-portal.tab-list": {
|
|
1740
|
-
"properties": [
|
|
1741
|
-
{
|
|
1742
|
-
"name": "tabs",
|
|
1743
|
-
"annotation": {
|
|
1744
|
-
"type": "array",
|
|
1745
|
-
"elementType": {
|
|
1746
|
-
"type": "reference",
|
|
1747
|
-
"typeName": {
|
|
1748
|
-
"type": "identifier",
|
|
1749
|
-
"name": "Tab"
|
|
1750
|
-
}
|
|
1751
|
-
}
|
|
1752
|
-
}
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"name": "activeTab",
|
|
1756
|
-
"annotation": {
|
|
1757
|
-
"type": "keyword",
|
|
1758
|
-
"value": "string"
|
|
1759
|
-
}
|
|
1760
|
-
}
|
|
1761
|
-
],
|
|
1762
|
-
"events": [
|
|
1763
|
-
{
|
|
1764
|
-
"name": "tab.click",
|
|
1765
|
-
"detail": {
|
|
1766
|
-
"annotation": {
|
|
1767
|
-
"type": "reference",
|
|
1768
|
-
"typeName": {
|
|
1769
|
-
"type": "identifier",
|
|
1770
|
-
"name": "Tab"
|
|
1771
|
-
}
|
|
1772
|
-
}
|
|
1773
|
-
}
|
|
1774
|
-
}
|
|
1775
|
-
],
|
|
1776
|
-
"methods": [],
|
|
1777
|
-
"types": [
|
|
1778
|
-
{
|
|
1779
|
-
"type": "interface",
|
|
1780
|
-
"name": "Tab",
|
|
1781
|
-
"body": [
|
|
1782
|
-
{
|
|
1783
|
-
"type": "propertySignature",
|
|
1784
|
-
"key": {
|
|
1785
|
-
"type": "identifier",
|
|
1786
|
-
"name": "id"
|
|
1787
|
-
},
|
|
1788
|
-
"annotation": {
|
|
1789
|
-
"type": "keyword",
|
|
1790
|
-
"value": "string"
|
|
1791
|
-
},
|
|
1792
|
-
"computed": false
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
"type": "propertySignature",
|
|
1796
|
-
"key": {
|
|
1797
|
-
"type": "identifier",
|
|
1798
|
-
"name": "label"
|
|
1799
|
-
},
|
|
1800
|
-
"annotation": {
|
|
1801
|
-
"type": "keyword",
|
|
1802
|
-
"value": "string"
|
|
1803
|
-
},
|
|
1804
|
-
"computed": false
|
|
1805
|
-
}
|
|
1806
|
-
]
|
|
1807
|
-
}
|
|
1808
|
-
]
|
|
1809
|
-
},
|
|
1810
1810
|
"ai-portal.elevo-logo": {
|
|
1811
1811
|
"properties": [],
|
|
1812
1812
|
"events": [],
|
|
@@ -2571,6 +2571,26 @@
|
|
|
2571
2571
|
}
|
|
2572
2572
|
]
|
|
2573
2573
|
},
|
|
2574
|
+
"ai-portal.preview-container": {
|
|
2575
|
+
"properties": [
|
|
2576
|
+
{
|
|
2577
|
+
"name": "source",
|
|
2578
|
+
"annotation": {
|
|
2579
|
+
"type": "keyword",
|
|
2580
|
+
"value": "string"
|
|
2581
|
+
}
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"name": "url",
|
|
2585
|
+
"annotation": {
|
|
2586
|
+
"type": "keyword",
|
|
2587
|
+
"value": "string"
|
|
2588
|
+
}
|
|
2589
|
+
}
|
|
2590
|
+
],
|
|
2591
|
+
"events": [],
|
|
2592
|
+
"methods": []
|
|
2593
|
+
},
|
|
2574
2594
|
"ai-portal.dropdown-select": {
|
|
2575
2595
|
"properties": [
|
|
2576
2596
|
{
|
|
@@ -2740,26 +2760,6 @@
|
|
|
2740
2760
|
}
|
|
2741
2761
|
]
|
|
2742
2762
|
},
|
|
2743
|
-
"ai-portal.preview-container": {
|
|
2744
|
-
"properties": [
|
|
2745
|
-
{
|
|
2746
|
-
"name": "source",
|
|
2747
|
-
"annotation": {
|
|
2748
|
-
"type": "keyword",
|
|
2749
|
-
"value": "string"
|
|
2750
|
-
}
|
|
2751
|
-
},
|
|
2752
|
-
{
|
|
2753
|
-
"name": "url",
|
|
2754
|
-
"annotation": {
|
|
2755
|
-
"type": "keyword",
|
|
2756
|
-
"value": "string"
|
|
2757
|
-
}
|
|
2758
|
-
}
|
|
2759
|
-
],
|
|
2760
|
-
"events": [],
|
|
2761
|
-
"methods": []
|
|
2762
|
-
},
|
|
2763
2763
|
"ai-portal.action-buttons": {
|
|
2764
2764
|
"properties": [
|
|
2765
2765
|
{
|
|
@@ -2878,7 +2878,7 @@
|
|
|
2878
2878
|
}
|
|
2879
2879
|
]
|
|
2880
2880
|
},
|
|
2881
|
-
"ai-portal.
|
|
2881
|
+
"ai-portal.activity-timeline": {
|
|
2882
2882
|
"properties": [
|
|
2883
2883
|
{
|
|
2884
2884
|
"name": "list",
|
|
@@ -2888,248 +2888,22 @@
|
|
|
2888
2888
|
"type": "reference",
|
|
2889
2889
|
"typeName": {
|
|
2890
2890
|
"type": "identifier",
|
|
2891
|
-
"name": "
|
|
2891
|
+
"name": "Activity"
|
|
2892
2892
|
}
|
|
2893
2893
|
}
|
|
2894
2894
|
}
|
|
2895
2895
|
},
|
|
2896
2896
|
{
|
|
2897
|
-
"name": "
|
|
2897
|
+
"name": "chatUrlTemplate",
|
|
2898
2898
|
"annotation": {
|
|
2899
2899
|
"type": "keyword",
|
|
2900
2900
|
"value": "string"
|
|
2901
2901
|
}
|
|
2902
|
-
},
|
|
2903
|
-
{
|
|
2904
|
-
"name": "actions",
|
|
2905
|
-
"annotation": {
|
|
2906
|
-
"type": "array",
|
|
2907
|
-
"elementType": {
|
|
2908
|
-
"type": "reference",
|
|
2909
|
-
"typeName": {
|
|
2910
|
-
"type": "identifier",
|
|
2911
|
-
"name": "ActionType"
|
|
2912
|
-
}
|
|
2913
|
-
}
|
|
2914
|
-
}
|
|
2915
|
-
},
|
|
2916
|
-
{
|
|
2917
|
-
"name": "goals",
|
|
2918
|
-
"annotation": {
|
|
2919
|
-
"type": "array",
|
|
2920
|
-
"elementType": {
|
|
2921
|
-
"type": "reference",
|
|
2922
|
-
"typeName": {
|
|
2923
|
-
"type": "identifier",
|
|
2924
|
-
"name": "Goal"
|
|
2925
|
-
}
|
|
2926
|
-
}
|
|
2927
|
-
}
|
|
2928
2902
|
}
|
|
2929
2903
|
],
|
|
2930
|
-
"events": [
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
"detail": {
|
|
2934
|
-
"annotation": {
|
|
2935
|
-
"type": "reference",
|
|
2936
|
-
"typeName": {
|
|
2937
|
-
"type": "identifier",
|
|
2938
|
-
"name": "Conversation"
|
|
2939
|
-
}
|
|
2940
|
-
}
|
|
2941
|
-
}
|
|
2942
|
-
},
|
|
2943
|
-
{
|
|
2944
|
-
"name": "action.click",
|
|
2945
|
-
"detail": {
|
|
2946
|
-
"annotation": {
|
|
2947
|
-
"type": "reference",
|
|
2948
|
-
"typeName": {
|
|
2949
|
-
"type": "identifier",
|
|
2950
|
-
"name": "ActionClickDetail"
|
|
2951
|
-
}
|
|
2952
|
-
}
|
|
2953
|
-
}
|
|
2954
|
-
}
|
|
2955
|
-
],
|
|
2956
|
-
"methods": [],
|
|
2957
|
-
"types": [
|
|
2958
|
-
{
|
|
2959
|
-
"type": "interface",
|
|
2960
|
-
"name": "Conversation",
|
|
2961
|
-
"body": [
|
|
2962
|
-
{
|
|
2963
|
-
"type": "propertySignature",
|
|
2964
|
-
"key": {
|
|
2965
|
-
"type": "identifier",
|
|
2966
|
-
"name": "conversationId"
|
|
2967
|
-
},
|
|
2968
|
-
"annotation": {
|
|
2969
|
-
"type": "keyword",
|
|
2970
|
-
"value": "string"
|
|
2971
|
-
},
|
|
2972
|
-
"computed": false
|
|
2973
|
-
},
|
|
2974
|
-
{
|
|
2975
|
-
"type": "propertySignature",
|
|
2976
|
-
"key": {
|
|
2977
|
-
"type": "identifier",
|
|
2978
|
-
"name": "title"
|
|
2979
|
-
},
|
|
2980
|
-
"annotation": {
|
|
2981
|
-
"type": "keyword",
|
|
2982
|
-
"value": "string"
|
|
2983
|
-
},
|
|
2984
|
-
"computed": false
|
|
2985
|
-
},
|
|
2986
|
-
{
|
|
2987
|
-
"type": "propertySignature",
|
|
2988
|
-
"key": {
|
|
2989
|
-
"type": "identifier",
|
|
2990
|
-
"name": "startTime"
|
|
2991
|
-
},
|
|
2992
|
-
"annotation": {
|
|
2993
|
-
"type": "keyword",
|
|
2994
|
-
"value": "number"
|
|
2995
|
-
},
|
|
2996
|
-
"computed": false
|
|
2997
|
-
},
|
|
2998
|
-
{
|
|
2999
|
-
"type": "propertySignature",
|
|
3000
|
-
"key": {
|
|
3001
|
-
"type": "identifier",
|
|
3002
|
-
"name": "description"
|
|
3003
|
-
},
|
|
3004
|
-
"annotation": {
|
|
3005
|
-
"type": "keyword",
|
|
3006
|
-
"value": "string"
|
|
3007
|
-
},
|
|
3008
|
-
"optional": true,
|
|
3009
|
-
"computed": false
|
|
3010
|
-
},
|
|
3011
|
-
{
|
|
3012
|
-
"type": "propertySignature",
|
|
3013
|
-
"key": {
|
|
3014
|
-
"type": "identifier",
|
|
3015
|
-
"name": "goalInstanceId"
|
|
3016
|
-
},
|
|
3017
|
-
"annotation": {
|
|
3018
|
-
"type": "keyword",
|
|
3019
|
-
"value": "string"
|
|
3020
|
-
},
|
|
3021
|
-
"optional": true,
|
|
3022
|
-
"computed": false
|
|
3023
|
-
},
|
|
3024
|
-
{
|
|
3025
|
-
"type": "propertySignature",
|
|
3026
|
-
"key": {
|
|
3027
|
-
"type": "identifier",
|
|
3028
|
-
"name": "username"
|
|
3029
|
-
},
|
|
3030
|
-
"annotation": {
|
|
3031
|
-
"type": "keyword",
|
|
3032
|
-
"value": "string"
|
|
3033
|
-
},
|
|
3034
|
-
"optional": true,
|
|
3035
|
-
"computed": false
|
|
3036
|
-
}
|
|
3037
|
-
]
|
|
3038
|
-
},
|
|
3039
|
-
{
|
|
3040
|
-
"type": "interface",
|
|
3041
|
-
"name": "Goal",
|
|
3042
|
-
"body": [
|
|
3043
|
-
{
|
|
3044
|
-
"type": "propertySignature",
|
|
3045
|
-
"key": {
|
|
3046
|
-
"type": "identifier",
|
|
3047
|
-
"name": "instanceId"
|
|
3048
|
-
},
|
|
3049
|
-
"annotation": {
|
|
3050
|
-
"type": "keyword",
|
|
3051
|
-
"value": "string"
|
|
3052
|
-
},
|
|
3053
|
-
"computed": false
|
|
3054
|
-
},
|
|
3055
|
-
{
|
|
3056
|
-
"type": "propertySignature",
|
|
3057
|
-
"key": {
|
|
3058
|
-
"type": "identifier",
|
|
3059
|
-
"name": "title"
|
|
3060
|
-
},
|
|
3061
|
-
"annotation": {
|
|
3062
|
-
"type": "keyword",
|
|
3063
|
-
"value": "string"
|
|
3064
|
-
},
|
|
3065
|
-
"computed": false
|
|
3066
|
-
}
|
|
3067
|
-
]
|
|
3068
|
-
},
|
|
3069
|
-
{
|
|
3070
|
-
"type": "interface",
|
|
3071
|
-
"name": "ActionClickDetail",
|
|
3072
|
-
"body": [
|
|
3073
|
-
{
|
|
3074
|
-
"type": "propertySignature",
|
|
3075
|
-
"key": {
|
|
3076
|
-
"type": "identifier",
|
|
3077
|
-
"name": "action"
|
|
3078
|
-
},
|
|
3079
|
-
"annotation": {
|
|
3080
|
-
"type": "reference",
|
|
3081
|
-
"typeName": {
|
|
3082
|
-
"type": "identifier",
|
|
3083
|
-
"name": "SimpleActionType"
|
|
3084
|
-
}
|
|
3085
|
-
},
|
|
3086
|
-
"computed": false
|
|
3087
|
-
},
|
|
3088
|
-
{
|
|
3089
|
-
"type": "propertySignature",
|
|
3090
|
-
"key": {
|
|
3091
|
-
"type": "identifier",
|
|
3092
|
-
"name": "item"
|
|
3093
|
-
},
|
|
3094
|
-
"annotation": {
|
|
3095
|
-
"type": "reference",
|
|
3096
|
-
"typeName": {
|
|
3097
|
-
"type": "identifier",
|
|
3098
|
-
"name": "Conversation"
|
|
3099
|
-
}
|
|
3100
|
-
},
|
|
3101
|
-
"computed": false
|
|
3102
|
-
}
|
|
3103
|
-
]
|
|
3104
|
-
}
|
|
3105
|
-
]
|
|
3106
|
-
},
|
|
3107
|
-
"ai-portal.activity-timeline": {
|
|
3108
|
-
"properties": [
|
|
3109
|
-
{
|
|
3110
|
-
"name": "list",
|
|
3111
|
-
"annotation": {
|
|
3112
|
-
"type": "array",
|
|
3113
|
-
"elementType": {
|
|
3114
|
-
"type": "reference",
|
|
3115
|
-
"typeName": {
|
|
3116
|
-
"type": "identifier",
|
|
3117
|
-
"name": "Activity"
|
|
3118
|
-
}
|
|
3119
|
-
}
|
|
3120
|
-
}
|
|
3121
|
-
},
|
|
3122
|
-
{
|
|
3123
|
-
"name": "chatUrlTemplate",
|
|
3124
|
-
"annotation": {
|
|
3125
|
-
"type": "keyword",
|
|
3126
|
-
"value": "string"
|
|
3127
|
-
}
|
|
3128
|
-
}
|
|
3129
|
-
],
|
|
3130
|
-
"events": [],
|
|
3131
|
-
"methods": [],
|
|
3132
|
-
"types": [
|
|
2904
|
+
"events": [],
|
|
2905
|
+
"methods": [],
|
|
2906
|
+
"types": [
|
|
3133
2907
|
{
|
|
3134
2908
|
"type": "typeAlias",
|
|
3135
2909
|
"name": "Activity",
|
|
@@ -4078,124 +3852,77 @@
|
|
|
4078
3852
|
}
|
|
4079
3853
|
]
|
|
4080
3854
|
},
|
|
4081
|
-
"ai-portal.
|
|
3855
|
+
"ai-portal.project-conversations": {
|
|
4082
3856
|
"properties": [
|
|
4083
3857
|
{
|
|
4084
|
-
"name": "
|
|
4085
|
-
"annotation": {
|
|
4086
|
-
"type": "keyword",
|
|
4087
|
-
"value": "string"
|
|
4088
|
-
}
|
|
4089
|
-
},
|
|
4090
|
-
{
|
|
4091
|
-
"name": "autoFocus",
|
|
4092
|
-
"annotation": {
|
|
4093
|
-
"type": "keyword",
|
|
4094
|
-
"value": "boolean"
|
|
4095
|
-
}
|
|
4096
|
-
},
|
|
4097
|
-
{
|
|
4098
|
-
"name": "submitDisabled",
|
|
4099
|
-
"annotation": {
|
|
4100
|
-
"type": "keyword",
|
|
4101
|
-
"value": "boolean"
|
|
4102
|
-
}
|
|
4103
|
-
},
|
|
4104
|
-
{
|
|
4105
|
-
"name": "supportsTerminate",
|
|
3858
|
+
"name": "list",
|
|
4106
3859
|
"annotation": {
|
|
4107
|
-
"type": "
|
|
4108
|
-
"
|
|
3860
|
+
"type": "array",
|
|
3861
|
+
"elementType": {
|
|
3862
|
+
"type": "reference",
|
|
3863
|
+
"typeName": {
|
|
3864
|
+
"type": "identifier",
|
|
3865
|
+
"name": "Conversation"
|
|
3866
|
+
}
|
|
3867
|
+
}
|
|
4109
3868
|
}
|
|
4110
3869
|
},
|
|
4111
3870
|
{
|
|
4112
|
-
"name": "
|
|
3871
|
+
"name": "urlTemplate",
|
|
4113
3872
|
"annotation": {
|
|
4114
3873
|
"type": "keyword",
|
|
4115
|
-
"value": "
|
|
4116
|
-
}
|
|
4117
|
-
},
|
|
4118
|
-
{
|
|
4119
|
-
"name": "uploadOptions",
|
|
4120
|
-
"annotation": {
|
|
4121
|
-
"type": "reference",
|
|
4122
|
-
"typeName": {
|
|
4123
|
-
"type": "identifier",
|
|
4124
|
-
"name": "UploadOptions"
|
|
4125
|
-
}
|
|
3874
|
+
"value": "string"
|
|
4126
3875
|
}
|
|
4127
3876
|
},
|
|
4128
3877
|
{
|
|
4129
|
-
"name": "
|
|
3878
|
+
"name": "actions",
|
|
4130
3879
|
"annotation": {
|
|
4131
3880
|
"type": "array",
|
|
4132
3881
|
"elementType": {
|
|
4133
3882
|
"type": "reference",
|
|
4134
3883
|
"typeName": {
|
|
4135
3884
|
"type": "identifier",
|
|
4136
|
-
"name": "
|
|
3885
|
+
"name": "ActionType"
|
|
4137
3886
|
}
|
|
4138
3887
|
}
|
|
4139
3888
|
}
|
|
4140
3889
|
},
|
|
4141
3890
|
{
|
|
4142
|
-
"name": "
|
|
3891
|
+
"name": "goals",
|
|
4143
3892
|
"annotation": {
|
|
4144
3893
|
"type": "array",
|
|
4145
3894
|
"elementType": {
|
|
4146
3895
|
"type": "reference",
|
|
4147
3896
|
"typeName": {
|
|
4148
3897
|
"type": "identifier",
|
|
4149
|
-
"name": "
|
|
3898
|
+
"name": "Goal"
|
|
4150
3899
|
}
|
|
4151
3900
|
}
|
|
4152
3901
|
}
|
|
4153
|
-
}
|
|
3902
|
+
}
|
|
3903
|
+
],
|
|
3904
|
+
"events": [
|
|
4154
3905
|
{
|
|
4155
|
-
"name": "
|
|
4156
|
-
"annotation": {
|
|
4157
|
-
"type": "union",
|
|
4158
|
-
"types": [
|
|
4159
|
-
{
|
|
4160
|
-
"type": "jsLiteral",
|
|
4161
|
-
"value": "top"
|
|
4162
|
-
},
|
|
4163
|
-
{
|
|
4164
|
-
"type": "jsLiteral",
|
|
4165
|
-
"value": "bottom"
|
|
4166
|
-
}
|
|
4167
|
-
]
|
|
4168
|
-
}
|
|
4169
|
-
}
|
|
4170
|
-
],
|
|
4171
|
-
"events": [
|
|
4172
|
-
{
|
|
4173
|
-
"name": "message.submit",
|
|
4174
|
-
"detail": {
|
|
4175
|
-
"annotation": {
|
|
4176
|
-
"type": "keyword",
|
|
4177
|
-
"value": "string"
|
|
4178
|
-
}
|
|
4179
|
-
}
|
|
4180
|
-
},
|
|
4181
|
-
{
|
|
4182
|
-
"name": "chat.submit",
|
|
3906
|
+
"name": "goal.click",
|
|
4183
3907
|
"detail": {
|
|
4184
3908
|
"annotation": {
|
|
4185
3909
|
"type": "reference",
|
|
4186
3910
|
"typeName": {
|
|
4187
3911
|
"type": "identifier",
|
|
4188
|
-
"name": "
|
|
3912
|
+
"name": "Conversation"
|
|
4189
3913
|
}
|
|
4190
3914
|
}
|
|
4191
3915
|
}
|
|
4192
3916
|
},
|
|
4193
3917
|
{
|
|
4194
|
-
"name": "
|
|
3918
|
+
"name": "action.click",
|
|
4195
3919
|
"detail": {
|
|
4196
3920
|
"annotation": {
|
|
4197
|
-
"type": "
|
|
4198
|
-
"
|
|
3921
|
+
"type": "reference",
|
|
3922
|
+
"typeName": {
|
|
3923
|
+
"type": "identifier",
|
|
3924
|
+
"name": "ActionClickDetail"
|
|
3925
|
+
}
|
|
4199
3926
|
}
|
|
4200
3927
|
}
|
|
4201
3928
|
}
|
|
@@ -4204,92 +3931,62 @@
|
|
|
4204
3931
|
"types": [
|
|
4205
3932
|
{
|
|
4206
3933
|
"type": "interface",
|
|
4207
|
-
"name": "
|
|
3934
|
+
"name": "Conversation",
|
|
4208
3935
|
"body": [
|
|
4209
3936
|
{
|
|
4210
3937
|
"type": "propertySignature",
|
|
4211
3938
|
"key": {
|
|
4212
3939
|
"type": "identifier",
|
|
4213
|
-
"name": "
|
|
4214
|
-
},
|
|
4215
|
-
"annotation": {
|
|
4216
|
-
"type": "keyword",
|
|
4217
|
-
"value": "boolean"
|
|
4218
|
-
},
|
|
4219
|
-
"optional": true,
|
|
4220
|
-
"computed": false
|
|
4221
|
-
},
|
|
4222
|
-
{
|
|
4223
|
-
"type": "propertySignature",
|
|
4224
|
-
"key": {
|
|
4225
|
-
"type": "identifier",
|
|
4226
|
-
"name": "dragDisabled"
|
|
4227
|
-
},
|
|
4228
|
-
"annotation": {
|
|
4229
|
-
"type": "keyword",
|
|
4230
|
-
"value": "boolean"
|
|
4231
|
-
},
|
|
4232
|
-
"optional": true,
|
|
4233
|
-
"computed": false
|
|
4234
|
-
},
|
|
4235
|
-
{
|
|
4236
|
-
"type": "propertySignature",
|
|
4237
|
-
"key": {
|
|
4238
|
-
"type": "identifier",
|
|
4239
|
-
"name": "dragTips"
|
|
3940
|
+
"name": "conversationId"
|
|
4240
3941
|
},
|
|
4241
3942
|
"annotation": {
|
|
4242
3943
|
"type": "keyword",
|
|
4243
3944
|
"value": "string"
|
|
4244
3945
|
},
|
|
4245
|
-
"optional": true,
|
|
4246
3946
|
"computed": false
|
|
4247
3947
|
},
|
|
4248
3948
|
{
|
|
4249
3949
|
"type": "propertySignature",
|
|
4250
3950
|
"key": {
|
|
4251
3951
|
"type": "identifier",
|
|
4252
|
-
"name": "
|
|
3952
|
+
"name": "title"
|
|
4253
3953
|
},
|
|
4254
3954
|
"annotation": {
|
|
4255
3955
|
"type": "keyword",
|
|
4256
3956
|
"value": "string"
|
|
4257
3957
|
},
|
|
4258
|
-
"optional": true,
|
|
4259
3958
|
"computed": false
|
|
4260
3959
|
},
|
|
4261
3960
|
{
|
|
4262
3961
|
"type": "propertySignature",
|
|
4263
3962
|
"key": {
|
|
4264
3963
|
"type": "identifier",
|
|
4265
|
-
"name": "
|
|
3964
|
+
"name": "startTime"
|
|
4266
3965
|
},
|
|
4267
3966
|
"annotation": {
|
|
4268
3967
|
"type": "keyword",
|
|
4269
3968
|
"value": "number"
|
|
4270
3969
|
},
|
|
4271
|
-
"optional": true,
|
|
4272
3970
|
"computed": false
|
|
4273
3971
|
},
|
|
4274
3972
|
{
|
|
4275
3973
|
"type": "propertySignature",
|
|
4276
3974
|
"key": {
|
|
4277
3975
|
"type": "identifier",
|
|
4278
|
-
"name": "
|
|
3976
|
+
"name": "description"
|
|
4279
3977
|
},
|
|
4280
3978
|
"annotation": {
|
|
4281
3979
|
"type": "keyword",
|
|
4282
|
-
"value": "
|
|
3980
|
+
"value": "string"
|
|
4283
3981
|
},
|
|
4284
3982
|
"optional": true,
|
|
4285
|
-
"computed": false
|
|
4286
|
-
"description": "In bytes"
|
|
3983
|
+
"computed": false
|
|
4287
3984
|
},
|
|
4288
3985
|
{
|
|
4289
3986
|
"type": "propertySignature",
|
|
4290
3987
|
"key": {
|
|
4291
3988
|
"type": "identifier",
|
|
4292
|
-
"name": "
|
|
3989
|
+
"name": "goalInstanceId"
|
|
4293
3990
|
},
|
|
4294
3991
|
"annotation": {
|
|
4295
3992
|
"type": "keyword",
|
|
@@ -4302,7 +3999,7 @@
|
|
|
4302
3999
|
"type": "propertySignature",
|
|
4303
4000
|
"key": {
|
|
4304
4001
|
"type": "identifier",
|
|
4305
|
-
"name": "
|
|
4002
|
+
"name": "username"
|
|
4306
4003
|
},
|
|
4307
4004
|
"annotation": {
|
|
4308
4005
|
"type": "keyword",
|
|
@@ -4315,13 +4012,13 @@
|
|
|
4315
4012
|
},
|
|
4316
4013
|
{
|
|
4317
4014
|
"type": "interface",
|
|
4318
|
-
"name": "
|
|
4015
|
+
"name": "Goal",
|
|
4319
4016
|
"body": [
|
|
4320
4017
|
{
|
|
4321
4018
|
"type": "propertySignature",
|
|
4322
4019
|
"key": {
|
|
4323
4020
|
"type": "identifier",
|
|
4324
|
-
"name": "
|
|
4021
|
+
"name": "instanceId"
|
|
4325
4022
|
},
|
|
4326
4023
|
"annotation": {
|
|
4327
4024
|
"type": "keyword",
|
|
@@ -4333,7 +4030,7 @@
|
|
|
4333
4030
|
"type": "propertySignature",
|
|
4334
4031
|
"key": {
|
|
4335
4032
|
"type": "identifier",
|
|
4336
|
-
"name": "
|
|
4033
|
+
"name": "title"
|
|
4337
4034
|
},
|
|
4338
4035
|
"annotation": {
|
|
4339
4036
|
"type": "keyword",
|
|
@@ -4345,229 +4042,57 @@
|
|
|
4345
4042
|
},
|
|
4346
4043
|
{
|
|
4347
4044
|
"type": "interface",
|
|
4348
|
-
"name": "
|
|
4045
|
+
"name": "ActionClickDetail",
|
|
4349
4046
|
"body": [
|
|
4350
4047
|
{
|
|
4351
4048
|
"type": "propertySignature",
|
|
4352
4049
|
"key": {
|
|
4353
4050
|
"type": "identifier",
|
|
4354
|
-
"name": "
|
|
4355
|
-
},
|
|
4356
|
-
"annotation": {
|
|
4357
|
-
"type": "keyword",
|
|
4358
|
-
"value": "string"
|
|
4359
|
-
},
|
|
4360
|
-
"computed": false
|
|
4361
|
-
},
|
|
4362
|
-
{
|
|
4363
|
-
"type": "propertySignature",
|
|
4364
|
-
"key": {
|
|
4365
|
-
"type": "identifier",
|
|
4366
|
-
"name": "value"
|
|
4367
|
-
},
|
|
4368
|
-
"annotation": {
|
|
4369
|
-
"type": "keyword",
|
|
4370
|
-
"value": "string"
|
|
4371
|
-
},
|
|
4372
|
-
"computed": false
|
|
4373
|
-
},
|
|
4374
|
-
{
|
|
4375
|
-
"type": "propertySignature",
|
|
4376
|
-
"key": {
|
|
4377
|
-
"type": "identifier",
|
|
4378
|
-
"name": "groupKey"
|
|
4379
|
-
},
|
|
4380
|
-
"annotation": {
|
|
4381
|
-
"type": "keyword",
|
|
4382
|
-
"value": "string"
|
|
4383
|
-
},
|
|
4384
|
-
"optional": true,
|
|
4385
|
-
"computed": false
|
|
4386
|
-
},
|
|
4387
|
-
{
|
|
4388
|
-
"type": "propertySignature",
|
|
4389
|
-
"key": {
|
|
4390
|
-
"type": "identifier",
|
|
4391
|
-
"name": "groupLabel"
|
|
4392
|
-
},
|
|
4393
|
-
"annotation": {
|
|
4394
|
-
"type": "keyword",
|
|
4395
|
-
"value": "string"
|
|
4396
|
-
},
|
|
4397
|
-
"optional": true,
|
|
4398
|
-
"computed": false
|
|
4399
|
-
},
|
|
4400
|
-
{
|
|
4401
|
-
"type": "propertySignature",
|
|
4402
|
-
"key": {
|
|
4403
|
-
"type": "identifier",
|
|
4404
|
-
"name": "subCommands"
|
|
4051
|
+
"name": "action"
|
|
4405
4052
|
},
|
|
4406
4053
|
"annotation": {
|
|
4407
|
-
"type": "
|
|
4408
|
-
"
|
|
4409
|
-
"type": "
|
|
4410
|
-
"
|
|
4411
|
-
"type": "identifier",
|
|
4412
|
-
"name": "Command"
|
|
4413
|
-
}
|
|
4054
|
+
"type": "reference",
|
|
4055
|
+
"typeName": {
|
|
4056
|
+
"type": "identifier",
|
|
4057
|
+
"name": "SimpleActionType"
|
|
4414
4058
|
}
|
|
4415
4059
|
},
|
|
4416
|
-
"optional": true,
|
|
4417
4060
|
"computed": false
|
|
4418
4061
|
},
|
|
4419
4062
|
{
|
|
4420
4063
|
"type": "propertySignature",
|
|
4421
4064
|
"key": {
|
|
4422
4065
|
"type": "identifier",
|
|
4423
|
-
"name": "
|
|
4066
|
+
"name": "item"
|
|
4424
4067
|
},
|
|
4425
4068
|
"annotation": {
|
|
4426
4069
|
"type": "reference",
|
|
4427
4070
|
"typeName": {
|
|
4428
4071
|
"type": "identifier",
|
|
4429
|
-
"name": "
|
|
4072
|
+
"name": "Conversation"
|
|
4430
4073
|
}
|
|
4431
4074
|
},
|
|
4432
|
-
"optional": true,
|
|
4433
4075
|
"computed": false
|
|
4434
4076
|
}
|
|
4435
4077
|
]
|
|
4078
|
+
}
|
|
4079
|
+
]
|
|
4080
|
+
},
|
|
4081
|
+
"ai-portal.show-case": {
|
|
4082
|
+
"properties": [
|
|
4083
|
+
{
|
|
4084
|
+
"name": "caseTitle",
|
|
4085
|
+
"annotation": {
|
|
4086
|
+
"type": "keyword",
|
|
4087
|
+
"value": "string"
|
|
4088
|
+
}
|
|
4436
4089
|
},
|
|
4437
4090
|
{
|
|
4438
|
-
"
|
|
4439
|
-
"
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
"key": {
|
|
4444
|
-
"type": "identifier",
|
|
4445
|
-
"name": "content"
|
|
4446
|
-
},
|
|
4447
|
-
"annotation": {
|
|
4448
|
-
"type": "keyword",
|
|
4449
|
-
"value": "string"
|
|
4450
|
-
},
|
|
4451
|
-
"computed": false
|
|
4452
|
-
}
|
|
4453
|
-
],
|
|
4454
|
-
"extends": [
|
|
4455
|
-
{
|
|
4456
|
-
"type": "expressionWithTypeArguments",
|
|
4457
|
-
"expression": {
|
|
4458
|
-
"type": "identifier",
|
|
4459
|
-
"name": "ExtraChatPayload"
|
|
4460
|
-
}
|
|
4461
|
-
}
|
|
4462
|
-
]
|
|
4463
|
-
},
|
|
4464
|
-
{
|
|
4465
|
-
"type": "interface",
|
|
4466
|
-
"name": "ExtraChatPayload",
|
|
4467
|
-
"body": [
|
|
4468
|
-
{
|
|
4469
|
-
"type": "propertySignature",
|
|
4470
|
-
"key": {
|
|
4471
|
-
"type": "identifier",
|
|
4472
|
-
"name": "files"
|
|
4473
|
-
},
|
|
4474
|
-
"annotation": {
|
|
4475
|
-
"type": "array",
|
|
4476
|
-
"elementType": {
|
|
4477
|
-
"type": "reference",
|
|
4478
|
-
"typeName": {
|
|
4479
|
-
"type": "identifier",
|
|
4480
|
-
"name": "UploadFileInfo"
|
|
4481
|
-
}
|
|
4482
|
-
}
|
|
4483
|
-
},
|
|
4484
|
-
"optional": true,
|
|
4485
|
-
"computed": false
|
|
4486
|
-
},
|
|
4487
|
-
{
|
|
4488
|
-
"type": "propertySignature",
|
|
4489
|
-
"key": {
|
|
4490
|
-
"type": "identifier",
|
|
4491
|
-
"name": "cmd"
|
|
4492
|
-
},
|
|
4493
|
-
"annotation": {
|
|
4494
|
-
"type": "union",
|
|
4495
|
-
"types": [
|
|
4496
|
-
{
|
|
4497
|
-
"type": "reference",
|
|
4498
|
-
"typeName": {
|
|
4499
|
-
"type": "identifier",
|
|
4500
|
-
"name": "CommandPayload"
|
|
4501
|
-
}
|
|
4502
|
-
},
|
|
4503
|
-
{
|
|
4504
|
-
"type": "keyword",
|
|
4505
|
-
"value": "null"
|
|
4506
|
-
}
|
|
4507
|
-
]
|
|
4508
|
-
},
|
|
4509
|
-
"optional": true,
|
|
4510
|
-
"computed": false
|
|
4511
|
-
},
|
|
4512
|
-
{
|
|
4513
|
-
"type": "propertySignature",
|
|
4514
|
-
"key": {
|
|
4515
|
-
"type": "identifier",
|
|
4516
|
-
"name": "aiEmployeeId"
|
|
4517
|
-
},
|
|
4518
|
-
"annotation": {
|
|
4519
|
-
"type": "union",
|
|
4520
|
-
"types": [
|
|
4521
|
-
{
|
|
4522
|
-
"type": "keyword",
|
|
4523
|
-
"value": "string"
|
|
4524
|
-
},
|
|
4525
|
-
{
|
|
4526
|
-
"type": "keyword",
|
|
4527
|
-
"value": "null"
|
|
4528
|
-
}
|
|
4529
|
-
]
|
|
4530
|
-
},
|
|
4531
|
-
"optional": true,
|
|
4532
|
-
"computed": false
|
|
4533
|
-
}
|
|
4534
|
-
]
|
|
4535
|
-
},
|
|
4536
|
-
{
|
|
4537
|
-
"type": "interface",
|
|
4538
|
-
"name": "UploadFileInfo",
|
|
4539
|
-
"body": [
|
|
4540
|
-
{
|
|
4541
|
-
"type": "propertySignature",
|
|
4542
|
-
"key": {
|
|
4543
|
-
"type": "identifier",
|
|
4544
|
-
"name": "fileId"
|
|
4545
|
-
},
|
|
4546
|
-
"annotation": {
|
|
4547
|
-
"type": "keyword",
|
|
4548
|
-
"value": "string"
|
|
4549
|
-
},
|
|
4550
|
-
"computed": false
|
|
4551
|
-
}
|
|
4552
|
-
]
|
|
4553
|
-
}
|
|
4554
|
-
]
|
|
4555
|
-
},
|
|
4556
|
-
"ai-portal.show-case": {
|
|
4557
|
-
"properties": [
|
|
4558
|
-
{
|
|
4559
|
-
"name": "caseTitle",
|
|
4560
|
-
"annotation": {
|
|
4561
|
-
"type": "keyword",
|
|
4562
|
-
"value": "string"
|
|
4563
|
-
}
|
|
4564
|
-
},
|
|
4565
|
-
{
|
|
4566
|
-
"name": "summary",
|
|
4567
|
-
"annotation": {
|
|
4568
|
-
"type": "keyword",
|
|
4569
|
-
"value": "string"
|
|
4570
|
-
}
|
|
4091
|
+
"name": "summary",
|
|
4092
|
+
"annotation": {
|
|
4093
|
+
"type": "keyword",
|
|
4094
|
+
"value": "string"
|
|
4095
|
+
}
|
|
4571
4096
|
},
|
|
4572
4097
|
{
|
|
4573
4098
|
"name": "url",
|
|
@@ -4580,189 +4105,120 @@
|
|
|
4580
4105
|
"events": [],
|
|
4581
4106
|
"methods": []
|
|
4582
4107
|
},
|
|
4583
|
-
"ai-portal.
|
|
4108
|
+
"ai-portal.chat-input": {
|
|
4584
4109
|
"properties": [
|
|
4585
4110
|
{
|
|
4586
|
-
"name": "
|
|
4587
|
-
"annotation": {
|
|
4588
|
-
"type": "array",
|
|
4589
|
-
"elementType": {
|
|
4590
|
-
"type": "reference",
|
|
4591
|
-
"typeName": {
|
|
4592
|
-
"type": "identifier",
|
|
4593
|
-
"name": "Tab"
|
|
4594
|
-
}
|
|
4595
|
-
}
|
|
4596
|
-
}
|
|
4597
|
-
},
|
|
4598
|
-
{
|
|
4599
|
-
"name": "activeTab",
|
|
4111
|
+
"name": "placeholder",
|
|
4600
4112
|
"annotation": {
|
|
4601
4113
|
"type": "keyword",
|
|
4602
4114
|
"value": "string"
|
|
4603
4115
|
}
|
|
4604
|
-
}
|
|
4605
|
-
],
|
|
4606
|
-
"events": [
|
|
4607
|
-
{
|
|
4608
|
-
"name": "tab.click",
|
|
4609
|
-
"detail": {
|
|
4610
|
-
"annotation": {
|
|
4611
|
-
"type": "reference",
|
|
4612
|
-
"typeName": {
|
|
4613
|
-
"type": "identifier",
|
|
4614
|
-
"name": "Tab"
|
|
4615
|
-
}
|
|
4616
|
-
}
|
|
4617
|
-
}
|
|
4618
|
-
}
|
|
4619
|
-
],
|
|
4620
|
-
"methods": [],
|
|
4621
|
-
"types": [
|
|
4622
|
-
{
|
|
4623
|
-
"type": "interface",
|
|
4624
|
-
"name": "Tab",
|
|
4625
|
-
"body": [
|
|
4626
|
-
{
|
|
4627
|
-
"type": "propertySignature",
|
|
4628
|
-
"key": {
|
|
4629
|
-
"type": "identifier",
|
|
4630
|
-
"name": "id"
|
|
4631
|
-
},
|
|
4632
|
-
"annotation": {
|
|
4633
|
-
"type": "keyword",
|
|
4634
|
-
"value": "string"
|
|
4635
|
-
},
|
|
4636
|
-
"computed": false
|
|
4637
|
-
},
|
|
4638
|
-
{
|
|
4639
|
-
"type": "propertySignature",
|
|
4640
|
-
"key": {
|
|
4641
|
-
"type": "identifier",
|
|
4642
|
-
"name": "label"
|
|
4643
|
-
},
|
|
4644
|
-
"annotation": {
|
|
4645
|
-
"type": "keyword",
|
|
4646
|
-
"value": "string"
|
|
4647
|
-
},
|
|
4648
|
-
"computed": false
|
|
4649
|
-
}
|
|
4650
|
-
]
|
|
4651
|
-
}
|
|
4652
|
-
]
|
|
4653
|
-
},
|
|
4654
|
-
"ai-portal.notice-dropdown": {
|
|
4655
|
-
"properties": [
|
|
4656
|
-
{
|
|
4657
|
-
"name": "dataSource",
|
|
4658
|
-
"annotation": {
|
|
4659
|
-
"type": "array",
|
|
4660
|
-
"elementType": {
|
|
4661
|
-
"type": "reference",
|
|
4662
|
-
"typeName": {
|
|
4663
|
-
"type": "identifier",
|
|
4664
|
-
"name": "NoticeItem"
|
|
4665
|
-
}
|
|
4666
|
-
}
|
|
4667
|
-
}
|
|
4668
4116
|
},
|
|
4669
4117
|
{
|
|
4670
|
-
"name": "
|
|
4118
|
+
"name": "autoFocus",
|
|
4671
4119
|
"annotation": {
|
|
4672
|
-
"type": "
|
|
4673
|
-
"
|
|
4674
|
-
"type": "identifier",
|
|
4675
|
-
"name": "Placement"
|
|
4676
|
-
}
|
|
4120
|
+
"type": "keyword",
|
|
4121
|
+
"value": "boolean"
|
|
4677
4122
|
}
|
|
4678
4123
|
},
|
|
4679
4124
|
{
|
|
4680
|
-
"name": "
|
|
4125
|
+
"name": "submitDisabled",
|
|
4681
4126
|
"annotation": {
|
|
4682
4127
|
"type": "keyword",
|
|
4683
|
-
"value": "
|
|
4128
|
+
"value": "boolean"
|
|
4684
4129
|
}
|
|
4685
4130
|
},
|
|
4686
4131
|
{
|
|
4687
|
-
"name": "
|
|
4132
|
+
"name": "supportsTerminate",
|
|
4688
4133
|
"annotation": {
|
|
4689
4134
|
"type": "keyword",
|
|
4690
|
-
"value": "
|
|
4135
|
+
"value": "boolean"
|
|
4691
4136
|
}
|
|
4692
4137
|
},
|
|
4693
4138
|
{
|
|
4694
|
-
"name": "
|
|
4139
|
+
"name": "terminating",
|
|
4695
4140
|
"annotation": {
|
|
4696
4141
|
"type": "keyword",
|
|
4697
|
-
"value": "
|
|
4142
|
+
"value": "boolean"
|
|
4698
4143
|
}
|
|
4699
4144
|
},
|
|
4700
4145
|
{
|
|
4701
|
-
"name": "
|
|
4146
|
+
"name": "uploadOptions",
|
|
4702
4147
|
"annotation": {
|
|
4703
4148
|
"type": "reference",
|
|
4704
4149
|
"typeName": {
|
|
4705
4150
|
"type": "identifier",
|
|
4706
|
-
"name": "
|
|
4151
|
+
"name": "UploadOptions"
|
|
4707
4152
|
}
|
|
4708
4153
|
}
|
|
4709
4154
|
},
|
|
4710
4155
|
{
|
|
4711
|
-
"name": "
|
|
4156
|
+
"name": "aiEmployees",
|
|
4712
4157
|
"annotation": {
|
|
4713
|
-
"type": "
|
|
4714
|
-
"
|
|
4715
|
-
|
|
4716
|
-
|
|
4717
|
-
"
|
|
4718
|
-
|
|
4719
|
-
{
|
|
4720
|
-
"type": "keyword",
|
|
4721
|
-
"value": "number"
|
|
4158
|
+
"type": "array",
|
|
4159
|
+
"elementType": {
|
|
4160
|
+
"type": "reference",
|
|
4161
|
+
"typeName": {
|
|
4162
|
+
"type": "identifier",
|
|
4163
|
+
"name": "AIEmployee"
|
|
4722
4164
|
}
|
|
4723
|
-
|
|
4165
|
+
}
|
|
4724
4166
|
}
|
|
4725
4167
|
},
|
|
4726
4168
|
{
|
|
4727
|
-
"name": "
|
|
4169
|
+
"name": "commands",
|
|
4728
4170
|
"annotation": {
|
|
4729
|
-
"type": "
|
|
4730
|
-
"
|
|
4731
|
-
"type": "
|
|
4732
|
-
"
|
|
4733
|
-
"type": "identifier",
|
|
4734
|
-
"name": "React"
|
|
4735
|
-
},
|
|
4736
|
-
"right": {
|
|
4171
|
+
"type": "array",
|
|
4172
|
+
"elementType": {
|
|
4173
|
+
"type": "reference",
|
|
4174
|
+
"typeName": {
|
|
4737
4175
|
"type": "identifier",
|
|
4738
|
-
"name": "
|
|
4176
|
+
"name": "Command"
|
|
4739
4177
|
}
|
|
4740
4178
|
}
|
|
4741
4179
|
}
|
|
4742
4180
|
},
|
|
4743
4181
|
{
|
|
4744
|
-
"name": "
|
|
4182
|
+
"name": "suggestionsPlacement",
|
|
4745
4183
|
"annotation": {
|
|
4746
|
-
"type": "
|
|
4747
|
-
"
|
|
4184
|
+
"type": "union",
|
|
4185
|
+
"types": [
|
|
4186
|
+
{
|
|
4187
|
+
"type": "jsLiteral",
|
|
4188
|
+
"value": "top"
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"type": "jsLiteral",
|
|
4192
|
+
"value": "bottom"
|
|
4193
|
+
}
|
|
4194
|
+
]
|
|
4748
4195
|
}
|
|
4749
4196
|
}
|
|
4750
4197
|
],
|
|
4751
4198
|
"events": [
|
|
4752
4199
|
{
|
|
4753
|
-
"name": "
|
|
4200
|
+
"name": "message.submit",
|
|
4201
|
+
"detail": {
|
|
4202
|
+
"annotation": {
|
|
4203
|
+
"type": "keyword",
|
|
4204
|
+
"value": "string"
|
|
4205
|
+
}
|
|
4206
|
+
}
|
|
4207
|
+
},
|
|
4208
|
+
{
|
|
4209
|
+
"name": "chat.submit",
|
|
4754
4210
|
"detail": {
|
|
4755
4211
|
"annotation": {
|
|
4756
4212
|
"type": "reference",
|
|
4757
4213
|
"typeName": {
|
|
4758
4214
|
"type": "identifier",
|
|
4759
|
-
"name": "
|
|
4215
|
+
"name": "ChatPayload"
|
|
4760
4216
|
}
|
|
4761
4217
|
}
|
|
4762
4218
|
}
|
|
4763
4219
|
},
|
|
4764
4220
|
{
|
|
4765
|
-
"name": "
|
|
4221
|
+
"name": "terminate",
|
|
4766
4222
|
"detail": {
|
|
4767
4223
|
"annotation": {
|
|
4768
4224
|
"type": "keyword",
|
|
@@ -4775,65 +4231,69 @@
|
|
|
4775
4231
|
"types": [
|
|
4776
4232
|
{
|
|
4777
4233
|
"type": "interface",
|
|
4778
|
-
"name": "
|
|
4234
|
+
"name": "UploadOptions",
|
|
4779
4235
|
"body": [
|
|
4780
4236
|
{
|
|
4781
4237
|
"type": "propertySignature",
|
|
4782
4238
|
"key": {
|
|
4783
4239
|
"type": "identifier",
|
|
4784
|
-
"name": "
|
|
4240
|
+
"name": "enabled"
|
|
4785
4241
|
},
|
|
4786
4242
|
"annotation": {
|
|
4787
4243
|
"type": "keyword",
|
|
4788
|
-
"value": "
|
|
4244
|
+
"value": "boolean"
|
|
4789
4245
|
},
|
|
4246
|
+
"optional": true,
|
|
4790
4247
|
"computed": false
|
|
4791
4248
|
},
|
|
4792
4249
|
{
|
|
4793
4250
|
"type": "propertySignature",
|
|
4794
4251
|
"key": {
|
|
4795
4252
|
"type": "identifier",
|
|
4796
|
-
"name": "
|
|
4253
|
+
"name": "dragDisabled"
|
|
4797
4254
|
},
|
|
4798
4255
|
"annotation": {
|
|
4799
4256
|
"type": "keyword",
|
|
4800
|
-
"value": "
|
|
4257
|
+
"value": "boolean"
|
|
4801
4258
|
},
|
|
4259
|
+
"optional": true,
|
|
4802
4260
|
"computed": false
|
|
4803
4261
|
},
|
|
4804
4262
|
{
|
|
4805
4263
|
"type": "propertySignature",
|
|
4806
4264
|
"key": {
|
|
4807
4265
|
"type": "identifier",
|
|
4808
|
-
"name": "
|
|
4266
|
+
"name": "dragTips"
|
|
4809
4267
|
},
|
|
4810
4268
|
"annotation": {
|
|
4811
4269
|
"type": "keyword",
|
|
4812
|
-
"value": "
|
|
4270
|
+
"value": "string"
|
|
4813
4271
|
},
|
|
4272
|
+
"optional": true,
|
|
4814
4273
|
"computed": false
|
|
4815
4274
|
},
|
|
4816
4275
|
{
|
|
4817
4276
|
"type": "propertySignature",
|
|
4818
4277
|
"key": {
|
|
4819
4278
|
"type": "identifier",
|
|
4820
|
-
"name": "
|
|
4279
|
+
"name": "accept"
|
|
4821
4280
|
},
|
|
4822
4281
|
"annotation": {
|
|
4823
4282
|
"type": "keyword",
|
|
4824
4283
|
"value": "string"
|
|
4825
4284
|
},
|
|
4285
|
+
"optional": true,
|
|
4826
4286
|
"computed": false
|
|
4827
4287
|
},
|
|
4828
4288
|
{
|
|
4829
4289
|
"type": "propertySignature",
|
|
4830
4290
|
"key": {
|
|
4831
4291
|
"type": "identifier",
|
|
4832
|
-
"name": "
|
|
4292
|
+
"name": "maxFiles"
|
|
4833
4293
|
},
|
|
4834
4294
|
"annotation": {
|
|
4835
4295
|
"type": "keyword",
|
|
4836
|
-
"value": "
|
|
4296
|
+
"value": "number"
|
|
4837
4297
|
},
|
|
4838
4298
|
"optional": true,
|
|
4839
4299
|
"computed": false
|
|
@@ -4842,95 +4302,83 @@
|
|
|
4842
4302
|
"type": "propertySignature",
|
|
4843
4303
|
"key": {
|
|
4844
4304
|
"type": "identifier",
|
|
4845
|
-
"name": "
|
|
4305
|
+
"name": "maxSize"
|
|
4846
4306
|
},
|
|
4847
4307
|
"annotation": {
|
|
4848
4308
|
"type": "keyword",
|
|
4849
4309
|
"value": "number"
|
|
4850
4310
|
},
|
|
4851
|
-
"
|
|
4311
|
+
"optional": true,
|
|
4312
|
+
"computed": false,
|
|
4313
|
+
"description": "In bytes"
|
|
4852
4314
|
},
|
|
4853
4315
|
{
|
|
4854
4316
|
"type": "propertySignature",
|
|
4855
4317
|
"key": {
|
|
4856
4318
|
"type": "identifier",
|
|
4857
|
-
"name": "
|
|
4319
|
+
"name": "readableAccept"
|
|
4858
4320
|
},
|
|
4859
4321
|
"annotation": {
|
|
4860
4322
|
"type": "keyword",
|
|
4861
4323
|
"value": "string"
|
|
4862
4324
|
},
|
|
4863
4325
|
"optional": true,
|
|
4864
|
-
"computed": false
|
|
4865
|
-
|
|
4866
|
-
|
|
4867
|
-
|
|
4868
|
-
|
|
4869
|
-
]
|
|
4870
|
-
},
|
|
4871
|
-
"ai-portal.running-flow": {
|
|
4872
|
-
"properties": [
|
|
4873
|
-
{
|
|
4874
|
-
"name": "spec",
|
|
4875
|
-
"annotation": {
|
|
4876
|
-
"type": "array",
|
|
4877
|
-
"elementType": {
|
|
4878
|
-
"type": "reference",
|
|
4879
|
-
"typeName": {
|
|
4326
|
+
"computed": false
|
|
4327
|
+
},
|
|
4328
|
+
{
|
|
4329
|
+
"type": "propertySignature",
|
|
4330
|
+
"key": {
|
|
4880
4331
|
"type": "identifier",
|
|
4881
|
-
"name": "
|
|
4882
|
-
}
|
|
4332
|
+
"name": "readableMaxSize"
|
|
4333
|
+
},
|
|
4334
|
+
"annotation": {
|
|
4335
|
+
"type": "keyword",
|
|
4336
|
+
"value": "string"
|
|
4337
|
+
},
|
|
4338
|
+
"optional": true,
|
|
4339
|
+
"computed": false
|
|
4883
4340
|
}
|
|
4884
|
-
|
|
4341
|
+
]
|
|
4885
4342
|
},
|
|
4886
4343
|
{
|
|
4887
|
-
"
|
|
4888
|
-
"
|
|
4889
|
-
|
|
4890
|
-
|
|
4891
|
-
|
|
4344
|
+
"type": "interface",
|
|
4345
|
+
"name": "AIEmployee",
|
|
4346
|
+
"body": [
|
|
4347
|
+
{
|
|
4348
|
+
"type": "propertySignature",
|
|
4349
|
+
"key": {
|
|
4350
|
+
"type": "identifier",
|
|
4351
|
+
"name": "employeeId"
|
|
4352
|
+
},
|
|
4353
|
+
"annotation": {
|
|
4892
4354
|
"type": "keyword",
|
|
4893
4355
|
"value": "string"
|
|
4894
4356
|
},
|
|
4895
|
-
|
|
4357
|
+
"computed": false
|
|
4358
|
+
},
|
|
4359
|
+
{
|
|
4360
|
+
"type": "propertySignature",
|
|
4361
|
+
"key": {
|
|
4362
|
+
"type": "identifier",
|
|
4363
|
+
"name": "name"
|
|
4364
|
+
},
|
|
4365
|
+
"annotation": {
|
|
4896
4366
|
"type": "keyword",
|
|
4897
|
-
"value": "
|
|
4898
|
-
}
|
|
4899
|
-
|
|
4900
|
-
}
|
|
4901
|
-
}
|
|
4902
|
-
],
|
|
4903
|
-
"events": [
|
|
4904
|
-
{
|
|
4905
|
-
"name": "active.change",
|
|
4906
|
-
"detail": {
|
|
4907
|
-
"annotation": {
|
|
4908
|
-
"type": "union",
|
|
4909
|
-
"types": [
|
|
4910
|
-
{
|
|
4911
|
-
"type": "keyword",
|
|
4912
|
-
"value": "string"
|
|
4913
|
-
},
|
|
4914
|
-
{
|
|
4915
|
-
"type": "keyword",
|
|
4916
|
-
"value": "null"
|
|
4917
|
-
}
|
|
4918
|
-
]
|
|
4367
|
+
"value": "string"
|
|
4368
|
+
},
|
|
4369
|
+
"computed": false
|
|
4919
4370
|
}
|
|
4920
|
-
|
|
4921
|
-
}
|
|
4922
|
-
],
|
|
4923
|
-
"methods": [],
|
|
4924
|
-
"types": [
|
|
4371
|
+
]
|
|
4372
|
+
},
|
|
4925
4373
|
{
|
|
4926
4374
|
"type": "interface",
|
|
4927
|
-
"name": "
|
|
4375
|
+
"name": "Command",
|
|
4928
4376
|
"body": [
|
|
4929
4377
|
{
|
|
4930
4378
|
"type": "propertySignature",
|
|
4931
4379
|
"key": {
|
|
4932
4380
|
"type": "identifier",
|
|
4933
|
-
"name": "
|
|
4381
|
+
"name": "label"
|
|
4934
4382
|
},
|
|
4935
4383
|
"annotation": {
|
|
4936
4384
|
"type": "keyword",
|
|
@@ -4942,7 +4390,45 @@
|
|
|
4942
4390
|
"type": "propertySignature",
|
|
4943
4391
|
"key": {
|
|
4944
4392
|
"type": "identifier",
|
|
4945
|
-
"name": "
|
|
4393
|
+
"name": "value"
|
|
4394
|
+
},
|
|
4395
|
+
"annotation": {
|
|
4396
|
+
"type": "keyword",
|
|
4397
|
+
"value": "string"
|
|
4398
|
+
},
|
|
4399
|
+
"computed": false
|
|
4400
|
+
},
|
|
4401
|
+
{
|
|
4402
|
+
"type": "propertySignature",
|
|
4403
|
+
"key": {
|
|
4404
|
+
"type": "identifier",
|
|
4405
|
+
"name": "groupKey"
|
|
4406
|
+
},
|
|
4407
|
+
"annotation": {
|
|
4408
|
+
"type": "keyword",
|
|
4409
|
+
"value": "string"
|
|
4410
|
+
},
|
|
4411
|
+
"optional": true,
|
|
4412
|
+
"computed": false
|
|
4413
|
+
},
|
|
4414
|
+
{
|
|
4415
|
+
"type": "propertySignature",
|
|
4416
|
+
"key": {
|
|
4417
|
+
"type": "identifier",
|
|
4418
|
+
"name": "groupLabel"
|
|
4419
|
+
},
|
|
4420
|
+
"annotation": {
|
|
4421
|
+
"type": "keyword",
|
|
4422
|
+
"value": "string"
|
|
4423
|
+
},
|
|
4424
|
+
"optional": true,
|
|
4425
|
+
"computed": false
|
|
4426
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"type": "propertySignature",
|
|
4429
|
+
"key": {
|
|
4430
|
+
"type": "identifier",
|
|
4431
|
+
"name": "subCommands"
|
|
4946
4432
|
},
|
|
4947
4433
|
"annotation": {
|
|
4948
4434
|
"type": "array",
|
|
@@ -4950,40 +4436,77 @@
|
|
|
4950
4436
|
"type": "reference",
|
|
4951
4437
|
"typeName": {
|
|
4952
4438
|
"type": "identifier",
|
|
4953
|
-
"name": "
|
|
4439
|
+
"name": "Command"
|
|
4954
4440
|
}
|
|
4955
4441
|
}
|
|
4956
4442
|
},
|
|
4957
4443
|
"optional": true,
|
|
4958
4444
|
"computed": false
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"type": "propertySignature",
|
|
4448
|
+
"key": {
|
|
4449
|
+
"type": "identifier",
|
|
4450
|
+
"name": "payload"
|
|
4451
|
+
},
|
|
4452
|
+
"annotation": {
|
|
4453
|
+
"type": "reference",
|
|
4454
|
+
"typeName": {
|
|
4455
|
+
"type": "identifier",
|
|
4456
|
+
"name": "CommandPayload"
|
|
4457
|
+
}
|
|
4458
|
+
},
|
|
4459
|
+
"optional": true,
|
|
4460
|
+
"computed": false
|
|
4959
4461
|
}
|
|
4960
4462
|
]
|
|
4961
4463
|
},
|
|
4962
4464
|
{
|
|
4963
4465
|
"type": "interface",
|
|
4964
|
-
"name": "
|
|
4466
|
+
"name": "ChatPayload",
|
|
4965
4467
|
"body": [
|
|
4966
4468
|
{
|
|
4967
4469
|
"type": "propertySignature",
|
|
4968
4470
|
"key": {
|
|
4969
4471
|
"type": "identifier",
|
|
4970
|
-
"name": "
|
|
4472
|
+
"name": "content"
|
|
4971
4473
|
},
|
|
4972
4474
|
"annotation": {
|
|
4973
4475
|
"type": "keyword",
|
|
4974
4476
|
"value": "string"
|
|
4975
4477
|
},
|
|
4976
4478
|
"computed": false
|
|
4977
|
-
}
|
|
4479
|
+
}
|
|
4480
|
+
],
|
|
4481
|
+
"extends": [
|
|
4482
|
+
{
|
|
4483
|
+
"type": "expressionWithTypeArguments",
|
|
4484
|
+
"expression": {
|
|
4485
|
+
"type": "identifier",
|
|
4486
|
+
"name": "ExtraChatPayload"
|
|
4487
|
+
}
|
|
4488
|
+
}
|
|
4489
|
+
]
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"type": "interface",
|
|
4493
|
+
"name": "ExtraChatPayload",
|
|
4494
|
+
"body": [
|
|
4978
4495
|
{
|
|
4979
4496
|
"type": "propertySignature",
|
|
4980
4497
|
"key": {
|
|
4981
4498
|
"type": "identifier",
|
|
4982
|
-
"name": "
|
|
4499
|
+
"name": "files"
|
|
4983
4500
|
},
|
|
4984
4501
|
"annotation": {
|
|
4985
|
-
"type": "
|
|
4986
|
-
"
|
|
4502
|
+
"type": "array",
|
|
4503
|
+
"elementType": {
|
|
4504
|
+
"type": "reference",
|
|
4505
|
+
"typeName": {
|
|
4506
|
+
"type": "identifier",
|
|
4507
|
+
"name": "UploadFileInfo"
|
|
4508
|
+
}
|
|
4509
|
+
}
|
|
4987
4510
|
},
|
|
4988
4511
|
"optional": true,
|
|
4989
4512
|
"computed": false
|
|
@@ -4992,7 +4515,7 @@
|
|
|
4992
4515
|
"type": "propertySignature",
|
|
4993
4516
|
"key": {
|
|
4994
4517
|
"type": "identifier",
|
|
4995
|
-
"name": "
|
|
4518
|
+
"name": "cmd"
|
|
4996
4519
|
},
|
|
4997
4520
|
"annotation": {
|
|
4998
4521
|
"type": "union",
|
|
@@ -5001,15 +4524,12 @@
|
|
|
5001
4524
|
"type": "reference",
|
|
5002
4525
|
"typeName": {
|
|
5003
4526
|
"type": "identifier",
|
|
5004
|
-
"name": "
|
|
4527
|
+
"name": "CommandPayload"
|
|
5005
4528
|
}
|
|
5006
4529
|
},
|
|
5007
4530
|
{
|
|
5008
|
-
"type": "
|
|
5009
|
-
"
|
|
5010
|
-
"type": "identifier",
|
|
5011
|
-
"name": "JobState"
|
|
5012
|
-
}
|
|
4531
|
+
"type": "keyword",
|
|
4532
|
+
"value": "null"
|
|
5013
4533
|
}
|
|
5014
4534
|
]
|
|
5015
4535
|
},
|
|
@@ -5020,116 +4540,527 @@
|
|
|
5020
4540
|
"type": "propertySignature",
|
|
5021
4541
|
"key": {
|
|
5022
4542
|
"type": "identifier",
|
|
5023
|
-
"name": "
|
|
4543
|
+
"name": "aiEmployeeId"
|
|
5024
4544
|
},
|
|
5025
4545
|
"annotation": {
|
|
5026
|
-
"type": "
|
|
5027
|
-
"
|
|
4546
|
+
"type": "union",
|
|
4547
|
+
"types": [
|
|
4548
|
+
{
|
|
4549
|
+
"type": "keyword",
|
|
4550
|
+
"value": "string"
|
|
4551
|
+
},
|
|
4552
|
+
{
|
|
4553
|
+
"type": "keyword",
|
|
4554
|
+
"value": "null"
|
|
4555
|
+
}
|
|
4556
|
+
]
|
|
5028
4557
|
},
|
|
5029
4558
|
"optional": true,
|
|
5030
4559
|
"computed": false
|
|
5031
|
-
}
|
|
4560
|
+
}
|
|
4561
|
+
]
|
|
4562
|
+
},
|
|
4563
|
+
{
|
|
4564
|
+
"type": "interface",
|
|
4565
|
+
"name": "UploadFileInfo",
|
|
4566
|
+
"body": [
|
|
5032
4567
|
{
|
|
5033
4568
|
"type": "propertySignature",
|
|
5034
4569
|
"key": {
|
|
5035
4570
|
"type": "identifier",
|
|
5036
|
-
"name": "
|
|
4571
|
+
"name": "fileId"
|
|
5037
4572
|
},
|
|
5038
4573
|
"annotation": {
|
|
5039
4574
|
"type": "keyword",
|
|
5040
|
-
"value": "
|
|
4575
|
+
"value": "string"
|
|
5041
4576
|
},
|
|
5042
|
-
"optional": true,
|
|
5043
4577
|
"computed": false
|
|
5044
4578
|
}
|
|
5045
4579
|
]
|
|
5046
4580
|
}
|
|
5047
4581
|
]
|
|
5048
4582
|
},
|
|
5049
|
-
"ai-portal.
|
|
4583
|
+
"ai-portal.flow-tabs": {
|
|
5050
4584
|
"properties": [
|
|
5051
4585
|
{
|
|
5052
|
-
"name": "
|
|
4586
|
+
"name": "tabs",
|
|
5053
4587
|
"annotation": {
|
|
5054
4588
|
"type": "array",
|
|
5055
4589
|
"elementType": {
|
|
5056
4590
|
"type": "reference",
|
|
5057
4591
|
"typeName": {
|
|
5058
4592
|
"type": "identifier",
|
|
5059
|
-
"name": "
|
|
4593
|
+
"name": "Tab"
|
|
5060
4594
|
}
|
|
5061
4595
|
}
|
|
5062
4596
|
}
|
|
5063
4597
|
},
|
|
5064
4598
|
{
|
|
5065
|
-
"name": "
|
|
4599
|
+
"name": "activeTab",
|
|
5066
4600
|
"annotation": {
|
|
5067
4601
|
"type": "keyword",
|
|
5068
4602
|
"value": "string"
|
|
5069
4603
|
}
|
|
5070
|
-
}
|
|
4604
|
+
}
|
|
4605
|
+
],
|
|
4606
|
+
"events": [
|
|
5071
4607
|
{
|
|
5072
|
-
"name": "
|
|
5073
|
-
"
|
|
5074
|
-
"
|
|
5075
|
-
|
|
4608
|
+
"name": "tab.click",
|
|
4609
|
+
"detail": {
|
|
4610
|
+
"annotation": {
|
|
4611
|
+
"type": "reference",
|
|
4612
|
+
"typeName": {
|
|
4613
|
+
"type": "identifier",
|
|
4614
|
+
"name": "Tab"
|
|
4615
|
+
}
|
|
4616
|
+
}
|
|
5076
4617
|
}
|
|
5077
|
-
}
|
|
4618
|
+
}
|
|
4619
|
+
],
|
|
4620
|
+
"methods": [],
|
|
4621
|
+
"types": [
|
|
5078
4622
|
{
|
|
5079
|
-
"
|
|
5080
|
-
"
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
"type": "
|
|
5084
|
-
"
|
|
4623
|
+
"type": "interface",
|
|
4624
|
+
"name": "Tab",
|
|
4625
|
+
"body": [
|
|
4626
|
+
{
|
|
4627
|
+
"type": "propertySignature",
|
|
4628
|
+
"key": {
|
|
4629
|
+
"type": "identifier",
|
|
4630
|
+
"name": "id"
|
|
4631
|
+
},
|
|
4632
|
+
"annotation": {
|
|
4633
|
+
"type": "keyword",
|
|
4634
|
+
"value": "string"
|
|
4635
|
+
},
|
|
4636
|
+
"computed": false
|
|
4637
|
+
},
|
|
4638
|
+
{
|
|
4639
|
+
"type": "propertySignature",
|
|
4640
|
+
"key": {
|
|
4641
|
+
"type": "identifier",
|
|
4642
|
+
"name": "label"
|
|
4643
|
+
},
|
|
4644
|
+
"annotation": {
|
|
4645
|
+
"type": "keyword",
|
|
4646
|
+
"value": "string"
|
|
4647
|
+
},
|
|
4648
|
+
"computed": false
|
|
4649
|
+
}
|
|
4650
|
+
]
|
|
4651
|
+
}
|
|
4652
|
+
]
|
|
4653
|
+
},
|
|
4654
|
+
"ai-portal.stage-flow": {
|
|
4655
|
+
"properties": [
|
|
4656
|
+
{
|
|
4657
|
+
"name": "spec",
|
|
4658
|
+
"annotation": {
|
|
4659
|
+
"type": "array",
|
|
4660
|
+
"elementType": {
|
|
4661
|
+
"type": "reference",
|
|
4662
|
+
"typeName": {
|
|
4663
|
+
"type": "identifier",
|
|
4664
|
+
"name": "Stage"
|
|
4665
|
+
}
|
|
5085
4666
|
}
|
|
5086
4667
|
}
|
|
5087
4668
|
},
|
|
5088
4669
|
{
|
|
5089
|
-
"name": "
|
|
4670
|
+
"name": "aiEmployees",
|
|
5090
4671
|
"annotation": {
|
|
5091
4672
|
"type": "array",
|
|
5092
4673
|
"elementType": {
|
|
5093
|
-
"type": "
|
|
5094
|
-
"
|
|
4674
|
+
"type": "reference",
|
|
4675
|
+
"typeName": {
|
|
4676
|
+
"type": "identifier",
|
|
4677
|
+
"name": "AIEmployee"
|
|
4678
|
+
}
|
|
5095
4679
|
}
|
|
5096
4680
|
}
|
|
4681
|
+
},
|
|
4682
|
+
{
|
|
4683
|
+
"name": "readOnly",
|
|
4684
|
+
"annotation": {
|
|
4685
|
+
"type": "keyword",
|
|
4686
|
+
"value": "boolean"
|
|
4687
|
+
}
|
|
5097
4688
|
}
|
|
5098
4689
|
],
|
|
5099
4690
|
"events": [
|
|
5100
4691
|
{
|
|
5101
|
-
"name": "
|
|
4692
|
+
"name": "change",
|
|
4693
|
+
"detail": {
|
|
4694
|
+
"annotation": {
|
|
4695
|
+
"type": "array",
|
|
4696
|
+
"elementType": {
|
|
4697
|
+
"type": "reference",
|
|
4698
|
+
"typeName": {
|
|
4699
|
+
"type": "identifier",
|
|
4700
|
+
"name": "Stage"
|
|
4701
|
+
}
|
|
4702
|
+
}
|
|
4703
|
+
}
|
|
4704
|
+
}
|
|
4705
|
+
},
|
|
4706
|
+
{
|
|
4707
|
+
"name": "add.activity",
|
|
4708
|
+
"detail": {
|
|
4709
|
+
"annotation": {
|
|
4710
|
+
"type": "typeLiteral",
|
|
4711
|
+
"members": [
|
|
4712
|
+
{
|
|
4713
|
+
"type": "propertySignature",
|
|
4714
|
+
"key": {
|
|
4715
|
+
"type": "identifier",
|
|
4716
|
+
"name": "stage"
|
|
4717
|
+
},
|
|
4718
|
+
"annotation": {
|
|
4719
|
+
"type": "reference",
|
|
4720
|
+
"typeName": {
|
|
4721
|
+
"type": "identifier",
|
|
4722
|
+
"name": "Stage"
|
|
4723
|
+
}
|
|
4724
|
+
},
|
|
4725
|
+
"computed": false
|
|
4726
|
+
}
|
|
4727
|
+
]
|
|
4728
|
+
}
|
|
4729
|
+
}
|
|
4730
|
+
},
|
|
4731
|
+
{
|
|
4732
|
+
"name": "edit.activity",
|
|
5102
4733
|
"detail": {
|
|
5103
4734
|
"annotation": {
|
|
5104
4735
|
"type": "reference",
|
|
5105
4736
|
"typeName": {
|
|
5106
4737
|
"type": "identifier",
|
|
5107
|
-
"name": "
|
|
4738
|
+
"name": "EditActivityDetail"
|
|
4739
|
+
}
|
|
4740
|
+
}
|
|
4741
|
+
}
|
|
4742
|
+
}
|
|
4743
|
+
],
|
|
4744
|
+
"methods": [
|
|
4745
|
+
{
|
|
4746
|
+
"name": "addActivity",
|
|
4747
|
+
"params": [
|
|
4748
|
+
{
|
|
4749
|
+
"name": "stage",
|
|
4750
|
+
"annotation": {
|
|
4751
|
+
"type": "reference",
|
|
4752
|
+
"typeName": {
|
|
4753
|
+
"type": "identifier",
|
|
4754
|
+
"name": "Stage"
|
|
4755
|
+
}
|
|
4756
|
+
}
|
|
4757
|
+
},
|
|
4758
|
+
{
|
|
4759
|
+
"name": "activity",
|
|
4760
|
+
"annotation": {
|
|
4761
|
+
"type": "reference",
|
|
4762
|
+
"typeName": {
|
|
4763
|
+
"type": "identifier",
|
|
4764
|
+
"name": "FlowActivity"
|
|
4765
|
+
}
|
|
4766
|
+
}
|
|
4767
|
+
}
|
|
4768
|
+
],
|
|
4769
|
+
"returns": {}
|
|
4770
|
+
},
|
|
4771
|
+
{
|
|
4772
|
+
"name": "editActivity",
|
|
4773
|
+
"params": [
|
|
4774
|
+
{
|
|
4775
|
+
"name": "stage",
|
|
4776
|
+
"annotation": {
|
|
4777
|
+
"type": "reference",
|
|
4778
|
+
"typeName": {
|
|
4779
|
+
"type": "identifier",
|
|
4780
|
+
"name": "Stage"
|
|
4781
|
+
}
|
|
4782
|
+
}
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"name": "activity",
|
|
4786
|
+
"annotation": {
|
|
4787
|
+
"type": "reference",
|
|
4788
|
+
"typeName": {
|
|
4789
|
+
"type": "identifier",
|
|
4790
|
+
"name": "FlowActivity"
|
|
4791
|
+
}
|
|
4792
|
+
}
|
|
4793
|
+
},
|
|
4794
|
+
{
|
|
4795
|
+
"name": "activityIndex",
|
|
4796
|
+
"annotation": {
|
|
4797
|
+
"type": "keyword",
|
|
4798
|
+
"value": "number"
|
|
4799
|
+
}
|
|
4800
|
+
}
|
|
4801
|
+
],
|
|
4802
|
+
"returns": {}
|
|
4803
|
+
},
|
|
4804
|
+
{
|
|
4805
|
+
"name": "deleteActivity",
|
|
4806
|
+
"params": [
|
|
4807
|
+
{
|
|
4808
|
+
"name": "stage",
|
|
4809
|
+
"annotation": {
|
|
4810
|
+
"type": "reference",
|
|
4811
|
+
"typeName": {
|
|
4812
|
+
"type": "identifier",
|
|
4813
|
+
"name": "Stage"
|
|
4814
|
+
}
|
|
4815
|
+
}
|
|
4816
|
+
},
|
|
4817
|
+
{
|
|
4818
|
+
"name": "activityIndex",
|
|
4819
|
+
"annotation": {
|
|
4820
|
+
"type": "keyword",
|
|
4821
|
+
"value": "number"
|
|
4822
|
+
}
|
|
4823
|
+
}
|
|
4824
|
+
],
|
|
4825
|
+
"returns": {}
|
|
4826
|
+
}
|
|
4827
|
+
],
|
|
4828
|
+
"types": [
|
|
4829
|
+
{
|
|
4830
|
+
"type": "interface",
|
|
4831
|
+
"name": "Stage",
|
|
4832
|
+
"body": [
|
|
4833
|
+
{
|
|
4834
|
+
"type": "propertySignature",
|
|
4835
|
+
"key": {
|
|
4836
|
+
"type": "identifier",
|
|
4837
|
+
"name": "name"
|
|
4838
|
+
},
|
|
4839
|
+
"annotation": {
|
|
4840
|
+
"type": "keyword",
|
|
4841
|
+
"value": "string"
|
|
4842
|
+
},
|
|
4843
|
+
"computed": false
|
|
4844
|
+
},
|
|
4845
|
+
{
|
|
4846
|
+
"type": "propertySignature",
|
|
4847
|
+
"key": {
|
|
4848
|
+
"type": "identifier",
|
|
4849
|
+
"name": "serviceFlowActivities"
|
|
4850
|
+
},
|
|
4851
|
+
"annotation": {
|
|
4852
|
+
"type": "array",
|
|
4853
|
+
"elementType": {
|
|
4854
|
+
"type": "reference",
|
|
4855
|
+
"typeName": {
|
|
4856
|
+
"type": "identifier",
|
|
4857
|
+
"name": "FlowActivity"
|
|
4858
|
+
}
|
|
4859
|
+
}
|
|
4860
|
+
},
|
|
4861
|
+
"optional": true,
|
|
4862
|
+
"computed": false
|
|
4863
|
+
}
|
|
4864
|
+
]
|
|
4865
|
+
},
|
|
4866
|
+
{
|
|
4867
|
+
"type": "interface",
|
|
4868
|
+
"name": "FlowActivity",
|
|
4869
|
+
"body": [
|
|
4870
|
+
{
|
|
4871
|
+
"type": "propertySignature",
|
|
4872
|
+
"key": {
|
|
4873
|
+
"type": "identifier",
|
|
4874
|
+
"name": "name"
|
|
4875
|
+
},
|
|
4876
|
+
"annotation": {
|
|
4877
|
+
"type": "keyword",
|
|
4878
|
+
"value": "string"
|
|
4879
|
+
},
|
|
4880
|
+
"computed": false
|
|
4881
|
+
},
|
|
4882
|
+
{
|
|
4883
|
+
"type": "propertySignature",
|
|
4884
|
+
"key": {
|
|
4885
|
+
"type": "identifier",
|
|
4886
|
+
"name": "description"
|
|
4887
|
+
},
|
|
4888
|
+
"annotation": {
|
|
4889
|
+
"type": "keyword",
|
|
4890
|
+
"value": "string"
|
|
4891
|
+
},
|
|
4892
|
+
"optional": true,
|
|
4893
|
+
"computed": false
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
"type": "propertySignature",
|
|
4897
|
+
"key": {
|
|
4898
|
+
"type": "identifier",
|
|
4899
|
+
"name": "aiEmployeeId"
|
|
4900
|
+
},
|
|
4901
|
+
"annotation": {
|
|
4902
|
+
"type": "keyword",
|
|
4903
|
+
"value": "string"
|
|
4904
|
+
},
|
|
4905
|
+
"optional": true,
|
|
4906
|
+
"computed": false
|
|
4907
|
+
},
|
|
4908
|
+
{
|
|
4909
|
+
"type": "propertySignature",
|
|
4910
|
+
"key": {
|
|
4911
|
+
"type": "identifier",
|
|
4912
|
+
"name": "hilRules"
|
|
4913
|
+
},
|
|
4914
|
+
"annotation": {
|
|
4915
|
+
"type": "keyword",
|
|
4916
|
+
"value": "string"
|
|
4917
|
+
},
|
|
4918
|
+
"optional": true,
|
|
4919
|
+
"computed": false
|
|
4920
|
+
},
|
|
4921
|
+
{
|
|
4922
|
+
"type": "propertySignature",
|
|
4923
|
+
"key": {
|
|
4924
|
+
"type": "identifier",
|
|
4925
|
+
"name": "hilUser"
|
|
4926
|
+
},
|
|
4927
|
+
"annotation": {
|
|
4928
|
+
"type": "keyword",
|
|
4929
|
+
"value": "string"
|
|
4930
|
+
},
|
|
4931
|
+
"optional": true,
|
|
4932
|
+
"computed": false
|
|
4933
|
+
}
|
|
4934
|
+
]
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"type": "interface",
|
|
4938
|
+
"name": "AIEmployee",
|
|
4939
|
+
"body": [
|
|
4940
|
+
{
|
|
4941
|
+
"type": "propertySignature",
|
|
4942
|
+
"key": {
|
|
4943
|
+
"type": "identifier",
|
|
4944
|
+
"name": "employeeId"
|
|
4945
|
+
},
|
|
4946
|
+
"annotation": {
|
|
4947
|
+
"type": "keyword",
|
|
4948
|
+
"value": "string"
|
|
4949
|
+
},
|
|
4950
|
+
"computed": false
|
|
4951
|
+
},
|
|
4952
|
+
{
|
|
4953
|
+
"type": "propertySignature",
|
|
4954
|
+
"key": {
|
|
4955
|
+
"type": "identifier",
|
|
4956
|
+
"name": "name"
|
|
4957
|
+
},
|
|
4958
|
+
"annotation": {
|
|
4959
|
+
"type": "keyword",
|
|
4960
|
+
"value": "string"
|
|
4961
|
+
},
|
|
4962
|
+
"computed": false
|
|
4963
|
+
}
|
|
4964
|
+
]
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"type": "interface",
|
|
4968
|
+
"name": "EditActivityDetail",
|
|
4969
|
+
"body": [
|
|
4970
|
+
{
|
|
4971
|
+
"type": "propertySignature",
|
|
4972
|
+
"key": {
|
|
4973
|
+
"type": "identifier",
|
|
4974
|
+
"name": "stage"
|
|
4975
|
+
},
|
|
4976
|
+
"annotation": {
|
|
4977
|
+
"type": "reference",
|
|
4978
|
+
"typeName": {
|
|
4979
|
+
"type": "identifier",
|
|
4980
|
+
"name": "Stage"
|
|
4981
|
+
}
|
|
4982
|
+
},
|
|
4983
|
+
"computed": false
|
|
4984
|
+
},
|
|
4985
|
+
{
|
|
4986
|
+
"type": "propertySignature",
|
|
4987
|
+
"key": {
|
|
4988
|
+
"type": "identifier",
|
|
4989
|
+
"name": "activity"
|
|
4990
|
+
},
|
|
4991
|
+
"annotation": {
|
|
4992
|
+
"type": "reference",
|
|
4993
|
+
"typeName": {
|
|
4994
|
+
"type": "identifier",
|
|
4995
|
+
"name": "FlowActivity"
|
|
4996
|
+
}
|
|
4997
|
+
},
|
|
4998
|
+
"computed": false
|
|
4999
|
+
},
|
|
5000
|
+
{
|
|
5001
|
+
"type": "propertySignature",
|
|
5002
|
+
"key": {
|
|
5003
|
+
"type": "identifier",
|
|
5004
|
+
"name": "activityIndex"
|
|
5005
|
+
},
|
|
5006
|
+
"annotation": {
|
|
5007
|
+
"type": "keyword",
|
|
5008
|
+
"value": "number"
|
|
5009
|
+
},
|
|
5010
|
+
"computed": false
|
|
5011
|
+
}
|
|
5012
|
+
]
|
|
5013
|
+
}
|
|
5014
|
+
]
|
|
5015
|
+
},
|
|
5016
|
+
"ai-portal.running-flow": {
|
|
5017
|
+
"properties": [
|
|
5018
|
+
{
|
|
5019
|
+
"name": "spec",
|
|
5020
|
+
"annotation": {
|
|
5021
|
+
"type": "array",
|
|
5022
|
+
"elementType": {
|
|
5023
|
+
"type": "reference",
|
|
5024
|
+
"typeName": {
|
|
5025
|
+
"type": "identifier",
|
|
5026
|
+
"name": "FlowStage"
|
|
5108
5027
|
}
|
|
5109
5028
|
}
|
|
5110
5029
|
}
|
|
5111
5030
|
},
|
|
5112
5031
|
{
|
|
5113
|
-
"name": "
|
|
5114
|
-
"
|
|
5115
|
-
"
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
"type": "
|
|
5119
|
-
"
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5032
|
+
"name": "activeActivityId",
|
|
5033
|
+
"annotation": {
|
|
5034
|
+
"type": "union",
|
|
5035
|
+
"types": [
|
|
5036
|
+
{
|
|
5037
|
+
"type": "keyword",
|
|
5038
|
+
"value": "string"
|
|
5039
|
+
},
|
|
5040
|
+
{
|
|
5041
|
+
"type": "keyword",
|
|
5042
|
+
"value": "null"
|
|
5123
5043
|
}
|
|
5124
|
-
|
|
5044
|
+
]
|
|
5125
5045
|
}
|
|
5126
|
-
}
|
|
5046
|
+
}
|
|
5047
|
+
],
|
|
5048
|
+
"events": [
|
|
5127
5049
|
{
|
|
5128
|
-
"name": "
|
|
5050
|
+
"name": "active.change",
|
|
5129
5051
|
"detail": {
|
|
5130
5052
|
"annotation": {
|
|
5131
|
-
"type": "
|
|
5132
|
-
"
|
|
5053
|
+
"type": "union",
|
|
5054
|
+
"types": [
|
|
5055
|
+
{
|
|
5056
|
+
"type": "keyword",
|
|
5057
|
+
"value": "string"
|
|
5058
|
+
},
|
|
5059
|
+
{
|
|
5060
|
+
"type": "keyword",
|
|
5061
|
+
"value": "null"
|
|
5062
|
+
}
|
|
5063
|
+
]
|
|
5133
5064
|
}
|
|
5134
5065
|
}
|
|
5135
5066
|
}
|
|
@@ -5138,13 +5069,13 @@
|
|
|
5138
5069
|
"types": [
|
|
5139
5070
|
{
|
|
5140
5071
|
"type": "interface",
|
|
5141
|
-
"name": "
|
|
5072
|
+
"name": "FlowStage",
|
|
5142
5073
|
"body": [
|
|
5143
5074
|
{
|
|
5144
5075
|
"type": "propertySignature",
|
|
5145
5076
|
"key": {
|
|
5146
5077
|
"type": "identifier",
|
|
5147
|
-
"name": "
|
|
5078
|
+
"name": "name"
|
|
5148
5079
|
},
|
|
5149
5080
|
"annotation": {
|
|
5150
5081
|
"type": "keyword",
|
|
@@ -5156,23 +5087,36 @@
|
|
|
5156
5087
|
"type": "propertySignature",
|
|
5157
5088
|
"key": {
|
|
5158
5089
|
"type": "identifier",
|
|
5159
|
-
"name": "
|
|
5090
|
+
"name": "serviceFlowActivities"
|
|
5160
5091
|
},
|
|
5161
5092
|
"annotation": {
|
|
5162
|
-
"type": "
|
|
5163
|
-
"
|
|
5093
|
+
"type": "array",
|
|
5094
|
+
"elementType": {
|
|
5095
|
+
"type": "reference",
|
|
5096
|
+
"typeName": {
|
|
5097
|
+
"type": "identifier",
|
|
5098
|
+
"name": "FlowActivity"
|
|
5099
|
+
}
|
|
5100
|
+
}
|
|
5164
5101
|
},
|
|
5102
|
+
"optional": true,
|
|
5165
5103
|
"computed": false
|
|
5166
|
-
}
|
|
5104
|
+
}
|
|
5105
|
+
]
|
|
5106
|
+
},
|
|
5107
|
+
{
|
|
5108
|
+
"type": "interface",
|
|
5109
|
+
"name": "FlowActivity",
|
|
5110
|
+
"body": [
|
|
5167
5111
|
{
|
|
5168
5112
|
"type": "propertySignature",
|
|
5169
5113
|
"key": {
|
|
5170
5114
|
"type": "identifier",
|
|
5171
|
-
"name": "
|
|
5115
|
+
"name": "name"
|
|
5172
5116
|
},
|
|
5173
5117
|
"annotation": {
|
|
5174
5118
|
"type": "keyword",
|
|
5175
|
-
"value": "
|
|
5119
|
+
"value": "string"
|
|
5176
5120
|
},
|
|
5177
5121
|
"computed": false
|
|
5178
5122
|
},
|
|
@@ -5180,23 +5124,39 @@
|
|
|
5180
5124
|
"type": "propertySignature",
|
|
5181
5125
|
"key": {
|
|
5182
5126
|
"type": "identifier",
|
|
5183
|
-
"name": "
|
|
5127
|
+
"name": "taskId"
|
|
5184
5128
|
},
|
|
5185
5129
|
"annotation": {
|
|
5186
5130
|
"type": "keyword",
|
|
5187
5131
|
"value": "string"
|
|
5188
5132
|
},
|
|
5133
|
+
"optional": true,
|
|
5189
5134
|
"computed": false
|
|
5190
5135
|
},
|
|
5191
5136
|
{
|
|
5192
5137
|
"type": "propertySignature",
|
|
5193
5138
|
"key": {
|
|
5194
5139
|
"type": "identifier",
|
|
5195
|
-
"name": "
|
|
5140
|
+
"name": "state"
|
|
5196
5141
|
},
|
|
5197
5142
|
"annotation": {
|
|
5198
|
-
"type": "
|
|
5199
|
-
"
|
|
5143
|
+
"type": "union",
|
|
5144
|
+
"types": [
|
|
5145
|
+
{
|
|
5146
|
+
"type": "reference",
|
|
5147
|
+
"typeName": {
|
|
5148
|
+
"type": "identifier",
|
|
5149
|
+
"name": "TaskState"
|
|
5150
|
+
}
|
|
5151
|
+
},
|
|
5152
|
+
{
|
|
5153
|
+
"type": "reference",
|
|
5154
|
+
"typeName": {
|
|
5155
|
+
"type": "identifier",
|
|
5156
|
+
"name": "JobState"
|
|
5157
|
+
}
|
|
5158
|
+
}
|
|
5159
|
+
]
|
|
5200
5160
|
},
|
|
5201
5161
|
"optional": true,
|
|
5202
5162
|
"computed": false
|
|
@@ -5205,216 +5165,131 @@
|
|
|
5205
5165
|
"type": "propertySignature",
|
|
5206
5166
|
"key": {
|
|
5207
5167
|
"type": "identifier",
|
|
5208
|
-
"name": "
|
|
5168
|
+
"name": "startTime"
|
|
5209
5169
|
},
|
|
5210
5170
|
"annotation": {
|
|
5211
5171
|
"type": "keyword",
|
|
5212
5172
|
"value": "number"
|
|
5213
5173
|
},
|
|
5174
|
+
"optional": true,
|
|
5214
5175
|
"computed": false
|
|
5215
5176
|
},
|
|
5216
5177
|
{
|
|
5217
5178
|
"type": "propertySignature",
|
|
5218
5179
|
"key": {
|
|
5219
5180
|
"type": "identifier",
|
|
5220
|
-
"name": "
|
|
5181
|
+
"name": "endTime"
|
|
5221
5182
|
},
|
|
5222
5183
|
"annotation": {
|
|
5223
5184
|
"type": "keyword",
|
|
5224
|
-
"value": "
|
|
5185
|
+
"value": "number"
|
|
5225
5186
|
},
|
|
5226
5187
|
"optional": true,
|
|
5227
|
-
"computed": false
|
|
5228
|
-
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
5188
|
+
"computed": false
|
|
5229
5189
|
}
|
|
5230
5190
|
]
|
|
5231
5191
|
}
|
|
5232
5192
|
]
|
|
5233
5193
|
},
|
|
5234
|
-
"ai-portal.
|
|
5194
|
+
"ai-portal.notice-list": {
|
|
5235
5195
|
"properties": [
|
|
5236
5196
|
{
|
|
5237
|
-
"name": "
|
|
5197
|
+
"name": "dataSource",
|
|
5238
5198
|
"annotation": {
|
|
5239
5199
|
"type": "array",
|
|
5240
5200
|
"elementType": {
|
|
5241
5201
|
"type": "reference",
|
|
5242
5202
|
"typeName": {
|
|
5243
5203
|
"type": "identifier",
|
|
5244
|
-
"name": "
|
|
5204
|
+
"name": "NoticeItem"
|
|
5245
5205
|
}
|
|
5246
5206
|
}
|
|
5247
5207
|
}
|
|
5248
5208
|
},
|
|
5249
5209
|
{
|
|
5250
|
-
"name": "
|
|
5210
|
+
"name": "emptyText",
|
|
5251
5211
|
"annotation": {
|
|
5252
|
-
"type": "
|
|
5253
|
-
"
|
|
5254
|
-
"type": "reference",
|
|
5255
|
-
"typeName": {
|
|
5256
|
-
"type": "identifier",
|
|
5257
|
-
"name": "AIEmployee"
|
|
5258
|
-
}
|
|
5259
|
-
}
|
|
5212
|
+
"type": "keyword",
|
|
5213
|
+
"value": "string"
|
|
5260
5214
|
}
|
|
5261
5215
|
},
|
|
5262
5216
|
{
|
|
5263
|
-
"name": "
|
|
5217
|
+
"name": "urlTemplate",
|
|
5264
5218
|
"annotation": {
|
|
5265
5219
|
"type": "keyword",
|
|
5266
|
-
"value": "
|
|
5220
|
+
"value": "string"
|
|
5267
5221
|
}
|
|
5268
|
-
}
|
|
5269
|
-
],
|
|
5270
|
-
"events": [
|
|
5222
|
+
},
|
|
5271
5223
|
{
|
|
5272
|
-
"name": "
|
|
5273
|
-
"
|
|
5274
|
-
"
|
|
5275
|
-
|
|
5276
|
-
"
|
|
5277
|
-
|
|
5278
|
-
"typeName": {
|
|
5279
|
-
"type": "identifier",
|
|
5280
|
-
"name": "Stage"
|
|
5281
|
-
}
|
|
5282
|
-
}
|
|
5224
|
+
"name": "urlTarget",
|
|
5225
|
+
"annotation": {
|
|
5226
|
+
"type": "reference",
|
|
5227
|
+
"typeName": {
|
|
5228
|
+
"type": "identifier",
|
|
5229
|
+
"name": "Target"
|
|
5283
5230
|
}
|
|
5284
5231
|
}
|
|
5285
5232
|
},
|
|
5286
5233
|
{
|
|
5287
|
-
"name": "
|
|
5288
|
-
"
|
|
5289
|
-
"
|
|
5290
|
-
|
|
5291
|
-
"
|
|
5292
|
-
|
|
5293
|
-
"type": "propertySignature",
|
|
5294
|
-
"key": {
|
|
5295
|
-
"type": "identifier",
|
|
5296
|
-
"name": "stage"
|
|
5297
|
-
},
|
|
5298
|
-
"annotation": {
|
|
5299
|
-
"type": "reference",
|
|
5300
|
-
"typeName": {
|
|
5301
|
-
"type": "identifier",
|
|
5302
|
-
"name": "Stage"
|
|
5303
|
-
}
|
|
5304
|
-
},
|
|
5305
|
-
"computed": false
|
|
5306
|
-
}
|
|
5307
|
-
]
|
|
5234
|
+
"name": "selectedIds",
|
|
5235
|
+
"annotation": {
|
|
5236
|
+
"type": "array",
|
|
5237
|
+
"elementType": {
|
|
5238
|
+
"type": "keyword",
|
|
5239
|
+
"value": "string"
|
|
5308
5240
|
}
|
|
5309
5241
|
}
|
|
5310
|
-
}
|
|
5242
|
+
}
|
|
5243
|
+
],
|
|
5244
|
+
"events": [
|
|
5311
5245
|
{
|
|
5312
|
-
"name": "
|
|
5246
|
+
"name": "notice.click",
|
|
5313
5247
|
"detail": {
|
|
5314
5248
|
"annotation": {
|
|
5315
5249
|
"type": "reference",
|
|
5316
5250
|
"typeName": {
|
|
5317
5251
|
"type": "identifier",
|
|
5318
|
-
"name": "
|
|
5252
|
+
"name": "NoticeItem"
|
|
5319
5253
|
}
|
|
5320
5254
|
}
|
|
5321
5255
|
}
|
|
5322
|
-
}
|
|
5323
|
-
],
|
|
5324
|
-
"methods": [
|
|
5325
|
-
{
|
|
5326
|
-
"name": "addActivity",
|
|
5327
|
-
"params": [
|
|
5328
|
-
{
|
|
5329
|
-
"name": "stage",
|
|
5330
|
-
"annotation": {
|
|
5331
|
-
"type": "reference",
|
|
5332
|
-
"typeName": {
|
|
5333
|
-
"type": "identifier",
|
|
5334
|
-
"name": "Stage"
|
|
5335
|
-
}
|
|
5336
|
-
}
|
|
5337
|
-
},
|
|
5338
|
-
{
|
|
5339
|
-
"name": "activity",
|
|
5340
|
-
"annotation": {
|
|
5341
|
-
"type": "reference",
|
|
5342
|
-
"typeName": {
|
|
5343
|
-
"type": "identifier",
|
|
5344
|
-
"name": "FlowActivity"
|
|
5345
|
-
}
|
|
5346
|
-
}
|
|
5347
|
-
}
|
|
5348
|
-
],
|
|
5349
|
-
"returns": {}
|
|
5350
|
-
},
|
|
5351
|
-
{
|
|
5352
|
-
"name": "editActivity",
|
|
5353
|
-
"params": [
|
|
5354
|
-
{
|
|
5355
|
-
"name": "stage",
|
|
5356
|
-
"annotation": {
|
|
5357
|
-
"type": "reference",
|
|
5358
|
-
"typeName": {
|
|
5359
|
-
"type": "identifier",
|
|
5360
|
-
"name": "Stage"
|
|
5361
|
-
}
|
|
5362
|
-
}
|
|
5363
|
-
},
|
|
5364
|
-
{
|
|
5365
|
-
"name": "activity",
|
|
5366
|
-
"annotation": {
|
|
5367
|
-
"type": "reference",
|
|
5368
|
-
"typeName": {
|
|
5369
|
-
"type": "identifier",
|
|
5370
|
-
"name": "FlowActivity"
|
|
5371
|
-
}
|
|
5372
|
-
}
|
|
5373
|
-
},
|
|
5374
|
-
{
|
|
5375
|
-
"name": "activityIndex",
|
|
5376
|
-
"annotation": {
|
|
5377
|
-
"type": "keyword",
|
|
5378
|
-
"value": "number"
|
|
5379
|
-
}
|
|
5380
|
-
}
|
|
5381
|
-
],
|
|
5382
|
-
"returns": {}
|
|
5383
5256
|
},
|
|
5384
5257
|
{
|
|
5385
|
-
"name": "
|
|
5386
|
-
"
|
|
5387
|
-
{
|
|
5388
|
-
"
|
|
5389
|
-
"
|
|
5258
|
+
"name": "mark.items.read",
|
|
5259
|
+
"detail": {
|
|
5260
|
+
"annotation": {
|
|
5261
|
+
"type": "array",
|
|
5262
|
+
"elementType": {
|
|
5390
5263
|
"type": "reference",
|
|
5391
5264
|
"typeName": {
|
|
5392
5265
|
"type": "identifier",
|
|
5393
|
-
"name": "
|
|
5266
|
+
"name": "NoticeItem"
|
|
5394
5267
|
}
|
|
5395
5268
|
}
|
|
5396
|
-
},
|
|
5397
|
-
{
|
|
5398
|
-
"name": "activityIndex",
|
|
5399
|
-
"annotation": {
|
|
5400
|
-
"type": "keyword",
|
|
5401
|
-
"value": "number"
|
|
5402
|
-
}
|
|
5403
5269
|
}
|
|
5404
|
-
|
|
5405
|
-
|
|
5270
|
+
}
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"name": "mark.all.read",
|
|
5274
|
+
"detail": {
|
|
5275
|
+
"annotation": {
|
|
5276
|
+
"type": "keyword",
|
|
5277
|
+
"value": "void"
|
|
5278
|
+
}
|
|
5279
|
+
}
|
|
5406
5280
|
}
|
|
5407
5281
|
],
|
|
5282
|
+
"methods": [],
|
|
5408
5283
|
"types": [
|
|
5409
5284
|
{
|
|
5410
5285
|
"type": "interface",
|
|
5411
|
-
"name": "
|
|
5286
|
+
"name": "NoticeItem",
|
|
5412
5287
|
"body": [
|
|
5413
5288
|
{
|
|
5414
5289
|
"type": "propertySignature",
|
|
5415
5290
|
"key": {
|
|
5416
5291
|
"type": "identifier",
|
|
5417
|
-
"name": "
|
|
5292
|
+
"name": "id"
|
|
5418
5293
|
},
|
|
5419
5294
|
"annotation": {
|
|
5420
5295
|
"type": "keyword",
|
|
@@ -5426,36 +5301,23 @@
|
|
|
5426
5301
|
"type": "propertySignature",
|
|
5427
5302
|
"key": {
|
|
5428
5303
|
"type": "identifier",
|
|
5429
|
-
"name": "
|
|
5304
|
+
"name": "type"
|
|
5430
5305
|
},
|
|
5431
5306
|
"annotation": {
|
|
5432
|
-
"type": "
|
|
5433
|
-
"
|
|
5434
|
-
"type": "reference",
|
|
5435
|
-
"typeName": {
|
|
5436
|
-
"type": "identifier",
|
|
5437
|
-
"name": "FlowActivity"
|
|
5438
|
-
}
|
|
5439
|
-
}
|
|
5307
|
+
"type": "keyword",
|
|
5308
|
+
"value": "string"
|
|
5440
5309
|
},
|
|
5441
|
-
"optional": true,
|
|
5442
5310
|
"computed": false
|
|
5443
|
-
}
|
|
5444
|
-
]
|
|
5445
|
-
},
|
|
5446
|
-
{
|
|
5447
|
-
"type": "interface",
|
|
5448
|
-
"name": "FlowActivity",
|
|
5449
|
-
"body": [
|
|
5311
|
+
},
|
|
5450
5312
|
{
|
|
5451
5313
|
"type": "propertySignature",
|
|
5452
5314
|
"key": {
|
|
5453
5315
|
"type": "identifier",
|
|
5454
|
-
"name": "
|
|
5316
|
+
"name": "isRead"
|
|
5455
5317
|
},
|
|
5456
5318
|
"annotation": {
|
|
5457
5319
|
"type": "keyword",
|
|
5458
|
-
"value": "
|
|
5320
|
+
"value": "boolean"
|
|
5459
5321
|
},
|
|
5460
5322
|
"computed": false
|
|
5461
5323
|
},
|
|
@@ -5463,20 +5325,19 @@
|
|
|
5463
5325
|
"type": "propertySignature",
|
|
5464
5326
|
"key": {
|
|
5465
5327
|
"type": "identifier",
|
|
5466
|
-
"name": "
|
|
5328
|
+
"name": "title"
|
|
5467
5329
|
},
|
|
5468
5330
|
"annotation": {
|
|
5469
5331
|
"type": "keyword",
|
|
5470
5332
|
"value": "string"
|
|
5471
5333
|
},
|
|
5472
|
-
"optional": true,
|
|
5473
5334
|
"computed": false
|
|
5474
5335
|
},
|
|
5475
5336
|
{
|
|
5476
5337
|
"type": "propertySignature",
|
|
5477
5338
|
"key": {
|
|
5478
5339
|
"type": "identifier",
|
|
5479
|
-
"name": "
|
|
5340
|
+
"name": "description"
|
|
5480
5341
|
},
|
|
5481
5342
|
"annotation": {
|
|
5482
5343
|
"type": "keyword",
|
|
@@ -5489,39 +5350,163 @@
|
|
|
5489
5350
|
"type": "propertySignature",
|
|
5490
5351
|
"key": {
|
|
5491
5352
|
"type": "identifier",
|
|
5492
|
-
"name": "
|
|
5353
|
+
"name": "time"
|
|
5493
5354
|
},
|
|
5494
5355
|
"annotation": {
|
|
5495
5356
|
"type": "keyword",
|
|
5496
|
-
"value": "
|
|
5357
|
+
"value": "number"
|
|
5497
5358
|
},
|
|
5498
|
-
"optional": true,
|
|
5499
5359
|
"computed": false
|
|
5500
5360
|
},
|
|
5501
5361
|
{
|
|
5502
5362
|
"type": "propertySignature",
|
|
5503
5363
|
"key": {
|
|
5504
5364
|
"type": "identifier",
|
|
5505
|
-
"name": "
|
|
5365
|
+
"name": "url"
|
|
5506
5366
|
},
|
|
5507
5367
|
"annotation": {
|
|
5508
5368
|
"type": "keyword",
|
|
5509
5369
|
"value": "string"
|
|
5510
5370
|
},
|
|
5511
5371
|
"optional": true,
|
|
5512
|
-
"computed": false
|
|
5372
|
+
"computed": false,
|
|
5373
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
5513
5374
|
}
|
|
5514
5375
|
]
|
|
5376
|
+
}
|
|
5377
|
+
]
|
|
5378
|
+
},
|
|
5379
|
+
"ai-portal.notice-dropdown": {
|
|
5380
|
+
"properties": [
|
|
5381
|
+
{
|
|
5382
|
+
"name": "dataSource",
|
|
5383
|
+
"annotation": {
|
|
5384
|
+
"type": "array",
|
|
5385
|
+
"elementType": {
|
|
5386
|
+
"type": "reference",
|
|
5387
|
+
"typeName": {
|
|
5388
|
+
"type": "identifier",
|
|
5389
|
+
"name": "NoticeItem"
|
|
5390
|
+
}
|
|
5391
|
+
}
|
|
5392
|
+
}
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"name": "popoverPlacement",
|
|
5396
|
+
"annotation": {
|
|
5397
|
+
"type": "reference",
|
|
5398
|
+
"typeName": {
|
|
5399
|
+
"type": "identifier",
|
|
5400
|
+
"name": "Placement"
|
|
5401
|
+
}
|
|
5402
|
+
}
|
|
5403
|
+
},
|
|
5404
|
+
{
|
|
5405
|
+
"name": "emptyText",
|
|
5406
|
+
"annotation": {
|
|
5407
|
+
"type": "keyword",
|
|
5408
|
+
"value": "string"
|
|
5409
|
+
}
|
|
5410
|
+
},
|
|
5411
|
+
{
|
|
5412
|
+
"name": "notifyCenterUrl",
|
|
5413
|
+
"annotation": {
|
|
5414
|
+
"type": "keyword",
|
|
5415
|
+
"value": "string"
|
|
5416
|
+
}
|
|
5417
|
+
},
|
|
5418
|
+
{
|
|
5419
|
+
"name": "urlTemplate",
|
|
5420
|
+
"annotation": {
|
|
5421
|
+
"type": "keyword",
|
|
5422
|
+
"value": "string"
|
|
5423
|
+
}
|
|
5424
|
+
},
|
|
5425
|
+
{
|
|
5426
|
+
"name": "urlTarget",
|
|
5427
|
+
"annotation": {
|
|
5428
|
+
"type": "reference",
|
|
5429
|
+
"typeName": {
|
|
5430
|
+
"type": "identifier",
|
|
5431
|
+
"name": "Target"
|
|
5432
|
+
}
|
|
5433
|
+
}
|
|
5434
|
+
},
|
|
5435
|
+
{
|
|
5436
|
+
"name": "dropdownMaxWidth",
|
|
5437
|
+
"annotation": {
|
|
5438
|
+
"type": "union",
|
|
5439
|
+
"types": [
|
|
5440
|
+
{
|
|
5441
|
+
"type": "keyword",
|
|
5442
|
+
"value": "string"
|
|
5443
|
+
},
|
|
5444
|
+
{
|
|
5445
|
+
"type": "keyword",
|
|
5446
|
+
"value": "number"
|
|
5447
|
+
}
|
|
5448
|
+
]
|
|
5449
|
+
}
|
|
5450
|
+
},
|
|
5451
|
+
{
|
|
5452
|
+
"name": "dropdownContentStyle",
|
|
5453
|
+
"annotation": {
|
|
5454
|
+
"type": "reference",
|
|
5455
|
+
"typeName": {
|
|
5456
|
+
"type": "qualifiedName",
|
|
5457
|
+
"left": {
|
|
5458
|
+
"type": "identifier",
|
|
5459
|
+
"name": "React"
|
|
5460
|
+
},
|
|
5461
|
+
"right": {
|
|
5462
|
+
"type": "identifier",
|
|
5463
|
+
"name": "CSSProperties"
|
|
5464
|
+
}
|
|
5465
|
+
}
|
|
5466
|
+
}
|
|
5467
|
+
},
|
|
5468
|
+
{
|
|
5469
|
+
"name": "hideNotifyCenterButton",
|
|
5470
|
+
"annotation": {
|
|
5471
|
+
"type": "keyword",
|
|
5472
|
+
"value": "boolean"
|
|
5473
|
+
}
|
|
5474
|
+
}
|
|
5475
|
+
],
|
|
5476
|
+
"events": [
|
|
5477
|
+
{
|
|
5478
|
+
"name": "notice.click",
|
|
5479
|
+
"detail": {
|
|
5480
|
+
"annotation": {
|
|
5481
|
+
"type": "reference",
|
|
5482
|
+
"typeName": {
|
|
5483
|
+
"type": "identifier",
|
|
5484
|
+
"name": "NoticeItem"
|
|
5485
|
+
}
|
|
5486
|
+
}
|
|
5487
|
+
}
|
|
5515
5488
|
},
|
|
5489
|
+
{
|
|
5490
|
+
"name": "mark.all.read",
|
|
5491
|
+
"detail": {
|
|
5492
|
+
"annotation": {
|
|
5493
|
+
"type": "keyword",
|
|
5494
|
+
"value": "void"
|
|
5495
|
+
}
|
|
5496
|
+
}
|
|
5497
|
+
}
|
|
5498
|
+
],
|
|
5499
|
+
"methods": [],
|
|
5500
|
+
"types": [
|
|
5516
5501
|
{
|
|
5517
5502
|
"type": "interface",
|
|
5518
|
-
"name": "
|
|
5503
|
+
"name": "NoticeItem",
|
|
5519
5504
|
"body": [
|
|
5520
5505
|
{
|
|
5521
5506
|
"type": "propertySignature",
|
|
5522
5507
|
"key": {
|
|
5523
5508
|
"type": "identifier",
|
|
5524
|
-
"name": "
|
|
5509
|
+
"name": "id"
|
|
5525
5510
|
},
|
|
5526
5511
|
"annotation": {
|
|
5527
5512
|
"type": "keyword",
|
|
@@ -5533,32 +5518,23 @@
|
|
|
5533
5518
|
"type": "propertySignature",
|
|
5534
5519
|
"key": {
|
|
5535
5520
|
"type": "identifier",
|
|
5536
|
-
"name": "
|
|
5521
|
+
"name": "type"
|
|
5537
5522
|
},
|
|
5538
5523
|
"annotation": {
|
|
5539
5524
|
"type": "keyword",
|
|
5540
5525
|
"value": "string"
|
|
5541
5526
|
},
|
|
5542
5527
|
"computed": false
|
|
5543
|
-
}
|
|
5544
|
-
]
|
|
5545
|
-
},
|
|
5546
|
-
{
|
|
5547
|
-
"type": "interface",
|
|
5548
|
-
"name": "EditActivityDetail",
|
|
5549
|
-
"body": [
|
|
5528
|
+
},
|
|
5550
5529
|
{
|
|
5551
5530
|
"type": "propertySignature",
|
|
5552
5531
|
"key": {
|
|
5553
5532
|
"type": "identifier",
|
|
5554
|
-
"name": "
|
|
5533
|
+
"name": "isRead"
|
|
5555
5534
|
},
|
|
5556
5535
|
"annotation": {
|
|
5557
|
-
"type": "
|
|
5558
|
-
"
|
|
5559
|
-
"type": "identifier",
|
|
5560
|
-
"name": "Stage"
|
|
5561
|
-
}
|
|
5536
|
+
"type": "keyword",
|
|
5537
|
+
"value": "boolean"
|
|
5562
5538
|
},
|
|
5563
5539
|
"computed": false
|
|
5564
5540
|
},
|
|
@@ -5566,14 +5542,11 @@
|
|
|
5566
5542
|
"type": "propertySignature",
|
|
5567
5543
|
"key": {
|
|
5568
5544
|
"type": "identifier",
|
|
5569
|
-
"name": "
|
|
5545
|
+
"name": "title"
|
|
5570
5546
|
},
|
|
5571
5547
|
"annotation": {
|
|
5572
|
-
"type": "
|
|
5573
|
-
"
|
|
5574
|
-
"type": "identifier",
|
|
5575
|
-
"name": "FlowActivity"
|
|
5576
|
-
}
|
|
5548
|
+
"type": "keyword",
|
|
5549
|
+
"value": "string"
|
|
5577
5550
|
},
|
|
5578
5551
|
"computed": false
|
|
5579
5552
|
},
|
|
@@ -5581,13 +5554,40 @@
|
|
|
5581
5554
|
"type": "propertySignature",
|
|
5582
5555
|
"key": {
|
|
5583
5556
|
"type": "identifier",
|
|
5584
|
-
"name": "
|
|
5557
|
+
"name": "description"
|
|
5558
|
+
},
|
|
5559
|
+
"annotation": {
|
|
5560
|
+
"type": "keyword",
|
|
5561
|
+
"value": "string"
|
|
5562
|
+
},
|
|
5563
|
+
"optional": true,
|
|
5564
|
+
"computed": false
|
|
5565
|
+
},
|
|
5566
|
+
{
|
|
5567
|
+
"type": "propertySignature",
|
|
5568
|
+
"key": {
|
|
5569
|
+
"type": "identifier",
|
|
5570
|
+
"name": "time"
|
|
5585
5571
|
},
|
|
5586
5572
|
"annotation": {
|
|
5587
5573
|
"type": "keyword",
|
|
5588
5574
|
"value": "number"
|
|
5589
5575
|
},
|
|
5590
5576
|
"computed": false
|
|
5577
|
+
},
|
|
5578
|
+
{
|
|
5579
|
+
"type": "propertySignature",
|
|
5580
|
+
"key": {
|
|
5581
|
+
"type": "identifier",
|
|
5582
|
+
"name": "url"
|
|
5583
|
+
},
|
|
5584
|
+
"annotation": {
|
|
5585
|
+
"type": "keyword",
|
|
5586
|
+
"value": "string"
|
|
5587
|
+
},
|
|
5588
|
+
"optional": true,
|
|
5589
|
+
"computed": false,
|
|
5590
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
5591
5591
|
}
|
|
5592
5592
|
]
|
|
5593
5593
|
}
|