Mingwei Samuel 2024-05-27 10:42:57 -07:00
parent 215ab3db45
commit 46ba2fdff9
3 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 65bb2e6914e0be5f326abee5b7eb014c3e1b96f6 // Version a2ccdc60991a963528b99c289cd43bbbcefd70ec
//! 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 65bb2e6914e0be5f326abee5b7eb014c3e1b96f6 // Version a2ccdc60991a963528b99c289cd43bbbcefd70ec
//! 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 65bb2e6914e0be5f326abee5b7eb014c3e1b96f6 // Version a2ccdc60991a963528b99c289cd43bbbcefd70ec
#![allow(missing_docs)] #![allow(missing_docs)]
@ -1411,7 +1411,7 @@ pub mod match_v5 {
pub epic_monster_stolen_without_smite: Option<i32>, pub epic_monster_stolen_without_smite: Option<i32>,
#[serde(rename = "firstTurretKilled")] #[serde(rename = "firstTurretKilled")]
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]
pub first_turret_killed: Option<i32>, pub first_turret_killed: Option<f64>,
#[serde(rename = "firstTurretKilledTime")] #[serde(rename = "firstTurretKilledTime")]
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]
pub first_turret_killed_time: Option<f32>, pub first_turret_killed_time: Option<f32>,
@ -1732,10 +1732,10 @@ pub mod match_v5 {
pub infernal_scale_pickup: Option<f64>, pub infernal_scale_pickup: Option<f64>,
#[serde(rename = "fistBumpParticipation")] #[serde(rename = "fistBumpParticipation")]
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]
pub fist_bump_participation: Option<f64>, pub fist_bump_participation: Option<i32>,
#[serde(rename = "voidMonsterKill")] #[serde(rename = "voidMonsterKill")]
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]
pub void_monster_kill: Option<f64>, pub void_monster_kill: Option<i32>,
} }
/// Missions data object. /// Missions data object.
/// # Description /// # Description