mirror of https://github.com/MingweiSamuel/Riven
Regen for new `lol-challenges-v1.PlayerClientPreferences` fields
parent
e5803092bf
commit
0a1d5537cc
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 675e4fa61821a0c21181c967ab2c6eca33a599c6
|
// Version 504595fec7b02c19d8dab9f3bb22a6406af8024f
|
||||||
|
|
||||||
//! 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)]
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 675e4fa61821a0c21181c967ab2c6eca33a599c6
|
// Version 504595fec7b02c19d8dab9f3bb22a6406af8024f
|
||||||
|
|
||||||
//! Metadata about the Riot API and Riven.
|
//! Metadata about the Riot API and Riven.
|
||||||
//!
|
//!
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 675e4fa61821a0c21181c967ab2c6eca33a599c6
|
// Version 504595fec7b02c19d8dab9f3bb22a6406af8024f
|
||||||
|
|
||||||
#![allow(missing_docs)]
|
#![allow(missing_docs)]
|
||||||
|
|
||||||
|
@ -504,6 +504,12 @@ pub mod lol_challenges_v1 {
|
||||||
#[serde(rename = "challengeIds")]
|
#[serde(rename = "challengeIds")]
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub challenge_ids: Option<std::vec::Vec<i64>>,
|
pub challenge_ids: Option<std::vec::Vec<i64>>,
|
||||||
|
#[serde(rename = "crestBorder")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub crest_border: Option<String>,
|
||||||
|
#[serde(rename = "prestigeCrestBorderLevel")]
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub prestige_crest_border_level: Option<i32>,
|
||||||
}
|
}
|
||||||
/// ChallengePoints data object.
|
/// ChallengePoints data object.
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
|
Loading…
Reference in New Issue