Skip to content

fix: Use AnatineSchemaObject in openapi extension method #238

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 4, 2025

Conversation

kamilogorek
Copy link
Contributor

This change allows hideDefinition use directly in .openapi() extension method.

z.object({
  one: z.string(),
  two: z.number()
})
.openapi({
  hideDefinition: ['two']
})

Example above do not work right now, as hideDefinition is specified as an additional property on AnatineSchemaObject, not SchemaObject itself.

Copy link

nx-cloud bot commented Jan 28, 2025

View your CI Pipeline Execution ↗ for commit cbf5985.

Command Status Duration Result
nx affected:test --base=origin/main --codeCoverage ✅ Succeeded 22s View ↗
nx affected:lint --base=origin/main ✅ Succeeded 4s View ↗

☁️ Nx Cloud last updated this comment at 2025-01-28 19:50:39 UTC

@Brian-McBride Brian-McBride merged commit 8180a43 into anatine:main Apr 4, 2025
2 checks passed
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.

2 participants