-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
feat: export QueryPartialEntity and QueryDeepPartialEntity types #11748
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
Conversation
Add missing type exports.
WalkthroughAdded public exports for Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
commit: |
|
@danielsharvey can you run code format? The test failure is not related to this change, we will fix it in a different PR soon |
gioboa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your help @danielsharvey
…eorm#11748) Co-authored-by: Giorgio Boa <35845425+gioboa@users.noreply.github.com> Co-authored-by: Piotr Kuczynski <piotr.kuczynski@gmail.com> Co-authored-by: Oleg "OSA413" Sokolov <OSA413@users.noreply.github.com>
…eorm#11748) Co-authored-by: Giorgio Boa <35845425+gioboa@users.noreply.github.com> Co-authored-by: Piotr Kuczynski <piotr.kuczynski@gmail.com> Co-authored-by: Oleg "OSA413" Sokolov <OSA413@users.noreply.github.com>
Description of change
Add missing type exports. The types QueryPartialEntity and QueryDeepPartialEntity
are included in the codebase but missing from the package exports.
Pull-Request Checklist
masterbranchFixes #00000Summary by CodeRabbit
Release Notes
- New Features
- Expanded the public API with newly available types, enabling developers to leverage additional functionality for query-related operations and use cases.
ni