mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 17:42:49 -05:00
added push events and moved cipher writing to cipher service.
This commit is contained in:
10
src/Core/Enums/PushType.cs
Normal file
10
src/Core/Enums/PushType.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Bit.Core.Enums
|
||||
{
|
||||
public enum PushType : short
|
||||
{
|
||||
SyncCipherUpdate = 0,
|
||||
SyncCipherCreate = 1,
|
||||
SyncCipherDelete = 2,
|
||||
SyncCiphers = 3
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user