File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,8 +52,7 @@ export interface FindOneAndReplaceOptions extends CommandOperationOptions {
5252 /** Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0). */
5353 let ?: Document ;
5454 /**
55- * Return the ModifyResult instead of the modified document. Defaults to true
56- * but will default to false in the next major version.
55+ * Return the ModifyResult instead of the modified document. Defaults to false
5756 */
5857 includeResultMetadata ?: boolean ;
5958}
@@ -77,8 +76,7 @@ export interface FindOneAndUpdateOptions extends CommandOperationOptions {
7776 /** Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0). */
7877 let ?: Document ;
7978 /**
80- * Return the ModifyResult instead of the modified document. Defaults to true
81- * but will default to false in the next major version.
79+ * Return the ModifyResult instead of the modified document. Defaults to false
8280 */
8381 includeResultMetadata ?: boolean ;
8482}
You can’t perform that action at this time.
0 commit comments