@riocrypto/common 1.0.1862 → 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1862",
3
+ "version": "1.0.1863",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",