@riocrypto/common 1.0.1512 → 1.0.1514

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.
@@ -93,13 +93,16 @@ export declare class RioAdminClient {
93
93
  fiat: Fiat;
94
94
  crypto: Crypto;
95
95
  cooldown?: number;
96
+ isRecurring?: boolean;
96
97
  };
97
98
  liquidityTrigger?: {
98
99
  condition: AlertTriggerCondition;
99
100
  value: number;
101
+ side: Side;
100
102
  assetType?: "crypto" | "fiat";
101
103
  asset?: Crypto | Fiat;
102
104
  cooldown?: number;
105
+ isRecurring?: boolean;
103
106
  };
104
107
  destinationType: "telegram";
105
108
  telegramDestination: {
@@ -66,13 +66,16 @@ export declare class RioClient {
66
66
  fiat: Fiat;
67
67
  crypto: Crypto;
68
68
  cooldown?: number;
69
+ isRecurring?: boolean;
69
70
  };
70
71
  liquidityTrigger?: {
71
72
  condition: AlertTriggerCondition;
72
73
  value: number;
74
+ side: Side;
73
75
  assetType?: "crypto" | "fiat";
74
76
  asset?: Crypto | Fiat;
75
77
  cooldown?: number;
78
+ isRecurring?: boolean;
76
79
  };
77
80
  destinationType: "telegram";
78
81
  telegramDestination: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1512",
3
+ "version": "1.0.1514",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",