Remove collection fetch on document delete
This commit is contained in:
@@ -188,6 +188,11 @@ 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 }[];
|
||||
|
||||
Reference in New Issue
Block a user