From 0e2f73d7a704cfba5b76563b15b7e3bfad6f11f4 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Mon, 28 Oct 2024 13:00:39 +0100 Subject: [PATCH] Deprecate `CreateSecretStorageOpts.keyBackupInfo` used in `CryptoApi.bootstrapSecretStorage.` (#4474) --- src/crypto-api/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto-api/index.ts b/src/crypto-api/index.ts index 0b8a870aefe..ea6177f7f85 100644 --- a/src/crypto-api/index.ts +++ b/src/crypto-api/index.ts @@ -974,6 +974,7 @@ export interface CreateSecretStorageOpts { /** * The current key backup object. If passed, * the passphrase and recovery key from this backup will be used. + * @deprecated Not used by the Rust crypto stack. */ keyBackupInfo?: KeyBackupInfo;