@merkl/api 1.1.4 → 1.1.5
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.
@@ -607,103 +607,74 @@ export declare const OpportunityController: Elysia<"/opportunities", {
|
|
607
607
|
};
|
608
608
|
headers: unknown;
|
609
609
|
response: {
|
610
|
-
200:
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
type: "TOKEN" | "PRETGE" | "POINT";
|
679
|
-
icon: string;
|
680
|
-
isNative: boolean;
|
681
|
-
isTest: boolean;
|
682
|
-
verified: boolean;
|
683
|
-
}[];
|
684
|
-
tvl: number;
|
685
|
-
description: string;
|
686
|
-
id: string;
|
687
|
-
status: string;
|
688
|
-
chainId: number;
|
689
|
-
action: string;
|
690
|
-
type: string;
|
691
|
-
chain: {
|
692
|
-
explorers?: {
|
693
|
-
chainId: number;
|
694
|
-
type: "ETHERSCAN" | "BLOCKSCOUT";
|
695
|
-
url: string;
|
696
|
-
}[] | undefined;
|
697
|
-
name: string;
|
698
|
-
id: number;
|
699
|
-
icon: string;
|
700
|
-
};
|
701
|
-
identifier: string;
|
702
|
-
howToSteps: string[];
|
703
|
-
dailyRewards: number;
|
704
|
-
tags: string[];
|
705
|
-
lastCampaignCreatedAt: number;
|
706
|
-
} | null)[];
|
610
|
+
200: string;
|
611
|
+
422: {
|
612
|
+
type: "validation";
|
613
|
+
on: string;
|
614
|
+
summary?: string;
|
615
|
+
message?: string;
|
616
|
+
found?: unknown;
|
617
|
+
property?: string;
|
618
|
+
expected?: string;
|
619
|
+
};
|
620
|
+
} | {
|
621
|
+
200: number;
|
622
|
+
422: {
|
623
|
+
type: "validation";
|
624
|
+
on: string;
|
625
|
+
summary?: string;
|
626
|
+
message?: string;
|
627
|
+
found?: unknown;
|
628
|
+
property?: string;
|
629
|
+
expected?: string;
|
630
|
+
};
|
631
|
+
} | {
|
632
|
+
200: false;
|
633
|
+
422: {
|
634
|
+
type: "validation";
|
635
|
+
on: string;
|
636
|
+
summary?: string;
|
637
|
+
message?: string;
|
638
|
+
found?: unknown;
|
639
|
+
property?: string;
|
640
|
+
expected?: string;
|
641
|
+
};
|
642
|
+
} | {
|
643
|
+
200: true;
|
644
|
+
422: {
|
645
|
+
type: "validation";
|
646
|
+
on: string;
|
647
|
+
summary?: string;
|
648
|
+
message?: string;
|
649
|
+
found?: unknown;
|
650
|
+
property?: string;
|
651
|
+
expected?: string;
|
652
|
+
};
|
653
|
+
} | {
|
654
|
+
200: object;
|
655
|
+
422: {
|
656
|
+
type: "validation";
|
657
|
+
on: string;
|
658
|
+
summary?: string;
|
659
|
+
message?: string;
|
660
|
+
found?: unknown;
|
661
|
+
property?: string;
|
662
|
+
expected?: string;
|
663
|
+
};
|
664
|
+
} | {
|
665
|
+
[x: string]: any;
|
666
|
+
200: any;
|
667
|
+
422: {
|
668
|
+
type: "validation";
|
669
|
+
on: string;
|
670
|
+
summary?: string;
|
671
|
+
message?: string;
|
672
|
+
found?: unknown;
|
673
|
+
property?: string;
|
674
|
+
expected?: string;
|
675
|
+
};
|
676
|
+
} | {
|
677
|
+
200: unknown;
|
707
678
|
422: {
|
708
679
|
type: "validation";
|
709
680
|
on: string;
|
@@ -616,103 +616,74 @@ export declare const v4: Elysia<"/v4", {
|
|
616
616
|
};
|
617
617
|
headers: unknown;
|
618
618
|
response: {
|
619
|
-
200:
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
type: "TOKEN" | "PRETGE" | "POINT";
|
688
|
-
icon: string;
|
689
|
-
isNative: boolean;
|
690
|
-
isTest: boolean;
|
691
|
-
verified: boolean;
|
692
|
-
}[];
|
693
|
-
tvl: number;
|
694
|
-
description: string;
|
695
|
-
id: string;
|
696
|
-
status: string;
|
697
|
-
chainId: number;
|
698
|
-
action: string;
|
699
|
-
type: string;
|
700
|
-
chain: {
|
701
|
-
explorers?: {
|
702
|
-
chainId: number;
|
703
|
-
type: "ETHERSCAN" | "BLOCKSCOUT";
|
704
|
-
url: string;
|
705
|
-
}[] | undefined;
|
706
|
-
name: string;
|
707
|
-
id: number;
|
708
|
-
icon: string;
|
709
|
-
};
|
710
|
-
identifier: string;
|
711
|
-
howToSteps: string[];
|
712
|
-
dailyRewards: number;
|
713
|
-
tags: string[];
|
714
|
-
lastCampaignCreatedAt: number;
|
715
|
-
} | null)[];
|
619
|
+
200: string;
|
620
|
+
422: {
|
621
|
+
type: "validation";
|
622
|
+
on: string;
|
623
|
+
summary?: string;
|
624
|
+
message?: string;
|
625
|
+
found?: unknown;
|
626
|
+
property?: string;
|
627
|
+
expected?: string;
|
628
|
+
};
|
629
|
+
} | {
|
630
|
+
200: number;
|
631
|
+
422: {
|
632
|
+
type: "validation";
|
633
|
+
on: string;
|
634
|
+
summary?: string;
|
635
|
+
message?: string;
|
636
|
+
found?: unknown;
|
637
|
+
property?: string;
|
638
|
+
expected?: string;
|
639
|
+
};
|
640
|
+
} | {
|
641
|
+
200: false;
|
642
|
+
422: {
|
643
|
+
type: "validation";
|
644
|
+
on: string;
|
645
|
+
summary?: string;
|
646
|
+
message?: string;
|
647
|
+
found?: unknown;
|
648
|
+
property?: string;
|
649
|
+
expected?: string;
|
650
|
+
};
|
651
|
+
} | {
|
652
|
+
200: true;
|
653
|
+
422: {
|
654
|
+
type: "validation";
|
655
|
+
on: string;
|
656
|
+
summary?: string;
|
657
|
+
message?: string;
|
658
|
+
found?: unknown;
|
659
|
+
property?: string;
|
660
|
+
expected?: string;
|
661
|
+
};
|
662
|
+
} | {
|
663
|
+
200: object;
|
664
|
+
422: {
|
665
|
+
type: "validation";
|
666
|
+
on: string;
|
667
|
+
summary?: string;
|
668
|
+
message?: string;
|
669
|
+
found?: unknown;
|
670
|
+
property?: string;
|
671
|
+
expected?: string;
|
672
|
+
};
|
673
|
+
} | {
|
674
|
+
[x: string]: any;
|
675
|
+
200: any;
|
676
|
+
422: {
|
677
|
+
type: "validation";
|
678
|
+
on: string;
|
679
|
+
summary?: string;
|
680
|
+
message?: string;
|
681
|
+
found?: unknown;
|
682
|
+
property?: string;
|
683
|
+
expected?: string;
|
684
|
+
};
|
685
|
+
} | {
|
686
|
+
200: unknown;
|
716
687
|
422: {
|
717
688
|
type: "validation";
|
718
689
|
on: string;
|