Skip to content
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

types(model): add missing strict property to bulkWrite() top level options #14239

Merged
merged 1 commit into from Jan 7, 2024

Conversation

vkarpov15
Copy link
Collaborator

Fix #14234
Re: #8782
Re: #8778

Summary

#14234 points out that the strict option we added to bulkWrite() top level options in #8778 isn't reflected in types. This PR adds that.

Examples

@vkarpov15 vkarpov15 added the typescript Types or Types-test related issue / Pull Request label Jan 6, 2024
@vkarpov15 vkarpov15 added this to the 8.0.4 milestone Jan 6, 2024
@vkarpov15 vkarpov15 merged commit 3d4274e into master Jan 7, 2024
3 checks passed
@vkarpov15 vkarpov15 deleted the vkarpov15/gh-14234 branch January 7, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
typescript Types or Types-test related issue / Pull Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MongooseBulkWriteOptions is missing the strict flag
2 participants