otomato-sdk 2.0.191 → 2.0.192
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.
|
@@ -5072,8 +5072,8 @@ export const TRIGGERS = {
|
|
|
5072
5072
|
"type": "boolean",
|
|
5073
5073
|
"description": "Toggle trigger if it is retweet",
|
|
5074
5074
|
"category": 0,
|
|
5075
|
-
"default":
|
|
5076
|
-
"value":
|
|
5075
|
+
"default": false,
|
|
5076
|
+
"value": false
|
|
5077
5077
|
},
|
|
5078
5078
|
],
|
|
5079
5079
|
"examples": [
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.192";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|