mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
add missing collectionid
This commit is contained in:
@@ -6,6 +6,7 @@ export class EventResponse {
|
|||||||
userId: string;
|
userId: string;
|
||||||
organizationId: string;
|
organizationId: string;
|
||||||
cipherId: string;
|
cipherId: string;
|
||||||
|
collectionId: string;
|
||||||
groupId: string;
|
groupId: string;
|
||||||
organizationUserId: string;
|
organizationUserId: string;
|
||||||
actingUserId: string;
|
actingUserId: string;
|
||||||
@@ -18,6 +19,7 @@ export class EventResponse {
|
|||||||
this.userId = response.UserId;
|
this.userId = response.UserId;
|
||||||
this.organizationId = response.OrganizationId;
|
this.organizationId = response.OrganizationId;
|
||||||
this.cipherId = response.CipherId;
|
this.cipherId = response.CipherId;
|
||||||
|
this.collectionId = response.CollectionId;
|
||||||
this.groupId = response.GroupId;
|
this.groupId = response.GroupId;
|
||||||
this.organizationUserId = response.OrganizationUserId;
|
this.organizationUserId = response.OrganizationUserId;
|
||||||
this.actingUserId = response.ActingUserId;
|
this.actingUserId = response.ActingUserId;
|
||||||
|
|||||||
Reference in New Issue
Block a user