From b399ef4a4ce81a62aec912742da48f12deb02280 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Mon, 4 May 2020 11:29:51 -0700 Subject: [PATCH] Regen for missing tft-match-v1.InfoDto game_variation field #9 --- src/endpoints.rs | 2 +- src/models.rs | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/endpoints.rs b/src/endpoints.rs index 2814d67..ded8c7c 100644 --- a/src/endpoints.rs +++ b/src/endpoints.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version e558dafc98b78c830aadeca509f18285e4d11a7a +// Version a873e2d3718fc721ef188159557699ab8f6ae7da //! Automatically generated endpoint handles. diff --git a/src/models.rs b/src/models.rs index 8c37250..82387b6 100644 --- a/src/models.rs +++ b/src/models.rs @@ -7,7 +7,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version e558dafc98b78c830aadeca509f18285e4d11a7a +// Version a873e2d3718fc721ef188159557699ab8f6ae7da //! Data transfer structs. //! @@ -1419,6 +1419,9 @@ pub mod tft_match_v1 { /// Game length in seconds. #[serde(rename = "game_length")] pub game_length: f32, + /// Game variation enum, i.e. "TFT3_GameVariation_BigLittleLegends", missing from official Riot API docs. + #[serde(rename = "game_variation")] + pub game_variation: Option, /// Game client version. #[serde(rename = "game_version")] pub game_version: String,