//! Auto-generated DTOs from `api-spec/openapi.json`, with hand-written
//! extensions in the `ext` sibling module.
//!
//! These types are produced by [`typify`](https://crates.io/crates/typify) at
//! development time via `cargo codegen` (see `xtask/`). They cover **every**
//! schema in `components.schemas` of the OpenAPI document and are the
//! canonical source of truth for DTO shapes.
//!
//! Convenience constructors and trait impls live in `ext` (a sibling
//! module that is *not* overwritten by codegen). Add new helpers there.
pub use *;