From c480bf393a3ce54f8bb22ed699d19f0ce121d3f0 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Sat, 7 Jan 2023 17:46:51 -0800 Subject: [PATCH] Regen, release 1.9.0 --- defaultConfig.json | 16 +++++++++++++--- package.json | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/defaultConfig.json b/defaultConfig.json index 973abf1..1ffeb9a 100644 --- a/defaultConfig.json +++ b/defaultConfig.json @@ -39,6 +39,7 @@ "championMastery": { "getAllChampionMasteries": "/lol/champion-mastery/v4/champion-masteries/by-summoner/%s", "getChampionMastery": "/lol/champion-mastery/v4/champion-masteries/by-summoner/%s/by-champion/%s", + "getTopChampionMasteries": "/lol/champion-mastery/v4/champion-masteries/by-summoner/%s/top", "getChampionMasteryScore": "/lol/champion-mastery/v4/scores/by-summoner/%s" }, "champion": { @@ -62,6 +63,14 @@ "getLeagueById": "/lol/league/v4/leagues/%s", "getMasterLeague": "/lol/league/v4/masterleagues/by-queue/%s" }, + "lolChallenges": { + "getAllChallengeConfigs": "/lol/challenges/v1/challenges/config", + "getAllChallengePercentiles": "/lol/challenges/v1/challenges/percentiles", + "getChallengeConfigs": "/lol/challenges/v1/challenges/%s/config", + "getChallengeLeaderboards": "/lol/challenges/v1/challenges/%s/leaderboards/by-level/%s", + "getChallengePercentiles": "/lol/challenges/v1/challenges/%s/percentiles", + "getPlayerData": "/lol/challenges/v1/player-data/%s" + }, "lolStatus": { "getPlatformData": "/lol/status/v4/platform-data" }, @@ -92,6 +101,7 @@ "getFeaturedGames": "/lol/spectator/v4/featured-games" }, "summoner": { + "getByRSOPUUID": "/fulfillment/v1/summoners/by-puuid/%s", "getByAccountId": "/lol/summoner/v4/summoners/by-account/%s", "getBySummonerName": "/lol/summoner/v4/summoners/by-name/%s", "getByPUUID": "/lol/summoner/v4/summoners/by-puuid/%s", @@ -111,6 +121,9 @@ "getMatchIdsByPUUID": "/tft/match/v1/matches/by-puuid/%s/ids", "getMatch": "/tft/match/v1/matches/%s" }, + "tftStatus": { + "getPlatformData": "/tft/status/v1/platform-data" + }, "tftSummoner": { "getByAccountId": "/tft/summoner/v1/summoners/by-account/%s", "getBySummonerName": "/tft/summoner/v1/summoners/by-name/%s", @@ -118,9 +131,6 @@ "getByAccessToken": "/tft/summoner/v1/summoners/me", "getBySummonerId": "/tft/summoner/v1/summoners/%s" }, - "thirdPartyCode": { - "getThirdPartyCodeBySummonerId": "/lol/platform/v4/third-party-code/by-summoner/%s" - }, "valContent": { "getContent": "/val/content/v1/contents" }, diff --git a/package.json b/package.json index b00771c..f42d286 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teemojs", - "version": "1.8.0", + "version": "1.9.0", "description": "A Fast & Lightweight Riot API Wrapper", "main": "index.js", "scripts": {