From d944dd4ef42e0991a69e912636b1d60bb0f843ee Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Sat, 1 Apr 2023 19:49:54 +1100 Subject: allow all role props through ready --- src/util/interfaces/Event.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/interfaces/Event.ts') diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts index cbfa0767..21c34c6c 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts @@ -121,6 +121,7 @@ export interface ReadyEventData { tutorial: number | null; resume_gateway_url: string; session_type: string; + auth_session_id_hash: string; required_action?: | "REQUIRE_VERIFIED_EMAIL" | "REQUIRE_VERIFIED_PHONE" -- cgit 1.5.1