@next-bricks/ai-portal 0.58.5 → 0.58.7
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 +25 -25
- package/dist/chunks/1488.171d8f4f.js +2 -0
- package/dist/chunks/1488.171d8f4f.js.map +1 -0
- package/dist/chunks/151.4fd3b48d.js +2 -0
- package/dist/chunks/151.4fd3b48d.js.map +1 -0
- package/dist/chunks/2232.db93d1de.js +2 -0
- package/dist/chunks/2232.db93d1de.js.map +1 -0
- package/dist/chunks/2324.17662f31.js +2 -0
- package/dist/chunks/2324.17662f31.js.map +1 -0
- package/dist/chunks/{chat-box.041da849.js → chat-box.6eab985e.js} +2 -2
- package/dist/chunks/chat-box.6eab985e.js.map +1 -0
- package/dist/chunks/chat-input.fce2d021.js +2 -0
- package/dist/chunks/chat-input.fce2d021.js.map +1 -0
- package/dist/chunks/{main.3c34d3e3.js → main.9f018556.js} +2 -2
- package/dist/chunks/{main.3c34d3e3.js.map → main.9f018556.js.map} +1 -1
- package/dist/chunks/{notice-dropdown.37b8ffb2.js → notice-dropdown.6262ed81.js} +2 -2
- package/dist/chunks/notice-dropdown.6262ed81.js.map +1 -0
- package/dist/examples.json +19 -19
- package/dist/{index.9c210ca2.js → index.8cc4b995.js} +2 -2
- package/dist/{index.9c210ca2.js.map → index.8cc4b995.js.map} +1 -1
- package/dist/manifest.json +236 -236
- package/dist/types.json +1486 -1326
- package/dist-types/cruise-canvas/FileList/FileList.d.ts +2 -1
- package/dist-types/shared/FileUpload/GlobalDragOverlay.d.ts +3 -3
- package/dist-types/shared/FileUpload/i18n.d.ts +6 -1
- package/dist-types/shared/FileUpload/validateFiles.d.ts +2 -0
- package/dist-types/shared/interfaces.d.ts +4 -0
- package/package.json +2 -2
- package/dist/chunks/1488.8388b745.js +0 -2
- package/dist/chunks/1488.8388b745.js.map +0 -1
- package/dist/chunks/151.4739e5b9.js +0 -2
- package/dist/chunks/151.4739e5b9.js.map +0 -1
- package/dist/chunks/2232.c2811097.js +0 -2
- package/dist/chunks/2232.c2811097.js.map +0 -1
- package/dist/chunks/2324.c7c2427a.js +0 -2
- package/dist/chunks/2324.c7c2427a.js.map +0 -1
- package/dist/chunks/chat-box.041da849.js.map +0 -1
- package/dist/chunks/chat-input.2c5e645b.js +0 -2
- package/dist/chunks/chat-input.2c5e645b.js.map +0 -1
- package/dist/chunks/notice-dropdown.37b8ffb2.js.map +0 -1
- package/dist-types/shared/FileUpload/acceptFiles.d.ts +0 -1
- /package/dist-types/shared/FileUpload/{acceptFiles.spec.d.ts → validateFiles.spec.d.ts} +0 -0
package/dist/types.json
CHANGED
|
@@ -1,95 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"ai-portal.icon-button": {
|
|
3
|
-
"properties": [
|
|
4
|
-
{
|
|
5
|
-
"name": "icon",
|
|
6
|
-
"annotation": {
|
|
7
|
-
"type": "reference",
|
|
8
|
-
"typeName": {
|
|
9
|
-
"type": "identifier",
|
|
10
|
-
"name": "GeneralIconProps"
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "tooltip",
|
|
16
|
-
"annotation": {
|
|
17
|
-
"type": "keyword",
|
|
18
|
-
"value": "string"
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"name": "tooltipHoist",
|
|
23
|
-
"annotation": {
|
|
24
|
-
"type": "keyword",
|
|
25
|
-
"value": "boolean"
|
|
26
|
-
}
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "disabled",
|
|
30
|
-
"annotation": {
|
|
31
|
-
"type": "keyword",
|
|
32
|
-
"value": "boolean"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"name": "variant",
|
|
37
|
-
"annotation": {
|
|
38
|
-
"type": "reference",
|
|
39
|
-
"typeName": {
|
|
40
|
-
"type": "identifier",
|
|
41
|
-
"name": "IconButtonVariant"
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
],
|
|
46
|
-
"events": [],
|
|
47
|
-
"methods": [],
|
|
48
|
-
"types": [
|
|
49
|
-
{
|
|
50
|
-
"type": "typeAlias",
|
|
51
|
-
"name": "IconButtonVariant",
|
|
52
|
-
"annotation": {
|
|
53
|
-
"type": "union",
|
|
54
|
-
"types": [
|
|
55
|
-
{
|
|
56
|
-
"type": "jsLiteral",
|
|
57
|
-
"value": "default"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"type": "jsLiteral",
|
|
61
|
-
"value": "light"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"type": "jsLiteral",
|
|
65
|
-
"value": "mini"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"type": "jsLiteral",
|
|
69
|
-
"value": "mini-light"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"type": "jsLiteral",
|
|
73
|
-
"value": "bordered"
|
|
74
|
-
}
|
|
75
|
-
]
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
]
|
|
79
|
-
},
|
|
80
|
-
"ai-portal.home-container": {
|
|
81
|
-
"properties": [
|
|
82
|
-
{
|
|
83
|
-
"name": "sticky",
|
|
84
|
-
"annotation": {
|
|
85
|
-
"type": "keyword",
|
|
86
|
-
"value": "boolean"
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
],
|
|
90
|
-
"events": [],
|
|
91
|
-
"methods": []
|
|
92
|
-
},
|
|
93
2
|
"ai-portal.stat-with-mini-chart": {
|
|
94
3
|
"properties": [
|
|
95
4
|
{
|
|
@@ -194,6 +103,97 @@
|
|
|
194
103
|
"events": [],
|
|
195
104
|
"methods": []
|
|
196
105
|
},
|
|
106
|
+
"ai-portal.home-container": {
|
|
107
|
+
"properties": [
|
|
108
|
+
{
|
|
109
|
+
"name": "sticky",
|
|
110
|
+
"annotation": {
|
|
111
|
+
"type": "keyword",
|
|
112
|
+
"value": "boolean"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
],
|
|
116
|
+
"events": [],
|
|
117
|
+
"methods": []
|
|
118
|
+
},
|
|
119
|
+
"ai-portal.icon-button": {
|
|
120
|
+
"properties": [
|
|
121
|
+
{
|
|
122
|
+
"name": "icon",
|
|
123
|
+
"annotation": {
|
|
124
|
+
"type": "reference",
|
|
125
|
+
"typeName": {
|
|
126
|
+
"type": "identifier",
|
|
127
|
+
"name": "GeneralIconProps"
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "tooltip",
|
|
133
|
+
"annotation": {
|
|
134
|
+
"type": "keyword",
|
|
135
|
+
"value": "string"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "tooltipHoist",
|
|
140
|
+
"annotation": {
|
|
141
|
+
"type": "keyword",
|
|
142
|
+
"value": "boolean"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "disabled",
|
|
147
|
+
"annotation": {
|
|
148
|
+
"type": "keyword",
|
|
149
|
+
"value": "boolean"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"name": "variant",
|
|
154
|
+
"annotation": {
|
|
155
|
+
"type": "reference",
|
|
156
|
+
"typeName": {
|
|
157
|
+
"type": "identifier",
|
|
158
|
+
"name": "IconButtonVariant"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"events": [],
|
|
164
|
+
"methods": [],
|
|
165
|
+
"types": [
|
|
166
|
+
{
|
|
167
|
+
"type": "typeAlias",
|
|
168
|
+
"name": "IconButtonVariant",
|
|
169
|
+
"annotation": {
|
|
170
|
+
"type": "union",
|
|
171
|
+
"types": [
|
|
172
|
+
{
|
|
173
|
+
"type": "jsLiteral",
|
|
174
|
+
"value": "default"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"type": "jsLiteral",
|
|
178
|
+
"value": "light"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"type": "jsLiteral",
|
|
182
|
+
"value": "mini"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"type": "jsLiteral",
|
|
186
|
+
"value": "mini-light"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"type": "jsLiteral",
|
|
190
|
+
"value": "bordered"
|
|
191
|
+
}
|
|
192
|
+
]
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
]
|
|
196
|
+
},
|
|
197
197
|
"ai-portal.call-tool": {
|
|
198
198
|
"type": "provider",
|
|
199
199
|
"params": [
|
|
@@ -250,6 +250,71 @@
|
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
252
|
},
|
|
253
|
+
"ai-portal.set-chat-command": {
|
|
254
|
+
"type": "provider",
|
|
255
|
+
"params": [
|
|
256
|
+
{
|
|
257
|
+
"name": "command",
|
|
258
|
+
"annotation": {
|
|
259
|
+
"type": "union",
|
|
260
|
+
"types": [
|
|
261
|
+
{
|
|
262
|
+
"type": "reference",
|
|
263
|
+
"typeName": {
|
|
264
|
+
"type": "identifier",
|
|
265
|
+
"name": "ChatCommand"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"type": "keyword",
|
|
270
|
+
"value": "null"
|
|
271
|
+
}
|
|
272
|
+
]
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"returns": {
|
|
277
|
+
"annotation": {
|
|
278
|
+
"type": "keyword",
|
|
279
|
+
"value": "void"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"types": [
|
|
283
|
+
{
|
|
284
|
+
"type": "interface",
|
|
285
|
+
"name": "ChatCommand",
|
|
286
|
+
"body": [
|
|
287
|
+
{
|
|
288
|
+
"type": "propertySignature",
|
|
289
|
+
"key": {
|
|
290
|
+
"type": "identifier",
|
|
291
|
+
"name": "command"
|
|
292
|
+
},
|
|
293
|
+
"annotation": {
|
|
294
|
+
"type": "keyword",
|
|
295
|
+
"value": "string"
|
|
296
|
+
},
|
|
297
|
+
"computed": false
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"type": "propertySignature",
|
|
301
|
+
"key": {
|
|
302
|
+
"type": "identifier",
|
|
303
|
+
"name": "payload"
|
|
304
|
+
},
|
|
305
|
+
"annotation": {
|
|
306
|
+
"type": "reference",
|
|
307
|
+
"typeName": {
|
|
308
|
+
"type": "identifier",
|
|
309
|
+
"name": "CommandPayload"
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
"computed": false
|
|
313
|
+
}
|
|
314
|
+
]
|
|
315
|
+
}
|
|
316
|
+
]
|
|
317
|
+
},
|
|
253
318
|
"ai-portal.save-request-store": {
|
|
254
319
|
"type": "provider",
|
|
255
320
|
"params": [
|
|
@@ -751,75 +816,10 @@
|
|
|
751
816
|
}
|
|
752
817
|
}
|
|
753
818
|
},
|
|
754
|
-
"ai-portal.
|
|
755
|
-
"
|
|
756
|
-
"params": [
|
|
819
|
+
"ai-portal.page-container": {
|
|
820
|
+
"properties": [
|
|
757
821
|
{
|
|
758
|
-
"name": "
|
|
759
|
-
"annotation": {
|
|
760
|
-
"type": "union",
|
|
761
|
-
"types": [
|
|
762
|
-
{
|
|
763
|
-
"type": "reference",
|
|
764
|
-
"typeName": {
|
|
765
|
-
"type": "identifier",
|
|
766
|
-
"name": "ChatCommand"
|
|
767
|
-
}
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"type": "keyword",
|
|
771
|
-
"value": "null"
|
|
772
|
-
}
|
|
773
|
-
]
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
],
|
|
777
|
-
"returns": {
|
|
778
|
-
"annotation": {
|
|
779
|
-
"type": "keyword",
|
|
780
|
-
"value": "void"
|
|
781
|
-
}
|
|
782
|
-
},
|
|
783
|
-
"types": [
|
|
784
|
-
{
|
|
785
|
-
"type": "interface",
|
|
786
|
-
"name": "ChatCommand",
|
|
787
|
-
"body": [
|
|
788
|
-
{
|
|
789
|
-
"type": "propertySignature",
|
|
790
|
-
"key": {
|
|
791
|
-
"type": "identifier",
|
|
792
|
-
"name": "command"
|
|
793
|
-
},
|
|
794
|
-
"annotation": {
|
|
795
|
-
"type": "keyword",
|
|
796
|
-
"value": "string"
|
|
797
|
-
},
|
|
798
|
-
"computed": false
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"type": "propertySignature",
|
|
802
|
-
"key": {
|
|
803
|
-
"type": "identifier",
|
|
804
|
-
"name": "payload"
|
|
805
|
-
},
|
|
806
|
-
"annotation": {
|
|
807
|
-
"type": "reference",
|
|
808
|
-
"typeName": {
|
|
809
|
-
"type": "identifier",
|
|
810
|
-
"name": "CommandPayload"
|
|
811
|
-
}
|
|
812
|
-
},
|
|
813
|
-
"computed": false
|
|
814
|
-
}
|
|
815
|
-
]
|
|
816
|
-
}
|
|
817
|
-
]
|
|
818
|
-
},
|
|
819
|
-
"ai-portal.page-container": {
|
|
820
|
-
"properties": [
|
|
821
|
-
{
|
|
822
|
-
"name": "pageTitle",
|
|
822
|
+
"name": "pageTitle",
|
|
823
823
|
"annotation": {
|
|
824
824
|
"type": "keyword",
|
|
825
825
|
"value": "string"
|
|
@@ -1000,20 +1000,20 @@
|
|
|
1000
1000
|
"events": [],
|
|
1001
1001
|
"methods": []
|
|
1002
1002
|
},
|
|
1003
|
-
"ai-portal.
|
|
1003
|
+
"ai-portal.sticky-container": {
|
|
1004
1004
|
"properties": [
|
|
1005
1005
|
{
|
|
1006
|
-
"name": "
|
|
1006
|
+
"name": "variant",
|
|
1007
1007
|
"annotation": {
|
|
1008
1008
|
"type": "reference",
|
|
1009
1009
|
"typeName": {
|
|
1010
1010
|
"type": "identifier",
|
|
1011
|
-
"name": "
|
|
1011
|
+
"name": "StickyContainerVariant"
|
|
1012
1012
|
}
|
|
1013
1013
|
}
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
|
-
"name": "
|
|
1016
|
+
"name": "textContent",
|
|
1017
1017
|
"annotation": {
|
|
1018
1018
|
"type": "keyword",
|
|
1019
1019
|
"value": "string"
|
|
@@ -1025,45 +1025,37 @@
|
|
|
1025
1025
|
"types": [
|
|
1026
1026
|
{
|
|
1027
1027
|
"type": "typeAlias",
|
|
1028
|
-
"name": "
|
|
1028
|
+
"name": "StickyContainerVariant",
|
|
1029
1029
|
"annotation": {
|
|
1030
1030
|
"type": "union",
|
|
1031
1031
|
"types": [
|
|
1032
1032
|
{
|
|
1033
1033
|
"type": "jsLiteral",
|
|
1034
|
-
"value": "
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"type": "jsLiteral",
|
|
1038
|
-
"value": "activities"
|
|
1039
|
-
},
|
|
1040
|
-
{
|
|
1041
|
-
"type": "jsLiteral",
|
|
1042
|
-
"value": "collaboration-spaces"
|
|
1034
|
+
"value": "default"
|
|
1043
1035
|
},
|
|
1044
1036
|
{
|
|
1045
1037
|
"type": "jsLiteral",
|
|
1046
|
-
"value": "
|
|
1038
|
+
"value": "home"
|
|
1047
1039
|
}
|
|
1048
1040
|
]
|
|
1049
1041
|
}
|
|
1050
1042
|
}
|
|
1051
1043
|
]
|
|
1052
1044
|
},
|
|
1053
|
-
"ai-portal.
|
|
1045
|
+
"ai-portal.blank-state": {
|
|
1054
1046
|
"properties": [
|
|
1055
1047
|
{
|
|
1056
|
-
"name": "
|
|
1048
|
+
"name": "illustration",
|
|
1057
1049
|
"annotation": {
|
|
1058
1050
|
"type": "reference",
|
|
1059
1051
|
"typeName": {
|
|
1060
1052
|
"type": "identifier",
|
|
1061
|
-
"name": "
|
|
1053
|
+
"name": "BlankStateIllustration"
|
|
1062
1054
|
}
|
|
1063
1055
|
}
|
|
1064
1056
|
},
|
|
1065
1057
|
{
|
|
1066
|
-
"name": "
|
|
1058
|
+
"name": "description",
|
|
1067
1059
|
"annotation": {
|
|
1068
1060
|
"type": "keyword",
|
|
1069
1061
|
"value": "string"
|
|
@@ -1075,17 +1067,25 @@
|
|
|
1075
1067
|
"types": [
|
|
1076
1068
|
{
|
|
1077
1069
|
"type": "typeAlias",
|
|
1078
|
-
"name": "
|
|
1070
|
+
"name": "BlankStateIllustration",
|
|
1079
1071
|
"annotation": {
|
|
1080
1072
|
"type": "union",
|
|
1081
1073
|
"types": [
|
|
1082
1074
|
{
|
|
1083
1075
|
"type": "jsLiteral",
|
|
1084
|
-
"value": "
|
|
1076
|
+
"value": "goals"
|
|
1085
1077
|
},
|
|
1086
1078
|
{
|
|
1087
1079
|
"type": "jsLiteral",
|
|
1088
|
-
"value": "
|
|
1080
|
+
"value": "activities"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"type": "jsLiteral",
|
|
1084
|
+
"value": "collaboration-spaces"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"type": "jsLiteral",
|
|
1088
|
+
"value": "serviceflows"
|
|
1089
1089
|
}
|
|
1090
1090
|
]
|
|
1091
1091
|
}
|
|
@@ -1550,7 +1550,7 @@
|
|
|
1550
1550
|
}
|
|
1551
1551
|
]
|
|
1552
1552
|
},
|
|
1553
|
-
"ai-portal.ai-
|
|
1553
|
+
"ai-portal.ai-agents": {
|
|
1554
1554
|
"properties": [
|
|
1555
1555
|
{
|
|
1556
1556
|
"name": "list",
|
|
@@ -1560,21 +1560,11 @@
|
|
|
1560
1560
|
"type": "reference",
|
|
1561
1561
|
"typeName": {
|
|
1562
1562
|
"type": "identifier",
|
|
1563
|
-
"name": "
|
|
1563
|
+
"name": "Agent"
|
|
1564
1564
|
}
|
|
1565
1565
|
}
|
|
1566
1566
|
}
|
|
1567
1567
|
},
|
|
1568
|
-
{
|
|
1569
|
-
"name": "industries",
|
|
1570
|
-
"annotation": {
|
|
1571
|
-
"type": "array",
|
|
1572
|
-
"elementType": {
|
|
1573
|
-
"type": "keyword",
|
|
1574
|
-
"value": "string"
|
|
1575
|
-
}
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
1568
|
{
|
|
1579
1569
|
"name": "urlTemplate",
|
|
1580
1570
|
"annotation": {
|
|
@@ -1595,7 +1585,7 @@
|
|
|
1595
1585
|
"types": [
|
|
1596
1586
|
{
|
|
1597
1587
|
"type": "interface",
|
|
1598
|
-
"name": "
|
|
1588
|
+
"name": "Agent",
|
|
1599
1589
|
"body": [
|
|
1600
1590
|
{
|
|
1601
1591
|
"type": "propertySignature",
|
|
@@ -1613,19 +1603,7 @@
|
|
|
1613
1603
|
"type": "propertySignature",
|
|
1614
1604
|
"key": {
|
|
1615
1605
|
"type": "identifier",
|
|
1616
|
-
"name": "
|
|
1617
|
-
},
|
|
1618
|
-
"annotation": {
|
|
1619
|
-
"type": "keyword",
|
|
1620
|
-
"value": "string"
|
|
1621
|
-
},
|
|
1622
|
-
"computed": false
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"type": "propertySignature",
|
|
1626
|
-
"key": {
|
|
1627
|
-
"type": "identifier",
|
|
1628
|
-
"name": "role"
|
|
1606
|
+
"name": "description"
|
|
1629
1607
|
},
|
|
1630
1608
|
"annotation": {
|
|
1631
1609
|
"type": "keyword",
|
|
@@ -1637,23 +1615,30 @@
|
|
|
1637
1615
|
"type": "propertySignature",
|
|
1638
1616
|
"key": {
|
|
1639
1617
|
"type": "identifier",
|
|
1640
|
-
"name": "
|
|
1618
|
+
"name": "icon"
|
|
1641
1619
|
},
|
|
1642
1620
|
"annotation": {
|
|
1643
|
-
"type": "
|
|
1644
|
-
"
|
|
1621
|
+
"type": "reference",
|
|
1622
|
+
"typeName": {
|
|
1623
|
+
"type": "identifier",
|
|
1624
|
+
"name": "GeneralIconProps"
|
|
1625
|
+
}
|
|
1645
1626
|
},
|
|
1627
|
+
"optional": true,
|
|
1646
1628
|
"computed": false
|
|
1647
1629
|
},
|
|
1648
1630
|
{
|
|
1649
1631
|
"type": "propertySignature",
|
|
1650
1632
|
"key": {
|
|
1651
1633
|
"type": "identifier",
|
|
1652
|
-
"name": "
|
|
1634
|
+
"name": "tags"
|
|
1653
1635
|
},
|
|
1654
1636
|
"annotation": {
|
|
1655
|
-
"type": "
|
|
1656
|
-
"
|
|
1637
|
+
"type": "array",
|
|
1638
|
+
"elementType": {
|
|
1639
|
+
"type": "keyword",
|
|
1640
|
+
"value": "string"
|
|
1641
|
+
}
|
|
1657
1642
|
},
|
|
1658
1643
|
"optional": true,
|
|
1659
1644
|
"computed": false
|
|
@@ -1662,7 +1647,7 @@
|
|
|
1662
1647
|
}
|
|
1663
1648
|
]
|
|
1664
1649
|
},
|
|
1665
|
-
"ai-portal.ai-
|
|
1650
|
+
"ai-portal.ai-employees": {
|
|
1666
1651
|
"properties": [
|
|
1667
1652
|
{
|
|
1668
1653
|
"name": "list",
|
|
@@ -1672,11 +1657,21 @@
|
|
|
1672
1657
|
"type": "reference",
|
|
1673
1658
|
"typeName": {
|
|
1674
1659
|
"type": "identifier",
|
|
1675
|
-
"name": "
|
|
1660
|
+
"name": "Employee"
|
|
1676
1661
|
}
|
|
1677
1662
|
}
|
|
1678
1663
|
}
|
|
1679
1664
|
},
|
|
1665
|
+
{
|
|
1666
|
+
"name": "industries",
|
|
1667
|
+
"annotation": {
|
|
1668
|
+
"type": "array",
|
|
1669
|
+
"elementType": {
|
|
1670
|
+
"type": "keyword",
|
|
1671
|
+
"value": "string"
|
|
1672
|
+
}
|
|
1673
|
+
}
|
|
1674
|
+
},
|
|
1680
1675
|
{
|
|
1681
1676
|
"name": "urlTemplate",
|
|
1682
1677
|
"annotation": {
|
|
@@ -1697,7 +1692,7 @@
|
|
|
1697
1692
|
"types": [
|
|
1698
1693
|
{
|
|
1699
1694
|
"type": "interface",
|
|
1700
|
-
"name": "
|
|
1695
|
+
"name": "Employee",
|
|
1701
1696
|
"body": [
|
|
1702
1697
|
{
|
|
1703
1698
|
"type": "propertySignature",
|
|
@@ -1715,7 +1710,7 @@
|
|
|
1715
1710
|
"type": "propertySignature",
|
|
1716
1711
|
"key": {
|
|
1717
1712
|
"type": "identifier",
|
|
1718
|
-
"name": "
|
|
1713
|
+
"name": "industry"
|
|
1719
1714
|
},
|
|
1720
1715
|
"annotation": {
|
|
1721
1716
|
"type": "keyword",
|
|
@@ -1727,30 +1722,35 @@
|
|
|
1727
1722
|
"type": "propertySignature",
|
|
1728
1723
|
"key": {
|
|
1729
1724
|
"type": "identifier",
|
|
1730
|
-
"name": "
|
|
1725
|
+
"name": "role"
|
|
1731
1726
|
},
|
|
1732
1727
|
"annotation": {
|
|
1733
|
-
"type": "
|
|
1734
|
-
"
|
|
1735
|
-
"type": "identifier",
|
|
1736
|
-
"name": "GeneralIconProps"
|
|
1737
|
-
}
|
|
1728
|
+
"type": "keyword",
|
|
1729
|
+
"value": "string"
|
|
1738
1730
|
},
|
|
1739
|
-
"optional": true,
|
|
1740
1731
|
"computed": false
|
|
1741
1732
|
},
|
|
1742
1733
|
{
|
|
1743
1734
|
"type": "propertySignature",
|
|
1744
1735
|
"key": {
|
|
1745
1736
|
"type": "identifier",
|
|
1746
|
-
"name": "
|
|
1737
|
+
"name": "description"
|
|
1747
1738
|
},
|
|
1748
1739
|
"annotation": {
|
|
1749
|
-
"type": "
|
|
1750
|
-
"
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1740
|
+
"type": "keyword",
|
|
1741
|
+
"value": "string"
|
|
1742
|
+
},
|
|
1743
|
+
"computed": false
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
"type": "propertySignature",
|
|
1747
|
+
"key": {
|
|
1748
|
+
"type": "identifier",
|
|
1749
|
+
"name": "avatar"
|
|
1750
|
+
},
|
|
1751
|
+
"annotation": {
|
|
1752
|
+
"type": "keyword",
|
|
1753
|
+
"value": "string"
|
|
1754
1754
|
},
|
|
1755
1755
|
"optional": true,
|
|
1756
1756
|
"computed": false
|
|
@@ -2292,300 +2292,392 @@
|
|
|
2292
2292
|
}
|
|
2293
2293
|
]
|
|
2294
2294
|
},
|
|
2295
|
-
"ai-portal.
|
|
2295
|
+
"ai-portal.activity-timeline": {
|
|
2296
2296
|
"properties": [
|
|
2297
2297
|
{
|
|
2298
|
-
"name": "
|
|
2299
|
-
"annotation": {
|
|
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",
|
|
2298
|
+
"name": "list",
|
|
2320
2299
|
"annotation": {
|
|
2321
|
-
"type": "
|
|
2322
|
-
"
|
|
2300
|
+
"type": "array",
|
|
2301
|
+
"elementType": {
|
|
2302
|
+
"type": "reference",
|
|
2303
|
+
"typeName": {
|
|
2304
|
+
"type": "identifier",
|
|
2305
|
+
"name": "Activity"
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2323
2308
|
}
|
|
2324
2309
|
},
|
|
2325
2310
|
{
|
|
2326
|
-
"name": "
|
|
2311
|
+
"name": "chatUrlTemplate",
|
|
2327
2312
|
"annotation": {
|
|
2328
2313
|
"type": "keyword",
|
|
2329
|
-
"value": "
|
|
2330
|
-
}
|
|
2331
|
-
},
|
|
2332
|
-
{
|
|
2333
|
-
"name": "uploadOptions",
|
|
2334
|
-
"annotation": {
|
|
2335
|
-
"type": "reference",
|
|
2336
|
-
"typeName": {
|
|
2337
|
-
"type": "identifier",
|
|
2338
|
-
"name": "UploadOptions"
|
|
2339
|
-
}
|
|
2314
|
+
"value": "string"
|
|
2340
2315
|
}
|
|
2341
2316
|
}
|
|
2342
2317
|
],
|
|
2343
|
-
"events": [
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
"detail": {
|
|
2347
|
-
"annotation": {
|
|
2348
|
-
"type": "keyword",
|
|
2349
|
-
"value": "string"
|
|
2350
|
-
}
|
|
2351
|
-
}
|
|
2352
|
-
},
|
|
2318
|
+
"events": [],
|
|
2319
|
+
"methods": [],
|
|
2320
|
+
"types": [
|
|
2353
2321
|
{
|
|
2354
|
-
"
|
|
2355
|
-
"
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
"
|
|
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
|
+
}
|
|
2361
2382
|
}
|
|
2362
|
-
|
|
2383
|
+
]
|
|
2363
2384
|
}
|
|
2364
2385
|
},
|
|
2365
|
-
{
|
|
2366
|
-
"name": "terminate",
|
|
2367
|
-
"detail": {
|
|
2368
|
-
"annotation": {
|
|
2369
|
-
"type": "keyword",
|
|
2370
|
-
"value": "void"
|
|
2371
|
-
}
|
|
2372
|
-
}
|
|
2373
|
-
}
|
|
2374
|
-
],
|
|
2375
|
-
"methods": [],
|
|
2376
|
-
"types": [
|
|
2377
2386
|
{
|
|
2378
2387
|
"type": "interface",
|
|
2379
|
-
"name": "
|
|
2388
|
+
"name": "ActivityOfCreateGoal",
|
|
2380
2389
|
"body": [
|
|
2381
2390
|
{
|
|
2382
2391
|
"type": "propertySignature",
|
|
2383
2392
|
"key": {
|
|
2384
2393
|
"type": "identifier",
|
|
2385
|
-
"name": "
|
|
2394
|
+
"name": "action_type"
|
|
2386
2395
|
},
|
|
2387
2396
|
"annotation": {
|
|
2388
|
-
"type": "
|
|
2389
|
-
"value": "
|
|
2397
|
+
"type": "jsLiteral",
|
|
2398
|
+
"value": "create_goal"
|
|
2390
2399
|
},
|
|
2391
|
-
"optional": true,
|
|
2392
2400
|
"computed": false
|
|
2393
2401
|
},
|
|
2394
2402
|
{
|
|
2395
2403
|
"type": "propertySignature",
|
|
2396
2404
|
"key": {
|
|
2397
2405
|
"type": "identifier",
|
|
2398
|
-
"name": "
|
|
2406
|
+
"name": "metadata"
|
|
2399
2407
|
},
|
|
2400
2408
|
"annotation": {
|
|
2401
|
-
"type": "
|
|
2402
|
-
"
|
|
2409
|
+
"type": "typeLiteral",
|
|
2410
|
+
"members": [
|
|
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
|
+
]
|
|
2403
2437
|
},
|
|
2404
|
-
"optional": true,
|
|
2405
2438
|
"computed": false
|
|
2406
|
-
}
|
|
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": [
|
|
2407
2455
|
{
|
|
2408
2456
|
"type": "propertySignature",
|
|
2409
2457
|
"key": {
|
|
2410
2458
|
"type": "identifier",
|
|
2411
|
-
"name": "
|
|
2459
|
+
"name": "user_id"
|
|
2412
2460
|
},
|
|
2413
2461
|
"annotation": {
|
|
2414
2462
|
"type": "keyword",
|
|
2415
2463
|
"value": "string"
|
|
2416
2464
|
},
|
|
2417
|
-
"optional": true,
|
|
2418
2465
|
"computed": false
|
|
2419
2466
|
},
|
|
2420
2467
|
{
|
|
2421
2468
|
"type": "propertySignature",
|
|
2422
2469
|
"key": {
|
|
2423
2470
|
"type": "identifier",
|
|
2424
|
-
"name": "
|
|
2471
|
+
"name": "user_name"
|
|
2425
2472
|
},
|
|
2426
2473
|
"annotation": {
|
|
2427
2474
|
"type": "keyword",
|
|
2428
2475
|
"value": "string"
|
|
2429
2476
|
},
|
|
2430
|
-
"optional": true,
|
|
2431
2477
|
"computed": false
|
|
2432
2478
|
},
|
|
2433
2479
|
{
|
|
2434
2480
|
"type": "propertySignature",
|
|
2435
2481
|
"key": {
|
|
2436
2482
|
"type": "identifier",
|
|
2437
|
-
"name": "
|
|
2483
|
+
"name": "time"
|
|
2438
2484
|
},
|
|
2439
2485
|
"annotation": {
|
|
2440
2486
|
"type": "keyword",
|
|
2441
2487
|
"value": "number"
|
|
2442
2488
|
},
|
|
2443
|
-
"optional": true,
|
|
2444
2489
|
"computed": false
|
|
2445
|
-
}
|
|
2446
|
-
]
|
|
2447
|
-
},
|
|
2448
|
-
{
|
|
2449
|
-
"type": "interface",
|
|
2450
|
-
"name": "ChatPayload",
|
|
2451
|
-
"body": [
|
|
2490
|
+
},
|
|
2452
2491
|
{
|
|
2453
2492
|
"type": "propertySignature",
|
|
2454
2493
|
"key": {
|
|
2455
2494
|
"type": "identifier",
|
|
2456
|
-
"name": "
|
|
2495
|
+
"name": "action_type"
|
|
2457
2496
|
},
|
|
2458
2497
|
"annotation": {
|
|
2459
|
-
"type": "
|
|
2460
|
-
"
|
|
2498
|
+
"type": "union",
|
|
2499
|
+
"types": [
|
|
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
|
+
]
|
|
2461
2533
|
},
|
|
2462
2534
|
"computed": false
|
|
2463
|
-
}
|
|
2464
|
-
],
|
|
2465
|
-
"extends": [
|
|
2535
|
+
},
|
|
2466
2536
|
{
|
|
2467
|
-
"type": "
|
|
2468
|
-
"
|
|
2537
|
+
"type": "propertySignature",
|
|
2538
|
+
"key": {
|
|
2469
2539
|
"type": "identifier",
|
|
2470
|
-
"name": "
|
|
2471
|
-
}
|
|
2540
|
+
"name": "metadata"
|
|
2541
|
+
},
|
|
2542
|
+
"annotation": {
|
|
2543
|
+
"type": "keyword",
|
|
2544
|
+
"value": "unknown"
|
|
2545
|
+
},
|
|
2546
|
+
"computed": false
|
|
2472
2547
|
}
|
|
2473
2548
|
]
|
|
2474
2549
|
},
|
|
2475
2550
|
{
|
|
2476
2551
|
"type": "interface",
|
|
2477
|
-
"name": "
|
|
2552
|
+
"name": "ActivityOfEditGoal",
|
|
2478
2553
|
"body": [
|
|
2479
2554
|
{
|
|
2480
2555
|
"type": "propertySignature",
|
|
2481
2556
|
"key": {
|
|
2482
2557
|
"type": "identifier",
|
|
2483
|
-
"name": "
|
|
2558
|
+
"name": "action_type"
|
|
2484
2559
|
},
|
|
2485
2560
|
"annotation": {
|
|
2486
|
-
"type": "
|
|
2487
|
-
"
|
|
2488
|
-
"type": "reference",
|
|
2489
|
-
"typeName": {
|
|
2490
|
-
"type": "identifier",
|
|
2491
|
-
"name": "UploadFileInfo"
|
|
2492
|
-
}
|
|
2493
|
-
}
|
|
2561
|
+
"type": "jsLiteral",
|
|
2562
|
+
"value": "edit_goal"
|
|
2494
2563
|
},
|
|
2495
|
-
"optional": true,
|
|
2496
2564
|
"computed": false
|
|
2497
2565
|
},
|
|
2498
2566
|
{
|
|
2499
2567
|
"type": "propertySignature",
|
|
2500
2568
|
"key": {
|
|
2501
2569
|
"type": "identifier",
|
|
2502
|
-
"name": "
|
|
2570
|
+
"name": "metadata"
|
|
2503
2571
|
},
|
|
2504
2572
|
"annotation": {
|
|
2505
|
-
"type": "
|
|
2506
|
-
"
|
|
2573
|
+
"type": "typeLiteral",
|
|
2574
|
+
"members": [
|
|
2507
2575
|
{
|
|
2508
|
-
"type": "
|
|
2509
|
-
"
|
|
2576
|
+
"type": "propertySignature",
|
|
2577
|
+
"key": {
|
|
2510
2578
|
"type": "identifier",
|
|
2511
|
-
"name": "
|
|
2512
|
-
}
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2579
|
+
"name": "before"
|
|
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
|
|
2535
2613
|
},
|
|
2536
2614
|
{
|
|
2537
|
-
"type": "
|
|
2538
|
-
"
|
|
2615
|
+
"type": "propertySignature",
|
|
2616
|
+
"key": {
|
|
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
|
|
2539
2652
|
}
|
|
2540
2653
|
]
|
|
2541
2654
|
},
|
|
2542
|
-
"optional": true,
|
|
2543
2655
|
"computed": false
|
|
2544
2656
|
}
|
|
2545
|
-
]
|
|
2546
|
-
|
|
2547
|
-
{
|
|
2548
|
-
"type": "interface",
|
|
2549
|
-
"name": "UploadFileInfo",
|
|
2550
|
-
"body": [
|
|
2657
|
+
],
|
|
2658
|
+
"extends": [
|
|
2551
2659
|
{
|
|
2552
|
-
"type": "
|
|
2553
|
-
"
|
|
2660
|
+
"type": "expressionWithTypeArguments",
|
|
2661
|
+
"expression": {
|
|
2554
2662
|
"type": "identifier",
|
|
2555
|
-
"name": "
|
|
2556
|
-
}
|
|
2557
|
-
"annotation": {
|
|
2558
|
-
"type": "keyword",
|
|
2559
|
-
"value": "string"
|
|
2560
|
-
},
|
|
2561
|
-
"computed": false
|
|
2663
|
+
"name": "ActivityBase"
|
|
2664
|
+
}
|
|
2562
2665
|
}
|
|
2563
2666
|
]
|
|
2564
2667
|
},
|
|
2565
|
-
{
|
|
2566
|
-
"type": "typeAlias",
|
|
2567
|
-
"name": "CommandPayload",
|
|
2568
|
-
"annotation": {
|
|
2569
|
-
"type": "reference",
|
|
2570
|
-
"typeName": {
|
|
2571
|
-
"type": "identifier",
|
|
2572
|
-
"name": "CommandPayloadServiceFlowStarting"
|
|
2573
|
-
}
|
|
2574
|
-
}
|
|
2575
|
-
},
|
|
2576
2668
|
{
|
|
2577
2669
|
"type": "interface",
|
|
2578
|
-
"name": "
|
|
2670
|
+
"name": "ActivityOfDeleteGoal",
|
|
2579
2671
|
"body": [
|
|
2580
2672
|
{
|
|
2581
2673
|
"type": "propertySignature",
|
|
2582
2674
|
"key": {
|
|
2583
2675
|
"type": "identifier",
|
|
2584
|
-
"name": "
|
|
2676
|
+
"name": "action_type"
|
|
2585
2677
|
},
|
|
2586
2678
|
"annotation": {
|
|
2587
2679
|
"type": "jsLiteral",
|
|
2588
|
-
"value": "
|
|
2680
|
+
"value": "delete_goal"
|
|
2589
2681
|
},
|
|
2590
2682
|
"computed": false
|
|
2591
2683
|
},
|
|
@@ -2593,7 +2685,7 @@
|
|
|
2593
2685
|
"type": "propertySignature",
|
|
2594
2686
|
"key": {
|
|
2595
2687
|
"type": "identifier",
|
|
2596
|
-
"name": "
|
|
2688
|
+
"name": "metadata"
|
|
2597
2689
|
},
|
|
2598
2690
|
"annotation": {
|
|
2599
2691
|
"type": "typeLiteral",
|
|
@@ -2602,7 +2694,7 @@
|
|
|
2602
2694
|
"type": "propertySignature",
|
|
2603
2695
|
"key": {
|
|
2604
2696
|
"type": "identifier",
|
|
2605
|
-
"name": "
|
|
2697
|
+
"name": "goal_title"
|
|
2606
2698
|
},
|
|
2607
2699
|
"annotation": {
|
|
2608
2700
|
"type": "keyword",
|
|
@@ -2614,7 +2706,7 @@
|
|
|
2614
2706
|
"type": "propertySignature",
|
|
2615
2707
|
"key": {
|
|
2616
2708
|
"type": "identifier",
|
|
2617
|
-
"name": "
|
|
2709
|
+
"name": "goal_description"
|
|
2618
2710
|
},
|
|
2619
2711
|
"annotation": {
|
|
2620
2712
|
"type": "keyword",
|
|
@@ -2622,135 +2714,126 @@
|
|
|
2622
2714
|
},
|
|
2623
2715
|
"optional": true,
|
|
2624
2716
|
"computed": false
|
|
2625
|
-
}
|
|
2717
|
+
}
|
|
2718
|
+
]
|
|
2719
|
+
},
|
|
2720
|
+
"computed": false
|
|
2721
|
+
}
|
|
2722
|
+
],
|
|
2723
|
+
"extends": [
|
|
2724
|
+
{
|
|
2725
|
+
"type": "expressionWithTypeArguments",
|
|
2726
|
+
"expression": {
|
|
2727
|
+
"type": "identifier",
|
|
2728
|
+
"name": "ActivityBase"
|
|
2729
|
+
}
|
|
2730
|
+
}
|
|
2731
|
+
]
|
|
2732
|
+
},
|
|
2733
|
+
{
|
|
2734
|
+
"type": "interface",
|
|
2735
|
+
"name": "ActivityOfDecomposeGoals",
|
|
2736
|
+
"body": [
|
|
2737
|
+
{
|
|
2738
|
+
"type": "propertySignature",
|
|
2739
|
+
"key": {
|
|
2740
|
+
"type": "identifier",
|
|
2741
|
+
"name": "action_type"
|
|
2742
|
+
},
|
|
2743
|
+
"annotation": {
|
|
2744
|
+
"type": "jsLiteral",
|
|
2745
|
+
"value": "decompose_goals"
|
|
2746
|
+
},
|
|
2747
|
+
"computed": false
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"type": "propertySignature",
|
|
2751
|
+
"key": {
|
|
2752
|
+
"type": "identifier",
|
|
2753
|
+
"name": "metadata"
|
|
2754
|
+
},
|
|
2755
|
+
"annotation": {
|
|
2756
|
+
"type": "typeLiteral",
|
|
2757
|
+
"members": [
|
|
2626
2758
|
{
|
|
2627
2759
|
"type": "propertySignature",
|
|
2628
2760
|
"key": {
|
|
2629
2761
|
"type": "identifier",
|
|
2630
|
-
"name": "
|
|
2762
|
+
"name": "sub_goals_count"
|
|
2631
2763
|
},
|
|
2632
2764
|
"annotation": {
|
|
2633
2765
|
"type": "keyword",
|
|
2634
|
-
"value": "
|
|
2766
|
+
"value": "number"
|
|
2635
2767
|
},
|
|
2636
|
-
"optional": true,
|
|
2637
2768
|
"computed": false
|
|
2638
2769
|
},
|
|
2639
2770
|
{
|
|
2640
2771
|
"type": "propertySignature",
|
|
2641
2772
|
"key": {
|
|
2642
2773
|
"type": "identifier",
|
|
2643
|
-
"name": "
|
|
2774
|
+
"name": "sub_goals"
|
|
2644
2775
|
},
|
|
2645
2776
|
"annotation": {
|
|
2646
|
-
"type": "
|
|
2647
|
-
"
|
|
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
|
+
}
|
|
2648
2816
|
},
|
|
2649
|
-
"optional": true,
|
|
2650
2817
|
"computed": false
|
|
2651
2818
|
}
|
|
2652
2819
|
]
|
|
2653
2820
|
},
|
|
2654
2821
|
"computed": false
|
|
2655
2822
|
}
|
|
2656
|
-
]
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
"properties": [
|
|
2662
|
-
{
|
|
2663
|
-
"name": "list",
|
|
2664
|
-
"annotation": {
|
|
2665
|
-
"type": "array",
|
|
2666
|
-
"elementType": {
|
|
2667
|
-
"type": "reference",
|
|
2668
|
-
"typeName": {
|
|
2823
|
+
],
|
|
2824
|
+
"extends": [
|
|
2825
|
+
{
|
|
2826
|
+
"type": "expressionWithTypeArguments",
|
|
2827
|
+
"expression": {
|
|
2669
2828
|
"type": "identifier",
|
|
2670
|
-
"name": "
|
|
2829
|
+
"name": "ActivityBase"
|
|
2671
2830
|
}
|
|
2672
2831
|
}
|
|
2673
|
-
|
|
2674
|
-
},
|
|
2675
|
-
{
|
|
2676
|
-
"name": "chatUrlTemplate",
|
|
2677
|
-
"annotation": {
|
|
2678
|
-
"type": "keyword",
|
|
2679
|
-
"value": "string"
|
|
2680
|
-
}
|
|
2681
|
-
}
|
|
2682
|
-
],
|
|
2683
|
-
"events": [],
|
|
2684
|
-
"methods": [],
|
|
2685
|
-
"types": [
|
|
2686
|
-
{
|
|
2687
|
-
"type": "typeAlias",
|
|
2688
|
-
"name": "Activity",
|
|
2689
|
-
"annotation": {
|
|
2690
|
-
"type": "union",
|
|
2691
|
-
"types": [
|
|
2692
|
-
{
|
|
2693
|
-
"type": "reference",
|
|
2694
|
-
"typeName": {
|
|
2695
|
-
"type": "identifier",
|
|
2696
|
-
"name": "ActivityOfCreateGoal"
|
|
2697
|
-
}
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"type": "reference",
|
|
2701
|
-
"typeName": {
|
|
2702
|
-
"type": "identifier",
|
|
2703
|
-
"name": "ActivityOfEditGoal"
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"type": "reference",
|
|
2708
|
-
"typeName": {
|
|
2709
|
-
"type": "identifier",
|
|
2710
|
-
"name": "ActivityOfDeleteGoal"
|
|
2711
|
-
}
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"type": "reference",
|
|
2715
|
-
"typeName": {
|
|
2716
|
-
"type": "identifier",
|
|
2717
|
-
"name": "ActivityOfDecomposeGoals"
|
|
2718
|
-
}
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
"type": "reference",
|
|
2722
|
-
"typeName": {
|
|
2723
|
-
"type": "identifier",
|
|
2724
|
-
"name": "ActivityOfAlterOwner"
|
|
2725
|
-
}
|
|
2726
|
-
},
|
|
2727
|
-
{
|
|
2728
|
-
"type": "reference",
|
|
2729
|
-
"typeName": {
|
|
2730
|
-
"type": "identifier",
|
|
2731
|
-
"name": "ActivityOfAlterUser"
|
|
2732
|
-
}
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
"type": "reference",
|
|
2736
|
-
"typeName": {
|
|
2737
|
-
"type": "identifier",
|
|
2738
|
-
"name": "ActivityOfAddComment"
|
|
2739
|
-
}
|
|
2740
|
-
},
|
|
2741
|
-
{
|
|
2742
|
-
"type": "reference",
|
|
2743
|
-
"typeName": {
|
|
2744
|
-
"type": "identifier",
|
|
2745
|
-
"name": "ActivityOfStartConversation"
|
|
2746
|
-
}
|
|
2747
|
-
}
|
|
2748
|
-
]
|
|
2749
|
-
}
|
|
2832
|
+
]
|
|
2750
2833
|
},
|
|
2751
2834
|
{
|
|
2752
2835
|
"type": "interface",
|
|
2753
|
-
"name": "
|
|
2836
|
+
"name": "ActivityOfAlterOwner",
|
|
2754
2837
|
"body": [
|
|
2755
2838
|
{
|
|
2756
2839
|
"type": "propertySignature",
|
|
@@ -2760,7 +2843,7 @@
|
|
|
2760
2843
|
},
|
|
2761
2844
|
"annotation": {
|
|
2762
2845
|
"type": "jsLiteral",
|
|
2763
|
-
"value": "
|
|
2846
|
+
"value": "alter_owner"
|
|
2764
2847
|
},
|
|
2765
2848
|
"computed": false
|
|
2766
2849
|
},
|
|
@@ -2777,11 +2860,49 @@
|
|
|
2777
2860
|
"type": "propertySignature",
|
|
2778
2861
|
"key": {
|
|
2779
2862
|
"type": "identifier",
|
|
2780
|
-
"name": "
|
|
2863
|
+
"name": "before"
|
|
2781
2864
|
},
|
|
2782
2865
|
"annotation": {
|
|
2783
|
-
"type": "
|
|
2784
|
-
"
|
|
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
|
+
]
|
|
2785
2906
|
},
|
|
2786
2907
|
"computed": false
|
|
2787
2908
|
},
|
|
@@ -2789,13 +2910,50 @@
|
|
|
2789
2910
|
"type": "propertySignature",
|
|
2790
2911
|
"key": {
|
|
2791
2912
|
"type": "identifier",
|
|
2792
|
-
"name": "
|
|
2913
|
+
"name": "after"
|
|
2793
2914
|
},
|
|
2794
2915
|
"annotation": {
|
|
2795
|
-
"type": "
|
|
2796
|
-
"
|
|
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
|
+
]
|
|
2797
2956
|
},
|
|
2798
|
-
"optional": true,
|
|
2799
2957
|
"computed": false
|
|
2800
2958
|
}
|
|
2801
2959
|
]
|
|
@@ -2815,44 +2973,8 @@
|
|
|
2815
2973
|
},
|
|
2816
2974
|
{
|
|
2817
2975
|
"type": "interface",
|
|
2818
|
-
"name": "
|
|
2976
|
+
"name": "ActivityOfAlterUser",
|
|
2819
2977
|
"body": [
|
|
2820
|
-
{
|
|
2821
|
-
"type": "propertySignature",
|
|
2822
|
-
"key": {
|
|
2823
|
-
"type": "identifier",
|
|
2824
|
-
"name": "user_id"
|
|
2825
|
-
},
|
|
2826
|
-
"annotation": {
|
|
2827
|
-
"type": "keyword",
|
|
2828
|
-
"value": "string"
|
|
2829
|
-
},
|
|
2830
|
-
"computed": false
|
|
2831
|
-
},
|
|
2832
|
-
{
|
|
2833
|
-
"type": "propertySignature",
|
|
2834
|
-
"key": {
|
|
2835
|
-
"type": "identifier",
|
|
2836
|
-
"name": "user_name"
|
|
2837
|
-
},
|
|
2838
|
-
"annotation": {
|
|
2839
|
-
"type": "keyword",
|
|
2840
|
-
"value": "string"
|
|
2841
|
-
},
|
|
2842
|
-
"computed": false
|
|
2843
|
-
},
|
|
2844
|
-
{
|
|
2845
|
-
"type": "propertySignature",
|
|
2846
|
-
"key": {
|
|
2847
|
-
"type": "identifier",
|
|
2848
|
-
"name": "time"
|
|
2849
|
-
},
|
|
2850
|
-
"annotation": {
|
|
2851
|
-
"type": "keyword",
|
|
2852
|
-
"value": "number"
|
|
2853
|
-
},
|
|
2854
|
-
"computed": false
|
|
2855
|
-
},
|
|
2856
2978
|
{
|
|
2857
2979
|
"type": "propertySignature",
|
|
2858
2980
|
"key": {
|
|
@@ -2860,71 +2982,8 @@
|
|
|
2860
2982
|
"name": "action_type"
|
|
2861
2983
|
},
|
|
2862
2984
|
"annotation": {
|
|
2863
|
-
"type": "
|
|
2864
|
-
"
|
|
2865
|
-
{
|
|
2866
|
-
"type": "jsLiteral",
|
|
2867
|
-
"value": "create_goal"
|
|
2868
|
-
},
|
|
2869
|
-
{
|
|
2870
|
-
"type": "jsLiteral",
|
|
2871
|
-
"value": "edit_goal"
|
|
2872
|
-
},
|
|
2873
|
-
{
|
|
2874
|
-
"type": "jsLiteral",
|
|
2875
|
-
"value": "delete_goal"
|
|
2876
|
-
},
|
|
2877
|
-
{
|
|
2878
|
-
"type": "jsLiteral",
|
|
2879
|
-
"value": "decompose_goals"
|
|
2880
|
-
},
|
|
2881
|
-
{
|
|
2882
|
-
"type": "jsLiteral",
|
|
2883
|
-
"value": "alter_owner"
|
|
2884
|
-
},
|
|
2885
|
-
{
|
|
2886
|
-
"type": "jsLiteral",
|
|
2887
|
-
"value": "alter_user"
|
|
2888
|
-
},
|
|
2889
|
-
{
|
|
2890
|
-
"type": "jsLiteral",
|
|
2891
|
-
"value": "add_comment"
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
"type": "jsLiteral",
|
|
2895
|
-
"value": "start_conversation"
|
|
2896
|
-
}
|
|
2897
|
-
]
|
|
2898
|
-
},
|
|
2899
|
-
"computed": false
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"type": "propertySignature",
|
|
2903
|
-
"key": {
|
|
2904
|
-
"type": "identifier",
|
|
2905
|
-
"name": "metadata"
|
|
2906
|
-
},
|
|
2907
|
-
"annotation": {
|
|
2908
|
-
"type": "keyword",
|
|
2909
|
-
"value": "unknown"
|
|
2910
|
-
},
|
|
2911
|
-
"computed": false
|
|
2912
|
-
}
|
|
2913
|
-
]
|
|
2914
|
-
},
|
|
2915
|
-
{
|
|
2916
|
-
"type": "interface",
|
|
2917
|
-
"name": "ActivityOfEditGoal",
|
|
2918
|
-
"body": [
|
|
2919
|
-
{
|
|
2920
|
-
"type": "propertySignature",
|
|
2921
|
-
"key": {
|
|
2922
|
-
"type": "identifier",
|
|
2923
|
-
"name": "action_type"
|
|
2924
|
-
},
|
|
2925
|
-
"annotation": {
|
|
2926
|
-
"type": "jsLiteral",
|
|
2927
|
-
"value": "edit_goal"
|
|
2985
|
+
"type": "jsLiteral",
|
|
2986
|
+
"value": "alter_user"
|
|
2928
2987
|
},
|
|
2929
2988
|
"computed": false
|
|
2930
2989
|
},
|
|
@@ -2950,26 +3009,49 @@
|
|
|
2950
3009
|
"type": "propertySignature",
|
|
2951
3010
|
"key": {
|
|
2952
3011
|
"type": "identifier",
|
|
2953
|
-
"name": "
|
|
2954
|
-
},
|
|
2955
|
-
"annotation": {
|
|
2956
|
-
"type": "keyword",
|
|
2957
|
-
"value": "string"
|
|
2958
|
-
},
|
|
2959
|
-
"optional": true,
|
|
2960
|
-
"computed": false
|
|
2961
|
-
},
|
|
2962
|
-
{
|
|
2963
|
-
"type": "propertySignature",
|
|
2964
|
-
"key": {
|
|
2965
|
-
"type": "identifier",
|
|
2966
|
-
"name": "description"
|
|
3012
|
+
"name": "users"
|
|
2967
3013
|
},
|
|
2968
3014
|
"annotation": {
|
|
2969
|
-
"type": "
|
|
2970
|
-
"
|
|
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
|
+
}
|
|
2971
3054
|
},
|
|
2972
|
-
"optional": true,
|
|
2973
3055
|
"computed": false
|
|
2974
3056
|
}
|
|
2975
3057
|
]
|
|
@@ -2989,26 +3071,49 @@
|
|
|
2989
3071
|
"type": "propertySignature",
|
|
2990
3072
|
"key": {
|
|
2991
3073
|
"type": "identifier",
|
|
2992
|
-
"name": "
|
|
2993
|
-
},
|
|
2994
|
-
"annotation": {
|
|
2995
|
-
"type": "keyword",
|
|
2996
|
-
"value": "string"
|
|
2997
|
-
},
|
|
2998
|
-
"optional": true,
|
|
2999
|
-
"computed": false
|
|
3000
|
-
},
|
|
3001
|
-
{
|
|
3002
|
-
"type": "propertySignature",
|
|
3003
|
-
"key": {
|
|
3004
|
-
"type": "identifier",
|
|
3005
|
-
"name": "description"
|
|
3074
|
+
"name": "users"
|
|
3006
3075
|
},
|
|
3007
3076
|
"annotation": {
|
|
3008
|
-
"type": "
|
|
3009
|
-
"
|
|
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
|
+
}
|
|
3010
3116
|
},
|
|
3011
|
-
"optional": true,
|
|
3012
3117
|
"computed": false
|
|
3013
3118
|
}
|
|
3014
3119
|
]
|
|
@@ -3032,7 +3137,7 @@
|
|
|
3032
3137
|
},
|
|
3033
3138
|
{
|
|
3034
3139
|
"type": "interface",
|
|
3035
|
-
"name": "
|
|
3140
|
+
"name": "ActivityOfAddComment",
|
|
3036
3141
|
"body": [
|
|
3037
3142
|
{
|
|
3038
3143
|
"type": "propertySignature",
|
|
@@ -3042,7 +3147,7 @@
|
|
|
3042
3147
|
},
|
|
3043
3148
|
"annotation": {
|
|
3044
3149
|
"type": "jsLiteral",
|
|
3045
|
-
"value": "
|
|
3150
|
+
"value": "add_comment"
|
|
3046
3151
|
},
|
|
3047
3152
|
"computed": false
|
|
3048
3153
|
},
|
|
@@ -3059,25 +3164,12 @@
|
|
|
3059
3164
|
"type": "propertySignature",
|
|
3060
3165
|
"key": {
|
|
3061
3166
|
"type": "identifier",
|
|
3062
|
-
"name": "
|
|
3063
|
-
},
|
|
3064
|
-
"annotation": {
|
|
3065
|
-
"type": "keyword",
|
|
3066
|
-
"value": "string"
|
|
3067
|
-
},
|
|
3068
|
-
"computed": false
|
|
3069
|
-
},
|
|
3070
|
-
{
|
|
3071
|
-
"type": "propertySignature",
|
|
3072
|
-
"key": {
|
|
3073
|
-
"type": "identifier",
|
|
3074
|
-
"name": "goal_description"
|
|
3167
|
+
"name": "comment_content"
|
|
3075
3168
|
},
|
|
3076
3169
|
"annotation": {
|
|
3077
3170
|
"type": "keyword",
|
|
3078
3171
|
"value": "string"
|
|
3079
3172
|
},
|
|
3080
|
-
"optional": true,
|
|
3081
3173
|
"computed": false
|
|
3082
3174
|
}
|
|
3083
3175
|
]
|
|
@@ -3097,7 +3189,7 @@
|
|
|
3097
3189
|
},
|
|
3098
3190
|
{
|
|
3099
3191
|
"type": "interface",
|
|
3100
|
-
"name": "
|
|
3192
|
+
"name": "ActivityOfStartConversation",
|
|
3101
3193
|
"body": [
|
|
3102
3194
|
{
|
|
3103
3195
|
"type": "propertySignature",
|
|
@@ -3107,7 +3199,7 @@
|
|
|
3107
3199
|
},
|
|
3108
3200
|
"annotation": {
|
|
3109
3201
|
"type": "jsLiteral",
|
|
3110
|
-
"value": "
|
|
3202
|
+
"value": "start_conversation"
|
|
3111
3203
|
},
|
|
3112
3204
|
"computed": false
|
|
3113
3205
|
},
|
|
@@ -3124,11 +3216,11 @@
|
|
|
3124
3216
|
"type": "propertySignature",
|
|
3125
3217
|
"key": {
|
|
3126
3218
|
"type": "identifier",
|
|
3127
|
-
"name": "
|
|
3219
|
+
"name": "conversation_id"
|
|
3128
3220
|
},
|
|
3129
3221
|
"annotation": {
|
|
3130
3222
|
"type": "keyword",
|
|
3131
|
-
"value": "
|
|
3223
|
+
"value": "string"
|
|
3132
3224
|
},
|
|
3133
3225
|
"computed": false
|
|
3134
3226
|
},
|
|
@@ -3136,50 +3228,26 @@
|
|
|
3136
3228
|
"type": "propertySignature",
|
|
3137
3229
|
"key": {
|
|
3138
3230
|
"type": "identifier",
|
|
3139
|
-
"name": "
|
|
3231
|
+
"name": "conversation_title"
|
|
3140
3232
|
},
|
|
3141
3233
|
"annotation": {
|
|
3142
|
-
"type": "
|
|
3143
|
-
"
|
|
3144
|
-
"type": "identifier",
|
|
3145
|
-
"name": "Array"
|
|
3146
|
-
},
|
|
3147
|
-
"typeParameters": {
|
|
3148
|
-
"type": "typeParameterInstantiation",
|
|
3149
|
-
"params": [
|
|
3150
|
-
{
|
|
3151
|
-
"type": "typeLiteral",
|
|
3152
|
-
"members": [
|
|
3153
|
-
{
|
|
3154
|
-
"type": "propertySignature",
|
|
3155
|
-
"key": {
|
|
3156
|
-
"type": "identifier",
|
|
3157
|
-
"name": "sub_goal_id"
|
|
3158
|
-
},
|
|
3159
|
-
"annotation": {
|
|
3160
|
-
"type": "keyword",
|
|
3161
|
-
"value": "string"
|
|
3162
|
-
},
|
|
3163
|
-
"computed": false
|
|
3164
|
-
},
|
|
3165
|
-
{
|
|
3166
|
-
"type": "propertySignature",
|
|
3167
|
-
"key": {
|
|
3168
|
-
"type": "identifier",
|
|
3169
|
-
"name": "title"
|
|
3170
|
-
},
|
|
3171
|
-
"annotation": {
|
|
3172
|
-
"type": "keyword",
|
|
3173
|
-
"value": "string"
|
|
3174
|
-
},
|
|
3175
|
-
"computed": false
|
|
3176
|
-
}
|
|
3177
|
-
]
|
|
3178
|
-
}
|
|
3179
|
-
]
|
|
3180
|
-
}
|
|
3234
|
+
"type": "keyword",
|
|
3235
|
+
"value": "string"
|
|
3181
3236
|
},
|
|
3182
3237
|
"computed": false
|
|
3238
|
+
},
|
|
3239
|
+
{
|
|
3240
|
+
"type": "propertySignature",
|
|
3241
|
+
"key": {
|
|
3242
|
+
"type": "identifier",
|
|
3243
|
+
"name": "conversation_description"
|
|
3244
|
+
},
|
|
3245
|
+
"annotation": {
|
|
3246
|
+
"type": "keyword",
|
|
3247
|
+
"value": "string"
|
|
3248
|
+
},
|
|
3249
|
+
"optional": true,
|
|
3250
|
+
"computed": false
|
|
3183
3251
|
}
|
|
3184
3252
|
]
|
|
3185
3253
|
},
|
|
@@ -3195,133 +3263,215 @@
|
|
|
3195
3263
|
}
|
|
3196
3264
|
}
|
|
3197
3265
|
]
|
|
3266
|
+
}
|
|
3267
|
+
]
|
|
3268
|
+
},
|
|
3269
|
+
"ai-portal.chat-input": {
|
|
3270
|
+
"properties": [
|
|
3271
|
+
{
|
|
3272
|
+
"name": "placeholder",
|
|
3273
|
+
"annotation": {
|
|
3274
|
+
"type": "keyword",
|
|
3275
|
+
"value": "string"
|
|
3276
|
+
}
|
|
3277
|
+
},
|
|
3278
|
+
{
|
|
3279
|
+
"name": "autoFocus",
|
|
3280
|
+
"annotation": {
|
|
3281
|
+
"type": "keyword",
|
|
3282
|
+
"value": "boolean"
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"name": "submitDisabled",
|
|
3287
|
+
"annotation": {
|
|
3288
|
+
"type": "keyword",
|
|
3289
|
+
"value": "boolean"
|
|
3290
|
+
}
|
|
3291
|
+
},
|
|
3292
|
+
{
|
|
3293
|
+
"name": "supportsTerminate",
|
|
3294
|
+
"annotation": {
|
|
3295
|
+
"type": "keyword",
|
|
3296
|
+
"value": "boolean"
|
|
3297
|
+
}
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"name": "terminating",
|
|
3301
|
+
"annotation": {
|
|
3302
|
+
"type": "keyword",
|
|
3303
|
+
"value": "boolean"
|
|
3304
|
+
}
|
|
3305
|
+
},
|
|
3306
|
+
{
|
|
3307
|
+
"name": "uploadOptions",
|
|
3308
|
+
"annotation": {
|
|
3309
|
+
"type": "reference",
|
|
3310
|
+
"typeName": {
|
|
3311
|
+
"type": "identifier",
|
|
3312
|
+
"name": "UploadOptions"
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
}
|
|
3316
|
+
],
|
|
3317
|
+
"events": [
|
|
3318
|
+
{
|
|
3319
|
+
"name": "message.submit",
|
|
3320
|
+
"detail": {
|
|
3321
|
+
"annotation": {
|
|
3322
|
+
"type": "keyword",
|
|
3323
|
+
"value": "string"
|
|
3324
|
+
}
|
|
3325
|
+
}
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"name": "chat.submit",
|
|
3329
|
+
"detail": {
|
|
3330
|
+
"annotation": {
|
|
3331
|
+
"type": "reference",
|
|
3332
|
+
"typeName": {
|
|
3333
|
+
"type": "identifier",
|
|
3334
|
+
"name": "ChatPayload"
|
|
3335
|
+
}
|
|
3336
|
+
}
|
|
3337
|
+
}
|
|
3198
3338
|
},
|
|
3339
|
+
{
|
|
3340
|
+
"name": "terminate",
|
|
3341
|
+
"detail": {
|
|
3342
|
+
"annotation": {
|
|
3343
|
+
"type": "keyword",
|
|
3344
|
+
"value": "void"
|
|
3345
|
+
}
|
|
3346
|
+
}
|
|
3347
|
+
}
|
|
3348
|
+
],
|
|
3349
|
+
"methods": [],
|
|
3350
|
+
"types": [
|
|
3199
3351
|
{
|
|
3200
3352
|
"type": "interface",
|
|
3201
|
-
"name": "
|
|
3353
|
+
"name": "UploadOptions",
|
|
3202
3354
|
"body": [
|
|
3203
3355
|
{
|
|
3204
3356
|
"type": "propertySignature",
|
|
3205
3357
|
"key": {
|
|
3206
3358
|
"type": "identifier",
|
|
3207
|
-
"name": "
|
|
3359
|
+
"name": "enabled"
|
|
3208
3360
|
},
|
|
3209
3361
|
"annotation": {
|
|
3210
|
-
"type": "
|
|
3211
|
-
"value": "
|
|
3362
|
+
"type": "keyword",
|
|
3363
|
+
"value": "boolean"
|
|
3212
3364
|
},
|
|
3365
|
+
"optional": true,
|
|
3213
3366
|
"computed": false
|
|
3214
3367
|
},
|
|
3215
3368
|
{
|
|
3216
3369
|
"type": "propertySignature",
|
|
3217
3370
|
"key": {
|
|
3218
3371
|
"type": "identifier",
|
|
3219
|
-
"name": "
|
|
3372
|
+
"name": "dragDisabled"
|
|
3220
3373
|
},
|
|
3221
3374
|
"annotation": {
|
|
3222
|
-
"type": "
|
|
3223
|
-
"
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
|
-
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
"computed": false
|
|
3323
|
-
}
|
|
3324
|
-
]
|
|
3375
|
+
"type": "keyword",
|
|
3376
|
+
"value": "boolean"
|
|
3377
|
+
},
|
|
3378
|
+
"optional": true,
|
|
3379
|
+
"computed": false
|
|
3380
|
+
},
|
|
3381
|
+
{
|
|
3382
|
+
"type": "propertySignature",
|
|
3383
|
+
"key": {
|
|
3384
|
+
"type": "identifier",
|
|
3385
|
+
"name": "dragTips"
|
|
3386
|
+
},
|
|
3387
|
+
"annotation": {
|
|
3388
|
+
"type": "keyword",
|
|
3389
|
+
"value": "string"
|
|
3390
|
+
},
|
|
3391
|
+
"optional": true,
|
|
3392
|
+
"computed": false
|
|
3393
|
+
},
|
|
3394
|
+
{
|
|
3395
|
+
"type": "propertySignature",
|
|
3396
|
+
"key": {
|
|
3397
|
+
"type": "identifier",
|
|
3398
|
+
"name": "accept"
|
|
3399
|
+
},
|
|
3400
|
+
"annotation": {
|
|
3401
|
+
"type": "keyword",
|
|
3402
|
+
"value": "string"
|
|
3403
|
+
},
|
|
3404
|
+
"optional": true,
|
|
3405
|
+
"computed": false
|
|
3406
|
+
},
|
|
3407
|
+
{
|
|
3408
|
+
"type": "propertySignature",
|
|
3409
|
+
"key": {
|
|
3410
|
+
"type": "identifier",
|
|
3411
|
+
"name": "maxFiles"
|
|
3412
|
+
},
|
|
3413
|
+
"annotation": {
|
|
3414
|
+
"type": "keyword",
|
|
3415
|
+
"value": "number"
|
|
3416
|
+
},
|
|
3417
|
+
"optional": true,
|
|
3418
|
+
"computed": false
|
|
3419
|
+
},
|
|
3420
|
+
{
|
|
3421
|
+
"type": "propertySignature",
|
|
3422
|
+
"key": {
|
|
3423
|
+
"type": "identifier",
|
|
3424
|
+
"name": "maxSize"
|
|
3425
|
+
},
|
|
3426
|
+
"annotation": {
|
|
3427
|
+
"type": "keyword",
|
|
3428
|
+
"value": "number"
|
|
3429
|
+
},
|
|
3430
|
+
"optional": true,
|
|
3431
|
+
"computed": false,
|
|
3432
|
+
"description": "In bytes"
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"type": "propertySignature",
|
|
3436
|
+
"key": {
|
|
3437
|
+
"type": "identifier",
|
|
3438
|
+
"name": "readableAccept"
|
|
3439
|
+
},
|
|
3440
|
+
"annotation": {
|
|
3441
|
+
"type": "keyword",
|
|
3442
|
+
"value": "string"
|
|
3443
|
+
},
|
|
3444
|
+
"optional": true,
|
|
3445
|
+
"computed": false
|
|
3446
|
+
},
|
|
3447
|
+
{
|
|
3448
|
+
"type": "propertySignature",
|
|
3449
|
+
"key": {
|
|
3450
|
+
"type": "identifier",
|
|
3451
|
+
"name": "readableMaxSize"
|
|
3452
|
+
},
|
|
3453
|
+
"annotation": {
|
|
3454
|
+
"type": "keyword",
|
|
3455
|
+
"value": "string"
|
|
3456
|
+
},
|
|
3457
|
+
"optional": true,
|
|
3458
|
+
"computed": false
|
|
3459
|
+
}
|
|
3460
|
+
]
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"type": "interface",
|
|
3464
|
+
"name": "ChatPayload",
|
|
3465
|
+
"body": [
|
|
3466
|
+
{
|
|
3467
|
+
"type": "propertySignature",
|
|
3468
|
+
"key": {
|
|
3469
|
+
"type": "identifier",
|
|
3470
|
+
"name": "content"
|
|
3471
|
+
},
|
|
3472
|
+
"annotation": {
|
|
3473
|
+
"type": "keyword",
|
|
3474
|
+
"value": "string"
|
|
3325
3475
|
},
|
|
3326
3476
|
"computed": false
|
|
3327
3477
|
}
|
|
@@ -3331,240 +3481,125 @@
|
|
|
3331
3481
|
"type": "expressionWithTypeArguments",
|
|
3332
3482
|
"expression": {
|
|
3333
3483
|
"type": "identifier",
|
|
3334
|
-
"name": "
|
|
3484
|
+
"name": "ExtraChatPayload"
|
|
3335
3485
|
}
|
|
3336
3486
|
}
|
|
3337
3487
|
]
|
|
3338
3488
|
},
|
|
3339
3489
|
{
|
|
3340
3490
|
"type": "interface",
|
|
3341
|
-
"name": "
|
|
3491
|
+
"name": "ExtraChatPayload",
|
|
3342
3492
|
"body": [
|
|
3343
3493
|
{
|
|
3344
3494
|
"type": "propertySignature",
|
|
3345
3495
|
"key": {
|
|
3346
3496
|
"type": "identifier",
|
|
3347
|
-
"name": "
|
|
3497
|
+
"name": "files"
|
|
3348
3498
|
},
|
|
3349
3499
|
"annotation": {
|
|
3350
|
-
"type": "
|
|
3351
|
-
"
|
|
3500
|
+
"type": "array",
|
|
3501
|
+
"elementType": {
|
|
3502
|
+
"type": "reference",
|
|
3503
|
+
"typeName": {
|
|
3504
|
+
"type": "identifier",
|
|
3505
|
+
"name": "UploadFileInfo"
|
|
3506
|
+
}
|
|
3507
|
+
}
|
|
3352
3508
|
},
|
|
3509
|
+
"optional": true,
|
|
3353
3510
|
"computed": false
|
|
3354
3511
|
},
|
|
3355
3512
|
{
|
|
3356
3513
|
"type": "propertySignature",
|
|
3357
3514
|
"key": {
|
|
3358
3515
|
"type": "identifier",
|
|
3359
|
-
"name": "
|
|
3516
|
+
"name": "cmd"
|
|
3360
3517
|
},
|
|
3361
3518
|
"annotation": {
|
|
3362
|
-
"type": "
|
|
3363
|
-
"
|
|
3519
|
+
"type": "union",
|
|
3520
|
+
"types": [
|
|
3364
3521
|
{
|
|
3365
|
-
"type": "
|
|
3366
|
-
"
|
|
3522
|
+
"type": "reference",
|
|
3523
|
+
"typeName": {
|
|
3367
3524
|
"type": "identifier",
|
|
3368
|
-
"name": "
|
|
3369
|
-
}
|
|
3370
|
-
"annotation": {
|
|
3371
|
-
"type": "typeLiteral",
|
|
3372
|
-
"members": [
|
|
3373
|
-
{
|
|
3374
|
-
"type": "propertySignature",
|
|
3375
|
-
"key": {
|
|
3376
|
-
"type": "identifier",
|
|
3377
|
-
"name": "users"
|
|
3378
|
-
},
|
|
3379
|
-
"annotation": {
|
|
3380
|
-
"type": "reference",
|
|
3381
|
-
"typeName": {
|
|
3382
|
-
"type": "identifier",
|
|
3383
|
-
"name": "Array"
|
|
3384
|
-
},
|
|
3385
|
-
"typeParameters": {
|
|
3386
|
-
"type": "typeParameterInstantiation",
|
|
3387
|
-
"params": [
|
|
3388
|
-
{
|
|
3389
|
-
"type": "typeLiteral",
|
|
3390
|
-
"members": [
|
|
3391
|
-
{
|
|
3392
|
-
"type": "propertySignature",
|
|
3393
|
-
"key": {
|
|
3394
|
-
"type": "identifier",
|
|
3395
|
-
"name": "user_id"
|
|
3396
|
-
},
|
|
3397
|
-
"annotation": {
|
|
3398
|
-
"type": "keyword",
|
|
3399
|
-
"value": "string"
|
|
3400
|
-
},
|
|
3401
|
-
"computed": false
|
|
3402
|
-
},
|
|
3403
|
-
{
|
|
3404
|
-
"type": "propertySignature",
|
|
3405
|
-
"key": {
|
|
3406
|
-
"type": "identifier",
|
|
3407
|
-
"name": "user_name"
|
|
3408
|
-
},
|
|
3409
|
-
"annotation": {
|
|
3410
|
-
"type": "keyword",
|
|
3411
|
-
"value": "string"
|
|
3412
|
-
},
|
|
3413
|
-
"computed": false
|
|
3414
|
-
}
|
|
3415
|
-
]
|
|
3416
|
-
}
|
|
3417
|
-
]
|
|
3418
|
-
}
|
|
3419
|
-
},
|
|
3420
|
-
"computed": false
|
|
3421
|
-
}
|
|
3422
|
-
]
|
|
3423
|
-
},
|
|
3424
|
-
"computed": false
|
|
3525
|
+
"name": "CommandPayload"
|
|
3526
|
+
}
|
|
3425
3527
|
},
|
|
3426
3528
|
{
|
|
3427
|
-
"type": "
|
|
3428
|
-
"
|
|
3429
|
-
"type": "identifier",
|
|
3430
|
-
"name": "after"
|
|
3431
|
-
},
|
|
3432
|
-
"annotation": {
|
|
3433
|
-
"type": "typeLiteral",
|
|
3434
|
-
"members": [
|
|
3435
|
-
{
|
|
3436
|
-
"type": "propertySignature",
|
|
3437
|
-
"key": {
|
|
3438
|
-
"type": "identifier",
|
|
3439
|
-
"name": "users"
|
|
3440
|
-
},
|
|
3441
|
-
"annotation": {
|
|
3442
|
-
"type": "reference",
|
|
3443
|
-
"typeName": {
|
|
3444
|
-
"type": "identifier",
|
|
3445
|
-
"name": "Array"
|
|
3446
|
-
},
|
|
3447
|
-
"typeParameters": {
|
|
3448
|
-
"type": "typeParameterInstantiation",
|
|
3449
|
-
"params": [
|
|
3450
|
-
{
|
|
3451
|
-
"type": "typeLiteral",
|
|
3452
|
-
"members": [
|
|
3453
|
-
{
|
|
3454
|
-
"type": "propertySignature",
|
|
3455
|
-
"key": {
|
|
3456
|
-
"type": "identifier",
|
|
3457
|
-
"name": "user_id"
|
|
3458
|
-
},
|
|
3459
|
-
"annotation": {
|
|
3460
|
-
"type": "keyword",
|
|
3461
|
-
"value": "string"
|
|
3462
|
-
},
|
|
3463
|
-
"computed": false
|
|
3464
|
-
},
|
|
3465
|
-
{
|
|
3466
|
-
"type": "propertySignature",
|
|
3467
|
-
"key": {
|
|
3468
|
-
"type": "identifier",
|
|
3469
|
-
"name": "user_name"
|
|
3470
|
-
},
|
|
3471
|
-
"annotation": {
|
|
3472
|
-
"type": "keyword",
|
|
3473
|
-
"value": "string"
|
|
3474
|
-
},
|
|
3475
|
-
"computed": false
|
|
3476
|
-
}
|
|
3477
|
-
]
|
|
3478
|
-
}
|
|
3479
|
-
]
|
|
3480
|
-
}
|
|
3481
|
-
},
|
|
3482
|
-
"computed": false
|
|
3483
|
-
}
|
|
3484
|
-
]
|
|
3485
|
-
},
|
|
3486
|
-
"computed": false
|
|
3529
|
+
"type": "keyword",
|
|
3530
|
+
"value": "null"
|
|
3487
3531
|
}
|
|
3488
3532
|
]
|
|
3489
3533
|
},
|
|
3534
|
+
"optional": true,
|
|
3490
3535
|
"computed": false
|
|
3491
|
-
}
|
|
3492
|
-
],
|
|
3493
|
-
"extends": [
|
|
3494
|
-
{
|
|
3495
|
-
"type": "expressionWithTypeArguments",
|
|
3496
|
-
"expression": {
|
|
3497
|
-
"type": "identifier",
|
|
3498
|
-
"name": "ActivityBase"
|
|
3499
|
-
}
|
|
3500
|
-
}
|
|
3501
|
-
]
|
|
3502
|
-
},
|
|
3503
|
-
{
|
|
3504
|
-
"type": "interface",
|
|
3505
|
-
"name": "ActivityOfAddComment",
|
|
3506
|
-
"body": [
|
|
3536
|
+
},
|
|
3507
3537
|
{
|
|
3508
3538
|
"type": "propertySignature",
|
|
3509
3539
|
"key": {
|
|
3510
3540
|
"type": "identifier",
|
|
3511
|
-
"name": "
|
|
3541
|
+
"name": "aiEmployeeId"
|
|
3512
3542
|
},
|
|
3513
3543
|
"annotation": {
|
|
3514
|
-
"type": "
|
|
3515
|
-
"
|
|
3544
|
+
"type": "union",
|
|
3545
|
+
"types": [
|
|
3546
|
+
{
|
|
3547
|
+
"type": "keyword",
|
|
3548
|
+
"value": "string"
|
|
3549
|
+
},
|
|
3550
|
+
{
|
|
3551
|
+
"type": "keyword",
|
|
3552
|
+
"value": "null"
|
|
3553
|
+
}
|
|
3554
|
+
]
|
|
3516
3555
|
},
|
|
3556
|
+
"optional": true,
|
|
3517
3557
|
"computed": false
|
|
3518
|
-
}
|
|
3558
|
+
}
|
|
3559
|
+
]
|
|
3560
|
+
},
|
|
3561
|
+
{
|
|
3562
|
+
"type": "interface",
|
|
3563
|
+
"name": "UploadFileInfo",
|
|
3564
|
+
"body": [
|
|
3519
3565
|
{
|
|
3520
3566
|
"type": "propertySignature",
|
|
3521
3567
|
"key": {
|
|
3522
3568
|
"type": "identifier",
|
|
3523
|
-
"name": "
|
|
3569
|
+
"name": "fileId"
|
|
3524
3570
|
},
|
|
3525
3571
|
"annotation": {
|
|
3526
|
-
"type": "
|
|
3527
|
-
"
|
|
3528
|
-
{
|
|
3529
|
-
"type": "propertySignature",
|
|
3530
|
-
"key": {
|
|
3531
|
-
"type": "identifier",
|
|
3532
|
-
"name": "comment_content"
|
|
3533
|
-
},
|
|
3534
|
-
"annotation": {
|
|
3535
|
-
"type": "keyword",
|
|
3536
|
-
"value": "string"
|
|
3537
|
-
},
|
|
3538
|
-
"computed": false
|
|
3539
|
-
}
|
|
3540
|
-
]
|
|
3572
|
+
"type": "keyword",
|
|
3573
|
+
"value": "string"
|
|
3541
3574
|
},
|
|
3542
3575
|
"computed": false
|
|
3543
3576
|
}
|
|
3544
|
-
],
|
|
3545
|
-
"extends": [
|
|
3546
|
-
{
|
|
3547
|
-
"type": "expressionWithTypeArguments",
|
|
3548
|
-
"expression": {
|
|
3549
|
-
"type": "identifier",
|
|
3550
|
-
"name": "ActivityBase"
|
|
3551
|
-
}
|
|
3552
|
-
}
|
|
3553
3577
|
]
|
|
3554
3578
|
},
|
|
3579
|
+
{
|
|
3580
|
+
"type": "typeAlias",
|
|
3581
|
+
"name": "CommandPayload",
|
|
3582
|
+
"annotation": {
|
|
3583
|
+
"type": "reference",
|
|
3584
|
+
"typeName": {
|
|
3585
|
+
"type": "identifier",
|
|
3586
|
+
"name": "CommandPayloadServiceFlowStarting"
|
|
3587
|
+
}
|
|
3588
|
+
}
|
|
3589
|
+
},
|
|
3555
3590
|
{
|
|
3556
3591
|
"type": "interface",
|
|
3557
|
-
"name": "
|
|
3592
|
+
"name": "CommandPayloadServiceFlowStarting",
|
|
3558
3593
|
"body": [
|
|
3559
3594
|
{
|
|
3560
3595
|
"type": "propertySignature",
|
|
3561
3596
|
"key": {
|
|
3562
3597
|
"type": "identifier",
|
|
3563
|
-
"name": "
|
|
3598
|
+
"name": "type"
|
|
3564
3599
|
},
|
|
3565
3600
|
"annotation": {
|
|
3566
3601
|
"type": "jsLiteral",
|
|
3567
|
-
"value": "
|
|
3602
|
+
"value": "serviceFlowStarting"
|
|
3568
3603
|
},
|
|
3569
3604
|
"computed": false
|
|
3570
3605
|
},
|
|
@@ -3572,7 +3607,7 @@
|
|
|
3572
3607
|
"type": "propertySignature",
|
|
3573
3608
|
"key": {
|
|
3574
3609
|
"type": "identifier",
|
|
3575
|
-
"name": "
|
|
3610
|
+
"name": "serviceFlowStarting"
|
|
3576
3611
|
},
|
|
3577
3612
|
"annotation": {
|
|
3578
3613
|
"type": "typeLiteral",
|
|
@@ -3581,31 +3616,45 @@
|
|
|
3581
3616
|
"type": "propertySignature",
|
|
3582
3617
|
"key": {
|
|
3583
3618
|
"type": "identifier",
|
|
3584
|
-
"name": "
|
|
3619
|
+
"name": "spaceInstanceId"
|
|
3620
|
+
},
|
|
3621
|
+
"annotation": {
|
|
3622
|
+
"type": "keyword",
|
|
3623
|
+
"value": "string"
|
|
3624
|
+
},
|
|
3625
|
+
"computed": false
|
|
3626
|
+
},
|
|
3627
|
+
{
|
|
3628
|
+
"type": "propertySignature",
|
|
3629
|
+
"key": {
|
|
3630
|
+
"type": "identifier",
|
|
3631
|
+
"name": "spaceName"
|
|
3585
3632
|
},
|
|
3586
3633
|
"annotation": {
|
|
3587
3634
|
"type": "keyword",
|
|
3588
3635
|
"value": "string"
|
|
3589
3636
|
},
|
|
3637
|
+
"optional": true,
|
|
3590
3638
|
"computed": false
|
|
3591
3639
|
},
|
|
3592
3640
|
{
|
|
3593
3641
|
"type": "propertySignature",
|
|
3594
3642
|
"key": {
|
|
3595
3643
|
"type": "identifier",
|
|
3596
|
-
"name": "
|
|
3644
|
+
"name": "flowInstanceId"
|
|
3597
3645
|
},
|
|
3598
3646
|
"annotation": {
|
|
3599
3647
|
"type": "keyword",
|
|
3600
3648
|
"value": "string"
|
|
3601
3649
|
},
|
|
3650
|
+
"optional": true,
|
|
3602
3651
|
"computed": false
|
|
3603
3652
|
},
|
|
3604
3653
|
{
|
|
3605
3654
|
"type": "propertySignature",
|
|
3606
3655
|
"key": {
|
|
3607
3656
|
"type": "identifier",
|
|
3608
|
-
"name": "
|
|
3657
|
+
"name": "flowName"
|
|
3609
3658
|
},
|
|
3610
3659
|
"annotation": {
|
|
3611
3660
|
"type": "keyword",
|
|
@@ -3618,15 +3667,6 @@
|
|
|
3618
3667
|
},
|
|
3619
3668
|
"computed": false
|
|
3620
3669
|
}
|
|
3621
|
-
],
|
|
3622
|
-
"extends": [
|
|
3623
|
-
{
|
|
3624
|
-
"type": "expressionWithTypeArguments",
|
|
3625
|
-
"expression": {
|
|
3626
|
-
"type": "identifier",
|
|
3627
|
-
"name": "ActivityBase"
|
|
3628
|
-
}
|
|
3629
|
-
}
|
|
3630
3670
|
]
|
|
3631
3671
|
}
|
|
3632
3672
|
]
|
|
@@ -5020,175 +5060,131 @@
|
|
|
5020
5060
|
}
|
|
5021
5061
|
]
|
|
5022
5062
|
},
|
|
5023
|
-
"ai-portal.
|
|
5063
|
+
"ai-portal.goal-card-list": {
|
|
5024
5064
|
"properties": [
|
|
5025
5065
|
{
|
|
5026
|
-
"name": "
|
|
5027
|
-
"annotation": {
|
|
5028
|
-
"type": "keyword",
|
|
5029
|
-
"value": "boolean"
|
|
5030
|
-
}
|
|
5031
|
-
},
|
|
5032
|
-
{
|
|
5033
|
-
"name": "placeholder",
|
|
5034
|
-
"annotation": {
|
|
5035
|
-
"type": "keyword",
|
|
5036
|
-
"value": "string"
|
|
5037
|
-
}
|
|
5038
|
-
},
|
|
5039
|
-
{
|
|
5040
|
-
"name": "autoFocus",
|
|
5041
|
-
"annotation": {
|
|
5042
|
-
"type": "keyword",
|
|
5043
|
-
"value": "boolean"
|
|
5044
|
-
}
|
|
5045
|
-
},
|
|
5046
|
-
{
|
|
5047
|
-
"name": "aiEmployees",
|
|
5066
|
+
"name": "goalList",
|
|
5048
5067
|
"annotation": {
|
|
5049
5068
|
"type": "array",
|
|
5050
5069
|
"elementType": {
|
|
5051
5070
|
"type": "reference",
|
|
5052
5071
|
"typeName": {
|
|
5053
5072
|
"type": "identifier",
|
|
5054
|
-
"name": "
|
|
5073
|
+
"name": "GoalItem"
|
|
5055
5074
|
}
|
|
5056
5075
|
}
|
|
5057
5076
|
}
|
|
5058
5077
|
},
|
|
5059
5078
|
{
|
|
5060
|
-
"name": "
|
|
5079
|
+
"name": "cardStyle",
|
|
5061
5080
|
"annotation": {
|
|
5062
|
-
"type": "
|
|
5063
|
-
"
|
|
5064
|
-
"type": "
|
|
5065
|
-
"
|
|
5081
|
+
"type": "reference",
|
|
5082
|
+
"typeName": {
|
|
5083
|
+
"type": "qualifiedName",
|
|
5084
|
+
"left": {
|
|
5066
5085
|
"type": "identifier",
|
|
5067
|
-
"name": "
|
|
5086
|
+
"name": "React"
|
|
5087
|
+
},
|
|
5088
|
+
"right": {
|
|
5089
|
+
"type": "identifier",
|
|
5090
|
+
"name": "CSSProperties"
|
|
5068
5091
|
}
|
|
5069
5092
|
}
|
|
5070
5093
|
}
|
|
5071
5094
|
},
|
|
5072
5095
|
{
|
|
5073
|
-
"name": "
|
|
5096
|
+
"name": "activeKey",
|
|
5074
5097
|
"annotation": {
|
|
5075
|
-
"type": "
|
|
5076
|
-
"
|
|
5077
|
-
"type": "identifier",
|
|
5078
|
-
"name": "UploadOptions"
|
|
5079
|
-
}
|
|
5098
|
+
"type": "keyword",
|
|
5099
|
+
"value": "string"
|
|
5080
5100
|
}
|
|
5081
5101
|
}
|
|
5082
5102
|
],
|
|
5083
5103
|
"events": [
|
|
5084
5104
|
{
|
|
5085
|
-
"name": "
|
|
5105
|
+
"name": "item.click",
|
|
5086
5106
|
"detail": {
|
|
5087
5107
|
"annotation": {
|
|
5088
|
-
"type": "
|
|
5089
|
-
"
|
|
5108
|
+
"type": "reference",
|
|
5109
|
+
"typeName": {
|
|
5110
|
+
"type": "identifier",
|
|
5111
|
+
"name": "GoalItem"
|
|
5112
|
+
}
|
|
5090
5113
|
}
|
|
5091
5114
|
}
|
|
5092
5115
|
},
|
|
5093
5116
|
{
|
|
5094
|
-
"name": "
|
|
5117
|
+
"name": "item.status.change",
|
|
5095
5118
|
"detail": {
|
|
5096
5119
|
"annotation": {
|
|
5097
5120
|
"type": "reference",
|
|
5098
5121
|
"typeName": {
|
|
5099
5122
|
"type": "identifier",
|
|
5100
|
-
"name": "
|
|
5123
|
+
"name": "GoalItem"
|
|
5101
5124
|
}
|
|
5102
5125
|
}
|
|
5103
5126
|
}
|
|
5104
5127
|
},
|
|
5105
5128
|
{
|
|
5106
|
-
"name": "
|
|
5129
|
+
"name": "item.title.change",
|
|
5107
5130
|
"detail": {
|
|
5108
5131
|
"annotation": {
|
|
5109
|
-
"type": "
|
|
5110
|
-
"
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5132
|
+
"type": "reference",
|
|
5133
|
+
"typeName": {
|
|
5134
|
+
"type": "identifier",
|
|
5135
|
+
"name": "GoalItem"
|
|
5136
|
+
}
|
|
5137
|
+
}
|
|
5138
|
+
}
|
|
5139
|
+
},
|
|
5140
|
+
{
|
|
5141
|
+
"name": "item.new.chat",
|
|
5142
|
+
"detail": {
|
|
5143
|
+
"annotation": {
|
|
5144
|
+
"type": "reference",
|
|
5145
|
+
"typeName": {
|
|
5146
|
+
"type": "identifier",
|
|
5147
|
+
"name": "GoalItem"
|
|
5148
|
+
}
|
|
5123
5149
|
}
|
|
5124
5150
|
}
|
|
5125
5151
|
}
|
|
5126
5152
|
],
|
|
5127
5153
|
"methods": [
|
|
5128
5154
|
{
|
|
5129
|
-
"name": "
|
|
5155
|
+
"name": "appendChildDone",
|
|
5130
5156
|
"params": [
|
|
5131
5157
|
{
|
|
5132
|
-
"name": "
|
|
5158
|
+
"name": "pendingId",
|
|
5133
5159
|
"annotation": {
|
|
5134
5160
|
"type": "keyword",
|
|
5135
5161
|
"value": "string"
|
|
5136
5162
|
}
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"name": "newItem",
|
|
5166
|
+
"annotation": {
|
|
5167
|
+
"type": "reference",
|
|
5168
|
+
"typeName": {
|
|
5169
|
+
"type": "identifier",
|
|
5170
|
+
"name": "GoalItem"
|
|
5171
|
+
}
|
|
5172
|
+
}
|
|
5137
5173
|
}
|
|
5138
5174
|
],
|
|
5139
5175
|
"returns": {}
|
|
5140
|
-
},
|
|
5141
|
-
{
|
|
5142
|
-
"name": "getValue",
|
|
5143
|
-
"params": [],
|
|
5144
|
-
"returns": {}
|
|
5145
|
-
},
|
|
5146
|
-
{
|
|
5147
|
-
"name": "focusOnInput",
|
|
5148
|
-
"params": [],
|
|
5149
|
-
"returns": {}
|
|
5150
5176
|
}
|
|
5151
5177
|
],
|
|
5152
5178
|
"types": [
|
|
5153
5179
|
{
|
|
5154
5180
|
"type": "interface",
|
|
5155
|
-
"name": "
|
|
5156
|
-
"body": [
|
|
5157
|
-
{
|
|
5158
|
-
"type": "propertySignature",
|
|
5159
|
-
"key": {
|
|
5160
|
-
"type": "identifier",
|
|
5161
|
-
"name": "employeeId"
|
|
5162
|
-
},
|
|
5163
|
-
"annotation": {
|
|
5164
|
-
"type": "keyword",
|
|
5165
|
-
"value": "string"
|
|
5166
|
-
},
|
|
5167
|
-
"computed": false
|
|
5168
|
-
},
|
|
5169
|
-
{
|
|
5170
|
-
"type": "propertySignature",
|
|
5171
|
-
"key": {
|
|
5172
|
-
"type": "identifier",
|
|
5173
|
-
"name": "name"
|
|
5174
|
-
},
|
|
5175
|
-
"annotation": {
|
|
5176
|
-
"type": "keyword",
|
|
5177
|
-
"value": "string"
|
|
5178
|
-
},
|
|
5179
|
-
"computed": false
|
|
5180
|
-
}
|
|
5181
|
-
]
|
|
5182
|
-
},
|
|
5183
|
-
{
|
|
5184
|
-
"type": "interface",
|
|
5185
|
-
"name": "Command",
|
|
5181
|
+
"name": "GoalItem",
|
|
5186
5182
|
"body": [
|
|
5187
5183
|
{
|
|
5188
5184
|
"type": "propertySignature",
|
|
5189
5185
|
"key": {
|
|
5190
5186
|
"type": "identifier",
|
|
5191
|
-
"name": "
|
|
5187
|
+
"name": "title"
|
|
5192
5188
|
},
|
|
5193
5189
|
"annotation": {
|
|
5194
5190
|
"type": "keyword",
|
|
@@ -5200,30 +5196,12 @@
|
|
|
5200
5196
|
"type": "propertySignature",
|
|
5201
5197
|
"key": {
|
|
5202
5198
|
"type": "identifier",
|
|
5203
|
-
"name": "
|
|
5199
|
+
"name": "description"
|
|
5204
5200
|
},
|
|
5205
5201
|
"annotation": {
|
|
5206
5202
|
"type": "keyword",
|
|
5207
5203
|
"value": "string"
|
|
5208
5204
|
},
|
|
5209
|
-
"computed": false
|
|
5210
|
-
},
|
|
5211
|
-
{
|
|
5212
|
-
"type": "propertySignature",
|
|
5213
|
-
"key": {
|
|
5214
|
-
"type": "identifier",
|
|
5215
|
-
"name": "options"
|
|
5216
|
-
},
|
|
5217
|
-
"annotation": {
|
|
5218
|
-
"type": "array",
|
|
5219
|
-
"elementType": {
|
|
5220
|
-
"type": "reference",
|
|
5221
|
-
"typeName": {
|
|
5222
|
-
"type": "identifier",
|
|
5223
|
-
"name": "Command"
|
|
5224
|
-
}
|
|
5225
|
-
}
|
|
5226
|
-
},
|
|
5227
5205
|
"optional": true,
|
|
5228
5206
|
"computed": false
|
|
5229
5207
|
},
|
|
@@ -5231,59 +5209,38 @@
|
|
|
5231
5209
|
"type": "propertySignature",
|
|
5232
5210
|
"key": {
|
|
5233
5211
|
"type": "identifier",
|
|
5234
|
-
"name": "
|
|
5212
|
+
"name": "state"
|
|
5235
5213
|
},
|
|
5236
5214
|
"annotation": {
|
|
5237
5215
|
"type": "reference",
|
|
5238
5216
|
"typeName": {
|
|
5239
5217
|
"type": "identifier",
|
|
5240
|
-
"name": "
|
|
5218
|
+
"name": "GoalState"
|
|
5241
5219
|
}
|
|
5242
5220
|
},
|
|
5243
|
-
"optional": true,
|
|
5244
|
-
"computed": false
|
|
5245
|
-
}
|
|
5246
|
-
]
|
|
5247
|
-
},
|
|
5248
|
-
{
|
|
5249
|
-
"type": "interface",
|
|
5250
|
-
"name": "UploadOptions",
|
|
5251
|
-
"body": [
|
|
5252
|
-
{
|
|
5253
|
-
"type": "propertySignature",
|
|
5254
|
-
"key": {
|
|
5255
|
-
"type": "identifier",
|
|
5256
|
-
"name": "enabled"
|
|
5257
|
-
},
|
|
5258
|
-
"annotation": {
|
|
5259
|
-
"type": "keyword",
|
|
5260
|
-
"value": "boolean"
|
|
5261
|
-
},
|
|
5262
|
-
"optional": true,
|
|
5263
5221
|
"computed": false
|
|
5264
5222
|
},
|
|
5265
5223
|
{
|
|
5266
5224
|
"type": "propertySignature",
|
|
5267
5225
|
"key": {
|
|
5268
5226
|
"type": "identifier",
|
|
5269
|
-
"name": "
|
|
5227
|
+
"name": "id"
|
|
5270
5228
|
},
|
|
5271
5229
|
"annotation": {
|
|
5272
5230
|
"type": "keyword",
|
|
5273
|
-
"value": "
|
|
5231
|
+
"value": "number"
|
|
5274
5232
|
},
|
|
5275
|
-
"optional": true,
|
|
5276
5233
|
"computed": false
|
|
5277
5234
|
},
|
|
5278
5235
|
{
|
|
5279
5236
|
"type": "propertySignature",
|
|
5280
5237
|
"key": {
|
|
5281
5238
|
"type": "identifier",
|
|
5282
|
-
"name": "
|
|
5239
|
+
"name": "conversations"
|
|
5283
5240
|
},
|
|
5284
5241
|
"annotation": {
|
|
5285
5242
|
"type": "keyword",
|
|
5286
|
-
"value": "
|
|
5243
|
+
"value": "number"
|
|
5287
5244
|
},
|
|
5288
5245
|
"optional": true,
|
|
5289
5246
|
"computed": false
|
|
@@ -5292,11 +5249,14 @@
|
|
|
5292
5249
|
"type": "propertySignature",
|
|
5293
5250
|
"key": {
|
|
5294
5251
|
"type": "identifier",
|
|
5295
|
-
"name": "
|
|
5252
|
+
"name": "owner"
|
|
5296
5253
|
},
|
|
5297
5254
|
"annotation": {
|
|
5298
|
-
"type": "
|
|
5299
|
-
"
|
|
5255
|
+
"type": "reference",
|
|
5256
|
+
"typeName": {
|
|
5257
|
+
"type": "identifier",
|
|
5258
|
+
"name": "GoalMember"
|
|
5259
|
+
}
|
|
5300
5260
|
},
|
|
5301
5261
|
"optional": true,
|
|
5302
5262
|
"computed": false
|
|
@@ -5305,88 +5265,54 @@
|
|
|
5305
5265
|
"type": "propertySignature",
|
|
5306
5266
|
"key": {
|
|
5307
5267
|
"type": "identifier",
|
|
5308
|
-
"name": "
|
|
5268
|
+
"name": "users"
|
|
5309
5269
|
},
|
|
5310
5270
|
"annotation": {
|
|
5311
|
-
"type": "
|
|
5312
|
-
"
|
|
5271
|
+
"type": "array",
|
|
5272
|
+
"elementType": {
|
|
5273
|
+
"type": "reference",
|
|
5274
|
+
"typeName": {
|
|
5275
|
+
"type": "identifier",
|
|
5276
|
+
"name": "GoalMember"
|
|
5277
|
+
}
|
|
5278
|
+
}
|
|
5313
5279
|
},
|
|
5314
5280
|
"optional": true,
|
|
5315
5281
|
"computed": false
|
|
5316
|
-
}
|
|
5317
|
-
]
|
|
5318
|
-
},
|
|
5319
|
-
{
|
|
5320
|
-
"type": "interface",
|
|
5321
|
-
"name": "ChatPayload",
|
|
5322
|
-
"body": [
|
|
5282
|
+
},
|
|
5323
5283
|
{
|
|
5324
5284
|
"type": "propertySignature",
|
|
5325
5285
|
"key": {
|
|
5326
5286
|
"type": "identifier",
|
|
5327
|
-
"name": "
|
|
5287
|
+
"name": "instanceId"
|
|
5328
5288
|
},
|
|
5329
5289
|
"annotation": {
|
|
5330
5290
|
"type": "keyword",
|
|
5331
5291
|
"value": "string"
|
|
5332
5292
|
},
|
|
5333
5293
|
"computed": false
|
|
5334
|
-
}
|
|
5335
|
-
],
|
|
5336
|
-
"extends": [
|
|
5337
|
-
{
|
|
5338
|
-
"type": "expressionWithTypeArguments",
|
|
5339
|
-
"expression": {
|
|
5340
|
-
"type": "identifier",
|
|
5341
|
-
"name": "ExtraChatPayload"
|
|
5342
|
-
}
|
|
5343
|
-
}
|
|
5344
|
-
]
|
|
5345
|
-
},
|
|
5346
|
-
{
|
|
5347
|
-
"type": "interface",
|
|
5348
|
-
"name": "ExtraChatPayload",
|
|
5349
|
-
"body": [
|
|
5294
|
+
},
|
|
5350
5295
|
{
|
|
5351
5296
|
"type": "propertySignature",
|
|
5352
5297
|
"key": {
|
|
5353
5298
|
"type": "identifier",
|
|
5354
|
-
"name": "
|
|
5299
|
+
"name": "level"
|
|
5355
5300
|
},
|
|
5356
5301
|
"annotation": {
|
|
5357
|
-
"type": "
|
|
5358
|
-
"
|
|
5359
|
-
"type": "reference",
|
|
5360
|
-
"typeName": {
|
|
5361
|
-
"type": "identifier",
|
|
5362
|
-
"name": "UploadFileInfo"
|
|
5363
|
-
}
|
|
5364
|
-
}
|
|
5302
|
+
"type": "keyword",
|
|
5303
|
+
"value": "number"
|
|
5365
5304
|
},
|
|
5366
|
-
"optional": true,
|
|
5367
5305
|
"computed": false
|
|
5368
5306
|
},
|
|
5369
5307
|
{
|
|
5370
5308
|
"type": "propertySignature",
|
|
5371
5309
|
"key": {
|
|
5372
5310
|
"type": "identifier",
|
|
5373
|
-
"name": "
|
|
5311
|
+
"name": "pending"
|
|
5374
5312
|
},
|
|
5375
5313
|
"annotation": {
|
|
5376
|
-
"type": "
|
|
5377
|
-
"
|
|
5378
|
-
{
|
|
5379
|
-
"type": "reference",
|
|
5380
|
-
"typeName": {
|
|
5381
|
-
"type": "identifier",
|
|
5382
|
-
"name": "CommandPayload"
|
|
5383
|
-
}
|
|
5384
|
-
},
|
|
5385
|
-
{
|
|
5386
|
-
"type": "keyword",
|
|
5387
|
-
"value": "null"
|
|
5388
|
-
}
|
|
5389
|
-
]
|
|
5314
|
+
"type": "keyword",
|
|
5315
|
+
"value": "boolean"
|
|
5390
5316
|
},
|
|
5391
5317
|
"optional": true,
|
|
5392
5318
|
"computed": false
|
|
@@ -5395,35 +5321,47 @@
|
|
|
5395
5321
|
"type": "propertySignature",
|
|
5396
5322
|
"key": {
|
|
5397
5323
|
"type": "identifier",
|
|
5398
|
-
"name": "
|
|
5324
|
+
"name": "pendingParentId"
|
|
5399
5325
|
},
|
|
5400
5326
|
"annotation": {
|
|
5401
|
-
"type": "
|
|
5402
|
-
"
|
|
5403
|
-
{
|
|
5404
|
-
"type": "keyword",
|
|
5405
|
-
"value": "string"
|
|
5406
|
-
},
|
|
5407
|
-
{
|
|
5408
|
-
"type": "keyword",
|
|
5409
|
-
"value": "null"
|
|
5410
|
-
}
|
|
5411
|
-
]
|
|
5327
|
+
"type": "keyword",
|
|
5328
|
+
"value": "string"
|
|
5412
5329
|
},
|
|
5413
5330
|
"optional": true,
|
|
5414
5331
|
"computed": false
|
|
5415
5332
|
}
|
|
5416
5333
|
]
|
|
5417
5334
|
},
|
|
5335
|
+
{
|
|
5336
|
+
"type": "typeAlias",
|
|
5337
|
+
"name": "GoalState",
|
|
5338
|
+
"annotation": {
|
|
5339
|
+
"type": "union",
|
|
5340
|
+
"types": [
|
|
5341
|
+
{
|
|
5342
|
+
"type": "jsLiteral",
|
|
5343
|
+
"value": "ready"
|
|
5344
|
+
},
|
|
5345
|
+
{
|
|
5346
|
+
"type": "jsLiteral",
|
|
5347
|
+
"value": "working"
|
|
5348
|
+
},
|
|
5349
|
+
{
|
|
5350
|
+
"type": "jsLiteral",
|
|
5351
|
+
"value": "completed"
|
|
5352
|
+
}
|
|
5353
|
+
]
|
|
5354
|
+
}
|
|
5355
|
+
},
|
|
5418
5356
|
{
|
|
5419
5357
|
"type": "interface",
|
|
5420
|
-
"name": "
|
|
5358
|
+
"name": "GoalMember",
|
|
5421
5359
|
"body": [
|
|
5422
5360
|
{
|
|
5423
5361
|
"type": "propertySignature",
|
|
5424
5362
|
"key": {
|
|
5425
5363
|
"type": "identifier",
|
|
5426
|
-
"name": "
|
|
5364
|
+
"name": "instanceId"
|
|
5427
5365
|
},
|
|
5428
5366
|
"annotation": {
|
|
5429
5367
|
"type": "keyword",
|
|
@@ -5435,131 +5373,187 @@
|
|
|
5435
5373
|
}
|
|
5436
5374
|
]
|
|
5437
5375
|
},
|
|
5438
|
-
"ai-portal.
|
|
5376
|
+
"ai-portal.chat-box": {
|
|
5439
5377
|
"properties": [
|
|
5440
5378
|
{
|
|
5441
|
-
"name": "
|
|
5379
|
+
"name": "disabled",
|
|
5380
|
+
"annotation": {
|
|
5381
|
+
"type": "keyword",
|
|
5382
|
+
"value": "boolean"
|
|
5383
|
+
}
|
|
5384
|
+
},
|
|
5385
|
+
{
|
|
5386
|
+
"name": "placeholder",
|
|
5387
|
+
"annotation": {
|
|
5388
|
+
"type": "keyword",
|
|
5389
|
+
"value": "string"
|
|
5390
|
+
}
|
|
5391
|
+
},
|
|
5392
|
+
{
|
|
5393
|
+
"name": "autoFocus",
|
|
5394
|
+
"annotation": {
|
|
5395
|
+
"type": "keyword",
|
|
5396
|
+
"value": "boolean"
|
|
5397
|
+
}
|
|
5398
|
+
},
|
|
5399
|
+
{
|
|
5400
|
+
"name": "aiEmployees",
|
|
5442
5401
|
"annotation": {
|
|
5443
5402
|
"type": "array",
|
|
5444
5403
|
"elementType": {
|
|
5445
5404
|
"type": "reference",
|
|
5446
5405
|
"typeName": {
|
|
5447
5406
|
"type": "identifier",
|
|
5448
|
-
"name": "
|
|
5407
|
+
"name": "AIEmployee"
|
|
5449
5408
|
}
|
|
5450
5409
|
}
|
|
5451
5410
|
}
|
|
5452
5411
|
},
|
|
5453
5412
|
{
|
|
5454
|
-
"name": "
|
|
5413
|
+
"name": "commands",
|
|
5455
5414
|
"annotation": {
|
|
5456
|
-
"type": "
|
|
5457
|
-
"
|
|
5458
|
-
"type": "
|
|
5459
|
-
"
|
|
5460
|
-
"type": "identifier",
|
|
5461
|
-
"name": "React"
|
|
5462
|
-
},
|
|
5463
|
-
"right": {
|
|
5415
|
+
"type": "array",
|
|
5416
|
+
"elementType": {
|
|
5417
|
+
"type": "reference",
|
|
5418
|
+
"typeName": {
|
|
5464
5419
|
"type": "identifier",
|
|
5465
|
-
"name": "
|
|
5420
|
+
"name": "Command"
|
|
5466
5421
|
}
|
|
5467
5422
|
}
|
|
5468
5423
|
}
|
|
5469
5424
|
},
|
|
5470
5425
|
{
|
|
5471
|
-
"name": "
|
|
5426
|
+
"name": "uploadOptions",
|
|
5472
5427
|
"annotation": {
|
|
5473
|
-
"type": "
|
|
5474
|
-
"
|
|
5428
|
+
"type": "reference",
|
|
5429
|
+
"typeName": {
|
|
5430
|
+
"type": "identifier",
|
|
5431
|
+
"name": "UploadOptions"
|
|
5432
|
+
}
|
|
5475
5433
|
}
|
|
5476
5434
|
}
|
|
5477
5435
|
],
|
|
5478
5436
|
"events": [
|
|
5479
5437
|
{
|
|
5480
|
-
"name": "
|
|
5481
|
-
"detail": {
|
|
5482
|
-
"annotation": {
|
|
5483
|
-
"type": "reference",
|
|
5484
|
-
"typeName": {
|
|
5485
|
-
"type": "identifier",
|
|
5486
|
-
"name": "GoalItem"
|
|
5487
|
-
}
|
|
5488
|
-
}
|
|
5489
|
-
}
|
|
5490
|
-
},
|
|
5491
|
-
{
|
|
5492
|
-
"name": "item.status.change",
|
|
5438
|
+
"name": "message.submit",
|
|
5493
5439
|
"detail": {
|
|
5494
5440
|
"annotation": {
|
|
5495
|
-
"type": "
|
|
5496
|
-
"
|
|
5497
|
-
"type": "identifier",
|
|
5498
|
-
"name": "GoalItem"
|
|
5499
|
-
}
|
|
5441
|
+
"type": "keyword",
|
|
5442
|
+
"value": "string"
|
|
5500
5443
|
}
|
|
5501
5444
|
}
|
|
5502
5445
|
},
|
|
5503
5446
|
{
|
|
5504
|
-
"name": "
|
|
5447
|
+
"name": "chat.submit",
|
|
5505
5448
|
"detail": {
|
|
5506
5449
|
"annotation": {
|
|
5507
5450
|
"type": "reference",
|
|
5508
5451
|
"typeName": {
|
|
5509
5452
|
"type": "identifier",
|
|
5510
|
-
"name": "
|
|
5453
|
+
"name": "ChatPayload"
|
|
5511
5454
|
}
|
|
5512
5455
|
}
|
|
5513
5456
|
}
|
|
5514
5457
|
},
|
|
5515
5458
|
{
|
|
5516
|
-
"name": "
|
|
5459
|
+
"name": "command.select",
|
|
5517
5460
|
"detail": {
|
|
5518
5461
|
"annotation": {
|
|
5519
|
-
"type": "
|
|
5520
|
-
"
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5462
|
+
"type": "union",
|
|
5463
|
+
"types": [
|
|
5464
|
+
{
|
|
5465
|
+
"type": "reference",
|
|
5466
|
+
"typeName": {
|
|
5467
|
+
"type": "identifier",
|
|
5468
|
+
"name": "CommandPayload"
|
|
5469
|
+
}
|
|
5470
|
+
},
|
|
5471
|
+
{
|
|
5472
|
+
"type": "keyword",
|
|
5473
|
+
"value": "null"
|
|
5474
|
+
}
|
|
5475
|
+
]
|
|
5524
5476
|
}
|
|
5525
5477
|
}
|
|
5526
5478
|
}
|
|
5527
5479
|
],
|
|
5528
5480
|
"methods": [
|
|
5529
5481
|
{
|
|
5530
|
-
"name": "
|
|
5482
|
+
"name": "setValue",
|
|
5531
5483
|
"params": [
|
|
5532
5484
|
{
|
|
5533
|
-
"name": "
|
|
5485
|
+
"name": "value",
|
|
5534
5486
|
"annotation": {
|
|
5535
5487
|
"type": "keyword",
|
|
5536
5488
|
"value": "string"
|
|
5537
5489
|
}
|
|
5538
|
-
},
|
|
5539
|
-
{
|
|
5540
|
-
"name": "newItem",
|
|
5541
|
-
"annotation": {
|
|
5542
|
-
"type": "reference",
|
|
5543
|
-
"typeName": {
|
|
5544
|
-
"type": "identifier",
|
|
5545
|
-
"name": "GoalItem"
|
|
5546
|
-
}
|
|
5547
|
-
}
|
|
5548
5490
|
}
|
|
5549
5491
|
],
|
|
5550
5492
|
"returns": {}
|
|
5493
|
+
},
|
|
5494
|
+
{
|
|
5495
|
+
"name": "getValue",
|
|
5496
|
+
"params": [],
|
|
5497
|
+
"returns": {}
|
|
5498
|
+
},
|
|
5499
|
+
{
|
|
5500
|
+
"name": "focusOnInput",
|
|
5501
|
+
"params": [],
|
|
5502
|
+
"returns": {}
|
|
5551
5503
|
}
|
|
5552
5504
|
],
|
|
5553
5505
|
"types": [
|
|
5554
5506
|
{
|
|
5555
5507
|
"type": "interface",
|
|
5556
|
-
"name": "
|
|
5508
|
+
"name": "AIEmployee",
|
|
5509
|
+
"body": [
|
|
5510
|
+
{
|
|
5511
|
+
"type": "propertySignature",
|
|
5512
|
+
"key": {
|
|
5513
|
+
"type": "identifier",
|
|
5514
|
+
"name": "employeeId"
|
|
5515
|
+
},
|
|
5516
|
+
"annotation": {
|
|
5517
|
+
"type": "keyword",
|
|
5518
|
+
"value": "string"
|
|
5519
|
+
},
|
|
5520
|
+
"computed": false
|
|
5521
|
+
},
|
|
5522
|
+
{
|
|
5523
|
+
"type": "propertySignature",
|
|
5524
|
+
"key": {
|
|
5525
|
+
"type": "identifier",
|
|
5526
|
+
"name": "name"
|
|
5527
|
+
},
|
|
5528
|
+
"annotation": {
|
|
5529
|
+
"type": "keyword",
|
|
5530
|
+
"value": "string"
|
|
5531
|
+
},
|
|
5532
|
+
"computed": false
|
|
5533
|
+
}
|
|
5534
|
+
]
|
|
5535
|
+
},
|
|
5536
|
+
{
|
|
5537
|
+
"type": "interface",
|
|
5538
|
+
"name": "Command",
|
|
5557
5539
|
"body": [
|
|
5558
5540
|
{
|
|
5559
5541
|
"type": "propertySignature",
|
|
5560
5542
|
"key": {
|
|
5561
5543
|
"type": "identifier",
|
|
5562
|
-
"name": "
|
|
5544
|
+
"name": "label"
|
|
5545
|
+
},
|
|
5546
|
+
"annotation": {
|
|
5547
|
+
"type": "keyword",
|
|
5548
|
+
"value": "string"
|
|
5549
|
+
},
|
|
5550
|
+
"computed": false
|
|
5551
|
+
},
|
|
5552
|
+
{
|
|
5553
|
+
"type": "propertySignature",
|
|
5554
|
+
"key": {
|
|
5555
|
+
"type": "identifier",
|
|
5556
|
+
"name": "value"
|
|
5563
5557
|
},
|
|
5564
5558
|
"annotation": {
|
|
5565
5559
|
"type": "keyword",
|
|
@@ -5571,11 +5565,17 @@
|
|
|
5571
5565
|
"type": "propertySignature",
|
|
5572
5566
|
"key": {
|
|
5573
5567
|
"type": "identifier",
|
|
5574
|
-
"name": "
|
|
5568
|
+
"name": "options"
|
|
5575
5569
|
},
|
|
5576
5570
|
"annotation": {
|
|
5577
|
-
"type": "
|
|
5578
|
-
"
|
|
5571
|
+
"type": "array",
|
|
5572
|
+
"elementType": {
|
|
5573
|
+
"type": "reference",
|
|
5574
|
+
"typeName": {
|
|
5575
|
+
"type": "identifier",
|
|
5576
|
+
"name": "Command"
|
|
5577
|
+
}
|
|
5578
|
+
}
|
|
5579
5579
|
},
|
|
5580
5580
|
"optional": true,
|
|
5581
5581
|
"computed": false
|
|
@@ -5584,38 +5584,46 @@
|
|
|
5584
5584
|
"type": "propertySignature",
|
|
5585
5585
|
"key": {
|
|
5586
5586
|
"type": "identifier",
|
|
5587
|
-
"name": "
|
|
5587
|
+
"name": "payload"
|
|
5588
5588
|
},
|
|
5589
5589
|
"annotation": {
|
|
5590
5590
|
"type": "reference",
|
|
5591
5591
|
"typeName": {
|
|
5592
5592
|
"type": "identifier",
|
|
5593
|
-
"name": "
|
|
5593
|
+
"name": "CommandPayload"
|
|
5594
5594
|
}
|
|
5595
5595
|
},
|
|
5596
|
+
"optional": true,
|
|
5596
5597
|
"computed": false
|
|
5597
|
-
}
|
|
5598
|
+
}
|
|
5599
|
+
]
|
|
5600
|
+
},
|
|
5601
|
+
{
|
|
5602
|
+
"type": "interface",
|
|
5603
|
+
"name": "UploadOptions",
|
|
5604
|
+
"body": [
|
|
5598
5605
|
{
|
|
5599
5606
|
"type": "propertySignature",
|
|
5600
5607
|
"key": {
|
|
5601
5608
|
"type": "identifier",
|
|
5602
|
-
"name": "
|
|
5609
|
+
"name": "enabled"
|
|
5603
5610
|
},
|
|
5604
5611
|
"annotation": {
|
|
5605
5612
|
"type": "keyword",
|
|
5606
|
-
"value": "
|
|
5613
|
+
"value": "boolean"
|
|
5607
5614
|
},
|
|
5615
|
+
"optional": true,
|
|
5608
5616
|
"computed": false
|
|
5609
5617
|
},
|
|
5610
5618
|
{
|
|
5611
5619
|
"type": "propertySignature",
|
|
5612
5620
|
"key": {
|
|
5613
5621
|
"type": "identifier",
|
|
5614
|
-
"name": "
|
|
5622
|
+
"name": "dragDisabled"
|
|
5615
5623
|
},
|
|
5616
5624
|
"annotation": {
|
|
5617
5625
|
"type": "keyword",
|
|
5618
|
-
"value": "
|
|
5626
|
+
"value": "boolean"
|
|
5619
5627
|
},
|
|
5620
5628
|
"optional": true,
|
|
5621
5629
|
"computed": false
|
|
@@ -5624,14 +5632,11 @@
|
|
|
5624
5632
|
"type": "propertySignature",
|
|
5625
5633
|
"key": {
|
|
5626
5634
|
"type": "identifier",
|
|
5627
|
-
"name": "
|
|
5635
|
+
"name": "dragTips"
|
|
5628
5636
|
},
|
|
5629
5637
|
"annotation": {
|
|
5630
|
-
"type": "
|
|
5631
|
-
"
|
|
5632
|
-
"type": "identifier",
|
|
5633
|
-
"name": "GoalMember"
|
|
5634
|
-
}
|
|
5638
|
+
"type": "keyword",
|
|
5639
|
+
"value": "string"
|
|
5635
5640
|
},
|
|
5636
5641
|
"optional": true,
|
|
5637
5642
|
"computed": false
|
|
@@ -5640,17 +5645,11 @@
|
|
|
5640
5645
|
"type": "propertySignature",
|
|
5641
5646
|
"key": {
|
|
5642
5647
|
"type": "identifier",
|
|
5643
|
-
"name": "
|
|
5648
|
+
"name": "accept"
|
|
5644
5649
|
},
|
|
5645
5650
|
"annotation": {
|
|
5646
|
-
"type": "
|
|
5647
|
-
"
|
|
5648
|
-
"type": "reference",
|
|
5649
|
-
"typeName": {
|
|
5650
|
-
"type": "identifier",
|
|
5651
|
-
"name": "GoalMember"
|
|
5652
|
-
}
|
|
5653
|
-
}
|
|
5651
|
+
"type": "keyword",
|
|
5652
|
+
"value": "string"
|
|
5654
5653
|
},
|
|
5655
5654
|
"optional": true,
|
|
5656
5655
|
"computed": false
|
|
@@ -5659,35 +5658,38 @@
|
|
|
5659
5658
|
"type": "propertySignature",
|
|
5660
5659
|
"key": {
|
|
5661
5660
|
"type": "identifier",
|
|
5662
|
-
"name": "
|
|
5661
|
+
"name": "maxFiles"
|
|
5663
5662
|
},
|
|
5664
5663
|
"annotation": {
|
|
5665
5664
|
"type": "keyword",
|
|
5666
|
-
"value": "
|
|
5665
|
+
"value": "number"
|
|
5667
5666
|
},
|
|
5667
|
+
"optional": true,
|
|
5668
5668
|
"computed": false
|
|
5669
5669
|
},
|
|
5670
5670
|
{
|
|
5671
5671
|
"type": "propertySignature",
|
|
5672
5672
|
"key": {
|
|
5673
5673
|
"type": "identifier",
|
|
5674
|
-
"name": "
|
|
5674
|
+
"name": "maxSize"
|
|
5675
5675
|
},
|
|
5676
5676
|
"annotation": {
|
|
5677
5677
|
"type": "keyword",
|
|
5678
5678
|
"value": "number"
|
|
5679
5679
|
},
|
|
5680
|
-
"
|
|
5680
|
+
"optional": true,
|
|
5681
|
+
"computed": false,
|
|
5682
|
+
"description": "In bytes"
|
|
5681
5683
|
},
|
|
5682
5684
|
{
|
|
5683
5685
|
"type": "propertySignature",
|
|
5684
5686
|
"key": {
|
|
5685
5687
|
"type": "identifier",
|
|
5686
|
-
"name": "
|
|
5688
|
+
"name": "readableAccept"
|
|
5687
5689
|
},
|
|
5688
5690
|
"annotation": {
|
|
5689
5691
|
"type": "keyword",
|
|
5690
|
-
"value": "
|
|
5692
|
+
"value": "string"
|
|
5691
5693
|
},
|
|
5692
5694
|
"optional": true,
|
|
5693
5695
|
"computed": false
|
|
@@ -5696,7 +5698,7 @@
|
|
|
5696
5698
|
"type": "propertySignature",
|
|
5697
5699
|
"key": {
|
|
5698
5700
|
"type": "identifier",
|
|
5699
|
-
"name": "
|
|
5701
|
+
"name": "readableMaxSize"
|
|
5700
5702
|
},
|
|
5701
5703
|
"annotation": {
|
|
5702
5704
|
"type": "keyword",
|
|
@@ -5708,35 +5710,113 @@
|
|
|
5708
5710
|
]
|
|
5709
5711
|
},
|
|
5710
5712
|
{
|
|
5711
|
-
"type": "
|
|
5712
|
-
"name": "
|
|
5713
|
-
"
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
{
|
|
5717
|
-
"type": "
|
|
5718
|
-
"
|
|
5713
|
+
"type": "interface",
|
|
5714
|
+
"name": "ChatPayload",
|
|
5715
|
+
"body": [
|
|
5716
|
+
{
|
|
5717
|
+
"type": "propertySignature",
|
|
5718
|
+
"key": {
|
|
5719
|
+
"type": "identifier",
|
|
5720
|
+
"name": "content"
|
|
5719
5721
|
},
|
|
5720
|
-
{
|
|
5721
|
-
"type": "
|
|
5722
|
-
"value": "
|
|
5722
|
+
"annotation": {
|
|
5723
|
+
"type": "keyword",
|
|
5724
|
+
"value": "string"
|
|
5723
5725
|
},
|
|
5724
|
-
|
|
5725
|
-
|
|
5726
|
-
|
|
5726
|
+
"computed": false
|
|
5727
|
+
}
|
|
5728
|
+
],
|
|
5729
|
+
"extends": [
|
|
5730
|
+
{
|
|
5731
|
+
"type": "expressionWithTypeArguments",
|
|
5732
|
+
"expression": {
|
|
5733
|
+
"type": "identifier",
|
|
5734
|
+
"name": "ExtraChatPayload"
|
|
5727
5735
|
}
|
|
5728
|
-
|
|
5729
|
-
|
|
5736
|
+
}
|
|
5737
|
+
]
|
|
5730
5738
|
},
|
|
5731
5739
|
{
|
|
5732
5740
|
"type": "interface",
|
|
5733
|
-
"name": "
|
|
5741
|
+
"name": "ExtraChatPayload",
|
|
5734
5742
|
"body": [
|
|
5735
5743
|
{
|
|
5736
5744
|
"type": "propertySignature",
|
|
5737
5745
|
"key": {
|
|
5738
5746
|
"type": "identifier",
|
|
5739
|
-
"name": "
|
|
5747
|
+
"name": "files"
|
|
5748
|
+
},
|
|
5749
|
+
"annotation": {
|
|
5750
|
+
"type": "array",
|
|
5751
|
+
"elementType": {
|
|
5752
|
+
"type": "reference",
|
|
5753
|
+
"typeName": {
|
|
5754
|
+
"type": "identifier",
|
|
5755
|
+
"name": "UploadFileInfo"
|
|
5756
|
+
}
|
|
5757
|
+
}
|
|
5758
|
+
},
|
|
5759
|
+
"optional": true,
|
|
5760
|
+
"computed": false
|
|
5761
|
+
},
|
|
5762
|
+
{
|
|
5763
|
+
"type": "propertySignature",
|
|
5764
|
+
"key": {
|
|
5765
|
+
"type": "identifier",
|
|
5766
|
+
"name": "cmd"
|
|
5767
|
+
},
|
|
5768
|
+
"annotation": {
|
|
5769
|
+
"type": "union",
|
|
5770
|
+
"types": [
|
|
5771
|
+
{
|
|
5772
|
+
"type": "reference",
|
|
5773
|
+
"typeName": {
|
|
5774
|
+
"type": "identifier",
|
|
5775
|
+
"name": "CommandPayload"
|
|
5776
|
+
}
|
|
5777
|
+
},
|
|
5778
|
+
{
|
|
5779
|
+
"type": "keyword",
|
|
5780
|
+
"value": "null"
|
|
5781
|
+
}
|
|
5782
|
+
]
|
|
5783
|
+
},
|
|
5784
|
+
"optional": true,
|
|
5785
|
+
"computed": false
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
"type": "propertySignature",
|
|
5789
|
+
"key": {
|
|
5790
|
+
"type": "identifier",
|
|
5791
|
+
"name": "aiEmployeeId"
|
|
5792
|
+
},
|
|
5793
|
+
"annotation": {
|
|
5794
|
+
"type": "union",
|
|
5795
|
+
"types": [
|
|
5796
|
+
{
|
|
5797
|
+
"type": "keyword",
|
|
5798
|
+
"value": "string"
|
|
5799
|
+
},
|
|
5800
|
+
{
|
|
5801
|
+
"type": "keyword",
|
|
5802
|
+
"value": "null"
|
|
5803
|
+
}
|
|
5804
|
+
]
|
|
5805
|
+
},
|
|
5806
|
+
"optional": true,
|
|
5807
|
+
"computed": false
|
|
5808
|
+
}
|
|
5809
|
+
]
|
|
5810
|
+
},
|
|
5811
|
+
{
|
|
5812
|
+
"type": "interface",
|
|
5813
|
+
"name": "UploadFileInfo",
|
|
5814
|
+
"body": [
|
|
5815
|
+
{
|
|
5816
|
+
"type": "propertySignature",
|
|
5817
|
+
"key": {
|
|
5818
|
+
"type": "identifier",
|
|
5819
|
+
"name": "fileId"
|
|
5740
5820
|
},
|
|
5741
5821
|
"annotation": {
|
|
5742
5822
|
"type": "keyword",
|
|
@@ -6443,6 +6523,46 @@
|
|
|
6443
6523
|
},
|
|
6444
6524
|
"optional": true,
|
|
6445
6525
|
"computed": false
|
|
6526
|
+
},
|
|
6527
|
+
{
|
|
6528
|
+
"type": "propertySignature",
|
|
6529
|
+
"key": {
|
|
6530
|
+
"type": "identifier",
|
|
6531
|
+
"name": "maxSize"
|
|
6532
|
+
},
|
|
6533
|
+
"annotation": {
|
|
6534
|
+
"type": "keyword",
|
|
6535
|
+
"value": "number"
|
|
6536
|
+
},
|
|
6537
|
+
"optional": true,
|
|
6538
|
+
"computed": false,
|
|
6539
|
+
"description": "In bytes"
|
|
6540
|
+
},
|
|
6541
|
+
{
|
|
6542
|
+
"type": "propertySignature",
|
|
6543
|
+
"key": {
|
|
6544
|
+
"type": "identifier",
|
|
6545
|
+
"name": "readableAccept"
|
|
6546
|
+
},
|
|
6547
|
+
"annotation": {
|
|
6548
|
+
"type": "keyword",
|
|
6549
|
+
"value": "string"
|
|
6550
|
+
},
|
|
6551
|
+
"optional": true,
|
|
6552
|
+
"computed": false
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"type": "propertySignature",
|
|
6556
|
+
"key": {
|
|
6557
|
+
"type": "identifier",
|
|
6558
|
+
"name": "readableMaxSize"
|
|
6559
|
+
},
|
|
6560
|
+
"annotation": {
|
|
6561
|
+
"type": "keyword",
|
|
6562
|
+
"value": "string"
|
|
6563
|
+
},
|
|
6564
|
+
"optional": true,
|
|
6565
|
+
"computed": false
|
|
6446
6566
|
}
|
|
6447
6567
|
]
|
|
6448
6568
|
},
|
|
@@ -7195,6 +7315,46 @@
|
|
|
7195
7315
|
},
|
|
7196
7316
|
"optional": true,
|
|
7197
7317
|
"computed": false
|
|
7318
|
+
},
|
|
7319
|
+
{
|
|
7320
|
+
"type": "propertySignature",
|
|
7321
|
+
"key": {
|
|
7322
|
+
"type": "identifier",
|
|
7323
|
+
"name": "maxSize"
|
|
7324
|
+
},
|
|
7325
|
+
"annotation": {
|
|
7326
|
+
"type": "keyword",
|
|
7327
|
+
"value": "number"
|
|
7328
|
+
},
|
|
7329
|
+
"optional": true,
|
|
7330
|
+
"computed": false,
|
|
7331
|
+
"description": "In bytes"
|
|
7332
|
+
},
|
|
7333
|
+
{
|
|
7334
|
+
"type": "propertySignature",
|
|
7335
|
+
"key": {
|
|
7336
|
+
"type": "identifier",
|
|
7337
|
+
"name": "readableAccept"
|
|
7338
|
+
},
|
|
7339
|
+
"annotation": {
|
|
7340
|
+
"type": "keyword",
|
|
7341
|
+
"value": "string"
|
|
7342
|
+
},
|
|
7343
|
+
"optional": true,
|
|
7344
|
+
"computed": false
|
|
7345
|
+
},
|
|
7346
|
+
{
|
|
7347
|
+
"type": "propertySignature",
|
|
7348
|
+
"key": {
|
|
7349
|
+
"type": "identifier",
|
|
7350
|
+
"name": "readableMaxSize"
|
|
7351
|
+
},
|
|
7352
|
+
"annotation": {
|
|
7353
|
+
"type": "keyword",
|
|
7354
|
+
"value": "string"
|
|
7355
|
+
},
|
|
7356
|
+
"optional": true,
|
|
7357
|
+
"computed": false
|
|
7198
7358
|
}
|
|
7199
7359
|
]
|
|
7200
7360
|
},
|