@next-bricks/ai-portal 0.65.8 → 0.66.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 +53 -52
- package/dist/chunks/1534.bcfa4c96.js +2 -0
- package/dist/chunks/1534.bcfa4c96.js.map +1 -0
- package/dist/chunks/chat-box.060b8727.js +3 -0
- package/dist/chunks/chat-box.060b8727.js.map +1 -0
- package/dist/chunks/{main.aced41aa.js → main.04071e22.js} +2 -2
- package/dist/chunks/{main.aced41aa.js.map → main.04071e22.js.map} +1 -1
- package/dist/chunks/set-chat-mentioned-employee.69199eec.js +2 -0
- package/dist/chunks/set-chat-mentioned-employee.69199eec.js.map +1 -0
- package/dist/examples.json +22 -22
- package/dist/index.6db15ca0.js +2 -0
- package/dist/index.6db15ca0.js.map +1 -0
- package/dist/manifest.json +469 -466
- package/dist/types.json +1159 -1097
- package/dist-types/bootstrap.d.ts +1 -0
- package/dist-types/data-providers/set-chat-mentioned-employee.d.ts +7 -0
- package/dist-types/data-providers/set-chat-mentioned-employee.spec.d.ts +1 -0
- package/package.json +2 -2
- package/dist/chunks/2742.64fa013f.js +0 -2
- package/dist/chunks/2742.64fa013f.js.map +0 -1
- package/dist/chunks/chat-box.3ae83b4f.js +0 -3
- package/dist/chunks/chat-box.3ae83b4f.js.map +0 -1
- package/dist/index.0efd927c.js +0 -2
- package/dist/index.0efd927c.js.map +0 -1
- /package/dist/chunks/{chat-box.3ae83b4f.js.LICENSE.txt → chat-box.060b8727.js.LICENSE.txt} +0 -0
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.icon-button": {
|
|
16
3
|
"properties": [
|
|
17
4
|
{
|
|
@@ -131,61 +118,18 @@
|
|
|
131
118
|
}
|
|
132
119
|
]
|
|
133
120
|
},
|
|
134
|
-
"ai-portal.
|
|
135
|
-
"
|
|
136
|
-
"params": [
|
|
137
|
-
{
|
|
138
|
-
"name": "tool",
|
|
139
|
-
"annotation": {
|
|
140
|
-
"type": "reference",
|
|
141
|
-
"typeName": {
|
|
142
|
-
"type": "identifier",
|
|
143
|
-
"name": "ToolInfo"
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
},
|
|
121
|
+
"ai-portal.home-container": {
|
|
122
|
+
"properties": [
|
|
147
123
|
{
|
|
148
|
-
"name": "
|
|
124
|
+
"name": "sticky",
|
|
149
125
|
"annotation": {
|
|
150
|
-
"type": "
|
|
151
|
-
"
|
|
152
|
-
"type": "identifier",
|
|
153
|
-
"name": "Record"
|
|
154
|
-
},
|
|
155
|
-
"typeParameters": {
|
|
156
|
-
"type": "typeParameterInstantiation",
|
|
157
|
-
"params": [
|
|
158
|
-
{
|
|
159
|
-
"type": "keyword",
|
|
160
|
-
"value": "string"
|
|
161
|
-
},
|
|
162
|
-
{
|
|
163
|
-
"type": "keyword",
|
|
164
|
-
"value": "unknown"
|
|
165
|
-
}
|
|
166
|
-
]
|
|
167
|
-
}
|
|
126
|
+
"type": "keyword",
|
|
127
|
+
"value": "boolean"
|
|
168
128
|
}
|
|
169
129
|
}
|
|
170
130
|
],
|
|
171
|
-
"
|
|
172
|
-
|
|
173
|
-
"type": "reference",
|
|
174
|
-
"typeName": {
|
|
175
|
-
"type": "identifier",
|
|
176
|
-
"name": "Promise"
|
|
177
|
-
},
|
|
178
|
-
"typeParameters": {
|
|
179
|
-
"type": "typeParameterInstantiation",
|
|
180
|
-
"params": [
|
|
181
|
-
{
|
|
182
|
-
"type": "keyword",
|
|
183
|
-
"value": "unknown"
|
|
184
|
-
}
|
|
185
|
-
]
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
}
|
|
131
|
+
"events": [],
|
|
132
|
+
"methods": []
|
|
189
133
|
},
|
|
190
134
|
"ai-portal.save-request-store": {
|
|
191
135
|
"type": "provider",
|
|
@@ -1808,6 +1752,62 @@
|
|
|
1808
1752
|
}
|
|
1809
1753
|
}
|
|
1810
1754
|
},
|
|
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
1811
|
"ai-portal.set-chat-command": {
|
|
1812
1812
|
"type": "provider",
|
|
1813
1813
|
"params": [
|
|
@@ -1873,91 +1873,45 @@
|
|
|
1873
1873
|
}
|
|
1874
1874
|
]
|
|
1875
1875
|
},
|
|
1876
|
-
"ai-portal.
|
|
1877
|
-
"
|
|
1878
|
-
|
|
1879
|
-
"name": "pageTitle",
|
|
1880
|
-
"annotation": {
|
|
1881
|
-
"type": "keyword",
|
|
1882
|
-
"value": "string"
|
|
1883
|
-
}
|
|
1884
|
-
},
|
|
1885
|
-
{
|
|
1886
|
-
"name": "breadcrumbs",
|
|
1887
|
-
"annotation": {
|
|
1888
|
-
"type": "array",
|
|
1889
|
-
"elementType": {
|
|
1890
|
-
"type": "reference",
|
|
1891
|
-
"typeName": {
|
|
1892
|
-
"type": "identifier",
|
|
1893
|
-
"name": "Breadcrumb"
|
|
1894
|
-
}
|
|
1895
|
-
}
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
{
|
|
1899
|
-
"name": "size",
|
|
1900
|
-
"annotation": {
|
|
1901
|
-
"type": "union",
|
|
1902
|
-
"types": [
|
|
1903
|
-
{
|
|
1904
|
-
"type": "jsLiteral",
|
|
1905
|
-
"value": "medium"
|
|
1906
|
-
},
|
|
1907
|
-
{
|
|
1908
|
-
"type": "jsLiteral",
|
|
1909
|
-
"value": "small"
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"type": "jsLiteral",
|
|
1913
|
-
"value": "full"
|
|
1914
|
-
}
|
|
1915
|
-
]
|
|
1916
|
-
}
|
|
1917
|
-
},
|
|
1876
|
+
"ai-portal.set-chat-mentioned-employee": {
|
|
1877
|
+
"type": "provider",
|
|
1878
|
+
"params": [
|
|
1918
1879
|
{
|
|
1919
|
-
"name": "
|
|
1880
|
+
"name": "chatMentionedEmployee",
|
|
1920
1881
|
"annotation": {
|
|
1921
1882
|
"type": "union",
|
|
1922
1883
|
"types": [
|
|
1923
1884
|
{
|
|
1924
|
-
"type": "
|
|
1925
|
-
"
|
|
1885
|
+
"type": "reference",
|
|
1886
|
+
"typeName": {
|
|
1887
|
+
"type": "identifier",
|
|
1888
|
+
"name": "ChatMentionedEmployee"
|
|
1889
|
+
}
|
|
1926
1890
|
},
|
|
1927
1891
|
{
|
|
1928
|
-
"type": "
|
|
1929
|
-
"value": "
|
|
1892
|
+
"type": "keyword",
|
|
1893
|
+
"value": "null"
|
|
1930
1894
|
}
|
|
1931
1895
|
]
|
|
1932
1896
|
}
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"name": "sticky",
|
|
1936
|
-
"annotation": {
|
|
1937
|
-
"type": "keyword",
|
|
1938
|
-
"value": "boolean"
|
|
1939
|
-
}
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"name": "textContent",
|
|
1943
|
-
"annotation": {
|
|
1944
|
-
"type": "keyword",
|
|
1945
|
-
"value": "string"
|
|
1946
|
-
}
|
|
1947
1897
|
}
|
|
1948
1898
|
],
|
|
1949
|
-
"
|
|
1950
|
-
|
|
1899
|
+
"returns": {
|
|
1900
|
+
"annotation": {
|
|
1901
|
+
"type": "keyword",
|
|
1902
|
+
"value": "void"
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1951
1905
|
"types": [
|
|
1952
1906
|
{
|
|
1953
1907
|
"type": "interface",
|
|
1954
|
-
"name": "
|
|
1908
|
+
"name": "ChatMentionedEmployee",
|
|
1955
1909
|
"body": [
|
|
1956
1910
|
{
|
|
1957
1911
|
"type": "propertySignature",
|
|
1958
1912
|
"key": {
|
|
1959
1913
|
"type": "identifier",
|
|
1960
|
-
"name": "
|
|
1914
|
+
"name": "name"
|
|
1961
1915
|
},
|
|
1962
1916
|
"annotation": {
|
|
1963
1917
|
"type": "keyword",
|
|
@@ -1969,7 +1923,7 @@
|
|
|
1969
1923
|
"type": "propertySignature",
|
|
1970
1924
|
"key": {
|
|
1971
1925
|
"type": "identifier",
|
|
1972
|
-
"name": "
|
|
1926
|
+
"name": "employeeId"
|
|
1973
1927
|
},
|
|
1974
1928
|
"annotation": {
|
|
1975
1929
|
"type": "keyword",
|
|
@@ -2052,20 +2006,26 @@
|
|
|
2052
2006
|
}
|
|
2053
2007
|
]
|
|
2054
2008
|
},
|
|
2055
|
-
"ai-portal.
|
|
2009
|
+
"ai-portal.page-container": {
|
|
2056
2010
|
"properties": [
|
|
2057
2011
|
{
|
|
2058
|
-
"name": "
|
|
2012
|
+
"name": "pageTitle",
|
|
2059
2013
|
"annotation": {
|
|
2060
2014
|
"type": "keyword",
|
|
2061
2015
|
"value": "string"
|
|
2062
2016
|
}
|
|
2063
2017
|
},
|
|
2064
2018
|
{
|
|
2065
|
-
"name": "
|
|
2019
|
+
"name": "breadcrumbs",
|
|
2066
2020
|
"annotation": {
|
|
2067
|
-
"type": "
|
|
2068
|
-
"
|
|
2021
|
+
"type": "array",
|
|
2022
|
+
"elementType": {
|
|
2023
|
+
"type": "reference",
|
|
2024
|
+
"typeName": {
|
|
2025
|
+
"type": "identifier",
|
|
2026
|
+
"name": "Breadcrumb"
|
|
2027
|
+
}
|
|
2028
|
+
}
|
|
2069
2029
|
}
|
|
2070
2030
|
},
|
|
2071
2031
|
{
|
|
@@ -2080,33 +2040,135 @@
|
|
|
2080
2040
|
{
|
|
2081
2041
|
"type": "jsLiteral",
|
|
2082
2042
|
"value": "small"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"type": "jsLiteral",
|
|
2046
|
+
"value": "full"
|
|
2083
2047
|
}
|
|
2084
2048
|
]
|
|
2085
2049
|
}
|
|
2086
2050
|
},
|
|
2087
2051
|
{
|
|
2088
|
-
"name": "
|
|
2052
|
+
"name": "variant",
|
|
2089
2053
|
"annotation": {
|
|
2090
|
-
"type": "
|
|
2091
|
-
"
|
|
2054
|
+
"type": "union",
|
|
2055
|
+
"types": [
|
|
2056
|
+
{
|
|
2057
|
+
"type": "jsLiteral",
|
|
2058
|
+
"value": "default"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"type": "jsLiteral",
|
|
2062
|
+
"value": "form"
|
|
2063
|
+
}
|
|
2064
|
+
]
|
|
2092
2065
|
}
|
|
2093
2066
|
},
|
|
2094
2067
|
{
|
|
2095
|
-
"name": "
|
|
2068
|
+
"name": "sticky",
|
|
2096
2069
|
"annotation": {
|
|
2097
2070
|
"type": "keyword",
|
|
2098
2071
|
"value": "boolean"
|
|
2099
2072
|
}
|
|
2100
2073
|
},
|
|
2101
2074
|
{
|
|
2102
|
-
"name": "
|
|
2075
|
+
"name": "textContent",
|
|
2103
2076
|
"annotation": {
|
|
2104
2077
|
"type": "keyword",
|
|
2105
|
-
"value": "
|
|
2078
|
+
"value": "string"
|
|
2106
2079
|
}
|
|
2107
|
-
}
|
|
2080
|
+
}
|
|
2081
|
+
],
|
|
2082
|
+
"events": [],
|
|
2083
|
+
"methods": [],
|
|
2084
|
+
"types": [
|
|
2108
2085
|
{
|
|
2109
|
-
"
|
|
2086
|
+
"type": "interface",
|
|
2087
|
+
"name": "Breadcrumb",
|
|
2088
|
+
"body": [
|
|
2089
|
+
{
|
|
2090
|
+
"type": "propertySignature",
|
|
2091
|
+
"key": {
|
|
2092
|
+
"type": "identifier",
|
|
2093
|
+
"name": "text"
|
|
2094
|
+
},
|
|
2095
|
+
"annotation": {
|
|
2096
|
+
"type": "keyword",
|
|
2097
|
+
"value": "string"
|
|
2098
|
+
},
|
|
2099
|
+
"computed": false
|
|
2100
|
+
},
|
|
2101
|
+
{
|
|
2102
|
+
"type": "propertySignature",
|
|
2103
|
+
"key": {
|
|
2104
|
+
"type": "identifier",
|
|
2105
|
+
"name": "url"
|
|
2106
|
+
},
|
|
2107
|
+
"annotation": {
|
|
2108
|
+
"type": "keyword",
|
|
2109
|
+
"value": "string"
|
|
2110
|
+
},
|
|
2111
|
+
"computed": false
|
|
2112
|
+
}
|
|
2113
|
+
]
|
|
2114
|
+
}
|
|
2115
|
+
]
|
|
2116
|
+
},
|
|
2117
|
+
"ai-portal.stat-with-mini-chart": {
|
|
2118
|
+
"properties": [
|
|
2119
|
+
{
|
|
2120
|
+
"name": "label",
|
|
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",
|
|
2158
|
+
"annotation": {
|
|
2159
|
+
"type": "keyword",
|
|
2160
|
+
"value": "boolean"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "min",
|
|
2165
|
+
"annotation": {
|
|
2166
|
+
"type": "keyword",
|
|
2167
|
+
"value": "number"
|
|
2168
|
+
}
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"name": "max",
|
|
2110
2172
|
"annotation": {
|
|
2111
2173
|
"type": "keyword",
|
|
2112
2174
|
"value": "number"
|
|
@@ -2485,101 +2547,6 @@
|
|
|
2485
2547
|
}
|
|
2486
2548
|
]
|
|
2487
2549
|
},
|
|
2488
|
-
"ai-portal.show-cases": {
|
|
2489
|
-
"properties": [
|
|
2490
|
-
{
|
|
2491
|
-
"name": "list",
|
|
2492
|
-
"annotation": {
|
|
2493
|
-
"type": "array",
|
|
2494
|
-
"elementType": {
|
|
2495
|
-
"type": "reference",
|
|
2496
|
-
"typeName": {
|
|
2497
|
-
"type": "identifier",
|
|
2498
|
-
"name": "ShowCaseType"
|
|
2499
|
-
}
|
|
2500
|
-
}
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
|
-
{
|
|
2504
|
-
"name": "limit",
|
|
2505
|
-
"annotation": {
|
|
2506
|
-
"type": "keyword",
|
|
2507
|
-
"value": "number"
|
|
2508
|
-
}
|
|
2509
|
-
}
|
|
2510
|
-
],
|
|
2511
|
-
"events": [],
|
|
2512
|
-
"methods": [],
|
|
2513
|
-
"types": [
|
|
2514
|
-
{
|
|
2515
|
-
"type": "interface",
|
|
2516
|
-
"name": "ShowCaseType",
|
|
2517
|
-
"body": [
|
|
2518
|
-
{
|
|
2519
|
-
"type": "propertySignature",
|
|
2520
|
-
"key": {
|
|
2521
|
-
"type": "identifier",
|
|
2522
|
-
"name": "conversationId"
|
|
2523
|
-
},
|
|
2524
|
-
"annotation": {
|
|
2525
|
-
"type": "keyword",
|
|
2526
|
-
"value": "string"
|
|
2527
|
-
},
|
|
2528
|
-
"computed": false
|
|
2529
|
-
},
|
|
2530
|
-
{
|
|
2531
|
-
"type": "propertySignature",
|
|
2532
|
-
"key": {
|
|
2533
|
-
"type": "identifier",
|
|
2534
|
-
"name": "title"
|
|
2535
|
-
},
|
|
2536
|
-
"annotation": {
|
|
2537
|
-
"type": "keyword",
|
|
2538
|
-
"value": "string"
|
|
2539
|
-
},
|
|
2540
|
-
"computed": false
|
|
2541
|
-
},
|
|
2542
|
-
{
|
|
2543
|
-
"type": "propertySignature",
|
|
2544
|
-
"key": {
|
|
2545
|
-
"type": "identifier",
|
|
2546
|
-
"name": "summary"
|
|
2547
|
-
},
|
|
2548
|
-
"annotation": {
|
|
2549
|
-
"type": "keyword",
|
|
2550
|
-
"value": "string"
|
|
2551
|
-
},
|
|
2552
|
-
"computed": false
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"type": "propertySignature",
|
|
2556
|
-
"key": {
|
|
2557
|
-
"type": "identifier",
|
|
2558
|
-
"name": "scenario"
|
|
2559
|
-
},
|
|
2560
|
-
"annotation": {
|
|
2561
|
-
"type": "keyword",
|
|
2562
|
-
"value": "string"
|
|
2563
|
-
},
|
|
2564
|
-
"computed": false
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"type": "propertySignature",
|
|
2568
|
-
"key": {
|
|
2569
|
-
"type": "identifier",
|
|
2570
|
-
"name": "url"
|
|
2571
|
-
},
|
|
2572
|
-
"annotation": {
|
|
2573
|
-
"type": "keyword",
|
|
2574
|
-
"value": "string"
|
|
2575
|
-
},
|
|
2576
|
-
"optional": true,
|
|
2577
|
-
"computed": false
|
|
2578
|
-
}
|
|
2579
|
-
]
|
|
2580
|
-
}
|
|
2581
|
-
]
|
|
2582
|
-
},
|
|
2583
2550
|
"ai-portal.mcp-tools": {
|
|
2584
2551
|
"properties": [
|
|
2585
2552
|
{
|
|
@@ -2711,7 +2678,7 @@
|
|
|
2711
2678
|
}
|
|
2712
2679
|
]
|
|
2713
2680
|
},
|
|
2714
|
-
"ai-portal.
|
|
2681
|
+
"ai-portal.show-cases": {
|
|
2715
2682
|
"properties": [
|
|
2716
2683
|
{
|
|
2717
2684
|
"name": "list",
|
|
@@ -2721,30 +2688,13 @@
|
|
|
2721
2688
|
"type": "reference",
|
|
2722
2689
|
"typeName": {
|
|
2723
2690
|
"type": "identifier",
|
|
2724
|
-
"name": "
|
|
2691
|
+
"name": "ShowCaseType"
|
|
2725
2692
|
}
|
|
2726
2693
|
}
|
|
2727
2694
|
}
|
|
2728
2695
|
},
|
|
2729
2696
|
{
|
|
2730
|
-
"name": "
|
|
2731
|
-
"annotation": {
|
|
2732
|
-
"type": "array",
|
|
2733
|
-
"elementType": {
|
|
2734
|
-
"type": "keyword",
|
|
2735
|
-
"value": "string"
|
|
2736
|
-
}
|
|
2737
|
-
}
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"name": "urlTemplate",
|
|
2741
|
-
"annotation": {
|
|
2742
|
-
"type": "keyword",
|
|
2743
|
-
"value": "string"
|
|
2744
|
-
}
|
|
2745
|
-
},
|
|
2746
|
-
{
|
|
2747
|
-
"name": "stickyTop",
|
|
2697
|
+
"name": "limit",
|
|
2748
2698
|
"annotation": {
|
|
2749
2699
|
"type": "keyword",
|
|
2750
2700
|
"value": "number"
|
|
@@ -2756,13 +2706,13 @@
|
|
|
2756
2706
|
"types": [
|
|
2757
2707
|
{
|
|
2758
2708
|
"type": "interface",
|
|
2759
|
-
"name": "
|
|
2709
|
+
"name": "ShowCaseType",
|
|
2760
2710
|
"body": [
|
|
2761
2711
|
{
|
|
2762
2712
|
"type": "propertySignature",
|
|
2763
2713
|
"key": {
|
|
2764
2714
|
"type": "identifier",
|
|
2765
|
-
"name": "
|
|
2715
|
+
"name": "conversationId"
|
|
2766
2716
|
},
|
|
2767
2717
|
"annotation": {
|
|
2768
2718
|
"type": "keyword",
|
|
@@ -2774,7 +2724,7 @@
|
|
|
2774
2724
|
"type": "propertySignature",
|
|
2775
2725
|
"key": {
|
|
2776
2726
|
"type": "identifier",
|
|
2777
|
-
"name": "
|
|
2727
|
+
"name": "title"
|
|
2778
2728
|
},
|
|
2779
2729
|
"annotation": {
|
|
2780
2730
|
"type": "keyword",
|
|
@@ -2786,7 +2736,7 @@
|
|
|
2786
2736
|
"type": "propertySignature",
|
|
2787
2737
|
"key": {
|
|
2788
2738
|
"type": "identifier",
|
|
2789
|
-
"name": "
|
|
2739
|
+
"name": "summary"
|
|
2790
2740
|
},
|
|
2791
2741
|
"annotation": {
|
|
2792
2742
|
"type": "keyword",
|
|
@@ -2798,7 +2748,7 @@
|
|
|
2798
2748
|
"type": "propertySignature",
|
|
2799
2749
|
"key": {
|
|
2800
2750
|
"type": "identifier",
|
|
2801
|
-
"name": "
|
|
2751
|
+
"name": "scenario"
|
|
2802
2752
|
},
|
|
2803
2753
|
"annotation": {
|
|
2804
2754
|
"type": "keyword",
|
|
@@ -2810,7 +2760,7 @@
|
|
|
2810
2760
|
"type": "propertySignature",
|
|
2811
2761
|
"key": {
|
|
2812
2762
|
"type": "identifier",
|
|
2813
|
-
"name": "
|
|
2763
|
+
"name": "url"
|
|
2814
2764
|
},
|
|
2815
2765
|
"annotation": {
|
|
2816
2766
|
"type": "keyword",
|
|
@@ -2920,58 +2870,170 @@
|
|
|
2920
2870
|
}
|
|
2921
2871
|
]
|
|
2922
2872
|
},
|
|
2923
|
-
"ai-portal.
|
|
2873
|
+
"ai-portal.ai-employees": {
|
|
2924
2874
|
"properties": [
|
|
2925
2875
|
{
|
|
2926
|
-
"name": "
|
|
2927
|
-
"annotation": {
|
|
2928
|
-
"type": "keyword",
|
|
2929
|
-
"value": "string"
|
|
2930
|
-
}
|
|
2931
|
-
},
|
|
2932
|
-
{
|
|
2933
|
-
"name": "options",
|
|
2876
|
+
"name": "list",
|
|
2934
2877
|
"annotation": {
|
|
2935
2878
|
"type": "array",
|
|
2936
2879
|
"elementType": {
|
|
2937
2880
|
"type": "reference",
|
|
2938
2881
|
"typeName": {
|
|
2939
2882
|
"type": "identifier",
|
|
2940
|
-
"name": "
|
|
2883
|
+
"name": "Employee"
|
|
2941
2884
|
}
|
|
2942
2885
|
}
|
|
2943
2886
|
}
|
|
2944
2887
|
},
|
|
2945
2888
|
{
|
|
2946
|
-
"name": "
|
|
2889
|
+
"name": "industries",
|
|
2947
2890
|
"annotation": {
|
|
2948
|
-
"type": "
|
|
2949
|
-
"
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
},
|
|
2954
|
-
{
|
|
2955
|
-
"type": "keyword",
|
|
2956
|
-
"value": "number"
|
|
2957
|
-
}
|
|
2958
|
-
]
|
|
2891
|
+
"type": "array",
|
|
2892
|
+
"elementType": {
|
|
2893
|
+
"type": "keyword",
|
|
2894
|
+
"value": "string"
|
|
2895
|
+
}
|
|
2959
2896
|
}
|
|
2960
2897
|
},
|
|
2961
2898
|
{
|
|
2962
|
-
"name": "
|
|
2899
|
+
"name": "urlTemplate",
|
|
2963
2900
|
"annotation": {
|
|
2964
2901
|
"type": "keyword",
|
|
2965
|
-
"value": "
|
|
2902
|
+
"value": "string"
|
|
2966
2903
|
}
|
|
2967
2904
|
},
|
|
2968
2905
|
{
|
|
2969
|
-
"name": "
|
|
2906
|
+
"name": "stickyTop",
|
|
2970
2907
|
"annotation": {
|
|
2971
2908
|
"type": "keyword",
|
|
2972
|
-
"value": "
|
|
2909
|
+
"value": "number"
|
|
2973
2910
|
}
|
|
2974
|
-
}
|
|
2911
|
+
}
|
|
2912
|
+
],
|
|
2913
|
+
"events": [],
|
|
2914
|
+
"methods": [],
|
|
2915
|
+
"types": [
|
|
2916
|
+
{
|
|
2917
|
+
"type": "interface",
|
|
2918
|
+
"name": "Employee",
|
|
2919
|
+
"body": [
|
|
2920
|
+
{
|
|
2921
|
+
"type": "propertySignature",
|
|
2922
|
+
"key": {
|
|
2923
|
+
"type": "identifier",
|
|
2924
|
+
"name": "name"
|
|
2925
|
+
},
|
|
2926
|
+
"annotation": {
|
|
2927
|
+
"type": "keyword",
|
|
2928
|
+
"value": "string"
|
|
2929
|
+
},
|
|
2930
|
+
"computed": false
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"type": "propertySignature",
|
|
2934
|
+
"key": {
|
|
2935
|
+
"type": "identifier",
|
|
2936
|
+
"name": "industry"
|
|
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"
|
|
2949
|
+
},
|
|
2950
|
+
"annotation": {
|
|
2951
|
+
"type": "keyword",
|
|
2952
|
+
"value": "string"
|
|
2953
|
+
},
|
|
2954
|
+
"computed": false
|
|
2955
|
+
},
|
|
2956
|
+
{
|
|
2957
|
+
"type": "propertySignature",
|
|
2958
|
+
"key": {
|
|
2959
|
+
"type": "identifier",
|
|
2960
|
+
"name": "description"
|
|
2961
|
+
},
|
|
2962
|
+
"annotation": {
|
|
2963
|
+
"type": "keyword",
|
|
2964
|
+
"value": "string"
|
|
2965
|
+
},
|
|
2966
|
+
"computed": false
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"type": "propertySignature",
|
|
2970
|
+
"key": {
|
|
2971
|
+
"type": "identifier",
|
|
2972
|
+
"name": "avatar"
|
|
2973
|
+
},
|
|
2974
|
+
"annotation": {
|
|
2975
|
+
"type": "keyword",
|
|
2976
|
+
"value": "string"
|
|
2977
|
+
},
|
|
2978
|
+
"optional": true,
|
|
2979
|
+
"computed": false
|
|
2980
|
+
}
|
|
2981
|
+
]
|
|
2982
|
+
}
|
|
2983
|
+
]
|
|
2984
|
+
},
|
|
2985
|
+
"ai-portal.dropdown-select": {
|
|
2986
|
+
"properties": [
|
|
2987
|
+
{
|
|
2988
|
+
"name": "value",
|
|
2989
|
+
"annotation": {
|
|
2990
|
+
"type": "keyword",
|
|
2991
|
+
"value": "string"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "options",
|
|
2996
|
+
"annotation": {
|
|
2997
|
+
"type": "array",
|
|
2998
|
+
"elementType": {
|
|
2999
|
+
"type": "reference",
|
|
3000
|
+
"typeName": {
|
|
3001
|
+
"type": "identifier",
|
|
3002
|
+
"name": "DropdownOptions"
|
|
3003
|
+
}
|
|
3004
|
+
}
|
|
3005
|
+
}
|
|
3006
|
+
},
|
|
3007
|
+
{
|
|
3008
|
+
"name": "labelMaxWidth",
|
|
3009
|
+
"annotation": {
|
|
3010
|
+
"type": "union",
|
|
3011
|
+
"types": [
|
|
3012
|
+
{
|
|
3013
|
+
"type": "keyword",
|
|
3014
|
+
"value": "string"
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"type": "keyword",
|
|
3018
|
+
"value": "number"
|
|
3019
|
+
}
|
|
3020
|
+
]
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"name": "loading",
|
|
3025
|
+
"annotation": {
|
|
3026
|
+
"type": "keyword",
|
|
3027
|
+
"value": "boolean"
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"name": "searchPlaceholder",
|
|
3032
|
+
"annotation": {
|
|
3033
|
+
"type": "keyword",
|
|
3034
|
+
"value": "string"
|
|
3035
|
+
}
|
|
3036
|
+
},
|
|
2975
3037
|
{
|
|
2976
3038
|
"name": "dropdownContentStyle",
|
|
2977
3039
|
"annotation": {
|
|
@@ -3089,26 +3151,6 @@
|
|
|
3089
3151
|
}
|
|
3090
3152
|
]
|
|
3091
3153
|
},
|
|
3092
|
-
"ai-portal.preview-container": {
|
|
3093
|
-
"properties": [
|
|
3094
|
-
{
|
|
3095
|
-
"name": "source",
|
|
3096
|
-
"annotation": {
|
|
3097
|
-
"type": "keyword",
|
|
3098
|
-
"value": "string"
|
|
3099
|
-
}
|
|
3100
|
-
},
|
|
3101
|
-
{
|
|
3102
|
-
"name": "url",
|
|
3103
|
-
"annotation": {
|
|
3104
|
-
"type": "keyword",
|
|
3105
|
-
"value": "string"
|
|
3106
|
-
}
|
|
3107
|
-
}
|
|
3108
|
-
],
|
|
3109
|
-
"events": [],
|
|
3110
|
-
"methods": []
|
|
3111
|
-
},
|
|
3112
3154
|
"ai-portal.action-buttons": {
|
|
3113
3155
|
"properties": [
|
|
3114
3156
|
{
|
|
@@ -3227,6 +3269,26 @@
|
|
|
3227
3269
|
}
|
|
3228
3270
|
]
|
|
3229
3271
|
},
|
|
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
|
+
},
|
|
3230
3292
|
"ai-portal.project-conversations": {
|
|
3231
3293
|
"properties": [
|
|
3232
3294
|
{
|
|
@@ -5536,7 +5598,7 @@
|
|
|
5536
5598
|
}
|
|
5537
5599
|
]
|
|
5538
5600
|
},
|
|
5539
|
-
"ai-portal.notice-
|
|
5601
|
+
"ai-portal.notice-list": {
|
|
5540
5602
|
"properties": [
|
|
5541
5603
|
{
|
|
5542
5604
|
"name": "dataSource",
|
|
@@ -5551,16 +5613,6 @@
|
|
|
5551
5613
|
}
|
|
5552
5614
|
}
|
|
5553
5615
|
},
|
|
5554
|
-
{
|
|
5555
|
-
"name": "popoverPlacement",
|
|
5556
|
-
"annotation": {
|
|
5557
|
-
"type": "reference",
|
|
5558
|
-
"typeName": {
|
|
5559
|
-
"type": "identifier",
|
|
5560
|
-
"name": "Placement"
|
|
5561
|
-
}
|
|
5562
|
-
}
|
|
5563
|
-
},
|
|
5564
5616
|
{
|
|
5565
5617
|
"name": "emptyText",
|
|
5566
5618
|
"annotation": {
|
|
@@ -5568,13 +5620,6 @@
|
|
|
5568
5620
|
"value": "string"
|
|
5569
5621
|
}
|
|
5570
5622
|
},
|
|
5571
|
-
{
|
|
5572
|
-
"name": "notifyCenterUrl",
|
|
5573
|
-
"annotation": {
|
|
5574
|
-
"type": "keyword",
|
|
5575
|
-
"value": "string"
|
|
5576
|
-
}
|
|
5577
|
-
},
|
|
5578
5623
|
{
|
|
5579
5624
|
"name": "urlTemplate",
|
|
5580
5625
|
"annotation": {
|
|
@@ -5593,44 +5638,14 @@
|
|
|
5593
5638
|
}
|
|
5594
5639
|
},
|
|
5595
5640
|
{
|
|
5596
|
-
"name": "
|
|
5597
|
-
"annotation": {
|
|
5598
|
-
"type": "union",
|
|
5599
|
-
"types": [
|
|
5600
|
-
{
|
|
5601
|
-
"type": "keyword",
|
|
5602
|
-
"value": "string"
|
|
5603
|
-
},
|
|
5604
|
-
{
|
|
5605
|
-
"type": "keyword",
|
|
5606
|
-
"value": "number"
|
|
5607
|
-
}
|
|
5608
|
-
]
|
|
5609
|
-
}
|
|
5610
|
-
},
|
|
5611
|
-
{
|
|
5612
|
-
"name": "dropdownContentStyle",
|
|
5641
|
+
"name": "selectedIds",
|
|
5613
5642
|
"annotation": {
|
|
5614
|
-
"type": "
|
|
5615
|
-
"
|
|
5616
|
-
"type": "
|
|
5617
|
-
"
|
|
5618
|
-
"type": "identifier",
|
|
5619
|
-
"name": "React"
|
|
5620
|
-
},
|
|
5621
|
-
"right": {
|
|
5622
|
-
"type": "identifier",
|
|
5623
|
-
"name": "CSSProperties"
|
|
5624
|
-
}
|
|
5643
|
+
"type": "array",
|
|
5644
|
+
"elementType": {
|
|
5645
|
+
"type": "keyword",
|
|
5646
|
+
"value": "string"
|
|
5625
5647
|
}
|
|
5626
5648
|
}
|
|
5627
|
-
},
|
|
5628
|
-
{
|
|
5629
|
-
"name": "hideNotifyCenterButton",
|
|
5630
|
-
"annotation": {
|
|
5631
|
-
"type": "keyword",
|
|
5632
|
-
"value": "boolean"
|
|
5633
|
-
}
|
|
5634
5649
|
}
|
|
5635
5650
|
],
|
|
5636
5651
|
"events": [
|
|
@@ -5646,6 +5661,21 @@
|
|
|
5646
5661
|
}
|
|
5647
5662
|
}
|
|
5648
5663
|
},
|
|
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
|
+
},
|
|
5649
5679
|
{
|
|
5650
5680
|
"name": "mark.all.read",
|
|
5651
5681
|
"detail": {
|
|
@@ -5753,7 +5783,7 @@
|
|
|
5753
5783
|
}
|
|
5754
5784
|
]
|
|
5755
5785
|
},
|
|
5756
|
-
"ai-portal.notice-
|
|
5786
|
+
"ai-portal.notice-dropdown": {
|
|
5757
5787
|
"properties": [
|
|
5758
5788
|
{
|
|
5759
5789
|
"name": "dataSource",
|
|
@@ -5768,6 +5798,16 @@
|
|
|
5768
5798
|
}
|
|
5769
5799
|
}
|
|
5770
5800
|
},
|
|
5801
|
+
{
|
|
5802
|
+
"name": "popoverPlacement",
|
|
5803
|
+
"annotation": {
|
|
5804
|
+
"type": "reference",
|
|
5805
|
+
"typeName": {
|
|
5806
|
+
"type": "identifier",
|
|
5807
|
+
"name": "Placement"
|
|
5808
|
+
}
|
|
5809
|
+
}
|
|
5810
|
+
},
|
|
5771
5811
|
{
|
|
5772
5812
|
"name": "emptyText",
|
|
5773
5813
|
"annotation": {
|
|
@@ -5776,14 +5816,21 @@
|
|
|
5776
5816
|
}
|
|
5777
5817
|
},
|
|
5778
5818
|
{
|
|
5779
|
-
"name": "
|
|
5819
|
+
"name": "notifyCenterUrl",
|
|
5780
5820
|
"annotation": {
|
|
5781
5821
|
"type": "keyword",
|
|
5782
5822
|
"value": "string"
|
|
5783
5823
|
}
|
|
5784
5824
|
},
|
|
5785
5825
|
{
|
|
5786
|
-
"name": "
|
|
5826
|
+
"name": "urlTemplate",
|
|
5827
|
+
"annotation": {
|
|
5828
|
+
"type": "keyword",
|
|
5829
|
+
"value": "string"
|
|
5830
|
+
}
|
|
5831
|
+
},
|
|
5832
|
+
{
|
|
5833
|
+
"name": "urlTarget",
|
|
5787
5834
|
"annotation": {
|
|
5788
5835
|
"type": "reference",
|
|
5789
5836
|
"typeName": {
|
|
@@ -5793,14 +5840,44 @@
|
|
|
5793
5840
|
}
|
|
5794
5841
|
},
|
|
5795
5842
|
{
|
|
5796
|
-
"name": "
|
|
5843
|
+
"name": "dropdownMaxWidth",
|
|
5797
5844
|
"annotation": {
|
|
5798
|
-
"type": "
|
|
5799
|
-
"
|
|
5800
|
-
|
|
5801
|
-
|
|
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",
|
|
5860
|
+
"annotation": {
|
|
5861
|
+
"type": "reference",
|
|
5862
|
+
"typeName": {
|
|
5863
|
+
"type": "qualifiedName",
|
|
5864
|
+
"left": {
|
|
5865
|
+
"type": "identifier",
|
|
5866
|
+
"name": "React"
|
|
5867
|
+
},
|
|
5868
|
+
"right": {
|
|
5869
|
+
"type": "identifier",
|
|
5870
|
+
"name": "CSSProperties"
|
|
5871
|
+
}
|
|
5802
5872
|
}
|
|
5803
5873
|
}
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"name": "hideNotifyCenterButton",
|
|
5877
|
+
"annotation": {
|
|
5878
|
+
"type": "keyword",
|
|
5879
|
+
"value": "boolean"
|
|
5880
|
+
}
|
|
5804
5881
|
}
|
|
5805
5882
|
],
|
|
5806
5883
|
"events": [
|
|
@@ -5816,21 +5893,6 @@
|
|
|
5816
5893
|
}
|
|
5817
5894
|
}
|
|
5818
5895
|
},
|
|
5819
|
-
{
|
|
5820
|
-
"name": "mark.items.read",
|
|
5821
|
-
"detail": {
|
|
5822
|
-
"annotation": {
|
|
5823
|
-
"type": "array",
|
|
5824
|
-
"elementType": {
|
|
5825
|
-
"type": "reference",
|
|
5826
|
-
"typeName": {
|
|
5827
|
-
"type": "identifier",
|
|
5828
|
-
"name": "NoticeItem"
|
|
5829
|
-
}
|
|
5830
|
-
}
|
|
5831
|
-
}
|
|
5832
|
-
}
|
|
5833
|
-
},
|
|
5834
5896
|
{
|
|
5835
5897
|
"name": "mark.all.read",
|
|
5836
5898
|
"detail": {
|
|
@@ -6251,232 +6313,84 @@
|
|
|
6251
6313
|
}
|
|
6252
6314
|
]
|
|
6253
6315
|
},
|
|
6254
|
-
"ai-portal.
|
|
6316
|
+
"ai-portal.chat-box": {
|
|
6255
6317
|
"properties": [
|
|
6256
6318
|
{
|
|
6257
|
-
"name": "
|
|
6258
|
-
"annotation": {
|
|
6259
|
-
"type": "keyword",
|
|
6260
|
-
"value": "string"
|
|
6261
|
-
}
|
|
6262
|
-
},
|
|
6263
|
-
{
|
|
6264
|
-
"name": "behavior",
|
|
6265
|
-
"annotation": {
|
|
6266
|
-
"type": "union",
|
|
6267
|
-
"types": [
|
|
6268
|
-
{
|
|
6269
|
-
"type": "jsLiteral",
|
|
6270
|
-
"value": "default"
|
|
6271
|
-
},
|
|
6272
|
-
{
|
|
6273
|
-
"type": "jsLiteral",
|
|
6274
|
-
"value": "drawer"
|
|
6275
|
-
}
|
|
6276
|
-
]
|
|
6277
|
-
}
|
|
6278
|
-
},
|
|
6279
|
-
{
|
|
6280
|
-
"name": "logoUrl",
|
|
6281
|
-
"annotation": {
|
|
6282
|
-
"type": "keyword",
|
|
6283
|
-
"value": "string"
|
|
6284
|
-
}
|
|
6285
|
-
},
|
|
6286
|
-
{
|
|
6287
|
-
"name": "newChatUrl",
|
|
6288
|
-
"annotation": {
|
|
6289
|
-
"type": "keyword",
|
|
6290
|
-
"value": "string"
|
|
6291
|
-
}
|
|
6292
|
-
},
|
|
6293
|
-
{
|
|
6294
|
-
"name": "newChatLinkWhenCollapsed",
|
|
6319
|
+
"name": "disabled",
|
|
6295
6320
|
"annotation": {
|
|
6296
6321
|
"type": "keyword",
|
|
6297
6322
|
"value": "boolean"
|
|
6298
6323
|
}
|
|
6299
6324
|
},
|
|
6300
6325
|
{
|
|
6301
|
-
"name": "
|
|
6326
|
+
"name": "placeholder",
|
|
6302
6327
|
"annotation": {
|
|
6303
6328
|
"type": "keyword",
|
|
6304
6329
|
"value": "string"
|
|
6305
6330
|
}
|
|
6306
6331
|
},
|
|
6307
6332
|
{
|
|
6308
|
-
"name": "
|
|
6309
|
-
"annotation": {
|
|
6310
|
-
"type": "array",
|
|
6311
|
-
"elementType": {
|
|
6312
|
-
"type": "reference",
|
|
6313
|
-
"typeName": {
|
|
6314
|
-
"type": "identifier",
|
|
6315
|
-
"name": "ActionType"
|
|
6316
|
-
}
|
|
6317
|
-
}
|
|
6318
|
-
}
|
|
6319
|
-
},
|
|
6320
|
-
{
|
|
6321
|
-
"name": "showProjects",
|
|
6333
|
+
"name": "autoFocus",
|
|
6322
6334
|
"annotation": {
|
|
6323
6335
|
"type": "keyword",
|
|
6324
6336
|
"value": "boolean"
|
|
6325
6337
|
}
|
|
6326
6338
|
},
|
|
6327
6339
|
{
|
|
6328
|
-
"name": "
|
|
6329
|
-
"annotation": {
|
|
6330
|
-
"type": "keyword",
|
|
6331
|
-
"value": "string"
|
|
6332
|
-
}
|
|
6333
|
-
},
|
|
6334
|
-
{
|
|
6335
|
-
"name": "projectActions",
|
|
6336
|
-
"annotation": {
|
|
6337
|
-
"type": "array",
|
|
6338
|
-
"elementType": {
|
|
6339
|
-
"type": "reference",
|
|
6340
|
-
"typeName": {
|
|
6341
|
-
"type": "identifier",
|
|
6342
|
-
"name": "ActionType"
|
|
6343
|
-
}
|
|
6344
|
-
}
|
|
6345
|
-
}
|
|
6346
|
-
},
|
|
6347
|
-
{
|
|
6348
|
-
"name": "personalActions",
|
|
6349
|
-
"annotation": {
|
|
6350
|
-
"type": "array",
|
|
6351
|
-
"elementType": {
|
|
6352
|
-
"type": "reference",
|
|
6353
|
-
"typeName": {
|
|
6354
|
-
"type": "identifier",
|
|
6355
|
-
"name": "ActionType"
|
|
6356
|
-
}
|
|
6357
|
-
}
|
|
6358
|
-
}
|
|
6359
|
-
},
|
|
6360
|
-
{
|
|
6361
|
-
"name": "links",
|
|
6340
|
+
"name": "aiEmployees",
|
|
6362
6341
|
"annotation": {
|
|
6363
6342
|
"type": "array",
|
|
6364
6343
|
"elementType": {
|
|
6365
6344
|
"type": "reference",
|
|
6366
6345
|
"typeName": {
|
|
6367
6346
|
"type": "identifier",
|
|
6368
|
-
"name": "
|
|
6347
|
+
"name": "AIEmployee"
|
|
6369
6348
|
}
|
|
6370
6349
|
}
|
|
6371
6350
|
}
|
|
6372
6351
|
},
|
|
6373
6352
|
{
|
|
6374
|
-
"name": "
|
|
6375
|
-
"annotation": {
|
|
6376
|
-
"type": "keyword",
|
|
6377
|
-
"value": "boolean"
|
|
6378
|
-
}
|
|
6379
|
-
},
|
|
6380
|
-
{
|
|
6381
|
-
"name": "myLinks",
|
|
6353
|
+
"name": "commands",
|
|
6382
6354
|
"annotation": {
|
|
6383
6355
|
"type": "array",
|
|
6384
6356
|
"elementType": {
|
|
6385
6357
|
"type": "reference",
|
|
6386
6358
|
"typeName": {
|
|
6387
6359
|
"type": "identifier",
|
|
6388
|
-
"name": "
|
|
6360
|
+
"name": "Command"
|
|
6389
6361
|
}
|
|
6390
6362
|
}
|
|
6391
6363
|
}
|
|
6392
6364
|
},
|
|
6393
6365
|
{
|
|
6394
|
-
"name": "
|
|
6395
|
-
"annotation": {
|
|
6396
|
-
"type": "union",
|
|
6397
|
-
"types": [
|
|
6398
|
-
{
|
|
6399
|
-
"type": "jsLiteral",
|
|
6400
|
-
"value": "default"
|
|
6401
|
-
},
|
|
6402
|
-
{
|
|
6403
|
-
"type": "jsLiteral",
|
|
6404
|
-
"value": "space"
|
|
6405
|
-
}
|
|
6406
|
-
]
|
|
6407
|
-
}
|
|
6408
|
-
},
|
|
6409
|
-
{
|
|
6410
|
-
"name": "spaceNav",
|
|
6366
|
+
"name": "uploadOptions",
|
|
6411
6367
|
"annotation": {
|
|
6412
6368
|
"type": "reference",
|
|
6413
6369
|
"typeName": {
|
|
6414
6370
|
"type": "identifier",
|
|
6415
|
-
"name": "
|
|
6371
|
+
"name": "UploadOptions"
|
|
6416
6372
|
}
|
|
6417
6373
|
}
|
|
6418
6374
|
}
|
|
6419
6375
|
],
|
|
6420
6376
|
"events": [
|
|
6421
6377
|
{
|
|
6422
|
-
"name": "
|
|
6423
|
-
"detail": {
|
|
6424
|
-
"annotation": {
|
|
6425
|
-
"type": "keyword",
|
|
6426
|
-
"value": "void"
|
|
6427
|
-
}
|
|
6428
|
-
}
|
|
6429
|
-
},
|
|
6430
|
-
{
|
|
6431
|
-
"name": "action.click",
|
|
6432
|
-
"detail": {
|
|
6433
|
-
"annotation": {
|
|
6434
|
-
"type": "reference",
|
|
6435
|
-
"typeName": {
|
|
6436
|
-
"type": "identifier",
|
|
6437
|
-
"name": "ActionClickDetail"
|
|
6438
|
-
}
|
|
6439
|
-
}
|
|
6440
|
-
}
|
|
6441
|
-
},
|
|
6442
|
-
{
|
|
6443
|
-
"name": "project.action.click",
|
|
6444
|
-
"detail": {
|
|
6445
|
-
"annotation": {
|
|
6446
|
-
"type": "reference",
|
|
6447
|
-
"typeName": {
|
|
6448
|
-
"type": "identifier",
|
|
6449
|
-
"name": "ProjectActionClickDetail"
|
|
6450
|
-
}
|
|
6451
|
-
}
|
|
6452
|
-
}
|
|
6453
|
-
},
|
|
6454
|
-
{
|
|
6455
|
-
"name": "add.project",
|
|
6456
|
-
"detail": {
|
|
6457
|
-
"annotation": {
|
|
6458
|
-
"type": "keyword",
|
|
6459
|
-
"value": "void"
|
|
6460
|
-
}
|
|
6461
|
-
}
|
|
6462
|
-
},
|
|
6463
|
-
{
|
|
6464
|
-
"name": "add.serviceflow",
|
|
6378
|
+
"name": "message.submit",
|
|
6465
6379
|
"detail": {
|
|
6466
6380
|
"annotation": {
|
|
6467
6381
|
"type": "keyword",
|
|
6468
|
-
"value": "
|
|
6382
|
+
"value": "string"
|
|
6469
6383
|
}
|
|
6470
6384
|
}
|
|
6471
6385
|
},
|
|
6472
6386
|
{
|
|
6473
|
-
"name": "
|
|
6387
|
+
"name": "chat.submit",
|
|
6474
6388
|
"detail": {
|
|
6475
6389
|
"annotation": {
|
|
6476
6390
|
"type": "reference",
|
|
6477
6391
|
"typeName": {
|
|
6478
6392
|
"type": "identifier",
|
|
6479
|
-
"name": "
|
|
6393
|
+
"name": "ChatPayload"
|
|
6480
6394
|
}
|
|
6481
6395
|
}
|
|
6482
6396
|
}
|
|
@@ -6484,81 +6398,39 @@
|
|
|
6484
6398
|
],
|
|
6485
6399
|
"methods": [
|
|
6486
6400
|
{
|
|
6487
|
-
"name": "
|
|
6401
|
+
"name": "setValue",
|
|
6488
6402
|
"params": [
|
|
6489
6403
|
{
|
|
6490
|
-
"name": "
|
|
6404
|
+
"name": "value",
|
|
6491
6405
|
"annotation": {
|
|
6492
6406
|
"type": "keyword",
|
|
6493
|
-
"value": "
|
|
6407
|
+
"value": "string"
|
|
6494
6408
|
}
|
|
6495
6409
|
}
|
|
6496
6410
|
],
|
|
6497
6411
|
"returns": {}
|
|
6498
6412
|
},
|
|
6499
6413
|
{
|
|
6500
|
-
"name": "
|
|
6414
|
+
"name": "getValue",
|
|
6501
6415
|
"params": [],
|
|
6502
6416
|
"returns": {}
|
|
6503
6417
|
},
|
|
6504
6418
|
{
|
|
6505
|
-
"name": "
|
|
6419
|
+
"name": "focusOnInput",
|
|
6506
6420
|
"params": [],
|
|
6507
6421
|
"returns": {}
|
|
6508
|
-
}
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
"params": [
|
|
6512
|
-
{
|
|
6513
|
-
"name": "projectId",
|
|
6514
|
-
"annotation": {
|
|
6515
|
-
"type": "keyword",
|
|
6516
|
-
"value": "string"
|
|
6517
|
-
}
|
|
6518
|
-
}
|
|
6519
|
-
],
|
|
6520
|
-
"returns": {}
|
|
6521
|
-
},
|
|
6522
|
-
{
|
|
6523
|
-
"name": "addProject",
|
|
6524
|
-
"params": [
|
|
6525
|
-
{
|
|
6526
|
-
"name": "project",
|
|
6527
|
-
"annotation": {
|
|
6528
|
-
"type": "reference",
|
|
6529
|
-
"typeName": {
|
|
6530
|
-
"type": "identifier",
|
|
6531
|
-
"name": "Project"
|
|
6532
|
-
}
|
|
6533
|
-
}
|
|
6534
|
-
}
|
|
6535
|
-
],
|
|
6536
|
-
"returns": {}
|
|
6537
|
-
},
|
|
6538
|
-
{
|
|
6539
|
-
"name": "moveConversation",
|
|
6540
|
-
"params": [
|
|
6541
|
-
{
|
|
6542
|
-
"name": "conversationId",
|
|
6543
|
-
"annotation": {
|
|
6544
|
-
"type": "keyword",
|
|
6545
|
-
"value": "string"
|
|
6546
|
-
}
|
|
6547
|
-
}
|
|
6548
|
-
],
|
|
6549
|
-
"returns": {}
|
|
6550
|
-
}
|
|
6551
|
-
],
|
|
6552
|
-
"types": [
|
|
6422
|
+
}
|
|
6423
|
+
],
|
|
6424
|
+
"types": [
|
|
6553
6425
|
{
|
|
6554
6426
|
"type": "interface",
|
|
6555
|
-
"name": "
|
|
6427
|
+
"name": "AIEmployee",
|
|
6556
6428
|
"body": [
|
|
6557
6429
|
{
|
|
6558
6430
|
"type": "propertySignature",
|
|
6559
6431
|
"key": {
|
|
6560
6432
|
"type": "identifier",
|
|
6561
|
-
"name": "
|
|
6433
|
+
"name": "employeeId"
|
|
6562
6434
|
},
|
|
6563
6435
|
"annotation": {
|
|
6564
6436
|
"type": "keyword",
|
|
@@ -6570,57 +6442,25 @@
|
|
|
6570
6442
|
"type": "propertySignature",
|
|
6571
6443
|
"key": {
|
|
6572
6444
|
"type": "identifier",
|
|
6573
|
-
"name": "
|
|
6445
|
+
"name": "name"
|
|
6574
6446
|
},
|
|
6575
6447
|
"annotation": {
|
|
6576
6448
|
"type": "keyword",
|
|
6577
6449
|
"value": "string"
|
|
6578
6450
|
},
|
|
6579
6451
|
"computed": false
|
|
6580
|
-
},
|
|
6581
|
-
{
|
|
6582
|
-
"type": "propertySignature",
|
|
6583
|
-
"key": {
|
|
6584
|
-
"type": "identifier",
|
|
6585
|
-
"name": "icon"
|
|
6586
|
-
},
|
|
6587
|
-
"annotation": {
|
|
6588
|
-
"type": "reference",
|
|
6589
|
-
"typeName": {
|
|
6590
|
-
"type": "identifier",
|
|
6591
|
-
"name": "GeneralIconProps"
|
|
6592
|
-
}
|
|
6593
|
-
},
|
|
6594
|
-
"optional": true,
|
|
6595
|
-
"computed": false
|
|
6596
|
-
},
|
|
6597
|
-
{
|
|
6598
|
-
"type": "propertySignature",
|
|
6599
|
-
"key": {
|
|
6600
|
-
"type": "identifier",
|
|
6601
|
-
"name": "activeIncludes"
|
|
6602
|
-
},
|
|
6603
|
-
"annotation": {
|
|
6604
|
-
"type": "array",
|
|
6605
|
-
"elementType": {
|
|
6606
|
-
"type": "keyword",
|
|
6607
|
-
"value": "string"
|
|
6608
|
-
}
|
|
6609
|
-
},
|
|
6610
|
-
"optional": true,
|
|
6611
|
-
"computed": false
|
|
6612
6452
|
}
|
|
6613
6453
|
]
|
|
6614
6454
|
},
|
|
6615
6455
|
{
|
|
6616
6456
|
"type": "interface",
|
|
6617
|
-
"name": "
|
|
6457
|
+
"name": "Command",
|
|
6618
6458
|
"body": [
|
|
6619
6459
|
{
|
|
6620
6460
|
"type": "propertySignature",
|
|
6621
6461
|
"key": {
|
|
6622
6462
|
"type": "identifier",
|
|
6623
|
-
"name": "
|
|
6463
|
+
"name": "label"
|
|
6624
6464
|
},
|
|
6625
6465
|
"annotation": {
|
|
6626
6466
|
"type": "keyword",
|
|
@@ -6632,7 +6472,7 @@
|
|
|
6632
6472
|
"type": "propertySignature",
|
|
6633
6473
|
"key": {
|
|
6634
6474
|
"type": "identifier",
|
|
6635
|
-
"name": "
|
|
6475
|
+
"name": "value"
|
|
6636
6476
|
},
|
|
6637
6477
|
"annotation": {
|
|
6638
6478
|
"type": "keyword",
|
|
@@ -6644,93 +6484,24 @@
|
|
|
6644
6484
|
"type": "propertySignature",
|
|
6645
6485
|
"key": {
|
|
6646
6486
|
"type": "identifier",
|
|
6647
|
-
"name": "
|
|
6487
|
+
"name": "groupKey"
|
|
6648
6488
|
},
|
|
6649
6489
|
"annotation": {
|
|
6650
|
-
"type": "
|
|
6651
|
-
"
|
|
6652
|
-
{
|
|
6653
|
-
"type": "propertySignature",
|
|
6654
|
-
"key": {
|
|
6655
|
-
"type": "identifier",
|
|
6656
|
-
"name": "instanceId"
|
|
6657
|
-
},
|
|
6658
|
-
"annotation": {
|
|
6659
|
-
"type": "keyword",
|
|
6660
|
-
"value": "string"
|
|
6661
|
-
},
|
|
6662
|
-
"computed": false
|
|
6663
|
-
},
|
|
6664
|
-
{
|
|
6665
|
-
"type": "propertySignature",
|
|
6666
|
-
"key": {
|
|
6667
|
-
"type": "identifier",
|
|
6668
|
-
"name": "name"
|
|
6669
|
-
},
|
|
6670
|
-
"annotation": {
|
|
6671
|
-
"type": "keyword",
|
|
6672
|
-
"value": "string"
|
|
6673
|
-
},
|
|
6674
|
-
"computed": false
|
|
6675
|
-
},
|
|
6676
|
-
{
|
|
6677
|
-
"type": "propertySignature",
|
|
6678
|
-
"key": {
|
|
6679
|
-
"type": "identifier",
|
|
6680
|
-
"name": "icon"
|
|
6681
|
-
},
|
|
6682
|
-
"annotation": {
|
|
6683
|
-
"type": "intersection",
|
|
6684
|
-
"types": [
|
|
6685
|
-
{
|
|
6686
|
-
"type": "reference",
|
|
6687
|
-
"typeName": {
|
|
6688
|
-
"type": "identifier",
|
|
6689
|
-
"name": "GeneralIconProps"
|
|
6690
|
-
}
|
|
6691
|
-
},
|
|
6692
|
-
{
|
|
6693
|
-
"type": "typeLiteral",
|
|
6694
|
-
"members": [
|
|
6695
|
-
{
|
|
6696
|
-
"type": "propertySignature",
|
|
6697
|
-
"key": {
|
|
6698
|
-
"type": "identifier",
|
|
6699
|
-
"name": "color"
|
|
6700
|
-
},
|
|
6701
|
-
"annotation": {
|
|
6702
|
-
"type": "keyword",
|
|
6703
|
-
"value": "string"
|
|
6704
|
-
},
|
|
6705
|
-
"optional": true,
|
|
6706
|
-
"computed": false
|
|
6707
|
-
}
|
|
6708
|
-
]
|
|
6709
|
-
}
|
|
6710
|
-
]
|
|
6711
|
-
},
|
|
6712
|
-
"optional": true,
|
|
6713
|
-
"computed": false
|
|
6714
|
-
}
|
|
6715
|
-
]
|
|
6490
|
+
"type": "keyword",
|
|
6491
|
+
"value": "string"
|
|
6716
6492
|
},
|
|
6493
|
+
"optional": true,
|
|
6717
6494
|
"computed": false
|
|
6718
6495
|
},
|
|
6719
6496
|
{
|
|
6720
6497
|
"type": "propertySignature",
|
|
6721
6498
|
"key": {
|
|
6722
6499
|
"type": "identifier",
|
|
6723
|
-
"name": "
|
|
6500
|
+
"name": "groupLabel"
|
|
6724
6501
|
},
|
|
6725
6502
|
"annotation": {
|
|
6726
|
-
"type": "
|
|
6727
|
-
"
|
|
6728
|
-
"type": "reference",
|
|
6729
|
-
"typeName": {
|
|
6730
|
-
"type": "identifier",
|
|
6731
|
-
"name": "SidebarLink"
|
|
6732
|
-
}
|
|
6733
|
-
}
|
|
6503
|
+
"type": "keyword",
|
|
6504
|
+
"value": "string"
|
|
6734
6505
|
},
|
|
6735
6506
|
"optional": true,
|
|
6736
6507
|
"computed": false
|
|
@@ -6739,7 +6510,7 @@
|
|
|
6739
6510
|
"type": "propertySignature",
|
|
6740
6511
|
"key": {
|
|
6741
6512
|
"type": "identifier",
|
|
6742
|
-
"name": "
|
|
6513
|
+
"name": "subCommands"
|
|
6743
6514
|
},
|
|
6744
6515
|
"annotation": {
|
|
6745
6516
|
"type": "array",
|
|
@@ -6747,7 +6518,7 @@
|
|
|
6747
6518
|
"type": "reference",
|
|
6748
6519
|
"typeName": {
|
|
6749
6520
|
"type": "identifier",
|
|
6750
|
-
"name": "
|
|
6521
|
+
"name": "Command"
|
|
6751
6522
|
}
|
|
6752
6523
|
}
|
|
6753
6524
|
},
|
|
@@ -6758,16 +6529,13 @@
|
|
|
6758
6529
|
"type": "propertySignature",
|
|
6759
6530
|
"key": {
|
|
6760
6531
|
"type": "identifier",
|
|
6761
|
-
"name": "
|
|
6532
|
+
"name": "payload"
|
|
6762
6533
|
},
|
|
6763
6534
|
"annotation": {
|
|
6764
|
-
"type": "
|
|
6765
|
-
"
|
|
6766
|
-
"type": "
|
|
6767
|
-
"
|
|
6768
|
-
"type": "identifier",
|
|
6769
|
-
"name": "SidebarLink"
|
|
6770
|
-
}
|
|
6535
|
+
"type": "reference",
|
|
6536
|
+
"typeName": {
|
|
6537
|
+
"type": "identifier",
|
|
6538
|
+
"name": "CommandPayload"
|
|
6771
6539
|
}
|
|
6772
6540
|
},
|
|
6773
6541
|
"optional": true,
|
|
@@ -6777,324 +6545,227 @@
|
|
|
6777
6545
|
},
|
|
6778
6546
|
{
|
|
6779
6547
|
"type": "interface",
|
|
6780
|
-
"name": "
|
|
6548
|
+
"name": "UploadOptions",
|
|
6781
6549
|
"body": [
|
|
6782
6550
|
{
|
|
6783
6551
|
"type": "propertySignature",
|
|
6784
6552
|
"key": {
|
|
6785
6553
|
"type": "identifier",
|
|
6786
|
-
"name": "
|
|
6554
|
+
"name": "enabled"
|
|
6787
6555
|
},
|
|
6788
6556
|
"annotation": {
|
|
6789
|
-
"type": "
|
|
6790
|
-
"
|
|
6791
|
-
{
|
|
6792
|
-
"type": "reference",
|
|
6793
|
-
"typeName": {
|
|
6794
|
-
"type": "identifier",
|
|
6795
|
-
"name": "SimpleActionType"
|
|
6796
|
-
}
|
|
6797
|
-
},
|
|
6798
|
-
{
|
|
6799
|
-
"type": "typeLiteral",
|
|
6800
|
-
"members": [
|
|
6801
|
-
{
|
|
6802
|
-
"type": "propertySignature",
|
|
6803
|
-
"key": {
|
|
6804
|
-
"type": "identifier",
|
|
6805
|
-
"name": "project"
|
|
6806
|
-
},
|
|
6807
|
-
"annotation": {
|
|
6808
|
-
"type": "reference",
|
|
6809
|
-
"typeName": {
|
|
6810
|
-
"type": "identifier",
|
|
6811
|
-
"name": "Project"
|
|
6812
|
-
}
|
|
6813
|
-
},
|
|
6814
|
-
"optional": true,
|
|
6815
|
-
"computed": false
|
|
6816
|
-
}
|
|
6817
|
-
]
|
|
6818
|
-
}
|
|
6819
|
-
]
|
|
6557
|
+
"type": "keyword",
|
|
6558
|
+
"value": "boolean"
|
|
6820
6559
|
},
|
|
6560
|
+
"optional": true,
|
|
6821
6561
|
"computed": false
|
|
6822
6562
|
},
|
|
6823
6563
|
{
|
|
6824
6564
|
"type": "propertySignature",
|
|
6825
6565
|
"key": {
|
|
6826
6566
|
"type": "identifier",
|
|
6827
|
-
"name": "
|
|
6567
|
+
"name": "dragDisabled"
|
|
6828
6568
|
},
|
|
6829
6569
|
"annotation": {
|
|
6830
|
-
"type": "
|
|
6831
|
-
"
|
|
6832
|
-
"type": "identifier",
|
|
6833
|
-
"name": "HistoryItem"
|
|
6834
|
-
}
|
|
6570
|
+
"type": "keyword",
|
|
6571
|
+
"value": "boolean"
|
|
6835
6572
|
},
|
|
6573
|
+
"optional": true,
|
|
6836
6574
|
"computed": false
|
|
6837
6575
|
},
|
|
6838
6576
|
{
|
|
6839
6577
|
"type": "propertySignature",
|
|
6840
6578
|
"key": {
|
|
6841
6579
|
"type": "identifier",
|
|
6842
|
-
"name": "
|
|
6580
|
+
"name": "dragTips"
|
|
6843
6581
|
},
|
|
6844
6582
|
"annotation": {
|
|
6845
|
-
"type": "
|
|
6846
|
-
"
|
|
6847
|
-
"type": "identifier",
|
|
6848
|
-
"name": "Project"
|
|
6849
|
-
}
|
|
6583
|
+
"type": "keyword",
|
|
6584
|
+
"value": "string"
|
|
6850
6585
|
},
|
|
6851
6586
|
"optional": true,
|
|
6852
6587
|
"computed": false
|
|
6853
|
-
}
|
|
6854
|
-
]
|
|
6855
|
-
},
|
|
6856
|
-
{
|
|
6857
|
-
"type": "interface",
|
|
6858
|
-
"name": "Project",
|
|
6859
|
-
"body": [
|
|
6588
|
+
},
|
|
6860
6589
|
{
|
|
6861
6590
|
"type": "propertySignature",
|
|
6862
6591
|
"key": {
|
|
6863
6592
|
"type": "identifier",
|
|
6864
|
-
"name": "
|
|
6593
|
+
"name": "accept"
|
|
6865
6594
|
},
|
|
6866
6595
|
"annotation": {
|
|
6867
6596
|
"type": "keyword",
|
|
6868
6597
|
"value": "string"
|
|
6869
6598
|
},
|
|
6870
|
-
"
|
|
6871
|
-
"
|
|
6599
|
+
"optional": true,
|
|
6600
|
+
"computed": false
|
|
6872
6601
|
},
|
|
6873
6602
|
{
|
|
6874
6603
|
"type": "propertySignature",
|
|
6875
6604
|
"key": {
|
|
6876
6605
|
"type": "identifier",
|
|
6877
|
-
"name": "
|
|
6878
|
-
},
|
|
6879
|
-
"annotation": {
|
|
6880
|
-
"type": "keyword",
|
|
6881
|
-
"value": "string"
|
|
6882
|
-
},
|
|
6883
|
-
"computed": false,
|
|
6884
|
-
"description": "项目名称"
|
|
6885
|
-
},
|
|
6886
|
-
{
|
|
6887
|
-
"type": "propertySignature",
|
|
6888
|
-
"key": {
|
|
6889
|
-
"type": "identifier",
|
|
6890
|
-
"name": "description"
|
|
6891
|
-
},
|
|
6892
|
-
"annotation": {
|
|
6893
|
-
"type": "keyword",
|
|
6894
|
-
"value": "string"
|
|
6895
|
-
},
|
|
6896
|
-
"computed": false,
|
|
6897
|
-
"description": "项目描述"
|
|
6898
|
-
},
|
|
6899
|
-
{
|
|
6900
|
-
"type": "propertySignature",
|
|
6901
|
-
"key": {
|
|
6902
|
-
"type": "identifier",
|
|
6903
|
-
"name": "state"
|
|
6904
|
-
},
|
|
6905
|
-
"annotation": {
|
|
6906
|
-
"type": "union",
|
|
6907
|
-
"types": [
|
|
6908
|
-
{
|
|
6909
|
-
"type": "jsLiteral",
|
|
6910
|
-
"value": "active"
|
|
6911
|
-
},
|
|
6912
|
-
{
|
|
6913
|
-
"type": "jsLiteral",
|
|
6914
|
-
"value": "inactive"
|
|
6915
|
-
}
|
|
6916
|
-
]
|
|
6917
|
-
},
|
|
6918
|
-
"computed": false,
|
|
6919
|
-
"description": "状态"
|
|
6920
|
-
},
|
|
6921
|
-
{
|
|
6922
|
-
"type": "propertySignature",
|
|
6923
|
-
"key": {
|
|
6924
|
-
"type": "identifier",
|
|
6925
|
-
"name": "defaultAiEmployeeId"
|
|
6926
|
-
},
|
|
6927
|
-
"annotation": {
|
|
6928
|
-
"type": "keyword",
|
|
6929
|
-
"value": "string"
|
|
6930
|
-
},
|
|
6931
|
-
"computed": false,
|
|
6932
|
-
"description": "默认数字人ID"
|
|
6933
|
-
},
|
|
6934
|
-
{
|
|
6935
|
-
"type": "propertySignature",
|
|
6936
|
-
"key": {
|
|
6937
|
-
"type": "identifier",
|
|
6938
|
-
"name": "creator"
|
|
6606
|
+
"name": "maxFiles"
|
|
6939
6607
|
},
|
|
6940
6608
|
"annotation": {
|
|
6941
6609
|
"type": "keyword",
|
|
6942
|
-
"value": "
|
|
6610
|
+
"value": "number"
|
|
6943
6611
|
},
|
|
6944
|
-
"
|
|
6945
|
-
"
|
|
6612
|
+
"optional": true,
|
|
6613
|
+
"computed": false
|
|
6946
6614
|
},
|
|
6947
6615
|
{
|
|
6948
6616
|
"type": "propertySignature",
|
|
6949
6617
|
"key": {
|
|
6950
6618
|
"type": "identifier",
|
|
6951
|
-
"name": "
|
|
6619
|
+
"name": "maxSize"
|
|
6952
6620
|
},
|
|
6953
6621
|
"annotation": {
|
|
6954
6622
|
"type": "keyword",
|
|
6955
|
-
"value": "
|
|
6623
|
+
"value": "number"
|
|
6956
6624
|
},
|
|
6625
|
+
"optional": true,
|
|
6957
6626
|
"computed": false,
|
|
6958
|
-
"description": "
|
|
6627
|
+
"description": "In bytes"
|
|
6959
6628
|
},
|
|
6960
6629
|
{
|
|
6961
6630
|
"type": "propertySignature",
|
|
6962
6631
|
"key": {
|
|
6963
6632
|
"type": "identifier",
|
|
6964
|
-
"name": "
|
|
6633
|
+
"name": "readableAccept"
|
|
6965
6634
|
},
|
|
6966
6635
|
"annotation": {
|
|
6967
6636
|
"type": "keyword",
|
|
6968
6637
|
"value": "string"
|
|
6969
6638
|
},
|
|
6970
|
-
"
|
|
6971
|
-
"
|
|
6639
|
+
"optional": true,
|
|
6640
|
+
"computed": false
|
|
6972
6641
|
},
|
|
6973
6642
|
{
|
|
6974
6643
|
"type": "propertySignature",
|
|
6975
6644
|
"key": {
|
|
6976
6645
|
"type": "identifier",
|
|
6977
|
-
"name": "
|
|
6646
|
+
"name": "readableMaxSize"
|
|
6978
6647
|
},
|
|
6979
6648
|
"annotation": {
|
|
6980
6649
|
"type": "keyword",
|
|
6981
6650
|
"value": "string"
|
|
6982
6651
|
},
|
|
6983
|
-
"
|
|
6984
|
-
"
|
|
6652
|
+
"optional": true,
|
|
6653
|
+
"computed": false
|
|
6985
6654
|
}
|
|
6986
6655
|
]
|
|
6987
6656
|
},
|
|
6988
6657
|
{
|
|
6989
6658
|
"type": "interface",
|
|
6990
|
-
"name": "
|
|
6659
|
+
"name": "ChatPayload",
|
|
6991
6660
|
"body": [
|
|
6992
6661
|
{
|
|
6993
6662
|
"type": "propertySignature",
|
|
6994
6663
|
"key": {
|
|
6995
6664
|
"type": "identifier",
|
|
6996
|
-
"name": "
|
|
6997
|
-
},
|
|
6998
|
-
"annotation": {
|
|
6999
|
-
"type": "keyword",
|
|
7000
|
-
"value": "string"
|
|
7001
|
-
},
|
|
7002
|
-
"computed": false
|
|
7003
|
-
},
|
|
7004
|
-
{
|
|
7005
|
-
"type": "propertySignature",
|
|
7006
|
-
"key": {
|
|
7007
|
-
"type": "identifier",
|
|
7008
|
-
"name": "title"
|
|
6665
|
+
"name": "content"
|
|
7009
6666
|
},
|
|
7010
6667
|
"annotation": {
|
|
7011
6668
|
"type": "keyword",
|
|
7012
6669
|
"value": "string"
|
|
7013
6670
|
},
|
|
7014
6671
|
"computed": false
|
|
7015
|
-
}
|
|
6672
|
+
}
|
|
6673
|
+
],
|
|
6674
|
+
"extends": [
|
|
7016
6675
|
{
|
|
7017
|
-
"type": "
|
|
7018
|
-
"
|
|
6676
|
+
"type": "expressionWithTypeArguments",
|
|
6677
|
+
"expression": {
|
|
7019
6678
|
"type": "identifier",
|
|
7020
|
-
"name": "
|
|
7021
|
-
}
|
|
7022
|
-
|
|
7023
|
-
|
|
7024
|
-
|
|
7025
|
-
|
|
7026
|
-
|
|
7027
|
-
|
|
6679
|
+
"name": "ExtraChatPayload"
|
|
6680
|
+
}
|
|
6681
|
+
}
|
|
6682
|
+
]
|
|
6683
|
+
},
|
|
6684
|
+
{
|
|
6685
|
+
"type": "interface",
|
|
6686
|
+
"name": "ExtraChatPayload",
|
|
6687
|
+
"body": [
|
|
7028
6688
|
{
|
|
7029
6689
|
"type": "propertySignature",
|
|
7030
6690
|
"key": {
|
|
7031
6691
|
"type": "identifier",
|
|
7032
|
-
"name": "
|
|
6692
|
+
"name": "files"
|
|
7033
6693
|
},
|
|
7034
6694
|
"annotation": {
|
|
7035
|
-
"type": "
|
|
7036
|
-
"
|
|
7037
|
-
"type": "
|
|
7038
|
-
"
|
|
6695
|
+
"type": "array",
|
|
6696
|
+
"elementType": {
|
|
6697
|
+
"type": "reference",
|
|
6698
|
+
"typeName": {
|
|
6699
|
+
"type": "identifier",
|
|
6700
|
+
"name": "UploadFileInfo"
|
|
6701
|
+
}
|
|
7039
6702
|
}
|
|
7040
6703
|
},
|
|
7041
6704
|
"optional": true,
|
|
7042
6705
|
"computed": false
|
|
7043
|
-
}
|
|
7044
|
-
]
|
|
7045
|
-
},
|
|
7046
|
-
{
|
|
7047
|
-
"type": "interface",
|
|
7048
|
-
"name": "ProjectActionClickDetail",
|
|
7049
|
-
"body": [
|
|
6706
|
+
},
|
|
7050
6707
|
{
|
|
7051
6708
|
"type": "propertySignature",
|
|
7052
6709
|
"key": {
|
|
7053
6710
|
"type": "identifier",
|
|
7054
|
-
"name": "
|
|
6711
|
+
"name": "cmd"
|
|
7055
6712
|
},
|
|
7056
6713
|
"annotation": {
|
|
7057
|
-
"type": "
|
|
7058
|
-
"
|
|
7059
|
-
|
|
7060
|
-
|
|
7061
|
-
|
|
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
|
+
]
|
|
7062
6728
|
},
|
|
6729
|
+
"optional": true,
|
|
7063
6730
|
"computed": false
|
|
7064
6731
|
},
|
|
7065
6732
|
{
|
|
7066
6733
|
"type": "propertySignature",
|
|
7067
6734
|
"key": {
|
|
7068
6735
|
"type": "identifier",
|
|
7069
|
-
"name": "
|
|
6736
|
+
"name": "aiEmployeeId"
|
|
7070
6737
|
},
|
|
7071
6738
|
"annotation": {
|
|
7072
|
-
"type": "
|
|
7073
|
-
"
|
|
7074
|
-
|
|
7075
|
-
|
|
7076
|
-
|
|
6739
|
+
"type": "union",
|
|
6740
|
+
"types": [
|
|
6741
|
+
{
|
|
6742
|
+
"type": "keyword",
|
|
6743
|
+
"value": "string"
|
|
6744
|
+
},
|
|
6745
|
+
{
|
|
6746
|
+
"type": "keyword",
|
|
6747
|
+
"value": "null"
|
|
6748
|
+
}
|
|
6749
|
+
]
|
|
7077
6750
|
},
|
|
6751
|
+
"optional": true,
|
|
7078
6752
|
"computed": false
|
|
7079
6753
|
}
|
|
7080
6754
|
]
|
|
7081
6755
|
},
|
|
7082
6756
|
{
|
|
7083
6757
|
"type": "interface",
|
|
7084
|
-
"name": "
|
|
6758
|
+
"name": "UploadFileInfo",
|
|
7085
6759
|
"body": [
|
|
7086
6760
|
{
|
|
7087
6761
|
"type": "propertySignature",
|
|
7088
6762
|
"key": {
|
|
7089
6763
|
"type": "identifier",
|
|
7090
|
-
"name": "
|
|
6764
|
+
"name": "fileId"
|
|
7091
6765
|
},
|
|
7092
6766
|
"annotation": {
|
|
7093
|
-
"type": "
|
|
7094
|
-
"
|
|
7095
|
-
"type": "identifier",
|
|
7096
|
-
"name": "SimpleActionType"
|
|
7097
|
-
}
|
|
6767
|
+
"type": "keyword",
|
|
6768
|
+
"value": "string"
|
|
7098
6769
|
},
|
|
7099
6770
|
"computed": false
|
|
7100
6771
|
}
|
|
@@ -7102,84 +6773,232 @@
|
|
|
7102
6773
|
}
|
|
7103
6774
|
]
|
|
7104
6775
|
},
|
|
7105
|
-
"ai-portal.
|
|
6776
|
+
"ai-portal.elevo-sidebar": {
|
|
7106
6777
|
"properties": [
|
|
7107
6778
|
{
|
|
7108
|
-
"name": "
|
|
6779
|
+
"name": "userInstanceId",
|
|
7109
6780
|
"annotation": {
|
|
7110
6781
|
"type": "keyword",
|
|
7111
|
-
"value": "
|
|
6782
|
+
"value": "string"
|
|
7112
6783
|
}
|
|
7113
6784
|
},
|
|
7114
6785
|
{
|
|
7115
|
-
"name": "
|
|
6786
|
+
"name": "behavior",
|
|
6787
|
+
"annotation": {
|
|
6788
|
+
"type": "union",
|
|
6789
|
+
"types": [
|
|
6790
|
+
{
|
|
6791
|
+
"type": "jsLiteral",
|
|
6792
|
+
"value": "default"
|
|
6793
|
+
},
|
|
6794
|
+
{
|
|
6795
|
+
"type": "jsLiteral",
|
|
6796
|
+
"value": "drawer"
|
|
6797
|
+
}
|
|
6798
|
+
]
|
|
6799
|
+
}
|
|
6800
|
+
},
|
|
6801
|
+
{
|
|
6802
|
+
"name": "logoUrl",
|
|
7116
6803
|
"annotation": {
|
|
7117
6804
|
"type": "keyword",
|
|
7118
6805
|
"value": "string"
|
|
7119
6806
|
}
|
|
7120
6807
|
},
|
|
7121
6808
|
{
|
|
7122
|
-
"name": "
|
|
6809
|
+
"name": "newChatUrl",
|
|
6810
|
+
"annotation": {
|
|
6811
|
+
"type": "keyword",
|
|
6812
|
+
"value": "string"
|
|
6813
|
+
}
|
|
6814
|
+
},
|
|
6815
|
+
{
|
|
6816
|
+
"name": "newChatLinkWhenCollapsed",
|
|
7123
6817
|
"annotation": {
|
|
7124
6818
|
"type": "keyword",
|
|
7125
6819
|
"value": "boolean"
|
|
7126
6820
|
}
|
|
7127
6821
|
},
|
|
7128
6822
|
{
|
|
7129
|
-
"name": "
|
|
6823
|
+
"name": "historyUrlTemplate",
|
|
7130
6824
|
"annotation": {
|
|
7131
|
-
"type": "
|
|
7132
|
-
"
|
|
7133
|
-
"type": "reference",
|
|
7134
|
-
"typeName": {
|
|
7135
|
-
"type": "identifier",
|
|
7136
|
-
"name": "AIEmployee"
|
|
7137
|
-
}
|
|
7138
|
-
}
|
|
6825
|
+
"type": "keyword",
|
|
6826
|
+
"value": "string"
|
|
7139
6827
|
}
|
|
7140
6828
|
},
|
|
7141
6829
|
{
|
|
7142
|
-
"name": "
|
|
6830
|
+
"name": "historyActions",
|
|
7143
6831
|
"annotation": {
|
|
7144
6832
|
"type": "array",
|
|
7145
6833
|
"elementType": {
|
|
7146
6834
|
"type": "reference",
|
|
7147
6835
|
"typeName": {
|
|
7148
6836
|
"type": "identifier",
|
|
7149
|
-
"name": "
|
|
6837
|
+
"name": "ActionType"
|
|
7150
6838
|
}
|
|
7151
6839
|
}
|
|
7152
6840
|
}
|
|
7153
6841
|
},
|
|
7154
6842
|
{
|
|
7155
|
-
"name": "
|
|
6843
|
+
"name": "showProjects",
|
|
7156
6844
|
"annotation": {
|
|
7157
|
-
"type": "
|
|
7158
|
-
"
|
|
7159
|
-
|
|
7160
|
-
|
|
6845
|
+
"type": "keyword",
|
|
6846
|
+
"value": "boolean"
|
|
6847
|
+
}
|
|
6848
|
+
},
|
|
6849
|
+
{
|
|
6850
|
+
"name": "projectUrlTemplate",
|
|
6851
|
+
"annotation": {
|
|
6852
|
+
"type": "keyword",
|
|
6853
|
+
"value": "string"
|
|
6854
|
+
}
|
|
6855
|
+
},
|
|
6856
|
+
{
|
|
6857
|
+
"name": "projectActions",
|
|
6858
|
+
"annotation": {
|
|
6859
|
+
"type": "array",
|
|
6860
|
+
"elementType": {
|
|
6861
|
+
"type": "reference",
|
|
6862
|
+
"typeName": {
|
|
6863
|
+
"type": "identifier",
|
|
6864
|
+
"name": "ActionType"
|
|
6865
|
+
}
|
|
6866
|
+
}
|
|
6867
|
+
}
|
|
6868
|
+
},
|
|
6869
|
+
{
|
|
6870
|
+
"name": "personalActions",
|
|
6871
|
+
"annotation": {
|
|
6872
|
+
"type": "array",
|
|
6873
|
+
"elementType": {
|
|
6874
|
+
"type": "reference",
|
|
6875
|
+
"typeName": {
|
|
6876
|
+
"type": "identifier",
|
|
6877
|
+
"name": "ActionType"
|
|
6878
|
+
}
|
|
6879
|
+
}
|
|
6880
|
+
}
|
|
6881
|
+
},
|
|
6882
|
+
{
|
|
6883
|
+
"name": "links",
|
|
6884
|
+
"annotation": {
|
|
6885
|
+
"type": "array",
|
|
6886
|
+
"elementType": {
|
|
6887
|
+
"type": "reference",
|
|
6888
|
+
"typeName": {
|
|
6889
|
+
"type": "identifier",
|
|
6890
|
+
"name": "SidebarLink"
|
|
6891
|
+
}
|
|
6892
|
+
}
|
|
6893
|
+
}
|
|
6894
|
+
},
|
|
6895
|
+
{
|
|
6896
|
+
"name": "canAddProject",
|
|
6897
|
+
"annotation": {
|
|
6898
|
+
"type": "keyword",
|
|
6899
|
+
"value": "boolean"
|
|
6900
|
+
}
|
|
6901
|
+
},
|
|
6902
|
+
{
|
|
6903
|
+
"name": "myLinks",
|
|
6904
|
+
"annotation": {
|
|
6905
|
+
"type": "array",
|
|
6906
|
+
"elementType": {
|
|
6907
|
+
"type": "reference",
|
|
6908
|
+
"typeName": {
|
|
6909
|
+
"type": "identifier",
|
|
6910
|
+
"name": "SidebarLink"
|
|
6911
|
+
}
|
|
6912
|
+
}
|
|
6913
|
+
}
|
|
6914
|
+
},
|
|
6915
|
+
{
|
|
6916
|
+
"name": "scope",
|
|
6917
|
+
"annotation": {
|
|
6918
|
+
"type": "union",
|
|
6919
|
+
"types": [
|
|
6920
|
+
{
|
|
6921
|
+
"type": "jsLiteral",
|
|
6922
|
+
"value": "default"
|
|
6923
|
+
},
|
|
6924
|
+
{
|
|
6925
|
+
"type": "jsLiteral",
|
|
6926
|
+
"value": "space"
|
|
6927
|
+
}
|
|
6928
|
+
]
|
|
6929
|
+
}
|
|
6930
|
+
},
|
|
6931
|
+
{
|
|
6932
|
+
"name": "spaceNav",
|
|
6933
|
+
"annotation": {
|
|
6934
|
+
"type": "reference",
|
|
6935
|
+
"typeName": {
|
|
6936
|
+
"type": "identifier",
|
|
6937
|
+
"name": "SpaceNavProps"
|
|
7161
6938
|
}
|
|
7162
6939
|
}
|
|
7163
6940
|
}
|
|
7164
6941
|
],
|
|
7165
6942
|
"events": [
|
|
7166
6943
|
{
|
|
7167
|
-
"name": "
|
|
6944
|
+
"name": "logout",
|
|
7168
6945
|
"detail": {
|
|
7169
6946
|
"annotation": {
|
|
7170
6947
|
"type": "keyword",
|
|
7171
|
-
"value": "
|
|
6948
|
+
"value": "void"
|
|
7172
6949
|
}
|
|
7173
6950
|
}
|
|
7174
6951
|
},
|
|
7175
6952
|
{
|
|
7176
|
-
"name": "
|
|
6953
|
+
"name": "action.click",
|
|
7177
6954
|
"detail": {
|
|
7178
6955
|
"annotation": {
|
|
7179
6956
|
"type": "reference",
|
|
7180
6957
|
"typeName": {
|
|
7181
6958
|
"type": "identifier",
|
|
7182
|
-
"name": "
|
|
6959
|
+
"name": "ActionClickDetail"
|
|
6960
|
+
}
|
|
6961
|
+
}
|
|
6962
|
+
}
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"name": "project.action.click",
|
|
6966
|
+
"detail": {
|
|
6967
|
+
"annotation": {
|
|
6968
|
+
"type": "reference",
|
|
6969
|
+
"typeName": {
|
|
6970
|
+
"type": "identifier",
|
|
6971
|
+
"name": "ProjectActionClickDetail"
|
|
6972
|
+
}
|
|
6973
|
+
}
|
|
6974
|
+
}
|
|
6975
|
+
},
|
|
6976
|
+
{
|
|
6977
|
+
"name": "add.project",
|
|
6978
|
+
"detail": {
|
|
6979
|
+
"annotation": {
|
|
6980
|
+
"type": "keyword",
|
|
6981
|
+
"value": "void"
|
|
6982
|
+
}
|
|
6983
|
+
}
|
|
6984
|
+
},
|
|
6985
|
+
{
|
|
6986
|
+
"name": "add.serviceflow",
|
|
6987
|
+
"detail": {
|
|
6988
|
+
"annotation": {
|
|
6989
|
+
"type": "keyword",
|
|
6990
|
+
"value": "void"
|
|
6991
|
+
}
|
|
6992
|
+
}
|
|
6993
|
+
},
|
|
6994
|
+
{
|
|
6995
|
+
"name": "personal.action.click",
|
|
6996
|
+
"detail": {
|
|
6997
|
+
"annotation": {
|
|
6998
|
+
"type": "reference",
|
|
6999
|
+
"typeName": {
|
|
7000
|
+
"type": "identifier",
|
|
7001
|
+
"name": "PersonalActionClickDetail"
|
|
7183
7002
|
}
|
|
7184
7003
|
}
|
|
7185
7004
|
}
|
|
@@ -7187,43 +7006,354 @@
|
|
|
7187
7006
|
],
|
|
7188
7007
|
"methods": [
|
|
7189
7008
|
{
|
|
7190
|
-
"name": "
|
|
7009
|
+
"name": "pullHistory",
|
|
7191
7010
|
"params": [
|
|
7192
7011
|
{
|
|
7193
|
-
"name": "
|
|
7012
|
+
"name": "delay",
|
|
7194
7013
|
"annotation": {
|
|
7195
7014
|
"type": "keyword",
|
|
7196
|
-
"value": "
|
|
7015
|
+
"value": "number"
|
|
7197
7016
|
}
|
|
7198
7017
|
}
|
|
7199
7018
|
],
|
|
7200
7019
|
"returns": {}
|
|
7201
7020
|
},
|
|
7202
7021
|
{
|
|
7203
|
-
"name": "
|
|
7022
|
+
"name": "open",
|
|
7204
7023
|
"params": [],
|
|
7205
7024
|
"returns": {}
|
|
7206
7025
|
},
|
|
7207
7026
|
{
|
|
7208
|
-
"name": "
|
|
7027
|
+
"name": "close",
|
|
7209
7028
|
"params": [],
|
|
7210
7029
|
"returns": {}
|
|
7030
|
+
},
|
|
7031
|
+
{
|
|
7032
|
+
"name": "removeProject",
|
|
7033
|
+
"params": [
|
|
7034
|
+
{
|
|
7035
|
+
"name": "projectId",
|
|
7036
|
+
"annotation": {
|
|
7037
|
+
"type": "keyword",
|
|
7038
|
+
"value": "string"
|
|
7039
|
+
}
|
|
7040
|
+
}
|
|
7041
|
+
],
|
|
7042
|
+
"returns": {}
|
|
7043
|
+
},
|
|
7044
|
+
{
|
|
7045
|
+
"name": "addProject",
|
|
7046
|
+
"params": [
|
|
7047
|
+
{
|
|
7048
|
+
"name": "project",
|
|
7049
|
+
"annotation": {
|
|
7050
|
+
"type": "reference",
|
|
7051
|
+
"typeName": {
|
|
7052
|
+
"type": "identifier",
|
|
7053
|
+
"name": "Project"
|
|
7054
|
+
}
|
|
7055
|
+
}
|
|
7056
|
+
}
|
|
7057
|
+
],
|
|
7058
|
+
"returns": {}
|
|
7059
|
+
},
|
|
7060
|
+
{
|
|
7061
|
+
"name": "moveConversation",
|
|
7062
|
+
"params": [
|
|
7063
|
+
{
|
|
7064
|
+
"name": "conversationId",
|
|
7065
|
+
"annotation": {
|
|
7066
|
+
"type": "keyword",
|
|
7067
|
+
"value": "string"
|
|
7068
|
+
}
|
|
7069
|
+
}
|
|
7070
|
+
],
|
|
7071
|
+
"returns": {}
|
|
7211
7072
|
}
|
|
7212
7073
|
],
|
|
7213
7074
|
"types": [
|
|
7214
7075
|
{
|
|
7215
7076
|
"type": "interface",
|
|
7216
|
-
"name": "
|
|
7077
|
+
"name": "SidebarLink",
|
|
7078
|
+
"body": [
|
|
7079
|
+
{
|
|
7080
|
+
"type": "propertySignature",
|
|
7081
|
+
"key": {
|
|
7082
|
+
"type": "identifier",
|
|
7083
|
+
"name": "title"
|
|
7084
|
+
},
|
|
7085
|
+
"annotation": {
|
|
7086
|
+
"type": "keyword",
|
|
7087
|
+
"value": "string"
|
|
7088
|
+
},
|
|
7089
|
+
"computed": false
|
|
7090
|
+
},
|
|
7091
|
+
{
|
|
7092
|
+
"type": "propertySignature",
|
|
7093
|
+
"key": {
|
|
7094
|
+
"type": "identifier",
|
|
7095
|
+
"name": "url"
|
|
7096
|
+
},
|
|
7097
|
+
"annotation": {
|
|
7098
|
+
"type": "keyword",
|
|
7099
|
+
"value": "string"
|
|
7100
|
+
},
|
|
7101
|
+
"computed": false
|
|
7102
|
+
},
|
|
7103
|
+
{
|
|
7104
|
+
"type": "propertySignature",
|
|
7105
|
+
"key": {
|
|
7106
|
+
"type": "identifier",
|
|
7107
|
+
"name": "icon"
|
|
7108
|
+
},
|
|
7109
|
+
"annotation": {
|
|
7110
|
+
"type": "reference",
|
|
7111
|
+
"typeName": {
|
|
7112
|
+
"type": "identifier",
|
|
7113
|
+
"name": "GeneralIconProps"
|
|
7114
|
+
}
|
|
7115
|
+
},
|
|
7116
|
+
"optional": true,
|
|
7117
|
+
"computed": false
|
|
7118
|
+
},
|
|
7119
|
+
{
|
|
7120
|
+
"type": "propertySignature",
|
|
7121
|
+
"key": {
|
|
7122
|
+
"type": "identifier",
|
|
7123
|
+
"name": "activeIncludes"
|
|
7124
|
+
},
|
|
7125
|
+
"annotation": {
|
|
7126
|
+
"type": "array",
|
|
7127
|
+
"elementType": {
|
|
7128
|
+
"type": "keyword",
|
|
7129
|
+
"value": "string"
|
|
7130
|
+
}
|
|
7131
|
+
},
|
|
7132
|
+
"optional": true,
|
|
7133
|
+
"computed": false
|
|
7134
|
+
}
|
|
7135
|
+
]
|
|
7136
|
+
},
|
|
7137
|
+
{
|
|
7138
|
+
"type": "interface",
|
|
7139
|
+
"name": "SpaceNavProps",
|
|
7140
|
+
"body": [
|
|
7141
|
+
{
|
|
7142
|
+
"type": "propertySignature",
|
|
7143
|
+
"key": {
|
|
7144
|
+
"type": "identifier",
|
|
7145
|
+
"name": "returnUrl"
|
|
7146
|
+
},
|
|
7147
|
+
"annotation": {
|
|
7148
|
+
"type": "keyword",
|
|
7149
|
+
"value": "string"
|
|
7150
|
+
},
|
|
7151
|
+
"computed": false
|
|
7152
|
+
},
|
|
7153
|
+
{
|
|
7154
|
+
"type": "propertySignature",
|
|
7155
|
+
"key": {
|
|
7156
|
+
"type": "identifier",
|
|
7157
|
+
"name": "introUrl"
|
|
7158
|
+
},
|
|
7159
|
+
"annotation": {
|
|
7160
|
+
"type": "keyword",
|
|
7161
|
+
"value": "string"
|
|
7162
|
+
},
|
|
7163
|
+
"computed": false
|
|
7164
|
+
},
|
|
7165
|
+
{
|
|
7166
|
+
"type": "propertySignature",
|
|
7167
|
+
"key": {
|
|
7168
|
+
"type": "identifier",
|
|
7169
|
+
"name": "spaceDetail"
|
|
7170
|
+
},
|
|
7171
|
+
"annotation": {
|
|
7172
|
+
"type": "typeLiteral",
|
|
7173
|
+
"members": [
|
|
7174
|
+
{
|
|
7175
|
+
"type": "propertySignature",
|
|
7176
|
+
"key": {
|
|
7177
|
+
"type": "identifier",
|
|
7178
|
+
"name": "instanceId"
|
|
7179
|
+
},
|
|
7180
|
+
"annotation": {
|
|
7181
|
+
"type": "keyword",
|
|
7182
|
+
"value": "string"
|
|
7183
|
+
},
|
|
7184
|
+
"computed": false
|
|
7185
|
+
},
|
|
7186
|
+
{
|
|
7187
|
+
"type": "propertySignature",
|
|
7188
|
+
"key": {
|
|
7189
|
+
"type": "identifier",
|
|
7190
|
+
"name": "name"
|
|
7191
|
+
},
|
|
7192
|
+
"annotation": {
|
|
7193
|
+
"type": "keyword",
|
|
7194
|
+
"value": "string"
|
|
7195
|
+
},
|
|
7196
|
+
"computed": false
|
|
7197
|
+
},
|
|
7198
|
+
{
|
|
7199
|
+
"type": "propertySignature",
|
|
7200
|
+
"key": {
|
|
7201
|
+
"type": "identifier",
|
|
7202
|
+
"name": "icon"
|
|
7203
|
+
},
|
|
7204
|
+
"annotation": {
|
|
7205
|
+
"type": "intersection",
|
|
7206
|
+
"types": [
|
|
7207
|
+
{
|
|
7208
|
+
"type": "reference",
|
|
7209
|
+
"typeName": {
|
|
7210
|
+
"type": "identifier",
|
|
7211
|
+
"name": "GeneralIconProps"
|
|
7212
|
+
}
|
|
7213
|
+
},
|
|
7214
|
+
{
|
|
7215
|
+
"type": "typeLiteral",
|
|
7216
|
+
"members": [
|
|
7217
|
+
{
|
|
7218
|
+
"type": "propertySignature",
|
|
7219
|
+
"key": {
|
|
7220
|
+
"type": "identifier",
|
|
7221
|
+
"name": "color"
|
|
7222
|
+
},
|
|
7223
|
+
"annotation": {
|
|
7224
|
+
"type": "keyword",
|
|
7225
|
+
"value": "string"
|
|
7226
|
+
},
|
|
7227
|
+
"optional": true,
|
|
7228
|
+
"computed": false
|
|
7229
|
+
}
|
|
7230
|
+
]
|
|
7231
|
+
}
|
|
7232
|
+
]
|
|
7233
|
+
},
|
|
7234
|
+
"optional": true,
|
|
7235
|
+
"computed": false
|
|
7236
|
+
}
|
|
7237
|
+
]
|
|
7238
|
+
},
|
|
7239
|
+
"computed": false
|
|
7240
|
+
},
|
|
7241
|
+
{
|
|
7242
|
+
"type": "propertySignature",
|
|
7243
|
+
"key": {
|
|
7244
|
+
"type": "identifier",
|
|
7245
|
+
"name": "spaceObjects"
|
|
7246
|
+
},
|
|
7247
|
+
"annotation": {
|
|
7248
|
+
"type": "array",
|
|
7249
|
+
"elementType": {
|
|
7250
|
+
"type": "reference",
|
|
7251
|
+
"typeName": {
|
|
7252
|
+
"type": "identifier",
|
|
7253
|
+
"name": "SidebarLink"
|
|
7254
|
+
}
|
|
7255
|
+
}
|
|
7256
|
+
},
|
|
7257
|
+
"optional": true,
|
|
7258
|
+
"computed": false
|
|
7259
|
+
},
|
|
7260
|
+
{
|
|
7261
|
+
"type": "propertySignature",
|
|
7262
|
+
"key": {
|
|
7263
|
+
"type": "identifier",
|
|
7264
|
+
"name": "spaceServiceflows"
|
|
7265
|
+
},
|
|
7266
|
+
"annotation": {
|
|
7267
|
+
"type": "array",
|
|
7268
|
+
"elementType": {
|
|
7269
|
+
"type": "reference",
|
|
7270
|
+
"typeName": {
|
|
7271
|
+
"type": "identifier",
|
|
7272
|
+
"name": "SidebarLink"
|
|
7273
|
+
}
|
|
7274
|
+
}
|
|
7275
|
+
},
|
|
7276
|
+
"optional": true,
|
|
7277
|
+
"computed": false
|
|
7278
|
+
},
|
|
7279
|
+
{
|
|
7280
|
+
"type": "propertySignature",
|
|
7281
|
+
"key": {
|
|
7282
|
+
"type": "identifier",
|
|
7283
|
+
"name": "spaceLinks"
|
|
7284
|
+
},
|
|
7285
|
+
"annotation": {
|
|
7286
|
+
"type": "array",
|
|
7287
|
+
"elementType": {
|
|
7288
|
+
"type": "reference",
|
|
7289
|
+
"typeName": {
|
|
7290
|
+
"type": "identifier",
|
|
7291
|
+
"name": "SidebarLink"
|
|
7292
|
+
}
|
|
7293
|
+
}
|
|
7294
|
+
},
|
|
7295
|
+
"optional": true,
|
|
7296
|
+
"computed": false
|
|
7297
|
+
}
|
|
7298
|
+
]
|
|
7299
|
+
},
|
|
7300
|
+
{
|
|
7301
|
+
"type": "interface",
|
|
7302
|
+
"name": "ActionClickDetail",
|
|
7217
7303
|
"body": [
|
|
7218
7304
|
{
|
|
7219
7305
|
"type": "propertySignature",
|
|
7220
7306
|
"key": {
|
|
7221
7307
|
"type": "identifier",
|
|
7222
|
-
"name": "
|
|
7308
|
+
"name": "action"
|
|
7309
|
+
},
|
|
7310
|
+
"annotation": {
|
|
7311
|
+
"type": "intersection",
|
|
7312
|
+
"types": [
|
|
7313
|
+
{
|
|
7314
|
+
"type": "reference",
|
|
7315
|
+
"typeName": {
|
|
7316
|
+
"type": "identifier",
|
|
7317
|
+
"name": "SimpleActionType"
|
|
7318
|
+
}
|
|
7319
|
+
},
|
|
7320
|
+
{
|
|
7321
|
+
"type": "typeLiteral",
|
|
7322
|
+
"members": [
|
|
7323
|
+
{
|
|
7324
|
+
"type": "propertySignature",
|
|
7325
|
+
"key": {
|
|
7326
|
+
"type": "identifier",
|
|
7327
|
+
"name": "project"
|
|
7328
|
+
},
|
|
7329
|
+
"annotation": {
|
|
7330
|
+
"type": "reference",
|
|
7331
|
+
"typeName": {
|
|
7332
|
+
"type": "identifier",
|
|
7333
|
+
"name": "Project"
|
|
7334
|
+
}
|
|
7335
|
+
},
|
|
7336
|
+
"optional": true,
|
|
7337
|
+
"computed": false
|
|
7338
|
+
}
|
|
7339
|
+
]
|
|
7340
|
+
}
|
|
7341
|
+
]
|
|
7342
|
+
},
|
|
7343
|
+
"computed": false
|
|
7344
|
+
},
|
|
7345
|
+
{
|
|
7346
|
+
"type": "propertySignature",
|
|
7347
|
+
"key": {
|
|
7348
|
+
"type": "identifier",
|
|
7349
|
+
"name": "item"
|
|
7223
7350
|
},
|
|
7224
7351
|
"annotation": {
|
|
7225
|
-
"type": "
|
|
7226
|
-
"
|
|
7352
|
+
"type": "reference",
|
|
7353
|
+
"typeName": {
|
|
7354
|
+
"type": "identifier",
|
|
7355
|
+
"name": "HistoryItem"
|
|
7356
|
+
}
|
|
7227
7357
|
},
|
|
7228
7358
|
"computed": false
|
|
7229
7359
|
},
|
|
@@ -7231,330 +7361,262 @@
|
|
|
7231
7361
|
"type": "propertySignature",
|
|
7232
7362
|
"key": {
|
|
7233
7363
|
"type": "identifier",
|
|
7234
|
-
"name": "
|
|
7364
|
+
"name": "project"
|
|
7235
7365
|
},
|
|
7236
7366
|
"annotation": {
|
|
7237
|
-
"type": "
|
|
7238
|
-
"
|
|
7367
|
+
"type": "reference",
|
|
7368
|
+
"typeName": {
|
|
7369
|
+
"type": "identifier",
|
|
7370
|
+
"name": "Project"
|
|
7371
|
+
}
|
|
7239
7372
|
},
|
|
7373
|
+
"optional": true,
|
|
7240
7374
|
"computed": false
|
|
7241
7375
|
}
|
|
7242
7376
|
]
|
|
7243
7377
|
},
|
|
7244
7378
|
{
|
|
7245
7379
|
"type": "interface",
|
|
7246
|
-
"name": "
|
|
7380
|
+
"name": "Project",
|
|
7247
7381
|
"body": [
|
|
7248
7382
|
{
|
|
7249
7383
|
"type": "propertySignature",
|
|
7250
7384
|
"key": {
|
|
7251
7385
|
"type": "identifier",
|
|
7252
|
-
"name": "
|
|
7253
|
-
},
|
|
7254
|
-
"annotation": {
|
|
7255
|
-
"type": "keyword",
|
|
7256
|
-
"value": "string"
|
|
7257
|
-
},
|
|
7258
|
-
"computed": false
|
|
7259
|
-
},
|
|
7260
|
-
{
|
|
7261
|
-
"type": "propertySignature",
|
|
7262
|
-
"key": {
|
|
7263
|
-
"type": "identifier",
|
|
7264
|
-
"name": "value"
|
|
7386
|
+
"name": "instanceId"
|
|
7265
7387
|
},
|
|
7266
7388
|
"annotation": {
|
|
7267
7389
|
"type": "keyword",
|
|
7268
7390
|
"value": "string"
|
|
7269
7391
|
},
|
|
7270
|
-
"computed": false
|
|
7392
|
+
"computed": false,
|
|
7393
|
+
"description": "实例ID"
|
|
7271
7394
|
},
|
|
7272
7395
|
{
|
|
7273
7396
|
"type": "propertySignature",
|
|
7274
7397
|
"key": {
|
|
7275
7398
|
"type": "identifier",
|
|
7276
|
-
"name": "
|
|
7399
|
+
"name": "name"
|
|
7277
7400
|
},
|
|
7278
7401
|
"annotation": {
|
|
7279
7402
|
"type": "keyword",
|
|
7280
7403
|
"value": "string"
|
|
7281
7404
|
},
|
|
7282
|
-
"
|
|
7283
|
-
"
|
|
7405
|
+
"computed": false,
|
|
7406
|
+
"description": "项目名称"
|
|
7284
7407
|
},
|
|
7285
7408
|
{
|
|
7286
7409
|
"type": "propertySignature",
|
|
7287
7410
|
"key": {
|
|
7288
7411
|
"type": "identifier",
|
|
7289
|
-
"name": "
|
|
7412
|
+
"name": "description"
|
|
7290
7413
|
},
|
|
7291
7414
|
"annotation": {
|
|
7292
7415
|
"type": "keyword",
|
|
7293
7416
|
"value": "string"
|
|
7294
7417
|
},
|
|
7295
|
-
"
|
|
7296
|
-
"
|
|
7418
|
+
"computed": false,
|
|
7419
|
+
"description": "项目描述"
|
|
7297
7420
|
},
|
|
7298
7421
|
{
|
|
7299
7422
|
"type": "propertySignature",
|
|
7300
7423
|
"key": {
|
|
7301
7424
|
"type": "identifier",
|
|
7302
|
-
"name": "
|
|
7425
|
+
"name": "state"
|
|
7303
7426
|
},
|
|
7304
7427
|
"annotation": {
|
|
7305
|
-
"type": "
|
|
7306
|
-
"
|
|
7307
|
-
|
|
7308
|
-
|
|
7309
|
-
"
|
|
7310
|
-
|
|
7428
|
+
"type": "union",
|
|
7429
|
+
"types": [
|
|
7430
|
+
{
|
|
7431
|
+
"type": "jsLiteral",
|
|
7432
|
+
"value": "active"
|
|
7433
|
+
},
|
|
7434
|
+
{
|
|
7435
|
+
"type": "jsLiteral",
|
|
7436
|
+
"value": "inactive"
|
|
7311
7437
|
}
|
|
7312
|
-
|
|
7438
|
+
]
|
|
7313
7439
|
},
|
|
7314
|
-
"
|
|
7315
|
-
"
|
|
7440
|
+
"computed": false,
|
|
7441
|
+
"description": "状态"
|
|
7316
7442
|
},
|
|
7317
7443
|
{
|
|
7318
7444
|
"type": "propertySignature",
|
|
7319
7445
|
"key": {
|
|
7320
7446
|
"type": "identifier",
|
|
7321
|
-
"name": "
|
|
7322
|
-
},
|
|
7323
|
-
"annotation": {
|
|
7324
|
-
"type": "reference",
|
|
7325
|
-
"typeName": {
|
|
7326
|
-
"type": "identifier",
|
|
7327
|
-
"name": "CommandPayload"
|
|
7328
|
-
}
|
|
7329
|
-
},
|
|
7330
|
-
"optional": true,
|
|
7331
|
-
"computed": false
|
|
7332
|
-
}
|
|
7333
|
-
]
|
|
7334
|
-
},
|
|
7335
|
-
{
|
|
7336
|
-
"type": "interface",
|
|
7337
|
-
"name": "UploadOptions",
|
|
7338
|
-
"body": [
|
|
7339
|
-
{
|
|
7340
|
-
"type": "propertySignature",
|
|
7341
|
-
"key": {
|
|
7342
|
-
"type": "identifier",
|
|
7343
|
-
"name": "enabled"
|
|
7447
|
+
"name": "defaultAiEmployeeId"
|
|
7344
7448
|
},
|
|
7345
7449
|
"annotation": {
|
|
7346
7450
|
"type": "keyword",
|
|
7347
|
-
"value": "
|
|
7451
|
+
"value": "string"
|
|
7348
7452
|
},
|
|
7349
|
-
"
|
|
7350
|
-
"
|
|
7453
|
+
"computed": false,
|
|
7454
|
+
"description": "默认数字人ID"
|
|
7351
7455
|
},
|
|
7352
7456
|
{
|
|
7353
7457
|
"type": "propertySignature",
|
|
7354
7458
|
"key": {
|
|
7355
7459
|
"type": "identifier",
|
|
7356
|
-
"name": "
|
|
7460
|
+
"name": "creator"
|
|
7357
7461
|
},
|
|
7358
7462
|
"annotation": {
|
|
7359
7463
|
"type": "keyword",
|
|
7360
|
-
"value": "
|
|
7464
|
+
"value": "string"
|
|
7361
7465
|
},
|
|
7362
|
-
"
|
|
7363
|
-
"
|
|
7466
|
+
"computed": false,
|
|
7467
|
+
"description": "创建者"
|
|
7364
7468
|
},
|
|
7365
7469
|
{
|
|
7366
7470
|
"type": "propertySignature",
|
|
7367
7471
|
"key": {
|
|
7368
7472
|
"type": "identifier",
|
|
7369
|
-
"name": "
|
|
7473
|
+
"name": "ctime"
|
|
7370
7474
|
},
|
|
7371
7475
|
"annotation": {
|
|
7372
7476
|
"type": "keyword",
|
|
7373
7477
|
"value": "string"
|
|
7374
7478
|
},
|
|
7375
|
-
"
|
|
7376
|
-
"
|
|
7479
|
+
"computed": false,
|
|
7480
|
+
"description": "创建时间"
|
|
7377
7481
|
},
|
|
7378
7482
|
{
|
|
7379
7483
|
"type": "propertySignature",
|
|
7380
7484
|
"key": {
|
|
7381
7485
|
"type": "identifier",
|
|
7382
|
-
"name": "
|
|
7486
|
+
"name": "mtime"
|
|
7383
7487
|
},
|
|
7384
7488
|
"annotation": {
|
|
7385
7489
|
"type": "keyword",
|
|
7386
7490
|
"value": "string"
|
|
7387
7491
|
},
|
|
7388
|
-
"
|
|
7389
|
-
"
|
|
7492
|
+
"computed": false,
|
|
7493
|
+
"description": "修改时间"
|
|
7390
7494
|
},
|
|
7391
7495
|
{
|
|
7392
7496
|
"type": "propertySignature",
|
|
7393
7497
|
"key": {
|
|
7394
7498
|
"type": "identifier",
|
|
7395
|
-
"name": "
|
|
7499
|
+
"name": "modifier"
|
|
7396
7500
|
},
|
|
7397
7501
|
"annotation": {
|
|
7398
7502
|
"type": "keyword",
|
|
7399
|
-
"value": "
|
|
7503
|
+
"value": "string"
|
|
7400
7504
|
},
|
|
7401
|
-
"
|
|
7402
|
-
"
|
|
7403
|
-
}
|
|
7505
|
+
"computed": false,
|
|
7506
|
+
"description": "修改者"
|
|
7507
|
+
}
|
|
7508
|
+
]
|
|
7509
|
+
},
|
|
7510
|
+
{
|
|
7511
|
+
"type": "interface",
|
|
7512
|
+
"name": "HistoryItem",
|
|
7513
|
+
"body": [
|
|
7404
7514
|
{
|
|
7405
7515
|
"type": "propertySignature",
|
|
7406
7516
|
"key": {
|
|
7407
7517
|
"type": "identifier",
|
|
7408
|
-
"name": "
|
|
7518
|
+
"name": "conversationId"
|
|
7409
7519
|
},
|
|
7410
7520
|
"annotation": {
|
|
7411
7521
|
"type": "keyword",
|
|
7412
|
-
"value": "
|
|
7522
|
+
"value": "string"
|
|
7413
7523
|
},
|
|
7414
|
-
"
|
|
7415
|
-
"computed": false,
|
|
7416
|
-
"description": "In bytes"
|
|
7524
|
+
"computed": false
|
|
7417
7525
|
},
|
|
7418
7526
|
{
|
|
7419
7527
|
"type": "propertySignature",
|
|
7420
7528
|
"key": {
|
|
7421
7529
|
"type": "identifier",
|
|
7422
|
-
"name": "
|
|
7530
|
+
"name": "title"
|
|
7423
7531
|
},
|
|
7424
7532
|
"annotation": {
|
|
7425
7533
|
"type": "keyword",
|
|
7426
7534
|
"value": "string"
|
|
7427
7535
|
},
|
|
7428
|
-
"optional": true,
|
|
7429
7536
|
"computed": false
|
|
7430
7537
|
},
|
|
7431
7538
|
{
|
|
7432
7539
|
"type": "propertySignature",
|
|
7433
7540
|
"key": {
|
|
7434
7541
|
"type": "identifier",
|
|
7435
|
-
"name": "
|
|
7542
|
+
"name": "startTime"
|
|
7436
7543
|
},
|
|
7437
7544
|
"annotation": {
|
|
7438
7545
|
"type": "keyword",
|
|
7439
|
-
"value": "
|
|
7546
|
+
"value": "number"
|
|
7440
7547
|
},
|
|
7441
|
-
"optional": true,
|
|
7442
7548
|
"computed": false
|
|
7443
|
-
}
|
|
7444
|
-
]
|
|
7445
|
-
},
|
|
7446
|
-
{
|
|
7447
|
-
"type": "interface",
|
|
7448
|
-
"name": "ChatPayload",
|
|
7449
|
-
"body": [
|
|
7549
|
+
},
|
|
7450
7550
|
{
|
|
7451
7551
|
"type": "propertySignature",
|
|
7452
7552
|
"key": {
|
|
7453
7553
|
"type": "identifier",
|
|
7454
|
-
"name": "
|
|
7554
|
+
"name": "state"
|
|
7455
7555
|
},
|
|
7456
7556
|
"annotation": {
|
|
7457
|
-
"type": "
|
|
7458
|
-
"
|
|
7557
|
+
"type": "reference",
|
|
7558
|
+
"typeName": {
|
|
7559
|
+
"type": "identifier",
|
|
7560
|
+
"name": "ConversationState"
|
|
7561
|
+
}
|
|
7459
7562
|
},
|
|
7563
|
+
"optional": true,
|
|
7460
7564
|
"computed": false
|
|
7461
7565
|
}
|
|
7462
|
-
],
|
|
7463
|
-
"extends": [
|
|
7464
|
-
{
|
|
7465
|
-
"type": "expressionWithTypeArguments",
|
|
7466
|
-
"expression": {
|
|
7467
|
-
"type": "identifier",
|
|
7468
|
-
"name": "ExtraChatPayload"
|
|
7469
|
-
}
|
|
7470
|
-
}
|
|
7471
7566
|
]
|
|
7472
7567
|
},
|
|
7473
7568
|
{
|
|
7474
7569
|
"type": "interface",
|
|
7475
|
-
"name": "
|
|
7570
|
+
"name": "ProjectActionClickDetail",
|
|
7476
7571
|
"body": [
|
|
7477
7572
|
{
|
|
7478
7573
|
"type": "propertySignature",
|
|
7479
7574
|
"key": {
|
|
7480
7575
|
"type": "identifier",
|
|
7481
|
-
"name": "
|
|
7576
|
+
"name": "action"
|
|
7482
7577
|
},
|
|
7483
7578
|
"annotation": {
|
|
7484
|
-
"type": "
|
|
7485
|
-
"
|
|
7486
|
-
"type": "
|
|
7487
|
-
"
|
|
7488
|
-
"type": "identifier",
|
|
7489
|
-
"name": "UploadFileInfo"
|
|
7490
|
-
}
|
|
7579
|
+
"type": "reference",
|
|
7580
|
+
"typeName": {
|
|
7581
|
+
"type": "identifier",
|
|
7582
|
+
"name": "SimpleActionType"
|
|
7491
7583
|
}
|
|
7492
7584
|
},
|
|
7493
|
-
"optional": true,
|
|
7494
|
-
"computed": false
|
|
7495
|
-
},
|
|
7496
|
-
{
|
|
7497
|
-
"type": "propertySignature",
|
|
7498
|
-
"key": {
|
|
7499
|
-
"type": "identifier",
|
|
7500
|
-
"name": "cmd"
|
|
7501
|
-
},
|
|
7502
|
-
"annotation": {
|
|
7503
|
-
"type": "union",
|
|
7504
|
-
"types": [
|
|
7505
|
-
{
|
|
7506
|
-
"type": "reference",
|
|
7507
|
-
"typeName": {
|
|
7508
|
-
"type": "identifier",
|
|
7509
|
-
"name": "CommandPayload"
|
|
7510
|
-
}
|
|
7511
|
-
},
|
|
7512
|
-
{
|
|
7513
|
-
"type": "keyword",
|
|
7514
|
-
"value": "null"
|
|
7515
|
-
}
|
|
7516
|
-
]
|
|
7517
|
-
},
|
|
7518
|
-
"optional": true,
|
|
7519
7585
|
"computed": false
|
|
7520
7586
|
},
|
|
7521
7587
|
{
|
|
7522
7588
|
"type": "propertySignature",
|
|
7523
7589
|
"key": {
|
|
7524
7590
|
"type": "identifier",
|
|
7525
|
-
"name": "
|
|
7591
|
+
"name": "project"
|
|
7526
7592
|
},
|
|
7527
7593
|
"annotation": {
|
|
7528
|
-
"type": "
|
|
7529
|
-
"
|
|
7530
|
-
|
|
7531
|
-
|
|
7532
|
-
|
|
7533
|
-
},
|
|
7534
|
-
{
|
|
7535
|
-
"type": "keyword",
|
|
7536
|
-
"value": "null"
|
|
7537
|
-
}
|
|
7538
|
-
]
|
|
7594
|
+
"type": "reference",
|
|
7595
|
+
"typeName": {
|
|
7596
|
+
"type": "identifier",
|
|
7597
|
+
"name": "Project"
|
|
7598
|
+
}
|
|
7539
7599
|
},
|
|
7540
|
-
"optional": true,
|
|
7541
7600
|
"computed": false
|
|
7542
7601
|
}
|
|
7543
7602
|
]
|
|
7544
7603
|
},
|
|
7545
7604
|
{
|
|
7546
7605
|
"type": "interface",
|
|
7547
|
-
"name": "
|
|
7606
|
+
"name": "PersonalActionClickDetail",
|
|
7548
7607
|
"body": [
|
|
7549
7608
|
{
|
|
7550
7609
|
"type": "propertySignature",
|
|
7551
7610
|
"key": {
|
|
7552
7611
|
"type": "identifier",
|
|
7553
|
-
"name": "
|
|
7612
|
+
"name": "action"
|
|
7554
7613
|
},
|
|
7555
7614
|
"annotation": {
|
|
7556
|
-
"type": "
|
|
7557
|
-
"
|
|
7615
|
+
"type": "reference",
|
|
7616
|
+
"typeName": {
|
|
7617
|
+
"type": "identifier",
|
|
7618
|
+
"name": "SimpleActionType"
|
|
7619
|
+
}
|
|
7558
7620
|
},
|
|
7559
7621
|
"computed": false
|
|
7560
7622
|
}
|