@riocrypto/common 1.0.1513 → 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,6 +93,7 @@ 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;
@@ -101,6 +102,7 @@ export declare class RioAdminClient {
101
102
  assetType?: "crypto" | "fiat";
102
103
  asset?: Crypto | Fiat;
103
104
  cooldown?: number;
105
+ isRecurring?: boolean;
104
106
  };
105
107
  destinationType: "telegram";
106
108
  telegramDestination: {
@@ -66,6 +66,7 @@ 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;
@@ -74,6 +75,7 @@ export declare class RioClient {
74
75
  assetType?: "crypto" | "fiat";
75
76
  asset?: Crypto | Fiat;
76
77
  cooldown?: number;
78
+ isRecurring?: boolean;
77
79
  };
78
80
  destinationType: "telegram";
79
81
  telegramDestination: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.1513",
3
+ "version": "1.0.1514",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",