mirror of https://github.com/MingweiSamuel/Riven
Regen for missing tft-match-v1.UnitDto.chosen, Release 1.10.2
https://github.com/MingweiSamuel/riotapi-schema/issues/23 Fixes #20pull/23/head v1.10.2
parent
8ed63837b1
commit
18b076203b
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "riven"
|
name = "riven"
|
||||||
version = "1.10.1"
|
version = "1.10.2"
|
||||||
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
|
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
|
||||||
repository = "https://github.com/MingweiSamuel/Riven"
|
repository = "https://github.com/MingweiSamuel/Riven"
|
||||||
description = "Riot Games API Library"
|
description = "Riot Games API Library"
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd
|
// Version 46d6543508faf7f5f800259caddca32c99565c64
|
||||||
|
|
||||||
//! Automatically generated endpoint handles.
|
//! Automatically generated endpoint handles.
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
|
|
||||||
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
// http://www.mingweisamuel.com/riotapi-schema/tool/
|
||||||
// Version 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd
|
// Version 46d6543508faf7f5f800259caddca32c99565c64
|
||||||
|
|
||||||
//! 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 5aeaf3fd13c4a91f0fc65318334dd1247b8376cd
|
// Version 46d6543508faf7f5f800259caddca32c99565c64
|
||||||
|
|
||||||
//! Data transfer structs.
|
//! Data transfer structs.
|
||||||
//!
|
//!
|
||||||
|
@ -1628,6 +1628,8 @@ pub mod tft_match_v1 {
|
||||||
/// Unit tier.
|
/// Unit tier.
|
||||||
#[serde(rename = "tier")]
|
#[serde(rename = "tier")]
|
||||||
pub tier: i32,
|
pub tier: i32,
|
||||||
|
#[serde(rename = "chosen")]
|
||||||
|
pub chosen: Option<String>,
|
||||||
}
|
}
|
||||||
/// Companion data object.
|
/// Companion data object.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
|
Loading…
Reference in New Issue