@riocrypto/common 1.0.1854 → 1.0.1855

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.
@@ -97,6 +97,7 @@ export interface Order {
97
97
  CCI?: string;
98
98
  };
99
99
  paymentsReceived?: {
100
+ amount: number;
100
101
  blockchainTxIds?: string[];
101
102
  SPEITrackingNumbers?: string[];
102
103
  SPIDTrackingNumbers?: string[];
@@ -105,6 +106,7 @@ export interface Order {
105
106
  receivedAt?: Date;
106
107
  }[];
107
108
  payoutsSent?: {
109
+ amount: number;
108
110
  blockchainTxIds?: string[];
109
111
  SPEITrackingNumbers?: string[];
110
112
  SPIDTrackingNumbers?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1854",
3
+ "version": "1.0.1855",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",