regen for val-content totems fix

This commit is contained in:
Mingwei Samuel 2025-01-10 16:31:10 -08:00
parent 979c1bc10d
commit 15aab41276
3 changed files with 4 additions and 5 deletions

View file

@ -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)]

View file

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

View file

@ -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<std::vec::Vec<ContentItem>>,
/// Unknown type, this is a placeholder subject to change.
#[serde(rename = "totems")]
#[serde(skip_serializing_if = "Option::is_none")]
pub totems: Option<std::vec::Vec<String>>,
pub totems: Option<std::vec::Vec<ContentItem>>,
}
/// ContentItem data object.
#[derive(Clone, Debug)]