@riocrypto/common 1.0.1512 → 1.0.1513

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.
@@ -97,6 +97,7 @@ export declare class RioAdminClient {
97
97
  liquidityTrigger?: {
98
98
  condition: AlertTriggerCondition;
99
99
  value: number;
100
+ side: Side;
100
101
  assetType?: "crypto" | "fiat";
101
102
  asset?: Crypto | Fiat;
102
103
  cooldown?: number;
@@ -70,6 +70,7 @@ export declare class RioClient {
70
70
  liquidityTrigger?: {
71
71
  condition: AlertTriggerCondition;
72
72
  value: number;
73
+ side: Side;
73
74
  assetType?: "crypto" | "fiat";
74
75
  asset?: Crypto | Fiat;
75
76
  cooldown?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1512",
3
+ "version": "1.0.1513",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",