-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Unknown
-
None
-
Affects Version/s: 6.0.0, 6.1.0, 6.2.0, 6.3.0, 6.4.0, 6.5.0
-
Component/s: TypeScript
Use Case
As a developer
I want to include `includeResultMetadata` together with all other `findOneAndUpdate` options
So that all options stays together
User Impact
- All users now need to explicitly specify `includeResultMetadata` options apart from other `findOneAndUpdate` options
Dependencies
- Typescript?
Unknowns
- questions that need to be answered to determine implementation
Acceptance Criteria
Implementation Requirements
- Nothing except the ability to define `findOneAndUpdate` options together
Documentation Requirements
- mongodb index.d.ts file?
Follow Up Requirements
- NA