Skip to content

Improve runtime naming of public API types #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025

Conversation

ncoghlan
Copy link
Collaborator

Change the names of public API types at schema generation time instead of aliasing them at import time.

This makes the name reported at runtime match the import name in the public SDK API.

Closes #73

Change the names of public API types at schema generation
time instead of aliasing them at import time.

This makes the name reported at runtime match the import
name in the public SDK API.

Closes #73
@github-actions github-actions bot added the CLA signed Indicates that all contributors have signed label Apr 14, 2025
@ncoghlan ncoghlan merged commit 3506f13 into main Apr 14, 2025
10 checks passed
@ncoghlan ncoghlan deleted the move-schema-type-aliases-to-code-generator branch April 14, 2025 12:46
@github-actions github-actions bot locked and limited conversation to collaborators Apr 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA signed Indicates that all contributors have signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move schema type code aliases to the code generator
1 participant