@merkl/api 0.10.238 → 0.10.240
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/src/eden/index.d.ts +462 -1485
- package/dist/src/index.d.ts +30 -371
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +1 -1
- package/dist/src/modules/v4/campaign/campaign.service.js +1 -1
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +28 -371
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +3 -3
- package/dist/src/modules/v4/router.d.ts +30 -371
- package/dist/src/modules/v4/token/token.controller.d.ts +2 -0
- package/dist/src/modules/v4/token/token.model.d.ts +1 -0
- package/dist/src/modules/v4/token/token.model.js +1 -0
- package/dist/src/modules/v4/token/token.repository.js +11 -1
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
@@ -72,133 +72,40 @@ export declare const v4: Elysia<"/v4", false, {
|
|
72
72
|
};
|
73
73
|
headers: unknown;
|
74
74
|
response: {
|
75
|
-
200:
|
76
|
-
|
77
|
-
name: string;
|
78
|
-
url: string;
|
79
|
-
description: string;
|
80
|
-
id: string;
|
81
|
-
tags: string[];
|
82
|
-
icon: string;
|
83
|
-
} | null | undefined;
|
84
|
-
depositUrl?: string | undefined;
|
85
|
-
aprRecord?: {
|
86
|
-
timestamp: string | bigint;
|
75
|
+
200: {
|
76
|
+
aprRecord: {
|
87
77
|
cumulated: number;
|
78
|
+
timestamp: bigint;
|
88
79
|
breakdowns: {
|
89
|
-
type: "
|
80
|
+
type: import("../../../database/api/.generated").$Enums.AprType;
|
90
81
|
id: number;
|
91
82
|
identifier: string;
|
92
83
|
value: number;
|
93
84
|
aprRecordId: string;
|
94
85
|
}[];
|
95
|
-
}
|
96
|
-
tvlRecord
|
86
|
+
};
|
87
|
+
tvlRecord: {
|
88
|
+
id: string;
|
97
89
|
total: number;
|
98
|
-
timestamp:
|
90
|
+
timestamp: bigint;
|
99
91
|
breakdowns: {
|
100
|
-
type: "
|
92
|
+
type: import("../../../database/api/.generated").$Enums.TvlType;
|
101
93
|
id: number;
|
102
94
|
identifier: string;
|
103
95
|
value: number;
|
104
96
|
tvlRecordId: string;
|
105
97
|
}[];
|
106
|
-
} | undefined;
|
107
|
-
rewardsRecord?: {
|
108
|
-
total: number;
|
109
|
-
id: string;
|
110
|
-
timestamp: string | bigint;
|
111
|
-
breakdowns: {
|
112
|
-
token: {
|
113
|
-
price?: number | null | undefined;
|
114
|
-
symbol: string;
|
115
|
-
name: string | null;
|
116
|
-
id: string;
|
117
|
-
icon: string;
|
118
|
-
chainId: number;
|
119
|
-
address: string;
|
120
|
-
decimals: number;
|
121
|
-
verified: boolean;
|
122
|
-
isTest: boolean;
|
123
|
-
};
|
124
|
-
id: number;
|
125
|
-
value: number;
|
126
|
-
campaignId: string;
|
127
|
-
amount: string | bigint;
|
128
|
-
dailyRewardsRecordId: string;
|
129
|
-
}[];
|
130
|
-
} | undefined;
|
131
|
-
name: string;
|
132
|
-
type: string;
|
133
|
-
tokens: {
|
134
|
-
price?: number | null | undefined;
|
135
|
-
symbol: string;
|
136
|
-
name: string | null;
|
137
|
-
id: string;
|
138
|
-
icon: string;
|
139
|
-
chainId: number;
|
140
|
-
address: string;
|
141
|
-
decimals: number;
|
142
|
-
verified: boolean;
|
143
|
-
isTest: boolean;
|
144
|
-
}[];
|
145
|
-
id: string;
|
146
|
-
status: string;
|
147
|
-
tags: string[];
|
148
|
-
identifier: string;
|
149
|
-
chain: {
|
150
|
-
name: string;
|
151
|
-
id: number;
|
152
|
-
icon: string;
|
153
98
|
};
|
154
|
-
|
155
|
-
action: string;
|
156
|
-
tvl: number;
|
157
|
-
apr: number;
|
158
|
-
dailyRewards: number;
|
159
|
-
} | null)[];
|
160
|
-
} | {
|
161
|
-
200: never;
|
162
|
-
} | {
|
163
|
-
200: (Response | ({
|
164
|
-
protocol?: {
|
165
|
-
name: string;
|
166
|
-
url: string;
|
167
|
-
description: string;
|
99
|
+
rewardsRecord: {
|
168
100
|
id: string;
|
169
|
-
tags: string[];
|
170
|
-
icon: string;
|
171
|
-
} | null | undefined;
|
172
|
-
depositUrl?: string | undefined;
|
173
|
-
aprRecord?: {
|
174
|
-
timestamp: string | bigint;
|
175
|
-
cumulated: number;
|
176
|
-
breakdowns: {
|
177
|
-
type: "CAMPAIGN" | "TOKEN" | "PROTOCOL";
|
178
|
-
id: number;
|
179
|
-
identifier: string;
|
180
|
-
value: number;
|
181
|
-
aprRecordId: string;
|
182
|
-
}[];
|
183
|
-
} | undefined;
|
184
|
-
tvlRecord?: {
|
185
101
|
total: number;
|
186
|
-
timestamp:
|
102
|
+
timestamp: bigint;
|
187
103
|
breakdowns: {
|
188
|
-
type: "TOKEN" | "PROTOCOL";
|
189
104
|
id: number;
|
190
|
-
identifier: string;
|
191
105
|
value: number;
|
192
|
-
|
193
|
-
|
194
|
-
} | undefined;
|
195
|
-
rewardsRecord?: {
|
196
|
-
total: number;
|
197
|
-
id: string;
|
198
|
-
timestamp: string | bigint;
|
199
|
-
breakdowns: {
|
106
|
+
campaignId: string;
|
107
|
+
dailyRewardsRecordId: string;
|
200
108
|
token: {
|
201
|
-
price?: number | null | undefined;
|
202
109
|
symbol: string;
|
203
110
|
name: string | null;
|
204
111
|
id: string;
|
@@ -206,20 +113,17 @@ export declare const v4: Elysia<"/v4", false, {
|
|
206
113
|
chainId: number;
|
207
114
|
address: string;
|
208
115
|
decimals: number;
|
116
|
+
displaySymbol: string;
|
209
117
|
verified: boolean;
|
210
118
|
isTest: boolean;
|
119
|
+
price: number | null;
|
211
120
|
};
|
212
|
-
|
213
|
-
value: number;
|
214
|
-
campaignId: string;
|
215
|
-
amount: string | bigint;
|
216
|
-
dailyRewardsRecordId: string;
|
121
|
+
amount: bigint;
|
217
122
|
}[];
|
218
|
-
}
|
219
|
-
|
220
|
-
|
221
|
-
tokens: {
|
222
|
-
price?: number | null | undefined;
|
123
|
+
};
|
124
|
+
id: string;
|
125
|
+
depositUrl: string | undefined;
|
126
|
+
tokens: ({
|
223
127
|
symbol: string;
|
224
128
|
name: string | null;
|
225
129
|
id: string;
|
@@ -229,280 +133,33 @@ export declare const v4: Elysia<"/v4", false, {
|
|
229
133
|
decimals: number;
|
230
134
|
verified: boolean;
|
231
135
|
isTest: boolean;
|
232
|
-
}
|
233
|
-
|
234
|
-
|
235
|
-
tags: string[];
|
236
|
-
identifier: string;
|
136
|
+
} & {
|
137
|
+
price?: number | null | undefined;
|
138
|
+
})[];
|
237
139
|
chain: {
|
238
140
|
name: string;
|
239
141
|
id: number;
|
240
142
|
icon: string;
|
241
143
|
};
|
242
|
-
|
243
|
-
action: string;
|
244
|
-
tvl: number;
|
245
|
-
apr: number;
|
246
|
-
dailyRewards: number;
|
247
|
-
} | null)[] | {
|
248
|
-
200: ({
|
249
|
-
protocol?: {
|
250
|
-
name: string;
|
251
|
-
url: string;
|
252
|
-
description: string;
|
253
|
-
id: string;
|
254
|
-
tags: string[];
|
255
|
-
icon: string;
|
256
|
-
} | null | undefined;
|
257
|
-
depositUrl?: string | undefined;
|
258
|
-
aprRecord?: {
|
259
|
-
timestamp: string | bigint;
|
260
|
-
cumulated: number;
|
261
|
-
breakdowns: {
|
262
|
-
type: "CAMPAIGN" | "TOKEN" | "PROTOCOL";
|
263
|
-
id: number;
|
264
|
-
identifier: string;
|
265
|
-
value: number;
|
266
|
-
aprRecordId: string;
|
267
|
-
}[];
|
268
|
-
} | undefined;
|
269
|
-
tvlRecord?: {
|
270
|
-
total: number;
|
271
|
-
timestamp: string | bigint;
|
272
|
-
breakdowns: {
|
273
|
-
type: "TOKEN" | "PROTOCOL";
|
274
|
-
id: number;
|
275
|
-
identifier: string;
|
276
|
-
value: number;
|
277
|
-
tvlRecordId: string;
|
278
|
-
}[];
|
279
|
-
} | undefined;
|
280
|
-
rewardsRecord?: {
|
281
|
-
total: number;
|
282
|
-
id: string;
|
283
|
-
timestamp: string | bigint;
|
284
|
-
breakdowns: {
|
285
|
-
token: {
|
286
|
-
price?: number | null | undefined;
|
287
|
-
symbol: string;
|
288
|
-
name: string | null;
|
289
|
-
id: string;
|
290
|
-
icon: string;
|
291
|
-
chainId: number;
|
292
|
-
address: string;
|
293
|
-
decimals: number;
|
294
|
-
verified: boolean;
|
295
|
-
isTest: boolean;
|
296
|
-
};
|
297
|
-
id: number;
|
298
|
-
value: number;
|
299
|
-
campaignId: string;
|
300
|
-
amount: string | bigint;
|
301
|
-
dailyRewardsRecordId: string;
|
302
|
-
}[];
|
303
|
-
} | undefined;
|
304
|
-
name: string;
|
305
|
-
type: string;
|
306
|
-
tokens: {
|
307
|
-
price?: number | null | undefined;
|
308
|
-
symbol: string;
|
309
|
-
name: string | null;
|
310
|
-
id: string;
|
311
|
-
icon: string;
|
312
|
-
chainId: number;
|
313
|
-
address: string;
|
314
|
-
decimals: number;
|
315
|
-
verified: boolean;
|
316
|
-
isTest: boolean;
|
317
|
-
}[];
|
318
|
-
id: string;
|
319
|
-
status: string;
|
320
|
-
tags: string[];
|
321
|
-
identifier: string;
|
322
|
-
chain: {
|
323
|
-
name: string;
|
324
|
-
id: number;
|
325
|
-
icon: string;
|
326
|
-
};
|
327
|
-
chainId: number;
|
328
|
-
action: string;
|
329
|
-
tvl: number;
|
330
|
-
apr: number;
|
331
|
-
dailyRewards: number;
|
332
|
-
} | null)[];
|
333
|
-
}) & ({
|
334
|
-
protocol?: {
|
144
|
+
protocol: {
|
335
145
|
name: string;
|
336
146
|
url: string;
|
337
147
|
description: string;
|
338
148
|
id: string;
|
339
149
|
tags: string[];
|
340
150
|
icon: string;
|
341
|
-
} | null | undefined;
|
342
|
-
depositUrl?: string | undefined;
|
343
|
-
aprRecord?: {
|
344
|
-
timestamp: string | bigint;
|
345
|
-
cumulated: number;
|
346
|
-
breakdowns: {
|
347
|
-
type: "CAMPAIGN" | "TOKEN" | "PROTOCOL";
|
348
|
-
id: number;
|
349
|
-
identifier: string;
|
350
|
-
value: number;
|
351
|
-
aprRecordId: string;
|
352
|
-
}[];
|
353
|
-
} | undefined;
|
354
|
-
tvlRecord?: {
|
355
|
-
total: number;
|
356
|
-
timestamp: string | bigint;
|
357
|
-
breakdowns: {
|
358
|
-
type: "TOKEN" | "PROTOCOL";
|
359
|
-
id: number;
|
360
|
-
identifier: string;
|
361
|
-
value: number;
|
362
|
-
tvlRecordId: string;
|
363
|
-
}[];
|
364
|
-
} | undefined;
|
365
|
-
rewardsRecord?: {
|
366
|
-
total: number;
|
367
|
-
id: string;
|
368
|
-
timestamp: string | bigint;
|
369
|
-
breakdowns: {
|
370
|
-
token: {
|
371
|
-
price?: number | null | undefined;
|
372
|
-
symbol: string;
|
373
|
-
name: string | null;
|
374
|
-
id: string;
|
375
|
-
icon: string;
|
376
|
-
chainId: number;
|
377
|
-
address: string;
|
378
|
-
decimals: number;
|
379
|
-
verified: boolean;
|
380
|
-
isTest: boolean;
|
381
|
-
};
|
382
|
-
id: number;
|
383
|
-
value: number;
|
384
|
-
campaignId: string;
|
385
|
-
amount: string | bigint;
|
386
|
-
dailyRewardsRecordId: string;
|
387
|
-
}[];
|
388
151
|
} | undefined;
|
389
152
|
name: string;
|
390
|
-
type:
|
391
|
-
|
392
|
-
price?: number | null | undefined;
|
393
|
-
symbol: string;
|
394
|
-
name: string | null;
|
395
|
-
id: string;
|
396
|
-
icon: string;
|
397
|
-
chainId: number;
|
398
|
-
address: string;
|
399
|
-
decimals: number;
|
400
|
-
verified: boolean;
|
401
|
-
isTest: boolean;
|
402
|
-
}[];
|
403
|
-
id: string;
|
404
|
-
status: string;
|
153
|
+
type: import("../../../database/api/.generated").$Enums.CampaignType;
|
154
|
+
status: import("../../../database/api/.generated").$Enums.Status;
|
405
155
|
tags: string[];
|
406
156
|
identifier: string;
|
407
|
-
chain: {
|
408
|
-
name: string;
|
409
|
-
id: number;
|
410
|
-
icon: string;
|
411
|
-
};
|
412
157
|
chainId: number;
|
413
|
-
action:
|
158
|
+
action: import("../../../database/api/.generated").$Enums.OpportunityAction;
|
414
159
|
tvl: number;
|
415
160
|
apr: number;
|
416
161
|
dailyRewards: number;
|
417
|
-
}
|
418
|
-
} | {
|
419
|
-
200: {
|
420
|
-
200: ({
|
421
|
-
protocol?: {
|
422
|
-
name: string;
|
423
|
-
url: string;
|
424
|
-
description: string;
|
425
|
-
id: string;
|
426
|
-
tags: string[];
|
427
|
-
icon: string;
|
428
|
-
} | null | undefined;
|
429
|
-
depositUrl?: string | undefined;
|
430
|
-
aprRecord?: {
|
431
|
-
timestamp: string | bigint;
|
432
|
-
cumulated: number;
|
433
|
-
breakdowns: {
|
434
|
-
type: "CAMPAIGN" | "TOKEN" | "PROTOCOL";
|
435
|
-
id: number;
|
436
|
-
identifier: string;
|
437
|
-
value: number;
|
438
|
-
aprRecordId: string;
|
439
|
-
}[];
|
440
|
-
} | undefined;
|
441
|
-
tvlRecord?: {
|
442
|
-
total: number;
|
443
|
-
timestamp: string | bigint;
|
444
|
-
breakdowns: {
|
445
|
-
type: "TOKEN" | "PROTOCOL";
|
446
|
-
id: number;
|
447
|
-
identifier: string;
|
448
|
-
value: number;
|
449
|
-
tvlRecordId: string;
|
450
|
-
}[];
|
451
|
-
} | undefined;
|
452
|
-
rewardsRecord?: {
|
453
|
-
total: number;
|
454
|
-
id: string;
|
455
|
-
timestamp: string | bigint;
|
456
|
-
breakdowns: {
|
457
|
-
token: {
|
458
|
-
price?: number | null | undefined;
|
459
|
-
symbol: string;
|
460
|
-
name: string | null;
|
461
|
-
id: string;
|
462
|
-
icon: string;
|
463
|
-
chainId: number;
|
464
|
-
address: string;
|
465
|
-
decimals: number;
|
466
|
-
verified: boolean;
|
467
|
-
isTest: boolean;
|
468
|
-
};
|
469
|
-
id: number;
|
470
|
-
value: number;
|
471
|
-
campaignId: string;
|
472
|
-
amount: string | bigint;
|
473
|
-
dailyRewardsRecordId: string;
|
474
|
-
}[];
|
475
|
-
} | undefined;
|
476
|
-
name: string;
|
477
|
-
type: string;
|
478
|
-
tokens: {
|
479
|
-
price?: number | null | undefined;
|
480
|
-
symbol: string;
|
481
|
-
name: string | null;
|
482
|
-
id: string;
|
483
|
-
icon: string;
|
484
|
-
chainId: number;
|
485
|
-
address: string;
|
486
|
-
decimals: number;
|
487
|
-
verified: boolean;
|
488
|
-
isTest: boolean;
|
489
|
-
}[];
|
490
|
-
id: string;
|
491
|
-
status: string;
|
492
|
-
tags: string[];
|
493
|
-
identifier: string;
|
494
|
-
chain: {
|
495
|
-
name: string;
|
496
|
-
id: number;
|
497
|
-
icon: string;
|
498
|
-
};
|
499
|
-
chainId: number;
|
500
|
-
action: string;
|
501
|
-
tvl: number;
|
502
|
-
apr: number;
|
503
|
-
dailyRewards: number;
|
504
|
-
} | null)[];
|
505
|
-
};
|
162
|
+
}[];
|
506
163
|
};
|
507
164
|
};
|
508
165
|
};
|
@@ -1268,6 +925,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1268
925
|
name?: string | undefined;
|
1269
926
|
chainId?: any;
|
1270
927
|
address?: string | undefined;
|
928
|
+
displaySymbol?: string | undefined;
|
1271
929
|
verified?: boolean | undefined;
|
1272
930
|
test?: boolean | undefined;
|
1273
931
|
};
|
@@ -1301,6 +959,7 @@ export declare const v4: Elysia<"/v4", false, {
|
|
1301
959
|
name?: string | undefined;
|
1302
960
|
chainId?: any;
|
1303
961
|
address?: string | undefined;
|
962
|
+
displaySymbol?: string | undefined;
|
1304
963
|
verified?: boolean | undefined;
|
1305
964
|
test?: boolean | undefined;
|
1306
965
|
};
|
@@ -82,6 +82,7 @@ export declare const TokenController: Elysia<"/tokens", false, {
|
|
82
82
|
name?: string | undefined;
|
83
83
|
chainId?: any;
|
84
84
|
address?: string | undefined;
|
85
|
+
displaySymbol?: string | undefined;
|
85
86
|
verified?: boolean | undefined;
|
86
87
|
test?: boolean | undefined;
|
87
88
|
};
|
@@ -115,6 +116,7 @@ export declare const TokenController: Elysia<"/tokens", false, {
|
|
115
116
|
name?: string | undefined;
|
116
117
|
chainId?: any;
|
117
118
|
address?: string | undefined;
|
119
|
+
displaySymbol?: string | undefined;
|
118
120
|
verified?: boolean | undefined;
|
119
121
|
test?: boolean | undefined;
|
120
122
|
};
|
@@ -28,6 +28,7 @@ export declare const FindUniqueTokenDto: import("@sinclair/typebox").TObject<{
|
|
28
28
|
}>;
|
29
29
|
export declare const GetTokenQueryDto: import("@sinclair/typebox").TObject<{
|
30
30
|
symbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
31
|
+
displaySymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
31
32
|
chainId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TEnum<any>>;
|
32
33
|
address: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
33
34
|
name: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
@@ -18,6 +18,7 @@ export const FindUniqueTokenDto = t.Object({
|
|
18
18
|
});
|
19
19
|
export const GetTokenQueryDto = t.Object({
|
20
20
|
symbol: t.Optional(t.String()),
|
21
|
+
displaySymbol: t.Optional(t.String()), // To filter by displaySymbol or if null symbol
|
21
22
|
chainId: t.Optional(t.Enum(ChainId)),
|
22
23
|
address: t.Optional(t.String()),
|
23
24
|
name: t.Optional(t.String()),
|
@@ -39,7 +39,17 @@ export class TokenRepository {
|
|
39
39
|
{ symbol: { equals: query.symbol, mode: "insensitive" } },
|
40
40
|
{ displaySymbol: { equals: query.symbol, mode: "insensitive" } },
|
41
41
|
]
|
42
|
-
:
|
42
|
+
: query.displaySymbol
|
43
|
+
? [
|
44
|
+
{
|
45
|
+
displaySymbol: {
|
46
|
+
not: "",
|
47
|
+
},
|
48
|
+
symbol: { equals: query.displaySymbol, mode: "insensitive" },
|
49
|
+
},
|
50
|
+
{ displaySymbol: { equals: query.displaySymbol, mode: "insensitive" } },
|
51
|
+
]
|
52
|
+
: undefined,
|
43
53
|
address: query.address ? { equals: query.address, mode: "insensitive" } : undefined,
|
44
54
|
chainId: query.chainId ? { equals: query.chainId } : undefined,
|
45
55
|
name: query.name ? { contains: query.name, mode: "insensitive" } : undefined,
|