chore(torn-api): changed personalstats order
This commit is contained in:
parent
bd27916aa5
commit
45899430bb
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2294,7 +2294,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "torn-api"
|
||||
version = "1.6.2"
|
||||
version = "1.6.3"
|
||||
dependencies = [
|
||||
"bon",
|
||||
"bytes",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "torn-api"
|
||||
version = "1.6.2"
|
||||
version = "1.6.3"
|
||||
edition = "2021"
|
||||
description = "Auto-generated bindings for the v2 torn api"
|
||||
license-file = { workspace = true }
|
||||
|
|
|
@ -16606,10 +16606,10 @@
|
|||
"$ref": "#/components/schemas/UserPersonalStatsFullPublic"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserPersonalStatsCategory"
|
||||
"$ref": "#/components/schemas/UserPersonalStatsPopular"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserPersonalStatsPopular"
|
||||
"$ref": "#/components/schemas/UserPersonalStatsCategory"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/UserPersonalStatsHistoric"
|
||||
|
|
Loading…
Reference in a new issue