mirror of https://github.com/MingweiSamuel/Riven
Regen for new `tft-match-v1.ParticipantMissionsDto` fields
parent
c0355495f5
commit
0b8477ffbb
|
@ -8,7 +8,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version ad82c899701ee846ad2a22d04ad2f746aa5987b0
|
// Version 17d2130981b1c9afd7f3143bff7d109f23910066
|
||||||
|
|
||||||
//! 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)]
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version ad82c899701ee846ad2a22d04ad2f746aa5987b0
|
// Version 17d2130981b1c9afd7f3143bff7d109f23910066
|
||||||
|
|
||||||
//! Metadata about the Riot API and Riven.
|
//! Metadata about the Riot API and Riven.
|
||||||
//!
|
//!
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version ad82c899701ee846ad2a22d04ad2f746aa5987b0
|
// Version 17d2130981b1c9afd7f3143bff7d109f23910066
|
||||||
|
|
||||||
#![allow(missing_docs)]
|
#![allow(missing_docs)]
|
||||||
|
|
||||||
|
@ -3430,6 +3430,33 @@ pub mod tft_match_v1 {
|
||||||
pub vision_score: i32,
|
pub vision_score: i32,
|
||||||
#[serde(rename = "WardsKilled")]
|
#[serde(rename = "WardsKilled")]
|
||||||
pub wards_killed: i32,
|
pub wards_killed: i32,
|
||||||
|
#[serde(rename = "Deaths")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub deaths: Option<i32>,
|
||||||
|
#[serde(rename = "KillingSprees")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub killing_sprees: Option<i32>,
|
||||||
|
#[serde(rename = "MagicDamageTaken")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub magic_damage_taken: Option<i32>,
|
||||||
|
#[serde(rename = "PentaKills")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub penta_kills: Option<i32>,
|
||||||
|
#[serde(rename = "PhysicalDamageDealtToChampions")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub physical_damage_dealt_to_champions: Option<i32>,
|
||||||
|
#[serde(rename = "TotalDamageDealtToChampions")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub total_damage_dealt_to_champions: Option<i32>,
|
||||||
|
#[serde(rename = "TripleKills")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub triple_kills: Option<i32>,
|
||||||
|
#[serde(rename = "TrueDamageDealt")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub true_damage_dealt: Option<i32>,
|
||||||
|
#[serde(rename = "TrueDamageTaken")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub true_damage_taken: Option<i32>,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue