@riocrypto/common 1.0.1542 → 1.0.1543

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.
@@ -25,6 +25,7 @@ export declare enum OrderStatus {
25
25
  ProcessorRoutingFailed = "failedProcessorRouting",
26
26
  LiquidityRoutingFailed = "failedLiquidityRouting",
27
27
  FeesFailed = "failedFees",
28
+ failedIncorrectAmountPaid = "failedIncorrectAmountPaid",
28
29
  InsufficientLiquidityFailed = "insufficientLiquidityFailed",
29
30
  DepositAddressFailed = "depositAddressFailed",
30
31
  AddressCheckFailed = "addressCheckFailed",
@@ -55,6 +55,7 @@ var OrderStatus;
55
55
  OrderStatus["LiquidityRoutingFailed"] = "failedLiquidityRouting";
56
56
  // When failed to get fees
57
57
  OrderStatus["FeesFailed"] = "failedFees";
58
+ OrderStatus["failedIncorrectAmountPaid"] = "failedIncorrectAmountPaid";
58
59
  OrderStatus["InsufficientLiquidityFailed"] = "insufficientLiquidityFailed";
59
60
  // When failed to get deposit address
60
61
  OrderStatus["DepositAddressFailed"] = "depositAddressFailed";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1542",
3
+ "version": "1.0.1543",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",