3.9.3
(fix): Fix a compilation error when a path parameter is nullable or optional.
3.9.2
(fix): Match the logic in wire test generation where the static example generation omits the request parameter for empty objects when optional.
This fixes some wire tests that were failing due to mismatched request bodies.
(fix): Return undefined when passing in undefined to toJson when useBigInt is enabled.