UNPKG

valorant-api-types

Version:

A collection of documented endpoints and return types for the unofficial Valorant API

166 lines 11.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.endpoints = void 0; const FetchContent_1 = require("./endpoints/pvp/FetchContent"); const AccountXP_1 = require("./endpoints/pvp/AccountXP"); const PlayerLoadout_1 = require("./endpoints/pvp/PlayerLoadout"); const SetPlayerLoadout_1 = require("./endpoints/pvp/SetPlayerLoadout"); const PlayerMMR_1 = require("./endpoints/pvp/PlayerMMR"); const MatchHistory_1 = require("./endpoints/pvp/MatchHistory"); const MatchDetails_1 = require("./endpoints/pvp/MatchDetails"); const CompetitiveUpdates_1 = require("./endpoints/pvp/CompetitiveUpdates"); const Leaderboard_1 = require("./endpoints/pvp/Leaderboard"); const Penalties_1 = require("./endpoints/pvp/Penalties"); const ItemUpgrades_1 = require("./endpoints/contracts/ItemUpgrades"); const Config_1 = require("./endpoints/pvp/Config"); const Party_1 = require("./endpoints/party/Party"); const PartyPlayer_1 = require("./endpoints/party/PartyPlayer"); const PartyRemovePlayer_1 = require("./endpoints/party/PartyRemovePlayer"); const PartySetMemberReady_1 = require("./endpoints/party/PartySetMemberReady"); const RefreshCompetitiveTier_1 = require("./endpoints/party/RefreshCompetitiveTier"); const RefreshPlayerIdentity_1 = require("./endpoints/party/RefreshPlayerIdentity"); const RefreshPings_1 = require("./endpoints/party/RefreshPings"); const ChangeQueue_1 = require("./endpoints/party/ChangeQueue"); const StartCustomGame_1 = require("./endpoints/party/StartCustomGame"); const EnterMatchmakingQueue_1 = require("./endpoints/party/EnterMatchmakingQueue"); const LeaveMatchmakingQueue_1 = require("./endpoints/party/LeaveMatchmakingQueue"); const SetPartyAccessibility_1 = require("./endpoints/party/SetPartyAccessibility"); const SetCustomGameSettings_1 = require("./endpoints/party/SetCustomGameSettings"); const PartyInvite_1 = require("./endpoints/party/PartyInvite"); const PartyRequest_1 = require("./endpoints/party/PartyRequest"); const PartyDecline_1 = require("./endpoints/party/PartyDecline"); const CustomGameConfigs_1 = require("./endpoints/party/CustomGameConfigs"); const PartyChatToken_1 = require("./endpoints/party/PartyChatToken"); const PartyVoiceToken_1 = require("./endpoints/party/PartyVoiceToken"); const Prices_1 = require("./endpoints/store/Prices"); const Storefront_1 = require("./endpoints/store/Storefront"); const Wallet_1 = require("./endpoints/store/Wallet"); const OwnedItems_1 = require("./endpoints/store/OwnedItems"); const PregamePlayer_1 = require("./endpoints/pregame/PregamePlayer"); const PregameMatch_1 = require("./endpoints/pregame/PregameMatch"); const PregameLoadouts_1 = require("./endpoints/pregame/PregameLoadouts"); const SelectCharacter_1 = require("./endpoints/pregame/SelectCharacter"); const LockCharacter_1 = require("./endpoints/pregame/LockCharacter"); const PregameQuit_1 = require("./endpoints/pregame/PregameQuit"); const CurrentGamePlayer_1 = require("./endpoints/currentgame/CurrentGamePlayer"); const CurrentGameMatch_1 = require("./endpoints/currentgame/CurrentGameMatch"); const CurrentGameLoadouts_1 = require("./endpoints/currentgame/CurrentGameLoadouts"); const CurrentGameQuit_1 = require("./endpoints/currentgame/CurrentGameQuit"); const Contracts_1 = require("./endpoints/contracts/Contracts"); const ActivateContract_1 = require("./endpoints/contracts/ActivateContract"); const LocalHelp_1 = require("./endpoints/local/LocalHelp"); const Sessions_1 = require("./endpoints/local/Sessions"); const RSOUserInfo_1 = require("./endpoints/local/RSOUserInfo"); const ClientRegion_1 = require("./endpoints/local/ClientRegion"); const AccountAlias_1 = require("./endpoints/local/AccountAlias"); const EntitlementsToken_1 = require("./endpoints/local/EntitlementsToken"); const ChatSession_1 = require("./endpoints/local/ChatSession"); const Friends_1 = require("./endpoints/local/Friends"); const Presence_1 = require("./endpoints/local/Presence"); const FriendRequests_1 = require("./endpoints/local/FriendRequests"); const PartyChatInfo_1 = require("./endpoints/local/chat/PartyChatInfo"); const PregameChatInfo_1 = require("./endpoints/local/chat/PregameChatInfo"); const CurrentGameChatInfo_1 = require("./endpoints/local/chat/CurrentGameChatInfo"); const AllChatInfo_1 = require("./endpoints/local/chat/AllChatInfo"); const ChatParticipants_1 = require("./endpoints/local/chat/ChatParticipants"); const SendChat_1 = require("./endpoints/local/chat/SendChat"); const ChatHistory_1 = require("./endpoints/local/chat/ChatHistory"); const LocalSwaggerDocs_1 = require("./endpoints/local/LocalSwaggerDocs"); const AuthCookies_1 = require("./endpoints/auth/AuthCookies"); const AuthRequest_1 = require("./endpoints/auth/AuthRequest"); const MultiFactorAuthentication_1 = require("./endpoints/auth/MultiFactorAuthentication"); const CookieReauth_1 = require("./endpoints/auth/CookieReauth"); const Entitlement_1 = require("./endpoints/auth/Entitlement"); const PlayerInfo_1 = require("./endpoints/auth/PlayerInfo"); const NameService_1 = require("./endpoints/pvp/NameService"); const SendFriendRequest_1 = require("./endpoints/local/SendFriendRequest"); const RemoveFriendRequest_1 = require("./endpoints/local/RemoveFriendRequest"); const RiotGeo_1 = require("./endpoints/auth/RiotGeo"); const PASToken_1 = require("./endpoints/auth/PASToken"); const RiotClientConfig_1 = require("./endpoints/auth/RiotClientConfig"); const PartyDisableCode_1 = require("./endpoints/party/PartyDisableCode"); const PartyGenerateCode_1 = require("./endpoints/party/PartyGenerateCode"); const PartyJoinByCode_1 = require("./endpoints/party/PartyJoinByCode"); exports.endpoints = { fetchContentEndpoint: FetchContent_1.fetchContentEndpoint, accountXPEndpoint: AccountXP_1.accountXPEndpoint, playerLoadoutEndpoint: PlayerLoadout_1.playerLoadoutEndpoint, setPlayerLoadoutEndpoint: SetPlayerLoadout_1.setPlayerLoadoutEndpoint, playerMMREndpoint: PlayerMMR_1.playerMMREndpoint, matchHistoryEndpoint: MatchHistory_1.matchHistoryEndpoint, matchDetailsEndpoint: MatchDetails_1.matchDetailsEndpoint, competitiveUpdatesEndpoint: CompetitiveUpdates_1.competitiveUpdatesEndpoint, leaderboardEndpoint: Leaderboard_1.leaderboardEndpoint, penaltiesEndpoint: Penalties_1.penaltiesEndpoint, configEndpoint: Config_1.configEndpoint, nameServiceEndpoint: NameService_1.nameServiceEndpoint, partyEndpoint: Party_1.partyEndpoint, partyPlayerEndpoint: PartyPlayer_1.partyPlayerEndpoint, partyRemovePlayerEndpoint: PartyRemovePlayer_1.partyRemovePlayerEndpoint, partySetMemberReadyEndpoint: PartySetMemberReady_1.partySetMemberReadyEndpoint, refreshCompetitiveTierEndpoint: RefreshCompetitiveTier_1.refreshCompetitiveTierEndpoint, refreshPlayerIdentityEndpoint: RefreshPlayerIdentity_1.refreshPlayerIdentityEndpoint, refreshPingsEndpoint: RefreshPings_1.refreshPingsEndpoint, changeQueueEndpoint: ChangeQueue_1.changeQueueEndpoint, startCustomGameEndpoint: StartCustomGame_1.startCustomGameEndpoint, enterMatchmakingQueueEndpoint: EnterMatchmakingQueue_1.enterMatchmakingQueueEndpoint, leaveMatchmakingQueueEndpoint: LeaveMatchmakingQueue_1.leaveMatchmakingQueueEndpoint, setPartyAccessibilityEndpoint: SetPartyAccessibility_1.setPartyAccessibilityEndpoint, setCustomGameSettingsEndpoint: SetCustomGameSettings_1.setCustomGameSettingsEndpoint, partyInviteEndpoint: PartyInvite_1.partyInviteEndpoint, partyRequestEndpoint: PartyRequest_1.partyRequestEndpoint, partyDeclineEndpoint: PartyDecline_1.partyDeclineEndpoint, customGameConfigsEndpoint: CustomGameConfigs_1.customGameConfigsEndpoint, partyChatTokenEndpoint: PartyChatToken_1.partyChatTokenEndpoint, partyVoiceTokenEndpoint: PartyVoiceToken_1.partyVoiceTokenEndpoint, partyDisableCodeEndpoint: PartyDisableCode_1.partyDisableCodeEndpoint, partyGenerateCodeEndpoint: PartyGenerateCode_1.partyGenerateCodeEndpoint, partyJoinByCodeEndpoint: PartyJoinByCode_1.partyJoinByCodeEndpoint, pricesEndpoint: Prices_1.pricesEndpoint, storefrontEndpoint: Storefront_1.storefrontEndpoint, walletEndpoint: Wallet_1.walletEndpoint, ownedItemsEndpoint: OwnedItems_1.ownedItemsEndpoint, pregamePlayerEndpoint: PregamePlayer_1.pregamePlayerEndpoint, pregameMatchEndpoint: PregameMatch_1.pregameMatchEndpoint, pregameLoadoutsEndpoint: PregameLoadouts_1.pregameLoadoutsEndpoint, selectCharacterEndpoint: SelectCharacter_1.selectCharacterEndpoint, lockCharacterEndpoint: LockCharacter_1.lockCharacterEndpoint, pregameQuitEndpoint: PregameQuit_1.pregameQuitEndpoint, currentGamePlayerEndpoint: CurrentGamePlayer_1.currentGamePlayerEndpoint, currentGameMatchEndpoint: CurrentGameMatch_1.currentGameMatchEndpoint, currentGameLoadoutsEndpoint: CurrentGameLoadouts_1.currentGameLoadoutsEndpoint, currentGameQuitEndpoint: CurrentGameQuit_1.currentGameQuitEndpoint, itemUpgradesEndpoint: ItemUpgrades_1.itemUpgradesEndpoint, contractsEndpoint: Contracts_1.contractsEndpoint, activateContractEndpoint: ActivateContract_1.activateContractEndpoint, localHelpEndpoint: LocalHelp_1.localHelpEndpoint, sessionsEndpoint: Sessions_1.sessionsEndpoint, rsoUserInfoEndpoint: RSOUserInfo_1.rsoUserInfoEndpoint, clientRegionEndpoint: ClientRegion_1.clientRegionEndpoint, accountAliasEndpoint: AccountAlias_1.accountAliasEndpoint, entitlementsTokenEndpoint: EntitlementsToken_1.entitlementsTokenEndpoint, chatSessionEndpoint: ChatSession_1.chatSessionEndpoint, friendsEndpoint: Friends_1.friendsEndpoint, sendFriendRequestEndpoint: SendFriendRequest_1.sendFriendRequestEndpoint, removeFriendRequestEndpoint: RemoveFriendRequest_1.removeFriendRequestEndpoint, presenceEndpoint: Presence_1.presenceEndpoint, friendRequestsEndpoint: FriendRequests_1.friendRequestsEndpoint, localSwaggerDocsEndpoint: LocalSwaggerDocs_1.localSwaggerDocsEndpoint, partyChatInfoEndpoint: PartyChatInfo_1.partyChatInfoEndpoint, pregameChatInfoEndpoint: PregameChatInfo_1.pregameChatInfoEndpoint, currentGameChatInfoEndpoint: CurrentGameChatInfo_1.currentGameChatInfoEndpoint, allChatInfoEndpoint: AllChatInfo_1.allChatInfoEndpoint, chatParticipantsEndpoint: ChatParticipants_1.chatParticipantsEndpoint, sendChatEndpoint: SendChat_1.sendChatEndpoint, chatHistoryEndpoint: ChatHistory_1.chatHistoryEndpoint, authCookiesEndpoint: AuthCookies_1.authCookiesEndpoint, authRequestEndpoint: AuthRequest_1.authRequestEndpoint, multiFactorAuthenticationEndpoint: MultiFactorAuthentication_1.multiFactorAuthenticationEndpoint, cookieReauthEndpoint: CookieReauth_1.cookieReauthEndpoint, entitlementEndpoint: Entitlement_1.entitlementEndpoint, playerInfoEndpoint: PlayerInfo_1.playerInfoEndpoint, riotGeoEndpoint: RiotGeo_1.riotGeoEndpoint, pasTokenEndpoint: PASToken_1.pasTokenEndpoint, riotClientConfigEndpoint: RiotClientConfig_1.riotClientConfigEndpoint }; //# sourceMappingURL=endpoints.js.map