@riocrypto/common 1.0.1620 → 1.0.1621

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.
@@ -120,9 +120,7 @@ export declare type User = {
120
120
  };
121
121
  };
122
122
  cumulativeVolumesInUSD?: {
123
- [country in Country]?: {
124
- [fiat in Fiat]?: number;
125
- };
123
+ [country in Country]?: number;
126
124
  };
127
125
  } & (UserType.Individual extends UserType ? IndividualUser : {}) & (UserType.Business extends UserType ? BusinessUser : {});
128
126
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1620",
3
+ "version": "1.0.1621",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",