mirror of https://github.com/MingweiSamuel/Riven
Regen for new `match-v5.ParticipantChallenges.twoWardsOneSweeperCount` field
parent
78f187570f
commit
3070216709
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version bee23b178b4c4f077a377d7b60fd9861e31ed63c
|
// Version 330285a83d1e8c4a3a619734dc2204446fb16cff
|
||||||
|
|
||||||
//! 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)]
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version bee23b178b4c4f077a377d7b60fd9861e31ed63c
|
// Version 330285a83d1e8c4a3a619734dc2204446fb16cff
|
||||||
|
|
||||||
//! Metadata about the Riot API and Riven.
|
//! Metadata about the Riot API and Riven.
|
||||||
//!
|
//!
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version bee23b178b4c4f077a377d7b60fd9861e31ed63c
|
// Version 330285a83d1e8c4a3a619734dc2204446fb16cff
|
||||||
|
|
||||||
#![allow(missing_docs)]
|
#![allow(missing_docs)]
|
||||||
|
|
||||||
|
@ -1790,6 +1790,9 @@ pub mod match_v5 {
|
||||||
#[serde(rename = "twentyMinionsIn3SecondsCount")]
|
#[serde(rename = "twentyMinionsIn3SecondsCount")]
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub twenty_minions_in3_seconds_count: Option<f64>,
|
pub twenty_minions_in3_seconds_count: Option<f64>,
|
||||||
|
#[serde(rename = "twoWardsOneSweeperCount")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub two_wards_one_sweeper_count: Option<i32>,
|
||||||
#[serde(rename = "unseenRecalls")]
|
#[serde(rename = "unseenRecalls")]
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub unseen_recalls: Option<f64>,
|
pub unseen_recalls: Option<f64>,
|
||||||
|
|
|
@ -32,6 +32,8 @@ static MATCHES: &[&str] = &[
|
||||||
"JP1_273343663",
|
"JP1_273343663",
|
||||||
// Only has participant IDs for blue team.
|
// Only has participant IDs for blue team.
|
||||||
"JP1_391732436",
|
"JP1_391732436",
|
||||||
|
// New field `ParticipantChallenges` `twoWardsOneSweeperCount`
|
||||||
|
"JP1_397348569",
|
||||||
];
|
];
|
||||||
|
|
||||||
async_tests! {
|
async_tests! {
|
||||||
|
|
Loading…
Reference in New Issue