forked from mirror/Riven
1
0
Fork 0

Regen for new `match-v5.ParticipantChallenges.twoWardsOneSweeperCount` field

emerald
Mingwei Samuel 2023-05-29 19:55:50 -07:00
parent 78f187570f
commit 3070216709
4 changed files with 37 additions and 32 deletions

View File

@ -7,7 +7,7 @@
///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/
// Version bee23b178b4c4f077a377d7b60fd9861e31ed63c
// Version 330285a83d1e8c4a3a619734dc2204446fb16cff
//! Automatically generated endpoint handles.
#![allow(clippy::let_and_return, clippy::too_many_arguments)]

View File

@ -7,7 +7,7 @@
///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/
// Version bee23b178b4c4f077a377d7b60fd9861e31ed63c
// Version 330285a83d1e8c4a3a619734dc2204446fb16cff
//! Metadata about the Riot API and Riven.
//!

View File

@ -7,7 +7,7 @@
///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/
// Version bee23b178b4c4f077a377d7b60fd9861e31ed63c
// Version 330285a83d1e8c4a3a619734dc2204446fb16cff
#![allow(missing_docs)]
@ -1790,6 +1790,9 @@ pub mod match_v5 {
#[serde(rename = "twentyMinionsIn3SecondsCount")]
#[serde(skip_serializing_if = "Option::is_none")]
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(skip_serializing_if = "Option::is_none")]
pub unseen_recalls: Option<f64>,

View File

@ -32,6 +32,8 @@ static MATCHES: &[&str] = &[
"JP1_273343663",
// Only has participant IDs for blue team.
"JP1_391732436",
// New field `ParticipantChallenges` `twoWardsOneSweeperCount`
"JP1_397348569",
];
async_tests! {