You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type ApiOptions is never defined. Probably because the ApiOptions ref to ApiOptions with an underscore and the underscore gets removed by the generator leading to this bug.
The text was updated successfully, but these errors were encountered:
Bug Report Checklist
Description
See examples below
openapi-generator version
From v4.3.0 to 5.0.0-SNAPSHOT
OpenAPI declaration file content or url
Generation Details
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli:v4.3.0 generate \ --additional-properties=useSingleRequestParameter=true,enumPropertyNaming=UPPERCASE \ -i /local/swagger.yaml \ -g typescript-axios \ -o /local/client
Generated typescript:
The type
ApiOptions
is never defined. Probably because theApiOptions
ref toApiOptions
with an underscore and the underscore gets removed by the generator leading to this bug.The text was updated successfully, but these errors were encountered: