File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -521,8 +521,12 @@ export interface UpdateDescription<TSchema extends Document = Document> {
521
521
* }
522
522
* ```
523
523
*
524
- * This field is only present when there are ambiguous paths that are updated as a part of the update event and `showExpandedEvents`
524
+ * 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.
525
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.
526
530
* @sinceServerVersion 6.1.0
527
531
*/
528
532
disambiguatedPaths ?: Document ;
You can’t perform that action at this time.
0 commit comments