@merkl/api 0.10.405 → 0.10.407
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/backgroundJobs/jobs/campaignsCacheUpdater.d.ts +2 -12
- package/dist/src/backgroundJobs/jobs/health.d.ts +2 -12
- package/dist/src/backgroundJobs/jobs/opportunityUpdater.d.ts +2 -3
- package/dist/src/backgroundJobs/jobs/priceUpdater.d.ts +2 -3
- package/dist/src/backgroundJobs/jobs/sync.d.ts +2 -12
- package/dist/src/eden/index.d.ts +10853 -8818
- package/dist/src/hooks/checkQueryAddressValidity.d.ts +2 -3
- package/dist/src/hooks/checkQueryChainIdValidity.d.ts +2 -3
- package/dist/src/index.d.ts +66 -1379
- package/dist/src/internal/controllers/endingCampaigns.d.ts +2 -12
- package/dist/src/internal/controllers/unclaimed.d.ts +2 -12
- package/dist/src/jobs/etl/pendings.js +129 -2
- package/dist/src/modules/v4/accounting/accounting.controller.d.ts +2 -66
- package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +2 -30
- package/dist/src/modules/v4/boost/boost.controller.d.ts +2 -12
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +5 -78
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +6 -6
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +4 -4
- package/dist/src/modules/v4/chain/chain.controller.d.ts +2 -39
- package/dist/src/modules/v4/claims/claims.controller.d.ts +2 -12
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +2 -39
- package/dist/src/modules/v4/creator/creator.controller.d.ts +2 -39
- package/dist/src/modules/v4/dungeonKeeper/dungeonKeeper.controller.d.ts +2 -3
- package/dist/src/modules/v4/dynamicData/dynamicData.controller.d.ts +3 -31
- package/dist/src/modules/v4/enso/enso.service.d.ts +1 -1
- package/dist/src/modules/v4/explorer/explorer.controller.d.ts +2 -12
- package/dist/src/modules/v4/interaction/interaction.controller.d.ts +3 -31
- package/dist/src/modules/v4/liquidity/liquidity.controller.d.ts +2 -12
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +2 -21
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +18 -118
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +30 -30
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +12 -12
- package/dist/src/modules/v4/price/price.controller.d.ts +2 -48
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +2 -75
- package/dist/src/modules/v4/protocol/protocol.controller.d.ts +9 -46
- package/dist/src/modules/v4/protocol/protocol.repository.d.ts +5 -5
- package/dist/src/modules/v4/protocol/protocol.service.d.ts +2 -2
- package/dist/src/modules/v4/reward/reward.controller.d.ts +5 -147
- package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -3
- package/dist/src/modules/v4/reward/reward.service.d.ts +18 -18
- package/dist/src/modules/v4/router.d.ts +45 -1009
- package/dist/src/modules/v4/status/status.controller.d.ts +2 -48
- package/dist/src/modules/v4/token/token.controller.d.ts +2 -75
- package/dist/src/modules/v4/uniswapV4/uniswapV4.controller.d.ts +2 -12
- package/dist/src/modules/v4/user/user.controller.d.ts +8 -90
- package/dist/src/plugins/error-handling.plugin.d.ts +2 -3
- package/dist/src/plugins/logger.plugin.d.ts +2 -3
- package/dist/src/routes/v1/allowances.d.ts +2 -12
- package/dist/src/routes/v1/balances.d.ts +2 -12
- package/dist/src/routes/v1/prices.d.ts +2 -12
- package/dist/src/routes/v1/router.d.ts +2 -39
- package/dist/src/routes/v1/tokens.d.ts +2 -12
- package/dist/src/routes/v2/merkl.d.ts +2 -12
- package/dist/src/routes/v2/router.d.ts +2 -12
- package/dist/src/routes/v3/app.d.ts +2 -12
- package/dist/src/routes/v3/blacklist.d.ts +2 -12
- package/dist/src/routes/v3/campaign/delay.d.ts +2 -12
- package/dist/src/routes/v3/campaignClaims.d.ts +2 -12
- package/dist/src/routes/v3/campaignReport.d.ts +2 -12
- package/dist/src/routes/v3/campaignUnclaimed.d.ts +2 -12
- package/dist/src/routes/v3/campaigns.d.ts +2 -12
- package/dist/src/routes/v3/campaignsForMainParameter.d.ts +2 -12
- package/dist/src/routes/v3/campaignsInfo.d.ts +2 -12
- package/dist/src/routes/v3/campaignsRewardsReport.d.ts +2 -12
- package/dist/src/routes/v3/claims.d.ts +2 -12
- package/dist/src/routes/v3/compoundV2.d.ts +2 -12
- package/dist/src/routes/v3/createCampaign.d.ts +2 -12
- package/dist/src/routes/v3/dolomite.d.ts +2 -12
- package/dist/src/routes/v3/euler.d.ts +2 -12
- package/dist/src/routes/v3/exports/campaigns.d.ts +2 -12
- package/dist/src/routes/v3/fetch.d.ts +2 -12
- package/dist/src/routes/v3/health.d.ts +2 -12
- package/dist/src/routes/v3/lostyield.d.ts +2 -12
- package/dist/src/routes/v3/merkl.d.ts +2 -3
- package/dist/src/routes/v3/morphoMarkets.d.ts +2 -12
- package/dist/src/routes/v3/morphoVaults.d.ts +2 -12
- package/dist/src/routes/v3/multiChainPositions.d.ts +2 -12
- package/dist/src/routes/v3/opportunity.d.ts +2 -12
- package/dist/src/routes/v3/overview.d.ts +2 -12
- package/dist/src/routes/v3/parse.d.ts +2 -12
- package/dist/src/routes/v3/payload.d.ts +2 -12
- package/dist/src/routes/v3/poolInfo.d.ts +2 -12
- package/dist/src/routes/v3/positions.d.ts +2 -12
- package/dist/src/routes/v3/radiant.d.ts +2 -12
- package/dist/src/routes/v3/recipients.d.ts +2 -12
- package/dist/src/routes/v3/rewards.d.ts +2 -12
- package/dist/src/routes/v3/rewardsReport.d.ts +2 -12
- package/dist/src/routes/v3/router.d.ts +3 -328
- package/dist/src/routes/v3/silo.d.ts +2 -12
- package/dist/src/routes/v3/token.d.ts +2 -12
- package/dist/src/routes/v3/tokenUnclaimed.d.ts +2 -12
- package/dist/src/routes/v3/twt/participants.d.ts +2 -12
- package/dist/src/routes/v3/uniswapv4.d.ts +2 -12
- package/dist/src/routes/v3/updates.d.ts +2 -12
- package/dist/src/routes/v3/userRewards.d.ts +2 -12
- package/dist/src/utils/error.d.ts +2 -3
- package/dist/src/utils/logger.d.ts +8 -0
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +6 -6
@@ -35,24 +35,24 @@ export declare abstract class RewardService {
|
|
35
35
|
price: number | null;
|
36
36
|
}[];
|
37
37
|
Protocols: {
|
38
|
-
description: string;
|
39
38
|
name: string;
|
40
39
|
url: string;
|
40
|
+
description: string;
|
41
41
|
id: string;
|
42
42
|
tags: string[];
|
43
43
|
icon: string;
|
44
44
|
}[];
|
45
45
|
MainProtocol: {
|
46
|
-
description: string;
|
47
46
|
name: string;
|
48
47
|
url: string;
|
48
|
+
description: string;
|
49
49
|
id: string;
|
50
50
|
tags: string[];
|
51
51
|
icon: string;
|
52
52
|
} | null;
|
53
53
|
} & {
|
54
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
55
54
|
name: string;
|
55
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
56
56
|
id: string;
|
57
57
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
58
58
|
tags: string[];
|
@@ -111,24 +111,24 @@ export declare abstract class RewardService {
|
|
111
111
|
price: number | null;
|
112
112
|
}[];
|
113
113
|
Protocols: {
|
114
|
-
description: string;
|
115
114
|
name: string;
|
116
115
|
url: string;
|
116
|
+
description: string;
|
117
117
|
id: string;
|
118
118
|
tags: string[];
|
119
119
|
icon: string;
|
120
120
|
}[];
|
121
121
|
MainProtocol: {
|
122
|
-
description: string;
|
123
122
|
name: string;
|
124
123
|
url: string;
|
124
|
+
description: string;
|
125
125
|
id: string;
|
126
126
|
tags: string[];
|
127
127
|
icon: string;
|
128
128
|
} | null;
|
129
129
|
} & {
|
130
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
131
130
|
name: string;
|
131
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
132
132
|
id: string;
|
133
133
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
134
134
|
tags: string[];
|
@@ -190,24 +190,24 @@ export declare abstract class RewardService {
|
|
190
190
|
price: number | null;
|
191
191
|
}[];
|
192
192
|
Protocols: {
|
193
|
-
description: string;
|
194
193
|
name: string;
|
195
194
|
url: string;
|
195
|
+
description: string;
|
196
196
|
id: string;
|
197
197
|
tags: string[];
|
198
198
|
icon: string;
|
199
199
|
}[];
|
200
200
|
MainProtocol: {
|
201
|
-
description: string;
|
202
201
|
name: string;
|
203
202
|
url: string;
|
203
|
+
description: string;
|
204
204
|
id: string;
|
205
205
|
tags: string[];
|
206
206
|
icon: string;
|
207
207
|
} | null;
|
208
208
|
} & {
|
209
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
210
209
|
name: string;
|
210
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
211
211
|
id: string;
|
212
212
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
213
213
|
tags: string[];
|
@@ -300,24 +300,24 @@ export declare abstract class RewardService {
|
|
300
300
|
price: number | null;
|
301
301
|
}[];
|
302
302
|
Protocols: {
|
303
|
-
description: string;
|
304
303
|
name: string;
|
305
304
|
url: string;
|
305
|
+
description: string;
|
306
306
|
id: string;
|
307
307
|
tags: string[];
|
308
308
|
icon: string;
|
309
309
|
}[];
|
310
310
|
MainProtocol: {
|
311
|
-
description: string;
|
312
311
|
name: string;
|
313
312
|
url: string;
|
313
|
+
description: string;
|
314
314
|
id: string;
|
315
315
|
tags: string[];
|
316
316
|
icon: string;
|
317
317
|
} | null;
|
318
318
|
} & {
|
319
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
320
319
|
name: string;
|
320
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
321
321
|
id: string;
|
322
322
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
323
323
|
tags: string[];
|
@@ -391,24 +391,24 @@ export declare abstract class RewardService {
|
|
391
391
|
price: number | null;
|
392
392
|
}[];
|
393
393
|
Protocols: {
|
394
|
-
description: string;
|
395
394
|
name: string;
|
396
395
|
url: string;
|
396
|
+
description: string;
|
397
397
|
id: string;
|
398
398
|
tags: string[];
|
399
399
|
icon: string;
|
400
400
|
}[];
|
401
401
|
MainProtocol: {
|
402
|
-
description: string;
|
403
402
|
name: string;
|
404
403
|
url: string;
|
404
|
+
description: string;
|
405
405
|
id: string;
|
406
406
|
tags: string[];
|
407
407
|
icon: string;
|
408
408
|
} | null;
|
409
409
|
} & {
|
410
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
411
410
|
name: string;
|
411
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
412
412
|
id: string;
|
413
413
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
414
414
|
tags: string[];
|
@@ -479,24 +479,24 @@ export declare abstract class RewardService {
|
|
479
479
|
price: number | null;
|
480
480
|
}[];
|
481
481
|
Protocols: {
|
482
|
-
description: string;
|
483
482
|
name: string;
|
484
483
|
url: string;
|
484
|
+
description: string;
|
485
485
|
id: string;
|
486
486
|
tags: string[];
|
487
487
|
icon: string;
|
488
488
|
}[];
|
489
489
|
MainProtocol: {
|
490
|
-
description: string;
|
491
490
|
name: string;
|
492
491
|
url: string;
|
492
|
+
description: string;
|
493
493
|
id: string;
|
494
494
|
tags: string[];
|
495
495
|
icon: string;
|
496
496
|
} | null;
|
497
497
|
} & {
|
498
|
-
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
499
498
|
name: string;
|
499
|
+
type: import("../../../../database/api/.generated").$Enums.CampaignType;
|
500
500
|
id: string;
|
501
501
|
status: import("../../../../database/api/.generated").$Enums.Status;
|
502
502
|
tags: string[];
|