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