Compare commits
2 commits
bd27916aa5
...
e5a766b893
Author | SHA1 | Date | |
---|---|---|---|
|
e5a766b893 | ||
|
45899430bb |
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2294,7 +2294,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "torn-api"
|
name = "torn-api"
|
||||||
version = "1.6.2"
|
version = "1.6.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bon",
|
"bon",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "torn-api"
|
name = "torn-api"
|
||||||
version = "1.6.2"
|
version = "1.6.4"
|
||||||
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 }
|
||||||
|
|
|
@ -14971,13 +14971,20 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"crimes": {
|
"crimes": {
|
||||||
"required": [
|
"required": [
|
||||||
"total",
|
|
||||||
"version"
|
"version"
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"total": {
|
"offenses": {
|
||||||
"type": "integer",
|
"type": "object",
|
||||||
"format": "int32"
|
"required": [
|
||||||
|
"total"
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"total": {
|
||||||
|
"type": "integer",
|
||||||
|
"format": "int32"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -16606,10 +16613,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"
|
||||||
|
@ -22868,4 +22875,4 @@
|
||||||
"description": "Part of Torn section"
|
"description": "Part of Torn section"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue