tornapi-typescript 6.10.0 → 6.10.1

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 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": "6.10.0"
6
+ "version": "6.10.1"
7
7
  },
8
8
  "servers": [
9
9
  {
@@ -23120,8 +23120,7 @@
23120
23120
  "$ref": "#/components/schemas/RaceCarId"
23121
23121
  },
23122
23122
  "car_name": {
23123
- "description": "This field is deprecated and 'car_item_name' should be used instead.",
23124
- "deprecated": true,
23123
+ "description": "Car nickanme.",
23125
23124
  "oneOf": [
23126
23125
  {
23127
23126
  "type": "string"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tornapi-typescript",
3
3
  "type": "module",
4
- "version": "6.10.0",
4
+ "version": "6.10.1",
5
5
  "repository": {
6
6
  "url": "git+https://github.com/Torn-Playground/tornapi-typescript.git"
7
7
  },