mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 10:56:34 +00:00
Regen for removal of extra champion-mastery-v4
fields https://github.com/RiotGames/developer-relations/issues/915
This commit is contained in:
parent
981243c7f7
commit
7cb569f096
3 changed files with 3 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 3d364f8efe1fc3090102af41f8d7fec1554abf45
|
// Version 41709c9467fb6608974d90fc3b12980cd76acde3
|
||||||
|
|
||||||
//! Automatically generated endpoint handles.
|
//! Automatically generated endpoint handles.
|
||||||
#![allow(clippy::let_and_return, clippy::too_many_arguments)]
|
#![allow(clippy::let_and_return, clippy::too_many_arguments)]
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 3d364f8efe1fc3090102af41f8d7fec1554abf45
|
// Version 41709c9467fb6608974d90fc3b12980cd76acde3
|
||||||
|
|
||||||
//! Metadata about the Riot API and Riven.
|
//! Metadata about the Riot API and Riven.
|
||||||
//!
|
//!
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 3d364f8efe1fc3090102af41f8d7fec1554abf45
|
// Version 41709c9467fb6608974d90fc3b12980cd76acde3
|
||||||
|
|
||||||
#![allow(missing_docs)]
|
#![allow(missing_docs)]
|
||||||
|
|
||||||
|
@ -98,10 +98,6 @@ pub mod champion_mastery_v4 {
|
||||||
/// The token earned for this champion at the current championLevel. When the championLevel is advanced the tokensEarned resets to 0.
|
/// The token earned for this champion at the current championLevel. When the championLevel is advanced the tokensEarned resets to 0.
|
||||||
#[serde(rename = "tokensEarned")]
|
#[serde(rename = "tokensEarned")]
|
||||||
pub tokens_earned: i32,
|
pub tokens_earned: i32,
|
||||||
#[serde(rename = "markRequiredForNextLevel")]
|
|
||||||
pub mark_required_for_next_level: i32,
|
|
||||||
#[serde(rename = "championSeasonMilestone")]
|
|
||||||
pub champion_season_milestone: i32,
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue