@riocrypto/common 1.0.1861 → 1.0.1863

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.
@@ -104,7 +104,7 @@ export interface Order {
104
104
  }[];
105
105
  payoutsSent?: {
106
106
  amount: number;
107
- blockchainTxId: string;
107
+ blockchainTxId?: string;
108
108
  SPEITrackingNumber?: string;
109
109
  SPIDTrackingNumber?: string;
110
110
  CEPLink?: string;
@@ -116,7 +116,7 @@ export interface Order {
116
116
  CLABE?: string;
117
117
  fee?: number;
118
118
  feeCurrency?: Crypto | Fiat;
119
- sentAt?: Date;
119
+ sentAt: Date;
120
120
  }[];
121
121
  payoutTransferLimit?: number;
122
122
  paymentReceivedAt?: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1861",
3
+ "version": "1.0.1863",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",