From b6fd694faf48307cb46e1dc56fffae6091bf42ce Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Fri, 13 Feb 2026 12:36:47 +0000 Subject: [PATCH] updated specs --- src/channel.ts | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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