From 071857b3d39b9df22e529df5369885f225fe2b22 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Thu, 14 Mar 2024 23:54:38 -0700 Subject: [PATCH] Regen for removal of `spectator-tft-v5` participant `bot` fields --- riven/src/endpoints.rs | 2 +- riven/src/meta.rs | 2 +- riven/src/models.rs | 8 +------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index 6fba9a5..9032e49 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version b7bbeb7db6b83260e4a4252fa4f53b8ca5d57ab0 +// Version a0245ecf8ad0137ea19e1edfa8241a8cbc57c208 //! 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 a24ba7c..30b7c54 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version b7bbeb7db6b83260e4a4252fa4f53b8ca5d57ab0 +// Version a0245ecf8ad0137ea19e1edfa8241a8cbc57c208 //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 8a44954..e60896b 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version b7bbeb7db6b83260e4a4252fa4f53b8ca5d57ab0 +// Version a0245ecf8ad0137ea19e1edfa8241a8cbc57c208 #![allow(missing_docs)] @@ -2351,9 +2351,6 @@ pub mod spectator_tft_v5 { /// The ID of the profile icon used by this participant #[serde(rename = "profileIconId")] pub profile_icon_id: i64, - /// Flag indicating whether or not this participant is a bot - #[serde(rename = "bot")] - pub bot: bool, /// The team ID of this participant, indicating the participant's team #[serde(rename = "teamId")] pub team_id: crate::consts::Team, @@ -2463,9 +2460,6 @@ pub mod spectator_tft_v5 { #[derive(serde::Serialize, serde::Deserialize)] #[cfg_attr(feature = "deny-unknown-fields", serde(deny_unknown_fields))] pub struct Participant { - /// Flag indicating whether or not this participant is a bot - #[serde(rename = "bot")] - pub bot: bool, /// The ID of the second summoner spell used by this participant #[serde(rename = "spell2Id")] pub spell2_id: i64,