openapi-typescript@7.12.0
Minor Changes
- #2524
697f7feThanks @gunnarvelle! - Added flag to keep casing for exported root types
Patch Changes
- #2536
e3c05a4Thanks @darkbasic! - FixenumValues: trueoutput for schemas that useoneOf/anyOfunions by narrowing union types withExtract<>before accessing variant-specific properties. This prevents invalid type paths when an accessed property only exists on some union members.