@merkl/api 1.17.11 → 1.17.13
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/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -1
- package/dist/src/engine/implementations/ErcMultiToken/metadata.d.ts +1 -1
- package/dist/src/engine/implementations/StabullStaking/metadata.d.ts +1 -1
- package/dist/src/jobs/refresh-materialized-views.js.map +1 -1
- package/dist/src/jobs/update-rpc-calls-cache.js.map +1 -1
- package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +85 -85
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +37 -37
- package/dist/src/modules/v4/transaction/transaction.service.d.ts +913 -913
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -41,12 +41,12 @@ export declare abstract class CampaignService {
|
|
|
41
41
|
};
|
|
42
42
|
startTimestamp?: undefined;
|
|
43
43
|
} | {
|
|
44
|
+
endTimestamp?: undefined;
|
|
44
45
|
startTimestamp: {
|
|
45
46
|
lte?: undefined;
|
|
46
47
|
gt: number;
|
|
47
48
|
gte?: undefined;
|
|
48
49
|
};
|
|
49
|
-
endTimestamp?: undefined;
|
|
50
50
|
} | {
|
|
51
51
|
endTimestamp: {
|
|
52
52
|
lt?: undefined;
|
|
@@ -533,12 +533,12 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
533
533
|
};
|
|
534
534
|
startTimestamp?: undefined;
|
|
535
535
|
} | {
|
|
536
|
+
endTimestamp?: undefined;
|
|
536
537
|
startTimestamp: {
|
|
537
538
|
lte?: undefined;
|
|
538
539
|
gt: number;
|
|
539
540
|
gte?: undefined;
|
|
540
541
|
};
|
|
541
|
-
endTimestamp?: undefined;
|
|
542
542
|
} | {
|
|
543
543
|
endTimestamp: {
|
|
544
544
|
lt?: undefined;
|
|
@@ -589,6 +589,7 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
589
589
|
contains: string;
|
|
590
590
|
mode: "insensitive";
|
|
591
591
|
};
|
|
592
|
+
name?: undefined;
|
|
592
593
|
explorerAddress?: undefined;
|
|
593
594
|
type?: undefined;
|
|
594
595
|
MainProtocol?: undefined;
|
|
@@ -597,7 +598,6 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
597
598
|
Chain?: undefined;
|
|
598
599
|
identifier?: undefined;
|
|
599
600
|
mainProtocolId?: undefined;
|
|
600
|
-
name?: undefined;
|
|
601
601
|
} | {
|
|
602
602
|
name: {
|
|
603
603
|
contains: string;
|
|
@@ -609,10 +609,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
609
609
|
Tokens?: undefined;
|
|
610
610
|
Campaigns?: undefined;
|
|
611
611
|
Chain?: undefined;
|
|
612
|
+
id?: undefined;
|
|
612
613
|
identifier?: undefined;
|
|
613
614
|
mainProtocolId?: undefined;
|
|
614
|
-
id?: undefined;
|
|
615
615
|
} | {
|
|
616
|
+
name?: undefined;
|
|
616
617
|
identifier: {
|
|
617
618
|
contains: string;
|
|
618
619
|
mode: "insensitive";
|
|
@@ -623,10 +624,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
623
624
|
Tokens?: undefined;
|
|
624
625
|
Campaigns?: undefined;
|
|
625
626
|
Chain?: undefined;
|
|
626
|
-
mainProtocolId?: undefined;
|
|
627
|
-
name?: undefined;
|
|
628
627
|
id?: undefined;
|
|
628
|
+
mainProtocolId?: undefined;
|
|
629
629
|
} | {
|
|
630
|
+
name?: undefined;
|
|
630
631
|
explorerAddress: {
|
|
631
632
|
contains: string;
|
|
632
633
|
mode: "insensitive";
|
|
@@ -636,43 +637,43 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
636
637
|
Tokens?: undefined;
|
|
637
638
|
Campaigns?: undefined;
|
|
638
639
|
Chain?: undefined;
|
|
640
|
+
id?: undefined;
|
|
639
641
|
identifier?: undefined;
|
|
640
642
|
mainProtocolId?: undefined;
|
|
641
|
-
name?: undefined;
|
|
642
|
-
id?: undefined;
|
|
643
643
|
} | {
|
|
644
|
+
name?: undefined;
|
|
644
645
|
explorerAddress?: undefined;
|
|
645
646
|
Campaigns: {
|
|
646
647
|
some: {
|
|
648
|
+
endTimestamp?: undefined;
|
|
647
649
|
campaignId: {
|
|
648
650
|
contains: string;
|
|
649
651
|
mode: "insensitive";
|
|
650
652
|
};
|
|
651
653
|
isPrivate: boolean;
|
|
652
|
-
|
|
654
|
+
id?: undefined;
|
|
653
655
|
creatorAddress?: undefined;
|
|
654
656
|
RewardToken?: undefined;
|
|
655
|
-
id?: undefined;
|
|
656
657
|
};
|
|
657
658
|
};
|
|
658
659
|
type?: undefined;
|
|
659
660
|
MainProtocol?: undefined;
|
|
660
661
|
Tokens?: undefined;
|
|
661
662
|
Chain?: undefined;
|
|
663
|
+
id?: undefined;
|
|
662
664
|
identifier?: undefined;
|
|
663
665
|
mainProtocolId?: undefined;
|
|
664
|
-
name?: undefined;
|
|
665
|
-
id?: undefined;
|
|
666
666
|
} | {
|
|
667
|
+
name?: undefined;
|
|
667
668
|
explorerAddress?: undefined;
|
|
668
669
|
Campaigns: {
|
|
669
670
|
some: {
|
|
671
|
+
endTimestamp?: undefined;
|
|
670
672
|
id: {
|
|
671
673
|
contains: string;
|
|
672
674
|
mode: "insensitive";
|
|
673
675
|
};
|
|
674
676
|
isPrivate: boolean;
|
|
675
|
-
endTimestamp?: undefined;
|
|
676
677
|
creatorAddress?: undefined;
|
|
677
678
|
RewardToken?: undefined;
|
|
678
679
|
campaignId?: undefined;
|
|
@@ -682,34 +683,34 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
682
683
|
MainProtocol?: undefined;
|
|
683
684
|
Tokens?: undefined;
|
|
684
685
|
Chain?: undefined;
|
|
686
|
+
id?: undefined;
|
|
685
687
|
identifier?: undefined;
|
|
686
688
|
mainProtocolId?: undefined;
|
|
687
|
-
name?: undefined;
|
|
688
|
-
id?: undefined;
|
|
689
689
|
} | {
|
|
690
|
+
name?: undefined;
|
|
690
691
|
explorerAddress?: undefined;
|
|
691
692
|
Campaigns: {
|
|
692
693
|
some: {
|
|
694
|
+
endTimestamp?: undefined;
|
|
693
695
|
creatorAddress: {
|
|
694
696
|
contains: string;
|
|
695
697
|
mode: "insensitive";
|
|
696
698
|
};
|
|
697
699
|
isPrivate: boolean;
|
|
698
|
-
|
|
700
|
+
id?: undefined;
|
|
699
701
|
RewardToken?: undefined;
|
|
700
702
|
campaignId?: undefined;
|
|
701
|
-
id?: undefined;
|
|
702
703
|
};
|
|
703
704
|
};
|
|
704
705
|
type?: undefined;
|
|
705
706
|
MainProtocol?: undefined;
|
|
706
707
|
Tokens?: undefined;
|
|
707
708
|
Chain?: undefined;
|
|
709
|
+
id?: undefined;
|
|
708
710
|
identifier?: undefined;
|
|
709
711
|
mainProtocolId?: undefined;
|
|
710
|
-
name?: undefined;
|
|
711
|
-
id?: undefined;
|
|
712
712
|
} | {
|
|
713
|
+
name?: undefined;
|
|
713
714
|
explorerAddress?: undefined;
|
|
714
715
|
type: {
|
|
715
716
|
contains: string;
|
|
@@ -719,11 +720,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
719
720
|
Tokens?: undefined;
|
|
720
721
|
Campaigns?: undefined;
|
|
721
722
|
Chain?: undefined;
|
|
723
|
+
id?: undefined;
|
|
722
724
|
identifier?: undefined;
|
|
723
725
|
mainProtocolId?: undefined;
|
|
724
|
-
name?: undefined;
|
|
725
|
-
id?: undefined;
|
|
726
726
|
} | {
|
|
727
|
+
name?: undefined;
|
|
727
728
|
explorerAddress?: undefined;
|
|
728
729
|
type?: undefined;
|
|
729
730
|
MainProtocol: {
|
|
@@ -735,11 +736,11 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
735
736
|
Tokens?: undefined;
|
|
736
737
|
Campaigns?: undefined;
|
|
737
738
|
Chain?: undefined;
|
|
739
|
+
id?: undefined;
|
|
738
740
|
identifier?: undefined;
|
|
739
741
|
mainProtocolId?: undefined;
|
|
740
|
-
name?: undefined;
|
|
741
|
-
id?: undefined;
|
|
742
742
|
} | {
|
|
743
|
+
name?: undefined;
|
|
743
744
|
explorerAddress?: undefined;
|
|
744
745
|
type?: undefined;
|
|
745
746
|
MainProtocol?: undefined;
|
|
@@ -750,10 +751,10 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
750
751
|
Tokens?: undefined;
|
|
751
752
|
Campaigns?: undefined;
|
|
752
753
|
Chain?: undefined;
|
|
753
|
-
identifier?: undefined;
|
|
754
|
-
name?: undefined;
|
|
755
754
|
id?: undefined;
|
|
755
|
+
identifier?: undefined;
|
|
756
756
|
} | {
|
|
757
|
+
name?: undefined;
|
|
757
758
|
explorerAddress?: undefined;
|
|
758
759
|
type?: undefined;
|
|
759
760
|
MainProtocol?: undefined;
|
|
@@ -769,51 +770,51 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
769
770
|
};
|
|
770
771
|
Campaigns?: undefined;
|
|
771
772
|
Chain?: undefined;
|
|
773
|
+
id?: undefined;
|
|
772
774
|
identifier?: undefined;
|
|
773
775
|
mainProtocolId?: undefined;
|
|
774
|
-
name?: undefined;
|
|
775
|
-
id?: undefined;
|
|
776
776
|
} | {
|
|
777
|
+
name?: undefined;
|
|
777
778
|
explorerAddress?: undefined;
|
|
778
779
|
type?: undefined;
|
|
779
780
|
MainProtocol?: undefined;
|
|
780
781
|
Tokens: {
|
|
781
782
|
some: {
|
|
783
|
+
name?: undefined;
|
|
782
784
|
symbol: {
|
|
783
785
|
contains: string;
|
|
784
786
|
mode: "insensitive";
|
|
785
787
|
};
|
|
786
788
|
address?: undefined;
|
|
787
|
-
name?: undefined;
|
|
788
789
|
};
|
|
789
790
|
};
|
|
790
791
|
Campaigns?: undefined;
|
|
791
792
|
Chain?: undefined;
|
|
793
|
+
id?: undefined;
|
|
792
794
|
identifier?: undefined;
|
|
793
795
|
mainProtocolId?: undefined;
|
|
794
|
-
name?: undefined;
|
|
795
|
-
id?: undefined;
|
|
796
796
|
} | {
|
|
797
|
+
name?: undefined;
|
|
797
798
|
explorerAddress?: undefined;
|
|
798
799
|
type?: undefined;
|
|
799
800
|
MainProtocol?: undefined;
|
|
800
801
|
Tokens: {
|
|
801
802
|
some: {
|
|
803
|
+
name?: undefined;
|
|
802
804
|
address: {
|
|
803
805
|
contains: string;
|
|
804
806
|
mode: "insensitive";
|
|
805
807
|
};
|
|
806
808
|
symbol?: undefined;
|
|
807
|
-
name?: undefined;
|
|
808
809
|
};
|
|
809
810
|
};
|
|
810
811
|
Campaigns?: undefined;
|
|
811
812
|
Chain?: undefined;
|
|
813
|
+
id?: undefined;
|
|
812
814
|
identifier?: undefined;
|
|
813
815
|
mainProtocolId?: undefined;
|
|
814
|
-
name?: undefined;
|
|
815
|
-
id?: undefined;
|
|
816
816
|
} | {
|
|
817
|
+
name?: undefined;
|
|
817
818
|
explorerAddress?: undefined;
|
|
818
819
|
type?: undefined;
|
|
819
820
|
MainProtocol?: undefined;
|
|
@@ -839,17 +840,17 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
839
840
|
symbol?: undefined;
|
|
840
841
|
})[];
|
|
841
842
|
};
|
|
843
|
+
id?: undefined;
|
|
842
844
|
creatorAddress?: undefined;
|
|
843
845
|
campaignId?: undefined;
|
|
844
|
-
id?: undefined;
|
|
845
846
|
};
|
|
846
847
|
};
|
|
847
848
|
Chain?: undefined;
|
|
849
|
+
id?: undefined;
|
|
848
850
|
identifier?: undefined;
|
|
849
851
|
mainProtocolId?: undefined;
|
|
850
|
-
name?: undefined;
|
|
851
|
-
id?: undefined;
|
|
852
852
|
} | {
|
|
853
|
+
name?: undefined;
|
|
853
854
|
explorerAddress?: undefined;
|
|
854
855
|
type?: undefined;
|
|
855
856
|
MainProtocol?: undefined;
|
|
@@ -861,10 +862,9 @@ export declare function transformQueryToPrismaFilters(query: FindManyOpportunity
|
|
|
861
862
|
mode: "insensitive";
|
|
862
863
|
};
|
|
863
864
|
};
|
|
865
|
+
id?: undefined;
|
|
864
866
|
identifier?: undefined;
|
|
865
867
|
mainProtocolId?: undefined;
|
|
866
|
-
name?: undefined;
|
|
867
|
-
id?: undefined;
|
|
868
868
|
})[];
|
|
869
869
|
}[];
|
|
870
870
|
})[];
|