Skip to content

Commit

Permalink
Improve types for security report.
Browse files Browse the repository at this point in the history
Always use top-level secret id and rename `owner` to `field`.
  • Loading branch information
tmpfs committed Oct 24, 2023
1 parent bce1282 commit 3c2c0fe
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 64 deletions.
107 changes: 64 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion workspace/net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sos-net"
version = "0.5.20"
version = "0.5.21"
edition = "2021"
description = "Networking library for the Save Our Secrets SDK."
homepage = "https://saveoursecrets.com"
Expand Down
2 changes: 1 addition & 1 deletion workspace/net/src/client/user/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub use search_index::{ArchiveFilter, DocumentView, QueryFilter, UserIndex};

#[cfg(feature = "security-report")]
pub use security_report::{
PasswordReport, SecurityReport, SecurityReportOptions,
SecurityReport, SecurityReportOptions,
SecurityReportRecord, SecurityReportRow,
};
pub use user_storage::{
Expand Down
Loading

0 comments on commit 3c2c0fe

Please sign in to comment.