1
0
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:
Kyle Spearrin
2018-07-27 17:49:27 -04:00
parent 91765477c5
commit 5c31a35cfe
7 changed files with 55 additions and 3 deletions

View File

@@ -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; }