diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index ccabce8..bf20751 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 675e4fa61821a0c21181c967ab2c6eca33a599c6 +// Version 504595fec7b02c19d8dab9f3bb22a6406af8024f //! 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 2f1ca67..749b467 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 675e4fa61821a0c21181c967ab2c6eca33a599c6 +// Version 504595fec7b02c19d8dab9f3bb22a6406af8024f //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index a1f0078..eeec2df 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 675e4fa61821a0c21181c967ab2c6eca33a599c6 +// Version 504595fec7b02c19d8dab9f3bb22a6406af8024f #![allow(missing_docs)] @@ -504,6 +504,12 @@ pub mod lol_challenges_v1 { #[serde(rename = "challengeIds")] #[serde(skip_serializing_if = "Option::is_none")] pub challenge_ids: Option>, + #[serde(rename = "crestBorder")] + #[serde(skip_serializing_if = "Option::is_none")] + pub crest_border: Option, + #[serde(rename = "prestigeCrestBorderLevel")] + #[serde(skip_serializing_if = "Option::is_none")] + pub prestige_crest_border_level: Option, } /// ChallengePoints data object. #[derive(Clone, Debug)]