otomato-sdk 2.0.597 → 2.0.599

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.597';
1
+ export const SDK_VERSION = '2.0.599';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -1205,9 +1205,6 @@ export declare const TRIGGERS: {
1205
1205
  parameters: Parameter[];
1206
1206
  output: {
1207
1207
  healthFactor: string;
1208
- level: string;
1209
- levelLabel: string;
1210
- threshold: string;
1211
1208
  };
1212
1209
  examples: ({
1213
1210
  name: string;
@@ -1618,9 +1615,6 @@ export declare const TRIGGERS: {
1618
1615
  parameters: Parameter[];
1619
1616
  output: {
1620
1617
  healthFactor: string;
1621
- level: string;
1622
- levelLabel: string;
1623
- threshold: string;
1624
1618
  };
1625
1619
  examples: ({
1626
1620
  name: string;
@@ -1803,9 +1797,6 @@ export declare const TRIGGERS: {
1803
1797
  output: {
1804
1798
  healthFactor: string;
1805
1799
  comparisonValue: string;
1806
- level: string;
1807
- levelLabel: string;
1808
- threshold: string;
1809
1800
  };
1810
1801
  examples: {
1811
1802
  name: string;
@@ -1964,9 +1955,6 @@ export declare const TRIGGERS: {
1964
1955
  parameters: Parameter[];
1965
1956
  output: {
1966
1957
  healthFactor: string;
1967
- level: string;
1968
- levelLabel: string;
1969
- threshold: string;
1970
1958
  };
1971
1959
  examples: {
1972
1960
  name: string;
@@ -2278,9 +2266,6 @@ export declare const TRIGGERS: {
2278
2266
  parameters: Parameter[];
2279
2267
  output: {
2280
2268
  healthFactor: string;
2281
- level: string;
2282
- levelLabel: string;
2283
- threshold: string;
2284
2269
  };
2285
2270
  examples: {
2286
2271
  name: string;
@@ -2498,9 +2483,6 @@ export declare const TRIGGERS: {
2498
2483
  parameters: Parameter[];
2499
2484
  output: {
2500
2485
  healthFactor: string;
2501
- level: string;
2502
- levelLabel: string;
2503
- threshold: string;
2504
2486
  };
2505
2487
  examples: {
2506
2488
  name: string;
@@ -2604,9 +2586,6 @@ export declare const TRIGGERS: {
2604
2586
  parameters: Parameter[];
2605
2587
  output: {
2606
2588
  healthFactor: string;
2607
- level: string;
2608
- levelLabel: string;
2609
- threshold: string;
2610
2589
  };
2611
2590
  examples: {
2612
2591
  name: string;
@@ -2714,9 +2693,6 @@ export declare const TRIGGERS: {
2714
2693
  output: {
2715
2694
  healthFactor: string;
2716
2695
  comparisonValue: string;
2717
- level: string;
2718
- levelLabel: string;
2719
- threshold: string;
2720
2696
  };
2721
2697
  blockId: number;
2722
2698
  image: string;
@@ -2786,10 +2762,6 @@ export declare const TRIGGERS: {
2786
2762
  parameters: Parameter[];
2787
2763
  output: {
2788
2764
  healthFactor: string;
2789
- comparisonValue: string;
2790
- level: string;
2791
- levelLabel: string;
2792
- threshold: string;
2793
2765
  };
2794
2766
  examples: {
2795
2767
  name: string;
@@ -2843,10 +2815,6 @@ export declare const TRIGGERS: {
2843
2815
  parameters: Parameter[];
2844
2816
  output: {
2845
2817
  healthFactor: string;
2846
- comparisonValue: string;
2847
- level: string;
2848
- levelLabel: string;
2849
- threshold: string;
2850
2818
  };
2851
2819
  examples: {
2852
2820
  name: string;
@@ -3701,28 +3669,6 @@ export declare const TRIGGERS: {
3701
3669
  blockId: number;
3702
3670
  image: string;
3703
3671
  };
3704
- NEW_HIP3_DEPLOYER: {
3705
- name: string;
3706
- dynamicName: string;
3707
- description: string;
3708
- prototype: string;
3709
- type: number;
3710
- output: {
3711
- newDeployer: string;
3712
- fullName: string;
3713
- deployer: string;
3714
- comparisonValue: string;
3715
- };
3716
- parameters: Parameter[];
3717
- examples: {
3718
- name: string;
3719
- description: string;
3720
- externalVariableDescription: string;
3721
- parameters: never[];
3722
- }[];
3723
- blockId: number;
3724
- image: string;
3725
- };
3726
3672
  };
3727
3673
  NEBY: {
3728
3674
  description: string;
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.597";
1
+ export declare const SDK_VERSION = "2.0.599";
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.597",
3
+ "version": "2.0.599",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",