@riocrypto/common 1.0.2242 → 1.0.2244

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.
@@ -36,5 +36,4 @@ export interface ImportOrderData {
36
36
  skipPushNotifications?: boolean;
37
37
  serviceFeeFiat?: number;
38
38
  serviceFeeFiatTax?: number;
39
- rioPayoutFireblocksVaultId?: string;
40
39
  }
@@ -137,7 +137,6 @@ export interface Order {
137
137
  };
138
138
  payoutTransferLimit?: number;
139
139
  paymentReceivedAt?: Date;
140
- rioPayoutFireblocksVaultId: string;
141
140
  previousActiveStatus?: OrderStatus;
142
141
  version: number;
143
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2242",
3
+ "version": "1.0.2244",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",