@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.
@@ -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: 'POST',
192
+ method: 'GET',
193
193
  headers: headerParameters,
194
194
  query: queryParameters,
195
195
  }, initOverrides);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monaco-protocol/client-v2",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [