Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
@hey-api_openapi-ts@0.79.0 source code.tar.gz | 2025-07-20 | 13.5 MB | |
@hey-api_openapi-ts@0.79.0 source code.zip | 2025-07-20 | 15.7 MB | |
README.md | 2025-07-20 | 777 Bytes | |
Totals: 3 Items | 29.2 MB | 0 |
Minor Changes
-
#2284
236550f
Thanks @mrlubos! - fix(typescript): removedtypescript+namespace
enums modeRemoved
typescript+namespace
enums modeDue to a simpler TypeScript plugin implementation, the
typescript+namespace
enums mode is no longer necessary. This mode was used in the past to group inline enums under the same namespace. With the latest changes, this behavior is no longer supported. You can either choose to ignore inline enums (default), or use theenums
transform (added in v0.78.0) to convert them into reusable components which will get exported as usual.