From 5e235e3c517479700aa0d55124ab0d514673a435 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Sat, 27 Jan 2024 22:55:55 -0800 Subject: [PATCH] Regen for `tft-match-v1.InfoDto.queue_id` queue enum --- riven/src/endpoints.rs | 2 +- riven/src/meta.rs | 2 +- riven/src/models.rs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index 5df4336..98367aa 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a +// Version d4f02b20da80dd2c869da349ba774ef6eddc22fa //! 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 bc12b52..98dae89 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a +// Version d4f02b20da80dd2c869da349ba774ef6eddc22fa //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 57a073a..4ff3e78 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version a1ee37accb8b1d6e4d5fddc973d4ce84d20b6b1a +// Version d4f02b20da80dd2c869da349ba774ef6eddc22fa #![allow(missing_docs)] @@ -2739,7 +2739,7 @@ pub mod tft_match_v1 { pub participants: std::vec::Vec, /// Please refer to the League of Legends documentation. #[serde(rename = "queue_id")] - pub queue_id: i32, + pub queue_id: crate::consts::Queue, /// Teamfight Tactics set number. #[serde(rename = "tft_set_number")] pub tft_set_number: i32,