otomato-sdk 2.0.403 → 2.0.404

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.
@@ -191,7 +191,7 @@ export const TRIGGERS = {
191
191
  {
192
192
  "key": "threshold",
193
193
  "type": "float",
194
- "description": "The threshold for the balance movement in USD",
194
+ "description": "The threshold for the balance movement in USD. If not provided, it will default to 1 USD",
195
195
  "category": 1
196
196
  },
197
197
  {
@@ -686,7 +686,7 @@ export const TRIGGERS = {
686
686
  {
687
687
  "key": "threshold",
688
688
  "type": "float",
689
- "description": "The threshold for the balance movement in USD",
689
+ "description": "The threshold for the balance movement in USD. If not provided, it will default to 1 USD",
690
690
  "category": 1
691
691
  },
692
692
  {
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.403';
1
+ export const SDK_VERSION = '2.0.404';
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.403";
1
+ export declare const SDK_VERSION = "2.0.404";
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.403",
3
+ "version": "2.0.404",
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",