From e81fc997a3640e880c5de78fd7585ff4dcdb3325 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Wed, 17 Jul 2024 08:46:09 -0700 Subject: [PATCH] Regen for 14.14 updates --- riven/src/endpoints.rs | 2 +- riven/src/meta.rs | 2 +- riven/src/models.rs | 34 +++++++++++++++++++++++++++++++++- 3 files changed, 35 insertions(+), 3 deletions(-) diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index 9097160..521e83d 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 8096d0e7127558ddf4df50a0227b4100b5d54a2f +// Version 54ad38717276da9ce06bc6da8b27008d59d109f2 //! 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 b1da321..554dc6f 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 8096d0e7127558ddf4df50a0227b4100b5d54a2f +// Version 54ad38717276da9ce06bc6da8b27008d59d109f2 //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 569cbd5..43e3c8a 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version 8096d0e7127558ddf4df50a0227b4100b5d54a2f +// Version 54ad38717276da9ce06bc6da8b27008d59d109f2 #![allow(missing_docs)] @@ -127,6 +127,8 @@ pub mod champion_mastery_v4 { #[serde(rename = "rewardConfig")] #[serde(skip_serializing_if = "Option::is_none")] pub reward_config: Option, + #[serde(rename = "totalGamesRequires")] + pub total_games_requires: i32, } /// RewardConfig data object. /// # Description @@ -1775,6 +1777,36 @@ pub mod match_v5 { #[serde(rename = "wardTakedownsBefore20M")] #[serde(skip_serializing_if = "Option::is_none")] pub ward_takedowns_before20_m: Option, + #[serde(rename = "SWARM_DefeatAatrox")] + #[serde(skip_serializing_if = "Option::is_none")] + pub swarm_defeat_aatrox: Option, + #[serde(rename = "SWARM_DefeatBriar")] + #[serde(skip_serializing_if = "Option::is_none")] + pub swarm_defeat_briar: Option, + #[serde(rename = "SWARM_DefeatMiniBosses")] + #[serde(skip_serializing_if = "Option::is_none")] + pub swarm_defeat_mini_bosses: Option, + #[serde(rename = "SWARM_EvolveWeapon")] + #[serde(skip_serializing_if = "Option::is_none")] + pub swarm_evolve_weapon: Option, + #[serde(rename = "SWARM_Have3Passives")] + #[serde(skip_serializing_if = "Option::is_none")] + pub swarm_have3_passives: Option, + #[serde(rename = "SWARM_KillEnemy")] + #[serde(skip_serializing_if = "Option::is_none")] + pub swarm_kill_enemy: Option, + #[serde(rename = "SWARM_PickupGold")] + #[serde(skip_serializing_if = "Option::is_none")] + pub swarm_pickup_gold: Option, + #[serde(rename = "SWARM_ReachLevel50")] + #[serde(skip_serializing_if = "Option::is_none")] + pub swarm_reach_level50: Option, + #[serde(rename = "SWARM_Survive15Min")] + #[serde(skip_serializing_if = "Option::is_none")] + pub swarm_survive15_min: Option, + #[serde(rename = "SWARM_WinWith5EvolvedWeapons")] + #[serde(skip_serializing_if = "Option::is_none")] + pub swarm_win_with5_evolved_weapons: Option, } /// Missions data object. /// # Description