@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 v1: Elysia<"/v1", {
|
2
|
+
export declare const v1: Elysia<"/v1", false, {
|
3
3
|
decorator: {};
|
4
4
|
store: {};
|
5
5
|
derive: {};
|
6
6
|
resolve: {};
|
7
7
|
}, {
|
8
|
+
type: {};
|
8
9
|
error: {};
|
9
|
-
typebox: import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>>, import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>;
|
10
10
|
}, {
|
11
11
|
schema: {};
|
12
12
|
macro: {};
|
13
13
|
macroFn: {};
|
14
|
-
parser: {};
|
15
14
|
}, {
|
16
15
|
v1: {
|
17
16
|
allowances: {
|
@@ -32,15 +31,6 @@ export declare const v1: Elysia<"/v1", {
|
|
32
31
|
decimals: number;
|
33
32
|
};
|
34
33
|
};
|
35
|
-
422: {
|
36
|
-
type: "validation";
|
37
|
-
on: string;
|
38
|
-
summary?: string;
|
39
|
-
message?: string;
|
40
|
-
found?: unknown;
|
41
|
-
property?: string;
|
42
|
-
expected?: string;
|
43
|
-
};
|
44
34
|
};
|
45
35
|
};
|
46
36
|
};
|
@@ -65,15 +55,6 @@ export declare const v1: Elysia<"/v1", {
|
|
65
55
|
decimals: number;
|
66
56
|
};
|
67
57
|
};
|
68
|
-
422: {
|
69
|
-
type: "validation";
|
70
|
-
on: string;
|
71
|
-
summary?: string;
|
72
|
-
message?: string;
|
73
|
-
found?: unknown;
|
74
|
-
property?: string;
|
75
|
-
expected?: string;
|
76
|
-
};
|
77
58
|
};
|
78
59
|
};
|
79
60
|
};
|
@@ -91,15 +72,6 @@ export declare const v1: Elysia<"/v1", {
|
|
91
72
|
rate: number;
|
92
73
|
token: string;
|
93
74
|
}[];
|
94
|
-
422: {
|
95
|
-
type: "validation";
|
96
|
-
on: string;
|
97
|
-
summary?: string;
|
98
|
-
message?: string;
|
99
|
-
found?: unknown;
|
100
|
-
property?: string;
|
101
|
-
expected?: string;
|
102
|
-
};
|
103
75
|
};
|
104
76
|
};
|
105
77
|
};
|
@@ -115,15 +87,6 @@ export declare const v1: Elysia<"/v1", {
|
|
115
87
|
response: {
|
116
88
|
[x: string]: any;
|
117
89
|
200: any;
|
118
|
-
422: {
|
119
|
-
type: "validation";
|
120
|
-
on: string;
|
121
|
-
summary?: string;
|
122
|
-
message?: string;
|
123
|
-
found?: unknown;
|
124
|
-
property?: string;
|
125
|
-
expected?: string;
|
126
|
-
};
|
127
90
|
};
|
128
91
|
};
|
129
92
|
};
|
@@ -8,19 +8,18 @@ export declare const response: import("@sinclair/typebox").TRecord<import("@sinc
|
|
8
8
|
useInSwap: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
9
9
|
logoURI: import("@sinclair/typebox").TString;
|
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
|
-
|
17
|
+
type: {};
|
18
18
|
error: {};
|
19
19
|
}, {
|
20
20
|
schema: {};
|
21
21
|
macro: {};
|
22
22
|
macroFn: {};
|
23
|
-
parser: {};
|
24
23
|
}, {
|
25
24
|
tokens: {
|
26
25
|
get: {
|
@@ -31,15 +30,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
31
30
|
response: {
|
32
31
|
[x: string]: any;
|
33
32
|
200: any;
|
34
|
-
422: {
|
35
|
-
type: "validation";
|
36
|
-
on: string;
|
37
|
-
summary?: string;
|
38
|
-
message?: string;
|
39
|
-
found?: unknown;
|
40
|
-
property?: string;
|
41
|
-
expected?: string;
|
42
|
-
};
|
43
33
|
};
|
44
34
|
};
|
45
35
|
};
|
@@ -9,19 +9,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
9
9
|
user: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
10
10
|
onlyLive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
11
11
|
}>;
|
12
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
12
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
13
13
|
decorator: {};
|
14
14
|
store: {};
|
15
15
|
derive: {};
|
16
16
|
resolve: {};
|
17
17
|
}, {
|
18
|
-
|
18
|
+
type: {};
|
19
19
|
error: {};
|
20
20
|
}, {
|
21
21
|
schema: {};
|
22
22
|
macro: {};
|
23
23
|
macroFn: {};
|
24
|
-
parser: {};
|
25
24
|
}, {
|
26
25
|
merkl: {
|
27
26
|
get: {
|
@@ -41,15 +40,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
41
40
|
response: {
|
42
41
|
[x: string]: any;
|
43
42
|
200: any;
|
44
|
-
422: {
|
45
|
-
type: "validation";
|
46
|
-
on: string;
|
47
|
-
summary?: string;
|
48
|
-
message?: string;
|
49
|
-
found?: unknown;
|
50
|
-
property?: string;
|
51
|
-
expected?: string;
|
52
|
-
};
|
53
43
|
};
|
54
44
|
};
|
55
45
|
};
|
@@ -1,17 +1,16 @@
|
|
1
1
|
import Elysia from "elysia";
|
2
|
-
export declare const v2: Elysia<"/v2", {
|
2
|
+
export declare const v2: Elysia<"/v2", false, {
|
3
3
|
decorator: {};
|
4
4
|
store: {};
|
5
5
|
derive: {};
|
6
6
|
resolve: {};
|
7
7
|
}, {
|
8
|
+
type: {};
|
8
9
|
error: {};
|
9
|
-
typebox: import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>;
|
10
10
|
}, {
|
11
11
|
schema: {};
|
12
12
|
macro: {};
|
13
13
|
macroFn: {};
|
14
|
-
parser: {};
|
15
14
|
}, {
|
16
15
|
v2: {
|
17
16
|
merkl: {
|
@@ -32,15 +31,6 @@ export declare const v2: Elysia<"/v2", {
|
|
32
31
|
response: {
|
33
32
|
[x: string]: any;
|
34
33
|
200: any;
|
35
|
-
422: {
|
36
|
-
type: "validation";
|
37
|
-
on: string;
|
38
|
-
summary?: string;
|
39
|
-
message?: string;
|
40
|
-
found?: unknown;
|
41
|
-
property?: string;
|
42
|
-
expected?: string;
|
43
|
-
};
|
44
34
|
};
|
45
35
|
};
|
46
36
|
};
|
@@ -3,19 +3,18 @@ export declare const response: import("@sinclair/typebox").TArray<import("@sincl
|
|
3
3
|
rate: import("@sinclair/typebox").TNumber;
|
4
4
|
token: import("@sinclair/typebox").TString;
|
5
5
|
}>>;
|
6
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
6
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
7
7
|
decorator: {};
|
8
8
|
store: {};
|
9
9
|
derive: {};
|
10
10
|
resolve: {};
|
11
11
|
}, {
|
12
|
-
|
12
|
+
type: {};
|
13
13
|
error: {};
|
14
14
|
}, {
|
15
15
|
schema: {};
|
16
16
|
macro: {};
|
17
17
|
macroFn: {};
|
18
|
-
parser: {};
|
19
18
|
}, {
|
20
19
|
app: {
|
21
20
|
get: {
|
@@ -26,15 +25,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
26
25
|
response: {
|
27
26
|
[x: string]: any;
|
28
27
|
200: any;
|
29
|
-
422: {
|
30
|
-
type: "validation";
|
31
|
-
on: string;
|
32
|
-
summary?: string;
|
33
|
-
message?: string;
|
34
|
-
found?: unknown;
|
35
|
-
property?: string;
|
36
|
-
expected?: string;
|
37
|
-
};
|
38
28
|
};
|
39
29
|
};
|
40
30
|
};
|
@@ -5,19 +5,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
5
5
|
export declare const response: import("@sinclair/typebox").TObject<{
|
6
6
|
isBlacklisted: import("@sinclair/typebox").TBoolean;
|
7
7
|
}>;
|
8
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
8
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
9
9
|
decorator: {};
|
10
10
|
store: {};
|
11
11
|
derive: {};
|
12
12
|
resolve: {};
|
13
13
|
}, {
|
14
|
+
type: {};
|
14
15
|
error: {};
|
15
|
-
typebox: import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>;
|
16
16
|
}, {
|
17
17
|
schema: {};
|
18
18
|
macro: {};
|
19
19
|
macroFn: {};
|
20
|
-
parser: {};
|
21
20
|
}, {
|
22
21
|
blacklist: {
|
23
22
|
get: {
|
@@ -31,15 +30,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
31
30
|
200: {
|
32
31
|
isBlacklisted: boolean;
|
33
32
|
};
|
34
|
-
422: {
|
35
|
-
type: "validation";
|
36
|
-
on: string;
|
37
|
-
summary?: string;
|
38
|
-
message?: string;
|
39
|
-
found?: unknown;
|
40
|
-
property?: string;
|
41
|
-
expected?: string;
|
42
|
-
};
|
43
33
|
};
|
44
34
|
};
|
45
35
|
};
|
@@ -3,19 +3,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
3
3
|
onlyLive: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
4
4
|
}>;
|
5
5
|
export declare const response: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TNumber>>;
|
6
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
6
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
7
7
|
decorator: {};
|
8
8
|
store: {};
|
9
9
|
derive: {};
|
10
10
|
resolve: {};
|
11
11
|
}, {
|
12
|
-
|
12
|
+
type: {};
|
13
13
|
error: {};
|
14
14
|
}, {
|
15
15
|
schema: {};
|
16
16
|
macro: {};
|
17
17
|
macroFn: {};
|
18
|
-
parser: {};
|
19
18
|
}, {
|
20
19
|
index: {
|
21
20
|
get: {
|
@@ -32,15 +31,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
32
31
|
message?: string | undefined;
|
33
32
|
error: string;
|
34
33
|
};
|
35
|
-
422: {
|
36
|
-
type: "validation";
|
37
|
-
on: string;
|
38
|
-
summary?: string;
|
39
|
-
message?: string;
|
40
|
-
found?: unknown;
|
41
|
-
property?: string;
|
42
|
-
expected?: string;
|
43
|
-
};
|
44
34
|
};
|
45
35
|
};
|
46
36
|
};
|
@@ -4,19 +4,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
4
4
|
chainId: import("@sinclair/typebox").TNumber;
|
5
5
|
byReason: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
6
6
|
}>;
|
7
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
7
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
8
8
|
decorator: {};
|
9
9
|
store: {};
|
10
10
|
derive: {};
|
11
11
|
resolve: {};
|
12
12
|
}, {
|
13
|
+
type: {};
|
13
14
|
error: {};
|
14
|
-
typebox: import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>;
|
15
15
|
}, {
|
16
16
|
schema: {};
|
17
17
|
macro: {};
|
18
18
|
macroFn: {};
|
19
|
-
parser: {};
|
20
19
|
}, {
|
21
20
|
campaignClaims: {
|
22
21
|
get: {
|
@@ -30,15 +29,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
30
29
|
headers: unknown;
|
31
30
|
response: {
|
32
31
|
200: unknown;
|
33
|
-
422: {
|
34
|
-
type: "validation";
|
35
|
-
on: string;
|
36
|
-
summary?: string;
|
37
|
-
message?: string;
|
38
|
-
found?: unknown;
|
39
|
-
property?: string;
|
40
|
-
expected?: string;
|
41
|
-
};
|
42
32
|
};
|
43
33
|
};
|
44
34
|
};
|
@@ -4,19 +4,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
4
4
|
campaignId: import("@sinclair/typebox").TString;
|
5
5
|
chainId: import("@sinclair/typebox").TNumber;
|
6
6
|
}>;
|
7
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
7
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
8
8
|
decorator: {};
|
9
9
|
store: {};
|
10
10
|
derive: {};
|
11
11
|
resolve: {};
|
12
12
|
}, {
|
13
|
+
type: {};
|
13
14
|
error: {};
|
14
|
-
typebox: import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>;
|
15
15
|
}, {
|
16
16
|
schema: {};
|
17
17
|
macro: {};
|
18
18
|
macroFn: {};
|
19
|
-
parser: {};
|
20
19
|
}, {
|
21
20
|
campaignReport: {
|
22
21
|
get: {
|
@@ -29,15 +28,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
29
28
|
headers: unknown;
|
30
29
|
response: {
|
31
30
|
200: RewardsAmountQueryOutput;
|
32
|
-
422: {
|
33
|
-
type: "validation";
|
34
|
-
on: string;
|
35
|
-
summary?: string;
|
36
|
-
message?: string;
|
37
|
-
found?: unknown;
|
38
|
-
property?: string;
|
39
|
-
expected?: string;
|
40
|
-
};
|
41
31
|
};
|
42
32
|
};
|
43
33
|
};
|
@@ -3,19 +3,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
3
3
|
campaignIds: import("@sinclair/typebox").TString;
|
4
4
|
chainId: import("@sinclair/typebox").TNumber;
|
5
5
|
}>;
|
6
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
6
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
7
7
|
decorator: {};
|
8
8
|
store: {};
|
9
9
|
derive: {};
|
10
10
|
resolve: {};
|
11
11
|
}, {
|
12
|
+
type: {};
|
12
13
|
error: {};
|
13
|
-
typebox: import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>;
|
14
14
|
}, {
|
15
15
|
schema: {};
|
16
16
|
macro: {};
|
17
17
|
macroFn: {};
|
18
|
-
parser: {};
|
19
18
|
}, {
|
20
19
|
campaignUnclaimed: {
|
21
20
|
get: {
|
@@ -30,15 +29,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
30
29
|
200: {
|
31
30
|
[x: string]: string;
|
32
31
|
};
|
33
|
-
422: {
|
34
|
-
type: "validation";
|
35
|
-
on: string;
|
36
|
-
summary?: string;
|
37
|
-
message?: string;
|
38
|
-
found?: unknown;
|
39
|
-
property?: string;
|
40
|
-
expected?: string;
|
41
|
-
};
|
42
32
|
};
|
43
33
|
};
|
44
34
|
};
|
@@ -7,19 +7,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
7
7
|
hideTestTokens: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
8
8
|
}>;
|
9
9
|
export declare const response: import("@sinclair/typebox").TObject<{}>;
|
10
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
10
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
11
11
|
decorator: {};
|
12
12
|
store: {};
|
13
13
|
derive: {};
|
14
14
|
resolve: {};
|
15
15
|
}, {
|
16
|
-
|
16
|
+
type: {};
|
17
17
|
error: {};
|
18
18
|
}, {
|
19
19
|
schema: {};
|
20
20
|
macro: {};
|
21
21
|
macroFn: {};
|
22
|
-
parser: {};
|
23
22
|
}, {
|
24
23
|
campaigns: {
|
25
24
|
get: {
|
@@ -36,15 +35,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
36
35
|
response: {
|
37
36
|
[x: string]: any;
|
38
37
|
200: any;
|
39
|
-
422: {
|
40
|
-
type: "validation";
|
41
|
-
on: string;
|
42
|
-
summary?: string;
|
43
|
-
message?: string;
|
44
|
-
found?: unknown;
|
45
|
-
property?: string;
|
46
|
-
expected?: string;
|
47
|
-
};
|
48
38
|
};
|
49
39
|
};
|
50
40
|
};
|
@@ -4,19 +4,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
4
4
|
chainId: import("@sinclair/typebox").TNumber;
|
5
5
|
mainParameter: import("@sinclair/typebox").TString;
|
6
6
|
}>;
|
7
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
7
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
8
8
|
decorator: {};
|
9
9
|
store: {};
|
10
10
|
derive: {};
|
11
11
|
resolve: {};
|
12
12
|
}, {
|
13
|
+
type: {};
|
13
14
|
error: {};
|
14
|
-
typebox: import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>;
|
15
15
|
}, {
|
16
16
|
schema: {};
|
17
17
|
macro: {};
|
18
18
|
macroFn: {};
|
19
|
-
parser: {};
|
20
19
|
}, {
|
21
20
|
campaignsForMainParameter: {
|
22
21
|
get: {
|
@@ -29,15 +28,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
29
28
|
headers: unknown;
|
30
29
|
response: {
|
31
30
|
200: CampaignsForMainParameterReturnType;
|
32
|
-
422: {
|
33
|
-
type: "validation";
|
34
|
-
on: string;
|
35
|
-
summary?: string;
|
36
|
-
message?: string;
|
37
|
-
found?: unknown;
|
38
|
-
property?: string;
|
39
|
-
expected?: string;
|
40
|
-
};
|
41
31
|
};
|
42
32
|
};
|
43
33
|
};
|
@@ -1,17 +1,16 @@
|
|
1
1
|
import type Elysia from "elysia";
|
2
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
2
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
3
3
|
decorator: {};
|
4
4
|
store: {};
|
5
5
|
derive: {};
|
6
6
|
resolve: {};
|
7
7
|
}, {
|
8
|
-
|
8
|
+
type: {};
|
9
9
|
error: {};
|
10
10
|
}, {
|
11
11
|
schema: {};
|
12
12
|
macro: {};
|
13
13
|
macroFn: {};
|
14
|
-
parser: {};
|
15
14
|
}, {
|
16
15
|
campaignInfo: {
|
17
16
|
post: {
|
@@ -27,15 +26,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
27
26
|
} | {
|
28
27
|
error: string;
|
29
28
|
};
|
30
|
-
422: {
|
31
|
-
type: "validation";
|
32
|
-
on: string;
|
33
|
-
summary?: string;
|
34
|
-
message?: string;
|
35
|
-
found?: unknown;
|
36
|
-
property?: string;
|
37
|
-
expected?: string;
|
38
|
-
};
|
39
29
|
};
|
40
30
|
};
|
41
31
|
};
|
@@ -4,19 +4,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
4
4
|
from: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
5
5
|
to: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
6
6
|
}>;
|
7
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
7
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
8
8
|
decorator: {};
|
9
9
|
store: {};
|
10
10
|
derive: {};
|
11
11
|
resolve: {};
|
12
12
|
}, {
|
13
|
-
|
13
|
+
type: {};
|
14
14
|
error: {};
|
15
15
|
}, {
|
16
16
|
schema: {};
|
17
17
|
macro: {};
|
18
18
|
macroFn: {};
|
19
|
-
parser: {};
|
20
19
|
}, {
|
21
20
|
campaignsRewardsReport: {
|
22
21
|
get: {
|
@@ -30,15 +29,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
30
29
|
headers: unknown;
|
31
30
|
response: {
|
32
31
|
200: any[];
|
33
|
-
422: {
|
34
|
-
type: "validation";
|
35
|
-
on: string;
|
36
|
-
summary?: string;
|
37
|
-
message?: string;
|
38
|
-
found?: unknown;
|
39
|
-
property?: string;
|
40
|
-
expected?: string;
|
41
|
-
};
|
42
32
|
};
|
43
33
|
};
|
44
34
|
};
|
@@ -5,19 +5,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
5
5
|
byReason: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TBoolean>;
|
6
6
|
user: import("@sinclair/typebox").TString;
|
7
7
|
}>;
|
8
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
8
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
9
9
|
decorator: {};
|
10
10
|
store: {};
|
11
11
|
derive: {};
|
12
12
|
resolve: {};
|
13
13
|
}, {
|
14
|
+
type: {};
|
14
15
|
error: {};
|
15
|
-
typebox: import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>;
|
16
16
|
}, {
|
17
17
|
schema: {};
|
18
18
|
macro: {};
|
19
19
|
macroFn: {};
|
20
|
-
parser: {};
|
21
20
|
}, {
|
22
21
|
claims: {
|
23
22
|
get: {
|
@@ -32,15 +31,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
32
31
|
headers: unknown;
|
33
32
|
response: {
|
34
33
|
200: unknown;
|
35
|
-
422: {
|
36
|
-
type: "validation";
|
37
|
-
on: string;
|
38
|
-
summary?: string;
|
39
|
-
message?: string;
|
40
|
-
found?: unknown;
|
41
|
-
property?: string;
|
42
|
-
expected?: string;
|
43
|
-
};
|
44
34
|
};
|
45
35
|
};
|
46
36
|
};
|
@@ -5,19 +5,18 @@ export declare const response: import("@sinclair/typebox").TArray<import("@sincl
|
|
5
5
|
chaind: import("@sinclair/typebox").TNumber;
|
6
6
|
debtTokenAddress: import("@sinclair/typebox").TString;
|
7
7
|
}>>;
|
8
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
8
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
9
9
|
decorator: {};
|
10
10
|
store: {};
|
11
11
|
derive: {};
|
12
12
|
resolve: {};
|
13
13
|
}, {
|
14
|
-
|
14
|
+
type: {};
|
15
15
|
error: {};
|
16
16
|
}, {
|
17
17
|
schema: {};
|
18
18
|
macro: {};
|
19
19
|
macroFn: {};
|
20
|
-
parser: {};
|
21
20
|
}, {
|
22
21
|
compoundV2: {
|
23
22
|
get: {
|
@@ -36,15 +35,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
36
35
|
decimalsUnderlying: number;
|
37
36
|
}[];
|
38
37
|
};
|
39
|
-
422: {
|
40
|
-
type: "validation";
|
41
|
-
on: string;
|
42
|
-
summary?: string;
|
43
|
-
message?: string;
|
44
|
-
found?: unknown;
|
45
|
-
property?: string;
|
46
|
-
expected?: string;
|
47
|
-
};
|
48
38
|
};
|
49
39
|
};
|
50
40
|
};
|