File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,11 +309,11 @@ export interface AutoEncryptionOptions {
309
309
* Other validation rules in the JSON schema will not be enforced by the driver and will result in an error.
310
310
*/
311
311
schemaMap ?: Document ;
312
- /** @experimental Public Technical Preview: Supply a schema for the encrypted fields in the document */
312
+ /** Supply a schema for the encrypted fields in the document */
313
313
encryptedFieldsMap ?: Document ;
314
314
/** Allows the user to bypass auto encryption, maintaining implicit decryption */
315
315
bypassAutoEncryption ?: boolean ;
316
- /** @experimental Public Technical Preview: Allows users to bypass query analysis */
316
+ /** Allows users to bypass query analysis */
317
317
bypassQueryAnalysis ?: boolean ;
318
318
options ?: {
319
319
/** An optional hook to catch logging messages from the underlying encryption engine */
You can’t perform that action at this time.
0 commit comments