otomato-sdk 2.0.187 → 2.0.189

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.
@@ -627,7 +627,6 @@ export const TRIGGERS = {
627
627
  8453
628
628
  ],
629
629
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/pendle.webp",
630
- "comingSoon": true,
631
630
  "PT_IMPLIED_YIELD": {
632
631
  "name": "PT Implied Yield",
633
632
  "description": "Retrieves the PT implied yield for a specified Pendle market by reading its state and computing exp(lnImpliedRate) - 1.",
@@ -687,8 +686,7 @@ export const TRIGGERS = {
687
686
  }
688
687
  ],
689
688
  "blockId": 101,
690
- "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/pendle.webp",
691
- "comingSoon": true
689
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/pendle.webp"
692
690
  }
693
691
  },
694
692
  "STAKESTONE": {
@@ -5051,7 +5049,6 @@ export const TRIGGERS = {
5051
5049
  "description": "Tracks new tweets in real time",
5052
5050
  "tags": {},
5053
5051
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/X.webp",
5054
- "comingSoon": true,
5055
5052
  "X_POST_TRIGGER": {
5056
5053
  "name": "X Post Trigger",
5057
5054
  "description": "Track an account activity via their posts",
@@ -5096,8 +5093,7 @@ export const TRIGGERS = {
5096
5093
  }
5097
5094
  ],
5098
5095
  "blockId": 34,
5099
- "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/X.webp",
5100
- "comingSoon": true
5096
+ "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/X.webp"
5101
5097
  }
5102
5098
  },
5103
5099
  "POLYMARKET": {
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.187';
1
+ export const SDK_VERSION = '2.0.189';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -259,7 +259,6 @@ export declare const TRIGGERS: {
259
259
  description: string;
260
260
  chains: number[];
261
261
  image: string;
262
- comingSoon: boolean;
263
262
  PT_IMPLIED_YIELD: {
264
263
  name: string;
265
264
  description: string;
@@ -284,7 +283,6 @@ export declare const TRIGGERS: {
284
283
  }[];
285
284
  blockId: number;
286
285
  image: string;
287
- comingSoon: boolean;
288
286
  };
289
287
  };
290
288
  STAKESTONE: {
@@ -1965,7 +1963,6 @@ export declare const TRIGGERS: {
1965
1963
  description: string;
1966
1964
  tags: {};
1967
1965
  image: string;
1968
- comingSoon: boolean;
1969
1966
  X_POST_TRIGGER: {
1970
1967
  name: string;
1971
1968
  description: string;
@@ -1990,7 +1987,6 @@ export declare const TRIGGERS: {
1990
1987
  }[];
1991
1988
  blockId: number;
1992
1989
  image: string;
1993
- comingSoon: boolean;
1994
1990
  };
1995
1991
  };
1996
1992
  POLYMARKET: {
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.187";
1
+ export declare const SDK_VERSION = "2.0.189";
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.187",
3
+ "version": "2.0.189",
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",