Commit a9bbed8
authored
refactor(toolsets): remove unified API validation and support (#256)
Remove the unified API tool validation that was previously used to detect
legacy/misconfigured accounts. This validation is no longer needed as
the unified API architecture has been deprecated.
Changes:
- Remove UNIFIED_API_PREFIX constant from consts.ts
- Remove validateToolName() method from StackOneToolSet class
- Remove unified API tool validation call in fetchTools()
- Remove UNIFIED_API_PREFIX import from toolsets.ts
- Remove @see reference to unified-cloud-api in schema.ts
- Remove corresponding unit test for unified API tool detection
This simplifies the codebase by removing code paths that are no longer
relevant to the current API architecture.1 parent a9ce42c commit a9bbed8
4 files changed
+1
-53
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | 253 | | |
284 | 254 | | |
285 | 255 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | 316 | | |
330 | 317 | | |
331 | 318 | | |
| |||
344 | 331 | | |
345 | 332 | | |
346 | 333 | | |
347 | | - | |
348 | | - | |
349 | 334 | | |
350 | 335 | | |
351 | 336 | | |
| |||
0 commit comments