@next-bricks/ai-portal 0.66.0 → 0.67.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +56 -43
- package/dist/chunks/1750.ba9f8f80.js +2 -0
- package/dist/chunks/1750.ba9f8f80.js.map +1 -0
- package/dist/chunks/{main.04071e22.js → main.659aac54.js} +2 -2
- package/dist/chunks/{main.04071e22.js.map → main.659aac54.js.map} +1 -1
- package/dist/chunks/space-logo.994f7a25.js +2 -0
- package/dist/chunks/space-logo.994f7a25.js.map +1 -0
- package/dist/chunks/space-workbench.964b8644.js +2 -0
- package/dist/chunks/space-workbench.964b8644.js.map +1 -0
- package/dist/examples.json +21 -18
- package/dist/images/2f7ddbac.svg +6 -0
- package/dist/index.bdb0052a.js +2 -0
- package/dist/index.bdb0052a.js.map +1 -0
- package/dist/manifest.json +392 -323
- package/dist/types.json +1202 -967
- package/dist-types/bootstrap.d.ts +2 -0
- package/dist-types/space-workbench/components/SpaceGuide/SpaceGuide.d.ts +13 -0
- package/dist-types/space-workbench/components/SpaceGuide/SpaceGuide.spec.d.ts +1 -0
- package/dist-types/space-workbench/components/SpaceNav/SpaceNav.d.ts +22 -0
- package/dist-types/space-workbench/components/SpaceNav/SpaceNav.spec.d.ts +1 -0
- package/dist-types/space-workbench/i18n.d.ts +19 -0
- package/dist-types/space-workbench/index.d.ts +20 -0
- package/dist-types/space-workbench/index.spec.d.ts +1 -0
- package/dist-types/space-workbench/interfaces.d.ts +5 -0
- package/dist-types/space-workbench/space-logo/index.d.ts +15 -0
- package/dist-types/space-workbench/space-logo/index.spec.d.ts +1 -0
- package/docs/space-workbench.md +78 -0
- package/package.json +2 -2
- package/dist/chunks/1534.bcfa4c96.js +0 -2
- package/dist/chunks/1534.bcfa4c96.js.map +0 -1
- package/dist/index.6db15ca0.js +0 -2
- package/dist/index.6db15ca0.js.map +0 -1
package/dist/types.json
CHANGED
|
@@ -1,4 +1,108 @@
|
|
|
1
1
|
{
|
|
2
|
+
"ai-portal.stat-with-mini-chart": {
|
|
3
|
+
"properties": [
|
|
4
|
+
{
|
|
5
|
+
"name": "label",
|
|
6
|
+
"annotation": {
|
|
7
|
+
"type": "keyword",
|
|
8
|
+
"value": "string"
|
|
9
|
+
}
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "value",
|
|
13
|
+
"annotation": {
|
|
14
|
+
"type": "keyword",
|
|
15
|
+
"value": "string"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "size",
|
|
20
|
+
"annotation": {
|
|
21
|
+
"type": "union",
|
|
22
|
+
"types": [
|
|
23
|
+
{
|
|
24
|
+
"type": "jsLiteral",
|
|
25
|
+
"value": "medium"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"type": "jsLiteral",
|
|
29
|
+
"value": "small"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "lineColor",
|
|
36
|
+
"annotation": {
|
|
37
|
+
"type": "keyword",
|
|
38
|
+
"value": "string"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"name": "showArea",
|
|
43
|
+
"annotation": {
|
|
44
|
+
"type": "keyword",
|
|
45
|
+
"value": "boolean"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "min",
|
|
50
|
+
"annotation": {
|
|
51
|
+
"type": "keyword",
|
|
52
|
+
"value": "number"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "max",
|
|
57
|
+
"annotation": {
|
|
58
|
+
"type": "keyword",
|
|
59
|
+
"value": "number"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "xField",
|
|
64
|
+
"annotation": {
|
|
65
|
+
"type": "keyword",
|
|
66
|
+
"value": "string"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"name": "yField",
|
|
71
|
+
"annotation": {
|
|
72
|
+
"type": "keyword",
|
|
73
|
+
"value": "string"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "data",
|
|
78
|
+
"annotation": {
|
|
79
|
+
"type": "array",
|
|
80
|
+
"elementType": {
|
|
81
|
+
"type": "reference",
|
|
82
|
+
"typeName": {
|
|
83
|
+
"type": "identifier",
|
|
84
|
+
"name": "Record"
|
|
85
|
+
},
|
|
86
|
+
"typeParameters": {
|
|
87
|
+
"type": "typeParameterInstantiation",
|
|
88
|
+
"params": [
|
|
89
|
+
{
|
|
90
|
+
"type": "keyword",
|
|
91
|
+
"value": "string"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"type": "keyword",
|
|
95
|
+
"value": "number"
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
"events": [],
|
|
104
|
+
"methods": []
|
|
105
|
+
},
|
|
2
106
|
"ai-portal.icon-button": {
|
|
3
107
|
"properties": [
|
|
4
108
|
{
|
|
@@ -118,18 +222,61 @@
|
|
|
118
222
|
}
|
|
119
223
|
]
|
|
120
224
|
},
|
|
121
|
-
"ai-portal.
|
|
122
|
-
"
|
|
225
|
+
"ai-portal.call-tool": {
|
|
226
|
+
"type": "provider",
|
|
227
|
+
"params": [
|
|
123
228
|
{
|
|
124
|
-
"name": "
|
|
229
|
+
"name": "tool",
|
|
125
230
|
"annotation": {
|
|
126
|
-
"type": "
|
|
127
|
-
"
|
|
231
|
+
"type": "reference",
|
|
232
|
+
"typeName": {
|
|
233
|
+
"type": "identifier",
|
|
234
|
+
"name": "ToolInfo"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "params",
|
|
240
|
+
"annotation": {
|
|
241
|
+
"type": "reference",
|
|
242
|
+
"typeName": {
|
|
243
|
+
"type": "identifier",
|
|
244
|
+
"name": "Record"
|
|
245
|
+
},
|
|
246
|
+
"typeParameters": {
|
|
247
|
+
"type": "typeParameterInstantiation",
|
|
248
|
+
"params": [
|
|
249
|
+
{
|
|
250
|
+
"type": "keyword",
|
|
251
|
+
"value": "string"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"type": "keyword",
|
|
255
|
+
"value": "unknown"
|
|
256
|
+
}
|
|
257
|
+
]
|
|
258
|
+
}
|
|
128
259
|
}
|
|
129
260
|
}
|
|
130
261
|
],
|
|
131
|
-
"
|
|
132
|
-
|
|
262
|
+
"returns": {
|
|
263
|
+
"annotation": {
|
|
264
|
+
"type": "reference",
|
|
265
|
+
"typeName": {
|
|
266
|
+
"type": "identifier",
|
|
267
|
+
"name": "Promise"
|
|
268
|
+
},
|
|
269
|
+
"typeParameters": {
|
|
270
|
+
"type": "typeParameterInstantiation",
|
|
271
|
+
"params": [
|
|
272
|
+
{
|
|
273
|
+
"type": "keyword",
|
|
274
|
+
"value": "unknown"
|
|
275
|
+
}
|
|
276
|
+
]
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
133
280
|
},
|
|
134
281
|
"ai-portal.save-request-store": {
|
|
135
282
|
"type": "provider",
|
|
@@ -1752,62 +1899,6 @@
|
|
|
1752
1899
|
}
|
|
1753
1900
|
}
|
|
1754
1901
|
},
|
|
1755
|
-
"ai-portal.call-tool": {
|
|
1756
|
-
"type": "provider",
|
|
1757
|
-
"params": [
|
|
1758
|
-
{
|
|
1759
|
-
"name": "tool",
|
|
1760
|
-
"annotation": {
|
|
1761
|
-
"type": "reference",
|
|
1762
|
-
"typeName": {
|
|
1763
|
-
"type": "identifier",
|
|
1764
|
-
"name": "ToolInfo"
|
|
1765
|
-
}
|
|
1766
|
-
}
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"name": "params",
|
|
1770
|
-
"annotation": {
|
|
1771
|
-
"type": "reference",
|
|
1772
|
-
"typeName": {
|
|
1773
|
-
"type": "identifier",
|
|
1774
|
-
"name": "Record"
|
|
1775
|
-
},
|
|
1776
|
-
"typeParameters": {
|
|
1777
|
-
"type": "typeParameterInstantiation",
|
|
1778
|
-
"params": [
|
|
1779
|
-
{
|
|
1780
|
-
"type": "keyword",
|
|
1781
|
-
"value": "string"
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
"type": "keyword",
|
|
1785
|
-
"value": "unknown"
|
|
1786
|
-
}
|
|
1787
|
-
]
|
|
1788
|
-
}
|
|
1789
|
-
}
|
|
1790
|
-
}
|
|
1791
|
-
],
|
|
1792
|
-
"returns": {
|
|
1793
|
-
"annotation": {
|
|
1794
|
-
"type": "reference",
|
|
1795
|
-
"typeName": {
|
|
1796
|
-
"type": "identifier",
|
|
1797
|
-
"name": "Promise"
|
|
1798
|
-
},
|
|
1799
|
-
"typeParameters": {
|
|
1800
|
-
"type": "typeParameterInstantiation",
|
|
1801
|
-
"params": [
|
|
1802
|
-
{
|
|
1803
|
-
"type": "keyword",
|
|
1804
|
-
"value": "unknown"
|
|
1805
|
-
}
|
|
1806
|
-
]
|
|
1807
|
-
}
|
|
1808
|
-
}
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
1902
|
"ai-portal.set-chat-command": {
|
|
1812
1903
|
"type": "provider",
|
|
1813
1904
|
"params": [
|
|
@@ -1935,54 +2026,91 @@
|
|
|
1935
2026
|
}
|
|
1936
2027
|
]
|
|
1937
2028
|
},
|
|
1938
|
-
"ai-portal.
|
|
2029
|
+
"ai-portal.page-container": {
|
|
1939
2030
|
"properties": [
|
|
1940
2031
|
{
|
|
1941
|
-
"name": "
|
|
2032
|
+
"name": "pageTitle",
|
|
2033
|
+
"annotation": {
|
|
2034
|
+
"type": "keyword",
|
|
2035
|
+
"value": "string"
|
|
2036
|
+
}
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"name": "breadcrumbs",
|
|
1942
2040
|
"annotation": {
|
|
1943
2041
|
"type": "array",
|
|
1944
2042
|
"elementType": {
|
|
1945
2043
|
"type": "reference",
|
|
1946
2044
|
"typeName": {
|
|
1947
2045
|
"type": "identifier",
|
|
1948
|
-
"name": "
|
|
2046
|
+
"name": "Breadcrumb"
|
|
1949
2047
|
}
|
|
1950
2048
|
}
|
|
1951
2049
|
}
|
|
1952
2050
|
},
|
|
1953
2051
|
{
|
|
1954
|
-
"name": "
|
|
2052
|
+
"name": "size",
|
|
1955
2053
|
"annotation": {
|
|
1956
|
-
"type": "
|
|
1957
|
-
"
|
|
2054
|
+
"type": "union",
|
|
2055
|
+
"types": [
|
|
2056
|
+
{
|
|
2057
|
+
"type": "jsLiteral",
|
|
2058
|
+
"value": "medium"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"type": "jsLiteral",
|
|
2062
|
+
"value": "small"
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"type": "jsLiteral",
|
|
2066
|
+
"value": "full"
|
|
2067
|
+
}
|
|
2068
|
+
]
|
|
1958
2069
|
}
|
|
1959
|
-
}
|
|
1960
|
-
],
|
|
1961
|
-
"events": [
|
|
2070
|
+
},
|
|
1962
2071
|
{
|
|
1963
|
-
"name": "
|
|
1964
|
-
"
|
|
1965
|
-
"
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
"type": "
|
|
1969
|
-
"
|
|
2072
|
+
"name": "variant",
|
|
2073
|
+
"annotation": {
|
|
2074
|
+
"type": "union",
|
|
2075
|
+
"types": [
|
|
2076
|
+
{
|
|
2077
|
+
"type": "jsLiteral",
|
|
2078
|
+
"value": "default"
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"type": "jsLiteral",
|
|
2082
|
+
"value": "form"
|
|
1970
2083
|
}
|
|
1971
|
-
|
|
2084
|
+
]
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"name": "sticky",
|
|
2089
|
+
"annotation": {
|
|
2090
|
+
"type": "keyword",
|
|
2091
|
+
"value": "boolean"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"name": "textContent",
|
|
2096
|
+
"annotation": {
|
|
2097
|
+
"type": "keyword",
|
|
2098
|
+
"value": "string"
|
|
1972
2099
|
}
|
|
1973
2100
|
}
|
|
1974
2101
|
],
|
|
2102
|
+
"events": [],
|
|
1975
2103
|
"methods": [],
|
|
1976
2104
|
"types": [
|
|
1977
2105
|
{
|
|
1978
2106
|
"type": "interface",
|
|
1979
|
-
"name": "
|
|
2107
|
+
"name": "Breadcrumb",
|
|
1980
2108
|
"body": [
|
|
1981
2109
|
{
|
|
1982
2110
|
"type": "propertySignature",
|
|
1983
2111
|
"key": {
|
|
1984
2112
|
"type": "identifier",
|
|
1985
|
-
"name": "
|
|
2113
|
+
"name": "text"
|
|
1986
2114
|
},
|
|
1987
2115
|
"annotation": {
|
|
1988
2116
|
"type": "keyword",
|
|
@@ -1994,7 +2122,7 @@
|
|
|
1994
2122
|
"type": "propertySignature",
|
|
1995
2123
|
"key": {
|
|
1996
2124
|
"type": "identifier",
|
|
1997
|
-
"name": "
|
|
2125
|
+
"name": "url"
|
|
1998
2126
|
},
|
|
1999
2127
|
"annotation": {
|
|
2000
2128
|
"type": "keyword",
|
|
@@ -2006,91 +2134,54 @@
|
|
|
2006
2134
|
}
|
|
2007
2135
|
]
|
|
2008
2136
|
},
|
|
2009
|
-
"ai-portal.
|
|
2137
|
+
"ai-portal.tab-list": {
|
|
2010
2138
|
"properties": [
|
|
2011
2139
|
{
|
|
2012
|
-
"name": "
|
|
2013
|
-
"annotation": {
|
|
2014
|
-
"type": "keyword",
|
|
2015
|
-
"value": "string"
|
|
2016
|
-
}
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"name": "breadcrumbs",
|
|
2140
|
+
"name": "tabs",
|
|
2020
2141
|
"annotation": {
|
|
2021
2142
|
"type": "array",
|
|
2022
2143
|
"elementType": {
|
|
2023
2144
|
"type": "reference",
|
|
2024
2145
|
"typeName": {
|
|
2025
2146
|
"type": "identifier",
|
|
2026
|
-
"name": "
|
|
2147
|
+
"name": "Tab"
|
|
2027
2148
|
}
|
|
2028
2149
|
}
|
|
2029
2150
|
}
|
|
2030
2151
|
},
|
|
2031
2152
|
{
|
|
2032
|
-
"name": "
|
|
2033
|
-
"annotation": {
|
|
2034
|
-
"type": "union",
|
|
2035
|
-
"types": [
|
|
2036
|
-
{
|
|
2037
|
-
"type": "jsLiteral",
|
|
2038
|
-
"value": "medium"
|
|
2039
|
-
},
|
|
2040
|
-
{
|
|
2041
|
-
"type": "jsLiteral",
|
|
2042
|
-
"value": "small"
|
|
2043
|
-
},
|
|
2044
|
-
{
|
|
2045
|
-
"type": "jsLiteral",
|
|
2046
|
-
"value": "full"
|
|
2047
|
-
}
|
|
2048
|
-
]
|
|
2049
|
-
}
|
|
2050
|
-
},
|
|
2051
|
-
{
|
|
2052
|
-
"name": "variant",
|
|
2053
|
-
"annotation": {
|
|
2054
|
-
"type": "union",
|
|
2055
|
-
"types": [
|
|
2056
|
-
{
|
|
2057
|
-
"type": "jsLiteral",
|
|
2058
|
-
"value": "default"
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"type": "jsLiteral",
|
|
2062
|
-
"value": "form"
|
|
2063
|
-
}
|
|
2064
|
-
]
|
|
2065
|
-
}
|
|
2066
|
-
},
|
|
2067
|
-
{
|
|
2068
|
-
"name": "sticky",
|
|
2153
|
+
"name": "activeTab",
|
|
2069
2154
|
"annotation": {
|
|
2070
2155
|
"type": "keyword",
|
|
2071
|
-
"value": "
|
|
2156
|
+
"value": "string"
|
|
2072
2157
|
}
|
|
2073
|
-
}
|
|
2158
|
+
}
|
|
2159
|
+
],
|
|
2160
|
+
"events": [
|
|
2074
2161
|
{
|
|
2075
|
-
"name": "
|
|
2076
|
-
"
|
|
2077
|
-
"
|
|
2078
|
-
|
|
2162
|
+
"name": "tab.click",
|
|
2163
|
+
"detail": {
|
|
2164
|
+
"annotation": {
|
|
2165
|
+
"type": "reference",
|
|
2166
|
+
"typeName": {
|
|
2167
|
+
"type": "identifier",
|
|
2168
|
+
"name": "Tab"
|
|
2169
|
+
}
|
|
2170
|
+
}
|
|
2079
2171
|
}
|
|
2080
2172
|
}
|
|
2081
2173
|
],
|
|
2082
|
-
"events": [],
|
|
2083
2174
|
"methods": [],
|
|
2084
2175
|
"types": [
|
|
2085
2176
|
{
|
|
2086
2177
|
"type": "interface",
|
|
2087
|
-
"name": "
|
|
2178
|
+
"name": "Tab",
|
|
2088
2179
|
"body": [
|
|
2089
2180
|
{
|
|
2090
2181
|
"type": "propertySignature",
|
|
2091
2182
|
"key": {
|
|
2092
2183
|
"type": "identifier",
|
|
2093
|
-
"name": "
|
|
2184
|
+
"name": "id"
|
|
2094
2185
|
},
|
|
2095
2186
|
"annotation": {
|
|
2096
2187
|
"type": "keyword",
|
|
@@ -2102,7 +2193,7 @@
|
|
|
2102
2193
|
"type": "propertySignature",
|
|
2103
2194
|
"key": {
|
|
2104
2195
|
"type": "identifier",
|
|
2105
|
-
"name": "
|
|
2196
|
+
"name": "label"
|
|
2106
2197
|
},
|
|
2107
2198
|
"annotation": {
|
|
2108
2199
|
"type": "keyword",
|
|
@@ -2114,105 +2205,14 @@
|
|
|
2114
2205
|
}
|
|
2115
2206
|
]
|
|
2116
2207
|
},
|
|
2117
|
-
"ai-portal.
|
|
2208
|
+
"ai-portal.home-container": {
|
|
2118
2209
|
"properties": [
|
|
2119
2210
|
{
|
|
2120
|
-
"name": "
|
|
2121
|
-
"annotation": {
|
|
2122
|
-
"type": "keyword",
|
|
2123
|
-
"value": "string"
|
|
2124
|
-
}
|
|
2125
|
-
},
|
|
2126
|
-
{
|
|
2127
|
-
"name": "value",
|
|
2128
|
-
"annotation": {
|
|
2129
|
-
"type": "keyword",
|
|
2130
|
-
"value": "string"
|
|
2131
|
-
}
|
|
2132
|
-
},
|
|
2133
|
-
{
|
|
2134
|
-
"name": "size",
|
|
2135
|
-
"annotation": {
|
|
2136
|
-
"type": "union",
|
|
2137
|
-
"types": [
|
|
2138
|
-
{
|
|
2139
|
-
"type": "jsLiteral",
|
|
2140
|
-
"value": "medium"
|
|
2141
|
-
},
|
|
2142
|
-
{
|
|
2143
|
-
"type": "jsLiteral",
|
|
2144
|
-
"value": "small"
|
|
2145
|
-
}
|
|
2146
|
-
]
|
|
2147
|
-
}
|
|
2148
|
-
},
|
|
2149
|
-
{
|
|
2150
|
-
"name": "lineColor",
|
|
2151
|
-
"annotation": {
|
|
2152
|
-
"type": "keyword",
|
|
2153
|
-
"value": "string"
|
|
2154
|
-
}
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
"name": "showArea",
|
|
2211
|
+
"name": "sticky",
|
|
2158
2212
|
"annotation": {
|
|
2159
2213
|
"type": "keyword",
|
|
2160
2214
|
"value": "boolean"
|
|
2161
2215
|
}
|
|
2162
|
-
},
|
|
2163
|
-
{
|
|
2164
|
-
"name": "min",
|
|
2165
|
-
"annotation": {
|
|
2166
|
-
"type": "keyword",
|
|
2167
|
-
"value": "number"
|
|
2168
|
-
}
|
|
2169
|
-
},
|
|
2170
|
-
{
|
|
2171
|
-
"name": "max",
|
|
2172
|
-
"annotation": {
|
|
2173
|
-
"type": "keyword",
|
|
2174
|
-
"value": "number"
|
|
2175
|
-
}
|
|
2176
|
-
},
|
|
2177
|
-
{
|
|
2178
|
-
"name": "xField",
|
|
2179
|
-
"annotation": {
|
|
2180
|
-
"type": "keyword",
|
|
2181
|
-
"value": "string"
|
|
2182
|
-
}
|
|
2183
|
-
},
|
|
2184
|
-
{
|
|
2185
|
-
"name": "yField",
|
|
2186
|
-
"annotation": {
|
|
2187
|
-
"type": "keyword",
|
|
2188
|
-
"value": "string"
|
|
2189
|
-
}
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"name": "data",
|
|
2193
|
-
"annotation": {
|
|
2194
|
-
"type": "array",
|
|
2195
|
-
"elementType": {
|
|
2196
|
-
"type": "reference",
|
|
2197
|
-
"typeName": {
|
|
2198
|
-
"type": "identifier",
|
|
2199
|
-
"name": "Record"
|
|
2200
|
-
},
|
|
2201
|
-
"typeParameters": {
|
|
2202
|
-
"type": "typeParameterInstantiation",
|
|
2203
|
-
"params": [
|
|
2204
|
-
{
|
|
2205
|
-
"type": "keyword",
|
|
2206
|
-
"value": "string"
|
|
2207
|
-
},
|
|
2208
|
-
{
|
|
2209
|
-
"type": "keyword",
|
|
2210
|
-
"value": "number"
|
|
2211
|
-
}
|
|
2212
|
-
]
|
|
2213
|
-
}
|
|
2214
|
-
}
|
|
2215
|
-
}
|
|
2216
2216
|
}
|
|
2217
2217
|
],
|
|
2218
2218
|
"events": [],
|
|
@@ -2377,6 +2377,19 @@
|
|
|
2377
2377
|
"events": [],
|
|
2378
2378
|
"methods": []
|
|
2379
2379
|
},
|
|
2380
|
+
"ai-portal.space-logo": {
|
|
2381
|
+
"properties": [
|
|
2382
|
+
{
|
|
2383
|
+
"name": "size",
|
|
2384
|
+
"annotation": {
|
|
2385
|
+
"type": "keyword",
|
|
2386
|
+
"value": "number"
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2389
|
+
],
|
|
2390
|
+
"events": [],
|
|
2391
|
+
"methods": []
|
|
2392
|
+
},
|
|
2380
2393
|
"ai-portal.project-knowledges": {
|
|
2381
2394
|
"properties": [
|
|
2382
2395
|
{
|
|
@@ -2547,7 +2560,7 @@
|
|
|
2547
2560
|
}
|
|
2548
2561
|
]
|
|
2549
2562
|
},
|
|
2550
|
-
"ai-portal.
|
|
2563
|
+
"ai-portal.show-cases": {
|
|
2551
2564
|
"properties": [
|
|
2552
2565
|
{
|
|
2553
2566
|
"name": "list",
|
|
@@ -2557,13 +2570,13 @@
|
|
|
2557
2570
|
"type": "reference",
|
|
2558
2571
|
"typeName": {
|
|
2559
2572
|
"type": "identifier",
|
|
2560
|
-
"name": "
|
|
2573
|
+
"name": "ShowCaseType"
|
|
2561
2574
|
}
|
|
2562
2575
|
}
|
|
2563
2576
|
}
|
|
2564
2577
|
},
|
|
2565
2578
|
{
|
|
2566
|
-
"name": "
|
|
2579
|
+
"name": "limit",
|
|
2567
2580
|
"annotation": {
|
|
2568
2581
|
"type": "keyword",
|
|
2569
2582
|
"value": "number"
|
|
@@ -2575,13 +2588,13 @@
|
|
|
2575
2588
|
"types": [
|
|
2576
2589
|
{
|
|
2577
2590
|
"type": "interface",
|
|
2578
|
-
"name": "
|
|
2591
|
+
"name": "ShowCaseType",
|
|
2579
2592
|
"body": [
|
|
2580
2593
|
{
|
|
2581
2594
|
"type": "propertySignature",
|
|
2582
2595
|
"key": {
|
|
2583
2596
|
"type": "identifier",
|
|
2584
|
-
"name": "
|
|
2597
|
+
"name": "conversationId"
|
|
2585
2598
|
},
|
|
2586
2599
|
"annotation": {
|
|
2587
2600
|
"type": "keyword",
|
|
@@ -2605,7 +2618,7 @@
|
|
|
2605
2618
|
"type": "propertySignature",
|
|
2606
2619
|
"key": {
|
|
2607
2620
|
"type": "identifier",
|
|
2608
|
-
"name": "
|
|
2621
|
+
"name": "summary"
|
|
2609
2622
|
},
|
|
2610
2623
|
"annotation": {
|
|
2611
2624
|
"type": "keyword",
|
|
@@ -2617,68 +2630,32 @@
|
|
|
2617
2630
|
"type": "propertySignature",
|
|
2618
2631
|
"key": {
|
|
2619
2632
|
"type": "identifier",
|
|
2620
|
-
"name": "
|
|
2633
|
+
"name": "scenario"
|
|
2621
2634
|
},
|
|
2622
2635
|
"annotation": {
|
|
2623
|
-
"type": "
|
|
2624
|
-
"
|
|
2625
|
-
"type": "identifier",
|
|
2626
|
-
"name": "GeneralIconProps"
|
|
2627
|
-
}
|
|
2636
|
+
"type": "keyword",
|
|
2637
|
+
"value": "string"
|
|
2628
2638
|
},
|
|
2629
|
-
"optional": true,
|
|
2630
2639
|
"computed": false
|
|
2631
2640
|
},
|
|
2632
2641
|
{
|
|
2633
2642
|
"type": "propertySignature",
|
|
2634
2643
|
"key": {
|
|
2635
2644
|
"type": "identifier",
|
|
2636
|
-
"name": "
|
|
2645
|
+
"name": "url"
|
|
2637
2646
|
},
|
|
2638
2647
|
"annotation": {
|
|
2639
|
-
"type": "
|
|
2640
|
-
"
|
|
2641
|
-
"type": "identifier",
|
|
2642
|
-
"name": "McpServer"
|
|
2643
|
-
}
|
|
2644
|
-
},
|
|
2645
|
-
"computed": false
|
|
2646
|
-
}
|
|
2647
|
-
]
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"type": "interface",
|
|
2651
|
-
"name": "McpServer",
|
|
2652
|
-
"body": [
|
|
2653
|
-
{
|
|
2654
|
-
"type": "propertySignature",
|
|
2655
|
-
"key": {
|
|
2656
|
-
"type": "identifier",
|
|
2657
|
-
"name": "id"
|
|
2658
|
-
},
|
|
2659
|
-
"annotation": {
|
|
2660
|
-
"type": "keyword",
|
|
2661
|
-
"value": "string"
|
|
2662
|
-
},
|
|
2663
|
-
"computed": false
|
|
2664
|
-
},
|
|
2665
|
-
{
|
|
2666
|
-
"type": "propertySignature",
|
|
2667
|
-
"key": {
|
|
2668
|
-
"type": "identifier",
|
|
2669
|
-
"name": "name"
|
|
2670
|
-
},
|
|
2671
|
-
"annotation": {
|
|
2672
|
-
"type": "keyword",
|
|
2673
|
-
"value": "string"
|
|
2648
|
+
"type": "keyword",
|
|
2649
|
+
"value": "string"
|
|
2674
2650
|
},
|
|
2651
|
+
"optional": true,
|
|
2675
2652
|
"computed": false
|
|
2676
2653
|
}
|
|
2677
2654
|
]
|
|
2678
2655
|
}
|
|
2679
2656
|
]
|
|
2680
2657
|
},
|
|
2681
|
-
"ai-portal.
|
|
2658
|
+
"ai-portal.mcp-tools": {
|
|
2682
2659
|
"properties": [
|
|
2683
2660
|
{
|
|
2684
2661
|
"name": "list",
|
|
@@ -2688,13 +2665,13 @@
|
|
|
2688
2665
|
"type": "reference",
|
|
2689
2666
|
"typeName": {
|
|
2690
2667
|
"type": "identifier",
|
|
2691
|
-
"name": "
|
|
2668
|
+
"name": "McpTool"
|
|
2692
2669
|
}
|
|
2693
2670
|
}
|
|
2694
2671
|
}
|
|
2695
2672
|
},
|
|
2696
2673
|
{
|
|
2697
|
-
"name": "
|
|
2674
|
+
"name": "stickyTop",
|
|
2698
2675
|
"annotation": {
|
|
2699
2676
|
"type": "keyword",
|
|
2700
2677
|
"value": "number"
|
|
@@ -2706,13 +2683,13 @@
|
|
|
2706
2683
|
"types": [
|
|
2707
2684
|
{
|
|
2708
2685
|
"type": "interface",
|
|
2709
|
-
"name": "
|
|
2686
|
+
"name": "McpTool",
|
|
2710
2687
|
"body": [
|
|
2711
2688
|
{
|
|
2712
2689
|
"type": "propertySignature",
|
|
2713
2690
|
"key": {
|
|
2714
2691
|
"type": "identifier",
|
|
2715
|
-
"name": "
|
|
2692
|
+
"name": "name"
|
|
2716
2693
|
},
|
|
2717
2694
|
"annotation": {
|
|
2718
2695
|
"type": "keyword",
|
|
@@ -2736,7 +2713,7 @@
|
|
|
2736
2713
|
"type": "propertySignature",
|
|
2737
2714
|
"key": {
|
|
2738
2715
|
"type": "identifier",
|
|
2739
|
-
"name": "
|
|
2716
|
+
"name": "description"
|
|
2740
2717
|
},
|
|
2741
2718
|
"annotation": {
|
|
2742
2719
|
"type": "keyword",
|
|
@@ -2748,7 +2725,44 @@
|
|
|
2748
2725
|
"type": "propertySignature",
|
|
2749
2726
|
"key": {
|
|
2750
2727
|
"type": "identifier",
|
|
2751
|
-
"name": "
|
|
2728
|
+
"name": "icon"
|
|
2729
|
+
},
|
|
2730
|
+
"annotation": {
|
|
2731
|
+
"type": "reference",
|
|
2732
|
+
"typeName": {
|
|
2733
|
+
"type": "identifier",
|
|
2734
|
+
"name": "GeneralIconProps"
|
|
2735
|
+
}
|
|
2736
|
+
},
|
|
2737
|
+
"optional": true,
|
|
2738
|
+
"computed": false
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"type": "propertySignature",
|
|
2742
|
+
"key": {
|
|
2743
|
+
"type": "identifier",
|
|
2744
|
+
"name": "server"
|
|
2745
|
+
},
|
|
2746
|
+
"annotation": {
|
|
2747
|
+
"type": "reference",
|
|
2748
|
+
"typeName": {
|
|
2749
|
+
"type": "identifier",
|
|
2750
|
+
"name": "McpServer"
|
|
2751
|
+
}
|
|
2752
|
+
},
|
|
2753
|
+
"computed": false
|
|
2754
|
+
}
|
|
2755
|
+
]
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"type": "interface",
|
|
2759
|
+
"name": "McpServer",
|
|
2760
|
+
"body": [
|
|
2761
|
+
{
|
|
2762
|
+
"type": "propertySignature",
|
|
2763
|
+
"key": {
|
|
2764
|
+
"type": "identifier",
|
|
2765
|
+
"name": "id"
|
|
2752
2766
|
},
|
|
2753
2767
|
"annotation": {
|
|
2754
2768
|
"type": "keyword",
|
|
@@ -2760,20 +2774,19 @@
|
|
|
2760
2774
|
"type": "propertySignature",
|
|
2761
2775
|
"key": {
|
|
2762
2776
|
"type": "identifier",
|
|
2763
|
-
"name": "
|
|
2777
|
+
"name": "name"
|
|
2764
2778
|
},
|
|
2765
2779
|
"annotation": {
|
|
2766
2780
|
"type": "keyword",
|
|
2767
2781
|
"value": "string"
|
|
2768
2782
|
},
|
|
2769
|
-
"optional": true,
|
|
2770
2783
|
"computed": false
|
|
2771
2784
|
}
|
|
2772
2785
|
]
|
|
2773
2786
|
}
|
|
2774
2787
|
]
|
|
2775
2788
|
},
|
|
2776
|
-
"ai-portal.ai-
|
|
2789
|
+
"ai-portal.ai-employees": {
|
|
2777
2790
|
"properties": [
|
|
2778
2791
|
{
|
|
2779
2792
|
"name": "list",
|
|
@@ -2783,11 +2796,21 @@
|
|
|
2783
2796
|
"type": "reference",
|
|
2784
2797
|
"typeName": {
|
|
2785
2798
|
"type": "identifier",
|
|
2786
|
-
"name": "
|
|
2799
|
+
"name": "Employee"
|
|
2787
2800
|
}
|
|
2788
2801
|
}
|
|
2789
2802
|
}
|
|
2790
2803
|
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "industries",
|
|
2806
|
+
"annotation": {
|
|
2807
|
+
"type": "array",
|
|
2808
|
+
"elementType": {
|
|
2809
|
+
"type": "keyword",
|
|
2810
|
+
"value": "string"
|
|
2811
|
+
}
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2791
2814
|
{
|
|
2792
2815
|
"name": "urlTemplate",
|
|
2793
2816
|
"annotation": {
|
|
@@ -2796,10 +2819,10 @@
|
|
|
2796
2819
|
}
|
|
2797
2820
|
},
|
|
2798
2821
|
{
|
|
2799
|
-
"name": "
|
|
2822
|
+
"name": "stickyTop",
|
|
2800
2823
|
"annotation": {
|
|
2801
2824
|
"type": "keyword",
|
|
2802
|
-
"value": "
|
|
2825
|
+
"value": "number"
|
|
2803
2826
|
}
|
|
2804
2827
|
}
|
|
2805
2828
|
],
|
|
@@ -2808,7 +2831,7 @@
|
|
|
2808
2831
|
"types": [
|
|
2809
2832
|
{
|
|
2810
2833
|
"type": "interface",
|
|
2811
|
-
"name": "
|
|
2834
|
+
"name": "Employee",
|
|
2812
2835
|
"body": [
|
|
2813
2836
|
{
|
|
2814
2837
|
"type": "propertySignature",
|
|
@@ -2826,7 +2849,7 @@
|
|
|
2826
2849
|
"type": "propertySignature",
|
|
2827
2850
|
"key": {
|
|
2828
2851
|
"type": "identifier",
|
|
2829
|
-
"name": "
|
|
2852
|
+
"name": "industry"
|
|
2830
2853
|
},
|
|
2831
2854
|
"annotation": {
|
|
2832
2855
|
"type": "keyword",
|
|
@@ -2838,30 +2861,35 @@
|
|
|
2838
2861
|
"type": "propertySignature",
|
|
2839
2862
|
"key": {
|
|
2840
2863
|
"type": "identifier",
|
|
2841
|
-
"name": "
|
|
2864
|
+
"name": "role"
|
|
2842
2865
|
},
|
|
2843
2866
|
"annotation": {
|
|
2844
|
-
"type": "
|
|
2845
|
-
"
|
|
2846
|
-
"type": "identifier",
|
|
2847
|
-
"name": "GeneralIconProps"
|
|
2848
|
-
}
|
|
2867
|
+
"type": "keyword",
|
|
2868
|
+
"value": "string"
|
|
2849
2869
|
},
|
|
2850
|
-
"optional": true,
|
|
2851
2870
|
"computed": false
|
|
2852
2871
|
},
|
|
2853
2872
|
{
|
|
2854
2873
|
"type": "propertySignature",
|
|
2855
2874
|
"key": {
|
|
2856
2875
|
"type": "identifier",
|
|
2857
|
-
"name": "
|
|
2876
|
+
"name": "description"
|
|
2858
2877
|
},
|
|
2859
2878
|
"annotation": {
|
|
2860
|
-
"type": "
|
|
2861
|
-
"
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2879
|
+
"type": "keyword",
|
|
2880
|
+
"value": "string"
|
|
2881
|
+
},
|
|
2882
|
+
"computed": false
|
|
2883
|
+
},
|
|
2884
|
+
{
|
|
2885
|
+
"type": "propertySignature",
|
|
2886
|
+
"key": {
|
|
2887
|
+
"type": "identifier",
|
|
2888
|
+
"name": "avatar"
|
|
2889
|
+
},
|
|
2890
|
+
"annotation": {
|
|
2891
|
+
"type": "keyword",
|
|
2892
|
+
"value": "string"
|
|
2865
2893
|
},
|
|
2866
2894
|
"optional": true,
|
|
2867
2895
|
"computed": false
|
|
@@ -2870,7 +2898,7 @@
|
|
|
2870
2898
|
}
|
|
2871
2899
|
]
|
|
2872
2900
|
},
|
|
2873
|
-
"ai-portal.ai-
|
|
2901
|
+
"ai-portal.ai-agents": {
|
|
2874
2902
|
"properties": [
|
|
2875
2903
|
{
|
|
2876
2904
|
"name": "list",
|
|
@@ -2880,21 +2908,11 @@
|
|
|
2880
2908
|
"type": "reference",
|
|
2881
2909
|
"typeName": {
|
|
2882
2910
|
"type": "identifier",
|
|
2883
|
-
"name": "
|
|
2911
|
+
"name": "Agent"
|
|
2884
2912
|
}
|
|
2885
2913
|
}
|
|
2886
2914
|
}
|
|
2887
2915
|
},
|
|
2888
|
-
{
|
|
2889
|
-
"name": "industries",
|
|
2890
|
-
"annotation": {
|
|
2891
|
-
"type": "array",
|
|
2892
|
-
"elementType": {
|
|
2893
|
-
"type": "keyword",
|
|
2894
|
-
"value": "string"
|
|
2895
|
-
}
|
|
2896
|
-
}
|
|
2897
|
-
},
|
|
2898
2916
|
{
|
|
2899
2917
|
"name": "urlTemplate",
|
|
2900
2918
|
"annotation": {
|
|
@@ -2903,10 +2921,10 @@
|
|
|
2903
2921
|
}
|
|
2904
2922
|
},
|
|
2905
2923
|
{
|
|
2906
|
-
"name": "
|
|
2924
|
+
"name": "withContainer",
|
|
2907
2925
|
"annotation": {
|
|
2908
2926
|
"type": "keyword",
|
|
2909
|
-
"value": "
|
|
2927
|
+
"value": "boolean"
|
|
2910
2928
|
}
|
|
2911
2929
|
}
|
|
2912
2930
|
],
|
|
@@ -2915,7 +2933,7 @@
|
|
|
2915
2933
|
"types": [
|
|
2916
2934
|
{
|
|
2917
2935
|
"type": "interface",
|
|
2918
|
-
"name": "
|
|
2936
|
+
"name": "Agent",
|
|
2919
2937
|
"body": [
|
|
2920
2938
|
{
|
|
2921
2939
|
"type": "propertySignature",
|
|
@@ -2933,19 +2951,7 @@
|
|
|
2933
2951
|
"type": "propertySignature",
|
|
2934
2952
|
"key": {
|
|
2935
2953
|
"type": "identifier",
|
|
2936
|
-
"name": "
|
|
2937
|
-
},
|
|
2938
|
-
"annotation": {
|
|
2939
|
-
"type": "keyword",
|
|
2940
|
-
"value": "string"
|
|
2941
|
-
},
|
|
2942
|
-
"computed": false
|
|
2943
|
-
},
|
|
2944
|
-
{
|
|
2945
|
-
"type": "propertySignature",
|
|
2946
|
-
"key": {
|
|
2947
|
-
"type": "identifier",
|
|
2948
|
-
"name": "role"
|
|
2954
|
+
"name": "description"
|
|
2949
2955
|
},
|
|
2950
2956
|
"annotation": {
|
|
2951
2957
|
"type": "keyword",
|
|
@@ -2957,23 +2963,30 @@
|
|
|
2957
2963
|
"type": "propertySignature",
|
|
2958
2964
|
"key": {
|
|
2959
2965
|
"type": "identifier",
|
|
2960
|
-
"name": "
|
|
2966
|
+
"name": "icon"
|
|
2961
2967
|
},
|
|
2962
2968
|
"annotation": {
|
|
2963
|
-
"type": "
|
|
2964
|
-
"
|
|
2969
|
+
"type": "reference",
|
|
2970
|
+
"typeName": {
|
|
2971
|
+
"type": "identifier",
|
|
2972
|
+
"name": "GeneralIconProps"
|
|
2973
|
+
}
|
|
2965
2974
|
},
|
|
2975
|
+
"optional": true,
|
|
2966
2976
|
"computed": false
|
|
2967
2977
|
},
|
|
2968
2978
|
{
|
|
2969
2979
|
"type": "propertySignature",
|
|
2970
2980
|
"key": {
|
|
2971
2981
|
"type": "identifier",
|
|
2972
|
-
"name": "
|
|
2982
|
+
"name": "tags"
|
|
2973
2983
|
},
|
|
2974
2984
|
"annotation": {
|
|
2975
|
-
"type": "
|
|
2976
|
-
"
|
|
2985
|
+
"type": "array",
|
|
2986
|
+
"elementType": {
|
|
2987
|
+
"type": "keyword",
|
|
2988
|
+
"value": "string"
|
|
2989
|
+
}
|
|
2977
2990
|
},
|
|
2978
2991
|
"optional": true,
|
|
2979
2992
|
"computed": false
|
|
@@ -3151,6 +3164,26 @@
|
|
|
3151
3164
|
}
|
|
3152
3165
|
]
|
|
3153
3166
|
},
|
|
3167
|
+
"ai-portal.preview-container": {
|
|
3168
|
+
"properties": [
|
|
3169
|
+
{
|
|
3170
|
+
"name": "source",
|
|
3171
|
+
"annotation": {
|
|
3172
|
+
"type": "keyword",
|
|
3173
|
+
"value": "string"
|
|
3174
|
+
}
|
|
3175
|
+
},
|
|
3176
|
+
{
|
|
3177
|
+
"name": "url",
|
|
3178
|
+
"annotation": {
|
|
3179
|
+
"type": "keyword",
|
|
3180
|
+
"value": "string"
|
|
3181
|
+
}
|
|
3182
|
+
}
|
|
3183
|
+
],
|
|
3184
|
+
"events": [],
|
|
3185
|
+
"methods": []
|
|
3186
|
+
},
|
|
3154
3187
|
"ai-portal.action-buttons": {
|
|
3155
3188
|
"properties": [
|
|
3156
3189
|
{
|
|
@@ -3269,26 +3302,6 @@
|
|
|
3269
3302
|
}
|
|
3270
3303
|
]
|
|
3271
3304
|
},
|
|
3272
|
-
"ai-portal.preview-container": {
|
|
3273
|
-
"properties": [
|
|
3274
|
-
{
|
|
3275
|
-
"name": "source",
|
|
3276
|
-
"annotation": {
|
|
3277
|
-
"type": "keyword",
|
|
3278
|
-
"value": "string"
|
|
3279
|
-
}
|
|
3280
|
-
},
|
|
3281
|
-
{
|
|
3282
|
-
"name": "url",
|
|
3283
|
-
"annotation": {
|
|
3284
|
-
"type": "keyword",
|
|
3285
|
-
"value": "string"
|
|
3286
|
-
}
|
|
3287
|
-
}
|
|
3288
|
-
],
|
|
3289
|
-
"events": [],
|
|
3290
|
-
"methods": []
|
|
3291
|
-
},
|
|
3292
3305
|
"ai-portal.project-conversations": {
|
|
3293
3306
|
"properties": [
|
|
3294
3307
|
{
|
|
@@ -5598,7 +5611,7 @@
|
|
|
5598
5611
|
}
|
|
5599
5612
|
]
|
|
5600
5613
|
},
|
|
5601
|
-
"ai-portal.notice-
|
|
5614
|
+
"ai-portal.notice-dropdown": {
|
|
5602
5615
|
"properties": [
|
|
5603
5616
|
{
|
|
5604
5617
|
"name": "dataSource",
|
|
@@ -5613,6 +5626,16 @@
|
|
|
5613
5626
|
}
|
|
5614
5627
|
}
|
|
5615
5628
|
},
|
|
5629
|
+
{
|
|
5630
|
+
"name": "popoverPlacement",
|
|
5631
|
+
"annotation": {
|
|
5632
|
+
"type": "reference",
|
|
5633
|
+
"typeName": {
|
|
5634
|
+
"type": "identifier",
|
|
5635
|
+
"name": "Placement"
|
|
5636
|
+
}
|
|
5637
|
+
}
|
|
5638
|
+
},
|
|
5616
5639
|
{
|
|
5617
5640
|
"name": "emptyText",
|
|
5618
5641
|
"annotation": {
|
|
@@ -5620,6 +5643,13 @@
|
|
|
5620
5643
|
"value": "string"
|
|
5621
5644
|
}
|
|
5622
5645
|
},
|
|
5646
|
+
{
|
|
5647
|
+
"name": "notifyCenterUrl",
|
|
5648
|
+
"annotation": {
|
|
5649
|
+
"type": "keyword",
|
|
5650
|
+
"value": "string"
|
|
5651
|
+
}
|
|
5652
|
+
},
|
|
5623
5653
|
{
|
|
5624
5654
|
"name": "urlTemplate",
|
|
5625
5655
|
"annotation": {
|
|
@@ -5638,15 +5668,45 @@
|
|
|
5638
5668
|
}
|
|
5639
5669
|
},
|
|
5640
5670
|
{
|
|
5641
|
-
"name": "
|
|
5671
|
+
"name": "dropdownMaxWidth",
|
|
5642
5672
|
"annotation": {
|
|
5643
|
-
"type": "
|
|
5644
|
-
"
|
|
5645
|
-
|
|
5646
|
-
|
|
5647
|
-
|
|
5648
|
-
|
|
5649
|
-
|
|
5673
|
+
"type": "union",
|
|
5674
|
+
"types": [
|
|
5675
|
+
{
|
|
5676
|
+
"type": "keyword",
|
|
5677
|
+
"value": "string"
|
|
5678
|
+
},
|
|
5679
|
+
{
|
|
5680
|
+
"type": "keyword",
|
|
5681
|
+
"value": "number"
|
|
5682
|
+
}
|
|
5683
|
+
]
|
|
5684
|
+
}
|
|
5685
|
+
},
|
|
5686
|
+
{
|
|
5687
|
+
"name": "dropdownContentStyle",
|
|
5688
|
+
"annotation": {
|
|
5689
|
+
"type": "reference",
|
|
5690
|
+
"typeName": {
|
|
5691
|
+
"type": "qualifiedName",
|
|
5692
|
+
"left": {
|
|
5693
|
+
"type": "identifier",
|
|
5694
|
+
"name": "React"
|
|
5695
|
+
},
|
|
5696
|
+
"right": {
|
|
5697
|
+
"type": "identifier",
|
|
5698
|
+
"name": "CSSProperties"
|
|
5699
|
+
}
|
|
5700
|
+
}
|
|
5701
|
+
}
|
|
5702
|
+
},
|
|
5703
|
+
{
|
|
5704
|
+
"name": "hideNotifyCenterButton",
|
|
5705
|
+
"annotation": {
|
|
5706
|
+
"type": "keyword",
|
|
5707
|
+
"value": "boolean"
|
|
5708
|
+
}
|
|
5709
|
+
}
|
|
5650
5710
|
],
|
|
5651
5711
|
"events": [
|
|
5652
5712
|
{
|
|
@@ -5661,21 +5721,6 @@
|
|
|
5661
5721
|
}
|
|
5662
5722
|
}
|
|
5663
5723
|
},
|
|
5664
|
-
{
|
|
5665
|
-
"name": "mark.items.read",
|
|
5666
|
-
"detail": {
|
|
5667
|
-
"annotation": {
|
|
5668
|
-
"type": "array",
|
|
5669
|
-
"elementType": {
|
|
5670
|
-
"type": "reference",
|
|
5671
|
-
"typeName": {
|
|
5672
|
-
"type": "identifier",
|
|
5673
|
-
"name": "NoticeItem"
|
|
5674
|
-
}
|
|
5675
|
-
}
|
|
5676
|
-
}
|
|
5677
|
-
}
|
|
5678
|
-
},
|
|
5679
5724
|
{
|
|
5680
5725
|
"name": "mark.all.read",
|
|
5681
5726
|
"detail": {
|
|
@@ -5783,7 +5828,7 @@
|
|
|
5783
5828
|
}
|
|
5784
5829
|
]
|
|
5785
5830
|
},
|
|
5786
|
-
"ai-portal.notice-
|
|
5831
|
+
"ai-portal.notice-list": {
|
|
5787
5832
|
"properties": [
|
|
5788
5833
|
{
|
|
5789
5834
|
"name": "dataSource",
|
|
@@ -5798,16 +5843,6 @@
|
|
|
5798
5843
|
}
|
|
5799
5844
|
}
|
|
5800
5845
|
},
|
|
5801
|
-
{
|
|
5802
|
-
"name": "popoverPlacement",
|
|
5803
|
-
"annotation": {
|
|
5804
|
-
"type": "reference",
|
|
5805
|
-
"typeName": {
|
|
5806
|
-
"type": "identifier",
|
|
5807
|
-
"name": "Placement"
|
|
5808
|
-
}
|
|
5809
|
-
}
|
|
5810
|
-
},
|
|
5811
5846
|
{
|
|
5812
5847
|
"name": "emptyText",
|
|
5813
5848
|
"annotation": {
|
|
@@ -5815,13 +5850,6 @@
|
|
|
5815
5850
|
"value": "string"
|
|
5816
5851
|
}
|
|
5817
5852
|
},
|
|
5818
|
-
{
|
|
5819
|
-
"name": "notifyCenterUrl",
|
|
5820
|
-
"annotation": {
|
|
5821
|
-
"type": "keyword",
|
|
5822
|
-
"value": "string"
|
|
5823
|
-
}
|
|
5824
|
-
},
|
|
5825
5853
|
{
|
|
5826
5854
|
"name": "urlTemplate",
|
|
5827
5855
|
"annotation": {
|
|
@@ -5840,44 +5868,14 @@
|
|
|
5840
5868
|
}
|
|
5841
5869
|
},
|
|
5842
5870
|
{
|
|
5843
|
-
"name": "
|
|
5844
|
-
"annotation": {
|
|
5845
|
-
"type": "union",
|
|
5846
|
-
"types": [
|
|
5847
|
-
{
|
|
5848
|
-
"type": "keyword",
|
|
5849
|
-
"value": "string"
|
|
5850
|
-
},
|
|
5851
|
-
{
|
|
5852
|
-
"type": "keyword",
|
|
5853
|
-
"value": "number"
|
|
5854
|
-
}
|
|
5855
|
-
]
|
|
5856
|
-
}
|
|
5857
|
-
},
|
|
5858
|
-
{
|
|
5859
|
-
"name": "dropdownContentStyle",
|
|
5871
|
+
"name": "selectedIds",
|
|
5860
5872
|
"annotation": {
|
|
5861
|
-
"type": "
|
|
5862
|
-
"
|
|
5863
|
-
"type": "
|
|
5864
|
-
"
|
|
5865
|
-
"type": "identifier",
|
|
5866
|
-
"name": "React"
|
|
5867
|
-
},
|
|
5868
|
-
"right": {
|
|
5869
|
-
"type": "identifier",
|
|
5870
|
-
"name": "CSSProperties"
|
|
5871
|
-
}
|
|
5873
|
+
"type": "array",
|
|
5874
|
+
"elementType": {
|
|
5875
|
+
"type": "keyword",
|
|
5876
|
+
"value": "string"
|
|
5872
5877
|
}
|
|
5873
5878
|
}
|
|
5874
|
-
},
|
|
5875
|
-
{
|
|
5876
|
-
"name": "hideNotifyCenterButton",
|
|
5877
|
-
"annotation": {
|
|
5878
|
-
"type": "keyword",
|
|
5879
|
-
"value": "boolean"
|
|
5880
|
-
}
|
|
5881
5879
|
}
|
|
5882
5880
|
],
|
|
5883
5881
|
"events": [
|
|
@@ -5893,6 +5891,21 @@
|
|
|
5893
5891
|
}
|
|
5894
5892
|
}
|
|
5895
5893
|
},
|
|
5894
|
+
{
|
|
5895
|
+
"name": "mark.items.read",
|
|
5896
|
+
"detail": {
|
|
5897
|
+
"annotation": {
|
|
5898
|
+
"type": "array",
|
|
5899
|
+
"elementType": {
|
|
5900
|
+
"type": "reference",
|
|
5901
|
+
"typeName": {
|
|
5902
|
+
"type": "identifier",
|
|
5903
|
+
"name": "NoticeItem"
|
|
5904
|
+
}
|
|
5905
|
+
}
|
|
5906
|
+
}
|
|
5907
|
+
}
|
|
5908
|
+
},
|
|
5896
5909
|
{
|
|
5897
5910
|
"name": "mark.all.read",
|
|
5898
5911
|
"detail": {
|
|
@@ -6000,40 +6013,33 @@
|
|
|
6000
6013
|
}
|
|
6001
6014
|
]
|
|
6002
6015
|
},
|
|
6003
|
-
"ai-portal.
|
|
6016
|
+
"ai-portal.space-workbench": {
|
|
6004
6017
|
"properties": [
|
|
6005
6018
|
{
|
|
6006
|
-
"name": "
|
|
6019
|
+
"name": "notices",
|
|
6007
6020
|
"annotation": {
|
|
6008
6021
|
"type": "array",
|
|
6009
6022
|
"elementType": {
|
|
6010
6023
|
"type": "reference",
|
|
6011
6024
|
"typeName": {
|
|
6012
6025
|
"type": "identifier",
|
|
6013
|
-
"name": "
|
|
6026
|
+
"name": "NoticeItem"
|
|
6014
6027
|
}
|
|
6015
6028
|
}
|
|
6016
6029
|
}
|
|
6017
6030
|
},
|
|
6018
6031
|
{
|
|
6019
|
-
"name": "
|
|
6032
|
+
"name": "spaceDetail",
|
|
6020
6033
|
"annotation": {
|
|
6021
6034
|
"type": "reference",
|
|
6022
6035
|
"typeName": {
|
|
6023
|
-
"type": "
|
|
6024
|
-
"
|
|
6025
|
-
"type": "identifier",
|
|
6026
|
-
"name": "React"
|
|
6027
|
-
},
|
|
6028
|
-
"right": {
|
|
6029
|
-
"type": "identifier",
|
|
6030
|
-
"name": "CSSProperties"
|
|
6031
|
-
}
|
|
6036
|
+
"type": "identifier",
|
|
6037
|
+
"name": "SpaceDetail"
|
|
6032
6038
|
}
|
|
6033
6039
|
}
|
|
6034
6040
|
},
|
|
6035
6041
|
{
|
|
6036
|
-
"name": "
|
|
6042
|
+
"name": "notifyCenterUrl",
|
|
6037
6043
|
"annotation": {
|
|
6038
6044
|
"type": "keyword",
|
|
6039
6045
|
"value": "string"
|
|
@@ -6042,89 +6048,65 @@
|
|
|
6042
6048
|
],
|
|
6043
6049
|
"events": [
|
|
6044
6050
|
{
|
|
6045
|
-
"name": "
|
|
6051
|
+
"name": "go.back",
|
|
6046
6052
|
"detail": {
|
|
6047
6053
|
"annotation": {
|
|
6048
|
-
"type": "
|
|
6049
|
-
"
|
|
6050
|
-
"type": "identifier",
|
|
6051
|
-
"name": "GoalItem"
|
|
6052
|
-
}
|
|
6054
|
+
"type": "keyword",
|
|
6055
|
+
"value": "void"
|
|
6053
6056
|
}
|
|
6054
6057
|
}
|
|
6055
6058
|
},
|
|
6056
6059
|
{
|
|
6057
|
-
"name": "
|
|
6060
|
+
"name": "members.click",
|
|
6058
6061
|
"detail": {
|
|
6059
6062
|
"annotation": {
|
|
6060
|
-
"type": "
|
|
6061
|
-
"
|
|
6062
|
-
"type": "identifier",
|
|
6063
|
-
"name": "GoalItem"
|
|
6064
|
-
}
|
|
6063
|
+
"type": "keyword",
|
|
6064
|
+
"value": "void"
|
|
6065
6065
|
}
|
|
6066
6066
|
}
|
|
6067
6067
|
},
|
|
6068
6068
|
{
|
|
6069
|
-
"name": "
|
|
6069
|
+
"name": "notice.click",
|
|
6070
6070
|
"detail": {
|
|
6071
6071
|
"annotation": {
|
|
6072
6072
|
"type": "reference",
|
|
6073
6073
|
"typeName": {
|
|
6074
6074
|
"type": "identifier",
|
|
6075
|
-
"name": "
|
|
6075
|
+
"name": "NoticeItem"
|
|
6076
6076
|
}
|
|
6077
6077
|
}
|
|
6078
6078
|
}
|
|
6079
6079
|
},
|
|
6080
6080
|
{
|
|
6081
|
-
"name": "
|
|
6081
|
+
"name": "mark.all.read",
|
|
6082
6082
|
"detail": {
|
|
6083
6083
|
"annotation": {
|
|
6084
|
-
"type": "
|
|
6085
|
-
"
|
|
6086
|
-
"type": "identifier",
|
|
6087
|
-
"name": "GoalItem"
|
|
6088
|
-
}
|
|
6084
|
+
"type": "keyword",
|
|
6085
|
+
"value": "void"
|
|
6089
6086
|
}
|
|
6090
6087
|
}
|
|
6091
|
-
}
|
|
6092
|
-
],
|
|
6093
|
-
"methods": [
|
|
6088
|
+
},
|
|
6094
6089
|
{
|
|
6095
|
-
"name": "
|
|
6096
|
-
"
|
|
6097
|
-
{
|
|
6098
|
-
"
|
|
6099
|
-
"
|
|
6100
|
-
"type": "keyword",
|
|
6101
|
-
"value": "string"
|
|
6102
|
-
}
|
|
6103
|
-
},
|
|
6104
|
-
{
|
|
6105
|
-
"name": "newItem",
|
|
6106
|
-
"annotation": {
|
|
6107
|
-
"type": "reference",
|
|
6108
|
-
"typeName": {
|
|
6109
|
-
"type": "identifier",
|
|
6110
|
-
"name": "GoalItem"
|
|
6111
|
-
}
|
|
6112
|
-
}
|
|
6090
|
+
"name": "space.edit",
|
|
6091
|
+
"detail": {
|
|
6092
|
+
"annotation": {
|
|
6093
|
+
"type": "keyword",
|
|
6094
|
+
"value": "void"
|
|
6113
6095
|
}
|
|
6114
|
-
|
|
6115
|
-
"returns": {}
|
|
6096
|
+
}
|
|
6116
6097
|
}
|
|
6117
6098
|
],
|
|
6099
|
+
"methods": [],
|
|
6118
6100
|
"types": [
|
|
6119
6101
|
{
|
|
6120
6102
|
"type": "interface",
|
|
6121
|
-
"name": "
|
|
6103
|
+
"name": "NoticeItem",
|
|
6122
6104
|
"body": [
|
|
6123
6105
|
{
|
|
6124
6106
|
"type": "propertySignature",
|
|
6125
6107
|
"key": {
|
|
6126
6108
|
"type": "identifier",
|
|
6127
|
-
"name": "
|
|
6109
|
+
"name": "id"
|
|
6128
6110
|
},
|
|
6129
6111
|
"annotation": {
|
|
6130
6112
|
"type": "keyword",
|
|
@@ -6136,27 +6118,23 @@
|
|
|
6136
6118
|
"type": "propertySignature",
|
|
6137
6119
|
"key": {
|
|
6138
6120
|
"type": "identifier",
|
|
6139
|
-
"name": "
|
|
6121
|
+
"name": "type"
|
|
6140
6122
|
},
|
|
6141
6123
|
"annotation": {
|
|
6142
6124
|
"type": "keyword",
|
|
6143
6125
|
"value": "string"
|
|
6144
6126
|
},
|
|
6145
|
-
"optional": true,
|
|
6146
6127
|
"computed": false
|
|
6147
6128
|
},
|
|
6148
6129
|
{
|
|
6149
6130
|
"type": "propertySignature",
|
|
6150
6131
|
"key": {
|
|
6151
6132
|
"type": "identifier",
|
|
6152
|
-
"name": "
|
|
6133
|
+
"name": "isRead"
|
|
6153
6134
|
},
|
|
6154
6135
|
"annotation": {
|
|
6155
|
-
"type": "
|
|
6156
|
-
"
|
|
6157
|
-
"type": "identifier",
|
|
6158
|
-
"name": "GoalState"
|
|
6159
|
-
}
|
|
6136
|
+
"type": "keyword",
|
|
6137
|
+
"value": "boolean"
|
|
6160
6138
|
},
|
|
6161
6139
|
"computed": false
|
|
6162
6140
|
},
|
|
@@ -6164,11 +6142,11 @@
|
|
|
6164
6142
|
"type": "propertySignature",
|
|
6165
6143
|
"key": {
|
|
6166
6144
|
"type": "identifier",
|
|
6167
|
-
"name": "
|
|
6145
|
+
"name": "title"
|
|
6168
6146
|
},
|
|
6169
6147
|
"annotation": {
|
|
6170
6148
|
"type": "keyword",
|
|
6171
|
-
"value": "
|
|
6149
|
+
"value": "string"
|
|
6172
6150
|
},
|
|
6173
6151
|
"computed": false
|
|
6174
6152
|
},
|
|
@@ -6176,11 +6154,11 @@
|
|
|
6176
6154
|
"type": "propertySignature",
|
|
6177
6155
|
"key": {
|
|
6178
6156
|
"type": "identifier",
|
|
6179
|
-
"name": "
|
|
6157
|
+
"name": "description"
|
|
6180
6158
|
},
|
|
6181
6159
|
"annotation": {
|
|
6182
6160
|
"type": "keyword",
|
|
6183
|
-
"value": "
|
|
6161
|
+
"value": "string"
|
|
6184
6162
|
},
|
|
6185
6163
|
"optional": true,
|
|
6186
6164
|
"computed": false
|
|
@@ -6189,119 +6167,63 @@
|
|
|
6189
6167
|
"type": "propertySignature",
|
|
6190
6168
|
"key": {
|
|
6191
6169
|
"type": "identifier",
|
|
6192
|
-
"name": "
|
|
6170
|
+
"name": "time"
|
|
6193
6171
|
},
|
|
6194
6172
|
"annotation": {
|
|
6195
|
-
"type": "
|
|
6196
|
-
"
|
|
6197
|
-
"type": "identifier",
|
|
6198
|
-
"name": "GoalMember"
|
|
6199
|
-
}
|
|
6173
|
+
"type": "keyword",
|
|
6174
|
+
"value": "number"
|
|
6200
6175
|
},
|
|
6201
|
-
"optional": true,
|
|
6202
6176
|
"computed": false
|
|
6203
6177
|
},
|
|
6204
6178
|
{
|
|
6205
6179
|
"type": "propertySignature",
|
|
6206
6180
|
"key": {
|
|
6207
6181
|
"type": "identifier",
|
|
6208
|
-
"name": "
|
|
6182
|
+
"name": "url"
|
|
6209
6183
|
},
|
|
6210
6184
|
"annotation": {
|
|
6211
|
-
"type": "
|
|
6212
|
-
"
|
|
6213
|
-
"type": "reference",
|
|
6214
|
-
"typeName": {
|
|
6215
|
-
"type": "identifier",
|
|
6216
|
-
"name": "GoalMember"
|
|
6217
|
-
}
|
|
6218
|
-
}
|
|
6185
|
+
"type": "keyword",
|
|
6186
|
+
"value": "string"
|
|
6219
6187
|
},
|
|
6220
6188
|
"optional": true,
|
|
6221
|
-
"computed": false
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
|
|
6225
|
-
|
|
6226
|
-
|
|
6227
|
-
|
|
6228
|
-
|
|
6229
|
-
|
|
6230
|
-
"type": "keyword",
|
|
6231
|
-
"value": "string"
|
|
6232
|
-
},
|
|
6233
|
-
"computed": false
|
|
6234
|
-
},
|
|
6235
|
-
{
|
|
6236
|
-
"type": "propertySignature",
|
|
6237
|
-
"key": {
|
|
6238
|
-
"type": "identifier",
|
|
6239
|
-
"name": "level"
|
|
6240
|
-
},
|
|
6241
|
-
"annotation": {
|
|
6242
|
-
"type": "keyword",
|
|
6243
|
-
"value": "number"
|
|
6244
|
-
},
|
|
6245
|
-
"computed": false
|
|
6246
|
-
},
|
|
6189
|
+
"computed": false,
|
|
6190
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
6191
|
+
}
|
|
6192
|
+
]
|
|
6193
|
+
},
|
|
6194
|
+
{
|
|
6195
|
+
"type": "interface",
|
|
6196
|
+
"name": "SpaceDetail",
|
|
6197
|
+
"body": [
|
|
6247
6198
|
{
|
|
6248
6199
|
"type": "propertySignature",
|
|
6249
6200
|
"key": {
|
|
6250
6201
|
"type": "identifier",
|
|
6251
|
-
"name": "
|
|
6202
|
+
"name": "name"
|
|
6252
6203
|
},
|
|
6253
6204
|
"annotation": {
|
|
6254
6205
|
"type": "keyword",
|
|
6255
|
-
"value": "
|
|
6206
|
+
"value": "string"
|
|
6256
6207
|
},
|
|
6257
|
-
"optional": true,
|
|
6258
6208
|
"computed": false
|
|
6259
6209
|
},
|
|
6260
6210
|
{
|
|
6261
6211
|
"type": "propertySignature",
|
|
6262
6212
|
"key": {
|
|
6263
6213
|
"type": "identifier",
|
|
6264
|
-
"name": "
|
|
6214
|
+
"name": "instanceId"
|
|
6265
6215
|
},
|
|
6266
6216
|
"annotation": {
|
|
6267
6217
|
"type": "keyword",
|
|
6268
6218
|
"value": "string"
|
|
6269
6219
|
},
|
|
6270
|
-
"optional": true,
|
|
6271
6220
|
"computed": false
|
|
6272
|
-
}
|
|
6273
|
-
]
|
|
6274
|
-
},
|
|
6275
|
-
{
|
|
6276
|
-
"type": "typeAlias",
|
|
6277
|
-
"name": "GoalState",
|
|
6278
|
-
"annotation": {
|
|
6279
|
-
"type": "union",
|
|
6280
|
-
"types": [
|
|
6281
|
-
{
|
|
6282
|
-
"type": "jsLiteral",
|
|
6283
|
-
"value": "ready"
|
|
6284
|
-
},
|
|
6285
|
-
{
|
|
6286
|
-
"type": "jsLiteral",
|
|
6287
|
-
"value": "working"
|
|
6288
|
-
},
|
|
6289
|
-
{
|
|
6290
|
-
"type": "jsLiteral",
|
|
6291
|
-
"value": "completed"
|
|
6292
|
-
}
|
|
6293
|
-
]
|
|
6294
|
-
}
|
|
6295
|
-
},
|
|
6296
|
-
{
|
|
6297
|
-
"type": "interface",
|
|
6298
|
-
"name": "GoalMember",
|
|
6299
|
-
"body": [
|
|
6221
|
+
},
|
|
6300
6222
|
{
|
|
6301
6223
|
"type": "propertySignature",
|
|
6302
6224
|
"key": {
|
|
6303
6225
|
"type": "identifier",
|
|
6304
|
-
"name": "
|
|
6226
|
+
"name": "description"
|
|
6305
6227
|
},
|
|
6306
6228
|
"annotation": {
|
|
6307
6229
|
"type": "keyword",
|
|
@@ -6313,84 +6235,91 @@
|
|
|
6313
6235
|
}
|
|
6314
6236
|
]
|
|
6315
6237
|
},
|
|
6316
|
-
"ai-portal.
|
|
6238
|
+
"ai-portal.goal-card-list": {
|
|
6317
6239
|
"properties": [
|
|
6318
6240
|
{
|
|
6319
|
-
"name": "
|
|
6241
|
+
"name": "goalList",
|
|
6320
6242
|
"annotation": {
|
|
6321
|
-
"type": "
|
|
6322
|
-
"
|
|
6243
|
+
"type": "array",
|
|
6244
|
+
"elementType": {
|
|
6245
|
+
"type": "reference",
|
|
6246
|
+
"typeName": {
|
|
6247
|
+
"type": "identifier",
|
|
6248
|
+
"name": "GoalItem"
|
|
6249
|
+
}
|
|
6250
|
+
}
|
|
6323
6251
|
}
|
|
6324
6252
|
},
|
|
6325
6253
|
{
|
|
6326
|
-
"name": "
|
|
6254
|
+
"name": "cardStyle",
|
|
6327
6255
|
"annotation": {
|
|
6328
|
-
"type": "
|
|
6329
|
-
"
|
|
6256
|
+
"type": "reference",
|
|
6257
|
+
"typeName": {
|
|
6258
|
+
"type": "qualifiedName",
|
|
6259
|
+
"left": {
|
|
6260
|
+
"type": "identifier",
|
|
6261
|
+
"name": "React"
|
|
6262
|
+
},
|
|
6263
|
+
"right": {
|
|
6264
|
+
"type": "identifier",
|
|
6265
|
+
"name": "CSSProperties"
|
|
6266
|
+
}
|
|
6267
|
+
}
|
|
6330
6268
|
}
|
|
6331
6269
|
},
|
|
6332
6270
|
{
|
|
6333
|
-
"name": "
|
|
6271
|
+
"name": "activeKey",
|
|
6334
6272
|
"annotation": {
|
|
6335
6273
|
"type": "keyword",
|
|
6336
|
-
"value": "
|
|
6274
|
+
"value": "string"
|
|
6337
6275
|
}
|
|
6338
|
-
}
|
|
6276
|
+
}
|
|
6277
|
+
],
|
|
6278
|
+
"events": [
|
|
6339
6279
|
{
|
|
6340
|
-
"name": "
|
|
6341
|
-
"
|
|
6342
|
-
"
|
|
6343
|
-
"elementType": {
|
|
6280
|
+
"name": "item.click",
|
|
6281
|
+
"detail": {
|
|
6282
|
+
"annotation": {
|
|
6344
6283
|
"type": "reference",
|
|
6345
6284
|
"typeName": {
|
|
6346
6285
|
"type": "identifier",
|
|
6347
|
-
"name": "
|
|
6286
|
+
"name": "GoalItem"
|
|
6348
6287
|
}
|
|
6349
6288
|
}
|
|
6350
6289
|
}
|
|
6351
6290
|
},
|
|
6352
6291
|
{
|
|
6353
|
-
"name": "
|
|
6354
|
-
"
|
|
6355
|
-
"
|
|
6356
|
-
"elementType": {
|
|
6292
|
+
"name": "item.status.change",
|
|
6293
|
+
"detail": {
|
|
6294
|
+
"annotation": {
|
|
6357
6295
|
"type": "reference",
|
|
6358
6296
|
"typeName": {
|
|
6359
6297
|
"type": "identifier",
|
|
6360
|
-
"name": "
|
|
6298
|
+
"name": "GoalItem"
|
|
6361
6299
|
}
|
|
6362
6300
|
}
|
|
6363
6301
|
}
|
|
6364
6302
|
},
|
|
6365
6303
|
{
|
|
6366
|
-
"name": "
|
|
6367
|
-
"annotation": {
|
|
6368
|
-
"type": "reference",
|
|
6369
|
-
"typeName": {
|
|
6370
|
-
"type": "identifier",
|
|
6371
|
-
"name": "UploadOptions"
|
|
6372
|
-
}
|
|
6373
|
-
}
|
|
6374
|
-
}
|
|
6375
|
-
],
|
|
6376
|
-
"events": [
|
|
6377
|
-
{
|
|
6378
|
-
"name": "message.submit",
|
|
6304
|
+
"name": "item.title.change",
|
|
6379
6305
|
"detail": {
|
|
6380
6306
|
"annotation": {
|
|
6381
|
-
"type": "
|
|
6382
|
-
"
|
|
6307
|
+
"type": "reference",
|
|
6308
|
+
"typeName": {
|
|
6309
|
+
"type": "identifier",
|
|
6310
|
+
"name": "GoalItem"
|
|
6311
|
+
}
|
|
6383
6312
|
}
|
|
6384
6313
|
}
|
|
6385
6314
|
},
|
|
6386
6315
|
{
|
|
6387
|
-
"name": "chat
|
|
6316
|
+
"name": "item.new.chat",
|
|
6388
6317
|
"detail": {
|
|
6389
6318
|
"annotation": {
|
|
6390
6319
|
"type": "reference",
|
|
6391
6320
|
"typeName": {
|
|
6392
6321
|
"type": "identifier",
|
|
6393
|
-
"name": "
|
|
6322
|
+
"name": "GoalItem"
|
|
6394
6323
|
}
|
|
6395
6324
|
}
|
|
6396
6325
|
}
|
|
@@ -6398,39 +6327,39 @@
|
|
|
6398
6327
|
],
|
|
6399
6328
|
"methods": [
|
|
6400
6329
|
{
|
|
6401
|
-
"name": "
|
|
6330
|
+
"name": "appendChildDone",
|
|
6402
6331
|
"params": [
|
|
6403
6332
|
{
|
|
6404
|
-
"name": "
|
|
6333
|
+
"name": "pendingId",
|
|
6405
6334
|
"annotation": {
|
|
6406
6335
|
"type": "keyword",
|
|
6407
6336
|
"value": "string"
|
|
6408
6337
|
}
|
|
6338
|
+
},
|
|
6339
|
+
{
|
|
6340
|
+
"name": "newItem",
|
|
6341
|
+
"annotation": {
|
|
6342
|
+
"type": "reference",
|
|
6343
|
+
"typeName": {
|
|
6344
|
+
"type": "identifier",
|
|
6345
|
+
"name": "GoalItem"
|
|
6346
|
+
}
|
|
6347
|
+
}
|
|
6409
6348
|
}
|
|
6410
6349
|
],
|
|
6411
6350
|
"returns": {}
|
|
6412
|
-
},
|
|
6413
|
-
{
|
|
6414
|
-
"name": "getValue",
|
|
6415
|
-
"params": [],
|
|
6416
|
-
"returns": {}
|
|
6417
|
-
},
|
|
6418
|
-
{
|
|
6419
|
-
"name": "focusOnInput",
|
|
6420
|
-
"params": [],
|
|
6421
|
-
"returns": {}
|
|
6422
6351
|
}
|
|
6423
6352
|
],
|
|
6424
6353
|
"types": [
|
|
6425
6354
|
{
|
|
6426
6355
|
"type": "interface",
|
|
6427
|
-
"name": "
|
|
6356
|
+
"name": "GoalItem",
|
|
6428
6357
|
"body": [
|
|
6429
6358
|
{
|
|
6430
6359
|
"type": "propertySignature",
|
|
6431
6360
|
"key": {
|
|
6432
6361
|
"type": "identifier",
|
|
6433
|
-
"name": "
|
|
6362
|
+
"name": "title"
|
|
6434
6363
|
},
|
|
6435
6364
|
"annotation": {
|
|
6436
6365
|
"type": "keyword",
|
|
@@ -6442,29 +6371,27 @@
|
|
|
6442
6371
|
"type": "propertySignature",
|
|
6443
6372
|
"key": {
|
|
6444
6373
|
"type": "identifier",
|
|
6445
|
-
"name": "
|
|
6374
|
+
"name": "description"
|
|
6446
6375
|
},
|
|
6447
6376
|
"annotation": {
|
|
6448
6377
|
"type": "keyword",
|
|
6449
6378
|
"value": "string"
|
|
6450
6379
|
},
|
|
6380
|
+
"optional": true,
|
|
6451
6381
|
"computed": false
|
|
6452
|
-
}
|
|
6453
|
-
]
|
|
6454
|
-
},
|
|
6455
|
-
{
|
|
6456
|
-
"type": "interface",
|
|
6457
|
-
"name": "Command",
|
|
6458
|
-
"body": [
|
|
6382
|
+
},
|
|
6459
6383
|
{
|
|
6460
6384
|
"type": "propertySignature",
|
|
6461
6385
|
"key": {
|
|
6462
6386
|
"type": "identifier",
|
|
6463
|
-
"name": "
|
|
6387
|
+
"name": "state"
|
|
6464
6388
|
},
|
|
6465
6389
|
"annotation": {
|
|
6466
|
-
"type": "
|
|
6467
|
-
"
|
|
6390
|
+
"type": "reference",
|
|
6391
|
+
"typeName": {
|
|
6392
|
+
"type": "identifier",
|
|
6393
|
+
"name": "GoalState"
|
|
6394
|
+
}
|
|
6468
6395
|
},
|
|
6469
6396
|
"computed": false
|
|
6470
6397
|
},
|
|
@@ -6472,11 +6399,11 @@
|
|
|
6472
6399
|
"type": "propertySignature",
|
|
6473
6400
|
"key": {
|
|
6474
6401
|
"type": "identifier",
|
|
6475
|
-
"name": "
|
|
6402
|
+
"name": "id"
|
|
6476
6403
|
},
|
|
6477
6404
|
"annotation": {
|
|
6478
6405
|
"type": "keyword",
|
|
6479
|
-
"value": "
|
|
6406
|
+
"value": "number"
|
|
6480
6407
|
},
|
|
6481
6408
|
"computed": false
|
|
6482
6409
|
},
|
|
@@ -6484,11 +6411,11 @@
|
|
|
6484
6411
|
"type": "propertySignature",
|
|
6485
6412
|
"key": {
|
|
6486
6413
|
"type": "identifier",
|
|
6487
|
-
"name": "
|
|
6414
|
+
"name": "conversations"
|
|
6488
6415
|
},
|
|
6489
6416
|
"annotation": {
|
|
6490
6417
|
"type": "keyword",
|
|
6491
|
-
"value": "
|
|
6418
|
+
"value": "number"
|
|
6492
6419
|
},
|
|
6493
6420
|
"optional": true,
|
|
6494
6421
|
"computed": false
|
|
@@ -6497,11 +6424,14 @@
|
|
|
6497
6424
|
"type": "propertySignature",
|
|
6498
6425
|
"key": {
|
|
6499
6426
|
"type": "identifier",
|
|
6500
|
-
"name": "
|
|
6427
|
+
"name": "owner"
|
|
6501
6428
|
},
|
|
6502
6429
|
"annotation": {
|
|
6503
|
-
"type": "
|
|
6504
|
-
"
|
|
6430
|
+
"type": "reference",
|
|
6431
|
+
"typeName": {
|
|
6432
|
+
"type": "identifier",
|
|
6433
|
+
"name": "GoalMember"
|
|
6434
|
+
}
|
|
6505
6435
|
},
|
|
6506
6436
|
"optional": true,
|
|
6507
6437
|
"computed": false
|
|
@@ -6510,7 +6440,7 @@
|
|
|
6510
6440
|
"type": "propertySignature",
|
|
6511
6441
|
"key": {
|
|
6512
6442
|
"type": "identifier",
|
|
6513
|
-
"name": "
|
|
6443
|
+
"name": "users"
|
|
6514
6444
|
},
|
|
6515
6445
|
"annotation": {
|
|
6516
6446
|
"type": "array",
|
|
@@ -6518,7 +6448,7 @@
|
|
|
6518
6448
|
"type": "reference",
|
|
6519
6449
|
"typeName": {
|
|
6520
6450
|
"type": "identifier",
|
|
6521
|
-
"name": "
|
|
6451
|
+
"name": "GoalMember"
|
|
6522
6452
|
}
|
|
6523
6453
|
}
|
|
6524
6454
|
},
|
|
@@ -6529,59 +6459,35 @@
|
|
|
6529
6459
|
"type": "propertySignature",
|
|
6530
6460
|
"key": {
|
|
6531
6461
|
"type": "identifier",
|
|
6532
|
-
"name": "
|
|
6533
|
-
},
|
|
6534
|
-
"annotation": {
|
|
6535
|
-
"type": "reference",
|
|
6536
|
-
"typeName": {
|
|
6537
|
-
"type": "identifier",
|
|
6538
|
-
"name": "CommandPayload"
|
|
6539
|
-
}
|
|
6540
|
-
},
|
|
6541
|
-
"optional": true,
|
|
6542
|
-
"computed": false
|
|
6543
|
-
}
|
|
6544
|
-
]
|
|
6545
|
-
},
|
|
6546
|
-
{
|
|
6547
|
-
"type": "interface",
|
|
6548
|
-
"name": "UploadOptions",
|
|
6549
|
-
"body": [
|
|
6550
|
-
{
|
|
6551
|
-
"type": "propertySignature",
|
|
6552
|
-
"key": {
|
|
6553
|
-
"type": "identifier",
|
|
6554
|
-
"name": "enabled"
|
|
6462
|
+
"name": "instanceId"
|
|
6555
6463
|
},
|
|
6556
6464
|
"annotation": {
|
|
6557
6465
|
"type": "keyword",
|
|
6558
|
-
"value": "
|
|
6466
|
+
"value": "string"
|
|
6559
6467
|
},
|
|
6560
|
-
"optional": true,
|
|
6561
6468
|
"computed": false
|
|
6562
6469
|
},
|
|
6563
6470
|
{
|
|
6564
6471
|
"type": "propertySignature",
|
|
6565
6472
|
"key": {
|
|
6566
6473
|
"type": "identifier",
|
|
6567
|
-
"name": "
|
|
6474
|
+
"name": "level"
|
|
6568
6475
|
},
|
|
6569
6476
|
"annotation": {
|
|
6570
6477
|
"type": "keyword",
|
|
6571
|
-
"value": "
|
|
6478
|
+
"value": "number"
|
|
6572
6479
|
},
|
|
6573
|
-
"optional": true,
|
|
6574
6480
|
"computed": false
|
|
6575
6481
|
},
|
|
6576
6482
|
{
|
|
6577
6483
|
"type": "propertySignature",
|
|
6578
6484
|
"key": {
|
|
6579
6485
|
"type": "identifier",
|
|
6580
|
-
"name": "
|
|
6486
|
+
"name": "pending"
|
|
6581
6487
|
},
|
|
6582
6488
|
"annotation": {
|
|
6583
6489
|
"type": "keyword",
|
|
6584
|
-
"value": "
|
|
6490
|
+
"value": "boolean"
|
|
6585
6491
|
},
|
|
6586
6492
|
"optional": true,
|
|
6587
6493
|
"computed": false
|
|
@@ -6590,60 +6496,7 @@
|
|
|
6590
6496
|
"type": "propertySignature",
|
|
6591
6497
|
"key": {
|
|
6592
6498
|
"type": "identifier",
|
|
6593
|
-
"name": "
|
|
6594
|
-
},
|
|
6595
|
-
"annotation": {
|
|
6596
|
-
"type": "keyword",
|
|
6597
|
-
"value": "string"
|
|
6598
|
-
},
|
|
6599
|
-
"optional": true,
|
|
6600
|
-
"computed": false
|
|
6601
|
-
},
|
|
6602
|
-
{
|
|
6603
|
-
"type": "propertySignature",
|
|
6604
|
-
"key": {
|
|
6605
|
-
"type": "identifier",
|
|
6606
|
-
"name": "maxFiles"
|
|
6607
|
-
},
|
|
6608
|
-
"annotation": {
|
|
6609
|
-
"type": "keyword",
|
|
6610
|
-
"value": "number"
|
|
6611
|
-
},
|
|
6612
|
-
"optional": true,
|
|
6613
|
-
"computed": false
|
|
6614
|
-
},
|
|
6615
|
-
{
|
|
6616
|
-
"type": "propertySignature",
|
|
6617
|
-
"key": {
|
|
6618
|
-
"type": "identifier",
|
|
6619
|
-
"name": "maxSize"
|
|
6620
|
-
},
|
|
6621
|
-
"annotation": {
|
|
6622
|
-
"type": "keyword",
|
|
6623
|
-
"value": "number"
|
|
6624
|
-
},
|
|
6625
|
-
"optional": true,
|
|
6626
|
-
"computed": false,
|
|
6627
|
-
"description": "In bytes"
|
|
6628
|
-
},
|
|
6629
|
-
{
|
|
6630
|
-
"type": "propertySignature",
|
|
6631
|
-
"key": {
|
|
6632
|
-
"type": "identifier",
|
|
6633
|
-
"name": "readableAccept"
|
|
6634
|
-
},
|
|
6635
|
-
"annotation": {
|
|
6636
|
-
"type": "keyword",
|
|
6637
|
-
"value": "string"
|
|
6638
|
-
},
|
|
6639
|
-
"optional": true,
|
|
6640
|
-
"computed": false
|
|
6641
|
-
},
|
|
6642
|
-
{
|
|
6643
|
-
"type": "propertySignature",
|
|
6644
|
-
"key": {
|
|
6645
|
-
"type": "identifier",
|
|
6646
|
-
"name": "readableMaxSize"
|
|
6499
|
+
"name": "pendingParentId"
|
|
6647
6500
|
},
|
|
6648
6501
|
"annotation": {
|
|
6649
6502
|
"type": "keyword",
|
|
@@ -6655,113 +6508,35 @@
|
|
|
6655
6508
|
]
|
|
6656
6509
|
},
|
|
6657
6510
|
{
|
|
6658
|
-
"type": "
|
|
6659
|
-
"name": "
|
|
6660
|
-
"
|
|
6661
|
-
|
|
6662
|
-
|
|
6663
|
-
|
|
6664
|
-
"type": "
|
|
6665
|
-
"
|
|
6511
|
+
"type": "typeAlias",
|
|
6512
|
+
"name": "GoalState",
|
|
6513
|
+
"annotation": {
|
|
6514
|
+
"type": "union",
|
|
6515
|
+
"types": [
|
|
6516
|
+
{
|
|
6517
|
+
"type": "jsLiteral",
|
|
6518
|
+
"value": "ready"
|
|
6666
6519
|
},
|
|
6667
|
-
|
|
6668
|
-
"type": "
|
|
6669
|
-
"value": "
|
|
6520
|
+
{
|
|
6521
|
+
"type": "jsLiteral",
|
|
6522
|
+
"value": "working"
|
|
6670
6523
|
},
|
|
6671
|
-
|
|
6672
|
-
|
|
6673
|
-
|
|
6674
|
-
"extends": [
|
|
6675
|
-
{
|
|
6676
|
-
"type": "expressionWithTypeArguments",
|
|
6677
|
-
"expression": {
|
|
6678
|
-
"type": "identifier",
|
|
6679
|
-
"name": "ExtraChatPayload"
|
|
6524
|
+
{
|
|
6525
|
+
"type": "jsLiteral",
|
|
6526
|
+
"value": "completed"
|
|
6680
6527
|
}
|
|
6681
|
-
|
|
6682
|
-
|
|
6683
|
-
},
|
|
6684
|
-
{
|
|
6685
|
-
"type": "interface",
|
|
6686
|
-
"name": "ExtraChatPayload",
|
|
6687
|
-
"body": [
|
|
6688
|
-
{
|
|
6689
|
-
"type": "propertySignature",
|
|
6690
|
-
"key": {
|
|
6691
|
-
"type": "identifier",
|
|
6692
|
-
"name": "files"
|
|
6693
|
-
},
|
|
6694
|
-
"annotation": {
|
|
6695
|
-
"type": "array",
|
|
6696
|
-
"elementType": {
|
|
6697
|
-
"type": "reference",
|
|
6698
|
-
"typeName": {
|
|
6699
|
-
"type": "identifier",
|
|
6700
|
-
"name": "UploadFileInfo"
|
|
6701
|
-
}
|
|
6702
|
-
}
|
|
6703
|
-
},
|
|
6704
|
-
"optional": true,
|
|
6705
|
-
"computed": false
|
|
6706
|
-
},
|
|
6707
|
-
{
|
|
6708
|
-
"type": "propertySignature",
|
|
6709
|
-
"key": {
|
|
6710
|
-
"type": "identifier",
|
|
6711
|
-
"name": "cmd"
|
|
6712
|
-
},
|
|
6713
|
-
"annotation": {
|
|
6714
|
-
"type": "union",
|
|
6715
|
-
"types": [
|
|
6716
|
-
{
|
|
6717
|
-
"type": "reference",
|
|
6718
|
-
"typeName": {
|
|
6719
|
-
"type": "identifier",
|
|
6720
|
-
"name": "CommandPayload"
|
|
6721
|
-
}
|
|
6722
|
-
},
|
|
6723
|
-
{
|
|
6724
|
-
"type": "keyword",
|
|
6725
|
-
"value": "null"
|
|
6726
|
-
}
|
|
6727
|
-
]
|
|
6728
|
-
},
|
|
6729
|
-
"optional": true,
|
|
6730
|
-
"computed": false
|
|
6731
|
-
},
|
|
6732
|
-
{
|
|
6733
|
-
"type": "propertySignature",
|
|
6734
|
-
"key": {
|
|
6735
|
-
"type": "identifier",
|
|
6736
|
-
"name": "aiEmployeeId"
|
|
6737
|
-
},
|
|
6738
|
-
"annotation": {
|
|
6739
|
-
"type": "union",
|
|
6740
|
-
"types": [
|
|
6741
|
-
{
|
|
6742
|
-
"type": "keyword",
|
|
6743
|
-
"value": "string"
|
|
6744
|
-
},
|
|
6745
|
-
{
|
|
6746
|
-
"type": "keyword",
|
|
6747
|
-
"value": "null"
|
|
6748
|
-
}
|
|
6749
|
-
]
|
|
6750
|
-
},
|
|
6751
|
-
"optional": true,
|
|
6752
|
-
"computed": false
|
|
6753
|
-
}
|
|
6754
|
-
]
|
|
6528
|
+
]
|
|
6529
|
+
}
|
|
6755
6530
|
},
|
|
6756
6531
|
{
|
|
6757
6532
|
"type": "interface",
|
|
6758
|
-
"name": "
|
|
6533
|
+
"name": "GoalMember",
|
|
6759
6534
|
"body": [
|
|
6760
6535
|
{
|
|
6761
6536
|
"type": "propertySignature",
|
|
6762
6537
|
"key": {
|
|
6763
6538
|
"type": "identifier",
|
|
6764
|
-
"name": "
|
|
6539
|
+
"name": "instanceId"
|
|
6765
6540
|
},
|
|
6766
6541
|
"annotation": {
|
|
6767
6542
|
"type": "keyword",
|
|
@@ -7396,227 +7171,687 @@
|
|
|
7396
7171
|
"type": "propertySignature",
|
|
7397
7172
|
"key": {
|
|
7398
7173
|
"type": "identifier",
|
|
7399
|
-
"name": "name"
|
|
7174
|
+
"name": "name"
|
|
7175
|
+
},
|
|
7176
|
+
"annotation": {
|
|
7177
|
+
"type": "keyword",
|
|
7178
|
+
"value": "string"
|
|
7179
|
+
},
|
|
7180
|
+
"computed": false,
|
|
7181
|
+
"description": "项目名称"
|
|
7182
|
+
},
|
|
7183
|
+
{
|
|
7184
|
+
"type": "propertySignature",
|
|
7185
|
+
"key": {
|
|
7186
|
+
"type": "identifier",
|
|
7187
|
+
"name": "description"
|
|
7188
|
+
},
|
|
7189
|
+
"annotation": {
|
|
7190
|
+
"type": "keyword",
|
|
7191
|
+
"value": "string"
|
|
7192
|
+
},
|
|
7193
|
+
"computed": false,
|
|
7194
|
+
"description": "项目描述"
|
|
7195
|
+
},
|
|
7196
|
+
{
|
|
7197
|
+
"type": "propertySignature",
|
|
7198
|
+
"key": {
|
|
7199
|
+
"type": "identifier",
|
|
7200
|
+
"name": "state"
|
|
7201
|
+
},
|
|
7202
|
+
"annotation": {
|
|
7203
|
+
"type": "union",
|
|
7204
|
+
"types": [
|
|
7205
|
+
{
|
|
7206
|
+
"type": "jsLiteral",
|
|
7207
|
+
"value": "active"
|
|
7208
|
+
},
|
|
7209
|
+
{
|
|
7210
|
+
"type": "jsLiteral",
|
|
7211
|
+
"value": "inactive"
|
|
7212
|
+
}
|
|
7213
|
+
]
|
|
7214
|
+
},
|
|
7215
|
+
"computed": false,
|
|
7216
|
+
"description": "状态"
|
|
7217
|
+
},
|
|
7218
|
+
{
|
|
7219
|
+
"type": "propertySignature",
|
|
7220
|
+
"key": {
|
|
7221
|
+
"type": "identifier",
|
|
7222
|
+
"name": "defaultAiEmployeeId"
|
|
7223
|
+
},
|
|
7224
|
+
"annotation": {
|
|
7225
|
+
"type": "keyword",
|
|
7226
|
+
"value": "string"
|
|
7227
|
+
},
|
|
7228
|
+
"computed": false,
|
|
7229
|
+
"description": "默认数字人ID"
|
|
7230
|
+
},
|
|
7231
|
+
{
|
|
7232
|
+
"type": "propertySignature",
|
|
7233
|
+
"key": {
|
|
7234
|
+
"type": "identifier",
|
|
7235
|
+
"name": "creator"
|
|
7236
|
+
},
|
|
7237
|
+
"annotation": {
|
|
7238
|
+
"type": "keyword",
|
|
7239
|
+
"value": "string"
|
|
7240
|
+
},
|
|
7241
|
+
"computed": false,
|
|
7242
|
+
"description": "创建者"
|
|
7243
|
+
},
|
|
7244
|
+
{
|
|
7245
|
+
"type": "propertySignature",
|
|
7246
|
+
"key": {
|
|
7247
|
+
"type": "identifier",
|
|
7248
|
+
"name": "ctime"
|
|
7249
|
+
},
|
|
7250
|
+
"annotation": {
|
|
7251
|
+
"type": "keyword",
|
|
7252
|
+
"value": "string"
|
|
7253
|
+
},
|
|
7254
|
+
"computed": false,
|
|
7255
|
+
"description": "创建时间"
|
|
7256
|
+
},
|
|
7257
|
+
{
|
|
7258
|
+
"type": "propertySignature",
|
|
7259
|
+
"key": {
|
|
7260
|
+
"type": "identifier",
|
|
7261
|
+
"name": "mtime"
|
|
7262
|
+
},
|
|
7263
|
+
"annotation": {
|
|
7264
|
+
"type": "keyword",
|
|
7265
|
+
"value": "string"
|
|
7266
|
+
},
|
|
7267
|
+
"computed": false,
|
|
7268
|
+
"description": "修改时间"
|
|
7269
|
+
},
|
|
7270
|
+
{
|
|
7271
|
+
"type": "propertySignature",
|
|
7272
|
+
"key": {
|
|
7273
|
+
"type": "identifier",
|
|
7274
|
+
"name": "modifier"
|
|
7275
|
+
},
|
|
7276
|
+
"annotation": {
|
|
7277
|
+
"type": "keyword",
|
|
7278
|
+
"value": "string"
|
|
7279
|
+
},
|
|
7280
|
+
"computed": false,
|
|
7281
|
+
"description": "修改者"
|
|
7282
|
+
}
|
|
7283
|
+
]
|
|
7284
|
+
},
|
|
7285
|
+
{
|
|
7286
|
+
"type": "interface",
|
|
7287
|
+
"name": "HistoryItem",
|
|
7288
|
+
"body": [
|
|
7289
|
+
{
|
|
7290
|
+
"type": "propertySignature",
|
|
7291
|
+
"key": {
|
|
7292
|
+
"type": "identifier",
|
|
7293
|
+
"name": "conversationId"
|
|
7294
|
+
},
|
|
7295
|
+
"annotation": {
|
|
7296
|
+
"type": "keyword",
|
|
7297
|
+
"value": "string"
|
|
7298
|
+
},
|
|
7299
|
+
"computed": false
|
|
7300
|
+
},
|
|
7301
|
+
{
|
|
7302
|
+
"type": "propertySignature",
|
|
7303
|
+
"key": {
|
|
7304
|
+
"type": "identifier",
|
|
7305
|
+
"name": "title"
|
|
7306
|
+
},
|
|
7307
|
+
"annotation": {
|
|
7308
|
+
"type": "keyword",
|
|
7309
|
+
"value": "string"
|
|
7310
|
+
},
|
|
7311
|
+
"computed": false
|
|
7312
|
+
},
|
|
7313
|
+
{
|
|
7314
|
+
"type": "propertySignature",
|
|
7315
|
+
"key": {
|
|
7316
|
+
"type": "identifier",
|
|
7317
|
+
"name": "startTime"
|
|
7318
|
+
},
|
|
7319
|
+
"annotation": {
|
|
7320
|
+
"type": "keyword",
|
|
7321
|
+
"value": "number"
|
|
7322
|
+
},
|
|
7323
|
+
"computed": false
|
|
7324
|
+
},
|
|
7325
|
+
{
|
|
7326
|
+
"type": "propertySignature",
|
|
7327
|
+
"key": {
|
|
7328
|
+
"type": "identifier",
|
|
7329
|
+
"name": "state"
|
|
7330
|
+
},
|
|
7331
|
+
"annotation": {
|
|
7332
|
+
"type": "reference",
|
|
7333
|
+
"typeName": {
|
|
7334
|
+
"type": "identifier",
|
|
7335
|
+
"name": "ConversationState"
|
|
7336
|
+
}
|
|
7337
|
+
},
|
|
7338
|
+
"optional": true,
|
|
7339
|
+
"computed": false
|
|
7340
|
+
}
|
|
7341
|
+
]
|
|
7342
|
+
},
|
|
7343
|
+
{
|
|
7344
|
+
"type": "interface",
|
|
7345
|
+
"name": "ProjectActionClickDetail",
|
|
7346
|
+
"body": [
|
|
7347
|
+
{
|
|
7348
|
+
"type": "propertySignature",
|
|
7349
|
+
"key": {
|
|
7350
|
+
"type": "identifier",
|
|
7351
|
+
"name": "action"
|
|
7352
|
+
},
|
|
7353
|
+
"annotation": {
|
|
7354
|
+
"type": "reference",
|
|
7355
|
+
"typeName": {
|
|
7356
|
+
"type": "identifier",
|
|
7357
|
+
"name": "SimpleActionType"
|
|
7358
|
+
}
|
|
7359
|
+
},
|
|
7360
|
+
"computed": false
|
|
7361
|
+
},
|
|
7362
|
+
{
|
|
7363
|
+
"type": "propertySignature",
|
|
7364
|
+
"key": {
|
|
7365
|
+
"type": "identifier",
|
|
7366
|
+
"name": "project"
|
|
7367
|
+
},
|
|
7368
|
+
"annotation": {
|
|
7369
|
+
"type": "reference",
|
|
7370
|
+
"typeName": {
|
|
7371
|
+
"type": "identifier",
|
|
7372
|
+
"name": "Project"
|
|
7373
|
+
}
|
|
7374
|
+
},
|
|
7375
|
+
"computed": false
|
|
7376
|
+
}
|
|
7377
|
+
]
|
|
7378
|
+
},
|
|
7379
|
+
{
|
|
7380
|
+
"type": "interface",
|
|
7381
|
+
"name": "PersonalActionClickDetail",
|
|
7382
|
+
"body": [
|
|
7383
|
+
{
|
|
7384
|
+
"type": "propertySignature",
|
|
7385
|
+
"key": {
|
|
7386
|
+
"type": "identifier",
|
|
7387
|
+
"name": "action"
|
|
7388
|
+
},
|
|
7389
|
+
"annotation": {
|
|
7390
|
+
"type": "reference",
|
|
7391
|
+
"typeName": {
|
|
7392
|
+
"type": "identifier",
|
|
7393
|
+
"name": "SimpleActionType"
|
|
7394
|
+
}
|
|
7395
|
+
},
|
|
7396
|
+
"computed": false
|
|
7397
|
+
}
|
|
7398
|
+
]
|
|
7399
|
+
}
|
|
7400
|
+
]
|
|
7401
|
+
},
|
|
7402
|
+
"ai-portal.chat-box": {
|
|
7403
|
+
"properties": [
|
|
7404
|
+
{
|
|
7405
|
+
"name": "disabled",
|
|
7406
|
+
"annotation": {
|
|
7407
|
+
"type": "keyword",
|
|
7408
|
+
"value": "boolean"
|
|
7409
|
+
}
|
|
7410
|
+
},
|
|
7411
|
+
{
|
|
7412
|
+
"name": "placeholder",
|
|
7413
|
+
"annotation": {
|
|
7414
|
+
"type": "keyword",
|
|
7415
|
+
"value": "string"
|
|
7416
|
+
}
|
|
7417
|
+
},
|
|
7418
|
+
{
|
|
7419
|
+
"name": "autoFocus",
|
|
7420
|
+
"annotation": {
|
|
7421
|
+
"type": "keyword",
|
|
7422
|
+
"value": "boolean"
|
|
7423
|
+
}
|
|
7424
|
+
},
|
|
7425
|
+
{
|
|
7426
|
+
"name": "aiEmployees",
|
|
7427
|
+
"annotation": {
|
|
7428
|
+
"type": "array",
|
|
7429
|
+
"elementType": {
|
|
7430
|
+
"type": "reference",
|
|
7431
|
+
"typeName": {
|
|
7432
|
+
"type": "identifier",
|
|
7433
|
+
"name": "AIEmployee"
|
|
7434
|
+
}
|
|
7435
|
+
}
|
|
7436
|
+
}
|
|
7437
|
+
},
|
|
7438
|
+
{
|
|
7439
|
+
"name": "commands",
|
|
7440
|
+
"annotation": {
|
|
7441
|
+
"type": "array",
|
|
7442
|
+
"elementType": {
|
|
7443
|
+
"type": "reference",
|
|
7444
|
+
"typeName": {
|
|
7445
|
+
"type": "identifier",
|
|
7446
|
+
"name": "Command"
|
|
7447
|
+
}
|
|
7448
|
+
}
|
|
7449
|
+
}
|
|
7450
|
+
},
|
|
7451
|
+
{
|
|
7452
|
+
"name": "uploadOptions",
|
|
7453
|
+
"annotation": {
|
|
7454
|
+
"type": "reference",
|
|
7455
|
+
"typeName": {
|
|
7456
|
+
"type": "identifier",
|
|
7457
|
+
"name": "UploadOptions"
|
|
7458
|
+
}
|
|
7459
|
+
}
|
|
7460
|
+
}
|
|
7461
|
+
],
|
|
7462
|
+
"events": [
|
|
7463
|
+
{
|
|
7464
|
+
"name": "message.submit",
|
|
7465
|
+
"detail": {
|
|
7466
|
+
"annotation": {
|
|
7467
|
+
"type": "keyword",
|
|
7468
|
+
"value": "string"
|
|
7469
|
+
}
|
|
7470
|
+
}
|
|
7471
|
+
},
|
|
7472
|
+
{
|
|
7473
|
+
"name": "chat.submit",
|
|
7474
|
+
"detail": {
|
|
7475
|
+
"annotation": {
|
|
7476
|
+
"type": "reference",
|
|
7477
|
+
"typeName": {
|
|
7478
|
+
"type": "identifier",
|
|
7479
|
+
"name": "ChatPayload"
|
|
7480
|
+
}
|
|
7481
|
+
}
|
|
7482
|
+
}
|
|
7483
|
+
}
|
|
7484
|
+
],
|
|
7485
|
+
"methods": [
|
|
7486
|
+
{
|
|
7487
|
+
"name": "setValue",
|
|
7488
|
+
"params": [
|
|
7489
|
+
{
|
|
7490
|
+
"name": "value",
|
|
7491
|
+
"annotation": {
|
|
7492
|
+
"type": "keyword",
|
|
7493
|
+
"value": "string"
|
|
7494
|
+
}
|
|
7495
|
+
}
|
|
7496
|
+
],
|
|
7497
|
+
"returns": {}
|
|
7498
|
+
},
|
|
7499
|
+
{
|
|
7500
|
+
"name": "getValue",
|
|
7501
|
+
"params": [],
|
|
7502
|
+
"returns": {}
|
|
7503
|
+
},
|
|
7504
|
+
{
|
|
7505
|
+
"name": "focusOnInput",
|
|
7506
|
+
"params": [],
|
|
7507
|
+
"returns": {}
|
|
7508
|
+
}
|
|
7509
|
+
],
|
|
7510
|
+
"types": [
|
|
7511
|
+
{
|
|
7512
|
+
"type": "interface",
|
|
7513
|
+
"name": "AIEmployee",
|
|
7514
|
+
"body": [
|
|
7515
|
+
{
|
|
7516
|
+
"type": "propertySignature",
|
|
7517
|
+
"key": {
|
|
7518
|
+
"type": "identifier",
|
|
7519
|
+
"name": "employeeId"
|
|
7520
|
+
},
|
|
7521
|
+
"annotation": {
|
|
7522
|
+
"type": "keyword",
|
|
7523
|
+
"value": "string"
|
|
7524
|
+
},
|
|
7525
|
+
"computed": false
|
|
7526
|
+
},
|
|
7527
|
+
{
|
|
7528
|
+
"type": "propertySignature",
|
|
7529
|
+
"key": {
|
|
7530
|
+
"type": "identifier",
|
|
7531
|
+
"name": "name"
|
|
7532
|
+
},
|
|
7533
|
+
"annotation": {
|
|
7534
|
+
"type": "keyword",
|
|
7535
|
+
"value": "string"
|
|
7536
|
+
},
|
|
7537
|
+
"computed": false
|
|
7538
|
+
}
|
|
7539
|
+
]
|
|
7540
|
+
},
|
|
7541
|
+
{
|
|
7542
|
+
"type": "interface",
|
|
7543
|
+
"name": "Command",
|
|
7544
|
+
"body": [
|
|
7545
|
+
{
|
|
7546
|
+
"type": "propertySignature",
|
|
7547
|
+
"key": {
|
|
7548
|
+
"type": "identifier",
|
|
7549
|
+
"name": "label"
|
|
7550
|
+
},
|
|
7551
|
+
"annotation": {
|
|
7552
|
+
"type": "keyword",
|
|
7553
|
+
"value": "string"
|
|
7554
|
+
},
|
|
7555
|
+
"computed": false
|
|
7556
|
+
},
|
|
7557
|
+
{
|
|
7558
|
+
"type": "propertySignature",
|
|
7559
|
+
"key": {
|
|
7560
|
+
"type": "identifier",
|
|
7561
|
+
"name": "value"
|
|
7562
|
+
},
|
|
7563
|
+
"annotation": {
|
|
7564
|
+
"type": "keyword",
|
|
7565
|
+
"value": "string"
|
|
7566
|
+
},
|
|
7567
|
+
"computed": false
|
|
7568
|
+
},
|
|
7569
|
+
{
|
|
7570
|
+
"type": "propertySignature",
|
|
7571
|
+
"key": {
|
|
7572
|
+
"type": "identifier",
|
|
7573
|
+
"name": "groupKey"
|
|
7574
|
+
},
|
|
7575
|
+
"annotation": {
|
|
7576
|
+
"type": "keyword",
|
|
7577
|
+
"value": "string"
|
|
7578
|
+
},
|
|
7579
|
+
"optional": true,
|
|
7580
|
+
"computed": false
|
|
7581
|
+
},
|
|
7582
|
+
{
|
|
7583
|
+
"type": "propertySignature",
|
|
7584
|
+
"key": {
|
|
7585
|
+
"type": "identifier",
|
|
7586
|
+
"name": "groupLabel"
|
|
7587
|
+
},
|
|
7588
|
+
"annotation": {
|
|
7589
|
+
"type": "keyword",
|
|
7590
|
+
"value": "string"
|
|
7591
|
+
},
|
|
7592
|
+
"optional": true,
|
|
7593
|
+
"computed": false
|
|
7594
|
+
},
|
|
7595
|
+
{
|
|
7596
|
+
"type": "propertySignature",
|
|
7597
|
+
"key": {
|
|
7598
|
+
"type": "identifier",
|
|
7599
|
+
"name": "subCommands"
|
|
7600
|
+
},
|
|
7601
|
+
"annotation": {
|
|
7602
|
+
"type": "array",
|
|
7603
|
+
"elementType": {
|
|
7604
|
+
"type": "reference",
|
|
7605
|
+
"typeName": {
|
|
7606
|
+
"type": "identifier",
|
|
7607
|
+
"name": "Command"
|
|
7608
|
+
}
|
|
7609
|
+
}
|
|
7610
|
+
},
|
|
7611
|
+
"optional": true,
|
|
7612
|
+
"computed": false
|
|
7613
|
+
},
|
|
7614
|
+
{
|
|
7615
|
+
"type": "propertySignature",
|
|
7616
|
+
"key": {
|
|
7617
|
+
"type": "identifier",
|
|
7618
|
+
"name": "payload"
|
|
7619
|
+
},
|
|
7620
|
+
"annotation": {
|
|
7621
|
+
"type": "reference",
|
|
7622
|
+
"typeName": {
|
|
7623
|
+
"type": "identifier",
|
|
7624
|
+
"name": "CommandPayload"
|
|
7625
|
+
}
|
|
7626
|
+
},
|
|
7627
|
+
"optional": true,
|
|
7628
|
+
"computed": false
|
|
7629
|
+
}
|
|
7630
|
+
]
|
|
7631
|
+
},
|
|
7632
|
+
{
|
|
7633
|
+
"type": "interface",
|
|
7634
|
+
"name": "UploadOptions",
|
|
7635
|
+
"body": [
|
|
7636
|
+
{
|
|
7637
|
+
"type": "propertySignature",
|
|
7638
|
+
"key": {
|
|
7639
|
+
"type": "identifier",
|
|
7640
|
+
"name": "enabled"
|
|
7400
7641
|
},
|
|
7401
7642
|
"annotation": {
|
|
7402
7643
|
"type": "keyword",
|
|
7403
|
-
"value": "
|
|
7644
|
+
"value": "boolean"
|
|
7404
7645
|
},
|
|
7405
|
-
"
|
|
7406
|
-
"
|
|
7646
|
+
"optional": true,
|
|
7647
|
+
"computed": false
|
|
7407
7648
|
},
|
|
7408
7649
|
{
|
|
7409
7650
|
"type": "propertySignature",
|
|
7410
7651
|
"key": {
|
|
7411
7652
|
"type": "identifier",
|
|
7412
|
-
"name": "
|
|
7653
|
+
"name": "dragDisabled"
|
|
7413
7654
|
},
|
|
7414
7655
|
"annotation": {
|
|
7415
7656
|
"type": "keyword",
|
|
7416
|
-
"value": "
|
|
7657
|
+
"value": "boolean"
|
|
7417
7658
|
},
|
|
7418
|
-
"
|
|
7419
|
-
"
|
|
7659
|
+
"optional": true,
|
|
7660
|
+
"computed": false
|
|
7420
7661
|
},
|
|
7421
7662
|
{
|
|
7422
7663
|
"type": "propertySignature",
|
|
7423
7664
|
"key": {
|
|
7424
7665
|
"type": "identifier",
|
|
7425
|
-
"name": "
|
|
7666
|
+
"name": "dragTips"
|
|
7426
7667
|
},
|
|
7427
7668
|
"annotation": {
|
|
7428
|
-
"type": "
|
|
7429
|
-
"
|
|
7430
|
-
{
|
|
7431
|
-
"type": "jsLiteral",
|
|
7432
|
-
"value": "active"
|
|
7433
|
-
},
|
|
7434
|
-
{
|
|
7435
|
-
"type": "jsLiteral",
|
|
7436
|
-
"value": "inactive"
|
|
7437
|
-
}
|
|
7438
|
-
]
|
|
7669
|
+
"type": "keyword",
|
|
7670
|
+
"value": "string"
|
|
7439
7671
|
},
|
|
7440
|
-
"
|
|
7441
|
-
"
|
|
7672
|
+
"optional": true,
|
|
7673
|
+
"computed": false
|
|
7442
7674
|
},
|
|
7443
7675
|
{
|
|
7444
7676
|
"type": "propertySignature",
|
|
7445
7677
|
"key": {
|
|
7446
7678
|
"type": "identifier",
|
|
7447
|
-
"name": "
|
|
7679
|
+
"name": "accept"
|
|
7448
7680
|
},
|
|
7449
7681
|
"annotation": {
|
|
7450
7682
|
"type": "keyword",
|
|
7451
7683
|
"value": "string"
|
|
7452
7684
|
},
|
|
7453
|
-
"
|
|
7454
|
-
"
|
|
7685
|
+
"optional": true,
|
|
7686
|
+
"computed": false
|
|
7455
7687
|
},
|
|
7456
7688
|
{
|
|
7457
7689
|
"type": "propertySignature",
|
|
7458
7690
|
"key": {
|
|
7459
7691
|
"type": "identifier",
|
|
7460
|
-
"name": "
|
|
7692
|
+
"name": "maxFiles"
|
|
7461
7693
|
},
|
|
7462
7694
|
"annotation": {
|
|
7463
7695
|
"type": "keyword",
|
|
7464
|
-
"value": "
|
|
7696
|
+
"value": "number"
|
|
7465
7697
|
},
|
|
7466
|
-
"
|
|
7467
|
-
"
|
|
7698
|
+
"optional": true,
|
|
7699
|
+
"computed": false
|
|
7468
7700
|
},
|
|
7469
7701
|
{
|
|
7470
7702
|
"type": "propertySignature",
|
|
7471
7703
|
"key": {
|
|
7472
7704
|
"type": "identifier",
|
|
7473
|
-
"name": "
|
|
7705
|
+
"name": "maxSize"
|
|
7474
7706
|
},
|
|
7475
7707
|
"annotation": {
|
|
7476
7708
|
"type": "keyword",
|
|
7477
|
-
"value": "
|
|
7709
|
+
"value": "number"
|
|
7478
7710
|
},
|
|
7711
|
+
"optional": true,
|
|
7479
7712
|
"computed": false,
|
|
7480
|
-
"description": "
|
|
7713
|
+
"description": "In bytes"
|
|
7481
7714
|
},
|
|
7482
7715
|
{
|
|
7483
7716
|
"type": "propertySignature",
|
|
7484
7717
|
"key": {
|
|
7485
7718
|
"type": "identifier",
|
|
7486
|
-
"name": "
|
|
7719
|
+
"name": "readableAccept"
|
|
7487
7720
|
},
|
|
7488
7721
|
"annotation": {
|
|
7489
7722
|
"type": "keyword",
|
|
7490
7723
|
"value": "string"
|
|
7491
7724
|
},
|
|
7492
|
-
"
|
|
7493
|
-
"
|
|
7725
|
+
"optional": true,
|
|
7726
|
+
"computed": false
|
|
7494
7727
|
},
|
|
7495
7728
|
{
|
|
7496
7729
|
"type": "propertySignature",
|
|
7497
7730
|
"key": {
|
|
7498
7731
|
"type": "identifier",
|
|
7499
|
-
"name": "
|
|
7732
|
+
"name": "readableMaxSize"
|
|
7500
7733
|
},
|
|
7501
7734
|
"annotation": {
|
|
7502
7735
|
"type": "keyword",
|
|
7503
7736
|
"value": "string"
|
|
7504
7737
|
},
|
|
7505
|
-
"
|
|
7506
|
-
"
|
|
7738
|
+
"optional": true,
|
|
7739
|
+
"computed": false
|
|
7507
7740
|
}
|
|
7508
7741
|
]
|
|
7509
7742
|
},
|
|
7510
7743
|
{
|
|
7511
7744
|
"type": "interface",
|
|
7512
|
-
"name": "
|
|
7745
|
+
"name": "ChatPayload",
|
|
7513
7746
|
"body": [
|
|
7514
7747
|
{
|
|
7515
7748
|
"type": "propertySignature",
|
|
7516
7749
|
"key": {
|
|
7517
7750
|
"type": "identifier",
|
|
7518
|
-
"name": "
|
|
7519
|
-
},
|
|
7520
|
-
"annotation": {
|
|
7521
|
-
"type": "keyword",
|
|
7522
|
-
"value": "string"
|
|
7523
|
-
},
|
|
7524
|
-
"computed": false
|
|
7525
|
-
},
|
|
7526
|
-
{
|
|
7527
|
-
"type": "propertySignature",
|
|
7528
|
-
"key": {
|
|
7529
|
-
"type": "identifier",
|
|
7530
|
-
"name": "title"
|
|
7751
|
+
"name": "content"
|
|
7531
7752
|
},
|
|
7532
7753
|
"annotation": {
|
|
7533
7754
|
"type": "keyword",
|
|
7534
7755
|
"value": "string"
|
|
7535
7756
|
},
|
|
7536
7757
|
"computed": false
|
|
7537
|
-
}
|
|
7758
|
+
}
|
|
7759
|
+
],
|
|
7760
|
+
"extends": [
|
|
7538
7761
|
{
|
|
7539
|
-
"type": "
|
|
7540
|
-
"
|
|
7762
|
+
"type": "expressionWithTypeArguments",
|
|
7763
|
+
"expression": {
|
|
7541
7764
|
"type": "identifier",
|
|
7542
|
-
"name": "
|
|
7543
|
-
}
|
|
7544
|
-
|
|
7545
|
-
|
|
7546
|
-
|
|
7547
|
-
|
|
7548
|
-
|
|
7549
|
-
|
|
7765
|
+
"name": "ExtraChatPayload"
|
|
7766
|
+
}
|
|
7767
|
+
}
|
|
7768
|
+
]
|
|
7769
|
+
},
|
|
7770
|
+
{
|
|
7771
|
+
"type": "interface",
|
|
7772
|
+
"name": "ExtraChatPayload",
|
|
7773
|
+
"body": [
|
|
7550
7774
|
{
|
|
7551
7775
|
"type": "propertySignature",
|
|
7552
7776
|
"key": {
|
|
7553
7777
|
"type": "identifier",
|
|
7554
|
-
"name": "
|
|
7778
|
+
"name": "files"
|
|
7555
7779
|
},
|
|
7556
7780
|
"annotation": {
|
|
7557
|
-
"type": "
|
|
7558
|
-
"
|
|
7559
|
-
"type": "
|
|
7560
|
-
"
|
|
7781
|
+
"type": "array",
|
|
7782
|
+
"elementType": {
|
|
7783
|
+
"type": "reference",
|
|
7784
|
+
"typeName": {
|
|
7785
|
+
"type": "identifier",
|
|
7786
|
+
"name": "UploadFileInfo"
|
|
7787
|
+
}
|
|
7561
7788
|
}
|
|
7562
7789
|
},
|
|
7563
7790
|
"optional": true,
|
|
7564
7791
|
"computed": false
|
|
7565
|
-
}
|
|
7566
|
-
]
|
|
7567
|
-
},
|
|
7568
|
-
{
|
|
7569
|
-
"type": "interface",
|
|
7570
|
-
"name": "ProjectActionClickDetail",
|
|
7571
|
-
"body": [
|
|
7792
|
+
},
|
|
7572
7793
|
{
|
|
7573
7794
|
"type": "propertySignature",
|
|
7574
7795
|
"key": {
|
|
7575
7796
|
"type": "identifier",
|
|
7576
|
-
"name": "
|
|
7797
|
+
"name": "cmd"
|
|
7577
7798
|
},
|
|
7578
7799
|
"annotation": {
|
|
7579
|
-
"type": "
|
|
7580
|
-
"
|
|
7581
|
-
|
|
7582
|
-
|
|
7583
|
-
|
|
7800
|
+
"type": "union",
|
|
7801
|
+
"types": [
|
|
7802
|
+
{
|
|
7803
|
+
"type": "reference",
|
|
7804
|
+
"typeName": {
|
|
7805
|
+
"type": "identifier",
|
|
7806
|
+
"name": "CommandPayload"
|
|
7807
|
+
}
|
|
7808
|
+
},
|
|
7809
|
+
{
|
|
7810
|
+
"type": "keyword",
|
|
7811
|
+
"value": "null"
|
|
7812
|
+
}
|
|
7813
|
+
]
|
|
7584
7814
|
},
|
|
7815
|
+
"optional": true,
|
|
7585
7816
|
"computed": false
|
|
7586
7817
|
},
|
|
7587
7818
|
{
|
|
7588
7819
|
"type": "propertySignature",
|
|
7589
7820
|
"key": {
|
|
7590
7821
|
"type": "identifier",
|
|
7591
|
-
"name": "
|
|
7822
|
+
"name": "aiEmployeeId"
|
|
7592
7823
|
},
|
|
7593
7824
|
"annotation": {
|
|
7594
|
-
"type": "
|
|
7595
|
-
"
|
|
7596
|
-
|
|
7597
|
-
|
|
7598
|
-
|
|
7825
|
+
"type": "union",
|
|
7826
|
+
"types": [
|
|
7827
|
+
{
|
|
7828
|
+
"type": "keyword",
|
|
7829
|
+
"value": "string"
|
|
7830
|
+
},
|
|
7831
|
+
{
|
|
7832
|
+
"type": "keyword",
|
|
7833
|
+
"value": "null"
|
|
7834
|
+
}
|
|
7835
|
+
]
|
|
7599
7836
|
},
|
|
7837
|
+
"optional": true,
|
|
7600
7838
|
"computed": false
|
|
7601
7839
|
}
|
|
7602
7840
|
]
|
|
7603
7841
|
},
|
|
7604
7842
|
{
|
|
7605
7843
|
"type": "interface",
|
|
7606
|
-
"name": "
|
|
7844
|
+
"name": "UploadFileInfo",
|
|
7607
7845
|
"body": [
|
|
7608
7846
|
{
|
|
7609
7847
|
"type": "propertySignature",
|
|
7610
7848
|
"key": {
|
|
7611
7849
|
"type": "identifier",
|
|
7612
|
-
"name": "
|
|
7850
|
+
"name": "fileId"
|
|
7613
7851
|
},
|
|
7614
7852
|
"annotation": {
|
|
7615
|
-
"type": "
|
|
7616
|
-
"
|
|
7617
|
-
"type": "identifier",
|
|
7618
|
-
"name": "SimpleActionType"
|
|
7619
|
-
}
|
|
7853
|
+
"type": "keyword",
|
|
7854
|
+
"value": "string"
|
|
7620
7855
|
},
|
|
7621
7856
|
"computed": false
|
|
7622
7857
|
}
|
|
@@ -7624,7 +7859,7 @@
|
|
|
7624
7859
|
}
|
|
7625
7860
|
]
|
|
7626
7861
|
},
|
|
7627
|
-
"ai-portal.
|
|
7862
|
+
"ai-portal.cruise-canvas": {
|
|
7628
7863
|
"properties": [
|
|
7629
7864
|
{
|
|
7630
7865
|
"name": "conversationId",
|
|
@@ -7689,6 +7924,13 @@
|
|
|
7689
7924
|
}
|
|
7690
7925
|
}
|
|
7691
7926
|
},
|
|
7927
|
+
{
|
|
7928
|
+
"name": "showHiddenJobs",
|
|
7929
|
+
"annotation": {
|
|
7930
|
+
"type": "keyword",
|
|
7931
|
+
"value": "boolean"
|
|
7932
|
+
}
|
|
7933
|
+
},
|
|
7692
7934
|
{
|
|
7693
7935
|
"name": "showHumanActions",
|
|
7694
7936
|
"annotation": {
|
|
@@ -7731,6 +7973,13 @@
|
|
|
7731
7973
|
"value": "boolean"
|
|
7732
7974
|
}
|
|
7733
7975
|
},
|
|
7976
|
+
{
|
|
7977
|
+
"name": "showJsxEditor",
|
|
7978
|
+
"annotation": {
|
|
7979
|
+
"type": "keyword",
|
|
7980
|
+
"value": "boolean"
|
|
7981
|
+
}
|
|
7982
|
+
},
|
|
7734
7983
|
{
|
|
7735
7984
|
"name": "previewUrlTemplate",
|
|
7736
7985
|
"annotation": {
|
|
@@ -7771,6 +8020,13 @@
|
|
|
7771
8020
|
"value": "string"
|
|
7772
8021
|
}
|
|
7773
8022
|
},
|
|
8023
|
+
{
|
|
8024
|
+
"name": "separateInstructions",
|
|
8025
|
+
"annotation": {
|
|
8026
|
+
"type": "keyword",
|
|
8027
|
+
"value": "boolean"
|
|
8028
|
+
}
|
|
8029
|
+
},
|
|
7774
8030
|
{
|
|
7775
8031
|
"name": "aiEmployees",
|
|
7776
8032
|
"annotation": {
|
|
@@ -7853,7 +8109,7 @@
|
|
|
7853
8109
|
"detail": {
|
|
7854
8110
|
"annotation": {
|
|
7855
8111
|
"type": "jsLiteral",
|
|
7856
|
-
"value": "
|
|
8112
|
+
"value": "chat"
|
|
7857
8113
|
}
|
|
7858
8114
|
}
|
|
7859
8115
|
},
|
|
@@ -7868,15 +8124,6 @@
|
|
|
7868
8124
|
}
|
|
7869
8125
|
}
|
|
7870
8126
|
}
|
|
7871
|
-
},
|
|
7872
|
-
{
|
|
7873
|
-
"name": "split.change",
|
|
7874
|
-
"detail": {
|
|
7875
|
-
"annotation": {
|
|
7876
|
-
"type": "keyword",
|
|
7877
|
-
"value": "boolean"
|
|
7878
|
-
}
|
|
7879
|
-
}
|
|
7880
8127
|
}
|
|
7881
8128
|
],
|
|
7882
8129
|
"methods": [
|
|
@@ -9103,7 +9350,7 @@
|
|
|
9103
9350
|
}
|
|
9104
9351
|
]
|
|
9105
9352
|
},
|
|
9106
|
-
"ai-portal.
|
|
9353
|
+
"ai-portal.chat-stream": {
|
|
9107
9354
|
"properties": [
|
|
9108
9355
|
{
|
|
9109
9356
|
"name": "conversationId",
|
|
@@ -9168,13 +9415,6 @@
|
|
|
9168
9415
|
}
|
|
9169
9416
|
}
|
|
9170
9417
|
},
|
|
9171
|
-
{
|
|
9172
|
-
"name": "showHiddenJobs",
|
|
9173
|
-
"annotation": {
|
|
9174
|
-
"type": "keyword",
|
|
9175
|
-
"value": "boolean"
|
|
9176
|
-
}
|
|
9177
|
-
},
|
|
9178
9418
|
{
|
|
9179
9419
|
"name": "showHumanActions",
|
|
9180
9420
|
"annotation": {
|
|
@@ -9217,13 +9457,6 @@
|
|
|
9217
9457
|
"value": "boolean"
|
|
9218
9458
|
}
|
|
9219
9459
|
},
|
|
9220
|
-
{
|
|
9221
|
-
"name": "showJsxEditor",
|
|
9222
|
-
"annotation": {
|
|
9223
|
-
"type": "keyword",
|
|
9224
|
-
"value": "boolean"
|
|
9225
|
-
}
|
|
9226
|
-
},
|
|
9227
9460
|
{
|
|
9228
9461
|
"name": "previewUrlTemplate",
|
|
9229
9462
|
"annotation": {
|
|
@@ -9264,13 +9497,6 @@
|
|
|
9264
9497
|
"value": "string"
|
|
9265
9498
|
}
|
|
9266
9499
|
},
|
|
9267
|
-
{
|
|
9268
|
-
"name": "separateInstructions",
|
|
9269
|
-
"annotation": {
|
|
9270
|
-
"type": "keyword",
|
|
9271
|
-
"value": "boolean"
|
|
9272
|
-
}
|
|
9273
|
-
},
|
|
9274
9500
|
{
|
|
9275
9501
|
"name": "aiEmployees",
|
|
9276
9502
|
"annotation": {
|
|
@@ -9353,7 +9579,7 @@
|
|
|
9353
9579
|
"detail": {
|
|
9354
9580
|
"annotation": {
|
|
9355
9581
|
"type": "jsLiteral",
|
|
9356
|
-
"value": "
|
|
9582
|
+
"value": "canvas"
|
|
9357
9583
|
}
|
|
9358
9584
|
}
|
|
9359
9585
|
},
|
|
@@ -9368,6 +9594,15 @@
|
|
|
9368
9594
|
}
|
|
9369
9595
|
}
|
|
9370
9596
|
}
|
|
9597
|
+
},
|
|
9598
|
+
{
|
|
9599
|
+
"name": "split.change",
|
|
9600
|
+
"detail": {
|
|
9601
|
+
"annotation": {
|
|
9602
|
+
"type": "keyword",
|
|
9603
|
+
"value": "boolean"
|
|
9604
|
+
}
|
|
9605
|
+
}
|
|
9371
9606
|
}
|
|
9372
9607
|
],
|
|
9373
9608
|
"methods": [
|