Skip to content

Commit

Permalink
Update to 11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed Mar 5, 2021
1 parent 36d59ed commit ef56540
Show file tree
Hide file tree
Showing 25 changed files with 112 additions and 108 deletions.
9 changes: 0 additions & 9 deletions src/main/java/generated/CollectionsLcdsSummonerIcon.java

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions src/main/java/generated/LolGamhsAccessToken.java

This file was deleted.

7 changes: 0 additions & 7 deletions src/main/java/generated/LolGamhsLoginSession.java

This file was deleted.

8 changes: 0 additions & 8 deletions src/main/java/generated/LolGamhsMatchHistoryData.java

This file was deleted.

10 changes: 0 additions & 10 deletions src/main/java/generated/LolGamhsMatchHistoryList.java

This file was deleted.

7 changes: 7 additions & 0 deletions src/main/java/generated/LolLootCollectionsSummonerIcon.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package generated;

public class LolLootCollectionsSummonerIcon {

public Integer itemId;

}
9 changes: 0 additions & 9 deletions src/main/java/generated/LolLootCollectionsSummonerIcons.java

This file was deleted.

11 changes: 11 additions & 0 deletions src/main/java/generated/LolLootLootMilestone.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package generated;

import java.util.List;

public class LolLootLootMilestone {

public String id;
public List<LolLootLootMilestoneReward> rewards;
public Integer threshold;

}
11 changes: 11 additions & 0 deletions src/main/java/generated/LolLootLootMilestoneReward.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package generated;

public class LolLootLootMilestoneReward {

public String inventoryType;
public Integer itemId;
public String itemInstanceId;
public Integer quantity;
public String rewardType;

}
14 changes: 14 additions & 0 deletions src/main/java/generated/LolLootLootMilestones.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package generated;

import java.util.List;

public class LolLootLootMilestones {

public Boolean active;
public String endDate;
public String id;
public List<LolLootLootMilestone> milestones;
public List<String> recipes;
public String startDate;

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package generated;

import java.util.List;

public class LolLootLootMilestonesClaimResponse {

public List<String> claimedMilestones;

}
11 changes: 11 additions & 0 deletions src/main/java/generated/LolLootLootMilestonesCounter.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package generated;

import java.util.List;

public class LolLootLootMilestonesCounter {

public List<String> claimedMilestones;
public Integer counterValue;
public String lootMilestonesId;

}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import java.util.List;

public class LolLootRecipe {
public class LolLootRecipeWithMilestones {

public String contextMenuText;
public String crafterName;
Expand All @@ -11,6 +11,7 @@ public class LolLootRecipe {
public String imagePath;
public String introVideoPath;
public String loopVideoPath;
public List<String> lootMilestoneIds;
public LolLootRecipeMetadata metadata;
public List<LolLootRecipeOutput> outputs;
public String outroVideoPath;
Expand Down
1 change: 1 addition & 0 deletions src/main/java/generated/LolMapsMaps.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public class LolMapsMaps {
public Long id;
public Boolean isDefault;
public Boolean isRGM;
public Object locStrings;
public String mapStringId;
public String name;
public String platformId;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/generated/LolMatchHistoryAcsPlayer.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class LolMatchHistoryAcsPlayer {

public String accountId;
public Long accountId;
public String platformId;

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package generated;

public class LolMatchHistoryGAMHSMatchHistoryData {

public Object json;
public LolMatchHistoryGAMHSMatchHistoryMetadata metadata;

}
10 changes: 10 additions & 0 deletions src/main/java/generated/LolMatchHistoryGAMHSMatchHistoryList.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package generated;

import java.util.List;

public class LolMatchHistoryGAMHSMatchHistoryList {

public String active_puuid;
public List<LolMatchHistoryGAMHSMatchHistoryData> games;

}
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
package generated;

import java.util.List;
import com.google.gson.annotations.SerializedName;

public class LolGamhsMatchHistoryMetadata {
public class LolMatchHistoryGAMHSMatchHistoryMetadata {

public Integer data_version;
public String info_type;
public String match_id;
public List<String> participants;
@SerializedName("private")
public Boolean privateField;
public String product;
public List<String> tags;
public Long timestamp;

}
10 changes: 10 additions & 0 deletions src/main/java/generated/LolMatchHistoryMHSummoner.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package generated;

public class LolMatchHistoryMHSummoner {

public Long accountId;
public String displayName;
public String puuid;
public Long summonerId;

}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ public enum LolWorldsTokenCardTokenUpsellLockedType {

@SerializedName("UNASSIGNED")
UNASSIGNED,
@SerializedName("UNLOCKED")
UNLOCKED,
@SerializedName("LOCKED")
LOCKED
LOCKED,
@SerializedName("UNLOCKED")
UNLOCKED

}
18 changes: 9 additions & 9 deletions src/main/java/generated/UriMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class UriMap {
toClass.put("\\/client-config\\/v2\\/namespace\\/[^/]+\\/player", Object.class);
toClass.put("\\/client-config\\/v2\\/namespace\\/[^/]+\\/public", Object.class);
toClass.put("\\/cookie-jar\\/v1\\/cookies", cookie[].class);
toClass.put("\\/crash-reporting\\/v1\\/crash-status", Boolean.class);
toClass.put("\\/data-store\\/v1\\/install-dir", String.class);
toClass.put("\\/data-store\\/v1\\/install-settings\\/[^/]+", Object.class);
toClass.put("\\/data-store\\/v1\\/system-settings\\/[^/]+", Object.class);
Expand Down Expand Up @@ -152,11 +153,8 @@ public class UriMap {
toClass.put("\\/lol-collections\\/v1\\/inventories\\/[^/]+\\/champion-mastery", LolCollectionsCollectionsChampionMastery[].class);
toClass.put("\\/lol-collections\\/v1\\/inventories\\/[^/]+\\/champion-mastery\\/top", LolCollectionsCollectionsTopChampionMasteries.class);
toClass.put("\\/lol-collections\\/v1\\/inventories\\/[^/]+\\/spells", LolCollectionsCollectionsSummonerSpells.class);
toClass.put("\\/lol-collections\\/v1\\/inventories\\/[^/]+\\/summoner-icons", LolCollectionsCollectionsSummonerIcons.class);
toClass.put("\\/lol-collections\\/v1\\/inventories\\/[^/]+\\/ward-skins", LolCollectionsCollectionsWardSkin[].class);
toClass.put("\\/lol-collections\\/v1\\/inventories\\/[^/]+\\/ward-skins\\/[^/]+", LolCollectionsCollectionsWardSkin.class);
toClass.put("\\/lol-collections\\/v2\\/inventories\\/[^/]+\\/summoner-icons", LolCollectionsCollectionsSummonerIcons.class);
toClass.put("\\/lol-collections\\/v2\\/inventories\\/[^/]+\\/summoner-icons\\/[^/]+", LolCollectionsCollectionsSummonerIcon.class);
toClass.put("\\/lol-content-targeting\\/v1\\/filters", LolContentTargetingContentTargetingFilterResponse.class);
toClass.put("\\/lol-content-targeting\\/v1\\/locale", LolContentTargetingContentTargetingLocaleResponse.class);
toClass.put("\\/lol-content-targeting\\/v1\\/protected_filters", LolContentTargetingContentTargetingFilterResponse.class);
Expand Down Expand Up @@ -200,10 +198,6 @@ public class UriMap {
toClass.put("\\/lol-gameflow\\/v1\\/session", LolGameflowGameflowSession.class);
toClass.put("\\/lol-gameflow\\/v1\\/spectate", Boolean.class);
toClass.put("\\/lol-gameflow\\/v1\\/watch", LolGameflowGameflowWatchPhase.class);
toClass.put("\\/lol-gamhs\\/v1\\/products\\/[^/]+\\/current-summoner\\/matches", LolGamhsMatchHistoryList.class);
toClass.put("\\/lol-gamhs\\/v1\\/products\\/[^/]+\\/matches\\/[^/]+\\/details", LolGamhsMatchHistoryData.class);
toClass.put("\\/lol-gamhs\\/v1\\/products\\/[^/]+\\/matches\\/[^/]+\\/summary", LolGamhsMatchHistoryData.class);
toClass.put("\\/lol-gamhs\\/v1\\/products\\/[^/]+\\/[^/]+\\/matches", LolGamhsMatchHistoryList.class);
toClass.put("\\/lol-geoinfo\\/v1\\/getlocation", LolGeoinfoGeoInfo.class);
toClass.put("\\/lol-geoinfo\\/v1\\/whereami", LolGeoinfoGeoInfoResponse.class);
toClass.put("\\/lol-highlights\\/v1\\/config", LolHighlightsHighlightsConfig.class);
Expand Down Expand Up @@ -311,6 +305,10 @@ public class UriMap {
toClass.put("\\/lol-loot\\/v1\\/enabled", Boolean.class);
toClass.put("\\/lol-loot\\/v1\\/loot-grants", LolLootLootGrantNotification[].class);
toClass.put("\\/lol-loot\\/v1\\/loot-items", LolLootLootItem[].class);
toClass.put("\\/lol-loot\\/v1\\/milestones", LolLootLootMilestones[].class);
toClass.put("\\/lol-loot\\/v1\\/milestones\\/counters", LolLootLootMilestonesCounter[].class);
toClass.put("\\/lol-loot\\/v1\\/milestones\\/[^/]+", LolLootLootMilestones.class);
toClass.put("\\/lol-loot\\/v1\\/milestones\\/[^/]+\\/counter", LolLootLootMilestonesCounter.class);
toClass.put("\\/lol-loot\\/v1\\/new-player-check-done", Boolean.class);
toClass.put("\\/lol-loot\\/v1\\/player-display-categories", String[].class);
toClass.put("\\/lol-loot\\/v1\\/player-loot", LolLootPlayerLoot[].class);
Expand All @@ -319,7 +317,7 @@ public class UriMap {
toClass.put("\\/lol-loot\\/v1\\/player-loot\\/[^/]+", LolLootPlayerLoot.class);
toClass.put("\\/lol-loot\\/v1\\/player-loot\\/[^/]+\\/context-menu", LolLootContextMenu[].class);
toClass.put("\\/lol-loot\\/v1\\/ready", Boolean.class);
toClass.put("\\/lol-loot\\/v1\\/recipes\\/initial-item\\/[^/]+", LolLootRecipe[].class);
toClass.put("\\/lol-loot\\/v1\\/recipes\\/initial-item\\/[^/]+", LolLootRecipeWithMilestones[].class);
toClass.put("\\/lol-loot\\/v2\\/player-loot-map", LolLootPlayerLootMap.class);
toClass.put("\\/lol-loyalty\\/v1\\/status-notification", LolLoyaltyLoyaltyStatusNotification.class);
toClass.put("\\/lol-maps\\/v1\\/map\\/[^/]+", LolMapsMaps.class);
Expand All @@ -330,13 +328,15 @@ public class UriMap {
toClass.put("\\/lol-match-history\\/v1\\/delta", LolMatchHistoryMatchHistoryPlayerDelta.class);
toClass.put("\\/lol-match-history\\/v1\\/game-timelines\\/[^/]+", LolMatchHistoryMatchHistoryTimelineFrames.class);
toClass.put("\\/lol-match-history\\/v1\\/games\\/[^/]+", LolMatchHistoryMatchHistoryGame.class);
toClass.put("\\/lol-match-history\\/v1\\/products\\/lol\\/current-summoner\\/matches", LolMatchHistoryMatchHistoryList.class);
toClass.put("\\/lol-match-history\\/v1\\/products\\/lol\\/[^/]+\\/matches", LolMatchHistoryMatchHistoryList.class);
toClass.put("\\/lol-match-history\\/v1\\/products\\/tft\\/[^/]+\\/matches", LolMatchHistoryGAMHSMatchHistoryList.class);
toClass.put("\\/lol-match-history\\/v1\\/recently-played-champions\\/[^/]+", LolMatchHistoryRecentlyPlayedChampionCollection.class);
toClass.put("\\/lol-match-history\\/v1\\/recently-played-summoners", LolMatchHistoryRecentlyPlayedSummoner[].class);
toClass.put("\\/lol-match-history\\/v1\\/web-url", String.class);
toClass.put("\\/lol-match-history\\/v2\\/recently-played-champions\\/current-summoner", LolMatchHistoryRecentlyPlayedChampionCollection.class);
toClass.put("\\/lol-match-history\\/v2\\/recently-played-champions\\/[^/]+", LolMatchHistoryRecentlyPlayedChampionCollection.class);
toClass.put("\\/lol-match-history\\/v3\\/matchlist\\/account\\/[^/]+", LolMatchHistoryMatchHistoryList.class);
toClass.put("\\/lol-match-history\\/v3\\/matchlist\\/current-summoner", LolMatchHistoryMatchHistoryList.class);
toClass.put("\\/lol-matchmaking\\/v1\\/ready-check", LolMatchmakingMatchmakingReadyCheckResource.class);
toClass.put("\\/lol-matchmaking\\/v1\\/search", LolMatchmakingMatchmakingSearchResource.class);
toClass.put("\\/lol-matchmaking\\/v1\\/search\\/errors", LolMatchmakingMatchmakingSearchErrorResource[].class);
Expand Down

0 comments on commit ef56540

Please sign in to comment.