torn-client 0.3.7 → 0.3.8
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -6084,7 +6084,7 @@ declare class UserEndpoint {
|
|
|
6084
6084
|
timestamp?: string;
|
|
6085
6085
|
}): Promise<UserIconsResponse>;
|
|
6086
6086
|
/**
|
|
6087
|
-
* Get your item market listings
|
|
6087
|
+
* Get your item market listings
|
|
6088
6088
|
* @param params - Optional query parameters
|
|
6089
6089
|
*/
|
|
6090
6090
|
itemmarket(params?: {
|
|
@@ -6318,7 +6318,7 @@ declare class UserEndpoint {
|
|
|
6318
6318
|
timestamp?: string;
|
|
6319
6319
|
}): Promise<UserTravelResponse>;
|
|
6320
6320
|
/**
|
|
6321
|
-
* Get your virus information
|
|
6321
|
+
* Get your virus coding information
|
|
6322
6322
|
* @param params - Optional query parameters
|
|
6323
6323
|
*/
|
|
6324
6324
|
virus(params?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -6084,7 +6084,7 @@ declare class UserEndpoint {
|
|
|
6084
6084
|
timestamp?: string;
|
|
6085
6085
|
}): Promise<UserIconsResponse>;
|
|
6086
6086
|
/**
|
|
6087
|
-
* Get your item market listings
|
|
6087
|
+
* Get your item market listings
|
|
6088
6088
|
* @param params - Optional query parameters
|
|
6089
6089
|
*/
|
|
6090
6090
|
itemmarket(params?: {
|
|
@@ -6318,7 +6318,7 @@ declare class UserEndpoint {
|
|
|
6318
6318
|
timestamp?: string;
|
|
6319
6319
|
}): Promise<UserTravelResponse>;
|
|
6320
6320
|
/**
|
|
6321
|
-
* Get your virus information
|
|
6321
|
+
* Get your virus coding information
|
|
6322
6322
|
* @param params - Optional query parameters
|
|
6323
6323
|
*/
|
|
6324
6324
|
virus(params?: {
|