From 0ea966a105cae9aa24599172135059366686b4fd Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Fri, 7 Apr 2023 14:20:40 -0700 Subject: [PATCH] Regen for `firstTurretKilled` challenge --- riven/src/endpoints.rs | 2 +- riven/src/meta.rs | 2 +- riven/src/models.rs | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index bf20751..067bf9a 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 504595fec7b02c19d8dab9f3bb22a6406af8024f +// Version b7086969fec8ed652bd16834e2cf9f67c7583b1e //! 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 749b467..683932f 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 504595fec7b02c19d8dab9f3bb22a6406af8024f +// Version b7086969fec8ed652bd16834e2cf9f67c7583b1e //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index eeec2df..a12a50a 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 504595fec7b02c19d8dab9f3bb22a6406af8024f +// Version b7086969fec8ed652bd16834e2cf9f67c7583b1e #![allow(missing_docs)] @@ -1508,6 +1508,9 @@ pub mod match_v5 { #[serde(rename = "fastestLegendary")] #[serde(skip_serializing_if = "Option::is_none")] pub fastest_legendary: Option, + #[serde(rename = "firstTurretKilled")] + #[serde(skip_serializing_if = "Option::is_none")] + pub first_turret_killed: Option, #[serde(rename = "firstTurretKilledTime")] #[serde(skip_serializing_if = "Option::is_none")] pub first_turret_killed_time: Option,