@riocrypto/common 1.0.2025 → 1.0.2027

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.
@@ -119,6 +119,12 @@ export declare type UserUpdate = {
119
119
  };
120
120
  };
121
121
  };
122
+ customPayoutFireblocksVault?: {
123
+ [crypto in Crypto]?: {
124
+ id: string;
125
+ overrideOvernightAndWeekendVault: boolean;
126
+ };
127
+ };
122
128
  preSettlementAmount?: {
123
129
  [country in Country]?: {
124
130
  [currency in Fiat | Crypto]?: number;
@@ -126,7 +126,7 @@ export declare type User = {
126
126
  };
127
127
  customPayoutFireblocksVault?: {
128
128
  [crypto in Crypto]?: {
129
- id: string;
129
+ fireblocksVaultId: string;
130
130
  overrideOvernightAndWeekendVault: boolean;
131
131
  };
132
132
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2025",
3
+ "version": "1.0.2027",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",