v0.2.6-pre.011
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-app-wallet-desk/src/lib.rs
|
||||
// version: 11
|
||||
// version: 12
|
||||
|
||||
//! Tauri desktop application shell for KSP Wallet management and inspection.
|
||||
|
||||
@@ -202,6 +202,10 @@ pub(crate) use self::wallet_secrets::discover_wallet_secret_candidates;
|
||||
pub(crate) use self::wallet_secrets::wallet_secret_candidate_count;
|
||||
/// New credential request moved frontend -> Rust only for one explicit VIEW/OWNER-authorized rotation.
|
||||
pub(crate) use self::wallet_security::WalletPasswordRotationRequestDto;
|
||||
/// Safe VIEW security state returned after OWNER-authorized strong disable/recreate operations.
|
||||
pub(crate) use self::wallet_security::WalletViewSecurityStatusDto;
|
||||
/// Builds the safe strong VIEW administration status from the resulting OWNER projection.
|
||||
pub(crate) use self::wallet_security::view_security_status_from_authorized;
|
||||
/// Authorized OWNER projection exposed only after successful creation.
|
||||
pub(crate) use self::wallet_session::WalletAuthorizedDto;
|
||||
/// Create request whose password strings move frontend -> Rust only.
|
||||
|
||||
Reference in New Issue
Block a user