mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
sync folders & added org id for ciphers/logins
This commit is contained in:
@@ -8,6 +8,8 @@ namespace Bit.App.Models.Api
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string FolderId { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public string OrganizationId { get; set; }
|
||||
public CipherType Type { get; set; }
|
||||
public bool Favorite { get; set; }
|
||||
public JObject Data { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user