We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ab267 commit 320de4fCopy full SHA for 320de4f
2 files changed
global.d.ts
@@ -16,7 +16,6 @@ declare global {
16
* of mongodb-client-encryption. Ex: `clientSideEncryption: '>=6.0.1'`
17
*/
18
clientSideEncryption?: string | true;
19
- serverless?: 'forbid' | 'allow' | 'require';
20
auth?: 'enabled' | 'disabled';
21
idmsMockServer?: true;
22
nodejs?: string;
test/integration/client-side-operations-timeout/unified-csot-node-specs/command-execution.json
@@ -8,8 +8,7 @@
8
"single",
9
"replicaset",
10
"sharded"
11
- ],
12
- "serverless": "forbid"
+ ]
13
}
14
],
15
"createEntities": [
0 commit comments