Skip to content

Commit

Permalink
chore: address comments on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Aug 22, 2022
1 parent b54dc2e commit eadb104
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/change_stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export interface ChangeStreamDocumentCollectionUUID {
* **NOTE:** collectionUUID will be converted to a NodeJS Buffer if the promoteBuffers
* flag is enabled.
*
* @since 6.1.0
* @sinceServerVersion 6.1.0
*/
collectionUUID: Binary;
}
Expand All @@ -222,7 +222,7 @@ export interface ChangeStreamDocumentOperationDescription {
*
* Only present when the `showExpandedEvents` flag is enabled.
*
* @since 6.1.0
* @sinceServerVersion 6.1.0
*/
operationDescription?: Document;
}
Expand Down Expand Up @@ -509,9 +509,9 @@ export interface UpdateDescription<TSchema extends Document = Document> {
* }
* ```
*
* This field is only present when there are ambiguous paths 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 and `showExpandedEvents`
* is enabled for the change stream.
* @since 6.1.0
* @sinceServerVersion 6.1.0
* @experimental
*/
disambiguatedPaths?: Document;
Expand Down
4 changes: 4 additions & 0 deletions tsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"syntaxKind": "block",
"tagName": "@since"
},
{
"syntaxKind": "block",
"tagName": "@sinceServerVersion"
},
{
"syntaxKind": "block",
"tagName": "@category"
Expand Down

0 comments on commit eadb104

Please sign in to comment.