Comparing version 0.0.76 to 0.0.77
@@ -0,1 +1,2 @@ | ||
import { IRequestConfiguration } from "../../dfinance/rests/axios"; | ||
export declare const SORT: any; | ||
@@ -7,2 +8,2 @@ export interface Balance { | ||
} | ||
export declare function getBalances(address: string, sort?: any): Promise<Balance[]>; | ||
export declare function getBalances(address: string, sort?: any, options?: IRequestConfiguration): Promise<Balance[]>; |
@@ -11,3 +11,3 @@ "use strict"; | ||
}; | ||
function getBalances(address, sort) { | ||
function getBalances(address, sort, options) { | ||
var _a, _b; | ||
@@ -19,3 +19,3 @@ if (sort === void 0) { sort = exports.SORT; } | ||
switch (_c.label) { | ||
case 0: return [4 /*yield*/, AuthService_1.AuthService.getAuthAccountsAddress({ address: address })]; | ||
case 0: return [4 /*yield*/, AuthService_1.AuthService.getAuthAccountsAddress({ address: address }, options)]; | ||
case 1: | ||
@@ -22,0 +22,0 @@ account = _c.sent(); |
@@ -29,3 +29,3 @@ { | ||
"name": "dfin-jsdk", | ||
"version": "0.0.76" | ||
"version": "0.0.77" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
7885070
17149
18443