diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index 1f0ec19..855bee7 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 3d364f8efe1fc3090102af41f8d7fec1554abf45 +// Version 41709c9467fb6608974d90fc3b12980cd76acde3 //! Automatically generated endpoint handles. #![allow(clippy::let_and_return, clippy::too_many_arguments)] diff --git a/riven/src/meta.rs b/riven/src/meta.rs index 1fd9a01..81afd69 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 3d364f8efe1fc3090102af41f8d7fec1554abf45 +// Version 41709c9467fb6608974d90fc3b12980cd76acde3 //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 5edf671..ecb3fad 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 3d364f8efe1fc3090102af41f8d7fec1554abf45 +// Version 41709c9467fb6608974d90fc3b12980cd76acde3 #![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. #[serde(rename = "tokensEarned")] pub tokens_earned: i32, - #[serde(rename = "markRequiredForNextLevel")] - pub mark_required_for_next_level: i32, - #[serde(rename = "championSeasonMilestone")] - pub champion_season_milestone: i32, } }