@riocrypto/common 1.0.716 → 1.0.717

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.
@@ -83,7 +83,7 @@ export declare class RioAdminClient {
83
83
  fee: number;
84
84
  volume: number;
85
85
  }>;
86
- getAggregateVolume(): Promise<{
86
+ getWeeklyVolume(): Promise<{
87
87
  volume: number;
88
88
  revenue: number;
89
89
  }>;
@@ -312,9 +312,9 @@ class RioAdminClient {
312
312
  return response.data;
313
313
  });
314
314
  }
315
- getAggregateVolume() {
315
+ getWeeklyVolume() {
316
316
  return __awaiter(this, void 0, void 0, function* () {
317
- const response = yield this.axios.get(`/api/admin/volume`);
317
+ const response = yield this.axios.get(`/api/admin/volume/weekly`);
318
318
  return response.data;
319
319
  });
320
320
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.716",
3
+ "version": "1.0.717",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",