@next-bricks/ai-portal 0.61.3 → 0.61.5
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 +46 -46
- package/dist/chunks/1770.48e868f8.js +2 -0
- package/dist/chunks/1770.48e868f8.js.map +1 -0
- package/dist/chunks/2232.1e92a135.js +2 -0
- package/dist/chunks/2232.1e92a135.js.map +1 -0
- package/dist/chunks/3186.7220c09a.js +2 -0
- package/dist/chunks/3186.7220c09a.js.map +1 -0
- package/dist/chunks/7059.d0080bc9.js +3 -0
- package/dist/chunks/7059.d0080bc9.js.map +1 -0
- package/dist/chunks/9164.ce503deb.js +2 -0
- package/dist/chunks/9164.ce503deb.js.map +1 -0
- package/dist/chunks/cruise-canvas.bfae3138.js +2 -0
- package/dist/chunks/{cruise-canvas.c1a7bc9f.js.map → cruise-canvas.bfae3138.js.map} +1 -1
- package/dist/chunks/elevo-sidebar.7fa9b191.js +3 -0
- package/dist/chunks/elevo-sidebar.7fa9b191.js.map +1 -0
- package/dist/chunks/{main.e183c4a8.js → main.ffd5eb79.js} +2 -2
- package/dist/chunks/{main.e183c4a8.js.map → main.ffd5eb79.js.map} +1 -1
- package/dist/chunks/page-container.068df693.js +2 -0
- package/dist/chunks/page-container.068df693.js.map +1 -0
- package/dist/examples.json +20 -20
- package/dist/index.fb9364a3.js +2 -0
- package/dist/{index.a2cbba56.js.map → index.fb9364a3.js.map} +1 -1
- package/dist/manifest.json +370 -357
- package/dist/types.json +1609 -1471
- package/dist-types/cruise-canvas/ToolCallDetail/ToolCallDetailDrawer.d.ts +5 -0
- package/dist-types/cruise-canvas/ToolCallDetail/i18n.d.ts +17 -0
- package/dist-types/cruise-canvas/i18n.d.ts +0 -3
- package/dist-types/elevo-sidebar/ChatHistory.d.ts +1 -1
- package/dist-types/elevo-sidebar/SectionTitle.d.ts +8 -0
- package/dist-types/elevo-sidebar/SpaceNav.d.ts +13 -0
- package/dist-types/elevo-sidebar/i18n.d.ts +4 -1
- package/dist-types/elevo-sidebar/index.d.ts +9 -7
- package/dist-types/elevo-sidebar/interfaces.d.ts +7 -0
- package/package.json +2 -2
- package/dist/chunks/1480.a7ffdf61.js +0 -2
- package/dist/chunks/1480.a7ffdf61.js.map +0 -1
- package/dist/chunks/2084.aae5392b.js +0 -3
- package/dist/chunks/2084.aae5392b.js.map +0 -1
- package/dist/chunks/2232.06e10f13.js +0 -2
- package/dist/chunks/2232.06e10f13.js.map +0 -1
- package/dist/chunks/5712.d5a5cd71.js +0 -2
- package/dist/chunks/5712.d5a5cd71.js.map +0 -1
- package/dist/chunks/9164.34a6f72c.js +0 -2
- package/dist/chunks/9164.34a6f72c.js.map +0 -1
- package/dist/chunks/cruise-canvas.c1a7bc9f.js +0 -2
- package/dist/chunks/elevo-sidebar.68648b33.js +0 -3
- package/dist/chunks/elevo-sidebar.68648b33.js.map +0 -1
- package/dist/chunks/page-container.08e26095.js +0 -2
- package/dist/chunks/page-container.08e26095.js.map +0 -1
- package/dist/index.a2cbba56.js +0 -2
- /package/dist/chunks/{2084.aae5392b.js.LICENSE.txt → 7059.d0080bc9.js.LICENSE.txt} +0 -0
- /package/dist/chunks/{elevo-sidebar.68648b33.js.LICENSE.txt → elevo-sidebar.7fa9b191.js.LICENSE.txt} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
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
|
+
},
|
|
2
15
|
"ai-portal.stat-with-mini-chart": {
|
|
3
16
|
"properties": [
|
|
4
17
|
{
|
|
@@ -103,19 +116,6 @@
|
|
|
103
116
|
"events": [],
|
|
104
117
|
"methods": []
|
|
105
118
|
},
|
|
106
|
-
"ai-portal.home-container": {
|
|
107
|
-
"properties": [
|
|
108
|
-
{
|
|
109
|
-
"name": "sticky",
|
|
110
|
-
"annotation": {
|
|
111
|
-
"type": "keyword",
|
|
112
|
-
"value": "boolean"
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
|
-
"events": [],
|
|
117
|
-
"methods": []
|
|
118
|
-
},
|
|
119
119
|
"ai-portal.icon-button": {
|
|
120
120
|
"properties": [
|
|
121
121
|
{
|
|
@@ -1862,6 +1862,48 @@
|
|
|
1862
1862
|
}
|
|
1863
1863
|
]
|
|
1864
1864
|
},
|
|
1865
|
+
"ai-portal.sticky-container": {
|
|
1866
|
+
"properties": [
|
|
1867
|
+
{
|
|
1868
|
+
"name": "variant",
|
|
1869
|
+
"annotation": {
|
|
1870
|
+
"type": "reference",
|
|
1871
|
+
"typeName": {
|
|
1872
|
+
"type": "identifier",
|
|
1873
|
+
"name": "StickyContainerVariant"
|
|
1874
|
+
}
|
|
1875
|
+
}
|
|
1876
|
+
},
|
|
1877
|
+
{
|
|
1878
|
+
"name": "textContent",
|
|
1879
|
+
"annotation": {
|
|
1880
|
+
"type": "keyword",
|
|
1881
|
+
"value": "string"
|
|
1882
|
+
}
|
|
1883
|
+
}
|
|
1884
|
+
],
|
|
1885
|
+
"events": [],
|
|
1886
|
+
"methods": [],
|
|
1887
|
+
"types": [
|
|
1888
|
+
{
|
|
1889
|
+
"type": "typeAlias",
|
|
1890
|
+
"name": "StickyContainerVariant",
|
|
1891
|
+
"annotation": {
|
|
1892
|
+
"type": "union",
|
|
1893
|
+
"types": [
|
|
1894
|
+
{
|
|
1895
|
+
"type": "jsLiteral",
|
|
1896
|
+
"value": "default"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"type": "jsLiteral",
|
|
1900
|
+
"value": "home"
|
|
1901
|
+
}
|
|
1902
|
+
]
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
]
|
|
1906
|
+
},
|
|
1865
1907
|
"ai-portal.elevo-card": {
|
|
1866
1908
|
"properties": [
|
|
1867
1909
|
{
|
|
@@ -1924,48 +1966,6 @@
|
|
|
1924
1966
|
"events": [],
|
|
1925
1967
|
"methods": []
|
|
1926
1968
|
},
|
|
1927
|
-
"ai-portal.sticky-container": {
|
|
1928
|
-
"properties": [
|
|
1929
|
-
{
|
|
1930
|
-
"name": "variant",
|
|
1931
|
-
"annotation": {
|
|
1932
|
-
"type": "reference",
|
|
1933
|
-
"typeName": {
|
|
1934
|
-
"type": "identifier",
|
|
1935
|
-
"name": "StickyContainerVariant"
|
|
1936
|
-
}
|
|
1937
|
-
}
|
|
1938
|
-
},
|
|
1939
|
-
{
|
|
1940
|
-
"name": "textContent",
|
|
1941
|
-
"annotation": {
|
|
1942
|
-
"type": "keyword",
|
|
1943
|
-
"value": "string"
|
|
1944
|
-
}
|
|
1945
|
-
}
|
|
1946
|
-
],
|
|
1947
|
-
"events": [],
|
|
1948
|
-
"methods": [],
|
|
1949
|
-
"types": [
|
|
1950
|
-
{
|
|
1951
|
-
"type": "typeAlias",
|
|
1952
|
-
"name": "StickyContainerVariant",
|
|
1953
|
-
"annotation": {
|
|
1954
|
-
"type": "union",
|
|
1955
|
-
"types": [
|
|
1956
|
-
{
|
|
1957
|
-
"type": "jsLiteral",
|
|
1958
|
-
"value": "default"
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
"type": "jsLiteral",
|
|
1962
|
-
"value": "home"
|
|
1963
|
-
}
|
|
1964
|
-
]
|
|
1965
|
-
}
|
|
1966
|
-
}
|
|
1967
|
-
]
|
|
1968
|
-
},
|
|
1969
1969
|
"ai-portal.project-knowledges": {
|
|
1970
1970
|
"properties": [
|
|
1971
1971
|
{
|
|
@@ -4078,235 +4078,310 @@
|
|
|
4078
4078
|
}
|
|
4079
4079
|
]
|
|
4080
4080
|
},
|
|
4081
|
-
"ai-portal.
|
|
4081
|
+
"ai-portal.show-case": {
|
|
4082
4082
|
"properties": [
|
|
4083
4083
|
{
|
|
4084
|
-
"name": "
|
|
4084
|
+
"name": "caseTitle",
|
|
4085
4085
|
"annotation": {
|
|
4086
4086
|
"type": "keyword",
|
|
4087
4087
|
"value": "string"
|
|
4088
4088
|
}
|
|
4089
4089
|
},
|
|
4090
4090
|
{
|
|
4091
|
-
"name": "
|
|
4092
|
-
"annotation": {
|
|
4093
|
-
"type": "keyword",
|
|
4094
|
-
"value": "boolean"
|
|
4095
|
-
}
|
|
4096
|
-
},
|
|
4097
|
-
{
|
|
4098
|
-
"name": "submitDisabled",
|
|
4099
|
-
"annotation": {
|
|
4100
|
-
"type": "keyword",
|
|
4101
|
-
"value": "boolean"
|
|
4102
|
-
}
|
|
4103
|
-
},
|
|
4104
|
-
{
|
|
4105
|
-
"name": "supportsTerminate",
|
|
4091
|
+
"name": "summary",
|
|
4106
4092
|
"annotation": {
|
|
4107
4093
|
"type": "keyword",
|
|
4108
|
-
"value": "
|
|
4094
|
+
"value": "string"
|
|
4109
4095
|
}
|
|
4110
4096
|
},
|
|
4111
4097
|
{
|
|
4112
|
-
"name": "
|
|
4098
|
+
"name": "url",
|
|
4113
4099
|
"annotation": {
|
|
4114
4100
|
"type": "keyword",
|
|
4115
|
-
"value": "
|
|
4116
|
-
}
|
|
4117
|
-
},
|
|
4118
|
-
{
|
|
4119
|
-
"name": "uploadOptions",
|
|
4120
|
-
"annotation": {
|
|
4121
|
-
"type": "reference",
|
|
4122
|
-
"typeName": {
|
|
4123
|
-
"type": "identifier",
|
|
4124
|
-
"name": "UploadOptions"
|
|
4125
|
-
}
|
|
4126
|
-
}
|
|
4127
|
-
},
|
|
4128
|
-
{
|
|
4129
|
-
"name": "aiEmployees",
|
|
4130
|
-
"annotation": {
|
|
4131
|
-
"type": "array",
|
|
4132
|
-
"elementType": {
|
|
4133
|
-
"type": "reference",
|
|
4134
|
-
"typeName": {
|
|
4135
|
-
"type": "identifier",
|
|
4136
|
-
"name": "AIEmployee"
|
|
4137
|
-
}
|
|
4138
|
-
}
|
|
4101
|
+
"value": "string"
|
|
4139
4102
|
}
|
|
4140
|
-
}
|
|
4103
|
+
}
|
|
4104
|
+
],
|
|
4105
|
+
"events": [],
|
|
4106
|
+
"methods": []
|
|
4107
|
+
},
|
|
4108
|
+
"ai-portal.flow-tabs": {
|
|
4109
|
+
"properties": [
|
|
4141
4110
|
{
|
|
4142
|
-
"name": "
|
|
4111
|
+
"name": "tabs",
|
|
4143
4112
|
"annotation": {
|
|
4144
4113
|
"type": "array",
|
|
4145
4114
|
"elementType": {
|
|
4146
4115
|
"type": "reference",
|
|
4147
4116
|
"typeName": {
|
|
4148
4117
|
"type": "identifier",
|
|
4149
|
-
"name": "
|
|
4118
|
+
"name": "Tab"
|
|
4150
4119
|
}
|
|
4151
4120
|
}
|
|
4152
4121
|
}
|
|
4153
4122
|
},
|
|
4154
4123
|
{
|
|
4155
|
-
"name": "
|
|
4124
|
+
"name": "activeTab",
|
|
4156
4125
|
"annotation": {
|
|
4157
|
-
"type": "
|
|
4158
|
-
"
|
|
4159
|
-
{
|
|
4160
|
-
"type": "jsLiteral",
|
|
4161
|
-
"value": "top"
|
|
4162
|
-
},
|
|
4163
|
-
{
|
|
4164
|
-
"type": "jsLiteral",
|
|
4165
|
-
"value": "bottom"
|
|
4166
|
-
}
|
|
4167
|
-
]
|
|
4126
|
+
"type": "keyword",
|
|
4127
|
+
"value": "string"
|
|
4168
4128
|
}
|
|
4169
4129
|
}
|
|
4170
4130
|
],
|
|
4171
4131
|
"events": [
|
|
4172
4132
|
{
|
|
4173
|
-
"name": "
|
|
4174
|
-
"detail": {
|
|
4175
|
-
"annotation": {
|
|
4176
|
-
"type": "keyword",
|
|
4177
|
-
"value": "string"
|
|
4178
|
-
}
|
|
4179
|
-
}
|
|
4180
|
-
},
|
|
4181
|
-
{
|
|
4182
|
-
"name": "chat.submit",
|
|
4133
|
+
"name": "tab.click",
|
|
4183
4134
|
"detail": {
|
|
4184
4135
|
"annotation": {
|
|
4185
4136
|
"type": "reference",
|
|
4186
4137
|
"typeName": {
|
|
4187
4138
|
"type": "identifier",
|
|
4188
|
-
"name": "
|
|
4139
|
+
"name": "Tab"
|
|
4189
4140
|
}
|
|
4190
4141
|
}
|
|
4191
4142
|
}
|
|
4192
|
-
},
|
|
4193
|
-
{
|
|
4194
|
-
"name": "terminate",
|
|
4195
|
-
"detail": {
|
|
4196
|
-
"annotation": {
|
|
4197
|
-
"type": "keyword",
|
|
4198
|
-
"value": "void"
|
|
4199
|
-
}
|
|
4200
|
-
}
|
|
4201
4143
|
}
|
|
4202
4144
|
],
|
|
4203
4145
|
"methods": [],
|
|
4204
4146
|
"types": [
|
|
4205
4147
|
{
|
|
4206
4148
|
"type": "interface",
|
|
4207
|
-
"name": "
|
|
4149
|
+
"name": "Tab",
|
|
4208
4150
|
"body": [
|
|
4209
4151
|
{
|
|
4210
4152
|
"type": "propertySignature",
|
|
4211
4153
|
"key": {
|
|
4212
4154
|
"type": "identifier",
|
|
4213
|
-
"name": "
|
|
4214
|
-
},
|
|
4215
|
-
"annotation": {
|
|
4216
|
-
"type": "keyword",
|
|
4217
|
-
"value": "boolean"
|
|
4218
|
-
},
|
|
4219
|
-
"optional": true,
|
|
4220
|
-
"computed": false
|
|
4221
|
-
},
|
|
4222
|
-
{
|
|
4223
|
-
"type": "propertySignature",
|
|
4224
|
-
"key": {
|
|
4225
|
-
"type": "identifier",
|
|
4226
|
-
"name": "dragDisabled"
|
|
4227
|
-
},
|
|
4228
|
-
"annotation": {
|
|
4229
|
-
"type": "keyword",
|
|
4230
|
-
"value": "boolean"
|
|
4231
|
-
},
|
|
4232
|
-
"optional": true,
|
|
4233
|
-
"computed": false
|
|
4234
|
-
},
|
|
4235
|
-
{
|
|
4236
|
-
"type": "propertySignature",
|
|
4237
|
-
"key": {
|
|
4238
|
-
"type": "identifier",
|
|
4239
|
-
"name": "dragTips"
|
|
4155
|
+
"name": "id"
|
|
4240
4156
|
},
|
|
4241
4157
|
"annotation": {
|
|
4242
4158
|
"type": "keyword",
|
|
4243
4159
|
"value": "string"
|
|
4244
4160
|
},
|
|
4245
|
-
"optional": true,
|
|
4246
4161
|
"computed": false
|
|
4247
4162
|
},
|
|
4248
4163
|
{
|
|
4249
4164
|
"type": "propertySignature",
|
|
4250
4165
|
"key": {
|
|
4251
4166
|
"type": "identifier",
|
|
4252
|
-
"name": "
|
|
4167
|
+
"name": "label"
|
|
4253
4168
|
},
|
|
4254
4169
|
"annotation": {
|
|
4255
4170
|
"type": "keyword",
|
|
4256
4171
|
"value": "string"
|
|
4257
4172
|
},
|
|
4258
|
-
"optional": true,
|
|
4259
|
-
"computed": false
|
|
4260
|
-
},
|
|
4261
|
-
{
|
|
4262
|
-
"type": "propertySignature",
|
|
4263
|
-
"key": {
|
|
4264
|
-
"type": "identifier",
|
|
4265
|
-
"name": "maxFiles"
|
|
4266
|
-
},
|
|
4267
|
-
"annotation": {
|
|
4268
|
-
"type": "keyword",
|
|
4269
|
-
"value": "number"
|
|
4270
|
-
},
|
|
4271
|
-
"optional": true,
|
|
4272
4173
|
"computed": false
|
|
4273
|
-
}
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4174
|
+
}
|
|
4175
|
+
]
|
|
4176
|
+
}
|
|
4177
|
+
]
|
|
4178
|
+
},
|
|
4179
|
+
"ai-portal.stage-flow": {
|
|
4180
|
+
"properties": [
|
|
4181
|
+
{
|
|
4182
|
+
"name": "spec",
|
|
4183
|
+
"annotation": {
|
|
4184
|
+
"type": "array",
|
|
4185
|
+
"elementType": {
|
|
4186
|
+
"type": "reference",
|
|
4187
|
+
"typeName": {
|
|
4277
4188
|
"type": "identifier",
|
|
4278
|
-
"name": "
|
|
4279
|
-
}
|
|
4189
|
+
"name": "Stage"
|
|
4190
|
+
}
|
|
4191
|
+
}
|
|
4192
|
+
}
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"name": "aiEmployees",
|
|
4196
|
+
"annotation": {
|
|
4197
|
+
"type": "array",
|
|
4198
|
+
"elementType": {
|
|
4199
|
+
"type": "reference",
|
|
4200
|
+
"typeName": {
|
|
4201
|
+
"type": "identifier",
|
|
4202
|
+
"name": "AIEmployee"
|
|
4203
|
+
}
|
|
4204
|
+
}
|
|
4205
|
+
}
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"name": "readOnly",
|
|
4209
|
+
"annotation": {
|
|
4210
|
+
"type": "keyword",
|
|
4211
|
+
"value": "boolean"
|
|
4212
|
+
}
|
|
4213
|
+
}
|
|
4214
|
+
],
|
|
4215
|
+
"events": [
|
|
4216
|
+
{
|
|
4217
|
+
"name": "change",
|
|
4218
|
+
"detail": {
|
|
4219
|
+
"annotation": {
|
|
4220
|
+
"type": "array",
|
|
4221
|
+
"elementType": {
|
|
4222
|
+
"type": "reference",
|
|
4223
|
+
"typeName": {
|
|
4224
|
+
"type": "identifier",
|
|
4225
|
+
"name": "Stage"
|
|
4226
|
+
}
|
|
4227
|
+
}
|
|
4228
|
+
}
|
|
4229
|
+
}
|
|
4230
|
+
},
|
|
4231
|
+
{
|
|
4232
|
+
"name": "add.activity",
|
|
4233
|
+
"detail": {
|
|
4234
|
+
"annotation": {
|
|
4235
|
+
"type": "typeLiteral",
|
|
4236
|
+
"members": [
|
|
4237
|
+
{
|
|
4238
|
+
"type": "propertySignature",
|
|
4239
|
+
"key": {
|
|
4240
|
+
"type": "identifier",
|
|
4241
|
+
"name": "stage"
|
|
4242
|
+
},
|
|
4243
|
+
"annotation": {
|
|
4244
|
+
"type": "reference",
|
|
4245
|
+
"typeName": {
|
|
4246
|
+
"type": "identifier",
|
|
4247
|
+
"name": "Stage"
|
|
4248
|
+
}
|
|
4249
|
+
},
|
|
4250
|
+
"computed": false
|
|
4251
|
+
}
|
|
4252
|
+
]
|
|
4253
|
+
}
|
|
4254
|
+
}
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"name": "edit.activity",
|
|
4258
|
+
"detail": {
|
|
4259
|
+
"annotation": {
|
|
4260
|
+
"type": "reference",
|
|
4261
|
+
"typeName": {
|
|
4262
|
+
"type": "identifier",
|
|
4263
|
+
"name": "EditActivityDetail"
|
|
4264
|
+
}
|
|
4265
|
+
}
|
|
4266
|
+
}
|
|
4267
|
+
}
|
|
4268
|
+
],
|
|
4269
|
+
"methods": [
|
|
4270
|
+
{
|
|
4271
|
+
"name": "addActivity",
|
|
4272
|
+
"params": [
|
|
4273
|
+
{
|
|
4274
|
+
"name": "stage",
|
|
4275
|
+
"annotation": {
|
|
4276
|
+
"type": "reference",
|
|
4277
|
+
"typeName": {
|
|
4278
|
+
"type": "identifier",
|
|
4279
|
+
"name": "Stage"
|
|
4280
|
+
}
|
|
4281
|
+
}
|
|
4282
|
+
},
|
|
4283
|
+
{
|
|
4284
|
+
"name": "activity",
|
|
4285
|
+
"annotation": {
|
|
4286
|
+
"type": "reference",
|
|
4287
|
+
"typeName": {
|
|
4288
|
+
"type": "identifier",
|
|
4289
|
+
"name": "FlowActivity"
|
|
4290
|
+
}
|
|
4291
|
+
}
|
|
4292
|
+
}
|
|
4293
|
+
],
|
|
4294
|
+
"returns": {}
|
|
4295
|
+
},
|
|
4296
|
+
{
|
|
4297
|
+
"name": "editActivity",
|
|
4298
|
+
"params": [
|
|
4299
|
+
{
|
|
4300
|
+
"name": "stage",
|
|
4301
|
+
"annotation": {
|
|
4302
|
+
"type": "reference",
|
|
4303
|
+
"typeName": {
|
|
4304
|
+
"type": "identifier",
|
|
4305
|
+
"name": "Stage"
|
|
4306
|
+
}
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "activity",
|
|
4311
|
+
"annotation": {
|
|
4312
|
+
"type": "reference",
|
|
4313
|
+
"typeName": {
|
|
4314
|
+
"type": "identifier",
|
|
4315
|
+
"name": "FlowActivity"
|
|
4316
|
+
}
|
|
4317
|
+
}
|
|
4318
|
+
},
|
|
4319
|
+
{
|
|
4320
|
+
"name": "activityIndex",
|
|
4280
4321
|
"annotation": {
|
|
4281
4322
|
"type": "keyword",
|
|
4282
4323
|
"value": "number"
|
|
4283
|
-
}
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4324
|
+
}
|
|
4325
|
+
}
|
|
4326
|
+
],
|
|
4327
|
+
"returns": {}
|
|
4328
|
+
},
|
|
4329
|
+
{
|
|
4330
|
+
"name": "deleteActivity",
|
|
4331
|
+
"params": [
|
|
4332
|
+
{
|
|
4333
|
+
"name": "stage",
|
|
4334
|
+
"annotation": {
|
|
4335
|
+
"type": "reference",
|
|
4336
|
+
"typeName": {
|
|
4337
|
+
"type": "identifier",
|
|
4338
|
+
"name": "Stage"
|
|
4339
|
+
}
|
|
4340
|
+
}
|
|
4287
4341
|
},
|
|
4342
|
+
{
|
|
4343
|
+
"name": "activityIndex",
|
|
4344
|
+
"annotation": {
|
|
4345
|
+
"type": "keyword",
|
|
4346
|
+
"value": "number"
|
|
4347
|
+
}
|
|
4348
|
+
}
|
|
4349
|
+
],
|
|
4350
|
+
"returns": {}
|
|
4351
|
+
}
|
|
4352
|
+
],
|
|
4353
|
+
"types": [
|
|
4354
|
+
{
|
|
4355
|
+
"type": "interface",
|
|
4356
|
+
"name": "Stage",
|
|
4357
|
+
"body": [
|
|
4288
4358
|
{
|
|
4289
4359
|
"type": "propertySignature",
|
|
4290
4360
|
"key": {
|
|
4291
4361
|
"type": "identifier",
|
|
4292
|
-
"name": "
|
|
4362
|
+
"name": "name"
|
|
4293
4363
|
},
|
|
4294
4364
|
"annotation": {
|
|
4295
4365
|
"type": "keyword",
|
|
4296
4366
|
"value": "string"
|
|
4297
4367
|
},
|
|
4298
|
-
"optional": true,
|
|
4299
4368
|
"computed": false
|
|
4300
4369
|
},
|
|
4301
4370
|
{
|
|
4302
4371
|
"type": "propertySignature",
|
|
4303
4372
|
"key": {
|
|
4304
4373
|
"type": "identifier",
|
|
4305
|
-
"name": "
|
|
4374
|
+
"name": "serviceFlowActivities"
|
|
4306
4375
|
},
|
|
4307
4376
|
"annotation": {
|
|
4308
|
-
"type": "
|
|
4309
|
-
"
|
|
4377
|
+
"type": "array",
|
|
4378
|
+
"elementType": {
|
|
4379
|
+
"type": "reference",
|
|
4380
|
+
"typeName": {
|
|
4381
|
+
"type": "identifier",
|
|
4382
|
+
"name": "FlowActivity"
|
|
4383
|
+
}
|
|
4384
|
+
}
|
|
4310
4385
|
},
|
|
4311
4386
|
"optional": true,
|
|
4312
4387
|
"computed": false
|
|
@@ -4315,13 +4390,13 @@
|
|
|
4315
4390
|
},
|
|
4316
4391
|
{
|
|
4317
4392
|
"type": "interface",
|
|
4318
|
-
"name": "
|
|
4393
|
+
"name": "FlowActivity",
|
|
4319
4394
|
"body": [
|
|
4320
4395
|
{
|
|
4321
4396
|
"type": "propertySignature",
|
|
4322
4397
|
"key": {
|
|
4323
4398
|
"type": "identifier",
|
|
4324
|
-
"name": "
|
|
4399
|
+
"name": "name"
|
|
4325
4400
|
},
|
|
4326
4401
|
"annotation": {
|
|
4327
4402
|
"type": "keyword",
|
|
@@ -4333,49 +4408,46 @@
|
|
|
4333
4408
|
"type": "propertySignature",
|
|
4334
4409
|
"key": {
|
|
4335
4410
|
"type": "identifier",
|
|
4336
|
-
"name": "
|
|
4411
|
+
"name": "description"
|
|
4337
4412
|
},
|
|
4338
4413
|
"annotation": {
|
|
4339
4414
|
"type": "keyword",
|
|
4340
4415
|
"value": "string"
|
|
4341
4416
|
},
|
|
4417
|
+
"optional": true,
|
|
4342
4418
|
"computed": false
|
|
4343
|
-
}
|
|
4344
|
-
]
|
|
4345
|
-
},
|
|
4346
|
-
{
|
|
4347
|
-
"type": "interface",
|
|
4348
|
-
"name": "Command",
|
|
4349
|
-
"body": [
|
|
4419
|
+
},
|
|
4350
4420
|
{
|
|
4351
4421
|
"type": "propertySignature",
|
|
4352
4422
|
"key": {
|
|
4353
4423
|
"type": "identifier",
|
|
4354
|
-
"name": "
|
|
4424
|
+
"name": "aiEmployeeId"
|
|
4355
4425
|
},
|
|
4356
4426
|
"annotation": {
|
|
4357
4427
|
"type": "keyword",
|
|
4358
4428
|
"value": "string"
|
|
4359
4429
|
},
|
|
4430
|
+
"optional": true,
|
|
4360
4431
|
"computed": false
|
|
4361
4432
|
},
|
|
4362
4433
|
{
|
|
4363
4434
|
"type": "propertySignature",
|
|
4364
4435
|
"key": {
|
|
4365
4436
|
"type": "identifier",
|
|
4366
|
-
"name": "
|
|
4437
|
+
"name": "hilRules"
|
|
4367
4438
|
},
|
|
4368
4439
|
"annotation": {
|
|
4369
4440
|
"type": "keyword",
|
|
4370
4441
|
"value": "string"
|
|
4371
4442
|
},
|
|
4443
|
+
"optional": true,
|
|
4372
4444
|
"computed": false
|
|
4373
4445
|
},
|
|
4374
4446
|
{
|
|
4375
4447
|
"type": "propertySignature",
|
|
4376
4448
|
"key": {
|
|
4377
4449
|
"type": "identifier",
|
|
4378
|
-
"name": "
|
|
4450
|
+
"name": "hilUser"
|
|
4379
4451
|
},
|
|
4380
4452
|
"annotation": {
|
|
4381
4453
|
"type": "keyword",
|
|
@@ -4383,93 +4455,164 @@
|
|
|
4383
4455
|
},
|
|
4384
4456
|
"optional": true,
|
|
4385
4457
|
"computed": false
|
|
4386
|
-
}
|
|
4458
|
+
}
|
|
4459
|
+
]
|
|
4460
|
+
},
|
|
4461
|
+
{
|
|
4462
|
+
"type": "interface",
|
|
4463
|
+
"name": "AIEmployee",
|
|
4464
|
+
"body": [
|
|
4387
4465
|
{
|
|
4388
4466
|
"type": "propertySignature",
|
|
4389
4467
|
"key": {
|
|
4390
4468
|
"type": "identifier",
|
|
4391
|
-
"name": "
|
|
4469
|
+
"name": "employeeId"
|
|
4392
4470
|
},
|
|
4393
4471
|
"annotation": {
|
|
4394
4472
|
"type": "keyword",
|
|
4395
4473
|
"value": "string"
|
|
4396
4474
|
},
|
|
4397
|
-
"optional": true,
|
|
4398
4475
|
"computed": false
|
|
4399
4476
|
},
|
|
4400
4477
|
{
|
|
4401
4478
|
"type": "propertySignature",
|
|
4402
4479
|
"key": {
|
|
4403
4480
|
"type": "identifier",
|
|
4404
|
-
"name": "
|
|
4481
|
+
"name": "name"
|
|
4405
4482
|
},
|
|
4406
4483
|
"annotation": {
|
|
4407
|
-
"type": "
|
|
4408
|
-
"
|
|
4409
|
-
"type": "reference",
|
|
4410
|
-
"typeName": {
|
|
4411
|
-
"type": "identifier",
|
|
4412
|
-
"name": "Command"
|
|
4413
|
-
}
|
|
4414
|
-
}
|
|
4484
|
+
"type": "keyword",
|
|
4485
|
+
"value": "string"
|
|
4415
4486
|
},
|
|
4416
|
-
"optional": true,
|
|
4417
4487
|
"computed": false
|
|
4418
|
-
}
|
|
4419
|
-
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
|
|
4488
|
+
}
|
|
4489
|
+
]
|
|
4490
|
+
},
|
|
4491
|
+
{
|
|
4492
|
+
"type": "interface",
|
|
4493
|
+
"name": "EditActivityDetail",
|
|
4494
|
+
"body": [
|
|
4495
|
+
{
|
|
4496
|
+
"type": "propertySignature",
|
|
4497
|
+
"key": {
|
|
4498
|
+
"type": "identifier",
|
|
4499
|
+
"name": "stage"
|
|
4424
4500
|
},
|
|
4425
4501
|
"annotation": {
|
|
4426
4502
|
"type": "reference",
|
|
4427
4503
|
"typeName": {
|
|
4428
4504
|
"type": "identifier",
|
|
4429
|
-
"name": "
|
|
4505
|
+
"name": "Stage"
|
|
4430
4506
|
}
|
|
4431
4507
|
},
|
|
4432
|
-
"optional": true,
|
|
4433
4508
|
"computed": false
|
|
4434
|
-
}
|
|
4435
|
-
]
|
|
4436
|
-
},
|
|
4437
|
-
{
|
|
4438
|
-
"type": "interface",
|
|
4439
|
-
"name": "ChatPayload",
|
|
4440
|
-
"body": [
|
|
4509
|
+
},
|
|
4441
4510
|
{
|
|
4442
4511
|
"type": "propertySignature",
|
|
4443
4512
|
"key": {
|
|
4444
4513
|
"type": "identifier",
|
|
4445
|
-
"name": "
|
|
4514
|
+
"name": "activity"
|
|
4515
|
+
},
|
|
4516
|
+
"annotation": {
|
|
4517
|
+
"type": "reference",
|
|
4518
|
+
"typeName": {
|
|
4519
|
+
"type": "identifier",
|
|
4520
|
+
"name": "FlowActivity"
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
4523
|
+
"computed": false
|
|
4524
|
+
},
|
|
4525
|
+
{
|
|
4526
|
+
"type": "propertySignature",
|
|
4527
|
+
"key": {
|
|
4528
|
+
"type": "identifier",
|
|
4529
|
+
"name": "activityIndex"
|
|
4446
4530
|
},
|
|
4447
4531
|
"annotation": {
|
|
4448
4532
|
"type": "keyword",
|
|
4449
|
-
"value": "
|
|
4533
|
+
"value": "number"
|
|
4450
4534
|
},
|
|
4451
4535
|
"computed": false
|
|
4452
4536
|
}
|
|
4453
|
-
]
|
|
4454
|
-
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4537
|
+
]
|
|
4538
|
+
}
|
|
4539
|
+
]
|
|
4540
|
+
},
|
|
4541
|
+
"ai-portal.running-flow": {
|
|
4542
|
+
"properties": [
|
|
4543
|
+
{
|
|
4544
|
+
"name": "spec",
|
|
4545
|
+
"annotation": {
|
|
4546
|
+
"type": "array",
|
|
4547
|
+
"elementType": {
|
|
4548
|
+
"type": "reference",
|
|
4549
|
+
"typeName": {
|
|
4458
4550
|
"type": "identifier",
|
|
4459
|
-
"name": "
|
|
4551
|
+
"name": "FlowStage"
|
|
4460
4552
|
}
|
|
4461
4553
|
}
|
|
4462
|
-
|
|
4554
|
+
}
|
|
4463
4555
|
},
|
|
4556
|
+
{
|
|
4557
|
+
"name": "activeActivityId",
|
|
4558
|
+
"annotation": {
|
|
4559
|
+
"type": "union",
|
|
4560
|
+
"types": [
|
|
4561
|
+
{
|
|
4562
|
+
"type": "keyword",
|
|
4563
|
+
"value": "string"
|
|
4564
|
+
},
|
|
4565
|
+
{
|
|
4566
|
+
"type": "keyword",
|
|
4567
|
+
"value": "null"
|
|
4568
|
+
}
|
|
4569
|
+
]
|
|
4570
|
+
}
|
|
4571
|
+
}
|
|
4572
|
+
],
|
|
4573
|
+
"events": [
|
|
4574
|
+
{
|
|
4575
|
+
"name": "active.change",
|
|
4576
|
+
"detail": {
|
|
4577
|
+
"annotation": {
|
|
4578
|
+
"type": "union",
|
|
4579
|
+
"types": [
|
|
4580
|
+
{
|
|
4581
|
+
"type": "keyword",
|
|
4582
|
+
"value": "string"
|
|
4583
|
+
},
|
|
4584
|
+
{
|
|
4585
|
+
"type": "keyword",
|
|
4586
|
+
"value": "null"
|
|
4587
|
+
}
|
|
4588
|
+
]
|
|
4589
|
+
}
|
|
4590
|
+
}
|
|
4591
|
+
}
|
|
4592
|
+
],
|
|
4593
|
+
"methods": [],
|
|
4594
|
+
"types": [
|
|
4464
4595
|
{
|
|
4465
4596
|
"type": "interface",
|
|
4466
|
-
"name": "
|
|
4597
|
+
"name": "FlowStage",
|
|
4467
4598
|
"body": [
|
|
4468
4599
|
{
|
|
4469
4600
|
"type": "propertySignature",
|
|
4470
4601
|
"key": {
|
|
4471
4602
|
"type": "identifier",
|
|
4472
|
-
"name": "
|
|
4603
|
+
"name": "name"
|
|
4604
|
+
},
|
|
4605
|
+
"annotation": {
|
|
4606
|
+
"type": "keyword",
|
|
4607
|
+
"value": "string"
|
|
4608
|
+
},
|
|
4609
|
+
"computed": false
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
"type": "propertySignature",
|
|
4613
|
+
"key": {
|
|
4614
|
+
"type": "identifier",
|
|
4615
|
+
"name": "serviceFlowActivities"
|
|
4473
4616
|
},
|
|
4474
4617
|
"annotation": {
|
|
4475
4618
|
"type": "array",
|
|
@@ -4477,18 +4620,49 @@
|
|
|
4477
4620
|
"type": "reference",
|
|
4478
4621
|
"typeName": {
|
|
4479
4622
|
"type": "identifier",
|
|
4480
|
-
"name": "
|
|
4623
|
+
"name": "FlowActivity"
|
|
4481
4624
|
}
|
|
4482
4625
|
}
|
|
4483
4626
|
},
|
|
4484
4627
|
"optional": true,
|
|
4485
4628
|
"computed": false
|
|
4629
|
+
}
|
|
4630
|
+
]
|
|
4631
|
+
},
|
|
4632
|
+
{
|
|
4633
|
+
"type": "interface",
|
|
4634
|
+
"name": "FlowActivity",
|
|
4635
|
+
"body": [
|
|
4636
|
+
{
|
|
4637
|
+
"type": "propertySignature",
|
|
4638
|
+
"key": {
|
|
4639
|
+
"type": "identifier",
|
|
4640
|
+
"name": "name"
|
|
4641
|
+
},
|
|
4642
|
+
"annotation": {
|
|
4643
|
+
"type": "keyword",
|
|
4644
|
+
"value": "string"
|
|
4645
|
+
},
|
|
4646
|
+
"computed": false
|
|
4647
|
+
},
|
|
4648
|
+
{
|
|
4649
|
+
"type": "propertySignature",
|
|
4650
|
+
"key": {
|
|
4651
|
+
"type": "identifier",
|
|
4652
|
+
"name": "taskId"
|
|
4653
|
+
},
|
|
4654
|
+
"annotation": {
|
|
4655
|
+
"type": "keyword",
|
|
4656
|
+
"value": "string"
|
|
4657
|
+
},
|
|
4658
|
+
"optional": true,
|
|
4659
|
+
"computed": false
|
|
4486
4660
|
},
|
|
4487
4661
|
{
|
|
4488
4662
|
"type": "propertySignature",
|
|
4489
4663
|
"key": {
|
|
4490
4664
|
"type": "identifier",
|
|
4491
|
-
"name": "
|
|
4665
|
+
"name": "state"
|
|
4492
4666
|
},
|
|
4493
4667
|
"annotation": {
|
|
4494
4668
|
"type": "union",
|
|
@@ -4497,12 +4671,15 @@
|
|
|
4497
4671
|
"type": "reference",
|
|
4498
4672
|
"typeName": {
|
|
4499
4673
|
"type": "identifier",
|
|
4500
|
-
"name": "
|
|
4674
|
+
"name": "TaskState"
|
|
4501
4675
|
}
|
|
4502
4676
|
},
|
|
4503
4677
|
{
|
|
4504
|
-
"type": "
|
|
4505
|
-
"
|
|
4678
|
+
"type": "reference",
|
|
4679
|
+
"typeName": {
|
|
4680
|
+
"type": "identifier",
|
|
4681
|
+
"name": "JobState"
|
|
4682
|
+
}
|
|
4506
4683
|
}
|
|
4507
4684
|
]
|
|
4508
4685
|
},
|
|
@@ -4513,257 +4690,163 @@
|
|
|
4513
4690
|
"type": "propertySignature",
|
|
4514
4691
|
"key": {
|
|
4515
4692
|
"type": "identifier",
|
|
4516
|
-
"name": "
|
|
4693
|
+
"name": "startTime"
|
|
4517
4694
|
},
|
|
4518
4695
|
"annotation": {
|
|
4519
|
-
"type": "
|
|
4520
|
-
"
|
|
4521
|
-
{
|
|
4522
|
-
"type": "keyword",
|
|
4523
|
-
"value": "string"
|
|
4524
|
-
},
|
|
4525
|
-
{
|
|
4526
|
-
"type": "keyword",
|
|
4527
|
-
"value": "null"
|
|
4528
|
-
}
|
|
4529
|
-
]
|
|
4696
|
+
"type": "keyword",
|
|
4697
|
+
"value": "number"
|
|
4530
4698
|
},
|
|
4531
4699
|
"optional": true,
|
|
4532
4700
|
"computed": false
|
|
4533
|
-
}
|
|
4534
|
-
]
|
|
4535
|
-
},
|
|
4536
|
-
{
|
|
4537
|
-
"type": "interface",
|
|
4538
|
-
"name": "UploadFileInfo",
|
|
4539
|
-
"body": [
|
|
4701
|
+
},
|
|
4540
4702
|
{
|
|
4541
4703
|
"type": "propertySignature",
|
|
4542
4704
|
"key": {
|
|
4543
4705
|
"type": "identifier",
|
|
4544
|
-
"name": "
|
|
4706
|
+
"name": "endTime"
|
|
4545
4707
|
},
|
|
4546
4708
|
"annotation": {
|
|
4547
4709
|
"type": "keyword",
|
|
4548
|
-
"value": "
|
|
4710
|
+
"value": "number"
|
|
4549
4711
|
},
|
|
4712
|
+
"optional": true,
|
|
4550
4713
|
"computed": false
|
|
4551
4714
|
}
|
|
4552
4715
|
]
|
|
4553
4716
|
}
|
|
4554
4717
|
]
|
|
4555
4718
|
},
|
|
4556
|
-
"ai-portal.
|
|
4719
|
+
"ai-portal.notice-dropdown": {
|
|
4557
4720
|
"properties": [
|
|
4558
4721
|
{
|
|
4559
|
-
"name": "
|
|
4722
|
+
"name": "dataSource",
|
|
4560
4723
|
"annotation": {
|
|
4561
|
-
"type": "
|
|
4562
|
-
"
|
|
4724
|
+
"type": "array",
|
|
4725
|
+
"elementType": {
|
|
4726
|
+
"type": "reference",
|
|
4727
|
+
"typeName": {
|
|
4728
|
+
"type": "identifier",
|
|
4729
|
+
"name": "NoticeItem"
|
|
4730
|
+
}
|
|
4731
|
+
}
|
|
4563
4732
|
}
|
|
4564
4733
|
},
|
|
4565
4734
|
{
|
|
4566
|
-
"name": "
|
|
4735
|
+
"name": "popoverPlacement",
|
|
4736
|
+
"annotation": {
|
|
4737
|
+
"type": "reference",
|
|
4738
|
+
"typeName": {
|
|
4739
|
+
"type": "identifier",
|
|
4740
|
+
"name": "Placement"
|
|
4741
|
+
}
|
|
4742
|
+
}
|
|
4743
|
+
},
|
|
4744
|
+
{
|
|
4745
|
+
"name": "emptyText",
|
|
4567
4746
|
"annotation": {
|
|
4568
4747
|
"type": "keyword",
|
|
4569
4748
|
"value": "string"
|
|
4570
4749
|
}
|
|
4571
4750
|
},
|
|
4572
4751
|
{
|
|
4573
|
-
"name": "
|
|
4752
|
+
"name": "notifyCenterUrl",
|
|
4574
4753
|
"annotation": {
|
|
4575
4754
|
"type": "keyword",
|
|
4576
4755
|
"value": "string"
|
|
4577
4756
|
}
|
|
4578
|
-
}
|
|
4579
|
-
],
|
|
4580
|
-
"events": [],
|
|
4581
|
-
"methods": []
|
|
4582
|
-
},
|
|
4583
|
-
"ai-portal.stage-flow": {
|
|
4584
|
-
"properties": [
|
|
4757
|
+
},
|
|
4585
4758
|
{
|
|
4586
|
-
"name": "
|
|
4759
|
+
"name": "urlTemplate",
|
|
4587
4760
|
"annotation": {
|
|
4588
|
-
"type": "
|
|
4589
|
-
"
|
|
4590
|
-
"type": "reference",
|
|
4591
|
-
"typeName": {
|
|
4592
|
-
"type": "identifier",
|
|
4593
|
-
"name": "Stage"
|
|
4594
|
-
}
|
|
4595
|
-
}
|
|
4761
|
+
"type": "keyword",
|
|
4762
|
+
"value": "string"
|
|
4596
4763
|
}
|
|
4597
4764
|
},
|
|
4598
4765
|
{
|
|
4599
|
-
"name": "
|
|
4766
|
+
"name": "urlTarget",
|
|
4600
4767
|
"annotation": {
|
|
4601
|
-
"type": "
|
|
4602
|
-
"
|
|
4603
|
-
"type": "
|
|
4604
|
-
"
|
|
4605
|
-
"type": "identifier",
|
|
4606
|
-
"name": "AIEmployee"
|
|
4607
|
-
}
|
|
4768
|
+
"type": "reference",
|
|
4769
|
+
"typeName": {
|
|
4770
|
+
"type": "identifier",
|
|
4771
|
+
"name": "Target"
|
|
4608
4772
|
}
|
|
4609
4773
|
}
|
|
4610
4774
|
},
|
|
4611
4775
|
{
|
|
4612
|
-
"name": "
|
|
4776
|
+
"name": "dropdownMaxWidth",
|
|
4613
4777
|
"annotation": {
|
|
4614
|
-
"type": "
|
|
4615
|
-
"
|
|
4778
|
+
"type": "union",
|
|
4779
|
+
"types": [
|
|
4780
|
+
{
|
|
4781
|
+
"type": "keyword",
|
|
4782
|
+
"value": "string"
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"type": "keyword",
|
|
4786
|
+
"value": "number"
|
|
4787
|
+
}
|
|
4788
|
+
]
|
|
4616
4789
|
}
|
|
4617
|
-
}
|
|
4618
|
-
],
|
|
4619
|
-
"events": [
|
|
4790
|
+
},
|
|
4620
4791
|
{
|
|
4621
|
-
"name": "
|
|
4622
|
-
"
|
|
4623
|
-
"
|
|
4624
|
-
|
|
4625
|
-
"
|
|
4626
|
-
|
|
4627
|
-
"
|
|
4628
|
-
|
|
4629
|
-
|
|
4630
|
-
|
|
4792
|
+
"name": "dropdownContentStyle",
|
|
4793
|
+
"annotation": {
|
|
4794
|
+
"type": "reference",
|
|
4795
|
+
"typeName": {
|
|
4796
|
+
"type": "qualifiedName",
|
|
4797
|
+
"left": {
|
|
4798
|
+
"type": "identifier",
|
|
4799
|
+
"name": "React"
|
|
4800
|
+
},
|
|
4801
|
+
"right": {
|
|
4802
|
+
"type": "identifier",
|
|
4803
|
+
"name": "CSSProperties"
|
|
4631
4804
|
}
|
|
4632
4805
|
}
|
|
4633
4806
|
}
|
|
4634
4807
|
},
|
|
4635
4808
|
{
|
|
4636
|
-
"name": "
|
|
4637
|
-
"
|
|
4638
|
-
"
|
|
4639
|
-
|
|
4640
|
-
"members": [
|
|
4641
|
-
{
|
|
4642
|
-
"type": "propertySignature",
|
|
4643
|
-
"key": {
|
|
4644
|
-
"type": "identifier",
|
|
4645
|
-
"name": "stage"
|
|
4646
|
-
},
|
|
4647
|
-
"annotation": {
|
|
4648
|
-
"type": "reference",
|
|
4649
|
-
"typeName": {
|
|
4650
|
-
"type": "identifier",
|
|
4651
|
-
"name": "Stage"
|
|
4652
|
-
}
|
|
4653
|
-
},
|
|
4654
|
-
"computed": false
|
|
4655
|
-
}
|
|
4656
|
-
]
|
|
4657
|
-
}
|
|
4809
|
+
"name": "hideNotifyCenterButton",
|
|
4810
|
+
"annotation": {
|
|
4811
|
+
"type": "keyword",
|
|
4812
|
+
"value": "boolean"
|
|
4658
4813
|
}
|
|
4659
|
-
}
|
|
4814
|
+
}
|
|
4815
|
+
],
|
|
4816
|
+
"events": [
|
|
4660
4817
|
{
|
|
4661
|
-
"name": "
|
|
4818
|
+
"name": "notice.click",
|
|
4662
4819
|
"detail": {
|
|
4663
4820
|
"annotation": {
|
|
4664
4821
|
"type": "reference",
|
|
4665
4822
|
"typeName": {
|
|
4666
4823
|
"type": "identifier",
|
|
4667
|
-
"name": "
|
|
4824
|
+
"name": "NoticeItem"
|
|
4668
4825
|
}
|
|
4669
4826
|
}
|
|
4670
4827
|
}
|
|
4671
|
-
}
|
|
4672
|
-
],
|
|
4673
|
-
"methods": [
|
|
4674
|
-
{
|
|
4675
|
-
"name": "addActivity",
|
|
4676
|
-
"params": [
|
|
4677
|
-
{
|
|
4678
|
-
"name": "stage",
|
|
4679
|
-
"annotation": {
|
|
4680
|
-
"type": "reference",
|
|
4681
|
-
"typeName": {
|
|
4682
|
-
"type": "identifier",
|
|
4683
|
-
"name": "Stage"
|
|
4684
|
-
}
|
|
4685
|
-
}
|
|
4686
|
-
},
|
|
4687
|
-
{
|
|
4688
|
-
"name": "activity",
|
|
4689
|
-
"annotation": {
|
|
4690
|
-
"type": "reference",
|
|
4691
|
-
"typeName": {
|
|
4692
|
-
"type": "identifier",
|
|
4693
|
-
"name": "FlowActivity"
|
|
4694
|
-
}
|
|
4695
|
-
}
|
|
4696
|
-
}
|
|
4697
|
-
],
|
|
4698
|
-
"returns": {}
|
|
4699
|
-
},
|
|
4700
|
-
{
|
|
4701
|
-
"name": "editActivity",
|
|
4702
|
-
"params": [
|
|
4703
|
-
{
|
|
4704
|
-
"name": "stage",
|
|
4705
|
-
"annotation": {
|
|
4706
|
-
"type": "reference",
|
|
4707
|
-
"typeName": {
|
|
4708
|
-
"type": "identifier",
|
|
4709
|
-
"name": "Stage"
|
|
4710
|
-
}
|
|
4711
|
-
}
|
|
4712
|
-
},
|
|
4713
|
-
{
|
|
4714
|
-
"name": "activity",
|
|
4715
|
-
"annotation": {
|
|
4716
|
-
"type": "reference",
|
|
4717
|
-
"typeName": {
|
|
4718
|
-
"type": "identifier",
|
|
4719
|
-
"name": "FlowActivity"
|
|
4720
|
-
}
|
|
4721
|
-
}
|
|
4722
|
-
},
|
|
4723
|
-
{
|
|
4724
|
-
"name": "activityIndex",
|
|
4725
|
-
"annotation": {
|
|
4726
|
-
"type": "keyword",
|
|
4727
|
-
"value": "number"
|
|
4728
|
-
}
|
|
4729
|
-
}
|
|
4730
|
-
],
|
|
4731
|
-
"returns": {}
|
|
4732
4828
|
},
|
|
4733
4829
|
{
|
|
4734
|
-
"name": "
|
|
4735
|
-
"
|
|
4736
|
-
{
|
|
4737
|
-
"
|
|
4738
|
-
"
|
|
4739
|
-
"type": "reference",
|
|
4740
|
-
"typeName": {
|
|
4741
|
-
"type": "identifier",
|
|
4742
|
-
"name": "Stage"
|
|
4743
|
-
}
|
|
4744
|
-
}
|
|
4745
|
-
},
|
|
4746
|
-
{
|
|
4747
|
-
"name": "activityIndex",
|
|
4748
|
-
"annotation": {
|
|
4749
|
-
"type": "keyword",
|
|
4750
|
-
"value": "number"
|
|
4751
|
-
}
|
|
4830
|
+
"name": "mark.all.read",
|
|
4831
|
+
"detail": {
|
|
4832
|
+
"annotation": {
|
|
4833
|
+
"type": "keyword",
|
|
4834
|
+
"value": "void"
|
|
4752
4835
|
}
|
|
4753
|
-
|
|
4754
|
-
"returns": {}
|
|
4836
|
+
}
|
|
4755
4837
|
}
|
|
4756
4838
|
],
|
|
4839
|
+
"methods": [],
|
|
4757
4840
|
"types": [
|
|
4758
4841
|
{
|
|
4759
4842
|
"type": "interface",
|
|
4760
|
-
"name": "
|
|
4843
|
+
"name": "NoticeItem",
|
|
4761
4844
|
"body": [
|
|
4762
4845
|
{
|
|
4763
4846
|
"type": "propertySignature",
|
|
4764
4847
|
"key": {
|
|
4765
4848
|
"type": "identifier",
|
|
4766
|
-
"name": "
|
|
4849
|
+
"name": "id"
|
|
4767
4850
|
},
|
|
4768
4851
|
"annotation": {
|
|
4769
4852
|
"type": "keyword",
|
|
@@ -4775,36 +4858,23 @@
|
|
|
4775
4858
|
"type": "propertySignature",
|
|
4776
4859
|
"key": {
|
|
4777
4860
|
"type": "identifier",
|
|
4778
|
-
"name": "
|
|
4861
|
+
"name": "type"
|
|
4779
4862
|
},
|
|
4780
4863
|
"annotation": {
|
|
4781
|
-
"type": "
|
|
4782
|
-
"
|
|
4783
|
-
"type": "reference",
|
|
4784
|
-
"typeName": {
|
|
4785
|
-
"type": "identifier",
|
|
4786
|
-
"name": "FlowActivity"
|
|
4787
|
-
}
|
|
4788
|
-
}
|
|
4864
|
+
"type": "keyword",
|
|
4865
|
+
"value": "string"
|
|
4789
4866
|
},
|
|
4790
|
-
"optional": true,
|
|
4791
4867
|
"computed": false
|
|
4792
|
-
}
|
|
4793
|
-
]
|
|
4794
|
-
},
|
|
4795
|
-
{
|
|
4796
|
-
"type": "interface",
|
|
4797
|
-
"name": "FlowActivity",
|
|
4798
|
-
"body": [
|
|
4868
|
+
},
|
|
4799
4869
|
{
|
|
4800
4870
|
"type": "propertySignature",
|
|
4801
4871
|
"key": {
|
|
4802
4872
|
"type": "identifier",
|
|
4803
|
-
"name": "
|
|
4873
|
+
"name": "isRead"
|
|
4804
4874
|
},
|
|
4805
4875
|
"annotation": {
|
|
4806
4876
|
"type": "keyword",
|
|
4807
|
-
"value": "
|
|
4877
|
+
"value": "boolean"
|
|
4808
4878
|
},
|
|
4809
4879
|
"computed": false
|
|
4810
4880
|
},
|
|
@@ -4812,20 +4882,19 @@
|
|
|
4812
4882
|
"type": "propertySignature",
|
|
4813
4883
|
"key": {
|
|
4814
4884
|
"type": "identifier",
|
|
4815
|
-
"name": "
|
|
4885
|
+
"name": "title"
|
|
4816
4886
|
},
|
|
4817
4887
|
"annotation": {
|
|
4818
4888
|
"type": "keyword",
|
|
4819
4889
|
"value": "string"
|
|
4820
4890
|
},
|
|
4821
|
-
"optional": true,
|
|
4822
4891
|
"computed": false
|
|
4823
4892
|
},
|
|
4824
4893
|
{
|
|
4825
4894
|
"type": "propertySignature",
|
|
4826
4895
|
"key": {
|
|
4827
4896
|
"type": "identifier",
|
|
4828
|
-
"name": "
|
|
4897
|
+
"name": "description"
|
|
4829
4898
|
},
|
|
4830
4899
|
"annotation": {
|
|
4831
4900
|
"type": "keyword",
|
|
@@ -4838,205 +4907,46 @@
|
|
|
4838
4907
|
"type": "propertySignature",
|
|
4839
4908
|
"key": {
|
|
4840
4909
|
"type": "identifier",
|
|
4841
|
-
"name": "
|
|
4910
|
+
"name": "time"
|
|
4842
4911
|
},
|
|
4843
4912
|
"annotation": {
|
|
4844
4913
|
"type": "keyword",
|
|
4845
|
-
"value": "
|
|
4914
|
+
"value": "number"
|
|
4846
4915
|
},
|
|
4847
|
-
"optional": true,
|
|
4848
4916
|
"computed": false
|
|
4849
4917
|
},
|
|
4850
4918
|
{
|
|
4851
4919
|
"type": "propertySignature",
|
|
4852
4920
|
"key": {
|
|
4853
4921
|
"type": "identifier",
|
|
4854
|
-
"name": "
|
|
4922
|
+
"name": "url"
|
|
4855
4923
|
},
|
|
4856
4924
|
"annotation": {
|
|
4857
4925
|
"type": "keyword",
|
|
4858
4926
|
"value": "string"
|
|
4859
4927
|
},
|
|
4860
4928
|
"optional": true,
|
|
4861
|
-
"computed": false
|
|
4929
|
+
"computed": false,
|
|
4930
|
+
"description": "单个消息详情链接,优先级高于 urlTemplate"
|
|
4862
4931
|
}
|
|
4863
4932
|
]
|
|
4864
|
-
}
|
|
4933
|
+
}
|
|
4934
|
+
]
|
|
4935
|
+
},
|
|
4936
|
+
"ai-portal.notice-list": {
|
|
4937
|
+
"properties": [
|
|
4865
4938
|
{
|
|
4866
|
-
"
|
|
4867
|
-
"
|
|
4868
|
-
|
|
4869
|
-
{
|
|
4870
|
-
"type": "
|
|
4871
|
-
"
|
|
4872
|
-
"type": "identifier",
|
|
4873
|
-
"name": "employeeId"
|
|
4874
|
-
},
|
|
4875
|
-
"annotation": {
|
|
4876
|
-
"type": "keyword",
|
|
4877
|
-
"value": "string"
|
|
4878
|
-
},
|
|
4879
|
-
"computed": false
|
|
4880
|
-
},
|
|
4881
|
-
{
|
|
4882
|
-
"type": "propertySignature",
|
|
4883
|
-
"key": {
|
|
4939
|
+
"name": "dataSource",
|
|
4940
|
+
"annotation": {
|
|
4941
|
+
"type": "array",
|
|
4942
|
+
"elementType": {
|
|
4943
|
+
"type": "reference",
|
|
4944
|
+
"typeName": {
|
|
4884
4945
|
"type": "identifier",
|
|
4885
|
-
"name": "
|
|
4886
|
-
}
|
|
4887
|
-
"annotation": {
|
|
4888
|
-
"type": "keyword",
|
|
4889
|
-
"value": "string"
|
|
4890
|
-
},
|
|
4891
|
-
"computed": false
|
|
4946
|
+
"name": "NoticeItem"
|
|
4947
|
+
}
|
|
4892
4948
|
}
|
|
4893
|
-
|
|
4894
|
-
},
|
|
4895
|
-
{
|
|
4896
|
-
"type": "interface",
|
|
4897
|
-
"name": "EditActivityDetail",
|
|
4898
|
-
"body": [
|
|
4899
|
-
{
|
|
4900
|
-
"type": "propertySignature",
|
|
4901
|
-
"key": {
|
|
4902
|
-
"type": "identifier",
|
|
4903
|
-
"name": "stage"
|
|
4904
|
-
},
|
|
4905
|
-
"annotation": {
|
|
4906
|
-
"type": "reference",
|
|
4907
|
-
"typeName": {
|
|
4908
|
-
"type": "identifier",
|
|
4909
|
-
"name": "Stage"
|
|
4910
|
-
}
|
|
4911
|
-
},
|
|
4912
|
-
"computed": false
|
|
4913
|
-
},
|
|
4914
|
-
{
|
|
4915
|
-
"type": "propertySignature",
|
|
4916
|
-
"key": {
|
|
4917
|
-
"type": "identifier",
|
|
4918
|
-
"name": "activity"
|
|
4919
|
-
},
|
|
4920
|
-
"annotation": {
|
|
4921
|
-
"type": "reference",
|
|
4922
|
-
"typeName": {
|
|
4923
|
-
"type": "identifier",
|
|
4924
|
-
"name": "FlowActivity"
|
|
4925
|
-
}
|
|
4926
|
-
},
|
|
4927
|
-
"computed": false
|
|
4928
|
-
},
|
|
4929
|
-
{
|
|
4930
|
-
"type": "propertySignature",
|
|
4931
|
-
"key": {
|
|
4932
|
-
"type": "identifier",
|
|
4933
|
-
"name": "activityIndex"
|
|
4934
|
-
},
|
|
4935
|
-
"annotation": {
|
|
4936
|
-
"type": "keyword",
|
|
4937
|
-
"value": "number"
|
|
4938
|
-
},
|
|
4939
|
-
"computed": false
|
|
4940
|
-
}
|
|
4941
|
-
]
|
|
4942
|
-
}
|
|
4943
|
-
]
|
|
4944
|
-
},
|
|
4945
|
-
"ai-portal.flow-tabs": {
|
|
4946
|
-
"properties": [
|
|
4947
|
-
{
|
|
4948
|
-
"name": "tabs",
|
|
4949
|
-
"annotation": {
|
|
4950
|
-
"type": "array",
|
|
4951
|
-
"elementType": {
|
|
4952
|
-
"type": "reference",
|
|
4953
|
-
"typeName": {
|
|
4954
|
-
"type": "identifier",
|
|
4955
|
-
"name": "Tab"
|
|
4956
|
-
}
|
|
4957
|
-
}
|
|
4958
|
-
}
|
|
4959
|
-
},
|
|
4960
|
-
{
|
|
4961
|
-
"name": "activeTab",
|
|
4962
|
-
"annotation": {
|
|
4963
|
-
"type": "keyword",
|
|
4964
|
-
"value": "string"
|
|
4965
|
-
}
|
|
4966
|
-
}
|
|
4967
|
-
],
|
|
4968
|
-
"events": [
|
|
4969
|
-
{
|
|
4970
|
-
"name": "tab.click",
|
|
4971
|
-
"detail": {
|
|
4972
|
-
"annotation": {
|
|
4973
|
-
"type": "reference",
|
|
4974
|
-
"typeName": {
|
|
4975
|
-
"type": "identifier",
|
|
4976
|
-
"name": "Tab"
|
|
4977
|
-
}
|
|
4978
|
-
}
|
|
4979
|
-
}
|
|
4980
|
-
}
|
|
4981
|
-
],
|
|
4982
|
-
"methods": [],
|
|
4983
|
-
"types": [
|
|
4984
|
-
{
|
|
4985
|
-
"type": "interface",
|
|
4986
|
-
"name": "Tab",
|
|
4987
|
-
"body": [
|
|
4988
|
-
{
|
|
4989
|
-
"type": "propertySignature",
|
|
4990
|
-
"key": {
|
|
4991
|
-
"type": "identifier",
|
|
4992
|
-
"name": "id"
|
|
4993
|
-
},
|
|
4994
|
-
"annotation": {
|
|
4995
|
-
"type": "keyword",
|
|
4996
|
-
"value": "string"
|
|
4997
|
-
},
|
|
4998
|
-
"computed": false
|
|
4999
|
-
},
|
|
5000
|
-
{
|
|
5001
|
-
"type": "propertySignature",
|
|
5002
|
-
"key": {
|
|
5003
|
-
"type": "identifier",
|
|
5004
|
-
"name": "label"
|
|
5005
|
-
},
|
|
5006
|
-
"annotation": {
|
|
5007
|
-
"type": "keyword",
|
|
5008
|
-
"value": "string"
|
|
5009
|
-
},
|
|
5010
|
-
"computed": false
|
|
5011
|
-
}
|
|
5012
|
-
]
|
|
5013
|
-
}
|
|
5014
|
-
]
|
|
5015
|
-
},
|
|
5016
|
-
"ai-portal.notice-dropdown": {
|
|
5017
|
-
"properties": [
|
|
5018
|
-
{
|
|
5019
|
-
"name": "dataSource",
|
|
5020
|
-
"annotation": {
|
|
5021
|
-
"type": "array",
|
|
5022
|
-
"elementType": {
|
|
5023
|
-
"type": "reference",
|
|
5024
|
-
"typeName": {
|
|
5025
|
-
"type": "identifier",
|
|
5026
|
-
"name": "NoticeItem"
|
|
5027
|
-
}
|
|
5028
|
-
}
|
|
5029
|
-
}
|
|
5030
|
-
},
|
|
5031
|
-
{
|
|
5032
|
-
"name": "popoverPlacement",
|
|
5033
|
-
"annotation": {
|
|
5034
|
-
"type": "reference",
|
|
5035
|
-
"typeName": {
|
|
5036
|
-
"type": "identifier",
|
|
5037
|
-
"name": "Placement"
|
|
5038
|
-
}
|
|
5039
|
-
}
|
|
4949
|
+
}
|
|
5040
4950
|
},
|
|
5041
4951
|
{
|
|
5042
4952
|
"name": "emptyText",
|
|
@@ -5045,13 +4955,6 @@
|
|
|
5045
4955
|
"value": "string"
|
|
5046
4956
|
}
|
|
5047
4957
|
},
|
|
5048
|
-
{
|
|
5049
|
-
"name": "notifyCenterUrl",
|
|
5050
|
-
"annotation": {
|
|
5051
|
-
"type": "keyword",
|
|
5052
|
-
"value": "string"
|
|
5053
|
-
}
|
|
5054
|
-
},
|
|
5055
4958
|
{
|
|
5056
4959
|
"name": "urlTemplate",
|
|
5057
4960
|
"annotation": {
|
|
@@ -5070,44 +4973,14 @@
|
|
|
5070
4973
|
}
|
|
5071
4974
|
},
|
|
5072
4975
|
{
|
|
5073
|
-
"name": "
|
|
5074
|
-
"annotation": {
|
|
5075
|
-
"type": "union",
|
|
5076
|
-
"types": [
|
|
5077
|
-
{
|
|
5078
|
-
"type": "keyword",
|
|
5079
|
-
"value": "string"
|
|
5080
|
-
},
|
|
5081
|
-
{
|
|
5082
|
-
"type": "keyword",
|
|
5083
|
-
"value": "number"
|
|
5084
|
-
}
|
|
5085
|
-
]
|
|
5086
|
-
}
|
|
5087
|
-
},
|
|
5088
|
-
{
|
|
5089
|
-
"name": "dropdownContentStyle",
|
|
4976
|
+
"name": "selectedIds",
|
|
5090
4977
|
"annotation": {
|
|
5091
|
-
"type": "
|
|
5092
|
-
"
|
|
5093
|
-
"type": "
|
|
5094
|
-
"
|
|
5095
|
-
"type": "identifier",
|
|
5096
|
-
"name": "React"
|
|
5097
|
-
},
|
|
5098
|
-
"right": {
|
|
5099
|
-
"type": "identifier",
|
|
5100
|
-
"name": "CSSProperties"
|
|
5101
|
-
}
|
|
4978
|
+
"type": "array",
|
|
4979
|
+
"elementType": {
|
|
4980
|
+
"type": "keyword",
|
|
4981
|
+
"value": "string"
|
|
5102
4982
|
}
|
|
5103
4983
|
}
|
|
5104
|
-
},
|
|
5105
|
-
{
|
|
5106
|
-
"name": "hideNotifyCenterButton",
|
|
5107
|
-
"annotation": {
|
|
5108
|
-
"type": "keyword",
|
|
5109
|
-
"value": "boolean"
|
|
5110
|
-
}
|
|
5111
4984
|
}
|
|
5112
4985
|
],
|
|
5113
4986
|
"events": [
|
|
@@ -5123,6 +4996,21 @@
|
|
|
5123
4996
|
}
|
|
5124
4997
|
}
|
|
5125
4998
|
},
|
|
4999
|
+
{
|
|
5000
|
+
"name": "mark.items.read",
|
|
5001
|
+
"detail": {
|
|
5002
|
+
"annotation": {
|
|
5003
|
+
"type": "array",
|
|
5004
|
+
"elementType": {
|
|
5005
|
+
"type": "reference",
|
|
5006
|
+
"typeName": {
|
|
5007
|
+
"type": "identifier",
|
|
5008
|
+
"name": "NoticeItem"
|
|
5009
|
+
}
|
|
5010
|
+
}
|
|
5011
|
+
}
|
|
5012
|
+
}
|
|
5013
|
+
},
|
|
5126
5014
|
{
|
|
5127
5015
|
"name": "mark.all.read",
|
|
5128
5016
|
"detail": {
|
|
@@ -5230,86 +5118,120 @@
|
|
|
5230
5118
|
}
|
|
5231
5119
|
]
|
|
5232
5120
|
},
|
|
5233
|
-
"ai-portal.
|
|
5121
|
+
"ai-portal.chat-input": {
|
|
5234
5122
|
"properties": [
|
|
5235
5123
|
{
|
|
5236
|
-
"name": "
|
|
5124
|
+
"name": "placeholder",
|
|
5237
5125
|
"annotation": {
|
|
5238
|
-
"type": "
|
|
5239
|
-
"
|
|
5240
|
-
"type": "reference",
|
|
5241
|
-
"typeName": {
|
|
5242
|
-
"type": "identifier",
|
|
5243
|
-
"name": "NoticeItem"
|
|
5244
|
-
}
|
|
5245
|
-
}
|
|
5126
|
+
"type": "keyword",
|
|
5127
|
+
"value": "string"
|
|
5246
5128
|
}
|
|
5247
5129
|
},
|
|
5248
5130
|
{
|
|
5249
|
-
"name": "
|
|
5131
|
+
"name": "autoFocus",
|
|
5250
5132
|
"annotation": {
|
|
5251
5133
|
"type": "keyword",
|
|
5252
|
-
"value": "
|
|
5134
|
+
"value": "boolean"
|
|
5253
5135
|
}
|
|
5254
5136
|
},
|
|
5255
5137
|
{
|
|
5256
|
-
"name": "
|
|
5138
|
+
"name": "submitDisabled",
|
|
5257
5139
|
"annotation": {
|
|
5258
5140
|
"type": "keyword",
|
|
5259
|
-
"value": "
|
|
5141
|
+
"value": "boolean"
|
|
5260
5142
|
}
|
|
5261
5143
|
},
|
|
5262
5144
|
{
|
|
5263
|
-
"name": "
|
|
5145
|
+
"name": "supportsTerminate",
|
|
5146
|
+
"annotation": {
|
|
5147
|
+
"type": "keyword",
|
|
5148
|
+
"value": "boolean"
|
|
5149
|
+
}
|
|
5150
|
+
},
|
|
5151
|
+
{
|
|
5152
|
+
"name": "terminating",
|
|
5153
|
+
"annotation": {
|
|
5154
|
+
"type": "keyword",
|
|
5155
|
+
"value": "boolean"
|
|
5156
|
+
}
|
|
5157
|
+
},
|
|
5158
|
+
{
|
|
5159
|
+
"name": "uploadOptions",
|
|
5264
5160
|
"annotation": {
|
|
5265
5161
|
"type": "reference",
|
|
5266
5162
|
"typeName": {
|
|
5267
5163
|
"type": "identifier",
|
|
5268
|
-
"name": "
|
|
5164
|
+
"name": "UploadOptions"
|
|
5269
5165
|
}
|
|
5270
5166
|
}
|
|
5271
5167
|
},
|
|
5272
5168
|
{
|
|
5273
|
-
"name": "
|
|
5169
|
+
"name": "aiEmployees",
|
|
5274
5170
|
"annotation": {
|
|
5275
5171
|
"type": "array",
|
|
5276
5172
|
"elementType": {
|
|
5277
|
-
"type": "keyword",
|
|
5278
|
-
"value": "string"
|
|
5279
|
-
}
|
|
5280
|
-
}
|
|
5281
|
-
}
|
|
5282
|
-
],
|
|
5283
|
-
"events": [
|
|
5284
|
-
{
|
|
5285
|
-
"name": "notice.click",
|
|
5286
|
-
"detail": {
|
|
5287
|
-
"annotation": {
|
|
5288
5173
|
"type": "reference",
|
|
5289
5174
|
"typeName": {
|
|
5290
5175
|
"type": "identifier",
|
|
5291
|
-
"name": "
|
|
5176
|
+
"name": "AIEmployee"
|
|
5292
5177
|
}
|
|
5293
5178
|
}
|
|
5294
5179
|
}
|
|
5295
5180
|
},
|
|
5296
5181
|
{
|
|
5297
|
-
"name": "
|
|
5298
|
-
"
|
|
5299
|
-
"
|
|
5300
|
-
|
|
5301
|
-
"
|
|
5302
|
-
|
|
5303
|
-
"
|
|
5304
|
-
|
|
5305
|
-
"name": "NoticeItem"
|
|
5306
|
-
}
|
|
5182
|
+
"name": "commands",
|
|
5183
|
+
"annotation": {
|
|
5184
|
+
"type": "array",
|
|
5185
|
+
"elementType": {
|
|
5186
|
+
"type": "reference",
|
|
5187
|
+
"typeName": {
|
|
5188
|
+
"type": "identifier",
|
|
5189
|
+
"name": "Command"
|
|
5307
5190
|
}
|
|
5308
5191
|
}
|
|
5309
5192
|
}
|
|
5310
5193
|
},
|
|
5311
5194
|
{
|
|
5312
|
-
"name": "
|
|
5195
|
+
"name": "suggestionsPlacement",
|
|
5196
|
+
"annotation": {
|
|
5197
|
+
"type": "union",
|
|
5198
|
+
"types": [
|
|
5199
|
+
{
|
|
5200
|
+
"type": "jsLiteral",
|
|
5201
|
+
"value": "top"
|
|
5202
|
+
},
|
|
5203
|
+
{
|
|
5204
|
+
"type": "jsLiteral",
|
|
5205
|
+
"value": "bottom"
|
|
5206
|
+
}
|
|
5207
|
+
]
|
|
5208
|
+
}
|
|
5209
|
+
}
|
|
5210
|
+
],
|
|
5211
|
+
"events": [
|
|
5212
|
+
{
|
|
5213
|
+
"name": "message.submit",
|
|
5214
|
+
"detail": {
|
|
5215
|
+
"annotation": {
|
|
5216
|
+
"type": "keyword",
|
|
5217
|
+
"value": "string"
|
|
5218
|
+
}
|
|
5219
|
+
}
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"name": "chat.submit",
|
|
5223
|
+
"detail": {
|
|
5224
|
+
"annotation": {
|
|
5225
|
+
"type": "reference",
|
|
5226
|
+
"typeName": {
|
|
5227
|
+
"type": "identifier",
|
|
5228
|
+
"name": "ChatPayload"
|
|
5229
|
+
}
|
|
5230
|
+
}
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"name": "terminate",
|
|
5313
5235
|
"detail": {
|
|
5314
5236
|
"annotation": {
|
|
5315
5237
|
"type": "keyword",
|
|
@@ -5322,65 +5244,69 @@
|
|
|
5322
5244
|
"types": [
|
|
5323
5245
|
{
|
|
5324
5246
|
"type": "interface",
|
|
5325
|
-
"name": "
|
|
5247
|
+
"name": "UploadOptions",
|
|
5326
5248
|
"body": [
|
|
5327
5249
|
{
|
|
5328
5250
|
"type": "propertySignature",
|
|
5329
5251
|
"key": {
|
|
5330
5252
|
"type": "identifier",
|
|
5331
|
-
"name": "
|
|
5253
|
+
"name": "enabled"
|
|
5332
5254
|
},
|
|
5333
5255
|
"annotation": {
|
|
5334
5256
|
"type": "keyword",
|
|
5335
|
-
"value": "
|
|
5257
|
+
"value": "boolean"
|
|
5336
5258
|
},
|
|
5259
|
+
"optional": true,
|
|
5337
5260
|
"computed": false
|
|
5338
5261
|
},
|
|
5339
5262
|
{
|
|
5340
5263
|
"type": "propertySignature",
|
|
5341
5264
|
"key": {
|
|
5342
5265
|
"type": "identifier",
|
|
5343
|
-
"name": "
|
|
5266
|
+
"name": "dragDisabled"
|
|
5344
5267
|
},
|
|
5345
5268
|
"annotation": {
|
|
5346
5269
|
"type": "keyword",
|
|
5347
|
-
"value": "
|
|
5270
|
+
"value": "boolean"
|
|
5348
5271
|
},
|
|
5272
|
+
"optional": true,
|
|
5349
5273
|
"computed": false
|
|
5350
5274
|
},
|
|
5351
5275
|
{
|
|
5352
5276
|
"type": "propertySignature",
|
|
5353
5277
|
"key": {
|
|
5354
5278
|
"type": "identifier",
|
|
5355
|
-
"name": "
|
|
5279
|
+
"name": "dragTips"
|
|
5356
5280
|
},
|
|
5357
5281
|
"annotation": {
|
|
5358
5282
|
"type": "keyword",
|
|
5359
|
-
"value": "
|
|
5283
|
+
"value": "string"
|
|
5360
5284
|
},
|
|
5285
|
+
"optional": true,
|
|
5361
5286
|
"computed": false
|
|
5362
5287
|
},
|
|
5363
5288
|
{
|
|
5364
5289
|
"type": "propertySignature",
|
|
5365
5290
|
"key": {
|
|
5366
5291
|
"type": "identifier",
|
|
5367
|
-
"name": "
|
|
5292
|
+
"name": "accept"
|
|
5368
5293
|
},
|
|
5369
5294
|
"annotation": {
|
|
5370
5295
|
"type": "keyword",
|
|
5371
5296
|
"value": "string"
|
|
5372
5297
|
},
|
|
5298
|
+
"optional": true,
|
|
5373
5299
|
"computed": false
|
|
5374
5300
|
},
|
|
5375
5301
|
{
|
|
5376
5302
|
"type": "propertySignature",
|
|
5377
5303
|
"key": {
|
|
5378
5304
|
"type": "identifier",
|
|
5379
|
-
"name": "
|
|
5305
|
+
"name": "maxFiles"
|
|
5380
5306
|
},
|
|
5381
5307
|
"annotation": {
|
|
5382
5308
|
"type": "keyword",
|
|
5383
|
-
"value": "
|
|
5309
|
+
"value": "number"
|
|
5384
5310
|
},
|
|
5385
5311
|
"optional": true,
|
|
5386
5312
|
"computed": false
|
|
@@ -5389,95 +5315,53 @@
|
|
|
5389
5315
|
"type": "propertySignature",
|
|
5390
5316
|
"key": {
|
|
5391
5317
|
"type": "identifier",
|
|
5392
|
-
"name": "
|
|
5318
|
+
"name": "maxSize"
|
|
5393
5319
|
},
|
|
5394
5320
|
"annotation": {
|
|
5395
5321
|
"type": "keyword",
|
|
5396
5322
|
"value": "number"
|
|
5397
5323
|
},
|
|
5398
|
-
"
|
|
5324
|
+
"optional": true,
|
|
5325
|
+
"computed": false,
|
|
5326
|
+
"description": "In bytes"
|
|
5399
5327
|
},
|
|
5400
5328
|
{
|
|
5401
5329
|
"type": "propertySignature",
|
|
5402
5330
|
"key": {
|
|
5403
5331
|
"type": "identifier",
|
|
5404
|
-
"name": "
|
|
5332
|
+
"name": "readableAccept"
|
|
5405
5333
|
},
|
|
5406
5334
|
"annotation": {
|
|
5407
5335
|
"type": "keyword",
|
|
5408
5336
|
"value": "string"
|
|
5409
5337
|
},
|
|
5410
5338
|
"optional": true,
|
|
5411
|
-
"computed": false
|
|
5412
|
-
|
|
5413
|
-
|
|
5414
|
-
|
|
5415
|
-
|
|
5416
|
-
]
|
|
5417
|
-
},
|
|
5418
|
-
"ai-portal.running-flow": {
|
|
5419
|
-
"properties": [
|
|
5420
|
-
{
|
|
5421
|
-
"name": "spec",
|
|
5422
|
-
"annotation": {
|
|
5423
|
-
"type": "array",
|
|
5424
|
-
"elementType": {
|
|
5425
|
-
"type": "reference",
|
|
5426
|
-
"typeName": {
|
|
5339
|
+
"computed": false
|
|
5340
|
+
},
|
|
5341
|
+
{
|
|
5342
|
+
"type": "propertySignature",
|
|
5343
|
+
"key": {
|
|
5427
5344
|
"type": "identifier",
|
|
5428
|
-
"name": "
|
|
5429
|
-
}
|
|
5430
|
-
|
|
5431
|
-
}
|
|
5432
|
-
},
|
|
5433
|
-
{
|
|
5434
|
-
"name": "activeActivityId",
|
|
5435
|
-
"annotation": {
|
|
5436
|
-
"type": "union",
|
|
5437
|
-
"types": [
|
|
5438
|
-
{
|
|
5345
|
+
"name": "readableMaxSize"
|
|
5346
|
+
},
|
|
5347
|
+
"annotation": {
|
|
5439
5348
|
"type": "keyword",
|
|
5440
5349
|
"value": "string"
|
|
5441
5350
|
},
|
|
5442
|
-
|
|
5443
|
-
|
|
5444
|
-
"value": "null"
|
|
5445
|
-
}
|
|
5446
|
-
]
|
|
5447
|
-
}
|
|
5448
|
-
}
|
|
5449
|
-
],
|
|
5450
|
-
"events": [
|
|
5451
|
-
{
|
|
5452
|
-
"name": "active.change",
|
|
5453
|
-
"detail": {
|
|
5454
|
-
"annotation": {
|
|
5455
|
-
"type": "union",
|
|
5456
|
-
"types": [
|
|
5457
|
-
{
|
|
5458
|
-
"type": "keyword",
|
|
5459
|
-
"value": "string"
|
|
5460
|
-
},
|
|
5461
|
-
{
|
|
5462
|
-
"type": "keyword",
|
|
5463
|
-
"value": "null"
|
|
5464
|
-
}
|
|
5465
|
-
]
|
|
5351
|
+
"optional": true,
|
|
5352
|
+
"computed": false
|
|
5466
5353
|
}
|
|
5467
|
-
|
|
5468
|
-
}
|
|
5469
|
-
],
|
|
5470
|
-
"methods": [],
|
|
5471
|
-
"types": [
|
|
5354
|
+
]
|
|
5355
|
+
},
|
|
5472
5356
|
{
|
|
5473
5357
|
"type": "interface",
|
|
5474
|
-
"name": "
|
|
5358
|
+
"name": "AIEmployee",
|
|
5475
5359
|
"body": [
|
|
5476
5360
|
{
|
|
5477
5361
|
"type": "propertySignature",
|
|
5478
5362
|
"key": {
|
|
5479
5363
|
"type": "identifier",
|
|
5480
|
-
"name": "
|
|
5364
|
+
"name": "employeeId"
|
|
5481
5365
|
},
|
|
5482
5366
|
"annotation": {
|
|
5483
5367
|
"type": "keyword",
|
|
@@ -5489,32 +5373,25 @@
|
|
|
5489
5373
|
"type": "propertySignature",
|
|
5490
5374
|
"key": {
|
|
5491
5375
|
"type": "identifier",
|
|
5492
|
-
"name": "
|
|
5376
|
+
"name": "name"
|
|
5493
5377
|
},
|
|
5494
5378
|
"annotation": {
|
|
5495
|
-
"type": "
|
|
5496
|
-
"
|
|
5497
|
-
"type": "reference",
|
|
5498
|
-
"typeName": {
|
|
5499
|
-
"type": "identifier",
|
|
5500
|
-
"name": "FlowActivity"
|
|
5501
|
-
}
|
|
5502
|
-
}
|
|
5379
|
+
"type": "keyword",
|
|
5380
|
+
"value": "string"
|
|
5503
5381
|
},
|
|
5504
|
-
"optional": true,
|
|
5505
5382
|
"computed": false
|
|
5506
5383
|
}
|
|
5507
5384
|
]
|
|
5508
5385
|
},
|
|
5509
5386
|
{
|
|
5510
5387
|
"type": "interface",
|
|
5511
|
-
"name": "
|
|
5388
|
+
"name": "Command",
|
|
5512
5389
|
"body": [
|
|
5513
5390
|
{
|
|
5514
5391
|
"type": "propertySignature",
|
|
5515
5392
|
"key": {
|
|
5516
5393
|
"type": "identifier",
|
|
5517
|
-
"name": "
|
|
5394
|
+
"name": "label"
|
|
5518
5395
|
},
|
|
5519
5396
|
"annotation": {
|
|
5520
5397
|
"type": "keyword",
|
|
@@ -5526,39 +5403,23 @@
|
|
|
5526
5403
|
"type": "propertySignature",
|
|
5527
5404
|
"key": {
|
|
5528
5405
|
"type": "identifier",
|
|
5529
|
-
"name": "
|
|
5406
|
+
"name": "value"
|
|
5530
5407
|
},
|
|
5531
5408
|
"annotation": {
|
|
5532
5409
|
"type": "keyword",
|
|
5533
5410
|
"value": "string"
|
|
5534
5411
|
},
|
|
5535
|
-
"optional": true,
|
|
5536
5412
|
"computed": false
|
|
5537
5413
|
},
|
|
5538
5414
|
{
|
|
5539
5415
|
"type": "propertySignature",
|
|
5540
5416
|
"key": {
|
|
5541
5417
|
"type": "identifier",
|
|
5542
|
-
"name": "
|
|
5418
|
+
"name": "groupKey"
|
|
5543
5419
|
},
|
|
5544
5420
|
"annotation": {
|
|
5545
|
-
"type": "
|
|
5546
|
-
"
|
|
5547
|
-
{
|
|
5548
|
-
"type": "reference",
|
|
5549
|
-
"typeName": {
|
|
5550
|
-
"type": "identifier",
|
|
5551
|
-
"name": "TaskState"
|
|
5552
|
-
}
|
|
5553
|
-
},
|
|
5554
|
-
{
|
|
5555
|
-
"type": "reference",
|
|
5556
|
-
"typeName": {
|
|
5557
|
-
"type": "identifier",
|
|
5558
|
-
"name": "JobState"
|
|
5559
|
-
}
|
|
5560
|
-
}
|
|
5561
|
-
]
|
|
5421
|
+
"type": "keyword",
|
|
5422
|
+
"value": "string"
|
|
5562
5423
|
},
|
|
5563
5424
|
"optional": true,
|
|
5564
5425
|
"computed": false
|
|
@@ -5567,11 +5428,11 @@
|
|
|
5567
5428
|
"type": "propertySignature",
|
|
5568
5429
|
"key": {
|
|
5569
5430
|
"type": "identifier",
|
|
5570
|
-
"name": "
|
|
5431
|
+
"name": "groupLabel"
|
|
5571
5432
|
},
|
|
5572
5433
|
"annotation": {
|
|
5573
5434
|
"type": "keyword",
|
|
5574
|
-
"value": "
|
|
5435
|
+
"value": "string"
|
|
5575
5436
|
},
|
|
5576
5437
|
"optional": true,
|
|
5577
5438
|
"computed": false
|
|
@@ -5580,38 +5441,177 @@
|
|
|
5580
5441
|
"type": "propertySignature",
|
|
5581
5442
|
"key": {
|
|
5582
5443
|
"type": "identifier",
|
|
5583
|
-
"name": "
|
|
5444
|
+
"name": "subCommands"
|
|
5584
5445
|
},
|
|
5585
5446
|
"annotation": {
|
|
5586
|
-
"type": "
|
|
5587
|
-
"
|
|
5447
|
+
"type": "array",
|
|
5448
|
+
"elementType": {
|
|
5449
|
+
"type": "reference",
|
|
5450
|
+
"typeName": {
|
|
5451
|
+
"type": "identifier",
|
|
5452
|
+
"name": "Command"
|
|
5453
|
+
}
|
|
5454
|
+
}
|
|
5455
|
+
},
|
|
5456
|
+
"optional": true,
|
|
5457
|
+
"computed": false
|
|
5458
|
+
},
|
|
5459
|
+
{
|
|
5460
|
+
"type": "propertySignature",
|
|
5461
|
+
"key": {
|
|
5462
|
+
"type": "identifier",
|
|
5463
|
+
"name": "payload"
|
|
5464
|
+
},
|
|
5465
|
+
"annotation": {
|
|
5466
|
+
"type": "reference",
|
|
5467
|
+
"typeName": {
|
|
5468
|
+
"type": "identifier",
|
|
5469
|
+
"name": "CommandPayload"
|
|
5470
|
+
}
|
|
5588
5471
|
},
|
|
5589
5472
|
"optional": true,
|
|
5590
5473
|
"computed": false
|
|
5591
5474
|
}
|
|
5592
5475
|
]
|
|
5593
|
-
}
|
|
5594
|
-
]
|
|
5595
|
-
},
|
|
5596
|
-
"ai-portal.gantt-chart": {
|
|
5597
|
-
"properties": [
|
|
5598
|
-
{
|
|
5599
|
-
"name": "chartTitle",
|
|
5600
|
-
"annotation": {
|
|
5601
|
-
"type": "keyword",
|
|
5602
|
-
"value": "string"
|
|
5603
|
-
}
|
|
5604
5476
|
},
|
|
5605
5477
|
{
|
|
5606
|
-
"
|
|
5607
|
-
"
|
|
5608
|
-
|
|
5609
|
-
|
|
5610
|
-
"type": "
|
|
5611
|
-
"
|
|
5478
|
+
"type": "interface",
|
|
5479
|
+
"name": "ChatPayload",
|
|
5480
|
+
"body": [
|
|
5481
|
+
{
|
|
5482
|
+
"type": "propertySignature",
|
|
5483
|
+
"key": {
|
|
5612
5484
|
"type": "identifier",
|
|
5613
|
-
"name": "
|
|
5614
|
-
}
|
|
5485
|
+
"name": "content"
|
|
5486
|
+
},
|
|
5487
|
+
"annotation": {
|
|
5488
|
+
"type": "keyword",
|
|
5489
|
+
"value": "string"
|
|
5490
|
+
},
|
|
5491
|
+
"computed": false
|
|
5492
|
+
}
|
|
5493
|
+
],
|
|
5494
|
+
"extends": [
|
|
5495
|
+
{
|
|
5496
|
+
"type": "expressionWithTypeArguments",
|
|
5497
|
+
"expression": {
|
|
5498
|
+
"type": "identifier",
|
|
5499
|
+
"name": "ExtraChatPayload"
|
|
5500
|
+
}
|
|
5501
|
+
}
|
|
5502
|
+
]
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"type": "interface",
|
|
5506
|
+
"name": "ExtraChatPayload",
|
|
5507
|
+
"body": [
|
|
5508
|
+
{
|
|
5509
|
+
"type": "propertySignature",
|
|
5510
|
+
"key": {
|
|
5511
|
+
"type": "identifier",
|
|
5512
|
+
"name": "files"
|
|
5513
|
+
},
|
|
5514
|
+
"annotation": {
|
|
5515
|
+
"type": "array",
|
|
5516
|
+
"elementType": {
|
|
5517
|
+
"type": "reference",
|
|
5518
|
+
"typeName": {
|
|
5519
|
+
"type": "identifier",
|
|
5520
|
+
"name": "UploadFileInfo"
|
|
5521
|
+
}
|
|
5522
|
+
}
|
|
5523
|
+
},
|
|
5524
|
+
"optional": true,
|
|
5525
|
+
"computed": false
|
|
5526
|
+
},
|
|
5527
|
+
{
|
|
5528
|
+
"type": "propertySignature",
|
|
5529
|
+
"key": {
|
|
5530
|
+
"type": "identifier",
|
|
5531
|
+
"name": "cmd"
|
|
5532
|
+
},
|
|
5533
|
+
"annotation": {
|
|
5534
|
+
"type": "union",
|
|
5535
|
+
"types": [
|
|
5536
|
+
{
|
|
5537
|
+
"type": "reference",
|
|
5538
|
+
"typeName": {
|
|
5539
|
+
"type": "identifier",
|
|
5540
|
+
"name": "CommandPayload"
|
|
5541
|
+
}
|
|
5542
|
+
},
|
|
5543
|
+
{
|
|
5544
|
+
"type": "keyword",
|
|
5545
|
+
"value": "null"
|
|
5546
|
+
}
|
|
5547
|
+
]
|
|
5548
|
+
},
|
|
5549
|
+
"optional": true,
|
|
5550
|
+
"computed": false
|
|
5551
|
+
},
|
|
5552
|
+
{
|
|
5553
|
+
"type": "propertySignature",
|
|
5554
|
+
"key": {
|
|
5555
|
+
"type": "identifier",
|
|
5556
|
+
"name": "aiEmployeeId"
|
|
5557
|
+
},
|
|
5558
|
+
"annotation": {
|
|
5559
|
+
"type": "union",
|
|
5560
|
+
"types": [
|
|
5561
|
+
{
|
|
5562
|
+
"type": "keyword",
|
|
5563
|
+
"value": "string"
|
|
5564
|
+
},
|
|
5565
|
+
{
|
|
5566
|
+
"type": "keyword",
|
|
5567
|
+
"value": "null"
|
|
5568
|
+
}
|
|
5569
|
+
]
|
|
5570
|
+
},
|
|
5571
|
+
"optional": true,
|
|
5572
|
+
"computed": false
|
|
5573
|
+
}
|
|
5574
|
+
]
|
|
5575
|
+
},
|
|
5576
|
+
{
|
|
5577
|
+
"type": "interface",
|
|
5578
|
+
"name": "UploadFileInfo",
|
|
5579
|
+
"body": [
|
|
5580
|
+
{
|
|
5581
|
+
"type": "propertySignature",
|
|
5582
|
+
"key": {
|
|
5583
|
+
"type": "identifier",
|
|
5584
|
+
"name": "fileId"
|
|
5585
|
+
},
|
|
5586
|
+
"annotation": {
|
|
5587
|
+
"type": "keyword",
|
|
5588
|
+
"value": "string"
|
|
5589
|
+
},
|
|
5590
|
+
"computed": false
|
|
5591
|
+
}
|
|
5592
|
+
]
|
|
5593
|
+
}
|
|
5594
|
+
]
|
|
5595
|
+
},
|
|
5596
|
+
"ai-portal.gantt-chart": {
|
|
5597
|
+
"properties": [
|
|
5598
|
+
{
|
|
5599
|
+
"name": "chartTitle",
|
|
5600
|
+
"annotation": {
|
|
5601
|
+
"type": "keyword",
|
|
5602
|
+
"value": "string"
|
|
5603
|
+
}
|
|
5604
|
+
},
|
|
5605
|
+
{
|
|
5606
|
+
"name": "nodes",
|
|
5607
|
+
"annotation": {
|
|
5608
|
+
"type": "array",
|
|
5609
|
+
"elementType": {
|
|
5610
|
+
"type": "reference",
|
|
5611
|
+
"typeName": {
|
|
5612
|
+
"type": "identifier",
|
|
5613
|
+
"name": "GanttNode"
|
|
5614
|
+
}
|
|
5615
5615
|
}
|
|
5616
5616
|
}
|
|
5617
5617
|
}
|
|
@@ -5734,241 +5734,125 @@
|
|
|
5734
5734
|
}
|
|
5735
5735
|
]
|
|
5736
5736
|
},
|
|
5737
|
-
"ai-portal.
|
|
5737
|
+
"ai-portal.goal-card-list": {
|
|
5738
5738
|
"properties": [
|
|
5739
5739
|
{
|
|
5740
|
-
"name": "
|
|
5741
|
-
"annotation": {
|
|
5742
|
-
"type": "keyword",
|
|
5743
|
-
"value": "string"
|
|
5744
|
-
}
|
|
5745
|
-
},
|
|
5746
|
-
{
|
|
5747
|
-
"name": "behavior",
|
|
5748
|
-
"annotation": {
|
|
5749
|
-
"type": "union",
|
|
5750
|
-
"types": [
|
|
5751
|
-
{
|
|
5752
|
-
"type": "jsLiteral",
|
|
5753
|
-
"value": "default"
|
|
5754
|
-
},
|
|
5755
|
-
{
|
|
5756
|
-
"type": "jsLiteral",
|
|
5757
|
-
"value": "drawer"
|
|
5758
|
-
}
|
|
5759
|
-
]
|
|
5760
|
-
}
|
|
5761
|
-
},
|
|
5762
|
-
{
|
|
5763
|
-
"name": "logoUrl",
|
|
5764
|
-
"annotation": {
|
|
5765
|
-
"type": "keyword",
|
|
5766
|
-
"value": "string"
|
|
5767
|
-
}
|
|
5768
|
-
},
|
|
5769
|
-
{
|
|
5770
|
-
"name": "newChatUrl",
|
|
5771
|
-
"annotation": {
|
|
5772
|
-
"type": "keyword",
|
|
5773
|
-
"value": "string"
|
|
5774
|
-
}
|
|
5775
|
-
},
|
|
5776
|
-
{
|
|
5777
|
-
"name": "newChatLinkWhenCollapsed",
|
|
5778
|
-
"annotation": {
|
|
5779
|
-
"type": "keyword",
|
|
5780
|
-
"value": "boolean"
|
|
5781
|
-
}
|
|
5782
|
-
},
|
|
5783
|
-
{
|
|
5784
|
-
"name": "historyUrlTemplate",
|
|
5785
|
-
"annotation": {
|
|
5786
|
-
"type": "keyword",
|
|
5787
|
-
"value": "string"
|
|
5788
|
-
}
|
|
5789
|
-
},
|
|
5790
|
-
{
|
|
5791
|
-
"name": "historyActions",
|
|
5740
|
+
"name": "goalList",
|
|
5792
5741
|
"annotation": {
|
|
5793
5742
|
"type": "array",
|
|
5794
5743
|
"elementType": {
|
|
5795
5744
|
"type": "reference",
|
|
5796
5745
|
"typeName": {
|
|
5797
5746
|
"type": "identifier",
|
|
5798
|
-
"name": "
|
|
5747
|
+
"name": "GoalItem"
|
|
5799
5748
|
}
|
|
5800
5749
|
}
|
|
5801
5750
|
}
|
|
5802
5751
|
},
|
|
5803
5752
|
{
|
|
5804
|
-
"name": "
|
|
5805
|
-
"annotation": {
|
|
5806
|
-
"type": "keyword",
|
|
5807
|
-
"value": "string"
|
|
5808
|
-
}
|
|
5809
|
-
},
|
|
5810
|
-
{
|
|
5811
|
-
"name": "projectActions",
|
|
5753
|
+
"name": "cardStyle",
|
|
5812
5754
|
"annotation": {
|
|
5813
|
-
"type": "
|
|
5814
|
-
"
|
|
5815
|
-
"type": "
|
|
5816
|
-
"
|
|
5755
|
+
"type": "reference",
|
|
5756
|
+
"typeName": {
|
|
5757
|
+
"type": "qualifiedName",
|
|
5758
|
+
"left": {
|
|
5817
5759
|
"type": "identifier",
|
|
5818
|
-
"name": "
|
|
5819
|
-
}
|
|
5820
|
-
|
|
5821
|
-
}
|
|
5822
|
-
},
|
|
5823
|
-
{
|
|
5824
|
-
"name": "links",
|
|
5825
|
-
"annotation": {
|
|
5826
|
-
"type": "array",
|
|
5827
|
-
"elementType": {
|
|
5828
|
-
"type": "reference",
|
|
5829
|
-
"typeName": {
|
|
5760
|
+
"name": "React"
|
|
5761
|
+
},
|
|
5762
|
+
"right": {
|
|
5830
5763
|
"type": "identifier",
|
|
5831
|
-
"name": "
|
|
5764
|
+
"name": "CSSProperties"
|
|
5832
5765
|
}
|
|
5833
5766
|
}
|
|
5834
5767
|
}
|
|
5835
5768
|
},
|
|
5836
5769
|
{
|
|
5837
|
-
"name": "
|
|
5770
|
+
"name": "activeKey",
|
|
5838
5771
|
"annotation": {
|
|
5839
5772
|
"type": "keyword",
|
|
5840
|
-
"value": "
|
|
5841
|
-
}
|
|
5842
|
-
},
|
|
5843
|
-
{
|
|
5844
|
-
"name": "myLinks",
|
|
5845
|
-
"annotation": {
|
|
5846
|
-
"type": "array",
|
|
5847
|
-
"elementType": {
|
|
5848
|
-
"type": "reference",
|
|
5849
|
-
"typeName": {
|
|
5850
|
-
"type": "identifier",
|
|
5851
|
-
"name": "SidebarLink"
|
|
5852
|
-
}
|
|
5853
|
-
}
|
|
5773
|
+
"value": "string"
|
|
5854
5774
|
}
|
|
5855
5775
|
}
|
|
5856
5776
|
],
|
|
5857
5777
|
"events": [
|
|
5858
5778
|
{
|
|
5859
|
-
"name": "
|
|
5779
|
+
"name": "item.click",
|
|
5860
5780
|
"detail": {
|
|
5861
5781
|
"annotation": {
|
|
5862
|
-
"type": "
|
|
5863
|
-
"
|
|
5782
|
+
"type": "reference",
|
|
5783
|
+
"typeName": {
|
|
5784
|
+
"type": "identifier",
|
|
5785
|
+
"name": "GoalItem"
|
|
5786
|
+
}
|
|
5864
5787
|
}
|
|
5865
5788
|
}
|
|
5866
5789
|
},
|
|
5867
5790
|
{
|
|
5868
|
-
"name": "
|
|
5791
|
+
"name": "item.status.change",
|
|
5869
5792
|
"detail": {
|
|
5870
5793
|
"annotation": {
|
|
5871
5794
|
"type": "reference",
|
|
5872
5795
|
"typeName": {
|
|
5873
5796
|
"type": "identifier",
|
|
5874
|
-
"name": "
|
|
5797
|
+
"name": "GoalItem"
|
|
5875
5798
|
}
|
|
5876
5799
|
}
|
|
5877
5800
|
}
|
|
5878
5801
|
},
|
|
5879
5802
|
{
|
|
5880
|
-
"name": "
|
|
5803
|
+
"name": "item.title.change",
|
|
5881
5804
|
"detail": {
|
|
5882
5805
|
"annotation": {
|
|
5883
5806
|
"type": "reference",
|
|
5884
5807
|
"typeName": {
|
|
5885
5808
|
"type": "identifier",
|
|
5886
|
-
"name": "
|
|
5809
|
+
"name": "GoalItem"
|
|
5887
5810
|
}
|
|
5888
5811
|
}
|
|
5889
5812
|
}
|
|
5890
5813
|
},
|
|
5891
5814
|
{
|
|
5892
|
-
"name": "
|
|
5815
|
+
"name": "item.new.chat",
|
|
5893
5816
|
"detail": {
|
|
5894
5817
|
"annotation": {
|
|
5895
|
-
"type": "
|
|
5896
|
-
"
|
|
5818
|
+
"type": "reference",
|
|
5819
|
+
"typeName": {
|
|
5820
|
+
"type": "identifier",
|
|
5821
|
+
"name": "GoalItem"
|
|
5822
|
+
}
|
|
5897
5823
|
}
|
|
5898
5824
|
}
|
|
5899
5825
|
}
|
|
5900
5826
|
],
|
|
5901
5827
|
"methods": [
|
|
5902
5828
|
{
|
|
5903
|
-
"name": "
|
|
5904
|
-
"params": [
|
|
5905
|
-
{
|
|
5906
|
-
"name": "delay",
|
|
5907
|
-
"annotation": {
|
|
5908
|
-
"type": "keyword",
|
|
5909
|
-
"value": "number"
|
|
5910
|
-
}
|
|
5911
|
-
}
|
|
5912
|
-
],
|
|
5913
|
-
"returns": {}
|
|
5914
|
-
},
|
|
5915
|
-
{
|
|
5916
|
-
"name": "open",
|
|
5917
|
-
"params": [],
|
|
5918
|
-
"returns": {}
|
|
5919
|
-
},
|
|
5920
|
-
{
|
|
5921
|
-
"name": "close",
|
|
5922
|
-
"params": [],
|
|
5923
|
-
"returns": {}
|
|
5924
|
-
},
|
|
5925
|
-
{
|
|
5926
|
-
"name": "removeProject",
|
|
5829
|
+
"name": "appendChildDone",
|
|
5927
5830
|
"params": [
|
|
5928
5831
|
{
|
|
5929
|
-
"name": "
|
|
5832
|
+
"name": "pendingId",
|
|
5930
5833
|
"annotation": {
|
|
5931
5834
|
"type": "keyword",
|
|
5932
5835
|
"value": "string"
|
|
5933
5836
|
}
|
|
5934
|
-
}
|
|
5935
|
-
],
|
|
5936
|
-
"returns": {}
|
|
5937
|
-
},
|
|
5938
|
-
{
|
|
5939
|
-
"name": "addProject",
|
|
5940
|
-
"params": [
|
|
5837
|
+
},
|
|
5941
5838
|
{
|
|
5942
|
-
"name": "
|
|
5839
|
+
"name": "newItem",
|
|
5943
5840
|
"annotation": {
|
|
5944
5841
|
"type": "reference",
|
|
5945
5842
|
"typeName": {
|
|
5946
5843
|
"type": "identifier",
|
|
5947
|
-
"name": "
|
|
5844
|
+
"name": "GoalItem"
|
|
5948
5845
|
}
|
|
5949
5846
|
}
|
|
5950
5847
|
}
|
|
5951
5848
|
],
|
|
5952
5849
|
"returns": {}
|
|
5953
|
-
},
|
|
5954
|
-
{
|
|
5955
|
-
"name": "moveConversation",
|
|
5956
|
-
"params": [
|
|
5957
|
-
{
|
|
5958
|
-
"name": "conversationId",
|
|
5959
|
-
"annotation": {
|
|
5960
|
-
"type": "keyword",
|
|
5961
|
-
"value": "string"
|
|
5962
|
-
}
|
|
5963
|
-
}
|
|
5964
|
-
],
|
|
5965
|
-
"returns": {}
|
|
5966
5850
|
}
|
|
5967
5851
|
],
|
|
5968
5852
|
"types": [
|
|
5969
5853
|
{
|
|
5970
5854
|
"type": "interface",
|
|
5971
|
-
"name": "
|
|
5855
|
+
"name": "GoalItem",
|
|
5972
5856
|
"body": [
|
|
5973
5857
|
{
|
|
5974
5858
|
"type": "propertySignature",
|
|
@@ -5986,27 +5870,12 @@
|
|
|
5986
5870
|
"type": "propertySignature",
|
|
5987
5871
|
"key": {
|
|
5988
5872
|
"type": "identifier",
|
|
5989
|
-
"name": "
|
|
5873
|
+
"name": "description"
|
|
5990
5874
|
},
|
|
5991
5875
|
"annotation": {
|
|
5992
5876
|
"type": "keyword",
|
|
5993
5877
|
"value": "string"
|
|
5994
5878
|
},
|
|
5995
|
-
"computed": false
|
|
5996
|
-
},
|
|
5997
|
-
{
|
|
5998
|
-
"type": "propertySignature",
|
|
5999
|
-
"key": {
|
|
6000
|
-
"type": "identifier",
|
|
6001
|
-
"name": "icon"
|
|
6002
|
-
},
|
|
6003
|
-
"annotation": {
|
|
6004
|
-
"type": "reference",
|
|
6005
|
-
"typeName": {
|
|
6006
|
-
"type": "identifier",
|
|
6007
|
-
"name": "GeneralIconProps"
|
|
6008
|
-
}
|
|
6009
|
-
},
|
|
6010
5879
|
"optional": true,
|
|
6011
5880
|
"computed": false
|
|
6012
5881
|
},
|
|
@@ -6014,239 +5883,82 @@
|
|
|
6014
5883
|
"type": "propertySignature",
|
|
6015
5884
|
"key": {
|
|
6016
5885
|
"type": "identifier",
|
|
6017
|
-
"name": "
|
|
6018
|
-
},
|
|
6019
|
-
"annotation": {
|
|
6020
|
-
"type": "array",
|
|
6021
|
-
"elementType": {
|
|
6022
|
-
"type": "keyword",
|
|
6023
|
-
"value": "string"
|
|
6024
|
-
}
|
|
6025
|
-
},
|
|
6026
|
-
"optional": true,
|
|
6027
|
-
"computed": false
|
|
6028
|
-
}
|
|
6029
|
-
]
|
|
6030
|
-
},
|
|
6031
|
-
{
|
|
6032
|
-
"type": "interface",
|
|
6033
|
-
"name": "ActionClickDetail",
|
|
6034
|
-
"body": [
|
|
6035
|
-
{
|
|
6036
|
-
"type": "propertySignature",
|
|
6037
|
-
"key": {
|
|
6038
|
-
"type": "identifier",
|
|
6039
|
-
"name": "action"
|
|
6040
|
-
},
|
|
6041
|
-
"annotation": {
|
|
6042
|
-
"type": "intersection",
|
|
6043
|
-
"types": [
|
|
6044
|
-
{
|
|
6045
|
-
"type": "reference",
|
|
6046
|
-
"typeName": {
|
|
6047
|
-
"type": "identifier",
|
|
6048
|
-
"name": "SimpleActionType"
|
|
6049
|
-
}
|
|
6050
|
-
},
|
|
6051
|
-
{
|
|
6052
|
-
"type": "typeLiteral",
|
|
6053
|
-
"members": [
|
|
6054
|
-
{
|
|
6055
|
-
"type": "propertySignature",
|
|
6056
|
-
"key": {
|
|
6057
|
-
"type": "identifier",
|
|
6058
|
-
"name": "project"
|
|
6059
|
-
},
|
|
6060
|
-
"annotation": {
|
|
6061
|
-
"type": "reference",
|
|
6062
|
-
"typeName": {
|
|
6063
|
-
"type": "identifier",
|
|
6064
|
-
"name": "Project"
|
|
6065
|
-
}
|
|
6066
|
-
},
|
|
6067
|
-
"optional": true,
|
|
6068
|
-
"computed": false
|
|
6069
|
-
}
|
|
6070
|
-
]
|
|
6071
|
-
}
|
|
6072
|
-
]
|
|
6073
|
-
},
|
|
6074
|
-
"computed": false
|
|
6075
|
-
},
|
|
6076
|
-
{
|
|
6077
|
-
"type": "propertySignature",
|
|
6078
|
-
"key": {
|
|
6079
|
-
"type": "identifier",
|
|
6080
|
-
"name": "item"
|
|
6081
|
-
},
|
|
6082
|
-
"annotation": {
|
|
6083
|
-
"type": "reference",
|
|
6084
|
-
"typeName": {
|
|
6085
|
-
"type": "identifier",
|
|
6086
|
-
"name": "HistoryItem"
|
|
6087
|
-
}
|
|
6088
|
-
},
|
|
6089
|
-
"computed": false
|
|
6090
|
-
},
|
|
6091
|
-
{
|
|
6092
|
-
"type": "propertySignature",
|
|
6093
|
-
"key": {
|
|
6094
|
-
"type": "identifier",
|
|
6095
|
-
"name": "project"
|
|
5886
|
+
"name": "state"
|
|
6096
5887
|
},
|
|
6097
5888
|
"annotation": {
|
|
6098
5889
|
"type": "reference",
|
|
6099
5890
|
"typeName": {
|
|
6100
5891
|
"type": "identifier",
|
|
6101
|
-
"name": "
|
|
5892
|
+
"name": "GoalState"
|
|
6102
5893
|
}
|
|
6103
5894
|
},
|
|
6104
|
-
"optional": true,
|
|
6105
5895
|
"computed": false
|
|
6106
|
-
}
|
|
6107
|
-
]
|
|
6108
|
-
},
|
|
6109
|
-
{
|
|
6110
|
-
"type": "interface",
|
|
6111
|
-
"name": "Project",
|
|
6112
|
-
"body": [
|
|
6113
|
-
{
|
|
6114
|
-
"type": "propertySignature",
|
|
6115
|
-
"key": {
|
|
6116
|
-
"type": "identifier",
|
|
6117
|
-
"name": "instanceId"
|
|
6118
|
-
},
|
|
6119
|
-
"annotation": {
|
|
6120
|
-
"type": "keyword",
|
|
6121
|
-
"value": "string"
|
|
6122
|
-
},
|
|
6123
|
-
"computed": false,
|
|
6124
|
-
"description": "实例ID"
|
|
6125
|
-
},
|
|
6126
|
-
{
|
|
6127
|
-
"type": "propertySignature",
|
|
6128
|
-
"key": {
|
|
6129
|
-
"type": "identifier",
|
|
6130
|
-
"name": "name"
|
|
6131
|
-
},
|
|
6132
|
-
"annotation": {
|
|
6133
|
-
"type": "keyword",
|
|
6134
|
-
"value": "string"
|
|
6135
|
-
},
|
|
6136
|
-
"computed": false,
|
|
6137
|
-
"description": "项目名称"
|
|
6138
|
-
},
|
|
6139
|
-
{
|
|
6140
|
-
"type": "propertySignature",
|
|
6141
|
-
"key": {
|
|
6142
|
-
"type": "identifier",
|
|
6143
|
-
"name": "description"
|
|
6144
|
-
},
|
|
6145
|
-
"annotation": {
|
|
6146
|
-
"type": "keyword",
|
|
6147
|
-
"value": "string"
|
|
6148
|
-
},
|
|
6149
|
-
"computed": false,
|
|
6150
|
-
"description": "项目描述"
|
|
6151
5896
|
},
|
|
6152
5897
|
{
|
|
6153
5898
|
"type": "propertySignature",
|
|
6154
5899
|
"key": {
|
|
6155
5900
|
"type": "identifier",
|
|
6156
|
-
"name": "
|
|
6157
|
-
},
|
|
6158
|
-
"annotation": {
|
|
6159
|
-
"type": "union",
|
|
6160
|
-
"types": [
|
|
6161
|
-
{
|
|
6162
|
-
"type": "jsLiteral",
|
|
6163
|
-
"value": "active"
|
|
6164
|
-
},
|
|
6165
|
-
{
|
|
6166
|
-
"type": "jsLiteral",
|
|
6167
|
-
"value": "inactive"
|
|
6168
|
-
}
|
|
6169
|
-
]
|
|
6170
|
-
},
|
|
6171
|
-
"computed": false,
|
|
6172
|
-
"description": "状态"
|
|
6173
|
-
},
|
|
6174
|
-
{
|
|
6175
|
-
"type": "propertySignature",
|
|
6176
|
-
"key": {
|
|
6177
|
-
"type": "identifier",
|
|
6178
|
-
"name": "defaultAiEmployeeId"
|
|
6179
|
-
},
|
|
6180
|
-
"annotation": {
|
|
6181
|
-
"type": "keyword",
|
|
6182
|
-
"value": "string"
|
|
6183
|
-
},
|
|
6184
|
-
"computed": false,
|
|
6185
|
-
"description": "默认数字人ID"
|
|
6186
|
-
},
|
|
6187
|
-
{
|
|
6188
|
-
"type": "propertySignature",
|
|
6189
|
-
"key": {
|
|
6190
|
-
"type": "identifier",
|
|
6191
|
-
"name": "creator"
|
|
5901
|
+
"name": "id"
|
|
6192
5902
|
},
|
|
6193
5903
|
"annotation": {
|
|
6194
5904
|
"type": "keyword",
|
|
6195
|
-
"value": "
|
|
5905
|
+
"value": "number"
|
|
6196
5906
|
},
|
|
6197
|
-
"computed": false
|
|
6198
|
-
"description": "创建者"
|
|
5907
|
+
"computed": false
|
|
6199
5908
|
},
|
|
6200
5909
|
{
|
|
6201
5910
|
"type": "propertySignature",
|
|
6202
5911
|
"key": {
|
|
6203
5912
|
"type": "identifier",
|
|
6204
|
-
"name": "
|
|
5913
|
+
"name": "conversations"
|
|
6205
5914
|
},
|
|
6206
5915
|
"annotation": {
|
|
6207
5916
|
"type": "keyword",
|
|
6208
|
-
"value": "
|
|
5917
|
+
"value": "number"
|
|
6209
5918
|
},
|
|
6210
|
-
"
|
|
6211
|
-
"
|
|
5919
|
+
"optional": true,
|
|
5920
|
+
"computed": false
|
|
6212
5921
|
},
|
|
6213
5922
|
{
|
|
6214
5923
|
"type": "propertySignature",
|
|
6215
5924
|
"key": {
|
|
6216
5925
|
"type": "identifier",
|
|
6217
|
-
"name": "
|
|
5926
|
+
"name": "owner"
|
|
6218
5927
|
},
|
|
6219
5928
|
"annotation": {
|
|
6220
|
-
"type": "
|
|
6221
|
-
"
|
|
5929
|
+
"type": "reference",
|
|
5930
|
+
"typeName": {
|
|
5931
|
+
"type": "identifier",
|
|
5932
|
+
"name": "GoalMember"
|
|
5933
|
+
}
|
|
6222
5934
|
},
|
|
6223
|
-
"
|
|
6224
|
-
"
|
|
5935
|
+
"optional": true,
|
|
5936
|
+
"computed": false
|
|
6225
5937
|
},
|
|
6226
5938
|
{
|
|
6227
5939
|
"type": "propertySignature",
|
|
6228
5940
|
"key": {
|
|
6229
5941
|
"type": "identifier",
|
|
6230
|
-
"name": "
|
|
5942
|
+
"name": "users"
|
|
6231
5943
|
},
|
|
6232
5944
|
"annotation": {
|
|
6233
|
-
"type": "
|
|
6234
|
-
"
|
|
5945
|
+
"type": "array",
|
|
5946
|
+
"elementType": {
|
|
5947
|
+
"type": "reference",
|
|
5948
|
+
"typeName": {
|
|
5949
|
+
"type": "identifier",
|
|
5950
|
+
"name": "GoalMember"
|
|
5951
|
+
}
|
|
5952
|
+
}
|
|
6235
5953
|
},
|
|
6236
|
-
"
|
|
6237
|
-
"
|
|
6238
|
-
}
|
|
6239
|
-
]
|
|
6240
|
-
},
|
|
6241
|
-
{
|
|
6242
|
-
"type": "interface",
|
|
6243
|
-
"name": "HistoryItem",
|
|
6244
|
-
"body": [
|
|
5954
|
+
"optional": true,
|
|
5955
|
+
"computed": false
|
|
5956
|
+
},
|
|
6245
5957
|
{
|
|
6246
5958
|
"type": "propertySignature",
|
|
6247
5959
|
"key": {
|
|
6248
5960
|
"type": "identifier",
|
|
6249
|
-
"name": "
|
|
5961
|
+
"name": "instanceId"
|
|
6250
5962
|
},
|
|
6251
5963
|
"annotation": {
|
|
6252
5964
|
"type": "keyword",
|
|
@@ -6258,11 +5970,11 @@
|
|
|
6258
5970
|
"type": "propertySignature",
|
|
6259
5971
|
"key": {
|
|
6260
5972
|
"type": "identifier",
|
|
6261
|
-
"name": "
|
|
5973
|
+
"name": "level"
|
|
6262
5974
|
},
|
|
6263
5975
|
"annotation": {
|
|
6264
5976
|
"type": "keyword",
|
|
6265
|
-
"value": "
|
|
5977
|
+
"value": "number"
|
|
6266
5978
|
},
|
|
6267
5979
|
"computed": false
|
|
6268
5980
|
},
|
|
@@ -6270,26 +5982,24 @@
|
|
|
6270
5982
|
"type": "propertySignature",
|
|
6271
5983
|
"key": {
|
|
6272
5984
|
"type": "identifier",
|
|
6273
|
-
"name": "
|
|
5985
|
+
"name": "pending"
|
|
6274
5986
|
},
|
|
6275
5987
|
"annotation": {
|
|
6276
5988
|
"type": "keyword",
|
|
6277
|
-
"value": "
|
|
5989
|
+
"value": "boolean"
|
|
6278
5990
|
},
|
|
5991
|
+
"optional": true,
|
|
6279
5992
|
"computed": false
|
|
6280
5993
|
},
|
|
6281
5994
|
{
|
|
6282
5995
|
"type": "propertySignature",
|
|
6283
5996
|
"key": {
|
|
6284
5997
|
"type": "identifier",
|
|
6285
|
-
"name": "
|
|
5998
|
+
"name": "pendingParentId"
|
|
6286
5999
|
},
|
|
6287
6000
|
"annotation": {
|
|
6288
|
-
"type": "
|
|
6289
|
-
"
|
|
6290
|
-
"type": "identifier",
|
|
6291
|
-
"name": "ConversationState"
|
|
6292
|
-
}
|
|
6001
|
+
"type": "keyword",
|
|
6002
|
+
"value": "string"
|
|
6293
6003
|
},
|
|
6294
6004
|
"optional": true,
|
|
6295
6005
|
"computed": false
|
|
@@ -6297,36 +6007,39 @@
|
|
|
6297
6007
|
]
|
|
6298
6008
|
},
|
|
6299
6009
|
{
|
|
6300
|
-
"type": "
|
|
6301
|
-
"name": "
|
|
6302
|
-
"
|
|
6303
|
-
|
|
6304
|
-
|
|
6305
|
-
|
|
6306
|
-
"type": "
|
|
6307
|
-
"
|
|
6010
|
+
"type": "typeAlias",
|
|
6011
|
+
"name": "GoalState",
|
|
6012
|
+
"annotation": {
|
|
6013
|
+
"type": "union",
|
|
6014
|
+
"types": [
|
|
6015
|
+
{
|
|
6016
|
+
"type": "jsLiteral",
|
|
6017
|
+
"value": "ready"
|
|
6308
6018
|
},
|
|
6309
|
-
|
|
6310
|
-
"type": "
|
|
6311
|
-
"
|
|
6312
|
-
"type": "identifier",
|
|
6313
|
-
"name": "SimpleActionType"
|
|
6314
|
-
}
|
|
6019
|
+
{
|
|
6020
|
+
"type": "jsLiteral",
|
|
6021
|
+
"value": "working"
|
|
6315
6022
|
},
|
|
6316
|
-
|
|
6317
|
-
|
|
6023
|
+
{
|
|
6024
|
+
"type": "jsLiteral",
|
|
6025
|
+
"value": "completed"
|
|
6026
|
+
}
|
|
6027
|
+
]
|
|
6028
|
+
}
|
|
6029
|
+
},
|
|
6030
|
+
{
|
|
6031
|
+
"type": "interface",
|
|
6032
|
+
"name": "GoalMember",
|
|
6033
|
+
"body": [
|
|
6318
6034
|
{
|
|
6319
6035
|
"type": "propertySignature",
|
|
6320
6036
|
"key": {
|
|
6321
6037
|
"type": "identifier",
|
|
6322
|
-
"name": "
|
|
6038
|
+
"name": "instanceId"
|
|
6323
6039
|
},
|
|
6324
6040
|
"annotation": {
|
|
6325
|
-
"type": "
|
|
6326
|
-
"
|
|
6327
|
-
"type": "identifier",
|
|
6328
|
-
"name": "Project"
|
|
6329
|
-
}
|
|
6041
|
+
"type": "keyword",
|
|
6042
|
+
"value": "string"
|
|
6330
6043
|
},
|
|
6331
6044
|
"computed": false
|
|
6332
6045
|
}
|
|
@@ -6334,147 +6047,262 @@
|
|
|
6334
6047
|
}
|
|
6335
6048
|
]
|
|
6336
6049
|
},
|
|
6337
|
-
"ai-portal.
|
|
6050
|
+
"ai-portal.chat-box": {
|
|
6338
6051
|
"properties": [
|
|
6339
6052
|
{
|
|
6340
|
-
"name": "
|
|
6053
|
+
"name": "disabled",
|
|
6054
|
+
"annotation": {
|
|
6055
|
+
"type": "keyword",
|
|
6056
|
+
"value": "boolean"
|
|
6057
|
+
}
|
|
6058
|
+
},
|
|
6059
|
+
{
|
|
6060
|
+
"name": "placeholder",
|
|
6061
|
+
"annotation": {
|
|
6062
|
+
"type": "keyword",
|
|
6063
|
+
"value": "string"
|
|
6064
|
+
}
|
|
6065
|
+
},
|
|
6066
|
+
{
|
|
6067
|
+
"name": "autoFocus",
|
|
6068
|
+
"annotation": {
|
|
6069
|
+
"type": "keyword",
|
|
6070
|
+
"value": "boolean"
|
|
6071
|
+
}
|
|
6072
|
+
},
|
|
6073
|
+
{
|
|
6074
|
+
"name": "aiEmployees",
|
|
6341
6075
|
"annotation": {
|
|
6342
6076
|
"type": "array",
|
|
6343
6077
|
"elementType": {
|
|
6344
6078
|
"type": "reference",
|
|
6345
6079
|
"typeName": {
|
|
6346
6080
|
"type": "identifier",
|
|
6347
|
-
"name": "
|
|
6081
|
+
"name": "AIEmployee"
|
|
6348
6082
|
}
|
|
6349
6083
|
}
|
|
6350
6084
|
}
|
|
6351
6085
|
},
|
|
6352
6086
|
{
|
|
6353
|
-
"name": "
|
|
6087
|
+
"name": "commands",
|
|
6354
6088
|
"annotation": {
|
|
6355
|
-
"type": "
|
|
6356
|
-
"
|
|
6357
|
-
"type": "
|
|
6358
|
-
"
|
|
6359
|
-
"type": "identifier",
|
|
6360
|
-
"name": "React"
|
|
6361
|
-
},
|
|
6362
|
-
"right": {
|
|
6089
|
+
"type": "array",
|
|
6090
|
+
"elementType": {
|
|
6091
|
+
"type": "reference",
|
|
6092
|
+
"typeName": {
|
|
6363
6093
|
"type": "identifier",
|
|
6364
|
-
"name": "
|
|
6094
|
+
"name": "Command"
|
|
6365
6095
|
}
|
|
6366
6096
|
}
|
|
6367
6097
|
}
|
|
6368
6098
|
},
|
|
6369
6099
|
{
|
|
6370
|
-
"name": "
|
|
6100
|
+
"name": "uploadOptions",
|
|
6371
6101
|
"annotation": {
|
|
6372
|
-
"type": "
|
|
6373
|
-
"
|
|
6102
|
+
"type": "reference",
|
|
6103
|
+
"typeName": {
|
|
6104
|
+
"type": "identifier",
|
|
6105
|
+
"name": "UploadOptions"
|
|
6106
|
+
}
|
|
6374
6107
|
}
|
|
6375
6108
|
}
|
|
6376
6109
|
],
|
|
6377
6110
|
"events": [
|
|
6378
6111
|
{
|
|
6379
|
-
"name": "
|
|
6112
|
+
"name": "message.submit",
|
|
6380
6113
|
"detail": {
|
|
6381
6114
|
"annotation": {
|
|
6382
|
-
"type": "
|
|
6383
|
-
"
|
|
6384
|
-
"type": "identifier",
|
|
6385
|
-
"name": "GoalItem"
|
|
6386
|
-
}
|
|
6115
|
+
"type": "keyword",
|
|
6116
|
+
"value": "string"
|
|
6387
6117
|
}
|
|
6388
6118
|
}
|
|
6389
6119
|
},
|
|
6390
6120
|
{
|
|
6391
|
-
"name": "
|
|
6121
|
+
"name": "chat.submit",
|
|
6392
6122
|
"detail": {
|
|
6393
6123
|
"annotation": {
|
|
6394
6124
|
"type": "reference",
|
|
6395
6125
|
"typeName": {
|
|
6396
6126
|
"type": "identifier",
|
|
6397
|
-
"name": "
|
|
6127
|
+
"name": "ChatPayload"
|
|
6398
6128
|
}
|
|
6399
6129
|
}
|
|
6400
6130
|
}
|
|
6131
|
+
}
|
|
6132
|
+
],
|
|
6133
|
+
"methods": [
|
|
6134
|
+
{
|
|
6135
|
+
"name": "setValue",
|
|
6136
|
+
"params": [
|
|
6137
|
+
{
|
|
6138
|
+
"name": "value",
|
|
6139
|
+
"annotation": {
|
|
6140
|
+
"type": "keyword",
|
|
6141
|
+
"value": "string"
|
|
6142
|
+
}
|
|
6143
|
+
}
|
|
6144
|
+
],
|
|
6145
|
+
"returns": {}
|
|
6401
6146
|
},
|
|
6402
6147
|
{
|
|
6403
|
-
"name": "
|
|
6404
|
-
"
|
|
6405
|
-
|
|
6406
|
-
|
|
6407
|
-
|
|
6148
|
+
"name": "getValue",
|
|
6149
|
+
"params": [],
|
|
6150
|
+
"returns": {}
|
|
6151
|
+
},
|
|
6152
|
+
{
|
|
6153
|
+
"name": "focusOnInput",
|
|
6154
|
+
"params": [],
|
|
6155
|
+
"returns": {}
|
|
6156
|
+
}
|
|
6157
|
+
],
|
|
6158
|
+
"types": [
|
|
6159
|
+
{
|
|
6160
|
+
"type": "interface",
|
|
6161
|
+
"name": "AIEmployee",
|
|
6162
|
+
"body": [
|
|
6163
|
+
{
|
|
6164
|
+
"type": "propertySignature",
|
|
6165
|
+
"key": {
|
|
6408
6166
|
"type": "identifier",
|
|
6409
|
-
"name": "
|
|
6410
|
-
}
|
|
6167
|
+
"name": "employeeId"
|
|
6168
|
+
},
|
|
6169
|
+
"annotation": {
|
|
6170
|
+
"type": "keyword",
|
|
6171
|
+
"value": "string"
|
|
6172
|
+
},
|
|
6173
|
+
"computed": false
|
|
6174
|
+
},
|
|
6175
|
+
{
|
|
6176
|
+
"type": "propertySignature",
|
|
6177
|
+
"key": {
|
|
6178
|
+
"type": "identifier",
|
|
6179
|
+
"name": "name"
|
|
6180
|
+
},
|
|
6181
|
+
"annotation": {
|
|
6182
|
+
"type": "keyword",
|
|
6183
|
+
"value": "string"
|
|
6184
|
+
},
|
|
6185
|
+
"computed": false
|
|
6411
6186
|
}
|
|
6412
|
-
|
|
6187
|
+
]
|
|
6413
6188
|
},
|
|
6414
6189
|
{
|
|
6415
|
-
"
|
|
6416
|
-
"
|
|
6417
|
-
|
|
6418
|
-
|
|
6419
|
-
"
|
|
6190
|
+
"type": "interface",
|
|
6191
|
+
"name": "Command",
|
|
6192
|
+
"body": [
|
|
6193
|
+
{
|
|
6194
|
+
"type": "propertySignature",
|
|
6195
|
+
"key": {
|
|
6196
|
+
"type": "identifier",
|
|
6197
|
+
"name": "label"
|
|
6198
|
+
},
|
|
6199
|
+
"annotation": {
|
|
6200
|
+
"type": "keyword",
|
|
6201
|
+
"value": "string"
|
|
6202
|
+
},
|
|
6203
|
+
"computed": false
|
|
6204
|
+
},
|
|
6205
|
+
{
|
|
6206
|
+
"type": "propertySignature",
|
|
6207
|
+
"key": {
|
|
6420
6208
|
"type": "identifier",
|
|
6421
|
-
"name": "
|
|
6422
|
-
}
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6427
|
-
|
|
6428
|
-
|
|
6429
|
-
"name": "appendChildDone",
|
|
6430
|
-
"params": [
|
|
6209
|
+
"name": "value"
|
|
6210
|
+
},
|
|
6211
|
+
"annotation": {
|
|
6212
|
+
"type": "keyword",
|
|
6213
|
+
"value": "string"
|
|
6214
|
+
},
|
|
6215
|
+
"computed": false
|
|
6216
|
+
},
|
|
6431
6217
|
{
|
|
6432
|
-
"
|
|
6218
|
+
"type": "propertySignature",
|
|
6219
|
+
"key": {
|
|
6220
|
+
"type": "identifier",
|
|
6221
|
+
"name": "groupKey"
|
|
6222
|
+
},
|
|
6433
6223
|
"annotation": {
|
|
6434
6224
|
"type": "keyword",
|
|
6435
6225
|
"value": "string"
|
|
6436
|
-
}
|
|
6226
|
+
},
|
|
6227
|
+
"optional": true,
|
|
6228
|
+
"computed": false
|
|
6437
6229
|
},
|
|
6438
6230
|
{
|
|
6439
|
-
"
|
|
6231
|
+
"type": "propertySignature",
|
|
6232
|
+
"key": {
|
|
6233
|
+
"type": "identifier",
|
|
6234
|
+
"name": "groupLabel"
|
|
6235
|
+
},
|
|
6236
|
+
"annotation": {
|
|
6237
|
+
"type": "keyword",
|
|
6238
|
+
"value": "string"
|
|
6239
|
+
},
|
|
6240
|
+
"optional": true,
|
|
6241
|
+
"computed": false
|
|
6242
|
+
},
|
|
6243
|
+
{
|
|
6244
|
+
"type": "propertySignature",
|
|
6245
|
+
"key": {
|
|
6246
|
+
"type": "identifier",
|
|
6247
|
+
"name": "subCommands"
|
|
6248
|
+
},
|
|
6249
|
+
"annotation": {
|
|
6250
|
+
"type": "array",
|
|
6251
|
+
"elementType": {
|
|
6252
|
+
"type": "reference",
|
|
6253
|
+
"typeName": {
|
|
6254
|
+
"type": "identifier",
|
|
6255
|
+
"name": "Command"
|
|
6256
|
+
}
|
|
6257
|
+
}
|
|
6258
|
+
},
|
|
6259
|
+
"optional": true,
|
|
6260
|
+
"computed": false
|
|
6261
|
+
},
|
|
6262
|
+
{
|
|
6263
|
+
"type": "propertySignature",
|
|
6264
|
+
"key": {
|
|
6265
|
+
"type": "identifier",
|
|
6266
|
+
"name": "payload"
|
|
6267
|
+
},
|
|
6440
6268
|
"annotation": {
|
|
6441
6269
|
"type": "reference",
|
|
6442
6270
|
"typeName": {
|
|
6443
6271
|
"type": "identifier",
|
|
6444
|
-
"name": "
|
|
6272
|
+
"name": "CommandPayload"
|
|
6445
6273
|
}
|
|
6446
|
-
}
|
|
6274
|
+
},
|
|
6275
|
+
"optional": true,
|
|
6276
|
+
"computed": false
|
|
6447
6277
|
}
|
|
6448
|
-
]
|
|
6449
|
-
|
|
6450
|
-
}
|
|
6451
|
-
],
|
|
6452
|
-
"types": [
|
|
6278
|
+
]
|
|
6279
|
+
},
|
|
6453
6280
|
{
|
|
6454
6281
|
"type": "interface",
|
|
6455
|
-
"name": "
|
|
6282
|
+
"name": "UploadOptions",
|
|
6456
6283
|
"body": [
|
|
6457
6284
|
{
|
|
6458
6285
|
"type": "propertySignature",
|
|
6459
6286
|
"key": {
|
|
6460
6287
|
"type": "identifier",
|
|
6461
|
-
"name": "
|
|
6288
|
+
"name": "enabled"
|
|
6462
6289
|
},
|
|
6463
6290
|
"annotation": {
|
|
6464
6291
|
"type": "keyword",
|
|
6465
|
-
"value": "
|
|
6292
|
+
"value": "boolean"
|
|
6466
6293
|
},
|
|
6294
|
+
"optional": true,
|
|
6467
6295
|
"computed": false
|
|
6468
6296
|
},
|
|
6469
6297
|
{
|
|
6470
6298
|
"type": "propertySignature",
|
|
6471
6299
|
"key": {
|
|
6472
6300
|
"type": "identifier",
|
|
6473
|
-
"name": "
|
|
6301
|
+
"name": "dragDisabled"
|
|
6474
6302
|
},
|
|
6475
6303
|
"annotation": {
|
|
6476
6304
|
"type": "keyword",
|
|
6477
|
-
"value": "
|
|
6305
|
+
"value": "boolean"
|
|
6478
6306
|
},
|
|
6479
6307
|
"optional": true,
|
|
6480
6308
|
"computed": false
|
|
@@ -6483,34 +6311,33 @@
|
|
|
6483
6311
|
"type": "propertySignature",
|
|
6484
6312
|
"key": {
|
|
6485
6313
|
"type": "identifier",
|
|
6486
|
-
"name": "
|
|
6314
|
+
"name": "dragTips"
|
|
6487
6315
|
},
|
|
6488
6316
|
"annotation": {
|
|
6489
|
-
"type": "
|
|
6490
|
-
"
|
|
6491
|
-
"type": "identifier",
|
|
6492
|
-
"name": "GoalState"
|
|
6493
|
-
}
|
|
6317
|
+
"type": "keyword",
|
|
6318
|
+
"value": "string"
|
|
6494
6319
|
},
|
|
6320
|
+
"optional": true,
|
|
6495
6321
|
"computed": false
|
|
6496
6322
|
},
|
|
6497
6323
|
{
|
|
6498
6324
|
"type": "propertySignature",
|
|
6499
6325
|
"key": {
|
|
6500
6326
|
"type": "identifier",
|
|
6501
|
-
"name": "
|
|
6327
|
+
"name": "accept"
|
|
6502
6328
|
},
|
|
6503
6329
|
"annotation": {
|
|
6504
6330
|
"type": "keyword",
|
|
6505
|
-
"value": "
|
|
6331
|
+
"value": "string"
|
|
6506
6332
|
},
|
|
6333
|
+
"optional": true,
|
|
6507
6334
|
"computed": false
|
|
6508
6335
|
},
|
|
6509
6336
|
{
|
|
6510
6337
|
"type": "propertySignature",
|
|
6511
6338
|
"key": {
|
|
6512
6339
|
"type": "identifier",
|
|
6513
|
-
"name": "
|
|
6340
|
+
"name": "maxFiles"
|
|
6514
6341
|
},
|
|
6515
6342
|
"annotation": {
|
|
6516
6343
|
"type": "keyword",
|
|
@@ -6523,33 +6350,25 @@
|
|
|
6523
6350
|
"type": "propertySignature",
|
|
6524
6351
|
"key": {
|
|
6525
6352
|
"type": "identifier",
|
|
6526
|
-
"name": "
|
|
6353
|
+
"name": "maxSize"
|
|
6527
6354
|
},
|
|
6528
6355
|
"annotation": {
|
|
6529
|
-
"type": "
|
|
6530
|
-
"
|
|
6531
|
-
"type": "identifier",
|
|
6532
|
-
"name": "GoalMember"
|
|
6533
|
-
}
|
|
6356
|
+
"type": "keyword",
|
|
6357
|
+
"value": "number"
|
|
6534
6358
|
},
|
|
6535
6359
|
"optional": true,
|
|
6536
|
-
"computed": false
|
|
6360
|
+
"computed": false,
|
|
6361
|
+
"description": "In bytes"
|
|
6537
6362
|
},
|
|
6538
6363
|
{
|
|
6539
6364
|
"type": "propertySignature",
|
|
6540
6365
|
"key": {
|
|
6541
6366
|
"type": "identifier",
|
|
6542
|
-
"name": "
|
|
6367
|
+
"name": "readableAccept"
|
|
6543
6368
|
},
|
|
6544
6369
|
"annotation": {
|
|
6545
|
-
"type": "
|
|
6546
|
-
"
|
|
6547
|
-
"type": "reference",
|
|
6548
|
-
"typeName": {
|
|
6549
|
-
"type": "identifier",
|
|
6550
|
-
"name": "GoalMember"
|
|
6551
|
-
}
|
|
6552
|
-
}
|
|
6370
|
+
"type": "keyword",
|
|
6371
|
+
"value": "string"
|
|
6553
6372
|
},
|
|
6554
6373
|
"optional": true,
|
|
6555
6374
|
"computed": false
|
|
@@ -6558,35 +6377,88 @@
|
|
|
6558
6377
|
"type": "propertySignature",
|
|
6559
6378
|
"key": {
|
|
6560
6379
|
"type": "identifier",
|
|
6561
|
-
"name": "
|
|
6380
|
+
"name": "readableMaxSize"
|
|
6562
6381
|
},
|
|
6563
6382
|
"annotation": {
|
|
6564
6383
|
"type": "keyword",
|
|
6565
6384
|
"value": "string"
|
|
6566
6385
|
},
|
|
6386
|
+
"optional": true,
|
|
6567
6387
|
"computed": false
|
|
6568
|
-
}
|
|
6388
|
+
}
|
|
6389
|
+
]
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"type": "interface",
|
|
6393
|
+
"name": "ChatPayload",
|
|
6394
|
+
"body": [
|
|
6569
6395
|
{
|
|
6570
6396
|
"type": "propertySignature",
|
|
6571
6397
|
"key": {
|
|
6572
6398
|
"type": "identifier",
|
|
6573
|
-
"name": "
|
|
6399
|
+
"name": "content"
|
|
6574
6400
|
},
|
|
6575
6401
|
"annotation": {
|
|
6576
6402
|
"type": "keyword",
|
|
6577
|
-
"value": "
|
|
6403
|
+
"value": "string"
|
|
6404
|
+
},
|
|
6405
|
+
"computed": false
|
|
6406
|
+
}
|
|
6407
|
+
],
|
|
6408
|
+
"extends": [
|
|
6409
|
+
{
|
|
6410
|
+
"type": "expressionWithTypeArguments",
|
|
6411
|
+
"expression": {
|
|
6412
|
+
"type": "identifier",
|
|
6413
|
+
"name": "ExtraChatPayload"
|
|
6414
|
+
}
|
|
6415
|
+
}
|
|
6416
|
+
]
|
|
6417
|
+
},
|
|
6418
|
+
{
|
|
6419
|
+
"type": "interface",
|
|
6420
|
+
"name": "ExtraChatPayload",
|
|
6421
|
+
"body": [
|
|
6422
|
+
{
|
|
6423
|
+
"type": "propertySignature",
|
|
6424
|
+
"key": {
|
|
6425
|
+
"type": "identifier",
|
|
6426
|
+
"name": "files"
|
|
6427
|
+
},
|
|
6428
|
+
"annotation": {
|
|
6429
|
+
"type": "array",
|
|
6430
|
+
"elementType": {
|
|
6431
|
+
"type": "reference",
|
|
6432
|
+
"typeName": {
|
|
6433
|
+
"type": "identifier",
|
|
6434
|
+
"name": "UploadFileInfo"
|
|
6435
|
+
}
|
|
6436
|
+
}
|
|
6578
6437
|
},
|
|
6438
|
+
"optional": true,
|
|
6579
6439
|
"computed": false
|
|
6580
6440
|
},
|
|
6581
6441
|
{
|
|
6582
6442
|
"type": "propertySignature",
|
|
6583
6443
|
"key": {
|
|
6584
6444
|
"type": "identifier",
|
|
6585
|
-
"name": "
|
|
6445
|
+
"name": "cmd"
|
|
6586
6446
|
},
|
|
6587
6447
|
"annotation": {
|
|
6588
|
-
"type": "
|
|
6589
|
-
"
|
|
6448
|
+
"type": "union",
|
|
6449
|
+
"types": [
|
|
6450
|
+
{
|
|
6451
|
+
"type": "reference",
|
|
6452
|
+
"typeName": {
|
|
6453
|
+
"type": "identifier",
|
|
6454
|
+
"name": "CommandPayload"
|
|
6455
|
+
}
|
|
6456
|
+
},
|
|
6457
|
+
{
|
|
6458
|
+
"type": "keyword",
|
|
6459
|
+
"value": "null"
|
|
6460
|
+
}
|
|
6461
|
+
]
|
|
6590
6462
|
},
|
|
6591
6463
|
"optional": true,
|
|
6592
6464
|
"computed": false
|
|
@@ -6595,176 +6467,313 @@
|
|
|
6595
6467
|
"type": "propertySignature",
|
|
6596
6468
|
"key": {
|
|
6597
6469
|
"type": "identifier",
|
|
6598
|
-
"name": "
|
|
6470
|
+
"name": "aiEmployeeId"
|
|
6471
|
+
},
|
|
6472
|
+
"annotation": {
|
|
6473
|
+
"type": "union",
|
|
6474
|
+
"types": [
|
|
6475
|
+
{
|
|
6476
|
+
"type": "keyword",
|
|
6477
|
+
"value": "string"
|
|
6478
|
+
},
|
|
6479
|
+
{
|
|
6480
|
+
"type": "keyword",
|
|
6481
|
+
"value": "null"
|
|
6482
|
+
}
|
|
6483
|
+
]
|
|
6484
|
+
},
|
|
6485
|
+
"optional": true,
|
|
6486
|
+
"computed": false
|
|
6487
|
+
}
|
|
6488
|
+
]
|
|
6489
|
+
},
|
|
6490
|
+
{
|
|
6491
|
+
"type": "interface",
|
|
6492
|
+
"name": "UploadFileInfo",
|
|
6493
|
+
"body": [
|
|
6494
|
+
{
|
|
6495
|
+
"type": "propertySignature",
|
|
6496
|
+
"key": {
|
|
6497
|
+
"type": "identifier",
|
|
6498
|
+
"name": "fileId"
|
|
6599
6499
|
},
|
|
6600
6500
|
"annotation": {
|
|
6601
6501
|
"type": "keyword",
|
|
6602
6502
|
"value": "string"
|
|
6603
6503
|
},
|
|
6604
|
-
"optional": true,
|
|
6605
6504
|
"computed": false
|
|
6606
6505
|
}
|
|
6607
6506
|
]
|
|
6507
|
+
}
|
|
6508
|
+
]
|
|
6509
|
+
},
|
|
6510
|
+
"ai-portal.elevo-sidebar": {
|
|
6511
|
+
"properties": [
|
|
6512
|
+
{
|
|
6513
|
+
"name": "userInstanceId",
|
|
6514
|
+
"annotation": {
|
|
6515
|
+
"type": "keyword",
|
|
6516
|
+
"value": "string"
|
|
6517
|
+
}
|
|
6608
6518
|
},
|
|
6609
6519
|
{
|
|
6610
|
-
"
|
|
6611
|
-
"name": "GoalState",
|
|
6520
|
+
"name": "behavior",
|
|
6612
6521
|
"annotation": {
|
|
6613
6522
|
"type": "union",
|
|
6614
6523
|
"types": [
|
|
6615
6524
|
{
|
|
6616
6525
|
"type": "jsLiteral",
|
|
6617
|
-
"value": "
|
|
6618
|
-
},
|
|
6619
|
-
{
|
|
6620
|
-
"type": "jsLiteral",
|
|
6621
|
-
"value": "working"
|
|
6526
|
+
"value": "default"
|
|
6622
6527
|
},
|
|
6623
6528
|
{
|
|
6624
6529
|
"type": "jsLiteral",
|
|
6625
|
-
"value": "
|
|
6530
|
+
"value": "drawer"
|
|
6626
6531
|
}
|
|
6627
6532
|
]
|
|
6628
6533
|
}
|
|
6629
6534
|
},
|
|
6630
6535
|
{
|
|
6631
|
-
"
|
|
6632
|
-
"
|
|
6633
|
-
|
|
6634
|
-
|
|
6635
|
-
|
|
6636
|
-
|
|
6637
|
-
"type": "identifier",
|
|
6638
|
-
"name": "instanceId"
|
|
6639
|
-
},
|
|
6640
|
-
"annotation": {
|
|
6641
|
-
"type": "keyword",
|
|
6642
|
-
"value": "string"
|
|
6643
|
-
},
|
|
6644
|
-
"computed": false
|
|
6645
|
-
}
|
|
6646
|
-
]
|
|
6647
|
-
}
|
|
6648
|
-
]
|
|
6649
|
-
},
|
|
6650
|
-
"ai-portal.chat-box": {
|
|
6651
|
-
"properties": [
|
|
6536
|
+
"name": "logoUrl",
|
|
6537
|
+
"annotation": {
|
|
6538
|
+
"type": "keyword",
|
|
6539
|
+
"value": "string"
|
|
6540
|
+
}
|
|
6541
|
+
},
|
|
6652
6542
|
{
|
|
6653
|
-
"name": "
|
|
6543
|
+
"name": "newChatUrl",
|
|
6544
|
+
"annotation": {
|
|
6545
|
+
"type": "keyword",
|
|
6546
|
+
"value": "string"
|
|
6547
|
+
}
|
|
6548
|
+
},
|
|
6549
|
+
{
|
|
6550
|
+
"name": "newChatLinkWhenCollapsed",
|
|
6654
6551
|
"annotation": {
|
|
6655
6552
|
"type": "keyword",
|
|
6656
6553
|
"value": "boolean"
|
|
6657
6554
|
}
|
|
6658
6555
|
},
|
|
6659
6556
|
{
|
|
6660
|
-
"name": "
|
|
6557
|
+
"name": "historyUrlTemplate",
|
|
6661
6558
|
"annotation": {
|
|
6662
6559
|
"type": "keyword",
|
|
6663
6560
|
"value": "string"
|
|
6664
6561
|
}
|
|
6665
6562
|
},
|
|
6666
6563
|
{
|
|
6667
|
-
"name": "
|
|
6564
|
+
"name": "historyActions",
|
|
6565
|
+
"annotation": {
|
|
6566
|
+
"type": "array",
|
|
6567
|
+
"elementType": {
|
|
6568
|
+
"type": "reference",
|
|
6569
|
+
"typeName": {
|
|
6570
|
+
"type": "identifier",
|
|
6571
|
+
"name": "ActionType"
|
|
6572
|
+
}
|
|
6573
|
+
}
|
|
6574
|
+
}
|
|
6575
|
+
},
|
|
6576
|
+
{
|
|
6577
|
+
"name": "projectUrlTemplate",
|
|
6668
6578
|
"annotation": {
|
|
6669
6579
|
"type": "keyword",
|
|
6670
|
-
"value": "
|
|
6580
|
+
"value": "string"
|
|
6671
6581
|
}
|
|
6672
6582
|
},
|
|
6673
6583
|
{
|
|
6674
|
-
"name": "
|
|
6584
|
+
"name": "projectActions",
|
|
6675
6585
|
"annotation": {
|
|
6676
6586
|
"type": "array",
|
|
6677
6587
|
"elementType": {
|
|
6678
6588
|
"type": "reference",
|
|
6679
6589
|
"typeName": {
|
|
6680
6590
|
"type": "identifier",
|
|
6681
|
-
"name": "
|
|
6591
|
+
"name": "ActionType"
|
|
6682
6592
|
}
|
|
6683
6593
|
}
|
|
6684
6594
|
}
|
|
6685
6595
|
},
|
|
6686
6596
|
{
|
|
6687
|
-
"name": "
|
|
6597
|
+
"name": "links",
|
|
6688
6598
|
"annotation": {
|
|
6689
6599
|
"type": "array",
|
|
6690
6600
|
"elementType": {
|
|
6691
6601
|
"type": "reference",
|
|
6692
6602
|
"typeName": {
|
|
6693
6603
|
"type": "identifier",
|
|
6694
|
-
"name": "
|
|
6604
|
+
"name": "SidebarLink"
|
|
6695
6605
|
}
|
|
6696
6606
|
}
|
|
6697
6607
|
}
|
|
6698
6608
|
},
|
|
6699
6609
|
{
|
|
6700
|
-
"name": "
|
|
6610
|
+
"name": "canAddProject",
|
|
6611
|
+
"annotation": {
|
|
6612
|
+
"type": "keyword",
|
|
6613
|
+
"value": "boolean"
|
|
6614
|
+
}
|
|
6615
|
+
},
|
|
6616
|
+
{
|
|
6617
|
+
"name": "myLinks",
|
|
6618
|
+
"annotation": {
|
|
6619
|
+
"type": "array",
|
|
6620
|
+
"elementType": {
|
|
6621
|
+
"type": "reference",
|
|
6622
|
+
"typeName": {
|
|
6623
|
+
"type": "identifier",
|
|
6624
|
+
"name": "SidebarLink"
|
|
6625
|
+
}
|
|
6626
|
+
}
|
|
6627
|
+
}
|
|
6628
|
+
},
|
|
6629
|
+
{
|
|
6630
|
+
"name": "scope",
|
|
6631
|
+
"annotation": {
|
|
6632
|
+
"type": "union",
|
|
6633
|
+
"types": [
|
|
6634
|
+
{
|
|
6635
|
+
"type": "jsLiteral",
|
|
6636
|
+
"value": "default"
|
|
6637
|
+
},
|
|
6638
|
+
{
|
|
6639
|
+
"type": "jsLiteral",
|
|
6640
|
+
"value": "space"
|
|
6641
|
+
}
|
|
6642
|
+
]
|
|
6643
|
+
}
|
|
6644
|
+
},
|
|
6645
|
+
{
|
|
6646
|
+
"name": "spaceNav",
|
|
6701
6647
|
"annotation": {
|
|
6702
6648
|
"type": "reference",
|
|
6703
6649
|
"typeName": {
|
|
6704
6650
|
"type": "identifier",
|
|
6705
|
-
"name": "
|
|
6651
|
+
"name": "SpaceNavProps"
|
|
6706
6652
|
}
|
|
6707
6653
|
}
|
|
6708
6654
|
}
|
|
6709
6655
|
],
|
|
6710
6656
|
"events": [
|
|
6711
6657
|
{
|
|
6712
|
-
"name": "
|
|
6658
|
+
"name": "logout",
|
|
6713
6659
|
"detail": {
|
|
6714
6660
|
"annotation": {
|
|
6715
6661
|
"type": "keyword",
|
|
6716
|
-
"value": "
|
|
6662
|
+
"value": "void"
|
|
6717
6663
|
}
|
|
6718
6664
|
}
|
|
6719
6665
|
},
|
|
6720
6666
|
{
|
|
6721
|
-
"name": "
|
|
6667
|
+
"name": "action.click",
|
|
6722
6668
|
"detail": {
|
|
6723
6669
|
"annotation": {
|
|
6724
6670
|
"type": "reference",
|
|
6725
6671
|
"typeName": {
|
|
6726
6672
|
"type": "identifier",
|
|
6727
|
-
"name": "
|
|
6673
|
+
"name": "ActionClickDetail"
|
|
6674
|
+
}
|
|
6675
|
+
}
|
|
6676
|
+
}
|
|
6677
|
+
},
|
|
6678
|
+
{
|
|
6679
|
+
"name": "project.action.click",
|
|
6680
|
+
"detail": {
|
|
6681
|
+
"annotation": {
|
|
6682
|
+
"type": "reference",
|
|
6683
|
+
"typeName": {
|
|
6684
|
+
"type": "identifier",
|
|
6685
|
+
"name": "ProjectActionClickDetail"
|
|
6728
6686
|
}
|
|
6729
6687
|
}
|
|
6730
6688
|
}
|
|
6689
|
+
},
|
|
6690
|
+
{
|
|
6691
|
+
"name": "add.project",
|
|
6692
|
+
"detail": {
|
|
6693
|
+
"annotation": {
|
|
6694
|
+
"type": "keyword",
|
|
6695
|
+
"value": "void"
|
|
6696
|
+
}
|
|
6697
|
+
}
|
|
6731
6698
|
}
|
|
6732
6699
|
],
|
|
6733
6700
|
"methods": [
|
|
6734
6701
|
{
|
|
6735
|
-
"name": "
|
|
6702
|
+
"name": "pullHistory",
|
|
6736
6703
|
"params": [
|
|
6737
6704
|
{
|
|
6738
|
-
"name": "
|
|
6705
|
+
"name": "delay",
|
|
6739
6706
|
"annotation": {
|
|
6740
6707
|
"type": "keyword",
|
|
6741
|
-
"value": "
|
|
6708
|
+
"value": "number"
|
|
6742
6709
|
}
|
|
6743
6710
|
}
|
|
6744
6711
|
],
|
|
6745
6712
|
"returns": {}
|
|
6746
6713
|
},
|
|
6747
6714
|
{
|
|
6748
|
-
"name": "
|
|
6715
|
+
"name": "open",
|
|
6749
6716
|
"params": [],
|
|
6750
6717
|
"returns": {}
|
|
6751
6718
|
},
|
|
6752
6719
|
{
|
|
6753
|
-
"name": "
|
|
6720
|
+
"name": "close",
|
|
6754
6721
|
"params": [],
|
|
6755
6722
|
"returns": {}
|
|
6723
|
+
},
|
|
6724
|
+
{
|
|
6725
|
+
"name": "removeProject",
|
|
6726
|
+
"params": [
|
|
6727
|
+
{
|
|
6728
|
+
"name": "projectId",
|
|
6729
|
+
"annotation": {
|
|
6730
|
+
"type": "keyword",
|
|
6731
|
+
"value": "string"
|
|
6732
|
+
}
|
|
6733
|
+
}
|
|
6734
|
+
],
|
|
6735
|
+
"returns": {}
|
|
6736
|
+
},
|
|
6737
|
+
{
|
|
6738
|
+
"name": "addProject",
|
|
6739
|
+
"params": [
|
|
6740
|
+
{
|
|
6741
|
+
"name": "project",
|
|
6742
|
+
"annotation": {
|
|
6743
|
+
"type": "reference",
|
|
6744
|
+
"typeName": {
|
|
6745
|
+
"type": "identifier",
|
|
6746
|
+
"name": "Project"
|
|
6747
|
+
}
|
|
6748
|
+
}
|
|
6749
|
+
}
|
|
6750
|
+
],
|
|
6751
|
+
"returns": {}
|
|
6752
|
+
},
|
|
6753
|
+
{
|
|
6754
|
+
"name": "moveConversation",
|
|
6755
|
+
"params": [
|
|
6756
|
+
{
|
|
6757
|
+
"name": "conversationId",
|
|
6758
|
+
"annotation": {
|
|
6759
|
+
"type": "keyword",
|
|
6760
|
+
"value": "string"
|
|
6761
|
+
}
|
|
6762
|
+
}
|
|
6763
|
+
],
|
|
6764
|
+
"returns": {}
|
|
6756
6765
|
}
|
|
6757
6766
|
],
|
|
6758
6767
|
"types": [
|
|
6759
6768
|
{
|
|
6760
6769
|
"type": "interface",
|
|
6761
|
-
"name": "
|
|
6770
|
+
"name": "SidebarLink",
|
|
6762
6771
|
"body": [
|
|
6763
6772
|
{
|
|
6764
6773
|
"type": "propertySignature",
|
|
6765
6774
|
"key": {
|
|
6766
6775
|
"type": "identifier",
|
|
6767
|
-
"name": "
|
|
6776
|
+
"name": "title"
|
|
6768
6777
|
},
|
|
6769
6778
|
"annotation": {
|
|
6770
6779
|
"type": "keyword",
|
|
@@ -6776,25 +6785,57 @@
|
|
|
6776
6785
|
"type": "propertySignature",
|
|
6777
6786
|
"key": {
|
|
6778
6787
|
"type": "identifier",
|
|
6779
|
-
"name": "
|
|
6788
|
+
"name": "url"
|
|
6780
6789
|
},
|
|
6781
6790
|
"annotation": {
|
|
6782
6791
|
"type": "keyword",
|
|
6783
6792
|
"value": "string"
|
|
6784
6793
|
},
|
|
6785
6794
|
"computed": false
|
|
6795
|
+
},
|
|
6796
|
+
{
|
|
6797
|
+
"type": "propertySignature",
|
|
6798
|
+
"key": {
|
|
6799
|
+
"type": "identifier",
|
|
6800
|
+
"name": "icon"
|
|
6801
|
+
},
|
|
6802
|
+
"annotation": {
|
|
6803
|
+
"type": "reference",
|
|
6804
|
+
"typeName": {
|
|
6805
|
+
"type": "identifier",
|
|
6806
|
+
"name": "GeneralIconProps"
|
|
6807
|
+
}
|
|
6808
|
+
},
|
|
6809
|
+
"optional": true,
|
|
6810
|
+
"computed": false
|
|
6811
|
+
},
|
|
6812
|
+
{
|
|
6813
|
+
"type": "propertySignature",
|
|
6814
|
+
"key": {
|
|
6815
|
+
"type": "identifier",
|
|
6816
|
+
"name": "activeIncludes"
|
|
6817
|
+
},
|
|
6818
|
+
"annotation": {
|
|
6819
|
+
"type": "array",
|
|
6820
|
+
"elementType": {
|
|
6821
|
+
"type": "keyword",
|
|
6822
|
+
"value": "string"
|
|
6823
|
+
}
|
|
6824
|
+
},
|
|
6825
|
+
"optional": true,
|
|
6826
|
+
"computed": false
|
|
6786
6827
|
}
|
|
6787
6828
|
]
|
|
6788
6829
|
},
|
|
6789
6830
|
{
|
|
6790
6831
|
"type": "interface",
|
|
6791
|
-
"name": "
|
|
6832
|
+
"name": "SpaceNavProps",
|
|
6792
6833
|
"body": [
|
|
6793
6834
|
{
|
|
6794
6835
|
"type": "propertySignature",
|
|
6795
6836
|
"key": {
|
|
6796
6837
|
"type": "identifier",
|
|
6797
|
-
"name": "
|
|
6838
|
+
"name": "returnUrl"
|
|
6798
6839
|
},
|
|
6799
6840
|
"annotation": {
|
|
6800
6841
|
"type": "keyword",
|
|
@@ -6806,11 +6847,36 @@
|
|
|
6806
6847
|
"type": "propertySignature",
|
|
6807
6848
|
"key": {
|
|
6808
6849
|
"type": "identifier",
|
|
6809
|
-
"name": "
|
|
6850
|
+
"name": "spaceDetail"
|
|
6810
6851
|
},
|
|
6811
6852
|
"annotation": {
|
|
6812
|
-
"type": "
|
|
6813
|
-
"
|
|
6853
|
+
"type": "typeLiteral",
|
|
6854
|
+
"members": [
|
|
6855
|
+
{
|
|
6856
|
+
"type": "propertySignature",
|
|
6857
|
+
"key": {
|
|
6858
|
+
"type": "identifier",
|
|
6859
|
+
"name": "instanceId"
|
|
6860
|
+
},
|
|
6861
|
+
"annotation": {
|
|
6862
|
+
"type": "keyword",
|
|
6863
|
+
"value": "string"
|
|
6864
|
+
},
|
|
6865
|
+
"computed": false
|
|
6866
|
+
},
|
|
6867
|
+
{
|
|
6868
|
+
"type": "propertySignature",
|
|
6869
|
+
"key": {
|
|
6870
|
+
"type": "identifier",
|
|
6871
|
+
"name": "name"
|
|
6872
|
+
},
|
|
6873
|
+
"annotation": {
|
|
6874
|
+
"type": "keyword",
|
|
6875
|
+
"value": "string"
|
|
6876
|
+
},
|
|
6877
|
+
"computed": false
|
|
6878
|
+
}
|
|
6879
|
+
]
|
|
6814
6880
|
},
|
|
6815
6881
|
"computed": false
|
|
6816
6882
|
},
|
|
@@ -6818,11 +6884,17 @@
|
|
|
6818
6884
|
"type": "propertySignature",
|
|
6819
6885
|
"key": {
|
|
6820
6886
|
"type": "identifier",
|
|
6821
|
-
"name": "
|
|
6887
|
+
"name": "spaceObjects"
|
|
6822
6888
|
},
|
|
6823
6889
|
"annotation": {
|
|
6824
|
-
"type": "
|
|
6825
|
-
"
|
|
6890
|
+
"type": "array",
|
|
6891
|
+
"elementType": {
|
|
6892
|
+
"type": "reference",
|
|
6893
|
+
"typeName": {
|
|
6894
|
+
"type": "identifier",
|
|
6895
|
+
"name": "SidebarLink"
|
|
6896
|
+
}
|
|
6897
|
+
}
|
|
6826
6898
|
},
|
|
6827
6899
|
"optional": true,
|
|
6828
6900
|
"computed": false
|
|
@@ -6831,11 +6903,17 @@
|
|
|
6831
6903
|
"type": "propertySignature",
|
|
6832
6904
|
"key": {
|
|
6833
6905
|
"type": "identifier",
|
|
6834
|
-
"name": "
|
|
6906
|
+
"name": "spaceServiceflows"
|
|
6835
6907
|
},
|
|
6836
6908
|
"annotation": {
|
|
6837
|
-
"type": "
|
|
6838
|
-
"
|
|
6909
|
+
"type": "array",
|
|
6910
|
+
"elementType": {
|
|
6911
|
+
"type": "reference",
|
|
6912
|
+
"typeName": {
|
|
6913
|
+
"type": "identifier",
|
|
6914
|
+
"name": "SidebarLink"
|
|
6915
|
+
}
|
|
6916
|
+
}
|
|
6839
6917
|
},
|
|
6840
6918
|
"optional": true,
|
|
6841
6919
|
"computed": false
|
|
@@ -6844,7 +6922,7 @@
|
|
|
6844
6922
|
"type": "propertySignature",
|
|
6845
6923
|
"key": {
|
|
6846
6924
|
"type": "identifier",
|
|
6847
|
-
"name": "
|
|
6925
|
+
"name": "spaceLinks"
|
|
6848
6926
|
},
|
|
6849
6927
|
"annotation": {
|
|
6850
6928
|
"type": "array",
|
|
@@ -6852,24 +6930,86 @@
|
|
|
6852
6930
|
"type": "reference",
|
|
6853
6931
|
"typeName": {
|
|
6854
6932
|
"type": "identifier",
|
|
6855
|
-
"name": "
|
|
6933
|
+
"name": "SidebarLink"
|
|
6856
6934
|
}
|
|
6857
6935
|
}
|
|
6858
6936
|
},
|
|
6859
6937
|
"optional": true,
|
|
6860
6938
|
"computed": false
|
|
6939
|
+
}
|
|
6940
|
+
]
|
|
6941
|
+
},
|
|
6942
|
+
{
|
|
6943
|
+
"type": "interface",
|
|
6944
|
+
"name": "ActionClickDetail",
|
|
6945
|
+
"body": [
|
|
6946
|
+
{
|
|
6947
|
+
"type": "propertySignature",
|
|
6948
|
+
"key": {
|
|
6949
|
+
"type": "identifier",
|
|
6950
|
+
"name": "action"
|
|
6951
|
+
},
|
|
6952
|
+
"annotation": {
|
|
6953
|
+
"type": "intersection",
|
|
6954
|
+
"types": [
|
|
6955
|
+
{
|
|
6956
|
+
"type": "reference",
|
|
6957
|
+
"typeName": {
|
|
6958
|
+
"type": "identifier",
|
|
6959
|
+
"name": "SimpleActionType"
|
|
6960
|
+
}
|
|
6961
|
+
},
|
|
6962
|
+
{
|
|
6963
|
+
"type": "typeLiteral",
|
|
6964
|
+
"members": [
|
|
6965
|
+
{
|
|
6966
|
+
"type": "propertySignature",
|
|
6967
|
+
"key": {
|
|
6968
|
+
"type": "identifier",
|
|
6969
|
+
"name": "project"
|
|
6970
|
+
},
|
|
6971
|
+
"annotation": {
|
|
6972
|
+
"type": "reference",
|
|
6973
|
+
"typeName": {
|
|
6974
|
+
"type": "identifier",
|
|
6975
|
+
"name": "Project"
|
|
6976
|
+
}
|
|
6977
|
+
},
|
|
6978
|
+
"optional": true,
|
|
6979
|
+
"computed": false
|
|
6980
|
+
}
|
|
6981
|
+
]
|
|
6982
|
+
}
|
|
6983
|
+
]
|
|
6984
|
+
},
|
|
6985
|
+
"computed": false
|
|
6861
6986
|
},
|
|
6862
6987
|
{
|
|
6863
6988
|
"type": "propertySignature",
|
|
6864
6989
|
"key": {
|
|
6865
6990
|
"type": "identifier",
|
|
6866
|
-
"name": "
|
|
6991
|
+
"name": "item"
|
|
6867
6992
|
},
|
|
6868
6993
|
"annotation": {
|
|
6869
6994
|
"type": "reference",
|
|
6870
6995
|
"typeName": {
|
|
6871
6996
|
"type": "identifier",
|
|
6872
|
-
"name": "
|
|
6997
|
+
"name": "HistoryItem"
|
|
6998
|
+
}
|
|
6999
|
+
},
|
|
7000
|
+
"computed": false
|
|
7001
|
+
},
|
|
7002
|
+
{
|
|
7003
|
+
"type": "propertySignature",
|
|
7004
|
+
"key": {
|
|
7005
|
+
"type": "identifier",
|
|
7006
|
+
"name": "project"
|
|
7007
|
+
},
|
|
7008
|
+
"annotation": {
|
|
7009
|
+
"type": "reference",
|
|
7010
|
+
"typeName": {
|
|
7011
|
+
"type": "identifier",
|
|
7012
|
+
"name": "Project"
|
|
6873
7013
|
}
|
|
6874
7014
|
},
|
|
6875
7015
|
"optional": true,
|
|
@@ -6879,208 +7019,188 @@
|
|
|
6879
7019
|
},
|
|
6880
7020
|
{
|
|
6881
7021
|
"type": "interface",
|
|
6882
|
-
"name": "
|
|
7022
|
+
"name": "Project",
|
|
6883
7023
|
"body": [
|
|
6884
7024
|
{
|
|
6885
7025
|
"type": "propertySignature",
|
|
6886
7026
|
"key": {
|
|
6887
7027
|
"type": "identifier",
|
|
6888
|
-
"name": "
|
|
7028
|
+
"name": "instanceId"
|
|
6889
7029
|
},
|
|
6890
7030
|
"annotation": {
|
|
6891
7031
|
"type": "keyword",
|
|
6892
|
-
"value": "
|
|
7032
|
+
"value": "string"
|
|
6893
7033
|
},
|
|
6894
|
-
"
|
|
6895
|
-
"
|
|
7034
|
+
"computed": false,
|
|
7035
|
+
"description": "实例ID"
|
|
6896
7036
|
},
|
|
6897
7037
|
{
|
|
6898
7038
|
"type": "propertySignature",
|
|
6899
7039
|
"key": {
|
|
6900
7040
|
"type": "identifier",
|
|
6901
|
-
"name": "
|
|
7041
|
+
"name": "name"
|
|
6902
7042
|
},
|
|
6903
7043
|
"annotation": {
|
|
6904
7044
|
"type": "keyword",
|
|
6905
|
-
"value": "
|
|
7045
|
+
"value": "string"
|
|
6906
7046
|
},
|
|
6907
|
-
"
|
|
6908
|
-
"
|
|
7047
|
+
"computed": false,
|
|
7048
|
+
"description": "项目名称"
|
|
6909
7049
|
},
|
|
6910
7050
|
{
|
|
6911
7051
|
"type": "propertySignature",
|
|
6912
7052
|
"key": {
|
|
6913
7053
|
"type": "identifier",
|
|
6914
|
-
"name": "
|
|
7054
|
+
"name": "description"
|
|
6915
7055
|
},
|
|
6916
7056
|
"annotation": {
|
|
6917
7057
|
"type": "keyword",
|
|
6918
7058
|
"value": "string"
|
|
6919
7059
|
},
|
|
6920
|
-
"
|
|
6921
|
-
"
|
|
7060
|
+
"computed": false,
|
|
7061
|
+
"description": "项目描述"
|
|
6922
7062
|
},
|
|
6923
7063
|
{
|
|
6924
7064
|
"type": "propertySignature",
|
|
6925
7065
|
"key": {
|
|
6926
7066
|
"type": "identifier",
|
|
6927
|
-
"name": "
|
|
7067
|
+
"name": "state"
|
|
7068
|
+
},
|
|
7069
|
+
"annotation": {
|
|
7070
|
+
"type": "union",
|
|
7071
|
+
"types": [
|
|
7072
|
+
{
|
|
7073
|
+
"type": "jsLiteral",
|
|
7074
|
+
"value": "active"
|
|
7075
|
+
},
|
|
7076
|
+
{
|
|
7077
|
+
"type": "jsLiteral",
|
|
7078
|
+
"value": "inactive"
|
|
7079
|
+
}
|
|
7080
|
+
]
|
|
7081
|
+
},
|
|
7082
|
+
"computed": false,
|
|
7083
|
+
"description": "状态"
|
|
7084
|
+
},
|
|
7085
|
+
{
|
|
7086
|
+
"type": "propertySignature",
|
|
7087
|
+
"key": {
|
|
7088
|
+
"type": "identifier",
|
|
7089
|
+
"name": "defaultAiEmployeeId"
|
|
6928
7090
|
},
|
|
6929
7091
|
"annotation": {
|
|
6930
7092
|
"type": "keyword",
|
|
6931
7093
|
"value": "string"
|
|
6932
7094
|
},
|
|
6933
|
-
"
|
|
6934
|
-
"
|
|
7095
|
+
"computed": false,
|
|
7096
|
+
"description": "默认数字人ID"
|
|
6935
7097
|
},
|
|
6936
7098
|
{
|
|
6937
7099
|
"type": "propertySignature",
|
|
6938
7100
|
"key": {
|
|
6939
7101
|
"type": "identifier",
|
|
6940
|
-
"name": "
|
|
7102
|
+
"name": "creator"
|
|
6941
7103
|
},
|
|
6942
7104
|
"annotation": {
|
|
6943
7105
|
"type": "keyword",
|
|
6944
|
-
"value": "
|
|
7106
|
+
"value": "string"
|
|
6945
7107
|
},
|
|
6946
|
-
"
|
|
6947
|
-
"
|
|
7108
|
+
"computed": false,
|
|
7109
|
+
"description": "创建者"
|
|
6948
7110
|
},
|
|
6949
7111
|
{
|
|
6950
7112
|
"type": "propertySignature",
|
|
6951
7113
|
"key": {
|
|
6952
7114
|
"type": "identifier",
|
|
6953
|
-
"name": "
|
|
7115
|
+
"name": "ctime"
|
|
6954
7116
|
},
|
|
6955
7117
|
"annotation": {
|
|
6956
7118
|
"type": "keyword",
|
|
6957
|
-
"value": "
|
|
7119
|
+
"value": "string"
|
|
6958
7120
|
},
|
|
6959
|
-
"optional": true,
|
|
6960
7121
|
"computed": false,
|
|
6961
|
-
"description": "
|
|
7122
|
+
"description": "创建时间"
|
|
6962
7123
|
},
|
|
6963
7124
|
{
|
|
6964
7125
|
"type": "propertySignature",
|
|
6965
7126
|
"key": {
|
|
6966
7127
|
"type": "identifier",
|
|
6967
|
-
"name": "
|
|
7128
|
+
"name": "mtime"
|
|
6968
7129
|
},
|
|
6969
7130
|
"annotation": {
|
|
6970
7131
|
"type": "keyword",
|
|
6971
7132
|
"value": "string"
|
|
6972
7133
|
},
|
|
6973
|
-
"
|
|
6974
|
-
"
|
|
7134
|
+
"computed": false,
|
|
7135
|
+
"description": "修改时间"
|
|
6975
7136
|
},
|
|
6976
7137
|
{
|
|
6977
7138
|
"type": "propertySignature",
|
|
6978
7139
|
"key": {
|
|
6979
7140
|
"type": "identifier",
|
|
6980
|
-
"name": "
|
|
7141
|
+
"name": "modifier"
|
|
6981
7142
|
},
|
|
6982
7143
|
"annotation": {
|
|
6983
7144
|
"type": "keyword",
|
|
6984
7145
|
"value": "string"
|
|
6985
7146
|
},
|
|
6986
|
-
"
|
|
6987
|
-
"
|
|
7147
|
+
"computed": false,
|
|
7148
|
+
"description": "修改者"
|
|
6988
7149
|
}
|
|
6989
7150
|
]
|
|
6990
7151
|
},
|
|
6991
7152
|
{
|
|
6992
7153
|
"type": "interface",
|
|
6993
|
-
"name": "
|
|
7154
|
+
"name": "HistoryItem",
|
|
6994
7155
|
"body": [
|
|
6995
7156
|
{
|
|
6996
7157
|
"type": "propertySignature",
|
|
6997
7158
|
"key": {
|
|
6998
7159
|
"type": "identifier",
|
|
6999
|
-
"name": "
|
|
7160
|
+
"name": "conversationId"
|
|
7000
7161
|
},
|
|
7001
7162
|
"annotation": {
|
|
7002
7163
|
"type": "keyword",
|
|
7003
7164
|
"value": "string"
|
|
7004
7165
|
},
|
|
7005
7166
|
"computed": false
|
|
7006
|
-
}
|
|
7007
|
-
],
|
|
7008
|
-
"extends": [
|
|
7009
|
-
{
|
|
7010
|
-
"type": "expressionWithTypeArguments",
|
|
7011
|
-
"expression": {
|
|
7012
|
-
"type": "identifier",
|
|
7013
|
-
"name": "ExtraChatPayload"
|
|
7014
|
-
}
|
|
7015
|
-
}
|
|
7016
|
-
]
|
|
7017
|
-
},
|
|
7018
|
-
{
|
|
7019
|
-
"type": "interface",
|
|
7020
|
-
"name": "ExtraChatPayload",
|
|
7021
|
-
"body": [
|
|
7167
|
+
},
|
|
7022
7168
|
{
|
|
7023
7169
|
"type": "propertySignature",
|
|
7024
7170
|
"key": {
|
|
7025
7171
|
"type": "identifier",
|
|
7026
|
-
"name": "
|
|
7172
|
+
"name": "title"
|
|
7027
7173
|
},
|
|
7028
7174
|
"annotation": {
|
|
7029
|
-
"type": "
|
|
7030
|
-
"
|
|
7031
|
-
"type": "reference",
|
|
7032
|
-
"typeName": {
|
|
7033
|
-
"type": "identifier",
|
|
7034
|
-
"name": "UploadFileInfo"
|
|
7035
|
-
}
|
|
7036
|
-
}
|
|
7175
|
+
"type": "keyword",
|
|
7176
|
+
"value": "string"
|
|
7037
7177
|
},
|
|
7038
|
-
"optional": true,
|
|
7039
7178
|
"computed": false
|
|
7040
7179
|
},
|
|
7041
7180
|
{
|
|
7042
7181
|
"type": "propertySignature",
|
|
7043
7182
|
"key": {
|
|
7044
7183
|
"type": "identifier",
|
|
7045
|
-
"name": "
|
|
7184
|
+
"name": "startTime"
|
|
7046
7185
|
},
|
|
7047
7186
|
"annotation": {
|
|
7048
|
-
"type": "
|
|
7049
|
-
"
|
|
7050
|
-
{
|
|
7051
|
-
"type": "reference",
|
|
7052
|
-
"typeName": {
|
|
7053
|
-
"type": "identifier",
|
|
7054
|
-
"name": "CommandPayload"
|
|
7055
|
-
}
|
|
7056
|
-
},
|
|
7057
|
-
{
|
|
7058
|
-
"type": "keyword",
|
|
7059
|
-
"value": "null"
|
|
7060
|
-
}
|
|
7061
|
-
]
|
|
7187
|
+
"type": "keyword",
|
|
7188
|
+
"value": "number"
|
|
7062
7189
|
},
|
|
7063
|
-
"optional": true,
|
|
7064
7190
|
"computed": false
|
|
7065
7191
|
},
|
|
7066
7192
|
{
|
|
7067
7193
|
"type": "propertySignature",
|
|
7068
7194
|
"key": {
|
|
7069
7195
|
"type": "identifier",
|
|
7070
|
-
"name": "
|
|
7196
|
+
"name": "state"
|
|
7071
7197
|
},
|
|
7072
7198
|
"annotation": {
|
|
7073
|
-
"type": "
|
|
7074
|
-
"
|
|
7075
|
-
|
|
7076
|
-
|
|
7077
|
-
|
|
7078
|
-
},
|
|
7079
|
-
{
|
|
7080
|
-
"type": "keyword",
|
|
7081
|
-
"value": "null"
|
|
7082
|
-
}
|
|
7083
|
-
]
|
|
7199
|
+
"type": "reference",
|
|
7200
|
+
"typeName": {
|
|
7201
|
+
"type": "identifier",
|
|
7202
|
+
"name": "ConversationState"
|
|
7203
|
+
}
|
|
7084
7204
|
},
|
|
7085
7205
|
"optional": true,
|
|
7086
7206
|
"computed": false
|
|
@@ -7089,17 +7209,35 @@
|
|
|
7089
7209
|
},
|
|
7090
7210
|
{
|
|
7091
7211
|
"type": "interface",
|
|
7092
|
-
"name": "
|
|
7212
|
+
"name": "ProjectActionClickDetail",
|
|
7093
7213
|
"body": [
|
|
7094
7214
|
{
|
|
7095
7215
|
"type": "propertySignature",
|
|
7096
7216
|
"key": {
|
|
7097
7217
|
"type": "identifier",
|
|
7098
|
-
"name": "
|
|
7218
|
+
"name": "action"
|
|
7099
7219
|
},
|
|
7100
7220
|
"annotation": {
|
|
7101
|
-
"type": "
|
|
7102
|
-
"
|
|
7221
|
+
"type": "reference",
|
|
7222
|
+
"typeName": {
|
|
7223
|
+
"type": "identifier",
|
|
7224
|
+
"name": "SimpleActionType"
|
|
7225
|
+
}
|
|
7226
|
+
},
|
|
7227
|
+
"computed": false
|
|
7228
|
+
},
|
|
7229
|
+
{
|
|
7230
|
+
"type": "propertySignature",
|
|
7231
|
+
"key": {
|
|
7232
|
+
"type": "identifier",
|
|
7233
|
+
"name": "project"
|
|
7234
|
+
},
|
|
7235
|
+
"annotation": {
|
|
7236
|
+
"type": "reference",
|
|
7237
|
+
"typeName": {
|
|
7238
|
+
"type": "identifier",
|
|
7239
|
+
"name": "Project"
|
|
7240
|
+
}
|
|
7103
7241
|
},
|
|
7104
7242
|
"computed": false
|
|
7105
7243
|
}
|