mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00:00
send collection ids with cipher notification
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Bit.Core.Enums;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Bit.Core.Models
|
||||
{
|
||||
@@ -22,6 +23,7 @@ namespace Bit.Core.Models
|
||||
public Guid Id { get; set; }
|
||||
public Guid? UserId { get; set; }
|
||||
public Guid? OrganizationId { get; set; }
|
||||
public IEnumerable<Guid> CollectionIds { get; set; }
|
||||
public DateTime RevisionDate { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user