@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
@@ -1,17 +1,16 @@
|
|
1
1
|
import Elysia from "elysia";
|
2
|
-
export declare const v3: Elysia<"/v3", {
|
2
|
+
export declare const v3: Elysia<"/v3", false, {
|
3
3
|
decorator: {};
|
4
4
|
store: {};
|
5
5
|
derive: {};
|
6
6
|
resolve: {};
|
7
7
|
}, {
|
8
|
-
|
9
|
-
|
8
|
+
type: {};
|
9
|
+
error: {};
|
10
10
|
}, {
|
11
11
|
schema: {};
|
12
12
|
macro: {};
|
13
13
|
macroFn: {};
|
14
|
-
parser: {};
|
15
14
|
}, {
|
16
15
|
v3: {
|
17
16
|
app: {
|
@@ -23,15 +22,6 @@ export declare const v3: Elysia<"/v3", {
|
|
23
22
|
response: {
|
24
23
|
[x: string]: any;
|
25
24
|
200: any;
|
26
|
-
422: {
|
27
|
-
type: "validation";
|
28
|
-
on: string;
|
29
|
-
summary?: string;
|
30
|
-
message?: string;
|
31
|
-
found?: unknown;
|
32
|
-
property?: string;
|
33
|
-
expected?: string;
|
34
|
-
};
|
35
25
|
};
|
36
26
|
};
|
37
27
|
};
|
@@ -50,15 +40,6 @@ export declare const v3: Elysia<"/v3", {
|
|
50
40
|
200: {
|
51
41
|
isBlacklisted: boolean;
|
52
42
|
};
|
53
|
-
422: {
|
54
|
-
type: "validation";
|
55
|
-
on: string;
|
56
|
-
summary?: string;
|
57
|
-
message?: string;
|
58
|
-
found?: unknown;
|
59
|
-
property?: string;
|
60
|
-
expected?: string;
|
61
|
-
};
|
62
43
|
};
|
63
44
|
};
|
64
45
|
};
|
@@ -77,15 +58,6 @@ export declare const v3: Elysia<"/v3", {
|
|
77
58
|
headers: unknown;
|
78
59
|
response: {
|
79
60
|
200: unknown;
|
80
|
-
422: {
|
81
|
-
type: "validation";
|
82
|
-
on: string;
|
83
|
-
summary?: string;
|
84
|
-
message?: string;
|
85
|
-
found?: unknown;
|
86
|
-
property?: string;
|
87
|
-
expected?: string;
|
88
|
-
};
|
89
61
|
};
|
90
62
|
};
|
91
63
|
};
|
@@ -103,15 +75,6 @@ export declare const v3: Elysia<"/v3", {
|
|
103
75
|
headers: unknown;
|
104
76
|
response: {
|
105
77
|
200: import("../../utils/queries/rewardsAmount").RewardsAmountQueryOutput;
|
106
|
-
422: {
|
107
|
-
type: "validation";
|
108
|
-
on: string;
|
109
|
-
summary?: string;
|
110
|
-
message?: string;
|
111
|
-
found?: unknown;
|
112
|
-
property?: string;
|
113
|
-
expected?: string;
|
114
|
-
};
|
115
78
|
};
|
116
79
|
};
|
117
80
|
};
|
@@ -133,15 +96,6 @@ export declare const v3: Elysia<"/v3", {
|
|
133
96
|
response: {
|
134
97
|
[x: string]: any;
|
135
98
|
200: any;
|
136
|
-
422: {
|
137
|
-
type: "validation";
|
138
|
-
on: string;
|
139
|
-
summary?: string;
|
140
|
-
message?: string;
|
141
|
-
found?: unknown;
|
142
|
-
property?: string;
|
143
|
-
expected?: string;
|
144
|
-
};
|
145
99
|
};
|
146
100
|
};
|
147
101
|
};
|
@@ -159,15 +113,6 @@ export declare const v3: Elysia<"/v3", {
|
|
159
113
|
headers: unknown;
|
160
114
|
response: {
|
161
115
|
200: import("../../types/returnTypes").CampaignsForMainParameterReturnType;
|
162
|
-
422: {
|
163
|
-
type: "validation";
|
164
|
-
on: string;
|
165
|
-
summary?: string;
|
166
|
-
message?: string;
|
167
|
-
found?: unknown;
|
168
|
-
property?: string;
|
169
|
-
expected?: string;
|
170
|
-
};
|
171
116
|
};
|
172
117
|
};
|
173
118
|
};
|
@@ -188,15 +133,6 @@ export declare const v3: Elysia<"/v3", {
|
|
188
133
|
} | {
|
189
134
|
error: string;
|
190
135
|
};
|
191
|
-
422: {
|
192
|
-
type: "validation";
|
193
|
-
on: string;
|
194
|
-
summary?: string;
|
195
|
-
message?: string;
|
196
|
-
found?: unknown;
|
197
|
-
property?: string;
|
198
|
-
expected?: string;
|
199
|
-
};
|
200
136
|
};
|
201
137
|
};
|
202
138
|
};
|
@@ -215,15 +151,6 @@ export declare const v3: Elysia<"/v3", {
|
|
215
151
|
headers: unknown;
|
216
152
|
response: {
|
217
153
|
200: any[];
|
218
|
-
422: {
|
219
|
-
type: "validation";
|
220
|
-
on: string;
|
221
|
-
summary?: string;
|
222
|
-
message?: string;
|
223
|
-
found?: unknown;
|
224
|
-
property?: string;
|
225
|
-
expected?: string;
|
226
|
-
};
|
227
154
|
};
|
228
155
|
};
|
229
156
|
};
|
@@ -243,15 +170,6 @@ export declare const v3: Elysia<"/v3", {
|
|
243
170
|
200: {
|
244
171
|
[x: string]: string;
|
245
172
|
};
|
246
|
-
422: {
|
247
|
-
type: "validation";
|
248
|
-
on: string;
|
249
|
-
summary?: string;
|
250
|
-
message?: string;
|
251
|
-
found?: unknown;
|
252
|
-
property?: string;
|
253
|
-
expected?: string;
|
254
|
-
};
|
255
173
|
};
|
256
174
|
};
|
257
175
|
};
|
@@ -271,15 +189,6 @@ export declare const v3: Elysia<"/v3", {
|
|
271
189
|
headers: unknown;
|
272
190
|
response: {
|
273
191
|
200: unknown;
|
274
|
-
422: {
|
275
|
-
type: "validation";
|
276
|
-
on: string;
|
277
|
-
summary?: string;
|
278
|
-
message?: string;
|
279
|
-
found?: unknown;
|
280
|
-
property?: string;
|
281
|
-
expected?: string;
|
282
|
-
};
|
283
192
|
};
|
284
193
|
};
|
285
194
|
};
|
@@ -303,15 +212,6 @@ export declare const v3: Elysia<"/v3", {
|
|
303
212
|
decimalsUnderlying: number;
|
304
213
|
}[];
|
305
214
|
};
|
306
|
-
422: {
|
307
|
-
type: "validation";
|
308
|
-
on: string;
|
309
|
-
summary?: string;
|
310
|
-
message?: string;
|
311
|
-
found?: unknown;
|
312
|
-
property?: string;
|
313
|
-
expected?: string;
|
314
|
-
};
|
315
215
|
};
|
316
216
|
};
|
317
217
|
};
|
@@ -334,15 +234,6 @@ export declare const v3: Elysia<"/v3", {
|
|
334
234
|
signed: boolean | undefined;
|
335
235
|
validRewardTokens: any;
|
336
236
|
};
|
337
|
-
422: {
|
338
|
-
type: "validation";
|
339
|
-
on: string;
|
340
|
-
summary?: string;
|
341
|
-
message?: string;
|
342
|
-
found?: unknown;
|
343
|
-
property?: string;
|
344
|
-
expected?: string;
|
345
|
-
};
|
346
237
|
};
|
347
238
|
};
|
348
239
|
};
|
@@ -358,15 +249,6 @@ export declare const v3: Elysia<"/v3", {
|
|
358
249
|
response: {
|
359
250
|
[x: string]: any;
|
360
251
|
200: any;
|
361
|
-
422: {
|
362
|
-
type: "validation";
|
363
|
-
on: string;
|
364
|
-
summary?: string;
|
365
|
-
message?: string;
|
366
|
-
found?: unknown;
|
367
|
-
property?: string;
|
368
|
-
expected?: string;
|
369
|
-
};
|
370
252
|
};
|
371
253
|
};
|
372
254
|
};
|
@@ -381,15 +263,6 @@ export declare const v3: Elysia<"/v3", {
|
|
381
263
|
headers: unknown;
|
382
264
|
response: {
|
383
265
|
200: import("../../libs/campaigns/utils/getEulerV2Vaults").EulerVaultType[];
|
384
|
-
422: {
|
385
|
-
type: "validation";
|
386
|
-
on: string;
|
387
|
-
summary?: string;
|
388
|
-
message?: string;
|
389
|
-
found?: unknown;
|
390
|
-
property?: string;
|
391
|
-
expected?: string;
|
392
|
-
};
|
393
266
|
};
|
394
267
|
};
|
395
268
|
};
|
@@ -410,15 +283,6 @@ export declare const v3: Elysia<"/v3", {
|
|
410
283
|
message: string;
|
411
284
|
name: string;
|
412
285
|
};
|
413
|
-
422: {
|
414
|
-
type: "validation";
|
415
|
-
on: string;
|
416
|
-
summary?: string;
|
417
|
-
message?: string;
|
418
|
-
found?: unknown;
|
419
|
-
property?: string;
|
420
|
-
expected?: string;
|
421
|
-
};
|
422
286
|
};
|
423
287
|
};
|
424
288
|
};
|
@@ -435,15 +299,6 @@ export declare const v3: Elysia<"/v3", {
|
|
435
299
|
200: {
|
436
300
|
success: boolean;
|
437
301
|
};
|
438
|
-
422: {
|
439
|
-
type: "validation";
|
440
|
-
on: string;
|
441
|
-
summary?: string;
|
442
|
-
message?: string;
|
443
|
-
found?: unknown;
|
444
|
-
property?: string;
|
445
|
-
expected?: string;
|
446
|
-
};
|
447
302
|
};
|
448
303
|
};
|
449
304
|
};
|
@@ -461,15 +316,6 @@ export declare const v3: Elysia<"/v3", {
|
|
461
316
|
response: {
|
462
317
|
[x: string]: any;
|
463
318
|
200: any;
|
464
|
-
422: {
|
465
|
-
type: "validation";
|
466
|
-
on: string;
|
467
|
-
summary?: string;
|
468
|
-
message?: string;
|
469
|
-
found?: unknown;
|
470
|
-
property?: string;
|
471
|
-
expected?: string;
|
472
|
-
};
|
473
319
|
};
|
474
320
|
};
|
475
321
|
};
|
@@ -503,15 +349,6 @@ export declare const v3: Elysia<"/v3", {
|
|
503
349
|
response: {
|
504
350
|
[x: string]: any;
|
505
351
|
200: any;
|
506
|
-
422: {
|
507
|
-
type: "validation";
|
508
|
-
on: string;
|
509
|
-
summary?: string;
|
510
|
-
message?: string;
|
511
|
-
found?: unknown;
|
512
|
-
property?: string;
|
513
|
-
expected?: string;
|
514
|
-
};
|
515
352
|
};
|
516
353
|
};
|
517
354
|
};
|
@@ -530,15 +367,6 @@ export declare const v3: Elysia<"/v3", {
|
|
530
367
|
response: {
|
531
368
|
[x: string]: any;
|
532
369
|
200: any;
|
533
|
-
422: {
|
534
|
-
type: "validation";
|
535
|
-
on: string;
|
536
|
-
summary?: string;
|
537
|
-
message?: string;
|
538
|
-
found?: unknown;
|
539
|
-
property?: string;
|
540
|
-
expected?: string;
|
541
|
-
};
|
542
370
|
};
|
543
371
|
};
|
544
372
|
};
|
@@ -558,15 +386,6 @@ export declare const v3: Elysia<"/v3", {
|
|
558
386
|
response: {
|
559
387
|
[x: string]: any;
|
560
388
|
200: any;
|
561
|
-
422: {
|
562
|
-
type: "validation";
|
563
|
-
on: string;
|
564
|
-
summary?: string;
|
565
|
-
message?: string;
|
566
|
-
found?: unknown;
|
567
|
-
property?: string;
|
568
|
-
expected?: string;
|
569
|
-
};
|
570
389
|
};
|
571
390
|
};
|
572
391
|
};
|
@@ -589,15 +408,6 @@ export declare const v3: Elysia<"/v3", {
|
|
589
408
|
headers: unknown;
|
590
409
|
response: {
|
591
410
|
200: {};
|
592
|
-
422: {
|
593
|
-
type: "validation";
|
594
|
-
on: string;
|
595
|
-
summary?: string;
|
596
|
-
message?: string;
|
597
|
-
found?: unknown;
|
598
|
-
property?: string;
|
599
|
-
expected?: string;
|
600
|
-
};
|
601
411
|
};
|
602
412
|
};
|
603
413
|
};
|
@@ -632,15 +442,6 @@ export declare const v3: Elysia<"/v3", {
|
|
632
442
|
}[];
|
633
443
|
};
|
634
444
|
};
|
635
|
-
422: {
|
636
|
-
type: "validation";
|
637
|
-
on: string;
|
638
|
-
summary?: string;
|
639
|
-
message?: string;
|
640
|
-
found?: unknown;
|
641
|
-
property?: string;
|
642
|
-
expected?: string;
|
643
|
-
};
|
644
445
|
};
|
645
446
|
};
|
646
447
|
};
|
@@ -662,15 +463,6 @@ export declare const v3: Elysia<"/v3", {
|
|
662
463
|
message: string;
|
663
464
|
name: string;
|
664
465
|
};
|
665
|
-
422: {
|
666
|
-
type: "validation";
|
667
|
-
on: string;
|
668
|
-
summary?: string;
|
669
|
-
message?: string;
|
670
|
-
found?: unknown;
|
671
|
-
property?: string;
|
672
|
-
expected?: string;
|
673
|
-
};
|
674
466
|
};
|
675
467
|
};
|
676
468
|
};
|
@@ -703,15 +495,6 @@ export declare const v3: Elysia<"/v3", {
|
|
703
495
|
message?: undefined;
|
704
496
|
name?: undefined;
|
705
497
|
};
|
706
|
-
422: {
|
707
|
-
type: "validation";
|
708
|
-
on: string;
|
709
|
-
summary?: string;
|
710
|
-
message?: string;
|
711
|
-
found?: unknown;
|
712
|
-
property?: string;
|
713
|
-
expected?: string;
|
714
|
-
};
|
715
498
|
};
|
716
499
|
};
|
717
500
|
};
|
@@ -730,15 +513,6 @@ export declare const v3: Elysia<"/v3", {
|
|
730
513
|
response: {
|
731
514
|
[x: string]: any;
|
732
515
|
200: any;
|
733
|
-
422: {
|
734
|
-
type: "validation";
|
735
|
-
on: string;
|
736
|
-
summary?: string;
|
737
|
-
message?: string;
|
738
|
-
found?: unknown;
|
739
|
-
property?: string;
|
740
|
-
expected?: string;
|
741
|
-
};
|
742
516
|
};
|
743
517
|
};
|
744
518
|
};
|
@@ -757,15 +531,6 @@ export declare const v3: Elysia<"/v3", {
|
|
757
531
|
response: {
|
758
532
|
[x: string]: any;
|
759
533
|
200: any;
|
760
|
-
422: {
|
761
|
-
type: "validation";
|
762
|
-
on: string;
|
763
|
-
summary?: string;
|
764
|
-
message?: string;
|
765
|
-
found?: unknown;
|
766
|
-
property?: string;
|
767
|
-
expected?: string;
|
768
|
-
};
|
769
534
|
};
|
770
535
|
};
|
771
536
|
};
|
@@ -784,15 +549,6 @@ export declare const v3: Elysia<"/v3", {
|
|
784
549
|
response: {
|
785
550
|
[x: string]: any;
|
786
551
|
200: any;
|
787
|
-
422: {
|
788
|
-
type: "validation";
|
789
|
-
on: string;
|
790
|
-
summary?: string;
|
791
|
-
message?: string;
|
792
|
-
found?: unknown;
|
793
|
-
property?: string;
|
794
|
-
expected?: string;
|
795
|
-
};
|
796
552
|
};
|
797
553
|
};
|
798
554
|
};
|
@@ -815,15 +571,6 @@ export declare const v3: Elysia<"/v3", {
|
|
815
571
|
rewardToken: string;
|
816
572
|
amount: string;
|
817
573
|
}[];
|
818
|
-
422: {
|
819
|
-
type: "validation";
|
820
|
-
on: string;
|
821
|
-
summary?: string;
|
822
|
-
message?: string;
|
823
|
-
found?: unknown;
|
824
|
-
property?: string;
|
825
|
-
expected?: string;
|
826
|
-
};
|
827
574
|
};
|
828
575
|
};
|
829
576
|
};
|
@@ -868,15 +615,6 @@ export declare const v3: Elysia<"/v3", {
|
|
868
615
|
};
|
869
616
|
};
|
870
617
|
};
|
871
|
-
422: {
|
872
|
-
type: "validation";
|
873
|
-
on: string;
|
874
|
-
summary?: string;
|
875
|
-
message?: string;
|
876
|
-
found?: unknown;
|
877
|
-
property?: string;
|
878
|
-
expected?: string;
|
879
|
-
};
|
880
618
|
};
|
881
619
|
};
|
882
620
|
};
|
@@ -902,15 +640,6 @@ export declare const v3: Elysia<"/v3", {
|
|
902
640
|
rewardToken: string;
|
903
641
|
amount: string;
|
904
642
|
}[];
|
905
|
-
422: {
|
906
|
-
type: "validation";
|
907
|
-
on: string;
|
908
|
-
summary?: string;
|
909
|
-
message?: string;
|
910
|
-
found?: unknown;
|
911
|
-
property?: string;
|
912
|
-
expected?: string;
|
913
|
-
};
|
914
643
|
};
|
915
644
|
};
|
916
645
|
};
|
@@ -929,15 +658,6 @@ export declare const v3: Elysia<"/v3", {
|
|
929
658
|
response: {
|
930
659
|
[x: string]: any;
|
931
660
|
200: any;
|
932
|
-
422: {
|
933
|
-
type: "validation";
|
934
|
-
on: string;
|
935
|
-
summary?: string;
|
936
|
-
message?: string;
|
937
|
-
found?: unknown;
|
938
|
-
property?: string;
|
939
|
-
expected?: string;
|
940
|
-
};
|
941
661
|
};
|
942
662
|
};
|
943
663
|
};
|
@@ -959,15 +679,6 @@ export declare const v3: Elysia<"/v3", {
|
|
959
679
|
symbol: string;
|
960
680
|
decimals: number;
|
961
681
|
};
|
962
|
-
422: {
|
963
|
-
type: "validation";
|
964
|
-
on: string;
|
965
|
-
summary?: string;
|
966
|
-
message?: string;
|
967
|
-
found?: unknown;
|
968
|
-
property?: string;
|
969
|
-
expected?: string;
|
970
|
-
};
|
971
682
|
};
|
972
683
|
};
|
973
684
|
};
|
@@ -987,15 +698,6 @@ export declare const v3: Elysia<"/v3", {
|
|
987
698
|
200: {
|
988
699
|
message: string;
|
989
700
|
};
|
990
|
-
422: {
|
991
|
-
type: "validation";
|
992
|
-
on: string;
|
993
|
-
summary?: string;
|
994
|
-
message?: string;
|
995
|
-
found?: unknown;
|
996
|
-
property?: string;
|
997
|
-
expected?: string;
|
998
|
-
};
|
999
701
|
};
|
1000
702
|
};
|
1001
703
|
};
|
@@ -1018,15 +720,6 @@ export declare const v3: Elysia<"/v3", {
|
|
1018
720
|
message?: string | undefined;
|
1019
721
|
error: string;
|
1020
722
|
};
|
1021
|
-
422: {
|
1022
|
-
type: "validation";
|
1023
|
-
on: string;
|
1024
|
-
summary?: string;
|
1025
|
-
message?: string;
|
1026
|
-
found?: unknown;
|
1027
|
-
property?: string;
|
1028
|
-
expected?: string;
|
1029
|
-
};
|
1030
723
|
};
|
1031
724
|
};
|
1032
725
|
};
|
@@ -1064,15 +757,6 @@ export declare const v3: Elysia<"/v3", {
|
|
1064
757
|
};
|
1065
758
|
};
|
1066
759
|
};
|
1067
|
-
422: {
|
1068
|
-
type: "validation";
|
1069
|
-
on: string;
|
1070
|
-
summary?: string;
|
1071
|
-
message?: string;
|
1072
|
-
found?: unknown;
|
1073
|
-
property?: string;
|
1074
|
-
expected?: string;
|
1075
|
-
};
|
1076
760
|
};
|
1077
761
|
};
|
1078
762
|
};
|
@@ -1091,15 +775,6 @@ export declare const v3: Elysia<"/v3", {
|
|
1091
775
|
[poolId: string]: UniswapV4PoolType;
|
1092
776
|
} | undefined;
|
1093
777
|
};
|
1094
|
-
422: {
|
1095
|
-
type: "validation";
|
1096
|
-
on: string;
|
1097
|
-
summary?: string;
|
1098
|
-
message?: string;
|
1099
|
-
found?: unknown;
|
1100
|
-
property?: string;
|
1101
|
-
expected?: string;
|
1102
|
-
};
|
1103
778
|
};
|
1104
779
|
};
|
1105
780
|
};
|
@@ -13,19 +13,18 @@ export declare const response: import("@sinclair/typebox").TArray<import("@sincl
|
|
13
13
|
symbol: import("@sinclair/typebox").TString;
|
14
14
|
}>>;
|
15
15
|
}>>;
|
16
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
16
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
17
17
|
decorator: {};
|
18
18
|
store: {};
|
19
19
|
derive: {};
|
20
20
|
resolve: {};
|
21
21
|
}, {
|
22
|
-
|
22
|
+
type: {};
|
23
23
|
error: {};
|
24
24
|
}, {
|
25
25
|
schema: {};
|
26
26
|
macro: {};
|
27
27
|
macroFn: {};
|
28
|
-
parser: {};
|
29
28
|
}, {
|
30
29
|
silo: {
|
31
30
|
get: {
|
@@ -39,15 +38,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
39
38
|
response: {
|
40
39
|
[x: string]: any;
|
41
40
|
200: any;
|
42
|
-
422: {
|
43
|
-
type: "validation";
|
44
|
-
on: string;
|
45
|
-
summary?: string;
|
46
|
-
message?: string;
|
47
|
-
found?: unknown;
|
48
|
-
property?: string;
|
49
|
-
expected?: string;
|
50
|
-
};
|
51
41
|
};
|
52
42
|
};
|
53
43
|
};
|
@@ -8,19 +8,18 @@ export declare const response: import("@sinclair/typebox").TObject<{
|
|
8
8
|
symbol: import("@sinclair/typebox").TString;
|
9
9
|
decimals: import("@sinclair/typebox").TNumber;
|
10
10
|
}>;
|
11
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
11
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
12
12
|
decorator: {};
|
13
13
|
store: {};
|
14
14
|
derive: {};
|
15
15
|
resolve: {};
|
16
16
|
}, {
|
17
|
+
type: {};
|
17
18
|
error: {};
|
18
|
-
typebox: import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>;
|
19
19
|
}, {
|
20
20
|
schema: {};
|
21
21
|
macro: {};
|
22
22
|
macroFn: {};
|
23
|
-
parser: {};
|
24
23
|
}, {
|
25
24
|
token: {
|
26
25
|
get: {
|
@@ -37,15 +36,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
37
36
|
symbol: string;
|
38
37
|
decimals: number;
|
39
38
|
};
|
40
|
-
422: {
|
41
|
-
type: "validation";
|
42
|
-
on: string;
|
43
|
-
summary?: string;
|
44
|
-
message?: string;
|
45
|
-
found?: unknown;
|
46
|
-
property?: string;
|
47
|
-
expected?: string;
|
48
|
-
};
|
49
39
|
};
|
50
40
|
};
|
51
41
|
};
|