Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions packages/i18n/src/locales/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,7 @@ const translations: Catalog = {
DBRef: {
help: {
description: 'The DBRef BSON Class.',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/DBRef.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.DBRef.html',
example:
'new DBRef(namespace: string, oid: ObjectId, db: string [optional])',
},
Expand All @@ -2455,23 +2455,23 @@ const translations: Catalog = {
MaxKey: {
help: {
description: 'The MaxKey BSON Class.',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/MaxKey.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.MaxKey.html',
example: 'new MaxKey()',
},
attributes: {},
},
MinKey: {
help: {
description: 'The MinKey BSON Class',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/MinKey.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.MinKey.html',
example: 'new MinKey()',
},
attributes: {},
},
ObjectId: {
help: {
description: 'The ObjectId BSON Class',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/ObjectID.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.ObjectId.html',
example: 'new ObjectId(id: string|number [optional])',
},
attributes: {},
Expand All @@ -2480,15 +2480,15 @@ const translations: Catalog = {
help: {
description:
'The Symbol BSON Class. Deprecated since server version 1.6',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Symbol.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.BSONSymbol.html',
example: 'new BSONSymbol("abc")',
},
attributes: {},
},
Timestamp: {
help: {
description: 'The Timestamp BSON Class',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Timestamp.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Timestamp.html',
example:
'new Timestamp(low: signed 32 bit number, high: signed 32 bit number)',
},
Expand All @@ -2497,7 +2497,7 @@ const translations: Catalog = {
Code: {
help: {
description: 'The Code BSON Class',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Code.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Code.html',
example: 'new Code("x", { x: 1 } [optional])',
},
attributes: {},
Expand All @@ -2506,38 +2506,38 @@ const translations: Catalog = {
help: {
description:
'A helper method that constructs a Decimal128 BSON Class from a string',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Decimal128.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Decimal128.html',
example: 'NumberDecimal("1.23423423")',
},
},
Decimal128: {
help: {
description:
'The Decimal128 BSON Class. Takes a Buffer as an argument.',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Decimal128.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Decimal128.html',
},
attributes: {},
},
NumberInt: {
help: {
description:
'A helper method that constructs an Int32 BSON Class from a string',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Int32.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Int32.html',
example: 'NumberInt("123")',
},
},
Int32: {
help: {
description: 'The 32-bit Integer BSON Class',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Int32.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Int32.html',
example: 'new Int32(123)',
},
attributes: {},
},
Long: {
help: {
description: 'The Long BSON Class',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Long.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Long.html',
example:
'new Long(low: signed 32 bit number, high: signed 32 bit number)',
},
Expand All @@ -2546,7 +2546,7 @@ const translations: Catalog = {
Double: {
help: {
description: 'The Double BSON Class.',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Long.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Double.html',
example: 'new Double(123)',
},
attributes: {},
Expand All @@ -2555,7 +2555,7 @@ const translations: Catalog = {
help: {
description:
'A helper method that constructs a Long BSON Class from a string',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Long.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Long.html',
example: 'NumberLong("123")',
},
},
Expand All @@ -2572,15 +2572,15 @@ const translations: Catalog = {
BinData: {
help: {
description: 'A helper method that constructs a Binary BSON Class.',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Binary.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Binary.html',
example: 'BinData(subtype: number, base64string)',
},
},
Binary: {
help: {
description:
'The Binary BSON Class that takes in (Buffer, subtype: number) as arguments.',
link: 'https://mongodb.github.io/node-mongodb-native/3.6/api/Binary.html',
link: 'https://mongodb.github.io/node-mongodb-native/Next/classes/BSON.Binary.html',
},
attributes: {
SUBTYPE_BYTE_ARRAY: {
Expand Down