tornapi-typescript 3.0.10 → 3.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/openapi.json +31 -1
- package/package.json +1 -1
package/dist/openapi.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Torn API",
|
|
5
5
|
"description": "\n * The development of Torn's API v2 is still ongoing.\n * If selections remain unaltered, they will default to the API v1 version.\n * Unlike API v1, API v2 accepts both selections and IDs as path and query parameters.\n * If any discrepancies or errors are found, please submit a [bug report](https://www.torn.com/forums.php#/p=forums&f=19&b=0&a=0) on the Torn Forums.\n * In case you're using bots to check for changes on openapi.json file, make sure to specificy a custom user-agent header - CloudFlare sometimes prevents requests from default user-agents.",
|
|
6
|
-
"version": "3.0.
|
|
6
|
+
"version": "3.0.11"
|
|
7
7
|
},
|
|
8
8
|
"servers": [
|
|
9
9
|
{
|
|
@@ -2360,6 +2360,15 @@
|
|
|
2360
2360
|
{
|
|
2361
2361
|
"$ref": "#/components/schemas/RevivesResponse"
|
|
2362
2362
|
},
|
|
2363
|
+
{
|
|
2364
|
+
"$ref": "#/components/schemas/UserHonorsResponse"
|
|
2365
|
+
},
|
|
2366
|
+
{
|
|
2367
|
+
"$ref": "#/components/schemas/UserMedalsResponse"
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"$ref": "#/components/schemas/UserMeritsResponse"
|
|
2371
|
+
},
|
|
2363
2372
|
{
|
|
2364
2373
|
"$ref": "#/components/schemas/RevivesFullResponse"
|
|
2365
2374
|
},
|
|
@@ -7840,6 +7849,18 @@
|
|
|
7840
7849
|
"$ref": "#/components/schemas/ItemId"
|
|
7841
7850
|
}
|
|
7842
7851
|
},
|
|
7852
|
+
{
|
|
7853
|
+
"type": "array",
|
|
7854
|
+
"items": {
|
|
7855
|
+
"$ref": "#/components/schemas/MedalId"
|
|
7856
|
+
}
|
|
7857
|
+
},
|
|
7858
|
+
{
|
|
7859
|
+
"type": "array",
|
|
7860
|
+
"items": {
|
|
7861
|
+
"$ref": "#/components/schemas/HonorId"
|
|
7862
|
+
}
|
|
7863
|
+
},
|
|
7843
7864
|
{
|
|
7844
7865
|
"type": "array",
|
|
7845
7866
|
"items": {
|
|
@@ -7930,6 +7951,15 @@
|
|
|
7930
7951
|
{
|
|
7931
7952
|
"$ref": "#/components/schemas/TornEducationResponse"
|
|
7932
7953
|
},
|
|
7954
|
+
{
|
|
7955
|
+
"$ref": "#/components/schemas/TornMeritsResponse"
|
|
7956
|
+
},
|
|
7957
|
+
{
|
|
7958
|
+
"$ref": "#/components/schemas/TornHonorsResponse"
|
|
7959
|
+
},
|
|
7960
|
+
{
|
|
7961
|
+
"$ref": "#/components/schemas/TornMedalsResponse"
|
|
7962
|
+
},
|
|
7933
7963
|
{
|
|
7934
7964
|
"$ref": "#/components/schemas/TornBountiesResponse"
|
|
7935
7965
|
},
|