WIP, NOT READY - #1887
Conversation
The generator wrapper resolves openapitools.json next to the nearest package.json, which is the repository root — not the openapi folder that holds ours. So it never saw the pinned 7.9.0 and silently downloaded whatever the latest release was, turning any regeneration into a generator-version bump. Pass the config path explicitly, use the scoped package name, and keep npx non-interactive.
Mechanical output of `devolutions-gateway/openapi/generate_clients.ps1` with the pinned generator (7.9.0) now actually honored. Nothing here is hand-written. The diff is large because the committed clients were generated from a 2025.3.2 spec while the committed spec is 2026.1.2: with the generator resolving to a different version on every run, a regeneration could not be told apart from a version bump, so the clients were left to drift.
Let maintainers know that an action is required on their side
|
WIP NOT READY