feat(api): add keyshare initiation for workspaces

This commit is contained in:
Karol Sójko
2022-10-12 14:05:11 +02:00
parent 3fbbacfc25
commit fabce1f7ac
15 changed files with 179 additions and 0 deletions

View File

@@ -9,5 +9,6 @@ export * from './WebSocket/WebSocketConnectionTokenRequestParams'
export * from './Workspace/WorkspaceCreationRequestParams'
export * from './Workspace/WorkspaceInvitationAcceptingRequestParams'
export * from './Workspace/WorkspaceInvitationRequestParams'
export * from './Workspace/WorkspaceKeyshareInitiatingRequestParams'
export * from './Workspace/WorkspaceListRequestParams'
export * from './Workspace/WorkspaceUserListRequestParams'