Skip to content

Commit eadb104

Browse files
chore: address comments on PR
1 parent b54dc2e commit eadb104

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/change_stream.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export interface ChangeStreamDocumentCollectionUUID {
210210
* **NOTE:** collectionUUID will be converted to a NodeJS Buffer if the promoteBuffers
211211
* flag is enabled.
212212
*
213-
* @since 6.1.0
213+
* @sinceServerVersion 6.1.0
214214
*/
215215
collectionUUID: Binary;
216216
}
@@ -222,7 +222,7 @@ export interface ChangeStreamDocumentOperationDescription {
222222
*
223223
* Only present when the `showExpandedEvents` flag is enabled.
224224
*
225-
* @since 6.1.0
225+
* @sinceServerVersion 6.1.0
226226
*/
227227
operationDescription?: Document;
228228
}
@@ -509,9 +509,9 @@ export interface UpdateDescription<TSchema extends Document = Document> {
509509
* }
510510
* ```
511511
*
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`
513513
* is enabled for the change stream.
514-
* @since 6.1.0
514+
* @sinceServerVersion 6.1.0
515515
* @experimental
516516
*/
517517
disambiguatedPaths?: Document;

tsdoc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"syntaxKind": "block",
1010
"tagName": "@since"
1111
},
12+
{
13+
"syntaxKind": "block",
14+
"tagName": "@sinceServerVersion"
15+
},
1216
{
1317
"syntaxKind": "block",
1418
"tagName": "@category"

0 commit comments

Comments
 (0)