From ee80101654cb7f9ca2d027d632d1778e6720f381 Mon Sep 17 00:00:00 2001 From: tnfAngel <57068341+tnfAngel@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:45:00 +0000 Subject: [PATCH 1/2] add bIsWorldJoinable to Island joinInfo --- resources/structs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/structs.ts b/resources/structs.ts index 14e54b3c..ed2b318a 100644 --- a/resources/structs.ts +++ b/resources/structs.ts @@ -981,6 +981,7 @@ export interface Island { sessionId?: string; joinInfo?: { islandJoinability?: string; + bIsWorldJoinable?: boolean; sessionKey?: string; }; } From ecb8d321fb3cdcb0671ee9982ab5fdacd2a7f3f6 Mon Sep 17 00:00:00 2001 From: tnfAngel <57068341+tnfAngel@users.noreply.github.com> Date: Fri, 8 Dec 2023 11:20:50 +0000 Subject: [PATCH 2/2] Remove useless Playlist interface --- resources/structs.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/resources/structs.ts b/resources/structs.ts index ed2b318a..1211ff2b 100644 --- a/resources/structs.ts +++ b/resources/structs.ts @@ -958,16 +958,6 @@ export interface PartyUpdateData { discoverability: 'ALL' | 'INVITED_ONLY'; } -export interface Playlist { - playlistName: string; - tournamentId?: string; - eventWindowId?: string; - linkId?: { - mnemonic?: string; - version?: number; - }; -} - export interface Island { linkId?: { mnemonic?: string;