Skip to content

fix(models): restore domain.Request fields lost in spec#647

Merged
ffalor merged 1 commit into
mainfrom
worktree-fix-domain-request
May 18, 2026
Merged

fix(models): restore domain.Request fields lost in spec#647
ffalor merged 1 commit into
mainfrom
worktree-fix-domain-request

Conversation

@ffalor

@ffalor ffalor commented May 18, 2026

Copy link
Copy Markdown
Contributor

The CrowdStrike swagger spec dropped the data, json, params, and
x-www-form-urlencoded properties from domain.Request, leaving only
description. This regressed DomainRequest between v0.19.0 and v0.20.0.

Patch domain.Request in transformation.jq to redefine the four
properties (referencing the existing domain.Request.json and
domain.Params definitions) and regenerate the model so it matches the
v0.19.0 shape byte-for-byte. Bump version to 0.20.1.

The CrowdStrike swagger spec dropped the `data`, `json`, `params`, and
`x-www-form-urlencoded` properties from `domain.Request`, leaving only
`description`. This regressed `DomainRequest` between v0.19.0 and v0.20.0.

Patch `domain.Request` in transformation.jq to redefine the four
properties (referencing the existing `domain.Request.json` and
`domain.Params` definitions) and regenerate the model so it matches the
v0.19.0 shape byte-for-byte. Bump version to 0.20.1.
@ffalor ffalor merged commit b971561 into main May 18, 2026
7 checks passed
@ffalor ffalor deleted the worktree-fix-domain-request branch May 18, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants