chore: add handling shared vault invites via websockets (#2475)

This commit is contained in:
Karol Sójko
2023-09-01 17:04:32 +02:00
committed by GitHub
parent 318a2caf08
commit 4ca291291c
12 changed files with 47 additions and 35 deletions

View File

@@ -1,6 +1,4 @@
import { AsymmetricMessageServerHash } from '../AsymmetricMessage/AsymmetricMessageServerHash'
export interface SharedVaultInviteServerHash extends AsymmetricMessageServerHash {
export interface SharedVaultInviteServerHash {
uuid: string
shared_vault_uuid: string
user_uuid: string

View File

@@ -67,3 +67,7 @@ export * from './User/SettingData'
export * from './User/UpdateSettingResponse'
export * from './Notification/NotificationServerHash'
export * from './SharedVaults/SharedVaultInviteServerHash'
export * from './SharedVaults/SharedVaultServerHash'
export * from './SharedVaults/SharedVaultUserServerHash'