-
-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Description
First of all, I want to say thank you for this great project! I've been using swagger-typescript-api extensively and it's been incredibly helpful for my work.
I'm encountering a small inconsistency between versions:
- In v13.0.23, the modular option was properly typed and worked as expected in my configuration:
await generateApi({
// ... other options
modular: true, // was properly typed
});
- After upgrading to v13.2.7, I noticed that:
- The modular option still works when passed
- However, it's no longer present in the TypeScript types
- This causes TypeScript errors in my codebase
Expected Behavior:
The modular option should either:
- Be properly typed if it's still supported, or
- Be officially deprecated/removed with migration guidance
Additional Context:
- Looking through recent changes(CHANGELOG), I couldn't find any deprecation notices for this option
Would you be able to clarify the intended status of this option? I'd be happy to help test any fixes if needed.
Thank you for your time and for maintaining this valuable tool!
stefan-toubia
Metadata
Metadata
Assignees
Labels
No labels