diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index aee46a0..a53eec0 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 55679c92250cb02f03ebf8d1d761e16d5c93c59c +// Version 616004110d2cf4f8bb0b1e0332e079399aea56cc //! 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 84b7e58..0c29006 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 55679c92250cb02f03ebf8d1d761e16d5c93c59c +// Version 616004110d2cf4f8bb0b1e0332e079399aea56cc //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 4d9b349..02b5e4a 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 55679c92250cb02f03ebf8d1d761e16d5c93c59c +// Version 616004110d2cf4f8bb0b1e0332e079399aea56cc #![allow(missing_docs)] @@ -1408,6 +1408,9 @@ pub mod match_v5 { #[serde(rename = "maxLevelLeadLaneOpponent")] #[serde(skip_serializing_if = "Option::is_none")] pub max_level_lead_lane_opponent: Option, + #[serde(rename = "mejaisFullStackInTime")] + #[serde(skip_serializing_if = "Option::is_none")] + pub mejais_full_stack_in_time: Option, #[serde(rename = "moreEnemyJungleThanOpponent")] #[serde(skip_serializing_if = "Option::is_none")] pub more_enemy_jungle_than_opponent: Option, diff --git a/riven/tests/tests_americas.rs b/riven/tests/tests_americas.rs index 7292876..e32bf15 100644 --- a/riven/tests/tests_americas.rs +++ b/riven/tests/tests_americas.rs @@ -22,6 +22,7 @@ static MATCHES: &[&str] = &[ // New games with `match-v5.ParticipantDto.challenges` field. "NA1_4209556127", "NA1_4212715433", + "NA1_4265913704", // `match-v5.ParticipantDto.challenges.mejaisFullStackInTime` ]; async_tests!{