otomato-sdk 2.0.520 → 2.0.522
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.
|
@@ -4010,6 +4010,7 @@ export declare const TRIGGERS: {
|
|
|
4010
4010
|
conditionId: string;
|
|
4011
4011
|
icon: string;
|
|
4012
4012
|
message: string;
|
|
4013
|
+
messageApp: string;
|
|
4013
4014
|
allTradesJson: string;
|
|
4014
4015
|
};
|
|
4015
4016
|
parameters: Parameter[];
|
|
@@ -4034,6 +4035,10 @@ export declare const TRIGGERS: {
|
|
|
4034
4035
|
direction: string;
|
|
4035
4036
|
change: string;
|
|
4036
4037
|
currentOdds: string;
|
|
4038
|
+
yesPrice: string;
|
|
4039
|
+
sharePrice: string;
|
|
4040
|
+
sharePriceBefore: string;
|
|
4041
|
+
timeWindowHours: string;
|
|
4037
4042
|
marketTitle: string;
|
|
4038
4043
|
userOutcome: string;
|
|
4039
4044
|
threshold: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.522";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|