@riocrypto/common 1.0.2522 → 1.0.2524

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,6 +5,7 @@ export interface AsyncCryptoPaymentCompletedEvent {
5
5
  orderId: string;
6
6
  amount: number;
7
7
  depositTxId: string;
8
+ fireblocksTransferId?: string;
8
9
  originBlockchainAddress?: string;
9
10
  };
10
11
  }
@@ -5,6 +5,7 @@ export interface CryptoPaymentCompletedEvent {
5
5
  orderId: string;
6
6
  amount: number;
7
7
  depositTxId: string;
8
+ fireblocksTransferId?: string;
8
9
  originBlockchainAddress?: string;
9
10
  };
10
11
  }
@@ -19,6 +19,7 @@ export interface BulkCryptoPayment {
19
19
  paymentsReceived?: {
20
20
  amount: number;
21
21
  blockchainTxId?: string;
22
+ fireblocksTransferId?: string;
22
23
  originBlockchainAddress?: string;
23
24
  receivedAt: Date;
24
25
  }[];
@@ -111,6 +111,7 @@ export interface Order {
111
111
  paymentsReceived?: {
112
112
  amount: number;
113
113
  blockchainTxId?: string;
114
+ fireblocksTransferId?: string;
114
115
  SPEITrackingNumber?: string;
115
116
  SPIDTrackingNumber?: string;
116
117
  CEPLink?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2522",
3
+ "version": "1.0.2524",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",