@merkl/api 1.4.3 → 1.4.5

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.
Files changed (149) hide show
  1. package/dist/src/eden/index.d.ts +1795 -2646
  2. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -1
  3. package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -1
  4. package/dist/src/engine/implementations/Erc20/subTypes/implementations/eulerEarn/metadata.d.ts +17 -0
  5. package/dist/src/engine/implementations/Erc20/subTypes/implementations/eulerEarn/metadata.js.map +1 -0
  6. package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +1 -0
  7. package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -1
  8. package/dist/src/engine/implementations/Erc20/tvl.js.map +1 -1
  9. package/dist/src/hooks/checkQueryAddressValidity.d.ts +6 -0
  10. package/dist/src/hooks/checkQueryChainIdValidity.d.ts +6 -0
  11. package/dist/src/index.d.ts +4437 -6187
  12. package/dist/src/index.js.map +1 -1
  13. package/dist/src/jobs/prices.js.map +1 -1
  14. package/dist/src/libs/computeFee.d.ts +6 -6
  15. package/dist/src/modules/v4/accounting/accounting.controller.d.ts +8 -5
  16. package/dist/src/modules/v4/authentication/authentication.controller.d.ts +3 -2
  17. package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +6 -5
  18. package/dist/src/modules/v4/blacklist/blacklist.repository.d.ts +2 -2
  19. package/dist/src/modules/v4/blacklist/blacklist.service.d.ts +2 -2
  20. package/dist/src/modules/v4/boost/boost.controller.d.ts +3 -0
  21. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +34 -174
  22. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +18 -15
  23. package/dist/src/modules/v4/campaign/campaign.repository.js.map +1 -1
  24. package/dist/src/modules/v4/campaign/campaign.service.d.ts +9 -6
  25. package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -1
  26. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +99 -500
  27. package/dist/src/modules/v4/campaignBatch/campaignBatch.controller.d.ts +18 -22
  28. package/dist/src/modules/v4/campaignBatch/campaignBatch.repository.d.ts +3 -3
  29. package/dist/src/modules/v4/campaignBatch/campaignBatch.service.d.ts +3 -3
  30. package/dist/src/modules/v4/campaignBatch/campaignBatch.service.js.map +1 -1
  31. package/dist/src/modules/v4/campaignGroup/campaignGroup.repository.d.ts +4 -4
  32. package/dist/src/modules/v4/campaignGroup/campaignGroup.service.d.ts +4 -4
  33. package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +58 -51
  34. package/dist/src/modules/v4/campaignStatus/campaignStatus.repository.d.ts +11 -11
  35. package/dist/src/modules/v4/campaignStatus/campaignStatus.service.d.ts +9 -9
  36. package/dist/src/modules/v4/campaignToProcess/campaignToProcess.controller.d.ts +17 -2
  37. package/dist/src/modules/v4/chain/chain.controller.d.ts +9 -5
  38. package/dist/src/modules/v4/claims/claims.controller.d.ts +3 -0
  39. package/dist/src/modules/v4/clamm/clamm.controller.d.ts +4 -1
  40. package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +4 -4
  41. package/dist/src/modules/v4/computedValue/computedValue.repository.d.ts +1 -1
  42. package/dist/src/modules/v4/computedValue/computedValue.service.d.ts +1 -1
  43. package/dist/src/modules/v4/config/config.controller.d.ts +9 -7
  44. package/dist/src/modules/v4/creator/creator.controller.d.ts +13 -6
  45. package/dist/src/modules/v4/creator/creator.repository.d.ts +1 -1
  46. package/dist/src/modules/v4/creator/creator.service.d.ts +5 -2
  47. package/dist/src/modules/v4/euler/euler.controller.d.ts +5 -2
  48. package/dist/src/modules/v4/explorer/explorer.controller.d.ts +3 -0
  49. package/dist/src/modules/v4/interaction/interaction.controller.d.ts +4 -9
  50. package/dist/src/modules/v4/interaction/interaction.controller.js.map +1 -1
  51. package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.d.ts +2 -2
  52. package/dist/src/modules/v4/liquidity/implementations/BadgerPositionFetcher.d.ts +2 -2
  53. package/dist/src/modules/v4/liquidity/implementations/ClammPositionFetcher.d.ts +2 -2
  54. package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.d.ts +2 -2
  55. package/dist/src/modules/v4/liquidity/implementations/ERC20PositionFetcher.d.ts +2 -2
  56. package/dist/src/modules/v4/liquidity/implementations/EulerPositionFetcher.d.ts +2 -2
  57. package/dist/src/modules/v4/liquidity/liquidity.controller.d.ts +3 -0
  58. package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +10 -9
  59. package/dist/src/modules/v4/node/node.controller.d.ts +3 -0
  60. package/dist/src/modules/v4/node/node.repository.d.ts +3 -3
  61. package/dist/src/modules/v4/node/node.service.d.ts +1 -1
  62. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +67 -62
  63. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +12 -12
  64. package/dist/src/modules/v4/parse/parse.controller.d.ts +3 -0
  65. package/dist/src/modules/v4/payload/payload.controller.d.ts +231 -234
  66. package/dist/src/modules/v4/payload/payload.service.d.ts +0 -7
  67. package/dist/src/modules/v4/payload/payload.service.js.map +1 -1
  68. package/dist/src/modules/v4/priceSource/priceFetchers/implementations/dexScreenerService.js.map +1 -1
  69. package/dist/src/modules/v4/priceSource/priceSource.controller.d.ts +21 -9
  70. package/dist/src/modules/v4/priceSource/priceSource.repository.d.ts +6 -6
  71. package/dist/src/modules/v4/priceSource/priceSource.service.d.ts +6 -6
  72. package/dist/src/modules/v4/program/program.controller.d.ts +23 -17
  73. package/dist/src/modules/v4/program/program.repository.d.ts +2 -2
  74. package/dist/src/modules/v4/program/program.service.d.ts +2 -2
  75. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +835 -797
  76. package/dist/src/modules/v4/protocol/protocol.controller.d.ts +8 -4
  77. package/dist/src/modules/v4/protocol/protocol.repository.d.ts +1 -1
  78. package/dist/src/modules/v4/referral/referral.controller.d.ts +3 -0
  79. package/dist/src/modules/v4/reward/reward.controller.d.ts +10 -23
  80. package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -3
  81. package/dist/src/modules/v4/reward/reward.repository.js.map +1 -1
  82. package/dist/src/modules/v4/reward/reward.service.d.ts +37 -36
  83. package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
  84. package/dist/src/modules/v4/router.d.ts +1880 -2411
  85. package/dist/src/modules/v4/router.js.map +1 -1
  86. package/dist/src/modules/v4/token/token.controller.d.ts +32 -52
  87. package/dist/src/modules/v4/token/token.controller.js.map +1 -1
  88. package/dist/src/modules/v4/ton/ton.controller.d.ts +3 -0
  89. package/dist/src/modules/v4/turtle/turtle.controller.d.ts +4 -1
  90. package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +416 -405
  91. package/dist/src/modules/v4/uniswap/uniswap.repository.d.ts +2 -2
  92. package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +2 -2
  93. package/dist/src/modules/v4/user/user.controller.d.ts +9 -6
  94. package/dist/src/modules/v4/user/user.controller.js.map +1 -1
  95. package/dist/src/modules/v4/user/user.model.d.ts +5 -0
  96. package/dist/src/modules/v4/user/user.model.js.map +1 -1
  97. package/dist/src/plugins/errorHandler.d.ts +13 -0
  98. package/dist/src/routes/v1/allowances.d.ts +7 -1
  99. package/dist/src/routes/v1/balances.d.ts +7 -1
  100. package/dist/src/routes/v1/prices.d.ts +6 -0
  101. package/dist/src/routes/v1/router.d.ts +7 -12
  102. package/dist/src/routes/v1/router.js.map +1 -1
  103. package/dist/src/routes/v1/tokens.d.ts +8 -10
  104. package/dist/src/routes/v2/merkl.d.ts +7 -112
  105. package/dist/src/routes/v2/router.d.ts +4 -112
  106. package/dist/src/routes/v2/router.js.map +1 -1
  107. package/dist/src/routes/v3/app.d.ts +7 -1
  108. package/dist/src/routes/v3/blacklist.d.ts +6 -0
  109. package/dist/src/routes/v3/campaign/delay.d.ts +10 -4
  110. package/dist/src/routes/v3/campaignClaims.d.ts +6 -1
  111. package/dist/src/routes/v3/campaignUnclaimed.d.ts +7 -3
  112. package/dist/src/routes/v3/campaigns.d.ts +8 -10
  113. package/dist/src/routes/v3/campaignsForMainParameter.d.ts +6 -0
  114. package/dist/src/routes/v3/campaignsRewardsReport.d.ts +6 -0
  115. package/dist/src/routes/v3/claims.d.ts +6 -0
  116. package/dist/src/routes/v3/compoundV2.d.ts +8 -10
  117. package/dist/src/routes/v3/createCampaign.d.ts +6 -0
  118. package/dist/src/routes/v3/dolomite.d.ts +8 -10
  119. package/dist/src/routes/v3/euler.d.ts +16 -1
  120. package/dist/src/routes/v3/fetch.d.ts +6 -0
  121. package/dist/src/routes/v3/health.d.ts +3 -0
  122. package/dist/src/routes/v3/lostyield.d.ts +8 -10
  123. package/dist/src/routes/v3/merkl.d.ts +8 -113
  124. package/dist/src/routes/v3/morphoMarkets.d.ts +8 -10
  125. package/dist/src/routes/v3/morphoVaults.d.ts +8 -10
  126. package/dist/src/routes/v3/multiChainPositions.d.ts +6 -2
  127. package/dist/src/routes/v3/opportunity.d.ts +7 -1
  128. package/dist/src/routes/v3/overview.d.ts +26 -19
  129. package/dist/src/routes/v3/parse.d.ts +6 -0
  130. package/dist/src/routes/v3/payload.d.ts +6 -0
  131. package/dist/src/routes/v3/poolInfo.d.ts +14 -7
  132. package/dist/src/routes/v3/positions.d.ts +6 -2
  133. package/dist/src/routes/v3/radiant.d.ts +8 -10
  134. package/dist/src/routes/v3/recipients.d.ts +6 -0
  135. package/dist/src/routes/v3/rewards.d.ts +6 -0
  136. package/dist/src/routes/v3/rewardsReport.d.ts +6 -0
  137. package/dist/src/routes/v3/router.d.ts +37 -211
  138. package/dist/src/routes/v3/router.js.map +1 -1
  139. package/dist/src/routes/v3/silo.d.ts +8 -10
  140. package/dist/src/routes/v3/token.d.ts +6 -0
  141. package/dist/src/routes/v3/twt/participants.d.ts +8 -10
  142. package/dist/src/routes/v3/updates.d.ts +10 -8
  143. package/dist/src/routes/v3/userRewards.d.ts +6 -0
  144. package/dist/src/utils/error.d.ts +8 -0
  145. package/dist/src/utils/models.d.ts +12 -6
  146. package/dist/src/utils/queries/allCampaigns.d.ts +1 -1
  147. package/package.json +3 -3
  148. package/dist/src/scripts/campaign-config.test.d.ts +0 -1
  149. package/dist/src/scripts/campaign-config.test.js.map +0 -1
@@ -21,16 +21,19 @@ declare const _default: (app: Elysia<"", {
21
21
  macro: {};
22
22
  macroFn: {};
23
23
  parser: {};
24
+ response: {};
24
25
  }, {}, {
25
26
  derive: {};
26
27
  resolve: {};
27
28
  schema: {};
28
29
  standaloneSchema: {};
30
+ response: {};
29
31
  }, {
30
32
  derive: {};
31
33
  resolve: {};
32
34
  schema: {};
33
35
  standaloneSchema: {};
36
+ response: {};
34
37
  }>) => Elysia<"", {
35
38
  decorator: {};
36
39
  store: {};
@@ -45,6 +48,7 @@ declare const _default: (app: Elysia<"", {
45
48
  macro: {};
46
49
  macroFn: {};
47
50
  parser: {};
51
+ response: {};
48
52
  }, {
49
53
  dolomite: {
50
54
  get: {
@@ -56,16 +60,8 @@ declare const _default: (app: Elysia<"", {
56
60
  headers: unknown;
57
61
  response: {
58
62
  [x: string]: any;
59
- 200: any;
60
- 422: {
61
- type: "validation";
62
- on: string;
63
- summary?: string | undefined;
64
- message?: string | undefined;
65
- found?: unknown;
66
- property?: string | undefined;
67
- expected?: string | undefined;
68
- };
63
+ [x: number]: any;
64
+ [x: symbol]: any;
69
65
  };
70
66
  };
71
67
  };
@@ -74,10 +70,12 @@ declare const _default: (app: Elysia<"", {
74
70
  resolve: {};
75
71
  schema: {};
76
72
  standaloneSchema: {};
73
+ response: {};
77
74
  }, {
78
75
  derive: {};
79
76
  resolve: {};
80
77
  schema: {};
81
78
  standaloneSchema: {};
79
+ response: {};
82
80
  }>;
83
81
  export default _default;
@@ -13,16 +13,19 @@ declare const _default: (app: Elysia<"", {
13
13
  macro: {};
14
14
  macroFn: {};
15
15
  parser: {};
16
+ response: {};
16
17
  }, {}, {
17
18
  derive: {};
18
19
  resolve: {};
19
20
  schema: {};
20
21
  standaloneSchema: {};
22
+ response: {};
21
23
  }, {
22
24
  derive: {};
23
25
  resolve: {};
24
26
  schema: {};
25
27
  standaloneSchema: {};
28
+ response: {};
26
29
  }>) => Elysia<"", {
27
30
  decorator: {};
28
31
  store: {};
@@ -37,6 +40,7 @@ declare const _default: (app: Elysia<"", {
37
40
  macro: {};
38
41
  macroFn: {};
39
42
  parser: {};
43
+ response: {};
40
44
  }, {
41
45
  euler: {
42
46
  get: {
@@ -46,6 +50,15 @@ declare const _default: (app: Elysia<"", {
46
50
  headers: unknown;
47
51
  response: {
48
52
  200: import("@package/sdk").EulerVaultType[];
53
+ 422: {
54
+ type: "validation";
55
+ on: string;
56
+ summary?: string | undefined;
57
+ message?: string | undefined;
58
+ found?: unknown;
59
+ property?: string | undefined;
60
+ expected?: string | undefined;
61
+ };
49
62
  };
50
63
  };
51
64
  } & {
@@ -54,7 +67,7 @@ declare const _default: (app: Elysia<"", {
54
67
  body: unknown;
55
68
  params: {
56
69
  chainId: number;
57
- } & {};
70
+ };
58
71
  query: {
59
72
  vaultAddress?: string | undefined;
60
73
  };
@@ -79,10 +92,12 @@ declare const _default: (app: Elysia<"", {
79
92
  resolve: {};
80
93
  schema: {};
81
94
  standaloneSchema: {};
95
+ response: {};
82
96
  }, {
83
97
  derive: {};
84
98
  resolve: {};
85
99
  schema: {};
86
100
  standaloneSchema: {};
101
+ response: {};
87
102
  }>;
88
103
  export default _default;
@@ -17,16 +17,19 @@ declare const _default: (app: Elysia<"", {
17
17
  macro: {};
18
18
  macroFn: {};
19
19
  parser: {};
20
+ response: {};
20
21
  }, {}, {
21
22
  derive: {};
22
23
  resolve: {};
23
24
  schema: {};
24
25
  standaloneSchema: {};
26
+ response: {};
25
27
  }, {
26
28
  derive: {};
27
29
  resolve: {};
28
30
  schema: {};
29
31
  standaloneSchema: {};
32
+ response: {};
30
33
  }>) => Elysia<"", {
31
34
  decorator: {};
32
35
  store: {};
@@ -41,6 +44,7 @@ declare const _default: (app: Elysia<"", {
41
44
  macro: {};
42
45
  macroFn: {};
43
46
  parser: {};
47
+ response: {};
44
48
  }, {
45
49
  fetch: {
46
50
  get: {
@@ -73,10 +77,12 @@ declare const _default: (app: Elysia<"", {
73
77
  resolve: {};
74
78
  schema: {};
75
79
  standaloneSchema: {};
80
+ response: {};
76
81
  }, {
77
82
  derive: {};
78
83
  resolve: {};
79
84
  schema: {};
80
85
  standaloneSchema: {};
86
+ response: {};
81
87
  }>;
82
88
  export default _default;
@@ -18,6 +18,7 @@ export declare const healthCheck: () => Elysia<"", {
18
18
  macro: {};
19
19
  macroFn: {};
20
20
  parser: {};
21
+ response: {};
21
22
  }, {
22
23
  health: {
23
24
  get: {
@@ -46,9 +47,11 @@ export declare const healthCheck: () => Elysia<"", {
46
47
  resolve: {};
47
48
  schema: {};
48
49
  standaloneSchema: {};
50
+ response: {};
49
51
  }, {
50
52
  derive: {};
51
53
  resolve: {};
52
54
  schema: {};
53
55
  standaloneSchema: {};
56
+ response: {};
54
57
  }>;
@@ -28,16 +28,19 @@ declare const _default: (app: Elysia<"", {
28
28
  macro: {};
29
29
  macroFn: {};
30
30
  parser: {};
31
+ response: {};
31
32
  }, {}, {
32
33
  derive: {};
33
34
  resolve: {};
34
35
  schema: {};
35
36
  standaloneSchema: {};
37
+ response: {};
36
38
  }, {
37
39
  derive: {};
38
40
  resolve: {};
39
41
  schema: {};
40
42
  standaloneSchema: {};
43
+ response: {};
41
44
  }>) => Elysia<"", {
42
45
  decorator: {};
43
46
  store: {};
@@ -52,6 +55,7 @@ declare const _default: (app: Elysia<"", {
52
55
  macro: {};
53
56
  macroFn: {};
54
57
  parser: {};
58
+ response: {};
55
59
  }, {
56
60
  lostyield: {
57
61
  get: {
@@ -63,16 +67,8 @@ declare const _default: (app: Elysia<"", {
63
67
  headers: unknown;
64
68
  response: {
65
69
  [x: string]: any;
66
- 200: any;
67
- 422: {
68
- type: "validation";
69
- on: string;
70
- summary?: string | undefined;
71
- message?: string | undefined;
72
- found?: unknown;
73
- property?: string | undefined;
74
- expected?: string | undefined;
75
- };
70
+ [x: number]: any;
71
+ [x: symbol]: any;
76
72
  };
77
73
  };
78
74
  };
@@ -81,10 +77,12 @@ declare const _default: (app: Elysia<"", {
81
77
  resolve: {};
82
78
  schema: {};
83
79
  standaloneSchema: {};
80
+ response: {};
84
81
  }, {
85
82
  derive: {};
86
83
  resolve: {};
87
84
  schema: {};
88
85
  standaloneSchema: {};
86
+ response: {};
89
87
  }>;
90
88
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import type { CampaignType } from "@package/resources/enums";
2
- import { AMM, type CampaignDynamicData } from "@package/sdk";
2
+ import { type CampaignDynamicData } from "@package/sdk";
3
3
  import { type Elysia } from "elysia";
4
4
  export type CampaignsReturnType = {
5
5
  [chainId: number]: {
@@ -66,16 +66,19 @@ declare const _default: (app: Elysia<"", {
66
66
  macro: {};
67
67
  macroFn: {};
68
68
  parser: {};
69
+ response: {};
69
70
  }, {}, {
70
71
  derive: {};
71
72
  resolve: {};
72
73
  schema: {};
73
74
  standaloneSchema: {};
75
+ response: {};
74
76
  }, {
75
77
  derive: {};
76
78
  resolve: {};
77
79
  schema: {};
78
80
  standaloneSchema: {};
81
+ response: {};
79
82
  }>) => Elysia<"", {
80
83
  decorator: {};
81
84
  store: {};
@@ -90,6 +93,7 @@ declare const _default: (app: Elysia<"", {
90
93
  macro: {};
91
94
  macroFn: {};
92
95
  parser: {};
96
+ response: {};
93
97
  }, {
94
98
  merkl: {
95
99
  get: {
@@ -98,118 +102,7 @@ declare const _default: (app: Elysia<"", {
98
102
  query: unknown;
99
103
  headers: unknown;
100
104
  response: {
101
- 200: {
102
- [x: number]: {
103
- merkleRoot: string;
104
- message: string;
105
- validRewardTokens: {
106
- token: string;
107
- minimumAmountPerEpoch: number;
108
- decimals: number;
109
- symbol: string;
110
- }[];
111
- pools: {
112
- [address: string]: import("@package/sdk").PoolType<AMM.AERODROME>;
113
- } | {
114
- [address: string]: import("@package/sdk").PoolType<AMM.ARTHSWAP>;
115
- } | {
116
- [address: string]: import("@package/sdk").PoolType<AMM.BaseSwap>;
117
- } | {
118
- [address: string]: import("@package/sdk").PoolType<AMM.Camelot>;
119
- } | {
120
- [address: string]: import("@package/sdk").PoolType<AMM.Crust>;
121
- } | {
122
- [address: string]: import("@package/sdk").PoolType<AMM.Fenix>;
123
- } | {
124
- [address: string]: import("@package/sdk").PoolType<AMM.GLiquid>;
125
- } | {
126
- [address: string]: import("@package/sdk").PoolType<AMM.Horiza>;
127
- } | {
128
- [address: string]: import("@package/sdk").PoolType<AMM.Hybra>;
129
- } | {
130
- [address: string]: import("@package/sdk").PoolType<AMM.Hyperswap>;
131
- } | {
132
- [address: string]: import("@package/sdk").PoolType<AMM.Iguana>;
133
- } | {
134
- [address: string]: import("@package/sdk").PoolType<AMM.Izumi>;
135
- } | {
136
- [address: string]: import("@package/sdk").PoolType<AMM.KOI>;
137
- } | {
138
- [address: string]: import("@package/sdk").PoolType<AMM.KYO>;
139
- } | {
140
- [address: string]: import("@package/sdk").PoolType<AMM.Katana>;
141
- } | {
142
- [address: string]: import("@package/sdk").PoolType<AMM.KatanaAlgebraV1_2>;
143
- } | {
144
- [address: string]: import("@package/sdk").PoolType<AMM.Kim>;
145
- } | {
146
- [address: string]: import("@package/sdk").PoolType<AMM.Kittenswap>;
147
- } | {
148
- [address: string]: import("@package/sdk").PoolType<AMM.NINEMM>;
149
- } | {
150
- [address: string]: import("@package/sdk").PoolType<AMM.Neptune>;
151
- } | {
152
- [address: string]: import("@package/sdk").PoolType<AMM.PancakeSwapV3>;
153
- } | {
154
- [address: string]: import("@package/sdk").PoolType<AMM.QuickswapAlgebra>;
155
- } | {
156
- [address: string]: import("@package/sdk").PoolType<AMM.QuickswapAlgebraV1_2>;
157
- } | {
158
- [address: string]: import("@package/sdk").PoolType<AMM.QuickswapUni>;
159
- } | {
160
- [address: string]: import("@package/sdk").PoolType<AMM.Ramses>;
161
- } | {
162
- [address: string]: import("@package/sdk").PoolType<AMM.Retro>;
163
- } | {
164
- [address: string]: import("@package/sdk").PoolType<AMM.Snap>;
165
- } | {
166
- [address: string]: import("@package/sdk").PoolType<AMM.Sonex>;
167
- } | {
168
- [address: string]: import("@package/sdk").PoolType<AMM.SpookyswapV3>;
169
- } | {
170
- [address: string]: import("@package/sdk").PoolType<AMM.Stryke>;
171
- } | {
172
- [address: string]: import("@package/sdk").PoolType<AMM.StrykePCS>;
173
- } | {
174
- [address: string]: import("@package/sdk").PoolType<AMM.StrykeSushi>;
175
- } | {
176
- [address: string]: import("@package/sdk").PoolType<AMM.SupswapV3>;
177
- } | {
178
- [address: string]: import("@package/sdk").PoolType<AMM.SushiSwapV3>;
179
- } | {
180
- [address: string]: import("@package/sdk").PoolType<AMM.SwapX>;
181
- } | {
182
- [address: string]: import("@package/sdk").PoolType<AMM.Swapr>;
183
- } | {
184
- [address: string]: import("@package/sdk").PoolType<AMM.SyncswapV3>;
185
- } | {
186
- [address: string]: import("@package/sdk").PoolType<AMM.ThirdTrade>;
187
- } | {
188
- [address: string]: import("@package/sdk").PoolType<AMM.Thruster>;
189
- } | {
190
- [address: string]: import("@package/sdk").PoolType<AMM.UniswapV3>;
191
- } | {
192
- [address: string]: import("@package/sdk").PoolType<AMM.Velodrome>;
193
- } | {
194
- [address: string]: import("@package/sdk").PoolType<AMM.Voltage>;
195
- } | {
196
- [address: string]: import("@package/sdk").PoolType<AMM.ZERO>;
197
- } | {
198
- [address: string]: import("@package/sdk").PoolType<AMM.zkSwap>;
199
- };
200
- } & Partial<{
201
- signed: boolean;
202
- feeRebate: number;
203
- transactionData: {
204
- [token: string]: {
205
- claim: string;
206
- token: string;
207
- leaf: string;
208
- proof: string[];
209
- };
210
- };
211
- }>;
212
- };
105
+ 200: import("@package/sdk").MerklAPIType;
213
106
  };
214
107
  };
215
108
  };
@@ -218,10 +111,12 @@ declare const _default: (app: Elysia<"", {
218
111
  resolve: {};
219
112
  schema: {};
220
113
  standaloneSchema: {};
114
+ response: {};
221
115
  }, {
222
116
  derive: {};
223
117
  resolve: {};
224
118
  schema: {};
225
119
  standaloneSchema: {};
120
+ response: {};
226
121
  }>;
227
122
  export default _default;
@@ -36,16 +36,19 @@ declare const _default: (app: Elysia<"", {
36
36
  macro: {};
37
37
  macroFn: {};
38
38
  parser: {};
39
+ response: {};
39
40
  }, {}, {
40
41
  derive: {};
41
42
  resolve: {};
42
43
  schema: {};
43
44
  standaloneSchema: {};
45
+ response: {};
44
46
  }, {
45
47
  derive: {};
46
48
  resolve: {};
47
49
  schema: {};
48
50
  standaloneSchema: {};
51
+ response: {};
49
52
  }>) => Elysia<"", {
50
53
  decorator: {};
51
54
  store: {};
@@ -60,6 +63,7 @@ declare const _default: (app: Elysia<"", {
60
63
  macro: {};
61
64
  macroFn: {};
62
65
  parser: {};
66
+ response: {};
63
67
  }, {
64
68
  morphoMarkets: {
65
69
  get: {
@@ -72,16 +76,8 @@ declare const _default: (app: Elysia<"", {
72
76
  headers: unknown;
73
77
  response: {
74
78
  [x: string]: any;
75
- 200: any;
76
- 422: {
77
- type: "validation";
78
- on: string;
79
- summary?: string | undefined;
80
- message?: string | undefined;
81
- found?: unknown;
82
- property?: string | undefined;
83
- expected?: string | undefined;
84
- };
79
+ [x: number]: any;
80
+ [x: symbol]: any;
85
81
  };
86
82
  };
87
83
  };
@@ -90,10 +86,12 @@ declare const _default: (app: Elysia<"", {
90
86
  resolve: {};
91
87
  schema: {};
92
88
  standaloneSchema: {};
89
+ response: {};
93
90
  }, {
94
91
  derive: {};
95
92
  resolve: {};
96
93
  schema: {};
97
94
  standaloneSchema: {};
95
+ response: {};
98
96
  }>;
99
97
  export default _default;
@@ -26,16 +26,19 @@ declare const _default: (app: Elysia<"", {
26
26
  macro: {};
27
27
  macroFn: {};
28
28
  parser: {};
29
+ response: {};
29
30
  }, {}, {
30
31
  derive: {};
31
32
  resolve: {};
32
33
  schema: {};
33
34
  standaloneSchema: {};
35
+ response: {};
34
36
  }, {
35
37
  derive: {};
36
38
  resolve: {};
37
39
  schema: {};
38
40
  standaloneSchema: {};
41
+ response: {};
39
42
  }>) => Elysia<"", {
40
43
  decorator: {};
41
44
  store: {};
@@ -50,6 +53,7 @@ declare const _default: (app: Elysia<"", {
50
53
  macro: {};
51
54
  macroFn: {};
52
55
  parser: {};
56
+ response: {};
53
57
  }, {
54
58
  morphoVaults: {
55
59
  get: {
@@ -62,16 +66,8 @@ declare const _default: (app: Elysia<"", {
62
66
  headers: unknown;
63
67
  response: {
64
68
  [x: string]: any;
65
- 200: any;
66
- 422: {
67
- type: "validation";
68
- on: string;
69
- summary?: string | undefined;
70
- message?: string | undefined;
71
- found?: unknown;
72
- property?: string | undefined;
73
- expected?: string | undefined;
74
- };
69
+ [x: number]: any;
70
+ [x: symbol]: any;
75
71
  };
76
72
  };
77
73
  };
@@ -80,10 +76,12 @@ declare const _default: (app: Elysia<"", {
80
76
  resolve: {};
81
77
  schema: {};
82
78
  standaloneSchema: {};
79
+ response: {};
83
80
  }, {
84
81
  derive: {};
85
82
  resolve: {};
86
83
  schema: {};
87
84
  standaloneSchema: {};
85
+ response: {};
88
86
  }>;
89
87
  export default _default;
@@ -18,16 +18,19 @@ declare const _default: (app: Elysia<"", {
18
18
  macro: {};
19
19
  macroFn: {};
20
20
  parser: {};
21
+ response: {};
21
22
  }, {}, {
22
23
  derive: {};
23
24
  resolve: {};
24
25
  schema: {};
25
26
  standaloneSchema: {};
27
+ response: {};
26
28
  }, {
27
29
  derive: {};
28
30
  resolve: {};
29
31
  schema: {};
30
32
  standaloneSchema: {};
33
+ response: {};
31
34
  }>) => Elysia<"", {
32
35
  decorator: {};
33
36
  store: {};
@@ -42,6 +45,7 @@ declare const _default: (app: Elysia<"", {
42
45
  macro: {};
43
46
  macroFn: {};
44
47
  parser: {};
48
+ response: {};
45
49
  }, {
46
50
  multiChainPositions: {
47
51
  get: {
@@ -54,8 +58,6 @@ declare const _default: (app: Elysia<"", {
54
58
  };
55
59
  headers: unknown;
56
60
  response: {
57
- [x: string]: any;
58
- 200: any;
59
61
  422: {
60
62
  type: "validation";
61
63
  on: string;
@@ -73,10 +75,12 @@ declare const _default: (app: Elysia<"", {
73
75
  resolve: {};
74
76
  schema: {};
75
77
  standaloneSchema: {};
78
+ response: {};
76
79
  }, {
77
80
  derive: {};
78
81
  resolve: {};
79
82
  schema: {};
80
83
  standaloneSchema: {};
84
+ response: {};
81
85
  }>;
82
86
  export default _default;
@@ -22,16 +22,19 @@ declare const _default: (app: Elysia<"", {
22
22
  macro: {};
23
23
  macroFn: {};
24
24
  parser: {};
25
+ response: {};
25
26
  }, {}, {
26
27
  derive: {};
27
28
  resolve: {};
28
29
  schema: {};
29
30
  standaloneSchema: {};
31
+ response: {};
30
32
  }, {
31
33
  derive: {};
32
34
  resolve: {};
33
35
  schema: {};
34
36
  standaloneSchema: {};
37
+ response: {};
35
38
  }>) => Elysia<"", {
36
39
  decorator: {};
37
40
  store: {};
@@ -46,6 +49,7 @@ declare const _default: (app: Elysia<"", {
46
49
  macro: {};
47
50
  macroFn: {};
48
51
  parser: {};
52
+ response: {};
49
53
  }, {
50
54
  opportunity: {
51
55
  get: {
@@ -63,7 +67,7 @@ declare const _default: (app: Elysia<"", {
63
67
  headers: unknown;
64
68
  response: {
65
69
  200: {
66
- [x: string]: import("@package/sdk").Opportunity;
70
+ [id: string]: import("@package/sdk").Opportunity;
67
71
  };
68
72
  422: {
69
73
  type: "validation";
@@ -82,10 +86,12 @@ declare const _default: (app: Elysia<"", {
82
86
  resolve: {};
83
87
  schema: {};
84
88
  standaloneSchema: {};
89
+ response: {};
85
90
  }, {
86
91
  derive: {};
87
92
  resolve: {};
88
93
  schema: {};
89
94
  standaloneSchema: {};
95
+ response: {};
90
96
  }>;
91
97
  export default _default;