@monaco-protocol/client-v2 0.0.57 → 0.0.58
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/apis/WalletsApi.js +1 -1
- package/package.json +1 -1
package/dist/apis/WalletsApi.js
CHANGED
|
@@ -189,7 +189,7 @@ class WalletsApi extends runtime.BaseAPI {
|
|
|
189
189
|
}
|
|
190
190
|
const response = yield this.request({
|
|
191
191
|
path: `/wallets/{id}/metrics`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
192
|
-
method: '
|
|
192
|
+
method: 'GET',
|
|
193
193
|
headers: headerParameters,
|
|
194
194
|
query: queryParameters,
|
|
195
195
|
}, initOverrides);
|