@riocrypto/common-server 1.0.2086 → 1.0.2087

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.
@@ -94,6 +94,7 @@ interface OrderAttrs {
94
94
  SPEITrackingNumbers?: string[];
95
95
  SPIDTrackingNumbers?: string[];
96
96
  CEPLinks?: string[];
97
+ receivedAt?: Date;
97
98
  };
98
99
  payoutDetails?: {
99
100
  blockchainTxIds?: string[];
@@ -192,6 +193,7 @@ interface OrderDoc extends Document {
192
193
  SPEITrackingNumbers?: string[];
193
194
  SPIDTrackingNumbers?: string[];
194
195
  CEPLinks?: string[];
196
+ receivedAt?: Date;
195
197
  };
196
198
  payoutDetails?: {
197
199
  blockchainTxIds?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.2086",
3
+ "version": "1.0.2087",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",