otomato-sdk 2.0.603 → 2.0.605

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.603';
1
+ export const SDK_VERSION = '2.0.605';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -1983,6 +1983,33 @@ export declare const TRIGGERS: {
1983
1983
  blockId: number;
1984
1984
  image: string;
1985
1985
  };
1986
+ ASSET_ALLOCATION_CHANGE: {
1987
+ name: string;
1988
+ dynamicName: string;
1989
+ description: string;
1990
+ prototype: string;
1991
+ type: number;
1992
+ method: string;
1993
+ parameters: Parameter[];
1994
+ examples: {
1995
+ name: string;
1996
+ description: string;
1997
+ parameters: ({
1998
+ key: string;
1999
+ value: number;
2000
+ } | {
2001
+ key: string;
2002
+ value: string;
2003
+ })[];
2004
+ }[];
2005
+ output: {
2006
+ newAssets: string;
2007
+ vaultName: string;
2008
+ currentComposition: string;
2009
+ };
2010
+ blockId: number;
2011
+ image: string;
2012
+ };
1986
2013
  };
1987
2014
  ACCUMULATED_FINANCE: {
1988
2015
  description: string;
@@ -2650,39 +2677,6 @@ export declare const TRIGGERS: {
2650
2677
  image: string;
2651
2678
  };
2652
2679
  };
2653
- VENTUALS: {
2654
- description: string;
2655
- chains: number[];
2656
- image: string;
2657
- TOTAL_SUPPLY: {
2658
- name: string;
2659
- dynamicName: string;
2660
- description: string;
2661
- externalVariableDescription: string;
2662
- prototype: string;
2663
- type: number;
2664
- method: string;
2665
- contractAddress: string;
2666
- output: {
2667
- totalSupply: string;
2668
- };
2669
- parameters: Parameter[];
2670
- examples: {
2671
- name: string;
2672
- description: string;
2673
- externalVariableDescription: string;
2674
- parameters: ({
2675
- key: string;
2676
- value: string;
2677
- } | {
2678
- key: string;
2679
- value: number;
2680
- })[];
2681
- }[];
2682
- blockId: number;
2683
- image: string;
2684
- };
2685
- };
2686
2680
  FELIX: {
2687
2681
  description: string;
2688
2682
  chains: number[];
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.603";
1
+ export declare const SDK_VERSION = "2.0.605";
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.603",
3
+ "version": "2.0.605",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",