v/2.x.x
Mingwei Samuel 2024-06-11 23:29:16 -07:00
parent 1ef9608a10
commit 130c48179f
3 changed files with 9 additions and 3 deletions

View File

@ -8,7 +8,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 9fef246d3ece1da9515c8941f7a3c7cd57e330fc // Version 3c0bd6b3aee83b97e90e7c93c5ef563b7ddfbb11
//! Automatically generated endpoint handles. //! Automatically generated endpoint handles.
#![allow(clippy::let_and_return, clippy::too_many_arguments)] #![allow(clippy::let_and_return, clippy::too_many_arguments)]

View File

@ -8,7 +8,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 9fef246d3ece1da9515c8941f7a3c7cd57e330fc // Version 3c0bd6b3aee83b97e90e7c93c5ef563b7ddfbb11
//! Metadata about the Riot API and Riven. //! Metadata about the Riot API and Riven.
//! //!

View File

@ -8,7 +8,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 9fef246d3ece1da9515c8941f7a3c7cd57e330fc // Version 3c0bd6b3aee83b97e90e7c93c5ef563b7ddfbb11
#![allow(missing_docs)] #![allow(missing_docs)]
@ -1319,6 +1319,12 @@ pub mod match_v5 {
#[serde(rename = "playerScore9")] #[serde(rename = "playerScore9")]
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]
pub player_score9: Option<i32>, pub player_score9: Option<i32>,
#[serde(rename = "playerAugment5")]
#[serde(skip_serializing_if = "Option::is_none")]
pub player_augment5: Option<i32>,
#[serde(rename = "playerAugment6")]
#[serde(skip_serializing_if = "Option::is_none")]
pub player_augment6: Option<i32>,
} }
/// Challenges data object. /// Challenges data object.
/// # Description /// # Description