@merkl/api 1.18.7 → 1.18.8
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/engine/deprecated/dynamicData/implementations/Erc20.d.ts +25 -25
- package/dist/src/engine/implementations/ErcMultiToken/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/EventBased/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/JsonAirdrop/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/StabullStaking/metadata.d.ts +1 -1
- package/dist/src/engine/tvl/factory.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +85 -85
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +36 -36
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +170 -170
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -578,6 +578,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
578
578
|
contains: string;
|
|
579
579
|
mode: "insensitive";
|
|
580
580
|
};
|
|
581
|
+
name?: undefined;
|
|
581
582
|
explorerAddress?: undefined;
|
|
582
583
|
type?: undefined;
|
|
583
584
|
MainProtocol?: undefined;
|
|
@@ -586,7 +587,6 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
586
587
|
Chain?: undefined;
|
|
587
588
|
identifier?: undefined;
|
|
588
589
|
mainProtocolId?: undefined;
|
|
589
|
-
name?: undefined;
|
|
590
590
|
} | {
|
|
591
591
|
name: {
|
|
592
592
|
contains: string;
|
|
@@ -598,10 +598,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
598
598
|
Tokens?: undefined;
|
|
599
599
|
Campaigns?: undefined;
|
|
600
600
|
Chain?: undefined;
|
|
601
|
+
id?: undefined;
|
|
601
602
|
identifier?: undefined;
|
|
602
603
|
mainProtocolId?: undefined;
|
|
603
|
-
id?: undefined;
|
|
604
604
|
} | {
|
|
605
|
+
name?: undefined;
|
|
605
606
|
identifier: {
|
|
606
607
|
contains: string;
|
|
607
608
|
mode: "insensitive";
|
|
@@ -612,10 +613,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
612
613
|
Tokens?: undefined;
|
|
613
614
|
Campaigns?: undefined;
|
|
614
615
|
Chain?: undefined;
|
|
615
|
-
mainProtocolId?: undefined;
|
|
616
|
-
name?: undefined;
|
|
617
616
|
id?: undefined;
|
|
617
|
+
mainProtocolId?: undefined;
|
|
618
618
|
} | {
|
|
619
|
+
name?: undefined;
|
|
619
620
|
explorerAddress: {
|
|
620
621
|
contains: string;
|
|
621
622
|
mode: "insensitive";
|
|
@@ -625,11 +626,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
625
626
|
Tokens?: undefined;
|
|
626
627
|
Campaigns?: undefined;
|
|
627
628
|
Chain?: undefined;
|
|
629
|
+
id?: undefined;
|
|
628
630
|
identifier?: undefined;
|
|
629
631
|
mainProtocolId?: undefined;
|
|
630
|
-
name?: undefined;
|
|
631
|
-
id?: undefined;
|
|
632
632
|
} | {
|
|
633
|
+
name?: undefined;
|
|
633
634
|
explorerAddress?: undefined;
|
|
634
635
|
Campaigns: {
|
|
635
636
|
some: {
|
|
@@ -639,20 +640,20 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
639
640
|
};
|
|
640
641
|
isPrivate: boolean;
|
|
641
642
|
endTimestamp?: undefined;
|
|
643
|
+
id?: undefined;
|
|
642
644
|
creatorAddress?: undefined;
|
|
643
645
|
RewardToken?: undefined;
|
|
644
|
-
id?: undefined;
|
|
645
646
|
};
|
|
646
647
|
};
|
|
647
648
|
type?: undefined;
|
|
648
649
|
MainProtocol?: undefined;
|
|
649
650
|
Tokens?: undefined;
|
|
650
651
|
Chain?: undefined;
|
|
652
|
+
id?: undefined;
|
|
651
653
|
identifier?: undefined;
|
|
652
654
|
mainProtocolId?: undefined;
|
|
653
|
-
name?: undefined;
|
|
654
|
-
id?: undefined;
|
|
655
655
|
} | {
|
|
656
|
+
name?: undefined;
|
|
656
657
|
explorerAddress?: undefined;
|
|
657
658
|
Campaigns: {
|
|
658
659
|
some: {
|
|
@@ -662,20 +663,20 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
662
663
|
};
|
|
663
664
|
isPrivate: boolean;
|
|
664
665
|
endTimestamp?: undefined;
|
|
666
|
+
campaignId?: undefined;
|
|
665
667
|
creatorAddress?: undefined;
|
|
666
668
|
RewardToken?: undefined;
|
|
667
|
-
campaignId?: undefined;
|
|
668
669
|
};
|
|
669
670
|
};
|
|
670
671
|
type?: undefined;
|
|
671
672
|
MainProtocol?: undefined;
|
|
672
673
|
Tokens?: undefined;
|
|
673
674
|
Chain?: undefined;
|
|
675
|
+
id?: undefined;
|
|
674
676
|
identifier?: undefined;
|
|
675
677
|
mainProtocolId?: undefined;
|
|
676
|
-
name?: undefined;
|
|
677
|
-
id?: undefined;
|
|
678
678
|
} | {
|
|
679
|
+
name?: undefined;
|
|
679
680
|
explorerAddress?: undefined;
|
|
680
681
|
Campaigns: {
|
|
681
682
|
some: {
|
|
@@ -685,20 +686,20 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
685
686
|
};
|
|
686
687
|
isPrivate: boolean;
|
|
687
688
|
endTimestamp?: undefined;
|
|
688
|
-
RewardToken?: undefined;
|
|
689
|
-
campaignId?: undefined;
|
|
690
689
|
id?: undefined;
|
|
690
|
+
campaignId?: undefined;
|
|
691
|
+
RewardToken?: undefined;
|
|
691
692
|
};
|
|
692
693
|
};
|
|
693
694
|
type?: undefined;
|
|
694
695
|
MainProtocol?: undefined;
|
|
695
696
|
Tokens?: undefined;
|
|
696
697
|
Chain?: undefined;
|
|
698
|
+
id?: undefined;
|
|
697
699
|
identifier?: undefined;
|
|
698
700
|
mainProtocolId?: undefined;
|
|
699
|
-
name?: undefined;
|
|
700
|
-
id?: undefined;
|
|
701
701
|
} | {
|
|
702
|
+
name?: undefined;
|
|
702
703
|
explorerAddress?: undefined;
|
|
703
704
|
type: {
|
|
704
705
|
contains: string;
|
|
@@ -708,11 +709,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
708
709
|
Tokens?: undefined;
|
|
709
710
|
Campaigns?: undefined;
|
|
710
711
|
Chain?: undefined;
|
|
712
|
+
id?: undefined;
|
|
711
713
|
identifier?: undefined;
|
|
712
714
|
mainProtocolId?: undefined;
|
|
713
|
-
name?: undefined;
|
|
714
|
-
id?: undefined;
|
|
715
715
|
} | {
|
|
716
|
+
name?: undefined;
|
|
716
717
|
explorerAddress?: undefined;
|
|
717
718
|
type?: undefined;
|
|
718
719
|
MainProtocol: {
|
|
@@ -724,11 +725,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
724
725
|
Tokens?: undefined;
|
|
725
726
|
Campaigns?: undefined;
|
|
726
727
|
Chain?: undefined;
|
|
728
|
+
id?: undefined;
|
|
727
729
|
identifier?: undefined;
|
|
728
730
|
mainProtocolId?: undefined;
|
|
729
|
-
name?: undefined;
|
|
730
|
-
id?: undefined;
|
|
731
731
|
} | {
|
|
732
|
+
name?: undefined;
|
|
732
733
|
explorerAddress?: undefined;
|
|
733
734
|
type?: undefined;
|
|
734
735
|
MainProtocol?: undefined;
|
|
@@ -739,10 +740,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
739
740
|
Tokens?: undefined;
|
|
740
741
|
Campaigns?: undefined;
|
|
741
742
|
Chain?: undefined;
|
|
742
|
-
identifier?: undefined;
|
|
743
|
-
name?: undefined;
|
|
744
743
|
id?: undefined;
|
|
744
|
+
identifier?: undefined;
|
|
745
745
|
} | {
|
|
746
|
+
name?: undefined;
|
|
746
747
|
explorerAddress?: undefined;
|
|
747
748
|
type?: undefined;
|
|
748
749
|
MainProtocol?: undefined;
|
|
@@ -758,51 +759,51 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
758
759
|
};
|
|
759
760
|
Campaigns?: undefined;
|
|
760
761
|
Chain?: undefined;
|
|
762
|
+
id?: undefined;
|
|
761
763
|
identifier?: undefined;
|
|
762
764
|
mainProtocolId?: undefined;
|
|
763
|
-
name?: undefined;
|
|
764
|
-
id?: undefined;
|
|
765
765
|
} | {
|
|
766
|
+
name?: undefined;
|
|
766
767
|
explorerAddress?: undefined;
|
|
767
768
|
type?: undefined;
|
|
768
769
|
MainProtocol?: undefined;
|
|
769
770
|
Tokens: {
|
|
770
771
|
some: {
|
|
772
|
+
name?: undefined;
|
|
771
773
|
symbol: {
|
|
772
774
|
contains: string;
|
|
773
775
|
mode: "insensitive";
|
|
774
776
|
};
|
|
775
777
|
address?: undefined;
|
|
776
|
-
name?: undefined;
|
|
777
778
|
};
|
|
778
779
|
};
|
|
779
780
|
Campaigns?: undefined;
|
|
780
781
|
Chain?: undefined;
|
|
782
|
+
id?: undefined;
|
|
781
783
|
identifier?: undefined;
|
|
782
784
|
mainProtocolId?: undefined;
|
|
783
|
-
name?: undefined;
|
|
784
|
-
id?: undefined;
|
|
785
785
|
} | {
|
|
786
|
+
name?: undefined;
|
|
786
787
|
explorerAddress?: undefined;
|
|
787
788
|
type?: undefined;
|
|
788
789
|
MainProtocol?: undefined;
|
|
789
790
|
Tokens: {
|
|
790
791
|
some: {
|
|
792
|
+
name?: undefined;
|
|
791
793
|
address: {
|
|
792
794
|
contains: string;
|
|
793
795
|
mode: "insensitive";
|
|
794
796
|
};
|
|
795
797
|
symbol?: undefined;
|
|
796
|
-
name?: undefined;
|
|
797
798
|
};
|
|
798
799
|
};
|
|
799
800
|
Campaigns?: undefined;
|
|
800
801
|
Chain?: undefined;
|
|
802
|
+
id?: undefined;
|
|
801
803
|
identifier?: undefined;
|
|
802
804
|
mainProtocolId?: undefined;
|
|
803
|
-
name?: undefined;
|
|
804
|
-
id?: undefined;
|
|
805
805
|
} | {
|
|
806
|
+
name?: undefined;
|
|
806
807
|
explorerAddress?: undefined;
|
|
807
808
|
type?: undefined;
|
|
808
809
|
MainProtocol?: undefined;
|
|
@@ -828,17 +829,17 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
828
829
|
symbol?: undefined;
|
|
829
830
|
})[];
|
|
830
831
|
};
|
|
831
|
-
creatorAddress?: undefined;
|
|
832
|
-
campaignId?: undefined;
|
|
833
832
|
id?: undefined;
|
|
833
|
+
campaignId?: undefined;
|
|
834
|
+
creatorAddress?: undefined;
|
|
834
835
|
};
|
|
835
836
|
};
|
|
836
837
|
Chain?: undefined;
|
|
838
|
+
id?: undefined;
|
|
837
839
|
identifier?: undefined;
|
|
838
840
|
mainProtocolId?: undefined;
|
|
839
|
-
name?: undefined;
|
|
840
|
-
id?: undefined;
|
|
841
841
|
} | {
|
|
842
|
+
name?: undefined;
|
|
842
843
|
explorerAddress?: undefined;
|
|
843
844
|
type?: undefined;
|
|
844
845
|
MainProtocol?: undefined;
|
|
@@ -850,10 +851,9 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
850
851
|
mode: "insensitive";
|
|
851
852
|
};
|
|
852
853
|
};
|
|
854
|
+
id?: undefined;
|
|
853
855
|
identifier?: undefined;
|
|
854
856
|
mainProtocolId?: undefined;
|
|
855
|
-
name?: undefined;
|
|
856
|
-
id?: undefined;
|
|
857
857
|
})[];
|
|
858
858
|
}[];
|
|
859
859
|
})[];
|