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
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
Defining operations with multiple tags leads to duplicate export:
> tsc
src/apis/index.ts:3:1 - error TS2308: Module './AdminApi' has already exported a member named 'GetSelfServiceSettingsFlowRequest'. Consider explicitly re-exporting to resolve the ambiguity.
3 export * from './PublicApi';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bug Report Checklist
Description
Defining operations with multiple tags leads to duplicate export:
openapi-generator version
4.3.1
OpenAPI declaration file content or url
Full spec
Generation Details
Steps to reproduce
See command above.
Related issues/PRs
None
Suggest a fix
Prefix and exports with their tag as to avoid duplicate exports.
The text was updated successfully, but these errors were encountered: