Commit 1d1575f
committed
chore(BA-5822): drop legacy AppConfig SDK + CLI + DTO surfaces
Extends the legacy-AppConfig drop to the client side:
- `client/v2/domains_v2/app_config.py` — `V2AppConfigClient` with
`upsert_domain_config` / `delete_user_config` / etc. is removed
alongside its `v2_registry` `@cached_property` wiring.
- `client/cli/v2/app_config/` — legacy `./bai app-config get-domain`,
`upsert-user`, etc. are removed from the CLI tree.
- `common/dto/manager/v2/app_config/` — legacy DTO module
(`UpsertDomainConfigInput`, `DeleteUserConfigPayload`, ...) is
deleted.
Per #11295 review: BEP-1052's new SDK / CLI / DTO surfaces will land
in their own PRs and should not also have to repeal the legacy
versions there.1 parent ff257c4 commit 1d1575f
8 files changed
Lines changed: 0 additions & 341 deletions
File tree
- src/ai/backend
- client
- cli/v2
- app_config
- v2
- domains_v2
- common/dto/manager/v2/app_config
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | 254 | | |
260 | 255 | | |
261 | 256 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 91 | | |
99 | 92 | | |
100 | 93 | | |
| |||
Lines changed: 0 additions & 29 deletions
This file was deleted.
Lines changed: 0 additions & 55 deletions
This file was deleted.
Lines changed: 0 additions & 49 deletions
This file was deleted.
0 commit comments