@next-bricks/ai-portal 0.64.6 → 0.64.8

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 (33) hide show
  1. package/dist/bricks.json +34 -34
  2. package/dist/chunks/{4208.90f96600.js → 4208.54a5a7dd.js} +2 -2
  3. package/dist/chunks/4208.54a5a7dd.js.map +1 -0
  4. package/dist/chunks/{4820.d3be9b94.js → 4820.51e9c918.js} +2 -2
  5. package/dist/chunks/4820.51e9c918.js.map +1 -0
  6. package/dist/chunks/5411.095a6093.js +3 -0
  7. package/dist/chunks/5411.095a6093.js.map +1 -0
  8. package/dist/chunks/{778.850294cf.js → 778.1a43bbd5.js} +2 -2
  9. package/dist/chunks/778.1a43bbd5.js.map +1 -0
  10. package/dist/chunks/chat-panel.abf4cbf4.js +2 -0
  11. package/dist/chunks/chat-panel.abf4cbf4.js.map +1 -0
  12. package/dist/chunks/{elevo-sidebar.78a35f1d.js → elevo-sidebar.4aa42ab3.js} +3 -3
  13. package/dist/chunks/{elevo-sidebar.78a35f1d.js.map → elevo-sidebar.4aa42ab3.js.map} +1 -1
  14. package/dist/chunks/{main.87744001.js → main.f7f23cfb.js} +2 -2
  15. package/dist/chunks/{main.87744001.js.map → main.f7f23cfb.js.map} +1 -1
  16. package/dist/examples.json +20 -20
  17. package/dist/{index.00f609de.js → index.6af15770.js} +2 -2
  18. package/dist/{index.00f609de.js.map → index.6af15770.js.map} +1 -1
  19. package/dist/manifest.json +179 -179
  20. package/dist/types.json +713 -713
  21. package/dist-types/cruise-canvas/reducers/interfaces.d.ts +1 -0
  22. package/dist-types/elevo-sidebar/NavLinkWithActions.d.ts +11 -0
  23. package/dist-types/shared/interfaces.d.ts +1 -0
  24. package/package.json +2 -2
  25. package/dist/chunks/4208.90f96600.js.map +0 -1
  26. package/dist/chunks/4820.d3be9b94.js.map +0 -1
  27. package/dist/chunks/7059.912e3307.js +0 -3
  28. package/dist/chunks/7059.912e3307.js.map +0 -1
  29. package/dist/chunks/778.850294cf.js.map +0 -1
  30. package/dist/chunks/chat-panel.a3dafde9.js +0 -2
  31. package/dist/chunks/chat-panel.a3dafde9.js.map +0 -1
  32. /package/dist/chunks/{7059.912e3307.js.LICENSE.txt → 5411.095a6093.js.LICENSE.txt} +0 -0
  33. /package/dist/chunks/{elevo-sidebar.78a35f1d.js.LICENSE.txt → elevo-sidebar.4aa42ab3.js.LICENSE.txt} +0 -0
package/dist/types.json CHANGED
@@ -12,110 +12,6 @@
12
12
  "events": [],
13
13
  "methods": []
14
14
  },
15
- "ai-portal.stat-with-mini-chart": {
16
- "properties": [
17
- {
18
- "name": "label",
19
- "annotation": {
20
- "type": "keyword",
21
- "value": "string"
22
- }
23
- },
24
- {
25
- "name": "value",
26
- "annotation": {
27
- "type": "keyword",
28
- "value": "string"
29
- }
30
- },
31
- {
32
- "name": "size",
33
- "annotation": {
34
- "type": "union",
35
- "types": [
36
- {
37
- "type": "jsLiteral",
38
- "value": "medium"
39
- },
40
- {
41
- "type": "jsLiteral",
42
- "value": "small"
43
- }
44
- ]
45
- }
46
- },
47
- {
48
- "name": "lineColor",
49
- "annotation": {
50
- "type": "keyword",
51
- "value": "string"
52
- }
53
- },
54
- {
55
- "name": "showArea",
56
- "annotation": {
57
- "type": "keyword",
58
- "value": "boolean"
59
- }
60
- },
61
- {
62
- "name": "min",
63
- "annotation": {
64
- "type": "keyword",
65
- "value": "number"
66
- }
67
- },
68
- {
69
- "name": "max",
70
- "annotation": {
71
- "type": "keyword",
72
- "value": "number"
73
- }
74
- },
75
- {
76
- "name": "xField",
77
- "annotation": {
78
- "type": "keyword",
79
- "value": "string"
80
- }
81
- },
82
- {
83
- "name": "yField",
84
- "annotation": {
85
- "type": "keyword",
86
- "value": "string"
87
- }
88
- },
89
- {
90
- "name": "data",
91
- "annotation": {
92
- "type": "array",
93
- "elementType": {
94
- "type": "reference",
95
- "typeName": {
96
- "type": "identifier",
97
- "name": "Record"
98
- },
99
- "typeParameters": {
100
- "type": "typeParameterInstantiation",
101
- "params": [
102
- {
103
- "type": "keyword",
104
- "value": "string"
105
- },
106
- {
107
- "type": "keyword",
108
- "value": "number"
109
- }
110
- ]
111
- }
112
- }
113
- }
114
- }
115
- ],
116
- "events": [],
117
- "methods": []
118
- },
119
15
  "ai-portal.icon-button": {
120
16
  "properties": [
121
17
  {
@@ -235,6 +131,110 @@
235
131
  }
236
132
  ]
237
133
  },
134
+ "ai-portal.stat-with-mini-chart": {
135
+ "properties": [
136
+ {
137
+ "name": "label",
138
+ "annotation": {
139
+ "type": "keyword",
140
+ "value": "string"
141
+ }
142
+ },
143
+ {
144
+ "name": "value",
145
+ "annotation": {
146
+ "type": "keyword",
147
+ "value": "string"
148
+ }
149
+ },
150
+ {
151
+ "name": "size",
152
+ "annotation": {
153
+ "type": "union",
154
+ "types": [
155
+ {
156
+ "type": "jsLiteral",
157
+ "value": "medium"
158
+ },
159
+ {
160
+ "type": "jsLiteral",
161
+ "value": "small"
162
+ }
163
+ ]
164
+ }
165
+ },
166
+ {
167
+ "name": "lineColor",
168
+ "annotation": {
169
+ "type": "keyword",
170
+ "value": "string"
171
+ }
172
+ },
173
+ {
174
+ "name": "showArea",
175
+ "annotation": {
176
+ "type": "keyword",
177
+ "value": "boolean"
178
+ }
179
+ },
180
+ {
181
+ "name": "min",
182
+ "annotation": {
183
+ "type": "keyword",
184
+ "value": "number"
185
+ }
186
+ },
187
+ {
188
+ "name": "max",
189
+ "annotation": {
190
+ "type": "keyword",
191
+ "value": "number"
192
+ }
193
+ },
194
+ {
195
+ "name": "xField",
196
+ "annotation": {
197
+ "type": "keyword",
198
+ "value": "string"
199
+ }
200
+ },
201
+ {
202
+ "name": "yField",
203
+ "annotation": {
204
+ "type": "keyword",
205
+ "value": "string"
206
+ }
207
+ },
208
+ {
209
+ "name": "data",
210
+ "annotation": {
211
+ "type": "array",
212
+ "elementType": {
213
+ "type": "reference",
214
+ "typeName": {
215
+ "type": "identifier",
216
+ "name": "Record"
217
+ },
218
+ "typeParameters": {
219
+ "type": "typeParameterInstantiation",
220
+ "params": [
221
+ {
222
+ "type": "keyword",
223
+ "value": "string"
224
+ },
225
+ {
226
+ "type": "keyword",
227
+ "value": "number"
228
+ }
229
+ ]
230
+ }
231
+ }
232
+ }
233
+ }
234
+ ],
235
+ "events": [],
236
+ "methods": []
237
+ },
238
238
  "ai-portal.call-tool": {
239
239
  "type": "provider",
240
240
  "params": [
@@ -1912,91 +1912,45 @@
1912
1912
  }
1913
1913
  }
1914
1914
  },
1915
- "ai-portal.page-container": {
1916
- "properties": [
1917
- {
1918
- "name": "pageTitle",
1919
- "annotation": {
1920
- "type": "keyword",
1921
- "value": "string"
1922
- }
1923
- },
1924
- {
1925
- "name": "breadcrumbs",
1926
- "annotation": {
1927
- "type": "array",
1928
- "elementType": {
1929
- "type": "reference",
1930
- "typeName": {
1931
- "type": "identifier",
1932
- "name": "Breadcrumb"
1933
- }
1934
- }
1935
- }
1936
- },
1915
+ "ai-portal.set-chat-command": {
1916
+ "type": "provider",
1917
+ "params": [
1937
1918
  {
1938
- "name": "size",
1919
+ "name": "command",
1939
1920
  "annotation": {
1940
1921
  "type": "union",
1941
1922
  "types": [
1942
1923
  {
1943
- "type": "jsLiteral",
1944
- "value": "medium"
1945
- },
1946
- {
1947
- "type": "jsLiteral",
1948
- "value": "small"
1924
+ "type": "reference",
1925
+ "typeName": {
1926
+ "type": "identifier",
1927
+ "name": "ChatCommand"
1928
+ }
1949
1929
  },
1950
1930
  {
1951
- "type": "jsLiteral",
1952
- "value": "full"
1931
+ "type": "keyword",
1932
+ "value": "null"
1953
1933
  }
1954
1934
  ]
1955
1935
  }
1956
- },
1957
- {
1958
- "name": "variant",
1959
- "annotation": {
1960
- "type": "union",
1961
- "types": [
1962
- {
1963
- "type": "jsLiteral",
1964
- "value": "default"
1965
- },
1966
- {
1967
- "type": "jsLiteral",
1968
- "value": "form"
1969
- }
1970
- ]
1971
- }
1972
- },
1973
- {
1974
- "name": "sticky",
1975
- "annotation": {
1976
- "type": "keyword",
1977
- "value": "boolean"
1978
- }
1979
- },
1980
- {
1981
- "name": "textContent",
1982
- "annotation": {
1983
- "type": "keyword",
1984
- "value": "string"
1985
- }
1986
1936
  }
1987
1937
  ],
1988
- "events": [],
1989
- "methods": [],
1938
+ "returns": {
1939
+ "annotation": {
1940
+ "type": "keyword",
1941
+ "value": "void"
1942
+ }
1943
+ },
1990
1944
  "types": [
1991
1945
  {
1992
1946
  "type": "interface",
1993
- "name": "Breadcrumb",
1947
+ "name": "ChatCommand",
1994
1948
  "body": [
1995
1949
  {
1996
1950
  "type": "propertySignature",
1997
1951
  "key": {
1998
1952
  "type": "identifier",
1999
- "name": "text"
1953
+ "name": "command"
2000
1954
  },
2001
1955
  "annotation": {
2002
1956
  "type": "keyword",
@@ -2008,11 +1962,14 @@
2008
1962
  "type": "propertySignature",
2009
1963
  "key": {
2010
1964
  "type": "identifier",
2011
- "name": "url"
1965
+ "name": "payload"
2012
1966
  },
2013
1967
  "annotation": {
2014
- "type": "keyword",
2015
- "value": "string"
1968
+ "type": "reference",
1969
+ "typeName": {
1970
+ "type": "identifier",
1971
+ "name": "CommandPayload"
1972
+ }
2016
1973
  },
2017
1974
  "computed": false
2018
1975
  }
@@ -2091,45 +2048,91 @@
2091
2048
  }
2092
2049
  ]
2093
2050
  },
2094
- "ai-portal.set-chat-command": {
2095
- "type": "provider",
2096
- "params": [
2051
+ "ai-portal.page-container": {
2052
+ "properties": [
2097
2053
  {
2098
- "name": "command",
2054
+ "name": "pageTitle",
2055
+ "annotation": {
2056
+ "type": "keyword",
2057
+ "value": "string"
2058
+ }
2059
+ },
2060
+ {
2061
+ "name": "breadcrumbs",
2062
+ "annotation": {
2063
+ "type": "array",
2064
+ "elementType": {
2065
+ "type": "reference",
2066
+ "typeName": {
2067
+ "type": "identifier",
2068
+ "name": "Breadcrumb"
2069
+ }
2070
+ }
2071
+ }
2072
+ },
2073
+ {
2074
+ "name": "size",
2099
2075
  "annotation": {
2100
2076
  "type": "union",
2101
2077
  "types": [
2102
2078
  {
2103
- "type": "reference",
2104
- "typeName": {
2105
- "type": "identifier",
2106
- "name": "ChatCommand"
2107
- }
2079
+ "type": "jsLiteral",
2080
+ "value": "medium"
2108
2081
  },
2109
2082
  {
2110
- "type": "keyword",
2111
- "value": "null"
2083
+ "type": "jsLiteral",
2084
+ "value": "small"
2085
+ },
2086
+ {
2087
+ "type": "jsLiteral",
2088
+ "value": "full"
2089
+ }
2090
+ ]
2091
+ }
2092
+ },
2093
+ {
2094
+ "name": "variant",
2095
+ "annotation": {
2096
+ "type": "union",
2097
+ "types": [
2098
+ {
2099
+ "type": "jsLiteral",
2100
+ "value": "default"
2101
+ },
2102
+ {
2103
+ "type": "jsLiteral",
2104
+ "value": "form"
2112
2105
  }
2113
2106
  ]
2114
2107
  }
2108
+ },
2109
+ {
2110
+ "name": "sticky",
2111
+ "annotation": {
2112
+ "type": "keyword",
2113
+ "value": "boolean"
2114
+ }
2115
+ },
2116
+ {
2117
+ "name": "textContent",
2118
+ "annotation": {
2119
+ "type": "keyword",
2120
+ "value": "string"
2121
+ }
2115
2122
  }
2116
2123
  ],
2117
- "returns": {
2118
- "annotation": {
2119
- "type": "keyword",
2120
- "value": "void"
2121
- }
2122
- },
2124
+ "events": [],
2125
+ "methods": [],
2123
2126
  "types": [
2124
2127
  {
2125
2128
  "type": "interface",
2126
- "name": "ChatCommand",
2129
+ "name": "Breadcrumb",
2127
2130
  "body": [
2128
2131
  {
2129
2132
  "type": "propertySignature",
2130
2133
  "key": {
2131
2134
  "type": "identifier",
2132
- "name": "command"
2135
+ "name": "text"
2133
2136
  },
2134
2137
  "annotation": {
2135
2138
  "type": "keyword",
@@ -2141,14 +2144,11 @@
2141
2144
  "type": "propertySignature",
2142
2145
  "key": {
2143
2146
  "type": "identifier",
2144
- "name": "payload"
2147
+ "name": "url"
2145
2148
  },
2146
2149
  "annotation": {
2147
- "type": "reference",
2148
- "typeName": {
2149
- "type": "identifier",
2150
- "name": "CommandPayload"
2151
- }
2150
+ "type": "keyword",
2151
+ "value": "string"
2152
2152
  },
2153
2153
  "computed": false
2154
2154
  }
@@ -2711,7 +2711,7 @@
2711
2711
  }
2712
2712
  ]
2713
2713
  },
2714
- "ai-portal.ai-employees": {
2714
+ "ai-portal.ai-agents": {
2715
2715
  "properties": [
2716
2716
  {
2717
2717
  "name": "list",
@@ -2721,21 +2721,11 @@
2721
2721
  "type": "reference",
2722
2722
  "typeName": {
2723
2723
  "type": "identifier",
2724
- "name": "Employee"
2724
+ "name": "Agent"
2725
2725
  }
2726
2726
  }
2727
2727
  }
2728
2728
  },
2729
- {
2730
- "name": "industries",
2731
- "annotation": {
2732
- "type": "array",
2733
- "elementType": {
2734
- "type": "keyword",
2735
- "value": "string"
2736
- }
2737
- }
2738
- },
2739
2729
  {
2740
2730
  "name": "urlTemplate",
2741
2731
  "annotation": {
@@ -2744,10 +2734,10 @@
2744
2734
  }
2745
2735
  },
2746
2736
  {
2747
- "name": "stickyTop",
2737
+ "name": "withContainer",
2748
2738
  "annotation": {
2749
2739
  "type": "keyword",
2750
- "value": "number"
2740
+ "value": "boolean"
2751
2741
  }
2752
2742
  }
2753
2743
  ],
@@ -2756,7 +2746,7 @@
2756
2746
  "types": [
2757
2747
  {
2758
2748
  "type": "interface",
2759
- "name": "Employee",
2749
+ "name": "Agent",
2760
2750
  "body": [
2761
2751
  {
2762
2752
  "type": "propertySignature",
@@ -2774,19 +2764,7 @@
2774
2764
  "type": "propertySignature",
2775
2765
  "key": {
2776
2766
  "type": "identifier",
2777
- "name": "industry"
2778
- },
2779
- "annotation": {
2780
- "type": "keyword",
2781
- "value": "string"
2782
- },
2783
- "computed": false
2784
- },
2785
- {
2786
- "type": "propertySignature",
2787
- "key": {
2788
- "type": "identifier",
2789
- "name": "role"
2767
+ "name": "description"
2790
2768
  },
2791
2769
  "annotation": {
2792
2770
  "type": "keyword",
@@ -2798,23 +2776,30 @@
2798
2776
  "type": "propertySignature",
2799
2777
  "key": {
2800
2778
  "type": "identifier",
2801
- "name": "description"
2779
+ "name": "icon"
2802
2780
  },
2803
2781
  "annotation": {
2804
- "type": "keyword",
2805
- "value": "string"
2782
+ "type": "reference",
2783
+ "typeName": {
2784
+ "type": "identifier",
2785
+ "name": "GeneralIconProps"
2786
+ }
2806
2787
  },
2788
+ "optional": true,
2807
2789
  "computed": false
2808
2790
  },
2809
2791
  {
2810
2792
  "type": "propertySignature",
2811
2793
  "key": {
2812
2794
  "type": "identifier",
2813
- "name": "avatar"
2795
+ "name": "tags"
2814
2796
  },
2815
2797
  "annotation": {
2816
- "type": "keyword",
2817
- "value": "string"
2798
+ "type": "array",
2799
+ "elementType": {
2800
+ "type": "keyword",
2801
+ "value": "string"
2802
+ }
2818
2803
  },
2819
2804
  "optional": true,
2820
2805
  "computed": false
@@ -2823,7 +2808,7 @@
2823
2808
  }
2824
2809
  ]
2825
2810
  },
2826
- "ai-portal.ai-agents": {
2811
+ "ai-portal.ai-employees": {
2827
2812
  "properties": [
2828
2813
  {
2829
2814
  "name": "list",
@@ -2833,11 +2818,21 @@
2833
2818
  "type": "reference",
2834
2819
  "typeName": {
2835
2820
  "type": "identifier",
2836
- "name": "Agent"
2821
+ "name": "Employee"
2837
2822
  }
2838
2823
  }
2839
2824
  }
2840
2825
  },
2826
+ {
2827
+ "name": "industries",
2828
+ "annotation": {
2829
+ "type": "array",
2830
+ "elementType": {
2831
+ "type": "keyword",
2832
+ "value": "string"
2833
+ }
2834
+ }
2835
+ },
2841
2836
  {
2842
2837
  "name": "urlTemplate",
2843
2838
  "annotation": {
@@ -2846,10 +2841,10 @@
2846
2841
  }
2847
2842
  },
2848
2843
  {
2849
- "name": "withContainer",
2844
+ "name": "stickyTop",
2850
2845
  "annotation": {
2851
2846
  "type": "keyword",
2852
- "value": "boolean"
2847
+ "value": "number"
2853
2848
  }
2854
2849
  }
2855
2850
  ],
@@ -2858,7 +2853,7 @@
2858
2853
  "types": [
2859
2854
  {
2860
2855
  "type": "interface",
2861
- "name": "Agent",
2856
+ "name": "Employee",
2862
2857
  "body": [
2863
2858
  {
2864
2859
  "type": "propertySignature",
@@ -2876,7 +2871,7 @@
2876
2871
  "type": "propertySignature",
2877
2872
  "key": {
2878
2873
  "type": "identifier",
2879
- "name": "description"
2874
+ "name": "industry"
2880
2875
  },
2881
2876
  "annotation": {
2882
2877
  "type": "keyword",
@@ -2888,30 +2883,35 @@
2888
2883
  "type": "propertySignature",
2889
2884
  "key": {
2890
2885
  "type": "identifier",
2891
- "name": "icon"
2886
+ "name": "role"
2892
2887
  },
2893
2888
  "annotation": {
2894
- "type": "reference",
2895
- "typeName": {
2896
- "type": "identifier",
2897
- "name": "GeneralIconProps"
2898
- }
2889
+ "type": "keyword",
2890
+ "value": "string"
2899
2891
  },
2900
- "optional": true,
2901
2892
  "computed": false
2902
2893
  },
2903
2894
  {
2904
2895
  "type": "propertySignature",
2905
2896
  "key": {
2906
2897
  "type": "identifier",
2907
- "name": "tags"
2898
+ "name": "description"
2908
2899
  },
2909
2900
  "annotation": {
2910
- "type": "array",
2911
- "elementType": {
2912
- "type": "keyword",
2913
- "value": "string"
2914
- }
2901
+ "type": "keyword",
2902
+ "value": "string"
2903
+ },
2904
+ "computed": false
2905
+ },
2906
+ {
2907
+ "type": "propertySignature",
2908
+ "key": {
2909
+ "type": "identifier",
2910
+ "name": "avatar"
2911
+ },
2912
+ "annotation": {
2913
+ "type": "keyword",
2914
+ "value": "string"
2915
2915
  },
2916
2916
  "optional": true,
2917
2917
  "computed": false
@@ -3227,239 +3227,141 @@
3227
3227
  }
3228
3228
  ]
3229
3229
  },
3230
- "ai-portal.chat-input": {
3230
+ "ai-portal.project-conversations": {
3231
3231
  "properties": [
3232
3232
  {
3233
- "name": "placeholder",
3234
- "annotation": {
3235
- "type": "keyword",
3236
- "value": "string"
3237
- }
3238
- },
3239
- {
3240
- "name": "autoFocus",
3233
+ "name": "list",
3241
3234
  "annotation": {
3242
- "type": "keyword",
3243
- "value": "boolean"
3244
- }
3245
- },
3246
- {
3247
- "name": "submitDisabled",
3248
- "annotation": {
3249
- "type": "keyword",
3250
- "value": "boolean"
3251
- }
3252
- },
3253
- {
3254
- "name": "supportsTerminate",
3255
- "annotation": {
3256
- "type": "keyword",
3257
- "value": "boolean"
3258
- }
3259
- },
3260
- {
3261
- "name": "terminating",
3262
- "annotation": {
3263
- "type": "keyword",
3264
- "value": "boolean"
3235
+ "type": "array",
3236
+ "elementType": {
3237
+ "type": "reference",
3238
+ "typeName": {
3239
+ "type": "identifier",
3240
+ "name": "Conversation"
3241
+ }
3242
+ }
3265
3243
  }
3266
3244
  },
3267
3245
  {
3268
- "name": "autoFade",
3246
+ "name": "urlTemplate",
3269
3247
  "annotation": {
3270
3248
  "type": "keyword",
3271
- "value": "boolean"
3272
- }
3273
- },
3274
- {
3275
- "name": "uploadOptions",
3276
- "annotation": {
3277
- "type": "reference",
3278
- "typeName": {
3279
- "type": "identifier",
3280
- "name": "UploadOptions"
3281
- }
3249
+ "value": "string"
3282
3250
  }
3283
3251
  },
3284
3252
  {
3285
- "name": "aiEmployees",
3253
+ "name": "actions",
3286
3254
  "annotation": {
3287
3255
  "type": "array",
3288
3256
  "elementType": {
3289
3257
  "type": "reference",
3290
3258
  "typeName": {
3291
3259
  "type": "identifier",
3292
- "name": "AIEmployee"
3260
+ "name": "ActionType"
3293
3261
  }
3294
3262
  }
3295
3263
  }
3296
3264
  },
3297
3265
  {
3298
- "name": "commands",
3266
+ "name": "goals",
3299
3267
  "annotation": {
3300
3268
  "type": "array",
3301
3269
  "elementType": {
3302
3270
  "type": "reference",
3303
3271
  "typeName": {
3304
3272
  "type": "identifier",
3305
- "name": "Command"
3273
+ "name": "Goal"
3306
3274
  }
3307
3275
  }
3308
3276
  }
3309
- },
3310
- {
3311
- "name": "suggestionsPlacement",
3312
- "annotation": {
3313
- "type": "union",
3314
- "types": [
3315
- {
3316
- "type": "jsLiteral",
3317
- "value": "top"
3318
- },
3319
- {
3320
- "type": "jsLiteral",
3321
- "value": "bottom"
3322
- }
3323
- ]
3324
- }
3325
3277
  }
3326
3278
  ],
3327
3279
  "events": [
3328
3280
  {
3329
- "name": "message.submit",
3330
- "detail": {
3331
- "annotation": {
3332
- "type": "keyword",
3333
- "value": "string"
3334
- }
3335
- }
3336
- },
3337
- {
3338
- "name": "chat.submit",
3281
+ "name": "goal.click",
3339
3282
  "detail": {
3340
3283
  "annotation": {
3341
3284
  "type": "reference",
3342
3285
  "typeName": {
3343
3286
  "type": "identifier",
3344
- "name": "ChatPayload"
3287
+ "name": "Conversation"
3345
3288
  }
3346
3289
  }
3347
3290
  }
3348
3291
  },
3349
3292
  {
3350
- "name": "terminate",
3293
+ "name": "action.click",
3351
3294
  "detail": {
3352
3295
  "annotation": {
3353
- "type": "keyword",
3354
- "value": "void"
3355
- }
3356
- }
3357
- }
3358
- ],
3359
- "methods": [
3360
- {
3361
- "name": "setValue",
3362
- "params": [
3363
- {
3364
- "name": "value",
3365
- "annotation": {
3366
- "type": "keyword",
3367
- "value": "string"
3296
+ "type": "reference",
3297
+ "typeName": {
3298
+ "type": "identifier",
3299
+ "name": "ActionClickDetail"
3368
3300
  }
3369
3301
  }
3370
- ],
3371
- "returns": {}
3302
+ }
3372
3303
  }
3373
3304
  ],
3305
+ "methods": [],
3374
3306
  "types": [
3375
3307
  {
3376
3308
  "type": "interface",
3377
- "name": "UploadOptions",
3309
+ "name": "Conversation",
3378
3310
  "body": [
3379
3311
  {
3380
3312
  "type": "propertySignature",
3381
3313
  "key": {
3382
3314
  "type": "identifier",
3383
- "name": "enabled"
3384
- },
3385
- "annotation": {
3386
- "type": "keyword",
3387
- "value": "boolean"
3388
- },
3389
- "optional": true,
3390
- "computed": false
3391
- },
3392
- {
3393
- "type": "propertySignature",
3394
- "key": {
3395
- "type": "identifier",
3396
- "name": "dragDisabled"
3397
- },
3398
- "annotation": {
3399
- "type": "keyword",
3400
- "value": "boolean"
3401
- },
3402
- "optional": true,
3403
- "computed": false
3404
- },
3405
- {
3406
- "type": "propertySignature",
3407
- "key": {
3408
- "type": "identifier",
3409
- "name": "dragTips"
3315
+ "name": "conversationId"
3410
3316
  },
3411
3317
  "annotation": {
3412
3318
  "type": "keyword",
3413
3319
  "value": "string"
3414
3320
  },
3415
- "optional": true,
3416
3321
  "computed": false
3417
3322
  },
3418
3323
  {
3419
3324
  "type": "propertySignature",
3420
3325
  "key": {
3421
3326
  "type": "identifier",
3422
- "name": "accept"
3327
+ "name": "title"
3423
3328
  },
3424
3329
  "annotation": {
3425
3330
  "type": "keyword",
3426
3331
  "value": "string"
3427
3332
  },
3428
- "optional": true,
3429
3333
  "computed": false
3430
3334
  },
3431
3335
  {
3432
3336
  "type": "propertySignature",
3433
3337
  "key": {
3434
3338
  "type": "identifier",
3435
- "name": "maxFiles"
3339
+ "name": "startTime"
3436
3340
  },
3437
3341
  "annotation": {
3438
3342
  "type": "keyword",
3439
3343
  "value": "number"
3440
3344
  },
3441
- "optional": true,
3442
3345
  "computed": false
3443
3346
  },
3444
3347
  {
3445
3348
  "type": "propertySignature",
3446
3349
  "key": {
3447
3350
  "type": "identifier",
3448
- "name": "maxSize"
3351
+ "name": "description"
3449
3352
  },
3450
3353
  "annotation": {
3451
3354
  "type": "keyword",
3452
- "value": "number"
3355
+ "value": "string"
3453
3356
  },
3454
3357
  "optional": true,
3455
- "computed": false,
3456
- "description": "In bytes"
3358
+ "computed": false
3457
3359
  },
3458
3360
  {
3459
3361
  "type": "propertySignature",
3460
3362
  "key": {
3461
3363
  "type": "identifier",
3462
- "name": "readableAccept"
3364
+ "name": "goalInstanceId"
3463
3365
  },
3464
3366
  "annotation": {
3465
3367
  "type": "keyword",
@@ -3472,7 +3374,7 @@
3472
3374
  "type": "propertySignature",
3473
3375
  "key": {
3474
3376
  "type": "identifier",
3475
- "name": "readableMaxSize"
3377
+ "name": "username"
3476
3378
  },
3477
3379
  "annotation": {
3478
3380
  "type": "keyword",
@@ -3485,13 +3387,13 @@
3485
3387
  },
3486
3388
  {
3487
3389
  "type": "interface",
3488
- "name": "AIEmployee",
3390
+ "name": "Goal",
3489
3391
  "body": [
3490
3392
  {
3491
3393
  "type": "propertySignature",
3492
3394
  "key": {
3493
3395
  "type": "identifier",
3494
- "name": "employeeId"
3396
+ "name": "instanceId"
3495
3397
  },
3496
3398
  "annotation": {
3497
3399
  "type": "keyword",
@@ -3503,7 +3405,7 @@
3503
3405
  "type": "propertySignature",
3504
3406
  "key": {
3505
3407
  "type": "identifier",
3506
- "name": "name"
3408
+ "name": "title"
3507
3409
  },
3508
3410
  "annotation": {
3509
3411
  "type": "keyword",
@@ -3515,223 +3417,51 @@
3515
3417
  },
3516
3418
  {
3517
3419
  "type": "interface",
3518
- "name": "Command",
3420
+ "name": "ActionClickDetail",
3519
3421
  "body": [
3520
3422
  {
3521
3423
  "type": "propertySignature",
3522
3424
  "key": {
3523
3425
  "type": "identifier",
3524
- "name": "label"
3525
- },
3526
- "annotation": {
3527
- "type": "keyword",
3528
- "value": "string"
3529
- },
3530
- "computed": false
3531
- },
3532
- {
3533
- "type": "propertySignature",
3534
- "key": {
3535
- "type": "identifier",
3536
- "name": "value"
3537
- },
3538
- "annotation": {
3539
- "type": "keyword",
3540
- "value": "string"
3541
- },
3542
- "computed": false
3543
- },
3544
- {
3545
- "type": "propertySignature",
3546
- "key": {
3547
- "type": "identifier",
3548
- "name": "groupKey"
3549
- },
3550
- "annotation": {
3551
- "type": "keyword",
3552
- "value": "string"
3553
- },
3554
- "optional": true,
3555
- "computed": false
3556
- },
3557
- {
3558
- "type": "propertySignature",
3559
- "key": {
3560
- "type": "identifier",
3561
- "name": "groupLabel"
3562
- },
3563
- "annotation": {
3564
- "type": "keyword",
3565
- "value": "string"
3566
- },
3567
- "optional": true,
3568
- "computed": false
3569
- },
3570
- {
3571
- "type": "propertySignature",
3572
- "key": {
3573
- "type": "identifier",
3574
- "name": "subCommands"
3426
+ "name": "action"
3575
3427
  },
3576
3428
  "annotation": {
3577
- "type": "array",
3578
- "elementType": {
3579
- "type": "reference",
3580
- "typeName": {
3581
- "type": "identifier",
3582
- "name": "Command"
3583
- }
3429
+ "type": "reference",
3430
+ "typeName": {
3431
+ "type": "identifier",
3432
+ "name": "SimpleActionType"
3584
3433
  }
3585
3434
  },
3586
- "optional": true,
3587
3435
  "computed": false
3588
3436
  },
3589
3437
  {
3590
3438
  "type": "propertySignature",
3591
3439
  "key": {
3592
3440
  "type": "identifier",
3593
- "name": "payload"
3441
+ "name": "item"
3594
3442
  },
3595
3443
  "annotation": {
3596
3444
  "type": "reference",
3597
3445
  "typeName": {
3598
3446
  "type": "identifier",
3599
- "name": "CommandPayload"
3447
+ "name": "Conversation"
3600
3448
  }
3601
3449
  },
3602
- "optional": true,
3603
3450
  "computed": false
3604
3451
  }
3605
3452
  ]
3606
- },
3453
+ }
3454
+ ]
3455
+ },
3456
+ "ai-portal.activity-timeline": {
3457
+ "properties": [
3607
3458
  {
3608
- "type": "interface",
3609
- "name": "ChatPayload",
3610
- "body": [
3611
- {
3612
- "type": "propertySignature",
3613
- "key": {
3614
- "type": "identifier",
3615
- "name": "content"
3616
- },
3617
- "annotation": {
3618
- "type": "keyword",
3619
- "value": "string"
3620
- },
3621
- "computed": false
3622
- }
3623
- ],
3624
- "extends": [
3625
- {
3626
- "type": "expressionWithTypeArguments",
3627
- "expression": {
3628
- "type": "identifier",
3629
- "name": "ExtraChatPayload"
3630
- }
3631
- }
3632
- ]
3633
- },
3634
- {
3635
- "type": "interface",
3636
- "name": "ExtraChatPayload",
3637
- "body": [
3638
- {
3639
- "type": "propertySignature",
3640
- "key": {
3641
- "type": "identifier",
3642
- "name": "files"
3643
- },
3644
- "annotation": {
3645
- "type": "array",
3646
- "elementType": {
3647
- "type": "reference",
3648
- "typeName": {
3649
- "type": "identifier",
3650
- "name": "UploadFileInfo"
3651
- }
3652
- }
3653
- },
3654
- "optional": true,
3655
- "computed": false
3656
- },
3657
- {
3658
- "type": "propertySignature",
3659
- "key": {
3660
- "type": "identifier",
3661
- "name": "cmd"
3662
- },
3663
- "annotation": {
3664
- "type": "union",
3665
- "types": [
3666
- {
3667
- "type": "reference",
3668
- "typeName": {
3669
- "type": "identifier",
3670
- "name": "CommandPayload"
3671
- }
3672
- },
3673
- {
3674
- "type": "keyword",
3675
- "value": "null"
3676
- }
3677
- ]
3678
- },
3679
- "optional": true,
3680
- "computed": false
3681
- },
3682
- {
3683
- "type": "propertySignature",
3684
- "key": {
3685
- "type": "identifier",
3686
- "name": "aiEmployeeId"
3687
- },
3688
- "annotation": {
3689
- "type": "union",
3690
- "types": [
3691
- {
3692
- "type": "keyword",
3693
- "value": "string"
3694
- },
3695
- {
3696
- "type": "keyword",
3697
- "value": "null"
3698
- }
3699
- ]
3700
- },
3701
- "optional": true,
3702
- "computed": false
3703
- }
3704
- ]
3705
- },
3706
- {
3707
- "type": "interface",
3708
- "name": "UploadFileInfo",
3709
- "body": [
3710
- {
3711
- "type": "propertySignature",
3712
- "key": {
3713
- "type": "identifier",
3714
- "name": "fileId"
3715
- },
3716
- "annotation": {
3717
- "type": "keyword",
3718
- "value": "string"
3719
- },
3720
- "computed": false
3721
- }
3722
- ]
3723
- }
3724
- ]
3725
- },
3726
- "ai-portal.activity-timeline": {
3727
- "properties": [
3728
- {
3729
- "name": "list",
3730
- "annotation": {
3731
- "type": "array",
3732
- "elementType": {
3733
- "type": "reference",
3734
- "typeName": {
3459
+ "name": "list",
3460
+ "annotation": {
3461
+ "type": "array",
3462
+ "elementType": {
3463
+ "type": "reference",
3464
+ "typeName": {
3735
3465
  "type": "identifier",
3736
3466
  "name": "Activity"
3737
3467
  }
@@ -4697,128 +4427,239 @@
4697
4427
  }
4698
4428
  ]
4699
4429
  },
4700
- "ai-portal.project-conversations": {
4430
+ "ai-portal.chat-input": {
4701
4431
  "properties": [
4702
4432
  {
4703
- "name": "list",
4433
+ "name": "placeholder",
4704
4434
  "annotation": {
4705
- "type": "array",
4706
- "elementType": {
4707
- "type": "reference",
4708
- "typeName": {
4709
- "type": "identifier",
4710
- "name": "Conversation"
4711
- }
4712
- }
4435
+ "type": "keyword",
4436
+ "value": "string"
4713
4437
  }
4714
4438
  },
4715
4439
  {
4716
- "name": "urlTemplate",
4440
+ "name": "autoFocus",
4717
4441
  "annotation": {
4718
4442
  "type": "keyword",
4719
- "value": "string"
4443
+ "value": "boolean"
4720
4444
  }
4721
4445
  },
4722
4446
  {
4723
- "name": "actions",
4447
+ "name": "submitDisabled",
4448
+ "annotation": {
4449
+ "type": "keyword",
4450
+ "value": "boolean"
4451
+ }
4452
+ },
4453
+ {
4454
+ "name": "supportsTerminate",
4455
+ "annotation": {
4456
+ "type": "keyword",
4457
+ "value": "boolean"
4458
+ }
4459
+ },
4460
+ {
4461
+ "name": "terminating",
4462
+ "annotation": {
4463
+ "type": "keyword",
4464
+ "value": "boolean"
4465
+ }
4466
+ },
4467
+ {
4468
+ "name": "autoFade",
4469
+ "annotation": {
4470
+ "type": "keyword",
4471
+ "value": "boolean"
4472
+ }
4473
+ },
4474
+ {
4475
+ "name": "uploadOptions",
4476
+ "annotation": {
4477
+ "type": "reference",
4478
+ "typeName": {
4479
+ "type": "identifier",
4480
+ "name": "UploadOptions"
4481
+ }
4482
+ }
4483
+ },
4484
+ {
4485
+ "name": "aiEmployees",
4724
4486
  "annotation": {
4725
4487
  "type": "array",
4726
4488
  "elementType": {
4727
4489
  "type": "reference",
4728
4490
  "typeName": {
4729
4491
  "type": "identifier",
4730
- "name": "ActionType"
4492
+ "name": "AIEmployee"
4731
4493
  }
4732
4494
  }
4733
4495
  }
4734
4496
  },
4735
4497
  {
4736
- "name": "goals",
4498
+ "name": "commands",
4737
4499
  "annotation": {
4738
4500
  "type": "array",
4739
4501
  "elementType": {
4740
4502
  "type": "reference",
4741
4503
  "typeName": {
4742
4504
  "type": "identifier",
4743
- "name": "Goal"
4505
+ "name": "Command"
4744
4506
  }
4745
4507
  }
4746
4508
  }
4509
+ },
4510
+ {
4511
+ "name": "suggestionsPlacement",
4512
+ "annotation": {
4513
+ "type": "union",
4514
+ "types": [
4515
+ {
4516
+ "type": "jsLiteral",
4517
+ "value": "top"
4518
+ },
4519
+ {
4520
+ "type": "jsLiteral",
4521
+ "value": "bottom"
4522
+ }
4523
+ ]
4524
+ }
4747
4525
  }
4748
4526
  ],
4749
4527
  "events": [
4750
4528
  {
4751
- "name": "goal.click",
4529
+ "name": "message.submit",
4752
4530
  "detail": {
4753
4531
  "annotation": {
4754
- "type": "reference",
4755
- "typeName": {
4756
- "type": "identifier",
4757
- "name": "Conversation"
4758
- }
4532
+ "type": "keyword",
4533
+ "value": "string"
4759
4534
  }
4760
4535
  }
4761
4536
  },
4762
4537
  {
4763
- "name": "action.click",
4538
+ "name": "chat.submit",
4764
4539
  "detail": {
4765
4540
  "annotation": {
4766
4541
  "type": "reference",
4767
4542
  "typeName": {
4768
4543
  "type": "identifier",
4769
- "name": "ActionClickDetail"
4544
+ "name": "ChatPayload"
4770
4545
  }
4771
4546
  }
4772
4547
  }
4548
+ },
4549
+ {
4550
+ "name": "terminate",
4551
+ "detail": {
4552
+ "annotation": {
4553
+ "type": "keyword",
4554
+ "value": "void"
4555
+ }
4556
+ }
4557
+ }
4558
+ ],
4559
+ "methods": [
4560
+ {
4561
+ "name": "setValue",
4562
+ "params": [
4563
+ {
4564
+ "name": "value",
4565
+ "annotation": {
4566
+ "type": "keyword",
4567
+ "value": "string"
4568
+ }
4569
+ }
4570
+ ],
4571
+ "returns": {}
4773
4572
  }
4774
4573
  ],
4775
- "methods": [],
4776
4574
  "types": [
4777
4575
  {
4778
4576
  "type": "interface",
4779
- "name": "Conversation",
4577
+ "name": "UploadOptions",
4780
4578
  "body": [
4781
4579
  {
4782
4580
  "type": "propertySignature",
4783
4581
  "key": {
4784
4582
  "type": "identifier",
4785
- "name": "conversationId"
4583
+ "name": "enabled"
4584
+ },
4585
+ "annotation": {
4586
+ "type": "keyword",
4587
+ "value": "boolean"
4588
+ },
4589
+ "optional": true,
4590
+ "computed": false
4591
+ },
4592
+ {
4593
+ "type": "propertySignature",
4594
+ "key": {
4595
+ "type": "identifier",
4596
+ "name": "dragDisabled"
4597
+ },
4598
+ "annotation": {
4599
+ "type": "keyword",
4600
+ "value": "boolean"
4601
+ },
4602
+ "optional": true,
4603
+ "computed": false
4604
+ },
4605
+ {
4606
+ "type": "propertySignature",
4607
+ "key": {
4608
+ "type": "identifier",
4609
+ "name": "dragTips"
4786
4610
  },
4787
4611
  "annotation": {
4788
4612
  "type": "keyword",
4789
4613
  "value": "string"
4790
4614
  },
4615
+ "optional": true,
4791
4616
  "computed": false
4792
4617
  },
4793
4618
  {
4794
4619
  "type": "propertySignature",
4795
4620
  "key": {
4796
4621
  "type": "identifier",
4797
- "name": "title"
4622
+ "name": "accept"
4798
4623
  },
4799
4624
  "annotation": {
4800
4625
  "type": "keyword",
4801
4626
  "value": "string"
4802
4627
  },
4628
+ "optional": true,
4803
4629
  "computed": false
4804
4630
  },
4805
4631
  {
4806
4632
  "type": "propertySignature",
4807
4633
  "key": {
4808
4634
  "type": "identifier",
4809
- "name": "startTime"
4635
+ "name": "maxFiles"
4810
4636
  },
4811
4637
  "annotation": {
4812
4638
  "type": "keyword",
4813
4639
  "value": "number"
4814
4640
  },
4641
+ "optional": true,
4815
4642
  "computed": false
4816
4643
  },
4817
4644
  {
4818
4645
  "type": "propertySignature",
4819
4646
  "key": {
4820
4647
  "type": "identifier",
4821
- "name": "description"
4648
+ "name": "maxSize"
4649
+ },
4650
+ "annotation": {
4651
+ "type": "keyword",
4652
+ "value": "number"
4653
+ },
4654
+ "optional": true,
4655
+ "computed": false,
4656
+ "description": "In bytes"
4657
+ },
4658
+ {
4659
+ "type": "propertySignature",
4660
+ "key": {
4661
+ "type": "identifier",
4662
+ "name": "readableAccept"
4822
4663
  },
4823
4664
  "annotation": {
4824
4665
  "type": "keyword",
@@ -4831,91 +4672,250 @@
4831
4672
  "type": "propertySignature",
4832
4673
  "key": {
4833
4674
  "type": "identifier",
4834
- "name": "goalInstanceId"
4675
+ "name": "readableMaxSize"
4676
+ },
4677
+ "annotation": {
4678
+ "type": "keyword",
4679
+ "value": "string"
4680
+ },
4681
+ "optional": true,
4682
+ "computed": false
4683
+ }
4684
+ ]
4685
+ },
4686
+ {
4687
+ "type": "interface",
4688
+ "name": "AIEmployee",
4689
+ "body": [
4690
+ {
4691
+ "type": "propertySignature",
4692
+ "key": {
4693
+ "type": "identifier",
4694
+ "name": "employeeId"
4695
+ },
4696
+ "annotation": {
4697
+ "type": "keyword",
4698
+ "value": "string"
4699
+ },
4700
+ "computed": false
4701
+ },
4702
+ {
4703
+ "type": "propertySignature",
4704
+ "key": {
4705
+ "type": "identifier",
4706
+ "name": "name"
4707
+ },
4708
+ "annotation": {
4709
+ "type": "keyword",
4710
+ "value": "string"
4711
+ },
4712
+ "computed": false
4713
+ }
4714
+ ]
4715
+ },
4716
+ {
4717
+ "type": "interface",
4718
+ "name": "Command",
4719
+ "body": [
4720
+ {
4721
+ "type": "propertySignature",
4722
+ "key": {
4723
+ "type": "identifier",
4724
+ "name": "label"
4725
+ },
4726
+ "annotation": {
4727
+ "type": "keyword",
4728
+ "value": "string"
4729
+ },
4730
+ "computed": false
4731
+ },
4732
+ {
4733
+ "type": "propertySignature",
4734
+ "key": {
4735
+ "type": "identifier",
4736
+ "name": "value"
4737
+ },
4738
+ "annotation": {
4739
+ "type": "keyword",
4740
+ "value": "string"
4741
+ },
4742
+ "computed": false
4743
+ },
4744
+ {
4745
+ "type": "propertySignature",
4746
+ "key": {
4747
+ "type": "identifier",
4748
+ "name": "groupKey"
4749
+ },
4750
+ "annotation": {
4751
+ "type": "keyword",
4752
+ "value": "string"
4753
+ },
4754
+ "optional": true,
4755
+ "computed": false
4756
+ },
4757
+ {
4758
+ "type": "propertySignature",
4759
+ "key": {
4760
+ "type": "identifier",
4761
+ "name": "groupLabel"
4762
+ },
4763
+ "annotation": {
4764
+ "type": "keyword",
4765
+ "value": "string"
4766
+ },
4767
+ "optional": true,
4768
+ "computed": false
4769
+ },
4770
+ {
4771
+ "type": "propertySignature",
4772
+ "key": {
4773
+ "type": "identifier",
4774
+ "name": "subCommands"
4775
+ },
4776
+ "annotation": {
4777
+ "type": "array",
4778
+ "elementType": {
4779
+ "type": "reference",
4780
+ "typeName": {
4781
+ "type": "identifier",
4782
+ "name": "Command"
4783
+ }
4784
+ }
4785
+ },
4786
+ "optional": true,
4787
+ "computed": false
4788
+ },
4789
+ {
4790
+ "type": "propertySignature",
4791
+ "key": {
4792
+ "type": "identifier",
4793
+ "name": "payload"
4835
4794
  },
4836
4795
  "annotation": {
4837
- "type": "keyword",
4838
- "value": "string"
4796
+ "type": "reference",
4797
+ "typeName": {
4798
+ "type": "identifier",
4799
+ "name": "CommandPayload"
4800
+ }
4839
4801
  },
4840
4802
  "optional": true,
4841
4803
  "computed": false
4842
- },
4804
+ }
4805
+ ]
4806
+ },
4807
+ {
4808
+ "type": "interface",
4809
+ "name": "ChatPayload",
4810
+ "body": [
4843
4811
  {
4844
4812
  "type": "propertySignature",
4845
4813
  "key": {
4846
4814
  "type": "identifier",
4847
- "name": "username"
4815
+ "name": "content"
4848
4816
  },
4849
4817
  "annotation": {
4850
4818
  "type": "keyword",
4851
4819
  "value": "string"
4852
4820
  },
4853
- "optional": true,
4854
4821
  "computed": false
4855
4822
  }
4823
+ ],
4824
+ "extends": [
4825
+ {
4826
+ "type": "expressionWithTypeArguments",
4827
+ "expression": {
4828
+ "type": "identifier",
4829
+ "name": "ExtraChatPayload"
4830
+ }
4831
+ }
4856
4832
  ]
4857
4833
  },
4858
4834
  {
4859
4835
  "type": "interface",
4860
- "name": "Goal",
4836
+ "name": "ExtraChatPayload",
4861
4837
  "body": [
4862
4838
  {
4863
4839
  "type": "propertySignature",
4864
4840
  "key": {
4865
4841
  "type": "identifier",
4866
- "name": "instanceId"
4842
+ "name": "files"
4867
4843
  },
4868
4844
  "annotation": {
4869
- "type": "keyword",
4870
- "value": "string"
4845
+ "type": "array",
4846
+ "elementType": {
4847
+ "type": "reference",
4848
+ "typeName": {
4849
+ "type": "identifier",
4850
+ "name": "UploadFileInfo"
4851
+ }
4852
+ }
4871
4853
  },
4854
+ "optional": true,
4872
4855
  "computed": false
4873
4856
  },
4874
4857
  {
4875
4858
  "type": "propertySignature",
4876
4859
  "key": {
4877
4860
  "type": "identifier",
4878
- "name": "title"
4861
+ "name": "cmd"
4879
4862
  },
4880
4863
  "annotation": {
4881
- "type": "keyword",
4882
- "value": "string"
4864
+ "type": "union",
4865
+ "types": [
4866
+ {
4867
+ "type": "reference",
4868
+ "typeName": {
4869
+ "type": "identifier",
4870
+ "name": "CommandPayload"
4871
+ }
4872
+ },
4873
+ {
4874
+ "type": "keyword",
4875
+ "value": "null"
4876
+ }
4877
+ ]
4883
4878
  },
4879
+ "optional": true,
4884
4880
  "computed": false
4885
- }
4886
- ]
4887
- },
4888
- {
4889
- "type": "interface",
4890
- "name": "ActionClickDetail",
4891
- "body": [
4881
+ },
4892
4882
  {
4893
4883
  "type": "propertySignature",
4894
4884
  "key": {
4895
4885
  "type": "identifier",
4896
- "name": "action"
4886
+ "name": "aiEmployeeId"
4897
4887
  },
4898
4888
  "annotation": {
4899
- "type": "reference",
4900
- "typeName": {
4901
- "type": "identifier",
4902
- "name": "SimpleActionType"
4903
- }
4889
+ "type": "union",
4890
+ "types": [
4891
+ {
4892
+ "type": "keyword",
4893
+ "value": "string"
4894
+ },
4895
+ {
4896
+ "type": "keyword",
4897
+ "value": "null"
4898
+ }
4899
+ ]
4904
4900
  },
4901
+ "optional": true,
4905
4902
  "computed": false
4906
- },
4903
+ }
4904
+ ]
4905
+ },
4906
+ {
4907
+ "type": "interface",
4908
+ "name": "UploadFileInfo",
4909
+ "body": [
4907
4910
  {
4908
4911
  "type": "propertySignature",
4909
4912
  "key": {
4910
4913
  "type": "identifier",
4911
- "name": "item"
4914
+ "name": "fileId"
4912
4915
  },
4913
4916
  "annotation": {
4914
- "type": "reference",
4915
- "typeName": {
4916
- "type": "identifier",
4917
- "name": "Conversation"
4918
- }
4917
+ "type": "keyword",
4918
+ "value": "string"
4919
4919
  },
4920
4920
  "computed": false
4921
4921
  }
@@ -5561,7 +5561,7 @@
5561
5561
  }
5562
5562
  ]
5563
5563
  },
5564
- "ai-portal.notice-list": {
5564
+ "ai-portal.notice-dropdown": {
5565
5565
  "properties": [
5566
5566
  {
5567
5567
  "name": "dataSource",
@@ -5576,6 +5576,16 @@
5576
5576
  }
5577
5577
  }
5578
5578
  },
5579
+ {
5580
+ "name": "popoverPlacement",
5581
+ "annotation": {
5582
+ "type": "reference",
5583
+ "typeName": {
5584
+ "type": "identifier",
5585
+ "name": "Placement"
5586
+ }
5587
+ }
5588
+ },
5579
5589
  {
5580
5590
  "name": "emptyText",
5581
5591
  "annotation": {
@@ -5583,6 +5593,13 @@
5583
5593
  "value": "string"
5584
5594
  }
5585
5595
  },
5596
+ {
5597
+ "name": "notifyCenterUrl",
5598
+ "annotation": {
5599
+ "type": "keyword",
5600
+ "value": "string"
5601
+ }
5602
+ },
5586
5603
  {
5587
5604
  "name": "urlTemplate",
5588
5605
  "annotation": {
@@ -5601,14 +5618,44 @@
5601
5618
  }
5602
5619
  },
5603
5620
  {
5604
- "name": "selectedIds",
5621
+ "name": "dropdownMaxWidth",
5605
5622
  "annotation": {
5606
- "type": "array",
5607
- "elementType": {
5608
- "type": "keyword",
5609
- "value": "string"
5623
+ "type": "union",
5624
+ "types": [
5625
+ {
5626
+ "type": "keyword",
5627
+ "value": "string"
5628
+ },
5629
+ {
5630
+ "type": "keyword",
5631
+ "value": "number"
5632
+ }
5633
+ ]
5634
+ }
5635
+ },
5636
+ {
5637
+ "name": "dropdownContentStyle",
5638
+ "annotation": {
5639
+ "type": "reference",
5640
+ "typeName": {
5641
+ "type": "qualifiedName",
5642
+ "left": {
5643
+ "type": "identifier",
5644
+ "name": "React"
5645
+ },
5646
+ "right": {
5647
+ "type": "identifier",
5648
+ "name": "CSSProperties"
5649
+ }
5610
5650
  }
5611
5651
  }
5652
+ },
5653
+ {
5654
+ "name": "hideNotifyCenterButton",
5655
+ "annotation": {
5656
+ "type": "keyword",
5657
+ "value": "boolean"
5658
+ }
5612
5659
  }
5613
5660
  ],
5614
5661
  "events": [
@@ -5624,21 +5671,6 @@
5624
5671
  }
5625
5672
  }
5626
5673
  },
5627
- {
5628
- "name": "mark.items.read",
5629
- "detail": {
5630
- "annotation": {
5631
- "type": "array",
5632
- "elementType": {
5633
- "type": "reference",
5634
- "typeName": {
5635
- "type": "identifier",
5636
- "name": "NoticeItem"
5637
- }
5638
- }
5639
- }
5640
- }
5641
- },
5642
5674
  {
5643
5675
  "name": "mark.all.read",
5644
5676
  "detail": {
@@ -5746,7 +5778,7 @@
5746
5778
  }
5747
5779
  ]
5748
5780
  },
5749
- "ai-portal.notice-dropdown": {
5781
+ "ai-portal.notice-list": {
5750
5782
  "properties": [
5751
5783
  {
5752
5784
  "name": "dataSource",
@@ -5761,16 +5793,6 @@
5761
5793
  }
5762
5794
  }
5763
5795
  },
5764
- {
5765
- "name": "popoverPlacement",
5766
- "annotation": {
5767
- "type": "reference",
5768
- "typeName": {
5769
- "type": "identifier",
5770
- "name": "Placement"
5771
- }
5772
- }
5773
- },
5774
5796
  {
5775
5797
  "name": "emptyText",
5776
5798
  "annotation": {
@@ -5778,13 +5800,6 @@
5778
5800
  "value": "string"
5779
5801
  }
5780
5802
  },
5781
- {
5782
- "name": "notifyCenterUrl",
5783
- "annotation": {
5784
- "type": "keyword",
5785
- "value": "string"
5786
- }
5787
- },
5788
5803
  {
5789
5804
  "name": "urlTemplate",
5790
5805
  "annotation": {
@@ -5803,44 +5818,14 @@
5803
5818
  }
5804
5819
  },
5805
5820
  {
5806
- "name": "dropdownMaxWidth",
5807
- "annotation": {
5808
- "type": "union",
5809
- "types": [
5810
- {
5811
- "type": "keyword",
5812
- "value": "string"
5813
- },
5814
- {
5815
- "type": "keyword",
5816
- "value": "number"
5817
- }
5818
- ]
5819
- }
5820
- },
5821
- {
5822
- "name": "dropdownContentStyle",
5821
+ "name": "selectedIds",
5823
5822
  "annotation": {
5824
- "type": "reference",
5825
- "typeName": {
5826
- "type": "qualifiedName",
5827
- "left": {
5828
- "type": "identifier",
5829
- "name": "React"
5830
- },
5831
- "right": {
5832
- "type": "identifier",
5833
- "name": "CSSProperties"
5834
- }
5823
+ "type": "array",
5824
+ "elementType": {
5825
+ "type": "keyword",
5826
+ "value": "string"
5835
5827
  }
5836
5828
  }
5837
- },
5838
- {
5839
- "name": "hideNotifyCenterButton",
5840
- "annotation": {
5841
- "type": "keyword",
5842
- "value": "boolean"
5843
- }
5844
5829
  }
5845
5830
  ],
5846
5831
  "events": [
@@ -5856,6 +5841,21 @@
5856
5841
  }
5857
5842
  }
5858
5843
  },
5844
+ {
5845
+ "name": "mark.items.read",
5846
+ "detail": {
5847
+ "annotation": {
5848
+ "type": "array",
5849
+ "elementType": {
5850
+ "type": "reference",
5851
+ "typeName": {
5852
+ "type": "identifier",
5853
+ "name": "NoticeItem"
5854
+ }
5855
+ }
5856
+ }
5857
+ }
5858
+ },
5859
5859
  {
5860
5860
  "name": "mark.all.read",
5861
5861
  "detail": {