forked from loafle/openapi-generator-original
* feat(typescript-rxjs): Add @deprecated tag to generated API operations This commit introduces the JSDoc @deprecated tag to API operations in the typescript-rxjs generator when the operation is marked as deprecated in the OpenAPI specification. This ensures that IDEs (like VS Code or WebStorm) correctly flag the method as deprecated, providing better developer experience and warning consumers about upcoming removals or changes. * minor updates --------- Co-authored-by: Dirk Niemeier <dirk.niemeier@cgi.com>