You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(BA-5832): tighten admin CLI types, propagate my_bulk rename, drop BEP refs
- Type the admin AppConfig CLI's `user_id` argument and `--user-id` flag
as `click.UUID` (was `str` parsed via `UUID(...)`); the SDK already
takes `UUID` so this drops a redundant runtime parse and surfaces
bad input at click parse time. Also wrap the search filter's
`user_id` in `UUIDFilter`, matching the DTO shape.
- Carry the `bulk_create_my` / `bulk_update_my` → `my_bulk_create` /
`my_bulk_update` rename through the v2 SDK (`domains_v2/app_config.py`),
the self-service CLI (`cli/v2/my/app_config.py`), and the remaining
GQL / adapter / service touchpoints that leaked through `-X theirs`
during the stack rebase.
- Strip the residual `BEP-1052 §X` references from CLI / SDK
docstrings and the GraphQL schema dump comments. Only the news
fragments retain the BEP wording.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments