@merkl/api 1.8.26 → 1.8.28
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 +101 -0
- 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/index.d.ts +490 -116
- package/dist/src/modules/v4/accounting/accounting.controller.d.ts +18 -6
- package/dist/src/modules/v4/apr/apr.controller.d.ts +3 -1
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +62 -22
- 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/campaign/campaign.test.controller.d.ts +24 -8
- package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +36 -16
- package/dist/src/modules/v4/campaignToProcess/campaignToProcess.controller.d.ts +24 -8
- package/dist/src/modules/v4/carousel/carousel.controller.d.ts +10 -13
- package/dist/src/modules/v4/chain/chain.repository.d.ts +3 -6
- package/dist/src/modules/v4/chain/chain.repository.js.map +1 -1
- package/dist/src/modules/v4/clamm/clamm.controller.d.ts +3 -1
- package/dist/src/modules/v4/dispute/dispute.controller.d.ts +6 -2
- package/dist/src/modules/v4/enum/enum.controller.d.ts +158 -0
- package/dist/src/modules/v4/enum/enum.controller.js.map +1 -0
- package/dist/src/modules/v4/enum/enum.model.d.ts +91 -0
- package/dist/src/modules/v4/enum/enum.model.js.map +1 -0
- package/dist/src/modules/v4/enum/enum.service.d.ts +28 -0
- package/dist/src/modules/v4/enum/enum.service.js.map +1 -0
- package/dist/src/modules/v4/euler/euler.controller.d.ts +3 -1
- package/dist/src/modules/v4/indexingRange/indexingRange.controller.d.ts +6 -2
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +5 -10
- package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +22 -22
- package/dist/src/modules/v4/override/override.controller.d.ts +12 -4
- package/dist/src/modules/v4/payload/payload.controller.d.ts +15 -5
- package/dist/src/modules/v4/priceSource/priceSource.controller.d.ts +15 -5
- package/dist/src/modules/v4/priceSource/priceSource.repository.d.ts +3 -1
- package/dist/src/modules/v4/priceSource/priceSource.repository.js.map +1 -1
- package/dist/src/modules/v4/priceSource/priceSource.service.d.ts +4 -1
- package/dist/src/modules/v4/priceSource/priceSource.service.js.map +1 -1
- package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +3 -0
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.repository.js.map +1 -1
- package/dist/src/modules/v4/protocol/protocol.controller.d.ts +30 -16
- package/dist/src/modules/v4/reward/reward.controller.d.ts +33 -23
- package/dist/src/modules/v4/router.d.ts +463 -114
- package/dist/src/modules/v4/router.js.map +1 -1
- package/dist/src/modules/v4/template/template.controller.d.ts +7 -10
- package/dist/src/modules/v4/token/token.controller.d.ts +27 -9
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +12 -4
- package/dist/src/modules/v4/user/user.controller.d.ts +8 -11
- package/dist/src/routes/v1/allowances.d.ts +12 -0
- package/dist/src/routes/v1/balances.d.ts +12 -0
- package/dist/src/routes/v1/router.d.ts +18 -0
- package/dist/src/routes/v2/router.d.ts +6 -0
- package/dist/src/routes/v3/blacklist.d.ts +6 -0
- package/dist/src/routes/v3/campaignClaims.d.ts +6 -0
- package/dist/src/routes/v3/campaignUnclaimed.d.ts +6 -0
- package/dist/src/routes/v3/campaignsForMainParameter.d.ts +6 -0
- package/dist/src/routes/v3/claims.d.ts +6 -0
- package/dist/src/routes/v3/createCampaign.d.ts +12 -0
- package/dist/src/routes/v3/euler.d.ts +3 -1
- package/dist/src/routes/v3/fetch.d.ts +6 -0
- package/dist/src/routes/v3/lostyield.d.ts +6 -0
- package/dist/src/routes/v3/merkl.d.ts +6 -0
- package/dist/src/routes/v3/overview.d.ts +6 -0
- package/dist/src/routes/v3/payload.d.ts +6 -0
- package/dist/src/routes/v3/poolInfo.d.ts +6 -0
- package/dist/src/routes/v3/recipients.d.ts +6 -0
- package/dist/src/routes/v3/rewards.d.ts +6 -0
- package/dist/src/routes/v3/rewardsReport.d.ts +6 -0
- package/dist/src/routes/v3/router.d.ts +27 -1
- package/dist/src/routes/v3/token.d.ts +12 -0
- package/dist/src/routes/v3/userRewards.d.ts +12 -0
- package/dist/src/utils/getAPR.d.ts +724 -724
- package/dist/src/utils/parseDistributionType.d.ts +724 -724
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/src/index.d.ts
CHANGED
|
@@ -12,6 +12,12 @@ declare const app: Elysia<"", {
|
|
|
12
12
|
};
|
|
13
13
|
resolve: {};
|
|
14
14
|
}, {
|
|
15
|
+
typebox: {};
|
|
16
|
+
error: {};
|
|
17
|
+
} & {
|
|
18
|
+
typebox: {};
|
|
19
|
+
error: {};
|
|
20
|
+
} & {
|
|
15
21
|
typebox: {};
|
|
16
22
|
error: {
|
|
17
23
|
readonly HttpError: import("./errors/HttpError").HttpError;
|
|
@@ -23,6 +29,12 @@ declare const app: Elysia<"", {
|
|
|
23
29
|
readonly NotFoundError: import("./errors/NotFound.error").NotFoundError;
|
|
24
30
|
readonly UnauthorizedError: import("./errors/Unauthorized.error").UnauthorizedError;
|
|
25
31
|
};
|
|
32
|
+
} & {
|
|
33
|
+
typebox: {};
|
|
34
|
+
error: {};
|
|
35
|
+
} & {
|
|
36
|
+
typebox: {};
|
|
37
|
+
error: {};
|
|
26
38
|
}, {
|
|
27
39
|
schema: {};
|
|
28
40
|
standaloneSchema: {};
|
|
@@ -30,6 +42,27 @@ declare const app: Elysia<"", {
|
|
|
30
42
|
macroFn: {};
|
|
31
43
|
parser: {};
|
|
32
44
|
response: {};
|
|
45
|
+
} & {
|
|
46
|
+
schema: {};
|
|
47
|
+
standaloneSchema: {};
|
|
48
|
+
macro: {};
|
|
49
|
+
macroFn: {};
|
|
50
|
+
parser: {};
|
|
51
|
+
response: {};
|
|
52
|
+
} & {
|
|
53
|
+
schema: {};
|
|
54
|
+
standaloneSchema: {};
|
|
55
|
+
macro: {};
|
|
56
|
+
macroFn: {};
|
|
57
|
+
parser: {};
|
|
58
|
+
response: {};
|
|
59
|
+
} & {
|
|
60
|
+
schema: {};
|
|
61
|
+
standaloneSchema: {};
|
|
62
|
+
macro: {};
|
|
63
|
+
macroFn: {};
|
|
64
|
+
parser: {};
|
|
65
|
+
response: {};
|
|
33
66
|
}, {
|
|
34
67
|
v4: {};
|
|
35
68
|
} & {
|
|
@@ -69,7 +102,9 @@ declare const app: Elysia<"", {
|
|
|
69
102
|
};
|
|
70
103
|
};
|
|
71
104
|
};
|
|
72
|
-
}
|
|
105
|
+
};
|
|
106
|
+
} & {
|
|
107
|
+
accounting: {
|
|
73
108
|
revenues: {
|
|
74
109
|
get: {
|
|
75
110
|
body: unknown;
|
|
@@ -100,7 +135,9 @@ declare const app: Elysia<"", {
|
|
|
100
135
|
};
|
|
101
136
|
};
|
|
102
137
|
};
|
|
103
|
-
}
|
|
138
|
+
};
|
|
139
|
+
} & {
|
|
140
|
+
accounting: {
|
|
104
141
|
revenues: {
|
|
105
142
|
"per-month": {
|
|
106
143
|
":year": {
|
|
@@ -142,7 +179,9 @@ declare const app: Elysia<"", {
|
|
|
142
179
|
};
|
|
143
180
|
};
|
|
144
181
|
};
|
|
145
|
-
}
|
|
182
|
+
};
|
|
183
|
+
} & {
|
|
184
|
+
accounting: {
|
|
146
185
|
revenues: {
|
|
147
186
|
chains: {
|
|
148
187
|
":chainId": {
|
|
@@ -173,7 +212,9 @@ declare const app: Elysia<"", {
|
|
|
173
212
|
};
|
|
174
213
|
};
|
|
175
214
|
};
|
|
176
|
-
}
|
|
215
|
+
};
|
|
216
|
+
} & {
|
|
217
|
+
accounting: {
|
|
177
218
|
revenues: {
|
|
178
219
|
chains: {
|
|
179
220
|
":chainId": {
|
|
@@ -214,7 +255,9 @@ declare const app: Elysia<"", {
|
|
|
214
255
|
};
|
|
215
256
|
};
|
|
216
257
|
};
|
|
217
|
-
}
|
|
258
|
+
};
|
|
259
|
+
} & {
|
|
260
|
+
accounting: {
|
|
218
261
|
tokens: {
|
|
219
262
|
":chainId": {
|
|
220
263
|
":tokenAddress": {
|
|
@@ -247,7 +290,9 @@ declare const app: Elysia<"", {
|
|
|
247
290
|
};
|
|
248
291
|
};
|
|
249
292
|
};
|
|
250
|
-
}
|
|
293
|
+
};
|
|
294
|
+
} & {
|
|
295
|
+
accounting: {
|
|
251
296
|
tokens: {
|
|
252
297
|
":chainId": {
|
|
253
298
|
":tokenAddress": {
|
|
@@ -369,7 +414,9 @@ declare const app: Elysia<"", {
|
|
|
369
414
|
};
|
|
370
415
|
};
|
|
371
416
|
};
|
|
372
|
-
}
|
|
417
|
+
};
|
|
418
|
+
} & {
|
|
419
|
+
apr: {
|
|
373
420
|
native: {
|
|
374
421
|
":builderKey": {
|
|
375
422
|
get: {
|
|
@@ -810,7 +857,9 @@ declare const app: Elysia<"", {
|
|
|
810
857
|
};
|
|
811
858
|
};
|
|
812
859
|
};
|
|
813
|
-
}
|
|
860
|
+
};
|
|
861
|
+
} & {
|
|
862
|
+
campaigns: {
|
|
814
863
|
":id": {
|
|
815
864
|
get: {
|
|
816
865
|
body: unknown;
|
|
@@ -1072,7 +1121,9 @@ declare const app: Elysia<"", {
|
|
|
1072
1121
|
};
|
|
1073
1122
|
};
|
|
1074
1123
|
};
|
|
1075
|
-
}
|
|
1124
|
+
};
|
|
1125
|
+
} & {
|
|
1126
|
+
campaigns: {
|
|
1076
1127
|
"generate-payload": {
|
|
1077
1128
|
post: {
|
|
1078
1129
|
body: {
|
|
@@ -1104,7 +1155,9 @@ declare const app: Elysia<"", {
|
|
|
1104
1155
|
};
|
|
1105
1156
|
};
|
|
1106
1157
|
};
|
|
1107
|
-
}
|
|
1158
|
+
};
|
|
1159
|
+
} & {
|
|
1160
|
+
campaigns: {
|
|
1108
1161
|
"simulate-payload": {
|
|
1109
1162
|
post: {
|
|
1110
1163
|
body: {
|
|
@@ -1136,7 +1189,9 @@ declare const app: Elysia<"", {
|
|
|
1136
1189
|
};
|
|
1137
1190
|
};
|
|
1138
1191
|
};
|
|
1139
|
-
}
|
|
1192
|
+
};
|
|
1193
|
+
} & {
|
|
1194
|
+
campaigns: {
|
|
1140
1195
|
":id": {
|
|
1141
1196
|
metrics: {
|
|
1142
1197
|
get: {
|
|
@@ -1192,7 +1247,9 @@ declare const app: Elysia<"", {
|
|
|
1192
1247
|
};
|
|
1193
1248
|
};
|
|
1194
1249
|
};
|
|
1195
|
-
}
|
|
1250
|
+
};
|
|
1251
|
+
} & {
|
|
1252
|
+
campaigns: {
|
|
1196
1253
|
":id": {
|
|
1197
1254
|
linked: {
|
|
1198
1255
|
get: {
|
|
@@ -1686,7 +1743,9 @@ declare const app: Elysia<"", {
|
|
|
1686
1743
|
};
|
|
1687
1744
|
};
|
|
1688
1745
|
};
|
|
1689
|
-
}
|
|
1746
|
+
};
|
|
1747
|
+
} & {
|
|
1748
|
+
campaigns: {
|
|
1690
1749
|
"campaigns-to-process": {
|
|
1691
1750
|
engine: {
|
|
1692
1751
|
post: {
|
|
@@ -1715,7 +1774,9 @@ declare const app: Elysia<"", {
|
|
|
1715
1774
|
};
|
|
1716
1775
|
};
|
|
1717
1776
|
};
|
|
1718
|
-
}
|
|
1777
|
+
};
|
|
1778
|
+
} & {
|
|
1779
|
+
campaigns: {
|
|
1719
1780
|
"campaigns-to-process": {
|
|
1720
1781
|
get: {
|
|
1721
1782
|
body: unknown;
|
|
@@ -1755,7 +1816,9 @@ declare const app: Elysia<"", {
|
|
|
1755
1816
|
};
|
|
1756
1817
|
};
|
|
1757
1818
|
};
|
|
1758
|
-
}
|
|
1819
|
+
};
|
|
1820
|
+
} & {
|
|
1821
|
+
campaigns: {
|
|
1759
1822
|
"campaigns-to-process": {
|
|
1760
1823
|
count: {
|
|
1761
1824
|
get: {
|
|
@@ -1780,7 +1843,9 @@ declare const app: Elysia<"", {
|
|
|
1780
1843
|
};
|
|
1781
1844
|
};
|
|
1782
1845
|
};
|
|
1783
|
-
}
|
|
1846
|
+
};
|
|
1847
|
+
} & {
|
|
1848
|
+
campaigns: {
|
|
1784
1849
|
"campaigns-to-process": {
|
|
1785
1850
|
next: {
|
|
1786
1851
|
get: {
|
|
@@ -1807,7 +1872,9 @@ declare const app: Elysia<"", {
|
|
|
1807
1872
|
};
|
|
1808
1873
|
};
|
|
1809
1874
|
};
|
|
1810
|
-
}
|
|
1875
|
+
};
|
|
1876
|
+
} & {
|
|
1877
|
+
campaigns: {
|
|
1811
1878
|
tx: {
|
|
1812
1879
|
get: {
|
|
1813
1880
|
body: unknown;
|
|
@@ -1831,7 +1898,9 @@ declare const app: Elysia<"", {
|
|
|
1831
1898
|
};
|
|
1832
1899
|
};
|
|
1833
1900
|
};
|
|
1834
|
-
}
|
|
1901
|
+
};
|
|
1902
|
+
} & {
|
|
1903
|
+
campaigns: {
|
|
1835
1904
|
get: {
|
|
1836
1905
|
body: unknown;
|
|
1837
1906
|
params: {};
|
|
@@ -2122,7 +2191,9 @@ declare const app: Elysia<"", {
|
|
|
2122
2191
|
};
|
|
2123
2192
|
};
|
|
2124
2193
|
};
|
|
2125
|
-
}
|
|
2194
|
+
};
|
|
2195
|
+
} & {
|
|
2196
|
+
campaigns: {
|
|
2126
2197
|
count: {
|
|
2127
2198
|
get: {
|
|
2128
2199
|
body: unknown;
|
|
@@ -2176,7 +2247,9 @@ declare const app: Elysia<"", {
|
|
|
2176
2247
|
};
|
|
2177
2248
|
};
|
|
2178
2249
|
};
|
|
2179
|
-
}
|
|
2250
|
+
};
|
|
2251
|
+
} & {
|
|
2252
|
+
campaigns: {
|
|
2180
2253
|
count: {
|
|
2181
2254
|
"by-chains": {
|
|
2182
2255
|
get: {
|
|
@@ -2236,7 +2309,9 @@ declare const app: Elysia<"", {
|
|
|
2236
2309
|
};
|
|
2237
2310
|
};
|
|
2238
2311
|
};
|
|
2239
|
-
}
|
|
2312
|
+
};
|
|
2313
|
+
} & {
|
|
2314
|
+
campaigns: {
|
|
2240
2315
|
count: {
|
|
2241
2316
|
"by-types": {
|
|
2242
2317
|
get: {
|
|
@@ -2296,7 +2371,9 @@ declare const app: Elysia<"", {
|
|
|
2296
2371
|
};
|
|
2297
2372
|
};
|
|
2298
2373
|
};
|
|
2299
|
-
}
|
|
2374
|
+
};
|
|
2375
|
+
} & {
|
|
2376
|
+
campaigns: {
|
|
2300
2377
|
count: {
|
|
2301
2378
|
"by-protocols": {
|
|
2302
2379
|
get: {
|
|
@@ -2356,7 +2433,9 @@ declare const app: Elysia<"", {
|
|
|
2356
2433
|
};
|
|
2357
2434
|
};
|
|
2358
2435
|
};
|
|
2359
|
-
}
|
|
2436
|
+
};
|
|
2437
|
+
} & {
|
|
2438
|
+
campaigns: {
|
|
2360
2439
|
opportunity: {
|
|
2361
2440
|
patch: {
|
|
2362
2441
|
body: {
|
|
@@ -2383,7 +2462,9 @@ declare const app: Elysia<"", {
|
|
|
2383
2462
|
};
|
|
2384
2463
|
};
|
|
2385
2464
|
};
|
|
2386
|
-
}
|
|
2465
|
+
};
|
|
2466
|
+
} & {
|
|
2467
|
+
campaigns: {
|
|
2387
2468
|
creator: {
|
|
2388
2469
|
patch: {
|
|
2389
2470
|
body: {
|
|
@@ -2409,7 +2490,9 @@ declare const app: Elysia<"", {
|
|
|
2409
2490
|
};
|
|
2410
2491
|
};
|
|
2411
2492
|
};
|
|
2412
|
-
}
|
|
2493
|
+
};
|
|
2494
|
+
} & {
|
|
2495
|
+
campaigns: {
|
|
2413
2496
|
"remove-override": {
|
|
2414
2497
|
patch: {
|
|
2415
2498
|
body: {
|
|
@@ -2435,7 +2518,9 @@ declare const app: Elysia<"", {
|
|
|
2435
2518
|
};
|
|
2436
2519
|
};
|
|
2437
2520
|
};
|
|
2438
|
-
}
|
|
2521
|
+
};
|
|
2522
|
+
} & {
|
|
2523
|
+
campaigns: {
|
|
2439
2524
|
":id": {
|
|
2440
2525
|
patch: {
|
|
2441
2526
|
body: {
|
|
@@ -2444,7 +2529,7 @@ declare const app: Elysia<"", {
|
|
|
2444
2529
|
};
|
|
2445
2530
|
params: {
|
|
2446
2531
|
id: string;
|
|
2447
|
-
};
|
|
2532
|
+
} & {};
|
|
2448
2533
|
query: {
|
|
2449
2534
|
applyToAllCampaignsInOpportunity?: boolean | undefined;
|
|
2450
2535
|
};
|
|
@@ -2551,14 +2636,16 @@ declare const app: Elysia<"", {
|
|
|
2551
2636
|
};
|
|
2552
2637
|
};
|
|
2553
2638
|
};
|
|
2554
|
-
}
|
|
2639
|
+
};
|
|
2640
|
+
} & {
|
|
2641
|
+
campaigns: {
|
|
2555
2642
|
tvls: {
|
|
2556
2643
|
":opportunityId": {
|
|
2557
2644
|
put: {
|
|
2558
2645
|
body: unknown;
|
|
2559
2646
|
params: {
|
|
2560
2647
|
opportunityId: string;
|
|
2561
|
-
};
|
|
2648
|
+
} & {};
|
|
2562
2649
|
query: unknown;
|
|
2563
2650
|
headers: {
|
|
2564
2651
|
authorization: string;
|
|
@@ -2708,7 +2795,7 @@ declare const app: Elysia<"", {
|
|
|
2708
2795
|
};
|
|
2709
2796
|
params: {
|
|
2710
2797
|
campaignId: string;
|
|
2711
|
-
};
|
|
2798
|
+
} & {};
|
|
2712
2799
|
query: unknown;
|
|
2713
2800
|
headers: {
|
|
2714
2801
|
authorization: string;
|
|
@@ -2730,7 +2817,9 @@ declare const app: Elysia<"", {
|
|
|
2730
2817
|
};
|
|
2731
2818
|
};
|
|
2732
2819
|
};
|
|
2733
|
-
}
|
|
2820
|
+
};
|
|
2821
|
+
} & {
|
|
2822
|
+
"campaign-status": {
|
|
2734
2823
|
engine: {
|
|
2735
2824
|
computedUntil: {
|
|
2736
2825
|
":campaignId": {
|
|
@@ -2740,7 +2829,7 @@ declare const app: Elysia<"", {
|
|
|
2740
2829
|
};
|
|
2741
2830
|
params: {
|
|
2742
2831
|
campaignId: string;
|
|
2743
|
-
};
|
|
2832
|
+
} & {};
|
|
2744
2833
|
query: unknown;
|
|
2745
2834
|
headers: {
|
|
2746
2835
|
authorization: string;
|
|
@@ -2760,7 +2849,9 @@ declare const app: Elysia<"", {
|
|
|
2760
2849
|
};
|
|
2761
2850
|
};
|
|
2762
2851
|
};
|
|
2763
|
-
}
|
|
2852
|
+
};
|
|
2853
|
+
} & {
|
|
2854
|
+
"campaign-status": {
|
|
2764
2855
|
error: {
|
|
2765
2856
|
":campaignId": {
|
|
2766
2857
|
put: {
|
|
@@ -2769,7 +2860,7 @@ declare const app: Elysia<"", {
|
|
|
2769
2860
|
};
|
|
2770
2861
|
params: {
|
|
2771
2862
|
campaignId: string;
|
|
2772
|
-
};
|
|
2863
|
+
} & {};
|
|
2773
2864
|
query: unknown;
|
|
2774
2865
|
headers: {
|
|
2775
2866
|
authorization: string;
|
|
@@ -2788,14 +2879,16 @@ declare const app: Elysia<"", {
|
|
|
2788
2879
|
};
|
|
2789
2880
|
};
|
|
2790
2881
|
};
|
|
2791
|
-
}
|
|
2882
|
+
};
|
|
2883
|
+
} & {
|
|
2884
|
+
"campaign-status": {
|
|
2792
2885
|
error: {
|
|
2793
2886
|
":campaignId": {
|
|
2794
2887
|
delete: {
|
|
2795
2888
|
body: unknown;
|
|
2796
2889
|
params: {
|
|
2797
2890
|
campaignId: string;
|
|
2798
|
-
};
|
|
2891
|
+
} & {};
|
|
2799
2892
|
query: unknown;
|
|
2800
2893
|
headers: {
|
|
2801
2894
|
authorization: string;
|
|
@@ -2814,7 +2907,9 @@ declare const app: Elysia<"", {
|
|
|
2814
2907
|
};
|
|
2815
2908
|
};
|
|
2816
2909
|
};
|
|
2817
|
-
}
|
|
2910
|
+
};
|
|
2911
|
+
} & {
|
|
2912
|
+
"campaign-status": {
|
|
2818
2913
|
engine: {
|
|
2819
2914
|
overlaps: {
|
|
2820
2915
|
get: {
|
|
@@ -2842,7 +2937,9 @@ declare const app: Elysia<"", {
|
|
|
2842
2937
|
};
|
|
2843
2938
|
};
|
|
2844
2939
|
};
|
|
2845
|
-
}
|
|
2940
|
+
};
|
|
2941
|
+
} & {
|
|
2942
|
+
"campaign-status": {
|
|
2846
2943
|
engine: {
|
|
2847
2944
|
precompute: {
|
|
2848
2945
|
lock: {
|
|
@@ -2851,7 +2948,7 @@ declare const app: Elysia<"", {
|
|
|
2851
2948
|
body: unknown;
|
|
2852
2949
|
params: {
|
|
2853
2950
|
campaignId: string;
|
|
2854
|
-
};
|
|
2951
|
+
} & {};
|
|
2855
2952
|
query: unknown;
|
|
2856
2953
|
headers: {
|
|
2857
2954
|
authorization: string;
|
|
@@ -2882,7 +2979,9 @@ declare const app: Elysia<"", {
|
|
|
2882
2979
|
};
|
|
2883
2980
|
};
|
|
2884
2981
|
};
|
|
2885
|
-
}
|
|
2982
|
+
};
|
|
2983
|
+
} & {
|
|
2984
|
+
"campaign-status": {
|
|
2886
2985
|
engine: {
|
|
2887
2986
|
precompute: {
|
|
2888
2987
|
unlock: {
|
|
@@ -2925,7 +3024,9 @@ declare const app: Elysia<"", {
|
|
|
2925
3024
|
};
|
|
2926
3025
|
};
|
|
2927
3026
|
};
|
|
2928
|
-
}
|
|
3027
|
+
};
|
|
3028
|
+
} & {
|
|
3029
|
+
"campaign-status": {
|
|
2929
3030
|
get: {
|
|
2930
3031
|
body: unknown;
|
|
2931
3032
|
params: {};
|
|
@@ -2958,13 +3059,15 @@ declare const app: Elysia<"", {
|
|
|
2958
3059
|
};
|
|
2959
3060
|
};
|
|
2960
3061
|
};
|
|
2961
|
-
}
|
|
3062
|
+
};
|
|
3063
|
+
} & {
|
|
3064
|
+
"campaign-status": {
|
|
2962
3065
|
":campaignId": {
|
|
2963
3066
|
get: {
|
|
2964
3067
|
body: unknown;
|
|
2965
3068
|
params: {
|
|
2966
3069
|
campaignId: string;
|
|
2967
|
-
};
|
|
3070
|
+
} & {};
|
|
2968
3071
|
query: unknown;
|
|
2969
3072
|
headers: unknown;
|
|
2970
3073
|
response: {
|
|
@@ -2999,7 +3102,9 @@ declare const app: Elysia<"", {
|
|
|
2999
3102
|
};
|
|
3000
3103
|
};
|
|
3001
3104
|
};
|
|
3002
|
-
}
|
|
3105
|
+
};
|
|
3106
|
+
} & {
|
|
3107
|
+
"campaign-status": {
|
|
3003
3108
|
delay: {
|
|
3004
3109
|
get: {
|
|
3005
3110
|
body: unknown;
|
|
@@ -3064,7 +3169,9 @@ declare const app: Elysia<"", {
|
|
|
3064
3169
|
};
|
|
3065
3170
|
};
|
|
3066
3171
|
};
|
|
3067
|
-
}
|
|
3172
|
+
};
|
|
3173
|
+
} & {
|
|
3174
|
+
"campaign-status": {
|
|
3068
3175
|
delay: {
|
|
3069
3176
|
status: {
|
|
3070
3177
|
get: {
|
|
@@ -3456,7 +3563,9 @@ declare const app: Elysia<"", {
|
|
|
3456
3563
|
};
|
|
3457
3564
|
};
|
|
3458
3565
|
};
|
|
3459
|
-
}
|
|
3566
|
+
};
|
|
3567
|
+
} & {
|
|
3568
|
+
campaigns: {
|
|
3460
3569
|
"dry-run": {
|
|
3461
3570
|
tvl: {
|
|
3462
3571
|
campaign: {
|
|
@@ -3595,7 +3704,9 @@ declare const app: Elysia<"", {
|
|
|
3595
3704
|
};
|
|
3596
3705
|
};
|
|
3597
3706
|
};
|
|
3598
|
-
}
|
|
3707
|
+
};
|
|
3708
|
+
} & {
|
|
3709
|
+
campaigns: {
|
|
3599
3710
|
"dry-run": {
|
|
3600
3711
|
tvl: {
|
|
3601
3712
|
opportunity: {
|
|
@@ -3734,7 +3845,9 @@ declare const app: Elysia<"", {
|
|
|
3734
3845
|
};
|
|
3735
3846
|
};
|
|
3736
3847
|
};
|
|
3737
|
-
}
|
|
3848
|
+
};
|
|
3849
|
+
} & {
|
|
3850
|
+
campaigns: {
|
|
3738
3851
|
"dry-run": {
|
|
3739
3852
|
tvl: {
|
|
3740
3853
|
erc20: {
|
|
@@ -3872,7 +3985,9 @@ declare const app: Elysia<"", {
|
|
|
3872
3985
|
};
|
|
3873
3986
|
};
|
|
3874
3987
|
};
|
|
3875
|
-
}
|
|
3988
|
+
};
|
|
3989
|
+
} & {
|
|
3990
|
+
campaigns: {
|
|
3876
3991
|
"dry-run": {
|
|
3877
3992
|
tvl: {
|
|
3878
3993
|
list: {
|
|
@@ -4007,7 +4122,9 @@ declare const app: Elysia<"", {
|
|
|
4007
4122
|
};
|
|
4008
4123
|
};
|
|
4009
4124
|
};
|
|
4010
|
-
}
|
|
4125
|
+
};
|
|
4126
|
+
} & {
|
|
4127
|
+
campaigns: {
|
|
4011
4128
|
"dry-run": {
|
|
4012
4129
|
"register-overrides": {
|
|
4013
4130
|
":id": {
|
|
@@ -4040,7 +4157,9 @@ declare const app: Elysia<"", {
|
|
|
4040
4157
|
};
|
|
4041
4158
|
};
|
|
4042
4159
|
};
|
|
4043
|
-
}
|
|
4160
|
+
};
|
|
4161
|
+
} & {
|
|
4162
|
+
campaigns: {
|
|
4044
4163
|
"dry-run": {
|
|
4045
4164
|
metadata: {
|
|
4046
4165
|
opportunity: {
|
|
@@ -4296,7 +4415,9 @@ declare const app: Elysia<"", {
|
|
|
4296
4415
|
};
|
|
4297
4416
|
};
|
|
4298
4417
|
};
|
|
4299
|
-
}
|
|
4418
|
+
};
|
|
4419
|
+
} & {
|
|
4420
|
+
campaigns: {
|
|
4300
4421
|
"dry-run": {
|
|
4301
4422
|
metadata: {
|
|
4302
4423
|
get: {
|
|
@@ -4549,7 +4670,9 @@ declare const app: Elysia<"", {
|
|
|
4549
4670
|
};
|
|
4550
4671
|
};
|
|
4551
4672
|
};
|
|
4552
|
-
}
|
|
4673
|
+
};
|
|
4674
|
+
} & {
|
|
4675
|
+
campaigns: {
|
|
4553
4676
|
"dry-run": {
|
|
4554
4677
|
metadata: {
|
|
4555
4678
|
erc20: {
|
|
@@ -4848,7 +4971,9 @@ declare const app: Elysia<"", {
|
|
|
4848
4971
|
};
|
|
4849
4972
|
};
|
|
4850
4973
|
};
|
|
4851
|
-
}
|
|
4974
|
+
};
|
|
4975
|
+
} & {
|
|
4976
|
+
"campaigns-to-process": {
|
|
4852
4977
|
workflow: {
|
|
4853
4978
|
indexed: {
|
|
4854
4979
|
":chainId": {
|
|
@@ -4882,7 +5007,9 @@ declare const app: Elysia<"", {
|
|
|
4882
5007
|
};
|
|
4883
5008
|
};
|
|
4884
5009
|
};
|
|
4885
|
-
}
|
|
5010
|
+
};
|
|
5011
|
+
} & {
|
|
5012
|
+
"campaigns-to-process": {
|
|
4886
5013
|
workflow: {
|
|
4887
5014
|
precompute: {
|
|
4888
5015
|
":chainId": {
|
|
@@ -4916,7 +5043,9 @@ declare const app: Elysia<"", {
|
|
|
4916
5043
|
};
|
|
4917
5044
|
};
|
|
4918
5045
|
};
|
|
4919
|
-
}
|
|
5046
|
+
};
|
|
5047
|
+
} & {
|
|
5048
|
+
"campaigns-to-process": {
|
|
4920
5049
|
workflow: {
|
|
4921
5050
|
":chainId": {
|
|
4922
5051
|
get: {
|
|
@@ -4948,7 +5077,9 @@ declare const app: Elysia<"", {
|
|
|
4948
5077
|
};
|
|
4949
5078
|
};
|
|
4950
5079
|
};
|
|
4951
|
-
}
|
|
5080
|
+
};
|
|
5081
|
+
} & {
|
|
5082
|
+
"campaigns-to-process": {
|
|
4952
5083
|
count: {
|
|
4953
5084
|
":chainId": {
|
|
4954
5085
|
get: {
|
|
@@ -4975,7 +5106,9 @@ declare const app: Elysia<"", {
|
|
|
4975
5106
|
};
|
|
4976
5107
|
};
|
|
4977
5108
|
};
|
|
4978
|
-
}
|
|
5109
|
+
};
|
|
5110
|
+
} & {
|
|
5111
|
+
"campaigns-to-process": {
|
|
4979
5112
|
next: {
|
|
4980
5113
|
":chainId": {
|
|
4981
5114
|
get: {
|
|
@@ -5004,7 +5137,9 @@ declare const app: Elysia<"", {
|
|
|
5004
5137
|
};
|
|
5005
5138
|
};
|
|
5006
5139
|
};
|
|
5007
|
-
}
|
|
5140
|
+
};
|
|
5141
|
+
} & {
|
|
5142
|
+
"campaigns-to-process": {
|
|
5008
5143
|
engine: {
|
|
5009
5144
|
":chainId": {
|
|
5010
5145
|
post: {
|
|
@@ -5035,7 +5170,9 @@ declare const app: Elysia<"", {
|
|
|
5035
5170
|
};
|
|
5036
5171
|
};
|
|
5037
5172
|
};
|
|
5038
|
-
}
|
|
5173
|
+
};
|
|
5174
|
+
} & {
|
|
5175
|
+
"campaigns-to-process": {
|
|
5039
5176
|
engine: {
|
|
5040
5177
|
":chainId": {
|
|
5041
5178
|
lock: {
|
|
@@ -5071,7 +5208,9 @@ declare const app: Elysia<"", {
|
|
|
5071
5208
|
};
|
|
5072
5209
|
};
|
|
5073
5210
|
};
|
|
5074
|
-
}
|
|
5211
|
+
};
|
|
5212
|
+
} & {
|
|
5213
|
+
"campaigns-to-process": {
|
|
5075
5214
|
engine: {
|
|
5076
5215
|
":chainId": {
|
|
5077
5216
|
unlock: {
|
|
@@ -5876,7 +6015,7 @@ declare const app: Elysia<"", {
|
|
|
5876
6015
|
body: unknown;
|
|
5877
6016
|
params: {
|
|
5878
6017
|
id: string;
|
|
5879
|
-
};
|
|
6018
|
+
} & {};
|
|
5880
6019
|
query: unknown;
|
|
5881
6020
|
headers: unknown;
|
|
5882
6021
|
response: {
|
|
@@ -6832,7 +6971,7 @@ declare const app: Elysia<"", {
|
|
|
6832
6971
|
};
|
|
6833
6972
|
params: {
|
|
6834
6973
|
id: string;
|
|
6835
|
-
};
|
|
6974
|
+
} & {};
|
|
6836
6975
|
query: unknown;
|
|
6837
6976
|
headers: {
|
|
6838
6977
|
authorization: string;
|
|
@@ -6876,7 +7015,7 @@ declare const app: Elysia<"", {
|
|
|
6876
7015
|
body: unknown;
|
|
6877
7016
|
params: {
|
|
6878
7017
|
id: string;
|
|
6879
|
-
};
|
|
7018
|
+
} & {};
|
|
6880
7019
|
query: unknown;
|
|
6881
7020
|
headers: {
|
|
6882
7021
|
authorization: string;
|
|
@@ -7241,7 +7380,9 @@ declare const app: Elysia<"", {
|
|
|
7241
7380
|
};
|
|
7242
7381
|
};
|
|
7243
7382
|
};
|
|
7244
|
-
}
|
|
7383
|
+
};
|
|
7384
|
+
} & {
|
|
7385
|
+
clamm: {
|
|
7245
7386
|
pools: {
|
|
7246
7387
|
protocol: {
|
|
7247
7388
|
":chainId": {
|
|
@@ -9145,7 +9286,9 @@ declare const app: Elysia<"", {
|
|
|
9145
9286
|
};
|
|
9146
9287
|
};
|
|
9147
9288
|
};
|
|
9148
|
-
}
|
|
9289
|
+
};
|
|
9290
|
+
} & {
|
|
9291
|
+
disputes: {
|
|
9149
9292
|
risk: {
|
|
9150
9293
|
get: {
|
|
9151
9294
|
body: unknown;
|
|
@@ -9179,7 +9322,9 @@ declare const app: Elysia<"", {
|
|
|
9179
9322
|
};
|
|
9180
9323
|
};
|
|
9181
9324
|
};
|
|
9182
|
-
}
|
|
9325
|
+
};
|
|
9326
|
+
} & {
|
|
9327
|
+
disputes: {
|
|
9183
9328
|
get: {
|
|
9184
9329
|
body: unknown;
|
|
9185
9330
|
params: {};
|
|
@@ -9201,6 +9346,135 @@ declare const app: Elysia<"", {
|
|
|
9201
9346
|
};
|
|
9202
9347
|
};
|
|
9203
9348
|
};
|
|
9349
|
+
} & {
|
|
9350
|
+
enums: {
|
|
9351
|
+
get: {
|
|
9352
|
+
body: unknown;
|
|
9353
|
+
params: {};
|
|
9354
|
+
query: unknown;
|
|
9355
|
+
headers: unknown;
|
|
9356
|
+
response: {
|
|
9357
|
+
200: {
|
|
9358
|
+
enums: {
|
|
9359
|
+
name: string;
|
|
9360
|
+
type: "number" | "string";
|
|
9361
|
+
hasMetadata: boolean;
|
|
9362
|
+
}[];
|
|
9363
|
+
};
|
|
9364
|
+
422: {
|
|
9365
|
+
type: "validation";
|
|
9366
|
+
on: string;
|
|
9367
|
+
summary?: string | undefined;
|
|
9368
|
+
message?: string | undefined;
|
|
9369
|
+
found?: unknown;
|
|
9370
|
+
property?: string | undefined;
|
|
9371
|
+
expected?: string | undefined;
|
|
9372
|
+
};
|
|
9373
|
+
};
|
|
9374
|
+
};
|
|
9375
|
+
};
|
|
9376
|
+
} & {
|
|
9377
|
+
enums: {
|
|
9378
|
+
":enumName": {
|
|
9379
|
+
get: {
|
|
9380
|
+
body: unknown;
|
|
9381
|
+
params: {
|
|
9382
|
+
enumName: string;
|
|
9383
|
+
};
|
|
9384
|
+
query: unknown;
|
|
9385
|
+
headers: unknown;
|
|
9386
|
+
response: {
|
|
9387
|
+
200: {
|
|
9388
|
+
name: string;
|
|
9389
|
+
entries: {
|
|
9390
|
+
value: string | number;
|
|
9391
|
+
key: string;
|
|
9392
|
+
description?: string | undefined;
|
|
9393
|
+
}[];
|
|
9394
|
+
type: "number" | "string";
|
|
9395
|
+
};
|
|
9396
|
+
422: {
|
|
9397
|
+
type: "validation";
|
|
9398
|
+
on: string;
|
|
9399
|
+
summary?: string | undefined;
|
|
9400
|
+
message?: string | undefined;
|
|
9401
|
+
found?: unknown;
|
|
9402
|
+
property?: string | undefined;
|
|
9403
|
+
expected?: string | undefined;
|
|
9404
|
+
};
|
|
9405
|
+
};
|
|
9406
|
+
};
|
|
9407
|
+
};
|
|
9408
|
+
};
|
|
9409
|
+
} & {
|
|
9410
|
+
enums: {
|
|
9411
|
+
":enumName": {
|
|
9412
|
+
convert: {
|
|
9413
|
+
":value": {
|
|
9414
|
+
get: {
|
|
9415
|
+
body: unknown;
|
|
9416
|
+
params: {
|
|
9417
|
+
enumName: string;
|
|
9418
|
+
value: string;
|
|
9419
|
+
};
|
|
9420
|
+
query: unknown;
|
|
9421
|
+
headers: unknown;
|
|
9422
|
+
response: {
|
|
9423
|
+
200: {
|
|
9424
|
+
input: string | number;
|
|
9425
|
+
output: string | number;
|
|
9426
|
+
description?: string | undefined;
|
|
9427
|
+
};
|
|
9428
|
+
422: {
|
|
9429
|
+
type: "validation";
|
|
9430
|
+
on: string;
|
|
9431
|
+
summary?: string | undefined;
|
|
9432
|
+
message?: string | undefined;
|
|
9433
|
+
found?: unknown;
|
|
9434
|
+
property?: string | undefined;
|
|
9435
|
+
expected?: string | undefined;
|
|
9436
|
+
};
|
|
9437
|
+
};
|
|
9438
|
+
};
|
|
9439
|
+
};
|
|
9440
|
+
};
|
|
9441
|
+
};
|
|
9442
|
+
};
|
|
9443
|
+
} & {
|
|
9444
|
+
enums: {
|
|
9445
|
+
":enumName": {
|
|
9446
|
+
"batch-convert": {
|
|
9447
|
+
post: {
|
|
9448
|
+
body: {
|
|
9449
|
+
values: (string | number)[];
|
|
9450
|
+
};
|
|
9451
|
+
params: {
|
|
9452
|
+
enumName: string;
|
|
9453
|
+
};
|
|
9454
|
+
query: unknown;
|
|
9455
|
+
headers: unknown;
|
|
9456
|
+
response: {
|
|
9457
|
+
200: {
|
|
9458
|
+
results: {
|
|
9459
|
+
input: string | number;
|
|
9460
|
+
output: string | number;
|
|
9461
|
+
description?: string | undefined;
|
|
9462
|
+
}[];
|
|
9463
|
+
};
|
|
9464
|
+
422: {
|
|
9465
|
+
type: "validation";
|
|
9466
|
+
on: string;
|
|
9467
|
+
summary?: string | undefined;
|
|
9468
|
+
message?: string | undefined;
|
|
9469
|
+
found?: unknown;
|
|
9470
|
+
property?: string | undefined;
|
|
9471
|
+
expected?: string | undefined;
|
|
9472
|
+
};
|
|
9473
|
+
};
|
|
9474
|
+
};
|
|
9475
|
+
};
|
|
9476
|
+
};
|
|
9477
|
+
};
|
|
9204
9478
|
};
|
|
9205
9479
|
} & {
|
|
9206
9480
|
v4: {
|
|
@@ -9287,7 +9561,9 @@ declare const app: Elysia<"", {
|
|
|
9287
9561
|
};
|
|
9288
9562
|
};
|
|
9289
9563
|
};
|
|
9290
|
-
}
|
|
9564
|
+
};
|
|
9565
|
+
} & {
|
|
9566
|
+
euler: {
|
|
9291
9567
|
vaults: {
|
|
9292
9568
|
":chainId": {
|
|
9293
9569
|
":vaultAddress": {
|
|
@@ -9421,7 +9697,9 @@ declare const app: Elysia<"", {
|
|
|
9421
9697
|
};
|
|
9422
9698
|
};
|
|
9423
9699
|
};
|
|
9424
|
-
}
|
|
9700
|
+
};
|
|
9701
|
+
} & {
|
|
9702
|
+
"indexing-range": {
|
|
9425
9703
|
engine: {
|
|
9426
9704
|
lock: {
|
|
9427
9705
|
":storingId": {
|
|
@@ -9453,7 +9731,9 @@ declare const app: Elysia<"", {
|
|
|
9453
9731
|
};
|
|
9454
9732
|
};
|
|
9455
9733
|
};
|
|
9456
|
-
}
|
|
9734
|
+
};
|
|
9735
|
+
} & {
|
|
9736
|
+
"indexing-range": {
|
|
9457
9737
|
engine: {
|
|
9458
9738
|
unlock: {
|
|
9459
9739
|
":storingId": {
|
|
@@ -12518,7 +12798,9 @@ declare const app: Elysia<"", {
|
|
|
12518
12798
|
};
|
|
12519
12799
|
};
|
|
12520
12800
|
};
|
|
12521
|
-
}
|
|
12801
|
+
};
|
|
12802
|
+
} & {
|
|
12803
|
+
overrides: {
|
|
12522
12804
|
apply: {
|
|
12523
12805
|
":campaignId": {
|
|
12524
12806
|
post: {
|
|
@@ -12543,7 +12825,9 @@ declare const app: Elysia<"", {
|
|
|
12543
12825
|
};
|
|
12544
12826
|
};
|
|
12545
12827
|
};
|
|
12546
|
-
}
|
|
12828
|
+
};
|
|
12829
|
+
} & {
|
|
12830
|
+
overrides: {
|
|
12547
12831
|
post: {
|
|
12548
12832
|
body: {
|
|
12549
12833
|
campaignId: string;
|
|
@@ -12596,7 +12880,9 @@ declare const app: Elysia<"", {
|
|
|
12596
12880
|
};
|
|
12597
12881
|
};
|
|
12598
12882
|
};
|
|
12599
|
-
}
|
|
12883
|
+
};
|
|
12884
|
+
} & {
|
|
12885
|
+
overrides: {
|
|
12600
12886
|
":campaignId": {
|
|
12601
12887
|
get: {
|
|
12602
12888
|
body: unknown;
|
|
@@ -12637,7 +12923,9 @@ declare const app: Elysia<"", {
|
|
|
12637
12923
|
};
|
|
12638
12924
|
};
|
|
12639
12925
|
};
|
|
12640
|
-
}
|
|
12926
|
+
};
|
|
12927
|
+
} & {
|
|
12928
|
+
overrides: {
|
|
12641
12929
|
":campaignId": {
|
|
12642
12930
|
"previous-configs": {
|
|
12643
12931
|
get: {
|
|
@@ -12705,7 +12993,9 @@ declare const app: Elysia<"", {
|
|
|
12705
12993
|
};
|
|
12706
12994
|
};
|
|
12707
12995
|
};
|
|
12708
|
-
}
|
|
12996
|
+
};
|
|
12997
|
+
} & {
|
|
12998
|
+
payload: {
|
|
12709
12999
|
":chainId": {
|
|
12710
13000
|
":hash": {
|
|
12711
13001
|
get: {
|
|
@@ -12969,7 +13259,9 @@ declare const app: Elysia<"", {
|
|
|
12969
13259
|
};
|
|
12970
13260
|
};
|
|
12971
13261
|
};
|
|
12972
|
-
}
|
|
13262
|
+
};
|
|
13263
|
+
} & {
|
|
13264
|
+
payload: {
|
|
12973
13265
|
simulate: {
|
|
12974
13266
|
post: {
|
|
12975
13267
|
body: {
|
|
@@ -13246,7 +13538,9 @@ declare const app: Elysia<"", {
|
|
|
13246
13538
|
};
|
|
13247
13539
|
};
|
|
13248
13540
|
};
|
|
13249
|
-
}
|
|
13541
|
+
};
|
|
13542
|
+
} & {
|
|
13543
|
+
payload: {
|
|
13250
13544
|
gnosis: {
|
|
13251
13545
|
post: {
|
|
13252
13546
|
body: {
|
|
@@ -13520,7 +13814,9 @@ declare const app: Elysia<"", {
|
|
|
13520
13814
|
};
|
|
13521
13815
|
};
|
|
13522
13816
|
};
|
|
13523
|
-
}
|
|
13817
|
+
};
|
|
13818
|
+
} & {
|
|
13819
|
+
payload: {
|
|
13524
13820
|
gnosis: {
|
|
13525
13821
|
async: {
|
|
13526
13822
|
post: {
|
|
@@ -13554,7 +13850,9 @@ declare const app: Elysia<"", {
|
|
|
13554
13850
|
};
|
|
13555
13851
|
};
|
|
13556
13852
|
};
|
|
13557
|
-
}
|
|
13853
|
+
};
|
|
13854
|
+
} & {
|
|
13855
|
+
payload: {
|
|
13558
13856
|
jobs: {
|
|
13559
13857
|
":jobId": {
|
|
13560
13858
|
get: {
|
|
@@ -13742,7 +14040,9 @@ declare const app: Elysia<"", {
|
|
|
13742
14040
|
};
|
|
13743
14041
|
};
|
|
13744
14042
|
};
|
|
13745
|
-
}
|
|
14043
|
+
};
|
|
14044
|
+
} & {
|
|
14045
|
+
prices: {
|
|
13746
14046
|
sources: {
|
|
13747
14047
|
get: {
|
|
13748
14048
|
body: unknown;
|
|
@@ -13772,7 +14072,9 @@ declare const app: Elysia<"", {
|
|
|
13772
14072
|
};
|
|
13773
14073
|
};
|
|
13774
14074
|
};
|
|
13775
|
-
}
|
|
14075
|
+
};
|
|
14076
|
+
} & {
|
|
14077
|
+
prices: {
|
|
13776
14078
|
sources: {
|
|
13777
14079
|
post: {
|
|
13778
14080
|
body: {
|
|
@@ -13801,7 +14103,9 @@ declare const app: Elysia<"", {
|
|
|
13801
14103
|
};
|
|
13802
14104
|
};
|
|
13803
14105
|
};
|
|
13804
|
-
}
|
|
14106
|
+
};
|
|
14107
|
+
} & {
|
|
14108
|
+
prices: {
|
|
13805
14109
|
sources: {
|
|
13806
14110
|
protect: {
|
|
13807
14111
|
":addressOrSymbol": {
|
|
@@ -13839,7 +14143,9 @@ declare const app: Elysia<"", {
|
|
|
13839
14143
|
};
|
|
13840
14144
|
};
|
|
13841
14145
|
};
|
|
13842
|
-
}
|
|
14146
|
+
};
|
|
14147
|
+
} & {
|
|
14148
|
+
prices: {
|
|
13843
14149
|
sources: {
|
|
13844
14150
|
":addressOrSymbol": {
|
|
13845
14151
|
patch: {
|
|
@@ -13881,7 +14187,9 @@ declare const app: Elysia<"", {
|
|
|
13881
14187
|
};
|
|
13882
14188
|
};
|
|
13883
14189
|
};
|
|
13884
|
-
}
|
|
14190
|
+
};
|
|
14191
|
+
} & {
|
|
14192
|
+
prices: {
|
|
13885
14193
|
sources: {
|
|
13886
14194
|
":addressOrSymbol": {
|
|
13887
14195
|
delete: {
|
|
@@ -14996,7 +15304,9 @@ declare const app: Elysia<"", {
|
|
|
14996
15304
|
};
|
|
14997
15305
|
};
|
|
14998
15306
|
};
|
|
14999
|
-
}
|
|
15307
|
+
};
|
|
15308
|
+
} & {
|
|
15309
|
+
protocols: {
|
|
15000
15310
|
count: {
|
|
15001
15311
|
get: {
|
|
15002
15312
|
body: unknown;
|
|
@@ -15027,7 +15337,9 @@ declare const app: Elysia<"", {
|
|
|
15027
15337
|
};
|
|
15028
15338
|
};
|
|
15029
15339
|
};
|
|
15030
|
-
}
|
|
15340
|
+
};
|
|
15341
|
+
} & {
|
|
15342
|
+
protocols: {
|
|
15031
15343
|
":id": {
|
|
15032
15344
|
get: {
|
|
15033
15345
|
body: unknown;
|
|
@@ -15063,7 +15375,9 @@ declare const app: Elysia<"", {
|
|
|
15063
15375
|
};
|
|
15064
15376
|
};
|
|
15065
15377
|
};
|
|
15066
|
-
}
|
|
15378
|
+
};
|
|
15379
|
+
} & {
|
|
15380
|
+
protocols: {
|
|
15067
15381
|
":id": {
|
|
15068
15382
|
patch: {
|
|
15069
15383
|
body: {
|
|
@@ -15106,7 +15420,9 @@ declare const app: Elysia<"", {
|
|
|
15106
15420
|
};
|
|
15107
15421
|
};
|
|
15108
15422
|
};
|
|
15109
|
-
}
|
|
15423
|
+
};
|
|
15424
|
+
} & {
|
|
15425
|
+
protocols: {
|
|
15110
15426
|
post: {
|
|
15111
15427
|
body: {
|
|
15112
15428
|
icon: string;
|
|
@@ -15147,7 +15463,9 @@ declare const app: Elysia<"", {
|
|
|
15147
15463
|
};
|
|
15148
15464
|
};
|
|
15149
15465
|
};
|
|
15150
|
-
}
|
|
15466
|
+
};
|
|
15467
|
+
} & {
|
|
15468
|
+
protocols: {
|
|
15151
15469
|
":id": {
|
|
15152
15470
|
delete: {
|
|
15153
15471
|
body: unknown;
|
|
@@ -15172,7 +15490,9 @@ declare const app: Elysia<"", {
|
|
|
15172
15490
|
};
|
|
15173
15491
|
};
|
|
15174
15492
|
};
|
|
15175
|
-
}
|
|
15493
|
+
};
|
|
15494
|
+
} & {
|
|
15495
|
+
protocols: {
|
|
15176
15496
|
replace: {
|
|
15177
15497
|
patch: {
|
|
15178
15498
|
body: unknown;
|
|
@@ -15211,7 +15531,9 @@ declare const app: Elysia<"", {
|
|
|
15211
15531
|
};
|
|
15212
15532
|
};
|
|
15213
15533
|
};
|
|
15214
|
-
}
|
|
15534
|
+
};
|
|
15535
|
+
} & {
|
|
15536
|
+
protocols: {
|
|
15215
15537
|
webhooks: {
|
|
15216
15538
|
notion: {
|
|
15217
15539
|
post: {
|
|
@@ -15402,7 +15724,9 @@ declare const app: Elysia<"", {
|
|
|
15402
15724
|
};
|
|
15403
15725
|
};
|
|
15404
15726
|
};
|
|
15405
|
-
}
|
|
15727
|
+
};
|
|
15728
|
+
} & {
|
|
15729
|
+
rewards: {
|
|
15406
15730
|
total: {
|
|
15407
15731
|
get: {
|
|
15408
15732
|
body: unknown;
|
|
@@ -15432,7 +15756,9 @@ declare const app: Elysia<"", {
|
|
|
15432
15756
|
};
|
|
15433
15757
|
};
|
|
15434
15758
|
};
|
|
15435
|
-
}
|
|
15759
|
+
};
|
|
15760
|
+
} & {
|
|
15761
|
+
rewards: {
|
|
15436
15762
|
count: {
|
|
15437
15763
|
get: {
|
|
15438
15764
|
body: unknown;
|
|
@@ -15461,7 +15787,9 @@ declare const app: Elysia<"", {
|
|
|
15461
15787
|
};
|
|
15462
15788
|
};
|
|
15463
15789
|
};
|
|
15464
|
-
}
|
|
15790
|
+
};
|
|
15791
|
+
} & {
|
|
15792
|
+
rewards: {
|
|
15465
15793
|
campaign: {
|
|
15466
15794
|
":campaignId": {
|
|
15467
15795
|
list: {
|
|
@@ -15494,7 +15822,9 @@ declare const app: Elysia<"", {
|
|
|
15494
15822
|
};
|
|
15495
15823
|
};
|
|
15496
15824
|
};
|
|
15497
|
-
}
|
|
15825
|
+
};
|
|
15826
|
+
} & {
|
|
15827
|
+
rewards: {
|
|
15498
15828
|
token: {
|
|
15499
15829
|
get: {
|
|
15500
15830
|
body: unknown;
|
|
@@ -15527,7 +15857,9 @@ declare const app: Elysia<"", {
|
|
|
15527
15857
|
};
|
|
15528
15858
|
};
|
|
15529
15859
|
};
|
|
15530
|
-
}
|
|
15860
|
+
};
|
|
15861
|
+
} & {
|
|
15862
|
+
rewards: {
|
|
15531
15863
|
token: {
|
|
15532
15864
|
total: {
|
|
15533
15865
|
get: {
|
|
@@ -15560,7 +15892,9 @@ declare const app: Elysia<"", {
|
|
|
15560
15892
|
};
|
|
15561
15893
|
};
|
|
15562
15894
|
};
|
|
15563
|
-
}
|
|
15895
|
+
};
|
|
15896
|
+
} & {
|
|
15897
|
+
rewards: {
|
|
15564
15898
|
token: {
|
|
15565
15899
|
count: {
|
|
15566
15900
|
get: {
|
|
@@ -15592,7 +15926,9 @@ declare const app: Elysia<"", {
|
|
|
15592
15926
|
};
|
|
15593
15927
|
};
|
|
15594
15928
|
};
|
|
15595
|
-
}
|
|
15929
|
+
};
|
|
15930
|
+
} & {
|
|
15931
|
+
rewards: {
|
|
15596
15932
|
engine: {
|
|
15597
15933
|
claims: {
|
|
15598
15934
|
post: {
|
|
@@ -15621,7 +15957,9 @@ declare const app: Elysia<"", {
|
|
|
15621
15957
|
};
|
|
15622
15958
|
};
|
|
15623
15959
|
};
|
|
15624
|
-
}
|
|
15960
|
+
};
|
|
15961
|
+
} & {
|
|
15962
|
+
rewards: {
|
|
15625
15963
|
count: {
|
|
15626
15964
|
chain: {
|
|
15627
15965
|
get: {
|
|
@@ -15653,7 +15991,9 @@ declare const app: Elysia<"", {
|
|
|
15653
15991
|
};
|
|
15654
15992
|
};
|
|
15655
15993
|
};
|
|
15656
|
-
}
|
|
15994
|
+
};
|
|
15995
|
+
} & {
|
|
15996
|
+
rewards: {
|
|
15657
15997
|
unclaim: {
|
|
15658
15998
|
get: {
|
|
15659
15999
|
body: unknown;
|
|
@@ -16184,7 +16524,9 @@ declare const app: Elysia<"", {
|
|
|
16184
16524
|
};
|
|
16185
16525
|
};
|
|
16186
16526
|
};
|
|
16187
|
-
}
|
|
16527
|
+
};
|
|
16528
|
+
} & {
|
|
16529
|
+
tokens: {
|
|
16188
16530
|
":id": {
|
|
16189
16531
|
allowance: {
|
|
16190
16532
|
":owner": {
|
|
@@ -16214,7 +16556,9 @@ declare const app: Elysia<"", {
|
|
|
16214
16556
|
};
|
|
16215
16557
|
};
|
|
16216
16558
|
};
|
|
16217
|
-
}
|
|
16559
|
+
};
|
|
16560
|
+
} & {
|
|
16561
|
+
tokens: {
|
|
16218
16562
|
reward: {
|
|
16219
16563
|
get: {
|
|
16220
16564
|
body: unknown;
|
|
@@ -16258,7 +16602,9 @@ declare const app: Elysia<"", {
|
|
|
16258
16602
|
};
|
|
16259
16603
|
};
|
|
16260
16604
|
};
|
|
16261
|
-
}
|
|
16605
|
+
};
|
|
16606
|
+
} & {
|
|
16607
|
+
tokens: {
|
|
16262
16608
|
reward: {
|
|
16263
16609
|
":chainId": {
|
|
16264
16610
|
get: {
|
|
@@ -16305,7 +16651,9 @@ declare const app: Elysia<"", {
|
|
|
16305
16651
|
};
|
|
16306
16652
|
};
|
|
16307
16653
|
};
|
|
16308
|
-
}
|
|
16654
|
+
};
|
|
16655
|
+
} & {
|
|
16656
|
+
tokens: {
|
|
16309
16657
|
balances: {
|
|
16310
16658
|
get: {
|
|
16311
16659
|
body: unknown;
|
|
@@ -16350,7 +16698,9 @@ declare const app: Elysia<"", {
|
|
|
16350
16698
|
};
|
|
16351
16699
|
};
|
|
16352
16700
|
};
|
|
16353
|
-
}
|
|
16701
|
+
};
|
|
16702
|
+
} & {
|
|
16703
|
+
tokens: {
|
|
16354
16704
|
get: {
|
|
16355
16705
|
body: unknown;
|
|
16356
16706
|
params: {};
|
|
@@ -16400,7 +16750,9 @@ declare const app: Elysia<"", {
|
|
|
16400
16750
|
};
|
|
16401
16751
|
};
|
|
16402
16752
|
};
|
|
16403
|
-
}
|
|
16753
|
+
};
|
|
16754
|
+
} & {
|
|
16755
|
+
tokens: {
|
|
16404
16756
|
count: {
|
|
16405
16757
|
get: {
|
|
16406
16758
|
body: unknown;
|
|
@@ -16436,7 +16788,9 @@ declare const app: Elysia<"", {
|
|
|
16436
16788
|
};
|
|
16437
16789
|
};
|
|
16438
16790
|
};
|
|
16439
|
-
}
|
|
16791
|
+
};
|
|
16792
|
+
} & {
|
|
16793
|
+
tokens: {
|
|
16440
16794
|
post: {
|
|
16441
16795
|
body: {
|
|
16442
16796
|
chainId: number;
|
|
@@ -16488,7 +16842,9 @@ declare const app: Elysia<"", {
|
|
|
16488
16842
|
};
|
|
16489
16843
|
};
|
|
16490
16844
|
};
|
|
16491
|
-
}
|
|
16845
|
+
};
|
|
16846
|
+
} & {
|
|
16847
|
+
tokens: {
|
|
16492
16848
|
":id": {
|
|
16493
16849
|
patch: {
|
|
16494
16850
|
body: {
|
|
@@ -16536,7 +16892,9 @@ declare const app: Elysia<"", {
|
|
|
16536
16892
|
};
|
|
16537
16893
|
};
|
|
16538
16894
|
};
|
|
16539
|
-
}
|
|
16895
|
+
};
|
|
16896
|
+
} & {
|
|
16897
|
+
tokens: {
|
|
16540
16898
|
webhooks: {
|
|
16541
16899
|
notion: {
|
|
16542
16900
|
post: {
|
|
@@ -16960,7 +17318,9 @@ declare const app: Elysia<"", {
|
|
|
16960
17318
|
};
|
|
16961
17319
|
};
|
|
16962
17320
|
};
|
|
16963
|
-
}
|
|
17321
|
+
};
|
|
17322
|
+
} & {
|
|
17323
|
+
uniswap: {
|
|
16964
17324
|
reward: {
|
|
16965
17325
|
4: {
|
|
16966
17326
|
get: {
|
|
@@ -17167,7 +17527,9 @@ declare const app: Elysia<"", {
|
|
|
17167
17527
|
};
|
|
17168
17528
|
};
|
|
17169
17529
|
};
|
|
17170
|
-
}
|
|
17530
|
+
};
|
|
17531
|
+
} & {
|
|
17532
|
+
uniswap: {
|
|
17171
17533
|
pools: {
|
|
17172
17534
|
4: {
|
|
17173
17535
|
get: {
|
|
@@ -18036,7 +18398,9 @@ declare const app: Elysia<"", {
|
|
|
18036
18398
|
};
|
|
18037
18399
|
};
|
|
18038
18400
|
};
|
|
18039
|
-
}
|
|
18401
|
+
};
|
|
18402
|
+
} & {
|
|
18403
|
+
uniswap: {
|
|
18040
18404
|
pools: {
|
|
18041
18405
|
4: {
|
|
18042
18406
|
":chainId": {
|
|
@@ -18077,7 +18441,9 @@ declare const app: Elysia<"", {
|
|
|
18077
18441
|
};
|
|
18078
18442
|
};
|
|
18079
18443
|
};
|
|
18080
|
-
}
|
|
18444
|
+
};
|
|
18445
|
+
} & {
|
|
18446
|
+
uniswap: {
|
|
18081
18447
|
pools: {
|
|
18082
18448
|
4: {
|
|
18083
18449
|
":chainId": {
|
|
@@ -18418,7 +18784,7 @@ declare const app: Elysia<"", {
|
|
|
18418
18784
|
body: unknown;
|
|
18419
18785
|
params: {
|
|
18420
18786
|
address: string;
|
|
18421
|
-
};
|
|
18787
|
+
} & {};
|
|
18422
18788
|
query: unknown;
|
|
18423
18789
|
headers: unknown;
|
|
18424
18790
|
response: {
|
|
@@ -19495,7 +19861,9 @@ declare const app: Elysia<"", {
|
|
|
19495
19861
|
};
|
|
19496
19862
|
};
|
|
19497
19863
|
};
|
|
19498
|
-
}
|
|
19864
|
+
};
|
|
19865
|
+
} & {
|
|
19866
|
+
euler: {
|
|
19499
19867
|
":chainId": {
|
|
19500
19868
|
get: {
|
|
19501
19869
|
body: unknown;
|
|
@@ -20038,7 +20406,7 @@ declare const app: Elysia<"", {
|
|
|
20038
20406
|
resolve: {};
|
|
20039
20407
|
schema: {};
|
|
20040
20408
|
standaloneSchema: {};
|
|
20041
|
-
response: {
|
|
20409
|
+
response: {} & {
|
|
20042
20410
|
200: {
|
|
20043
20411
|
name: string;
|
|
20044
20412
|
message: any;
|
|
@@ -20049,6 +20417,12 @@ declare const app: Elysia<"", {
|
|
|
20049
20417
|
message: string;
|
|
20050
20418
|
};
|
|
20051
20419
|
};
|
|
20420
|
+
} & {
|
|
20421
|
+
derive: {};
|
|
20422
|
+
resolve: {};
|
|
20423
|
+
schema: {};
|
|
20424
|
+
standaloneSchema: {};
|
|
20425
|
+
response: {};
|
|
20052
20426
|
}>;
|
|
20053
20427
|
export type App = typeof app;
|
|
20054
20428
|
export { app };
|