otomato-sdk 2.0.590 → 2.0.592

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.
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.590';
1
+ export const SDK_VERSION = '2.0.592';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -976,6 +976,18 @@ export declare const TRIGGERS: {
976
976
  image: string;
977
977
  };
978
978
  };
979
+ LIDO: {
980
+ description: string;
981
+ chains: number[];
982
+ image: string;
983
+ hideInLeftPanel: boolean;
984
+ };
985
+ MAPLE: {
986
+ description: string;
987
+ chains: number[];
988
+ image: string;
989
+ hideInLeftPanel: boolean;
990
+ };
979
991
  };
980
992
  LENDING: {
981
993
  IONIC: {
@@ -4825,6 +4837,7 @@ export declare const TRIGGERS: {
4825
4837
  sharePrice: string;
4826
4838
  sharePriceBefore: string;
4827
4839
  timeWindowHours: string;
4840
+ timeWindowLabel: string;
4828
4841
  marketTitle: string;
4829
4842
  userOutcome: string;
4830
4843
  threshold: string;
@@ -5276,6 +5289,12 @@ export declare const TRIGGERS: {
5276
5289
  image: string;
5277
5290
  comingSoon: boolean;
5278
5291
  };
5292
+ DERIVE: {
5293
+ description: string;
5294
+ chains: number[];
5295
+ image: string;
5296
+ comingSoon: boolean;
5297
+ };
5279
5298
  };
5280
5299
  XSTOCKS: {
5281
5300
  XSTOCKS_DIVIDEND: {
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.590";
1
+ export declare const SDK_VERSION = "2.0.592";
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.590",
3
+ "version": "2.0.592",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",