@next-bricks/ai-portal 0.58.1 → 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 (38) hide show
  1. package/dist/bricks.json +32 -32
  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/7238.9abe2a64.js +3 -0
  7. package/dist/chunks/{3848.01a4987f.js.LICENSE.txt → 7238.9abe2a64.js.LICENSE.txt} +2 -0
  8. package/dist/chunks/7238.9abe2a64.js.map +1 -0
  9. package/dist/chunks/7586.b406d4bf.js +2 -0
  10. package/dist/chunks/7586.b406d4bf.js.map +1 -0
  11. package/dist/chunks/9496.9be62b7c.js +2 -0
  12. package/dist/chunks/9496.9be62b7c.js.map +1 -0
  13. package/dist/chunks/{main.2d14a300.js → main.f26590db.js} +2 -2
  14. package/dist/chunks/{main.2d14a300.js.map → main.f26590db.js.map} +1 -1
  15. package/dist/examples.json +19 -19
  16. package/dist/{index.11c928b3.js → index.734b36bb.js} +2 -2
  17. package/dist/{index.11c928b3.js.map → index.734b36bb.js.map} +1 -1
  18. package/dist/manifest.json +244 -244
  19. package/dist/types.json +644 -644
  20. package/dist-types/chat-stream/UserMessage/UserMessage.d.ts +2 -1
  21. package/dist-types/chat-stream/interfaces.d.ts +1 -0
  22. package/dist-types/cruise-canvas/NodeRequirement/NodeRequirement.d.ts +2 -1
  23. package/dist-types/cruise-canvas/interfaces.d.ts +1 -0
  24. package/dist-types/shared/ReadableCommand/ReadableCommand.d.ts +3 -2
  25. package/dist-types/shared/fetchEmployee.d.ts +3 -0
  26. package/dist-types/shared/fetchEmployee.spec.d.ts +1 -0
  27. package/package.json +2 -2
  28. package/dist/chunks/1488.46c471c4.js +0 -2
  29. package/dist/chunks/1488.46c471c4.js.map +0 -1
  30. package/dist/chunks/2232.05ad07e2.js +0 -2
  31. package/dist/chunks/2232.05ad07e2.js.map +0 -1
  32. package/dist/chunks/3848.01a4987f.js +0 -3
  33. package/dist/chunks/3848.01a4987f.js.map +0 -1
  34. package/dist/chunks/4002.68156a0e.js +0 -3
  35. package/dist/chunks/4002.68156a0e.js.LICENSE.txt +0 -1
  36. package/dist/chunks/4002.68156a0e.js.map +0 -1
  37. package/dist/chunks/9496.08074e2b.js +0 -2
  38. package/dist/chunks/9496.08074e2b.js.map +0 -1
package/dist/types.json CHANGED
@@ -1,4 +1,108 @@
1
1
  {
2
+ "ai-portal.stat-with-mini-chart": {
3
+ "properties": [
4
+ {
5
+ "name": "label",
6
+ "annotation": {
7
+ "type": "keyword",
8
+ "value": "string"
9
+ }
10
+ },
11
+ {
12
+ "name": "value",
13
+ "annotation": {
14
+ "type": "keyword",
15
+ "value": "string"
16
+ }
17
+ },
18
+ {
19
+ "name": "size",
20
+ "annotation": {
21
+ "type": "union",
22
+ "types": [
23
+ {
24
+ "type": "jsLiteral",
25
+ "value": "medium"
26
+ },
27
+ {
28
+ "type": "jsLiteral",
29
+ "value": "small"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "name": "lineColor",
36
+ "annotation": {
37
+ "type": "keyword",
38
+ "value": "string"
39
+ }
40
+ },
41
+ {
42
+ "name": "showArea",
43
+ "annotation": {
44
+ "type": "keyword",
45
+ "value": "boolean"
46
+ }
47
+ },
48
+ {
49
+ "name": "min",
50
+ "annotation": {
51
+ "type": "keyword",
52
+ "value": "number"
53
+ }
54
+ },
55
+ {
56
+ "name": "max",
57
+ "annotation": {
58
+ "type": "keyword",
59
+ "value": "number"
60
+ }
61
+ },
62
+ {
63
+ "name": "xField",
64
+ "annotation": {
65
+ "type": "keyword",
66
+ "value": "string"
67
+ }
68
+ },
69
+ {
70
+ "name": "yField",
71
+ "annotation": {
72
+ "type": "keyword",
73
+ "value": "string"
74
+ }
75
+ },
76
+ {
77
+ "name": "data",
78
+ "annotation": {
79
+ "type": "array",
80
+ "elementType": {
81
+ "type": "reference",
82
+ "typeName": {
83
+ "type": "identifier",
84
+ "name": "Record"
85
+ },
86
+ "typeParameters": {
87
+ "type": "typeParameterInstantiation",
88
+ "params": [
89
+ {
90
+ "type": "keyword",
91
+ "value": "string"
92
+ },
93
+ {
94
+ "type": "keyword",
95
+ "value": "number"
96
+ }
97
+ ]
98
+ }
99
+ }
100
+ }
101
+ }
102
+ ],
103
+ "events": [],
104
+ "methods": []
105
+ },
2
106
  "ai-portal.home-container": {
3
107
  "properties": [
4
108
  {
@@ -90,6 +194,114 @@
90
194
  }
91
195
  ]
92
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
+ },
93
305
  "ai-portal.call-tool": {
94
306
  "type": "provider",
95
307
  "params": [
@@ -712,138 +924,30 @@
712
924
  }
713
925
  ]
714
926
  },
715
- "ai-portal.page-container": {
927
+ "ai-portal.tab-list": {
716
928
  "properties": [
717
929
  {
718
- "name": "pageTitle",
719
- "annotation": {
720
- "type": "keyword",
721
- "value": "string"
722
- }
723
- },
724
- {
725
- "name": "breadcrumbs",
930
+ "name": "tabs",
726
931
  "annotation": {
727
932
  "type": "array",
728
933
  "elementType": {
729
934
  "type": "reference",
730
935
  "typeName": {
731
936
  "type": "identifier",
732
- "name": "Breadcrumb"
937
+ "name": "Tab"
733
938
  }
734
939
  }
735
940
  }
736
941
  },
737
942
  {
738
- "name": "size",
943
+ "name": "activeTab",
739
944
  "annotation": {
740
- "type": "union",
741
- "types": [
742
- {
743
- "type": "jsLiteral",
744
- "value": "medium"
745
- },
746
- {
747
- "type": "jsLiteral",
748
- "value": "small"
749
- },
750
- {
751
- "type": "jsLiteral",
752
- "value": "full"
753
- }
754
- ]
945
+ "type": "keyword",
946
+ "value": "string"
755
947
  }
756
- },
757
- {
758
- "name": "variant",
759
- "annotation": {
760
- "type": "union",
761
- "types": [
762
- {
763
- "type": "jsLiteral",
764
- "value": "default"
765
- },
766
- {
767
- "type": "jsLiteral",
768
- "value": "form"
769
- }
770
- ]
771
- }
772
- },
773
- {
774
- "name": "sticky",
775
- "annotation": {
776
- "type": "keyword",
777
- "value": "boolean"
778
- }
779
- },
780
- {
781
- "name": "textContent",
782
- "annotation": {
783
- "type": "keyword",
784
- "value": "string"
785
- }
786
- }
787
- ],
788
- "events": [],
789
- "methods": [],
790
- "types": [
791
- {
792
- "type": "interface",
793
- "name": "Breadcrumb",
794
- "body": [
795
- {
796
- "type": "propertySignature",
797
- "key": {
798
- "type": "identifier",
799
- "name": "text"
800
- },
801
- "annotation": {
802
- "type": "keyword",
803
- "value": "string"
804
- },
805
- "computed": false
806
- },
807
- {
808
- "type": "propertySignature",
809
- "key": {
810
- "type": "identifier",
811
- "name": "url"
812
- },
813
- "annotation": {
814
- "type": "keyword",
815
- "value": "string"
816
- },
817
- "computed": false
818
- }
819
- ]
820
- }
821
- ]
822
- },
823
- "ai-portal.tab-list": {
824
- "properties": [
825
- {
826
- "name": "tabs",
827
- "annotation": {
828
- "type": "array",
829
- "elementType": {
830
- "type": "reference",
831
- "typeName": {
832
- "type": "identifier",
833
- "name": "Tab"
834
- }
835
- }
836
- }
837
- },
838
- {
839
- "name": "activeTab",
840
- "annotation": {
841
- "type": "keyword",
842
- "value": "string"
843
- }
844
- }
845
- ],
846
- "events": [
948
+ }
949
+ ],
950
+ "events": [
847
951
  {
848
952
  "name": "tab.click",
849
953
  "detail": {
@@ -891,110 +995,6 @@
891
995
  }
892
996
  ]
893
997
  },
894
- "ai-portal.stat-with-mini-chart": {
895
- "properties": [
896
- {
897
- "name": "label",
898
- "annotation": {
899
- "type": "keyword",
900
- "value": "string"
901
- }
902
- },
903
- {
904
- "name": "value",
905
- "annotation": {
906
- "type": "keyword",
907
- "value": "string"
908
- }
909
- },
910
- {
911
- "name": "size",
912
- "annotation": {
913
- "type": "union",
914
- "types": [
915
- {
916
- "type": "jsLiteral",
917
- "value": "medium"
918
- },
919
- {
920
- "type": "jsLiteral",
921
- "value": "small"
922
- }
923
- ]
924
- }
925
- },
926
- {
927
- "name": "lineColor",
928
- "annotation": {
929
- "type": "keyword",
930
- "value": "string"
931
- }
932
- },
933
- {
934
- "name": "showArea",
935
- "annotation": {
936
- "type": "keyword",
937
- "value": "boolean"
938
- }
939
- },
940
- {
941
- "name": "min",
942
- "annotation": {
943
- "type": "keyword",
944
- "value": "number"
945
- }
946
- },
947
- {
948
- "name": "max",
949
- "annotation": {
950
- "type": "keyword",
951
- "value": "number"
952
- }
953
- },
954
- {
955
- "name": "xField",
956
- "annotation": {
957
- "type": "keyword",
958
- "value": "string"
959
- }
960
- },
961
- {
962
- "name": "yField",
963
- "annotation": {
964
- "type": "keyword",
965
- "value": "string"
966
- }
967
- },
968
- {
969
- "name": "data",
970
- "annotation": {
971
- "type": "array",
972
- "elementType": {
973
- "type": "reference",
974
- "typeName": {
975
- "type": "identifier",
976
- "name": "Record"
977
- },
978
- "typeParameters": {
979
- "type": "typeParameterInstantiation",
980
- "params": [
981
- {
982
- "type": "keyword",
983
- "value": "string"
984
- },
985
- {
986
- "type": "keyword",
987
- "value": "number"
988
- }
989
- ]
990
- }
991
- }
992
- }
993
- }
994
- ],
995
- "events": [],
996
- "methods": []
997
- },
998
998
  "ai-portal.elevo-logo": {
999
999
  "properties": [],
1000
1000
  "events": [],
@@ -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,7 +2066,7 @@
2066
2066
  }
2067
2067
  ]
2068
2068
  },
2069
- "ai-portal.activity-timeline": {
2069
+ "ai-portal.project-conversations": {
2070
2070
  "properties": [
2071
2071
  {
2072
2072
  "name": "list",
@@ -2076,41 +2076,267 @@
2076
2076
  "type": "reference",
2077
2077
  "typeName": {
2078
2078
  "type": "identifier",
2079
- "name": "Activity"
2079
+ "name": "Conversation"
2080
2080
  }
2081
2081
  }
2082
2082
  }
2083
2083
  },
2084
2084
  {
2085
- "name": "chatUrlTemplate",
2085
+ "name": "urlTemplate",
2086
2086
  "annotation": {
2087
2087
  "type": "keyword",
2088
2088
  "value": "string"
2089
2089
  }
2090
- }
2091
- ],
2092
- "events": [],
2093
- "methods": [],
2094
- "types": [
2090
+ },
2095
2091
  {
2096
- "type": "typeAlias",
2097
- "name": "Activity",
2092
+ "name": "actions",
2098
2093
  "annotation": {
2099
- "type": "union",
2100
- "types": [
2101
- {
2102
- "type": "reference",
2103
- "typeName": {
2104
- "type": "identifier",
2105
- "name": "ActivityOfCreateGoal"
2106
- }
2107
- },
2108
- {
2109
- "type": "reference",
2110
- "typeName": {
2111
- "type": "identifier",
2112
- "name": "ActivityOfEditGoal"
2113
- }
2094
+ "type": "array",
2095
+ "elementType": {
2096
+ "type": "reference",
2097
+ "typeName": {
2098
+ "type": "identifier",
2099
+ "name": "ActionType"
2100
+ }
2101
+ }
2102
+ }
2103
+ },
2104
+ {
2105
+ "name": "goals",
2106
+ "annotation": {
2107
+ "type": "array",
2108
+ "elementType": {
2109
+ "type": "reference",
2110
+ "typeName": {
2111
+ "type": "identifier",
2112
+ "name": "Goal"
2113
+ }
2114
+ }
2115
+ }
2116
+ }
2117
+ ],
2118
+ "events": [
2119
+ {
2120
+ "name": "goal.click",
2121
+ "detail": {
2122
+ "annotation": {
2123
+ "type": "reference",
2124
+ "typeName": {
2125
+ "type": "identifier",
2126
+ "name": "Conversation"
2127
+ }
2128
+ }
2129
+ }
2130
+ },
2131
+ {
2132
+ "name": "action.click",
2133
+ "detail": {
2134
+ "annotation": {
2135
+ "type": "reference",
2136
+ "typeName": {
2137
+ "type": "identifier",
2138
+ "name": "ActionClickDetail"
2139
+ }
2140
+ }
2141
+ }
2142
+ }
2143
+ ],
2144
+ "methods": [],
2145
+ "types": [
2146
+ {
2147
+ "type": "interface",
2148
+ "name": "Conversation",
2149
+ "body": [
2150
+ {
2151
+ "type": "propertySignature",
2152
+ "key": {
2153
+ "type": "identifier",
2154
+ "name": "conversationId"
2155
+ },
2156
+ "annotation": {
2157
+ "type": "keyword",
2158
+ "value": "string"
2159
+ },
2160
+ "computed": false
2161
+ },
2162
+ {
2163
+ "type": "propertySignature",
2164
+ "key": {
2165
+ "type": "identifier",
2166
+ "name": "title"
2167
+ },
2168
+ "annotation": {
2169
+ "type": "keyword",
2170
+ "value": "string"
2171
+ },
2172
+ "computed": false
2173
+ },
2174
+ {
2175
+ "type": "propertySignature",
2176
+ "key": {
2177
+ "type": "identifier",
2178
+ "name": "startTime"
2179
+ },
2180
+ "annotation": {
2181
+ "type": "keyword",
2182
+ "value": "number"
2183
+ },
2184
+ "computed": false
2185
+ },
2186
+ {
2187
+ "type": "propertySignature",
2188
+ "key": {
2189
+ "type": "identifier",
2190
+ "name": "description"
2191
+ },
2192
+ "annotation": {
2193
+ "type": "keyword",
2194
+ "value": "string"
2195
+ },
2196
+ "optional": true,
2197
+ "computed": false
2198
+ },
2199
+ {
2200
+ "type": "propertySignature",
2201
+ "key": {
2202
+ "type": "identifier",
2203
+ "name": "goalInstanceId"
2204
+ },
2205
+ "annotation": {
2206
+ "type": "keyword",
2207
+ "value": "string"
2208
+ },
2209
+ "optional": true,
2210
+ "computed": false
2211
+ },
2212
+ {
2213
+ "type": "propertySignature",
2214
+ "key": {
2215
+ "type": "identifier",
2216
+ "name": "username"
2217
+ },
2218
+ "annotation": {
2219
+ "type": "keyword",
2220
+ "value": "string"
2221
+ },
2222
+ "optional": true,
2223
+ "computed": false
2224
+ }
2225
+ ]
2226
+ },
2227
+ {
2228
+ "type": "interface",
2229
+ "name": "Goal",
2230
+ "body": [
2231
+ {
2232
+ "type": "propertySignature",
2233
+ "key": {
2234
+ "type": "identifier",
2235
+ "name": "instanceId"
2236
+ },
2237
+ "annotation": {
2238
+ "type": "keyword",
2239
+ "value": "string"
2240
+ },
2241
+ "computed": false
2242
+ },
2243
+ {
2244
+ "type": "propertySignature",
2245
+ "key": {
2246
+ "type": "identifier",
2247
+ "name": "title"
2248
+ },
2249
+ "annotation": {
2250
+ "type": "keyword",
2251
+ "value": "string"
2252
+ },
2253
+ "computed": false
2254
+ }
2255
+ ]
2256
+ },
2257
+ {
2258
+ "type": "interface",
2259
+ "name": "ActionClickDetail",
2260
+ "body": [
2261
+ {
2262
+ "type": "propertySignature",
2263
+ "key": {
2264
+ "type": "identifier",
2265
+ "name": "action"
2266
+ },
2267
+ "annotation": {
2268
+ "type": "reference",
2269
+ "typeName": {
2270
+ "type": "identifier",
2271
+ "name": "SimpleActionType"
2272
+ }
2273
+ },
2274
+ "computed": false
2275
+ },
2276
+ {
2277
+ "type": "propertySignature",
2278
+ "key": {
2279
+ "type": "identifier",
2280
+ "name": "item"
2281
+ },
2282
+ "annotation": {
2283
+ "type": "reference",
2284
+ "typeName": {
2285
+ "type": "identifier",
2286
+ "name": "Conversation"
2287
+ }
2288
+ },
2289
+ "computed": false
2290
+ }
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
+ }
2309
+ },
2310
+ {
2311
+ "name": "chatUrlTemplate",
2312
+ "annotation": {
2313
+ "type": "keyword",
2314
+ "value": "string"
2315
+ }
2316
+ }
2317
+ ],
2318
+ "events": [],
2319
+ "methods": [],
2320
+ "types": [
2321
+ {
2322
+ "type": "typeAlias",
2323
+ "name": "Activity",
2324
+ "annotation": {
2325
+ "type": "union",
2326
+ "types": [
2327
+ {
2328
+ "type": "reference",
2329
+ "typeName": {
2330
+ "type": "identifier",
2331
+ "name": "ActivityOfCreateGoal"
2332
+ }
2333
+ },
2334
+ {
2335
+ "type": "reference",
2336
+ "typeName": {
2337
+ "type": "identifier",
2338
+ "name": "ActivityOfEditGoal"
2339
+ }
2114
2340
  },
2115
2341
  {
2116
2342
  "type": "reference",
@@ -2971,301 +3197,102 @@
2971
3197
  "type": "identifier",
2972
3198
  "name": "action_type"
2973
3199
  },
2974
- "annotation": {
2975
- "type": "jsLiteral",
2976
- "value": "start_conversation"
2977
- },
2978
- "computed": false
2979
- },
2980
- {
2981
- "type": "propertySignature",
2982
- "key": {
2983
- "type": "identifier",
2984
- "name": "metadata"
2985
- },
2986
- "annotation": {
2987
- "type": "typeLiteral",
2988
- "members": [
2989
- {
2990
- "type": "propertySignature",
2991
- "key": {
2992
- "type": "identifier",
2993
- "name": "conversation_id"
2994
- },
2995
- "annotation": {
2996
- "type": "keyword",
2997
- "value": "string"
2998
- },
2999
- "computed": false
3000
- },
3001
- {
3002
- "type": "propertySignature",
3003
- "key": {
3004
- "type": "identifier",
3005
- "name": "conversation_title"
3006
- },
3007
- "annotation": {
3008
- "type": "keyword",
3009
- "value": "string"
3010
- },
3011
- "computed": false
3012
- },
3013
- {
3014
- "type": "propertySignature",
3015
- "key": {
3016
- "type": "identifier",
3017
- "name": "conversation_description"
3018
- },
3019
- "annotation": {
3020
- "type": "keyword",
3021
- "value": "string"
3022
- },
3023
- "optional": true,
3024
- "computed": false
3025
- }
3026
- ]
3027
- },
3028
- "computed": false
3029
- }
3030
- ],
3031
- "extends": [
3032
- {
3033
- "type": "expressionWithTypeArguments",
3034
- "expression": {
3035
- "type": "identifier",
3036
- "name": "ActivityBase"
3037
- }
3038
- }
3039
- ]
3040
- }
3041
- ]
3042
- },
3043
- "ai-portal.project-conversations": {
3044
- "properties": [
3045
- {
3046
- "name": "list",
3047
- "annotation": {
3048
- "type": "array",
3049
- "elementType": {
3050
- "type": "reference",
3051
- "typeName": {
3052
- "type": "identifier",
3053
- "name": "Conversation"
3054
- }
3055
- }
3056
- }
3057
- },
3058
- {
3059
- "name": "urlTemplate",
3060
- "annotation": {
3061
- "type": "keyword",
3062
- "value": "string"
3063
- }
3064
- },
3065
- {
3066
- "name": "actions",
3067
- "annotation": {
3068
- "type": "array",
3069
- "elementType": {
3070
- "type": "reference",
3071
- "typeName": {
3072
- "type": "identifier",
3073
- "name": "ActionType"
3074
- }
3075
- }
3076
- }
3077
- },
3078
- {
3079
- "name": "goals",
3080
- "annotation": {
3081
- "type": "array",
3082
- "elementType": {
3083
- "type": "reference",
3084
- "typeName": {
3085
- "type": "identifier",
3086
- "name": "Goal"
3087
- }
3088
- }
3089
- }
3090
- }
3091
- ],
3092
- "events": [
3093
- {
3094
- "name": "goal.click",
3095
- "detail": {
3096
- "annotation": {
3097
- "type": "reference",
3098
- "typeName": {
3099
- "type": "identifier",
3100
- "name": "Conversation"
3101
- }
3102
- }
3103
- }
3104
- },
3105
- {
3106
- "name": "action.click",
3107
- "detail": {
3108
- "annotation": {
3109
- "type": "reference",
3110
- "typeName": {
3111
- "type": "identifier",
3112
- "name": "ActionClickDetail"
3113
- }
3114
- }
3115
- }
3116
- }
3117
- ],
3118
- "methods": [],
3119
- "types": [
3120
- {
3121
- "type": "interface",
3122
- "name": "Conversation",
3123
- "body": [
3124
- {
3125
- "type": "propertySignature",
3126
- "key": {
3127
- "type": "identifier",
3128
- "name": "conversationId"
3129
- },
3130
- "annotation": {
3131
- "type": "keyword",
3132
- "value": "string"
3133
- },
3134
- "computed": false
3135
- },
3136
- {
3137
- "type": "propertySignature",
3138
- "key": {
3139
- "type": "identifier",
3140
- "name": "title"
3141
- },
3142
- "annotation": {
3143
- "type": "keyword",
3144
- "value": "string"
3145
- },
3146
- "computed": false
3147
- },
3148
- {
3149
- "type": "propertySignature",
3150
- "key": {
3151
- "type": "identifier",
3152
- "name": "startTime"
3153
- },
3154
- "annotation": {
3155
- "type": "keyword",
3156
- "value": "number"
3157
- },
3158
- "computed": false
3159
- },
3160
- {
3161
- "type": "propertySignature",
3162
- "key": {
3163
- "type": "identifier",
3164
- "name": "description"
3165
- },
3166
- "annotation": {
3167
- "type": "keyword",
3168
- "value": "string"
3169
- },
3170
- "optional": true,
3171
- "computed": false
3172
- },
3173
- {
3174
- "type": "propertySignature",
3175
- "key": {
3176
- "type": "identifier",
3177
- "name": "goalInstanceId"
3178
- },
3179
- "annotation": {
3180
- "type": "keyword",
3181
- "value": "string"
3182
- },
3183
- "optional": true,
3184
- "computed": false
3185
- },
3186
- {
3187
- "type": "propertySignature",
3188
- "key": {
3189
- "type": "identifier",
3190
- "name": "username"
3191
- },
3192
- "annotation": {
3193
- "type": "keyword",
3194
- "value": "string"
3195
- },
3196
- "optional": true,
3197
- "computed": false
3198
- }
3199
- ]
3200
- },
3201
- {
3202
- "type": "interface",
3203
- "name": "Goal",
3204
- "body": [
3205
- {
3206
- "type": "propertySignature",
3207
- "key": {
3208
- "type": "identifier",
3209
- "name": "instanceId"
3210
- },
3211
- "annotation": {
3212
- "type": "keyword",
3213
- "value": "string"
3214
- },
3215
- "computed": false
3216
- },
3217
- {
3218
- "type": "propertySignature",
3219
- "key": {
3220
- "type": "identifier",
3221
- "name": "title"
3222
- },
3223
- "annotation": {
3224
- "type": "keyword",
3225
- "value": "string"
3226
- },
3227
- "computed": false
3228
- }
3229
- ]
3230
- },
3231
- {
3232
- "type": "interface",
3233
- "name": "ActionClickDetail",
3234
- "body": [
3235
- {
3236
- "type": "propertySignature",
3237
- "key": {
3238
- "type": "identifier",
3239
- "name": "action"
3240
- },
3241
- "annotation": {
3242
- "type": "reference",
3243
- "typeName": {
3244
- "type": "identifier",
3245
- "name": "SimpleActionType"
3246
- }
3247
- },
3200
+ "annotation": {
3201
+ "type": "jsLiteral",
3202
+ "value": "start_conversation"
3203
+ },
3248
3204
  "computed": false
3249
3205
  },
3250
3206
  {
3251
3207
  "type": "propertySignature",
3252
3208
  "key": {
3253
3209
  "type": "identifier",
3254
- "name": "item"
3210
+ "name": "metadata"
3255
3211
  },
3256
3212
  "annotation": {
3257
- "type": "reference",
3258
- "typeName": {
3259
- "type": "identifier",
3260
- "name": "Conversation"
3261
- }
3213
+ "type": "typeLiteral",
3214
+ "members": [
3215
+ {
3216
+ "type": "propertySignature",
3217
+ "key": {
3218
+ "type": "identifier",
3219
+ "name": "conversation_id"
3220
+ },
3221
+ "annotation": {
3222
+ "type": "keyword",
3223
+ "value": "string"
3224
+ },
3225
+ "computed": false
3226
+ },
3227
+ {
3228
+ "type": "propertySignature",
3229
+ "key": {
3230
+ "type": "identifier",
3231
+ "name": "conversation_title"
3232
+ },
3233
+ "annotation": {
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"
3248
+ },
3249
+ "optional": true,
3250
+ "computed": false
3251
+ }
3252
+ ]
3262
3253
  },
3263
3254
  "computed": false
3264
3255
  }
3256
+ ],
3257
+ "extends": [
3258
+ {
3259
+ "type": "expressionWithTypeArguments",
3260
+ "expression": {
3261
+ "type": "identifier",
3262
+ "name": "ActivityBase"
3263
+ }
3264
+ }
3265
3265
  ]
3266
3266
  }
3267
3267
  ]
3268
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
+ },
3269
3296
  "ai-portal.chat-input": {
3270
3297
  "properties": [
3271
3298
  {
@@ -3631,104 +3658,6 @@
3631
3658
  }
3632
3659
  ]
3633
3660
  },
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
- ]
3729
- }
3730
- ]
3731
- },
3732
3661
  "ai-portal.stage-flow": {
3733
3662
  "properties": [
3734
3663
  {
@@ -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
  {