mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 14:10:56 +00:00
* feat(typescript-rxjs): change BaseAPI to arrow functions, use shorthands where possible * feat(typescript-rxjs): replace null checking with throwIfRequired helper function in api controllers * feat(typescript-rxjs): use shorthand syntax for object creation of query and header params * feat(typescript-rxjs): provide fallback for previously exported RequiredError and querystring * refactor(typescript-rxjs): change order of query and headers definition * feat(typescript-rxjs): regenerate samples * fix(typescript-rxjs): missing closing curly * fix(typescript-rxjs): add condition to prevent undefined parameters in header or query params