Comparing version 1.4.3 to 1.4.4
@@ -15,4 +15,4 @@ declare class Taapi { | ||
executeBulk(type?: string, params?: {}): Promise<any>; | ||
getExchangeSymbols(type: string, exchange: string, quoteAsset: string): Promise<any>; | ||
getExchangeSymbols(type: string, exchange: string, quoteAsset?: string): Promise<any>; | ||
} | ||
export default Taapi; |
@@ -126,3 +126,3 @@ "use strict"; | ||
} | ||
getExchangeSymbols(type, exchange, quoteAsset) { | ||
getExchangeSymbols(type, exchange, quoteAsset = "") { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -129,0 +129,0 @@ let result = null; |
@@ -15,4 +15,4 @@ declare class Taapi { | ||
executeBulk(type?: string, params?: {}): Promise<any>; | ||
getExchangeSymbols(type: string, exchange: string, quoteAsset: string): Promise<any>; | ||
getExchangeSymbols(type: string, exchange: string, quoteAsset?: string): Promise<any>; | ||
} | ||
export default Taapi; |
@@ -121,3 +121,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
} | ||
getExchangeSymbols(type, exchange, quoteAsset) { | ||
getExchangeSymbols(type, exchange, quoteAsset = "") { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
@@ -124,0 +124,0 @@ let result = null; |
{ | ||
"name": "taapi", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "A wrapper and a client for the TAAPI.IO API", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19458