otomato-sdk 2.0.494 → 2.0.496
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.
|
@@ -10330,6 +10330,8 @@ export const TRIGGERS = {
|
|
|
10330
10330
|
"usdcValue": "float",
|
|
10331
10331
|
"timestamp": "float",
|
|
10332
10332
|
"tradeCount": "float",
|
|
10333
|
+
"conditionId": "string",
|
|
10334
|
+
"icon": "string",
|
|
10333
10335
|
"message": "string",
|
|
10334
10336
|
"allTradesJson": "string"
|
|
10335
10337
|
},
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.496";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|