Skip to content

Commit 8583a10

Browse files
baileympearsonaditi-khare-mongoDB
authored andcommitted
docs(NODE-4295): ensure all change stream events have links to their documentation (#4051)
1 parent 973a1dd commit 8583a10

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: src/change_stream.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ export interface ChangeStreamInvalidateDocument extends ChangeStreamDocumentComm
379379
/**
380380
* Only present when the `showExpandedEvents` flag is enabled.
381381
* @public
382-
* @see https://www.mongodb.com/docs/manual/reference/change-events/
382+
* @see https://www.mongodb.com/docs/manual/reference/change-events/createIndexes/#mongodb-data-createIndexes
383383
*/
384384
export interface ChangeStreamCreateIndexDocument
385385
extends ChangeStreamDocumentCommon,
@@ -392,7 +392,7 @@ export interface ChangeStreamCreateIndexDocument
392392
/**
393393
* Only present when the `showExpandedEvents` flag is enabled.
394394
* @public
395-
* @see https://www.mongodb.com/docs/manual/reference/change-events/
395+
* @see https://www.mongodb.com/docs/manual/reference/change-events/dropIndexes/#mongodb-data-dropIndexes
396396
*/
397397
export interface ChangeStreamDropIndexDocument
398398
extends ChangeStreamDocumentCommon,
@@ -405,7 +405,7 @@ export interface ChangeStreamDropIndexDocument
405405
/**
406406
* Only present when the `showExpandedEvents` flag is enabled.
407407
* @public
408-
* @see https://www.mongodb.com/docs/manual/reference/change-events/
408+
* @see https://www.mongodb.com/docs/manual/reference/change-events/modify/#mongodb-data-modify
409409
*/
410410
export interface ChangeStreamCollModDocument
411411
extends ChangeStreamDocumentCommon,
@@ -416,7 +416,7 @@ export interface ChangeStreamCollModDocument
416416

417417
/**
418418
* @public
419-
* @see https://www.mongodb.com/docs/manual/reference/change-events/
419+
* @see https://www.mongodb.com/docs/manual/reference/change-events/create/#mongodb-data-create
420420
*/
421421
export interface ChangeStreamCreateDocument
422422
extends ChangeStreamDocumentCommon,
@@ -427,7 +427,7 @@ export interface ChangeStreamCreateDocument
427427

428428
/**
429429
* @public
430-
* @see https://www.mongodb.com/docs/manual/reference/change-events/
430+
* @see https://www.mongodb.com/docs/manual/reference/change-events/shardCollection/#mongodb-data-shardCollection
431431
*/
432432
export interface ChangeStreamShardCollectionDocument
433433
extends ChangeStreamDocumentCommon,
@@ -439,7 +439,7 @@ export interface ChangeStreamShardCollectionDocument
439439

440440
/**
441441
* @public
442-
* @see https://www.mongodb.com/docs/manual/reference/change-events/
442+
* @see https://www.mongodb.com/docs/manual/reference/change-events/reshardCollection/#mongodb-data-reshardCollection
443443
*/
444444
export interface ChangeStreamReshardCollectionDocument
445445
extends ChangeStreamDocumentCommon,
@@ -451,7 +451,7 @@ export interface ChangeStreamReshardCollectionDocument
451451

452452
/**
453453
* @public
454-
* @see https://www.mongodb.com/docs/manual/reference/change-events/
454+
* @see https://www.mongodb.com/docs/manual/reference/change-events/refineCollectionShardKey/#mongodb-data-refineCollectionShardKey
455455
*/
456456
export interface ChangeStreamRefineCollectionShardKeyDocument
457457
extends ChangeStreamDocumentCommon,

0 commit comments

Comments
 (0)