summary refs log tree commit diff
path: root/src/util/interfaces/Event.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-01 19:49:54 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-04-01 19:49:54 +1100
commitd944dd4ef42e0991a69e912636b1d60bb0f843ee (patch)
tree988102165927a25d3860d69e52df73bc73ace085 /src/util/interfaces/Event.ts
parentMerge branch 'master' into feat/refactorIdentify (diff)
downloadserver-d944dd4ef42e0991a69e912636b1d60bb0f843ee.tar.xz
allow all role props through ready
Diffstat (limited to '')
-rw-r--r--src/util/interfaces/Event.ts1
1 files changed, 1 insertions, 0 deletions
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"