tornapi-typescript 6.0.1 → 6.0.2

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.0.1"
6
+ "version": "6.0.2"
7
7
  },
8
8
  "servers": [
9
9
  {
@@ -5529,7 +5529,7 @@
5529
5529
  "$ref": "#/components/parameters/ApiFactionSearchFilter"
5530
5530
  },
5531
5531
  {
5532
- "$ref": "#/components/parameters/ApiLimit50Default20"
5532
+ "$ref": "#/components/parameters/ApiLimit100Default20"
5533
5533
  },
5534
5534
  {
5535
5535
  "$ref": "#/components/parameters/ApiOffset"
@@ -6797,7 +6797,7 @@
6797
6797
  "$ref": "#/components/parameters/ApiCompanySearchFilter"
6798
6798
  },
6799
6799
  {
6800
- "$ref": "#/components/parameters/ApiLimit50Default20"
6800
+ "$ref": "#/components/parameters/ApiLimit100Default20"
6801
6801
  },
6802
6802
  {
6803
6803
  "$ref": "#/components/parameters/ApiOffset"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tornapi-typescript",
3
3
  "type": "module",
4
- "version": "6.0.1",
4
+ "version": "6.0.2",
5
5
  "repository": {
6
6
  "url": "git+https://github.com/Torn-Playground/tornapi-typescript.git"
7
7
  },