From 728aa0f99a90b09ecf8896f690faffefab41ee64 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Mon, 20 Mar 2023 22:26:14 -0700 Subject: [PATCH] Regen for https://github.com/RiotGames/developer-relations/issues/754 --- riven/src/endpoints.rs | 2 +- riven/src/meta.rs | 2 +- riven/src/models.rs | 56 +++++++++++++++++++++++++++++++++++++++++- 3 files changed, 57 insertions(+), 3 deletions(-) diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index fdd040e..a5b1747 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version eac495e7f53e2f13cedbe13e257ef23569f53919 +// Version 00881b2fe08decaf43fb24d252c955e4d7e97019 //! Automatically generated endpoint handles. #![allow(clippy::let_and_return, clippy::too_many_arguments)] diff --git a/riven/src/meta.rs b/riven/src/meta.rs index 87472b1..a46f7a0 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version eac495e7f53e2f13cedbe13e257ef23569f53919 +// Version 00881b2fe08decaf43fb24d252c955e4d7e97019 //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 95c6369..31224a9 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version eac495e7f53e2f13cedbe13e257ef23569f53919 +// Version 00881b2fe08decaf43fb24d252c955e4d7e97019 #![allow(missing_docs)] @@ -1236,6 +1236,51 @@ pub mod match_v5 { pub wards_placed: i32, #[serde(rename = "win")] pub win: bool, + #[serde(rename = "allInPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub all_in_pings: Option, + #[serde(rename = "assistMePings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub assist_me_pings: Option, + #[serde(rename = "baitPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub bait_pings: Option, + #[serde(rename = "basicPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub basic_pings: Option, + #[serde(rename = "commandPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub command_pings: Option, + #[serde(rename = "dangerPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub danger_pings: Option, + #[serde(rename = "enemyMissingPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub enemy_missing_pings: Option, + #[serde(rename = "enemyVisionPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub enemy_vision_pings: Option, + #[serde(rename = "getBackPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub get_back_pings: Option, + #[serde(rename = "holdPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub hold_pings: Option, + #[serde(rename = "needVisionPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub need_vision_pings: Option, + #[serde(rename = "onMyWayPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub on_my_way_pings: Option, + #[serde(rename = "pushPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub push_pings: Option, + #[serde(rename = "visionClearedPings")] + #[serde(skip_serializing_if = "Option::is_none")] + pub vision_cleared_pings: Option, + #[serde(rename = "eligibleForProgression")] + #[serde(skip_serializing_if = "Option::is_none")] + pub eligible_for_progression: Option, #[serde(rename = "challenges")] #[serde(skip_serializing_if = "Option::is_none")] pub challenges: Option, @@ -1517,6 +1562,9 @@ pub mod match_v5 { #[serde(rename = "killedChampTookFullTeamDamageSurvived")] #[serde(skip_serializing_if = "Option::is_none")] pub killed_champ_took_full_team_damage_survived: Option, + #[serde(rename = "killingSprees")] + #[serde(skip_serializing_if = "Option::is_none")] + pub killing_sprees: Option, #[serde(rename = "killParticipation")] #[serde(skip_serializing_if = "Option::is_none")] pub kill_participation: Option, @@ -1610,6 +1658,9 @@ pub mod match_v5 { #[serde(rename = "pickKillWithAlly")] #[serde(skip_serializing_if = "Option::is_none")] pub pick_kill_with_ally: Option, + #[serde(rename = "playedChampSelectPosition")] + #[serde(skip_serializing_if = "Option::is_none")] + pub played_champ_select_position: Option, #[serde(rename = "poroExplosions")] #[serde(skip_serializing_if = "Option::is_none")] pub poro_explosions: Option, @@ -1676,6 +1727,9 @@ pub mod match_v5 { #[serde(rename = "takedownsFirst25Minutes")] #[serde(skip_serializing_if = "Option::is_none")] pub takedowns_first25_minutes: Option, + #[serde(rename = "takedownsFirstXMinutes")] + #[serde(skip_serializing_if = "Option::is_none")] + pub takedowns_first_x_minutes: Option, #[serde(rename = "takedownsInAlcove")] #[serde(skip_serializing_if = "Option::is_none")] pub takedowns_in_alcove: Option,