@next-bricks/ai-portal 0.58.0 → 0.58.2

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.
Files changed (40) hide show
  1. package/dist/bricks.json +33 -33
  2. package/dist/chunks/1488.7acd87b5.js +2 -0
  3. package/dist/chunks/1488.7acd87b5.js.map +1 -0
  4. package/dist/chunks/2232.8b3d46e2.js +2 -0
  5. package/dist/chunks/2232.8b3d46e2.js.map +1 -0
  6. package/dist/chunks/{7041.d7408449.js → 7041.ff8d9ead.js} +2 -2
  7. package/dist/chunks/{7041.d7408449.js.map → 7041.ff8d9ead.js.map} +1 -1
  8. package/dist/chunks/7238.9abe2a64.js +3 -0
  9. package/dist/chunks/{3848.01a4987f.js.LICENSE.txt → 7238.9abe2a64.js.LICENSE.txt} +2 -0
  10. package/dist/chunks/7238.9abe2a64.js.map +1 -0
  11. package/dist/chunks/7586.b406d4bf.js +2 -0
  12. package/dist/chunks/7586.b406d4bf.js.map +1 -0
  13. package/dist/chunks/9496.9be62b7c.js +2 -0
  14. package/dist/chunks/9496.9be62b7c.js.map +1 -0
  15. package/dist/chunks/{main.703a0465.js → main.f26590db.js} +2 -2
  16. package/dist/chunks/{main.703a0465.js.map → main.f26590db.js.map} +1 -1
  17. package/dist/examples.json +23 -23
  18. package/dist/{index.7d751c21.js → index.734b36bb.js} +2 -2
  19. package/dist/{index.7d751c21.js.map → index.734b36bb.js.map} +1 -1
  20. package/dist/manifest.json +250 -250
  21. package/dist/types.json +1162 -1162
  22. package/dist-types/chat-stream/UserMessage/UserMessage.d.ts +2 -1
  23. package/dist-types/chat-stream/interfaces.d.ts +1 -0
  24. package/dist-types/cruise-canvas/NodeRequirement/NodeRequirement.d.ts +2 -1
  25. package/dist-types/cruise-canvas/interfaces.d.ts +1 -0
  26. package/dist-types/shared/ReadableCommand/ReadableCommand.d.ts +3 -2
  27. package/dist-types/shared/fetchEmployee.d.ts +3 -0
  28. package/dist-types/shared/fetchEmployee.spec.d.ts +1 -0
  29. package/package.json +2 -2
  30. package/dist/chunks/1488.89557180.js +0 -2
  31. package/dist/chunks/1488.89557180.js.map +0 -1
  32. package/dist/chunks/2232.75f1ab0f.js +0 -2
  33. package/dist/chunks/2232.75f1ab0f.js.map +0 -1
  34. package/dist/chunks/3848.01a4987f.js +0 -3
  35. package/dist/chunks/3848.01a4987f.js.map +0 -1
  36. package/dist/chunks/4002.68156a0e.js +0 -3
  37. package/dist/chunks/4002.68156a0e.js.LICENSE.txt +0 -1
  38. package/dist/chunks/4002.68156a0e.js.map +0 -1
  39. package/dist/chunks/9496.08074e2b.js +0 -2
  40. package/dist/chunks/9496.08074e2b.js.map +0 -1
package/dist/types.json CHANGED
@@ -1,17 +1,4 @@
1
1
  {
2
- "ai-portal.home-container": {
3
- "properties": [
4
- {
5
- "name": "sticky",
6
- "annotation": {
7
- "type": "keyword",
8
- "value": "boolean"
9
- }
10
- }
11
- ],
12
- "events": [],
13
- "methods": []
14
- },
15
2
  "ai-portal.stat-with-mini-chart": {
16
3
  "properties": [
17
4
  {
@@ -116,6 +103,19 @@
116
103
  "events": [],
117
104
  "methods": []
118
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
119
  "ai-portal.icon-button": {
120
120
  "properties": [
121
121
  {
@@ -194,6 +194,170 @@
194
194
  }
195
195
  ]
196
196
  },
197
+ "ai-portal.page-container": {
198
+ "properties": [
199
+ {
200
+ "name": "pageTitle",
201
+ "annotation": {
202
+ "type": "keyword",
203
+ "value": "string"
204
+ }
205
+ },
206
+ {
207
+ "name": "breadcrumbs",
208
+ "annotation": {
209
+ "type": "array",
210
+ "elementType": {
211
+ "type": "reference",
212
+ "typeName": {
213
+ "type": "identifier",
214
+ "name": "Breadcrumb"
215
+ }
216
+ }
217
+ }
218
+ },
219
+ {
220
+ "name": "size",
221
+ "annotation": {
222
+ "type": "union",
223
+ "types": [
224
+ {
225
+ "type": "jsLiteral",
226
+ "value": "medium"
227
+ },
228
+ {
229
+ "type": "jsLiteral",
230
+ "value": "small"
231
+ },
232
+ {
233
+ "type": "jsLiteral",
234
+ "value": "full"
235
+ }
236
+ ]
237
+ }
238
+ },
239
+ {
240
+ "name": "variant",
241
+ "annotation": {
242
+ "type": "union",
243
+ "types": [
244
+ {
245
+ "type": "jsLiteral",
246
+ "value": "default"
247
+ },
248
+ {
249
+ "type": "jsLiteral",
250
+ "value": "form"
251
+ }
252
+ ]
253
+ }
254
+ },
255
+ {
256
+ "name": "sticky",
257
+ "annotation": {
258
+ "type": "keyword",
259
+ "value": "boolean"
260
+ }
261
+ },
262
+ {
263
+ "name": "textContent",
264
+ "annotation": {
265
+ "type": "keyword",
266
+ "value": "string"
267
+ }
268
+ }
269
+ ],
270
+ "events": [],
271
+ "methods": [],
272
+ "types": [
273
+ {
274
+ "type": "interface",
275
+ "name": "Breadcrumb",
276
+ "body": [
277
+ {
278
+ "type": "propertySignature",
279
+ "key": {
280
+ "type": "identifier",
281
+ "name": "text"
282
+ },
283
+ "annotation": {
284
+ "type": "keyword",
285
+ "value": "string"
286
+ },
287
+ "computed": false
288
+ },
289
+ {
290
+ "type": "propertySignature",
291
+ "key": {
292
+ "type": "identifier",
293
+ "name": "url"
294
+ },
295
+ "annotation": {
296
+ "type": "keyword",
297
+ "value": "string"
298
+ },
299
+ "computed": false
300
+ }
301
+ ]
302
+ }
303
+ ]
304
+ },
305
+ "ai-portal.call-tool": {
306
+ "type": "provider",
307
+ "params": [
308
+ {
309
+ "name": "tool",
310
+ "annotation": {
311
+ "type": "reference",
312
+ "typeName": {
313
+ "type": "identifier",
314
+ "name": "ToolInfo"
315
+ }
316
+ }
317
+ },
318
+ {
319
+ "name": "params",
320
+ "annotation": {
321
+ "type": "reference",
322
+ "typeName": {
323
+ "type": "identifier",
324
+ "name": "Record"
325
+ },
326
+ "typeParameters": {
327
+ "type": "typeParameterInstantiation",
328
+ "params": [
329
+ {
330
+ "type": "keyword",
331
+ "value": "string"
332
+ },
333
+ {
334
+ "type": "keyword",
335
+ "value": "unknown"
336
+ }
337
+ ]
338
+ }
339
+ }
340
+ }
341
+ ],
342
+ "returns": {
343
+ "annotation": {
344
+ "type": "reference",
345
+ "typeName": {
346
+ "type": "identifier",
347
+ "name": "Promise"
348
+ },
349
+ "typeParameters": {
350
+ "type": "typeParameterInstantiation",
351
+ "params": [
352
+ {
353
+ "type": "keyword",
354
+ "value": "unknown"
355
+ }
356
+ ]
357
+ }
358
+ }
359
+ }
360
+ },
197
361
  "ai-portal.save-request-store": {
198
362
  "type": "provider",
199
363
  "params": [
@@ -695,62 +859,6 @@
695
859
  }
696
860
  }
697
861
  },
698
- "ai-portal.call-tool": {
699
- "type": "provider",
700
- "params": [
701
- {
702
- "name": "tool",
703
- "annotation": {
704
- "type": "reference",
705
- "typeName": {
706
- "type": "identifier",
707
- "name": "ToolInfo"
708
- }
709
- }
710
- },
711
- {
712
- "name": "params",
713
- "annotation": {
714
- "type": "reference",
715
- "typeName": {
716
- "type": "identifier",
717
- "name": "Record"
718
- },
719
- "typeParameters": {
720
- "type": "typeParameterInstantiation",
721
- "params": [
722
- {
723
- "type": "keyword",
724
- "value": "string"
725
- },
726
- {
727
- "type": "keyword",
728
- "value": "unknown"
729
- }
730
- ]
731
- }
732
- }
733
- }
734
- ],
735
- "returns": {
736
- "annotation": {
737
- "type": "reference",
738
- "typeName": {
739
- "type": "identifier",
740
- "name": "Promise"
741
- },
742
- "typeParameters": {
743
- "type": "typeParameterInstantiation",
744
- "params": [
745
- {
746
- "type": "keyword",
747
- "value": "unknown"
748
- }
749
- ]
750
- }
751
- }
752
- }
753
- },
754
862
  "ai-portal.set-chat-command": {
755
863
  "type": "provider",
756
864
  "params": [
@@ -887,111 +995,58 @@
887
995
  }
888
996
  ]
889
997
  },
890
- "ai-portal.page-container": {
998
+ "ai-portal.elevo-logo": {
999
+ "properties": [],
1000
+ "events": [],
1001
+ "methods": []
1002
+ },
1003
+ "ai-portal.blank-state": {
891
1004
  "properties": [
892
1005
  {
893
- "name": "pageTitle",
1006
+ "name": "illustration",
894
1007
  "annotation": {
895
- "type": "keyword",
896
- "value": "string"
1008
+ "type": "reference",
1009
+ "typeName": {
1010
+ "type": "identifier",
1011
+ "name": "BlankStateIllustration"
1012
+ }
897
1013
  }
898
1014
  },
899
1015
  {
900
- "name": "breadcrumbs",
1016
+ "name": "description",
901
1017
  "annotation": {
902
- "type": "array",
903
- "elementType": {
904
- "type": "reference",
905
- "typeName": {
906
- "type": "identifier",
907
- "name": "Breadcrumb"
908
- }
909
- }
1018
+ "type": "keyword",
1019
+ "value": "string"
910
1020
  }
911
- },
1021
+ }
1022
+ ],
1023
+ "events": [],
1024
+ "methods": [],
1025
+ "types": [
912
1026
  {
913
- "name": "size",
1027
+ "type": "typeAlias",
1028
+ "name": "BlankStateIllustration",
914
1029
  "annotation": {
915
1030
  "type": "union",
916
1031
  "types": [
917
1032
  {
918
1033
  "type": "jsLiteral",
919
- "value": "medium"
1034
+ "value": "goals"
920
1035
  },
921
1036
  {
922
1037
  "type": "jsLiteral",
923
- "value": "small"
1038
+ "value": "activities"
924
1039
  },
925
1040
  {
926
1041
  "type": "jsLiteral",
927
- "value": "full"
928
- }
929
- ]
930
- }
931
- },
932
- {
933
- "name": "variant",
934
- "annotation": {
935
- "type": "union",
936
- "types": [
937
- {
938
- "type": "jsLiteral",
939
- "value": "default"
1042
+ "value": "collaboration-spaces"
940
1043
  },
941
1044
  {
942
1045
  "type": "jsLiteral",
943
- "value": "form"
1046
+ "value": "serviceflows"
944
1047
  }
945
1048
  ]
946
1049
  }
947
- },
948
- {
949
- "name": "sticky",
950
- "annotation": {
951
- "type": "keyword",
952
- "value": "boolean"
953
- }
954
- },
955
- {
956
- "name": "textContent",
957
- "annotation": {
958
- "type": "keyword",
959
- "value": "string"
960
- }
961
- }
962
- ],
963
- "events": [],
964
- "methods": [],
965
- "types": [
966
- {
967
- "type": "interface",
968
- "name": "Breadcrumb",
969
- "body": [
970
- {
971
- "type": "propertySignature",
972
- "key": {
973
- "type": "identifier",
974
- "name": "text"
975
- },
976
- "annotation": {
977
- "type": "keyword",
978
- "value": "string"
979
- },
980
- "computed": false
981
- },
982
- {
983
- "type": "propertySignature",
984
- "key": {
985
- "type": "identifier",
986
- "name": "url"
987
- },
988
- "annotation": {
989
- "type": "keyword",
990
- "value": "string"
991
- },
992
- "computed": false
993
- }
994
- ]
995
1050
  }
996
1051
  ]
997
1052
  },
@@ -1037,56 +1092,6 @@
1037
1092
  }
1038
1093
  ]
1039
1094
  },
1040
- "ai-portal.blank-state": {
1041
- "properties": [
1042
- {
1043
- "name": "illustration",
1044
- "annotation": {
1045
- "type": "reference",
1046
- "typeName": {
1047
- "type": "identifier",
1048
- "name": "BlankStateIllustration"
1049
- }
1050
- }
1051
- },
1052
- {
1053
- "name": "description",
1054
- "annotation": {
1055
- "type": "keyword",
1056
- "value": "string"
1057
- }
1058
- }
1059
- ],
1060
- "events": [],
1061
- "methods": [],
1062
- "types": [
1063
- {
1064
- "type": "typeAlias",
1065
- "name": "BlankStateIllustration",
1066
- "annotation": {
1067
- "type": "union",
1068
- "types": [
1069
- {
1070
- "type": "jsLiteral",
1071
- "value": "goals"
1072
- },
1073
- {
1074
- "type": "jsLiteral",
1075
- "value": "activities"
1076
- },
1077
- {
1078
- "type": "jsLiteral",
1079
- "value": "collaboration-spaces"
1080
- },
1081
- {
1082
- "type": "jsLiteral",
1083
- "value": "serviceflows"
1084
- }
1085
- ]
1086
- }
1087
- }
1088
- ]
1089
- },
1090
1095
  "ai-portal.elevo-card": {
1091
1096
  "properties": [
1092
1097
  {
@@ -1149,11 +1154,6 @@
1149
1154
  "events": [],
1150
1155
  "methods": []
1151
1156
  },
1152
- "ai-portal.elevo-logo": {
1153
- "properties": [],
1154
- "events": [],
1155
- "methods": []
1156
- },
1157
1157
  "ai-portal.project-knowledges": {
1158
1158
  "properties": [
1159
1159
  {
@@ -1759,6 +1759,26 @@
1759
1759
  }
1760
1760
  ]
1761
1761
  },
1762
+ "ai-portal.preview-container": {
1763
+ "properties": [
1764
+ {
1765
+ "name": "source",
1766
+ "annotation": {
1767
+ "type": "keyword",
1768
+ "value": "string"
1769
+ }
1770
+ },
1771
+ {
1772
+ "name": "url",
1773
+ "annotation": {
1774
+ "type": "keyword",
1775
+ "value": "string"
1776
+ }
1777
+ }
1778
+ ],
1779
+ "events": [],
1780
+ "methods": []
1781
+ },
1762
1782
  "ai-portal.dropdown-select": {
1763
1783
  "properties": [
1764
1784
  {
@@ -1928,26 +1948,6 @@
1928
1948
  }
1929
1949
  ]
1930
1950
  },
1931
- "ai-portal.preview-container": {
1932
- "properties": [
1933
- {
1934
- "name": "source",
1935
- "annotation": {
1936
- "type": "keyword",
1937
- "value": "string"
1938
- }
1939
- },
1940
- {
1941
- "name": "url",
1942
- "annotation": {
1943
- "type": "keyword",
1944
- "value": "string"
1945
- }
1946
- }
1947
- ],
1948
- "events": [],
1949
- "methods": []
1950
- },
1951
1951
  "ai-portal.action-buttons": {
1952
1952
  "properties": [
1953
1953
  {
@@ -2066,136 +2066,128 @@
2066
2066
  }
2067
2067
  ]
2068
2068
  },
2069
- "ai-portal.chat-input": {
2069
+ "ai-portal.project-conversations": {
2070
2070
  "properties": [
2071
2071
  {
2072
- "name": "placeholder",
2073
- "annotation": {
2074
- "type": "keyword",
2075
- "value": "string"
2076
- }
2077
- },
2078
- {
2079
- "name": "autoFocus",
2080
- "annotation": {
2081
- "type": "keyword",
2082
- "value": "boolean"
2083
- }
2084
- },
2085
- {
2086
- "name": "submitDisabled",
2072
+ "name": "list",
2087
2073
  "annotation": {
2088
- "type": "keyword",
2089
- "value": "boolean"
2074
+ "type": "array",
2075
+ "elementType": {
2076
+ "type": "reference",
2077
+ "typeName": {
2078
+ "type": "identifier",
2079
+ "name": "Conversation"
2080
+ }
2081
+ }
2090
2082
  }
2091
2083
  },
2092
2084
  {
2093
- "name": "supportsTerminate",
2085
+ "name": "urlTemplate",
2094
2086
  "annotation": {
2095
2087
  "type": "keyword",
2096
- "value": "boolean"
2088
+ "value": "string"
2097
2089
  }
2098
2090
  },
2099
2091
  {
2100
- "name": "terminating",
2092
+ "name": "actions",
2101
2093
  "annotation": {
2102
- "type": "keyword",
2103
- "value": "boolean"
2094
+ "type": "array",
2095
+ "elementType": {
2096
+ "type": "reference",
2097
+ "typeName": {
2098
+ "type": "identifier",
2099
+ "name": "ActionType"
2100
+ }
2101
+ }
2104
2102
  }
2105
2103
  },
2106
2104
  {
2107
- "name": "uploadOptions",
2105
+ "name": "goals",
2108
2106
  "annotation": {
2109
- "type": "reference",
2110
- "typeName": {
2111
- "type": "identifier",
2112
- "name": "UploadOptions"
2107
+ "type": "array",
2108
+ "elementType": {
2109
+ "type": "reference",
2110
+ "typeName": {
2111
+ "type": "identifier",
2112
+ "name": "Goal"
2113
+ }
2113
2114
  }
2114
2115
  }
2115
2116
  }
2116
2117
  ],
2117
2118
  "events": [
2118
2119
  {
2119
- "name": "message.submit",
2120
+ "name": "goal.click",
2120
2121
  "detail": {
2121
2122
  "annotation": {
2122
- "type": "keyword",
2123
- "value": "string"
2123
+ "type": "reference",
2124
+ "typeName": {
2125
+ "type": "identifier",
2126
+ "name": "Conversation"
2127
+ }
2124
2128
  }
2125
2129
  }
2126
2130
  },
2127
2131
  {
2128
- "name": "chat.submit",
2132
+ "name": "action.click",
2129
2133
  "detail": {
2130
2134
  "annotation": {
2131
2135
  "type": "reference",
2132
2136
  "typeName": {
2133
2137
  "type": "identifier",
2134
- "name": "ChatPayload"
2138
+ "name": "ActionClickDetail"
2135
2139
  }
2136
2140
  }
2137
2141
  }
2138
- },
2139
- {
2140
- "name": "terminate",
2141
- "detail": {
2142
- "annotation": {
2143
- "type": "keyword",
2144
- "value": "void"
2145
- }
2146
- }
2147
2142
  }
2148
2143
  ],
2149
2144
  "methods": [],
2150
2145
  "types": [
2151
2146
  {
2152
2147
  "type": "interface",
2153
- "name": "UploadOptions",
2148
+ "name": "Conversation",
2154
2149
  "body": [
2155
2150
  {
2156
2151
  "type": "propertySignature",
2157
2152
  "key": {
2158
2153
  "type": "identifier",
2159
- "name": "enabled"
2154
+ "name": "conversationId"
2160
2155
  },
2161
2156
  "annotation": {
2162
2157
  "type": "keyword",
2163
- "value": "boolean"
2158
+ "value": "string"
2164
2159
  },
2165
- "optional": true,
2166
2160
  "computed": false
2167
2161
  },
2168
2162
  {
2169
2163
  "type": "propertySignature",
2170
2164
  "key": {
2171
2165
  "type": "identifier",
2172
- "name": "dragDisabled"
2166
+ "name": "title"
2173
2167
  },
2174
2168
  "annotation": {
2175
2169
  "type": "keyword",
2176
- "value": "boolean"
2170
+ "value": "string"
2177
2171
  },
2178
- "optional": true,
2179
2172
  "computed": false
2180
2173
  },
2181
2174
  {
2182
2175
  "type": "propertySignature",
2183
2176
  "key": {
2184
2177
  "type": "identifier",
2185
- "name": "dragTips"
2178
+ "name": "startTime"
2186
2179
  },
2187
2180
  "annotation": {
2188
2181
  "type": "keyword",
2189
- "value": "string"
2182
+ "value": "number"
2190
2183
  },
2191
- "optional": true,
2192
2184
  "computed": false
2193
2185
  },
2194
2186
  {
2195
2187
  "type": "propertySignature",
2196
2188
  "key": {
2197
2189
  "type": "identifier",
2198
- "name": "accept"
2190
+ "name": "description"
2199
2191
  },
2200
2192
  "annotation": {
2201
2193
  "type": "keyword",
@@ -2208,158 +2200,202 @@
2208
2200
  "type": "propertySignature",
2209
2201
  "key": {
2210
2202
  "type": "identifier",
2211
- "name": "maxFiles"
2203
+ "name": "goalInstanceId"
2212
2204
  },
2213
2205
  "annotation": {
2214
2206
  "type": "keyword",
2215
- "value": "number"
2207
+ "value": "string"
2216
2208
  },
2217
2209
  "optional": true,
2218
2210
  "computed": false
2219
- }
2220
- ]
2221
- },
2222
- {
2223
- "type": "interface",
2224
- "name": "ChatPayload",
2225
- "body": [
2211
+ },
2226
2212
  {
2227
2213
  "type": "propertySignature",
2228
2214
  "key": {
2229
2215
  "type": "identifier",
2230
- "name": "content"
2216
+ "name": "username"
2231
2217
  },
2232
2218
  "annotation": {
2233
2219
  "type": "keyword",
2234
2220
  "value": "string"
2235
2221
  },
2222
+ "optional": true,
2236
2223
  "computed": false
2237
2224
  }
2238
- ],
2239
- "extends": [
2240
- {
2241
- "type": "expressionWithTypeArguments",
2242
- "expression": {
2243
- "type": "identifier",
2244
- "name": "ExtraChatPayload"
2245
- }
2246
- }
2247
2225
  ]
2248
2226
  },
2249
2227
  {
2250
2228
  "type": "interface",
2251
- "name": "ExtraChatPayload",
2229
+ "name": "Goal",
2252
2230
  "body": [
2253
2231
  {
2254
2232
  "type": "propertySignature",
2255
2233
  "key": {
2256
2234
  "type": "identifier",
2257
- "name": "files"
2235
+ "name": "instanceId"
2258
2236
  },
2259
2237
  "annotation": {
2260
- "type": "array",
2261
- "elementType": {
2262
- "type": "reference",
2263
- "typeName": {
2264
- "type": "identifier",
2265
- "name": "UploadFileInfo"
2266
- }
2267
- }
2238
+ "type": "keyword",
2239
+ "value": "string"
2268
2240
  },
2269
- "optional": true,
2270
2241
  "computed": false
2271
2242
  },
2272
2243
  {
2273
2244
  "type": "propertySignature",
2274
2245
  "key": {
2275
2246
  "type": "identifier",
2276
- "name": "cmd"
2247
+ "name": "title"
2277
2248
  },
2278
2249
  "annotation": {
2279
- "type": "union",
2280
- "types": [
2281
- {
2282
- "type": "reference",
2283
- "typeName": {
2284
- "type": "identifier",
2285
- "name": "CommandPayload"
2286
- }
2287
- },
2288
- {
2289
- "type": "keyword",
2290
- "value": "null"
2291
- }
2292
- ]
2250
+ "type": "keyword",
2251
+ "value": "string"
2293
2252
  },
2294
- "optional": true,
2295
2253
  "computed": false
2296
- },
2254
+ }
2255
+ ]
2256
+ },
2257
+ {
2258
+ "type": "interface",
2259
+ "name": "ActionClickDetail",
2260
+ "body": [
2297
2261
  {
2298
2262
  "type": "propertySignature",
2299
2263
  "key": {
2300
2264
  "type": "identifier",
2301
- "name": "aiEmployeeId"
2265
+ "name": "action"
2302
2266
  },
2303
2267
  "annotation": {
2304
- "type": "union",
2305
- "types": [
2306
- {
2307
- "type": "keyword",
2308
- "value": "string"
2309
- },
2310
- {
2311
- "type": "keyword",
2312
- "value": "null"
2313
- }
2314
- ]
2268
+ "type": "reference",
2269
+ "typeName": {
2270
+ "type": "identifier",
2271
+ "name": "SimpleActionType"
2272
+ }
2315
2273
  },
2316
- "optional": true,
2317
2274
  "computed": false
2318
- }
2319
- ]
2320
- },
2321
- {
2322
- "type": "interface",
2323
- "name": "UploadFileInfo",
2324
- "body": [
2275
+ },
2325
2276
  {
2326
2277
  "type": "propertySignature",
2327
2278
  "key": {
2328
2279
  "type": "identifier",
2329
- "name": "fileId"
2280
+ "name": "item"
2330
2281
  },
2331
2282
  "annotation": {
2332
- "type": "keyword",
2333
- "value": "string"
2283
+ "type": "reference",
2284
+ "typeName": {
2285
+ "type": "identifier",
2286
+ "name": "Conversation"
2287
+ }
2334
2288
  },
2335
2289
  "computed": false
2336
2290
  }
2337
2291
  ]
2292
+ }
2293
+ ]
2294
+ },
2295
+ "ai-portal.activity-timeline": {
2296
+ "properties": [
2297
+ {
2298
+ "name": "list",
2299
+ "annotation": {
2300
+ "type": "array",
2301
+ "elementType": {
2302
+ "type": "reference",
2303
+ "typeName": {
2304
+ "type": "identifier",
2305
+ "name": "Activity"
2306
+ }
2307
+ }
2308
+ }
2338
2309
  },
2310
+ {
2311
+ "name": "chatUrlTemplate",
2312
+ "annotation": {
2313
+ "type": "keyword",
2314
+ "value": "string"
2315
+ }
2316
+ }
2317
+ ],
2318
+ "events": [],
2319
+ "methods": [],
2320
+ "types": [
2339
2321
  {
2340
2322
  "type": "typeAlias",
2341
- "name": "CommandPayload",
2323
+ "name": "Activity",
2342
2324
  "annotation": {
2343
- "type": "reference",
2344
- "typeName": {
2345
- "type": "identifier",
2346
- "name": "CommandPayloadServiceFlowStarting"
2347
- }
2325
+ "type": "union",
2326
+ "types": [
2327
+ {
2328
+ "type": "reference",
2329
+ "typeName": {
2330
+ "type": "identifier",
2331
+ "name": "ActivityOfCreateGoal"
2332
+ }
2333
+ },
2334
+ {
2335
+ "type": "reference",
2336
+ "typeName": {
2337
+ "type": "identifier",
2338
+ "name": "ActivityOfEditGoal"
2339
+ }
2340
+ },
2341
+ {
2342
+ "type": "reference",
2343
+ "typeName": {
2344
+ "type": "identifier",
2345
+ "name": "ActivityOfDeleteGoal"
2346
+ }
2347
+ },
2348
+ {
2349
+ "type": "reference",
2350
+ "typeName": {
2351
+ "type": "identifier",
2352
+ "name": "ActivityOfDecomposeGoals"
2353
+ }
2354
+ },
2355
+ {
2356
+ "type": "reference",
2357
+ "typeName": {
2358
+ "type": "identifier",
2359
+ "name": "ActivityOfAlterOwner"
2360
+ }
2361
+ },
2362
+ {
2363
+ "type": "reference",
2364
+ "typeName": {
2365
+ "type": "identifier",
2366
+ "name": "ActivityOfAlterUser"
2367
+ }
2368
+ },
2369
+ {
2370
+ "type": "reference",
2371
+ "typeName": {
2372
+ "type": "identifier",
2373
+ "name": "ActivityOfAddComment"
2374
+ }
2375
+ },
2376
+ {
2377
+ "type": "reference",
2378
+ "typeName": {
2379
+ "type": "identifier",
2380
+ "name": "ActivityOfStartConversation"
2381
+ }
2382
+ }
2383
+ ]
2348
2384
  }
2349
2385
  },
2350
2386
  {
2351
2387
  "type": "interface",
2352
- "name": "CommandPayloadServiceFlowStarting",
2388
+ "name": "ActivityOfCreateGoal",
2353
2389
  "body": [
2354
2390
  {
2355
2391
  "type": "propertySignature",
2356
2392
  "key": {
2357
2393
  "type": "identifier",
2358
- "name": "type"
2394
+ "name": "action_type"
2359
2395
  },
2360
2396
  "annotation": {
2361
2397
  "type": "jsLiteral",
2362
- "value": "serviceFlowStarting"
2398
+ "value": "create_goal"
2363
2399
  },
2364
2400
  "computed": false
2365
2401
  },
@@ -2367,7 +2403,7 @@
2367
2403
  "type": "propertySignature",
2368
2404
  "key": {
2369
2405
  "type": "identifier",
2370
- "name": "serviceFlowStarting"
2406
+ "name": "metadata"
2371
2407
  },
2372
2408
  "annotation": {
2373
2409
  "type": "typeLiteral",
@@ -2376,45 +2412,19 @@
2376
2412
  "type": "propertySignature",
2377
2413
  "key": {
2378
2414
  "type": "identifier",
2379
- "name": "spaceInstanceId"
2380
- },
2381
- "annotation": {
2382
- "type": "keyword",
2383
- "value": "string"
2384
- },
2385
- "computed": false
2386
- },
2387
- {
2388
- "type": "propertySignature",
2389
- "key": {
2390
- "type": "identifier",
2391
- "name": "spaceName"
2415
+ "name": "goal_title"
2392
2416
  },
2393
2417
  "annotation": {
2394
2418
  "type": "keyword",
2395
2419
  "value": "string"
2396
2420
  },
2397
- "optional": true,
2398
2421
  "computed": false
2399
2422
  },
2400
2423
  {
2401
2424
  "type": "propertySignature",
2402
2425
  "key": {
2403
2426
  "type": "identifier",
2404
- "name": "flowInstanceId"
2405
- },
2406
- "annotation": {
2407
- "type": "keyword",
2408
- "value": "string"
2409
- },
2410
- "optional": true,
2411
- "computed": false
2412
- },
2413
- {
2414
- "type": "propertySignature",
2415
- "key": {
2416
- "type": "identifier",
2417
- "name": "flowName"
2427
+ "name": "goal_description"
2418
2428
  },
2419
2429
  "annotation": {
2420
2430
  "type": "keyword",
@@ -2427,96 +2437,26 @@
2427
2437
  },
2428
2438
  "computed": false
2429
2439
  }
2430
- ]
2431
- }
2432
- ]
2433
- },
2434
- "ai-portal.project-conversations": {
2435
- "properties": [
2436
- {
2437
- "name": "list",
2438
- "annotation": {
2439
- "type": "array",
2440
- "elementType": {
2441
- "type": "reference",
2442
- "typeName": {
2443
- "type": "identifier",
2444
- "name": "Conversation"
2445
- }
2446
- }
2447
- }
2448
- },
2449
- {
2450
- "name": "urlTemplate",
2451
- "annotation": {
2452
- "type": "keyword",
2453
- "value": "string"
2454
- }
2455
- },
2456
- {
2457
- "name": "actions",
2458
- "annotation": {
2459
- "type": "array",
2460
- "elementType": {
2461
- "type": "reference",
2462
- "typeName": {
2463
- "type": "identifier",
2464
- "name": "ActionType"
2465
- }
2466
- }
2467
- }
2468
- },
2469
- {
2470
- "name": "goals",
2471
- "annotation": {
2472
- "type": "array",
2473
- "elementType": {
2474
- "type": "reference",
2475
- "typeName": {
2476
- "type": "identifier",
2477
- "name": "Goal"
2478
- }
2479
- }
2480
- }
2481
- }
2482
- ],
2483
- "events": [
2484
- {
2485
- "name": "goal.click",
2486
- "detail": {
2487
- "annotation": {
2488
- "type": "reference",
2489
- "typeName": {
2440
+ ],
2441
+ "extends": [
2442
+ {
2443
+ "type": "expressionWithTypeArguments",
2444
+ "expression": {
2490
2445
  "type": "identifier",
2491
- "name": "Conversation"
2446
+ "name": "ActivityBase"
2492
2447
  }
2493
2448
  }
2494
- }
2449
+ ]
2495
2450
  },
2496
- {
2497
- "name": "action.click",
2498
- "detail": {
2499
- "annotation": {
2500
- "type": "reference",
2501
- "typeName": {
2502
- "type": "identifier",
2503
- "name": "ActionClickDetail"
2504
- }
2505
- }
2506
- }
2507
- }
2508
- ],
2509
- "methods": [],
2510
- "types": [
2511
2451
  {
2512
2452
  "type": "interface",
2513
- "name": "Conversation",
2453
+ "name": "ActivityBase",
2514
2454
  "body": [
2515
2455
  {
2516
2456
  "type": "propertySignature",
2517
2457
  "key": {
2518
2458
  "type": "identifier",
2519
- "name": "conversationId"
2459
+ "name": "user_id"
2520
2460
  },
2521
2461
  "annotation": {
2522
2462
  "type": "keyword",
@@ -2528,7 +2468,7 @@
2528
2468
  "type": "propertySignature",
2529
2469
  "key": {
2530
2470
  "type": "identifier",
2531
- "name": "title"
2471
+ "name": "user_name"
2532
2472
  },
2533
2473
  "annotation": {
2534
2474
  "type": "keyword",
@@ -2540,7 +2480,7 @@
2540
2480
  "type": "propertySignature",
2541
2481
  "key": {
2542
2482
  "type": "identifier",
2543
- "name": "startTime"
2483
+ "name": "time"
2544
2484
  },
2545
2485
  "annotation": {
2546
2486
  "type": "keyword",
@@ -2552,56 +2492,74 @@
2552
2492
  "type": "propertySignature",
2553
2493
  "key": {
2554
2494
  "type": "identifier",
2555
- "name": "description"
2556
- },
2557
- "annotation": {
2558
- "type": "keyword",
2559
- "value": "string"
2560
- },
2561
- "optional": true,
2562
- "computed": false
2563
- },
2564
- {
2565
- "type": "propertySignature",
2566
- "key": {
2567
- "type": "identifier",
2568
- "name": "goalInstanceId"
2495
+ "name": "action_type"
2569
2496
  },
2570
2497
  "annotation": {
2571
- "type": "keyword",
2572
- "value": "string"
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
+ ]
2573
2533
  },
2574
- "optional": true,
2575
2534
  "computed": false
2576
2535
  },
2577
2536
  {
2578
2537
  "type": "propertySignature",
2579
2538
  "key": {
2580
2539
  "type": "identifier",
2581
- "name": "username"
2540
+ "name": "metadata"
2582
2541
  },
2583
2542
  "annotation": {
2584
2543
  "type": "keyword",
2585
- "value": "string"
2544
+ "value": "unknown"
2586
2545
  },
2587
- "optional": true,
2588
2546
  "computed": false
2589
2547
  }
2590
2548
  ]
2591
2549
  },
2592
2550
  {
2593
2551
  "type": "interface",
2594
- "name": "Goal",
2552
+ "name": "ActivityOfEditGoal",
2595
2553
  "body": [
2596
2554
  {
2597
2555
  "type": "propertySignature",
2598
2556
  "key": {
2599
2557
  "type": "identifier",
2600
- "name": "instanceId"
2558
+ "name": "action_type"
2601
2559
  },
2602
2560
  "annotation": {
2603
- "type": "keyword",
2604
- "value": "string"
2561
+ "type": "jsLiteral",
2562
+ "value": "edit_goal"
2605
2563
  },
2606
2564
  "computed": false
2607
2565
  },
@@ -2609,148 +2567,107 @@
2609
2567
  "type": "propertySignature",
2610
2568
  "key": {
2611
2569
  "type": "identifier",
2612
- "name": "title"
2570
+ "name": "metadata"
2613
2571
  },
2614
2572
  "annotation": {
2615
- "type": "keyword",
2616
- "value": "string"
2573
+ "type": "typeLiteral",
2574
+ "members": [
2575
+ {
2576
+ "type": "propertySignature",
2577
+ "key": {
2578
+ "type": "identifier",
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
2613
+ },
2614
+ {
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
2652
+ }
2653
+ ]
2617
2654
  },
2618
2655
  "computed": false
2619
2656
  }
2620
- ]
2621
- },
2622
- {
2623
- "type": "interface",
2624
- "name": "ActionClickDetail",
2625
- "body": [
2626
- {
2627
- "type": "propertySignature",
2628
- "key": {
2629
- "type": "identifier",
2630
- "name": "action"
2631
- },
2632
- "annotation": {
2633
- "type": "reference",
2634
- "typeName": {
2635
- "type": "identifier",
2636
- "name": "SimpleActionType"
2637
- }
2638
- },
2639
- "computed": false
2640
- },
2657
+ ],
2658
+ "extends": [
2641
2659
  {
2642
- "type": "propertySignature",
2643
- "key": {
2644
- "type": "identifier",
2645
- "name": "item"
2646
- },
2647
- "annotation": {
2648
- "type": "reference",
2649
- "typeName": {
2650
- "type": "identifier",
2651
- "name": "Conversation"
2652
- }
2653
- },
2654
- "computed": false
2655
- }
2656
- ]
2657
- }
2658
- ]
2659
- },
2660
- "ai-portal.activity-timeline": {
2661
- "properties": [
2662
- {
2663
- "name": "list",
2664
- "annotation": {
2665
- "type": "array",
2666
- "elementType": {
2667
- "type": "reference",
2668
- "typeName": {
2660
+ "type": "expressionWithTypeArguments",
2661
+ "expression": {
2669
2662
  "type": "identifier",
2670
- "name": "Activity"
2663
+ "name": "ActivityBase"
2671
2664
  }
2672
2665
  }
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
- }
2666
+ ]
2750
2667
  },
2751
2668
  {
2752
2669
  "type": "interface",
2753
- "name": "ActivityOfCreateGoal",
2670
+ "name": "ActivityOfDeleteGoal",
2754
2671
  "body": [
2755
2672
  {
2756
2673
  "type": "propertySignature",
@@ -2760,7 +2677,7 @@
2760
2677
  },
2761
2678
  "annotation": {
2762
2679
  "type": "jsLiteral",
2763
- "value": "create_goal"
2680
+ "value": "delete_goal"
2764
2681
  },
2765
2682
  "computed": false
2766
2683
  },
@@ -2815,17 +2732,17 @@
2815
2732
  },
2816
2733
  {
2817
2734
  "type": "interface",
2818
- "name": "ActivityBase",
2735
+ "name": "ActivityOfDecomposeGoals",
2819
2736
  "body": [
2820
2737
  {
2821
2738
  "type": "propertySignature",
2822
2739
  "key": {
2823
2740
  "type": "identifier",
2824
- "name": "user_id"
2741
+ "name": "action_type"
2825
2742
  },
2826
2743
  "annotation": {
2827
- "type": "keyword",
2828
- "value": "string"
2744
+ "type": "jsLiteral",
2745
+ "value": "decompose_goals"
2829
2746
  },
2830
2747
  "computed": false
2831
2748
  },
@@ -2833,23 +2750,100 @@
2833
2750
  "type": "propertySignature",
2834
2751
  "key": {
2835
2752
  "type": "identifier",
2836
- "name": "user_name"
2753
+ "name": "metadata"
2837
2754
  },
2838
2755
  "annotation": {
2839
- "type": "keyword",
2840
- "value": "string"
2756
+ "type": "typeLiteral",
2757
+ "members": [
2758
+ {
2759
+ "type": "propertySignature",
2760
+ "key": {
2761
+ "type": "identifier",
2762
+ "name": "sub_goals_count"
2763
+ },
2764
+ "annotation": {
2765
+ "type": "keyword",
2766
+ "value": "number"
2767
+ },
2768
+ "computed": false
2769
+ },
2770
+ {
2771
+ "type": "propertySignature",
2772
+ "key": {
2773
+ "type": "identifier",
2774
+ "name": "sub_goals"
2775
+ },
2776
+ "annotation": {
2777
+ "type": "reference",
2778
+ "typeName": {
2779
+ "type": "identifier",
2780
+ "name": "Array"
2781
+ },
2782
+ "typeParameters": {
2783
+ "type": "typeParameterInstantiation",
2784
+ "params": [
2785
+ {
2786
+ "type": "typeLiteral",
2787
+ "members": [
2788
+ {
2789
+ "type": "propertySignature",
2790
+ "key": {
2791
+ "type": "identifier",
2792
+ "name": "sub_goal_id"
2793
+ },
2794
+ "annotation": {
2795
+ "type": "keyword",
2796
+ "value": "string"
2797
+ },
2798
+ "computed": false
2799
+ },
2800
+ {
2801
+ "type": "propertySignature",
2802
+ "key": {
2803
+ "type": "identifier",
2804
+ "name": "title"
2805
+ },
2806
+ "annotation": {
2807
+ "type": "keyword",
2808
+ "value": "string"
2809
+ },
2810
+ "computed": false
2811
+ }
2812
+ ]
2813
+ }
2814
+ ]
2815
+ }
2816
+ },
2817
+ "computed": false
2818
+ }
2819
+ ]
2841
2820
  },
2842
2821
  "computed": false
2843
- },
2822
+ }
2823
+ ],
2824
+ "extends": [
2825
+ {
2826
+ "type": "expressionWithTypeArguments",
2827
+ "expression": {
2828
+ "type": "identifier",
2829
+ "name": "ActivityBase"
2830
+ }
2831
+ }
2832
+ ]
2833
+ },
2834
+ {
2835
+ "type": "interface",
2836
+ "name": "ActivityOfAlterOwner",
2837
+ "body": [
2844
2838
  {
2845
2839
  "type": "propertySignature",
2846
2840
  "key": {
2847
2841
  "type": "identifier",
2848
- "name": "time"
2842
+ "name": "action_type"
2849
2843
  },
2850
2844
  "annotation": {
2851
- "type": "keyword",
2852
- "value": "number"
2845
+ "type": "jsLiteral",
2846
+ "value": "alter_owner"
2853
2847
  },
2854
2848
  "computed": false
2855
2849
  },
@@ -2857,64 +2851,129 @@
2857
2851
  "type": "propertySignature",
2858
2852
  "key": {
2859
2853
  "type": "identifier",
2860
- "name": "action_type"
2854
+ "name": "metadata"
2861
2855
  },
2862
2856
  "annotation": {
2863
- "type": "union",
2864
- "types": [
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
- },
2857
+ "type": "typeLiteral",
2858
+ "members": [
2881
2859
  {
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"
2860
+ "type": "propertySignature",
2861
+ "key": {
2862
+ "type": "identifier",
2863
+ "name": "before"
2864
+ },
2865
+ "annotation": {
2866
+ "type": "typeLiteral",
2867
+ "members": [
2868
+ {
2869
+ "type": "propertySignature",
2870
+ "key": {
2871
+ "type": "identifier",
2872
+ "name": "owner"
2873
+ },
2874
+ "annotation": {
2875
+ "type": "typeLiteral",
2876
+ "members": [
2877
+ {
2878
+ "type": "propertySignature",
2879
+ "key": {
2880
+ "type": "identifier",
2881
+ "name": "user_id"
2882
+ },
2883
+ "annotation": {
2884
+ "type": "keyword",
2885
+ "value": "string"
2886
+ },
2887
+ "computed": false
2888
+ },
2889
+ {
2890
+ "type": "propertySignature",
2891
+ "key": {
2892
+ "type": "identifier",
2893
+ "name": "user_name"
2894
+ },
2895
+ "annotation": {
2896
+ "type": "keyword",
2897
+ "value": "string"
2898
+ },
2899
+ "computed": false
2900
+ }
2901
+ ]
2902
+ },
2903
+ "computed": false
2904
+ }
2905
+ ]
2906
+ },
2907
+ "computed": false
2892
2908
  },
2893
2909
  {
2894
- "type": "jsLiteral",
2895
- "value": "start_conversation"
2910
+ "type": "propertySignature",
2911
+ "key": {
2912
+ "type": "identifier",
2913
+ "name": "after"
2914
+ },
2915
+ "annotation": {
2916
+ "type": "typeLiteral",
2917
+ "members": [
2918
+ {
2919
+ "type": "propertySignature",
2920
+ "key": {
2921
+ "type": "identifier",
2922
+ "name": "owner"
2923
+ },
2924
+ "annotation": {
2925
+ "type": "typeLiteral",
2926
+ "members": [
2927
+ {
2928
+ "type": "propertySignature",
2929
+ "key": {
2930
+ "type": "identifier",
2931
+ "name": "user_id"
2932
+ },
2933
+ "annotation": {
2934
+ "type": "keyword",
2935
+ "value": "string"
2936
+ },
2937
+ "computed": false
2938
+ },
2939
+ {
2940
+ "type": "propertySignature",
2941
+ "key": {
2942
+ "type": "identifier",
2943
+ "name": "user_name"
2944
+ },
2945
+ "annotation": {
2946
+ "type": "keyword",
2947
+ "value": "string"
2948
+ },
2949
+ "computed": false
2950
+ }
2951
+ ]
2952
+ },
2953
+ "computed": false
2954
+ }
2955
+ ]
2956
+ },
2957
+ "computed": false
2896
2958
  }
2897
2959
  ]
2898
2960
  },
2899
2961
  "computed": false
2900
- },
2962
+ }
2963
+ ],
2964
+ "extends": [
2901
2965
  {
2902
- "type": "propertySignature",
2903
- "key": {
2966
+ "type": "expressionWithTypeArguments",
2967
+ "expression": {
2904
2968
  "type": "identifier",
2905
- "name": "metadata"
2906
- },
2907
- "annotation": {
2908
- "type": "keyword",
2909
- "value": "unknown"
2910
- },
2911
- "computed": false
2969
+ "name": "ActivityBase"
2970
+ }
2912
2971
  }
2913
2972
  ]
2914
2973
  },
2915
2974
  {
2916
2975
  "type": "interface",
2917
- "name": "ActivityOfEditGoal",
2976
+ "name": "ActivityOfAlterUser",
2918
2977
  "body": [
2919
2978
  {
2920
2979
  "type": "propertySignature",
@@ -2924,7 +2983,7 @@
2924
2983
  },
2925
2984
  "annotation": {
2926
2985
  "type": "jsLiteral",
2927
- "value": "edit_goal"
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": "title"
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": "keyword",
2970
- "value": "string"
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": "title"
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": "keyword",
3009
- "value": "string"
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": "ActivityOfDeleteGoal",
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": "delete_goal"
3150
+ "value": "add_comment"
3046
3151
  },
3047
3152
  "computed": false
3048
3153
  },
@@ -3059,26 +3164,13 @@
3059
3164
  "type": "propertySignature",
3060
3165
  "key": {
3061
3166
  "type": "identifier",
3062
- "name": "goal_title"
3167
+ "name": "comment_content"
3063
3168
  },
3064
3169
  "annotation": {
3065
3170
  "type": "keyword",
3066
3171
  "value": "string"
3067
3172
  },
3068
3173
  "computed": false
3069
- },
3070
- {
3071
- "type": "propertySignature",
3072
- "key": {
3073
- "type": "identifier",
3074
- "name": "goal_description"
3075
- },
3076
- "annotation": {
3077
- "type": "keyword",
3078
- "value": "string"
3079
- },
3080
- "optional": true,
3081
- "computed": false
3082
3174
  }
3083
3175
  ]
3084
3176
  },
@@ -3097,7 +3189,7 @@
3097
3189
  },
3098
3190
  {
3099
3191
  "type": "interface",
3100
- "name": "ActivityOfDecomposeGoals",
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": "decompose_goals"
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": "sub_goals_count"
3219
+ "name": "conversation_id"
3128
3220
  },
3129
3221
  "annotation": {
3130
3222
  "type": "keyword",
3131
- "value": "number"
3223
+ "value": "string"
3132
3224
  },
3133
3225
  "computed": false
3134
3226
  },
@@ -3136,49 +3228,25 @@
3136
3228
  "type": "propertySignature",
3137
3229
  "key": {
3138
3230
  "type": "identifier",
3139
- "name": "sub_goals"
3231
+ "name": "conversation_title"
3140
3232
  },
3141
3233
  "annotation": {
3142
- "type": "reference",
3143
- "typeName": {
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"
3236
+ },
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"
3181
3248
  },
3249
+ "optional": true,
3182
3250
  "computed": false
3183
3251
  }
3184
3252
  ]
@@ -3195,133 +3263,202 @@
3195
3263
  }
3196
3264
  }
3197
3265
  ]
3266
+ }
3267
+ ]
3268
+ },
3269
+ "ai-portal.show-case": {
3270
+ "properties": [
3271
+ {
3272
+ "name": "caseTitle",
3273
+ "annotation": {
3274
+ "type": "keyword",
3275
+ "value": "string"
3276
+ }
3277
+ },
3278
+ {
3279
+ "name": "summary",
3280
+ "annotation": {
3281
+ "type": "keyword",
3282
+ "value": "string"
3283
+ }
3284
+ },
3285
+ {
3286
+ "name": "url",
3287
+ "annotation": {
3288
+ "type": "keyword",
3289
+ "value": "string"
3290
+ }
3291
+ }
3292
+ ],
3293
+ "events": [],
3294
+ "methods": []
3295
+ },
3296
+ "ai-portal.chat-input": {
3297
+ "properties": [
3298
+ {
3299
+ "name": "placeholder",
3300
+ "annotation": {
3301
+ "type": "keyword",
3302
+ "value": "string"
3303
+ }
3304
+ },
3305
+ {
3306
+ "name": "autoFocus",
3307
+ "annotation": {
3308
+ "type": "keyword",
3309
+ "value": "boolean"
3310
+ }
3311
+ },
3312
+ {
3313
+ "name": "submitDisabled",
3314
+ "annotation": {
3315
+ "type": "keyword",
3316
+ "value": "boolean"
3317
+ }
3318
+ },
3319
+ {
3320
+ "name": "supportsTerminate",
3321
+ "annotation": {
3322
+ "type": "keyword",
3323
+ "value": "boolean"
3324
+ }
3325
+ },
3326
+ {
3327
+ "name": "terminating",
3328
+ "annotation": {
3329
+ "type": "keyword",
3330
+ "value": "boolean"
3331
+ }
3332
+ },
3333
+ {
3334
+ "name": "uploadOptions",
3335
+ "annotation": {
3336
+ "type": "reference",
3337
+ "typeName": {
3338
+ "type": "identifier",
3339
+ "name": "UploadOptions"
3340
+ }
3341
+ }
3342
+ }
3343
+ ],
3344
+ "events": [
3345
+ {
3346
+ "name": "message.submit",
3347
+ "detail": {
3348
+ "annotation": {
3349
+ "type": "keyword",
3350
+ "value": "string"
3351
+ }
3352
+ }
3353
+ },
3354
+ {
3355
+ "name": "chat.submit",
3356
+ "detail": {
3357
+ "annotation": {
3358
+ "type": "reference",
3359
+ "typeName": {
3360
+ "type": "identifier",
3361
+ "name": "ChatPayload"
3362
+ }
3363
+ }
3364
+ }
3198
3365
  },
3366
+ {
3367
+ "name": "terminate",
3368
+ "detail": {
3369
+ "annotation": {
3370
+ "type": "keyword",
3371
+ "value": "void"
3372
+ }
3373
+ }
3374
+ }
3375
+ ],
3376
+ "methods": [],
3377
+ "types": [
3199
3378
  {
3200
3379
  "type": "interface",
3201
- "name": "ActivityOfAlterOwner",
3380
+ "name": "UploadOptions",
3202
3381
  "body": [
3203
3382
  {
3204
3383
  "type": "propertySignature",
3205
3384
  "key": {
3206
3385
  "type": "identifier",
3207
- "name": "action_type"
3386
+ "name": "enabled"
3208
3387
  },
3209
3388
  "annotation": {
3210
- "type": "jsLiteral",
3211
- "value": "alter_owner"
3389
+ "type": "keyword",
3390
+ "value": "boolean"
3212
3391
  },
3392
+ "optional": true,
3213
3393
  "computed": false
3214
3394
  },
3215
3395
  {
3216
3396
  "type": "propertySignature",
3217
3397
  "key": {
3218
3398
  "type": "identifier",
3219
- "name": "metadata"
3399
+ "name": "dragDisabled"
3220
3400
  },
3221
3401
  "annotation": {
3222
- "type": "typeLiteral",
3223
- "members": [
3224
- {
3225
- "type": "propertySignature",
3226
- "key": {
3227
- "type": "identifier",
3228
- "name": "before"
3229
- },
3230
- "annotation": {
3231
- "type": "typeLiteral",
3232
- "members": [
3233
- {
3234
- "type": "propertySignature",
3235
- "key": {
3236
- "type": "identifier",
3237
- "name": "owner"
3238
- },
3239
- "annotation": {
3240
- "type": "typeLiteral",
3241
- "members": [
3242
- {
3243
- "type": "propertySignature",
3244
- "key": {
3245
- "type": "identifier",
3246
- "name": "user_id"
3247
- },
3248
- "annotation": {
3249
- "type": "keyword",
3250
- "value": "string"
3251
- },
3252
- "computed": false
3253
- },
3254
- {
3255
- "type": "propertySignature",
3256
- "key": {
3257
- "type": "identifier",
3258
- "name": "user_name"
3259
- },
3260
- "annotation": {
3261
- "type": "keyword",
3262
- "value": "string"
3263
- },
3264
- "computed": false
3265
- }
3266
- ]
3267
- },
3268
- "computed": false
3269
- }
3270
- ]
3271
- },
3272
- "computed": false
3273
- },
3274
- {
3275
- "type": "propertySignature",
3276
- "key": {
3277
- "type": "identifier",
3278
- "name": "after"
3279
- },
3280
- "annotation": {
3281
- "type": "typeLiteral",
3282
- "members": [
3283
- {
3284
- "type": "propertySignature",
3285
- "key": {
3286
- "type": "identifier",
3287
- "name": "owner"
3288
- },
3289
- "annotation": {
3290
- "type": "typeLiteral",
3291
- "members": [
3292
- {
3293
- "type": "propertySignature",
3294
- "key": {
3295
- "type": "identifier",
3296
- "name": "user_id"
3297
- },
3298
- "annotation": {
3299
- "type": "keyword",
3300
- "value": "string"
3301
- },
3302
- "computed": false
3303
- },
3304
- {
3305
- "type": "propertySignature",
3306
- "key": {
3307
- "type": "identifier",
3308
- "name": "user_name"
3309
- },
3310
- "annotation": {
3311
- "type": "keyword",
3312
- "value": "string"
3313
- },
3314
- "computed": false
3315
- }
3316
- ]
3317
- },
3318
- "computed": false
3319
- }
3320
- ]
3321
- },
3322
- "computed": false
3323
- }
3324
- ]
3402
+ "type": "keyword",
3403
+ "value": "boolean"
3404
+ },
3405
+ "optional": true,
3406
+ "computed": false
3407
+ },
3408
+ {
3409
+ "type": "propertySignature",
3410
+ "key": {
3411
+ "type": "identifier",
3412
+ "name": "dragTips"
3413
+ },
3414
+ "annotation": {
3415
+ "type": "keyword",
3416
+ "value": "string"
3417
+ },
3418
+ "optional": true,
3419
+ "computed": false
3420
+ },
3421
+ {
3422
+ "type": "propertySignature",
3423
+ "key": {
3424
+ "type": "identifier",
3425
+ "name": "accept"
3426
+ },
3427
+ "annotation": {
3428
+ "type": "keyword",
3429
+ "value": "string"
3430
+ },
3431
+ "optional": true,
3432
+ "computed": false
3433
+ },
3434
+ {
3435
+ "type": "propertySignature",
3436
+ "key": {
3437
+ "type": "identifier",
3438
+ "name": "maxFiles"
3439
+ },
3440
+ "annotation": {
3441
+ "type": "keyword",
3442
+ "value": "number"
3443
+ },
3444
+ "optional": true,
3445
+ "computed": false
3446
+ }
3447
+ ]
3448
+ },
3449
+ {
3450
+ "type": "interface",
3451
+ "name": "ChatPayload",
3452
+ "body": [
3453
+ {
3454
+ "type": "propertySignature",
3455
+ "key": {
3456
+ "type": "identifier",
3457
+ "name": "content"
3458
+ },
3459
+ "annotation": {
3460
+ "type": "keyword",
3461
+ "value": "string"
3325
3462
  },
3326
3463
  "computed": false
3327
3464
  }
@@ -3331,240 +3468,125 @@
3331
3468
  "type": "expressionWithTypeArguments",
3332
3469
  "expression": {
3333
3470
  "type": "identifier",
3334
- "name": "ActivityBase"
3471
+ "name": "ExtraChatPayload"
3335
3472
  }
3336
3473
  }
3337
3474
  ]
3338
3475
  },
3339
3476
  {
3340
3477
  "type": "interface",
3341
- "name": "ActivityOfAlterUser",
3478
+ "name": "ExtraChatPayload",
3342
3479
  "body": [
3343
3480
  {
3344
3481
  "type": "propertySignature",
3345
3482
  "key": {
3346
3483
  "type": "identifier",
3347
- "name": "action_type"
3484
+ "name": "files"
3348
3485
  },
3349
3486
  "annotation": {
3350
- "type": "jsLiteral",
3351
- "value": "alter_user"
3487
+ "type": "array",
3488
+ "elementType": {
3489
+ "type": "reference",
3490
+ "typeName": {
3491
+ "type": "identifier",
3492
+ "name": "UploadFileInfo"
3493
+ }
3494
+ }
3352
3495
  },
3496
+ "optional": true,
3353
3497
  "computed": false
3354
3498
  },
3355
3499
  {
3356
3500
  "type": "propertySignature",
3357
3501
  "key": {
3358
3502
  "type": "identifier",
3359
- "name": "metadata"
3503
+ "name": "cmd"
3360
3504
  },
3361
3505
  "annotation": {
3362
- "type": "typeLiteral",
3363
- "members": [
3506
+ "type": "union",
3507
+ "types": [
3364
3508
  {
3365
- "type": "propertySignature",
3366
- "key": {
3509
+ "type": "reference",
3510
+ "typeName": {
3367
3511
  "type": "identifier",
3368
- "name": "before"
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
3512
+ "name": "CommandPayload"
3513
+ }
3425
3514
  },
3426
3515
  {
3427
- "type": "propertySignature",
3428
- "key": {
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
3516
+ "type": "keyword",
3517
+ "value": "null"
3487
3518
  }
3488
3519
  ]
3489
3520
  },
3521
+ "optional": true,
3490
3522
  "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": [
3523
+ },
3507
3524
  {
3508
3525
  "type": "propertySignature",
3509
3526
  "key": {
3510
3527
  "type": "identifier",
3511
- "name": "action_type"
3528
+ "name": "aiEmployeeId"
3512
3529
  },
3513
3530
  "annotation": {
3514
- "type": "jsLiteral",
3515
- "value": "add_comment"
3531
+ "type": "union",
3532
+ "types": [
3533
+ {
3534
+ "type": "keyword",
3535
+ "value": "string"
3536
+ },
3537
+ {
3538
+ "type": "keyword",
3539
+ "value": "null"
3540
+ }
3541
+ ]
3516
3542
  },
3543
+ "optional": true,
3517
3544
  "computed": false
3518
- },
3545
+ }
3546
+ ]
3547
+ },
3548
+ {
3549
+ "type": "interface",
3550
+ "name": "UploadFileInfo",
3551
+ "body": [
3519
3552
  {
3520
3553
  "type": "propertySignature",
3521
3554
  "key": {
3522
3555
  "type": "identifier",
3523
- "name": "metadata"
3556
+ "name": "fileId"
3524
3557
  },
3525
3558
  "annotation": {
3526
- "type": "typeLiteral",
3527
- "members": [
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
- ]
3559
+ "type": "keyword",
3560
+ "value": "string"
3541
3561
  },
3542
3562
  "computed": false
3543
3563
  }
3544
- ],
3545
- "extends": [
3546
- {
3547
- "type": "expressionWithTypeArguments",
3548
- "expression": {
3549
- "type": "identifier",
3550
- "name": "ActivityBase"
3551
- }
3552
- }
3553
3564
  ]
3554
3565
  },
3566
+ {
3567
+ "type": "typeAlias",
3568
+ "name": "CommandPayload",
3569
+ "annotation": {
3570
+ "type": "reference",
3571
+ "typeName": {
3572
+ "type": "identifier",
3573
+ "name": "CommandPayloadServiceFlowStarting"
3574
+ }
3575
+ }
3576
+ },
3555
3577
  {
3556
3578
  "type": "interface",
3557
- "name": "ActivityOfStartConversation",
3579
+ "name": "CommandPayloadServiceFlowStarting",
3558
3580
  "body": [
3559
3581
  {
3560
3582
  "type": "propertySignature",
3561
3583
  "key": {
3562
3584
  "type": "identifier",
3563
- "name": "action_type"
3585
+ "name": "type"
3564
3586
  },
3565
3587
  "annotation": {
3566
3588
  "type": "jsLiteral",
3567
- "value": "start_conversation"
3589
+ "value": "serviceFlowStarting"
3568
3590
  },
3569
3591
  "computed": false
3570
3592
  },
@@ -3572,7 +3594,7 @@
3572
3594
  "type": "propertySignature",
3573
3595
  "key": {
3574
3596
  "type": "identifier",
3575
- "name": "metadata"
3597
+ "name": "serviceFlowStarting"
3576
3598
  },
3577
3599
  "annotation": {
3578
3600
  "type": "typeLiteral",
@@ -3581,7 +3603,7 @@
3581
3603
  "type": "propertySignature",
3582
3604
  "key": {
3583
3605
  "type": "identifier",
3584
- "name": "conversation_id"
3606
+ "name": "spaceInstanceId"
3585
3607
  },
3586
3608
  "annotation": {
3587
3609
  "type": "keyword",
@@ -3593,19 +3615,33 @@
3593
3615
  "type": "propertySignature",
3594
3616
  "key": {
3595
3617
  "type": "identifier",
3596
- "name": "conversation_title"
3618
+ "name": "spaceName"
3597
3619
  },
3598
3620
  "annotation": {
3599
3621
  "type": "keyword",
3600
3622
  "value": "string"
3601
3623
  },
3624
+ "optional": true,
3602
3625
  "computed": false
3603
3626
  },
3604
3627
  {
3605
3628
  "type": "propertySignature",
3606
3629
  "key": {
3607
3630
  "type": "identifier",
3608
- "name": "conversation_description"
3631
+ "name": "flowInstanceId"
3632
+ },
3633
+ "annotation": {
3634
+ "type": "keyword",
3635
+ "value": "string"
3636
+ },
3637
+ "optional": true,
3638
+ "computed": false
3639
+ },
3640
+ {
3641
+ "type": "propertySignature",
3642
+ "key": {
3643
+ "type": "identifier",
3644
+ "name": "flowName"
3609
3645
  },
3610
3646
  "annotation": {
3611
3647
  "type": "keyword",
@@ -3618,113 +3654,6 @@
3618
3654
  },
3619
3655
  "computed": false
3620
3656
  }
3621
- ],
3622
- "extends": [
3623
- {
3624
- "type": "expressionWithTypeArguments",
3625
- "expression": {
3626
- "type": "identifier",
3627
- "name": "ActivityBase"
3628
- }
3629
- }
3630
- ]
3631
- }
3632
- ]
3633
- },
3634
- "ai-portal.show-case": {
3635
- "properties": [
3636
- {
3637
- "name": "caseTitle",
3638
- "annotation": {
3639
- "type": "keyword",
3640
- "value": "string"
3641
- }
3642
- },
3643
- {
3644
- "name": "summary",
3645
- "annotation": {
3646
- "type": "keyword",
3647
- "value": "string"
3648
- }
3649
- },
3650
- {
3651
- "name": "url",
3652
- "annotation": {
3653
- "type": "keyword",
3654
- "value": "string"
3655
- }
3656
- }
3657
- ],
3658
- "events": [],
3659
- "methods": []
3660
- },
3661
- "ai-portal.flow-tabs": {
3662
- "properties": [
3663
- {
3664
- "name": "tabs",
3665
- "annotation": {
3666
- "type": "array",
3667
- "elementType": {
3668
- "type": "reference",
3669
- "typeName": {
3670
- "type": "identifier",
3671
- "name": "Tab"
3672
- }
3673
- }
3674
- }
3675
- },
3676
- {
3677
- "name": "activeTab",
3678
- "annotation": {
3679
- "type": "keyword",
3680
- "value": "string"
3681
- }
3682
- }
3683
- ],
3684
- "events": [
3685
- {
3686
- "name": "tab.click",
3687
- "detail": {
3688
- "annotation": {
3689
- "type": "reference",
3690
- "typeName": {
3691
- "type": "identifier",
3692
- "name": "Tab"
3693
- }
3694
- }
3695
- }
3696
- }
3697
- ],
3698
- "methods": [],
3699
- "types": [
3700
- {
3701
- "type": "interface",
3702
- "name": "Tab",
3703
- "body": [
3704
- {
3705
- "type": "propertySignature",
3706
- "key": {
3707
- "type": "identifier",
3708
- "name": "id"
3709
- },
3710
- "annotation": {
3711
- "type": "keyword",
3712
- "value": "string"
3713
- },
3714
- "computed": false
3715
- },
3716
- {
3717
- "type": "propertySignature",
3718
- "key": {
3719
- "type": "identifier",
3720
- "name": "label"
3721
- },
3722
- "annotation": {
3723
- "type": "keyword",
3724
- "value": "string"
3725
- },
3726
- "computed": false
3727
- }
3728
3657
  ]
3729
3658
  }
3730
3659
  ]
@@ -4091,6 +4020,77 @@
4091
4020
  }
4092
4021
  ]
4093
4022
  },
4023
+ "ai-portal.flow-tabs": {
4024
+ "properties": [
4025
+ {
4026
+ "name": "tabs",
4027
+ "annotation": {
4028
+ "type": "array",
4029
+ "elementType": {
4030
+ "type": "reference",
4031
+ "typeName": {
4032
+ "type": "identifier",
4033
+ "name": "Tab"
4034
+ }
4035
+ }
4036
+ }
4037
+ },
4038
+ {
4039
+ "name": "activeTab",
4040
+ "annotation": {
4041
+ "type": "keyword",
4042
+ "value": "string"
4043
+ }
4044
+ }
4045
+ ],
4046
+ "events": [
4047
+ {
4048
+ "name": "tab.click",
4049
+ "detail": {
4050
+ "annotation": {
4051
+ "type": "reference",
4052
+ "typeName": {
4053
+ "type": "identifier",
4054
+ "name": "Tab"
4055
+ }
4056
+ }
4057
+ }
4058
+ }
4059
+ ],
4060
+ "methods": [],
4061
+ "types": [
4062
+ {
4063
+ "type": "interface",
4064
+ "name": "Tab",
4065
+ "body": [
4066
+ {
4067
+ "type": "propertySignature",
4068
+ "key": {
4069
+ "type": "identifier",
4070
+ "name": "id"
4071
+ },
4072
+ "annotation": {
4073
+ "type": "keyword",
4074
+ "value": "string"
4075
+ },
4076
+ "computed": false
4077
+ },
4078
+ {
4079
+ "type": "propertySignature",
4080
+ "key": {
4081
+ "type": "identifier",
4082
+ "name": "label"
4083
+ },
4084
+ "annotation": {
4085
+ "type": "keyword",
4086
+ "value": "string"
4087
+ },
4088
+ "computed": false
4089
+ }
4090
+ ]
4091
+ }
4092
+ ]
4093
+ },
4094
4094
  "ai-portal.running-flow": {
4095
4095
  "properties": [
4096
4096
  {