otomato-sdk 2.0.494 → 2.0.496

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.
@@ -10330,6 +10330,8 @@ export const TRIGGERS = {
10330
10330
  "usdcValue": "float",
10331
10331
  "timestamp": "float",
10332
10332
  "tradeCount": "float",
10333
+ "conditionId": "string",
10334
+ "icon": "string",
10333
10335
  "message": "string",
10334
10336
  "allTradesJson": "string"
10335
10337
  },
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.494';
1
+ export const SDK_VERSION = '2.0.496';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -3841,6 +3841,8 @@ export declare const TRIGGERS: {
3841
3841
  usdcValue: string;
3842
3842
  timestamp: string;
3843
3843
  tradeCount: string;
3844
+ conditionId: string;
3845
+ icon: string;
3844
3846
  message: string;
3845
3847
  allTradesJson: string;
3846
3848
  };
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.494";
1
+ export declare const SDK_VERSION = "2.0.496";
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.494",
3
+ "version": "2.0.496",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",