SocketProvider -> WebsocketProvider

This commit is contained in:
Tom Moor
2022-08-25 11:14:00 +02:00
parent debadcb711
commit bb12f1fabb
5 changed files with 16 additions and 46 deletions

View File

@@ -188,11 +188,6 @@ export type WebsocketEntityDeletedEvent = {
modelId: string;
};
export type WebsocketDocumentDeletedEvent = WebsocketEntityDeletedEvent & {
modelId: string;
collectionId: string;
};
export type WebsocketEntitiesEvent = {
documentIds: { id: string; updatedAt?: string }[];
collectionIds: { id: string; updatedAt?: string }[];