Skip to content

Conversation

huynguyengl99
Copy link

This PR fixes #341 by ensuring that all schema-defined types are properly exported. Previously, some types were missing despite having corresponding schemas. This change updates the export logic so that every schema now has a matching exported type.

Test cases are added to verify the generated types, such as:

type LoginRequest = { email: string; password: string };
type PasswordChangeRequest = { newPassword1: string; newPassword2: string };
type PasswordResetConfirmRequest = { newPassword1: string; newPassword2: string; uid: string; token: string };

Copy link

vercel bot commented Jul 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
openapi-zod-client-rim4 ❌ Failed (Inspect) Jul 16, 2025 7:13am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve Exporting of All Schema Types
1 participant