otomato-sdk 2.0.601 → 2.0.603
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.
|
@@ -3648,6 +3648,28 @@ export declare const TRIGGERS: {
|
|
|
3648
3648
|
blockId: number;
|
|
3649
3649
|
image: string;
|
|
3650
3650
|
};
|
|
3651
|
+
TPSL_ORDER_FILL: {
|
|
3652
|
+
name: string;
|
|
3653
|
+
dynamicName: string;
|
|
3654
|
+
description: string;
|
|
3655
|
+
type: number;
|
|
3656
|
+
output: {
|
|
3657
|
+
message: string;
|
|
3658
|
+
fillEventsJson: string;
|
|
3659
|
+
};
|
|
3660
|
+
parameters: Parameter[];
|
|
3661
|
+
examples: {
|
|
3662
|
+
name: string;
|
|
3663
|
+
description: string;
|
|
3664
|
+
externalVariableDescription: string;
|
|
3665
|
+
parameters: {
|
|
3666
|
+
key: string;
|
|
3667
|
+
value: string;
|
|
3668
|
+
}[];
|
|
3669
|
+
}[];
|
|
3670
|
+
blockId: number;
|
|
3671
|
+
image: string;
|
|
3672
|
+
};
|
|
3651
3673
|
PRICE_MOVEMENT: {
|
|
3652
3674
|
name: string;
|
|
3653
3675
|
dynamicName: string;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.603";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|