forked from loafle/openapi-generator-original
* Added ability to work with `defaultHeaders` and fixed authentication for code generated by openapi-generator for typescript-node: - added getter/setter for `defaultHeaders` property - fixed authentication for clients that support several auth methods (use auth method only if auth credentials are set) * Update petstore templates