@riocrypto/common 1.0.1620 → 1.0.1622

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.
@@ -64,4 +64,6 @@ export interface Order {
64
64
  payoutAddressId?: string;
65
65
  payoutBankAccountId?: string;
66
66
  attributes?: OrderAttribute[];
67
+ binancePaymentId?: string;
68
+ binancePayoutId?: string;
67
69
  }
@@ -119,10 +119,5 @@ export declare type User = {
119
119
  };
120
120
  };
121
121
  };
122
- cumulativeVolumesInUSD?: {
123
- [country in Country]?: {
124
- [fiat in Fiat]?: number;
125
- };
126
- };
127
122
  } & (UserType.Individual extends UserType ? IndividualUser : {}) & (UserType.Business extends UserType ? BusinessUser : {});
128
123
  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.1622",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",