@riocrypto/common 1.0.2124 → 1.0.2126

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.
@@ -6,9 +6,6 @@ export declare enum OrderStatus {
6
6
  CryptoAddressAdded = "cryptoAddressAdded",
7
7
  LiquiditySourced = "liquiditySourced",
8
8
  AwaitingBankPayoutDetails = "awaitingBankPayoutDetails",
9
- AwaitingBinanceSettlement = "awaitingBinanceSettlement",
10
- BinanceSettlementFailed = "binanceSettlementFailed",
11
- IncorrectBinanceSettlement = "incorrectBinanceSettlement",
12
9
  DepositRegistered = "depositRegistered",
13
10
  DepositConfirmed = "depositConfirmed",
14
11
  PaymentOriginMismatch = "paymentOriginMismatch",
@@ -15,9 +15,6 @@ var OrderStatus;
15
15
  OrderStatus["CryptoAddressAdded"] = "cryptoAddressAdded";
16
16
  OrderStatus["LiquiditySourced"] = "liquiditySourced";
17
17
  OrderStatus["AwaitingBankPayoutDetails"] = "awaitingBankPayoutDetails";
18
- OrderStatus["AwaitingBinanceSettlement"] = "awaitingBinanceSettlement";
19
- OrderStatus["BinanceSettlementFailed"] = "binanceSettlementFailed";
20
- OrderStatus["IncorrectBinanceSettlement"] = "incorrectBinanceSettlement";
21
18
  // When the crypto deposit from a sell order is registereed by the block explorer
22
19
  OrderStatus["DepositRegistered"] = "depositRegistered";
23
20
  // When the crypto deposit from a sell order is confirmed by the liquidity provider
@@ -78,7 +78,7 @@ export interface Order {
78
78
  CLABE?: string;
79
79
  };
80
80
  paymentInstructions?: {
81
- dueDate: Date;
81
+ dueDate?: Date;
82
82
  blockchainAddress?: string;
83
83
  USBankTransferMethod?: "wire" | "ach_push";
84
84
  bankName?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2124",
3
+ "version": "1.0.2126",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",