-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
112 additions
and
108 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/java/generated/CollectionsLcdsSummonerIconInventoryDTO.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/main/java/generated/LolCollectionsCollectionsSummonerIcon.java
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
src/main/java/generated/LolCollectionsCollectionsSummonerIcons.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package generated; | ||
|
||
public class LolLootCollectionsSummonerIcon { | ||
|
||
public Integer itemId; | ||
|
||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
||
} |
9 changes: 9 additions & 0 deletions
9
src/main/java/generated/LolLootLootMilestonesClaimResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
src/main/java/generated/LolMatchHistoryGAMHSMatchHistoryData.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
10
src/main/java/generated/LolMatchHistoryGAMHSMatchHistoryList.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
||
} |
6 changes: 5 additions & 1 deletion
6
...nerated/LolGamhsMatchHistoryMetadata.java → ...atchHistoryGAMHSMatchHistoryMetadata.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
||
} |
9 changes: 0 additions & 9 deletions
9
src/main/java/generated/LolWorldsTokenCardCollectionsSummonerIcons.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters