otomato-sdk 2.0.594 → 2.0.596

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.
@@ -3373,9 +3373,19 @@ export const TRIGGERS = {
3373
3373
  "mandatory": true,
3374
3374
  "category": 0
3375
3375
  },
3376
+ {
3377
+ "key": "rearm",
3378
+ "type": "boolean",
3379
+ "hideInUI": true,
3380
+ "value": false,
3381
+ "category": 0
3382
+ },
3376
3383
  ],
3377
3384
  "output": {
3378
- "healthFactor": "float"
3385
+ "healthFactor": "float",
3386
+ "level": "string",
3387
+ "levelLabel": "string",
3388
+ "threshold": "float"
3379
3389
  },
3380
3390
  "examples": [
3381
3391
  {
@@ -4978,9 +4988,19 @@ export const TRIGGERS = {
4978
4988
  "mandatory": true,
4979
4989
  "category": 0
4980
4990
  },
4991
+ {
4992
+ "key": "rearm",
4993
+ "type": "boolean",
4994
+ "hideInUI": true,
4995
+ "value": false,
4996
+ "category": 0
4997
+ },
4981
4998
  ],
4982
4999
  "output": {
4983
- "healthFactor": "float"
5000
+ "healthFactor": "float",
5001
+ "level": "string",
5002
+ "levelLabel": "string",
5003
+ "threshold": "float"
4984
5004
  },
4985
5005
  "examples": [
4986
5006
  {
@@ -5469,10 +5489,20 @@ export const TRIGGERS = {
5469
5489
  "mandatory": true,
5470
5490
  "category": 0
5471
5491
  },
5492
+ {
5493
+ "key": "rearm",
5494
+ "type": "boolean",
5495
+ "hideInUI": true,
5496
+ "value": false,
5497
+ "category": 0
5498
+ },
5472
5499
  ],
5473
5500
  "output": {
5474
5501
  "healthFactor": "float",
5475
- "comparisonValue": "float"
5502
+ "comparisonValue": "float",
5503
+ "level": "string",
5504
+ "levelLabel": "string",
5505
+ "threshold": "float"
5476
5506
  },
5477
5507
  "examples": [
5478
5508
  {
@@ -6084,9 +6114,19 @@ export const TRIGGERS = {
6084
6114
  "mandatory": true,
6085
6115
  "category": 0
6086
6116
  },
6117
+ {
6118
+ "key": "rearm",
6119
+ "type": "boolean",
6120
+ "hideInUI": true,
6121
+ "value": false,
6122
+ "category": 0
6123
+ },
6087
6124
  ],
6088
6125
  "output": {
6089
- "healthFactor": "float"
6126
+ "healthFactor": "float",
6127
+ "level": "string",
6128
+ "levelLabel": "string",
6129
+ "threshold": "float"
6090
6130
  },
6091
6131
  "examples": [
6092
6132
  {
@@ -6870,9 +6910,19 @@ export const TRIGGERS = {
6870
6910
  "mandatory": true,
6871
6911
  "category": 0
6872
6912
  },
6913
+ {
6914
+ "key": "rearm",
6915
+ "type": "boolean",
6916
+ "hideInUI": true,
6917
+ "value": false,
6918
+ "category": 0
6919
+ },
6873
6920
  ],
6874
6921
  "output": {
6875
- "healthFactor": "float"
6922
+ "healthFactor": "float",
6923
+ "level": "string",
6924
+ "levelLabel": "string",
6925
+ "threshold": "float"
6876
6926
  },
6877
6927
  "examples": [
6878
6928
  {
@@ -7421,9 +7471,19 @@ export const TRIGGERS = {
7421
7471
  "mandatory": true,
7422
7472
  "category": 0
7423
7473
  },
7474
+ {
7475
+ "key": "rearm",
7476
+ "type": "boolean",
7477
+ "hideInUI": true,
7478
+ "value": false,
7479
+ "category": 0
7480
+ },
7424
7481
  ],
7425
7482
  "output": {
7426
- "healthFactor": "float"
7483
+ "healthFactor": "float",
7484
+ "level": "string",
7485
+ "levelLabel": "string",
7486
+ "threshold": "float"
7427
7487
  },
7428
7488
  "examples": [
7429
7489
  {
@@ -7714,9 +7774,19 @@ export const TRIGGERS = {
7714
7774
  "mandatory": true,
7715
7775
  "category": 0
7716
7776
  },
7777
+ {
7778
+ "key": "rearm",
7779
+ "type": "boolean",
7780
+ "hideInUI": true,
7781
+ "value": false,
7782
+ "category": 0
7783
+ },
7717
7784
  ],
7718
7785
  "output": {
7719
- "healthFactor": "float"
7786
+ "healthFactor": "float",
7787
+ "level": "string",
7788
+ "levelLabel": "string",
7789
+ "threshold": "float"
7720
7790
  },
7721
7791
  "examples": [
7722
7792
  {
@@ -7934,6 +8004,13 @@ export const TRIGGERS = {
7934
8004
  "mandatory": true,
7935
8005
  "category": 0
7936
8006
  },
8007
+ {
8008
+ "key": "rearm",
8009
+ "type": "string",
8010
+ "hideInUI": true,
8011
+ "value": false,
8012
+ "category": 0
8013
+ },
7937
8014
  ],
7938
8015
  "examples": [
7939
8016
  {
@@ -7991,7 +8068,10 @@ export const TRIGGERS = {
7991
8068
  ],
7992
8069
  "output": {
7993
8070
  "healthFactor": "float",
7994
- "comparisonValue": "float"
8071
+ "comparisonValue": "float",
8072
+ "level": "string",
8073
+ "levelLabel": "string",
8074
+ "threshold": "float"
7995
8075
  },
7996
8076
  "blockId": 124,
7997
8077
  "image": "https://otomato-sdk-images.s3.eu-west-1.amazonaws.com/euler.webp"
@@ -8226,9 +8306,20 @@ export const TRIGGERS = {
8226
8306
  "mandatory": true,
8227
8307
  "category": 0
8228
8308
  },
8309
+ {
8310
+ "key": "rearm",
8311
+ "type": "string",
8312
+ "hideInUI": true,
8313
+ "value": false,
8314
+ "category": 0
8315
+ },
8229
8316
  ],
8230
8317
  "output": {
8231
- "healthFactor": "float"
8318
+ "healthFactor": "float",
8319
+ "comparisonValue": "float",
8320
+ "level": "string",
8321
+ "levelLabel": "string",
8322
+ "threshold": "float"
8232
8323
  },
8233
8324
  "examples": [
8234
8325
  {
@@ -8395,9 +8486,20 @@ export const TRIGGERS = {
8395
8486
  "mandatory": true,
8396
8487
  "category": 0
8397
8488
  },
8489
+ {
8490
+ "key": "rearm",
8491
+ "type": "boolean",
8492
+ "hideInUI": true,
8493
+ "value": false,
8494
+ "category": 0
8495
+ },
8398
8496
  ],
8399
8497
  "output": {
8400
- "healthFactor": "float"
8498
+ "healthFactor": "float",
8499
+ "comparisonValue": "float",
8500
+ "level": "string",
8501
+ "levelLabel": "string",
8502
+ "threshold": "float"
8401
8503
  },
8402
8504
  "examples": [
8403
8505
  {
@@ -1,4 +1,4 @@
1
- export const SDK_VERSION = '2.0.594';
1
+ export const SDK_VERSION = '2.0.596';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -1205,6 +1205,9 @@ export declare const TRIGGERS: {
1205
1205
  parameters: Parameter[];
1206
1206
  output: {
1207
1207
  healthFactor: string;
1208
+ level: string;
1209
+ levelLabel: string;
1210
+ threshold: string;
1208
1211
  };
1209
1212
  examples: ({
1210
1213
  name: string;
@@ -1615,6 +1618,9 @@ export declare const TRIGGERS: {
1615
1618
  parameters: Parameter[];
1616
1619
  output: {
1617
1620
  healthFactor: string;
1621
+ level: string;
1622
+ levelLabel: string;
1623
+ threshold: string;
1618
1624
  };
1619
1625
  examples: ({
1620
1626
  name: string;
@@ -1797,6 +1803,9 @@ export declare const TRIGGERS: {
1797
1803
  output: {
1798
1804
  healthFactor: string;
1799
1805
  comparisonValue: string;
1806
+ level: string;
1807
+ levelLabel: string;
1808
+ threshold: string;
1800
1809
  };
1801
1810
  examples: {
1802
1811
  name: string;
@@ -1955,6 +1964,9 @@ export declare const TRIGGERS: {
1955
1964
  parameters: Parameter[];
1956
1965
  output: {
1957
1966
  healthFactor: string;
1967
+ level: string;
1968
+ levelLabel: string;
1969
+ threshold: string;
1958
1970
  };
1959
1971
  examples: {
1960
1972
  name: string;
@@ -2266,6 +2278,9 @@ export declare const TRIGGERS: {
2266
2278
  parameters: Parameter[];
2267
2279
  output: {
2268
2280
  healthFactor: string;
2281
+ level: string;
2282
+ levelLabel: string;
2283
+ threshold: string;
2269
2284
  };
2270
2285
  examples: {
2271
2286
  name: string;
@@ -2483,6 +2498,9 @@ export declare const TRIGGERS: {
2483
2498
  parameters: Parameter[];
2484
2499
  output: {
2485
2500
  healthFactor: string;
2501
+ level: string;
2502
+ levelLabel: string;
2503
+ threshold: string;
2486
2504
  };
2487
2505
  examples: {
2488
2506
  name: string;
@@ -2586,6 +2604,9 @@ export declare const TRIGGERS: {
2586
2604
  parameters: Parameter[];
2587
2605
  output: {
2588
2606
  healthFactor: string;
2607
+ level: string;
2608
+ levelLabel: string;
2609
+ threshold: string;
2589
2610
  };
2590
2611
  examples: {
2591
2612
  name: string;
@@ -2693,6 +2714,9 @@ export declare const TRIGGERS: {
2693
2714
  output: {
2694
2715
  healthFactor: string;
2695
2716
  comparisonValue: string;
2717
+ level: string;
2718
+ levelLabel: string;
2719
+ threshold: string;
2696
2720
  };
2697
2721
  blockId: number;
2698
2722
  image: string;
@@ -2762,6 +2786,10 @@ export declare const TRIGGERS: {
2762
2786
  parameters: Parameter[];
2763
2787
  output: {
2764
2788
  healthFactor: string;
2789
+ comparisonValue: string;
2790
+ level: string;
2791
+ levelLabel: string;
2792
+ threshold: string;
2765
2793
  };
2766
2794
  examples: {
2767
2795
  name: string;
@@ -2815,6 +2843,10 @@ export declare const TRIGGERS: {
2815
2843
  parameters: Parameter[];
2816
2844
  output: {
2817
2845
  healthFactor: string;
2846
+ comparisonValue: string;
2847
+ level: string;
2848
+ levelLabel: string;
2849
+ threshold: string;
2818
2850
  };
2819
2851
  examples: {
2820
2852
  name: string;
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.594";
1
+ export declare const SDK_VERSION = "2.0.596";
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.594",
3
+ "version": "2.0.596",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",