From a02f9e1d9d346a237ee731b79c932608a18601e8 Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Mon, 7 Oct 2024 17:02:06 +0200 Subject: [PATCH] fix: `AuthRequestMethod` missing in types --- crates/bitwarden-core/src/mobile/crypto.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/bitwarden-core/src/mobile/crypto.rs b/crates/bitwarden-core/src/mobile/crypto.rs index a71f0c28f4..c03d8ef66c 100644 --- a/crates/bitwarden-core/src/mobile/crypto.rs +++ b/crates/bitwarden-core/src/mobile/crypto.rs @@ -81,6 +81,7 @@ pub enum InitUserCryptoMethod { #[derive(Serialize, Deserialize, Debug, JsonSchema)] #[serde(rename_all = "camelCase", deny_unknown_fields)] #[cfg_attr(feature = "uniffi", derive(uniffi::Enum))] +#[cfg_attr(feature = "wasm", derive(Tsify), tsify(into_wasm_abi, from_wasm_abi))] pub enum AuthRequestMethod { UserKey { /// User Key protected by the private key provided in `AuthRequestResponse`.