From 22a38c0762499de74f0aeb3ef01332f893518b08 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Fri, 18 Aug 2023 08:36:17 -0300 Subject: [PATCH] feat(Session): Add `IOS` to `ClientType` enum --- src/core/Session.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Session.ts b/src/core/Session.ts index 0a42627dc..555fe7abd 100644 --- a/src/core/Session.ts +++ b/src/core/Session.ts @@ -16,6 +16,7 @@ export enum ClientType { WEB = 'WEB', KIDS = 'WEB_KIDS', MUSIC = 'WEB_REMIX', + IOS = 'iOS', ANDROID = 'ANDROID', ANDROID_MUSIC = 'ANDROID_MUSIC', ANDROID_CREATOR = 'ANDROID_CREATOR',