otomato-sdk 2.0.278 → 2.0.280
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.
|
@@ -7672,7 +7672,7 @@ export const ACTIONS = {
|
|
|
7672
7672
|
}
|
|
7673
7673
|
},
|
|
7674
7674
|
"HUMAN_IN_THE_LOOP": {
|
|
7675
|
-
"description": "
|
|
7675
|
+
"description": "Send a telegram message to ask for user input. The workflow will then wait for the user to select an option before continuing.",
|
|
7676
7676
|
"tags": {},
|
|
7677
7677
|
"image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/telegram.jpeg",
|
|
7678
7678
|
"TELEGRAM_POLL": {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "2.0.
|
|
1
|
+
export declare const SDK_VERSION = "2.0.280";
|
|
2
2
|
export declare function compareVersions(v1: string, v2: string): number;
|