otomato-sdk 2.0.149 → 2.0.150

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.
@@ -5750,7 +5750,7 @@ export const ACTIONS = {
5750
5750
  },
5751
5751
  "WEB3MAIL": {
5752
5752
  "description": "Sends a Web3 mail using iExec RLC",
5753
- "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/iexec.webp",
5753
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/iExec.webp",
5754
5754
  "SEND_WEB3MAIL": {
5755
5755
  "name": "Send Web3 mail",
5756
5756
  "type": 6,
@@ -5807,7 +5807,7 @@ export const ACTIONS = {
5807
5807
  }
5808
5808
  ],
5809
5809
  "blockId": 100017,
5810
- "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/iexec.webp"
5810
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/iExec.webp"
5811
5811
  }
5812
5812
  }
5813
5813
  },
@@ -8265,6 +8265,7 @@ export const ACTIONS = {
8265
8265
  "GSHEET": {
8266
8266
  "description": "Perform operations on a Google Sheet",
8267
8267
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/google_sheet.webp",
8268
+ "comingSoon": true,
8268
8269
  "GSHEET": {
8269
8270
  "name": "Google Sheet",
8270
8271
  "type": 6,
@@ -8386,7 +8387,8 @@ export const ACTIONS = {
8386
8387
  }
8387
8388
  ],
8388
8389
  "blockId": 100041,
8389
- "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/google_sheet.webp"
8390
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/google_sheet.webp",
8391
+ "comingSoon": true
8390
8392
  }
8391
8393
  }
8392
8394
  }
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.149';
1
+ export const SDK_VERSION = '2.0.150';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -3347,6 +3347,7 @@ export declare const ACTIONS: {
3347
3347
  GSHEET: {
3348
3348
  description: string;
3349
3349
  image: string;
3350
+ comingSoon: boolean;
3350
3351
  GSHEET: {
3351
3352
  name: string;
3352
3353
  type: number;
@@ -3374,6 +3375,7 @@ export declare const ACTIONS: {
3374
3375
  }[];
3375
3376
  blockId: number;
3376
3377
  image: string;
3378
+ comingSoon: boolean;
3377
3379
  };
3378
3380
  };
3379
3381
  };
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.149";
1
+ export declare const SDK_VERSION = "2.0.150";
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.149",
3
+ "version": "2.0.150",
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",