otomato-sdk 2.0.632 → 2.0.644

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.632';
1
+ export const SDK_VERSION = '2.0.644';
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,358 @@ export declare const TRIGGERS: {
588
588
  };
589
589
  };
590
590
  YIELD: {
591
+ TETH: {
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
+ };
623
+ SUSDAI: {
624
+ description: string;
625
+ chains: number[];
626
+ image: string;
627
+ NATIVE_YIELD: {
628
+ name: string;
629
+ prototype: string;
630
+ dynamicName: string;
631
+ description: string;
632
+ type: number;
633
+ output: {
634
+ nativeApy: string;
635
+ sharePrice: string;
636
+ windowDays: string;
637
+ };
638
+ parameters: Parameter[];
639
+ examples: {
640
+ name: string;
641
+ description: string;
642
+ externalVariableDescription: string;
643
+ parameters: ({
644
+ key: string;
645
+ value: number;
646
+ } | {
647
+ key: string;
648
+ value: string;
649
+ })[];
650
+ }[];
651
+ blockId: number;
652
+ image: string;
653
+ };
654
+ };
655
+ SYZUSD: {
656
+ description: string;
657
+ chains: number[];
658
+ image: string;
659
+ NATIVE_YIELD: {
660
+ name: string;
661
+ prototype: string;
662
+ dynamicName: string;
663
+ description: string;
664
+ type: number;
665
+ output: {
666
+ nativeApy: string;
667
+ sharePrice: string;
668
+ windowDays: string;
669
+ };
670
+ parameters: Parameter[];
671
+ examples: {
672
+ name: string;
673
+ description: string;
674
+ externalVariableDescription: string;
675
+ parameters: ({
676
+ key: string;
677
+ value: number;
678
+ } | {
679
+ key: string;
680
+ value: string;
681
+ })[];
682
+ }[];
683
+ blockId: number;
684
+ image: string;
685
+ };
686
+ };
687
+ STCUSD: {
688
+ description: string;
689
+ chains: number[];
690
+ image: string;
691
+ NATIVE_YIELD: {
692
+ name: string;
693
+ prototype: string;
694
+ dynamicName: string;
695
+ description: string;
696
+ type: number;
697
+ output: {
698
+ nativeApy: string;
699
+ sharePrice: string;
700
+ windowDays: string;
701
+ };
702
+ parameters: Parameter[];
703
+ examples: {
704
+ name: string;
705
+ description: string;
706
+ externalVariableDescription: string;
707
+ parameters: ({
708
+ key: string;
709
+ value: number;
710
+ } | {
711
+ key: string;
712
+ value: string;
713
+ })[];
714
+ }[];
715
+ blockId: number;
716
+ image: string;
717
+ };
718
+ };
719
+ VKHYPE: {
720
+ description: string;
721
+ chains: number[];
722
+ image: string;
723
+ NATIVE_YIELD: {
724
+ name: string;
725
+ prototype: string;
726
+ dynamicName: string;
727
+ description: string;
728
+ type: number;
729
+ output: {
730
+ nativeApy: string;
731
+ sharePrice: string;
732
+ windowDays: string;
733
+ };
734
+ parameters: Parameter[];
735
+ examples: {
736
+ name: string;
737
+ description: string;
738
+ externalVariableDescription: string;
739
+ parameters: ({
740
+ key: string;
741
+ value: number;
742
+ } | {
743
+ key: string;
744
+ value: string;
745
+ })[];
746
+ }[];
747
+ blockId: number;
748
+ image: string;
749
+ };
750
+ };
751
+ LBTC: {
752
+ description: string;
753
+ chains: number[];
754
+ image: string;
755
+ NATIVE_YIELD: {
756
+ name: string;
757
+ prototype: string;
758
+ dynamicName: string;
759
+ description: string;
760
+ type: number;
761
+ output: {
762
+ nativeApy: string;
763
+ sharePrice: string;
764
+ windowDays: string;
765
+ };
766
+ parameters: Parameter[];
767
+ examples: {
768
+ name: string;
769
+ description: string;
770
+ externalVariableDescription: string;
771
+ parameters: ({
772
+ key: string;
773
+ value: number;
774
+ } | {
775
+ key: string;
776
+ value: string;
777
+ })[];
778
+ }[];
779
+ blockId: number;
780
+ image: string;
781
+ };
782
+ };
783
+ CDCETH: {
784
+ description: string;
785
+ chains: number[];
786
+ image: string;
787
+ NATIVE_YIELD: {
788
+ name: string;
789
+ prototype: string;
790
+ dynamicName: string;
791
+ description: string;
792
+ type: number;
793
+ output: {
794
+ nativeApy: string;
795
+ sharePrice: string;
796
+ windowDays: string;
797
+ };
798
+ parameters: Parameter[];
799
+ examples: {
800
+ name: string;
801
+ description: string;
802
+ externalVariableDescription: string;
803
+ parameters: ({
804
+ key: string;
805
+ value: number;
806
+ } | {
807
+ key: string;
808
+ value: string;
809
+ })[];
810
+ }[];
811
+ blockId: number;
812
+ image: string;
813
+ };
814
+ };
815
+ SFRXETH: {
816
+ description: string;
817
+ chains: number[];
818
+ image: string;
819
+ NATIVE_YIELD: {
820
+ name: string;
821
+ prototype: string;
822
+ dynamicName: string;
823
+ description: string;
824
+ type: number;
825
+ output: {
826
+ nativeApy: string;
827
+ sharePrice: string;
828
+ windowDays: string;
829
+ };
830
+ parameters: Parameter[];
831
+ examples: {
832
+ name: string;
833
+ description: string;
834
+ externalVariableDescription: string;
835
+ parameters: ({
836
+ key: string;
837
+ value: number;
838
+ } | {
839
+ key: string;
840
+ value: string;
841
+ })[];
842
+ }[];
843
+ blockId: number;
844
+ image: string;
845
+ };
846
+ };
847
+ LIQUIDETH: {
848
+ description: string;
849
+ chains: number[];
850
+ image: string;
851
+ NATIVE_YIELD: {
852
+ name: string;
853
+ prototype: string;
854
+ dynamicName: string;
855
+ description: string;
856
+ type: number;
857
+ output: {
858
+ nativeApy: string;
859
+ sharePrice: string;
860
+ windowDays: string;
861
+ };
862
+ parameters: Parameter[];
863
+ examples: {
864
+ name: string;
865
+ description: string;
866
+ externalVariableDescription: string;
867
+ parameters: ({
868
+ key: string;
869
+ value: number;
870
+ } | {
871
+ key: string;
872
+ value: string;
873
+ })[];
874
+ }[];
875
+ blockId: number;
876
+ image: string;
877
+ };
878
+ };
879
+ ETHX: {
880
+ description: string;
881
+ chains: number[];
882
+ image: string;
883
+ NATIVE_YIELD: {
884
+ name: string;
885
+ prototype: string;
886
+ dynamicName: string;
887
+ description: string;
888
+ type: number;
889
+ output: {
890
+ nativeApy: string;
891
+ sharePrice: string;
892
+ windowDays: string;
893
+ };
894
+ parameters: Parameter[];
895
+ examples: {
896
+ name: string;
897
+ description: string;
898
+ externalVariableDescription: string;
899
+ parameters: ({
900
+ key: string;
901
+ value: number;
902
+ } | {
903
+ key: string;
904
+ value: string;
905
+ })[];
906
+ }[];
907
+ blockId: number;
908
+ image: string;
909
+ };
910
+ };
911
+ EETH: {
912
+ description: string;
913
+ chains: number[];
914
+ image: string;
915
+ NATIVE_YIELD: {
916
+ name: string;
917
+ prototype: string;
918
+ dynamicName: string;
919
+ description: string;
920
+ type: number;
921
+ output: {
922
+ nativeApy: string;
923
+ sharePrice: string;
924
+ windowDays: string;
925
+ };
926
+ parameters: Parameter[];
927
+ examples: {
928
+ name: string;
929
+ description: string;
930
+ externalVariableDescription: string;
931
+ parameters: ({
932
+ key: string;
933
+ value: number;
934
+ } | {
935
+ key: string;
936
+ value: string;
937
+ })[];
938
+ }[];
939
+ blockId: number;
940
+ image: string;
941
+ };
942
+ };
591
943
  OSETH: {
592
944
  description: string;
593
945
  chains: number[];
@@ -3436,6 +3788,9 @@ export declare const TRIGGERS: {
3436
3788
  parameters: Parameter[];
3437
3789
  output: {
3438
3790
  netAPY: string;
3791
+ netAPYValue: string;
3792
+ referenceNetAPY: string;
3793
+ severity: string;
3439
3794
  };
3440
3795
  examples: {
3441
3796
  name: string;
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "2.0.632";
1
+ export declare const SDK_VERSION = "2.0.644";
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.632",
3
+ "version": "2.0.644",
4
4
  "description": "An SDK for building and managing automations on Otomato",
5
5
  "repository": {
6
6
  "type": "git",