We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb88b05 commit 621579dCopy full SHA for 621579d
src/change_stream.ts
@@ -521,8 +521,12 @@ export interface UpdateDescription<TSchema extends Document = Document> {
521
* }
522
* ```
523
*
524
- * This field is only present when there are ambiguous paths that are updated as a part of the update event and `showExpandedEvents`
+ * This field is only present when there are ambiguous paths that are updated as a part of the update event.
525
+ *
526
+ * On \<8.2.0 servers, this field is only present when `showExpandedEvents` is set to true.
527
* is enabled for the change stream.
528
529
+ * On 8.2.0+ servers, this field is present for update events regardless of whether `showExpandedEvents` is enabled.
530
* @sinceServerVersion 6.1.0
531
*/
532
disambiguatedPaths?: Document;
0 commit comments