@riocrypto/common 1.0.2262 → 1.0.2264

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.
@@ -26,6 +26,7 @@ export interface TWAPSession {
26
26
  twoWaySettlementDateOffset: number;
27
27
  userId: string;
28
28
  country: Country;
29
+ averageNetPrice: number;
29
30
  activeBulkBankPayoutId?: string;
30
31
  activeBulkCryptoPayoutId?: string;
31
32
  completedBulkBankPayoutIds?: string[];
@@ -111,10 +111,12 @@ export declare type User = {
111
111
  };
112
112
  };
113
113
  TWAP?: {
114
- [key in Fiat]?: {
115
- [key in Side]?: {
116
- minClipSize?: number;
117
- interval?: number;
114
+ [key in Country]?: {
115
+ [key in Fiat]?: {
116
+ [key in Side]?: {
117
+ minClipSize?: number;
118
+ interval?: number;
119
+ };
118
120
  };
119
121
  };
120
122
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2262",
3
+ "version": "1.0.2264",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",