@riocrypto/common 1.0.2194 → 1.0.2196

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.
@@ -2,7 +2,7 @@ export interface FireblocksVault {
2
2
  id: string;
3
3
  type: "transactional" | "managed";
4
4
  userId: string;
5
- fireblocksVaultId: number;
5
+ fireblocksVaultId: string;
6
6
  depositAddresses?: {
7
7
  [key: string]: string;
8
8
  };
@@ -138,5 +138,6 @@ export interface Order {
138
138
  payoutTransferLimit?: number;
139
139
  paymentReceivedAt?: Date;
140
140
  rioPayoutFireblocksVaultId: string;
141
+ previousActiveStatus?: OrderStatus;
141
142
  version: number;
142
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2194",
3
+ "version": "1.0.2196",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",