forked from mirror/Riven
1
0
Fork 0

Regen for `tft-match-v1.InfoDto.queue_id` queue enum

v/2.x.x
Mingwei Samuel 2024-01-27 22:55:55 -08:00
parent 0f5fae1193
commit 5e235e3c51
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a // Version d4f02b20da80dd2c869da349ba774ef6eddc22fa
//! 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)]

View File

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

View File

@ -8,7 +8,7 @@
/////////////////////////////////////////////// ///////////////////////////////////////////////
// http://www.mingweisamuel.com/riotapi-schema/tool/ // http://www.mingweisamuel.com/riotapi-schema/tool/
// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a // Version d4f02b20da80dd2c869da349ba774ef6eddc22fa
#![allow(missing_docs)] #![allow(missing_docs)]
@ -2739,7 +2739,7 @@ pub mod tft_match_v1 {
pub participants: std::vec::Vec<Participant>, pub participants: std::vec::Vec<Participant>,
/// Please refer to the League of Legends documentation. /// Please refer to the League of Legends documentation.
#[serde(rename = "queue_id")] #[serde(rename = "queue_id")]
pub queue_id: i32, pub queue_id: crate::consts::Queue,
/// Teamfight Tactics set number. /// Teamfight Tactics set number.
#[serde(rename = "tft_set_number")] #[serde(rename = "tft_set_number")]
pub tft_set_number: i32, pub tft_set_number: i32,