diff --git a/src/api/core/ciphers.rs b/src/api/core/ciphers.rs index 137242b0..ea541252 100644 --- a/src/api/core/ciphers.rs +++ b/src/api/core/ciphers.rs @@ -214,7 +214,6 @@ pub struct CipherData { Identity = 4 */ pub Type: i32, - // TODO: Change this to NumberOrString pub Name: String, Notes: Option, Fields: Option, @@ -231,9 +230,9 @@ pub struct CipherData { PasswordHistory: Option, // These are used during key rotation + // 'Attachments' is unused, contains map of {id: filename} #[serde(rename = "Attachments")] _Attachments: Option, - // Unused, contains map of {id: filename} Attachments2: Option>, // The revision datetime (in ISO 8601 format) of the client's local copy