From 130c48179f643cb62c9f90cdcf332874346ebf9f Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Tue, 11 Jun 2024 23:29:16 -0700 Subject: [PATCH] Regen for `match-v5.ParticipantDto` fields `playerAugment5`/`6` https://github.com/RiotGames/developer-relations/issues/754#issuecomment-2162200297 --- 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 b8611a6..f454e5c 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 9fef246d3ece1da9515c8941f7a3c7cd57e330fc +// Version 3c0bd6b3aee83b97e90e7c93c5ef563b7ddfbb11 //! 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 ca59a20..6b40488 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 9fef246d3ece1da9515c8941f7a3c7cd57e330fc +// Version 3c0bd6b3aee83b97e90e7c93c5ef563b7ddfbb11 //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 354d562..88b74ee 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 9fef246d3ece1da9515c8941f7a3c7cd57e330fc +// Version 3c0bd6b3aee83b97e90e7c93c5ef563b7ddfbb11 #![allow(missing_docs)] @@ -1319,6 +1319,12 @@ pub mod match_v5 { #[serde(rename = "playerScore9")] #[serde(skip_serializing_if = "Option::is_none")] pub player_score9: Option, + #[serde(rename = "playerAugment5")] + #[serde(skip_serializing_if = "Option::is_none")] + pub player_augment5: Option, + #[serde(rename = "playerAugment6")] + #[serde(skip_serializing_if = "Option::is_none")] + pub player_augment6: Option, } /// Challenges data object. /// # Description