@riocrypto/common 1.0.2179 → 1.0.2181

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.
@@ -2,5 +2,5 @@ import { AdminTaskType } from "../types/admin-task-type";
2
2
  export declare class AdminTaskTypeClass {
3
3
  private key;
4
4
  constructor(key: AdminTaskType);
5
- getTaskLabel(): "ERR" | "Confirm bank transfer receipt" | "Exchange to USD" | "Place FX trade" | "Register bank account" | "Initiate bank transfer" | "Review KYC" | "Source liquidity" | "Check error" | "Source gas" | "Update order amount";
5
+ getTaskLabel(): "ERR" | "Confirm bank transfer receipt" | "Exchange to USD" | "Place FX trade" | "Register bank account" | "Initiate bank transfer" | "Review KYC" | "Source liquidity" | "Check error" | "Source gas" | "Update order amount" | "Review limit order";
6
6
  }
@@ -37,6 +37,9 @@ class AdminTaskTypeClass {
37
37
  else if (this.key === admin_task_type_1.AdminTaskType.UpdateOrderAmount) {
38
38
  return "Update order amount";
39
39
  }
40
+ else if (this.key === admin_task_type_1.AdminTaskType.ReviewLimitOrder) {
41
+ return "Review limit order";
42
+ }
40
43
  else
41
44
  return "ERR";
42
45
  }
@@ -3,6 +3,6 @@ export interface LiquidityFilledEvent {
3
3
  subject: Subjects.LiquidityFilled;
4
4
  data: {
5
5
  orderId: string;
6
- price: number;
6
+ marketPrice: number;
7
7
  };
8
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.2179",
3
+ "version": "1.0.2181",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",