valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
753 lines (752 loc) • 42.1 kB
TypeScript
import { z } from 'zod';
export declare const 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': z.ZodObject<{
LastApplication: z.ZodEffects<z.ZodString, Date, string>;
Collapsed: z.ZodObject<{
ARES_MOC_ENTITLEMENT: z.ZodString;
'CLIENT.ICONS.ENABLED': z.ZodEffects<z.ZodString, boolean, string>;
CLIENT_LEADERBOARDS_ENABLED: z.ZodEffects<z.ZodString, boolean, string>;
GAME_ALLOW_CONSOLE: z.ZodEffects<z.ZodString, boolean, string>;
GAME_ALLOW_DEVELOPER_MENU: z.ZodEffects<z.ZodString, boolean, string>;
GAME_DISABLED_DEATHCAM: z.ZodEffects<z.ZodString, boolean, string>;
GAME_DISABLED_SKINS_WEAPONS: z.ZodEffects<z.ZodString, string[], string>;
GAME_PERFREPORTING_ENABLED: z.ZodEffects<z.ZodString, boolean, string>;
GAME_REMOTE_MOVE_INTERP_ENABLED: z.ZodEffects<z.ZodString, boolean, string>;
GAME_ROAMINGSETTINGS_ENABLED: z.ZodEffects<z.ZodString, boolean, string>;
GAME_ROAMINGSETTINGS_KEY: z.ZodString;
GAME_ROAMINGSETTINGS_STORAGEURL: z.ZodString;
MAP_PRELOADING_ENABLED: z.ZodEffects<z.ZodString, boolean, string>;
NAMECHECK_PLATFORM_REGION: z.ZodString;
NAMECHECK_PLATFORM_URL: z.ZodString;
ROSTER_REALM: z.ZodString;
SECURITY_WATERMARK_ENABLED: z.ZodEffects<z.ZodString, boolean, string>;
SECURITY_WATERMARK_MAX_OPACITY: z.ZodEffects<z.ZodString, number, string>;
SECURITY_WATERMARK_MIN_OPACITY: z.ZodEffects<z.ZodString, number, string>;
SECURITY_WATERMARK_TILING_FACTOR: z.ZodEffects<z.ZodString, number, string>;
SERVICEURL_ACCOUNT_XP: z.ZodString;
SERVICEURL_AGGSTATS: z.ZodString;
SERVICEURL_AVS: z.ZodString;
SERVICEURL_CONTENT: z.ZodString;
SERVICEURL_CONTRACTS: z.ZodString;
SERVICEURL_CONTRACT_DEFINITIONS: z.ZodString;
SERVICEURL_COREGAME: z.ZodString;
SERVICEURL_DAILY_TICKET: z.ZodString;
SERVICEURL_FAVORITES: z.ZodString;
SERVICEURL_GALBS_QUERY: z.ZodString;
SERVICEURL_LATENCY: z.ZodString;
SERVICEURL_LOGINQUEUE: z.ZodString;
SERVICEURL_MASS_REWARDS: z.ZodString;
SERVICEURL_MATCHDETAILS: z.ZodString;
SERVICEURL_MATCHHISTORY: z.ZodString;
SERVICEURL_MATCHMAKING: z.ZodString;
SERVICEURL_MMR: z.ZodString;
SERVICEURL_NAME: z.ZodString;
SERVICEURL_PARTY: z.ZodString;
SERVICEURL_PATCHNOTES: z.ZodString;
SERVICEURL_PERSONALIZATION: z.ZodString;
SERVICEURL_PLAYERFEEDBACK: z.ZodString;
SERVICEURL_PREGAME: z.ZodString;
SERVICEURL_PREMIER: z.ZodString;
SERVICEURL_PROGRESSION: z.ZodString;
SERVICEURL_PURCHASEMERCHANT: z.ZodString;
SERVICEURL_REPLAY_CATALOG: z.ZodString;
SERVICEURL_RESTRICTIONS: z.ZodString;
SERVICEURL_SESSION: z.ZodString;
SERVICEURL_STORE: z.ZodString;
SERVICEURL_TOURNAMENTS: z.ZodString;
SERVICE_TICKER_MESSAGE: z.ZodString;
'SERVICE_TICKER_MESSAGE.de-DE': z.ZodString;
'SERVICE_TICKER_MESSAGE.es-MX': z.ZodString;
'SERVICE_TICKER_MESSAGE.fr-FR': z.ZodString;
'SERVICE_TICKER_MESSAGE.it-IT': z.ZodString;
'SERVICE_TICKER_MESSAGE.pl-PL': z.ZodString;
'SERVICE_TICKER_MESSAGE.pt-BR': z.ZodString;
'SERVICE_TICKER_MESSAGE.ru-RU': z.ZodString;
'SERVICE_TICKER_MESSAGE.tr-TR': z.ZodString;
SERVICE_TICKER_SEVERITY: z.ZodString;
STORESCREEN_OFFERREFRESH_MAXDELAY_MILLISECONDS: z.ZodEffects<z.ZodString, number, string>;
'avs.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'cap.location': z.ZodString;
'characterselect.debugwidgets.hide': z.ZodEffects<z.ZodString, boolean, string>;
'chat.mutedwords.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'chat.v3.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'collection.characters.enabled': z.ZodEffects<z.ZodString, boolean, string>;
competitiveSeasonOffsetEndTime: z.ZodEffects<z.ZodString, number, string>;
'config.client.telemetry.samplerate': z.ZodEffects<z.ZodString, number, string>;
'content.filter.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'content.maps.disabled': z.ZodString;
'eog.wip': z.ZodEffects<z.ZodString, boolean, string>;
'friends.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'game.umgchat.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'homescreen.featuredQueues': z.ZodString;
'homescreen.patchnotes.baseURL': z.ZodString;
'homescreen.promo.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'homescreen.promo.key': z.ZodString;
'homescreen.webtile.baseURL': z.ZodString;
'loginqueue.region': z.ZodString;
'mainmenubar.collections.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'mainmenubar.debug.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'mainmenubar.profile.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'mainmenubar.progression.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'mainmenubar.shootingrange.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'mainmenubar.store.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'match.details.delay': z.ZodEffects<z.ZodString, number, string>;
'notifications.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'parties.auto.balance.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'party.observers.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'partyinvites.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'patchavailability.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'personalization.equipAnyLevel.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'personalization.useWidePlayerIdentityV2': z.ZodEffects<z.ZodString, boolean, string>;
'ping.update.interval': z.ZodEffects<z.ZodString, number, string>;
'ping.useGamePodsFromParties': z.ZodEffects<z.ZodString, boolean, string>;
'platformFaulted.level': z.ZodString;
'playerfeedbacktool.accessurl': z.ZodString;
'playerfeedbacktool.locale': z.ZodString;
'playerfeedbacktool.shard': z.ZodString;
'playerfeedbacktool.show': z.ZodEffects<z.ZodString, boolean, string>;
'playerfeedbacktool.survey_request_rate_float': z.ZodEffects<z.ZodString, number, string>;
'playscreen.partywidget.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'playscreen.partywidget.matchmaking.maxsize': z.ZodEffects<z.ZodString, number, string>;
'playscreen.premier.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'premier.conferences.fetch.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'premier.leaderboardTab.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'premier.matchHistoryTab.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'premier.playscreenflow.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'premier.rosterEligibilityCheck.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'premier.seasons.activeseason.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'premier.seasons.fetch.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'queue.status.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'rchat.ingame.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'reporterfeedback.fetch.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'reporterfeedback.notifications.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'restrictions.v2.fetch.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'restrictions.v2.warnings.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'riotwarning.fetch.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'riotwarning.notifications.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'rnet.useAuthenticatedVoice': z.ZodEffects<z.ZodString, boolean, string>;
'russia.voice.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'settings.livediagnostics.allowedplayers': z.ZodEffects<z.ZodString, string[], string>;
'shootingtest.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'skillrating.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'skillrating.inGame.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'skillrating.preGame.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'social.panel.v6.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'socialviewcontroller.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'socialviewcontroller.v2.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'store.isXgpDisabled': z.ZodEffects<z.ZodString, boolean, string>;
'store.use_currency_inventory_models': z.ZodEffects<z.ZodString, boolean, string>;
'store.use_platform_bundle_discounted_prices': z.ZodEffects<z.ZodString, boolean, string>;
'telemetry.rtp.eventendpoint': z.ZodString;
'telemetry.rtp.rfc190scope': z.ZodString;
'temp.voice.allowmuting': z.ZodEffects<z.ZodString, boolean, string>;
'tournaments.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'tournaments.pregame.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'vanguard.accessurl': z.ZodString;
'vanguard.netrequired': z.ZodEffects<z.ZodString, boolean, string>;
'voice.clutchmute.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'voice.clutchmute.prompt.enabled': z.ZodEffects<z.ZodString, boolean, string>;
'voice.provider': z.ZodString;
'whisper.enabled': z.ZodEffects<z.ZodString, boolean, string>;
}, "strip", z.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", z.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;
};
}>;
};
};
export type ConfigEndpointResponse = z.input<typeof configEndpoint.responses['200']>;