@riocrypto/common 1.0.2532 → 1.0.2534

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.
@@ -167,6 +167,7 @@ export declare enum Subjects {
167
167
  BitsoWithdrawalFailed = "bitsoWithdrawal:failed",
168
168
  BitsoWithdrawalCompleted = "bitsoWithdrawal:completed",
169
169
  BitsoPaymentReceived = "bitsoPayment:received",
170
+ BinanceRFQOrderCreated = "binanceRFQOrder:created",
170
171
  BinanceRFQOrderSettlementCompleted = "binanceRFQOrder:settlementCompleted",
171
172
  STPWithdrawalInitiated = "stpWithdrawal:initiated",
172
173
  STPWithdrawalFailed = "stpWithdrawal:failed",
@@ -171,6 +171,7 @@ var Subjects;
171
171
  Subjects["BitsoWithdrawalFailed"] = "bitsoWithdrawal:failed";
172
172
  Subjects["BitsoWithdrawalCompleted"] = "bitsoWithdrawal:completed";
173
173
  Subjects["BitsoPaymentReceived"] = "bitsoPayment:received";
174
+ Subjects["BinanceRFQOrderCreated"] = "binanceRFQOrder:created";
174
175
  Subjects["BinanceRFQOrderSettlementCompleted"] = "binanceRFQOrder:settlementCompleted";
175
176
  Subjects["STPWithdrawalInitiated"] = "stpWithdrawal:initiated";
176
177
  Subjects["STPWithdrawalFailed"] = "stpWithdrawal:failed";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2532",
3
+ "version": "1.0.2534",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",