valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
100 lines • 6.37 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./endpoints/pvp/FetchContent"), exports);
__exportStar(require("./endpoints/pvp/AccountXP"), exports);
__exportStar(require("./endpoints/pvp/PlayerLoadout"), exports);
__exportStar(require("./endpoints/pvp/SetPlayerLoadout"), exports);
__exportStar(require("./endpoints/pvp/PlayerMMR"), exports);
__exportStar(require("./endpoints/pvp/MatchHistory"), exports);
__exportStar(require("./endpoints/pvp/MatchDetails"), exports);
__exportStar(require("./endpoints/pvp/CompetitiveUpdates"), exports);
__exportStar(require("./endpoints/pvp/Leaderboard"), exports);
__exportStar(require("./endpoints/pvp/Penalties"), exports);
__exportStar(require("./endpoints/pvp/Config"), exports);
__exportStar(require("./endpoints/pvp/NameService"), exports);
__exportStar(require("./endpoints/party/Party"), exports);
__exportStar(require("./endpoints/party/PartyPlayer"), exports);
__exportStar(require("./endpoints/party/PartyRemovePlayer"), exports);
__exportStar(require("./endpoints/party/PartySetMemberReady"), exports);
__exportStar(require("./endpoints/party/RefreshCompetitiveTier"), exports);
__exportStar(require("./endpoints/party/RefreshPlayerIdentity"), exports);
__exportStar(require("./endpoints/party/RefreshPings"), exports);
__exportStar(require("./endpoints/party/ChangeQueue"), exports);
__exportStar(require("./endpoints/party/StartCustomGame"), exports);
__exportStar(require("./endpoints/party/EnterMatchmakingQueue"), exports);
__exportStar(require("./endpoints/party/LeaveMatchmakingQueue"), exports);
__exportStar(require("./endpoints/party/SetPartyAccessibility"), exports);
__exportStar(require("./endpoints/party/SetCustomGameSettings"), exports);
__exportStar(require("./endpoints/party/PartyInvite"), exports);
__exportStar(require("./endpoints/party/PartyRequest"), exports);
__exportStar(require("./endpoints/party/PartyDecline"), exports);
__exportStar(require("./endpoints/party/CustomGameConfigs"), exports);
__exportStar(require("./endpoints/party/PartyChatToken"), exports);
__exportStar(require("./endpoints/party/PartyVoiceToken"), exports);
__exportStar(require("./endpoints/party/PartyGenerateCode"), exports);
__exportStar(require("./endpoints/party/PartyDisableCode"), exports);
__exportStar(require("./endpoints/party/PartyJoinByCode"), exports);
__exportStar(require("./endpoints/store/Prices"), exports);
__exportStar(require("./endpoints/store/Storefront"), exports);
__exportStar(require("./endpoints/store/Wallet"), exports);
__exportStar(require("./endpoints/store/OwnedItems"), exports);
__exportStar(require("./endpoints/pregame/PregamePlayer"), exports);
__exportStar(require("./endpoints/pregame/PregameMatch"), exports);
__exportStar(require("./endpoints/pregame/PregameLoadouts"), exports);
__exportStar(require("./endpoints/pregame/SelectCharacter"), exports);
__exportStar(require("./endpoints/pregame/LockCharacter"), exports);
__exportStar(require("./endpoints/pregame/PregameQuit"), exports);
__exportStar(require("./endpoints/currentgame/CurrentGamePlayer"), exports);
__exportStar(require("./endpoints/currentgame/CurrentGameMatch"), exports);
__exportStar(require("./endpoints/currentgame/CurrentGameLoadouts"), exports);
__exportStar(require("./endpoints/currentgame/CurrentGameQuit"), exports);
__exportStar(require("./endpoints/contracts/ItemUpgrades"), exports);
__exportStar(require("./endpoints/contracts/Contracts"), exports);
__exportStar(require("./endpoints/contracts/ActivateContract"), exports);
__exportStar(require("./endpoints/local/LocalHelp"), exports);
__exportStar(require("./endpoints/local/Sessions"), exports);
__exportStar(require("./endpoints/local/RSOUserInfo"), exports);
__exportStar(require("./endpoints/local/ClientRegion"), exports);
__exportStar(require("./endpoints/local/AccountAlias"), exports);
__exportStar(require("./endpoints/local/EntitlementsToken"), exports);
__exportStar(require("./endpoints/local/ChatSession"), exports);
__exportStar(require("./endpoints/local/Friends"), exports);
__exportStar(require("./endpoints/local/Presence"), exports);
__exportStar(require("./endpoints/local/FriendRequests"), exports);
__exportStar(require("./endpoints/local/SendFriendRequest"), exports);
__exportStar(require("./endpoints/local/RemoveFriendRequest"), exports);
__exportStar(require("./endpoints/local/LocalSwaggerDocs"), exports);
__exportStar(require("./endpoints/local/chat/PartyChatInfo"), exports);
__exportStar(require("./endpoints/local/chat/PregameChatInfo"), exports);
__exportStar(require("./endpoints/local/chat/CurrentGameChatInfo"), exports);
__exportStar(require("./endpoints/local/chat/AllChatInfo"), exports);
__exportStar(require("./endpoints/local/chat/ChatParticipants"), exports);
__exportStar(require("./endpoints/local/chat/SendChat"), exports);
__exportStar(require("./endpoints/local/chat/ChatHistory"), exports);
__exportStar(require("./endpoints/auth/AuthCookies"), exports);
__exportStar(require("./endpoints/auth/AuthRequest"), exports);
__exportStar(require("./endpoints/auth/MultiFactorAuthentication"), exports);
__exportStar(require("./endpoints/auth/CookieReauth"), exports);
__exportStar(require("./endpoints/auth/Entitlement"), exports);
__exportStar(require("./endpoints/auth/PlayerInfo"), exports);
__exportStar(require("./endpoints/auth/RiotGeo"), exports);
__exportStar(require("./endpoints/auth/PASToken"), exports);
__exportStar(require("./endpoints/auth/RiotClientConfig"), exports);
__exportStar(require("./endpoints"), exports);
__exportStar(require("./commonTypes"), exports);
__exportStar(require("./ValorantEndpoint"), exports);
//# sourceMappingURL=index.js.map