tornapi-typescript 0.0.2 → 0.0.3
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/README.md +3 -0
- package/dist/index.d.ts +0 -5
- package/dist/openapi.json +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# TornAPI Typescript
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/tornapi-typescript)
|
|
4
|
+
[](https://www.npmjs.com/package/tornapi-typescript)
|
|
5
|
+
|
|
3
6
|
Automatically generated type definition in Typescript for [torn.com](https://torn.com) API V2.
|
|
4
7
|
|
|
5
8
|
## Installation
|
package/dist/index.d.ts
CHANGED
|
@@ -429,7 +429,6 @@ export type TornItemTypeEnum =
|
|
|
429
429
|
| "Car"
|
|
430
430
|
| "Clothing"
|
|
431
431
|
| "Collectible"
|
|
432
|
-
| "Defensive"
|
|
433
432
|
| "Drug"
|
|
434
433
|
| "Energy Drink"
|
|
435
434
|
| "Enhancer"
|
|
@@ -437,14 +436,10 @@ export type TornItemTypeEnum =
|
|
|
437
436
|
| "Jewelry"
|
|
438
437
|
| "Material"
|
|
439
438
|
| "Medical"
|
|
440
|
-
| "Melee"
|
|
441
439
|
| "Other"
|
|
442
440
|
| "Plushie"
|
|
443
|
-
| "Primary"
|
|
444
|
-
| "Secondary"
|
|
445
441
|
| "Special"
|
|
446
442
|
| "Supply Pack"
|
|
447
|
-
| "Temporary"
|
|
448
443
|
| "Tool"
|
|
449
444
|
| "Unused"
|
|
450
445
|
| "Weapon";
|
package/dist/openapi.json
CHANGED
|
@@ -3553,7 +3553,6 @@
|
|
|
3553
3553
|
"description": "Requires public key. <br>",
|
|
3554
3554
|
"parameters": [
|
|
3555
3555
|
{
|
|
3556
|
-
"parameter": "LogId",
|
|
3557
3556
|
"name": "log",
|
|
3558
3557
|
"in": "query",
|
|
3559
3558
|
"description": "Code of the attack log. E.g. d51ad4fe6be884b309b142e2d1d4f807",
|
|
@@ -4799,7 +4798,6 @@
|
|
|
4799
4798
|
"Car",
|
|
4800
4799
|
"Clothing",
|
|
4801
4800
|
"Collectible",
|
|
4802
|
-
"Defensive",
|
|
4803
4801
|
"Drug",
|
|
4804
4802
|
"Energy Drink",
|
|
4805
4803
|
"Enhancer",
|
|
@@ -4807,14 +4805,10 @@
|
|
|
4807
4805
|
"Jewelry",
|
|
4808
4806
|
"Material",
|
|
4809
4807
|
"Medical",
|
|
4810
|
-
"Melee",
|
|
4811
4808
|
"Other",
|
|
4812
4809
|
"Plushie",
|
|
4813
|
-
"Primary",
|
|
4814
|
-
"Secondary",
|
|
4815
4810
|
"Special",
|
|
4816
4811
|
"Supply Pack",
|
|
4817
|
-
"Temporary",
|
|
4818
4812
|
"Tool",
|
|
4819
4813
|
"Unused",
|
|
4820
4814
|
"Weapon"
|
|
@@ -8471,7 +8465,7 @@
|
|
|
8471
8465
|
}
|
|
8472
8466
|
},
|
|
8473
8467
|
"type": "object",
|
|
8474
|
-
"nullable":
|
|
8468
|
+
"nullable": true,
|
|
8475
8469
|
"required": [
|
|
8476
8470
|
"id",
|
|
8477
8471
|
"name"
|