mirror of
https://github.com/bitwarden/android.git
synced 2026-03-11 20:54:58 -05:00
[PM-31069] Add OrganizationId support for Vault Migration operations (#6397)
This commit is contained in:
@@ -13,4 +13,5 @@ data class OrganizationEventJson(
|
||||
@SerialName("type") val type: OrganizationEventType,
|
||||
@SerialName("cipherId") val cipherId: String?,
|
||||
@SerialName("date") @Contextual val date: ZonedDateTime,
|
||||
@SerialName("organizationId") val organizationId: String?,
|
||||
)
|
||||
|
||||
@@ -35,6 +35,7 @@ class EventServiceTest : BaseServiceTest() {
|
||||
type = OrganizationEventType.CIPHER_CREATED,
|
||||
cipherId = "cipher-id",
|
||||
date = ZonedDateTime.now(fixedClock),
|
||||
organizationId = null,
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user