Cleanup
This commit is contained in:
11
node_modules/mongoose/lib/validoptions.js
generated
vendored
11
node_modules/mongoose/lib/validoptions.js
generated
vendored
@@ -8,23 +8,30 @@
|
||||
const VALID_OPTIONS = Object.freeze([
|
||||
'applyPluginsToChildSchemas',
|
||||
'applyPluginsToDiscriminators',
|
||||
'autoCreate',
|
||||
'autoIndex',
|
||||
'bufferCommands',
|
||||
'bufferTimeoutMS',
|
||||
'cloneSchemas',
|
||||
'debug',
|
||||
'maxTimeMS',
|
||||
'objectIdGetter',
|
||||
'overwriteModels',
|
||||
'returnOriginal',
|
||||
'runValidators',
|
||||
'sanitizeProjection',
|
||||
'selectPopulatedPaths',
|
||||
'setDefaultsOnInsert',
|
||||
'strict',
|
||||
'strictQuery',
|
||||
'toJSON',
|
||||
'toObject',
|
||||
'typePojoToMixed',
|
||||
'useCreateIndex',
|
||||
'useFindAndModify',
|
||||
'useNewUrlParser',
|
||||
'usePushEach',
|
||||
'useUnifiedTopology',
|
||||
'typePojoToMixed'
|
||||
'useUnifiedTopology'
|
||||
]);
|
||||
|
||||
module.exports = VALID_OPTIONS;
|
||||
|
||||
Reference in New Issue
Block a user