3.72.5

(chore): Bump form-data dependency from ^4.0.4 to ^4.0.6 in generated SDKs to fix CRLF injection vulnerability (CVE-2026-12143).

3.72.4

(fix): The TypeScript SDK generator now suppresses lifted base properties from a discriminated union’s synthesized _Base interface when every variant already inherits them via its extends chain. Pairs with the parser change that lifts shared-parent properties so non-structural-typing SDKs (Go, C#) can expose them; keeps the TypeScript output stable and avoids TS2320 collisions on optionality.