chore(torn-api): changed personalstats order

This commit is contained in:
pyrite 2025-05-28 10:43:44 +02:00
parent bd27916aa5
commit 45899430bb
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
3 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View file

@ -2294,7 +2294,7 @@ dependencies = [
[[package]] [[package]]
name = "torn-api" name = "torn-api"
version = "1.6.2" version = "1.6.3"
dependencies = [ dependencies = [
"bon", "bon",
"bytes", "bytes",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "torn-api" name = "torn-api"
version = "1.6.2" version = "1.6.3"
edition = "2021" edition = "2021"
description = "Auto-generated bindings for the v2 torn api" description = "Auto-generated bindings for the v2 torn api"
license-file = { workspace = true } license-file = { workspace = true }

View file

@ -16606,10 +16606,10 @@
"$ref": "#/components/schemas/UserPersonalStatsFullPublic" "$ref": "#/components/schemas/UserPersonalStatsFullPublic"
}, },
{ {
"$ref": "#/components/schemas/UserPersonalStatsCategory" "$ref": "#/components/schemas/UserPersonalStatsPopular"
}, },
{ {
"$ref": "#/components/schemas/UserPersonalStatsPopular" "$ref": "#/components/schemas/UserPersonalStatsCategory"
}, },
{ {
"$ref": "#/components/schemas/UserPersonalStatsHistoric" "$ref": "#/components/schemas/UserPersonalStatsHistoric"