@next-bricks/ai-portal 0.64.8 → 0.64.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bricks.json +34 -34
- package/dist/chunks/{9273.e6feece8.js → 9273.760f5efc.js} +2 -2
- package/dist/chunks/9273.760f5efc.js.map +1 -0
- package/dist/chunks/{main.f7f23cfb.js → main.33e078cf.js} +2 -2
- package/dist/chunks/{main.f7f23cfb.js.map → main.33e078cf.js.map} +1 -1
- package/dist/examples.json +18 -18
- package/dist/{index.6af15770.js → index.a6348301.js} +2 -2
- package/dist/{index.6af15770.js.map → index.a6348301.js.map} +1 -1
- package/dist/manifest.json +244 -244
- package/dist/types.json +250 -250
- package/package.json +2 -2
- package/dist/chunks/9273.e6feece8.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
|
{
|
|
@@ -131,110 +235,6 @@
|
|
|
131
235
|
}
|
|
132
236
|
]
|
|
133
237
|
},
|
|
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": [
|
|
@@ -1977,77 +1977,6 @@
|
|
|
1977
1977
|
}
|
|
1978
1978
|
]
|
|
1979
1979
|
},
|
|
1980
|
-
"ai-portal.tab-list": {
|
|
1981
|
-
"properties": [
|
|
1982
|
-
{
|
|
1983
|
-
"name": "tabs",
|
|
1984
|
-
"annotation": {
|
|
1985
|
-
"type": "array",
|
|
1986
|
-
"elementType": {
|
|
1987
|
-
"type": "reference",
|
|
1988
|
-
"typeName": {
|
|
1989
|
-
"type": "identifier",
|
|
1990
|
-
"name": "Tab"
|
|
1991
|
-
}
|
|
1992
|
-
}
|
|
1993
|
-
}
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"name": "activeTab",
|
|
1997
|
-
"annotation": {
|
|
1998
|
-
"type": "keyword",
|
|
1999
|
-
"value": "string"
|
|
2000
|
-
}
|
|
2001
|
-
}
|
|
2002
|
-
],
|
|
2003
|
-
"events": [
|
|
2004
|
-
{
|
|
2005
|
-
"name": "tab.click",
|
|
2006
|
-
"detail": {
|
|
2007
|
-
"annotation": {
|
|
2008
|
-
"type": "reference",
|
|
2009
|
-
"typeName": {
|
|
2010
|
-
"type": "identifier",
|
|
2011
|
-
"name": "Tab"
|
|
2012
|
-
}
|
|
2013
|
-
}
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
|
-
],
|
|
2017
|
-
"methods": [],
|
|
2018
|
-
"types": [
|
|
2019
|
-
{
|
|
2020
|
-
"type": "interface",
|
|
2021
|
-
"name": "Tab",
|
|
2022
|
-
"body": [
|
|
2023
|
-
{
|
|
2024
|
-
"type": "propertySignature",
|
|
2025
|
-
"key": {
|
|
2026
|
-
"type": "identifier",
|
|
2027
|
-
"name": "id"
|
|
2028
|
-
},
|
|
2029
|
-
"annotation": {
|
|
2030
|
-
"type": "keyword",
|
|
2031
|
-
"value": "string"
|
|
2032
|
-
},
|
|
2033
|
-
"computed": false
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
"type": "propertySignature",
|
|
2037
|
-
"key": {
|
|
2038
|
-
"type": "identifier",
|
|
2039
|
-
"name": "label"
|
|
2040
|
-
},
|
|
2041
|
-
"annotation": {
|
|
2042
|
-
"type": "keyword",
|
|
2043
|
-
"value": "string"
|
|
2044
|
-
},
|
|
2045
|
-
"computed": false
|
|
2046
|
-
}
|
|
2047
|
-
]
|
|
2048
|
-
}
|
|
2049
|
-
]
|
|
2050
|
-
},
|
|
2051
1980
|
"ai-portal.page-container": {
|
|
2052
1981
|
"properties": [
|
|
2053
1982
|
{
|
|
@@ -2156,25 +2085,96 @@
|
|
|
2156
2085
|
}
|
|
2157
2086
|
]
|
|
2158
2087
|
},
|
|
2088
|
+
"ai-portal.tab-list": {
|
|
2089
|
+
"properties": [
|
|
2090
|
+
{
|
|
2091
|
+
"name": "tabs",
|
|
2092
|
+
"annotation": {
|
|
2093
|
+
"type": "array",
|
|
2094
|
+
"elementType": {
|
|
2095
|
+
"type": "reference",
|
|
2096
|
+
"typeName": {
|
|
2097
|
+
"type": "identifier",
|
|
2098
|
+
"name": "Tab"
|
|
2099
|
+
}
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"name": "activeTab",
|
|
2105
|
+
"annotation": {
|
|
2106
|
+
"type": "keyword",
|
|
2107
|
+
"value": "string"
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
2110
|
+
],
|
|
2111
|
+
"events": [
|
|
2112
|
+
{
|
|
2113
|
+
"name": "tab.click",
|
|
2114
|
+
"detail": {
|
|
2115
|
+
"annotation": {
|
|
2116
|
+
"type": "reference",
|
|
2117
|
+
"typeName": {
|
|
2118
|
+
"type": "identifier",
|
|
2119
|
+
"name": "Tab"
|
|
2120
|
+
}
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2123
|
+
}
|
|
2124
|
+
],
|
|
2125
|
+
"methods": [],
|
|
2126
|
+
"types": [
|
|
2127
|
+
{
|
|
2128
|
+
"type": "interface",
|
|
2129
|
+
"name": "Tab",
|
|
2130
|
+
"body": [
|
|
2131
|
+
{
|
|
2132
|
+
"type": "propertySignature",
|
|
2133
|
+
"key": {
|
|
2134
|
+
"type": "identifier",
|
|
2135
|
+
"name": "id"
|
|
2136
|
+
},
|
|
2137
|
+
"annotation": {
|
|
2138
|
+
"type": "keyword",
|
|
2139
|
+
"value": "string"
|
|
2140
|
+
},
|
|
2141
|
+
"computed": false
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"type": "propertySignature",
|
|
2145
|
+
"key": {
|
|
2146
|
+
"type": "identifier",
|
|
2147
|
+
"name": "label"
|
|
2148
|
+
},
|
|
2149
|
+
"annotation": {
|
|
2150
|
+
"type": "keyword",
|
|
2151
|
+
"value": "string"
|
|
2152
|
+
},
|
|
2153
|
+
"computed": false
|
|
2154
|
+
}
|
|
2155
|
+
]
|
|
2156
|
+
}
|
|
2157
|
+
]
|
|
2158
|
+
},
|
|
2159
2159
|
"ai-portal.elevo-logo": {
|
|
2160
2160
|
"properties": [],
|
|
2161
2161
|
"events": [],
|
|
2162
2162
|
"methods": []
|
|
2163
2163
|
},
|
|
2164
|
-
"ai-portal.
|
|
2164
|
+
"ai-portal.sticky-container": {
|
|
2165
2165
|
"properties": [
|
|
2166
2166
|
{
|
|
2167
|
-
"name": "
|
|
2167
|
+
"name": "variant",
|
|
2168
2168
|
"annotation": {
|
|
2169
2169
|
"type": "reference",
|
|
2170
2170
|
"typeName": {
|
|
2171
2171
|
"type": "identifier",
|
|
2172
|
-
"name": "
|
|
2172
|
+
"name": "StickyContainerVariant"
|
|
2173
2173
|
}
|
|
2174
2174
|
}
|
|
2175
2175
|
},
|
|
2176
2176
|
{
|
|
2177
|
-
"name": "
|
|
2177
|
+
"name": "textContent",
|
|
2178
2178
|
"annotation": {
|
|
2179
2179
|
"type": "keyword",
|
|
2180
2180
|
"value": "string"
|
|
@@ -2186,45 +2186,37 @@
|
|
|
2186
2186
|
"types": [
|
|
2187
2187
|
{
|
|
2188
2188
|
"type": "typeAlias",
|
|
2189
|
-
"name": "
|
|
2189
|
+
"name": "StickyContainerVariant",
|
|
2190
2190
|
"annotation": {
|
|
2191
2191
|
"type": "union",
|
|
2192
2192
|
"types": [
|
|
2193
2193
|
{
|
|
2194
2194
|
"type": "jsLiteral",
|
|
2195
|
-
"value": "
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"type": "jsLiteral",
|
|
2199
|
-
"value": "activities"
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"type": "jsLiteral",
|
|
2203
|
-
"value": "collaboration-spaces"
|
|
2195
|
+
"value": "default"
|
|
2204
2196
|
},
|
|
2205
2197
|
{
|
|
2206
2198
|
"type": "jsLiteral",
|
|
2207
|
-
"value": "
|
|
2199
|
+
"value": "home"
|
|
2208
2200
|
}
|
|
2209
2201
|
]
|
|
2210
2202
|
}
|
|
2211
2203
|
}
|
|
2212
2204
|
]
|
|
2213
2205
|
},
|
|
2214
|
-
"ai-portal.
|
|
2206
|
+
"ai-portal.blank-state": {
|
|
2215
2207
|
"properties": [
|
|
2216
2208
|
{
|
|
2217
|
-
"name": "
|
|
2209
|
+
"name": "illustration",
|
|
2218
2210
|
"annotation": {
|
|
2219
2211
|
"type": "reference",
|
|
2220
2212
|
"typeName": {
|
|
2221
2213
|
"type": "identifier",
|
|
2222
|
-
"name": "
|
|
2214
|
+
"name": "BlankStateIllustration"
|
|
2223
2215
|
}
|
|
2224
2216
|
}
|
|
2225
2217
|
},
|
|
2226
2218
|
{
|
|
2227
|
-
"name": "
|
|
2219
|
+
"name": "description",
|
|
2228
2220
|
"annotation": {
|
|
2229
2221
|
"type": "keyword",
|
|
2230
2222
|
"value": "string"
|
|
@@ -2236,17 +2228,25 @@
|
|
|
2236
2228
|
"types": [
|
|
2237
2229
|
{
|
|
2238
2230
|
"type": "typeAlias",
|
|
2239
|
-
"name": "
|
|
2231
|
+
"name": "BlankStateIllustration",
|
|
2240
2232
|
"annotation": {
|
|
2241
2233
|
"type": "union",
|
|
2242
2234
|
"types": [
|
|
2243
2235
|
{
|
|
2244
2236
|
"type": "jsLiteral",
|
|
2245
|
-
"value": "
|
|
2237
|
+
"value": "goals"
|
|
2246
2238
|
},
|
|
2247
2239
|
{
|
|
2248
2240
|
"type": "jsLiteral",
|
|
2249
|
-
"value": "
|
|
2241
|
+
"value": "activities"
|
|
2242
|
+
},
|
|
2243
|
+
{
|
|
2244
|
+
"type": "jsLiteral",
|
|
2245
|
+
"value": "collaboration-spaces"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"type": "jsLiteral",
|
|
2249
|
+
"value": "serviceflows"
|
|
2250
2250
|
}
|
|
2251
2251
|
]
|
|
2252
2252
|
}
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
}
|
|
2712
2712
|
]
|
|
2713
2713
|
},
|
|
2714
|
-
"ai-portal.ai-
|
|
2714
|
+
"ai-portal.ai-employees": {
|
|
2715
2715
|
"properties": [
|
|
2716
2716
|
{
|
|
2717
2717
|
"name": "list",
|
|
@@ -2721,11 +2721,21 @@
|
|
|
2721
2721
|
"type": "reference",
|
|
2722
2722
|
"typeName": {
|
|
2723
2723
|
"type": "identifier",
|
|
2724
|
-
"name": "
|
|
2724
|
+
"name": "Employee"
|
|
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
|
+
},
|
|
2729
2739
|
{
|
|
2730
2740
|
"name": "urlTemplate",
|
|
2731
2741
|
"annotation": {
|
|
@@ -2734,10 +2744,10 @@
|
|
|
2734
2744
|
}
|
|
2735
2745
|
},
|
|
2736
2746
|
{
|
|
2737
|
-
"name": "
|
|
2747
|
+
"name": "stickyTop",
|
|
2738
2748
|
"annotation": {
|
|
2739
2749
|
"type": "keyword",
|
|
2740
|
-
"value": "
|
|
2750
|
+
"value": "number"
|
|
2741
2751
|
}
|
|
2742
2752
|
}
|
|
2743
2753
|
],
|
|
@@ -2746,7 +2756,7 @@
|
|
|
2746
2756
|
"types": [
|
|
2747
2757
|
{
|
|
2748
2758
|
"type": "interface",
|
|
2749
|
-
"name": "
|
|
2759
|
+
"name": "Employee",
|
|
2750
2760
|
"body": [
|
|
2751
2761
|
{
|
|
2752
2762
|
"type": "propertySignature",
|
|
@@ -2764,7 +2774,7 @@
|
|
|
2764
2774
|
"type": "propertySignature",
|
|
2765
2775
|
"key": {
|
|
2766
2776
|
"type": "identifier",
|
|
2767
|
-
"name": "
|
|
2777
|
+
"name": "industry"
|
|
2768
2778
|
},
|
|
2769
2779
|
"annotation": {
|
|
2770
2780
|
"type": "keyword",
|
|
@@ -2776,30 +2786,35 @@
|
|
|
2776
2786
|
"type": "propertySignature",
|
|
2777
2787
|
"key": {
|
|
2778
2788
|
"type": "identifier",
|
|
2779
|
-
"name": "
|
|
2789
|
+
"name": "role"
|
|
2780
2790
|
},
|
|
2781
2791
|
"annotation": {
|
|
2782
|
-
"type": "
|
|
2783
|
-
"
|
|
2784
|
-
"type": "identifier",
|
|
2785
|
-
"name": "GeneralIconProps"
|
|
2786
|
-
}
|
|
2792
|
+
"type": "keyword",
|
|
2793
|
+
"value": "string"
|
|
2787
2794
|
},
|
|
2788
|
-
"optional": true,
|
|
2789
2795
|
"computed": false
|
|
2790
2796
|
},
|
|
2791
2797
|
{
|
|
2792
2798
|
"type": "propertySignature",
|
|
2793
2799
|
"key": {
|
|
2794
2800
|
"type": "identifier",
|
|
2795
|
-
"name": "
|
|
2801
|
+
"name": "description"
|
|
2796
2802
|
},
|
|
2797
2803
|
"annotation": {
|
|
2798
|
-
"type": "
|
|
2799
|
-
"
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2804
|
+
"type": "keyword",
|
|
2805
|
+
"value": "string"
|
|
2806
|
+
},
|
|
2807
|
+
"computed": false
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
"type": "propertySignature",
|
|
2811
|
+
"key": {
|
|
2812
|
+
"type": "identifier",
|
|
2813
|
+
"name": "avatar"
|
|
2814
|
+
},
|
|
2815
|
+
"annotation": {
|
|
2816
|
+
"type": "keyword",
|
|
2817
|
+
"value": "string"
|
|
2803
2818
|
},
|
|
2804
2819
|
"optional": true,
|
|
2805
2820
|
"computed": false
|
|
@@ -2808,7 +2823,7 @@
|
|
|
2808
2823
|
}
|
|
2809
2824
|
]
|
|
2810
2825
|
},
|
|
2811
|
-
"ai-portal.ai-
|
|
2826
|
+
"ai-portal.ai-agents": {
|
|
2812
2827
|
"properties": [
|
|
2813
2828
|
{
|
|
2814
2829
|
"name": "list",
|
|
@@ -2818,21 +2833,11 @@
|
|
|
2818
2833
|
"type": "reference",
|
|
2819
2834
|
"typeName": {
|
|
2820
2835
|
"type": "identifier",
|
|
2821
|
-
"name": "
|
|
2836
|
+
"name": "Agent"
|
|
2822
2837
|
}
|
|
2823
2838
|
}
|
|
2824
2839
|
}
|
|
2825
2840
|
},
|
|
2826
|
-
{
|
|
2827
|
-
"name": "industries",
|
|
2828
|
-
"annotation": {
|
|
2829
|
-
"type": "array",
|
|
2830
|
-
"elementType": {
|
|
2831
|
-
"type": "keyword",
|
|
2832
|
-
"value": "string"
|
|
2833
|
-
}
|
|
2834
|
-
}
|
|
2835
|
-
},
|
|
2836
2841
|
{
|
|
2837
2842
|
"name": "urlTemplate",
|
|
2838
2843
|
"annotation": {
|
|
@@ -2841,10 +2846,10 @@
|
|
|
2841
2846
|
}
|
|
2842
2847
|
},
|
|
2843
2848
|
{
|
|
2844
|
-
"name": "
|
|
2849
|
+
"name": "withContainer",
|
|
2845
2850
|
"annotation": {
|
|
2846
2851
|
"type": "keyword",
|
|
2847
|
-
"value": "
|
|
2852
|
+
"value": "boolean"
|
|
2848
2853
|
}
|
|
2849
2854
|
}
|
|
2850
2855
|
],
|
|
@@ -2853,7 +2858,7 @@
|
|
|
2853
2858
|
"types": [
|
|
2854
2859
|
{
|
|
2855
2860
|
"type": "interface",
|
|
2856
|
-
"name": "
|
|
2861
|
+
"name": "Agent",
|
|
2857
2862
|
"body": [
|
|
2858
2863
|
{
|
|
2859
2864
|
"type": "propertySignature",
|
|
@@ -2871,19 +2876,7 @@
|
|
|
2871
2876
|
"type": "propertySignature",
|
|
2872
2877
|
"key": {
|
|
2873
2878
|
"type": "identifier",
|
|
2874
|
-
"name": "
|
|
2875
|
-
},
|
|
2876
|
-
"annotation": {
|
|
2877
|
-
"type": "keyword",
|
|
2878
|
-
"value": "string"
|
|
2879
|
-
},
|
|
2880
|
-
"computed": false
|
|
2881
|
-
},
|
|
2882
|
-
{
|
|
2883
|
-
"type": "propertySignature",
|
|
2884
|
-
"key": {
|
|
2885
|
-
"type": "identifier",
|
|
2886
|
-
"name": "role"
|
|
2879
|
+
"name": "description"
|
|
2887
2880
|
},
|
|
2888
2881
|
"annotation": {
|
|
2889
2882
|
"type": "keyword",
|
|
@@ -2895,23 +2888,30 @@
|
|
|
2895
2888
|
"type": "propertySignature",
|
|
2896
2889
|
"key": {
|
|
2897
2890
|
"type": "identifier",
|
|
2898
|
-
"name": "
|
|
2891
|
+
"name": "icon"
|
|
2899
2892
|
},
|
|
2900
2893
|
"annotation": {
|
|
2901
|
-
"type": "
|
|
2902
|
-
"
|
|
2894
|
+
"type": "reference",
|
|
2895
|
+
"typeName": {
|
|
2896
|
+
"type": "identifier",
|
|
2897
|
+
"name": "GeneralIconProps"
|
|
2898
|
+
}
|
|
2903
2899
|
},
|
|
2900
|
+
"optional": true,
|
|
2904
2901
|
"computed": false
|
|
2905
2902
|
},
|
|
2906
2903
|
{
|
|
2907
2904
|
"type": "propertySignature",
|
|
2908
2905
|
"key": {
|
|
2909
2906
|
"type": "identifier",
|
|
2910
|
-
"name": "
|
|
2907
|
+
"name": "tags"
|
|
2911
2908
|
},
|
|
2912
2909
|
"annotation": {
|
|
2913
|
-
"type": "
|
|
2914
|
-
"
|
|
2910
|
+
"type": "array",
|
|
2911
|
+
"elementType": {
|
|
2912
|
+
"type": "keyword",
|
|
2913
|
+
"value": "string"
|
|
2914
|
+
}
|
|
2915
2915
|
},
|
|
2916
2916
|
"optional": true,
|
|
2917
2917
|
"computed": false
|