@riocrypto/common 1.0.1829 → 1.0.1831

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.
@@ -80,7 +80,7 @@ export interface Order {
80
80
  CLABE?: string;
81
81
  };
82
82
  paymentInstructions?: {
83
- depositAddress?: string;
83
+ blockchainAddress?: string;
84
84
  USBankTransferMethod?: "wire" | "ach_push";
85
85
  bankName?: string;
86
86
  companyName?: string;
@@ -95,13 +95,14 @@ export interface Order {
95
95
  CCI?: string;
96
96
  };
97
97
  paymentDetails?: {
98
- depositTxIds?: string[];
98
+ blockchainTxIds?: string[];
99
99
  SPEITrackingNumbers?: string[];
100
100
  SPIDTrackingNumbers?: string[];
101
101
  CEPLinks?: string[];
102
+ receivedAt?: Date;
102
103
  };
103
104
  payoutDetails?: {
104
- withdrawalTxIds?: string[];
105
+ blockchainTxIds?: string[];
105
106
  SPEITrackingNumbers?: string[];
106
107
  SPIDTrackingNumbers?: string[];
107
108
  CEPLinks?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1829",
3
+ "version": "1.0.1831",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",