@merkl/api 1.16.9 → 1.16.10
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.
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +66 -66
- package/dist/src/modules/v4/etlHealth/etlHealth.service.js.map +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +33 -33
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +1728 -1728
- package/dist/src/utils/getAPR.d.ts +1015 -1015
- package/dist/src/utils/parseDistributionType.d.ts +256 -256
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -587,7 +587,6 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
587
587
|
contains: string;
|
|
588
588
|
mode: "insensitive";
|
|
589
589
|
};
|
|
590
|
-
name?: undefined;
|
|
591
590
|
explorerAddress?: undefined;
|
|
592
591
|
type?: undefined;
|
|
593
592
|
MainProtocol?: undefined;
|
|
@@ -596,6 +595,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
596
595
|
Chain?: undefined;
|
|
597
596
|
identifier?: undefined;
|
|
598
597
|
mainProtocolId?: undefined;
|
|
598
|
+
name?: undefined;
|
|
599
599
|
} | {
|
|
600
600
|
name: {
|
|
601
601
|
contains: string;
|
|
@@ -607,11 +607,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
607
607
|
Tokens?: undefined;
|
|
608
608
|
Campaigns?: undefined;
|
|
609
609
|
Chain?: undefined;
|
|
610
|
-
id?: undefined;
|
|
611
610
|
identifier?: undefined;
|
|
612
611
|
mainProtocolId?: undefined;
|
|
612
|
+
id?: undefined;
|
|
613
613
|
} | {
|
|
614
|
-
name?: undefined;
|
|
615
614
|
identifier: {
|
|
616
615
|
contains: string;
|
|
617
616
|
mode: "insensitive";
|
|
@@ -622,10 +621,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
622
621
|
Tokens?: undefined;
|
|
623
622
|
Campaigns?: undefined;
|
|
624
623
|
Chain?: undefined;
|
|
625
|
-
id?: undefined;
|
|
626
624
|
mainProtocolId?: undefined;
|
|
627
|
-
} | {
|
|
628
625
|
name?: undefined;
|
|
626
|
+
id?: undefined;
|
|
627
|
+
} | {
|
|
629
628
|
explorerAddress: {
|
|
630
629
|
contains: string;
|
|
631
630
|
mode: "insensitive";
|
|
@@ -635,11 +634,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
635
634
|
Tokens?: undefined;
|
|
636
635
|
Campaigns?: undefined;
|
|
637
636
|
Chain?: undefined;
|
|
638
|
-
id?: undefined;
|
|
639
637
|
identifier?: undefined;
|
|
640
638
|
mainProtocolId?: undefined;
|
|
641
|
-
} | {
|
|
642
639
|
name?: undefined;
|
|
640
|
+
id?: undefined;
|
|
641
|
+
} | {
|
|
643
642
|
explorerAddress?: undefined;
|
|
644
643
|
Campaigns: {
|
|
645
644
|
some: {
|
|
@@ -649,20 +648,20 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
649
648
|
};
|
|
650
649
|
isPrivate: boolean;
|
|
651
650
|
endTimestamp?: undefined;
|
|
652
|
-
id?: undefined;
|
|
653
651
|
creatorAddress?: undefined;
|
|
654
652
|
RewardToken?: undefined;
|
|
653
|
+
id?: undefined;
|
|
655
654
|
};
|
|
656
655
|
};
|
|
657
656
|
type?: undefined;
|
|
658
657
|
MainProtocol?: undefined;
|
|
659
658
|
Tokens?: undefined;
|
|
660
659
|
Chain?: undefined;
|
|
661
|
-
id?: undefined;
|
|
662
660
|
identifier?: undefined;
|
|
663
661
|
mainProtocolId?: undefined;
|
|
664
|
-
} | {
|
|
665
662
|
name?: undefined;
|
|
663
|
+
id?: undefined;
|
|
664
|
+
} | {
|
|
666
665
|
explorerAddress?: undefined;
|
|
667
666
|
Campaigns: {
|
|
668
667
|
some: {
|
|
@@ -681,11 +680,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
681
680
|
MainProtocol?: undefined;
|
|
682
681
|
Tokens?: undefined;
|
|
683
682
|
Chain?: undefined;
|
|
684
|
-
id?: undefined;
|
|
685
683
|
identifier?: undefined;
|
|
686
684
|
mainProtocolId?: undefined;
|
|
687
|
-
} | {
|
|
688
685
|
name?: undefined;
|
|
686
|
+
id?: undefined;
|
|
687
|
+
} | {
|
|
689
688
|
explorerAddress?: undefined;
|
|
690
689
|
Campaigns: {
|
|
691
690
|
some: {
|
|
@@ -695,20 +694,20 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
695
694
|
};
|
|
696
695
|
isPrivate: boolean;
|
|
697
696
|
endTimestamp?: undefined;
|
|
698
|
-
id?: undefined;
|
|
699
697
|
campaignId?: undefined;
|
|
700
698
|
RewardToken?: undefined;
|
|
699
|
+
id?: undefined;
|
|
701
700
|
};
|
|
702
701
|
};
|
|
703
702
|
type?: undefined;
|
|
704
703
|
MainProtocol?: undefined;
|
|
705
704
|
Tokens?: undefined;
|
|
706
705
|
Chain?: undefined;
|
|
707
|
-
id?: undefined;
|
|
708
706
|
identifier?: undefined;
|
|
709
707
|
mainProtocolId?: undefined;
|
|
710
|
-
} | {
|
|
711
708
|
name?: undefined;
|
|
709
|
+
id?: undefined;
|
|
710
|
+
} | {
|
|
712
711
|
explorerAddress?: undefined;
|
|
713
712
|
type: {
|
|
714
713
|
contains: string;
|
|
@@ -718,11 +717,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
718
717
|
Tokens?: undefined;
|
|
719
718
|
Campaigns?: undefined;
|
|
720
719
|
Chain?: undefined;
|
|
721
|
-
id?: undefined;
|
|
722
720
|
identifier?: undefined;
|
|
723
721
|
mainProtocolId?: undefined;
|
|
724
|
-
} | {
|
|
725
722
|
name?: undefined;
|
|
723
|
+
id?: undefined;
|
|
724
|
+
} | {
|
|
726
725
|
explorerAddress?: undefined;
|
|
727
726
|
type?: undefined;
|
|
728
727
|
MainProtocol: {
|
|
@@ -734,11 +733,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
734
733
|
Tokens?: undefined;
|
|
735
734
|
Campaigns?: undefined;
|
|
736
735
|
Chain?: undefined;
|
|
737
|
-
id?: undefined;
|
|
738
736
|
identifier?: undefined;
|
|
739
737
|
mainProtocolId?: undefined;
|
|
740
|
-
} | {
|
|
741
738
|
name?: undefined;
|
|
739
|
+
id?: undefined;
|
|
740
|
+
} | {
|
|
742
741
|
explorerAddress?: undefined;
|
|
743
742
|
type?: undefined;
|
|
744
743
|
MainProtocol?: undefined;
|
|
@@ -749,10 +748,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
749
748
|
Tokens?: undefined;
|
|
750
749
|
Campaigns?: undefined;
|
|
751
750
|
Chain?: undefined;
|
|
752
|
-
id?: undefined;
|
|
753
751
|
identifier?: undefined;
|
|
754
|
-
} | {
|
|
755
752
|
name?: undefined;
|
|
753
|
+
id?: undefined;
|
|
754
|
+
} | {
|
|
756
755
|
explorerAddress?: undefined;
|
|
757
756
|
type?: undefined;
|
|
758
757
|
MainProtocol?: undefined;
|
|
@@ -768,51 +767,51 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
768
767
|
};
|
|
769
768
|
Campaigns?: undefined;
|
|
770
769
|
Chain?: undefined;
|
|
771
|
-
id?: undefined;
|
|
772
770
|
identifier?: undefined;
|
|
773
771
|
mainProtocolId?: undefined;
|
|
774
|
-
} | {
|
|
775
772
|
name?: undefined;
|
|
773
|
+
id?: undefined;
|
|
774
|
+
} | {
|
|
776
775
|
explorerAddress?: undefined;
|
|
777
776
|
type?: undefined;
|
|
778
777
|
MainProtocol?: undefined;
|
|
779
778
|
Tokens: {
|
|
780
779
|
some: {
|
|
781
|
-
name?: undefined;
|
|
782
780
|
symbol: {
|
|
783
781
|
contains: string;
|
|
784
782
|
mode: "insensitive";
|
|
785
783
|
};
|
|
786
784
|
address?: undefined;
|
|
785
|
+
name?: undefined;
|
|
787
786
|
};
|
|
788
787
|
};
|
|
789
788
|
Campaigns?: undefined;
|
|
790
789
|
Chain?: undefined;
|
|
791
|
-
id?: undefined;
|
|
792
790
|
identifier?: undefined;
|
|
793
791
|
mainProtocolId?: undefined;
|
|
794
|
-
} | {
|
|
795
792
|
name?: undefined;
|
|
793
|
+
id?: undefined;
|
|
794
|
+
} | {
|
|
796
795
|
explorerAddress?: undefined;
|
|
797
796
|
type?: undefined;
|
|
798
797
|
MainProtocol?: undefined;
|
|
799
798
|
Tokens: {
|
|
800
799
|
some: {
|
|
801
|
-
name?: undefined;
|
|
802
800
|
address: {
|
|
803
801
|
contains: string;
|
|
804
802
|
mode: "insensitive";
|
|
805
803
|
};
|
|
806
804
|
symbol?: undefined;
|
|
805
|
+
name?: undefined;
|
|
807
806
|
};
|
|
808
807
|
};
|
|
809
808
|
Campaigns?: undefined;
|
|
810
809
|
Chain?: undefined;
|
|
811
|
-
id?: undefined;
|
|
812
810
|
identifier?: undefined;
|
|
813
811
|
mainProtocolId?: undefined;
|
|
814
|
-
} | {
|
|
815
812
|
name?: undefined;
|
|
813
|
+
id?: undefined;
|
|
814
|
+
} | {
|
|
816
815
|
explorerAddress?: undefined;
|
|
817
816
|
type?: undefined;
|
|
818
817
|
MainProtocol?: undefined;
|
|
@@ -838,17 +837,17 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
838
837
|
symbol?: undefined;
|
|
839
838
|
})[];
|
|
840
839
|
};
|
|
841
|
-
id?: undefined;
|
|
842
840
|
campaignId?: undefined;
|
|
843
841
|
creatorAddress?: undefined;
|
|
842
|
+
id?: undefined;
|
|
844
843
|
};
|
|
845
844
|
};
|
|
846
845
|
Chain?: undefined;
|
|
847
|
-
id?: undefined;
|
|
848
846
|
identifier?: undefined;
|
|
849
847
|
mainProtocolId?: undefined;
|
|
850
|
-
} | {
|
|
851
848
|
name?: undefined;
|
|
849
|
+
id?: undefined;
|
|
850
|
+
} | {
|
|
852
851
|
explorerAddress?: undefined;
|
|
853
852
|
type?: undefined;
|
|
854
853
|
MainProtocol?: undefined;
|
|
@@ -860,9 +859,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
860
859
|
mode: "insensitive";
|
|
861
860
|
};
|
|
862
861
|
};
|
|
863
|
-
id?: undefined;
|
|
864
862
|
identifier?: undefined;
|
|
865
863
|
mainProtocolId?: undefined;
|
|
864
|
+
name?: undefined;
|
|
865
|
+
id?: undefined;
|
|
866
866
|
})[];
|
|
867
867
|
}[];
|
|
868
868
|
})[];
|