@merkl/api 1.1.47 → 1.1.49
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/eden/index.d.ts +80 -38
- package/dist/src/index.d.ts +40 -19
- package/dist/src/modules/v4/apr/apr.model.d.ts +1 -0
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +3 -1
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +2 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +25 -8
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +18 -4
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +9 -3
- package/dist/src/modules/v4/chain/chain.controller.d.ts +1 -1
- package/dist/src/modules/v4/creator/creator.controller.d.ts +6 -2
- package/dist/src/modules/v4/creator/creator.repository.d.ts +3 -1
- package/dist/src/modules/v4/creator/creator.service.d.ts +6 -2
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +7 -7
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +6 -3
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +73 -17
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +14 -8
- package/dist/src/modules/v4/payload/payload.controller.d.ts +13 -4
- package/dist/src/modules/v4/payload/payload.model.d.ts +9 -0
- package/dist/src/modules/v4/payload/payload.service.d.ts +4 -4
- package/dist/src/modules/v4/protocol/protocol.repository.d.ts +3 -1
- package/dist/src/modules/v4/reward/reward.repository.d.ts +1 -1
- package/dist/src/modules/v4/reward/reward.service.d.ts +10 -7
- package/dist/src/modules/v4/router.d.ts +40 -19
- package/dist/src/modules/v4/user/user.controller.d.ts +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/src/eden/index.d.ts
CHANGED
@@ -1690,9 +1690,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1690
1690
|
icon: string;
|
1691
1691
|
liveCampaigns: number;
|
1692
1692
|
};
|
1693
|
+
dailyRewards: number;
|
1693
1694
|
identifier: string;
|
1694
1695
|
howToSteps: string[];
|
1695
|
-
dailyRewards: number;
|
1696
1696
|
tags: string[];
|
1697
1697
|
lastCampaignCreatedAt: number;
|
1698
1698
|
}[];
|
@@ -1828,9 +1828,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
1828
1828
|
icon: string;
|
1829
1829
|
liveCampaigns: number;
|
1830
1830
|
};
|
1831
|
+
dailyRewards: number;
|
1831
1832
|
identifier: string;
|
1832
1833
|
howToSteps: string[];
|
1833
|
-
dailyRewards: number;
|
1834
1834
|
tags: string[];
|
1835
1835
|
lastCampaignCreatedAt: number;
|
1836
1836
|
};
|
@@ -2035,9 +2035,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2035
2035
|
icon: string;
|
2036
2036
|
liveCampaigns: number;
|
2037
2037
|
};
|
2038
|
+
dailyRewards: number;
|
2038
2039
|
identifier: string;
|
2039
2040
|
howToSteps: string[];
|
2040
|
-
dailyRewards: number;
|
2041
2041
|
tags: string[];
|
2042
2042
|
lastCampaignCreatedAt: number;
|
2043
2043
|
};
|
@@ -2617,12 +2617,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2617
2617
|
action: import("@package/databases").OpportunityAction;
|
2618
2618
|
type: string;
|
2619
2619
|
depositUrl: string | null;
|
2620
|
+
dailyRewards: number;
|
2620
2621
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
2621
2622
|
identifier: string;
|
2622
2623
|
howToSteps: string[];
|
2623
2624
|
explorerAddress: string | null;
|
2624
2625
|
mainProtocolId: string | null;
|
2625
|
-
dailyRewards: number;
|
2626
2626
|
tags: string[];
|
2627
2627
|
lastCampaignCreatedAt: Date;
|
2628
2628
|
};
|
@@ -2663,12 +2663,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2663
2663
|
action: import("@package/databases").OpportunityAction;
|
2664
2664
|
type: string;
|
2665
2665
|
depositUrl: string | null;
|
2666
|
+
dailyRewards: number;
|
2666
2667
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
2667
2668
|
identifier: string;
|
2668
2669
|
howToSteps: string[];
|
2669
2670
|
explorerAddress: string | null;
|
2670
2671
|
mainProtocolId: string | null;
|
2671
|
-
dailyRewards: number;
|
2672
2672
|
tags: string[];
|
2673
2673
|
lastCampaignCreatedAt: Date;
|
2674
2674
|
};
|
@@ -2716,12 +2716,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2716
2716
|
action: import("@package/databases").OpportunityAction;
|
2717
2717
|
type: string;
|
2718
2718
|
depositUrl: string | null;
|
2719
|
+
dailyRewards: number;
|
2719
2720
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
2720
2721
|
identifier: string;
|
2721
2722
|
howToSteps: string[];
|
2722
2723
|
explorerAddress: string | null;
|
2723
2724
|
mainProtocolId: string | null;
|
2724
|
-
dailyRewards: number;
|
2725
2725
|
tags: string[];
|
2726
2726
|
lastCampaignCreatedAt: Date;
|
2727
2727
|
};
|
@@ -2816,12 +2816,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2816
2816
|
action: import("@package/databases").OpportunityAction;
|
2817
2817
|
type: string;
|
2818
2818
|
depositUrl: string | null;
|
2819
|
+
dailyRewards: number;
|
2819
2820
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
2820
2821
|
identifier: string;
|
2821
2822
|
howToSteps: string[];
|
2822
2823
|
explorerAddress: string | null;
|
2823
2824
|
mainProtocolId: string | null;
|
2824
|
-
dailyRewards: number;
|
2825
2825
|
tags: string[];
|
2826
2826
|
lastCampaignCreatedAt: Date;
|
2827
2827
|
};
|
@@ -2870,6 +2870,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
2870
2870
|
};
|
2871
2871
|
response: {
|
2872
2872
|
200: {
|
2873
|
+
apr?: number | undefined;
|
2873
2874
|
rewardToken: {
|
2874
2875
|
symbol: string;
|
2875
2876
|
name: string | null;
|
@@ -3249,6 +3250,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3249
3250
|
subType: number | null;
|
3250
3251
|
rewardTokenId: string;
|
3251
3252
|
opportunityId: string;
|
3253
|
+
dailyRewards?: number | undefined;
|
3252
3254
|
creatorAddress: string;
|
3253
3255
|
createdAt: string;
|
3254
3256
|
rootCampaignId?: string | undefined;
|
@@ -3319,12 +3321,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
3319
3321
|
action: import("@package/databases").OpportunityAction;
|
3320
3322
|
type: string;
|
3321
3323
|
depositUrl: string | null;
|
3324
|
+
dailyRewards: number;
|
3322
3325
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
3323
3326
|
identifier: string;
|
3324
3327
|
howToSteps: string[];
|
3325
3328
|
explorerAddress: string | null;
|
3326
3329
|
mainProtocolId: string | null;
|
3327
|
-
dailyRewards: number;
|
3328
3330
|
tags: string[];
|
3329
3331
|
lastCampaignCreatedAt: Date;
|
3330
3332
|
};
|
@@ -4411,6 +4413,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4411
4413
|
};
|
4412
4414
|
response: {
|
4413
4415
|
200: {
|
4416
|
+
apr?: number | undefined;
|
4414
4417
|
rewardToken: {
|
4415
4418
|
symbol: string;
|
4416
4419
|
name: string | null;
|
@@ -4790,6 +4793,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4790
4793
|
subType: number | null;
|
4791
4794
|
rewardTokenId: string;
|
4792
4795
|
opportunityId: string;
|
4796
|
+
dailyRewards?: number | undefined;
|
4793
4797
|
creatorAddress: string;
|
4794
4798
|
createdAt: string;
|
4795
4799
|
rootCampaignId?: string | undefined;
|
@@ -4860,12 +4864,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4860
4864
|
action: import("@package/databases").OpportunityAction;
|
4861
4865
|
type: string;
|
4862
4866
|
depositUrl: string | null;
|
4867
|
+
dailyRewards: number;
|
4863
4868
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
4864
4869
|
identifier: string;
|
4865
4870
|
howToSteps: string[];
|
4866
4871
|
explorerAddress: string | null;
|
4867
4872
|
mainProtocolId: string | null;
|
4868
|
-
dailyRewards: number;
|
4869
4873
|
tags: string[];
|
4870
4874
|
lastCampaignCreatedAt: Date;
|
4871
4875
|
};
|
@@ -4897,6 +4901,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
4897
4901
|
};
|
4898
4902
|
response: {
|
4899
4903
|
200: {
|
4904
|
+
apr?: number | undefined;
|
4900
4905
|
rewardToken: {
|
4901
4906
|
symbol: string;
|
4902
4907
|
name: string | null;
|
@@ -5276,6 +5281,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
5276
5281
|
subType: number | null;
|
5277
5282
|
rewardTokenId: string;
|
5278
5283
|
opportunityId: string;
|
5284
|
+
dailyRewards?: number | undefined;
|
5279
5285
|
creatorAddress: string;
|
5280
5286
|
createdAt: string;
|
5281
5287
|
rootCampaignId?: string | undefined;
|
@@ -5346,12 +5352,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
5346
5352
|
action: import("@package/databases").OpportunityAction;
|
5347
5353
|
type: string;
|
5348
5354
|
depositUrl: string | null;
|
5355
|
+
dailyRewards: number;
|
5349
5356
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
5350
5357
|
identifier: string;
|
5351
5358
|
howToSteps: string[];
|
5352
5359
|
explorerAddress: string | null;
|
5353
5360
|
mainProtocolId: string | null;
|
5354
|
-
dailyRewards: number;
|
5355
5361
|
tags: string[];
|
5356
5362
|
lastCampaignCreatedAt: Date;
|
5357
5363
|
};
|
@@ -5384,6 +5390,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
5384
5390
|
};
|
5385
5391
|
response: {
|
5386
5392
|
200: {
|
5393
|
+
apr?: number | undefined;
|
5387
5394
|
rewardToken: {
|
5388
5395
|
symbol: string;
|
5389
5396
|
name: string | null;
|
@@ -5763,6 +5770,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
5763
5770
|
subType: number | null;
|
5764
5771
|
rewardTokenId: string;
|
5765
5772
|
opportunityId: string;
|
5773
|
+
dailyRewards?: number | undefined;
|
5766
5774
|
creatorAddress: string;
|
5767
5775
|
createdAt: string;
|
5768
5776
|
rootCampaignId?: string | undefined;
|
@@ -5833,12 +5841,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
5833
5841
|
action: import("@package/databases").OpportunityAction;
|
5834
5842
|
type: string;
|
5835
5843
|
depositUrl: string | null;
|
5844
|
+
dailyRewards: number;
|
5836
5845
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
5837
5846
|
identifier: string;
|
5838
5847
|
howToSteps: string[];
|
5839
5848
|
explorerAddress: string | null;
|
5840
5849
|
mainProtocolId: string | null;
|
5841
|
-
dailyRewards: number;
|
5842
5850
|
tags: string[];
|
5843
5851
|
lastCampaignCreatedAt: Date;
|
5844
5852
|
};
|
@@ -7330,8 +7338,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
7330
7338
|
body: {
|
7331
7339
|
endOfDisputePeriod?: number | undefined;
|
7332
7340
|
icon?: string | undefined;
|
7333
|
-
liveCampaigns?: number | undefined;
|
7334
7341
|
dailyRewards?: number | undefined;
|
7342
|
+
liveCampaigns?: number | undefined;
|
7335
7343
|
};
|
7336
7344
|
params: {
|
7337
7345
|
chainId: number;
|
@@ -8021,12 +8029,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
8021
8029
|
action: import("@package/databases").OpportunityAction;
|
8022
8030
|
type: string;
|
8023
8031
|
depositUrl: string | null;
|
8032
|
+
dailyRewards: number;
|
8024
8033
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
8025
8034
|
identifier: string;
|
8026
8035
|
howToSteps: string[];
|
8027
8036
|
explorerAddress: string | null;
|
8028
8037
|
mainProtocolId: string | null;
|
8029
|
-
dailyRewards: number;
|
8030
8038
|
tags: string[];
|
8031
8039
|
lastCampaignCreatedAt: Date;
|
8032
8040
|
};
|
@@ -10665,16 +10673,17 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
10665
10673
|
action: import("@package/databases").OpportunityAction;
|
10666
10674
|
type: string;
|
10667
10675
|
depositUrl: string | null;
|
10676
|
+
dailyRewards: number;
|
10668
10677
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
10669
10678
|
identifier: string;
|
10670
10679
|
howToSteps: string[];
|
10671
10680
|
explorerAddress: string | null;
|
10672
10681
|
mainProtocolId: string | null;
|
10673
|
-
dailyRewards: number;
|
10674
10682
|
tags: string[];
|
10675
10683
|
lastCampaignCreatedAt: Date;
|
10676
10684
|
};
|
10677
10685
|
} & {
|
10686
|
+
apr: number;
|
10678
10687
|
campaignId: string;
|
10679
10688
|
description: string | null;
|
10680
10689
|
id: string;
|
@@ -10689,6 +10698,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
10689
10698
|
subType: number | null;
|
10690
10699
|
rewardTokenId: string;
|
10691
10700
|
opportunityId: string;
|
10701
|
+
dailyRewards: number;
|
10692
10702
|
creatorAddress: string;
|
10693
10703
|
manualOverrides: import("@package/databases").CampaignManualOverride[];
|
10694
10704
|
createdAt: Date;
|
@@ -10736,16 +10746,17 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
10736
10746
|
action: import("@package/databases").OpportunityAction;
|
10737
10747
|
type: string;
|
10738
10748
|
depositUrl: string | null;
|
10749
|
+
dailyRewards: number;
|
10739
10750
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
10740
10751
|
identifier: string;
|
10741
10752
|
howToSteps: string[];
|
10742
10753
|
explorerAddress: string | null;
|
10743
10754
|
mainProtocolId: string | null;
|
10744
|
-
dailyRewards: number;
|
10745
10755
|
tags: string[];
|
10746
10756
|
lastCampaignCreatedAt: Date;
|
10747
10757
|
};
|
10748
10758
|
} & {
|
10759
|
+
apr: number;
|
10749
10760
|
campaignId: string;
|
10750
10761
|
description: string | null;
|
10751
10762
|
id: string;
|
@@ -10760,6 +10771,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
10760
10771
|
subType: number | null;
|
10761
10772
|
rewardTokenId: string;
|
10762
10773
|
opportunityId: string;
|
10774
|
+
dailyRewards: number;
|
10763
10775
|
creatorAddress: string;
|
10764
10776
|
manualOverrides: import("@package/databases").CampaignManualOverride[];
|
10765
10777
|
createdAt: Date;
|
@@ -11375,6 +11387,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11375
11387
|
poolId?: string | undefined;
|
11376
11388
|
hooks?: {}[] | undefined;
|
11377
11389
|
isOutOfRangeIncentivized?: boolean | undefined;
|
11390
|
+
vaultAddress?: string | undefined;
|
11378
11391
|
endTimestamp?: number | undefined;
|
11379
11392
|
blacklist?: string[] | undefined;
|
11380
11393
|
url?: string | undefined;
|
@@ -11386,6 +11399,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11386
11399
|
weightFees?: number | undefined;
|
11387
11400
|
weightToken0?: number | undefined;
|
11388
11401
|
weightToken1?: number | undefined;
|
11402
|
+
distributionMethodParameters?: {
|
11403
|
+
distributionMethod?: string | undefined;
|
11404
|
+
distributionSettings?: any;
|
11405
|
+
} | undefined;
|
11406
|
+
computeScoreParameters?: {
|
11407
|
+
computeMethod?: string | undefined;
|
11408
|
+
computeSettings?: any;
|
11409
|
+
} | undefined;
|
11389
11410
|
compFork?: number | undefined;
|
11390
11411
|
rewardsUrl?: string | undefined;
|
11391
11412
|
dataUrl?: string | undefined;
|
@@ -11479,12 +11500,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11479
11500
|
action: import("@package/databases").OpportunityAction;
|
11480
11501
|
type: string;
|
11481
11502
|
depositUrl: string | null;
|
11503
|
+
dailyRewards: number;
|
11482
11504
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
11483
11505
|
identifier: string;
|
11484
11506
|
howToSteps: string[];
|
11485
11507
|
explorerAddress: string | null;
|
11486
11508
|
mainProtocolId: string | null;
|
11487
|
-
dailyRewards: number;
|
11488
11509
|
tags: string[];
|
11489
11510
|
lastCampaignCreatedAt: Date;
|
11490
11511
|
}) | undefined;
|
@@ -11597,12 +11618,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11597
11618
|
action: import("@package/databases").OpportunityAction;
|
11598
11619
|
type: string;
|
11599
11620
|
depositUrl: string | null;
|
11621
|
+
dailyRewards: number;
|
11600
11622
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
11601
11623
|
identifier: string;
|
11602
11624
|
howToSteps: string[];
|
11603
11625
|
explorerAddress: string | null;
|
11604
11626
|
mainProtocolId: string | null;
|
11605
|
-
dailyRewards: number;
|
11606
11627
|
tags: string[];
|
11607
11628
|
lastCampaignCreatedAt: Date;
|
11608
11629
|
});
|
@@ -11727,12 +11748,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11727
11748
|
action: import("@package/databases").OpportunityAction;
|
11728
11749
|
type: string;
|
11729
11750
|
depositUrl: string | null;
|
11751
|
+
dailyRewards: number;
|
11730
11752
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
11731
11753
|
identifier: string;
|
11732
11754
|
howToSteps: string[];
|
11733
11755
|
explorerAddress: string | null;
|
11734
11756
|
mainProtocolId: string | null;
|
11735
|
-
dailyRewards: number;
|
11736
11757
|
tags: string[];
|
11737
11758
|
lastCampaignCreatedAt: Date;
|
11738
11759
|
});
|
@@ -11853,12 +11874,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
11853
11874
|
action: import("@package/databases").OpportunityAction;
|
11854
11875
|
type: string;
|
11855
11876
|
depositUrl: string | null;
|
11877
|
+
dailyRewards: number;
|
11856
11878
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
11857
11879
|
identifier: string;
|
11858
11880
|
howToSteps: string[];
|
11859
11881
|
explorerAddress: string | null;
|
11860
11882
|
mainProtocolId: string | null;
|
11861
|
-
dailyRewards: number;
|
11862
11883
|
tags: string[];
|
11863
11884
|
lastCampaignCreatedAt: Date;
|
11864
11885
|
});
|
@@ -13369,9 +13390,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13369
13390
|
icon: string;
|
13370
13391
|
liveCampaigns: number;
|
13371
13392
|
};
|
13393
|
+
dailyRewards: number;
|
13372
13394
|
identifier: string;
|
13373
13395
|
howToSteps: string[];
|
13374
|
-
dailyRewards: number;
|
13375
13396
|
tags: string[];
|
13376
13397
|
lastCampaignCreatedAt: number;
|
13377
13398
|
};
|
@@ -13567,9 +13588,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13567
13588
|
icon: string;
|
13568
13589
|
liveCampaigns: number;
|
13569
13590
|
};
|
13591
|
+
dailyRewards: number;
|
13570
13592
|
identifier: string;
|
13571
13593
|
howToSteps: string[];
|
13572
|
-
dailyRewards: number;
|
13573
13594
|
tags: string[];
|
13574
13595
|
lastCampaignCreatedAt: number;
|
13575
13596
|
};
|
@@ -13665,12 +13686,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13665
13686
|
action: import("@package/databases").OpportunityAction;
|
13666
13687
|
type: string;
|
13667
13688
|
depositUrl: string | null;
|
13689
|
+
dailyRewards: number;
|
13668
13690
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
13669
13691
|
identifier: string;
|
13670
13692
|
howToSteps: string[];
|
13671
13693
|
explorerAddress: string | null;
|
13672
13694
|
mainProtocolId: string | null;
|
13673
|
-
dailyRewards: number;
|
13674
13695
|
tags: string[];
|
13675
13696
|
lastCampaignCreatedAt: Date;
|
13676
13697
|
};
|
@@ -13702,12 +13723,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13702
13723
|
action: import("@package/databases").OpportunityAction;
|
13703
13724
|
type: string;
|
13704
13725
|
depositUrl: string | null;
|
13726
|
+
dailyRewards: number;
|
13705
13727
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
13706
13728
|
identifier: string;
|
13707
13729
|
howToSteps: string[];
|
13708
13730
|
explorerAddress: string | null;
|
13709
13731
|
mainProtocolId: string | null;
|
13710
|
-
dailyRewards: number;
|
13711
13732
|
tags: string[];
|
13712
13733
|
lastCampaignCreatedAt: Date;
|
13713
13734
|
};
|
@@ -13746,12 +13767,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13746
13767
|
action: import("@package/databases").OpportunityAction;
|
13747
13768
|
type: string;
|
13748
13769
|
depositUrl: string | null;
|
13770
|
+
dailyRewards: number;
|
13749
13771
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
13750
13772
|
identifier: string;
|
13751
13773
|
howToSteps: string[];
|
13752
13774
|
explorerAddress: string | null;
|
13753
13775
|
mainProtocolId: string | null;
|
13754
|
-
dailyRewards: number;
|
13755
13776
|
tags: string[];
|
13756
13777
|
lastCampaignCreatedAt: Date;
|
13757
13778
|
};
|
@@ -13835,12 +13856,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
13835
13856
|
action: import("@package/databases").OpportunityAction;
|
13836
13857
|
type: string;
|
13837
13858
|
depositUrl: string | null;
|
13859
|
+
dailyRewards: number;
|
13838
13860
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
13839
13861
|
identifier: string;
|
13840
13862
|
howToSteps: string[];
|
13841
13863
|
explorerAddress: string | null;
|
13842
13864
|
mainProtocolId: string | null;
|
13843
|
-
dailyRewards: number;
|
13844
13865
|
tags: string[];
|
13845
13866
|
lastCampaignCreatedAt: Date;
|
13846
13867
|
};
|
@@ -14052,9 +14073,9 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14052
14073
|
icon: string;
|
14053
14074
|
liveCampaigns: number;
|
14054
14075
|
};
|
14076
|
+
dailyRewards: number;
|
14055
14077
|
identifier: string;
|
14056
14078
|
howToSteps: string[];
|
14057
|
-
dailyRewards: number;
|
14058
14079
|
tags: string[];
|
14059
14080
|
lastCampaignCreatedAt: number;
|
14060
14081
|
}[];
|
@@ -14656,6 +14677,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
14656
14677
|
fetch?: RequestInit | undefined;
|
14657
14678
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
14658
14679
|
200: {
|
14680
|
+
apr?: number | undefined;
|
14659
14681
|
rewardToken: {
|
14660
14682
|
symbol: string;
|
14661
14683
|
name: string | null;
|
@@ -15035,6 +15057,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
15035
15057
|
subType: number | null;
|
15036
15058
|
rewardTokenId: string;
|
15037
15059
|
opportunityId: string;
|
15060
|
+
dailyRewards?: number | undefined;
|
15038
15061
|
creatorAddress: string;
|
15039
15062
|
createdAt: string;
|
15040
15063
|
rootCampaignId?: string | undefined;
|
@@ -15105,12 +15128,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
15105
15128
|
action: import("@package/databases").OpportunityAction;
|
15106
15129
|
type: string;
|
15107
15130
|
depositUrl: string | null;
|
15131
|
+
dailyRewards: number;
|
15108
15132
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
15109
15133
|
identifier: string;
|
15110
15134
|
howToSteps: string[];
|
15111
15135
|
explorerAddress: string | null;
|
15112
15136
|
mainProtocolId: string | null;
|
15113
|
-
dailyRewards: number;
|
15114
15137
|
tags: string[];
|
15115
15138
|
lastCampaignCreatedAt: Date;
|
15116
15139
|
};
|
@@ -15914,6 +15937,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
15914
15937
|
fetch?: RequestInit | undefined;
|
15915
15938
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
15916
15939
|
200: {
|
15940
|
+
apr?: number | undefined;
|
15917
15941
|
rewardToken: {
|
15918
15942
|
symbol: string;
|
15919
15943
|
name: string | null;
|
@@ -16293,6 +16317,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
16293
16317
|
subType: number | null;
|
16294
16318
|
rewardTokenId: string;
|
16295
16319
|
opportunityId: string;
|
16320
|
+
dailyRewards?: number | undefined;
|
16296
16321
|
creatorAddress: string;
|
16297
16322
|
createdAt: string;
|
16298
16323
|
rootCampaignId?: string | undefined;
|
@@ -16363,12 +16388,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
16363
16388
|
action: import("@package/databases").OpportunityAction;
|
16364
16389
|
type: string;
|
16365
16390
|
depositUrl: string | null;
|
16391
|
+
dailyRewards: number;
|
16366
16392
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
16367
16393
|
identifier: string;
|
16368
16394
|
howToSteps: string[];
|
16369
16395
|
explorerAddress: string | null;
|
16370
16396
|
mainProtocolId: string | null;
|
16371
|
-
dailyRewards: number;
|
16372
16397
|
tags: string[];
|
16373
16398
|
lastCampaignCreatedAt: Date;
|
16374
16399
|
};
|
@@ -16393,6 +16418,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
16393
16418
|
fetch?: RequestInit | undefined;
|
16394
16419
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
16395
16420
|
200: {
|
16421
|
+
apr?: number | undefined;
|
16396
16422
|
rewardToken: {
|
16397
16423
|
symbol: string;
|
16398
16424
|
name: string | null;
|
@@ -16772,6 +16798,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
16772
16798
|
subType: number | null;
|
16773
16799
|
rewardTokenId: string;
|
16774
16800
|
opportunityId: string;
|
16801
|
+
dailyRewards?: number | undefined;
|
16775
16802
|
creatorAddress: string;
|
16776
16803
|
createdAt: string;
|
16777
16804
|
rootCampaignId?: string | undefined;
|
@@ -16842,12 +16869,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
16842
16869
|
action: import("@package/databases").OpportunityAction;
|
16843
16870
|
type: string;
|
16844
16871
|
depositUrl: string | null;
|
16872
|
+
dailyRewards: number;
|
16845
16873
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
16846
16874
|
identifier: string;
|
16847
16875
|
howToSteps: string[];
|
16848
16876
|
explorerAddress: string | null;
|
16849
16877
|
mainProtocolId: string | null;
|
16850
|
-
dailyRewards: number;
|
16851
16878
|
tags: string[];
|
16852
16879
|
lastCampaignCreatedAt: Date;
|
16853
16880
|
};
|
@@ -16873,6 +16900,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
16873
16900
|
fetch?: RequestInit | undefined;
|
16874
16901
|
}) => Promise<import("@elysiajs/eden").Treaty.TreatyResponse<{
|
16875
16902
|
200: {
|
16903
|
+
apr?: number | undefined;
|
16876
16904
|
rewardToken: {
|
16877
16905
|
symbol: string;
|
16878
16906
|
name: string | null;
|
@@ -17252,6 +17280,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
17252
17280
|
subType: number | null;
|
17253
17281
|
rewardTokenId: string;
|
17254
17282
|
opportunityId: string;
|
17283
|
+
dailyRewards?: number | undefined;
|
17255
17284
|
creatorAddress: string;
|
17256
17285
|
createdAt: string;
|
17257
17286
|
rootCampaignId?: string | undefined;
|
@@ -17322,12 +17351,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
17322
17351
|
action: import("@package/databases").OpportunityAction;
|
17323
17352
|
type: string;
|
17324
17353
|
depositUrl: string | null;
|
17354
|
+
dailyRewards: number;
|
17325
17355
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
17326
17356
|
identifier: string;
|
17327
17357
|
howToSteps: string[];
|
17328
17358
|
explorerAddress: string | null;
|
17329
17359
|
mainProtocolId: string | null;
|
17330
|
-
dailyRewards: number;
|
17331
17360
|
tags: string[];
|
17332
17361
|
lastCampaignCreatedAt: Date;
|
17333
17362
|
};
|
@@ -18607,8 +18636,8 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
18607
18636
|
patch: (body: {
|
18608
18637
|
endOfDisputePeriod?: number | undefined;
|
18609
18638
|
icon?: string | undefined;
|
18610
|
-
liveCampaigns?: number | undefined;
|
18611
18639
|
dailyRewards?: number | undefined;
|
18640
|
+
liveCampaigns?: number | undefined;
|
18612
18641
|
}, options: {
|
18613
18642
|
headers: {
|
18614
18643
|
authorization: string;
|
@@ -19155,12 +19184,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
19155
19184
|
action: import("@package/databases").OpportunityAction;
|
19156
19185
|
type: string;
|
19157
19186
|
depositUrl: string | null;
|
19187
|
+
dailyRewards: number;
|
19158
19188
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
19159
19189
|
identifier: string;
|
19160
19190
|
howToSteps: string[];
|
19161
19191
|
explorerAddress: string | null;
|
19162
19192
|
mainProtocolId: string | null;
|
19163
|
-
dailyRewards: number;
|
19164
19193
|
tags: string[];
|
19165
19194
|
lastCampaignCreatedAt: Date;
|
19166
19195
|
};
|
@@ -21481,16 +21510,17 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
21481
21510
|
action: import("@package/databases").OpportunityAction;
|
21482
21511
|
type: string;
|
21483
21512
|
depositUrl: string | null;
|
21513
|
+
dailyRewards: number;
|
21484
21514
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
21485
21515
|
identifier: string;
|
21486
21516
|
howToSteps: string[];
|
21487
21517
|
explorerAddress: string | null;
|
21488
21518
|
mainProtocolId: string | null;
|
21489
|
-
dailyRewards: number;
|
21490
21519
|
tags: string[];
|
21491
21520
|
lastCampaignCreatedAt: Date;
|
21492
21521
|
};
|
21493
21522
|
} & {
|
21523
|
+
apr: number;
|
21494
21524
|
campaignId: string;
|
21495
21525
|
description: string | null;
|
21496
21526
|
id: string;
|
@@ -21505,6 +21535,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
21505
21535
|
subType: number | null;
|
21506
21536
|
rewardTokenId: string;
|
21507
21537
|
opportunityId: string;
|
21538
|
+
dailyRewards: number;
|
21508
21539
|
creatorAddress: string;
|
21509
21540
|
manualOverrides: import("@package/databases").CampaignManualOverride[];
|
21510
21541
|
createdAt: Date;
|
@@ -21630,16 +21661,17 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
21630
21661
|
action: import("@package/databases").OpportunityAction;
|
21631
21662
|
type: string;
|
21632
21663
|
depositUrl: string | null;
|
21664
|
+
dailyRewards: number;
|
21633
21665
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
21634
21666
|
identifier: string;
|
21635
21667
|
howToSteps: string[];
|
21636
21668
|
explorerAddress: string | null;
|
21637
21669
|
mainProtocolId: string | null;
|
21638
|
-
dailyRewards: number;
|
21639
21670
|
tags: string[];
|
21640
21671
|
lastCampaignCreatedAt: Date;
|
21641
21672
|
};
|
21642
21673
|
} & {
|
21674
|
+
apr: number;
|
21643
21675
|
campaignId: string;
|
21644
21676
|
description: string | null;
|
21645
21677
|
id: string;
|
@@ -21654,6 +21686,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
21654
21686
|
subType: number | null;
|
21655
21687
|
rewardTokenId: string;
|
21656
21688
|
opportunityId: string;
|
21689
|
+
dailyRewards: number;
|
21657
21690
|
creatorAddress: string;
|
21658
21691
|
manualOverrides: import("@package/databases").CampaignManualOverride[];
|
21659
21692
|
createdAt: Date;
|
@@ -22226,12 +22259,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
22226
22259
|
action: import("@package/databases").OpportunityAction;
|
22227
22260
|
type: string;
|
22228
22261
|
depositUrl: string | null;
|
22262
|
+
dailyRewards: number;
|
22229
22263
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
22230
22264
|
identifier: string;
|
22231
22265
|
howToSteps: string[];
|
22232
22266
|
explorerAddress: string | null;
|
22233
22267
|
mainProtocolId: string | null;
|
22234
|
-
dailyRewards: number;
|
22235
22268
|
tags: string[];
|
22236
22269
|
lastCampaignCreatedAt: Date;
|
22237
22270
|
});
|
@@ -22291,6 +22324,7 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
22291
22324
|
poolId?: string | undefined;
|
22292
22325
|
hooks?: {}[] | undefined;
|
22293
22326
|
isOutOfRangeIncentivized?: boolean | undefined;
|
22327
|
+
vaultAddress?: string | undefined;
|
22294
22328
|
endTimestamp?: number | undefined;
|
22295
22329
|
blacklist?: string[] | undefined;
|
22296
22330
|
url?: string | undefined;
|
@@ -22302,6 +22336,14 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
22302
22336
|
weightFees?: number | undefined;
|
22303
22337
|
weightToken0?: number | undefined;
|
22304
22338
|
weightToken1?: number | undefined;
|
22339
|
+
distributionMethodParameters?: {
|
22340
|
+
distributionMethod?: string | undefined;
|
22341
|
+
distributionSettings?: any;
|
22342
|
+
} | undefined;
|
22343
|
+
computeScoreParameters?: {
|
22344
|
+
computeMethod?: string | undefined;
|
22345
|
+
computeSettings?: any;
|
22346
|
+
} | undefined;
|
22305
22347
|
compFork?: number | undefined;
|
22306
22348
|
rewardsUrl?: string | undefined;
|
22307
22349
|
dataUrl?: string | undefined;
|
@@ -22395,12 +22437,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
22395
22437
|
action: import("@package/databases").OpportunityAction;
|
22396
22438
|
type: string;
|
22397
22439
|
depositUrl: string | null;
|
22440
|
+
dailyRewards: number;
|
22398
22441
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
22399
22442
|
identifier: string;
|
22400
22443
|
howToSteps: string[];
|
22401
22444
|
explorerAddress: string | null;
|
22402
22445
|
mainProtocolId: string | null;
|
22403
|
-
dailyRewards: number;
|
22404
22446
|
tags: string[];
|
22405
22447
|
lastCampaignCreatedAt: Date;
|
22406
22448
|
}) | undefined;
|
@@ -22518,12 +22560,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
22518
22560
|
action: import("@package/databases").OpportunityAction;
|
22519
22561
|
type: string;
|
22520
22562
|
depositUrl: string | null;
|
22563
|
+
dailyRewards: number;
|
22521
22564
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
22522
22565
|
identifier: string;
|
22523
22566
|
howToSteps: string[];
|
22524
22567
|
explorerAddress: string | null;
|
22525
22568
|
mainProtocolId: string | null;
|
22526
|
-
dailyRewards: number;
|
22527
22569
|
tags: string[];
|
22528
22570
|
lastCampaignCreatedAt: Date;
|
22529
22571
|
});
|
@@ -22641,12 +22683,12 @@ export declare const MerklApi: (domain: string | import("elysia").default<"", {
|
|
22641
22683
|
action: import("@package/databases").OpportunityAction;
|
22642
22684
|
type: string;
|
22643
22685
|
depositUrl: string | null;
|
22686
|
+
dailyRewards: number;
|
22644
22687
|
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
22645
22688
|
identifier: string;
|
22646
22689
|
howToSteps: string[];
|
22647
22690
|
explorerAddress: string | null;
|
22648
22691
|
mainProtocolId: string | null;
|
22649
|
-
dailyRewards: number;
|
22650
22692
|
tags: string[];
|
22651
22693
|
lastCampaignCreatedAt: Date;
|
22652
22694
|
});
|