@next-bricks/ai-portal 0.58.2 → 0.58.3
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 +43 -39
- package/dist/chunks/1488.d2c97a97.js +2 -0
- package/dist/chunks/1488.d2c97a97.js.map +1 -0
- package/dist/chunks/151.a5affad6.js +2 -0
- package/dist/chunks/151.a5affad6.js.map +1 -0
- package/dist/chunks/2232.fa4338ad.js +2 -0
- package/dist/chunks/2232.fa4338ad.js.map +1 -0
- package/dist/chunks/2324.c7c2427a.js +2 -0
- package/dist/chunks/2324.c7c2427a.js.map +1 -0
- package/dist/chunks/9496.9bf2d483.js +2 -0
- package/dist/chunks/9496.9bf2d483.js.map +1 -0
- package/dist/chunks/chat-box.041da849.js +2 -0
- package/dist/chunks/chat-box.041da849.js.map +1 -0
- package/dist/chunks/chat-input.2c5e645b.js +2 -0
- package/dist/chunks/chat-input.2c5e645b.js.map +1 -0
- package/dist/chunks/chat-stream.6ca6e5c4.js +2 -0
- package/dist/chunks/chat-stream.6ca6e5c4.js.map +1 -0
- package/dist/chunks/cruise-canvas.12cab553.js +2 -0
- package/dist/chunks/cruise-canvas.12cab553.js.map +1 -0
- package/dist/chunks/{main.f26590db.js → main.17b51dc3.js} +2 -2
- package/dist/chunks/{main.f26590db.js.map → main.17b51dc3.js.map} +1 -1
- package/dist/chunks/notice-dropdown.37b8ffb2.js.map +1 -1
- package/dist/examples.json +18 -18
- package/dist/{index.734b36bb.js → index.fd3d8371.js} +2 -2
- package/dist/{index.734b36bb.js.map → index.fd3d8371.js.map} +1 -1
- package/dist/manifest.json +320 -300
- package/dist/types.json +1500 -1387
- package/dist-types/chat-stream/ChatStream.d.ts +2 -1
- package/dist-types/chat-stream/index.d.ts +5 -1
- package/dist-types/cruise-canvas/CruiseCanvas.d.ts +1 -1
- package/dist-types/cruise-canvas/index.d.ts +7 -0
- package/dist-types/notice-dropdown/index.d.ts +1 -12
- package/dist-types/shared/FileUpload/UploadButton.d.ts +1 -3
- package/dist-types/shared/bricks.d.ts +10 -0
- package/dist-types/shared/interfaces.d.ts +7 -0
- package/dist-types/shared/useFilesUploading.d.ts +5 -3
- package/package.json +2 -2
- package/dist/chunks/1488.7acd87b5.js +0 -2
- package/dist/chunks/1488.7acd87b5.js.map +0 -1
- package/dist/chunks/151.b87bccc0.js +0 -2
- package/dist/chunks/151.b87bccc0.js.map +0 -1
- package/dist/chunks/2232.8b3d46e2.js +0 -2
- package/dist/chunks/2232.8b3d46e2.js.map +0 -1
- package/dist/chunks/7041.ff8d9ead.js +0 -2
- package/dist/chunks/7041.ff8d9ead.js.map +0 -1
- package/dist/chunks/9496.9be62b7c.js +0 -2
- package/dist/chunks/9496.9be62b7c.js.map +0 -1
- package/dist/chunks/chat-box.1b2a4a02.js +0 -2
- package/dist/chunks/chat-box.1b2a4a02.js.map +0 -1
- package/dist/chunks/chat-input.3ca07b82.js +0 -2
- package/dist/chunks/chat-input.3ca07b82.js.map +0 -1
- package/dist/chunks/chat-stream.a7c4f58d.js +0 -2
- package/dist/chunks/chat-stream.a7c4f58d.js.map +0 -1
- package/dist/chunks/cruise-canvas.b444c4ca.js +0 -2
- package/dist/chunks/cruise-canvas.b444c4ca.js.map +0 -1
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
|
{
|
|
@@ -194,114 +194,6 @@
|
|
|
194
194
|
}
|
|
195
195
|
]
|
|
196
196
|
},
|
|
197
|
-
"ai-portal.page-container": {
|
|
198
|
-
"properties": [
|
|
199
|
-
{
|
|
200
|
-
"name": "pageTitle",
|
|
201
|
-
"annotation": {
|
|
202
|
-
"type": "keyword",
|
|
203
|
-
"value": "string"
|
|
204
|
-
}
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"name": "breadcrumbs",
|
|
208
|
-
"annotation": {
|
|
209
|
-
"type": "array",
|
|
210
|
-
"elementType": {
|
|
211
|
-
"type": "reference",
|
|
212
|
-
"typeName": {
|
|
213
|
-
"type": "identifier",
|
|
214
|
-
"name": "Breadcrumb"
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"name": "size",
|
|
221
|
-
"annotation": {
|
|
222
|
-
"type": "union",
|
|
223
|
-
"types": [
|
|
224
|
-
{
|
|
225
|
-
"type": "jsLiteral",
|
|
226
|
-
"value": "medium"
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"type": "jsLiteral",
|
|
230
|
-
"value": "small"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"type": "jsLiteral",
|
|
234
|
-
"value": "full"
|
|
235
|
-
}
|
|
236
|
-
]
|
|
237
|
-
}
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
"name": "variant",
|
|
241
|
-
"annotation": {
|
|
242
|
-
"type": "union",
|
|
243
|
-
"types": [
|
|
244
|
-
{
|
|
245
|
-
"type": "jsLiteral",
|
|
246
|
-
"value": "default"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"type": "jsLiteral",
|
|
250
|
-
"value": "form"
|
|
251
|
-
}
|
|
252
|
-
]
|
|
253
|
-
}
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"name": "sticky",
|
|
257
|
-
"annotation": {
|
|
258
|
-
"type": "keyword",
|
|
259
|
-
"value": "boolean"
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"name": "textContent",
|
|
264
|
-
"annotation": {
|
|
265
|
-
"type": "keyword",
|
|
266
|
-
"value": "string"
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
],
|
|
270
|
-
"events": [],
|
|
271
|
-
"methods": [],
|
|
272
|
-
"types": [
|
|
273
|
-
{
|
|
274
|
-
"type": "interface",
|
|
275
|
-
"name": "Breadcrumb",
|
|
276
|
-
"body": [
|
|
277
|
-
{
|
|
278
|
-
"type": "propertySignature",
|
|
279
|
-
"key": {
|
|
280
|
-
"type": "identifier",
|
|
281
|
-
"name": "text"
|
|
282
|
-
},
|
|
283
|
-
"annotation": {
|
|
284
|
-
"type": "keyword",
|
|
285
|
-
"value": "string"
|
|
286
|
-
},
|
|
287
|
-
"computed": false
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"type": "propertySignature",
|
|
291
|
-
"key": {
|
|
292
|
-
"type": "identifier",
|
|
293
|
-
"name": "url"
|
|
294
|
-
},
|
|
295
|
-
"annotation": {
|
|
296
|
-
"type": "keyword",
|
|
297
|
-
"value": "string"
|
|
298
|
-
},
|
|
299
|
-
"computed": false
|
|
300
|
-
}
|
|
301
|
-
]
|
|
302
|
-
}
|
|
303
|
-
]
|
|
304
|
-
},
|
|
305
197
|
"ai-portal.call-tool": {
|
|
306
198
|
"type": "provider",
|
|
307
199
|
"params": [
|
|
@@ -924,6 +816,114 @@
|
|
|
924
816
|
}
|
|
925
817
|
]
|
|
926
818
|
},
|
|
819
|
+
"ai-portal.page-container": {
|
|
820
|
+
"properties": [
|
|
821
|
+
{
|
|
822
|
+
"name": "pageTitle",
|
|
823
|
+
"annotation": {
|
|
824
|
+
"type": "keyword",
|
|
825
|
+
"value": "string"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"name": "breadcrumbs",
|
|
830
|
+
"annotation": {
|
|
831
|
+
"type": "array",
|
|
832
|
+
"elementType": {
|
|
833
|
+
"type": "reference",
|
|
834
|
+
"typeName": {
|
|
835
|
+
"type": "identifier",
|
|
836
|
+
"name": "Breadcrumb"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"name": "size",
|
|
843
|
+
"annotation": {
|
|
844
|
+
"type": "union",
|
|
845
|
+
"types": [
|
|
846
|
+
{
|
|
847
|
+
"type": "jsLiteral",
|
|
848
|
+
"value": "medium"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"type": "jsLiteral",
|
|
852
|
+
"value": "small"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"type": "jsLiteral",
|
|
856
|
+
"value": "full"
|
|
857
|
+
}
|
|
858
|
+
]
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "variant",
|
|
863
|
+
"annotation": {
|
|
864
|
+
"type": "union",
|
|
865
|
+
"types": [
|
|
866
|
+
{
|
|
867
|
+
"type": "jsLiteral",
|
|
868
|
+
"value": "default"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"type": "jsLiteral",
|
|
872
|
+
"value": "form"
|
|
873
|
+
}
|
|
874
|
+
]
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "sticky",
|
|
879
|
+
"annotation": {
|
|
880
|
+
"type": "keyword",
|
|
881
|
+
"value": "boolean"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "textContent",
|
|
886
|
+
"annotation": {
|
|
887
|
+
"type": "keyword",
|
|
888
|
+
"value": "string"
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
],
|
|
892
|
+
"events": [],
|
|
893
|
+
"methods": [],
|
|
894
|
+
"types": [
|
|
895
|
+
{
|
|
896
|
+
"type": "interface",
|
|
897
|
+
"name": "Breadcrumb",
|
|
898
|
+
"body": [
|
|
899
|
+
{
|
|
900
|
+
"type": "propertySignature",
|
|
901
|
+
"key": {
|
|
902
|
+
"type": "identifier",
|
|
903
|
+
"name": "text"
|
|
904
|
+
},
|
|
905
|
+
"annotation": {
|
|
906
|
+
"type": "keyword",
|
|
907
|
+
"value": "string"
|
|
908
|
+
},
|
|
909
|
+
"computed": false
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"type": "propertySignature",
|
|
913
|
+
"key": {
|
|
914
|
+
"type": "identifier",
|
|
915
|
+
"name": "url"
|
|
916
|
+
},
|
|
917
|
+
"annotation": {
|
|
918
|
+
"type": "keyword",
|
|
919
|
+
"value": "string"
|
|
920
|
+
},
|
|
921
|
+
"computed": false
|
|
922
|
+
}
|
|
923
|
+
]
|
|
924
|
+
}
|
|
925
|
+
]
|
|
926
|
+
},
|
|
927
927
|
"ai-portal.tab-list": {
|
|
928
928
|
"properties": [
|
|
929
929
|
{
|
|
@@ -1759,37 +1759,17 @@
|
|
|
1759
1759
|
}
|
|
1760
1760
|
]
|
|
1761
1761
|
},
|
|
1762
|
-
"ai-portal.
|
|
1762
|
+
"ai-portal.dropdown-select": {
|
|
1763
1763
|
"properties": [
|
|
1764
1764
|
{
|
|
1765
|
-
"name": "
|
|
1765
|
+
"name": "value",
|
|
1766
1766
|
"annotation": {
|
|
1767
1767
|
"type": "keyword",
|
|
1768
1768
|
"value": "string"
|
|
1769
1769
|
}
|
|
1770
1770
|
},
|
|
1771
1771
|
{
|
|
1772
|
-
"name": "
|
|
1773
|
-
"annotation": {
|
|
1774
|
-
"type": "keyword",
|
|
1775
|
-
"value": "string"
|
|
1776
|
-
}
|
|
1777
|
-
}
|
|
1778
|
-
],
|
|
1779
|
-
"events": [],
|
|
1780
|
-
"methods": []
|
|
1781
|
-
},
|
|
1782
|
-
"ai-portal.dropdown-select": {
|
|
1783
|
-
"properties": [
|
|
1784
|
-
{
|
|
1785
|
-
"name": "value",
|
|
1786
|
-
"annotation": {
|
|
1787
|
-
"type": "keyword",
|
|
1788
|
-
"value": "string"
|
|
1789
|
-
}
|
|
1790
|
-
},
|
|
1791
|
-
{
|
|
1792
|
-
"name": "options",
|
|
1772
|
+
"name": "options",
|
|
1793
1773
|
"annotation": {
|
|
1794
1774
|
"type": "array",
|
|
1795
1775
|
"elementType": {
|
|
@@ -1948,6 +1928,26 @@
|
|
|
1948
1928
|
}
|
|
1949
1929
|
]
|
|
1950
1930
|
},
|
|
1931
|
+
"ai-portal.preview-container": {
|
|
1932
|
+
"properties": [
|
|
1933
|
+
{
|
|
1934
|
+
"name": "source",
|
|
1935
|
+
"annotation": {
|
|
1936
|
+
"type": "keyword",
|
|
1937
|
+
"value": "string"
|
|
1938
|
+
}
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "url",
|
|
1942
|
+
"annotation": {
|
|
1943
|
+
"type": "keyword",
|
|
1944
|
+
"value": "string"
|
|
1945
|
+
}
|
|
1946
|
+
}
|
|
1947
|
+
],
|
|
1948
|
+
"events": [],
|
|
1949
|
+
"methods": []
|
|
1950
|
+
},
|
|
1951
1951
|
"ai-portal.action-buttons": {
|
|
1952
1952
|
"properties": [
|
|
1953
1953
|
{
|
|
@@ -2292,457 +2292,300 @@
|
|
|
2292
2292
|
}
|
|
2293
2293
|
]
|
|
2294
2294
|
},
|
|
2295
|
-
"ai-portal.
|
|
2295
|
+
"ai-portal.chat-input": {
|
|
2296
2296
|
"properties": [
|
|
2297
2297
|
{
|
|
2298
|
-
"name": "
|
|
2298
|
+
"name": "placeholder",
|
|
2299
2299
|
"annotation": {
|
|
2300
|
-
"type": "
|
|
2301
|
-
"
|
|
2300
|
+
"type": "keyword",
|
|
2301
|
+
"value": "string"
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "autoFocus",
|
|
2306
|
+
"annotation": {
|
|
2307
|
+
"type": "keyword",
|
|
2308
|
+
"value": "boolean"
|
|
2309
|
+
}
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"name": "submitDisabled",
|
|
2313
|
+
"annotation": {
|
|
2314
|
+
"type": "keyword",
|
|
2315
|
+
"value": "boolean"
|
|
2316
|
+
}
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"name": "supportsTerminate",
|
|
2320
|
+
"annotation": {
|
|
2321
|
+
"type": "keyword",
|
|
2322
|
+
"value": "boolean"
|
|
2323
|
+
}
|
|
2324
|
+
},
|
|
2325
|
+
{
|
|
2326
|
+
"name": "terminating",
|
|
2327
|
+
"annotation": {
|
|
2328
|
+
"type": "keyword",
|
|
2329
|
+
"value": "boolean"
|
|
2330
|
+
}
|
|
2331
|
+
},
|
|
2332
|
+
{
|
|
2333
|
+
"name": "uploadOptions",
|
|
2334
|
+
"annotation": {
|
|
2335
|
+
"type": "reference",
|
|
2336
|
+
"typeName": {
|
|
2337
|
+
"type": "identifier",
|
|
2338
|
+
"name": "UploadOptions"
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
}
|
|
2342
|
+
],
|
|
2343
|
+
"events": [
|
|
2344
|
+
{
|
|
2345
|
+
"name": "message.submit",
|
|
2346
|
+
"detail": {
|
|
2347
|
+
"annotation": {
|
|
2348
|
+
"type": "keyword",
|
|
2349
|
+
"value": "string"
|
|
2350
|
+
}
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
{
|
|
2354
|
+
"name": "chat.submit",
|
|
2355
|
+
"detail": {
|
|
2356
|
+
"annotation": {
|
|
2302
2357
|
"type": "reference",
|
|
2303
2358
|
"typeName": {
|
|
2304
2359
|
"type": "identifier",
|
|
2305
|
-
"name": "
|
|
2360
|
+
"name": "ChatPayload"
|
|
2306
2361
|
}
|
|
2307
2362
|
}
|
|
2308
2363
|
}
|
|
2309
2364
|
},
|
|
2310
2365
|
{
|
|
2311
|
-
"name": "
|
|
2312
|
-
"
|
|
2313
|
-
"
|
|
2314
|
-
|
|
2366
|
+
"name": "terminate",
|
|
2367
|
+
"detail": {
|
|
2368
|
+
"annotation": {
|
|
2369
|
+
"type": "keyword",
|
|
2370
|
+
"value": "void"
|
|
2371
|
+
}
|
|
2315
2372
|
}
|
|
2316
2373
|
}
|
|
2317
2374
|
],
|
|
2318
|
-
"events": [],
|
|
2319
2375
|
"methods": [],
|
|
2320
2376
|
"types": [
|
|
2321
|
-
{
|
|
2322
|
-
"type": "typeAlias",
|
|
2323
|
-
"name": "Activity",
|
|
2324
|
-
"annotation": {
|
|
2325
|
-
"type": "union",
|
|
2326
|
-
"types": [
|
|
2327
|
-
{
|
|
2328
|
-
"type": "reference",
|
|
2329
|
-
"typeName": {
|
|
2330
|
-
"type": "identifier",
|
|
2331
|
-
"name": "ActivityOfCreateGoal"
|
|
2332
|
-
}
|
|
2333
|
-
},
|
|
2334
|
-
{
|
|
2335
|
-
"type": "reference",
|
|
2336
|
-
"typeName": {
|
|
2337
|
-
"type": "identifier",
|
|
2338
|
-
"name": "ActivityOfEditGoal"
|
|
2339
|
-
}
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
"type": "reference",
|
|
2343
|
-
"typeName": {
|
|
2344
|
-
"type": "identifier",
|
|
2345
|
-
"name": "ActivityOfDeleteGoal"
|
|
2346
|
-
}
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"type": "reference",
|
|
2350
|
-
"typeName": {
|
|
2351
|
-
"type": "identifier",
|
|
2352
|
-
"name": "ActivityOfDecomposeGoals"
|
|
2353
|
-
}
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
"type": "reference",
|
|
2357
|
-
"typeName": {
|
|
2358
|
-
"type": "identifier",
|
|
2359
|
-
"name": "ActivityOfAlterOwner"
|
|
2360
|
-
}
|
|
2361
|
-
},
|
|
2362
|
-
{
|
|
2363
|
-
"type": "reference",
|
|
2364
|
-
"typeName": {
|
|
2365
|
-
"type": "identifier",
|
|
2366
|
-
"name": "ActivityOfAlterUser"
|
|
2367
|
-
}
|
|
2368
|
-
},
|
|
2369
|
-
{
|
|
2370
|
-
"type": "reference",
|
|
2371
|
-
"typeName": {
|
|
2372
|
-
"type": "identifier",
|
|
2373
|
-
"name": "ActivityOfAddComment"
|
|
2374
|
-
}
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"type": "reference",
|
|
2378
|
-
"typeName": {
|
|
2379
|
-
"type": "identifier",
|
|
2380
|
-
"name": "ActivityOfStartConversation"
|
|
2381
|
-
}
|
|
2382
|
-
}
|
|
2383
|
-
]
|
|
2384
|
-
}
|
|
2385
|
-
},
|
|
2386
2377
|
{
|
|
2387
2378
|
"type": "interface",
|
|
2388
|
-
"name": "
|
|
2379
|
+
"name": "UploadOptions",
|
|
2389
2380
|
"body": [
|
|
2390
2381
|
{
|
|
2391
2382
|
"type": "propertySignature",
|
|
2392
2383
|
"key": {
|
|
2393
2384
|
"type": "identifier",
|
|
2394
|
-
"name": "
|
|
2385
|
+
"name": "enabled"
|
|
2395
2386
|
},
|
|
2396
2387
|
"annotation": {
|
|
2397
|
-
"type": "
|
|
2398
|
-
"value": "
|
|
2388
|
+
"type": "keyword",
|
|
2389
|
+
"value": "boolean"
|
|
2399
2390
|
},
|
|
2391
|
+
"optional": true,
|
|
2400
2392
|
"computed": false
|
|
2401
2393
|
},
|
|
2402
2394
|
{
|
|
2403
2395
|
"type": "propertySignature",
|
|
2404
2396
|
"key": {
|
|
2405
2397
|
"type": "identifier",
|
|
2406
|
-
"name": "
|
|
2398
|
+
"name": "dragDisabled"
|
|
2407
2399
|
},
|
|
2408
2400
|
"annotation": {
|
|
2409
|
-
"type": "
|
|
2410
|
-
"
|
|
2411
|
-
{
|
|
2412
|
-
"type": "propertySignature",
|
|
2413
|
-
"key": {
|
|
2414
|
-
"type": "identifier",
|
|
2415
|
-
"name": "goal_title"
|
|
2416
|
-
},
|
|
2417
|
-
"annotation": {
|
|
2418
|
-
"type": "keyword",
|
|
2419
|
-
"value": "string"
|
|
2420
|
-
},
|
|
2421
|
-
"computed": false
|
|
2422
|
-
},
|
|
2423
|
-
{
|
|
2424
|
-
"type": "propertySignature",
|
|
2425
|
-
"key": {
|
|
2426
|
-
"type": "identifier",
|
|
2427
|
-
"name": "goal_description"
|
|
2428
|
-
},
|
|
2429
|
-
"annotation": {
|
|
2430
|
-
"type": "keyword",
|
|
2431
|
-
"value": "string"
|
|
2432
|
-
},
|
|
2433
|
-
"optional": true,
|
|
2434
|
-
"computed": false
|
|
2435
|
-
}
|
|
2436
|
-
]
|
|
2401
|
+
"type": "keyword",
|
|
2402
|
+
"value": "boolean"
|
|
2437
2403
|
},
|
|
2404
|
+
"optional": true,
|
|
2438
2405
|
"computed": false
|
|
2439
|
-
}
|
|
2440
|
-
],
|
|
2441
|
-
"extends": [
|
|
2442
|
-
{
|
|
2443
|
-
"type": "expressionWithTypeArguments",
|
|
2444
|
-
"expression": {
|
|
2445
|
-
"type": "identifier",
|
|
2446
|
-
"name": "ActivityBase"
|
|
2447
|
-
}
|
|
2448
|
-
}
|
|
2449
|
-
]
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"type": "interface",
|
|
2453
|
-
"name": "ActivityBase",
|
|
2454
|
-
"body": [
|
|
2406
|
+
},
|
|
2455
2407
|
{
|
|
2456
2408
|
"type": "propertySignature",
|
|
2457
2409
|
"key": {
|
|
2458
2410
|
"type": "identifier",
|
|
2459
|
-
"name": "
|
|
2411
|
+
"name": "dragTips"
|
|
2460
2412
|
},
|
|
2461
2413
|
"annotation": {
|
|
2462
2414
|
"type": "keyword",
|
|
2463
2415
|
"value": "string"
|
|
2464
2416
|
},
|
|
2417
|
+
"optional": true,
|
|
2465
2418
|
"computed": false
|
|
2466
2419
|
},
|
|
2467
2420
|
{
|
|
2468
2421
|
"type": "propertySignature",
|
|
2469
2422
|
"key": {
|
|
2470
2423
|
"type": "identifier",
|
|
2471
|
-
"name": "
|
|
2424
|
+
"name": "accept"
|
|
2472
2425
|
},
|
|
2473
2426
|
"annotation": {
|
|
2474
2427
|
"type": "keyword",
|
|
2475
2428
|
"value": "string"
|
|
2476
2429
|
},
|
|
2430
|
+
"optional": true,
|
|
2477
2431
|
"computed": false
|
|
2478
2432
|
},
|
|
2479
2433
|
{
|
|
2480
2434
|
"type": "propertySignature",
|
|
2481
2435
|
"key": {
|
|
2482
2436
|
"type": "identifier",
|
|
2483
|
-
"name": "
|
|
2437
|
+
"name": "maxFiles"
|
|
2484
2438
|
},
|
|
2485
2439
|
"annotation": {
|
|
2486
2440
|
"type": "keyword",
|
|
2487
2441
|
"value": "number"
|
|
2488
2442
|
},
|
|
2443
|
+
"optional": true,
|
|
2489
2444
|
"computed": false
|
|
2490
|
-
}
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2448
|
+
{
|
|
2449
|
+
"type": "interface",
|
|
2450
|
+
"name": "ChatPayload",
|
|
2451
|
+
"body": [
|
|
2491
2452
|
{
|
|
2492
2453
|
"type": "propertySignature",
|
|
2493
2454
|
"key": {
|
|
2494
2455
|
"type": "identifier",
|
|
2495
|
-
"name": "
|
|
2456
|
+
"name": "content"
|
|
2496
2457
|
},
|
|
2497
2458
|
"annotation": {
|
|
2498
|
-
"type": "
|
|
2499
|
-
"
|
|
2500
|
-
{
|
|
2501
|
-
"type": "jsLiteral",
|
|
2502
|
-
"value": "create_goal"
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"type": "jsLiteral",
|
|
2506
|
-
"value": "edit_goal"
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
"type": "jsLiteral",
|
|
2510
|
-
"value": "delete_goal"
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"type": "jsLiteral",
|
|
2514
|
-
"value": "decompose_goals"
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"type": "jsLiteral",
|
|
2518
|
-
"value": "alter_owner"
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"type": "jsLiteral",
|
|
2522
|
-
"value": "alter_user"
|
|
2523
|
-
},
|
|
2524
|
-
{
|
|
2525
|
-
"type": "jsLiteral",
|
|
2526
|
-
"value": "add_comment"
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"type": "jsLiteral",
|
|
2530
|
-
"value": "start_conversation"
|
|
2531
|
-
}
|
|
2532
|
-
]
|
|
2459
|
+
"type": "keyword",
|
|
2460
|
+
"value": "string"
|
|
2533
2461
|
},
|
|
2534
2462
|
"computed": false
|
|
2535
|
-
}
|
|
2463
|
+
}
|
|
2464
|
+
],
|
|
2465
|
+
"extends": [
|
|
2536
2466
|
{
|
|
2537
|
-
"type": "
|
|
2538
|
-
"
|
|
2467
|
+
"type": "expressionWithTypeArguments",
|
|
2468
|
+
"expression": {
|
|
2539
2469
|
"type": "identifier",
|
|
2540
|
-
"name": "
|
|
2541
|
-
}
|
|
2542
|
-
"annotation": {
|
|
2543
|
-
"type": "keyword",
|
|
2544
|
-
"value": "unknown"
|
|
2545
|
-
},
|
|
2546
|
-
"computed": false
|
|
2470
|
+
"name": "ExtraChatPayload"
|
|
2471
|
+
}
|
|
2547
2472
|
}
|
|
2548
2473
|
]
|
|
2549
2474
|
},
|
|
2550
2475
|
{
|
|
2551
2476
|
"type": "interface",
|
|
2552
|
-
"name": "
|
|
2477
|
+
"name": "ExtraChatPayload",
|
|
2553
2478
|
"body": [
|
|
2554
2479
|
{
|
|
2555
2480
|
"type": "propertySignature",
|
|
2556
2481
|
"key": {
|
|
2557
2482
|
"type": "identifier",
|
|
2558
|
-
"name": "
|
|
2483
|
+
"name": "files"
|
|
2559
2484
|
},
|
|
2560
2485
|
"annotation": {
|
|
2561
|
-
"type": "
|
|
2562
|
-
"
|
|
2486
|
+
"type": "array",
|
|
2487
|
+
"elementType": {
|
|
2488
|
+
"type": "reference",
|
|
2489
|
+
"typeName": {
|
|
2490
|
+
"type": "identifier",
|
|
2491
|
+
"name": "UploadFileInfo"
|
|
2492
|
+
}
|
|
2493
|
+
}
|
|
2563
2494
|
},
|
|
2495
|
+
"optional": true,
|
|
2564
2496
|
"computed": false
|
|
2565
2497
|
},
|
|
2566
2498
|
{
|
|
2567
2499
|
"type": "propertySignature",
|
|
2568
2500
|
"key": {
|
|
2569
2501
|
"type": "identifier",
|
|
2570
|
-
"name": "
|
|
2502
|
+
"name": "cmd"
|
|
2571
2503
|
},
|
|
2572
2504
|
"annotation": {
|
|
2573
|
-
"type": "
|
|
2574
|
-
"
|
|
2505
|
+
"type": "union",
|
|
2506
|
+
"types": [
|
|
2575
2507
|
{
|
|
2576
|
-
"type": "
|
|
2577
|
-
"
|
|
2508
|
+
"type": "reference",
|
|
2509
|
+
"typeName": {
|
|
2578
2510
|
"type": "identifier",
|
|
2579
|
-
"name": "
|
|
2580
|
-
}
|
|
2581
|
-
"annotation": {
|
|
2582
|
-
"type": "typeLiteral",
|
|
2583
|
-
"members": [
|
|
2584
|
-
{
|
|
2585
|
-
"type": "propertySignature",
|
|
2586
|
-
"key": {
|
|
2587
|
-
"type": "identifier",
|
|
2588
|
-
"name": "title"
|
|
2589
|
-
},
|
|
2590
|
-
"annotation": {
|
|
2591
|
-
"type": "keyword",
|
|
2592
|
-
"value": "string"
|
|
2593
|
-
},
|
|
2594
|
-
"optional": true,
|
|
2595
|
-
"computed": false
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"type": "propertySignature",
|
|
2599
|
-
"key": {
|
|
2600
|
-
"type": "identifier",
|
|
2601
|
-
"name": "description"
|
|
2602
|
-
},
|
|
2603
|
-
"annotation": {
|
|
2604
|
-
"type": "keyword",
|
|
2605
|
-
"value": "string"
|
|
2606
|
-
},
|
|
2607
|
-
"optional": true,
|
|
2608
|
-
"computed": false
|
|
2609
|
-
}
|
|
2610
|
-
]
|
|
2611
|
-
},
|
|
2612
|
-
"computed": false
|
|
2511
|
+
"name": "CommandPayload"
|
|
2512
|
+
}
|
|
2613
2513
|
},
|
|
2614
2514
|
{
|
|
2615
|
-
"type": "
|
|
2616
|
-
"
|
|
2617
|
-
"type": "identifier",
|
|
2618
|
-
"name": "after"
|
|
2619
|
-
},
|
|
2620
|
-
"annotation": {
|
|
2621
|
-
"type": "typeLiteral",
|
|
2622
|
-
"members": [
|
|
2623
|
-
{
|
|
2624
|
-
"type": "propertySignature",
|
|
2625
|
-
"key": {
|
|
2626
|
-
"type": "identifier",
|
|
2627
|
-
"name": "title"
|
|
2628
|
-
},
|
|
2629
|
-
"annotation": {
|
|
2630
|
-
"type": "keyword",
|
|
2631
|
-
"value": "string"
|
|
2632
|
-
},
|
|
2633
|
-
"optional": true,
|
|
2634
|
-
"computed": false
|
|
2635
|
-
},
|
|
2636
|
-
{
|
|
2637
|
-
"type": "propertySignature",
|
|
2638
|
-
"key": {
|
|
2639
|
-
"type": "identifier",
|
|
2640
|
-
"name": "description"
|
|
2641
|
-
},
|
|
2642
|
-
"annotation": {
|
|
2643
|
-
"type": "keyword",
|
|
2644
|
-
"value": "string"
|
|
2645
|
-
},
|
|
2646
|
-
"optional": true,
|
|
2647
|
-
"computed": false
|
|
2648
|
-
}
|
|
2649
|
-
]
|
|
2650
|
-
},
|
|
2651
|
-
"computed": false
|
|
2515
|
+
"type": "keyword",
|
|
2516
|
+
"value": "null"
|
|
2652
2517
|
}
|
|
2653
2518
|
]
|
|
2654
2519
|
},
|
|
2655
|
-
"
|
|
2656
|
-
}
|
|
2657
|
-
],
|
|
2658
|
-
"extends": [
|
|
2659
|
-
{
|
|
2660
|
-
"type": "expressionWithTypeArguments",
|
|
2661
|
-
"expression": {
|
|
2662
|
-
"type": "identifier",
|
|
2663
|
-
"name": "ActivityBase"
|
|
2664
|
-
}
|
|
2665
|
-
}
|
|
2666
|
-
]
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"type": "interface",
|
|
2670
|
-
"name": "ActivityOfDeleteGoal",
|
|
2671
|
-
"body": [
|
|
2672
|
-
{
|
|
2673
|
-
"type": "propertySignature",
|
|
2674
|
-
"key": {
|
|
2675
|
-
"type": "identifier",
|
|
2676
|
-
"name": "action_type"
|
|
2677
|
-
},
|
|
2678
|
-
"annotation": {
|
|
2679
|
-
"type": "jsLiteral",
|
|
2680
|
-
"value": "delete_goal"
|
|
2681
|
-
},
|
|
2520
|
+
"optional": true,
|
|
2682
2521
|
"computed": false
|
|
2683
2522
|
},
|
|
2684
2523
|
{
|
|
2685
2524
|
"type": "propertySignature",
|
|
2686
2525
|
"key": {
|
|
2687
2526
|
"type": "identifier",
|
|
2688
|
-
"name": "
|
|
2527
|
+
"name": "aiEmployeeId"
|
|
2689
2528
|
},
|
|
2690
2529
|
"annotation": {
|
|
2691
|
-
"type": "
|
|
2692
|
-
"
|
|
2530
|
+
"type": "union",
|
|
2531
|
+
"types": [
|
|
2693
2532
|
{
|
|
2694
|
-
"type": "
|
|
2695
|
-
"
|
|
2696
|
-
"type": "identifier",
|
|
2697
|
-
"name": "goal_title"
|
|
2698
|
-
},
|
|
2699
|
-
"annotation": {
|
|
2700
|
-
"type": "keyword",
|
|
2701
|
-
"value": "string"
|
|
2702
|
-
},
|
|
2703
|
-
"computed": false
|
|
2533
|
+
"type": "keyword",
|
|
2534
|
+
"value": "string"
|
|
2704
2535
|
},
|
|
2705
2536
|
{
|
|
2706
|
-
"type": "
|
|
2707
|
-
"
|
|
2708
|
-
"type": "identifier",
|
|
2709
|
-
"name": "goal_description"
|
|
2710
|
-
},
|
|
2711
|
-
"annotation": {
|
|
2712
|
-
"type": "keyword",
|
|
2713
|
-
"value": "string"
|
|
2714
|
-
},
|
|
2715
|
-
"optional": true,
|
|
2716
|
-
"computed": false
|
|
2537
|
+
"type": "keyword",
|
|
2538
|
+
"value": "null"
|
|
2717
2539
|
}
|
|
2718
2540
|
]
|
|
2719
2541
|
},
|
|
2542
|
+
"optional": true,
|
|
2720
2543
|
"computed": false
|
|
2721
2544
|
}
|
|
2722
|
-
]
|
|
2723
|
-
|
|
2545
|
+
]
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"type": "interface",
|
|
2549
|
+
"name": "UploadFileInfo",
|
|
2550
|
+
"body": [
|
|
2724
2551
|
{
|
|
2725
|
-
"type": "
|
|
2726
|
-
"
|
|
2552
|
+
"type": "propertySignature",
|
|
2553
|
+
"key": {
|
|
2727
2554
|
"type": "identifier",
|
|
2728
|
-
"name": "
|
|
2729
|
-
}
|
|
2555
|
+
"name": "fileId"
|
|
2556
|
+
},
|
|
2557
|
+
"annotation": {
|
|
2558
|
+
"type": "keyword",
|
|
2559
|
+
"value": "string"
|
|
2560
|
+
},
|
|
2561
|
+
"computed": false
|
|
2730
2562
|
}
|
|
2731
2563
|
]
|
|
2732
2564
|
},
|
|
2565
|
+
{
|
|
2566
|
+
"type": "typeAlias",
|
|
2567
|
+
"name": "CommandPayload",
|
|
2568
|
+
"annotation": {
|
|
2569
|
+
"type": "reference",
|
|
2570
|
+
"typeName": {
|
|
2571
|
+
"type": "identifier",
|
|
2572
|
+
"name": "CommandPayloadServiceFlowStarting"
|
|
2573
|
+
}
|
|
2574
|
+
}
|
|
2575
|
+
},
|
|
2733
2576
|
{
|
|
2734
2577
|
"type": "interface",
|
|
2735
|
-
"name": "
|
|
2578
|
+
"name": "CommandPayloadServiceFlowStarting",
|
|
2736
2579
|
"body": [
|
|
2737
2580
|
{
|
|
2738
2581
|
"type": "propertySignature",
|
|
2739
2582
|
"key": {
|
|
2740
2583
|
"type": "identifier",
|
|
2741
|
-
"name": "
|
|
2584
|
+
"name": "type"
|
|
2742
2585
|
},
|
|
2743
2586
|
"annotation": {
|
|
2744
2587
|
"type": "jsLiteral",
|
|
2745
|
-
"value": "
|
|
2588
|
+
"value": "serviceFlowStarting"
|
|
2746
2589
|
},
|
|
2747
2590
|
"computed": false
|
|
2748
2591
|
},
|
|
@@ -2750,7 +2593,7 @@
|
|
|
2750
2593
|
"type": "propertySignature",
|
|
2751
2594
|
"key": {
|
|
2752
2595
|
"type": "identifier",
|
|
2753
|
-
"name": "
|
|
2596
|
+
"name": "serviceFlowStarting"
|
|
2754
2597
|
},
|
|
2755
2598
|
"annotation": {
|
|
2756
2599
|
"type": "typeLiteral",
|
|
@@ -2759,11 +2602,11 @@
|
|
|
2759
2602
|
"type": "propertySignature",
|
|
2760
2603
|
"key": {
|
|
2761
2604
|
"type": "identifier",
|
|
2762
|
-
"name": "
|
|
2605
|
+
"name": "spaceInstanceId"
|
|
2763
2606
|
},
|
|
2764
2607
|
"annotation": {
|
|
2765
2608
|
"type": "keyword",
|
|
2766
|
-
"value": "
|
|
2609
|
+
"value": "string"
|
|
2767
2610
|
},
|
|
2768
2611
|
"computed": false
|
|
2769
2612
|
},
|
|
@@ -2771,476 +2614,33 @@
|
|
|
2771
2614
|
"type": "propertySignature",
|
|
2772
2615
|
"key": {
|
|
2773
2616
|
"type": "identifier",
|
|
2774
|
-
"name": "
|
|
2775
|
-
},
|
|
2776
|
-
"annotation": {
|
|
2777
|
-
"type": "reference",
|
|
2778
|
-
"typeName": {
|
|
2779
|
-
"type": "identifier",
|
|
2780
|
-
"name": "Array"
|
|
2781
|
-
},
|
|
2782
|
-
"typeParameters": {
|
|
2783
|
-
"type": "typeParameterInstantiation",
|
|
2784
|
-
"params": [
|
|
2785
|
-
{
|
|
2786
|
-
"type": "typeLiteral",
|
|
2787
|
-
"members": [
|
|
2788
|
-
{
|
|
2789
|
-
"type": "propertySignature",
|
|
2790
|
-
"key": {
|
|
2791
|
-
"type": "identifier",
|
|
2792
|
-
"name": "sub_goal_id"
|
|
2793
|
-
},
|
|
2794
|
-
"annotation": {
|
|
2795
|
-
"type": "keyword",
|
|
2796
|
-
"value": "string"
|
|
2797
|
-
},
|
|
2798
|
-
"computed": false
|
|
2799
|
-
},
|
|
2800
|
-
{
|
|
2801
|
-
"type": "propertySignature",
|
|
2802
|
-
"key": {
|
|
2803
|
-
"type": "identifier",
|
|
2804
|
-
"name": "title"
|
|
2805
|
-
},
|
|
2806
|
-
"annotation": {
|
|
2807
|
-
"type": "keyword",
|
|
2808
|
-
"value": "string"
|
|
2809
|
-
},
|
|
2810
|
-
"computed": false
|
|
2811
|
-
}
|
|
2812
|
-
]
|
|
2813
|
-
}
|
|
2814
|
-
]
|
|
2815
|
-
}
|
|
2816
|
-
},
|
|
2817
|
-
"computed": false
|
|
2818
|
-
}
|
|
2819
|
-
]
|
|
2820
|
-
},
|
|
2821
|
-
"computed": false
|
|
2822
|
-
}
|
|
2823
|
-
],
|
|
2824
|
-
"extends": [
|
|
2825
|
-
{
|
|
2826
|
-
"type": "expressionWithTypeArguments",
|
|
2827
|
-
"expression": {
|
|
2828
|
-
"type": "identifier",
|
|
2829
|
-
"name": "ActivityBase"
|
|
2830
|
-
}
|
|
2831
|
-
}
|
|
2832
|
-
]
|
|
2833
|
-
},
|
|
2834
|
-
{
|
|
2835
|
-
"type": "interface",
|
|
2836
|
-
"name": "ActivityOfAlterOwner",
|
|
2837
|
-
"body": [
|
|
2838
|
-
{
|
|
2839
|
-
"type": "propertySignature",
|
|
2840
|
-
"key": {
|
|
2841
|
-
"type": "identifier",
|
|
2842
|
-
"name": "action_type"
|
|
2843
|
-
},
|
|
2844
|
-
"annotation": {
|
|
2845
|
-
"type": "jsLiteral",
|
|
2846
|
-
"value": "alter_owner"
|
|
2847
|
-
},
|
|
2848
|
-
"computed": false
|
|
2849
|
-
},
|
|
2850
|
-
{
|
|
2851
|
-
"type": "propertySignature",
|
|
2852
|
-
"key": {
|
|
2853
|
-
"type": "identifier",
|
|
2854
|
-
"name": "metadata"
|
|
2855
|
-
},
|
|
2856
|
-
"annotation": {
|
|
2857
|
-
"type": "typeLiteral",
|
|
2858
|
-
"members": [
|
|
2859
|
-
{
|
|
2860
|
-
"type": "propertySignature",
|
|
2861
|
-
"key": {
|
|
2862
|
-
"type": "identifier",
|
|
2863
|
-
"name": "before"
|
|
2864
|
-
},
|
|
2865
|
-
"annotation": {
|
|
2866
|
-
"type": "typeLiteral",
|
|
2867
|
-
"members": [
|
|
2868
|
-
{
|
|
2869
|
-
"type": "propertySignature",
|
|
2870
|
-
"key": {
|
|
2871
|
-
"type": "identifier",
|
|
2872
|
-
"name": "owner"
|
|
2873
|
-
},
|
|
2874
|
-
"annotation": {
|
|
2875
|
-
"type": "typeLiteral",
|
|
2876
|
-
"members": [
|
|
2877
|
-
{
|
|
2878
|
-
"type": "propertySignature",
|
|
2879
|
-
"key": {
|
|
2880
|
-
"type": "identifier",
|
|
2881
|
-
"name": "user_id"
|
|
2882
|
-
},
|
|
2883
|
-
"annotation": {
|
|
2884
|
-
"type": "keyword",
|
|
2885
|
-
"value": "string"
|
|
2886
|
-
},
|
|
2887
|
-
"computed": false
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
"type": "propertySignature",
|
|
2891
|
-
"key": {
|
|
2892
|
-
"type": "identifier",
|
|
2893
|
-
"name": "user_name"
|
|
2894
|
-
},
|
|
2895
|
-
"annotation": {
|
|
2896
|
-
"type": "keyword",
|
|
2897
|
-
"value": "string"
|
|
2898
|
-
},
|
|
2899
|
-
"computed": false
|
|
2900
|
-
}
|
|
2901
|
-
]
|
|
2902
|
-
},
|
|
2903
|
-
"computed": false
|
|
2904
|
-
}
|
|
2905
|
-
]
|
|
2906
|
-
},
|
|
2907
|
-
"computed": false
|
|
2908
|
-
},
|
|
2909
|
-
{
|
|
2910
|
-
"type": "propertySignature",
|
|
2911
|
-
"key": {
|
|
2912
|
-
"type": "identifier",
|
|
2913
|
-
"name": "after"
|
|
2914
|
-
},
|
|
2915
|
-
"annotation": {
|
|
2916
|
-
"type": "typeLiteral",
|
|
2917
|
-
"members": [
|
|
2918
|
-
{
|
|
2919
|
-
"type": "propertySignature",
|
|
2920
|
-
"key": {
|
|
2921
|
-
"type": "identifier",
|
|
2922
|
-
"name": "owner"
|
|
2923
|
-
},
|
|
2924
|
-
"annotation": {
|
|
2925
|
-
"type": "typeLiteral",
|
|
2926
|
-
"members": [
|
|
2927
|
-
{
|
|
2928
|
-
"type": "propertySignature",
|
|
2929
|
-
"key": {
|
|
2930
|
-
"type": "identifier",
|
|
2931
|
-
"name": "user_id"
|
|
2932
|
-
},
|
|
2933
|
-
"annotation": {
|
|
2934
|
-
"type": "keyword",
|
|
2935
|
-
"value": "string"
|
|
2936
|
-
},
|
|
2937
|
-
"computed": false
|
|
2938
|
-
},
|
|
2939
|
-
{
|
|
2940
|
-
"type": "propertySignature",
|
|
2941
|
-
"key": {
|
|
2942
|
-
"type": "identifier",
|
|
2943
|
-
"name": "user_name"
|
|
2944
|
-
},
|
|
2945
|
-
"annotation": {
|
|
2946
|
-
"type": "keyword",
|
|
2947
|
-
"value": "string"
|
|
2948
|
-
},
|
|
2949
|
-
"computed": false
|
|
2950
|
-
}
|
|
2951
|
-
]
|
|
2952
|
-
},
|
|
2953
|
-
"computed": false
|
|
2954
|
-
}
|
|
2955
|
-
]
|
|
2956
|
-
},
|
|
2957
|
-
"computed": false
|
|
2958
|
-
}
|
|
2959
|
-
]
|
|
2960
|
-
},
|
|
2961
|
-
"computed": false
|
|
2962
|
-
}
|
|
2963
|
-
],
|
|
2964
|
-
"extends": [
|
|
2965
|
-
{
|
|
2966
|
-
"type": "expressionWithTypeArguments",
|
|
2967
|
-
"expression": {
|
|
2968
|
-
"type": "identifier",
|
|
2969
|
-
"name": "ActivityBase"
|
|
2970
|
-
}
|
|
2971
|
-
}
|
|
2972
|
-
]
|
|
2973
|
-
},
|
|
2974
|
-
{
|
|
2975
|
-
"type": "interface",
|
|
2976
|
-
"name": "ActivityOfAlterUser",
|
|
2977
|
-
"body": [
|
|
2978
|
-
{
|
|
2979
|
-
"type": "propertySignature",
|
|
2980
|
-
"key": {
|
|
2981
|
-
"type": "identifier",
|
|
2982
|
-
"name": "action_type"
|
|
2983
|
-
},
|
|
2984
|
-
"annotation": {
|
|
2985
|
-
"type": "jsLiteral",
|
|
2986
|
-
"value": "alter_user"
|
|
2987
|
-
},
|
|
2988
|
-
"computed": false
|
|
2989
|
-
},
|
|
2990
|
-
{
|
|
2991
|
-
"type": "propertySignature",
|
|
2992
|
-
"key": {
|
|
2993
|
-
"type": "identifier",
|
|
2994
|
-
"name": "metadata"
|
|
2995
|
-
},
|
|
2996
|
-
"annotation": {
|
|
2997
|
-
"type": "typeLiteral",
|
|
2998
|
-
"members": [
|
|
2999
|
-
{
|
|
3000
|
-
"type": "propertySignature",
|
|
3001
|
-
"key": {
|
|
3002
|
-
"type": "identifier",
|
|
3003
|
-
"name": "before"
|
|
3004
|
-
},
|
|
3005
|
-
"annotation": {
|
|
3006
|
-
"type": "typeLiteral",
|
|
3007
|
-
"members": [
|
|
3008
|
-
{
|
|
3009
|
-
"type": "propertySignature",
|
|
3010
|
-
"key": {
|
|
3011
|
-
"type": "identifier",
|
|
3012
|
-
"name": "users"
|
|
3013
|
-
},
|
|
3014
|
-
"annotation": {
|
|
3015
|
-
"type": "reference",
|
|
3016
|
-
"typeName": {
|
|
3017
|
-
"type": "identifier",
|
|
3018
|
-
"name": "Array"
|
|
3019
|
-
},
|
|
3020
|
-
"typeParameters": {
|
|
3021
|
-
"type": "typeParameterInstantiation",
|
|
3022
|
-
"params": [
|
|
3023
|
-
{
|
|
3024
|
-
"type": "typeLiteral",
|
|
3025
|
-
"members": [
|
|
3026
|
-
{
|
|
3027
|
-
"type": "propertySignature",
|
|
3028
|
-
"key": {
|
|
3029
|
-
"type": "identifier",
|
|
3030
|
-
"name": "user_id"
|
|
3031
|
-
},
|
|
3032
|
-
"annotation": {
|
|
3033
|
-
"type": "keyword",
|
|
3034
|
-
"value": "string"
|
|
3035
|
-
},
|
|
3036
|
-
"computed": false
|
|
3037
|
-
},
|
|
3038
|
-
{
|
|
3039
|
-
"type": "propertySignature",
|
|
3040
|
-
"key": {
|
|
3041
|
-
"type": "identifier",
|
|
3042
|
-
"name": "user_name"
|
|
3043
|
-
},
|
|
3044
|
-
"annotation": {
|
|
3045
|
-
"type": "keyword",
|
|
3046
|
-
"value": "string"
|
|
3047
|
-
},
|
|
3048
|
-
"computed": false
|
|
3049
|
-
}
|
|
3050
|
-
]
|
|
3051
|
-
}
|
|
3052
|
-
]
|
|
3053
|
-
}
|
|
3054
|
-
},
|
|
3055
|
-
"computed": false
|
|
3056
|
-
}
|
|
3057
|
-
]
|
|
3058
|
-
},
|
|
3059
|
-
"computed": false
|
|
3060
|
-
},
|
|
3061
|
-
{
|
|
3062
|
-
"type": "propertySignature",
|
|
3063
|
-
"key": {
|
|
3064
|
-
"type": "identifier",
|
|
3065
|
-
"name": "after"
|
|
3066
|
-
},
|
|
3067
|
-
"annotation": {
|
|
3068
|
-
"type": "typeLiteral",
|
|
3069
|
-
"members": [
|
|
3070
|
-
{
|
|
3071
|
-
"type": "propertySignature",
|
|
3072
|
-
"key": {
|
|
3073
|
-
"type": "identifier",
|
|
3074
|
-
"name": "users"
|
|
3075
|
-
},
|
|
3076
|
-
"annotation": {
|
|
3077
|
-
"type": "reference",
|
|
3078
|
-
"typeName": {
|
|
3079
|
-
"type": "identifier",
|
|
3080
|
-
"name": "Array"
|
|
3081
|
-
},
|
|
3082
|
-
"typeParameters": {
|
|
3083
|
-
"type": "typeParameterInstantiation",
|
|
3084
|
-
"params": [
|
|
3085
|
-
{
|
|
3086
|
-
"type": "typeLiteral",
|
|
3087
|
-
"members": [
|
|
3088
|
-
{
|
|
3089
|
-
"type": "propertySignature",
|
|
3090
|
-
"key": {
|
|
3091
|
-
"type": "identifier",
|
|
3092
|
-
"name": "user_id"
|
|
3093
|
-
},
|
|
3094
|
-
"annotation": {
|
|
3095
|
-
"type": "keyword",
|
|
3096
|
-
"value": "string"
|
|
3097
|
-
},
|
|
3098
|
-
"computed": false
|
|
3099
|
-
},
|
|
3100
|
-
{
|
|
3101
|
-
"type": "propertySignature",
|
|
3102
|
-
"key": {
|
|
3103
|
-
"type": "identifier",
|
|
3104
|
-
"name": "user_name"
|
|
3105
|
-
},
|
|
3106
|
-
"annotation": {
|
|
3107
|
-
"type": "keyword",
|
|
3108
|
-
"value": "string"
|
|
3109
|
-
},
|
|
3110
|
-
"computed": false
|
|
3111
|
-
}
|
|
3112
|
-
]
|
|
3113
|
-
}
|
|
3114
|
-
]
|
|
3115
|
-
}
|
|
3116
|
-
},
|
|
3117
|
-
"computed": false
|
|
3118
|
-
}
|
|
3119
|
-
]
|
|
3120
|
-
},
|
|
3121
|
-
"computed": false
|
|
3122
|
-
}
|
|
3123
|
-
]
|
|
3124
|
-
},
|
|
3125
|
-
"computed": false
|
|
3126
|
-
}
|
|
3127
|
-
],
|
|
3128
|
-
"extends": [
|
|
3129
|
-
{
|
|
3130
|
-
"type": "expressionWithTypeArguments",
|
|
3131
|
-
"expression": {
|
|
3132
|
-
"type": "identifier",
|
|
3133
|
-
"name": "ActivityBase"
|
|
3134
|
-
}
|
|
3135
|
-
}
|
|
3136
|
-
]
|
|
3137
|
-
},
|
|
3138
|
-
{
|
|
3139
|
-
"type": "interface",
|
|
3140
|
-
"name": "ActivityOfAddComment",
|
|
3141
|
-
"body": [
|
|
3142
|
-
{
|
|
3143
|
-
"type": "propertySignature",
|
|
3144
|
-
"key": {
|
|
3145
|
-
"type": "identifier",
|
|
3146
|
-
"name": "action_type"
|
|
3147
|
-
},
|
|
3148
|
-
"annotation": {
|
|
3149
|
-
"type": "jsLiteral",
|
|
3150
|
-
"value": "add_comment"
|
|
3151
|
-
},
|
|
3152
|
-
"computed": false
|
|
3153
|
-
},
|
|
3154
|
-
{
|
|
3155
|
-
"type": "propertySignature",
|
|
3156
|
-
"key": {
|
|
3157
|
-
"type": "identifier",
|
|
3158
|
-
"name": "metadata"
|
|
3159
|
-
},
|
|
3160
|
-
"annotation": {
|
|
3161
|
-
"type": "typeLiteral",
|
|
3162
|
-
"members": [
|
|
3163
|
-
{
|
|
3164
|
-
"type": "propertySignature",
|
|
3165
|
-
"key": {
|
|
3166
|
-
"type": "identifier",
|
|
3167
|
-
"name": "comment_content"
|
|
3168
|
-
},
|
|
3169
|
-
"annotation": {
|
|
3170
|
-
"type": "keyword",
|
|
3171
|
-
"value": "string"
|
|
3172
|
-
},
|
|
3173
|
-
"computed": false
|
|
3174
|
-
}
|
|
3175
|
-
]
|
|
3176
|
-
},
|
|
3177
|
-
"computed": false
|
|
3178
|
-
}
|
|
3179
|
-
],
|
|
3180
|
-
"extends": [
|
|
3181
|
-
{
|
|
3182
|
-
"type": "expressionWithTypeArguments",
|
|
3183
|
-
"expression": {
|
|
3184
|
-
"type": "identifier",
|
|
3185
|
-
"name": "ActivityBase"
|
|
3186
|
-
}
|
|
3187
|
-
}
|
|
3188
|
-
]
|
|
3189
|
-
},
|
|
3190
|
-
{
|
|
3191
|
-
"type": "interface",
|
|
3192
|
-
"name": "ActivityOfStartConversation",
|
|
3193
|
-
"body": [
|
|
3194
|
-
{
|
|
3195
|
-
"type": "propertySignature",
|
|
3196
|
-
"key": {
|
|
3197
|
-
"type": "identifier",
|
|
3198
|
-
"name": "action_type"
|
|
3199
|
-
},
|
|
3200
|
-
"annotation": {
|
|
3201
|
-
"type": "jsLiteral",
|
|
3202
|
-
"value": "start_conversation"
|
|
3203
|
-
},
|
|
3204
|
-
"computed": false
|
|
3205
|
-
},
|
|
3206
|
-
{
|
|
3207
|
-
"type": "propertySignature",
|
|
3208
|
-
"key": {
|
|
3209
|
-
"type": "identifier",
|
|
3210
|
-
"name": "metadata"
|
|
3211
|
-
},
|
|
3212
|
-
"annotation": {
|
|
3213
|
-
"type": "typeLiteral",
|
|
3214
|
-
"members": [
|
|
3215
|
-
{
|
|
3216
|
-
"type": "propertySignature",
|
|
3217
|
-
"key": {
|
|
3218
|
-
"type": "identifier",
|
|
3219
|
-
"name": "conversation_id"
|
|
2617
|
+
"name": "spaceName"
|
|
3220
2618
|
},
|
|
3221
2619
|
"annotation": {
|
|
3222
2620
|
"type": "keyword",
|
|
3223
2621
|
"value": "string"
|
|
3224
2622
|
},
|
|
2623
|
+
"optional": true,
|
|
3225
2624
|
"computed": false
|
|
3226
2625
|
},
|
|
3227
2626
|
{
|
|
3228
2627
|
"type": "propertySignature",
|
|
3229
2628
|
"key": {
|
|
3230
2629
|
"type": "identifier",
|
|
3231
|
-
"name": "
|
|
2630
|
+
"name": "flowInstanceId"
|
|
3232
2631
|
},
|
|
3233
2632
|
"annotation": {
|
|
3234
2633
|
"type": "keyword",
|
|
3235
2634
|
"value": "string"
|
|
3236
2635
|
},
|
|
2636
|
+
"optional": true,
|
|
3237
2637
|
"computed": false
|
|
3238
2638
|
},
|
|
3239
2639
|
{
|
|
3240
2640
|
"type": "propertySignature",
|
|
3241
2641
|
"key": {
|
|
3242
2642
|
"type": "identifier",
|
|
3243
|
-
"name": "
|
|
2643
|
+
"name": "flowName"
|
|
3244
2644
|
},
|
|
3245
2645
|
"annotation": {
|
|
3246
2646
|
"type": "keyword",
|
|
@@ -3253,15 +2653,6 @@
|
|
|
3253
2653
|
},
|
|
3254
2654
|
"computed": false
|
|
3255
2655
|
}
|
|
3256
|
-
],
|
|
3257
|
-
"extends": [
|
|
3258
|
-
{
|
|
3259
|
-
"type": "expressionWithTypeArguments",
|
|
3260
|
-
"expression": {
|
|
3261
|
-
"type": "identifier",
|
|
3262
|
-
"name": "ActivityBase"
|
|
3263
|
-
}
|
|
3264
|
-
}
|
|
3265
2656
|
]
|
|
3266
2657
|
}
|
|
3267
2658
|
]
|
|
@@ -3293,300 +2684,392 @@
|
|
|
3293
2684
|
"events": [],
|
|
3294
2685
|
"methods": []
|
|
3295
2686
|
},
|
|
3296
|
-
"ai-portal.
|
|
2687
|
+
"ai-portal.activity-timeline": {
|
|
3297
2688
|
"properties": [
|
|
3298
2689
|
{
|
|
3299
|
-
"name": "
|
|
3300
|
-
"annotation": {
|
|
3301
|
-
"type": "keyword",
|
|
3302
|
-
"value": "string"
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
"name": "autoFocus",
|
|
3307
|
-
"annotation": {
|
|
3308
|
-
"type": "keyword",
|
|
3309
|
-
"value": "boolean"
|
|
3310
|
-
}
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"name": "submitDisabled",
|
|
3314
|
-
"annotation": {
|
|
3315
|
-
"type": "keyword",
|
|
3316
|
-
"value": "boolean"
|
|
3317
|
-
}
|
|
3318
|
-
},
|
|
3319
|
-
{
|
|
3320
|
-
"name": "supportsTerminate",
|
|
2690
|
+
"name": "list",
|
|
3321
2691
|
"annotation": {
|
|
3322
|
-
"type": "
|
|
3323
|
-
"
|
|
2692
|
+
"type": "array",
|
|
2693
|
+
"elementType": {
|
|
2694
|
+
"type": "reference",
|
|
2695
|
+
"typeName": {
|
|
2696
|
+
"type": "identifier",
|
|
2697
|
+
"name": "Activity"
|
|
2698
|
+
}
|
|
2699
|
+
}
|
|
3324
2700
|
}
|
|
3325
2701
|
},
|
|
3326
2702
|
{
|
|
3327
|
-
"name": "
|
|
2703
|
+
"name": "chatUrlTemplate",
|
|
3328
2704
|
"annotation": {
|
|
3329
2705
|
"type": "keyword",
|
|
3330
|
-
"value": "
|
|
3331
|
-
}
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"name": "uploadOptions",
|
|
3335
|
-
"annotation": {
|
|
3336
|
-
"type": "reference",
|
|
3337
|
-
"typeName": {
|
|
3338
|
-
"type": "identifier",
|
|
3339
|
-
"name": "UploadOptions"
|
|
3340
|
-
}
|
|
2706
|
+
"value": "string"
|
|
3341
2707
|
}
|
|
3342
2708
|
}
|
|
3343
2709
|
],
|
|
3344
|
-
"events": [
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
"detail": {
|
|
3348
|
-
"annotation": {
|
|
3349
|
-
"type": "keyword",
|
|
3350
|
-
"value": "string"
|
|
3351
|
-
}
|
|
3352
|
-
}
|
|
3353
|
-
},
|
|
2710
|
+
"events": [],
|
|
2711
|
+
"methods": [],
|
|
2712
|
+
"types": [
|
|
3354
2713
|
{
|
|
3355
|
-
"
|
|
3356
|
-
"
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
"
|
|
2714
|
+
"type": "typeAlias",
|
|
2715
|
+
"name": "Activity",
|
|
2716
|
+
"annotation": {
|
|
2717
|
+
"type": "union",
|
|
2718
|
+
"types": [
|
|
2719
|
+
{
|
|
2720
|
+
"type": "reference",
|
|
2721
|
+
"typeName": {
|
|
2722
|
+
"type": "identifier",
|
|
2723
|
+
"name": "ActivityOfCreateGoal"
|
|
2724
|
+
}
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"type": "reference",
|
|
2728
|
+
"typeName": {
|
|
2729
|
+
"type": "identifier",
|
|
2730
|
+
"name": "ActivityOfEditGoal"
|
|
2731
|
+
}
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"type": "reference",
|
|
2735
|
+
"typeName": {
|
|
2736
|
+
"type": "identifier",
|
|
2737
|
+
"name": "ActivityOfDeleteGoal"
|
|
2738
|
+
}
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"type": "reference",
|
|
2742
|
+
"typeName": {
|
|
2743
|
+
"type": "identifier",
|
|
2744
|
+
"name": "ActivityOfDecomposeGoals"
|
|
2745
|
+
}
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"type": "reference",
|
|
2749
|
+
"typeName": {
|
|
2750
|
+
"type": "identifier",
|
|
2751
|
+
"name": "ActivityOfAlterOwner"
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"type": "reference",
|
|
2756
|
+
"typeName": {
|
|
2757
|
+
"type": "identifier",
|
|
2758
|
+
"name": "ActivityOfAlterUser"
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"type": "reference",
|
|
2763
|
+
"typeName": {
|
|
2764
|
+
"type": "identifier",
|
|
2765
|
+
"name": "ActivityOfAddComment"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"type": "reference",
|
|
2770
|
+
"typeName": {
|
|
2771
|
+
"type": "identifier",
|
|
2772
|
+
"name": "ActivityOfStartConversation"
|
|
2773
|
+
}
|
|
3362
2774
|
}
|
|
3363
|
-
|
|
2775
|
+
]
|
|
3364
2776
|
}
|
|
3365
2777
|
},
|
|
3366
|
-
{
|
|
3367
|
-
"name": "terminate",
|
|
3368
|
-
"detail": {
|
|
3369
|
-
"annotation": {
|
|
3370
|
-
"type": "keyword",
|
|
3371
|
-
"value": "void"
|
|
3372
|
-
}
|
|
3373
|
-
}
|
|
3374
|
-
}
|
|
3375
|
-
],
|
|
3376
|
-
"methods": [],
|
|
3377
|
-
"types": [
|
|
3378
2778
|
{
|
|
3379
2779
|
"type": "interface",
|
|
3380
|
-
"name": "
|
|
2780
|
+
"name": "ActivityOfCreateGoal",
|
|
3381
2781
|
"body": [
|
|
3382
2782
|
{
|
|
3383
2783
|
"type": "propertySignature",
|
|
3384
2784
|
"key": {
|
|
3385
2785
|
"type": "identifier",
|
|
3386
|
-
"name": "
|
|
2786
|
+
"name": "action_type"
|
|
3387
2787
|
},
|
|
3388
2788
|
"annotation": {
|
|
3389
|
-
"type": "
|
|
3390
|
-
"value": "
|
|
2789
|
+
"type": "jsLiteral",
|
|
2790
|
+
"value": "create_goal"
|
|
3391
2791
|
},
|
|
3392
|
-
"optional": true,
|
|
3393
2792
|
"computed": false
|
|
3394
2793
|
},
|
|
3395
2794
|
{
|
|
3396
2795
|
"type": "propertySignature",
|
|
3397
2796
|
"key": {
|
|
3398
2797
|
"type": "identifier",
|
|
3399
|
-
"name": "
|
|
2798
|
+
"name": "metadata"
|
|
3400
2799
|
},
|
|
3401
2800
|
"annotation": {
|
|
3402
|
-
"type": "
|
|
3403
|
-
"
|
|
2801
|
+
"type": "typeLiteral",
|
|
2802
|
+
"members": [
|
|
2803
|
+
{
|
|
2804
|
+
"type": "propertySignature",
|
|
2805
|
+
"key": {
|
|
2806
|
+
"type": "identifier",
|
|
2807
|
+
"name": "goal_title"
|
|
2808
|
+
},
|
|
2809
|
+
"annotation": {
|
|
2810
|
+
"type": "keyword",
|
|
2811
|
+
"value": "string"
|
|
2812
|
+
},
|
|
2813
|
+
"computed": false
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"type": "propertySignature",
|
|
2817
|
+
"key": {
|
|
2818
|
+
"type": "identifier",
|
|
2819
|
+
"name": "goal_description"
|
|
2820
|
+
},
|
|
2821
|
+
"annotation": {
|
|
2822
|
+
"type": "keyword",
|
|
2823
|
+
"value": "string"
|
|
2824
|
+
},
|
|
2825
|
+
"optional": true,
|
|
2826
|
+
"computed": false
|
|
2827
|
+
}
|
|
2828
|
+
]
|
|
3404
2829
|
},
|
|
3405
|
-
"optional": true,
|
|
3406
2830
|
"computed": false
|
|
3407
|
-
}
|
|
2831
|
+
}
|
|
2832
|
+
],
|
|
2833
|
+
"extends": [
|
|
2834
|
+
{
|
|
2835
|
+
"type": "expressionWithTypeArguments",
|
|
2836
|
+
"expression": {
|
|
2837
|
+
"type": "identifier",
|
|
2838
|
+
"name": "ActivityBase"
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
]
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
"type": "interface",
|
|
2845
|
+
"name": "ActivityBase",
|
|
2846
|
+
"body": [
|
|
3408
2847
|
{
|
|
3409
2848
|
"type": "propertySignature",
|
|
3410
2849
|
"key": {
|
|
3411
2850
|
"type": "identifier",
|
|
3412
|
-
"name": "
|
|
2851
|
+
"name": "user_id"
|
|
3413
2852
|
},
|
|
3414
2853
|
"annotation": {
|
|
3415
2854
|
"type": "keyword",
|
|
3416
2855
|
"value": "string"
|
|
3417
2856
|
},
|
|
3418
|
-
"optional": true,
|
|
3419
2857
|
"computed": false
|
|
3420
2858
|
},
|
|
3421
2859
|
{
|
|
3422
2860
|
"type": "propertySignature",
|
|
3423
2861
|
"key": {
|
|
3424
2862
|
"type": "identifier",
|
|
3425
|
-
"name": "
|
|
2863
|
+
"name": "user_name"
|
|
3426
2864
|
},
|
|
3427
2865
|
"annotation": {
|
|
3428
2866
|
"type": "keyword",
|
|
3429
2867
|
"value": "string"
|
|
3430
2868
|
},
|
|
3431
|
-
"optional": true,
|
|
3432
2869
|
"computed": false
|
|
3433
2870
|
},
|
|
3434
2871
|
{
|
|
3435
2872
|
"type": "propertySignature",
|
|
3436
2873
|
"key": {
|
|
3437
2874
|
"type": "identifier",
|
|
3438
|
-
"name": "
|
|
2875
|
+
"name": "time"
|
|
3439
2876
|
},
|
|
3440
2877
|
"annotation": {
|
|
3441
2878
|
"type": "keyword",
|
|
3442
2879
|
"value": "number"
|
|
3443
2880
|
},
|
|
3444
|
-
"optional": true,
|
|
3445
2881
|
"computed": false
|
|
3446
|
-
}
|
|
3447
|
-
]
|
|
3448
|
-
},
|
|
3449
|
-
{
|
|
3450
|
-
"type": "interface",
|
|
3451
|
-
"name": "ChatPayload",
|
|
3452
|
-
"body": [
|
|
2882
|
+
},
|
|
3453
2883
|
{
|
|
3454
2884
|
"type": "propertySignature",
|
|
3455
2885
|
"key": {
|
|
3456
2886
|
"type": "identifier",
|
|
3457
|
-
"name": "
|
|
2887
|
+
"name": "action_type"
|
|
3458
2888
|
},
|
|
3459
2889
|
"annotation": {
|
|
3460
|
-
"type": "
|
|
3461
|
-
"
|
|
2890
|
+
"type": "union",
|
|
2891
|
+
"types": [
|
|
2892
|
+
{
|
|
2893
|
+
"type": "jsLiteral",
|
|
2894
|
+
"value": "create_goal"
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"type": "jsLiteral",
|
|
2898
|
+
"value": "edit_goal"
|
|
2899
|
+
},
|
|
2900
|
+
{
|
|
2901
|
+
"type": "jsLiteral",
|
|
2902
|
+
"value": "delete_goal"
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"type": "jsLiteral",
|
|
2906
|
+
"value": "decompose_goals"
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
"type": "jsLiteral",
|
|
2910
|
+
"value": "alter_owner"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"type": "jsLiteral",
|
|
2914
|
+
"value": "alter_user"
|
|
2915
|
+
},
|
|
2916
|
+
{
|
|
2917
|
+
"type": "jsLiteral",
|
|
2918
|
+
"value": "add_comment"
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"type": "jsLiteral",
|
|
2922
|
+
"value": "start_conversation"
|
|
2923
|
+
}
|
|
2924
|
+
]
|
|
3462
2925
|
},
|
|
3463
2926
|
"computed": false
|
|
3464
|
-
}
|
|
3465
|
-
],
|
|
3466
|
-
"extends": [
|
|
2927
|
+
},
|
|
3467
2928
|
{
|
|
3468
|
-
"type": "
|
|
3469
|
-
"
|
|
2929
|
+
"type": "propertySignature",
|
|
2930
|
+
"key": {
|
|
3470
2931
|
"type": "identifier",
|
|
3471
|
-
"name": "
|
|
3472
|
-
}
|
|
2932
|
+
"name": "metadata"
|
|
2933
|
+
},
|
|
2934
|
+
"annotation": {
|
|
2935
|
+
"type": "keyword",
|
|
2936
|
+
"value": "unknown"
|
|
2937
|
+
},
|
|
2938
|
+
"computed": false
|
|
3473
2939
|
}
|
|
3474
2940
|
]
|
|
3475
2941
|
},
|
|
3476
2942
|
{
|
|
3477
2943
|
"type": "interface",
|
|
3478
|
-
"name": "
|
|
2944
|
+
"name": "ActivityOfEditGoal",
|
|
3479
2945
|
"body": [
|
|
3480
2946
|
{
|
|
3481
2947
|
"type": "propertySignature",
|
|
3482
2948
|
"key": {
|
|
3483
2949
|
"type": "identifier",
|
|
3484
|
-
"name": "
|
|
2950
|
+
"name": "action_type"
|
|
3485
2951
|
},
|
|
3486
2952
|
"annotation": {
|
|
3487
|
-
"type": "
|
|
3488
|
-
"
|
|
3489
|
-
"type": "reference",
|
|
3490
|
-
"typeName": {
|
|
3491
|
-
"type": "identifier",
|
|
3492
|
-
"name": "UploadFileInfo"
|
|
3493
|
-
}
|
|
3494
|
-
}
|
|
2953
|
+
"type": "jsLiteral",
|
|
2954
|
+
"value": "edit_goal"
|
|
3495
2955
|
},
|
|
3496
|
-
"optional": true,
|
|
3497
2956
|
"computed": false
|
|
3498
2957
|
},
|
|
3499
2958
|
{
|
|
3500
2959
|
"type": "propertySignature",
|
|
3501
2960
|
"key": {
|
|
3502
2961
|
"type": "identifier",
|
|
3503
|
-
"name": "
|
|
2962
|
+
"name": "metadata"
|
|
3504
2963
|
},
|
|
3505
2964
|
"annotation": {
|
|
3506
|
-
"type": "
|
|
3507
|
-
"
|
|
2965
|
+
"type": "typeLiteral",
|
|
2966
|
+
"members": [
|
|
3508
2967
|
{
|
|
3509
|
-
"type": "
|
|
3510
|
-
"
|
|
2968
|
+
"type": "propertySignature",
|
|
2969
|
+
"key": {
|
|
3511
2970
|
"type": "identifier",
|
|
3512
|
-
"name": "
|
|
3513
|
-
}
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
2971
|
+
"name": "before"
|
|
2972
|
+
},
|
|
2973
|
+
"annotation": {
|
|
2974
|
+
"type": "typeLiteral",
|
|
2975
|
+
"members": [
|
|
2976
|
+
{
|
|
2977
|
+
"type": "propertySignature",
|
|
2978
|
+
"key": {
|
|
2979
|
+
"type": "identifier",
|
|
2980
|
+
"name": "title"
|
|
2981
|
+
},
|
|
2982
|
+
"annotation": {
|
|
2983
|
+
"type": "keyword",
|
|
2984
|
+
"value": "string"
|
|
2985
|
+
},
|
|
2986
|
+
"optional": true,
|
|
2987
|
+
"computed": false
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"type": "propertySignature",
|
|
2991
|
+
"key": {
|
|
2992
|
+
"type": "identifier",
|
|
2993
|
+
"name": "description"
|
|
2994
|
+
},
|
|
2995
|
+
"annotation": {
|
|
2996
|
+
"type": "keyword",
|
|
2997
|
+
"value": "string"
|
|
2998
|
+
},
|
|
2999
|
+
"optional": true,
|
|
3000
|
+
"computed": false
|
|
3001
|
+
}
|
|
3002
|
+
]
|
|
3003
|
+
},
|
|
3004
|
+
"computed": false
|
|
3536
3005
|
},
|
|
3537
3006
|
{
|
|
3538
|
-
"type": "
|
|
3539
|
-
"
|
|
3007
|
+
"type": "propertySignature",
|
|
3008
|
+
"key": {
|
|
3009
|
+
"type": "identifier",
|
|
3010
|
+
"name": "after"
|
|
3011
|
+
},
|
|
3012
|
+
"annotation": {
|
|
3013
|
+
"type": "typeLiteral",
|
|
3014
|
+
"members": [
|
|
3015
|
+
{
|
|
3016
|
+
"type": "propertySignature",
|
|
3017
|
+
"key": {
|
|
3018
|
+
"type": "identifier",
|
|
3019
|
+
"name": "title"
|
|
3020
|
+
},
|
|
3021
|
+
"annotation": {
|
|
3022
|
+
"type": "keyword",
|
|
3023
|
+
"value": "string"
|
|
3024
|
+
},
|
|
3025
|
+
"optional": true,
|
|
3026
|
+
"computed": false
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
"type": "propertySignature",
|
|
3030
|
+
"key": {
|
|
3031
|
+
"type": "identifier",
|
|
3032
|
+
"name": "description"
|
|
3033
|
+
},
|
|
3034
|
+
"annotation": {
|
|
3035
|
+
"type": "keyword",
|
|
3036
|
+
"value": "string"
|
|
3037
|
+
},
|
|
3038
|
+
"optional": true,
|
|
3039
|
+
"computed": false
|
|
3040
|
+
}
|
|
3041
|
+
]
|
|
3042
|
+
},
|
|
3043
|
+
"computed": false
|
|
3540
3044
|
}
|
|
3541
3045
|
]
|
|
3542
3046
|
},
|
|
3543
|
-
"optional": true,
|
|
3544
3047
|
"computed": false
|
|
3545
3048
|
}
|
|
3546
|
-
]
|
|
3547
|
-
|
|
3548
|
-
{
|
|
3549
|
-
"type": "interface",
|
|
3550
|
-
"name": "UploadFileInfo",
|
|
3551
|
-
"body": [
|
|
3049
|
+
],
|
|
3050
|
+
"extends": [
|
|
3552
3051
|
{
|
|
3553
|
-
"type": "
|
|
3554
|
-
"
|
|
3052
|
+
"type": "expressionWithTypeArguments",
|
|
3053
|
+
"expression": {
|
|
3555
3054
|
"type": "identifier",
|
|
3556
|
-
"name": "
|
|
3557
|
-
}
|
|
3558
|
-
"annotation": {
|
|
3559
|
-
"type": "keyword",
|
|
3560
|
-
"value": "string"
|
|
3561
|
-
},
|
|
3562
|
-
"computed": false
|
|
3055
|
+
"name": "ActivityBase"
|
|
3056
|
+
}
|
|
3563
3057
|
}
|
|
3564
3058
|
]
|
|
3565
3059
|
},
|
|
3566
|
-
{
|
|
3567
|
-
"type": "typeAlias",
|
|
3568
|
-
"name": "CommandPayload",
|
|
3569
|
-
"annotation": {
|
|
3570
|
-
"type": "reference",
|
|
3571
|
-
"typeName": {
|
|
3572
|
-
"type": "identifier",
|
|
3573
|
-
"name": "CommandPayloadServiceFlowStarting"
|
|
3574
|
-
}
|
|
3575
|
-
}
|
|
3576
|
-
},
|
|
3577
3060
|
{
|
|
3578
3061
|
"type": "interface",
|
|
3579
|
-
"name": "
|
|
3062
|
+
"name": "ActivityOfDeleteGoal",
|
|
3580
3063
|
"body": [
|
|
3581
3064
|
{
|
|
3582
3065
|
"type": "propertySignature",
|
|
3583
3066
|
"key": {
|
|
3584
3067
|
"type": "identifier",
|
|
3585
|
-
"name": "
|
|
3068
|
+
"name": "action_type"
|
|
3586
3069
|
},
|
|
3587
3070
|
"annotation": {
|
|
3588
3071
|
"type": "jsLiteral",
|
|
3589
|
-
"value": "
|
|
3072
|
+
"value": "delete_goal"
|
|
3590
3073
|
},
|
|
3591
3074
|
"computed": false
|
|
3592
3075
|
},
|
|
@@ -3594,7 +3077,7 @@
|
|
|
3594
3077
|
"type": "propertySignature",
|
|
3595
3078
|
"key": {
|
|
3596
3079
|
"type": "identifier",
|
|
3597
|
-
"name": "
|
|
3080
|
+
"name": "metadata"
|
|
3598
3081
|
},
|
|
3599
3082
|
"annotation": {
|
|
3600
3083
|
"type": "typeLiteral",
|
|
@@ -3603,45 +3086,19 @@
|
|
|
3603
3086
|
"type": "propertySignature",
|
|
3604
3087
|
"key": {
|
|
3605
3088
|
"type": "identifier",
|
|
3606
|
-
"name": "
|
|
3607
|
-
},
|
|
3608
|
-
"annotation": {
|
|
3609
|
-
"type": "keyword",
|
|
3610
|
-
"value": "string"
|
|
3611
|
-
},
|
|
3612
|
-
"computed": false
|
|
3613
|
-
},
|
|
3614
|
-
{
|
|
3615
|
-
"type": "propertySignature",
|
|
3616
|
-
"key": {
|
|
3617
|
-
"type": "identifier",
|
|
3618
|
-
"name": "spaceName"
|
|
3619
|
-
},
|
|
3620
|
-
"annotation": {
|
|
3621
|
-
"type": "keyword",
|
|
3622
|
-
"value": "string"
|
|
3623
|
-
},
|
|
3624
|
-
"optional": true,
|
|
3625
|
-
"computed": false
|
|
3626
|
-
},
|
|
3627
|
-
{
|
|
3628
|
-
"type": "propertySignature",
|
|
3629
|
-
"key": {
|
|
3630
|
-
"type": "identifier",
|
|
3631
|
-
"name": "flowInstanceId"
|
|
3089
|
+
"name": "goal_title"
|
|
3632
3090
|
},
|
|
3633
3091
|
"annotation": {
|
|
3634
3092
|
"type": "keyword",
|
|
3635
3093
|
"value": "string"
|
|
3636
3094
|
},
|
|
3637
|
-
"optional": true,
|
|
3638
3095
|
"computed": false
|
|
3639
3096
|
},
|
|
3640
3097
|
{
|
|
3641
3098
|
"type": "propertySignature",
|
|
3642
3099
|
"key": {
|
|
3643
3100
|
"type": "identifier",
|
|
3644
|
-
"name": "
|
|
3101
|
+
"name": "goal_description"
|
|
3645
3102
|
},
|
|
3646
3103
|
"annotation": {
|
|
3647
3104
|
"type": "keyword",
|
|
@@ -3652,200 +3109,32 @@
|
|
|
3652
3109
|
}
|
|
3653
3110
|
]
|
|
3654
3111
|
},
|
|
3655
|
-
"computed": false
|
|
3656
|
-
}
|
|
3657
|
-
]
|
|
3658
|
-
}
|
|
3659
|
-
]
|
|
3660
|
-
},
|
|
3661
|
-
"ai-portal.stage-flow": {
|
|
3662
|
-
"properties": [
|
|
3663
|
-
{
|
|
3664
|
-
"name": "spec",
|
|
3665
|
-
"annotation": {
|
|
3666
|
-
"type": "array",
|
|
3667
|
-
"elementType": {
|
|
3668
|
-
"type": "reference",
|
|
3669
|
-
"typeName": {
|
|
3670
|
-
"type": "identifier",
|
|
3671
|
-
"name": "Stage"
|
|
3672
|
-
}
|
|
3673
|
-
}
|
|
3674
|
-
}
|
|
3675
|
-
},
|
|
3676
|
-
{
|
|
3677
|
-
"name": "aiEmployees",
|
|
3678
|
-
"annotation": {
|
|
3679
|
-
"type": "array",
|
|
3680
|
-
"elementType": {
|
|
3681
|
-
"type": "reference",
|
|
3682
|
-
"typeName": {
|
|
3683
|
-
"type": "identifier",
|
|
3684
|
-
"name": "AIEmployee"
|
|
3685
|
-
}
|
|
3686
|
-
}
|
|
3687
|
-
}
|
|
3688
|
-
},
|
|
3689
|
-
{
|
|
3690
|
-
"name": "readOnly",
|
|
3691
|
-
"annotation": {
|
|
3692
|
-
"type": "keyword",
|
|
3693
|
-
"value": "boolean"
|
|
3694
|
-
}
|
|
3695
|
-
}
|
|
3696
|
-
],
|
|
3697
|
-
"events": [
|
|
3698
|
-
{
|
|
3699
|
-
"name": "change",
|
|
3700
|
-
"detail": {
|
|
3701
|
-
"annotation": {
|
|
3702
|
-
"type": "array",
|
|
3703
|
-
"elementType": {
|
|
3704
|
-
"type": "reference",
|
|
3705
|
-
"typeName": {
|
|
3706
|
-
"type": "identifier",
|
|
3707
|
-
"name": "Stage"
|
|
3708
|
-
}
|
|
3709
|
-
}
|
|
3710
|
-
}
|
|
3711
|
-
}
|
|
3712
|
-
},
|
|
3713
|
-
{
|
|
3714
|
-
"name": "add.activity",
|
|
3715
|
-
"detail": {
|
|
3716
|
-
"annotation": {
|
|
3717
|
-
"type": "typeLiteral",
|
|
3718
|
-
"members": [
|
|
3719
|
-
{
|
|
3720
|
-
"type": "propertySignature",
|
|
3721
|
-
"key": {
|
|
3722
|
-
"type": "identifier",
|
|
3723
|
-
"name": "stage"
|
|
3724
|
-
},
|
|
3725
|
-
"annotation": {
|
|
3726
|
-
"type": "reference",
|
|
3727
|
-
"typeName": {
|
|
3728
|
-
"type": "identifier",
|
|
3729
|
-
"name": "Stage"
|
|
3730
|
-
}
|
|
3731
|
-
},
|
|
3732
|
-
"computed": false
|
|
3733
|
-
}
|
|
3734
|
-
]
|
|
3735
|
-
}
|
|
3736
|
-
}
|
|
3737
|
-
},
|
|
3738
|
-
{
|
|
3739
|
-
"name": "edit.activity",
|
|
3740
|
-
"detail": {
|
|
3741
|
-
"annotation": {
|
|
3742
|
-
"type": "reference",
|
|
3743
|
-
"typeName": {
|
|
3744
|
-
"type": "identifier",
|
|
3745
|
-
"name": "EditActivityDetail"
|
|
3746
|
-
}
|
|
3747
|
-
}
|
|
3748
|
-
}
|
|
3749
|
-
}
|
|
3750
|
-
],
|
|
3751
|
-
"methods": [
|
|
3752
|
-
{
|
|
3753
|
-
"name": "addActivity",
|
|
3754
|
-
"params": [
|
|
3755
|
-
{
|
|
3756
|
-
"name": "stage",
|
|
3757
|
-
"annotation": {
|
|
3758
|
-
"type": "reference",
|
|
3759
|
-
"typeName": {
|
|
3760
|
-
"type": "identifier",
|
|
3761
|
-
"name": "Stage"
|
|
3762
|
-
}
|
|
3763
|
-
}
|
|
3764
|
-
},
|
|
3765
|
-
{
|
|
3766
|
-
"name": "activity",
|
|
3767
|
-
"annotation": {
|
|
3768
|
-
"type": "reference",
|
|
3769
|
-
"typeName": {
|
|
3770
|
-
"type": "identifier",
|
|
3771
|
-
"name": "FlowActivity"
|
|
3772
|
-
}
|
|
3773
|
-
}
|
|
3774
|
-
}
|
|
3775
|
-
],
|
|
3776
|
-
"returns": {}
|
|
3777
|
-
},
|
|
3778
|
-
{
|
|
3779
|
-
"name": "editActivity",
|
|
3780
|
-
"params": [
|
|
3781
|
-
{
|
|
3782
|
-
"name": "stage",
|
|
3783
|
-
"annotation": {
|
|
3784
|
-
"type": "reference",
|
|
3785
|
-
"typeName": {
|
|
3786
|
-
"type": "identifier",
|
|
3787
|
-
"name": "Stage"
|
|
3788
|
-
}
|
|
3789
|
-
}
|
|
3790
|
-
},
|
|
3791
|
-
{
|
|
3792
|
-
"name": "activity",
|
|
3793
|
-
"annotation": {
|
|
3794
|
-
"type": "reference",
|
|
3795
|
-
"typeName": {
|
|
3796
|
-
"type": "identifier",
|
|
3797
|
-
"name": "FlowActivity"
|
|
3798
|
-
}
|
|
3799
|
-
}
|
|
3800
|
-
},
|
|
3801
|
-
{
|
|
3802
|
-
"name": "activityIndex",
|
|
3803
|
-
"annotation": {
|
|
3804
|
-
"type": "keyword",
|
|
3805
|
-
"value": "number"
|
|
3806
|
-
}
|
|
3112
|
+
"computed": false
|
|
3807
3113
|
}
|
|
3808
3114
|
],
|
|
3809
|
-
"
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"name": "deleteActivity",
|
|
3813
|
-
"params": [
|
|
3814
|
-
{
|
|
3815
|
-
"name": "stage",
|
|
3816
|
-
"annotation": {
|
|
3817
|
-
"type": "reference",
|
|
3818
|
-
"typeName": {
|
|
3819
|
-
"type": "identifier",
|
|
3820
|
-
"name": "Stage"
|
|
3821
|
-
}
|
|
3822
|
-
}
|
|
3823
|
-
},
|
|
3115
|
+
"extends": [
|
|
3824
3116
|
{
|
|
3825
|
-
"
|
|
3826
|
-
"
|
|
3827
|
-
"type": "
|
|
3828
|
-
"
|
|
3117
|
+
"type": "expressionWithTypeArguments",
|
|
3118
|
+
"expression": {
|
|
3119
|
+
"type": "identifier",
|
|
3120
|
+
"name": "ActivityBase"
|
|
3829
3121
|
}
|
|
3830
3122
|
}
|
|
3831
|
-
]
|
|
3832
|
-
|
|
3833
|
-
}
|
|
3834
|
-
],
|
|
3835
|
-
"types": [
|
|
3123
|
+
]
|
|
3124
|
+
},
|
|
3836
3125
|
{
|
|
3837
3126
|
"type": "interface",
|
|
3838
|
-
"name": "
|
|
3127
|
+
"name": "ActivityOfDecomposeGoals",
|
|
3839
3128
|
"body": [
|
|
3840
3129
|
{
|
|
3841
3130
|
"type": "propertySignature",
|
|
3842
3131
|
"key": {
|
|
3843
3132
|
"type": "identifier",
|
|
3844
|
-
"name": "
|
|
3133
|
+
"name": "action_type"
|
|
3845
3134
|
},
|
|
3846
3135
|
"annotation": {
|
|
3847
|
-
"type": "
|
|
3848
|
-
"value": "
|
|
3136
|
+
"type": "jsLiteral",
|
|
3137
|
+
"value": "decompose_goals"
|
|
3849
3138
|
},
|
|
3850
3139
|
"computed": false
|
|
3851
3140
|
},
|
|
@@ -3853,36 +3142,100 @@
|
|
|
3853
3142
|
"type": "propertySignature",
|
|
3854
3143
|
"key": {
|
|
3855
3144
|
"type": "identifier",
|
|
3856
|
-
"name": "
|
|
3145
|
+
"name": "metadata"
|
|
3857
3146
|
},
|
|
3858
3147
|
"annotation": {
|
|
3859
|
-
"type": "
|
|
3860
|
-
"
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
"
|
|
3864
|
-
|
|
3148
|
+
"type": "typeLiteral",
|
|
3149
|
+
"members": [
|
|
3150
|
+
{
|
|
3151
|
+
"type": "propertySignature",
|
|
3152
|
+
"key": {
|
|
3153
|
+
"type": "identifier",
|
|
3154
|
+
"name": "sub_goals_count"
|
|
3155
|
+
},
|
|
3156
|
+
"annotation": {
|
|
3157
|
+
"type": "keyword",
|
|
3158
|
+
"value": "number"
|
|
3159
|
+
},
|
|
3160
|
+
"computed": false
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"type": "propertySignature",
|
|
3164
|
+
"key": {
|
|
3165
|
+
"type": "identifier",
|
|
3166
|
+
"name": "sub_goals"
|
|
3167
|
+
},
|
|
3168
|
+
"annotation": {
|
|
3169
|
+
"type": "reference",
|
|
3170
|
+
"typeName": {
|
|
3171
|
+
"type": "identifier",
|
|
3172
|
+
"name": "Array"
|
|
3173
|
+
},
|
|
3174
|
+
"typeParameters": {
|
|
3175
|
+
"type": "typeParameterInstantiation",
|
|
3176
|
+
"params": [
|
|
3177
|
+
{
|
|
3178
|
+
"type": "typeLiteral",
|
|
3179
|
+
"members": [
|
|
3180
|
+
{
|
|
3181
|
+
"type": "propertySignature",
|
|
3182
|
+
"key": {
|
|
3183
|
+
"type": "identifier",
|
|
3184
|
+
"name": "sub_goal_id"
|
|
3185
|
+
},
|
|
3186
|
+
"annotation": {
|
|
3187
|
+
"type": "keyword",
|
|
3188
|
+
"value": "string"
|
|
3189
|
+
},
|
|
3190
|
+
"computed": false
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"type": "propertySignature",
|
|
3194
|
+
"key": {
|
|
3195
|
+
"type": "identifier",
|
|
3196
|
+
"name": "title"
|
|
3197
|
+
},
|
|
3198
|
+
"annotation": {
|
|
3199
|
+
"type": "keyword",
|
|
3200
|
+
"value": "string"
|
|
3201
|
+
},
|
|
3202
|
+
"computed": false
|
|
3203
|
+
}
|
|
3204
|
+
]
|
|
3205
|
+
}
|
|
3206
|
+
]
|
|
3207
|
+
}
|
|
3208
|
+
},
|
|
3209
|
+
"computed": false
|
|
3865
3210
|
}
|
|
3866
|
-
|
|
3211
|
+
]
|
|
3867
3212
|
},
|
|
3868
|
-
"optional": true,
|
|
3869
3213
|
"computed": false
|
|
3870
3214
|
}
|
|
3215
|
+
],
|
|
3216
|
+
"extends": [
|
|
3217
|
+
{
|
|
3218
|
+
"type": "expressionWithTypeArguments",
|
|
3219
|
+
"expression": {
|
|
3220
|
+
"type": "identifier",
|
|
3221
|
+
"name": "ActivityBase"
|
|
3222
|
+
}
|
|
3223
|
+
}
|
|
3871
3224
|
]
|
|
3872
3225
|
},
|
|
3873
3226
|
{
|
|
3874
3227
|
"type": "interface",
|
|
3875
|
-
"name": "
|
|
3228
|
+
"name": "ActivityOfAlterOwner",
|
|
3876
3229
|
"body": [
|
|
3877
3230
|
{
|
|
3878
3231
|
"type": "propertySignature",
|
|
3879
3232
|
"key": {
|
|
3880
3233
|
"type": "identifier",
|
|
3881
|
-
"name": "
|
|
3234
|
+
"name": "action_type"
|
|
3882
3235
|
},
|
|
3883
3236
|
"annotation": {
|
|
3884
|
-
"type": "
|
|
3885
|
-
"value": "
|
|
3237
|
+
"type": "jsLiteral",
|
|
3238
|
+
"value": "alter_owner"
|
|
3886
3239
|
},
|
|
3887
3240
|
"computed": false
|
|
3888
3241
|
},
|
|
@@ -3890,69 +3243,303 @@
|
|
|
3890
3243
|
"type": "propertySignature",
|
|
3891
3244
|
"key": {
|
|
3892
3245
|
"type": "identifier",
|
|
3893
|
-
"name": "
|
|
3246
|
+
"name": "metadata"
|
|
3894
3247
|
},
|
|
3895
3248
|
"annotation": {
|
|
3896
|
-
"type": "
|
|
3897
|
-
"
|
|
3249
|
+
"type": "typeLiteral",
|
|
3250
|
+
"members": [
|
|
3251
|
+
{
|
|
3252
|
+
"type": "propertySignature",
|
|
3253
|
+
"key": {
|
|
3254
|
+
"type": "identifier",
|
|
3255
|
+
"name": "before"
|
|
3256
|
+
},
|
|
3257
|
+
"annotation": {
|
|
3258
|
+
"type": "typeLiteral",
|
|
3259
|
+
"members": [
|
|
3260
|
+
{
|
|
3261
|
+
"type": "propertySignature",
|
|
3262
|
+
"key": {
|
|
3263
|
+
"type": "identifier",
|
|
3264
|
+
"name": "owner"
|
|
3265
|
+
},
|
|
3266
|
+
"annotation": {
|
|
3267
|
+
"type": "typeLiteral",
|
|
3268
|
+
"members": [
|
|
3269
|
+
{
|
|
3270
|
+
"type": "propertySignature",
|
|
3271
|
+
"key": {
|
|
3272
|
+
"type": "identifier",
|
|
3273
|
+
"name": "user_id"
|
|
3274
|
+
},
|
|
3275
|
+
"annotation": {
|
|
3276
|
+
"type": "keyword",
|
|
3277
|
+
"value": "string"
|
|
3278
|
+
},
|
|
3279
|
+
"computed": false
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"type": "propertySignature",
|
|
3283
|
+
"key": {
|
|
3284
|
+
"type": "identifier",
|
|
3285
|
+
"name": "user_name"
|
|
3286
|
+
},
|
|
3287
|
+
"annotation": {
|
|
3288
|
+
"type": "keyword",
|
|
3289
|
+
"value": "string"
|
|
3290
|
+
},
|
|
3291
|
+
"computed": false
|
|
3292
|
+
}
|
|
3293
|
+
]
|
|
3294
|
+
},
|
|
3295
|
+
"computed": false
|
|
3296
|
+
}
|
|
3297
|
+
]
|
|
3298
|
+
},
|
|
3299
|
+
"computed": false
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"type": "propertySignature",
|
|
3303
|
+
"key": {
|
|
3304
|
+
"type": "identifier",
|
|
3305
|
+
"name": "after"
|
|
3306
|
+
},
|
|
3307
|
+
"annotation": {
|
|
3308
|
+
"type": "typeLiteral",
|
|
3309
|
+
"members": [
|
|
3310
|
+
{
|
|
3311
|
+
"type": "propertySignature",
|
|
3312
|
+
"key": {
|
|
3313
|
+
"type": "identifier",
|
|
3314
|
+
"name": "owner"
|
|
3315
|
+
},
|
|
3316
|
+
"annotation": {
|
|
3317
|
+
"type": "typeLiteral",
|
|
3318
|
+
"members": [
|
|
3319
|
+
{
|
|
3320
|
+
"type": "propertySignature",
|
|
3321
|
+
"key": {
|
|
3322
|
+
"type": "identifier",
|
|
3323
|
+
"name": "user_id"
|
|
3324
|
+
},
|
|
3325
|
+
"annotation": {
|
|
3326
|
+
"type": "keyword",
|
|
3327
|
+
"value": "string"
|
|
3328
|
+
},
|
|
3329
|
+
"computed": false
|
|
3330
|
+
},
|
|
3331
|
+
{
|
|
3332
|
+
"type": "propertySignature",
|
|
3333
|
+
"key": {
|
|
3334
|
+
"type": "identifier",
|
|
3335
|
+
"name": "user_name"
|
|
3336
|
+
},
|
|
3337
|
+
"annotation": {
|
|
3338
|
+
"type": "keyword",
|
|
3339
|
+
"value": "string"
|
|
3340
|
+
},
|
|
3341
|
+
"computed": false
|
|
3342
|
+
}
|
|
3343
|
+
]
|
|
3344
|
+
},
|
|
3345
|
+
"computed": false
|
|
3346
|
+
}
|
|
3347
|
+
]
|
|
3348
|
+
},
|
|
3349
|
+
"computed": false
|
|
3350
|
+
}
|
|
3351
|
+
]
|
|
3898
3352
|
},
|
|
3899
|
-
"optional": true,
|
|
3900
3353
|
"computed": false
|
|
3901
|
-
}
|
|
3354
|
+
}
|
|
3355
|
+
],
|
|
3356
|
+
"extends": [
|
|
3902
3357
|
{
|
|
3903
|
-
"type": "
|
|
3904
|
-
"
|
|
3358
|
+
"type": "expressionWithTypeArguments",
|
|
3359
|
+
"expression": {
|
|
3905
3360
|
"type": "identifier",
|
|
3906
|
-
"name": "
|
|
3907
|
-
}
|
|
3908
|
-
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
|
|
3912
|
-
|
|
3913
|
-
|
|
3914
|
-
|
|
3361
|
+
"name": "ActivityBase"
|
|
3362
|
+
}
|
|
3363
|
+
}
|
|
3364
|
+
]
|
|
3365
|
+
},
|
|
3366
|
+
{
|
|
3367
|
+
"type": "interface",
|
|
3368
|
+
"name": "ActivityOfAlterUser",
|
|
3369
|
+
"body": [
|
|
3915
3370
|
{
|
|
3916
3371
|
"type": "propertySignature",
|
|
3917
3372
|
"key": {
|
|
3918
3373
|
"type": "identifier",
|
|
3919
|
-
"name": "
|
|
3374
|
+
"name": "action_type"
|
|
3920
3375
|
},
|
|
3921
3376
|
"annotation": {
|
|
3922
|
-
"type": "
|
|
3923
|
-
"value": "
|
|
3377
|
+
"type": "jsLiteral",
|
|
3378
|
+
"value": "alter_user"
|
|
3924
3379
|
},
|
|
3925
|
-
"optional": true,
|
|
3926
3380
|
"computed": false
|
|
3927
3381
|
},
|
|
3928
3382
|
{
|
|
3929
3383
|
"type": "propertySignature",
|
|
3930
3384
|
"key": {
|
|
3931
3385
|
"type": "identifier",
|
|
3932
|
-
"name": "
|
|
3386
|
+
"name": "metadata"
|
|
3933
3387
|
},
|
|
3934
3388
|
"annotation": {
|
|
3935
|
-
"type": "
|
|
3936
|
-
"
|
|
3389
|
+
"type": "typeLiteral",
|
|
3390
|
+
"members": [
|
|
3391
|
+
{
|
|
3392
|
+
"type": "propertySignature",
|
|
3393
|
+
"key": {
|
|
3394
|
+
"type": "identifier",
|
|
3395
|
+
"name": "before"
|
|
3396
|
+
},
|
|
3397
|
+
"annotation": {
|
|
3398
|
+
"type": "typeLiteral",
|
|
3399
|
+
"members": [
|
|
3400
|
+
{
|
|
3401
|
+
"type": "propertySignature",
|
|
3402
|
+
"key": {
|
|
3403
|
+
"type": "identifier",
|
|
3404
|
+
"name": "users"
|
|
3405
|
+
},
|
|
3406
|
+
"annotation": {
|
|
3407
|
+
"type": "reference",
|
|
3408
|
+
"typeName": {
|
|
3409
|
+
"type": "identifier",
|
|
3410
|
+
"name": "Array"
|
|
3411
|
+
},
|
|
3412
|
+
"typeParameters": {
|
|
3413
|
+
"type": "typeParameterInstantiation",
|
|
3414
|
+
"params": [
|
|
3415
|
+
{
|
|
3416
|
+
"type": "typeLiteral",
|
|
3417
|
+
"members": [
|
|
3418
|
+
{
|
|
3419
|
+
"type": "propertySignature",
|
|
3420
|
+
"key": {
|
|
3421
|
+
"type": "identifier",
|
|
3422
|
+
"name": "user_id"
|
|
3423
|
+
},
|
|
3424
|
+
"annotation": {
|
|
3425
|
+
"type": "keyword",
|
|
3426
|
+
"value": "string"
|
|
3427
|
+
},
|
|
3428
|
+
"computed": false
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"type": "propertySignature",
|
|
3432
|
+
"key": {
|
|
3433
|
+
"type": "identifier",
|
|
3434
|
+
"name": "user_name"
|
|
3435
|
+
},
|
|
3436
|
+
"annotation": {
|
|
3437
|
+
"type": "keyword",
|
|
3438
|
+
"value": "string"
|
|
3439
|
+
},
|
|
3440
|
+
"computed": false
|
|
3441
|
+
}
|
|
3442
|
+
]
|
|
3443
|
+
}
|
|
3444
|
+
]
|
|
3445
|
+
}
|
|
3446
|
+
},
|
|
3447
|
+
"computed": false
|
|
3448
|
+
}
|
|
3449
|
+
]
|
|
3450
|
+
},
|
|
3451
|
+
"computed": false
|
|
3452
|
+
},
|
|
3453
|
+
{
|
|
3454
|
+
"type": "propertySignature",
|
|
3455
|
+
"key": {
|
|
3456
|
+
"type": "identifier",
|
|
3457
|
+
"name": "after"
|
|
3458
|
+
},
|
|
3459
|
+
"annotation": {
|
|
3460
|
+
"type": "typeLiteral",
|
|
3461
|
+
"members": [
|
|
3462
|
+
{
|
|
3463
|
+
"type": "propertySignature",
|
|
3464
|
+
"key": {
|
|
3465
|
+
"type": "identifier",
|
|
3466
|
+
"name": "users"
|
|
3467
|
+
},
|
|
3468
|
+
"annotation": {
|
|
3469
|
+
"type": "reference",
|
|
3470
|
+
"typeName": {
|
|
3471
|
+
"type": "identifier",
|
|
3472
|
+
"name": "Array"
|
|
3473
|
+
},
|
|
3474
|
+
"typeParameters": {
|
|
3475
|
+
"type": "typeParameterInstantiation",
|
|
3476
|
+
"params": [
|
|
3477
|
+
{
|
|
3478
|
+
"type": "typeLiteral",
|
|
3479
|
+
"members": [
|
|
3480
|
+
{
|
|
3481
|
+
"type": "propertySignature",
|
|
3482
|
+
"key": {
|
|
3483
|
+
"type": "identifier",
|
|
3484
|
+
"name": "user_id"
|
|
3485
|
+
},
|
|
3486
|
+
"annotation": {
|
|
3487
|
+
"type": "keyword",
|
|
3488
|
+
"value": "string"
|
|
3489
|
+
},
|
|
3490
|
+
"computed": false
|
|
3491
|
+
},
|
|
3492
|
+
{
|
|
3493
|
+
"type": "propertySignature",
|
|
3494
|
+
"key": {
|
|
3495
|
+
"type": "identifier",
|
|
3496
|
+
"name": "user_name"
|
|
3497
|
+
},
|
|
3498
|
+
"annotation": {
|
|
3499
|
+
"type": "keyword",
|
|
3500
|
+
"value": "string"
|
|
3501
|
+
},
|
|
3502
|
+
"computed": false
|
|
3503
|
+
}
|
|
3504
|
+
]
|
|
3505
|
+
}
|
|
3506
|
+
]
|
|
3507
|
+
}
|
|
3508
|
+
},
|
|
3509
|
+
"computed": false
|
|
3510
|
+
}
|
|
3511
|
+
]
|
|
3512
|
+
},
|
|
3513
|
+
"computed": false
|
|
3514
|
+
}
|
|
3515
|
+
]
|
|
3937
3516
|
},
|
|
3938
|
-
"optional": true,
|
|
3939
3517
|
"computed": false
|
|
3940
3518
|
}
|
|
3519
|
+
],
|
|
3520
|
+
"extends": [
|
|
3521
|
+
{
|
|
3522
|
+
"type": "expressionWithTypeArguments",
|
|
3523
|
+
"expression": {
|
|
3524
|
+
"type": "identifier",
|
|
3525
|
+
"name": "ActivityBase"
|
|
3526
|
+
}
|
|
3527
|
+
}
|
|
3941
3528
|
]
|
|
3942
3529
|
},
|
|
3943
3530
|
{
|
|
3944
3531
|
"type": "interface",
|
|
3945
|
-
"name": "
|
|
3532
|
+
"name": "ActivityOfAddComment",
|
|
3946
3533
|
"body": [
|
|
3947
3534
|
{
|
|
3948
3535
|
"type": "propertySignature",
|
|
3949
3536
|
"key": {
|
|
3950
3537
|
"type": "identifier",
|
|
3951
|
-
"name": "
|
|
3538
|
+
"name": "action_type"
|
|
3952
3539
|
},
|
|
3953
3540
|
"annotation": {
|
|
3954
|
-
"type": "
|
|
3955
|
-
"value": "
|
|
3541
|
+
"type": "jsLiteral",
|
|
3542
|
+
"value": "add_comment"
|
|
3956
3543
|
},
|
|
3957
3544
|
"computed": false
|
|
3958
3545
|
},
|
|
@@ -3960,47 +3547,51 @@
|
|
|
3960
3547
|
"type": "propertySignature",
|
|
3961
3548
|
"key": {
|
|
3962
3549
|
"type": "identifier",
|
|
3963
|
-
"name": "
|
|
3550
|
+
"name": "metadata"
|
|
3964
3551
|
},
|
|
3965
3552
|
"annotation": {
|
|
3966
|
-
"type": "
|
|
3967
|
-
"
|
|
3553
|
+
"type": "typeLiteral",
|
|
3554
|
+
"members": [
|
|
3555
|
+
{
|
|
3556
|
+
"type": "propertySignature",
|
|
3557
|
+
"key": {
|
|
3558
|
+
"type": "identifier",
|
|
3559
|
+
"name": "comment_content"
|
|
3560
|
+
},
|
|
3561
|
+
"annotation": {
|
|
3562
|
+
"type": "keyword",
|
|
3563
|
+
"value": "string"
|
|
3564
|
+
},
|
|
3565
|
+
"computed": false
|
|
3566
|
+
}
|
|
3567
|
+
]
|
|
3968
3568
|
},
|
|
3969
3569
|
"computed": false
|
|
3970
3570
|
}
|
|
3571
|
+
],
|
|
3572
|
+
"extends": [
|
|
3573
|
+
{
|
|
3574
|
+
"type": "expressionWithTypeArguments",
|
|
3575
|
+
"expression": {
|
|
3576
|
+
"type": "identifier",
|
|
3577
|
+
"name": "ActivityBase"
|
|
3578
|
+
}
|
|
3579
|
+
}
|
|
3971
3580
|
]
|
|
3972
3581
|
},
|
|
3973
3582
|
{
|
|
3974
3583
|
"type": "interface",
|
|
3975
|
-
"name": "
|
|
3584
|
+
"name": "ActivityOfStartConversation",
|
|
3976
3585
|
"body": [
|
|
3977
3586
|
{
|
|
3978
3587
|
"type": "propertySignature",
|
|
3979
3588
|
"key": {
|
|
3980
3589
|
"type": "identifier",
|
|
3981
|
-
"name": "
|
|
3982
|
-
},
|
|
3983
|
-
"annotation": {
|
|
3984
|
-
"type": "reference",
|
|
3985
|
-
"typeName": {
|
|
3986
|
-
"type": "identifier",
|
|
3987
|
-
"name": "Stage"
|
|
3988
|
-
}
|
|
3989
|
-
},
|
|
3990
|
-
"computed": false
|
|
3991
|
-
},
|
|
3992
|
-
{
|
|
3993
|
-
"type": "propertySignature",
|
|
3994
|
-
"key": {
|
|
3995
|
-
"type": "identifier",
|
|
3996
|
-
"name": "activity"
|
|
3590
|
+
"name": "action_type"
|
|
3997
3591
|
},
|
|
3998
3592
|
"annotation": {
|
|
3999
|
-
"type": "
|
|
4000
|
-
"
|
|
4001
|
-
"type": "identifier",
|
|
4002
|
-
"name": "FlowActivity"
|
|
4003
|
-
}
|
|
3593
|
+
"type": "jsLiteral",
|
|
3594
|
+
"value": "start_conversation"
|
|
4004
3595
|
},
|
|
4005
3596
|
"computed": false
|
|
4006
3597
|
},
|
|
@@ -4008,14 +3599,61 @@
|
|
|
4008
3599
|
"type": "propertySignature",
|
|
4009
3600
|
"key": {
|
|
4010
3601
|
"type": "identifier",
|
|
4011
|
-
"name": "
|
|
3602
|
+
"name": "metadata"
|
|
4012
3603
|
},
|
|
4013
3604
|
"annotation": {
|
|
4014
|
-
"type": "
|
|
4015
|
-
"
|
|
3605
|
+
"type": "typeLiteral",
|
|
3606
|
+
"members": [
|
|
3607
|
+
{
|
|
3608
|
+
"type": "propertySignature",
|
|
3609
|
+
"key": {
|
|
3610
|
+
"type": "identifier",
|
|
3611
|
+
"name": "conversation_id"
|
|
3612
|
+
},
|
|
3613
|
+
"annotation": {
|
|
3614
|
+
"type": "keyword",
|
|
3615
|
+
"value": "string"
|
|
3616
|
+
},
|
|
3617
|
+
"computed": false
|
|
3618
|
+
},
|
|
3619
|
+
{
|
|
3620
|
+
"type": "propertySignature",
|
|
3621
|
+
"key": {
|
|
3622
|
+
"type": "identifier",
|
|
3623
|
+
"name": "conversation_title"
|
|
3624
|
+
},
|
|
3625
|
+
"annotation": {
|
|
3626
|
+
"type": "keyword",
|
|
3627
|
+
"value": "string"
|
|
3628
|
+
},
|
|
3629
|
+
"computed": false
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"type": "propertySignature",
|
|
3633
|
+
"key": {
|
|
3634
|
+
"type": "identifier",
|
|
3635
|
+
"name": "conversation_description"
|
|
3636
|
+
},
|
|
3637
|
+
"annotation": {
|
|
3638
|
+
"type": "keyword",
|
|
3639
|
+
"value": "string"
|
|
3640
|
+
},
|
|
3641
|
+
"optional": true,
|
|
3642
|
+
"computed": false
|
|
3643
|
+
}
|
|
3644
|
+
]
|
|
4016
3645
|
},
|
|
4017
3646
|
"computed": false
|
|
4018
3647
|
}
|
|
3648
|
+
],
|
|
3649
|
+
"extends": [
|
|
3650
|
+
{
|
|
3651
|
+
"type": "expressionWithTypeArguments",
|
|
3652
|
+
"expression": {
|
|
3653
|
+
"type": "identifier",
|
|
3654
|
+
"name": "ActivityBase"
|
|
3655
|
+
}
|
|
3656
|
+
}
|
|
4019
3657
|
]
|
|
4020
3658
|
}
|
|
4021
3659
|
]
|
|
@@ -4373,79 +4011,436 @@
|
|
|
4373
4011
|
"type": "keyword",
|
|
4374
4012
|
"value": "void"
|
|
4375
4013
|
}
|
|
4376
|
-
}
|
|
4014
|
+
}
|
|
4015
|
+
}
|
|
4016
|
+
],
|
|
4017
|
+
"methods": [],
|
|
4018
|
+
"types": [
|
|
4019
|
+
{
|
|
4020
|
+
"type": "interface",
|
|
4021
|
+
"name": "NoticeItem",
|
|
4022
|
+
"body": [
|
|
4023
|
+
{
|
|
4024
|
+
"type": "propertySignature",
|
|
4025
|
+
"key": {
|
|
4026
|
+
"type": "identifier",
|
|
4027
|
+
"name": "id"
|
|
4028
|
+
},
|
|
4029
|
+
"annotation": {
|
|
4030
|
+
"type": "keyword",
|
|
4031
|
+
"value": "string"
|
|
4032
|
+
},
|
|
4033
|
+
"computed": false
|
|
4034
|
+
},
|
|
4035
|
+
{
|
|
4036
|
+
"type": "propertySignature",
|
|
4037
|
+
"key": {
|
|
4038
|
+
"type": "identifier",
|
|
4039
|
+
"name": "type"
|
|
4040
|
+
},
|
|
4041
|
+
"annotation": {
|
|
4042
|
+
"type": "keyword",
|
|
4043
|
+
"value": "string"
|
|
4044
|
+
},
|
|
4045
|
+
"computed": false
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"type": "propertySignature",
|
|
4049
|
+
"key": {
|
|
4050
|
+
"type": "identifier",
|
|
4051
|
+
"name": "isUnread"
|
|
4052
|
+
},
|
|
4053
|
+
"annotation": {
|
|
4054
|
+
"type": "keyword",
|
|
4055
|
+
"value": "boolean"
|
|
4056
|
+
},
|
|
4057
|
+
"computed": false
|
|
4058
|
+
},
|
|
4059
|
+
{
|
|
4060
|
+
"type": "propertySignature",
|
|
4061
|
+
"key": {
|
|
4062
|
+
"type": "identifier",
|
|
4063
|
+
"name": "title"
|
|
4064
|
+
},
|
|
4065
|
+
"annotation": {
|
|
4066
|
+
"type": "keyword",
|
|
4067
|
+
"value": "string"
|
|
4068
|
+
},
|
|
4069
|
+
"computed": false
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
"type": "propertySignature",
|
|
4073
|
+
"key": {
|
|
4074
|
+
"type": "identifier",
|
|
4075
|
+
"name": "description"
|
|
4076
|
+
},
|
|
4077
|
+
"annotation": {
|
|
4078
|
+
"type": "keyword",
|
|
4079
|
+
"value": "string"
|
|
4080
|
+
},
|
|
4081
|
+
"computed": false
|
|
4082
|
+
}
|
|
4083
|
+
]
|
|
4084
|
+
}
|
|
4085
|
+
]
|
|
4086
|
+
},
|
|
4087
|
+
"ai-portal.stage-flow": {
|
|
4088
|
+
"properties": [
|
|
4089
|
+
{
|
|
4090
|
+
"name": "spec",
|
|
4091
|
+
"annotation": {
|
|
4092
|
+
"type": "array",
|
|
4093
|
+
"elementType": {
|
|
4094
|
+
"type": "reference",
|
|
4095
|
+
"typeName": {
|
|
4096
|
+
"type": "identifier",
|
|
4097
|
+
"name": "Stage"
|
|
4098
|
+
}
|
|
4099
|
+
}
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"name": "aiEmployees",
|
|
4104
|
+
"annotation": {
|
|
4105
|
+
"type": "array",
|
|
4106
|
+
"elementType": {
|
|
4107
|
+
"type": "reference",
|
|
4108
|
+
"typeName": {
|
|
4109
|
+
"type": "identifier",
|
|
4110
|
+
"name": "AIEmployee"
|
|
4111
|
+
}
|
|
4112
|
+
}
|
|
4113
|
+
}
|
|
4114
|
+
},
|
|
4115
|
+
{
|
|
4116
|
+
"name": "readOnly",
|
|
4117
|
+
"annotation": {
|
|
4118
|
+
"type": "keyword",
|
|
4119
|
+
"value": "boolean"
|
|
4120
|
+
}
|
|
4121
|
+
}
|
|
4122
|
+
],
|
|
4123
|
+
"events": [
|
|
4124
|
+
{
|
|
4125
|
+
"name": "change",
|
|
4126
|
+
"detail": {
|
|
4127
|
+
"annotation": {
|
|
4128
|
+
"type": "array",
|
|
4129
|
+
"elementType": {
|
|
4130
|
+
"type": "reference",
|
|
4131
|
+
"typeName": {
|
|
4132
|
+
"type": "identifier",
|
|
4133
|
+
"name": "Stage"
|
|
4134
|
+
}
|
|
4135
|
+
}
|
|
4136
|
+
}
|
|
4137
|
+
}
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"name": "add.activity",
|
|
4141
|
+
"detail": {
|
|
4142
|
+
"annotation": {
|
|
4143
|
+
"type": "typeLiteral",
|
|
4144
|
+
"members": [
|
|
4145
|
+
{
|
|
4146
|
+
"type": "propertySignature",
|
|
4147
|
+
"key": {
|
|
4148
|
+
"type": "identifier",
|
|
4149
|
+
"name": "stage"
|
|
4150
|
+
},
|
|
4151
|
+
"annotation": {
|
|
4152
|
+
"type": "reference",
|
|
4153
|
+
"typeName": {
|
|
4154
|
+
"type": "identifier",
|
|
4155
|
+
"name": "Stage"
|
|
4156
|
+
}
|
|
4157
|
+
},
|
|
4158
|
+
"computed": false
|
|
4159
|
+
}
|
|
4160
|
+
]
|
|
4161
|
+
}
|
|
4162
|
+
}
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "edit.activity",
|
|
4166
|
+
"detail": {
|
|
4167
|
+
"annotation": {
|
|
4168
|
+
"type": "reference",
|
|
4169
|
+
"typeName": {
|
|
4170
|
+
"type": "identifier",
|
|
4171
|
+
"name": "EditActivityDetail"
|
|
4172
|
+
}
|
|
4173
|
+
}
|
|
4174
|
+
}
|
|
4175
|
+
}
|
|
4176
|
+
],
|
|
4177
|
+
"methods": [
|
|
4178
|
+
{
|
|
4179
|
+
"name": "addActivity",
|
|
4180
|
+
"params": [
|
|
4181
|
+
{
|
|
4182
|
+
"name": "stage",
|
|
4183
|
+
"annotation": {
|
|
4184
|
+
"type": "reference",
|
|
4185
|
+
"typeName": {
|
|
4186
|
+
"type": "identifier",
|
|
4187
|
+
"name": "Stage"
|
|
4188
|
+
}
|
|
4189
|
+
}
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"name": "activity",
|
|
4193
|
+
"annotation": {
|
|
4194
|
+
"type": "reference",
|
|
4195
|
+
"typeName": {
|
|
4196
|
+
"type": "identifier",
|
|
4197
|
+
"name": "FlowActivity"
|
|
4198
|
+
}
|
|
4199
|
+
}
|
|
4200
|
+
}
|
|
4201
|
+
],
|
|
4202
|
+
"returns": {}
|
|
4203
|
+
},
|
|
4204
|
+
{
|
|
4205
|
+
"name": "editActivity",
|
|
4206
|
+
"params": [
|
|
4207
|
+
{
|
|
4208
|
+
"name": "stage",
|
|
4209
|
+
"annotation": {
|
|
4210
|
+
"type": "reference",
|
|
4211
|
+
"typeName": {
|
|
4212
|
+
"type": "identifier",
|
|
4213
|
+
"name": "Stage"
|
|
4214
|
+
}
|
|
4215
|
+
}
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"name": "activity",
|
|
4219
|
+
"annotation": {
|
|
4220
|
+
"type": "reference",
|
|
4221
|
+
"typeName": {
|
|
4222
|
+
"type": "identifier",
|
|
4223
|
+
"name": "FlowActivity"
|
|
4224
|
+
}
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
{
|
|
4228
|
+
"name": "activityIndex",
|
|
4229
|
+
"annotation": {
|
|
4230
|
+
"type": "keyword",
|
|
4231
|
+
"value": "number"
|
|
4232
|
+
}
|
|
4233
|
+
}
|
|
4234
|
+
],
|
|
4235
|
+
"returns": {}
|
|
4236
|
+
},
|
|
4237
|
+
{
|
|
4238
|
+
"name": "deleteActivity",
|
|
4239
|
+
"params": [
|
|
4240
|
+
{
|
|
4241
|
+
"name": "stage",
|
|
4242
|
+
"annotation": {
|
|
4243
|
+
"type": "reference",
|
|
4244
|
+
"typeName": {
|
|
4245
|
+
"type": "identifier",
|
|
4246
|
+
"name": "Stage"
|
|
4247
|
+
}
|
|
4248
|
+
}
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"name": "activityIndex",
|
|
4252
|
+
"annotation": {
|
|
4253
|
+
"type": "keyword",
|
|
4254
|
+
"value": "number"
|
|
4255
|
+
}
|
|
4256
|
+
}
|
|
4257
|
+
],
|
|
4258
|
+
"returns": {}
|
|
4377
4259
|
}
|
|
4378
4260
|
],
|
|
4379
|
-
"methods": [],
|
|
4380
4261
|
"types": [
|
|
4381
4262
|
{
|
|
4382
4263
|
"type": "interface",
|
|
4383
|
-
"name": "
|
|
4264
|
+
"name": "Stage",
|
|
4384
4265
|
"body": [
|
|
4385
4266
|
{
|
|
4386
4267
|
"type": "propertySignature",
|
|
4387
4268
|
"key": {
|
|
4388
4269
|
"type": "identifier",
|
|
4389
|
-
"name": "
|
|
4270
|
+
"name": "name"
|
|
4390
4271
|
},
|
|
4391
4272
|
"annotation": {
|
|
4392
4273
|
"type": "keyword",
|
|
4393
4274
|
"value": "string"
|
|
4394
4275
|
},
|
|
4395
|
-
"computed": false
|
|
4396
|
-
"description": "消息唯一标识"
|
|
4276
|
+
"computed": false
|
|
4397
4277
|
},
|
|
4398
4278
|
{
|
|
4399
4279
|
"type": "propertySignature",
|
|
4400
4280
|
"key": {
|
|
4401
4281
|
"type": "identifier",
|
|
4402
|
-
"name": "
|
|
4282
|
+
"name": "serviceFlowActivities"
|
|
4283
|
+
},
|
|
4284
|
+
"annotation": {
|
|
4285
|
+
"type": "array",
|
|
4286
|
+
"elementType": {
|
|
4287
|
+
"type": "reference",
|
|
4288
|
+
"typeName": {
|
|
4289
|
+
"type": "identifier",
|
|
4290
|
+
"name": "FlowActivity"
|
|
4291
|
+
}
|
|
4292
|
+
}
|
|
4293
|
+
},
|
|
4294
|
+
"optional": true,
|
|
4295
|
+
"computed": false
|
|
4296
|
+
}
|
|
4297
|
+
]
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
"type": "interface",
|
|
4301
|
+
"name": "FlowActivity",
|
|
4302
|
+
"body": [
|
|
4303
|
+
{
|
|
4304
|
+
"type": "propertySignature",
|
|
4305
|
+
"key": {
|
|
4306
|
+
"type": "identifier",
|
|
4307
|
+
"name": "name"
|
|
4403
4308
|
},
|
|
4404
4309
|
"annotation": {
|
|
4405
4310
|
"type": "keyword",
|
|
4406
4311
|
"value": "string"
|
|
4407
4312
|
},
|
|
4408
|
-
"computed": false
|
|
4409
|
-
"description": "消息类型"
|
|
4313
|
+
"computed": false
|
|
4410
4314
|
},
|
|
4411
4315
|
{
|
|
4412
4316
|
"type": "propertySignature",
|
|
4413
4317
|
"key": {
|
|
4414
4318
|
"type": "identifier",
|
|
4415
|
-
"name": "
|
|
4319
|
+
"name": "description"
|
|
4416
4320
|
},
|
|
4417
4321
|
"annotation": {
|
|
4418
4322
|
"type": "keyword",
|
|
4419
|
-
"value": "
|
|
4323
|
+
"value": "string"
|
|
4420
4324
|
},
|
|
4421
|
-
"
|
|
4422
|
-
"
|
|
4325
|
+
"optional": true,
|
|
4326
|
+
"computed": false
|
|
4423
4327
|
},
|
|
4424
4328
|
{
|
|
4425
4329
|
"type": "propertySignature",
|
|
4426
4330
|
"key": {
|
|
4427
4331
|
"type": "identifier",
|
|
4428
|
-
"name": "
|
|
4332
|
+
"name": "aiEmployeeId"
|
|
4429
4333
|
},
|
|
4430
4334
|
"annotation": {
|
|
4431
4335
|
"type": "keyword",
|
|
4432
4336
|
"value": "string"
|
|
4433
4337
|
},
|
|
4434
|
-
"
|
|
4435
|
-
"
|
|
4338
|
+
"optional": true,
|
|
4339
|
+
"computed": false
|
|
4436
4340
|
},
|
|
4437
4341
|
{
|
|
4438
4342
|
"type": "propertySignature",
|
|
4439
4343
|
"key": {
|
|
4440
4344
|
"type": "identifier",
|
|
4441
|
-
"name": "
|
|
4345
|
+
"name": "hilRules"
|
|
4442
4346
|
},
|
|
4443
4347
|
"annotation": {
|
|
4444
4348
|
"type": "keyword",
|
|
4445
4349
|
"value": "string"
|
|
4446
4350
|
},
|
|
4447
|
-
"
|
|
4448
|
-
"
|
|
4351
|
+
"optional": true,
|
|
4352
|
+
"computed": false
|
|
4353
|
+
},
|
|
4354
|
+
{
|
|
4355
|
+
"type": "propertySignature",
|
|
4356
|
+
"key": {
|
|
4357
|
+
"type": "identifier",
|
|
4358
|
+
"name": "hilUser"
|
|
4359
|
+
},
|
|
4360
|
+
"annotation": {
|
|
4361
|
+
"type": "keyword",
|
|
4362
|
+
"value": "string"
|
|
4363
|
+
},
|
|
4364
|
+
"optional": true,
|
|
4365
|
+
"computed": false
|
|
4366
|
+
}
|
|
4367
|
+
]
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
"type": "interface",
|
|
4371
|
+
"name": "AIEmployee",
|
|
4372
|
+
"body": [
|
|
4373
|
+
{
|
|
4374
|
+
"type": "propertySignature",
|
|
4375
|
+
"key": {
|
|
4376
|
+
"type": "identifier",
|
|
4377
|
+
"name": "employeeId"
|
|
4378
|
+
},
|
|
4379
|
+
"annotation": {
|
|
4380
|
+
"type": "keyword",
|
|
4381
|
+
"value": "string"
|
|
4382
|
+
},
|
|
4383
|
+
"computed": false
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"type": "propertySignature",
|
|
4387
|
+
"key": {
|
|
4388
|
+
"type": "identifier",
|
|
4389
|
+
"name": "name"
|
|
4390
|
+
},
|
|
4391
|
+
"annotation": {
|
|
4392
|
+
"type": "keyword",
|
|
4393
|
+
"value": "string"
|
|
4394
|
+
},
|
|
4395
|
+
"computed": false
|
|
4396
|
+
}
|
|
4397
|
+
]
|
|
4398
|
+
},
|
|
4399
|
+
{
|
|
4400
|
+
"type": "interface",
|
|
4401
|
+
"name": "EditActivityDetail",
|
|
4402
|
+
"body": [
|
|
4403
|
+
{
|
|
4404
|
+
"type": "propertySignature",
|
|
4405
|
+
"key": {
|
|
4406
|
+
"type": "identifier",
|
|
4407
|
+
"name": "stage"
|
|
4408
|
+
},
|
|
4409
|
+
"annotation": {
|
|
4410
|
+
"type": "reference",
|
|
4411
|
+
"typeName": {
|
|
4412
|
+
"type": "identifier",
|
|
4413
|
+
"name": "Stage"
|
|
4414
|
+
}
|
|
4415
|
+
},
|
|
4416
|
+
"computed": false
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"type": "propertySignature",
|
|
4420
|
+
"key": {
|
|
4421
|
+
"type": "identifier",
|
|
4422
|
+
"name": "activity"
|
|
4423
|
+
},
|
|
4424
|
+
"annotation": {
|
|
4425
|
+
"type": "reference",
|
|
4426
|
+
"typeName": {
|
|
4427
|
+
"type": "identifier",
|
|
4428
|
+
"name": "FlowActivity"
|
|
4429
|
+
}
|
|
4430
|
+
},
|
|
4431
|
+
"computed": false
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"type": "propertySignature",
|
|
4435
|
+
"key": {
|
|
4436
|
+
"type": "identifier",
|
|
4437
|
+
"name": "activityIndex"
|
|
4438
|
+
},
|
|
4439
|
+
"annotation": {
|
|
4440
|
+
"type": "keyword",
|
|
4441
|
+
"value": "number"
|
|
4442
|
+
},
|
|
4443
|
+
"computed": false
|
|
4449
4444
|
}
|
|
4450
4445
|
]
|
|
4451
4446
|
}
|
|
@@ -5930,6 +5925,29 @@
|
|
|
5930
5925
|
"name": "UploadOptions"
|
|
5931
5926
|
}
|
|
5932
5927
|
}
|
|
5928
|
+
},
|
|
5929
|
+
{
|
|
5930
|
+
"name": "toolbarBrick",
|
|
5931
|
+
"annotation": {
|
|
5932
|
+
"type": "typeLiteral",
|
|
5933
|
+
"members": [
|
|
5934
|
+
{
|
|
5935
|
+
"type": "propertySignature",
|
|
5936
|
+
"key": {
|
|
5937
|
+
"type": "identifier",
|
|
5938
|
+
"name": "useBrick"
|
|
5939
|
+
},
|
|
5940
|
+
"annotation": {
|
|
5941
|
+
"type": "reference",
|
|
5942
|
+
"typeName": {
|
|
5943
|
+
"type": "identifier",
|
|
5944
|
+
"name": "UseSingleBrickConf"
|
|
5945
|
+
}
|
|
5946
|
+
},
|
|
5947
|
+
"computed": false
|
|
5948
|
+
}
|
|
5949
|
+
]
|
|
5950
|
+
}
|
|
5933
5951
|
}
|
|
5934
5952
|
],
|
|
5935
5953
|
"events": [
|
|
@@ -6653,6 +6671,26 @@
|
|
|
6653
6671
|
"name": "UploadOptions"
|
|
6654
6672
|
}
|
|
6655
6673
|
}
|
|
6674
|
+
},
|
|
6675
|
+
{
|
|
6676
|
+
"name": "notices",
|
|
6677
|
+
"annotation": {
|
|
6678
|
+
"type": "array",
|
|
6679
|
+
"elementType": {
|
|
6680
|
+
"type": "reference",
|
|
6681
|
+
"typeName": {
|
|
6682
|
+
"type": "identifier",
|
|
6683
|
+
"name": "NoticeItem"
|
|
6684
|
+
}
|
|
6685
|
+
}
|
|
6686
|
+
}
|
|
6687
|
+
},
|
|
6688
|
+
{
|
|
6689
|
+
"name": "showNoticeIcon",
|
|
6690
|
+
"annotation": {
|
|
6691
|
+
"type": "keyword",
|
|
6692
|
+
"value": "boolean"
|
|
6693
|
+
}
|
|
6656
6694
|
}
|
|
6657
6695
|
],
|
|
6658
6696
|
"events": [
|
|
@@ -6715,6 +6753,15 @@
|
|
|
6715
6753
|
}
|
|
6716
6754
|
}
|
|
6717
6755
|
}
|
|
6756
|
+
},
|
|
6757
|
+
{
|
|
6758
|
+
"name": "mark.notices.read",
|
|
6759
|
+
"detail": {
|
|
6760
|
+
"annotation": {
|
|
6761
|
+
"type": "keyword",
|
|
6762
|
+
"value": "void"
|
|
6763
|
+
}
|
|
6764
|
+
}
|
|
6718
6765
|
}
|
|
6719
6766
|
],
|
|
6720
6767
|
"methods": [
|
|
@@ -7151,6 +7198,72 @@
|
|
|
7151
7198
|
}
|
|
7152
7199
|
]
|
|
7153
7200
|
},
|
|
7201
|
+
{
|
|
7202
|
+
"type": "interface",
|
|
7203
|
+
"name": "NoticeItem",
|
|
7204
|
+
"body": [
|
|
7205
|
+
{
|
|
7206
|
+
"type": "propertySignature",
|
|
7207
|
+
"key": {
|
|
7208
|
+
"type": "identifier",
|
|
7209
|
+
"name": "id"
|
|
7210
|
+
},
|
|
7211
|
+
"annotation": {
|
|
7212
|
+
"type": "keyword",
|
|
7213
|
+
"value": "string"
|
|
7214
|
+
},
|
|
7215
|
+
"computed": false
|
|
7216
|
+
},
|
|
7217
|
+
{
|
|
7218
|
+
"type": "propertySignature",
|
|
7219
|
+
"key": {
|
|
7220
|
+
"type": "identifier",
|
|
7221
|
+
"name": "type"
|
|
7222
|
+
},
|
|
7223
|
+
"annotation": {
|
|
7224
|
+
"type": "keyword",
|
|
7225
|
+
"value": "string"
|
|
7226
|
+
},
|
|
7227
|
+
"computed": false
|
|
7228
|
+
},
|
|
7229
|
+
{
|
|
7230
|
+
"type": "propertySignature",
|
|
7231
|
+
"key": {
|
|
7232
|
+
"type": "identifier",
|
|
7233
|
+
"name": "isUnread"
|
|
7234
|
+
},
|
|
7235
|
+
"annotation": {
|
|
7236
|
+
"type": "keyword",
|
|
7237
|
+
"value": "boolean"
|
|
7238
|
+
},
|
|
7239
|
+
"computed": false
|
|
7240
|
+
},
|
|
7241
|
+
{
|
|
7242
|
+
"type": "propertySignature",
|
|
7243
|
+
"key": {
|
|
7244
|
+
"type": "identifier",
|
|
7245
|
+
"name": "title"
|
|
7246
|
+
},
|
|
7247
|
+
"annotation": {
|
|
7248
|
+
"type": "keyword",
|
|
7249
|
+
"value": "string"
|
|
7250
|
+
},
|
|
7251
|
+
"computed": false
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"type": "propertySignature",
|
|
7255
|
+
"key": {
|
|
7256
|
+
"type": "identifier",
|
|
7257
|
+
"name": "description"
|
|
7258
|
+
},
|
|
7259
|
+
"annotation": {
|
|
7260
|
+
"type": "keyword",
|
|
7261
|
+
"value": "string"
|
|
7262
|
+
},
|
|
7263
|
+
"computed": false
|
|
7264
|
+
}
|
|
7265
|
+
]
|
|
7266
|
+
},
|
|
7154
7267
|
{
|
|
7155
7268
|
"type": "interface",
|
|
7156
7269
|
"name": "FeedbackDetail",
|