mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2024-12-26 10:56:34 +00:00
Regen, add test & field mejaisFullStackInTime
This commit is contained in:
parent
8c458c000a
commit
295ccc4daf
4 changed files with 7 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
///////////////////////////////////////////////
|
||||
|
||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||
// Version 55679c92250cb02f03ebf8d1d761e16d5c93c59c
|
||||
// Version 616004110d2cf4f8bb0b1e0332e079399aea56cc
|
||||
|
||||
//! Automatically generated endpoint handles.
|
||||
#![allow(clippy::let_and_return, clippy::too_many_arguments)]
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
///////////////////////////////////////////////
|
||||
|
||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||
// Version 55679c92250cb02f03ebf8d1d761e16d5c93c59c
|
||||
// Version 616004110d2cf4f8bb0b1e0332e079399aea56cc
|
||||
|
||||
//! Metadata about the Riot API and Riven.
|
||||
//!
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
///////////////////////////////////////////////
|
||||
|
||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||
// Version 55679c92250cb02f03ebf8d1d761e16d5c93c59c
|
||||
// Version 616004110d2cf4f8bb0b1e0332e079399aea56cc
|
||||
|
||||
#![allow(missing_docs)]
|
||||
|
||||
|
@ -1408,6 +1408,9 @@ pub mod match_v5 {
|
|||
#[serde(rename = "maxLevelLeadLaneOpponent")]
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
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(skip_serializing_if = "Option::is_none")]
|
||||
pub more_enemy_jungle_than_opponent: Option<f64>,
|
||||
|
|
|
@ -22,6 +22,7 @@ static MATCHES: &[&str] = &[
|
|||
// New games with `match-v5.ParticipantDto.challenges` field.
|
||||
"NA1_4209556127",
|
||||
"NA1_4212715433",
|
||||
"NA1_4265913704", // `match-v5.ParticipantDto.challenges.mejaisFullStackInTime`
|
||||
];
|
||||
|
||||
async_tests!{
|
||||
|
|
Loading…
Reference in a new issue