otomato-sdk 2.0.93 → 2.0.94

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.
@@ -3594,6 +3594,7 @@ export const ACTIONS = {
3594
3594
  "TELEGRAM": {
3595
3595
  "description": "Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.",
3596
3596
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/telegram.jpeg",
3597
+ "comingSoon": true,
3597
3598
  "SEND_MESSAGE": {
3598
3599
  "name": "Send message",
3599
3600
  "type": 0,
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.93';
1
+ export const SDK_VERSION = '2.0.94';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -1567,6 +1567,7 @@ export declare const ACTIONS: {
1567
1567
  TELEGRAM: {
1568
1568
  description: string;
1569
1569
  image: string;
1570
+ comingSoon: boolean;
1570
1571
  SEND_MESSAGE: {
1571
1572
  name: string;
1572
1573
  type: number;
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.93";
1
+ export declare const SDK_VERSION = "2.0.94";
2
2
  export declare function compareVersions(v1: string, v2: string): number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otomato-sdk",
3
- "version": "2.0.93",
3
+ "version": "2.0.94",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/types/src/index.d.ts",