From 15aab412763145579edd418a0bc498be4381244a Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Fri, 10 Jan 2025 16:31:10 -0800 Subject: [PATCH] regen for val-content totems fix --- riven/src/endpoints.rs | 2 +- riven/src/meta.rs | 2 +- riven/src/models.rs | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/riven/src/endpoints.rs b/riven/src/endpoints.rs index 2dc1965..0e77c60 100644 --- a/riven/src/endpoints.rs +++ b/riven/src/endpoints.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version af1173cdd23a8673a22202fef3b38f0ba25ae575 +// Version c2a4acaddf7d61573b44016a47f43fe0f8366f0a //! 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 96fdbe0..bf94476 100644 --- a/riven/src/meta.rs +++ b/riven/src/meta.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version af1173cdd23a8673a22202fef3b38f0ba25ae575 +// Version c2a4acaddf7d61573b44016a47f43fe0f8366f0a //! Metadata about the Riot API and Riven. //! diff --git a/riven/src/models.rs b/riven/src/models.rs index 6e89907..18ca923 100644 --- a/riven/src/models.rs +++ b/riven/src/models.rs @@ -8,7 +8,7 @@ /////////////////////////////////////////////// // http://www.mingweisamuel.com/riotapi-schema/tool/ -// Version af1173cdd23a8673a22202fef3b38f0ba25ae575 +// Version c2a4acaddf7d61573b44016a47f43fe0f8366f0a #![allow(missing_docs)] @@ -4201,10 +4201,9 @@ pub mod val_content_v1 { #[serde(rename = "ceremonies")] #[serde(skip_serializing_if = "Option::is_none")] pub ceremonies: Option>, - /// Unknown type, this is a placeholder subject to change. #[serde(rename = "totems")] #[serde(skip_serializing_if = "Option::is_none")] - pub totems: Option>, + pub totems: Option>, } /// ContentItem data object. #[derive(Clone, Debug)]