@openapi-qraft/tanstack-query-react-plugin@2.15.0-beta.7
Pre-release
Pre-release
·
26 commits
to main
since this release
Minor Changes
- f43bc5c: When an operation has only optional parameters, the imperative operation function now accepts
QueryFnOptions(e.g.signal,meta) without requiring aparametersargument. This matches how optional request fields are already handled for hooks and improves typing for directqraft.<service>.<operation>(…)calls. - 6a2f1ed: Updated repository dependencies to current compatible versions across the workspace.
- a2327db: Added an optional
--root-securityflag that applies the OpenAPI document’s top-levelsecurityas the default for operations that omit their ownsecurity, while any operation-levelsecuritystill overrides it as defined by the specification. - 55a23fd: Updated the openapi-typescript package to the current compatible version.