@riocrypto/common 1.0.1830 → 1.0.1832

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.
@@ -5,8 +5,8 @@ export interface CryptoPayoutCompletedEvent {
5
5
  data: {
6
6
  orderId: string;
7
7
  amountCrypto: number;
8
- fireblocksTransferId?: string;
9
- withdrawalTxId?: string;
8
+ fireblocksTransferIds?: string[];
9
+ blockchainTxIds?: string[];
10
10
  fees?: Fees;
11
11
  };
12
12
  }
@@ -99,6 +99,7 @@ export interface Order {
99
99
  SPEITrackingNumbers?: string[];
100
100
  SPIDTrackingNumbers?: string[];
101
101
  CEPLinks?: string[];
102
+ receivedAt?: Date;
102
103
  };
103
104
  payoutDetails?: {
104
105
  blockchainTxIds?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1830",
3
+ "version": "1.0.1832",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",