diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index 25d1b37..5df4336 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 82c5b64c16bd63688a0d19f471a19301bae8be4a +// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a //! 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 4511f13..bc12b52 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 82c5b64c16bd63688a0d19f471a19301bae8be4a +// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 8e5e5cd..57a073a 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 82c5b64c16bd63688a0d19f471a19301bae8be4a +// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a #![allow(missing_docs)] @@ -2403,7 +2403,8 @@ pub mod spectator_v4 { pub game_list: std::vec::Vec, /// The suggested interval to wait before requesting FeaturedGames again #[serde(rename = "clientRefreshInterval")] - pub client_refresh_interval: i64, + #[serde(skip_serializing_if = "Option::is_none")] + pub client_refresh_interval: Option, } /// FeaturedGameInfo data object. #[derive(Clone, Debug)]