export declare const endpoints: { fetchContentEndpoint: { readonly name: "Fetch Content"; readonly description: "Get a list of seasons, acts, and events"; readonly queryName: "Content_FetchContent"; readonly category: "PVP Endpoints"; readonly type: "shared"; readonly suffix: "content-service/v3/content"; readonly riotRequirements: { readonly clientVersion: true; readonly clientPlatform: true; readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ DisabledIDs: import("zod").ZodArray; Seasons: import("zod").ZodArray; StartTime: import("zod").ZodEffects; EndTime: import("zod").ZodEffects; IsActive: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { ID: string; StartTime: Date; Name: string; Type: "episode" | "act"; EndTime: Date; IsActive: boolean; }, { ID: string; StartTime: string; Name: string; Type: "episode" | "act"; EndTime: string; IsActive: boolean; }>, "many">; Events: import("zod").ZodArray; EndTime: import("zod").ZodEffects; IsActive: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { ID: string; StartTime: Date; Name: string; EndTime: Date; IsActive: boolean; }, { ID: string; StartTime: string; Name: string; EndTime: string; IsActive: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { DisabledIDs: unknown[]; Seasons: { ID: string; StartTime: Date; Name: string; Type: "episode" | "act"; EndTime: Date; IsActive: boolean; }[]; Events: { ID: string; StartTime: Date; Name: string; EndTime: Date; IsActive: boolean; }[]; }, { DisabledIDs: unknown[]; Seasons: { ID: string; StartTime: string; Name: string; Type: "episode" | "act"; EndTime: string; IsActive: boolean; }[]; Events: { ID: string; StartTime: string; Name: string; EndTime: string; IsActive: boolean; }[]; }>; }; }; accountXPEndpoint: { readonly name: "Account XP"; readonly description: "Get the account level, XP, and XP history for the current player. This endpoint only works with the authenticated player's PUUID."; readonly queryName: "AccountXP_GetPlayer"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly suffix: "account-xp/v1/players/{puuid}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Version: import("zod").ZodNumber; Subject: import("zod").ZodString; Progress: import("zod").ZodObject<{ Level: import("zod").ZodNumber; XP: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { Level: number; XP: number; }, { Level: number; XP: number; }>; History: import("zod").ZodArray; StartProgress: import("zod").ZodObject<{ Level: import("zod").ZodNumber; XP: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { Level: number; XP: number; }, { Level: number; XP: number; }>; EndProgress: import("zod").ZodObject<{ Level: import("zod").ZodNumber; XP: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { Level: number; XP: number; }, { Level: number; XP: number; }>; XPDelta: import("zod").ZodNumber; XPSources: import("zod").ZodArray; Amount: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { ID: "time-played" | "match-win" | "first-win-of-the-day"; Amount: number; }, { ID: "time-played" | "match-win" | "first-win-of-the-day"; Amount: number; }>, "many">; XPMultipliers: import("zod").ZodArray; }, "strip", import("zod").ZodTypeAny, { ID: string; MatchStart: Date; StartProgress: { Level: number; XP: number; }; EndProgress: { Level: number; XP: number; }; XPDelta: number; XPSources: { ID: "time-played" | "match-win" | "first-win-of-the-day"; Amount: number; }[]; XPMultipliers: unknown[]; }, { ID: string; MatchStart: string; StartProgress: { Level: number; XP: number; }; EndProgress: { Level: number; XP: number; }; XPDelta: number; XPSources: { ID: "time-played" | "match-win" | "first-win-of-the-day"; Amount: number; }[]; XPMultipliers: unknown[]; }>, "many">; LastTimeGrantedFirstWin: import("zod").ZodEffects; NextTimeFirstWinAvailable: import("zod").ZodEffects; }, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; Progress: { Level: number; XP: number; }; History: { ID: string; MatchStart: Date; StartProgress: { Level: number; XP: number; }; EndProgress: { Level: number; XP: number; }; XPDelta: number; XPSources: { ID: "time-played" | "match-win" | "first-win-of-the-day"; Amount: number; }[]; XPMultipliers: unknown[]; }[]; LastTimeGrantedFirstWin: Date; NextTimeFirstWinAvailable: Date; }, { Subject: string; Version: number; Progress: { Level: number; XP: number; }; History: { ID: string; MatchStart: string; StartProgress: { Level: number; XP: number; }; EndProgress: { Level: number; XP: number; }; XPDelta: number; XPSources: { ID: "time-played" | "match-win" | "first-win-of-the-day"; Amount: number; }[]; XPMultipliers: unknown[]; }[]; LastTimeGrantedFirstWin: string; NextTimeFirstWinAvailable: string; }>; }; }; playerLoadoutEndpoint: { readonly name: "Player Loadout"; readonly description: "Get the player's current loadout. Only works for your own PUUID."; readonly queryName: "playerLoadoutUpdate"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly suffix: "personalization/v2/players/{puuid}/playerloadout"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject; CharmID: import("zod").ZodOptional; CharmLevelID: import("zod").ZodOptional; }, { SkinID: import("zod").ZodString; SkinLevelID: import("zod").ZodString; ChromaID: import("zod").ZodString; Attachments: import("zod").ZodArray; }>, "strip", import("zod").ZodTypeAny, { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }, { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }>, "many">; Sprays: import("zod").ZodArray, "many">; Identity: import("zod").ZodObject<{ PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodString; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }, { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }>; Incognito: import("zod").ZodBoolean; }>, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; Incognito: boolean; Sprays: { SprayID: string; EquipSlotID: string; SprayLevelID: null; }[]; Guns: { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }[]; Identity: { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }; }, { Subject: string; Version: number; Incognito: boolean; Sprays: { SprayID: string; EquipSlotID: string; SprayLevelID: null; }[]; Guns: { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }[]; Identity: { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }; }>; }; }; setPlayerLoadoutEndpoint: { readonly name: "Set Player Loadout"; readonly description: "Set the player's current loadout."; readonly queryName: "playerLoadoutUpdate"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly method: "PUT"; readonly suffix: "personalization/v2/players/{puuid}/playerloadout"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject; CharmID: import("zod").ZodOptional; CharmLevelID: import("zod").ZodOptional; }, { SkinID: import("zod").ZodString; SkinLevelID: import("zod").ZodString; ChromaID: import("zod").ZodString; Attachments: import("zod").ZodArray; }>, "strip", import("zod").ZodTypeAny, { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }, { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }>, "many">; Sprays: import("zod").ZodArray, "many">; Identity: import("zod").ZodObject<{ PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodString; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }, { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }>; Incognito: import("zod").ZodBoolean; }>, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; Incognito: boolean; Sprays: { SprayID: string; EquipSlotID: string; SprayLevelID: null; }[]; Guns: { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }[]; Identity: { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }; }, { Subject: string; Version: number; Incognito: boolean; Sprays: { SprayID: string; EquipSlotID: string; SprayLevelID: null; }[]; Guns: { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }[]; Identity: { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }; }>; }; readonly body: import("zod").ZodObject<{ Guns: import("zod").ZodArray; CharmID: import("zod").ZodOptional; CharmLevelID: import("zod").ZodOptional; }, { SkinID: import("zod").ZodString; SkinLevelID: import("zod").ZodString; ChromaID: import("zod").ZodString; Attachments: import("zod").ZodArray; }>, "strip", import("zod").ZodTypeAny, { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }, { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }>, "many">; Sprays: import("zod").ZodArray, "many">; Identity: import("zod").ZodObject<{ PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodString; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }, { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }>; Incognito: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Incognito: boolean; Sprays: { SprayID: string; EquipSlotID: string; SprayLevelID: null; }[]; Guns: { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }[]; Identity: { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }; }, { Incognito: boolean; Sprays: { SprayID: string; EquipSlotID: string; SprayLevelID: null; }[]; Guns: { CharmInstanceID?: string | undefined; CharmID?: string | undefined; CharmLevelID?: string | undefined; ID: string; SkinID: string; SkinLevelID: string; ChromaID: string; Attachments: unknown[]; }[]; Identity: { PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; HideAccountLevel: boolean; }; }>; }; playerMMREndpoint: { readonly name: "Player MMR"; readonly description: "Get a player's MMR and history"; readonly queryName: "MMR_FetchPlayer"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly suffix: "mmr/v1/players/{puuid}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientPlatform: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Version: import("zod").ZodNumber; Subject: import("zod").ZodString; NewPlayerExperienceFinished: import("zod").ZodBoolean; QueueSkills: import("zod").ZodRecord, Map, Record>>; GamesNeededForRating: import("zod").ZodNumber; TotalWinsNeededForRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { CompetitiveTier: number; SeasonID: string; NumberOfWins: number; WinsByTier: Map | null; Rank: number; LeaderboardRank: number; NumberOfWinsWithPlacements: number; NumberOfGames: number; CapstoneWins: number; RankedRating: number; GamesNeededForRating: number; TotalWinsNeededForRank: number; }, { CompetitiveTier: number; SeasonID: string; NumberOfWins: number; WinsByTier: Record | null; Rank: number; LeaderboardRank: number; NumberOfWinsWithPlacements: number; NumberOfGames: number; CapstoneWins: number; RankedRating: number; GamesNeededForRating: number; TotalWinsNeededForRank: number; }>>; }, "strip", import("zod").ZodTypeAny, { TotalGamesNeededForRating: number; TotalGamesNeededForLeaderboard: number; CurrentSeasonGamesNeededForRating: number; SeasonalInfoBySeasonID: Record | null; Rank: number; LeaderboardRank: number; NumberOfWinsWithPlacements: number; NumberOfGames: number; CapstoneWins: number; RankedRating: number; GamesNeededForRating: number; TotalWinsNeededForRank: number; }>; }, { TotalGamesNeededForRating: number; TotalGamesNeededForLeaderboard: number; CurrentSeasonGamesNeededForRating: number; SeasonalInfoBySeasonID: Record | null; Rank: number; LeaderboardRank: number; NumberOfWinsWithPlacements: number; NumberOfGames: number; CapstoneWins: number; RankedRating: number; GamesNeededForRating: number; TotalWinsNeededForRank: number; }>; }>>; LatestCompetitiveUpdate: import("zod").ZodObject<{ MatchID: import("zod").ZodString; MapID: import("zod").ZodString; SeasonID: import("zod").ZodString; MatchStartTime: import("zod").ZodEffects; TierAfterUpdate: import("zod").ZodNumber; TierBeforeUpdate: import("zod").ZodNumber; RankedRatingAfterUpdate: import("zod").ZodNumber; RankedRatingBeforeUpdate: import("zod").ZodNumber; RankedRatingEarned: import("zod").ZodNumber; RankedRatingPerformanceBonus: import("zod").ZodNumber; CompetitiveMovement: import("zod").ZodLiteral<"MOVEMENT_UNKNOWN">; AFKPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; MapID: string; MatchID: string; MatchStartTime: Date; TierAfterUpdate: number; TierBeforeUpdate: number; RankedRatingAfterUpdate: number; RankedRatingBeforeUpdate: number; RankedRatingEarned: number; RankedRatingPerformanceBonus: number; CompetitiveMovement: "MOVEMENT_UNKNOWN"; AFKPenalty: number; }, { SeasonID: string; MapID: string; MatchID: string; MatchStartTime: number; TierAfterUpdate: number; TierBeforeUpdate: number; RankedRatingAfterUpdate: number; RankedRatingBeforeUpdate: number; RankedRatingEarned: number; RankedRatingPerformanceBonus: number; CompetitiveMovement: "MOVEMENT_UNKNOWN"; AFKPenalty: number; }>; IsLeaderboardAnonymized: import("zod").ZodBoolean; IsActRankBadgeHidden: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; NewPlayerExperienceFinished: boolean; QueueSkills: Record | null; Rank: number; LeaderboardRank: number; NumberOfWinsWithPlacements: number; NumberOfGames: number; CapstoneWins: number; RankedRating: number; GamesNeededForRating: number; TotalWinsNeededForRank: number; }>; }>; LatestCompetitiveUpdate: { SeasonID: string; MapID: string; MatchID: string; MatchStartTime: Date; TierAfterUpdate: number; TierBeforeUpdate: number; RankedRatingAfterUpdate: number; RankedRatingBeforeUpdate: number; RankedRatingEarned: number; RankedRatingPerformanceBonus: number; CompetitiveMovement: "MOVEMENT_UNKNOWN"; AFKPenalty: number; }; IsLeaderboardAnonymized: boolean; IsActRankBadgeHidden: boolean; }, { Subject: string; Version: number; NewPlayerExperienceFinished: boolean; QueueSkills: Record | null; Rank: number; LeaderboardRank: number; NumberOfWinsWithPlacements: number; NumberOfGames: number; CapstoneWins: number; RankedRating: number; GamesNeededForRating: number; TotalWinsNeededForRank: number; }>; }>; LatestCompetitiveUpdate: { SeasonID: string; MapID: string; MatchID: string; MatchStartTime: number; TierAfterUpdate: number; TierBeforeUpdate: number; RankedRatingAfterUpdate: number; RankedRatingBeforeUpdate: number; RankedRatingEarned: number; RankedRatingPerformanceBonus: number; CompetitiveMovement: "MOVEMENT_UNKNOWN"; AFKPenalty: number; }; IsLeaderboardAnonymized: boolean; IsActRankBadgeHidden: boolean; }>; }; }; matchHistoryEndpoint: { readonly name: "Match History"; readonly description: "Get the match history for the given player"; readonly queryName: "MatchHistory_FetchMatchHistory"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly suffix: "match-history/v1/history/{puuid}"; readonly query: Map>; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Subject: import("zod").ZodString; BeginIndex: import("zod").ZodNumber; EndIndex: import("zod").ZodNumber; Total: import("zod").ZodNumber; History: import("zod").ZodArray; QueueID: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { QueueID: string; MatchID: string; GameStartTime: Date; }, { QueueID: string; MatchID: string; GameStartTime: number; }>, "many">; }, "strip", import("zod").ZodTypeAny, { Subject: string; History: { QueueID: string; MatchID: string; GameStartTime: Date; }[]; BeginIndex: number; EndIndex: number; Total: number; }, { Subject: string; History: { QueueID: string; MatchID: string; GameStartTime: number; }[]; BeginIndex: number; EndIndex: number; Total: number; }>; }; }; matchDetailsEndpoint: { readonly name: "Match Details"; readonly description: "Get the details of a match after it ends"; readonly queryName: "MatchDetails_FetchMatchDetails"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly suffix: "match-details/v1/matches/{matchID}"; readonly variables: Map; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ matchInfo: import("zod").ZodObject<{ matchId: import("zod").ZodString; mapId: import("zod").ZodString; gamePodId: import("zod").ZodString; gameLoopZone: import("zod").ZodString; gameServerAddress: import("zod").ZodString; gameVersion: import("zod").ZodString; gameLengthMillis: import("zod").ZodNullable; gameStartMillis: import("zod").ZodNumber; provisioningFlowID: import("zod").ZodEnum<["Matchmaking", "CustomGame"]>; isCompleted: import("zod").ZodBoolean; customGameName: import("zod").ZodString; forcePostProcessing: import("zod").ZodBoolean; queueID: import("zod").ZodString; gameMode: import("zod").ZodString; isRanked: import("zod").ZodBoolean; isMatchSampled: import("zod").ZodBoolean; seasonId: import("zod").ZodString; completionState: import("zod").ZodEnum<["Surrendered", "Completed", "VoteDraw", ""]>; platformType: import("zod").ZodLiteral<"PC">; premierMatchInfo: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>; partyRRPenalties: import("zod").ZodOptional>; shouldMatchDisablePenalties: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { partyRRPenalties?: Record | undefined; platformType: "PC"; matchId: string; mapId: string; gamePodId: string; gameLoopZone: string; gameServerAddress: string; gameVersion: string; gameLengthMillis: number | null; gameStartMillis: number; provisioningFlowID: "Matchmaking" | "CustomGame"; isCompleted: boolean; customGameName: string; forcePostProcessing: boolean; queueID: string; gameMode: string; isRanked: boolean; isMatchSampled: boolean; seasonId: string; completionState: "" | "Surrendered" | "Completed" | "VoteDraw"; premierMatchInfo: {}; shouldMatchDisablePenalties: boolean; }, { partyRRPenalties?: Record | undefined; platformType: "PC"; matchId: string; mapId: string; gamePodId: string; gameLoopZone: string; gameServerAddress: string; gameVersion: string; gameLengthMillis: number | null; gameStartMillis: number; provisioningFlowID: "Matchmaking" | "CustomGame"; isCompleted: boolean; customGameName: string; forcePostProcessing: boolean; queueID: string; gameMode: string; isRanked: boolean; isMatchSampled: boolean; seasonId: string; completionState: "" | "Surrendered" | "Completed" | "VoteDraw"; premierMatchInfo: {}; shouldMatchDisablePenalties: boolean; }>; players: import("zod").ZodArray; platformOS: import("zod").ZodLiteral<"Windows">; platformOSVersion: import("zod").ZodString; platformChipset: import("zod").ZodLiteral<"Unknown">; }, "strip", import("zod").ZodTypeAny, { platformType: "PC"; platformOS: "Windows"; platformOSVersion: string; platformChipset: "Unknown"; }, { platformType: "PC"; platformOS: "Windows"; platformOSVersion: string; platformChipset: "Unknown"; }>; teamId: import("zod").ZodUnion<[import("zod").ZodEnum<["Blue", "Red"]>, import("zod").ZodString]>; partyId: import("zod").ZodString; characterId: import("zod").ZodString; stats: import("zod").ZodNullable>>; }, "strip", import("zod").ZodTypeAny, { abilityCasts?: { grenadeCasts: number; ability1Casts: number; ability2Casts: number; ultimateCasts: number; } | null | undefined; score: number; roundsPlayed: number; kills: number; deaths: number; assists: number; playtimeMillis: number; }, { abilityCasts?: { grenadeCasts: number; ability1Casts: number; ability2Casts: number; ultimateCasts: number; } | null | undefined; score: number; roundsPlayed: number; kills: number; deaths: number; assists: number; playtimeMillis: number; }>>; roundDamage: import("zod").ZodNullable, "many">>; competitiveTier: import("zod").ZodNumber; isObserver: import("zod").ZodBoolean; playerCard: import("zod").ZodString; playerTitle: import("zod").ZodString; preferredLevelBorder: import("zod").ZodOptional]>>; accountLevel: import("zod").ZodNumber; sessionPlaytimeMinutes: import("zod").ZodOptional>; xpModifications: import("zod").ZodOptional, "many">>; behaviorFactors: import("zod").ZodOptional; commsRatingRecovery: import("zod").ZodNumber; damageParticipationOutgoing: import("zod").ZodNumber; friendlyFireIncoming: import("zod").ZodOptional; friendlyFireOutgoing: import("zod").ZodOptional; mouseMovement: import("zod").ZodOptional; stayedInSpawnRounds: import("zod").ZodOptional; }, "strip", import("zod").ZodTypeAny, { collisions?: number | undefined; friendlyFireIncoming?: number | undefined; friendlyFireOutgoing?: number | undefined; mouseMovement?: number | undefined; stayedInSpawnRounds?: number | undefined; afkRounds: number; commsRatingRecovery: number; damageParticipationOutgoing: number; }, { collisions?: number | undefined; friendlyFireIncoming?: number | undefined; friendlyFireOutgoing?: number | undefined; mouseMovement?: number | undefined; stayedInSpawnRounds?: number | undefined; afkRounds: number; commsRatingRecovery: number; damageParticipationOutgoing: number; }>>; newPlayerExperienceDetails: import("zod").ZodOptional; objectiveCompleteTimeMillis: import("zod").ZodLiteral<0>; }, "strip", import("zod").ZodTypeAny, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }>; basicGunSkill: import("zod").ZodObject<{ idleTimeMillis: import("zod").ZodLiteral<0>; objectiveCompleteTimeMillis: import("zod").ZodLiteral<0>; }, "strip", import("zod").ZodTypeAny, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }>; adaptiveBots: import("zod").ZodObject; adaptiveBotAverageDurationMillisFirstAttempt: import("zod").ZodLiteral<0>; killDetailsFirstAttempt: import("zod").ZodNull; }, { idleTimeMillis: import("zod").ZodLiteral<0>; objectiveCompleteTimeMillis: import("zod").ZodLiteral<0>; }>, "strip", import("zod").ZodTypeAny, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; adaptiveBotAverageDurationMillisAllAttempts: 0; adaptiveBotAverageDurationMillisFirstAttempt: 0; killDetailsFirstAttempt: null; }, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; adaptiveBotAverageDurationMillisAllAttempts: 0; adaptiveBotAverageDurationMillisFirstAttempt: 0; killDetailsFirstAttempt: null; }>; ability: import("zod").ZodObject<{ idleTimeMillis: import("zod").ZodLiteral<0>; objectiveCompleteTimeMillis: import("zod").ZodLiteral<0>; }, "strip", import("zod").ZodTypeAny, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }>; bombPlant: import("zod").ZodObject<{ idleTimeMillis: import("zod").ZodLiteral<0>; objectiveCompleteTimeMillis: import("zod").ZodLiteral<0>; }, "strip", import("zod").ZodTypeAny, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }>; defendBombSite: import("zod").ZodObject; }, { idleTimeMillis: import("zod").ZodLiteral<0>; objectiveCompleteTimeMillis: import("zod").ZodLiteral<0>; }>, "strip", import("zod").ZodTypeAny, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; success: false; }, { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; success: false; }>; settingStatus: import("zod").ZodObject<{ isMouseSensitivityDefault: import("zod").ZodBoolean; isCrosshairDefault: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { isMouseSensitivityDefault: boolean; isCrosshairDefault: boolean; }, { isMouseSensitivityDefault: boolean; isCrosshairDefault: boolean; }>; versionString: import("zod").ZodLiteral<"">; }, "strip", import("zod").ZodTypeAny, { basicMovement: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; basicGunSkill: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; adaptiveBots: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; adaptiveBotAverageDurationMillisAllAttempts: 0; adaptiveBotAverageDurationMillisFirstAttempt: 0; killDetailsFirstAttempt: null; }; ability: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; bombPlant: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; defendBombSite: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; success: false; }; settingStatus: { isMouseSensitivityDefault: boolean; isCrosshairDefault: boolean; }; versionString: ""; }, { basicMovement: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; basicGunSkill: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; adaptiveBots: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; adaptiveBotAverageDurationMillisAllAttempts: 0; adaptiveBotAverageDurationMillisFirstAttempt: 0; killDetailsFirstAttempt: null; }; ability: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; bombPlant: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; defendBombSite: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; success: false; }; settingStatus: { isMouseSensitivityDefault: boolean; isCrosshairDefault: boolean; }; versionString: ""; }>>; }, "strip", import("zod").ZodTypeAny, { preferredLevelBorder?: string | undefined; sessionPlaytimeMinutes?: number | null | undefined; xpModifications?: { ID: string; Value: number; }[] | undefined; behaviorFactors?: { collisions?: number | undefined; friendlyFireIncoming?: number | undefined; friendlyFireOutgoing?: number | undefined; mouseMovement?: number | undefined; stayedInSpawnRounds?: number | undefined; afkRounds: number; commsRatingRecovery: number; damageParticipationOutgoing: number; } | undefined; newPlayerExperienceDetails?: { basicMovement: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; basicGunSkill: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; adaptiveBots: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; adaptiveBotAverageDurationMillisAllAttempts: 0; adaptiveBotAverageDurationMillisFirstAttempt: 0; killDetailsFirstAttempt: null; }; ability: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; bombPlant: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; defendBombSite: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; success: false; }; settingStatus: { isMouseSensitivityDefault: boolean; isCrosshairDefault: boolean; }; versionString: ""; } | undefined; subject: string; gameName: string; tagLine: string; platformInfo: { platformType: "PC"; platformOS: "Windows"; platformOSVersion: string; platformChipset: "Unknown"; }; teamId: string; partyId: string; characterId: string; stats: { abilityCasts?: { grenadeCasts: number; ability1Casts: number; ability2Casts: number; ultimateCasts: number; } | null | undefined; score: number; roundsPlayed: number; kills: number; deaths: number; assists: number; playtimeMillis: number; } | null; roundDamage: { round: number; receiver: string; damage: number; }[] | null; competitiveTier: number; isObserver: boolean; playerCard: string; playerTitle: string; accountLevel: number; }, { preferredLevelBorder?: string | undefined; sessionPlaytimeMinutes?: number | null | undefined; xpModifications?: { ID: string; Value: number; }[] | undefined; behaviorFactors?: { collisions?: number | undefined; friendlyFireIncoming?: number | undefined; friendlyFireOutgoing?: number | undefined; mouseMovement?: number | undefined; stayedInSpawnRounds?: number | undefined; afkRounds: number; commsRatingRecovery: number; damageParticipationOutgoing: number; } | undefined; newPlayerExperienceDetails?: { basicMovement: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; basicGunSkill: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; adaptiveBots: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; adaptiveBotAverageDurationMillisAllAttempts: 0; adaptiveBotAverageDurationMillisFirstAttempt: 0; killDetailsFirstAttempt: null; }; ability: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; bombPlant: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; defendBombSite: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; success: false; }; settingStatus: { isMouseSensitivityDefault: boolean; isCrosshairDefault: boolean; }; versionString: ""; } | undefined; subject: string; gameName: string; tagLine: string; platformInfo: { platformType: "PC"; platformOS: "Windows"; platformOSVersion: string; platformChipset: "Unknown"; }; teamId: string; partyId: string; characterId: string; stats: { abilityCasts?: { grenadeCasts: number; ability1Casts: number; ability2Casts: number; ultimateCasts: number; } | null | undefined; score: number; roundsPlayed: number; kills: number; deaths: number; assists: number; playtimeMillis: number; } | null; roundDamage: { round: number; receiver: string; damage: number; }[] | null; competitiveTier: number; isObserver: boolean; playerCard: string; playerTitle: string; accountLevel: number; }>, "many">; bots: import("zod").ZodArray; coaches: import("zod").ZodArray; }, "strip", import("zod").ZodTypeAny, { subject: string; teamId: "Blue" | "Red"; }, { subject: string; teamId: "Blue" | "Red"; }>, "many">; teams: import("zod").ZodNullable, import("zod").ZodString]>; won: import("zod").ZodBoolean; roundsPlayed: import("zod").ZodNumber; roundsWon: import("zod").ZodNumber; numPoints: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { teamId: string; roundsPlayed: number; won: boolean; roundsWon: number; numPoints: number; }, { teamId: string; roundsPlayed: number; won: boolean; roundsWon: number; numPoints: number; }>, "many">>; roundResults: import("zod").ZodNullable; roundCeremony: import("zod").ZodEnum<["CeremonyDefault", "CeremonyTeamAce", "CeremonyFlawless", "CeremonyCloser", "CeremonyClutch", "CeremonyThrifty", "CeremonyAce", ""]>; winningTeam: import("zod").ZodUnion<[import("zod").ZodEnum<["Blue", "Red"]>, import("zod").ZodString]>; bombPlanter: import("zod").ZodOptional; bombDefuser: import("zod").ZodOptional, import("zod").ZodString]>>; plantRoundTime: import("zod").ZodOptional; plantPlayerLocations: import("zod").ZodNullable; }, "strip", import("zod").ZodTypeAny, { subject: string; viewRadians: number; location: { x: number; y: number; }; }, { subject: string; viewRadians: number; location: { x: number; y: number; }; }>, "many">>; plantLocation: import("zod").ZodObject<{ x: import("zod").ZodNumber; y: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { x: number; y: number; }, { x: number; y: number; }>; plantSite: import("zod").ZodEnum<["A", "B", "C", ""]>; defuseRoundTime: import("zod").ZodOptional; defusePlayerLocations: import("zod").ZodNullable; }, "strip", import("zod").ZodTypeAny, { subject: string; viewRadians: number; location: { x: number; y: number; }; }, { subject: string; viewRadians: number; location: { x: number; y: number; }; }>, "many">>; defuseLocation: import("zod").ZodObject<{ x: import("zod").ZodNumber; y: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { x: number; y: number; }, { x: number; y: number; }>; playerStats: import("zod").ZodArray; assistants: import("zod").ZodArray; playerLocations: import("zod").ZodArray; }, "strip", import("zod").ZodTypeAny, { subject: string; viewRadians: number; location: { x: number; y: number; }; }, { subject: string; viewRadians: number; location: { x: number; y: number; }; }>, "many">; finishingDamage: import("zod").ZodObject<{ damageType: import("zod").ZodEnum<["Weapon", "Bomb", "Ability", "Fall", "Melee", "Invalid", ""]>; damageItem: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodEnum<["Ultimate", "Ability1", "Ability2", "GrenadeAbility", "Primary"]>]>, import("zod").ZodLiteral<"">]>; isSecondaryFireMode: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }, { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }>; }, "strip", import("zod").ZodTypeAny, { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; }, { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; }>, "many">; damage: import("zod").ZodArray, "many">; score: import("zod").ZodNumber; economy: import("zod").ZodObject<{ loadoutValue: import("zod").ZodNumber; weapon: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; armor: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; remaining: import("zod").ZodNumber; spent: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }, { loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }>; ability: import("zod").ZodObject<{ grenadeEffects: import("zod").ZodNull; ability1Effects: import("zod").ZodNull; ability2Effects: import("zod").ZodNull; ultimateEffects: import("zod").ZodNull; }, "strip", import("zod").ZodTypeAny, { grenadeEffects: null; ability1Effects: null; ability2Effects: null; ultimateEffects: null; }, { grenadeEffects: null; ability1Effects: null; ability2Effects: null; ultimateEffects: null; }>; wasAfk: import("zod").ZodBoolean; wasPenalized: import("zod").ZodBoolean; stayedInSpawn: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { subject: string; score: number; kills: { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; }[]; damage: { receiver: string; damage: number; legshots: number; bodyshots: number; headshots: number; }[]; ability: { grenadeEffects: null; ability1Effects: null; ability2Effects: null; ultimateEffects: null; }; economy: { loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }; wasAfk: boolean; wasPenalized: boolean; stayedInSpawn: boolean; }, { subject: string; score: number; kills: { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; }[]; damage: { receiver: string; damage: number; legshots: number; bodyshots: number; headshots: number; }[]; ability: { grenadeEffects: null; ability1Effects: null; ability2Effects: null; ultimateEffects: null; }; economy: { loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }; wasAfk: boolean; wasPenalized: boolean; stayedInSpawn: boolean; }>, "many">; roundResultCode: import("zod").ZodEnum<["Elimination", "Detonate", "Defuse", "Surrendered", ""]>; playerEconomies: import("zod").ZodNullable]>; armor: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; remaining: import("zod").ZodNumber; spent: import("zod").ZodNumber; }>, "strip", import("zod").ZodTypeAny, { subject: string; loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }, { subject: string; loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }>, "many">>; playerScores: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { bombPlanter?: string | undefined; bombDefuser?: string | undefined; plantRoundTime?: number | undefined; defuseRoundTime?: number | undefined; roundNum: number; roundResult: "Surrendered" | "Eliminated" | "Bomb detonated" | "Bomb defused" | "Round timer expired"; roundCeremony: "" | "CeremonyDefault" | "CeremonyTeamAce" | "CeremonyFlawless" | "CeremonyCloser" | "CeremonyClutch" | "CeremonyThrifty" | "CeremonyAce"; winningTeam: string; plantPlayerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[] | null; plantLocation: { x: number; y: number; }; plantSite: "" | "A" | "B" | "C"; defusePlayerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[] | null; defuseLocation: { x: number; y: number; }; playerStats: { subject: string; score: number; kills: { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; }[]; damage: { receiver: string; damage: number; legshots: number; bodyshots: number; headshots: number; }[]; ability: { grenadeEffects: null; ability1Effects: null; ability2Effects: null; ultimateEffects: null; }; economy: { loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }; wasAfk: boolean; wasPenalized: boolean; stayedInSpawn: boolean; }[]; roundResultCode: "" | "Surrendered" | "Elimination" | "Detonate" | "Defuse"; playerEconomies: { subject: string; loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }[] | null; playerScores: { subject: string; score: number; }[] | null; }, { bombPlanter?: string | undefined; bombDefuser?: string | undefined; plantRoundTime?: number | undefined; defuseRoundTime?: number | undefined; roundNum: number; roundResult: "Surrendered" | "Eliminated" | "Bomb detonated" | "Bomb defused" | "Round timer expired"; roundCeremony: "" | "CeremonyDefault" | "CeremonyTeamAce" | "CeremonyFlawless" | "CeremonyCloser" | "CeremonyClutch" | "CeremonyThrifty" | "CeremonyAce"; winningTeam: string; plantPlayerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[] | null; plantLocation: { x: number; y: number; }; plantSite: "" | "A" | "B" | "C"; defusePlayerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[] | null; defuseLocation: { x: number; y: number; }; playerStats: { subject: string; score: number; kills: { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; }[]; damage: { receiver: string; damage: number; legshots: number; bodyshots: number; headshots: number; }[]; ability: { grenadeEffects: null; ability1Effects: null; ability2Effects: null; ultimateEffects: null; }; economy: { loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }; wasAfk: boolean; wasPenalized: boolean; stayedInSpawn: boolean; }[]; roundResultCode: "" | "Surrendered" | "Elimination" | "Detonate" | "Defuse"; playerEconomies: { subject: string; loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }[] | null; playerScores: { subject: string; score: number; }[] | null; }>, "many">>; kills: import("zod").ZodNullable; assistants: import("zod").ZodArray; playerLocations: import("zod").ZodArray; }, "strip", import("zod").ZodTypeAny, { subject: string; viewRadians: number; location: { x: number; y: number; }; }, { subject: string; viewRadians: number; location: { x: number; y: number; }; }>, "many">; finishingDamage: import("zod").ZodObject<{ damageType: import("zod").ZodEnum<["Weapon", "Bomb", "Ability", "Fall", "Melee", "Invalid", ""]>; damageItem: import("zod").ZodUnion<[import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodEnum<["Ultimate", "Ability1", "Ability2", "GrenadeAbility", "Primary"]>]>, import("zod").ZodLiteral<"">]>; isSecondaryFireMode: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }, { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }>; }, { round: import("zod").ZodNumber; }>, "strip", import("zod").ZodTypeAny, { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; round: number; }, { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; round: number; }>, "many">>; }, "strip", import("zod").ZodTypeAny, { matchInfo: { partyRRPenalties?: Record | undefined; platformType: "PC"; matchId: string; mapId: string; gamePodId: string; gameLoopZone: string; gameServerAddress: string; gameVersion: string; gameLengthMillis: number | null; gameStartMillis: number; provisioningFlowID: "Matchmaking" | "CustomGame"; isCompleted: boolean; customGameName: string; forcePostProcessing: boolean; queueID: string; gameMode: string; isRanked: boolean; isMatchSampled: boolean; seasonId: string; completionState: "" | "Surrendered" | "Completed" | "VoteDraw"; premierMatchInfo: {}; shouldMatchDisablePenalties: boolean; }; players: { preferredLevelBorder?: string | undefined; sessionPlaytimeMinutes?: number | null | undefined; xpModifications?: { ID: string; Value: number; }[] | undefined; behaviorFactors?: { collisions?: number | undefined; friendlyFireIncoming?: number | undefined; friendlyFireOutgoing?: number | undefined; mouseMovement?: number | undefined; stayedInSpawnRounds?: number | undefined; afkRounds: number; commsRatingRecovery: number; damageParticipationOutgoing: number; } | undefined; newPlayerExperienceDetails?: { basicMovement: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; basicGunSkill: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; adaptiveBots: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; adaptiveBotAverageDurationMillisAllAttempts: 0; adaptiveBotAverageDurationMillisFirstAttempt: 0; killDetailsFirstAttempt: null; }; ability: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; bombPlant: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; defendBombSite: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; success: false; }; settingStatus: { isMouseSensitivityDefault: boolean; isCrosshairDefault: boolean; }; versionString: ""; } | undefined; subject: string; gameName: string; tagLine: string; platformInfo: { platformType: "PC"; platformOS: "Windows"; platformOSVersion: string; platformChipset: "Unknown"; }; teamId: string; partyId: string; characterId: string; stats: { abilityCasts?: { grenadeCasts: number; ability1Casts: number; ability2Casts: number; ultimateCasts: number; } | null | undefined; score: number; roundsPlayed: number; kills: number; deaths: number; assists: number; playtimeMillis: number; } | null; roundDamage: { round: number; receiver: string; damage: number; }[] | null; competitiveTier: number; isObserver: boolean; playerCard: string; playerTitle: string; accountLevel: number; }[]; kills: { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; round: number; }[] | null; bots: unknown[]; coaches: { subject: string; teamId: "Blue" | "Red"; }[]; teams: { teamId: string; roundsPlayed: number; won: boolean; roundsWon: number; numPoints: number; }[] | null; roundResults: { bombPlanter?: string | undefined; bombDefuser?: string | undefined; plantRoundTime?: number | undefined; defuseRoundTime?: number | undefined; roundNum: number; roundResult: "Surrendered" | "Eliminated" | "Bomb detonated" | "Bomb defused" | "Round timer expired"; roundCeremony: "" | "CeremonyDefault" | "CeremonyTeamAce" | "CeremonyFlawless" | "CeremonyCloser" | "CeremonyClutch" | "CeremonyThrifty" | "CeremonyAce"; winningTeam: string; plantPlayerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[] | null; plantLocation: { x: number; y: number; }; plantSite: "" | "A" | "B" | "C"; defusePlayerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[] | null; defuseLocation: { x: number; y: number; }; playerStats: { subject: string; score: number; kills: { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; }[]; damage: { receiver: string; damage: number; legshots: number; bodyshots: number; headshots: number; }[]; ability: { grenadeEffects: null; ability1Effects: null; ability2Effects: null; ultimateEffects: null; }; economy: { loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }; wasAfk: boolean; wasPenalized: boolean; stayedInSpawn: boolean; }[]; roundResultCode: "" | "Surrendered" | "Elimination" | "Detonate" | "Defuse"; playerEconomies: { subject: string; loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }[] | null; playerScores: { subject: string; score: number; }[] | null; }[] | null; }, { matchInfo: { partyRRPenalties?: Record | undefined; platformType: "PC"; matchId: string; mapId: string; gamePodId: string; gameLoopZone: string; gameServerAddress: string; gameVersion: string; gameLengthMillis: number | null; gameStartMillis: number; provisioningFlowID: "Matchmaking" | "CustomGame"; isCompleted: boolean; customGameName: string; forcePostProcessing: boolean; queueID: string; gameMode: string; isRanked: boolean; isMatchSampled: boolean; seasonId: string; completionState: "" | "Surrendered" | "Completed" | "VoteDraw"; premierMatchInfo: {}; shouldMatchDisablePenalties: boolean; }; players: { preferredLevelBorder?: string | undefined; sessionPlaytimeMinutes?: number | null | undefined; xpModifications?: { ID: string; Value: number; }[] | undefined; behaviorFactors?: { collisions?: number | undefined; friendlyFireIncoming?: number | undefined; friendlyFireOutgoing?: number | undefined; mouseMovement?: number | undefined; stayedInSpawnRounds?: number | undefined; afkRounds: number; commsRatingRecovery: number; damageParticipationOutgoing: number; } | undefined; newPlayerExperienceDetails?: { basicMovement: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; basicGunSkill: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; adaptiveBots: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; adaptiveBotAverageDurationMillisAllAttempts: 0; adaptiveBotAverageDurationMillisFirstAttempt: 0; killDetailsFirstAttempt: null; }; ability: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; bombPlant: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; }; defendBombSite: { idleTimeMillis: 0; objectiveCompleteTimeMillis: 0; success: false; }; settingStatus: { isMouseSensitivityDefault: boolean; isCrosshairDefault: boolean; }; versionString: ""; } | undefined; subject: string; gameName: string; tagLine: string; platformInfo: { platformType: "PC"; platformOS: "Windows"; platformOSVersion: string; platformChipset: "Unknown"; }; teamId: string; partyId: string; characterId: string; stats: { abilityCasts?: { grenadeCasts: number; ability1Casts: number; ability2Casts: number; ultimateCasts: number; } | null | undefined; score: number; roundsPlayed: number; kills: number; deaths: number; assists: number; playtimeMillis: number; } | null; roundDamage: { round: number; receiver: string; damage: number; }[] | null; competitiveTier: number; isObserver: boolean; playerCard: string; playerTitle: string; accountLevel: number; }[]; kills: { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; round: number; }[] | null; bots: unknown[]; coaches: { subject: string; teamId: "Blue" | "Red"; }[]; teams: { teamId: string; roundsPlayed: number; won: boolean; roundsWon: number; numPoints: number; }[] | null; roundResults: { bombPlanter?: string | undefined; bombDefuser?: string | undefined; plantRoundTime?: number | undefined; defuseRoundTime?: number | undefined; roundNum: number; roundResult: "Surrendered" | "Eliminated" | "Bomb detonated" | "Bomb defused" | "Round timer expired"; roundCeremony: "" | "CeremonyDefault" | "CeremonyTeamAce" | "CeremonyFlawless" | "CeremonyCloser" | "CeremonyClutch" | "CeremonyThrifty" | "CeremonyAce"; winningTeam: string; plantPlayerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[] | null; plantLocation: { x: number; y: number; }; plantSite: "" | "A" | "B" | "C"; defusePlayerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[] | null; defuseLocation: { x: number; y: number; }; playerStats: { subject: string; score: number; kills: { gameTime: number; roundTime: number; killer: string; victim: string; victimLocation: { x: number; y: number; }; assistants: string[]; playerLocations: { subject: string; viewRadians: number; location: { x: number; y: number; }; }[]; finishingDamage: { damageType: "" | "Weapon" | "Bomb" | "Ability" | "Fall" | "Melee" | "Invalid"; damageItem: string; isSecondaryFireMode: boolean; }; }[]; damage: { receiver: string; damage: number; legshots: number; bodyshots: number; headshots: number; }[]; ability: { grenadeEffects: null; ability1Effects: null; ability2Effects: null; ultimateEffects: null; }; economy: { loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }; wasAfk: boolean; wasPenalized: boolean; stayedInSpawn: boolean; }[]; roundResultCode: "" | "Surrendered" | "Elimination" | "Detonate" | "Defuse"; playerEconomies: { subject: string; loadoutValue: number; weapon: string; armor: string; remaining: number; spent: number; }[] | null; playerScores: { subject: string; score: number; }[] | null; }[] | null; }>; }; }; competitiveUpdatesEndpoint: { readonly name: "Competitive Updates"; readonly description: "Get recent games and how they changed ranking"; readonly queryName: "MMR_FetchCompetitiveUpdates"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly suffix: "mmr/v1/players/{puuid}/competitiveupdates"; readonly query: Map>; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientPlatform: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Version: import("zod").ZodNumber; Subject: import("zod").ZodString; Matches: import("zod").ZodArray; TierAfterUpdate: import("zod").ZodNumber; TierBeforeUpdate: import("zod").ZodNumber; RankedRatingAfterUpdate: import("zod").ZodNumber; RankedRatingBeforeUpdate: import("zod").ZodNumber; RankedRatingEarned: import("zod").ZodNumber; RankedRatingPerformanceBonus: import("zod").ZodNumber; CompetitiveMovement: import("zod").ZodLiteral<"MOVEMENT_UNKNOWN">; AFKPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; MapID: string; MatchID: string; MatchStartTime: Date; TierAfterUpdate: number; TierBeforeUpdate: number; RankedRatingAfterUpdate: number; RankedRatingBeforeUpdate: number; RankedRatingEarned: number; RankedRatingPerformanceBonus: number; CompetitiveMovement: "MOVEMENT_UNKNOWN"; AFKPenalty: number; }, { SeasonID: string; MapID: string; MatchID: string; MatchStartTime: number; TierAfterUpdate: number; TierBeforeUpdate: number; RankedRatingAfterUpdate: number; RankedRatingBeforeUpdate: number; RankedRatingEarned: number; RankedRatingPerformanceBonus: number; CompetitiveMovement: "MOVEMENT_UNKNOWN"; AFKPenalty: number; }>, "many">; }, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; Matches: { SeasonID: string; MapID: string; MatchID: string; MatchStartTime: Date; TierAfterUpdate: number; TierBeforeUpdate: number; RankedRatingAfterUpdate: number; RankedRatingBeforeUpdate: number; RankedRatingEarned: number; RankedRatingPerformanceBonus: number; CompetitiveMovement: "MOVEMENT_UNKNOWN"; AFKPenalty: number; }[]; }, { Subject: string; Version: number; Matches: { SeasonID: string; MapID: string; MatchID: string; MatchStartTime: number; TierAfterUpdate: number; TierBeforeUpdate: number; RankedRatingAfterUpdate: number; RankedRatingBeforeUpdate: number; RankedRatingEarned: number; RankedRatingPerformanceBonus: number; CompetitiveMovement: "MOVEMENT_UNKNOWN"; AFKPenalty: number; }[]; }>; }; }; leaderboardEndpoint: { readonly name: "Leaderboard"; readonly description: "Get the leaderboard for a given season"; readonly queryName: "MMR_FetchLeaderboard"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly suffix: "mmr/v1/leaderboards/affinity/na/queue/competitive/season/{season id}"; readonly query: Map>; readonly variables: Map; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Deployment: import("zod").ZodString; QueueID: import("zod").ZodString; SeasonID: import("zod").ZodString; Players: import("zod").ZodArray, "many">; totalPlayers: import("zod").ZodNumber; immortalStartingPage: import("zod").ZodNumber; immortalStartingIndex: import("zod").ZodNumber; topTierRRThreshold: import("zod").ZodNumber; tierDetails: import("zod").ZodRecord>; startIndex: import("zod").ZodNumber; query: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { QueueID: string; Players: { PlayerCardID: string; puuid: string; gameName: string; tagLine: string; competitiveTier: number; TitleID: string; IsBanned: boolean; IsAnonymized: boolean; leaderboardRank: number; rankedRating: number; numberOfWins: number; }[]; SeasonID: string; startIndex: number; query: string; Deployment: string; totalPlayers: number; immortalStartingPage: number; immortalStartingIndex: number; topTierRRThreshold: number; tierDetails: Record; }, { QueueID: string; Players: { PlayerCardID: string; puuid: string; gameName: string; tagLine: string; competitiveTier: number; TitleID: string; IsBanned: boolean; IsAnonymized: boolean; leaderboardRank: number; rankedRating: number; numberOfWins: number; }[]; SeasonID: string; startIndex: number; query: string; Deployment: string; totalPlayers: number; immortalStartingPage: number; immortalStartingIndex: number; topTierRRThreshold: number; tierDetails: Record; }>; }; }; penaltiesEndpoint: { readonly name: "Penalties"; readonly description: "Get the matchmaking penalties for the given player"; readonly queryName: "Restrictions_FetchPlayerRestrictionsV3"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly suffix: "restrictions/v3/penalties"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientPlatform: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Subject: import("zod").ZodString; Penalties: import("zod").ZodArray; Version: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; Penalties: unknown[]; }, { Subject: string; Version: number; Penalties: unknown[]; }>; }; }; configEndpoint: { readonly name: "Config"; readonly description: "Get the config for the given player"; readonly queryName: "Config_FetchConfig"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly suffix: "v1/config/{region}"; readonly responses: { readonly '200': import("zod").ZodObject<{ LastApplication: import("zod").ZodEffects; Collapsed: import("zod").ZodObject<{ ARES_MOC_ENTITLEMENT: import("zod").ZodString; 'CLIENT.ICONS.ENABLED': import("zod").ZodEffects; CLIENT_LEADERBOARDS_ENABLED: import("zod").ZodEffects; GAME_ALLOW_CONSOLE: import("zod").ZodEffects; GAME_ALLOW_DEVELOPER_MENU: import("zod").ZodEffects; GAME_DISABLED_DEATHCAM: import("zod").ZodEffects; GAME_DISABLED_SKINS_WEAPONS: import("zod").ZodEffects; GAME_PERFREPORTING_ENABLED: import("zod").ZodEffects; GAME_REMOTE_MOVE_INTERP_ENABLED: import("zod").ZodEffects; GAME_ROAMINGSETTINGS_ENABLED: import("zod").ZodEffects; GAME_ROAMINGSETTINGS_KEY: import("zod").ZodString; GAME_ROAMINGSETTINGS_STORAGEURL: import("zod").ZodString; MAP_PRELOADING_ENABLED: import("zod").ZodEffects; NAMECHECK_PLATFORM_REGION: import("zod").ZodString; NAMECHECK_PLATFORM_URL: import("zod").ZodString; ROSTER_REALM: import("zod").ZodString; SECURITY_WATERMARK_ENABLED: import("zod").ZodEffects; SECURITY_WATERMARK_MAX_OPACITY: import("zod").ZodEffects; SECURITY_WATERMARK_MIN_OPACITY: import("zod").ZodEffects; SECURITY_WATERMARK_TILING_FACTOR: import("zod").ZodEffects; SERVICEURL_ACCOUNT_XP: import("zod").ZodString; SERVICEURL_AGGSTATS: import("zod").ZodString; SERVICEURL_AVS: import("zod").ZodString; SERVICEURL_CONTENT: import("zod").ZodString; SERVICEURL_CONTRACTS: import("zod").ZodString; SERVICEURL_CONTRACT_DEFINITIONS: import("zod").ZodString; SERVICEURL_COREGAME: import("zod").ZodString; SERVICEURL_DAILY_TICKET: import("zod").ZodString; SERVICEURL_FAVORITES: import("zod").ZodString; SERVICEURL_GALBS_QUERY: import("zod").ZodString; SERVICEURL_LATENCY: import("zod").ZodString; SERVICEURL_LOGINQUEUE: import("zod").ZodString; SERVICEURL_MASS_REWARDS: import("zod").ZodString; SERVICEURL_MATCHDETAILS: import("zod").ZodString; SERVICEURL_MATCHHISTORY: import("zod").ZodString; SERVICEURL_MATCHMAKING: import("zod").ZodString; SERVICEURL_MMR: import("zod").ZodString; SERVICEURL_NAME: import("zod").ZodString; SERVICEURL_PARTY: import("zod").ZodString; SERVICEURL_PATCHNOTES: import("zod").ZodString; SERVICEURL_PERSONALIZATION: import("zod").ZodString; SERVICEURL_PLAYERFEEDBACK: import("zod").ZodString; SERVICEURL_PREGAME: import("zod").ZodString; SERVICEURL_PREMIER: import("zod").ZodString; SERVICEURL_PROGRESSION: import("zod").ZodString; SERVICEURL_PURCHASEMERCHANT: import("zod").ZodString; SERVICEURL_REPLAY_CATALOG: import("zod").ZodString; SERVICEURL_RESTRICTIONS: import("zod").ZodString; SERVICEURL_SESSION: import("zod").ZodString; SERVICEURL_STORE: import("zod").ZodString; SERVICEURL_TOURNAMENTS: import("zod").ZodString; SERVICE_TICKER_MESSAGE: import("zod").ZodString; 'SERVICE_TICKER_MESSAGE.de-DE': import("zod").ZodString; 'SERVICE_TICKER_MESSAGE.es-MX': import("zod").ZodString; 'SERVICE_TICKER_MESSAGE.fr-FR': import("zod").ZodString; 'SERVICE_TICKER_MESSAGE.it-IT': import("zod").ZodString; 'SERVICE_TICKER_MESSAGE.pl-PL': import("zod").ZodString; 'SERVICE_TICKER_MESSAGE.pt-BR': import("zod").ZodString; 'SERVICE_TICKER_MESSAGE.ru-RU': import("zod").ZodString; 'SERVICE_TICKER_MESSAGE.tr-TR': import("zod").ZodString; SERVICE_TICKER_SEVERITY: import("zod").ZodString; STORESCREEN_OFFERREFRESH_MAXDELAY_MILLISECONDS: import("zod").ZodEffects; 'avs.enabled': import("zod").ZodEffects; 'cap.location': import("zod").ZodString; 'characterselect.debugwidgets.hide': import("zod").ZodEffects; 'chat.mutedwords.enabled': import("zod").ZodEffects; 'chat.v3.enabled': import("zod").ZodEffects; 'collection.characters.enabled': import("zod").ZodEffects; competitiveSeasonOffsetEndTime: import("zod").ZodEffects; 'config.client.telemetry.samplerate': import("zod").ZodEffects; 'content.filter.enabled': import("zod").ZodEffects; 'content.maps.disabled': import("zod").ZodString; 'eog.wip': import("zod").ZodEffects; 'friends.enabled': import("zod").ZodEffects; 'game.umgchat.enabled': import("zod").ZodEffects; 'homescreen.featuredQueues': import("zod").ZodString; 'homescreen.patchnotes.baseURL': import("zod").ZodString; 'homescreen.promo.enabled': import("zod").ZodEffects; 'homescreen.promo.key': import("zod").ZodString; 'homescreen.webtile.baseURL': import("zod").ZodString; 'loginqueue.region': import("zod").ZodString; 'mainmenubar.collections.enabled': import("zod").ZodEffects; 'mainmenubar.debug.enabled': import("zod").ZodEffects; 'mainmenubar.profile.enabled': import("zod").ZodEffects; 'mainmenubar.progression.enabled': import("zod").ZodEffects; 'mainmenubar.shootingrange.enabled': import("zod").ZodEffects; 'mainmenubar.store.enabled': import("zod").ZodEffects; 'match.details.delay': import("zod").ZodEffects; 'notifications.enabled': import("zod").ZodEffects; 'parties.auto.balance.enabled': import("zod").ZodEffects; 'party.observers.enabled': import("zod").ZodEffects; 'partyinvites.enabled': import("zod").ZodEffects; 'patchavailability.enabled': import("zod").ZodEffects; 'personalization.equipAnyLevel.enabled': import("zod").ZodEffects; 'personalization.useWidePlayerIdentityV2': import("zod").ZodEffects; 'ping.update.interval': import("zod").ZodEffects; 'ping.useGamePodsFromParties': import("zod").ZodEffects; 'platformFaulted.level': import("zod").ZodString; 'playerfeedbacktool.accessurl': import("zod").ZodString; 'playerfeedbacktool.locale': import("zod").ZodString; 'playerfeedbacktool.shard': import("zod").ZodString; 'playerfeedbacktool.show': import("zod").ZodEffects; 'playerfeedbacktool.survey_request_rate_float': import("zod").ZodEffects; 'playscreen.partywidget.enabled': import("zod").ZodEffects; 'playscreen.partywidget.matchmaking.maxsize': import("zod").ZodEffects; 'playscreen.premier.enabled': import("zod").ZodEffects; 'premier.conferences.fetch.enabled': import("zod").ZodEffects; 'premier.leaderboardTab.enabled': import("zod").ZodEffects; 'premier.matchHistoryTab.enabled': import("zod").ZodEffects; 'premier.playscreenflow.enabled': import("zod").ZodEffects; 'premier.rosterEligibilityCheck.enabled': import("zod").ZodEffects; 'premier.seasons.activeseason.enabled': import("zod").ZodEffects; 'premier.seasons.fetch.enabled': import("zod").ZodEffects; 'queue.status.enabled': import("zod").ZodEffects; 'rchat.ingame.enabled': import("zod").ZodEffects; 'reporterfeedback.fetch.enabled': import("zod").ZodEffects; 'reporterfeedback.notifications.enabled': import("zod").ZodEffects; 'restrictions.v2.fetch.enabled': import("zod").ZodEffects; 'restrictions.v2.warnings.enabled': import("zod").ZodEffects; 'riotwarning.fetch.enabled': import("zod").ZodEffects; 'riotwarning.notifications.enabled': import("zod").ZodEffects; 'rnet.useAuthenticatedVoice': import("zod").ZodEffects; 'russia.voice.enabled': import("zod").ZodEffects; 'settings.livediagnostics.allowedplayers': import("zod").ZodEffects; 'shootingtest.enabled': import("zod").ZodEffects; 'skillrating.enabled': import("zod").ZodEffects; 'skillrating.inGame.enabled': import("zod").ZodEffects; 'skillrating.preGame.enabled': import("zod").ZodEffects; 'social.panel.v6.enabled': import("zod").ZodEffects; 'socialviewcontroller.enabled': import("zod").ZodEffects; 'socialviewcontroller.v2.enabled': import("zod").ZodEffects; 'store.isXgpDisabled': import("zod").ZodEffects; 'store.use_currency_inventory_models': import("zod").ZodEffects; 'store.use_platform_bundle_discounted_prices': import("zod").ZodEffects; 'telemetry.rtp.eventendpoint': import("zod").ZodString; 'telemetry.rtp.rfc190scope': import("zod").ZodString; 'temp.voice.allowmuting': import("zod").ZodEffects; 'tournaments.enabled': import("zod").ZodEffects; 'tournaments.pregame.enabled': import("zod").ZodEffects; 'vanguard.accessurl': import("zod").ZodString; 'vanguard.netrequired': import("zod").ZodEffects; 'voice.clutchmute.enabled': import("zod").ZodEffects; 'voice.clutchmute.prompt.enabled': import("zod").ZodEffects; 'voice.provider': import("zod").ZodString; 'whisper.enabled': import("zod").ZodEffects; }, "strip", import("zod").ZodTypeAny, { ARES_MOC_ENTITLEMENT: string; 'CLIENT.ICONS.ENABLED': boolean; CLIENT_LEADERBOARDS_ENABLED: boolean; GAME_ALLOW_CONSOLE: boolean; GAME_ALLOW_DEVELOPER_MENU: boolean; GAME_DISABLED_DEATHCAM: boolean; GAME_DISABLED_SKINS_WEAPONS: string[]; GAME_PERFREPORTING_ENABLED: boolean; GAME_REMOTE_MOVE_INTERP_ENABLED: boolean; GAME_ROAMINGSETTINGS_ENABLED: boolean; GAME_ROAMINGSETTINGS_KEY: string; GAME_ROAMINGSETTINGS_STORAGEURL: string; MAP_PRELOADING_ENABLED: boolean; NAMECHECK_PLATFORM_REGION: string; NAMECHECK_PLATFORM_URL: string; ROSTER_REALM: string; SECURITY_WATERMARK_ENABLED: boolean; SECURITY_WATERMARK_MAX_OPACITY: number; SECURITY_WATERMARK_MIN_OPACITY: number; SECURITY_WATERMARK_TILING_FACTOR: number; SERVICEURL_ACCOUNT_XP: string; SERVICEURL_AGGSTATS: string; SERVICEURL_AVS: string; SERVICEURL_CONTENT: string; SERVICEURL_CONTRACTS: string; SERVICEURL_CONTRACT_DEFINITIONS: string; SERVICEURL_COREGAME: string; SERVICEURL_DAILY_TICKET: string; SERVICEURL_FAVORITES: string; SERVICEURL_GALBS_QUERY: string; SERVICEURL_LATENCY: string; SERVICEURL_LOGINQUEUE: string; SERVICEURL_MASS_REWARDS: string; SERVICEURL_MATCHDETAILS: string; SERVICEURL_MATCHHISTORY: string; SERVICEURL_MATCHMAKING: string; SERVICEURL_MMR: string; SERVICEURL_NAME: string; SERVICEURL_PARTY: string; SERVICEURL_PATCHNOTES: string; SERVICEURL_PERSONALIZATION: string; SERVICEURL_PLAYERFEEDBACK: string; SERVICEURL_PREGAME: string; SERVICEURL_PREMIER: string; SERVICEURL_PROGRESSION: string; SERVICEURL_PURCHASEMERCHANT: string; SERVICEURL_REPLAY_CATALOG: string; SERVICEURL_RESTRICTIONS: string; SERVICEURL_SESSION: string; SERVICEURL_STORE: string; SERVICEURL_TOURNAMENTS: string; SERVICE_TICKER_MESSAGE: string; 'SERVICE_TICKER_MESSAGE.de-DE': string; 'SERVICE_TICKER_MESSAGE.es-MX': string; 'SERVICE_TICKER_MESSAGE.fr-FR': string; 'SERVICE_TICKER_MESSAGE.it-IT': string; 'SERVICE_TICKER_MESSAGE.pl-PL': string; 'SERVICE_TICKER_MESSAGE.pt-BR': string; 'SERVICE_TICKER_MESSAGE.ru-RU': string; 'SERVICE_TICKER_MESSAGE.tr-TR': string; SERVICE_TICKER_SEVERITY: string; STORESCREEN_OFFERREFRESH_MAXDELAY_MILLISECONDS: number; 'avs.enabled': boolean; 'cap.location': string; 'characterselect.debugwidgets.hide': boolean; 'chat.mutedwords.enabled': boolean; 'chat.v3.enabled': boolean; 'collection.characters.enabled': boolean; competitiveSeasonOffsetEndTime: number; 'config.client.telemetry.samplerate': number; 'content.filter.enabled': boolean; 'content.maps.disabled': string; 'eog.wip': boolean; 'friends.enabled': boolean; 'game.umgchat.enabled': boolean; 'homescreen.featuredQueues': string; 'homescreen.patchnotes.baseURL': string; 'homescreen.promo.enabled': boolean; 'homescreen.promo.key': string; 'homescreen.webtile.baseURL': string; 'loginqueue.region': string; 'mainmenubar.collections.enabled': boolean; 'mainmenubar.debug.enabled': boolean; 'mainmenubar.profile.enabled': boolean; 'mainmenubar.progression.enabled': boolean; 'mainmenubar.shootingrange.enabled': boolean; 'mainmenubar.store.enabled': boolean; 'match.details.delay': number; 'notifications.enabled': boolean; 'parties.auto.balance.enabled': boolean; 'party.observers.enabled': boolean; 'partyinvites.enabled': boolean; 'patchavailability.enabled': boolean; 'personalization.equipAnyLevel.enabled': boolean; 'personalization.useWidePlayerIdentityV2': boolean; 'ping.update.interval': number; 'ping.useGamePodsFromParties': boolean; 'platformFaulted.level': string; 'playerfeedbacktool.accessurl': string; 'playerfeedbacktool.locale': string; 'playerfeedbacktool.shard': string; 'playerfeedbacktool.show': boolean; 'playerfeedbacktool.survey_request_rate_float': number; 'playscreen.partywidget.enabled': boolean; 'playscreen.partywidget.matchmaking.maxsize': number; 'playscreen.premier.enabled': boolean; 'premier.conferences.fetch.enabled': boolean; 'premier.leaderboardTab.enabled': boolean; 'premier.matchHistoryTab.enabled': boolean; 'premier.playscreenflow.enabled': boolean; 'premier.rosterEligibilityCheck.enabled': boolean; 'premier.seasons.activeseason.enabled': boolean; 'premier.seasons.fetch.enabled': boolean; 'queue.status.enabled': boolean; 'rchat.ingame.enabled': boolean; 'reporterfeedback.fetch.enabled': boolean; 'reporterfeedback.notifications.enabled': boolean; 'restrictions.v2.fetch.enabled': boolean; 'restrictions.v2.warnings.enabled': boolean; 'riotwarning.fetch.enabled': boolean; 'riotwarning.notifications.enabled': boolean; 'rnet.useAuthenticatedVoice': boolean; 'russia.voice.enabled': boolean; 'settings.livediagnostics.allowedplayers': string[]; 'shootingtest.enabled': boolean; 'skillrating.enabled': boolean; 'skillrating.inGame.enabled': boolean; 'skillrating.preGame.enabled': boolean; 'social.panel.v6.enabled': boolean; 'socialviewcontroller.enabled': boolean; 'socialviewcontroller.v2.enabled': boolean; 'store.isXgpDisabled': boolean; 'store.use_currency_inventory_models': boolean; 'store.use_platform_bundle_discounted_prices': boolean; 'telemetry.rtp.eventendpoint': string; 'telemetry.rtp.rfc190scope': string; 'temp.voice.allowmuting': boolean; 'tournaments.enabled': boolean; 'tournaments.pregame.enabled': boolean; 'vanguard.accessurl': string; 'vanguard.netrequired': boolean; 'voice.clutchmute.enabled': boolean; 'voice.clutchmute.prompt.enabled': boolean; 'voice.provider': string; 'whisper.enabled': boolean; }, { ARES_MOC_ENTITLEMENT: string; 'CLIENT.ICONS.ENABLED': string; CLIENT_LEADERBOARDS_ENABLED: string; GAME_ALLOW_CONSOLE: string; GAME_ALLOW_DEVELOPER_MENU: string; GAME_DISABLED_DEATHCAM: string; GAME_DISABLED_SKINS_WEAPONS: string; GAME_PERFREPORTING_ENABLED: string; GAME_REMOTE_MOVE_INTERP_ENABLED: string; GAME_ROAMINGSETTINGS_ENABLED: string; GAME_ROAMINGSETTINGS_KEY: string; GAME_ROAMINGSETTINGS_STORAGEURL: string; MAP_PRELOADING_ENABLED: string; NAMECHECK_PLATFORM_REGION: string; NAMECHECK_PLATFORM_URL: string; ROSTER_REALM: string; SECURITY_WATERMARK_ENABLED: string; SECURITY_WATERMARK_MAX_OPACITY: string; SECURITY_WATERMARK_MIN_OPACITY: string; SECURITY_WATERMARK_TILING_FACTOR: string; SERVICEURL_ACCOUNT_XP: string; SERVICEURL_AGGSTATS: string; SERVICEURL_AVS: string; SERVICEURL_CONTENT: string; SERVICEURL_CONTRACTS: string; SERVICEURL_CONTRACT_DEFINITIONS: string; SERVICEURL_COREGAME: string; SERVICEURL_DAILY_TICKET: string; SERVICEURL_FAVORITES: string; SERVICEURL_GALBS_QUERY: string; SERVICEURL_LATENCY: string; SERVICEURL_LOGINQUEUE: string; SERVICEURL_MASS_REWARDS: string; SERVICEURL_MATCHDETAILS: string; SERVICEURL_MATCHHISTORY: string; SERVICEURL_MATCHMAKING: string; SERVICEURL_MMR: string; SERVICEURL_NAME: string; SERVICEURL_PARTY: string; SERVICEURL_PATCHNOTES: string; SERVICEURL_PERSONALIZATION: string; SERVICEURL_PLAYERFEEDBACK: string; SERVICEURL_PREGAME: string; SERVICEURL_PREMIER: string; SERVICEURL_PROGRESSION: string; SERVICEURL_PURCHASEMERCHANT: string; SERVICEURL_REPLAY_CATALOG: string; SERVICEURL_RESTRICTIONS: string; SERVICEURL_SESSION: string; SERVICEURL_STORE: string; SERVICEURL_TOURNAMENTS: string; SERVICE_TICKER_MESSAGE: string; 'SERVICE_TICKER_MESSAGE.de-DE': string; 'SERVICE_TICKER_MESSAGE.es-MX': string; 'SERVICE_TICKER_MESSAGE.fr-FR': string; 'SERVICE_TICKER_MESSAGE.it-IT': string; 'SERVICE_TICKER_MESSAGE.pl-PL': string; 'SERVICE_TICKER_MESSAGE.pt-BR': string; 'SERVICE_TICKER_MESSAGE.ru-RU': string; 'SERVICE_TICKER_MESSAGE.tr-TR': string; SERVICE_TICKER_SEVERITY: string; STORESCREEN_OFFERREFRESH_MAXDELAY_MILLISECONDS: string; 'avs.enabled': string; 'cap.location': string; 'characterselect.debugwidgets.hide': string; 'chat.mutedwords.enabled': string; 'chat.v3.enabled': string; 'collection.characters.enabled': string; competitiveSeasonOffsetEndTime: string; 'config.client.telemetry.samplerate': string; 'content.filter.enabled': string; 'content.maps.disabled': string; 'eog.wip': string; 'friends.enabled': string; 'game.umgchat.enabled': string; 'homescreen.featuredQueues': string; 'homescreen.patchnotes.baseURL': string; 'homescreen.promo.enabled': string; 'homescreen.promo.key': string; 'homescreen.webtile.baseURL': string; 'loginqueue.region': string; 'mainmenubar.collections.enabled': string; 'mainmenubar.debug.enabled': string; 'mainmenubar.profile.enabled': string; 'mainmenubar.progression.enabled': string; 'mainmenubar.shootingrange.enabled': string; 'mainmenubar.store.enabled': string; 'match.details.delay': string; 'notifications.enabled': string; 'parties.auto.balance.enabled': string; 'party.observers.enabled': string; 'partyinvites.enabled': string; 'patchavailability.enabled': string; 'personalization.equipAnyLevel.enabled': string; 'personalization.useWidePlayerIdentityV2': string; 'ping.update.interval': string; 'ping.useGamePodsFromParties': string; 'platformFaulted.level': string; 'playerfeedbacktool.accessurl': string; 'playerfeedbacktool.locale': string; 'playerfeedbacktool.shard': string; 'playerfeedbacktool.show': string; 'playerfeedbacktool.survey_request_rate_float': string; 'playscreen.partywidget.enabled': string; 'playscreen.partywidget.matchmaking.maxsize': string; 'playscreen.premier.enabled': string; 'premier.conferences.fetch.enabled': string; 'premier.leaderboardTab.enabled': string; 'premier.matchHistoryTab.enabled': string; 'premier.playscreenflow.enabled': string; 'premier.rosterEligibilityCheck.enabled': string; 'premier.seasons.activeseason.enabled': string; 'premier.seasons.fetch.enabled': string; 'queue.status.enabled': string; 'rchat.ingame.enabled': string; 'reporterfeedback.fetch.enabled': string; 'reporterfeedback.notifications.enabled': string; 'restrictions.v2.fetch.enabled': string; 'restrictions.v2.warnings.enabled': string; 'riotwarning.fetch.enabled': string; 'riotwarning.notifications.enabled': string; 'rnet.useAuthenticatedVoice': string; 'russia.voice.enabled': string; 'settings.livediagnostics.allowedplayers': string; 'shootingtest.enabled': string; 'skillrating.enabled': string; 'skillrating.inGame.enabled': string; 'skillrating.preGame.enabled': string; 'social.panel.v6.enabled': string; 'socialviewcontroller.enabled': string; 'socialviewcontroller.v2.enabled': string; 'store.isXgpDisabled': string; 'store.use_currency_inventory_models': string; 'store.use_platform_bundle_discounted_prices': string; 'telemetry.rtp.eventendpoint': string; 'telemetry.rtp.rfc190scope': string; 'temp.voice.allowmuting': string; 'tournaments.enabled': string; 'tournaments.pregame.enabled': string; 'vanguard.accessurl': string; 'vanguard.netrequired': string; 'voice.clutchmute.enabled': string; 'voice.clutchmute.prompt.enabled': string; 'voice.provider': string; 'whisper.enabled': string; }>; }, "strip", import("zod").ZodTypeAny, { LastApplication: Date; Collapsed: { ARES_MOC_ENTITLEMENT: string; 'CLIENT.ICONS.ENABLED': boolean; CLIENT_LEADERBOARDS_ENABLED: boolean; GAME_ALLOW_CONSOLE: boolean; GAME_ALLOW_DEVELOPER_MENU: boolean; GAME_DISABLED_DEATHCAM: boolean; GAME_DISABLED_SKINS_WEAPONS: string[]; GAME_PERFREPORTING_ENABLED: boolean; GAME_REMOTE_MOVE_INTERP_ENABLED: boolean; GAME_ROAMINGSETTINGS_ENABLED: boolean; GAME_ROAMINGSETTINGS_KEY: string; GAME_ROAMINGSETTINGS_STORAGEURL: string; MAP_PRELOADING_ENABLED: boolean; NAMECHECK_PLATFORM_REGION: string; NAMECHECK_PLATFORM_URL: string; ROSTER_REALM: string; SECURITY_WATERMARK_ENABLED: boolean; SECURITY_WATERMARK_MAX_OPACITY: number; SECURITY_WATERMARK_MIN_OPACITY: number; SECURITY_WATERMARK_TILING_FACTOR: number; SERVICEURL_ACCOUNT_XP: string; SERVICEURL_AGGSTATS: string; SERVICEURL_AVS: string; SERVICEURL_CONTENT: string; SERVICEURL_CONTRACTS: string; SERVICEURL_CONTRACT_DEFINITIONS: string; SERVICEURL_COREGAME: string; SERVICEURL_DAILY_TICKET: string; SERVICEURL_FAVORITES: string; SERVICEURL_GALBS_QUERY: string; SERVICEURL_LATENCY: string; SERVICEURL_LOGINQUEUE: string; SERVICEURL_MASS_REWARDS: string; SERVICEURL_MATCHDETAILS: string; SERVICEURL_MATCHHISTORY: string; SERVICEURL_MATCHMAKING: string; SERVICEURL_MMR: string; SERVICEURL_NAME: string; SERVICEURL_PARTY: string; SERVICEURL_PATCHNOTES: string; SERVICEURL_PERSONALIZATION: string; SERVICEURL_PLAYERFEEDBACK: string; SERVICEURL_PREGAME: string; SERVICEURL_PREMIER: string; SERVICEURL_PROGRESSION: string; SERVICEURL_PURCHASEMERCHANT: string; SERVICEURL_REPLAY_CATALOG: string; SERVICEURL_RESTRICTIONS: string; SERVICEURL_SESSION: string; SERVICEURL_STORE: string; SERVICEURL_TOURNAMENTS: string; SERVICE_TICKER_MESSAGE: string; 'SERVICE_TICKER_MESSAGE.de-DE': string; 'SERVICE_TICKER_MESSAGE.es-MX': string; 'SERVICE_TICKER_MESSAGE.fr-FR': string; 'SERVICE_TICKER_MESSAGE.it-IT': string; 'SERVICE_TICKER_MESSAGE.pl-PL': string; 'SERVICE_TICKER_MESSAGE.pt-BR': string; 'SERVICE_TICKER_MESSAGE.ru-RU': string; 'SERVICE_TICKER_MESSAGE.tr-TR': string; SERVICE_TICKER_SEVERITY: string; STORESCREEN_OFFERREFRESH_MAXDELAY_MILLISECONDS: number; 'avs.enabled': boolean; 'cap.location': string; 'characterselect.debugwidgets.hide': boolean; 'chat.mutedwords.enabled': boolean; 'chat.v3.enabled': boolean; 'collection.characters.enabled': boolean; competitiveSeasonOffsetEndTime: number; 'config.client.telemetry.samplerate': number; 'content.filter.enabled': boolean; 'content.maps.disabled': string; 'eog.wip': boolean; 'friends.enabled': boolean; 'game.umgchat.enabled': boolean; 'homescreen.featuredQueues': string; 'homescreen.patchnotes.baseURL': string; 'homescreen.promo.enabled': boolean; 'homescreen.promo.key': string; 'homescreen.webtile.baseURL': string; 'loginqueue.region': string; 'mainmenubar.collections.enabled': boolean; 'mainmenubar.debug.enabled': boolean; 'mainmenubar.profile.enabled': boolean; 'mainmenubar.progression.enabled': boolean; 'mainmenubar.shootingrange.enabled': boolean; 'mainmenubar.store.enabled': boolean; 'match.details.delay': number; 'notifications.enabled': boolean; 'parties.auto.balance.enabled': boolean; 'party.observers.enabled': boolean; 'partyinvites.enabled': boolean; 'patchavailability.enabled': boolean; 'personalization.equipAnyLevel.enabled': boolean; 'personalization.useWidePlayerIdentityV2': boolean; 'ping.update.interval': number; 'ping.useGamePodsFromParties': boolean; 'platformFaulted.level': string; 'playerfeedbacktool.accessurl': string; 'playerfeedbacktool.locale': string; 'playerfeedbacktool.shard': string; 'playerfeedbacktool.show': boolean; 'playerfeedbacktool.survey_request_rate_float': number; 'playscreen.partywidget.enabled': boolean; 'playscreen.partywidget.matchmaking.maxsize': number; 'playscreen.premier.enabled': boolean; 'premier.conferences.fetch.enabled': boolean; 'premier.leaderboardTab.enabled': boolean; 'premier.matchHistoryTab.enabled': boolean; 'premier.playscreenflow.enabled': boolean; 'premier.rosterEligibilityCheck.enabled': boolean; 'premier.seasons.activeseason.enabled': boolean; 'premier.seasons.fetch.enabled': boolean; 'queue.status.enabled': boolean; 'rchat.ingame.enabled': boolean; 'reporterfeedback.fetch.enabled': boolean; 'reporterfeedback.notifications.enabled': boolean; 'restrictions.v2.fetch.enabled': boolean; 'restrictions.v2.warnings.enabled': boolean; 'riotwarning.fetch.enabled': boolean; 'riotwarning.notifications.enabled': boolean; 'rnet.useAuthenticatedVoice': boolean; 'russia.voice.enabled': boolean; 'settings.livediagnostics.allowedplayers': string[]; 'shootingtest.enabled': boolean; 'skillrating.enabled': boolean; 'skillrating.inGame.enabled': boolean; 'skillrating.preGame.enabled': boolean; 'social.panel.v6.enabled': boolean; 'socialviewcontroller.enabled': boolean; 'socialviewcontroller.v2.enabled': boolean; 'store.isXgpDisabled': boolean; 'store.use_currency_inventory_models': boolean; 'store.use_platform_bundle_discounted_prices': boolean; 'telemetry.rtp.eventendpoint': string; 'telemetry.rtp.rfc190scope': string; 'temp.voice.allowmuting': boolean; 'tournaments.enabled': boolean; 'tournaments.pregame.enabled': boolean; 'vanguard.accessurl': string; 'vanguard.netrequired': boolean; 'voice.clutchmute.enabled': boolean; 'voice.clutchmute.prompt.enabled': boolean; 'voice.provider': string; 'whisper.enabled': boolean; }; }, { LastApplication: string; Collapsed: { ARES_MOC_ENTITLEMENT: string; 'CLIENT.ICONS.ENABLED': string; CLIENT_LEADERBOARDS_ENABLED: string; GAME_ALLOW_CONSOLE: string; GAME_ALLOW_DEVELOPER_MENU: string; GAME_DISABLED_DEATHCAM: string; GAME_DISABLED_SKINS_WEAPONS: string; GAME_PERFREPORTING_ENABLED: string; GAME_REMOTE_MOVE_INTERP_ENABLED: string; GAME_ROAMINGSETTINGS_ENABLED: string; GAME_ROAMINGSETTINGS_KEY: string; GAME_ROAMINGSETTINGS_STORAGEURL: string; MAP_PRELOADING_ENABLED: string; NAMECHECK_PLATFORM_REGION: string; NAMECHECK_PLATFORM_URL: string; ROSTER_REALM: string; SECURITY_WATERMARK_ENABLED: string; SECURITY_WATERMARK_MAX_OPACITY: string; SECURITY_WATERMARK_MIN_OPACITY: string; SECURITY_WATERMARK_TILING_FACTOR: string; SERVICEURL_ACCOUNT_XP: string; SERVICEURL_AGGSTATS: string; SERVICEURL_AVS: string; SERVICEURL_CONTENT: string; SERVICEURL_CONTRACTS: string; SERVICEURL_CONTRACT_DEFINITIONS: string; SERVICEURL_COREGAME: string; SERVICEURL_DAILY_TICKET: string; SERVICEURL_FAVORITES: string; SERVICEURL_GALBS_QUERY: string; SERVICEURL_LATENCY: string; SERVICEURL_LOGINQUEUE: string; SERVICEURL_MASS_REWARDS: string; SERVICEURL_MATCHDETAILS: string; SERVICEURL_MATCHHISTORY: string; SERVICEURL_MATCHMAKING: string; SERVICEURL_MMR: string; SERVICEURL_NAME: string; SERVICEURL_PARTY: string; SERVICEURL_PATCHNOTES: string; SERVICEURL_PERSONALIZATION: string; SERVICEURL_PLAYERFEEDBACK: string; SERVICEURL_PREGAME: string; SERVICEURL_PREMIER: string; SERVICEURL_PROGRESSION: string; SERVICEURL_PURCHASEMERCHANT: string; SERVICEURL_REPLAY_CATALOG: string; SERVICEURL_RESTRICTIONS: string; SERVICEURL_SESSION: string; SERVICEURL_STORE: string; SERVICEURL_TOURNAMENTS: string; SERVICE_TICKER_MESSAGE: string; 'SERVICE_TICKER_MESSAGE.de-DE': string; 'SERVICE_TICKER_MESSAGE.es-MX': string; 'SERVICE_TICKER_MESSAGE.fr-FR': string; 'SERVICE_TICKER_MESSAGE.it-IT': string; 'SERVICE_TICKER_MESSAGE.pl-PL': string; 'SERVICE_TICKER_MESSAGE.pt-BR': string; 'SERVICE_TICKER_MESSAGE.ru-RU': string; 'SERVICE_TICKER_MESSAGE.tr-TR': string; SERVICE_TICKER_SEVERITY: string; STORESCREEN_OFFERREFRESH_MAXDELAY_MILLISECONDS: string; 'avs.enabled': string; 'cap.location': string; 'characterselect.debugwidgets.hide': string; 'chat.mutedwords.enabled': string; 'chat.v3.enabled': string; 'collection.characters.enabled': string; competitiveSeasonOffsetEndTime: string; 'config.client.telemetry.samplerate': string; 'content.filter.enabled': string; 'content.maps.disabled': string; 'eog.wip': string; 'friends.enabled': string; 'game.umgchat.enabled': string; 'homescreen.featuredQueues': string; 'homescreen.patchnotes.baseURL': string; 'homescreen.promo.enabled': string; 'homescreen.promo.key': string; 'homescreen.webtile.baseURL': string; 'loginqueue.region': string; 'mainmenubar.collections.enabled': string; 'mainmenubar.debug.enabled': string; 'mainmenubar.profile.enabled': string; 'mainmenubar.progression.enabled': string; 'mainmenubar.shootingrange.enabled': string; 'mainmenubar.store.enabled': string; 'match.details.delay': string; 'notifications.enabled': string; 'parties.auto.balance.enabled': string; 'party.observers.enabled': string; 'partyinvites.enabled': string; 'patchavailability.enabled': string; 'personalization.equipAnyLevel.enabled': string; 'personalization.useWidePlayerIdentityV2': string; 'ping.update.interval': string; 'ping.useGamePodsFromParties': string; 'platformFaulted.level': string; 'playerfeedbacktool.accessurl': string; 'playerfeedbacktool.locale': string; 'playerfeedbacktool.shard': string; 'playerfeedbacktool.show': string; 'playerfeedbacktool.survey_request_rate_float': string; 'playscreen.partywidget.enabled': string; 'playscreen.partywidget.matchmaking.maxsize': string; 'playscreen.premier.enabled': string; 'premier.conferences.fetch.enabled': string; 'premier.leaderboardTab.enabled': string; 'premier.matchHistoryTab.enabled': string; 'premier.playscreenflow.enabled': string; 'premier.rosterEligibilityCheck.enabled': string; 'premier.seasons.activeseason.enabled': string; 'premier.seasons.fetch.enabled': string; 'queue.status.enabled': string; 'rchat.ingame.enabled': string; 'reporterfeedback.fetch.enabled': string; 'reporterfeedback.notifications.enabled': string; 'restrictions.v2.fetch.enabled': string; 'restrictions.v2.warnings.enabled': string; 'riotwarning.fetch.enabled': string; 'riotwarning.notifications.enabled': string; 'rnet.useAuthenticatedVoice': string; 'russia.voice.enabled': string; 'settings.livediagnostics.allowedplayers': string; 'shootingtest.enabled': string; 'skillrating.enabled': string; 'skillrating.inGame.enabled': string; 'skillrating.preGame.enabled': string; 'social.panel.v6.enabled': string; 'socialviewcontroller.enabled': string; 'socialviewcontroller.v2.enabled': string; 'store.isXgpDisabled': string; 'store.use_currency_inventory_models': string; 'store.use_platform_bundle_discounted_prices': string; 'telemetry.rtp.eventendpoint': string; 'telemetry.rtp.rfc190scope': string; 'temp.voice.allowmuting': string; 'tournaments.enabled': string; 'tournaments.pregame.enabled': string; 'vanguard.accessurl': string; 'vanguard.netrequired': string; 'voice.clutchmute.enabled': string; 'voice.clutchmute.prompt.enabled': string; 'voice.provider': string; 'whisper.enabled': string; }; }>; }; }; nameServiceEndpoint: { readonly name: "Name Service"; readonly description: "Get a player's name and tagline by their PUUID. Supports retrieving multiple players in one request."; readonly queryName: "NameService_GetPlayerInfo"; readonly category: "PVP Endpoints"; readonly type: "pd"; readonly method: "PUT"; readonly suffix: "name-service/v2/players"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodArray, "many">; }; readonly body: import("zod").ZodArray; }; partyEndpoint: { readonly name: "Party"; readonly description: "Get the party information for the given party ID"; readonly queryName: "Party_FetchParty"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly suffix: "parties/v1/parties/{party id}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; partyPlayerEndpoint: { readonly name: "Party Player"; readonly description: "Get the party information for the given player"; readonly queryName: "Party_FetchPlayer"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly suffix: "parties/v1/players/{puuid}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Subject: import("zod").ZodString; Version: import("zod").ZodNumber; CurrentPartyID: import("zod").ZodString; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; CreatedAt: import("zod").ZodEffects; RefreshedAt: import("zod").ZodEffects; ExpiresIn: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { ID: string; PartyID: string; RequestedBySubject: string; Subjects: string[]; CreatedAt: Date; RefreshedAt: Date; ExpiresIn: number; }, { ID: string; PartyID: string; RequestedBySubject: string; Subjects: string[]; CreatedAt: string; RefreshedAt: string; ExpiresIn: number; }>, "many">; PlatformInfo: import("zod").ZodObject<{ platformType: import("zod").ZodLiteral<"PC">; platformOS: import("zod").ZodLiteral<"Windows">; platformOSVersion: import("zod").ZodString; platformChipset: import("zod").ZodLiteral<"Unknown">; }, "strip", import("zod").ZodTypeAny, { platformType: "PC"; platformOS: "Windows"; platformOSVersion: string; platformChipset: "Unknown"; }, { platformType: "PC"; platformOS: "Windows"; platformOSVersion: string; platformChipset: "Unknown"; }>; }, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; Invites: null; Requests: { ID: string; PartyID: string; RequestedBySubject: string; Subjects: string[]; CreatedAt: Date; RefreshedAt: Date; ExpiresIn: number; }[]; CurrentPartyID: string; PlatformInfo: { platformType: "PC"; platformOS: "Windows"; platformOSVersion: string; platformChipset: "Unknown"; }; }, { Subject: string; Version: number; Invites: null; Requests: { ID: string; PartyID: string; RequestedBySubject: string; Subjects: string[]; CreatedAt: string; RefreshedAt: string; ExpiresIn: number; }[]; CurrentPartyID: string; PlatformInfo: { platformType: "PC"; platformOS: "Windows"; platformOSVersion: string; platformChipset: "Unknown"; }; }>; }; }; partyRemovePlayerEndpoint: { readonly name: "Party Remove Player"; readonly description: "Remove a player from the current party"; readonly queryName: "Party_RemovePlayer"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly suffix: "parties/v1/players/{puuid}"; readonly method: "DELETE"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '204': import("zod").ZodUndefined; }; }; partySetMemberReadyEndpoint: { readonly name: "Party Set Member Ready"; readonly description: "Set the ready status of a player in the current party"; readonly queryName: "Party_SetMemberReady"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly suffix: "parties/v1/parties/{party id}/members/{puuid}/setReady"; readonly method: "POST"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly body: import("zod").ZodObject<{ ready: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { ready: boolean; }, { ready: boolean; }>; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; refreshCompetitiveTierEndpoint: { readonly name: "Refresh Competitive Tier"; readonly description: "Refresh the competitive tier of the specified player"; readonly queryName: "Party_RefreshCompetitiveTier"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/members/{puuid}/refreshCompetitiveTier"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; refreshPlayerIdentityEndpoint: { readonly name: "Refresh Player Identity"; readonly description: "Refresh the identity of the specified player"; readonly queryName: "Party_RefreshPlayerIdentity"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/members/{puuid}/refreshPlayerIdentity"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; refreshPingsEndpoint: { readonly name: "Refresh Pings"; readonly description: "Refresh the pings of the specified player"; readonly queryName: "Party_RefreshPings"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/members/{puuid}/refreshPings"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; changeQueueEndpoint: { readonly name: "Change Queue"; readonly description: "Change the queue for the party"; readonly queryName: "Party_ChangeQueue"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/queue"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly body: import("zod").ZodObject<{ queueId: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { queueId: string; }, { queueId: string; }>; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; startCustomGameEndpoint: { readonly name: "Start Custom Game"; readonly description: "Start a custom game"; readonly queryName: "Party_StartCustomGame"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/startcustomgame"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; enterMatchmakingQueueEndpoint: { readonly name: "Enter Matchmaking Queue"; readonly description: "Enter the matchmaking queue for the party"; readonly queryName: "Party_EnterMatchmakingQueue"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/matchmaking/join"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; leaveMatchmakingQueueEndpoint: { readonly name: "Leave Matchmaking Queue"; readonly description: "Leave the matchmaking queue for the party"; readonly queryName: "Party_LeaveMatchmakingQueue"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/matchmaking/leave"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; setPartyAccessibilityEndpoint: { readonly name: "Set Party Accessibility"; readonly description: "Set the accessibility of the party"; readonly queryName: "Party_SetAccessibility"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/accessibility"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly body: import("zod").ZodObject<{ accessibility: import("zod").ZodEnum<["OPEN", "CLOSED"]>; }, "strip", import("zod").ZodTypeAny, { accessibility: "OPEN" | "CLOSED"; }, { accessibility: "OPEN" | "CLOSED"; }>; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; setCustomGameSettingsEndpoint: { readonly name: "Set Custom Game Settings"; readonly description: "Changes the settings for a custom game"; readonly queryName: "Party_SetCustomGameSettings"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/customgamesettings"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientVersion: true; }; readonly body: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodObject<{ AllowGameModifiers: import("zod").ZodEnum<["true", "false"]>; PlayOutAllRounds: import("zod").ZodEnum<["true", "false"]>; SkipMatchHistory: import("zod").ZodEnum<["true", "false"]>; TournamentMode: import("zod").ZodEnum<["true", "false"]>; IsOvertimeWinByTwo: import("zod").ZodEnum<["true", "false"]>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers: "true" | "false"; IsOvertimeWinByTwo: "true" | "false"; PlayOutAllRounds: "true" | "false"; SkipMatchHistory: "true" | "false"; TournamentMode: "true" | "false"; }, { AllowGameModifiers: "true" | "false"; IsOvertimeWinByTwo: "true" | "false"; PlayOutAllRounds: "true" | "false"; SkipMatchHistory: "true" | "false"; TournamentMode: "true" | "false"; }>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers: "true" | "false"; IsOvertimeWinByTwo: "true" | "false"; PlayOutAllRounds: "true" | "false"; SkipMatchHistory: "true" | "false"; TournamentMode: "true" | "false"; }; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers: "true" | "false"; IsOvertimeWinByTwo: "true" | "false"; PlayOutAllRounds: "true" | "false"; SkipMatchHistory: "true" | "false"; TournamentMode: "true" | "false"; }; }>; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; partyInviteEndpoint: { readonly name: "Party Invite"; readonly description: "Invite a player to the party by name and tagline"; readonly queryName: "Party_InviteToPartyByDisplayName"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/invites/name/{name}/tag/{tagline}"; readonly variables: Map; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; partyRequestEndpoint: { readonly name: "Party Request"; readonly description: "Requests to join the specified party ID"; readonly queryName: "Party_RequestToJoinParty"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/request"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodUnknown; }; }; partyDeclineEndpoint: { readonly name: "Party Decline"; readonly description: "Decline a party invite request"; readonly queryName: "Party_DeclineRequest"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "parties/v1/parties/{party id}/request/{request id}/decline"; readonly variables: Map; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; MUCName: import("zod").ZodString; VoiceRoomID: import("zod").ZodString; Version: import("zod").ZodNumber; ClientVersion: import("zod").ZodString; Members: import("zod").ZodArray]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodNull; IsOwner: import("zod").ZodOptional; QueueEligibleRemainingAccountLevels: import("zod").ZodNumber; Pings: import("zod").ZodArray, "many">; IsReady: import("zod").ZodBoolean; IsModerator: import("zod").ZodBoolean; UseBroadcastHUD: import("zod").ZodBoolean; PlatformType: import("zod").ZodLiteral<"PC">; }, "strip", import("zod").ZodTypeAny, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }, { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }>, "many">; State: import("zod").ZodString; PreviousState: import("zod").ZodString; StateTransitionReason: import("zod").ZodString; Accessibility: import("zod").ZodUnion<[import("zod").ZodLiteral<"OPEN">, import("zod").ZodLiteral<"CLOSED">]>; CustomGameData: import("zod").ZodObject<{ Settings: import("zod").ZodObject<{ Map: import("zod").ZodString; Mode: import("zod").ZodString; UseBots: import("zod").ZodBoolean; GamePod: import("zod").ZodString; GameRules: import("zod").ZodNullable>; IsOvertimeWinByTwo: import("zod").ZodOptional>; PlayOutAllRounds: import("zod").ZodOptional>; SkipMatchHistory: import("zod").ZodOptional>; TournamentMode: import("zod").ZodOptional>; }, "strip", import("zod").ZodTypeAny, { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; }, { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; }>>; }, "strip", import("zod").ZodTypeAny, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }, { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }>; Membership: import("zod").ZodObject<{ teamOne: import("zod").ZodNullable, "many">>; teamTwo: import("zod").ZodNullable, "many">>; teamSpectate: import("zod").ZodNullable, "many">>; teamOneCoaches: import("zod").ZodNullable, "many">>; teamTwoCoaches: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }, { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }>; MaxPartySize: import("zod").ZodNumber; AutobalanceEnabled: import("zod").ZodBoolean; AutobalanceMinPlayers: import("zod").ZodNumber; HasRecoveryData: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }, { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }>; MatchmakingData: import("zod").ZodObject<{ QueueID: import("zod").ZodString; PreferredGamePods: import("zod").ZodArray; SkillDisparityRRPenalty: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }, { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }>; Invites: import("zod").ZodNull; Requests: import("zod").ZodArray; QueueEntryTime: import("zod").ZodEffects; ErrorNotification: import("zod").ZodObject<{ ErrorType: import("zod").ZodString; ErroredPlayers: import("zod").ZodNullable, "many">>; }, "strip", import("zod").ZodTypeAny, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }, { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }>; RestrictedSeconds: import("zod").ZodNumber; EligibleQueues: import("zod").ZodArray; QueueIneligibilities: import("zod").ZodArray; CheatData: import("zod").ZodObject<{ GamePodOverride: import("zod").ZodString; ForcePostGameProcessing: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { GamePodOverride: string; ForcePostGameProcessing: boolean; }, { GamePodOverride: string; ForcePostGameProcessing: boolean; }>; XPBonuses: import("zod").ZodArray; InviteCode: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: boolean | undefined; IsOvertimeWinByTwo?: boolean | undefined; PlayOutAllRounds?: boolean | undefined; SkipMatchHistory?: boolean | undefined; TournamentMode?: boolean | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: Date; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }, { ID: string; MUCName: string; VoiceRoomID: string; Version: number; ClientVersion: string; Members: { IsOwner?: boolean | undefined; Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: null; QueueEligibleRemainingAccountLevels: number; Pings: { Ping: number; GamePodID: string; }[]; IsReady: boolean; IsModerator: boolean; UseBroadcastHUD: boolean; PlatformType: "PC"; }[]; State: string; PreviousState: string; StateTransitionReason: string; Accessibility: "OPEN" | "CLOSED"; CustomGameData: { Settings: { Map: string; Mode: string; UseBots: boolean; GamePod: string; GameRules: { AllowGameModifiers?: string | undefined; IsOvertimeWinByTwo?: string | undefined; PlayOutAllRounds?: string | undefined; SkipMatchHistory?: string | undefined; TournamentMode?: string | undefined; } | null; }; Membership: { teamOne: { Subject: string; }[] | null; teamTwo: { Subject: string; }[] | null; teamSpectate: { Subject: string; }[] | null; teamOneCoaches: { Subject: string; }[] | null; teamTwoCoaches: { Subject: string; }[] | null; }; MaxPartySize: number; AutobalanceEnabled: boolean; AutobalanceMinPlayers: number; HasRecoveryData: boolean; }; MatchmakingData: { QueueID: string; PreferredGamePods: string[]; SkillDisparityRRPenalty: number; }; Invites: null; Requests: unknown[]; QueueEntryTime: string; ErrorNotification: { ErrorType: string; ErroredPlayers: { Subject: string; }[] | null; }; RestrictedSeconds: number; EligibleQueues: string[]; QueueIneligibilities: string[]; CheatData: { GamePodOverride: string; ForcePostGameProcessing: boolean; }; XPBonuses: unknown[]; InviteCode: string; }>; }; }; customGameConfigsEndpoint: { readonly name: "Custom Game Configs"; readonly description: "Get information about the available gamemodes, maps, queues, and gamepods"; readonly queryName: "Party_FetchCustomGameConfigs"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly suffix: "parties/v1/parties/customgameconfigs"; readonly riotRequirements: { readonly clientPlatform: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Enabled: import("zod").ZodBoolean; EnabledMaps: import("zod").ZodArray; EnabledModes: import("zod").ZodArray; Queues: import("zod").ZodArray; MaxPartySizeHighSkill: import("zod").ZodNumber; HighSkillTier: import("zod").ZodNumber; MaxSkillTier: import("zod").ZodNumber; AllowFullPartyBypassSkillRestrictions: import("zod").ZodBoolean; Mode: import("zod").ZodString; IsRanked: import("zod").ZodBoolean; IsTournament: import("zod").ZodBoolean; RequireRoster: import("zod").ZodBoolean; Priority: import("zod").ZodNumber; PartyMaxCompetitiveTierRange: import("zod").ZodNumber; PartyMaxCompetitiveTierRangePlacementBuffer: import("zod").ZodNumber; FullPartyMaxCompetitiveTierRange: import("zod").ZodNumber; PartySkillDisparityCompetitiveTiersCeilings: import("zod").ZodRecord; UseAccountLevelRequirement: import("zod").ZodBoolean; MinimumAccountLevelRequired: import("zod").ZodNumber; GameRules: import("zod").ZodRecord>; SupportedPlatformTypes: import("zod").ZodArray, "many">; DisabledContent: import("zod").ZodArray; queueFieldA: import("zod").ZodArray; NextScheduleChangeSeconds: import("zod").ZodNumber; TimeUntilNextScheduleChangeSeconds: import("zod").ZodNumber; MapWeights: import("zod").ZodEffects, string[][], string[]>; }, "strip", import("zod").ZodTypeAny, { Mode: string; GameRules: Record; MaxPartySize: number; QueueID: string; IsRanked: boolean; Enabled: boolean; TeamSize: number; NumTeams: number; MinPartySize: number; InvalidPartySizes: number[]; MaxPartySizeHighSkill: number; HighSkillTier: number; MaxSkillTier: number; AllowFullPartyBypassSkillRestrictions: boolean; IsTournament: boolean; RequireRoster: boolean; Priority: number; PartyMaxCompetitiveTierRange: number; PartyMaxCompetitiveTierRangePlacementBuffer: number; FullPartyMaxCompetitiveTierRange: number; PartySkillDisparityCompetitiveTiersCeilings: Record; UseAccountLevelRequirement: boolean; MinimumAccountLevelRequired: number; SupportedPlatformTypes: "PC"[]; DisabledContent: unknown[]; queueFieldA: unknown[]; NextScheduleChangeSeconds: number; TimeUntilNextScheduleChangeSeconds: number; MapWeights: string[][]; }, { Mode: string; GameRules: Record; MaxPartySize: number; QueueID: string; IsRanked: boolean; Enabled: boolean; TeamSize: number; NumTeams: number; MinPartySize: number; InvalidPartySizes: number[]; MaxPartySizeHighSkill: number; HighSkillTier: number; MaxSkillTier: number; AllowFullPartyBypassSkillRestrictions: boolean; IsTournament: boolean; RequireRoster: boolean; Priority: number; PartyMaxCompetitiveTierRange: number; PartyMaxCompetitiveTierRangePlacementBuffer: number; FullPartyMaxCompetitiveTierRange: number; PartySkillDisparityCompetitiveTiersCeilings: Record; UseAccountLevelRequirement: boolean; MinimumAccountLevelRequired: number; SupportedPlatformTypes: "PC"[]; DisabledContent: unknown[]; queueFieldA: unknown[]; NextScheduleChangeSeconds: number; TimeUntilNextScheduleChangeSeconds: number; MapWeights: string[]; }>, "many">; GamePodPingServiceInfo: import("zod").ZodRecord; }, "strip", import("zod").ZodTypeAny, { SecurityHash: number; ObfuscatedIP: number; PingProxyAddress: string; PingProxyAddresses: string[]; }, { SecurityHash: number; ObfuscatedIP: number; PingProxyAddress: string; PingProxyAddresses: string[]; }>>; }, "strip", import("zod").ZodTypeAny, { Enabled: boolean; EnabledMaps: string[]; EnabledModes: string[]; Queues: { Mode: string; GameRules: Record; MaxPartySize: number; QueueID: string; IsRanked: boolean; Enabled: boolean; TeamSize: number; NumTeams: number; MinPartySize: number; InvalidPartySizes: number[]; MaxPartySizeHighSkill: number; HighSkillTier: number; MaxSkillTier: number; AllowFullPartyBypassSkillRestrictions: boolean; IsTournament: boolean; RequireRoster: boolean; Priority: number; PartyMaxCompetitiveTierRange: number; PartyMaxCompetitiveTierRangePlacementBuffer: number; FullPartyMaxCompetitiveTierRange: number; PartySkillDisparityCompetitiveTiersCeilings: Record; UseAccountLevelRequirement: boolean; MinimumAccountLevelRequired: number; SupportedPlatformTypes: "PC"[]; DisabledContent: unknown[]; queueFieldA: unknown[]; NextScheduleChangeSeconds: number; TimeUntilNextScheduleChangeSeconds: number; MapWeights: string[][]; }[]; GamePodPingServiceInfo: Record; }, { Enabled: boolean; EnabledMaps: string[]; EnabledModes: string[]; Queues: { Mode: string; GameRules: Record; MaxPartySize: number; QueueID: string; IsRanked: boolean; Enabled: boolean; TeamSize: number; NumTeams: number; MinPartySize: number; InvalidPartySizes: number[]; MaxPartySizeHighSkill: number; HighSkillTier: number; MaxSkillTier: number; AllowFullPartyBypassSkillRestrictions: boolean; IsTournament: boolean; RequireRoster: boolean; Priority: number; PartyMaxCompetitiveTierRange: number; PartyMaxCompetitiveTierRangePlacementBuffer: number; FullPartyMaxCompetitiveTierRange: number; PartySkillDisparityCompetitiveTiersCeilings: Record; UseAccountLevelRequirement: boolean; MinimumAccountLevelRequired: number; SupportedPlatformTypes: "PC"[]; DisabledContent: unknown[]; queueFieldA: unknown[]; NextScheduleChangeSeconds: number; TimeUntilNextScheduleChangeSeconds: number; MapWeights: string[]; }[]; GamePodPingServiceInfo: Record; }>; }; }; partyChatTokenEndpoint: { readonly name: "Party Chat Token"; readonly description: "Get the party chat token"; readonly queryName: "Party_FetchMUCToken"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly suffix: "/parties/v1/parties/{party id}/muctoken"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Token: import("zod").ZodString; Room: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { Token: string; Room: string; }, { Token: string; Room: string; }>; }; }; partyVoiceTokenEndpoint: { readonly name: "Party Voice Token"; readonly description: "Get the party voice token"; readonly queryName: "Party_FetchVoiceToken"; readonly category: "Party Endpoints"; readonly type: "glz"; readonly suffix: "/parties/v1/parties/{party id}/voicetoken"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Token: import("zod").ZodString; Room: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { Token: string; Room: string; }, { Token: string; Room: string; }>; }; }; pricesEndpoint: { readonly name: "Prices"; readonly description: "Get the current store prices for all items"; readonly queryName: "Store_GetOffers"; readonly category: "Store Endpoints"; readonly type: "pd"; readonly suffix: "store/v1/offers"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Offers: import("zod").ZodArray; Cost: import("zod").ZodRecord; Rewards: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }, { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }>, "many">; }, "strip", import("zod").ZodTypeAny, { Offers: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }[]; }, { Offers: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }[]; }>; }; }; storefrontEndpoint: { readonly name: "Storefront"; readonly description: "Get the currently available items in the store"; readonly queryName: "Store_GetStorefrontV2"; readonly category: "Store Endpoints"; readonly type: "pd"; readonly suffix: "store/v2/storefront/{puuid}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly "200": import("zod").ZodObject<{ FeaturedBundle: import("zod").ZodObject<{ Bundle: import("zod").ZodObject<{ ID: import("zod").ZodString; DataAssetID: import("zod").ZodString; CurrencyID: import("zod").ZodString; Items: import("zod").ZodArray; BasePrice: import("zod").ZodNumber; CurrencyID: import("zod").ZodString; DiscountPercent: import("zod").ZodNumber; DiscountedPrice: import("zod").ZodNumber; IsPromoItem: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }, { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }>, "many">; ItemOffers: import("zod").ZodNullable; Cost: import("zod").ZodRecord; Rewards: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }, { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }>; DiscountPercent: import("zod").ZodNumber; DiscountedCost: import("zod").ZodRecord; }, "strip", import("zod").ZodTypeAny, { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }, { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }>, "many">>; TotalBaseCost: import("zod").ZodNullable>; TotalDiscountedCost: import("zod").ZodNullable>; TotalDiscountPercent: import("zod").ZodNumber; DurationRemainingInSeconds: import("zod").ZodNumber; WholesaleOnly: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }, { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }>; Bundles: import("zod").ZodArray; BasePrice: import("zod").ZodNumber; CurrencyID: import("zod").ZodString; DiscountPercent: import("zod").ZodNumber; DiscountedPrice: import("zod").ZodNumber; IsPromoItem: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }, { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }>, "many">; ItemOffers: import("zod").ZodNullable; Cost: import("zod").ZodRecord; Rewards: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }, { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }>; DiscountPercent: import("zod").ZodNumber; DiscountedCost: import("zod").ZodRecord; }, "strip", import("zod").ZodTypeAny, { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }, { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }>, "many">>; TotalBaseCost: import("zod").ZodNullable>; TotalDiscountedCost: import("zod").ZodNullable>; TotalDiscountPercent: import("zod").ZodNumber; DurationRemainingInSeconds: import("zod").ZodNumber; WholesaleOnly: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }, { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }>, "many">; BundleRemainingDurationInSeconds: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { Bundle: { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }; Bundles: { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }[]; BundleRemainingDurationInSeconds: number; }, { Bundle: { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }; Bundles: { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }[]; BundleRemainingDurationInSeconds: number; }>; SkinsPanelLayout: import("zod").ZodObject<{ SingleItemOffers: import("zod").ZodArray; SingleItemStoreOffers: import("zod").ZodArray; Cost: import("zod").ZodRecord; Rewards: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }, { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }>, "many">; SingleItemOffersRemainingDurationInSeconds: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SingleItemOffers: string[]; SingleItemStoreOffers: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }[]; SingleItemOffersRemainingDurationInSeconds: number; }, { SingleItemOffers: string[]; SingleItemStoreOffers: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }[]; SingleItemOffersRemainingDurationInSeconds: number; }>; UpgradeCurrencyStore: import("zod").ZodObject<{ UpgradeCurrencyOffers: import("zod").ZodArray; Cost: import("zod").ZodRecord; Rewards: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }, { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }>; DiscountedPercent: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { OfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; StorefrontItemID: string; DiscountedPercent: number; }, { OfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; StorefrontItemID: string; DiscountedPercent: number; }>, "many">; }, "strip", import("zod").ZodTypeAny, { UpgradeCurrencyOffers: { OfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; StorefrontItemID: string; DiscountedPercent: number; }[]; }, { UpgradeCurrencyOffers: { OfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; StorefrontItemID: string; DiscountedPercent: number; }[]; }>; AccessoryStore: import("zod").ZodObject<{ AccessoryStoreOffers: import("zod").ZodArray; Rewards: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: { weakUUIDSchema: number; }; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }, { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: { weakUUIDSchema: number; }; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }>; ContractID: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: { weakUUIDSchema: number; }; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; ContractID: string; }, { Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: { weakUUIDSchema: number; }; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; ContractID: string; }>, "many">; AccessoryStoreRemainingDurationInSeconds: import("zod").ZodNumber; StorefrontID: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { AccessoryStoreOffers: { Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: { weakUUIDSchema: number; }; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; ContractID: string; }[]; AccessoryStoreRemainingDurationInSeconds: number; StorefrontID: string; }, { AccessoryStoreOffers: { Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: { weakUUIDSchema: number; }; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; ContractID: string; }[]; AccessoryStoreRemainingDurationInSeconds: number; StorefrontID: string; }>; BonusStore: import("zod").ZodOptional; Cost: import("zod").ZodRecord; Rewards: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }, { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }>; DiscountPercent: import("zod").ZodNumber; DiscountCosts: import("zod").ZodRecord; IsSeen: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { DiscountPercent: number; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; BonusOfferID: string; DiscountCosts: Record; IsSeen: boolean; }, { DiscountPercent: number; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; BonusOfferID: string; DiscountCosts: Record; IsSeen: boolean; }>, "many">; BonusStoreRemainingDurationInSeconds: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { BonusStoreOffers: { DiscountPercent: number; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; BonusOfferID: string; DiscountCosts: Record; IsSeen: boolean; }[]; BonusStoreRemainingDurationInSeconds: number; }, { BonusStoreOffers: { DiscountPercent: number; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; BonusOfferID: string; DiscountCosts: Record; IsSeen: boolean; }[]; BonusStoreRemainingDurationInSeconds: number; }>>; }, "strip", import("zod").ZodTypeAny, { BonusStore?: { BonusStoreOffers: { DiscountPercent: number; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; BonusOfferID: string; DiscountCosts: Record; IsSeen: boolean; }[]; BonusStoreRemainingDurationInSeconds: number; } | undefined; FeaturedBundle: { Bundle: { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }; Bundles: { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }[]; BundleRemainingDurationInSeconds: number; }; SkinsPanelLayout: { SingleItemOffers: string[]; SingleItemStoreOffers: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }[]; SingleItemOffersRemainingDurationInSeconds: number; }; UpgradeCurrencyStore: { UpgradeCurrencyOffers: { OfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; StorefrontItemID: string; DiscountedPercent: number; }[]; }; AccessoryStore: { AccessoryStoreOffers: { Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: { weakUUIDSchema: number; }; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; ContractID: string; }[]; AccessoryStoreRemainingDurationInSeconds: number; StorefrontID: string; }; }, { BonusStore?: { BonusStoreOffers: { DiscountPercent: number; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; BonusOfferID: string; DiscountCosts: Record; IsSeen: boolean; }[]; BonusStoreRemainingDurationInSeconds: number; } | undefined; FeaturedBundle: { Bundle: { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }; Bundles: { ID: string; Items: { Item: { ItemTypeID: string; ItemID: string; Amount: number; }; CurrencyID: string; BasePrice: number; DiscountPercent: number; DiscountedPrice: number; IsPromoItem: boolean; }[]; CurrencyID: string; DataAssetID: string; ItemOffers: { DiscountPercent: number; BundleItemOfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; DiscountedCost: Record; }[] | null; TotalBaseCost: Record | null; TotalDiscountedCost: Record | null; TotalDiscountPercent: number; DurationRemainingInSeconds: number; WholesaleOnly: boolean; }[]; BundleRemainingDurationInSeconds: number; }; SkinsPanelLayout: { SingleItemOffers: string[]; SingleItemStoreOffers: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }[]; SingleItemOffersRemainingDurationInSeconds: number; }; UpgradeCurrencyStore: { UpgradeCurrencyOffers: { OfferID: string; Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: string; Cost: Record; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; StorefrontItemID: string; DiscountedPercent: number; }[]; }; AccessoryStore: { AccessoryStoreOffers: { Offer: { OfferID: string; IsDirectPurchase: boolean; StartDate: Date; Cost: { weakUUIDSchema: number; }; Rewards: { ItemTypeID: string; ItemID: string; Quantity: number; }[]; }; ContractID: string; }[]; AccessoryStoreRemainingDurationInSeconds: number; StorefrontID: string; }; }>; }; }; walletEndpoint: { readonly name: "Wallet"; readonly description: "Get the current wallet balance for the user"; readonly queryName: "Store_GetWallet"; readonly category: "Store Endpoints"; readonly type: "pd"; readonly suffix: "store/v1/wallet/{puuid}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Balances: import("zod").ZodRecord; }, "strip", import("zod").ZodTypeAny, { Balances: Record; }, { Balances: Record; }>; }; }; ownedItemsEndpoint: { readonly name: "Owned Items"; readonly description: string; readonly queryName: "Store_GetEntitlements"; readonly category: "Store Endpoints"; readonly type: "pd"; readonly suffix: "store/v1/entitlements/{puuid}/{ItemTypeID}"; readonly variables: Map>; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ EntitlementsByTypes: import("zod").ZodArray; }, "strip", import("zod").ZodTypeAny, { InstanceID?: string | undefined; ItemID: string; TypeID: string; }, { InstanceID?: string | undefined; ItemID: string; TypeID: string; }>, "many">; }, "strip", import("zod").ZodTypeAny, { ItemTypeID: string; Entitlements: { InstanceID?: string | undefined; ItemID: string; TypeID: string; }[]; }, { ItemTypeID: string; Entitlements: { InstanceID?: string | undefined; ItemID: string; TypeID: string; }[]; }>, "many">; }, "strip", import("zod").ZodTypeAny, { EntitlementsByTypes: { ItemTypeID: string; Entitlements: { InstanceID?: string | undefined; ItemID: string; TypeID: string; }[]; }[]; }, { EntitlementsByTypes: { ItemTypeID: string; Entitlements: { InstanceID?: string | undefined; ItemID: string; TypeID: string; }[]; }[]; }>; }; }; pregamePlayerEndpoint: { readonly name: "Pre-Game Player"; readonly description: "Get the pre-game match ID for the provided player"; readonly queryName: "Pregame_GetPlayer"; readonly category: "Pre-Game Endpoints"; readonly type: "glz"; readonly suffix: "pregame/v1/players/{puuid}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Subject: import("zod").ZodString; MatchID: import("zod").ZodString; Version: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; MatchID: string; }, { Subject: string; Version: number; MatchID: string; }>; }; }; pregameMatchEndpoint: { readonly name: "Pre-Game Match"; readonly description: "Get Pre-Game match data"; readonly queryName: "Pregame_GetMatch"; readonly category: "Pre-Game Endpoints"; readonly type: "glz"; readonly suffix: "pregame/v1/matches/{pre-game match id}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; Version: import("zod").ZodNumber; Teams: import("zod").ZodArray, import("zod").ZodString]>; Players: import("zod").ZodArray; PregamePlayerState: import("zod").ZodEnum<["joined"]>; CompetitiveTier: import("zod").ZodNumber; PlayerIdentity: import("zod").ZodObject<{ Subject: import("zod").ZodString; PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodObject<{ SeasonID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; NumberOfWins: import("zod").ZodNumber; WinsByTier: import("zod").ZodNull; Rank: import("zod").ZodNumber; LeaderboardRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }>; IsCaptain: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }>, "many">; AllyTeam: import("zod").ZodNullable, import("zod").ZodString]>; Players: import("zod").ZodArray; PregamePlayerState: import("zod").ZodEnum<["joined"]>; CompetitiveTier: import("zod").ZodNumber; PlayerIdentity: import("zod").ZodObject<{ Subject: import("zod").ZodString; PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodObject<{ SeasonID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; NumberOfWins: import("zod").ZodNumber; WinsByTier: import("zod").ZodNull; Rank: import("zod").ZodNumber; LeaderboardRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }>; IsCaptain: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }>>; EnemyTeam: import("zod").ZodNullable, import("zod").ZodString]>; Players: import("zod").ZodArray; PregamePlayerState: import("zod").ZodEnum<["joined"]>; CompetitiveTier: import("zod").ZodNumber; PlayerIdentity: import("zod").ZodObject<{ Subject: import("zod").ZodString; PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodObject<{ SeasonID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; NumberOfWins: import("zod").ZodNumber; WinsByTier: import("zod").ZodNull; Rank: import("zod").ZodNumber; LeaderboardRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }>; IsCaptain: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }>>; ObserverSubjects: import("zod").ZodArray; MatchCoaches: import("zod").ZodArray; EnemyTeamSize: import("zod").ZodNumber; EnemyTeamLockCount: import("zod").ZodNumber; PregameState: import("zod").ZodEnum<["character_select_active", "provisioned"]>; LastUpdated: import("zod").ZodEffects; MapID: import("zod").ZodString; MapSelectPool: import("zod").ZodArray; BannedMapIDs: import("zod").ZodArray; CastedVotes: import("zod").ZodUnknown; MapSelectSteps: import("zod").ZodArray; MapSelectStep: import("zod").ZodNumber; Team1: import("zod").ZodUnion<[import("zod").ZodEnum<["Blue", "Red"]>, import("zod").ZodString]>; GamePodID: import("zod").ZodString; Mode: import("zod").ZodString; VoiceSessionID: import("zod").ZodString; MUCName: import("zod").ZodString; TeamMatchToken: import("zod").ZodString; QueueID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; ProvisioningFlowID: import("zod").ZodEnum<["Matchmaking", "CustomGame"]>; IsRanked: import("zod").ZodBoolean; PhaseTimeRemainingNS: import("zod").ZodNumber; StepTimeRemainingNS: import("zod").ZodNumber; altModesFlagADA: import("zod").ZodBoolean; TournamentMetadata: import("zod").ZodNull; RosterMetadata: import("zod").ZodNull; }, "strip", import("zod").ZodTypeAny, { CastedVotes?: unknown; ID: string; MUCName: string; Version: number; GamePodID: string; Mode: string; QueueID: string; Teams: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }[]; AllyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; EnemyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; ObserverSubjects: unknown[]; MatchCoaches: unknown[]; EnemyTeamSize: number; EnemyTeamLockCount: number; PregameState: "character_select_active" | "provisioned"; LastUpdated: Date; MapID: string; MapSelectPool: unknown[]; BannedMapIDs: unknown[]; MapSelectSteps: unknown[]; MapSelectStep: number; Team1: string; VoiceSessionID: string; TeamMatchToken: string; ProvisioningFlowID: "Matchmaking" | "CustomGame"; IsRanked: boolean; PhaseTimeRemainingNS: number; StepTimeRemainingNS: number; altModesFlagADA: boolean; TournamentMetadata: null; RosterMetadata: null; }, { CastedVotes?: unknown; ID: string; MUCName: string; Version: number; GamePodID: string; Mode: string; QueueID: string; Teams: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }[]; AllyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; EnemyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; ObserverSubjects: unknown[]; MatchCoaches: unknown[]; EnemyTeamSize: number; EnemyTeamLockCount: number; PregameState: "character_select_active" | "provisioned"; LastUpdated: string; MapID: string; MapSelectPool: unknown[]; BannedMapIDs: unknown[]; MapSelectSteps: unknown[]; MapSelectStep: number; Team1: string; VoiceSessionID: string; TeamMatchToken: string; ProvisioningFlowID: "Matchmaking" | "CustomGame"; IsRanked: boolean; PhaseTimeRemainingNS: number; StepTimeRemainingNS: number; altModesFlagADA: boolean; TournamentMetadata: null; RosterMetadata: null; }>; }; }; pregameLoadoutsEndpoint: { readonly name: "Pre-Game Loadouts"; readonly description: "Get Pre-Game loadout data"; readonly queryName: "Pregame_GetMatchLoadouts"; readonly category: "Pre-Game Endpoints"; readonly type: "glz"; readonly suffix: "pregame/v1/matches/{pre-game match id}/loadouts"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Loadouts: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }, { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }>; Expressions: import("zod").ZodObject<{ AESSelections: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }, { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }>; Items: import("zod").ZodRecord; }, "strip", import("zod").ZodTypeAny, { ID: string; Item: { ID: string; TypeID: string; }; }, { ID: string; Item: { ID: string; TypeID: string; }; }>>; }, "strip", import("zod").ZodTypeAny, { ID: string; TypeID: string; Sockets: Record; }, { ID: string; TypeID: string; Sockets: Record; }>>; }, "strip", import("zod").ZodTypeAny, { Subject: string; Sprays: { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }; Expressions: { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }; Items: Record; }>; }, { Subject: string; Sprays: { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }; Expressions: { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }; Items: Record; }>; }>, "many">; LoadoutsValid: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Loadouts: { Subject: string; Sprays: { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }; Expressions: { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }; Items: Record; }>; }[]; LoadoutsValid: boolean; }, { Loadouts: { Subject: string; Sprays: { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }; Expressions: { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }; Items: Record; }>; }[]; LoadoutsValid: boolean; }>; }; }; selectCharacterEndpoint: { readonly name: "Select Character"; readonly description: string; readonly queryName: "Pregame_SelectCharacter"; readonly category: "Pre-Game Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "pregame/v1/matches/{pre-game match id}/select/{agent id}"; readonly variables: Map; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; Version: import("zod").ZodNumber; Teams: import("zod").ZodArray, import("zod").ZodString]>; Players: import("zod").ZodArray; PregamePlayerState: import("zod").ZodEnum<["joined"]>; CompetitiveTier: import("zod").ZodNumber; PlayerIdentity: import("zod").ZodObject<{ Subject: import("zod").ZodString; PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodObject<{ SeasonID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; NumberOfWins: import("zod").ZodNumber; WinsByTier: import("zod").ZodNull; Rank: import("zod").ZodNumber; LeaderboardRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }>; IsCaptain: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }>, "many">; AllyTeam: import("zod").ZodNullable, import("zod").ZodString]>; Players: import("zod").ZodArray; PregamePlayerState: import("zod").ZodEnum<["joined"]>; CompetitiveTier: import("zod").ZodNumber; PlayerIdentity: import("zod").ZodObject<{ Subject: import("zod").ZodString; PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodObject<{ SeasonID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; NumberOfWins: import("zod").ZodNumber; WinsByTier: import("zod").ZodNull; Rank: import("zod").ZodNumber; LeaderboardRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }>; IsCaptain: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }>>; EnemyTeam: import("zod").ZodNullable, import("zod").ZodString]>; Players: import("zod").ZodArray; PregamePlayerState: import("zod").ZodEnum<["joined"]>; CompetitiveTier: import("zod").ZodNumber; PlayerIdentity: import("zod").ZodObject<{ Subject: import("zod").ZodString; PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodObject<{ SeasonID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; NumberOfWins: import("zod").ZodNumber; WinsByTier: import("zod").ZodNull; Rank: import("zod").ZodNumber; LeaderboardRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }>; IsCaptain: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }>>; ObserverSubjects: import("zod").ZodArray; MatchCoaches: import("zod").ZodArray; EnemyTeamSize: import("zod").ZodNumber; EnemyTeamLockCount: import("zod").ZodNumber; PregameState: import("zod").ZodEnum<["character_select_active", "provisioned"]>; LastUpdated: import("zod").ZodEffects; MapID: import("zod").ZodString; MapSelectPool: import("zod").ZodArray; BannedMapIDs: import("zod").ZodArray; CastedVotes: import("zod").ZodUnknown; MapSelectSteps: import("zod").ZodArray; MapSelectStep: import("zod").ZodNumber; Team1: import("zod").ZodUnion<[import("zod").ZodEnum<["Blue", "Red"]>, import("zod").ZodString]>; GamePodID: import("zod").ZodString; Mode: import("zod").ZodString; VoiceSessionID: import("zod").ZodString; MUCName: import("zod").ZodString; TeamMatchToken: import("zod").ZodString; QueueID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; ProvisioningFlowID: import("zod").ZodEnum<["Matchmaking", "CustomGame"]>; IsRanked: import("zod").ZodBoolean; PhaseTimeRemainingNS: import("zod").ZodNumber; StepTimeRemainingNS: import("zod").ZodNumber; altModesFlagADA: import("zod").ZodBoolean; TournamentMetadata: import("zod").ZodNull; RosterMetadata: import("zod").ZodNull; }, "strip", import("zod").ZodTypeAny, { CastedVotes?: unknown; ID: string; MUCName: string; Version: number; GamePodID: string; Mode: string; QueueID: string; Teams: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }[]; AllyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; EnemyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; ObserverSubjects: unknown[]; MatchCoaches: unknown[]; EnemyTeamSize: number; EnemyTeamLockCount: number; PregameState: "character_select_active" | "provisioned"; LastUpdated: Date; MapID: string; MapSelectPool: unknown[]; BannedMapIDs: unknown[]; MapSelectSteps: unknown[]; MapSelectStep: number; Team1: string; VoiceSessionID: string; TeamMatchToken: string; ProvisioningFlowID: "Matchmaking" | "CustomGame"; IsRanked: boolean; PhaseTimeRemainingNS: number; StepTimeRemainingNS: number; altModesFlagADA: boolean; TournamentMetadata: null; RosterMetadata: null; }, { CastedVotes?: unknown; ID: string; MUCName: string; Version: number; GamePodID: string; Mode: string; QueueID: string; Teams: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }[]; AllyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; EnemyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; ObserverSubjects: unknown[]; MatchCoaches: unknown[]; EnemyTeamSize: number; EnemyTeamLockCount: number; PregameState: "character_select_active" | "provisioned"; LastUpdated: string; MapID: string; MapSelectPool: unknown[]; BannedMapIDs: unknown[]; MapSelectSteps: unknown[]; MapSelectStep: number; Team1: string; VoiceSessionID: string; TeamMatchToken: string; ProvisioningFlowID: "Matchmaking" | "CustomGame"; IsRanked: boolean; PhaseTimeRemainingNS: number; StepTimeRemainingNS: number; altModesFlagADA: boolean; TournamentMetadata: null; RosterMetadata: null; }>; }; }; lockCharacterEndpoint: { readonly name: "Lock Character"; readonly description: string; readonly queryName: "Pregame_LockCharacter"; readonly category: "Pre-Game Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "pregame/v1/matches/{pre-game match id}/lock/{agent id}"; readonly variables: Map; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ ID: import("zod").ZodString; Version: import("zod").ZodNumber; Teams: import("zod").ZodArray, import("zod").ZodString]>; Players: import("zod").ZodArray; PregamePlayerState: import("zod").ZodEnum<["joined"]>; CompetitiveTier: import("zod").ZodNumber; PlayerIdentity: import("zod").ZodObject<{ Subject: import("zod").ZodString; PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodObject<{ SeasonID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; NumberOfWins: import("zod").ZodNumber; WinsByTier: import("zod").ZodNull; Rank: import("zod").ZodNumber; LeaderboardRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }>; IsCaptain: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }>, "many">; AllyTeam: import("zod").ZodNullable, import("zod").ZodString]>; Players: import("zod").ZodArray; PregamePlayerState: import("zod").ZodEnum<["joined"]>; CompetitiveTier: import("zod").ZodNumber; PlayerIdentity: import("zod").ZodObject<{ Subject: import("zod").ZodString; PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodObject<{ SeasonID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; NumberOfWins: import("zod").ZodNumber; WinsByTier: import("zod").ZodNull; Rank: import("zod").ZodNumber; LeaderboardRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }>; IsCaptain: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }>>; EnemyTeam: import("zod").ZodNullable, import("zod").ZodString]>; Players: import("zod").ZodArray; PregamePlayerState: import("zod").ZodEnum<["joined"]>; CompetitiveTier: import("zod").ZodNumber; PlayerIdentity: import("zod").ZodObject<{ Subject: import("zod").ZodString; PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodObject<{ SeasonID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; NumberOfWins: import("zod").ZodNumber; WinsByTier: import("zod").ZodNull; Rank: import("zod").ZodNumber; LeaderboardRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }>; IsCaptain: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }, { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }, { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }>>; ObserverSubjects: import("zod").ZodArray; MatchCoaches: import("zod").ZodArray; EnemyTeamSize: import("zod").ZodNumber; EnemyTeamLockCount: import("zod").ZodNumber; PregameState: import("zod").ZodEnum<["character_select_active", "provisioned"]>; LastUpdated: import("zod").ZodEffects; MapID: import("zod").ZodString; MapSelectPool: import("zod").ZodArray; BannedMapIDs: import("zod").ZodArray; CastedVotes: import("zod").ZodUnknown; MapSelectSteps: import("zod").ZodArray; MapSelectStep: import("zod").ZodNumber; Team1: import("zod").ZodUnion<[import("zod").ZodEnum<["Blue", "Red"]>, import("zod").ZodString]>; GamePodID: import("zod").ZodString; Mode: import("zod").ZodString; VoiceSessionID: import("zod").ZodString; MUCName: import("zod").ZodString; TeamMatchToken: import("zod").ZodString; QueueID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; ProvisioningFlowID: import("zod").ZodEnum<["Matchmaking", "CustomGame"]>; IsRanked: import("zod").ZodBoolean; PhaseTimeRemainingNS: import("zod").ZodNumber; StepTimeRemainingNS: import("zod").ZodNumber; altModesFlagADA: import("zod").ZodBoolean; TournamentMetadata: import("zod").ZodNull; RosterMetadata: import("zod").ZodNull; }, "strip", import("zod").ZodTypeAny, { CastedVotes?: unknown; ID: string; MUCName: string; Version: number; GamePodID: string; Mode: string; QueueID: string; Teams: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }[]; AllyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; EnemyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; ObserverSubjects: unknown[]; MatchCoaches: unknown[]; EnemyTeamSize: number; EnemyTeamLockCount: number; PregameState: "character_select_active" | "provisioned"; LastUpdated: Date; MapID: string; MapSelectPool: unknown[]; BannedMapIDs: unknown[]; MapSelectSteps: unknown[]; MapSelectStep: number; Team1: string; VoiceSessionID: string; TeamMatchToken: string; ProvisioningFlowID: "Matchmaking" | "CustomGame"; IsRanked: boolean; PhaseTimeRemainingNS: number; StepTimeRemainingNS: number; altModesFlagADA: boolean; TournamentMetadata: null; RosterMetadata: null; }, { CastedVotes?: unknown; ID: string; MUCName: string; Version: number; GamePodID: string; Mode: string; QueueID: string; Teams: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; }[]; AllyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; EnemyTeam: { TeamID: string; Players: { Subject: string; CompetitiveTier: number; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; CharacterID: string; CharacterSelectionState: "" | "selected" | "locked"; PregamePlayerState: "joined"; IsCaptain: boolean; }[]; } | null; ObserverSubjects: unknown[]; MatchCoaches: unknown[]; EnemyTeamSize: number; EnemyTeamLockCount: number; PregameState: "character_select_active" | "provisioned"; LastUpdated: string; MapID: string; MapSelectPool: unknown[]; BannedMapIDs: unknown[]; MapSelectSteps: unknown[]; MapSelectStep: number; Team1: string; VoiceSessionID: string; TeamMatchToken: string; ProvisioningFlowID: "Matchmaking" | "CustomGame"; IsRanked: boolean; PhaseTimeRemainingNS: number; StepTimeRemainingNS: number; altModesFlagADA: boolean; TournamentMetadata: null; RosterMetadata: null; }>; }; }; pregameQuitEndpoint: { readonly name: "Pre-Game Quit"; readonly description: "Quit the pre-game lobby"; readonly queryName: "Pregame_QuitMatch"; readonly category: "Pre-Game Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "pregame/v1/matches/{pre-game match id}/quit"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '204': import("zod").ZodUndefined; }; }; currentGamePlayerEndpoint: { readonly name: "Current Game Player"; readonly description: "Get the current game match ID for the provided player"; readonly queryName: "CoreGame_FetchPlayer"; readonly category: "Current Game Endpoints"; readonly type: "glz"; readonly suffix: "core-game/v1/players/{puuid}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Subject: import("zod").ZodString; MatchID: import("zod").ZodString; Version: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; MatchID: string; }, { Subject: string; Version: number; MatchID: string; }>; }; }; currentGameMatchEndpoint: { readonly name: "Current Game Match"; readonly description: "Get the current game match info"; readonly queryName: "CoreGame_FetchMatch"; readonly category: "Current Game Endpoints"; readonly type: "glz"; readonly suffix: "core-game/v1/matches/{current game match id}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ MatchID: import("zod").ZodString; Version: import("zod").ZodNumber; State: import("zod").ZodEnum<["IN_PROGRESS"]>; MapID: import("zod").ZodString; ModeID: import("zod").ZodString; ProvisioningFlow: import("zod").ZodEnum<["Matchmaking", "CustomGame"]>; GamePodID: import("zod").ZodString; AllMUCName: import("zod").ZodString; TeamMUCName: import("zod").ZodString; TeamVoiceID: import("zod").ZodString; TeamMatchToken: import("zod").ZodString; IsReconnectable: import("zod").ZodBoolean; ConnectionDetails: import("zod").ZodObject<{ GameServerHosts: import("zod").ZodArray; GameServerHost: import("zod").ZodString; GameServerPort: import("zod").ZodNumber; GameServerObfuscatedIP: import("zod").ZodNumber; GameClientHash: import("zod").ZodNumber; PlayerKey: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { GameServerHosts: string[]; GameServerHost: string; GameServerPort: number; GameServerObfuscatedIP: number; GameClientHash: number; PlayerKey: string; }, { GameServerHosts: string[]; GameServerHost: string; GameServerPort: number; GameServerObfuscatedIP: number; GameClientHash: number; PlayerKey: string; }>; PostGameDetails: import("zod").ZodNull; Players: import("zod").ZodArray, import("zod").ZodString]>; CharacterID: import("zod").ZodString; PlayerIdentity: import("zod").ZodObject<{ Subject: import("zod").ZodString; PlayerCardID: import("zod").ZodString; PlayerTitleID: import("zod").ZodString; AccountLevel: import("zod").ZodNumber; PreferredLevelBorderID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; Incognito: import("zod").ZodBoolean; HideAccountLevel: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }, { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }>; SeasonalBadgeInfo: import("zod").ZodObject<{ SeasonID: import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<"">]>; NumberOfWins: import("zod").ZodNumber; WinsByTier: import("zod").ZodNull; Rank: import("zod").ZodNumber; LeaderboardRank: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }, { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }>; IsCoach: import("zod").ZodBoolean; IsAssociated: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Subject: string; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; TeamID: string; CharacterID: string; IsCoach: boolean; IsAssociated: boolean; }, { Subject: string; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; TeamID: string; CharacterID: string; IsCoach: boolean; IsAssociated: boolean; }>, "many">; MatchmakingData: import("zod").ZodNullable>; }, "strip", import("zod").ZodTypeAny, { Version: number; GamePodID: string; State: "IN_PROGRESS"; MatchmakingData: Record | null; Players: { Subject: string; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; TeamID: string; CharacterID: string; IsCoach: boolean; IsAssociated: boolean; }[]; MapID: string; TeamMatchToken: string; MatchID: string; ModeID: string; ProvisioningFlow: "Matchmaking" | "CustomGame"; AllMUCName: string; TeamMUCName: string; TeamVoiceID: string; IsReconnectable: boolean; ConnectionDetails: { GameServerHosts: string[]; GameServerHost: string; GameServerPort: number; GameServerObfuscatedIP: number; GameClientHash: number; PlayerKey: string; }; PostGameDetails: null; }, { Version: number; GamePodID: string; State: "IN_PROGRESS"; MatchmakingData: Record | null; Players: { Subject: string; PlayerIdentity: { Subject: string; PlayerCardID: string; PlayerTitleID: string; AccountLevel: number; PreferredLevelBorderID: string; Incognito: boolean; HideAccountLevel: boolean; }; SeasonalBadgeInfo: { SeasonID: string; NumberOfWins: number; WinsByTier: null; Rank: number; LeaderboardRank: number; }; TeamID: string; CharacterID: string; IsCoach: boolean; IsAssociated: boolean; }[]; MapID: string; TeamMatchToken: string; MatchID: string; ModeID: string; ProvisioningFlow: "Matchmaking" | "CustomGame"; AllMUCName: string; TeamMUCName: string; TeamVoiceID: string; IsReconnectable: boolean; ConnectionDetails: { GameServerHosts: string[]; GameServerHost: string; GameServerPort: number; GameServerObfuscatedIP: number; GameClientHash: number; PlayerKey: string; }; PostGameDetails: null; }>; }; }; currentGameLoadoutsEndpoint: { readonly name: "Current Game Loadouts"; readonly description: "Get the current game loadout info for all players in the match"; readonly queryName: "CoreGame_FetchMatchLoadouts"; readonly category: "Current Game Endpoints"; readonly type: "glz"; readonly suffix: "core-game/v1/matches/{current game match id}/loadouts"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Loadouts: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }, { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }>; Expressions: import("zod").ZodObject<{ AESSelections: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }, { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }>; Items: import("zod").ZodRecord; }, "strip", import("zod").ZodTypeAny, { ID: string; Item: { ID: string; TypeID: string; }; }, { ID: string; Item: { ID: string; TypeID: string; }; }>>; }, "strip", import("zod").ZodTypeAny, { ID: string; TypeID: string; Sockets: Record; }, { ID: string; TypeID: string; Sockets: Record; }>>; }, "strip", import("zod").ZodTypeAny, { Subject: string; Sprays: { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }; Expressions: { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }; Items: Record; }>; }, { Subject: string; Sprays: { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }; Expressions: { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }; Items: Record; }>; }>; }, "strip", import("zod").ZodTypeAny, { CharacterID: string; Loadout: { Subject: string; Sprays: { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }; Expressions: { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }; Items: Record; }>; }; }, { CharacterID: string; Loadout: { Subject: string; Sprays: { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }; Expressions: { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }; Items: Record; }>; }; }>, "many">; }, "strip", import("zod").ZodTypeAny, { Loadouts: { CharacterID: string; Loadout: { Subject: string; Sprays: { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }; Expressions: { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }; Items: Record; }>; }; }[]; }, { Loadouts: { CharacterID: string; Loadout: { Subject: string; Sprays: { SpraySelections: { SocketID: string; SprayID: string; LevelID: string; }[]; }; Expressions: { AESSelections: { SocketID: string; AssetID: string; TypeID: string; }[]; }; Items: Record; }>; }; }[]; }>; }; }; currentGameQuitEndpoint: { readonly name: "Current Game Quit"; readonly description: "Quits the current game"; readonly queryName: "CoreGame_DisassociatePlayer"; readonly category: "Current Game Endpoints"; readonly type: "glz"; readonly method: "POST"; readonly suffix: "core-game/v1/players/{puuid}/disassociate/{current game match id}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '204': import("zod").ZodUndefined; }; }; itemUpgradesEndpoint: { readonly name: "Item Upgrades"; readonly description: "Get details for item upgrades"; readonly queryName: "ItemProgressionDefinitionsV2_Fetch"; readonly category: "Contract Endpoints"; readonly type: "pd"; readonly suffix: "contract-definitions/v3/item-upgrades"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Definitions: import("zod").ZodArray; RequiredEntitlement: import("zod").ZodObject<{ ItemTypeID: import("zod").ZodString; ItemID: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { ItemTypeID: string; ItemID: string; }, { ItemTypeID: string; ItemID: string; }>; ProgressionSchedule: import("zod").ZodObject<{ Name: import("zod").ZodString; ProgressionCurrencyID: import("zod").ZodString; ProgressionDeltaPerLevel: import("zod").ZodNullable>; }, "strip", import("zod").ZodTypeAny, { Name: string; ProgressionCurrencyID: string; ProgressionDeltaPerLevel: number[] | null; }, { Name: string; ProgressionCurrencyID: string; ProgressionDeltaPerLevel: number[] | null; }>; RewardSchedule: import("zod").ZodObject<{ ID: import("zod").ZodString; Name: import("zod").ZodString; Prerequisites: import("zod").ZodNull; RewardsPerLevel: import("zod").ZodNullable, "strip", import("zod").ZodTypeAny, { ItemTypeID: string; ItemID: string; Amount: number; }, { ItemTypeID: string; ItemID: string; Amount: number; }>, "many">; WalletRewards: import("zod").ZodNull; CounterRewards: import("zod").ZodNull; }, "strip", import("zod").ZodTypeAny, { EntitlementRewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; WalletRewards: null; CounterRewards: null; }, { EntitlementRewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; WalletRewards: null; CounterRewards: null; }>, "many">>; }, "strip", import("zod").ZodTypeAny, { ID: string; Name: string; Prerequisites: null; RewardsPerLevel: { EntitlementRewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; WalletRewards: null; CounterRewards: null; }[] | null; }, { ID: string; Name: string; Prerequisites: null; RewardsPerLevel: { EntitlementRewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; WalletRewards: null; CounterRewards: null; }[] | null; }>; Sidegrades: import("zod").ZodNullable, "many">; }, "strip", import("zod").ZodTypeAny, { WalletCosts: { CurrencyID: string; AmountToDeduct: number; }[]; }, { WalletCosts: { CurrencyID: string; AmountToDeduct: number; }[]; }>; Rewards: import("zod").ZodArray, "strip", import("zod").ZodTypeAny, { ItemTypeID: string; ItemID: string; Amount: number; }, { ItemTypeID: string; ItemID: string; Amount: number; }>, "many">; }, "strip", import("zod").ZodTypeAny, { Cost: { WalletCosts: { CurrencyID: string; AmountToDeduct: number; }[]; }; Rewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; OptionID: string; }, { Cost: { WalletCosts: { CurrencyID: string; AmountToDeduct: number; }[]; }; Rewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; OptionID: string; }>, "many">; Prerequisites: import("zod").ZodObject<{ RequiredEntitlements: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { RequiredEntitlements: { ItemTypeID: string; ItemID: string; }[]; }, { RequiredEntitlements: { ItemTypeID: string; ItemID: string; }[]; }>; }, "strip", import("zod").ZodTypeAny, { Prerequisites: { RequiredEntitlements: { ItemTypeID: string; ItemID: string; }[]; }; SidegradeID: string; Options: { Cost: { WalletCosts: { CurrencyID: string; AmountToDeduct: number; }[]; }; Rewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; OptionID: string; }[]; }, { Prerequisites: { RequiredEntitlements: { ItemTypeID: string; ItemID: string; }[]; }; SidegradeID: string; Options: { Cost: { WalletCosts: { CurrencyID: string; AmountToDeduct: number; }[]; }; Rewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; OptionID: string; }[]; }>, "many">>; }, "strip", import("zod").ZodTypeAny, { ID: string; Item: { ItemTypeID: string; ItemID: string; }; RequiredEntitlement: { ItemTypeID: string; ItemID: string; }; ProgressionSchedule: { Name: string; ProgressionCurrencyID: string; ProgressionDeltaPerLevel: number[] | null; }; RewardSchedule: { ID: string; Name: string; Prerequisites: null; RewardsPerLevel: { EntitlementRewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; WalletRewards: null; CounterRewards: null; }[] | null; }; Sidegrades: { Prerequisites: { RequiredEntitlements: { ItemTypeID: string; ItemID: string; }[]; }; SidegradeID: string; Options: { Cost: { WalletCosts: { CurrencyID: string; AmountToDeduct: number; }[]; }; Rewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; OptionID: string; }[]; }[] | null; }, { ID: string; Item: { ItemTypeID: string; ItemID: string; }; RequiredEntitlement: { ItemTypeID: string; ItemID: string; }; ProgressionSchedule: { Name: string; ProgressionCurrencyID: string; ProgressionDeltaPerLevel: number[] | null; }; RewardSchedule: { ID: string; Name: string; Prerequisites: null; RewardsPerLevel: { EntitlementRewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; WalletRewards: null; CounterRewards: null; }[] | null; }; Sidegrades: { Prerequisites: { RequiredEntitlements: { ItemTypeID: string; ItemID: string; }[]; }; SidegradeID: string; Options: { Cost: { WalletCosts: { CurrencyID: string; AmountToDeduct: number; }[]; }; Rewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; OptionID: string; }[]; }[] | null; }>, "many">; }, "strip", import("zod").ZodTypeAny, { Definitions: { ID: string; Item: { ItemTypeID: string; ItemID: string; }; RequiredEntitlement: { ItemTypeID: string; ItemID: string; }; ProgressionSchedule: { Name: string; ProgressionCurrencyID: string; ProgressionDeltaPerLevel: number[] | null; }; RewardSchedule: { ID: string; Name: string; Prerequisites: null; RewardsPerLevel: { EntitlementRewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; WalletRewards: null; CounterRewards: null; }[] | null; }; Sidegrades: { Prerequisites: { RequiredEntitlements: { ItemTypeID: string; ItemID: string; }[]; }; SidegradeID: string; Options: { Cost: { WalletCosts: { CurrencyID: string; AmountToDeduct: number; }[]; }; Rewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; OptionID: string; }[]; }[] | null; }[]; }, { Definitions: { ID: string; Item: { ItemTypeID: string; ItemID: string; }; RequiredEntitlement: { ItemTypeID: string; ItemID: string; }; ProgressionSchedule: { Name: string; ProgressionCurrencyID: string; ProgressionDeltaPerLevel: number[] | null; }; RewardSchedule: { ID: string; Name: string; Prerequisites: null; RewardsPerLevel: { EntitlementRewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; WalletRewards: null; CounterRewards: null; }[] | null; }; Sidegrades: { Prerequisites: { RequiredEntitlements: { ItemTypeID: string; ItemID: string; }[]; }; SidegradeID: string; Options: { Cost: { WalletCosts: { CurrencyID: string; AmountToDeduct: number; }[]; }; Rewards: { ItemTypeID: string; ItemID: string; Amount: number; }[]; OptionID: string; }[]; }[] | null; }[]; }>; }; }; contractsEndpoint: { readonly name: "Contracts"; readonly description: "Get contract details including agents, battlepass, missions, and recent games"; readonly queryName: "Contracts_Fetch"; readonly category: "Contract Endpoints"; readonly type: "pd"; readonly suffix: "contracts/v1/contracts/{puuid}"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Version: import("zod").ZodNumber; Subject: import("zod").ZodString; Contracts: import("zod").ZodArray>; }, "strip", import("zod").ZodTypeAny, { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }, { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }>; ProgressionLevelReached: import("zod").ZodNumber; ProgressionTowardsNextLevel: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { ContractDefinitionID: string; ContractProgression: { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }; ProgressionLevelReached: number; ProgressionTowardsNextLevel: number; }, { ContractDefinitionID: string; ContractProgression: { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }; ProgressionLevelReached: number; ProgressionTowardsNextLevel: number; }>, "many">; ProcessedMatches: import("zod").ZodArray; XPGrants: import("zod").ZodNullable; Modifier: import("zod").ZodObject<{ Value: import("zod").ZodNumber; BaseMultiplierValue: import("zod").ZodNumber; Modifiers: import("zod").ZodArray; BaseOnly: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }, { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }, { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }>; NumAFKRounds: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; }, { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; }>>; RewardGrants: import("zod").ZodNullable>; MissionDeltas: import("zod").ZodNullable; ObjectiveDeltas: import("zod").ZodRecord>; }, "strip", import("zod").ZodTypeAny, { ID: string; Objectives: Record; ObjectiveDeltas: Record; }, { ID: string; Objectives: Record; ObjectiveDeltas: Record; }>>>; ContractDeltas: import("zod").ZodNullable>>; CouldProgressMissions: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { ID: string; StartTime: Date; XPGrants: { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; } | null; RewardGrants: {} | null; MissionDeltas: Record; ObjectiveDeltas: Record; }> | null; ContractDeltas: Record | null; CouldProgressMissions: boolean; }, { ID: string; StartTime: number; XPGrants: { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; } | null; RewardGrants: {} | null; MissionDeltas: Record; ObjectiveDeltas: Record; }> | null; ContractDeltas: Record | null; CouldProgressMissions: boolean; }>, "many">; ActiveSpecialContract: import("zod").ZodString; Missions: import("zod").ZodArray; Complete: import("zod").ZodBoolean; ExpirationTime: import("zod").ZodEffects; }, "strip", import("zod").ZodTypeAny, { ID: string; Objectives: Record; Complete: boolean; ExpirationTime: Date; }, { ID: string; Objectives: Record; Complete: boolean; ExpirationTime: string; }>, "many">; MissionMetadata: import("zod").ZodObject<{ NPECompleted: import("zod").ZodBoolean; WeeklyCheckpoint: import("zod").ZodEffects; WeeklyRefillTime: import("zod").ZodEffects; }, "strip", import("zod").ZodTypeAny, { NPECompleted: boolean; WeeklyCheckpoint: Date; WeeklyRefillTime: Date; }, { NPECompleted: boolean; WeeklyCheckpoint: string; WeeklyRefillTime: string; }>; }, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; Contracts: { ContractDefinitionID: string; ContractProgression: { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }; ProgressionLevelReached: number; ProgressionTowardsNextLevel: number; }[]; ProcessedMatches: { ID: string; StartTime: Date; XPGrants: { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; } | null; RewardGrants: {} | null; MissionDeltas: Record; ObjectiveDeltas: Record; }> | null; ContractDeltas: Record | null; CouldProgressMissions: boolean; }[]; Missions: { ID: string; Objectives: Record; Complete: boolean; ExpirationTime: Date; }[]; ActiveSpecialContract: string; MissionMetadata: { NPECompleted: boolean; WeeklyCheckpoint: Date; WeeklyRefillTime: Date; }; }, { Subject: string; Version: number; Contracts: { ContractDefinitionID: string; ContractProgression: { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }; ProgressionLevelReached: number; ProgressionTowardsNextLevel: number; }[]; ProcessedMatches: { ID: string; StartTime: number; XPGrants: { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; } | null; RewardGrants: {} | null; MissionDeltas: Record; ObjectiveDeltas: Record; }> | null; ContractDeltas: Record | null; CouldProgressMissions: boolean; }[]; Missions: { ID: string; Objectives: Record; Complete: boolean; ExpirationTime: string; }[]; ActiveSpecialContract: string; MissionMetadata: { NPECompleted: boolean; WeeklyCheckpoint: string; WeeklyRefillTime: string; }; }>; }; }; activateContractEndpoint: { readonly name: "Activate Contract"; readonly description: "Activate a specific contract by ID"; readonly queryName: "Contracts_Activate"; readonly category: "Contract Endpoints"; readonly type: "pd"; readonly suffix: "contracts/v1/contracts/{puuid}/special/{contract id}"; readonly method: "POST"; readonly variables: Map; readonly riotRequirements: { readonly token: true; readonly entitlement: true; readonly clientVersion: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ Version: import("zod").ZodNumber; Subject: import("zod").ZodString; Contracts: import("zod").ZodArray>; }, "strip", import("zod").ZodTypeAny, { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }, { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }>; ProgressionLevelReached: import("zod").ZodNumber; ProgressionTowardsNextLevel: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { ContractDefinitionID: string; ContractProgression: { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }; ProgressionLevelReached: number; ProgressionTowardsNextLevel: number; }, { ContractDefinitionID: string; ContractProgression: { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }; ProgressionLevelReached: number; ProgressionTowardsNextLevel: number; }>, "many">; ProcessedMatches: import("zod").ZodArray; XPGrants: import("zod").ZodNullable; Modifier: import("zod").ZodObject<{ Value: import("zod").ZodNumber; BaseMultiplierValue: import("zod").ZodNumber; Modifiers: import("zod").ZodArray; BaseOnly: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }, { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }>, "many">; }, "strip", import("zod").ZodTypeAny, { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }, { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }>; NumAFKRounds: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; }, { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; }>>; RewardGrants: import("zod").ZodNullable>; MissionDeltas: import("zod").ZodNullable; ObjectiveDeltas: import("zod").ZodRecord>; }, "strip", import("zod").ZodTypeAny, { ID: string; Objectives: Record; ObjectiveDeltas: Record; }, { ID: string; Objectives: Record; ObjectiveDeltas: Record; }>>>; ContractDeltas: import("zod").ZodNullable>>; CouldProgressMissions: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { ID: string; StartTime: Date; XPGrants: { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; } | null; RewardGrants: {} | null; MissionDeltas: Record; ObjectiveDeltas: Record; }> | null; ContractDeltas: Record | null; CouldProgressMissions: boolean; }, { ID: string; StartTime: number; XPGrants: { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; } | null; RewardGrants: {} | null; MissionDeltas: Record; ObjectiveDeltas: Record; }> | null; ContractDeltas: Record | null; CouldProgressMissions: boolean; }>, "many">; ActiveSpecialContract: import("zod").ZodString; Missions: import("zod").ZodArray; Complete: import("zod").ZodBoolean; ExpirationTime: import("zod").ZodEffects; }, "strip", import("zod").ZodTypeAny, { ID: string; Objectives: Record; Complete: boolean; ExpirationTime: Date; }, { ID: string; Objectives: Record; Complete: boolean; ExpirationTime: string; }>, "many">; MissionMetadata: import("zod").ZodObject<{ NPECompleted: import("zod").ZodBoolean; WeeklyCheckpoint: import("zod").ZodEffects; WeeklyRefillTime: import("zod").ZodEffects; }, "strip", import("zod").ZodTypeAny, { NPECompleted: boolean; WeeklyCheckpoint: Date; WeeklyRefillTime: Date; }, { NPECompleted: boolean; WeeklyCheckpoint: string; WeeklyRefillTime: string; }>; }, "strip", import("zod").ZodTypeAny, { Subject: string; Version: number; Contracts: { ContractDefinitionID: string; ContractProgression: { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }; ProgressionLevelReached: number; ProgressionTowardsNextLevel: number; }[]; ProcessedMatches: { ID: string; StartTime: Date; XPGrants: { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; } | null; RewardGrants: {} | null; MissionDeltas: Record; ObjectiveDeltas: Record; }> | null; ContractDeltas: Record | null; CouldProgressMissions: boolean; }[]; Missions: { ID: string; Objectives: Record; Complete: boolean; ExpirationTime: Date; }[]; ActiveSpecialContract: string; MissionMetadata: { NPECompleted: boolean; WeeklyCheckpoint: Date; WeeklyRefillTime: Date; }; }, { Subject: string; Version: number; Contracts: { ContractDefinitionID: string; ContractProgression: { TotalProgressionEarned: number; TotalProgressionEarnedVersion: number; HighestRewardedLevel: Record; }; ProgressionLevelReached: number; ProgressionTowardsNextLevel: number; }[]; ProcessedMatches: { ID: string; StartTime: number; XPGrants: { GamePlayed: number; GameWon: number; RoundPlayed: number; RoundWon: number; Missions: {}; Modifier: { Value: number; BaseMultiplierValue: number; Modifiers: { Value: number; Name: "RESTRICTIONS_XP" | "PREMIUM_CONTRACT_XP"; BaseOnly: boolean; }[]; }; NumAFKRounds: number; } | null; RewardGrants: {} | null; MissionDeltas: Record; ObjectiveDeltas: Record; }> | null; ContractDeltas: Record | null; CouldProgressMissions: boolean; }[]; Missions: { ID: string; Objectives: Record; Complete: boolean; ExpirationTime: string; }[]; ActiveSpecialContract: string; MissionMetadata: { NPECompleted: boolean; WeeklyCheckpoint: string; WeeklyRefillTime: string; }; }>; }; }; localHelpEndpoint: { readonly name: "Local Help"; readonly description: "Get help for the local client"; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "help"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ events: import("zod").ZodRecord; functions: import("zod").ZodRecord; types: import("zod").ZodRecord; }, "strip", import("zod").ZodTypeAny, { events: Record; functions: Record; types: Record; }, { events: Record; functions: Record; types: Record; }>; }; }; sessionsEndpoint: { readonly name: "Sessions"; readonly description: string; readonly queryName: "RiotClientSession_FetchSessions"; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "product-session/v1/external-sessions"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodRecord; executable: import("zod").ZodString; locale: import("zod").ZodNullable; voiceLocale: import("zod").ZodNull; workingDirectory: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { arguments: string[]; executable: string; locale: string | null; voiceLocale: null; workingDirectory: string; }, { arguments: string[]; executable: string; locale: string | null; voiceLocale: null; workingDirectory: string; }>; patchlineFullName: import("zod").ZodEnum<["VALORANT", "riot_client"]>; patchlineId: import("zod").ZodEnum<["", "live", "pbe"]>; phase: import("zod").ZodString; productId: import("zod").ZodEnum<["valorant", "riot_client"]>; version: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { exitCode: number; exitReason: null; isInternal: boolean; launchConfiguration: { arguments: string[]; executable: string; locale: string | null; voiceLocale: null; workingDirectory: string; }; patchlineFullName: "VALORANT" | "riot_client"; patchlineId: "" | "live" | "pbe"; phase: string; productId: "riot_client" | "valorant"; version: string; }, { exitCode: number; exitReason: null; isInternal: boolean; launchConfiguration: { arguments: string[]; executable: string; locale: string | null; voiceLocale: null; workingDirectory: string; }; patchlineFullName: "VALORANT" | "riot_client"; patchlineId: "" | "live" | "pbe"; phase: string; productId: "riot_client" | "valorant"; version: string; }>>; }; }; rsoUserInfoEndpoint: { readonly name: "RSO User Info"; readonly description: "Get RSO user info"; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "rso-auth/v1/authorization/userinfo"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ userInfo: import("zod").ZodEffects; }, "strip", import("zod").ZodTypeAny, { userInfo: { lol?: unknown; original_account_id?: unknown; original_platform_id?: unknown; player_plocale?: unknown; ppid?: unknown; pvpnet_account_id?: unknown; sub: string; acct: { type: number; game_name: string; adm: boolean; created_at: Date; state: string; tag_line: string; }; ban: { code?: unknown; desc?: string | undefined; exp?: unknown; restrictions: unknown[]; }; country: string; country_at: Date; email_verified: boolean; jti: string; lol_region: unknown[]; phone_number_verified: boolean; player_locale: string; preferred_username: string; pw: { cng_at: Date; must_reset: boolean; reset: boolean; }; username: string; }; }, { userInfo: string; }>; }; }; clientRegionEndpoint: { readonly name: "Client Region"; readonly description: "Gets info about the region and locale from the Riot client"; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "riotclient/region-locale"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ locale: import("zod").ZodString; region: import("zod").ZodString; webLanguage: import("zod").ZodString; webRegion: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { region: string; locale: string; webLanguage: string; webRegion: string; }, { region: string; locale: string; webLanguage: string; webRegion: string; }>; }; }; accountAliasEndpoint: { readonly name: "Account Alias"; readonly description: "Gets the player username and tagline"; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "player-account/aliases/v1/active"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ active: import("zod").ZodBoolean; created_datetime: import("zod").ZodEffects; game_name: import("zod").ZodString; summoner: import("zod").ZodBoolean; tag_line: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { game_name: string; tag_line: string; active: boolean; created_datetime: Date; summoner: boolean; }, { game_name: string; tag_line: string; active: boolean; created_datetime: number; summoner: boolean; }>; }; }; entitlementsTokenEndpoint: { readonly name: "Entitlements Token"; readonly description: string; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "entitlements/v1/token"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ accessToken: import("zod").ZodString; entitlements: import("zod").ZodArray; issuer: import("zod").ZodString; subject: import("zod").ZodString; token: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { token: string; subject: string; accessToken: string; entitlements: unknown[]; issuer: string; }, { token: string; subject: string; accessToken: string; entitlements: unknown[]; issuer: string; }>; }; }; chatSessionEndpoint: { readonly name: "Chat Session"; readonly description: "Get the current session including player name and PUUID"; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "chat/v1/session"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ federated: import("zod").ZodBoolean; game_name: import("zod").ZodString; game_tag: import("zod").ZodString; loaded: import("zod").ZodBoolean; name: import("zod").ZodString; pid: import("zod").ZodString; puuid: import("zod").ZodString; region: import("zod").ZodString; resource: import("zod").ZodString; state: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; state: string; federated: boolean; loaded: boolean; resource: string; }, { game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; state: string; federated: boolean; loaded: boolean; resource: string; }>; }; }; friendsEndpoint: { readonly name: "Friends"; readonly description: "Get a list of friends"; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "chat/v4/friends"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ friends: import("zod").ZodArray; displayGroup: import("zod").ZodString; game_name: import("zod").ZodString; game_tag: import("zod").ZodString; group: import("zod").ZodString; last_online_ts: import("zod").ZodNullable>; name: import("zod").ZodString; note: import("zod").ZodString; pid: import("zod").ZodString; puuid: import("zod").ZodString; region: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; activePlatform: string | null; displayGroup: string; group: string; last_online_ts: Date | null; note: string; }, { game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; activePlatform: string | null; displayGroup: string; group: string; last_online_ts: number | null; note: string; }>, "many">; }, "strip", import("zod").ZodTypeAny, { friends: { game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; activePlatform: string | null; displayGroup: string; group: string; last_online_ts: Date | null; note: string; }[]; }, { friends: { game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; activePlatform: string | null; displayGroup: string; group: string; last_online_ts: number | null; note: string; }[]; }>; }; }; sendFriendRequestEndpoint: { readonly name: "Send Friend Request"; readonly description: "Sends a friend request to a player. Can be used in conjunction with [GET Friend Requests] and [DELETE Remove Friend Request] to determine a player's PUUID from their game name."; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "chat/v4/friendrequests"; readonly method: "POST"; readonly riotRequirements: { readonly localAuth: true; }; readonly body: import("zod").ZodObject<{ game_name: import("zod").ZodString; game_tag: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { game_name: string; game_tag: string; }, { game_name: string; game_tag: string; }>; readonly responses: { readonly '200': import("zod").ZodObject<{ requests: import("zod").ZodArray; }, "strip", import("zod").ZodTypeAny, { requests: any[]; }, { requests: any[]; }>; }; }; removeFriendRequestEndpoint: { readonly name: "Remove Friend Request"; readonly description: "Removes an outgoing friend request"; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "chat/v4/friendrequests"; readonly method: "DELETE"; readonly riotRequirements: { readonly localAuth: true; }; readonly body: import("zod").ZodObject<{ puuid: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { puuid: string; }, { puuid: string; }>; readonly responses: { readonly '204': import("zod").ZodUndefined; }; }; presenceEndpoint: { readonly name: "Presence"; readonly description: string; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "chat/v4/presences"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ presences: import("zod").ZodArray; basic: import("zod").ZodString; details: import("zod").ZodNullable; game_name: import("zod").ZodString; game_tag: import("zod").ZodString; location: import("zod").ZodNullable; msg: import("zod").ZodNullable; name: import("zod").ZodString; patchline: import("zod").ZodNullable; pid: import("zod").ZodString; platform: import("zod").ZodNullable; private: import("zod").ZodEffects, { puuid: string; mapId: string; gameMode: string; queueId: string; bannerIdSelected: string; challengeCrystalSelected: string; challengeTitleSelected: string; challengeTokensSelected: number[]; championId: string; companionId: string; damageSkinId: string; gameId: string; gameQueueType: string; gameStatus: string; iconOverride: string; isObservable: string; level: string; mapSkinId: string; masteryScore: string; profileIcon: string; pty: string; rankedLeagueDivision: string; rankedLeagueQueue: string; rankedLeagueTier: string; rankedLosses: string; rankedPrevSeasonDivision: string; rankedPrevSeasonTier: string; rankedSplitRewardLevel: string; rankedWins: string; regalia: string; skinVariant: string; skinname: string; timeStamp: string; } | { customGameName: string; partyId: string; competitiveTier: number; accountLevel: number; queueId: string; isValid: boolean; sessionLoopState: string; partyOwnerSessionLoopState: string; customGameTeam: string; partyOwnerMatchMap: string; partyOwnerMatchCurrentTeam: string; partyOwnerMatchScoreAllyTeam: number; partyOwnerMatchScoreEnemyTeam: number; partyOwnerProvisioningFlow: string; matchMap: string; isPartyOwner: boolean; partyState: string; partyAccessibility: "OPEN" | "CLOSED"; maxPartySize: number; partyLFM: boolean; partyClientVersion: string; partySize: number; tournamentId: string; rosterId: string; partyVersion: Date; queueEntryTime: string; playerCardId: string; playerTitleId: string; preferredLevelBorderId: string; leaderboardPosition: number; isIdle: boolean; } | null, string | null>; privateJwt: import("zod").ZodNullable; product: import("zod").ZodEnum<["valorant", "league_of_legends"]>; puuid: import("zod").ZodString; region: import("zod").ZodString; resource: import("zod").ZodString; state: import("zod").ZodEnum<["mobile", "dnd", "away", "chat"]>; summary: import("zod").ZodString; time: import("zod").ZodEffects; }, "strip", import("zod").ZodTypeAny, { location?: unknown; actor?: unknown; details?: unknown; msg?: unknown; patchline?: unknown; platform?: unknown; privateJwt?: unknown; game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; time: Date; state: "chat" | "mobile" | "dnd" | "away"; resource: string; basic: string; private: { puuid: string; mapId: string; gameMode: string; queueId: string; bannerIdSelected: string; challengeCrystalSelected: string; challengeTitleSelected: string; challengeTokensSelected: number[]; championId: string; companionId: string; damageSkinId: string; gameId: string; gameQueueType: string; gameStatus: string; iconOverride: string; isObservable: string; level: string; mapSkinId: string; masteryScore: string; profileIcon: string; pty: string; rankedLeagueDivision: string; rankedLeagueQueue: string; rankedLeagueTier: string; rankedLosses: string; rankedPrevSeasonDivision: string; rankedPrevSeasonTier: string; rankedSplitRewardLevel: string; rankedWins: string; regalia: string; skinVariant: string; skinname: string; timeStamp: string; } | { customGameName: string; partyId: string; competitiveTier: number; accountLevel: number; queueId: string; isValid: boolean; sessionLoopState: string; partyOwnerSessionLoopState: string; customGameTeam: string; partyOwnerMatchMap: string; partyOwnerMatchCurrentTeam: string; partyOwnerMatchScoreAllyTeam: number; partyOwnerMatchScoreEnemyTeam: number; partyOwnerProvisioningFlow: string; matchMap: string; isPartyOwner: boolean; partyState: string; partyAccessibility: "OPEN" | "CLOSED"; maxPartySize: number; partyLFM: boolean; partyClientVersion: string; partySize: number; tournamentId: string; rosterId: string; partyVersion: Date; queueEntryTime: string; playerCardId: string; playerTitleId: string; preferredLevelBorderId: string; leaderboardPosition: number; isIdle: boolean; } | null; product: "valorant" | "league_of_legends"; summary: string; }, { location?: unknown; actor?: unknown; details?: unknown; msg?: unknown; patchline?: unknown; platform?: unknown; privateJwt?: unknown; game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; time: number; state: "chat" | "mobile" | "dnd" | "away"; resource: string; basic: string; private: string | null; product: "valorant" | "league_of_legends"; summary: string; }>, "many">; }, "strip", import("zod").ZodTypeAny, { presences: { location?: unknown; actor?: unknown; details?: unknown; msg?: unknown; patchline?: unknown; platform?: unknown; privateJwt?: unknown; game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; time: Date; state: "chat" | "mobile" | "dnd" | "away"; resource: string; basic: string; private: { puuid: string; mapId: string; gameMode: string; queueId: string; bannerIdSelected: string; challengeCrystalSelected: string; challengeTitleSelected: string; challengeTokensSelected: number[]; championId: string; companionId: string; damageSkinId: string; gameId: string; gameQueueType: string; gameStatus: string; iconOverride: string; isObservable: string; level: string; mapSkinId: string; masteryScore: string; profileIcon: string; pty: string; rankedLeagueDivision: string; rankedLeagueQueue: string; rankedLeagueTier: string; rankedLosses: string; rankedPrevSeasonDivision: string; rankedPrevSeasonTier: string; rankedSplitRewardLevel: string; rankedWins: string; regalia: string; skinVariant: string; skinname: string; timeStamp: string; } | { customGameName: string; partyId: string; competitiveTier: number; accountLevel: number; queueId: string; isValid: boolean; sessionLoopState: string; partyOwnerSessionLoopState: string; customGameTeam: string; partyOwnerMatchMap: string; partyOwnerMatchCurrentTeam: string; partyOwnerMatchScoreAllyTeam: number; partyOwnerMatchScoreEnemyTeam: number; partyOwnerProvisioningFlow: string; matchMap: string; isPartyOwner: boolean; partyState: string; partyAccessibility: "OPEN" | "CLOSED"; maxPartySize: number; partyLFM: boolean; partyClientVersion: string; partySize: number; tournamentId: string; rosterId: string; partyVersion: Date; queueEntryTime: string; playerCardId: string; playerTitleId: string; preferredLevelBorderId: string; leaderboardPosition: number; isIdle: boolean; } | null; product: "valorant" | "league_of_legends"; summary: string; }[]; }, { presences: { location?: unknown; actor?: unknown; details?: unknown; msg?: unknown; patchline?: unknown; platform?: unknown; privateJwt?: unknown; game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; time: number; state: "chat" | "mobile" | "dnd" | "away"; resource: string; basic: string; private: string | null; product: "valorant" | "league_of_legends"; summary: string; }[]; }>; }; }; friendRequestsEndpoint: { readonly name: "Friend Requests"; readonly description: "Get a list of friend requests"; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "chat/v4/friendrequests"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ requests: import("zod").ZodArray; }, "strip", import("zod").ZodTypeAny, { game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; note: string; subscription: "pending_out" | "pending_in"; }, { game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; note: string; subscription: "pending_out" | "pending_in"; }>, "many">; }, "strip", import("zod").ZodTypeAny, { requests: { game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; note: string; subscription: "pending_out" | "pending_in"; }[]; }, { requests: { game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; note: string; subscription: "pending_out" | "pending_in"; }[]; }>; }; }; localSwaggerDocsEndpoint: { readonly name: "Local Swagger Docs"; readonly description: "Fetches json Swagger docs for local endpoints. Can be imported into Swagger or Insomnia."; readonly category: "Local Endpoints"; readonly type: "local"; readonly suffix: "swagger/v3/openapi.json"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodUnknown; }; }; partyChatInfoEndpoint: { readonly name: "Party Chat Info"; readonly description: "Get information about the party chat"; readonly category: string[]; readonly type: "local"; readonly suffix: "chat/v6/conversations/ares-parties"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ conversations: import("zod").ZodArray; uiState: import("zod").ZodObject<{ changedSinceHidden: import("zod").ZodBoolean; hidden: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { changedSinceHidden: boolean; hidden: boolean; }, { changedSinceHidden: boolean; hidden: boolean; }>; unread_count: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }, { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }>, "many">; }, "strip", import("zod").ZodTypeAny, { conversations: { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }[]; }, { conversations: { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }[]; }>; }; }; pregameChatInfoEndpoint: { readonly name: "Pre-Game Chat Info"; readonly description: "Get information about the pre-game chat"; readonly category: string[]; readonly type: "local"; readonly suffix: "chat/v6/conversations/ares-pregame"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ conversations: import("zod").ZodArray; uiState: import("zod").ZodObject<{ changedSinceHidden: import("zod").ZodBoolean; hidden: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { changedSinceHidden: boolean; hidden: boolean; }, { changedSinceHidden: boolean; hidden: boolean; }>; unread_count: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }, { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }>, "many">; }, "strip", import("zod").ZodTypeAny, { conversations: { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }[]; }, { conversations: { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }[]; }>; }; }; currentGameChatInfoEndpoint: { readonly name: "Current Game Chat Info"; readonly description: "Get information about the current game chat"; readonly category: string[]; readonly type: "local"; readonly suffix: "chat/v6/conversations/ares-coregame"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ conversations: import("zod").ZodArray; uiState: import("zod").ZodObject<{ changedSinceHidden: import("zod").ZodBoolean; hidden: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { changedSinceHidden: boolean; hidden: boolean; }, { changedSinceHidden: boolean; hidden: boolean; }>; unread_count: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }, { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }>, "many">; }, "strip", import("zod").ZodTypeAny, { conversations: { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }[]; }, { conversations: { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }[]; }>; }; }; allChatInfoEndpoint: { readonly name: "All Chat Info"; readonly description: "Get information about all active conversations"; readonly category: string[]; readonly type: "local"; readonly suffix: "chat/v6/conversations"; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ conversations: import("zod").ZodArray; uiState: import("zod").ZodObject<{ changedSinceHidden: import("zod").ZodBoolean; hidden: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { changedSinceHidden: boolean; hidden: boolean; }, { changedSinceHidden: boolean; hidden: boolean; }>; unread_count: import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }, { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }>, "many">; }, "strip", import("zod").ZodTypeAny, { conversations: { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }[]; }, { conversations: { type: "groupchat" | "chat"; cid: string; direct_messages: boolean; global_readership: boolean; message_history: boolean; mid: string; muted: boolean; mutedRestriction: boolean; uiState: { changedSinceHidden: boolean; hidden: boolean; }; unread_count: number; }[]; }>; }; }; chatParticipantsEndpoint: { readonly name: "Chat Participants"; readonly description: "Get information about the participants of all active conversations or a specific conversation if a cid is provided"; readonly category: string[]; readonly type: "local"; readonly suffix: "chat/v5/participants"; readonly query: Map>; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ participants: import("zod").ZodArray, "many">; }, "strip", import("zod").ZodTypeAny, { participants: { cid: string; muted: boolean; game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; activePlatform: null; }[]; }, { participants: { cid: string; muted: boolean; game_name: string; game_tag: string; name: string; pid: string; puuid: string; region: string; activePlatform: null; }[]; }>; }; }; sendChatEndpoint: { readonly name: "Send Chat"; readonly description: "Send a message to the specified group"; readonly category: string[]; readonly type: "local"; readonly suffix: "chat/v6/messages"; readonly method: "POST"; readonly body: import("zod").ZodObject<{ cid: import("zod").ZodString; message: import("zod").ZodString; type: import("zod").ZodEnum<["groupchat", "chat", "system"]>; }, "strip", import("zod").ZodTypeAny, { message: string; type: "groupchat" | "chat" | "system"; cid: string; }, { message: string; type: "groupchat" | "chat" | "system"; cid: string; }>; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ messages: import("zod").ZodArray; type: import("zod").ZodEnum<["chat", "groupchat"]>; }, "strip", import("zod").ZodTypeAny, { type: "groupchat" | "chat"; cid: string; mid: string; body: string; game_name: string; game_tag: string; id: string; name: string; pid: string; puuid: string; read: boolean; region: string; time: Date; }, { type: "groupchat" | "chat"; cid: string; mid: string; body: string; game_name: string; game_tag: string; id: string; name: string; pid: string; puuid: string; read: boolean; region: string; time: string; }>, "many">; }, "strip", import("zod").ZodTypeAny, { messages: { type: "groupchat" | "chat"; cid: string; mid: string; body: string; game_name: string; game_tag: string; id: string; name: string; pid: string; puuid: string; read: boolean; region: string; time: Date; }[]; }, { messages: { type: "groupchat" | "chat"; cid: string; mid: string; body: string; game_name: string; game_tag: string; id: string; name: string; pid: string; puuid: string; read: boolean; region: string; time: string; }[]; }>; }; }; chatHistoryEndpoint: { readonly name: "Chat History"; readonly description: "Get chat history for all conversations or a specific conversation if the cid is provided"; readonly category: string[]; readonly type: "local"; readonly suffix: "chat/v6/messages"; readonly query: Map>; readonly riotRequirements: { readonly localAuth: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ messages: import("zod").ZodArray; type: import("zod").ZodEnum<["chat", "groupchat"]>; }, "strip", import("zod").ZodTypeAny, { type: "groupchat" | "chat"; cid: string; mid: string; body: string; game_name: string; game_tag: string; id: string; name: string; pid: string; puuid: string; read: boolean; region: string; time: Date; }, { type: "groupchat" | "chat"; cid: string; mid: string; body: string; game_name: string; game_tag: string; id: string; name: string; pid: string; puuid: string; read: boolean; region: string; time: string; }>, "many">; }, "strip", import("zod").ZodTypeAny, { messages: { type: "groupchat" | "chat"; cid: string; mid: string; body: string; game_name: string; game_tag: string; id: string; name: string; pid: string; puuid: string; read: boolean; region: string; time: Date; }[]; }, { messages: { type: "groupchat" | "chat"; cid: string; mid: string; body: string; game_name: string; game_tag: string; id: string; name: string; pid: string; puuid: string; read: boolean; region: string; time: string; }[]; }>; }; }; authCookiesEndpoint: { readonly name: "Auth Cookies"; readonly description: "Prepare cookies for auth request"; readonly category: "Authentication Endpoints"; readonly type: "other"; readonly suffix: "https://auth.riotgames.com/api/v1/authorization"; readonly method: "POST"; readonly headers: Map; readonly body: import("zod").ZodObject<{ client_id: import("zod").ZodLiteral<"play-valorant-web-prod">; nonce: import("zod").ZodLiteral<"1">; redirect_uri: import("zod").ZodLiteral<"https://playvalorant.com/opt_in">; response_type: import("zod").ZodLiteral<"token id_token">; scope: import("zod").ZodLiteral<"account openid">; }, "strip", import("zod").ZodTypeAny, { client_id: "play-valorant-web-prod"; nonce: "1"; redirect_uri: "https://playvalorant.com/opt_in"; response_type: "token id_token"; scope: "account openid"; }, { client_id: "play-valorant-web-prod"; nonce: "1"; redirect_uri: "https://playvalorant.com/opt_in"; response_type: "token id_token"; scope: "account openid"; }>; }; authRequestEndpoint: { readonly name: "Auth Request"; readonly description: string; readonly category: "Authentication Endpoints"; readonly type: "other"; readonly suffix: "https://auth.riotgames.com/api/v1/authorization"; readonly method: "PUT"; readonly headers: Map; readonly body: import("zod").ZodObject<{ type: import("zod").ZodLiteral<"auth">; username: import("zod").ZodString; password: import("zod").ZodString; remember: import("zod").ZodBoolean; language: import("zod").ZodLiteral<"en_US">; }, "strip", import("zod").ZodTypeAny, { type: "auth"; username: string; password: string; remember: boolean; language: "en_US"; }, { type: "auth"; username: string; password: string; remember: boolean; language: "en_US"; }>; }; multiFactorAuthenticationEndpoint: { readonly name: "Multi-Factor Authentication"; readonly description: "Submits a multi-factor authentication code for login"; readonly category: "Authentication Endpoints"; readonly type: "other"; readonly suffix: "https://auth.riotgames.com/api/v1/authorization"; readonly method: "PUT"; readonly headers: Map; readonly body: import("zod").ZodObject<{ type: import("zod").ZodLiteral<"multifactor">; code: import("zod").ZodString; rememberDevice: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { code: string; type: "multifactor"; rememberDevice: boolean; }, { code: string; type: "multifactor"; rememberDevice: boolean; }>; }; cookieReauthEndpoint: { readonly name: "Cookie Reauth"; readonly description: string; readonly category: "Authentication Endpoints"; readonly type: "other"; readonly suffix: "https://auth.riotgames.com/authorize?redirect_uri=https%3A%2F%2Fplayvalorant.com%2Fopt_in&client_id=play-valorant-web-prod&response_type=token%20id_token&nonce=1&scope=account%20openid"; }; entitlementEndpoint: { readonly name: "Entitlement"; readonly description: "Get entitlement for remote requests with a token"; readonly category: "Authentication Endpoints"; readonly type: "other"; readonly suffix: "https://entitlements.auth.riotgames.com/api/token/v1"; readonly method: "POST"; readonly headers: Map; readonly riotRequirements: { readonly token: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ entitlements_token: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { entitlements_token: string; }, { entitlements_token: string; }>; }; }; playerInfoEndpoint: { readonly name: "Player Info"; readonly description: "Get the PUUID and other info from a token"; readonly category: "Authentication Endpoints"; readonly type: "other"; readonly suffix: "https://auth.riotgames.com/userinfo"; readonly riotRequirements: { readonly token: true; }; readonly responses: { readonly '200': import("zod").ZodObject<{ country: import("zod").ZodString; sub: import("zod").ZodString; email_verified: import("zod").ZodBoolean; player_plocale: import("zod").ZodNullable; country_at: import("zod").ZodNullable>; pw: import("zod").ZodObject<{ cng_at: import("zod").ZodEffects; reset: import("zod").ZodBoolean; must_reset: import("zod").ZodBoolean; }, "strip", import("zod").ZodTypeAny, { cng_at: Date; must_reset: boolean; reset: boolean; }, { cng_at: number; must_reset: boolean; reset: boolean; }>; phone_number_verified: import("zod").ZodBoolean; account_verified: import("zod").ZodBoolean; ppid: import("zod").ZodNullable; federated_identity_providers: import("zod").ZodArray; player_locale: import("zod").ZodNullable; acct: import("zod").ZodObject<{ type: import("zod").ZodNumber; state: import("zod").ZodString; adm: import("zod").ZodBoolean; game_name: import("zod").ZodString; tag_line: import("zod").ZodString; created_at: import("zod").ZodEffects; }, "strip", import("zod").ZodTypeAny, { type: number; game_name: string; adm: boolean; created_at: Date; state: string; tag_line: string; }, { type: number; game_name: string; adm: boolean; created_at: number; state: string; tag_line: string; }>; age: import("zod").ZodNumber; jti: import("zod").ZodString; affinity: import("zod").ZodRecord; }, "strip", import("zod").ZodTypeAny, { player_plocale?: unknown; ppid?: unknown; sub: string; acct: { type: number; game_name: string; adm: boolean; created_at: Date; state: string; tag_line: string; }; country: string; country_at: Date | null; email_verified: boolean; jti: string; phone_number_verified: boolean; player_locale: string | null; pw: { cng_at: Date; must_reset: boolean; reset: boolean; }; account_verified: boolean; federated_identity_providers: string[]; age: number; affinity: Record; }, { player_plocale?: unknown; ppid?: unknown; sub: string; acct: { type: number; game_name: string; adm: boolean; created_at: number; state: string; tag_line: string; }; country: string; country_at: number | null; email_verified: boolean; jti: string; phone_number_verified: boolean; player_locale: string | null; pw: { cng_at: number; must_reset: boolean; reset: boolean; }; account_verified: boolean; federated_identity_providers: string[]; age: number; affinity: Record; }>; }; }; riotGeoEndpoint: { readonly name: "Riot Geo"; readonly description: "Get the region for a given ID token and auth token. The ID token and auth token can be obtained from [PUT Cookie Reauth]"; readonly category: "Authentication Endpoints"; readonly type: "other"; readonly suffix: "https://riot-geo.pas.si.riotgames.com/pas/v1/product/valorant"; readonly method: "PUT"; readonly riotRequirements: { readonly token: true; }; readonly body: import("zod").ZodObject<{ id_token: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { id_token: string; }, { id_token: string; }>; readonly responses: { readonly '200': import("zod").ZodObject<{ token: import("zod").ZodString; affinities: import("zod").ZodObject<{ pbe: import("zod").ZodString; live: import("zod").ZodString; }, "strip", import("zod").ZodTypeAny, { live: string; pbe: string; }, { live: string; pbe: string; }>; }, "strip", import("zod").ZodTypeAny, { token: string; affinities: { live: string; pbe: string; }; }, { token: string; affinities: { live: string; pbe: string; }; }>; }; }; pasTokenEndpoint: { readonly name: "PAS Token"; readonly description: "Get a PAS token using the auth token. The PAS token is a JWT that contains the affinity for the XMPP server."; readonly category: "Authentication Endpoints"; readonly type: "other"; readonly suffix: "https://riot-geo.pas.si.riotgames.com/pas/v1/service/chat"; readonly method: "GET"; readonly riotRequirements: { readonly token: true; }; readonly responses: { readonly '200': import("zod").ZodString; }; }; riotClientConfigEndpoint: { readonly name: "Riot Client Config"; readonly description: "Gets the config file used by the Riot Client. This includes a ton of info, most of it undocumented."; readonly category: "Authentication Endpoints"; readonly type: "other"; readonly suffix: "https://clientconfig.rpg.riotgames.com/api/v1/config/player?app=Riot%20Client"; readonly riotRequirements: { readonly token: true; readonly entitlement: true; }; readonly responses: { readonly '200': import("zod").ZodIntersection; 'chat.affinity_domains': import("zod").ZodRecord; 'chat.port': import("zod").ZodNumber; }, "strip", import("zod").ZodTypeAny, { 'chat.affinities': Record; 'chat.affinity_domains': Record; 'chat.port': number; }, { 'chat.affinities': Record; 'chat.affinity_domains': Record; 'chat.port': number; }>, import("zod").ZodRecord>; }; }; };