otomato-sdk 2.0.621 → 2.0.622
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.
|
@@ -83,6 +83,7 @@ export declare const TRIGGERS: {
|
|
|
83
83
|
};
|
|
84
84
|
BALANCE_MOVEMENT: {
|
|
85
85
|
name: string;
|
|
86
|
+
hideInLeftPanel: boolean;
|
|
86
87
|
dynamicName: string;
|
|
87
88
|
description: string;
|
|
88
89
|
type: number;
|
|
@@ -327,6 +328,7 @@ export declare const TRIGGERS: {
|
|
|
327
328
|
};
|
|
328
329
|
BALANCE_MOVEMENT: {
|
|
329
330
|
name: string;
|
|
331
|
+
hideInLeftPanel: boolean;
|
|
330
332
|
dynamicName: string;
|
|
331
333
|
description: string;
|
|
332
334
|
type: number;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.622";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|