mirror of
https://github.com/bitwarden/server
synced 2025-12-20 02:03:46 +00:00
store password history and revision dates
This commit is contained in:
@@ -28,6 +28,7 @@ namespace Bit.Core.Models.Api
|
||||
[StringLength(10000)]
|
||||
public string Notes { get; set; }
|
||||
public IEnumerable<CipherFieldModel> Fields { get; set; }
|
||||
public IEnumerable<CipherPasswordHistoryModel> PasswordHistory { get; set; }
|
||||
public Dictionary<string, string> Attachments { get; set; }
|
||||
|
||||
public CipherLoginModel Login { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user