From 94e0a0d1d3fba038f55c23290e18bcd42ea48a68 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Sun, 23 Apr 2023 10:13:48 -0700 Subject: [PATCH] Regen for `match-v5.ParticipantDto.totalAlly/EnemyJungleMinionsKilled` fields --- riven/src/endpoints.rs | 2 +- riven/src/meta.rs | 2 +- riven/src/models.rs | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index 067bf9a..9981cad 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version b7086969fec8ed652bd16834e2cf9f67c7583b1e +// Version d97f2bb9615cefe58ef8c1e9eca459cc51305d07 //! 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 683932f..4cc589c 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version b7086969fec8ed652bd16834e2cf9f67c7583b1e +// Version d97f2bb9615cefe58ef8c1e9eca459cc51305d07 //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index a12a50a..1b63aff 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version b7086969fec8ed652bd16834e2cf9f67c7583b1e +// Version d97f2bb9615cefe58ef8c1e9eca459cc51305d07 #![allow(missing_docs)] @@ -1290,6 +1290,12 @@ pub mod match_v5 { #[serde(rename = "challenges")] #[serde(skip_serializing_if = "Option::is_none")] pub challenges: Option, + #[serde(rename = "totalAllyJungleMinionsKilled")] + #[serde(skip_serializing_if = "Option::is_none")] + pub total_ally_jungle_minions_killed: Option, + #[serde(rename = "totalEnemyJungleMinionsKilled")] + #[serde(skip_serializing_if = "Option::is_none")] + pub total_enemy_jungle_minions_killed: Option, } /// Perks data object. #[derive(Clone, Debug)]