otomato-sdk 2.0.557 → 2.0.558

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.
@@ -14694,7 +14694,6 @@ export const ACTIONS = {
14694
14694
  "SCRIPT": {
14695
14695
  "description": "Execute a custom script",
14696
14696
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/code.webp",
14697
- "comingSoon": true,
14698
14697
  "SCRIPT": {
14699
14698
  "name": "Script",
14700
14699
  "dynamicName": "async (env, { otomatoSDK }) => {\n const { getDynamicNameWrapperHTML } = otomatoSDK;\n return getDynamicNameWrapperHTML(\n `<div>Executes a custom script</div>`\n );\n }",
@@ -14703,8 +14702,7 @@ export const ACTIONS = {
14703
14702
  "parameters": [],
14704
14703
  "examples": [],
14705
14704
  "blockId": 100037,
14706
- "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/code.webp",
14707
- "comingSoon": true
14705
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/code.webp"
14708
14706
  }
14709
14707
  },
14710
14708
  "HTTP_REQUEST": {
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.557';
1
+ export const SDK_VERSION = '2.0.558';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -0,0 +1 @@
1
+ export {};
@@ -5276,7 +5276,6 @@ export declare const ACTIONS: {
5276
5276
  SCRIPT: {
5277
5277
  description: string;
5278
5278
  image: string;
5279
- comingSoon: boolean;
5280
5279
  SCRIPT: {
5281
5280
  name: string;
5282
5281
  dynamicName: string;
@@ -5286,7 +5285,6 @@ export declare const ACTIONS: {
5286
5285
  examples: never[];
5287
5286
  blockId: number;
5288
5287
  image: string;
5289
- comingSoon: boolean;
5290
5288
  };
5291
5289
  };
5292
5290
  HTTP_REQUEST: {
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.557";
1
+ export declare const SDK_VERSION = "2.0.558";
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.557",
3
+ "version": "2.0.558",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",