otomato-sdk 2.0.158 → 2.0.160

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.
@@ -4795,15 +4795,6 @@ export const TRIGGERS = {
4795
4795
  "default": "false",
4796
4796
  "value": "false"
4797
4797
  },
4798
- {
4799
- "key": "filter",
4800
- "type": "string",
4801
- "description": "Filter content to stop the block",
4802
- "category": 0,
4803
- "hideInUI": true,
4804
- "default": "",
4805
- "value": ""
4806
- },
4807
4798
  ],
4808
4799
  "examples": [
4809
4800
  {
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.158';
1
+ export const SDK_VERSION = '2.0.160';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.158";
1
+ export declare const SDK_VERSION = "2.0.160";
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.158",
3
+ "version": "2.0.160",
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",