+- [#53](https://github.com/workleap/wl-openapi-typescript/pull/53) [`c68c022`](https://github.com/workleap/wl-openapi-typescript/commit/c68c022d433d91425586e82a5818d9884eaa6ce9) Thanks [@jgclement91](https://github.com/jgclement91) Fix duplicate type alias generation for enum declarations with special characters. The `toSafeName` function now uses PascalCase transformation to match `openapi-typescript`'s enum naming convention, ensuring that enums with hyphens, dots, or other special characters (e.g., `"user-status"` → `UserStatus`) are correctly filtered out when generating type aliases.
0 commit comments