@riocrypto/common 1.0.1926 → 1.0.1927

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.
@@ -8,7 +8,7 @@ export interface EmarketsFXTrade {
8
8
  provider: "BBVA";
9
9
  status: EmarketsFXTradeStatus;
10
10
  FXTradeId?: string;
11
- arbitrageTradeId?: string;
11
+ externalTradeId?: string;
12
12
  fiat: Fiat;
13
13
  amountToTrade: number;
14
14
  amountReceived?: number;
@@ -82,6 +82,6 @@ var OrderStatus;
82
82
  OrderStatus["DepositAmountMismatchFailed"] = "depositAmountMismatchFailed";
83
83
  // Unknown error(s)
84
84
  OrderStatus["Failed"] = "failedUnknown";
85
- // When the order is expireed
85
+ // When the order is expired
86
86
  OrderStatus["Expired"] = "expired";
87
87
  })(OrderStatus = exports.OrderStatus || (exports.OrderStatus = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1926",
3
+ "version": "1.0.1927",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",