@riocrypto/common 1.0.1829 → 1.0.1830

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,13 @@ 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
102
  };
103
103
  payoutDetails?: {
104
- withdrawalTxIds?: string[];
104
+ blockchainTxIds?: string[];
105
105
  SPEITrackingNumbers?: string[];
106
106
  SPIDTrackingNumbers?: string[];
107
107
  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.1830",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",