otomato-sdk 2.0.584 → 2.0.586

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.584';
1
+ export const SDK_VERSION = '2.0.586';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -3657,6 +3657,28 @@ export declare const TRIGGERS: {
3657
3657
  blockId: number;
3658
3658
  image: string;
3659
3659
  };
3660
+ NEW_HIP3_DEPLOYER: {
3661
+ name: string;
3662
+ dynamicName: string;
3663
+ description: string;
3664
+ prototype: string;
3665
+ type: number;
3666
+ output: {
3667
+ newDeployer: string;
3668
+ fullName: string;
3669
+ deployer: string;
3670
+ comparisonValue: string;
3671
+ };
3672
+ parameters: Parameter[];
3673
+ examples: {
3674
+ name: string;
3675
+ description: string;
3676
+ externalVariableDescription: string;
3677
+ parameters: never[];
3678
+ }[];
3679
+ blockId: number;
3680
+ image: string;
3681
+ };
3660
3682
  };
3661
3683
  NEBY: {
3662
3684
  description: string;
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.584";
1
+ export declare const SDK_VERSION = "2.0.586";
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.584",
3
+ "version": "2.0.586",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",