diff --git a/docs/6.10/classes/BSON.BSONVersionError.html b/docs/6.10/classes/BSON.BSONVersionError.html
index a007a383e2b..59a47ded6c1 100644
--- a/docs/6.10/classes/BSON.BSONVersionError.html
+++ b/docs/6.10/classes/BSON.BSONVersionError.html
@@ -1,4 +1,4 @@
-
Defined in node_modules/bson/bson.d.ts:327 IndexConstructors constructor
+
BSONVersionError | mongodb Defined in node_modules/bson/bson.d.ts:327 IndexProperties cause?
message
stack?
@@ -14,4 +14,4 @@
This method can assist with determining if an error originates from the BSON library
even if it does not pass an
instanceof
check against this class' constructor.
+
diff --git a/docs/6.10/classes/BSON.Binary.html b/docs/6.10/classes/BSON.Binary.html
index de76b46cceb..e07a1843d63 100644
--- a/docs/6.10/classes/BSON.Binary.html
+++ b/docs/6.10/classes/BSON.Binary.html
@@ -1,4 +1,4 @@
-
Binary | mongodb
diff --git a/docs/6.10/classes/BSON.Code.html b/docs/6.10/classes/BSON.Code.html
index 222b496053a..6eda7ce6838 100644
--- a/docs/6.10/classes/BSON.Code.html
+++ b/docs/6.10/classes/BSON.Code.html
@@ -1,4 +1,4 @@
-
Code | mongodb toJSON toJSON ( ) : { code : string ; scope ?: Document ; } Returns { code : string ; scope ?: Document ; } Defined in node_modules/bson/bson.d.ts:400
diff --git a/docs/6.10/classes/BSON.DBRef.html b/docs/6.10/classes/BSON.DBRef.html
index 7fae8ee83e9..fc5a372d058 100644
--- a/docs/6.10/classes/BSON.DBRef.html
+++ b/docs/6.10/classes/BSON.DBRef.html
@@ -1,4 +1,4 @@
-
DBRef | mongodb
diff --git a/docs/6.10/classes/BSON.Decimal128.html b/docs/6.10/classes/BSON.Decimal128.html
index 628ce7de919..3b843950960 100644
--- a/docs/6.10/classes/BSON.Decimal128.html
+++ b/docs/6.10/classes/BSON.Decimal128.html
@@ -1,4 +1,4 @@
-
Decimal128 | mongodb
diff --git a/docs/6.10/classes/BSON.Double.html b/docs/6.10/classes/BSON.Double.html
index 0ac044b313b..c1178df3afd 100644
--- a/docs/6.10/classes/BSON.Double.html
+++ b/docs/6.10/classes/BSON.Double.html
@@ -1,4 +1,4 @@
-
Double | mongodb
diff --git a/docs/6.10/classes/BSON.Int32.html b/docs/6.10/classes/BSON.Int32.html
index c04828cf1a1..ae843a50fb1 100644
--- a/docs/6.10/classes/BSON.Int32.html
+++ b/docs/6.10/classes/BSON.Int32.html
@@ -1,4 +1,4 @@
-
Int32 | mongodb
diff --git a/docs/6.10/classes/BSON.Long.html b/docs/6.10/classes/BSON.Long.html
index 0b51f0437e3..8191c0909ab 100644
--- a/docs/6.10/classes/BSON.Long.html
+++ b/docs/6.10/classes/BSON.Long.html
@@ -1,4 +1,4 @@
-
Long | mongodb
diff --git a/docs/6.10/classes/BSON.MaxKey.html b/docs/6.10/classes/BSON.MaxKey.html
index 1b884ed71a4..c24465a32ca 100644
--- a/docs/6.10/classes/BSON.MaxKey.html
+++ b/docs/6.10/classes/BSON.MaxKey.html
@@ -1,7 +1,7 @@
-
MaxKey | mongodb
diff --git a/docs/6.10/classes/BSON.MinKey.html b/docs/6.10/classes/BSON.MinKey.html
index e89e8f2381e..096a882a930 100644
--- a/docs/6.10/classes/BSON.MinKey.html
+++ b/docs/6.10/classes/BSON.MinKey.html
@@ -1,7 +1,7 @@
-
MinKey | mongodb
diff --git a/docs/6.10/classes/BSON.ObjectId.html b/docs/6.10/classes/BSON.ObjectId.html
index 3d7330ad8ed..9d3687c5e65 100644
--- a/docs/6.10/classes/BSON.ObjectId.html
+++ b/docs/6.10/classes/BSON.ObjectId.html
@@ -1,4 +1,4 @@
-
ObjectId | mongodb
diff --git a/docs/6.10/classes/BSON.Timestamp.html b/docs/6.10/classes/BSON.Timestamp.html
index 16f87accce4..e58a5c56a89 100644
--- a/docs/6.10/classes/BSON.Timestamp.html
+++ b/docs/6.10/classes/BSON.Timestamp.html
@@ -1,4 +1,4 @@
-
Timestamp | mongodb Defined in node_modules/bson/bson.d.ts:1476 IndexConstructors constructor
+
Timestamp | mongodb Defined in node_modules/bson/bson.d.ts:1476 IndexProperties Defined in node_modules/bson/bson.d.ts:1500 Static
from String from String ( str , optRadix ) : Timestamp Parameters str : string optRadix : number Defined in node_modules/bson/bson.d.ts:1514
+
Defined in node_modules/bson/bson.d.ts:1514
diff --git a/docs/6.10/classes/BSON.UUID.html b/docs/6.10/classes/BSON.UUID.html
index c5dd31e764a..00443a96fee 100644
--- a/docs/6.10/classes/BSON.UUID.html
+++ b/docs/6.10/classes/BSON.UUID.html
@@ -1,4 +1,4 @@
-
UUID | mongodb Returns boolean Defined in node_modules/bson/bson.d.ts:1582
diff --git a/docs/6.10/classes/Batch.html b/docs/6.10/classes/Batch.html
index 99dd2d64fe2..089dad2664a 100644
--- a/docs/6.10/classes/Batch.html
+++ b/docs/6.10/classes/Batch.html
@@ -1,4 +1,4 @@
-
Batch | mongodb Constructorsconstructor new Batch < T > ( batchType , originalZeroIndex ) : Batch < T > Parameters batchType : BatchType originalZeroIndex : number Propertiescurrent Index current Index : number
original Indexes original Indexes : number []
original Zero Index original Zero Index : number
size Bytes size Bytes : number
diff --git a/docs/6.10/classes/BulkOperationBase.html b/docs/6.10/classes/BulkOperationBase.html
index 63aa02258ca..9b5d6c4e98c 100644
--- a/docs/6.10/classes/BulkOperationBase.html
+++ b/docs/6.10/classes/BulkOperationBase.html
@@ -1,4 +1,4 @@
-
BulkOperationBase | mongodb Class BulkOperationBaseAbstract
IndexProperties is Ordered
+
BulkOperationBase | mongodb Class BulkOperationBaseAbstract
Indexraw raw ( op ) : this Returns this
+
Returns this
diff --git a/docs/6.10/classes/BulkWriteResult.html b/docs/6.10/classes/BulkWriteResult.html
index 3efdccd24a5..8f3d0ba2e12 100644
--- a/docs/6.10/classes/BulkWriteResult.html
+++ b/docs/6.10/classes/BulkWriteResult.html
@@ -1,4 +1,4 @@
-BulkWriteResult | mongodb
diff --git a/docs/6.10/classes/CancellationToken.html b/docs/6.10/classes/CancellationToken.html
index 183fad485de..a1a21ec1b8d 100644
--- a/docs/6.10/classes/CancellationToken.html
+++ b/docs/6.10/classes/CancellationToken.html
@@ -1,4 +1,4 @@
-
CancellationToken | mongodb IndexConstructors constructor
+
CancellationToken | mongodb IndexProperties Parameters Optional
n : number Rest
... eventTargets : ( EventEmitter < DefaultEventMap > | EventTarget ) [] Returns void
+
diff --git a/docs/6.10/classes/ChangeStream.html b/docs/6.10/classes/ChangeStream.html
index 4c5759c0f06..37d48c09bbc 100644
--- a/docs/6.10/classes/ChangeStream.html
+++ b/docs/6.10/classes/ChangeStream.html
@@ -1,4 +1,4 @@
-ChangeStream | mongodb Class ChangeStream<TSchema, TChange>
diff --git a/docs/6.10/classes/ClientEncryption.html b/docs/6.10/classes/ClientEncryption.html
index b24ad5d7d4a..c422a1cb5b0 100644
--- a/docs/6.10/classes/ClientEncryption.html
+++ b/docs/6.10/classes/ClientEncryption.html
@@ -1,4 +1,4 @@
-
ClientEncryption | mongodb
diff --git a/docs/6.10/classes/ClientSession.html b/docs/6.10/classes/ClientSession.html
index a29cc7dc074..5be8b2cdeb3 100644
--- a/docs/6.10/classes/ClientSession.html
+++ b/docs/6.10/classes/ClientSession.html
@@ -1,4 +1,4 @@
-
ClientSession | mongodb
diff --git a/docs/6.10/classes/Collection.html b/docs/6.10/classes/Collection.html
index 7f2c4571434..2f03d62937c 100644
--- a/docs/6.10/classes/Collection.html
+++ b/docs/6.10/classes/Collection.html
@@ -1,4 +1,4 @@
-
Collection | mongodb Class Collection<TSchema>
diff --git a/docs/6.10/classes/CommandFailedEvent.html b/docs/6.10/classes/CommandFailedEvent.html
index f1192679621..c0ae4904820 100644
--- a/docs/6.10/classes/CommandFailedEvent.html
+++ b/docs/6.10/classes/CommandFailedEvent.html
@@ -1,4 +1,4 @@
-
CommandFailedEvent | mongodb Accessorshas Service Id get hasServiceId( ) : boolean Returns boolean
diff --git a/docs/6.10/classes/CommandStartedEvent.html b/docs/6.10/classes/CommandStartedEvent.html
index fd5056ab331..1e04959e1c6 100644
--- a/docs/6.10/classes/CommandStartedEvent.html
+++ b/docs/6.10/classes/CommandStartedEvent.html
@@ -1,4 +1,4 @@
-
CommandStartedEvent | mongodb Class CommandStartedEvent
diff --git a/docs/6.10/classes/CommandSucceededEvent.html b/docs/6.10/classes/CommandSucceededEvent.html
index 74af8e90db4..6cabcf73fdc 100644
--- a/docs/6.10/classes/CommandSucceededEvent.html
+++ b/docs/6.10/classes/CommandSucceededEvent.html
@@ -1,4 +1,4 @@
-
CommandSucceededEvent | mongodb Class CommandSucceededEvent Accessorshas Service Id get hasServiceId( ) : boolean Returns boolean
diff --git a/docs/6.10/classes/ConnectionCheckOutFailedEvent.html b/docs/6.10/classes/ConnectionCheckOutFailedEvent.html
index 74552ce638e..b29db06bbff 100644
--- a/docs/6.10/classes/ConnectionCheckOutFailedEvent.html
+++ b/docs/6.10/classes/ConnectionCheckOutFailedEvent.html
@@ -1,4 +1,4 @@
-
ConnectionCheckOutFailedEvent | mongodb Class ConnectionCheckOutFailedEvent
diff --git a/docs/6.10/classes/ConnectionCheckOutStartedEvent.html b/docs/6.10/classes/ConnectionCheckOutStartedEvent.html
index 6053ec32407..e1ddcdb6316 100644
--- a/docs/6.10/classes/ConnectionCheckOutStartedEvent.html
+++ b/docs/6.10/classes/ConnectionCheckOutStartedEvent.html
@@ -1,6 +1,6 @@
-
ConnectionCheckOutStartedEvent | mongodb Class ConnectionCheckOutStartedEvent
diff --git a/docs/6.10/classes/ConnectionCheckedInEvent.html b/docs/6.10/classes/ConnectionCheckedInEvent.html
index 333eb5a65d6..8dc0c30b50a 100644
--- a/docs/6.10/classes/ConnectionCheckedInEvent.html
+++ b/docs/6.10/classes/ConnectionCheckedInEvent.html
@@ -1,8 +1,8 @@
-
ConnectionCheckedInEvent | mongodb Class ConnectionCheckedInEvent
diff --git a/docs/6.10/classes/ConnectionCheckedOutEvent.html b/docs/6.10/classes/ConnectionCheckedOutEvent.html
index de839f93b6a..71ae4e436e3 100644
--- a/docs/6.10/classes/ConnectionCheckedOutEvent.html
+++ b/docs/6.10/classes/ConnectionCheckedOutEvent.html
@@ -1,4 +1,4 @@
-
ConnectionCheckedOutEvent | mongodb Class ConnectionCheckedOutEvent
diff --git a/docs/6.10/classes/ConnectionClosedEvent.html b/docs/6.10/classes/ConnectionClosedEvent.html
index cd5dcb8f87b..400ff9fcb2b 100644
--- a/docs/6.10/classes/ConnectionClosedEvent.html
+++ b/docs/6.10/classes/ConnectionClosedEvent.html
@@ -1,4 +1,4 @@
-
ConnectionClosedEvent | mongodb Class ConnectionClosedEvent
diff --git a/docs/6.10/classes/ConnectionCreatedEvent.html b/docs/6.10/classes/ConnectionCreatedEvent.html
index f8d90f01575..e82bf363160 100644
--- a/docs/6.10/classes/ConnectionCreatedEvent.html
+++ b/docs/6.10/classes/ConnectionCreatedEvent.html
@@ -1,8 +1,8 @@
-
ConnectionCreatedEvent | mongodb Class ConnectionCreatedEvent
diff --git a/docs/6.10/classes/ConnectionPoolClearedEvent.html b/docs/6.10/classes/ConnectionPoolClearedEvent.html
index 4a2f019ee75..ab08e82f809 100644
--- a/docs/6.10/classes/ConnectionPoolClearedEvent.html
+++ b/docs/6.10/classes/ConnectionPoolClearedEvent.html
@@ -1,7 +1,7 @@
-
ConnectionPoolClearedEvent | mongodb Class ConnectionPoolClearedEvent
diff --git a/docs/6.10/classes/ConnectionPoolClosedEvent.html b/docs/6.10/classes/ConnectionPoolClosedEvent.html
index d05a80e9552..e6e82217711 100644
--- a/docs/6.10/classes/ConnectionPoolClosedEvent.html
+++ b/docs/6.10/classes/ConnectionPoolClosedEvent.html
@@ -1,6 +1,6 @@
-
ConnectionPoolClosedEvent | mongodb Class ConnectionPoolClosedEvent
diff --git a/docs/6.10/classes/ConnectionPoolCreatedEvent.html b/docs/6.10/classes/ConnectionPoolCreatedEvent.html
index f2ffa318266..fadd913adce 100644
--- a/docs/6.10/classes/ConnectionPoolCreatedEvent.html
+++ b/docs/6.10/classes/ConnectionPoolCreatedEvent.html
@@ -1,8 +1,8 @@
-
ConnectionPoolCreatedEvent | mongodb Class ConnectionPoolCreatedEvent
diff --git a/docs/6.10/classes/ConnectionPoolMonitoringEvent.html b/docs/6.10/classes/ConnectionPoolMonitoringEvent.html
index 747f9347e6c..8219e109913 100644
--- a/docs/6.10/classes/ConnectionPoolMonitoringEvent.html
+++ b/docs/6.10/classes/ConnectionPoolMonitoringEvent.html
@@ -1,6 +1,6 @@
-
ConnectionPoolMonitoringEvent | mongodb Class ConnectionPoolMonitoringEventAbstract
diff --git a/docs/6.10/classes/ConnectionPoolReadyEvent.html b/docs/6.10/classes/ConnectionPoolReadyEvent.html
index ac5206aaf69..7b8dc8133d8 100644
--- a/docs/6.10/classes/ConnectionPoolReadyEvent.html
+++ b/docs/6.10/classes/ConnectionPoolReadyEvent.html
@@ -1,6 +1,6 @@
-
ConnectionPoolReadyEvent | mongodb Class ConnectionPoolReadyEvent
diff --git a/docs/6.10/classes/ConnectionReadyEvent.html b/docs/6.10/classes/ConnectionReadyEvent.html
index 499ab56be59..8a49ab4b2ef 100644
--- a/docs/6.10/classes/ConnectionReadyEvent.html
+++ b/docs/6.10/classes/ConnectionReadyEvent.html
@@ -1,4 +1,4 @@
-
ConnectionReadyEvent | mongodb Class ConnectionReadyEvent
diff --git a/docs/6.10/classes/Db.html b/docs/6.10/classes/Db.html
index 0909a8c2e0f..0bad4dd4e6b 100644
--- a/docs/6.10/classes/Db.html
+++ b/docs/6.10/classes/Db.html
@@ -1,4 +1,4 @@
-
Db | mongodb
diff --git a/docs/6.10/classes/FindCursor.html b/docs/6.10/classes/FindCursor.html
index 4e83903ac4c..b083edeb8f7 100644
--- a/docs/6.10/classes/FindCursor.html
+++ b/docs/6.10/classes/FindCursor.html
@@ -1,4 +1,4 @@
-
FindCursor | mongodb Class FindCursor<TSchema> IndexProperties [async Dispose]
+
FindCursor | mongodb Class FindCursor<TSchema> IndexProperties Parameters Optional
n : number Rest
... eventTargets : ( EventEmitter < DefaultEventMap > | EventTarget ) [] Returns void
+
diff --git a/docs/6.10/classes/FindOperators.html b/docs/6.10/classes/FindOperators.html
index 3b0e0e30d1d..0b7f6d0445b 100644
--- a/docs/6.10/classes/FindOperators.html
+++ b/docs/6.10/classes/FindOperators.html
@@ -1,4 +1,4 @@
-FindOperators | mongodb
diff --git a/docs/6.10/classes/GridFSBucket.html b/docs/6.10/classes/GridFSBucket.html
index 9aa3b6e6bd1..7f60dd271bb 100644
--- a/docs/6.10/classes/GridFSBucket.html
+++ b/docs/6.10/classes/GridFSBucket.html
@@ -1,4 +1,4 @@
-
GridFSBucket | mongodb
diff --git a/docs/6.10/classes/GridFSBucketReadStream.html b/docs/6.10/classes/GridFSBucketReadStream.html
index 7dad012880e..2e4fd47d721 100644
--- a/docs/6.10/classes/GridFSBucketReadStream.html
+++ b/docs/6.10/classes/GridFSBucketReadStream.html
@@ -1,4 +1,4 @@
-
GridFSBucketReadStream | mongodb Class GridFSBucketReadStream
diff --git a/docs/6.10/classes/GridFSBucketWriteStream.html b/docs/6.10/classes/GridFSBucketWriteStream.html
index 7b71582cef2..76a22dfd1f5 100644
--- a/docs/6.10/classes/GridFSBucketWriteStream.html
+++ b/docs/6.10/classes/GridFSBucketWriteStream.html
@@ -1,4 +1,4 @@
-
GridFSBucketWriteStream | mongodb Class GridFSBucketWriteStream
diff --git a/docs/6.10/classes/HostAddress.html b/docs/6.10/classes/HostAddress.html
index 5285b0a5ec0..55cd67db391 100644
--- a/docs/6.10/classes/HostAddress.html
+++ b/docs/6.10/classes/HostAddress.html
@@ -1,4 +1,4 @@
-
HostAddress | mongodb IndexConstructors constructor
+
HostAddress | mongodb Constructors Propertieshost host : undefined | string = undefined
isIPv6 isIPv6 : boolean = false
port port : undefined | number = undefined
socket Path socket Path : undefined | string = undefined
Methodsinspect inspect ( ) : string Returns string to Host Port to Host Port ( ) : { host : string ; port : number ; } Returns { host : string ; port : number ; } to String to String ( ) : string Returns string Static
from Srv Record from Srv Record ( __namedParameters ) : HostAddress Parameters __namedParameters : SrvRecord
+
Constructors Propertieshost host : undefined | string = undefined
isIPv6 isIPv6 : boolean = false
port port : undefined | number = undefined
socket Path socket Path : undefined | string = undefined
Methodsinspect inspect ( ) : string Returns string to Host Port to Host Port ( ) : { host : string ; port : number ; } Returns { host : string ; port : number ; } to String to String ( ) : string Returns string Static
from Srv Record from Srv Record ( __namedParameters ) : HostAddress Parameters __namedParameters : SrvRecord
diff --git a/docs/6.10/classes/ListCollectionsCursor.html b/docs/6.10/classes/ListCollectionsCursor.html
index 4f519380b90..1fd7e4ef218 100644
--- a/docs/6.10/classes/ListCollectionsCursor.html
+++ b/docs/6.10/classes/ListCollectionsCursor.html
@@ -1,4 +1,4 @@
-
ListCollectionsCursor | mongodb Class ListCollectionsCursor<T> IndexConstructors constructor
+
ListCollectionsCursor | mongodb Class ListCollectionsCursor<T> IndexProperties Parameters Optional
n : number Rest
... eventTargets : ( EventEmitter < DefaultEventMap > | EventTarget ) [] Returns void
+
diff --git a/docs/6.10/classes/ListIndexesCursor.html b/docs/6.10/classes/ListIndexesCursor.html
index 7a4904e033e..5aa9f4dce2e 100644
--- a/docs/6.10/classes/ListIndexesCursor.html
+++ b/docs/6.10/classes/ListIndexesCursor.html
@@ -1,4 +1,4 @@
-ListIndexesCursor | mongodb IndexConstructors constructor
+
ListIndexesCursor | mongodb IndexProperties Parameters Optional
n : number Rest
... eventTargets : ( EventEmitter < DefaultEventMap > | EventTarget ) [] Returns void
+
diff --git a/docs/6.10/classes/ListSearchIndexesCursor.html b/docs/6.10/classes/ListSearchIndexesCursor.html
index 64eb0d31572..13b3b9c4155 100644
--- a/docs/6.10/classes/ListSearchIndexesCursor.html
+++ b/docs/6.10/classes/ListSearchIndexesCursor.html
@@ -1,4 +1,4 @@
-ListSearchIndexesCursor | mongodb Class ListSearchIndexesCursor IndexProperties [async Dispose]
+
ListSearchIndexesCursor | mongodb Class ListSearchIndexesCursor IndexProperties Parameters Optional
n : number Rest
... eventTargets : ( EventEmitter < DefaultEventMap > | EventTarget ) [] Returns void
+
diff --git a/docs/6.10/classes/MongoAPIError.html b/docs/6.10/classes/MongoAPIError.html
index 748d935db5c..f04a4d2b499 100644
--- a/docs/6.10/classes/MongoAPIError.html
+++ b/docs/6.10/classes/MongoAPIError.html
@@ -1,4 +1,4 @@
-MongoAPIError | mongodb
diff --git a/docs/6.10/classes/MongoAWSError.html b/docs/6.10/classes/MongoAWSError.html
index d8fd71c4f77..cc5c5e1c4c4 100644
--- a/docs/6.10/classes/MongoAWSError.html
+++ b/docs/6.10/classes/MongoAWSError.html
@@ -1,4 +1,4 @@
-
MongoAWSError | mongodb
diff --git a/docs/6.10/classes/MongoAzureError.html b/docs/6.10/classes/MongoAzureError.html
index 45bd9b2c236..71a02105fbd 100644
--- a/docs/6.10/classes/MongoAzureError.html
+++ b/docs/6.10/classes/MongoAzureError.html
@@ -1,4 +1,4 @@
-
MongoAzureError | mongodb
diff --git a/docs/6.10/classes/MongoBatchReExecutionError.html b/docs/6.10/classes/MongoBatchReExecutionError.html
index cef755c4699..9bfce9210b5 100644
--- a/docs/6.10/classes/MongoBatchReExecutionError.html
+++ b/docs/6.10/classes/MongoBatchReExecutionError.html
@@ -1,4 +1,4 @@
-
MongoBatchReExecutionError | mongodb Class MongoBatchReExecutionError
diff --git a/docs/6.10/classes/MongoBulkWriteError.html b/docs/6.10/classes/MongoBulkWriteError.html
index 33b9305f2de..01433a1fcbf 100644
--- a/docs/6.10/classes/MongoBulkWriteError.html
+++ b/docs/6.10/classes/MongoBulkWriteError.html
@@ -1,4 +1,4 @@
-
MongoBulkWriteError | mongodb Class MongoBulkWriteError
diff --git a/docs/6.10/classes/MongoChangeStreamError.html b/docs/6.10/classes/MongoChangeStreamError.html
index 308aba32b0e..cc3c1b9d54c 100644
--- a/docs/6.10/classes/MongoChangeStreamError.html
+++ b/docs/6.10/classes/MongoChangeStreamError.html
@@ -1,4 +1,4 @@
-
MongoChangeStreamError | mongodb Class MongoChangeStreamError
diff --git a/docs/6.10/classes/MongoClient.html b/docs/6.10/classes/MongoClient.html
index f0dd474abac..8065d04eefb 100644
--- a/docs/6.10/classes/MongoClient.html
+++ b/docs/6.10/classes/MongoClient.html
@@ -1,4 +1,4 @@
-
MongoClient | mongodb
diff --git a/docs/6.10/classes/MongoClientBulkWriteCursorError.html b/docs/6.10/classes/MongoClientBulkWriteCursorError.html
index 5c44d096406..6ef6f43d93e 100644
--- a/docs/6.10/classes/MongoClientBulkWriteCursorError.html
+++ b/docs/6.10/classes/MongoClientBulkWriteCursorError.html
@@ -1,4 +1,4 @@
-
MongoClientBulkWriteCursorError | mongodb Class MongoClientBulkWriteCursorError
diff --git a/docs/6.10/classes/MongoClientBulkWriteError.html b/docs/6.10/classes/MongoClientBulkWriteError.html
index 49bdd932cec..610dc001545 100644
--- a/docs/6.10/classes/MongoClientBulkWriteError.html
+++ b/docs/6.10/classes/MongoClientBulkWriteError.html
@@ -1,4 +1,4 @@
-
MongoClientBulkWriteError | mongodb Class MongoClientBulkWriteError
diff --git a/docs/6.10/classes/MongoClientBulkWriteExecutionError.html b/docs/6.10/classes/MongoClientBulkWriteExecutionError.html
index 2ad3ff2ab0f..77b9343b3b2 100644
--- a/docs/6.10/classes/MongoClientBulkWriteExecutionError.html
+++ b/docs/6.10/classes/MongoClientBulkWriteExecutionError.html
@@ -1,4 +1,4 @@
-
MongoClientBulkWriteExecutionError | mongodb Class MongoClientBulkWriteExecutionError
diff --git a/docs/6.10/classes/MongoCompatibilityError.html b/docs/6.10/classes/MongoCompatibilityError.html
index e0601997172..423f48df500 100644
--- a/docs/6.10/classes/MongoCompatibilityError.html
+++ b/docs/6.10/classes/MongoCompatibilityError.html
@@ -1,4 +1,4 @@
-
MongoCompatibilityError | mongodb Class MongoCompatibilityError
diff --git a/docs/6.10/classes/MongoCredentials.html b/docs/6.10/classes/MongoCredentials.html
index d7d2d7c60bc..cc4338fdc6c 100644
--- a/docs/6.10/classes/MongoCredentials.html
+++ b/docs/6.10/classes/MongoCredentials.html
@@ -1,5 +1,5 @@
-
MongoCredentials | mongodb IndexConstructors constructor
+
MongoCredentials | mongodb Constructors PropertiesReadonly
mechanism Properties Readonly
password password : string
Readonly
source source : string
Readonly
username username : string
Methodsequals equals ( other ) : boolean Returns boolean Constructors PropertiesReadonly
mechanism Properties Readonly
password password : string
Readonly
source source : string
Readonly
username username : string
Methodsequals equals ( other ) : boolean Returns boolean validate validate ( ) : void Returns void
+validate validate ( ) : void Returns void
diff --git a/docs/6.10/classes/MongoCryptAzureKMSRequestError.html b/docs/6.10/classes/MongoCryptAzureKMSRequestError.html
index f5c3ec06ff4..8575315d941 100644
--- a/docs/6.10/classes/MongoCryptAzureKMSRequestError.html
+++ b/docs/6.10/classes/MongoCryptAzureKMSRequestError.html
@@ -1,4 +1,4 @@
-
MongoCryptAzureKMSRequestError | mongodb Class MongoCryptAzureKMSRequestError
diff --git a/docs/6.10/classes/MongoCryptCreateDataKeyError.html b/docs/6.10/classes/MongoCryptCreateDataKeyError.html
index 594d92fbf98..fa646c6c44a 100644
--- a/docs/6.10/classes/MongoCryptCreateDataKeyError.html
+++ b/docs/6.10/classes/MongoCryptCreateDataKeyError.html
@@ -1,4 +1,4 @@
-
MongoCryptCreateDataKeyError | mongodb Class MongoCryptCreateDataKeyError
diff --git a/docs/6.10/classes/MongoCryptCreateEncryptedCollectionError.html b/docs/6.10/classes/MongoCryptCreateEncryptedCollectionError.html
index 5c4201b7249..f396599baba 100644
--- a/docs/6.10/classes/MongoCryptCreateEncryptedCollectionError.html
+++ b/docs/6.10/classes/MongoCryptCreateEncryptedCollectionError.html
@@ -1,4 +1,4 @@
-
MongoCryptCreateEncryptedCollectionError | mongodb Class MongoCryptCreateEncryptedCollectionError
diff --git a/docs/6.10/classes/MongoCryptError.html b/docs/6.10/classes/MongoCryptError.html
index ed2c5315c68..84322196c2c 100644
--- a/docs/6.10/classes/MongoCryptError.html
+++ b/docs/6.10/classes/MongoCryptError.html
@@ -1,4 +1,4 @@
-
MongoCryptError | mongodb
diff --git a/docs/6.10/classes/MongoCryptInvalidArgumentError.html b/docs/6.10/classes/MongoCryptInvalidArgumentError.html
index 34e1828d5b3..4e6d9939589 100644
--- a/docs/6.10/classes/MongoCryptInvalidArgumentError.html
+++ b/docs/6.10/classes/MongoCryptInvalidArgumentError.html
@@ -1,4 +1,4 @@
-
MongoCryptInvalidArgumentError | mongodb Class MongoCryptInvalidArgumentError
diff --git a/docs/6.10/classes/MongoCryptKMSRequestNetworkTimeoutError.html b/docs/6.10/classes/MongoCryptKMSRequestNetworkTimeoutError.html
index 12a19a22c07..beaad1a437e 100644
--- a/docs/6.10/classes/MongoCryptKMSRequestNetworkTimeoutError.html
+++ b/docs/6.10/classes/MongoCryptKMSRequestNetworkTimeoutError.html
@@ -1,4 +1,4 @@
-
MongoCryptKMSRequestNetworkTimeoutError | mongodb Class MongoCryptKMSRequestNetworkTimeoutError IndexConstructors constructor
+
MongoCryptKMSRequestNetworkTimeoutError | mongodb Class MongoCryptKMSRequestNetworkTimeoutError IndexProperties Returns boolean returns true if the error has the provided error label
Static
capture Stack Trace capture Stack Trace ( targetObject , constructorOpt ? ) : void Parameters targetObject : object Optional
constructorOpt : Function Returns void
+
Parameters targetObject : object Optional
constructorOpt : Function Returns void
diff --git a/docs/6.10/classes/MongoCursorExhaustedError.html b/docs/6.10/classes/MongoCursorExhaustedError.html
index 5f93b75c50f..b151e1336ea 100644
--- a/docs/6.10/classes/MongoCursorExhaustedError.html
+++ b/docs/6.10/classes/MongoCursorExhaustedError.html
@@ -1,4 +1,4 @@
-MongoCursorExhaustedError | mongodb Class MongoCursorExhaustedError
diff --git a/docs/6.10/classes/MongoCursorInUseError.html b/docs/6.10/classes/MongoCursorInUseError.html
index 25f93a740f0..43f5e4729fe 100644
--- a/docs/6.10/classes/MongoCursorInUseError.html
+++ b/docs/6.10/classes/MongoCursorInUseError.html
@@ -1,4 +1,4 @@
-
MongoCursorInUseError | mongodb Class MongoCursorInUseError
diff --git a/docs/6.10/classes/MongoDBCollectionNamespace.html b/docs/6.10/classes/MongoDBCollectionNamespace.html
index 1b1f0533870..ff1e6642043 100644
--- a/docs/6.10/classes/MongoDBCollectionNamespace.html
+++ b/docs/6.10/classes/MongoDBCollectionNamespace.html
@@ -1,4 +1,4 @@
-
MongoDBCollectionNamespace | mongodb Class MongoDBCollectionNamespace Methodsto String to String ( ) : string Returns string
diff --git a/docs/6.10/classes/MongoDBNamespace.html b/docs/6.10/classes/MongoDBNamespace.html
index 099ef11eedf..0127515f314 100644
--- a/docs/6.10/classes/MongoDBNamespace.html
+++ b/docs/6.10/classes/MongoDBNamespace.html
@@ -1,4 +1,4 @@
-
MongoDBNamespace | mongodb IndexConstructors constructor
+
MongoDBNamespace | mongodb IndexMethods Optional
collection : string PropertiesOptional
collection collection ?: string
Methodsto String to String ( ) : string Returns string
+
Methodsto String to String ( ) : string Returns string
diff --git a/docs/6.10/classes/MongoDecompressionError.html b/docs/6.10/classes/MongoDecompressionError.html
index 7c25c70abf7..a1a901943f5 100644
--- a/docs/6.10/classes/MongoDecompressionError.html
+++ b/docs/6.10/classes/MongoDecompressionError.html
@@ -1,4 +1,4 @@
-
MongoDecompressionError | mongodb Class MongoDecompressionError
diff --git a/docs/6.10/classes/MongoDriverError.html b/docs/6.10/classes/MongoDriverError.html
index 138c2475152..fa2daa917f8 100644
--- a/docs/6.10/classes/MongoDriverError.html
+++ b/docs/6.10/classes/MongoDriverError.html
@@ -1,4 +1,4 @@
-
MongoDriverError | mongodb
diff --git a/docs/6.10/classes/MongoError.html b/docs/6.10/classes/MongoError.html
index 21b5680b1d7..f2179b0f880 100644
--- a/docs/6.10/classes/MongoError.html
+++ b/docs/6.10/classes/MongoError.html
@@ -1,4 +1,4 @@
-
MongoError | mongodb IndexConstructors constructor
+
MongoError | mongodb IndexProperties Returns boolean returns true if the error has the provided error label
Static
capture Stack Trace capture Stack Trace ( targetObject , constructorOpt ? ) : void Parameters targetObject : object Optional
constructorOpt : Function Returns void
+
Parameters targetObject : object Optional
constructorOpt : Function Returns void
diff --git a/docs/6.10/classes/MongoExpiredSessionError.html b/docs/6.10/classes/MongoExpiredSessionError.html
index 096a23bf2fe..279686e69e6 100644
--- a/docs/6.10/classes/MongoExpiredSessionError.html
+++ b/docs/6.10/classes/MongoExpiredSessionError.html
@@ -1,4 +1,4 @@
-MongoExpiredSessionError | mongodb Class MongoExpiredSessionError
diff --git a/docs/6.10/classes/MongoGCPError.html b/docs/6.10/classes/MongoGCPError.html
index 1d52b5db5bc..57908765ceb 100644
--- a/docs/6.10/classes/MongoGCPError.html
+++ b/docs/6.10/classes/MongoGCPError.html
@@ -1,4 +1,4 @@
-
MongoGCPError | mongodb
diff --git a/docs/6.10/classes/MongoGridFSChunkError.html b/docs/6.10/classes/MongoGridFSChunkError.html
index 2b1a1943c52..83c866ee67b 100644
--- a/docs/6.10/classes/MongoGridFSChunkError.html
+++ b/docs/6.10/classes/MongoGridFSChunkError.html
@@ -1,4 +1,4 @@
-
MongoGridFSChunkError | mongodb Class MongoGridFSChunkError
diff --git a/docs/6.10/classes/MongoGridFSStreamError.html b/docs/6.10/classes/MongoGridFSStreamError.html
index 987c7b206e0..8eef6d468ac 100644
--- a/docs/6.10/classes/MongoGridFSStreamError.html
+++ b/docs/6.10/classes/MongoGridFSStreamError.html
@@ -1,4 +1,4 @@
-
MongoGridFSStreamError | mongodb Class MongoGridFSStreamError
diff --git a/docs/6.10/classes/MongoInvalidArgumentError.html b/docs/6.10/classes/MongoInvalidArgumentError.html
index 390d217efdf..9b455ca76a1 100644
--- a/docs/6.10/classes/MongoInvalidArgumentError.html
+++ b/docs/6.10/classes/MongoInvalidArgumentError.html
@@ -1,4 +1,4 @@
-
MongoInvalidArgumentError | mongodb Class MongoInvalidArgumentError
diff --git a/docs/6.10/classes/MongoKerberosError.html b/docs/6.10/classes/MongoKerberosError.html
index 623c4d8a69c..4395da78a7e 100644
--- a/docs/6.10/classes/MongoKerberosError.html
+++ b/docs/6.10/classes/MongoKerberosError.html
@@ -1,4 +1,4 @@
-
MongoKerberosError | mongodb
diff --git a/docs/6.10/classes/MongoMissingCredentialsError.html b/docs/6.10/classes/MongoMissingCredentialsError.html
index 7e71bd149bf..8d3686bb02f 100644
--- a/docs/6.10/classes/MongoMissingCredentialsError.html
+++ b/docs/6.10/classes/MongoMissingCredentialsError.html
@@ -1,4 +1,4 @@
-
MongoMissingCredentialsError | mongodb Class MongoMissingCredentialsError
diff --git a/docs/6.10/classes/MongoMissingDependencyError.html b/docs/6.10/classes/MongoMissingDependencyError.html
index 5fe6cffc4d6..f20b69d4a95 100644
--- a/docs/6.10/classes/MongoMissingDependencyError.html
+++ b/docs/6.10/classes/MongoMissingDependencyError.html
@@ -1,4 +1,4 @@
-
MongoMissingDependencyError | mongodb Class MongoMissingDependencyError
diff --git a/docs/6.10/classes/MongoNetworkError.html b/docs/6.10/classes/MongoNetworkError.html
index 2b393092eaa..0639bb709ab 100644
--- a/docs/6.10/classes/MongoNetworkError.html
+++ b/docs/6.10/classes/MongoNetworkError.html
@@ -1,4 +1,4 @@
-
MongoNetworkError | mongodb
diff --git a/docs/6.10/classes/MongoNetworkTimeoutError.html b/docs/6.10/classes/MongoNetworkTimeoutError.html
index e451e629294..6d1517b3bb1 100644
--- a/docs/6.10/classes/MongoNetworkTimeoutError.html
+++ b/docs/6.10/classes/MongoNetworkTimeoutError.html
@@ -1,4 +1,4 @@
-
MongoNetworkTimeoutError | mongodb Class MongoNetworkTimeoutError
diff --git a/docs/6.10/classes/MongoNotConnectedError.html b/docs/6.10/classes/MongoNotConnectedError.html
index 0f7153e51d1..3bc6254aa64 100644
--- a/docs/6.10/classes/MongoNotConnectedError.html
+++ b/docs/6.10/classes/MongoNotConnectedError.html
@@ -1,4 +1,4 @@
-
MongoNotConnectedError | mongodb Class MongoNotConnectedError
diff --git a/docs/6.10/classes/MongoOIDCError.html b/docs/6.10/classes/MongoOIDCError.html
index 107edf3ce66..8292b4ccd4e 100644
--- a/docs/6.10/classes/MongoOIDCError.html
+++ b/docs/6.10/classes/MongoOIDCError.html
@@ -1,4 +1,4 @@
-
MongoOIDCError | mongodb
diff --git a/docs/6.10/classes/MongoParseError.html b/docs/6.10/classes/MongoParseError.html
index e1a39b41fb4..9395bf3983a 100644
--- a/docs/6.10/classes/MongoParseError.html
+++ b/docs/6.10/classes/MongoParseError.html
@@ -1,4 +1,4 @@
-
MongoParseError | mongodb
diff --git a/docs/6.10/classes/MongoRuntimeError.html b/docs/6.10/classes/MongoRuntimeError.html
index a65d5da28b7..02576d9f0c7 100644
--- a/docs/6.10/classes/MongoRuntimeError.html
+++ b/docs/6.10/classes/MongoRuntimeError.html
@@ -1,4 +1,4 @@
-
MongoRuntimeError | mongodb
diff --git a/docs/6.10/classes/MongoServerClosedError.html b/docs/6.10/classes/MongoServerClosedError.html
index 1e76f14892b..12f60d86978 100644
--- a/docs/6.10/classes/MongoServerClosedError.html
+++ b/docs/6.10/classes/MongoServerClosedError.html
@@ -1,4 +1,4 @@
-
MongoServerClosedError | mongodb Class MongoServerClosedError
diff --git a/docs/6.10/classes/MongoServerError.html b/docs/6.10/classes/MongoServerError.html
index 031959efed8..fbaab63efd6 100644
--- a/docs/6.10/classes/MongoServerError.html
+++ b/docs/6.10/classes/MongoServerError.html
@@ -1,4 +1,4 @@
-
MongoServerError | mongodb
diff --git a/docs/6.10/classes/MongoServerSelectionError.html b/docs/6.10/classes/MongoServerSelectionError.html
index 9e2f2b79e5d..c3fa3d02b02 100644
--- a/docs/6.10/classes/MongoServerSelectionError.html
+++ b/docs/6.10/classes/MongoServerSelectionError.html
@@ -1,4 +1,4 @@
-
MongoServerSelectionError | mongodb Class MongoServerSelectionError
diff --git a/docs/6.10/classes/MongoSystemError.html b/docs/6.10/classes/MongoSystemError.html
index 96f86deae69..1a5a7a5d71b 100644
--- a/docs/6.10/classes/MongoSystemError.html
+++ b/docs/6.10/classes/MongoSystemError.html
@@ -1,4 +1,4 @@
-
MongoSystemError | mongodb
diff --git a/docs/6.10/classes/MongoTailableCursorError.html b/docs/6.10/classes/MongoTailableCursorError.html
index e0d3ab751ce..540f73adf53 100644
--- a/docs/6.10/classes/MongoTailableCursorError.html
+++ b/docs/6.10/classes/MongoTailableCursorError.html
@@ -1,4 +1,4 @@
-
MongoTailableCursorError | mongodb Class MongoTailableCursorError
diff --git a/docs/6.10/classes/MongoTopologyClosedError.html b/docs/6.10/classes/MongoTopologyClosedError.html
index e28fb0c65e3..bf08374f06d 100644
--- a/docs/6.10/classes/MongoTopologyClosedError.html
+++ b/docs/6.10/classes/MongoTopologyClosedError.html
@@ -1,4 +1,4 @@
-
MongoTopologyClosedError | mongodb Class MongoTopologyClosedError
diff --git a/docs/6.10/classes/MongoTransactionError.html b/docs/6.10/classes/MongoTransactionError.html
index 63ca53a8370..5b7d8b23988 100644
--- a/docs/6.10/classes/MongoTransactionError.html
+++ b/docs/6.10/classes/MongoTransactionError.html
@@ -1,4 +1,4 @@
-
MongoTransactionError | mongodb Class MongoTransactionError
diff --git a/docs/6.10/classes/MongoUnexpectedServerResponseError.html b/docs/6.10/classes/MongoUnexpectedServerResponseError.html
index 005f522f875..5fd3336cb67 100644
--- a/docs/6.10/classes/MongoUnexpectedServerResponseError.html
+++ b/docs/6.10/classes/MongoUnexpectedServerResponseError.html
@@ -1,4 +1,4 @@
-
MongoUnexpectedServerResponseError | mongodb Class MongoUnexpectedServerResponseError
diff --git a/docs/6.10/classes/MongoWriteConcernError.html b/docs/6.10/classes/MongoWriteConcernError.html
index 89463a7ac1a..e32270958b2 100644
--- a/docs/6.10/classes/MongoWriteConcernError.html
+++ b/docs/6.10/classes/MongoWriteConcernError.html
@@ -1,4 +1,4 @@
-
MongoWriteConcernError | mongodb Class MongoWriteConcernError
diff --git a/docs/6.10/classes/OrderedBulkOperation.html b/docs/6.10/classes/OrderedBulkOperation.html
index d74709aa226..510a5bc01af 100644
--- a/docs/6.10/classes/OrderedBulkOperation.html
+++ b/docs/6.10/classes/OrderedBulkOperation.html
@@ -1,4 +1,4 @@
-
OrderedBulkOperation | mongodb Class OrderedBulkOperation IndexProperties is Ordered
+
OrderedBulkOperation | mongodb Class OrderedBulkOperation Indexraw raw ( op ) : this Returns this
+
Returns this
diff --git a/docs/6.10/classes/ReadConcern.html b/docs/6.10/classes/ReadConcern.html
index 4dab43d7936..5ab2e956a40 100644
--- a/docs/6.10/classes/ReadConcern.html
+++ b/docs/6.10/classes/ReadConcern.html
@@ -1,4 +1,4 @@
-ReadConcern | mongodb
diff --git a/docs/6.10/classes/ReadPreference.html b/docs/6.10/classes/ReadPreference.html
index 314572727fa..e03599073b4 100644
--- a/docs/6.10/classes/ReadPreference.html
+++ b/docs/6.10/classes/ReadPreference.html
@@ -1,4 +1,4 @@
-
ReadPreference | mongodb
diff --git a/docs/6.10/classes/RunCommandCursor.html b/docs/6.10/classes/RunCommandCursor.html
index da732f4415b..71109c22151 100644
--- a/docs/6.10/classes/RunCommandCursor.html
+++ b/docs/6.10/classes/RunCommandCursor.html
@@ -1,4 +1,4 @@
-
RunCommandCursor | mongodb IndexProperties [async Dispose]
+
RunCommandCursor | mongodb IndexProperties Parameters Optional
n : number Rest
... eventTargets : ( EventEmitter < DefaultEventMap > | EventTarget ) [] Returns void
+
diff --git a/docs/6.10/classes/ServerCapabilities.html b/docs/6.10/classes/ServerCapabilities.html
index c1b6f911de7..96b735c42a4 100644
--- a/docs/6.10/classes/ServerCapabilities.html
+++ b/docs/6.10/classes/ServerCapabilities.html
@@ -1,4 +1,4 @@
-ServerCapabilities | mongodb IndexConstructors constructor
+
ServerCapabilities | mongodb Constructors Propertiesmax Wire Version max Wire Version : number
min Wire Version min Wire Version : number
Accessorscommands Take Collation get commandsTakeCollation( ) : boolean Returns boolean commands Take Write Concern get commandsTakeWriteConcern( ) : boolean Returns boolean has Aggregation Cursor get hasAggregationCursor( ) : boolean Returns boolean has Auth Commands get hasAuthCommands( ) : boolean Returns boolean has List Collections Command get hasListCollectionsCommand( ) : boolean Returns boolean has List Indexes Command get hasListIndexesCommand( ) : boolean Returns boolean has Text Search get hasTextSearch( ) : boolean Returns boolean has Write Commands get hasWriteCommands( ) : boolean Returns boolean supports Snapshot Reads get supportsSnapshotReads( ) : boolean Returns boolean
+
Constructors Propertiesmax Wire Version max Wire Version : number
min Wire Version min Wire Version : number
Accessorscommands Take Collation get commandsTakeCollation( ) : boolean Returns boolean commands Take Write Concern get commandsTakeWriteConcern( ) : boolean Returns boolean has Aggregation Cursor get hasAggregationCursor( ) : boolean Returns boolean has Auth Commands get hasAuthCommands( ) : boolean Returns boolean has List Collections Command get hasListCollectionsCommand( ) : boolean Returns boolean has List Indexes Command get hasListIndexesCommand( ) : boolean Returns boolean has Text Search get hasTextSearch( ) : boolean Returns boolean has Write Commands get hasWriteCommands( ) : boolean Returns boolean supports Snapshot Reads get supportsSnapshotReads( ) : boolean Returns boolean
diff --git a/docs/6.10/classes/ServerClosedEvent.html b/docs/6.10/classes/ServerClosedEvent.html
index a99759d4bef..57d6f64ce2d 100644
--- a/docs/6.10/classes/ServerClosedEvent.html
+++ b/docs/6.10/classes/ServerClosedEvent.html
@@ -1,6 +1,6 @@
-ServerClosedEvent | mongodb
diff --git a/docs/6.10/classes/ServerDescription.html b/docs/6.10/classes/ServerDescription.html
index 12520307557..3ea76ad180f 100644
--- a/docs/6.10/classes/ServerDescription.html
+++ b/docs/6.10/classes/ServerDescription.html
@@ -1,4 +1,4 @@
-ServerDescription | mongodb
diff --git a/docs/6.10/classes/ServerDescriptionChangedEvent.html b/docs/6.10/classes/ServerDescriptionChangedEvent.html
index 6435e44a042..ace2b441648 100644
--- a/docs/6.10/classes/ServerDescriptionChangedEvent.html
+++ b/docs/6.10/classes/ServerDescriptionChangedEvent.html
@@ -1,4 +1,4 @@
-
ServerDescriptionChangedEvent | mongodb Class ServerDescriptionChangedEvent
diff --git a/docs/6.10/classes/ServerHeartbeatFailedEvent.html b/docs/6.10/classes/ServerHeartbeatFailedEvent.html
index 709bf46a4f8..487be9524c2 100644
--- a/docs/6.10/classes/ServerHeartbeatFailedEvent.html
+++ b/docs/6.10/classes/ServerHeartbeatFailedEvent.html
@@ -1,4 +1,4 @@
-
ServerHeartbeatFailedEvent | mongodb Class ServerHeartbeatFailedEvent
diff --git a/docs/6.10/classes/ServerHeartbeatStartedEvent.html b/docs/6.10/classes/ServerHeartbeatStartedEvent.html
index 0d76dc11b04..8d28b3cc231 100644
--- a/docs/6.10/classes/ServerHeartbeatStartedEvent.html
+++ b/docs/6.10/classes/ServerHeartbeatStartedEvent.html
@@ -1,7 +1,7 @@
-
ServerHeartbeatStartedEvent | mongodb Class ServerHeartbeatStartedEvent
diff --git a/docs/6.10/classes/ServerHeartbeatSucceededEvent.html b/docs/6.10/classes/ServerHeartbeatSucceededEvent.html
index 180a3da4d6f..8adefce0028 100644
--- a/docs/6.10/classes/ServerHeartbeatSucceededEvent.html
+++ b/docs/6.10/classes/ServerHeartbeatSucceededEvent.html
@@ -1,4 +1,4 @@
-
ServerHeartbeatSucceededEvent | mongodb Class ServerHeartbeatSucceededEvent
diff --git a/docs/6.10/classes/ServerOpeningEvent.html b/docs/6.10/classes/ServerOpeningEvent.html
index 65ce7e4e793..4d3e8f41168 100644
--- a/docs/6.10/classes/ServerOpeningEvent.html
+++ b/docs/6.10/classes/ServerOpeningEvent.html
@@ -1,6 +1,6 @@
-
ServerOpeningEvent | mongodb
diff --git a/docs/6.10/classes/ServerSession.html b/docs/6.10/classes/ServerSession.html
index a5ae6de28bd..1c0e0165532 100644
--- a/docs/6.10/classes/ServerSession.html
+++ b/docs/6.10/classes/ServerSession.html
@@ -1,4 +1,4 @@
-
ServerSession | mongodb
diff --git a/docs/6.10/classes/StreamDescription.html b/docs/6.10/classes/StreamDescription.html
index c49b3fab36d..4c03f6c3ba9 100644
--- a/docs/6.10/classes/StreamDescription.html
+++ b/docs/6.10/classes/StreamDescription.html
@@ -1,4 +1,4 @@
-
StreamDescription | mongodb IndexConstructors constructor
+
StreamDescription | mongodb Constructors PropertiesOptional
__nodejs_ mock_ server__ __nodejs_ mock_ server__ ?: boolean
Optional
compressor compressor ?: | "none" | "snappy" | "zlib" | "zstd"
compressors compressors : ( | "none" | "snappy" | "zlib" | "zstd" ) []
load Balanced load Balanced : boolean
Optional
logical Session Timeout Minutes logical Session Timeout Minutes ?: number
max Bson Object Size max Bson Object Size : number
max Message Size Bytes max Message Size Bytes : number
Optional
max Wire Version max Wire Version ?: number
max Write Batch Size max Write Batch Size : number
Optional
min Wire Version min Wire Version ?: number
server Connection Id server Connection Id : null | bigint
Optional
zlib Compression Level zlib Compression Level ?: number
Methodsparse Server ConnectionID parse Server ConnectionID ( serverConnectionId ) : bigint Parameters serverConnectionId : | number | bigint | Long | Double Returns bigint receive Response receive Response ( response ) : void Returns void
+
Constructors PropertiesOptional
__nodejs_ mock_ server__ __nodejs_ mock_ server__ ?: boolean
Optional
compressor compressor ?: | "none" | "snappy" | "zlib" | "zstd"
compressors compressors : ( | "none" | "snappy" | "zlib" | "zstd" ) []
load Balanced load Balanced : boolean
Optional
logical Session Timeout Minutes logical Session Timeout Minutes ?: number
max Bson Object Size max Bson Object Size : number
max Message Size Bytes max Message Size Bytes : number
Optional
max Wire Version max Wire Version ?: number
max Write Batch Size max Write Batch Size : number
Optional
min Wire Version min Wire Version ?: number
server Connection Id server Connection Id : null | bigint
Optional
zlib Compression Level zlib Compression Level ?: number
Methodsparse Server ConnectionID parse Server ConnectionID ( serverConnectionId ) : bigint Parameters serverConnectionId : | number | bigint | Long | Double Returns bigint receive Response receive Response ( response ) : void Returns void
diff --git a/docs/6.10/classes/TopologyClosedEvent.html b/docs/6.10/classes/TopologyClosedEvent.html
index 9fefa566d5e..e5a8932df29 100644
--- a/docs/6.10/classes/TopologyClosedEvent.html
+++ b/docs/6.10/classes/TopologyClosedEvent.html
@@ -1,4 +1,4 @@
-
TopologyClosedEvent | mongodb Class TopologyClosedEvent
diff --git a/docs/6.10/classes/TopologyDescription.html b/docs/6.10/classes/TopologyDescription.html
index 3236259eb4c..5c089fcda63 100644
--- a/docs/6.10/classes/TopologyDescription.html
+++ b/docs/6.10/classes/TopologyDescription.html
@@ -1,4 +1,4 @@
-
TopologyDescription | mongodb Class TopologyDescription
diff --git a/docs/6.10/classes/TopologyDescriptionChangedEvent.html b/docs/6.10/classes/TopologyDescriptionChangedEvent.html
index deecc2b8c8f..89d7c552651 100644
--- a/docs/6.10/classes/TopologyDescriptionChangedEvent.html
+++ b/docs/6.10/classes/TopologyDescriptionChangedEvent.html
@@ -1,8 +1,8 @@
-
TopologyDescriptionChangedEvent | mongodb Class TopologyDescriptionChangedEvent
diff --git a/docs/6.10/classes/TopologyOpeningEvent.html b/docs/6.10/classes/TopologyOpeningEvent.html
index 9e8780ad7c7..262c5c436fa 100644
--- a/docs/6.10/classes/TopologyOpeningEvent.html
+++ b/docs/6.10/classes/TopologyOpeningEvent.html
@@ -1,4 +1,4 @@
-
TopologyOpeningEvent | mongodb Class TopologyOpeningEvent
diff --git a/docs/6.10/classes/Transaction.html b/docs/6.10/classes/Transaction.html
index 07c1d921bee..11b9d22ca7f 100644
--- a/docs/6.10/classes/Transaction.html
+++ b/docs/6.10/classes/Transaction.html
@@ -1,4 +1,4 @@
-
Transaction | mongodb
diff --git a/docs/6.10/classes/TypedEventEmitter.html b/docs/6.10/classes/TypedEventEmitter.html
index 7760f77ffde..c1a4ab64bd9 100644
--- a/docs/6.10/classes/TypedEventEmitter.html
+++ b/docs/6.10/classes/TypedEventEmitter.html
@@ -1,4 +1,4 @@
-
TypedEventEmitter | mongodb Class TypedEventEmitter<Events>
diff --git a/docs/6.10/classes/UnorderedBulkOperation.html b/docs/6.10/classes/UnorderedBulkOperation.html
index 3d7d41b2e9f..95fd37be175 100644
--- a/docs/6.10/classes/UnorderedBulkOperation.html
+++ b/docs/6.10/classes/UnorderedBulkOperation.html
@@ -1,4 +1,4 @@
-
UnorderedBulkOperation | mongodb Class UnorderedBulkOperation IndexProperties is Ordered
+
UnorderedBulkOperation | mongodb Class UnorderedBulkOperation Indexraw raw ( op ) : this Returns this
+
Returns this
diff --git a/docs/6.10/classes/WriteConcern.html b/docs/6.10/classes/WriteConcern.html
index d44443370b0..56d8f301bd3 100644
--- a/docs/6.10/classes/WriteConcern.html
+++ b/docs/6.10/classes/WriteConcern.html
@@ -1,4 +1,4 @@
-WriteConcern | mongodb
diff --git a/docs/6.10/classes/WriteConcernError.html b/docs/6.10/classes/WriteConcernError.html
index 979687cbc8e..f8f2cf62dd5 100644
--- a/docs/6.10/classes/WriteConcernError.html
+++ b/docs/6.10/classes/WriteConcernError.html
@@ -1,4 +1,4 @@
-
WriteConcernError | mongodb Methodsto String to String ( ) : string Returns string
diff --git a/docs/6.10/classes/WriteError.html b/docs/6.10/classes/WriteError.html
index ce013718bd7..f1ddd423f51 100644
--- a/docs/6.10/classes/WriteError.html
+++ b/docs/6.10/classes/WriteError.html
@@ -1,4 +1,4 @@
-
WriteError | mongodb
diff --git a/docs/6.10/functions/BSON.calculateObjectSize.html b/docs/6.10/functions/BSON.calculateObjectSize.html
index baacc1645a8..54fda2522f9 100644
--- a/docs/6.10/functions/BSON.calculateObjectSize.html
+++ b/docs/6.10/functions/BSON.calculateObjectSize.html
@@ -1,4 +1,4 @@
-
calculateObjectSize | mongodb Function calculateObjectSize calculate Object Size ( object , options ? ) : number
diff --git a/docs/6.10/functions/BSON.deserialize.html b/docs/6.10/functions/BSON.deserialize.html
index 83ef7a4a7bb..dfb5689ae73 100644
--- a/docs/6.10/functions/BSON.deserialize.html
+++ b/docs/6.10/functions/BSON.deserialize.html
@@ -1,4 +1,4 @@
-
deserialize | mongodb
diff --git a/docs/6.10/functions/BSON.deserializeStream.html b/docs/6.10/functions/BSON.deserializeStream.html
index ee0b8cf1547..7032367f814 100644
--- a/docs/6.10/functions/BSON.deserializeStream.html
+++ b/docs/6.10/functions/BSON.deserializeStream.html
@@ -1,4 +1,4 @@
-
deserializeStream | mongodb Function deserializeStream deserialize Stream ( data , startIndex , numberOfDocuments , documents , docStartIndex , options ) : number
diff --git a/docs/6.10/functions/BSON.serialize.html b/docs/6.10/functions/BSON.serialize.html
index 1a045d57e90..2719561be05 100644
--- a/docs/6.10/functions/BSON.serialize.html
+++ b/docs/6.10/functions/BSON.serialize.html
@@ -1,4 +1,4 @@
-
serialize | mongodb serialize ( object , options ? ) : Uint8Array
diff --git a/docs/6.10/functions/BSON.serializeWithBufferAndIndex.html b/docs/6.10/functions/BSON.serializeWithBufferAndIndex.html
index d7a386f5611..e299dc0e0da 100644
--- a/docs/6.10/functions/BSON.serializeWithBufferAndIndex.html
+++ b/docs/6.10/functions/BSON.serializeWithBufferAndIndex.html
@@ -1,6 +1,6 @@
-
serializeWithBufferAndIndex | mongodb Function serializeWithBufferAndIndex serialize With Buffer And Index ( object , finalBuffer , options ? ) : number
diff --git a/docs/6.10/functions/BSON.setInternalBufferSize.html b/docs/6.10/functions/BSON.setInternalBufferSize.html
index d67e865fd78..a4867231fe0 100644
--- a/docs/6.10/functions/BSON.setInternalBufferSize.html
+++ b/docs/6.10/functions/BSON.setInternalBufferSize.html
@@ -1,3 +1,3 @@
-
setInternalBufferSize | mongodb Function setInternalBufferSize set Internal Buffer Size ( size ) : void Returns void Defined in node_modules/bson/bson.d.ts:1445
diff --git a/docs/6.10/functions/configureExplicitResourceManagement.html b/docs/6.10/functions/configureExplicitResourceManagement.html
index b0c4345528a..8a6126a18a1 100644
--- a/docs/6.10/functions/configureExplicitResourceManagement.html
+++ b/docs/6.10/functions/configureExplicitResourceManagement.html
@@ -1,4 +1,4 @@
-
configureExplicitResourceManagement | mongodb Function configureExplicitResourceManagement configure Explicit Resource Management ( ) : void Beta
Experimental
Returns void
diff --git a/docs/6.10/hierarchy.html b/docs/6.10/hierarchy.html
index 6e34efd47e6..18ba8babe9e 100644
--- a/docs/6.10/hierarchy.html
+++ b/docs/6.10/hierarchy.html
@@ -1 +1 @@
-
mongodb
+
mongodb
diff --git a/docs/6.10/index.html b/docs/6.10/index.html
index f2150cc3f7f..846e27f03d1 100644
--- a/docs/6.10/index.html
+++ b/docs/6.10/index.html
@@ -1,4 +1,4 @@
-
mongodb
mongodb MongoDB Node.js Driver The official MongoDB driver for Node.js.
+
mongodb
mongodb MongoDB Node.js Driver The official MongoDB driver for Node.js.
Upgrading to version 6? Take a look at our upgrade guide here !
Quick Links
@@ -279,4 +279,4 @@
License Apache 2.0
© 2012-present MongoDB Contributors
© 2009-2012 Christian Amor Kvalheim
-
+
diff --git a/docs/6.10/interfaces/AWSEncryptionKeyOptions.html b/docs/6.10/interfaces/AWSEncryptionKeyOptions.html
index 4f7d90b67d1..646bc4c3ef7 100644
--- a/docs/6.10/interfaces/AWSEncryptionKeyOptions.html
+++ b/docs/6.10/interfaces/AWSEncryptionKeyOptions.html
@@ -1,8 +1,8 @@
-AWSEncryptionKeyOptions | mongodb Interface AWSEncryptionKeyOptions
diff --git a/docs/6.10/interfaces/AWSKMSProviderConfiguration.html b/docs/6.10/interfaces/AWSKMSProviderConfiguration.html
index 4b78ad47ce2..eafcf7ecbe4 100644
--- a/docs/6.10/interfaces/AWSKMSProviderConfiguration.html
+++ b/docs/6.10/interfaces/AWSKMSProviderConfiguration.html
@@ -1,8 +1,8 @@
-AWSKMSProviderConfiguration | mongodb Interface AWSKMSProviderConfiguration IndexProperties access Key Id
+
AWSKMSProviderConfiguration | mongodb Interface AWSKMSProviderConfiguration Propertiesaccess Key Id access Key Id : string
secret Access Key secret Access Key : string
Optional
session Token session Token ?: string
+
diff --git a/docs/6.10/interfaces/AbstractCursorOptions.html b/docs/6.10/interfaces/AbstractCursorOptions.html
index 65ba5316789..759a51ff48a 100644
--- a/docs/6.10/interfaces/AbstractCursorOptions.html
+++ b/docs/6.10/interfaces/AbstractCursorOptions.html
@@ -1,4 +1,4 @@
-
AbstractCursorOptions | mongodb Interface AbstractCursorOptions IndexProperties await Data?
+
AbstractCursorOptions | mongodb Interface AbstractCursorOptions IndexOptional
use Big Int64 use Big Int64 ?: boolean
+
diff --git a/docs/6.10/interfaces/AggregateOptions.html b/docs/6.10/interfaces/AggregateOptions.html
index cdbe95a0c26..3447216a4a4 100644
--- a/docs/6.10/interfaces/AggregateOptions.html
+++ b/docs/6.10/interfaces/AggregateOptions.html
@@ -1,4 +1,4 @@
-AggregateOptions | mongodb Interface AggregateOptions IndexProperties allow Disk Use?
+
AggregateOptions | mongodb Interface AggregateOptions
diff --git a/docs/6.10/interfaces/AggregationCursorOptions.html b/docs/6.10/interfaces/AggregationCursorOptions.html
index c7543b962ef..1ff3b243295 100644
--- a/docs/6.10/interfaces/AggregationCursorOptions.html
+++ b/docs/6.10/interfaces/AggregationCursorOptions.html
@@ -1,4 +1,4 @@
-AggregationCursorOptions | mongodb Interface AggregationCursorOptions IndexProperties allow Disk Use?
+
AggregationCursorOptions | mongodb Interface AggregationCursorOptions
diff --git a/docs/6.10/interfaces/AsyncDisposable.html b/docs/6.10/interfaces/AsyncDisposable.html
index 15c9e1ddac5..d351447da5c 100644
--- a/docs/6.10/interfaces/AsyncDisposable.html
+++ b/docs/6.10/interfaces/AsyncDisposable.html
@@ -1,2 +1,2 @@
-AsyncDisposable | mongodb Interface AsyncDisposable Methods[async Dispose] [async Dispose] ( ) : Promise < void > Beta
Experimental
Returns Promise < void >
+AsyncDisposable | mongodb Interface AsyncDisposable Methods[async Dispose] [async Dispose] ( ) : Promise < void > Beta
Experimental
Returns Promise < void >
diff --git a/docs/6.10/interfaces/Auth.html b/docs/6.10/interfaces/Auth.html
index eb3a48bd0e3..1a8d94939d7 100644
--- a/docs/6.10/interfaces/Auth.html
+++ b/docs/6.10/interfaces/Auth.html
@@ -1,5 +1,5 @@
-Auth | mongodb IndexProperties password?
+
Auth | mongodb PropertiesOptional
password password ?: string
Optional
username username ?: string
+
diff --git a/docs/6.10/interfaces/AuthMechanismProperties.html b/docs/6.10/interfaces/AuthMechanismProperties.html
index 394e7c3991c..57b6a00d37c 100644
--- a/docs/6.10/interfaces/AuthMechanismProperties.html
+++ b/docs/6.10/interfaces/AuthMechanismProperties.html
@@ -1,4 +1,4 @@
-
AuthMechanismProperties | mongodb Interface AuthMechanismProperties IndexProperties ALLOWED_ HOSTS?
+
AuthMechanismProperties | mongodb Interface AuthMechanismProperties PropertiesOptional
ALLOWED_ HOSTS ALLOWED_ HOSTS ?: string []
Optional
AWS_ SESSION_ TOKEN AWS_ SESSION_ TOKEN ?: string
Optional
CANONICALIZE_ HOST_ NAME Optional
ENVIRONMENT ENVIRONMENT ?: "azure" | "gcp" | "test"
Optional
OIDC_ HUMAN_ CALLBACK Optional
SERVICE_ HOST SERVICE_ HOST ?: string
Optional
SERVICE_ NAME SERVICE_ NAME ?: string
Optional
SERVICE_ REALM SERVICE_ REALM ?: string
Optional
TOKEN_ RESOURCE TOKEN_ RESOURCE ?: string
+
Optional
AWS_ SESSION_ TOKEN AWS_ SESSION_ TOKEN ?: string
Optional
CANONICALIZE_ HOST_ NAME Optional
ENVIRONMENT ENVIRONMENT ?: "azure" | "gcp" | "test"
Optional
OIDC_ HUMAN_ CALLBACK Optional
SERVICE_ HOST SERVICE_ HOST ?: string
Optional
SERVICE_ NAME SERVICE_ NAME ?: string
Optional
SERVICE_ REALM SERVICE_ REALM ?: string
Optional
TOKEN_ RESOURCE TOKEN_ RESOURCE ?: string
diff --git a/docs/6.10/interfaces/AutoEncryptionOptions.html b/docs/6.10/interfaces/AutoEncryptionOptions.html
index 3306d5b8b23..9d3219581dc 100644
--- a/docs/6.10/interfaces/AutoEncryptionOptions.html
+++ b/docs/6.10/interfaces/AutoEncryptionOptions.html
@@ -1,4 +1,4 @@
-
AutoEncryptionOptions | mongodb Interface AutoEncryptionOptions Index
diff --git a/docs/6.10/interfaces/AzureEncryptionKeyOptions.html b/docs/6.10/interfaces/AzureEncryptionKeyOptions.html
index fd45f3a70aa..58ea5bd7c8f 100644
--- a/docs/6.10/interfaces/AzureEncryptionKeyOptions.html
+++ b/docs/6.10/interfaces/AzureEncryptionKeyOptions.html
@@ -1,8 +1,8 @@
-AzureEncryptionKeyOptions | mongodb Interface AzureEncryptionKeyOptions
diff --git a/docs/6.10/interfaces/BSON.BSONRegExpExtended.html b/docs/6.10/interfaces/BSON.BSONRegExpExtended.html
index b9790fc2f5f..b189fb62ddd 100644
--- a/docs/6.10/interfaces/BSON.BSONRegExpExtended.html
+++ b/docs/6.10/interfaces/BSON.BSONRegExpExtended.html
@@ -1,2 +1,2 @@
-BSONRegExpExtended | mongodb Interface BSONRegExpExtended interface BSONRegExpExtended { $regularExpression : { options : string ; pattern : string ; } ; } Defined in node_modules/bson/bson.d.ts:230 Properties$regular Expression $regular Expression : { options : string ; pattern : string ; }
Defined in node_modules/bson/bson.d.ts:231
+BSONRegExpExtended | mongodb Interface BSONRegExpExtended interface BSONRegExpExtended { $regularExpression : { options : string ; pattern : string ; } ; } Defined in node_modules/bson/bson.d.ts:230 Properties$regular Expression $regular Expression : { options : string ; pattern : string ; }
Defined in node_modules/bson/bson.d.ts:231
diff --git a/docs/6.10/interfaces/BSON.BSONRegExpExtendedLegacy.html b/docs/6.10/interfaces/BSON.BSONRegExpExtendedLegacy.html
index d855eb69dad..920f4ea219d 100644
--- a/docs/6.10/interfaces/BSON.BSONRegExpExtendedLegacy.html
+++ b/docs/6.10/interfaces/BSON.BSONRegExpExtendedLegacy.html
@@ -1,3 +1,3 @@
-BSONRegExpExtendedLegacy | mongodb Interface BSONRegExpExtendedLegacy Defined in node_modules/bson/bson.d.ts:238 IndexProperties $options
+
BSONRegExpExtendedLegacy | mongodb Interface BSONRegExpExtendedLegacy Defined in node_modules/bson/bson.d.ts:238 Properties$options $options : string
Defined in node_modules/bson/bson.d.ts:240 $regex Defined in node_modules/bson/bson.d.ts:239
+
Properties$options $options : string
Defined in node_modules/bson/bson.d.ts:240 $regex Defined in node_modules/bson/bson.d.ts:239
diff --git a/docs/6.10/interfaces/BSON.BSONSymbolExtended.html b/docs/6.10/interfaces/BSON.BSONSymbolExtended.html
index b540fcea8e9..b7057ba9cb2 100644
--- a/docs/6.10/interfaces/BSON.BSONSymbolExtended.html
+++ b/docs/6.10/interfaces/BSON.BSONSymbolExtended.html
@@ -1,2 +1,2 @@
-BSONSymbolExtended | mongodb Interface BSONSymbolExtended interface BSONSymbolExtended { $symbol : string ; } Defined in node_modules/bson/bson.d.ts:278 Properties$symbol $symbol : string
Defined in node_modules/bson/bson.d.ts:279
+BSONSymbolExtended | mongodb Interface BSONSymbolExtended interface BSONSymbolExtended { $symbol : string ; } Defined in node_modules/bson/bson.d.ts:278 Properties$symbol $symbol : string
Defined in node_modules/bson/bson.d.ts:279
diff --git a/docs/6.10/interfaces/BSON.BinaryExtended.html b/docs/6.10/interfaces/BSON.BinaryExtended.html
index 1e658a547c6..21d2c983ab6 100644
--- a/docs/6.10/interfaces/BSON.BinaryExtended.html
+++ b/docs/6.10/interfaces/BSON.BinaryExtended.html
@@ -1,2 +1,2 @@
-BinaryExtended | mongodb interface BinaryExtended { $binary : { base64 : string ; subType : string ; } ; } Defined in node_modules/bson/bson.d.ts:77 Properties$binary $binary : { base64 : string ; subType : string ; }
Defined in node_modules/bson/bson.d.ts:78
+BinaryExtended | mongodb interface BinaryExtended { $binary : { base64 : string ; subType : string ; } ; } Defined in node_modules/bson/bson.d.ts:77 Properties$binary $binary : { base64 : string ; subType : string ; }
Defined in node_modules/bson/bson.d.ts:78
diff --git a/docs/6.10/interfaces/BSON.BinaryExtendedLegacy.html b/docs/6.10/interfaces/BSON.BinaryExtendedLegacy.html
index b25f31a3266..8a3d9f338d4 100644
--- a/docs/6.10/interfaces/BSON.BinaryExtendedLegacy.html
+++ b/docs/6.10/interfaces/BSON.BinaryExtendedLegacy.html
@@ -1,3 +1,3 @@
-BinaryExtendedLegacy | mongodb Interface BinaryExtendedLegacy interface BinaryExtendedLegacy { $binary : string ; $type : string ; } Defined in node_modules/bson/bson.d.ts:85 IndexProperties $binary
+
BinaryExtendedLegacy | mongodb Interface BinaryExtendedLegacy interface BinaryExtendedLegacy { $binary : string ; $type : string ; } Defined in node_modules/bson/bson.d.ts:85 Properties$binary $binary : string
Defined in node_modules/bson/bson.d.ts:87 $type $type : string
Defined in node_modules/bson/bson.d.ts:86
+
Properties$binary $binary : string
Defined in node_modules/bson/bson.d.ts:87 $type $type : string
Defined in node_modules/bson/bson.d.ts:86
diff --git a/docs/6.10/interfaces/BSON.CodeExtended.html b/docs/6.10/interfaces/BSON.CodeExtended.html
index d4f1a9e51a2..2658356b189 100644
--- a/docs/6.10/interfaces/BSON.CodeExtended.html
+++ b/docs/6.10/interfaces/BSON.CodeExtended.html
@@ -1,3 +1,3 @@
-CodeExtended | mongodb Defined in node_modules/bson/bson.d.ts:410 IndexProperties $code
+
CodeExtended | mongodb Defined in node_modules/bson/bson.d.ts:410 Properties$code $code : string
Defined in node_modules/bson/bson.d.ts:411 Optional
$scope Defined in node_modules/bson/bson.d.ts:412
+
Properties$code $code : string
Defined in node_modules/bson/bson.d.ts:411 Optional
$scope Defined in node_modules/bson/bson.d.ts:412
diff --git a/docs/6.10/interfaces/BSON.DBRefLike.html b/docs/6.10/interfaces/BSON.DBRefLike.html
index 2ccbdf0417c..903483335d0 100644
--- a/docs/6.10/interfaces/BSON.DBRefLike.html
+++ b/docs/6.10/interfaces/BSON.DBRefLike.html
@@ -1,4 +1,4 @@
-DBRefLike | mongodb Defined in node_modules/bson/bson.d.ts:441 IndexProperties $db?
+
DBRefLike | mongodb Defined in node_modules/bson/bson.d.ts:441 PropertiesOptional
$db $db ?: string
Defined in node_modules/bson/bson.d.ts:444 $id Defined in node_modules/bson/bson.d.ts:443 $ref $ref : string
Defined in node_modules/bson/bson.d.ts:442
+
PropertiesOptional
$db $db ?: string
Defined in node_modules/bson/bson.d.ts:444 $id Defined in node_modules/bson/bson.d.ts:443 $ref $ref : string
Defined in node_modules/bson/bson.d.ts:442
diff --git a/docs/6.10/interfaces/BSON.Decimal128Extended.html b/docs/6.10/interfaces/BSON.Decimal128Extended.html
index f13a4f3567b..6d7a49ccb5f 100644
--- a/docs/6.10/interfaces/BSON.Decimal128Extended.html
+++ b/docs/6.10/interfaces/BSON.Decimal128Extended.html
@@ -1,2 +1,2 @@
-Decimal128Extended | mongodb Interface Decimal128Extended Defined in node_modules/bson/bson.d.ts:495 Properties$number Decimal $number Decimal : string
Defined in node_modules/bson/bson.d.ts:496
+Decimal128Extended | mongodb Interface Decimal128Extended Defined in node_modules/bson/bson.d.ts:495 Properties$number Decimal $number Decimal : string
Defined in node_modules/bson/bson.d.ts:496
diff --git a/docs/6.10/interfaces/BSON.DeserializeOptions.html b/docs/6.10/interfaces/BSON.DeserializeOptions.html
index e678fedfc76..19393ca71bb 100644
--- a/docs/6.10/interfaces/BSON.DeserializeOptions.html
+++ b/docs/6.10/interfaces/BSON.DeserializeOptions.html
@@ -1,4 +1,4 @@
-DeserializeOptions | mongodb Interface DeserializeOptions Defined in node_modules/bson/bson.d.ts:509 IndexProperties allow Object Smaller Than Buffer Size?
+
DeserializeOptions | mongodb Interface DeserializeOptions Defined in node_modules/bson/bson.d.ts:509 IndexProperties Defined in node_modules/bson/bson.d.ts:566
+
Defined in node_modules/bson/bson.d.ts:566
diff --git a/docs/6.10/interfaces/BSON.Document.html b/docs/6.10/interfaces/BSON.Document.html
index 2e5c26aa0fb..9b63031d8f2 100644
--- a/docs/6.10/interfaces/BSON.Document.html
+++ b/docs/6.10/interfaces/BSON.Document.html
@@ -1 +1 @@
-Document | mongodb Defined in node_modules/bson/bson.d.ts:586
+Document | mongodb Defined in node_modules/bson/bson.d.ts:586
diff --git a/docs/6.10/interfaces/BSON.DoubleExtended.html b/docs/6.10/interfaces/BSON.DoubleExtended.html
index 68e4beb43f0..4470846faa7 100644
--- a/docs/6.10/interfaces/BSON.DoubleExtended.html
+++ b/docs/6.10/interfaces/BSON.DoubleExtended.html
@@ -1,2 +1,2 @@
-DoubleExtended | mongodb Defined in node_modules/bson/bson.d.ts:632 Properties$number Double $number Double : string
Defined in node_modules/bson/bson.d.ts:633
+DoubleExtended | mongodb Defined in node_modules/bson/bson.d.ts:632 Properties$number Double $number Double : string
Defined in node_modules/bson/bson.d.ts:633
diff --git a/docs/6.10/interfaces/BSON.Int32Extended.html b/docs/6.10/interfaces/BSON.Int32Extended.html
index d1119c10001..70da8462f6f 100644
--- a/docs/6.10/interfaces/BSON.Int32Extended.html
+++ b/docs/6.10/interfaces/BSON.Int32Extended.html
@@ -1,2 +1,2 @@
-Int32Extended | mongodb Defined in node_modules/bson/bson.d.ts:722 Properties$number Int $number Int : string
Defined in node_modules/bson/bson.d.ts:723
+Int32Extended | mongodb Defined in node_modules/bson/bson.d.ts:722 Properties$number Int $number Int : string
Defined in node_modules/bson/bson.d.ts:723
diff --git a/docs/6.10/interfaces/BSON.LongExtended.html b/docs/6.10/interfaces/BSON.LongExtended.html
index 9530ae4ba76..349cd8ddebe 100644
--- a/docs/6.10/interfaces/BSON.LongExtended.html
+++ b/docs/6.10/interfaces/BSON.LongExtended.html
@@ -1,2 +1,2 @@
-LongExtended | mongodb Defined in node_modules/bson/bson.d.ts:1156 Properties$number Long $number Long : string
Defined in node_modules/bson/bson.d.ts:1157
+LongExtended | mongodb Defined in node_modules/bson/bson.d.ts:1156 Properties$number Long $number Long : string
Defined in node_modules/bson/bson.d.ts:1157
diff --git a/docs/6.10/interfaces/BSON.MaxKeyExtended.html b/docs/6.10/interfaces/BSON.MaxKeyExtended.html
index 5cb4b8199f4..8996628fe51 100644
--- a/docs/6.10/interfaces/BSON.MaxKeyExtended.html
+++ b/docs/6.10/interfaces/BSON.MaxKeyExtended.html
@@ -1,2 +1,2 @@
-MaxKeyExtended | mongodb interface MaxKeyExtended { $maxKey : 1 ; } Defined in node_modules/bson/bson.d.ts:1181 Properties$max Key $max Key : 1
Defined in node_modules/bson/bson.d.ts:1182
+MaxKeyExtended | mongodb interface MaxKeyExtended { $maxKey : 1 ; } Defined in node_modules/bson/bson.d.ts:1181 Properties$max Key $max Key : 1
Defined in node_modules/bson/bson.d.ts:1182
diff --git a/docs/6.10/interfaces/BSON.MinKeyExtended.html b/docs/6.10/interfaces/BSON.MinKeyExtended.html
index 4e6ea8c2058..a26c718a5d4 100644
--- a/docs/6.10/interfaces/BSON.MinKeyExtended.html
+++ b/docs/6.10/interfaces/BSON.MinKeyExtended.html
@@ -1,2 +1,2 @@
-MinKeyExtended | mongodb interface MinKeyExtended { $minKey : 1 ; } Defined in node_modules/bson/bson.d.ts:1198 Properties$min Key $min Key : 1
Defined in node_modules/bson/bson.d.ts:1199
+MinKeyExtended | mongodb interface MinKeyExtended { $minKey : 1 ; } Defined in node_modules/bson/bson.d.ts:1198 Properties$min Key $min Key : 1
Defined in node_modules/bson/bson.d.ts:1199
diff --git a/docs/6.10/interfaces/BSON.ObjectIdExtended.html b/docs/6.10/interfaces/BSON.ObjectIdExtended.html
index e2233343ab3..9aef7c13785 100644
--- a/docs/6.10/interfaces/BSON.ObjectIdExtended.html
+++ b/docs/6.10/interfaces/BSON.ObjectIdExtended.html
@@ -1,2 +1,2 @@
-ObjectIdExtended | mongodb Interface ObjectIdExtended interface ObjectIdExtended { $oid : string ; } Defined in node_modules/bson/bson.d.ts:1345 Properties$oid $oid : string
Defined in node_modules/bson/bson.d.ts:1346
+ObjectIdExtended | mongodb Interface ObjectIdExtended interface ObjectIdExtended { $oid : string ; } Defined in node_modules/bson/bson.d.ts:1345 Properties$oid $oid : string
Defined in node_modules/bson/bson.d.ts:1346
diff --git a/docs/6.10/interfaces/BSON.ObjectIdLike.html b/docs/6.10/interfaces/BSON.ObjectIdLike.html
index 251f60aabbe..ea283f85c57 100644
--- a/docs/6.10/interfaces/BSON.ObjectIdLike.html
+++ b/docs/6.10/interfaces/BSON.ObjectIdLike.html
@@ -1,4 +1,4 @@
-ObjectIdLike | mongodb interface ObjectIdLike { __id ?: string ; id : string | Uint8Array ; toHexString ( ) : string ; } Defined in node_modules/bson/bson.d.ts:1350 IndexProperties __id?
+
ObjectIdLike | mongodb interface ObjectIdLike { __id ?: string ; id : string | Uint8Array ; toHexString ( ) : string ; } Defined in node_modules/bson/bson.d.ts:1350 PropertiesOptional
__id __id ?: string
Defined in node_modules/bson/bson.d.ts:1352 id id : string | Uint8Array
Defined in node_modules/bson/bson.d.ts:1351 Methodsto Hex String to Hex String ( ) : string Returns string Defined in node_modules/bson/bson.d.ts:1353
+
PropertiesOptional
__id __id ?: string
Defined in node_modules/bson/bson.d.ts:1352 id id : string | Uint8Array
Defined in node_modules/bson/bson.d.ts:1351 Methodsto Hex String to Hex String ( ) : string Returns string Defined in node_modules/bson/bson.d.ts:1353
diff --git a/docs/6.10/interfaces/BSON.SerializeOptions.html b/docs/6.10/interfaces/BSON.SerializeOptions.html
index aae6c905bdc..c40ed24c357 100644
--- a/docs/6.10/interfaces/BSON.SerializeOptions.html
+++ b/docs/6.10/interfaces/BSON.SerializeOptions.html
@@ -1,4 +1,4 @@
-SerializeOptions | mongodb Interface SerializeOptions Defined in node_modules/bson/bson.d.ts:1403 IndexProperties check Keys?
+
SerializeOptions | mongodb Interface SerializeOptions Defined in node_modules/bson/bson.d.ts:1403 IndexProperties Defined in node_modules/bson/bson.d.ts:1425 Optional
serialize Functions serialize Functions ?: boolean
Defined in node_modules/bson/bson.d.ts:1413
+
Defined in node_modules/bson/bson.d.ts:1413
diff --git a/docs/6.10/interfaces/BSON.TimestampExtended.html b/docs/6.10/interfaces/BSON.TimestampExtended.html
index b7da1cf5304..851650f64b5 100644
--- a/docs/6.10/interfaces/BSON.TimestampExtended.html
+++ b/docs/6.10/interfaces/BSON.TimestampExtended.html
@@ -1,2 +1,2 @@
-TimestampExtended | mongodb Interface TimestampExtended interface TimestampExtended { $timestamp : { i : number ; t : number ; } ; } Defined in node_modules/bson/bson.d.ts:1521 Properties$timestamp $timestamp : { i : number ; t : number ; }
Defined in node_modules/bson/bson.d.ts:1522
+TimestampExtended | mongodb Interface TimestampExtended interface TimestampExtended { $timestamp : { i : number ; t : number ; } ; } Defined in node_modules/bson/bson.d.ts:1521 Properties$timestamp $timestamp : { i : number ; t : number ; }
Defined in node_modules/bson/bson.d.ts:1522
diff --git a/docs/6.10/interfaces/BSONSerializeOptions.html b/docs/6.10/interfaces/BSONSerializeOptions.html
index 5ba70c2070b..b396ba9c64f 100644
--- a/docs/6.10/interfaces/BSONSerializeOptions.html
+++ b/docs/6.10/interfaces/BSONSerializeOptions.html
@@ -1,4 +1,4 @@
-BSONSerializeOptions | mongodb Interface BSONSerializeOptions
A non-negative number. The maximum number of listeners per
EventTarget
event.