File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ export interface ChangeStreamDocumentCollectionUUID {
210
210
* **NOTE:** collectionUUID will be converted to a NodeJS Buffer if the promoteBuffers
211
211
* flag is enabled.
212
212
*
213
- * @since 6.1.0
213
+ * @sinceServerVersion 6.1.0
214
214
*/
215
215
collectionUUID : Binary ;
216
216
}
@@ -222,7 +222,7 @@ export interface ChangeStreamDocumentOperationDescription {
222
222
*
223
223
* Only present when the `showExpandedEvents` flag is enabled.
224
224
*
225
- * @since 6.1.0
225
+ * @sinceServerVersion 6.1.0
226
226
*/
227
227
operationDescription ?: Document ;
228
228
}
@@ -509,9 +509,9 @@ export interface UpdateDescription<TSchema extends Document = Document> {
509
509
* }
510
510
* ```
511
511
*
512
- * This field is only present when there are ambiguous paths are updated as a part of the update event and `showExpandedEvents`
512
+ * This field is only present when there are ambiguous paths that are updated as a part of the update event and `showExpandedEvents`
513
513
* is enabled for the change stream.
514
- * @since 6.1.0
514
+ * @sinceServerVersion 6.1.0
515
515
* @experimental
516
516
*/
517
517
disambiguatedPaths ?: Document ;
Original file line number Diff line number Diff line change 9
9
"syntaxKind" : " block" ,
10
10
"tagName" : " @since"
11
11
},
12
+ {
13
+ "syntaxKind" : " block" ,
14
+ "tagName" : " @sinceServerVersion"
15
+ },
12
16
{
13
17
"syntaxKind" : " block" ,
14
18
"tagName" : " @category"
You can’t perform that action at this time.
0 commit comments