diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index 5bc83b3..e8b2630 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 3417abd2af40c6500ced39393b045652896cd0dd +// Version 648c5b93c3144e7094749547bb91481778c8dc08 //! 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 cfc8c53..4d44ce3 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 3417abd2af40c6500ced39393b045652896cd0dd +// Version 648c5b93c3144e7094749547bb91481778c8dc08 //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index c97d1a5..5c5ba39 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 3417abd2af40c6500ced39393b045652896cd0dd +// Version 648c5b93c3144e7094749547bb91481778c8dc08 #![allow(missing_docs)] @@ -481,7 +481,8 @@ pub mod lol_challenges_v1 { #[serde(rename = "value")] pub value: f64, #[serde(rename = "achievedTime")] - pub achieved_time: i64, + #[serde(skip_serializing_if = "Option::is_none")] + pub achieved_time: Option, #[serde(rename = "position")] #[serde(skip_serializing_if = "Option::is_none")] pub position: Option,