fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2322 from hey-api/docs/changeset

docs: update changesets

authored by

Lubos and committed by
GitHub
482bdb4c 62e874cd

+2
+2
.changeset/silent-donkeys-itch.md
··· 2 2 '@hey-api/openapi-ts': minor 3 3 --- 4 4 5 + fix(typescript): removed `typescript+namespace` enums mode 6 + 5 7 ### Removed `typescript+namespace` enums mode 6 8 7 9 Due 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 the `enums` transform (added in v0.78.0) to convert them into reusable components which will get exported as usual.