@skip-go/client 0.9.1 → 0.9.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3054,7 +3054,7 @@ var SkipClient = class {
|
|
|
3054
3054
|
balances(request) {
|
|
3055
3055
|
return chunk6FNC3XMI_js.__async(this, null, function* () {
|
|
3056
3056
|
const response = yield this.requestClient.post(
|
|
3057
|
-
"/v2/info/
|
|
3057
|
+
"/v2/info/balances",
|
|
3058
3058
|
chunk5I2266VA_js.balanceRequestToJSON(request)
|
|
3059
3059
|
);
|
|
3060
3060
|
return chunk5I2266VA_js.balanceResponseFromJSON(response);
|
package/package.json
CHANGED