forked from mirror/Riven
1
0
Fork 0

Regen, add test & field `mejaisFullStackInTime`

users/mingwei/unknown-variant-messy
Mingwei Samuel 2022-04-04 11:56:37 -07:00
parent 8c458c000a
commit 295ccc4daf
4 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 55679c92250cb02f03ebf8d1d761e16d5c93c59c // Version 616004110d2cf4f8bb0b1e0332e079399aea56cc
//! 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

@ -7,7 +7,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 55679c92250cb02f03ebf8d1d761e16d5c93c59c // Version 616004110d2cf4f8bb0b1e0332e079399aea56cc
//! Metadata about the Riot API and Riven. //! Metadata about the Riot API and Riven.
//! //!

View File

@ -7,7 +7,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version 55679c92250cb02f03ebf8d1d761e16d5c93c59c // Version 616004110d2cf4f8bb0b1e0332e079399aea56cc
#![allow(missing_docs)] #![allow(missing_docs)]
@ -1408,6 +1408,9 @@ pub mod match_v5 {
#[serde(rename = "maxLevelLeadLaneOpponent")] #[serde(rename = "maxLevelLeadLaneOpponent")]
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]
pub max_level_lead_lane_opponent: Option<f64>, pub max_level_lead_lane_opponent: Option<f64>,
#[serde(rename = "mejaisFullStackInTime")]
#[serde(skip_serializing_if = "Option::is_none")]
pub mejais_full_stack_in_time: Option<f64>,
#[serde(rename = "moreEnemyJungleThanOpponent")] #[serde(rename = "moreEnemyJungleThanOpponent")]
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]
pub more_enemy_jungle_than_opponent: Option<f64>, pub more_enemy_jungle_than_opponent: Option<f64>,

View File

@ -22,6 +22,7 @@ static MATCHES: &[&str] = &[
// New games with `match-v5.ParticipantDto.challenges` field. // New games with `match-v5.ParticipantDto.challenges` field.
"NA1_4209556127", "NA1_4209556127",
"NA1_4212715433", "NA1_4212715433",
"NA1_4265913704", // `match-v5.ParticipantDto.challenges.mejaisFullStackInTime`
]; ];
async_tests!{ async_tests!{