@merkl/api 0.10.193 → 0.10.194
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 +18 -18
- package/dist/src/index.d.ts +6 -6
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +6 -6
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +2 -2
- package/dist/src/modules/v4/opportunity/opportunity.model.js +2 -2
- package/dist/src/modules/v4/router.d.ts +6 -6
- package/dist/src/routes/v3/blacklist.d.ts +6 -6
- package/dist/src/routes/v3/campaigns.d.ts +6 -6
- package/dist/src/routes/v3/campaignsInfo.d.ts +6 -6
- package/dist/src/routes/v3/multiChainPositions.d.ts +6 -6
- package/dist/src/routes/v3/opportunity.d.ts +6 -6
- package/dist/src/routes/v3/positions.d.ts +6 -6
- package/dist/src/routes/v3/rewards.d.ts +6 -6
- package/dist/src/routes/v3/updates.d.ts +6 -6
- package/dist/src/routes/v3/userRewards.d.ts +6 -6
- package/dist/tsconfig.package.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -350,7 +350,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
350
350
|
body: unknown;
|
|
351
351
|
params: {};
|
|
352
352
|
query: {
|
|
353
|
-
sort?: undefined;
|
|
353
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
354
354
|
name?: string | undefined;
|
|
355
355
|
tokens?: string | undefined;
|
|
356
356
|
status?: string | undefined;
|
|
@@ -360,7 +360,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
360
360
|
page?: number | undefined;
|
|
361
361
|
action?: string | undefined;
|
|
362
362
|
mainProtocolId?: string | undefined;
|
|
363
|
-
order?: undefined;
|
|
363
|
+
order?: "asc" | "desc" | undefined;
|
|
364
364
|
test?: boolean | undefined;
|
|
365
365
|
minimumTvl?: number | undefined;
|
|
366
366
|
};
|
|
@@ -464,7 +464,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
464
464
|
body: unknown;
|
|
465
465
|
params: {};
|
|
466
466
|
query: {
|
|
467
|
-
sort?: undefined;
|
|
467
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
468
468
|
name?: string | undefined;
|
|
469
469
|
tokens?: string | undefined;
|
|
470
470
|
status?: string | undefined;
|
|
@@ -474,7 +474,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
474
474
|
page?: number | undefined;
|
|
475
475
|
action?: string | undefined;
|
|
476
476
|
mainProtocolId?: string | undefined;
|
|
477
|
-
order?: undefined;
|
|
477
|
+
order?: "asc" | "desc" | undefined;
|
|
478
478
|
test?: boolean | undefined;
|
|
479
479
|
minimumTvl?: number | undefined;
|
|
480
480
|
};
|
|
@@ -495,7 +495,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
495
495
|
field: never;
|
|
496
496
|
};
|
|
497
497
|
query: {
|
|
498
|
-
sort?: undefined;
|
|
498
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
499
499
|
name?: string | undefined;
|
|
500
500
|
tokens?: string | undefined;
|
|
501
501
|
status?: string | undefined;
|
|
@@ -505,7 +505,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
505
505
|
page?: number | undefined;
|
|
506
506
|
action?: string | undefined;
|
|
507
507
|
mainProtocolId?: string | undefined;
|
|
508
|
-
order?: undefined;
|
|
508
|
+
order?: "asc" | "desc" | undefined;
|
|
509
509
|
test?: boolean | undefined;
|
|
510
510
|
minimumTvl?: number | undefined;
|
|
511
511
|
};
|
|
@@ -332,7 +332,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
332
332
|
body: unknown;
|
|
333
333
|
params: {};
|
|
334
334
|
query: {
|
|
335
|
-
sort?: undefined;
|
|
335
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
336
336
|
name?: string | undefined;
|
|
337
337
|
tokens?: string | undefined;
|
|
338
338
|
status?: string | undefined;
|
|
@@ -342,7 +342,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
342
342
|
page?: number | undefined;
|
|
343
343
|
action?: string | undefined;
|
|
344
344
|
mainProtocolId?: string | undefined;
|
|
345
|
-
order?: undefined;
|
|
345
|
+
order?: "asc" | "desc" | undefined;
|
|
346
346
|
test?: boolean | undefined;
|
|
347
347
|
minimumTvl?: number | undefined;
|
|
348
348
|
};
|
|
@@ -446,7 +446,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
446
446
|
body: unknown;
|
|
447
447
|
params: {};
|
|
448
448
|
query: {
|
|
449
|
-
sort?: undefined;
|
|
449
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
450
450
|
name?: string | undefined;
|
|
451
451
|
tokens?: string | undefined;
|
|
452
452
|
status?: string | undefined;
|
|
@@ -456,7 +456,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
456
456
|
page?: number | undefined;
|
|
457
457
|
action?: string | undefined;
|
|
458
458
|
mainProtocolId?: string | undefined;
|
|
459
|
-
order?: undefined;
|
|
459
|
+
order?: "asc" | "desc" | undefined;
|
|
460
460
|
test?: boolean | undefined;
|
|
461
461
|
minimumTvl?: number | undefined;
|
|
462
462
|
};
|
|
@@ -477,7 +477,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
477
477
|
field: never;
|
|
478
478
|
};
|
|
479
479
|
query: {
|
|
480
|
-
sort?: undefined;
|
|
480
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
481
481
|
name?: string | undefined;
|
|
482
482
|
tokens?: string | undefined;
|
|
483
483
|
status?: string | undefined;
|
|
@@ -487,7 +487,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
487
487
|
page?: number | undefined;
|
|
488
488
|
action?: string | undefined;
|
|
489
489
|
mainProtocolId?: string | undefined;
|
|
490
|
-
order?: undefined;
|
|
490
|
+
order?: "asc" | "desc" | undefined;
|
|
491
491
|
test?: boolean | undefined;
|
|
492
492
|
minimumTvl?: number | undefined;
|
|
493
493
|
};
|
|
@@ -333,7 +333,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
333
333
|
body: unknown;
|
|
334
334
|
params: {};
|
|
335
335
|
query: {
|
|
336
|
-
sort?: undefined;
|
|
336
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
337
337
|
name?: string | undefined;
|
|
338
338
|
tokens?: string | undefined;
|
|
339
339
|
status?: string | undefined;
|
|
@@ -343,7 +343,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
343
343
|
page?: number | undefined;
|
|
344
344
|
action?: string | undefined;
|
|
345
345
|
mainProtocolId?: string | undefined;
|
|
346
|
-
order?: undefined;
|
|
346
|
+
order?: "asc" | "desc" | undefined;
|
|
347
347
|
test?: boolean | undefined;
|
|
348
348
|
minimumTvl?: number | undefined;
|
|
349
349
|
};
|
|
@@ -447,7 +447,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
447
447
|
body: unknown;
|
|
448
448
|
params: {};
|
|
449
449
|
query: {
|
|
450
|
-
sort?: undefined;
|
|
450
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
451
451
|
name?: string | undefined;
|
|
452
452
|
tokens?: string | undefined;
|
|
453
453
|
status?: string | undefined;
|
|
@@ -457,7 +457,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
457
457
|
page?: number | undefined;
|
|
458
458
|
action?: string | undefined;
|
|
459
459
|
mainProtocolId?: string | undefined;
|
|
460
|
-
order?: undefined;
|
|
460
|
+
order?: "asc" | "desc" | undefined;
|
|
461
461
|
test?: boolean | undefined;
|
|
462
462
|
minimumTvl?: number | undefined;
|
|
463
463
|
};
|
|
@@ -478,7 +478,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
478
478
|
field: never;
|
|
479
479
|
};
|
|
480
480
|
query: {
|
|
481
|
-
sort?: undefined;
|
|
481
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
482
482
|
name?: string | undefined;
|
|
483
483
|
tokens?: string | undefined;
|
|
484
484
|
status?: string | undefined;
|
|
@@ -488,7 +488,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
488
488
|
page?: number | undefined;
|
|
489
489
|
action?: string | undefined;
|
|
490
490
|
mainProtocolId?: string | undefined;
|
|
491
|
-
order?: undefined;
|
|
491
|
+
order?: "asc" | "desc" | undefined;
|
|
492
492
|
test?: boolean | undefined;
|
|
493
493
|
minimumTvl?: number | undefined;
|
|
494
494
|
};
|
|
@@ -335,7 +335,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
335
335
|
body: unknown;
|
|
336
336
|
params: {};
|
|
337
337
|
query: {
|
|
338
|
-
sort?: undefined;
|
|
338
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
339
339
|
name?: string | undefined;
|
|
340
340
|
tokens?: string | undefined;
|
|
341
341
|
status?: string | undefined;
|
|
@@ -345,7 +345,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
345
345
|
page?: number | undefined;
|
|
346
346
|
action?: string | undefined;
|
|
347
347
|
mainProtocolId?: string | undefined;
|
|
348
|
-
order?: undefined;
|
|
348
|
+
order?: "asc" | "desc" | undefined;
|
|
349
349
|
test?: boolean | undefined;
|
|
350
350
|
minimumTvl?: number | undefined;
|
|
351
351
|
};
|
|
@@ -449,7 +449,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
449
449
|
body: unknown;
|
|
450
450
|
params: {};
|
|
451
451
|
query: {
|
|
452
|
-
sort?: undefined;
|
|
452
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
453
453
|
name?: string | undefined;
|
|
454
454
|
tokens?: string | undefined;
|
|
455
455
|
status?: string | undefined;
|
|
@@ -459,7 +459,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
459
459
|
page?: number | undefined;
|
|
460
460
|
action?: string | undefined;
|
|
461
461
|
mainProtocolId?: string | undefined;
|
|
462
|
-
order?: undefined;
|
|
462
|
+
order?: "asc" | "desc" | undefined;
|
|
463
463
|
test?: boolean | undefined;
|
|
464
464
|
minimumTvl?: number | undefined;
|
|
465
465
|
};
|
|
@@ -480,7 +480,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
480
480
|
field: never;
|
|
481
481
|
};
|
|
482
482
|
query: {
|
|
483
|
-
sort?: undefined;
|
|
483
|
+
sort?: "tvl" | "apr" | "rewards" | undefined;
|
|
484
484
|
name?: string | undefined;
|
|
485
485
|
tokens?: string | undefined;
|
|
486
486
|
status?: string | undefined;
|
|
@@ -490,7 +490,7 @@ declare const _default: (app: App) => import("elysia").default<"", false, {
|
|
|
490
490
|
page?: number | undefined;
|
|
491
491
|
action?: string | undefined;
|
|
492
492
|
mainProtocolId?: string | undefined;
|
|
493
|
-
order?: undefined;
|
|
493
|
+
order?: "asc" | "desc" | undefined;
|
|
494
494
|
test?: boolean | undefined;
|
|
495
495
|
minimumTvl?: number | undefined;
|
|
496
496
|
};
|