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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
api-bones-sdk-gen — new crate (CLI) for generating Brefwiz Rust + TypeScript SDKs
with default-on ApiResponse envelope handling.
api-bones-sdk-gen: rewrite_envelope_types post-processing step rewrites AxiosPromise<XxxResponse> → AxiosPromise<XxxResponseData> in generated api.ts so resp.data is statically typed as the unwrapped payload after the axios interceptor runs.
api-bones-progenitor — envelope-stripping ClientHooks for progenitor-generated
Rust SDKs.
Changed
All satellite crates (api-bones-tower, api-bones-reqwest, api-bones-progenitor, api-bones-sdk-gen) aligned to the workspace version (4.4.0).