@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
@@ -3,19 +3,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
3
3
|
chainId: import("@sinclair/typebox").TNumber;
|
4
4
|
user: 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
|
+
type: {};
|
12
13
|
error: {};
|
13
|
-
typebox: import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, 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
|
createCampaign: {
|
21
20
|
get: {
|
@@ -33,15 +32,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
33
32
|
signed: boolean | undefined;
|
34
33
|
validRewardTokens: any;
|
35
34
|
};
|
36
|
-
422: {
|
37
|
-
type: "validation";
|
38
|
-
on: string;
|
39
|
-
summary?: string;
|
40
|
-
message?: string;
|
41
|
-
found?: unknown;
|
42
|
-
property?: string;
|
43
|
-
expected?: string;
|
44
|
-
};
|
45
35
|
};
|
46
36
|
};
|
47
37
|
};
|
@@ -4,19 +4,18 @@ export declare const response: import("@sinclair/typebox").TArray<import("@sincl
|
|
4
4
|
token: import("@sinclair/typebox").TString;
|
5
5
|
symbol: 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
|
-
|
13
|
+
type: {};
|
14
14
|
error: {};
|
15
15
|
}, {
|
16
16
|
schema: {};
|
17
17
|
macro: {};
|
18
18
|
macroFn: {};
|
19
|
-
parser: {};
|
20
19
|
}, {
|
21
20
|
dolomite: {
|
22
21
|
get: {
|
@@ -27,15 +26,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
27
26
|
response: {
|
28
27
|
[x: string]: any;
|
29
28
|
200: any;
|
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
|
};
|
@@ -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
|
euler: {
|
23
22
|
get: {
|
@@ -27,15 +26,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
27
26
|
headers: unknown;
|
28
27
|
response: {
|
29
28
|
200: import("../../libs/campaigns/utils/getEulerV2Vaults").EulerVaultType[];
|
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
|
};
|
@@ -3,19 +3,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
3
3
|
chainId: import("@sinclair/typebox").TNumber;
|
4
4
|
minIndex: import("@sinclair/typebox").TOptional<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
|
index: {
|
21
20
|
get: {
|
@@ -29,15 +28,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
29
28
|
response: {
|
30
29
|
[x: string]: any;
|
31
30
|
200: any;
|
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
|
};
|
@@ -4,19 +4,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
4
4
|
index: import("@sinclair/typebox").TNumber;
|
5
5
|
}>;
|
6
6
|
/** Fetch params */
|
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
|
fetch: {
|
22
21
|
get: {
|
@@ -32,15 +31,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
32
31
|
message: string;
|
33
32
|
name: 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
|
};
|
@@ -2,19 +2,18 @@ import type Elysia from "elysia";
|
|
2
2
|
export declare const response: import("@sinclair/typebox").TObject<{
|
3
3
|
success: import("@sinclair/typebox").TBoolean;
|
4
4
|
}>;
|
5
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
5
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
6
6
|
decorator: {};
|
7
7
|
store: {};
|
8
8
|
derive: {};
|
9
9
|
resolve: {};
|
10
10
|
}, {
|
11
|
-
|
11
|
+
type: {};
|
12
12
|
error: {};
|
13
13
|
}, {
|
14
14
|
schema: {};
|
15
15
|
macro: {};
|
16
16
|
macroFn: {};
|
17
|
-
parser: {};
|
18
17
|
}, {
|
19
18
|
health: {
|
20
19
|
get: {
|
@@ -26,15 +25,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
26
25
|
200: {
|
27
26
|
success: boolean;
|
28
27
|
};
|
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
|
};
|
@@ -14,19 +14,18 @@ export declare const response: import("@sinclair/typebox").TRecord<import("@sinc
|
|
14
14
|
total: import("@sinclair/typebox").TNumber;
|
15
15
|
yield: import("@sinclair/typebox").TNumber;
|
16
16
|
}>>>;
|
17
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
17
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
18
18
|
decorator: {};
|
19
19
|
store: {};
|
20
20
|
derive: {};
|
21
21
|
resolve: {};
|
22
22
|
}, {
|
23
|
+
type: {};
|
23
24
|
error: {};
|
24
|
-
typebox: import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>;
|
25
25
|
}, {
|
26
26
|
schema: {};
|
27
27
|
macro: {};
|
28
28
|
macroFn: {};
|
29
|
-
parser: {};
|
30
29
|
}, {
|
31
30
|
lostyield: {
|
32
31
|
get: {
|
@@ -39,15 +38,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
39
38
|
response: {
|
40
39
|
[x: string]: any;
|
41
40
|
200: any;
|
42
|
-
422: {
|
43
|
-
type: "validation";
|
44
|
-
on: string;
|
45
|
-
summary?: string;
|
46
|
-
message?: string;
|
47
|
-
found?: unknown;
|
48
|
-
property?: string;
|
49
|
-
expected?: string;
|
50
|
-
};
|
51
41
|
};
|
52
42
|
};
|
53
43
|
};
|
@@ -51,19 +51,18 @@ export declare const response: import("@sinclair/typebox").TRecord<import("@sinc
|
|
51
51
|
}>>;
|
52
52
|
}>>;
|
53
53
|
export declare const merklRoute: ({ query, set }: any) => Promise<MerklAPIType>;
|
54
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
54
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
55
55
|
decorator: {};
|
56
56
|
store: {};
|
57
57
|
derive: {};
|
58
58
|
resolve: {};
|
59
59
|
}, {
|
60
|
+
type: {};
|
60
61
|
error: {};
|
61
|
-
typebox: import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>;
|
62
62
|
}, {
|
63
63
|
schema: {};
|
64
64
|
macro: {};
|
65
65
|
macroFn: {};
|
66
|
-
parser: {};
|
67
66
|
}, {
|
68
67
|
merkl: {
|
69
68
|
get: {
|
@@ -22,19 +22,18 @@ export declare const response: import("@sinclair/typebox").TArray<import("@sincl
|
|
22
22
|
symbol: import("@sinclair/typebox").TString;
|
23
23
|
}>;
|
24
24
|
}>>;
|
25
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
25
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
26
26
|
decorator: {};
|
27
27
|
store: {};
|
28
28
|
derive: {};
|
29
29
|
resolve: {};
|
30
30
|
}, {
|
31
|
-
|
31
|
+
type: {};
|
32
32
|
error: {};
|
33
33
|
}, {
|
34
34
|
schema: {};
|
35
35
|
macro: {};
|
36
36
|
macroFn: {};
|
37
|
-
parser: {};
|
38
37
|
}, {
|
39
38
|
morphoMarkets: {
|
40
39
|
get: {
|
@@ -48,15 +47,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
48
47
|
response: {
|
49
48
|
[x: string]: any;
|
50
49
|
200: any;
|
51
|
-
422: {
|
52
|
-
type: "validation";
|
53
|
-
on: string;
|
54
|
-
summary?: string;
|
55
|
-
message?: string;
|
56
|
-
found?: unknown;
|
57
|
-
property?: string;
|
58
|
-
expected?: string;
|
59
|
-
};
|
60
50
|
};
|
61
51
|
};
|
62
52
|
};
|
@@ -12,19 +12,18 @@ export declare const response: import("@sinclair/typebox").TArray<import("@sincl
|
|
12
12
|
network: import("@sinclair/typebox").TString;
|
13
13
|
}>;
|
14
14
|
}>>;
|
15
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
15
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
16
16
|
decorator: {};
|
17
17
|
store: {};
|
18
18
|
derive: {};
|
19
19
|
resolve: {};
|
20
20
|
}, {
|
21
|
-
|
21
|
+
type: {};
|
22
22
|
error: {};
|
23
23
|
}, {
|
24
24
|
schema: {};
|
25
25
|
macro: {};
|
26
26
|
macroFn: {};
|
27
|
-
parser: {};
|
28
27
|
}, {
|
29
28
|
morphoVaults: {
|
30
29
|
get: {
|
@@ -38,15 +37,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
38
37
|
response: {
|
39
38
|
[x: string]: any;
|
40
39
|
200: any;
|
41
|
-
422: {
|
42
|
-
type: "validation";
|
43
|
-
on: string;
|
44
|
-
summary?: string;
|
45
|
-
message?: string;
|
46
|
-
found?: unknown;
|
47
|
-
property?: string;
|
48
|
-
expected?: string;
|
49
|
-
};
|
50
40
|
};
|
51
41
|
};
|
52
42
|
};
|
@@ -4,19 +4,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
4
4
|
user: import("@sinclair/typebox").TString;
|
5
5
|
creatorTag: import("@sinclair/typebox").TOptional<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
|
multiChainPositions: {
|
22
21
|
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
|
};
|
@@ -22,19 +22,18 @@ export declare const response: import("@sinclair/typebox").TRecord<import("@sinc
|
|
22
22
|
type: import("@sinclair/typebox").TNumber;
|
23
23
|
}>;
|
24
24
|
}>>;
|
25
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
25
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
26
26
|
decorator: {};
|
27
27
|
store: {};
|
28
28
|
derive: {};
|
29
29
|
resolve: {};
|
30
30
|
}, {
|
31
|
-
|
31
|
+
type: {};
|
32
32
|
error: {};
|
33
33
|
}, {
|
34
34
|
schema: {};
|
35
35
|
macro: {};
|
36
36
|
macroFn: {};
|
37
|
-
parser: {};
|
38
37
|
}, {
|
39
38
|
opportunity: {
|
40
39
|
get: {
|
@@ -52,15 +51,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
52
51
|
headers: unknown;
|
53
52
|
response: {
|
54
53
|
200: {};
|
55
|
-
422: {
|
56
|
-
type: "validation";
|
57
|
-
on: string;
|
58
|
-
summary?: string;
|
59
|
-
message?: string;
|
60
|
-
found?: unknown;
|
61
|
-
property?: string;
|
62
|
-
expected?: string;
|
63
|
-
};
|
64
54
|
};
|
65
55
|
};
|
66
56
|
};
|
@@ -22,19 +22,18 @@ export declare const response: import("@sinclair/typebox").TObject<{
|
|
22
22
|
token: import("@sinclair/typebox").TString;
|
23
23
|
}>]>>>;
|
24
24
|
}>;
|
25
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
25
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
26
26
|
decorator: {};
|
27
27
|
store: {};
|
28
28
|
derive: {};
|
29
29
|
resolve: {};
|
30
30
|
}, {
|
31
|
+
type: {};
|
31
32
|
error: {};
|
32
|
-
typebox: import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>;
|
33
33
|
}, {
|
34
34
|
schema: {};
|
35
35
|
macro: {};
|
36
36
|
macroFn: {};
|
37
|
-
parser: {};
|
38
37
|
}, {
|
39
38
|
overview: {
|
40
39
|
get: {
|
@@ -64,15 +63,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
64
63
|
}[];
|
65
64
|
};
|
66
65
|
};
|
67
|
-
422: {
|
68
|
-
type: "validation";
|
69
|
-
on: string;
|
70
|
-
summary?: string;
|
71
|
-
message?: string;
|
72
|
-
found?: unknown;
|
73
|
-
property?: string;
|
74
|
-
expected?: string;
|
75
|
-
};
|
76
66
|
};
|
77
67
|
};
|
78
68
|
};
|
@@ -4,19 +4,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
4
4
|
chainId: import("@sinclair/typebox").TNumber;
|
5
5
|
index: 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
|
+
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
|
parse: {
|
22
21
|
get: {
|
@@ -33,15 +32,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
33
32
|
message: string;
|
34
33
|
name: string;
|
35
34
|
};
|
36
|
-
422: {
|
37
|
-
type: "validation";
|
38
|
-
on: string;
|
39
|
-
summary?: string;
|
40
|
-
message?: string;
|
41
|
-
found?: unknown;
|
42
|
-
property?: string;
|
43
|
-
expected?: string;
|
44
|
-
};
|
45
35
|
};
|
46
36
|
};
|
47
37
|
};
|
@@ -4,19 +4,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
4
4
|
config: import("@sinclair/typebox").TString;
|
5
5
|
signature: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
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
|
payload: {
|
22
21
|
get: {
|
@@ -44,15 +43,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
44
43
|
message?: undefined;
|
45
44
|
name?: undefined;
|
46
45
|
};
|
47
|
-
422: {
|
48
|
-
type: "validation";
|
49
|
-
on: string;
|
50
|
-
summary?: string;
|
51
|
-
message?: string;
|
52
|
-
found?: unknown;
|
53
|
-
property?: string;
|
54
|
-
expected?: string;
|
55
|
-
};
|
56
46
|
};
|
57
47
|
};
|
58
48
|
};
|
@@ -3,19 +3,18 @@ export declare const query: import("@sinclair/typebox").TObject<{
|
|
3
3
|
chainId: import("@sinclair/typebox").TNumber;
|
4
4
|
poolAddress: 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
|
+
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
|
poolInfo: {
|
21
20
|
get: {
|
@@ -29,15 +28,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
29
28
|
response: {
|
30
29
|
[x: string]: any;
|
31
30
|
200: any;
|
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
|
};
|
@@ -23,19 +23,18 @@ export declare const response: import("@sinclair/typebox").TRecord<import("@sinc
|
|
23
23
|
balance: import("@sinclair/typebox").TNumber;
|
24
24
|
}>)[]>>;
|
25
25
|
}>>;
|
26
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
26
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
27
27
|
decorator: {};
|
28
28
|
store: {};
|
29
29
|
derive: {};
|
30
30
|
resolve: {};
|
31
31
|
}, {
|
32
|
+
type: {};
|
32
33
|
error: {};
|
33
|
-
typebox: import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>;
|
34
34
|
}, {
|
35
35
|
schema: {};
|
36
36
|
macro: {};
|
37
37
|
macroFn: {};
|
38
|
-
parser: {};
|
39
38
|
}, {
|
40
39
|
positions: {
|
41
40
|
get: {
|
@@ -49,15 +48,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
49
48
|
response: {
|
50
49
|
[x: string]: any;
|
51
50
|
200: any;
|
52
|
-
422: {
|
53
|
-
type: "validation";
|
54
|
-
on: string;
|
55
|
-
summary?: string;
|
56
|
-
message?: string;
|
57
|
-
found?: unknown;
|
58
|
-
property?: string;
|
59
|
-
expected?: string;
|
60
|
-
};
|
61
51
|
};
|
62
52
|
};
|
63
53
|
};
|
@@ -16,19 +16,18 @@ export declare const response: import("@sinclair/typebox").TArray<import("@sincl
|
|
16
16
|
vault: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
17
17
|
vaultSymbol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
18
18
|
}>>;
|
19
|
-
declare const _default: (app: Elysia) => Elysia<"", {
|
19
|
+
declare const _default: (app: Elysia) => Elysia<"", false, {
|
20
20
|
decorator: {};
|
21
21
|
store: {};
|
22
22
|
derive: {};
|
23
23
|
resolve: {};
|
24
24
|
}, {
|
25
|
-
|
25
|
+
type: {};
|
26
26
|
error: {};
|
27
27
|
}, {
|
28
28
|
schema: {};
|
29
29
|
macro: {};
|
30
30
|
macroFn: {};
|
31
|
-
parser: {};
|
32
31
|
}, {
|
33
32
|
radiant: {
|
34
33
|
get: {
|
@@ -42,15 +41,6 @@ declare const _default: (app: Elysia) => Elysia<"", {
|
|
42
41
|
response: {
|
43
42
|
[x: string]: any;
|
44
43
|
200: any;
|
45
|
-
422: {
|
46
|
-
type: "validation";
|
47
|
-
on: string;
|
48
|
-
summary?: string;
|
49
|
-
message?: string;
|
50
|
-
found?: unknown;
|
51
|
-
property?: string;
|
52
|
-
expected?: string;
|
53
|
-
};
|
54
44
|
};
|
55
45
|
};
|
56
46
|
};
|