Compare commits
No commits in common. "e5a766b8932fa62cbd853b42830dd09aa4550ba9" and "bd27916aa51e21cd4d0290df9e17eabd61c301a0" have entirely different histories.
e5a766b893
...
bd27916aa5
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2294,7 +2294,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "torn-api"
|
name = "torn-api"
|
||||||
version = "1.6.4"
|
version = "1.6.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bon",
|
"bon",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "torn-api"
|
name = "torn-api"
|
||||||
version = "1.6.4"
|
version = "1.6.2"
|
||||||
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,20 +14971,13 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"crimes": {
|
"crimes": {
|
||||||
"required": [
|
"required": [
|
||||||
|
"total",
|
||||||
"version"
|
"version"
|
||||||
],
|
],
|
||||||
"properties": {
|
|
||||||
"offenses": {
|
|
||||||
"type": "object",
|
|
||||||
"required": [
|
|
||||||
"total"
|
|
||||||
],
|
|
||||||
"properties": {
|
"properties": {
|
||||||
"total": {
|
"total": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"format": "int32"
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
@ -16613,10 +16606,10 @@
|
||||||
"$ref": "#/components/schemas/UserPersonalStatsFullPublic"
|
"$ref": "#/components/schemas/UserPersonalStatsFullPublic"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/UserPersonalStatsPopular"
|
"$ref": "#/components/schemas/UserPersonalStatsCategory"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/UserPersonalStatsCategory"
|
"$ref": "#/components/schemas/UserPersonalStatsPopular"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"$ref": "#/components/schemas/UserPersonalStatsHistoric"
|
"$ref": "#/components/schemas/UserPersonalStatsHistoric"
|
||||||
|
|
Loading…
Reference in a new issue