otomato-sdk 2.0.625 → 2.0.627

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.625';
1
+ export const SDK_VERSION = '2.0.627';
2
2
  export function compareVersions(v1, v2) {
3
3
  // Split the version strings into parts
4
4
  const v1Parts = v1.split('.').map(Number);
@@ -588,6 +588,38 @@ export declare const TRIGGERS: {
588
588
  };
589
589
  };
590
590
  YIELD: {
591
+ WBETH: {
592
+ description: string;
593
+ chains: number[];
594
+ image: string;
595
+ NATIVE_YIELD: {
596
+ name: string;
597
+ prototype: string;
598
+ dynamicName: string;
599
+ description: string;
600
+ type: number;
601
+ output: {
602
+ nativeApy: string;
603
+ sharePrice: string;
604
+ windowDays: string;
605
+ };
606
+ parameters: Parameter[];
607
+ examples: {
608
+ name: string;
609
+ description: string;
610
+ externalVariableDescription: string;
611
+ parameters: ({
612
+ key: string;
613
+ value: number;
614
+ } | {
615
+ key: string;
616
+ value: string;
617
+ })[];
618
+ }[];
619
+ blockId: number;
620
+ image: string;
621
+ };
622
+ };
591
623
  EZETH: {
592
624
  description: string;
593
625
  chains: number[];
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.625";
1
+ export declare const SDK_VERSION = "2.0.627";
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.625",
3
+ "version": "2.0.627",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",