@riocrypto/common 1.0.71 → 1.0.72

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.
@@ -3,5 +3,6 @@ export declare enum OrderStatus {
3
3
  Cancelled = "cancelled",
4
4
  Processing = "processing",
5
5
  Paid = "paid",
6
- Complete = "complete"
6
+ Complete = "complete",
7
+ failed = "failed"
7
8
  }
@@ -17,4 +17,5 @@ var OrderStatus;
17
17
  // When order has been processed by the payment
18
18
  // processor and filled by the liquidity provider
19
19
  OrderStatus["Complete"] = "complete";
20
+ OrderStatus["failed"] = "failed";
20
21
  })(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",