forked from mirror/Riven
Regen for optional `lol-challenges-v1.ChallengeInfo.achievedTime`
parent
7d545b55af
commit
036f818457
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 3417abd2af40c6500ced39393b045652896cd0dd
|
// Version 648c5b93c3144e7094749547bb91481778c8dc08
|
||||||
|
|
||||||
//! 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 3417abd2af40c6500ced39393b045652896cd0dd
|
// Version 648c5b93c3144e7094749547bb91481778c8dc08
|
||||||
|
|
||||||
//! 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 3417abd2af40c6500ced39393b045652896cd0dd
|
// Version 648c5b93c3144e7094749547bb91481778c8dc08
|
||||||
|
|
||||||
#![allow(missing_docs)]
|
#![allow(missing_docs)]
|
||||||
|
|
||||||
|
@ -481,7 +481,8 @@ pub mod lol_challenges_v1 {
|
||||||
#[serde(rename = "value")]
|
#[serde(rename = "value")]
|
||||||
pub value: f64,
|
pub value: f64,
|
||||||
#[serde(rename = "achievedTime")]
|
#[serde(rename = "achievedTime")]
|
||||||
pub achieved_time: i64,
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub achieved_time: Option<i64>,
|
||||||
#[serde(rename = "position")]
|
#[serde(rename = "position")]
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub position: Option<i64>,
|
pub position: Option<i64>,
|
||||||
|
|
Loading…
Reference in New Issue