5.49.2
(fix): infer-discriminated-union-base-properties now lifts properties that every variant inherits via a shared allOf $ref parent. Previously these were dropped to protect TypeScript’s _Base from colliding with the real parent interface, which left Go and C# unions missing common fields like id, name, and display_name.