mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
refactor api models for other cipher types
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
// Folder is deprecated
|
||||
Folder = 0,
|
||||
Login = 1,
|
||||
SecureNote = 2
|
||||
SecureNote = 2,
|
||||
Card = 3
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
public enum FieldType : byte
|
||||
{
|
||||
Text = 0,
|
||||
Password = 1,
|
||||
Hidden = 1,
|
||||
Boolean = 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user