forked from loafle/openapi-generator-original
* feat(typescript-rxjs): add support for returning statusCode and progressSubscriber via function overloading * feat(typescript-rxjs): use ?? instead of || to support relative basePath of "", upgrade to typescript 3.7 * feat(typescript-rxjs): regenerate samples * refactor(typescript-rxjs): change explicit undefined checks to shorthand return * feat(typescript-rxjs): add missing progressSubscriber key when building RequestArgs * feat(typescript-rxjs): regenerate samples * style(typescript-rxjs): remove whitespace, add colons * feat(typescript-rxjs): regenerate samples * refactor(typescript-rxjs): destructure configuration in BaseApi * fix(typescript-rxjs): returning empty string for apiKey and accessToken * feat(typescript-rxjs): replace withStatusCode option with response = raw option, reuse rxjs AjaxRequest and AjaxResponse types * feat(typescript-rxjs): regenerate samples * Prints out the parameter name in throwIfNullOrUndefined * Fixed misspelling * feat(typescript-rxjs): add withProgressSubscriber additional-properties flag to cli, remove unused withInterfaces flag * refactor(typescript-rxjs): use backticks instead of String constructor in encodeURI * feat(typescript-rxjs): replace Object.keys() with Object.entries() in queryString helper * style(typescript-rxjs): improve indentation of new withProgressSubscriber checks within templates * feat(typescript-rxjs): use entire es2017 lib in tsconfig.json for building with target es6 * feat(typescript-rxjs): regenerate samples * feat(typescript-rxjs): adjust sample generation, regenerate samples * docs(typescript-rxjs): regenerate docs Co-authored-by: Justin Van Dort <justinvandort@gmail.com>