diff --git a/src/channel.ts b/src/channel.ts index 9e5dc479..5267a31e 100644 --- a/src/channel.ts +++ b/src/channel.ts @@ -110,21 +110,29 @@ export class Channel { } // Global events - static get documents(): string { + static documents(): string { return "documents"; } - static get rows(): string { + static rows(): string { return "rows"; } - static get files(): string { + static files(): string { return "files"; } - static get executions(): string { + static executions(): string { return "executions"; } + + static teams(): string { + return "teams"; + } + + static memberships(): string { + return "memberships"; + } } // Export types for backward compatibility with realtime