@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.
Files changed (100) hide show
  1. package/dist/src/backgroundJobs/jobs/campaignsCacheUpdater.d.ts +2 -12
  2. package/dist/src/backgroundJobs/jobs/health.d.ts +2 -12
  3. package/dist/src/backgroundJobs/jobs/opportunityUpdater.d.ts +2 -3
  4. package/dist/src/backgroundJobs/jobs/priceUpdater.d.ts +2 -3
  5. package/dist/src/backgroundJobs/jobs/sync.d.ts +2 -12
  6. package/dist/src/eden/index.d.ts +10853 -8818
  7. package/dist/src/hooks/checkQueryAddressValidity.d.ts +2 -3
  8. package/dist/src/hooks/checkQueryChainIdValidity.d.ts +2 -3
  9. package/dist/src/index.d.ts +66 -1379
  10. package/dist/src/internal/controllers/endingCampaigns.d.ts +2 -12
  11. package/dist/src/internal/controllers/unclaimed.d.ts +2 -12
  12. package/dist/src/jobs/etl/pendings.js +129 -2
  13. package/dist/src/modules/v4/accounting/accounting.controller.d.ts +2 -66
  14. package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +2 -30
  15. package/dist/src/modules/v4/boost/boost.controller.d.ts +2 -12
  16. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +5 -78
  17. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +6 -6
  18. package/dist/src/modules/v4/campaign/campaign.service.d.ts +4 -4
  19. package/dist/src/modules/v4/chain/chain.controller.d.ts +2 -39
  20. package/dist/src/modules/v4/claims/claims.controller.d.ts +2 -12
  21. package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +2 -39
  22. package/dist/src/modules/v4/creator/creator.controller.d.ts +2 -39
  23. package/dist/src/modules/v4/dungeonKeeper/dungeonKeeper.controller.d.ts +2 -3
  24. package/dist/src/modules/v4/dynamicData/dynamicData.controller.d.ts +3 -31
  25. package/dist/src/modules/v4/enso/enso.service.d.ts +1 -1
  26. package/dist/src/modules/v4/explorer/explorer.controller.d.ts +2 -12
  27. package/dist/src/modules/v4/interaction/interaction.controller.d.ts +3 -31
  28. package/dist/src/modules/v4/liquidity/liquidity.controller.d.ts +2 -12
  29. package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +2 -21
  30. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +18 -118
  31. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +1 -1
  32. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +30 -30
  33. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +12 -12
  34. package/dist/src/modules/v4/price/price.controller.d.ts +2 -48
  35. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +2 -75
  36. package/dist/src/modules/v4/protocol/protocol.controller.d.ts +9 -46
  37. package/dist/src/modules/v4/protocol/protocol.repository.d.ts +5 -5
  38. package/dist/src/modules/v4/protocol/protocol.service.d.ts +2 -2
  39. package/dist/src/modules/v4/reward/reward.controller.d.ts +5 -147
  40. package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -3
  41. package/dist/src/modules/v4/reward/reward.service.d.ts +18 -18
  42. package/dist/src/modules/v4/router.d.ts +45 -1009
  43. package/dist/src/modules/v4/status/status.controller.d.ts +2 -48
  44. package/dist/src/modules/v4/token/token.controller.d.ts +2 -75
  45. package/dist/src/modules/v4/uniswapV4/uniswapV4.controller.d.ts +2 -12
  46. package/dist/src/modules/v4/user/user.controller.d.ts +8 -90
  47. package/dist/src/plugins/error-handling.plugin.d.ts +2 -3
  48. package/dist/src/plugins/logger.plugin.d.ts +2 -3
  49. package/dist/src/routes/v1/allowances.d.ts +2 -12
  50. package/dist/src/routes/v1/balances.d.ts +2 -12
  51. package/dist/src/routes/v1/prices.d.ts +2 -12
  52. package/dist/src/routes/v1/router.d.ts +2 -39
  53. package/dist/src/routes/v1/tokens.d.ts +2 -12
  54. package/dist/src/routes/v2/merkl.d.ts +2 -12
  55. package/dist/src/routes/v2/router.d.ts +2 -12
  56. package/dist/src/routes/v3/app.d.ts +2 -12
  57. package/dist/src/routes/v3/blacklist.d.ts +2 -12
  58. package/dist/src/routes/v3/campaign/delay.d.ts +2 -12
  59. package/dist/src/routes/v3/campaignClaims.d.ts +2 -12
  60. package/dist/src/routes/v3/campaignReport.d.ts +2 -12
  61. package/dist/src/routes/v3/campaignUnclaimed.d.ts +2 -12
  62. package/dist/src/routes/v3/campaigns.d.ts +2 -12
  63. package/dist/src/routes/v3/campaignsForMainParameter.d.ts +2 -12
  64. package/dist/src/routes/v3/campaignsInfo.d.ts +2 -12
  65. package/dist/src/routes/v3/campaignsRewardsReport.d.ts +2 -12
  66. package/dist/src/routes/v3/claims.d.ts +2 -12
  67. package/dist/src/routes/v3/compoundV2.d.ts +2 -12
  68. package/dist/src/routes/v3/createCampaign.d.ts +2 -12
  69. package/dist/src/routes/v3/dolomite.d.ts +2 -12
  70. package/dist/src/routes/v3/euler.d.ts +2 -12
  71. package/dist/src/routes/v3/exports/campaigns.d.ts +2 -12
  72. package/dist/src/routes/v3/fetch.d.ts +2 -12
  73. package/dist/src/routes/v3/health.d.ts +2 -12
  74. package/dist/src/routes/v3/lostyield.d.ts +2 -12
  75. package/dist/src/routes/v3/merkl.d.ts +2 -3
  76. package/dist/src/routes/v3/morphoMarkets.d.ts +2 -12
  77. package/dist/src/routes/v3/morphoVaults.d.ts +2 -12
  78. package/dist/src/routes/v3/multiChainPositions.d.ts +2 -12
  79. package/dist/src/routes/v3/opportunity.d.ts +2 -12
  80. package/dist/src/routes/v3/overview.d.ts +2 -12
  81. package/dist/src/routes/v3/parse.d.ts +2 -12
  82. package/dist/src/routes/v3/payload.d.ts +2 -12
  83. package/dist/src/routes/v3/poolInfo.d.ts +2 -12
  84. package/dist/src/routes/v3/positions.d.ts +2 -12
  85. package/dist/src/routes/v3/radiant.d.ts +2 -12
  86. package/dist/src/routes/v3/recipients.d.ts +2 -12
  87. package/dist/src/routes/v3/rewards.d.ts +2 -12
  88. package/dist/src/routes/v3/rewardsReport.d.ts +2 -12
  89. package/dist/src/routes/v3/router.d.ts +3 -328
  90. package/dist/src/routes/v3/silo.d.ts +2 -12
  91. package/dist/src/routes/v3/token.d.ts +2 -12
  92. package/dist/src/routes/v3/tokenUnclaimed.d.ts +2 -12
  93. package/dist/src/routes/v3/twt/participants.d.ts +2 -12
  94. package/dist/src/routes/v3/uniswapv4.d.ts +2 -12
  95. package/dist/src/routes/v3/updates.d.ts +2 -12
  96. package/dist/src/routes/v3/userRewards.d.ts +2 -12
  97. package/dist/src/utils/error.d.ts +2 -3
  98. package/dist/src/utils/logger.d.ts +8 -0
  99. package/dist/tsconfig.package.tsbuildinfo +1 -1
  100. package/package.json +6 -6
@@ -1,18 +1,37 @@
1
1
  import { Elysia } from "elysia";
2
- declare const app: Elysia<"", {
2
+ declare const app: Elysia<"", false, {
3
3
  decorator: {};
4
4
  store: {};
5
5
  derive: {};
6
6
  resolve: {};
7
7
  }, {
8
- error: any;
9
- typebox: import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<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("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<{}, {}>>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<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<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>>, import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("@sinclair/typebox").TModule<{}, {}>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, 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<{}, {}>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("@sinclair/typebox").TModule<{}, {}>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("@sinclair/typebox").TModule<{}, {}>>, import("@sinclair/typebox").TModule<{}, {}>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("@sinclair/typebox").TModule<{}, {}>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("elysia/types").MergeTypeModule<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("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, import("elysia/types").MergeTypeModule<import("@sinclair/typebox").TModule<{}, {}>, import("@sinclair/typebox").TModule<{}, {}>>>, 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("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<{}, {}>>;
8
+ type: {};
9
+ error: {
10
+ readonly HttpError: import("./errors").HttpError;
11
+ readonly BadRequestError: import("./errors").BadRequestError;
12
+ readonly ConflictError: import("./errors").ConflictError;
13
+ readonly NotFoundError: import("./errors").NotFoundError;
14
+ readonly UnauthorizedError: import("./errors").UnauthorizedError;
15
+ readonly InvalidParameter: import("./utils/error").InvalidParameter;
16
+ readonly UnsupportedNetwork: import("./utils/error").UnsupportedNetwork;
17
+ readonly OpportunityNotFound: import("./utils/error").OpportunityNotFound;
18
+ readonly MerkleRootNotFound: import("./utils/error").MerkleRootNotFound;
19
+ readonly ValidationError: import("elysia").ValidationError;
20
+ readonly InvalidCacheCall: import("./utils/error").InvalidCacheCall;
21
+ };
10
22
  }, {
11
23
  schema: {};
12
24
  macro: {};
13
25
  macroFn: {};
14
- parser: {};
15
26
  }, {
27
+ derive: {};
28
+ resolve: {};
29
+ schema: {};
30
+ } & {
31
+ derive: {};
32
+ resolve: {};
33
+ schema: {};
34
+ } & {
16
35
  index: {
17
36
  get: {
18
37
  body: unknown;
@@ -44,15 +63,6 @@ declare const app: Elysia<"", {
44
63
  decimals: number;
45
64
  };
46
65
  };
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
66
  };
57
67
  };
58
68
  };
@@ -77,15 +87,6 @@ declare const app: Elysia<"", {
77
87
  decimals: number;
78
88
  };
79
89
  };
80
- 422: {
81
- type: "validation";
82
- on: string;
83
- summary?: string;
84
- message?: string;
85
- found?: unknown;
86
- property?: string;
87
- expected?: string;
88
- };
89
90
  };
90
91
  };
91
92
  };
@@ -103,15 +104,6 @@ declare const app: Elysia<"", {
103
104
  rate: number;
104
105
  token: string;
105
106
  }[];
106
- 422: {
107
- type: "validation";
108
- on: string;
109
- summary?: string;
110
- message?: string;
111
- found?: unknown;
112
- property?: string;
113
- expected?: string;
114
- };
115
107
  };
116
108
  };
117
109
  };
@@ -127,15 +119,6 @@ declare const app: Elysia<"", {
127
119
  response: {
128
120
  [x: string]: any;
129
121
  200: any;
130
- 422: {
131
- type: "validation";
132
- on: string;
133
- summary?: string;
134
- message?: string;
135
- found?: unknown;
136
- property?: string;
137
- expected?: string;
138
- };
139
122
  };
140
123
  };
141
124
  };
@@ -160,19 +143,16 @@ declare const app: Elysia<"", {
160
143
  response: {
161
144
  [x: string]: any;
162
145
  200: any;
163
- 422: {
164
- type: "validation";
165
- on: string;
166
- summary?: string;
167
- message?: string;
168
- found?: unknown;
169
- property?: string;
170
- expected?: string;
171
- };
172
146
  };
173
147
  };
174
148
  };
175
149
  };
150
+ } & {
151
+ v4: {} | {
152
+ derive: {};
153
+ resolve: {};
154
+ schema: {};
155
+ };
176
156
  } & {
177
157
  v4: {};
178
158
  } & {
@@ -203,8 +183,8 @@ declare const app: Elysia<"", {
203
183
  };
204
184
  response: {
205
185
  200: {
206
- type: import("../database/api/.generated").$Enums.CampaignType;
207
186
  name: string;
187
+ type: import("../database/api/.generated").$Enums.CampaignType;
208
188
  id: string;
209
189
  status: import("../database/api/.generated").$Enums.Status;
210
190
  tags: string[];
@@ -217,15 +197,6 @@ declare const app: Elysia<"", {
217
197
  apr: number;
218
198
  dailyRewards: number;
219
199
  } | null;
220
- 422: {
221
- type: "validation";
222
- on: string;
223
- summary?: string;
224
- message?: string;
225
- found?: unknown;
226
- property?: string;
227
- expected?: string;
228
- };
229
200
  };
230
201
  };
231
202
  };
@@ -269,15 +240,6 @@ declare const app: Elysia<"", {
269
240
  depositUrl: any;
270
241
  tags: string[];
271
242
  };
272
- 422: {
273
- type: "validation";
274
- on: string;
275
- summary?: string;
276
- message?: string;
277
- found?: unknown;
278
- property?: string;
279
- expected?: string;
280
- };
281
243
  };
282
244
  };
283
245
  };
@@ -290,10 +252,10 @@ declare const app: Elysia<"", {
290
252
  params: {};
291
253
  query: {
292
254
  sort?: string | undefined;
293
- items?: number | undefined;
294
255
  name?: string | undefined;
295
256
  tokens?: string | undefined;
296
257
  status?: string | undefined;
258
+ items?: number | undefined;
297
259
  tags?: string | undefined;
298
260
  page?: number | undefined;
299
261
  chainId?: string | undefined;
@@ -377,15 +339,15 @@ declare const app: Elysia<"", {
377
339
  icon: string;
378
340
  };
379
341
  protocol: {
380
- description: string;
381
342
  name: string;
382
343
  url: string;
344
+ description: string;
383
345
  id: string;
384
346
  tags: string[];
385
347
  icon: string;
386
348
  } | undefined;
387
- type: import("../database/api/.generated").$Enums.CampaignType;
388
349
  name: string;
350
+ type: import("../database/api/.generated").$Enums.CampaignType;
389
351
  status: import("../database/api/.generated").$Enums.Status;
390
352
  tags: string[];
391
353
  identifier: string;
@@ -394,15 +356,6 @@ declare const app: Elysia<"", {
394
356
  tvl: number;
395
357
  dailyRewards: number;
396
358
  }[];
397
- 422: {
398
- type: "validation";
399
- on: string;
400
- summary?: string;
401
- message?: string;
402
- found?: unknown;
403
- property?: string;
404
- expected?: string;
405
- };
406
359
  };
407
360
  };
408
361
  };
@@ -415,10 +368,10 @@ declare const app: Elysia<"", {
415
368
  params: {};
416
369
  query: {
417
370
  sort?: string | undefined;
418
- items?: number | undefined;
419
371
  name?: string | undefined;
420
372
  tokens?: string | undefined;
421
373
  status?: string | undefined;
374
+ items?: number | undefined;
422
375
  tags?: string | undefined;
423
376
  page?: number | undefined;
424
377
  chainId?: string | undefined;
@@ -432,15 +385,6 @@ declare const app: Elysia<"", {
432
385
  headers: unknown;
433
386
  response: {
434
387
  200: number;
435
- 422: {
436
- type: "validation";
437
- on: string;
438
- summary?: string;
439
- message?: string;
440
- found?: unknown;
441
- property?: string;
442
- expected?: string;
443
- };
444
388
  };
445
389
  };
446
390
  };
@@ -460,9 +404,9 @@ declare const app: Elysia<"", {
460
404
  response: {
461
405
  200: {
462
406
  protocol?: {
463
- description: string;
464
407
  name: string;
465
408
  url: string;
409
+ description: string;
466
410
  id: string;
467
411
  tags: string[];
468
412
  icon: string;
@@ -514,8 +458,8 @@ declare const app: Elysia<"", {
514
458
  dailyRewardsRecordId: string;
515
459
  }[];
516
460
  } | undefined;
517
- type: string;
518
461
  name: string;
462
+ type: string;
519
463
  tokens: {
520
464
  price?: number | null | undefined;
521
465
  symbol: string;
@@ -552,15 +496,6 @@ declare const app: Elysia<"", {
552
496
  info: string;
553
497
  httpCode: number;
554
498
  };
555
- 422: {
556
- type: "validation";
557
- on: string;
558
- summary?: string;
559
- message?: string;
560
- found?: unknown;
561
- property?: string;
562
- expected?: string;
563
- };
564
499
  };
565
500
  };
566
501
  };
@@ -593,9 +528,9 @@ declare const app: Elysia<"", {
593
528
  response: {
594
529
  200: ({
595
530
  protocol?: {
596
- description: string;
597
531
  name: string;
598
532
  url: string;
533
+ description: string;
599
534
  id: string;
600
535
  tags: string[];
601
536
  icon: string;
@@ -647,8 +582,8 @@ declare const app: Elysia<"", {
647
582
  dailyRewardsRecordId: string;
648
583
  }[];
649
584
  } | undefined;
650
- type: string;
651
585
  name: string;
586
+ type: string;
652
587
  tokens: {
653
588
  price?: number | null | undefined;
654
589
  symbol: string;
@@ -732,15 +667,6 @@ declare const app: Elysia<"", {
732
667
  info: string;
733
668
  httpCode: number;
734
669
  };
735
- 422: {
736
- type: "validation";
737
- on: string;
738
- summary?: string;
739
- message?: string;
740
- found?: unknown;
741
- property?: string;
742
- expected?: string;
743
- };
744
670
  };
745
671
  };
746
672
  };
@@ -761,9 +687,9 @@ declare const app: Elysia<"", {
761
687
  response: {
762
688
  200: {
763
689
  protocol?: {
764
- description: string;
765
690
  name: string;
766
691
  url: string;
692
+ description: string;
767
693
  id: string;
768
694
  tags: string[];
769
695
  icon: string;
@@ -815,8 +741,8 @@ declare const app: Elysia<"", {
815
741
  dailyRewardsRecordId: string;
816
742
  }[];
817
743
  } | undefined;
818
- type: string;
819
744
  name: string;
745
+ type: string;
820
746
  tokens: {
821
747
  price?: number | null | undefined;
822
748
  symbol: string;
@@ -857,9 +783,9 @@ declare const app: Elysia<"", {
857
783
  id: number;
858
784
  icon: string;
859
785
  } | undefined;
860
- params: any;
861
786
  type: string;
862
787
  id: string;
788
+ params: any;
863
789
  subType: number | null;
864
790
  chain: {
865
791
  name: string;
@@ -898,15 +824,6 @@ declare const app: Elysia<"", {
898
824
  info: string;
899
825
  httpCode: number;
900
826
  };
901
- 422: {
902
- type: "validation";
903
- on: string;
904
- summary?: string;
905
- message?: string;
906
- found?: unknown;
907
- property?: string;
908
- expected?: string;
909
- };
910
827
  };
911
828
  };
912
829
  };
@@ -923,10 +840,10 @@ declare const app: Elysia<"", {
923
840
  };
924
841
  query: {
925
842
  sort?: string | undefined;
926
- items?: number | undefined;
927
843
  name?: string | undefined;
928
844
  tokens?: string | undefined;
929
845
  status?: string | undefined;
846
+ items?: number | undefined;
930
847
  tags?: string | undefined;
931
848
  page?: number | undefined;
932
849
  chainId?: string | undefined;
@@ -942,15 +859,6 @@ declare const app: Elysia<"", {
942
859
  200: {
943
860
  sum: string;
944
861
  };
945
- 422: {
946
- type: "validation";
947
- on: string;
948
- summary?: string;
949
- message?: string;
950
- found?: unknown;
951
- property?: string;
952
- expected?: string;
953
- };
954
862
  };
955
863
  };
956
864
  };
@@ -968,10 +876,10 @@ declare const app: Elysia<"", {
968
876
  };
969
877
  query: {
970
878
  sort?: string | undefined;
971
- items?: number | undefined;
972
879
  name?: string | undefined;
973
880
  tokens?: string | undefined;
974
881
  status?: string | undefined;
882
+ items?: number | undefined;
975
883
  tags?: string | undefined;
976
884
  page?: number | undefined;
977
885
  chainId?: string | undefined;
@@ -987,15 +895,6 @@ declare const app: Elysia<"", {
987
895
  200: {
988
896
  max: string;
989
897
  };
990
- 422: {
991
- type: "validation";
992
- on: string;
993
- summary?: string;
994
- message?: string;
995
- found?: unknown;
996
- property?: string;
997
- expected?: string;
998
- };
999
898
  };
1000
899
  };
1001
900
  };
@@ -1014,10 +913,10 @@ declare const app: Elysia<"", {
1014
913
  };
1015
914
  query: {
1016
915
  sort?: string | undefined;
1017
- items?: number | undefined;
1018
916
  name?: string | undefined;
1019
917
  tokens?: string | undefined;
1020
918
  status?: string | undefined;
919
+ items?: number | undefined;
1021
920
  tags?: string | undefined;
1022
921
  page?: number | undefined;
1023
922
  chainId?: string | undefined;
@@ -1033,15 +932,6 @@ declare const app: Elysia<"", {
1033
932
  200: {
1034
933
  min: string;
1035
934
  };
1036
- 422: {
1037
- type: "validation";
1038
- on: string;
1039
- summary?: string;
1040
- message?: string;
1041
- found?: unknown;
1042
- property?: string;
1043
- expected?: string;
1044
- };
1045
935
  };
1046
936
  };
1047
937
  };
@@ -1065,8 +955,8 @@ declare const app: Elysia<"", {
1065
955
  };
1066
956
  response: {
1067
957
  200: {
1068
- type: import("../database/api/.generated").$Enums.CampaignType;
1069
958
  name: string;
959
+ type: import("../database/api/.generated").$Enums.CampaignType;
1070
960
  id: string;
1071
961
  status: import("../database/api/.generated").$Enums.Status;
1072
962
  tags: string[];
@@ -1079,15 +969,6 @@ declare const app: Elysia<"", {
1079
969
  apr: number;
1080
970
  dailyRewards: number;
1081
971
  };
1082
- 422: {
1083
- type: "validation";
1084
- on: string;
1085
- summary?: string;
1086
- message?: string;
1087
- found?: unknown;
1088
- property?: string;
1089
- expected?: string;
1090
- };
1091
972
  };
1092
973
  };
1093
974
  };
@@ -1102,8 +983,8 @@ declare const app: Elysia<"", {
1102
983
  tags?: string[] | undefined;
1103
984
  identifier?: string | undefined;
1104
985
  subType?: number | undefined;
1105
- params: string;
1106
986
  type: number;
987
+ params: string;
1107
988
  creator: string;
1108
989
  chainId: number;
1109
990
  startTimestamp: string;
@@ -1121,9 +1002,9 @@ declare const app: Elysia<"", {
1121
1002
  };
1122
1003
  response: {
1123
1004
  200: {
1124
- params: import("database/api/.generated/runtime/library").JsonValue;
1125
1005
  type: import("../database/api/.generated").$Enums.CampaignType;
1126
1006
  id: string;
1007
+ params: import("database/api/.generated/runtime/library").JsonValue;
1127
1008
  subType: number | null;
1128
1009
  startTimestamp: bigint;
1129
1010
  endTimestamp: bigint;
@@ -1135,15 +1016,6 @@ declare const app: Elysia<"", {
1135
1016
  opportunityId: string;
1136
1017
  creatorAddress: string;
1137
1018
  } | undefined;
1138
- 422: {
1139
- type: "validation";
1140
- on: string;
1141
- summary?: string;
1142
- message?: string;
1143
- found?: unknown;
1144
- property?: string;
1145
- expected?: string;
1146
- };
1147
1019
  };
1148
1020
  };
1149
1021
  };
@@ -1163,15 +1035,6 @@ declare const app: Elysia<"", {
1163
1035
  };
1164
1036
  response: {
1165
1037
  200: string;
1166
- 422: {
1167
- type: "validation";
1168
- on: string;
1169
- summary?: string;
1170
- message?: string;
1171
- found?: unknown;
1172
- property?: string;
1173
- expected?: string;
1174
- };
1175
1038
  };
1176
1039
  };
1177
1040
  };
@@ -1190,9 +1053,9 @@ declare const app: Elysia<"", {
1190
1053
  };
1191
1054
  response: {
1192
1055
  200: {
1193
- params: import("database/api/.generated/runtime/library").JsonValue;
1194
1056
  type: import("../database/api/.generated").$Enums.CampaignType;
1195
1057
  id: string;
1058
+ params: import("database/api/.generated/runtime/library").JsonValue;
1196
1059
  subType: number | null;
1197
1060
  startTimestamp: bigint;
1198
1061
  endTimestamp: bigint;
@@ -1204,15 +1067,6 @@ declare const app: Elysia<"", {
1204
1067
  opportunityId: string;
1205
1068
  creatorAddress: string;
1206
1069
  };
1207
- 422: {
1208
- type: "validation";
1209
- on: string;
1210
- summary?: string;
1211
- message?: string;
1212
- found?: unknown;
1213
- property?: string;
1214
- expected?: string;
1215
- };
1216
1070
  };
1217
1071
  };
1218
1072
  };
@@ -1287,15 +1141,6 @@ declare const app: Elysia<"", {
1287
1141
  opportunityId: string;
1288
1142
  creatorAddress: string;
1289
1143
  }[];
1290
- 422: {
1291
- type: "validation";
1292
- on: string;
1293
- summary?: string;
1294
- message?: string;
1295
- found?: unknown;
1296
- property?: string;
1297
- expected?: string;
1298
- };
1299
1144
  };
1300
1145
  };
1301
1146
  };
@@ -1325,15 +1170,6 @@ declare const app: Elysia<"", {
1325
1170
  headers: unknown;
1326
1171
  response: {
1327
1172
  200: number;
1328
- 422: {
1329
- type: "validation";
1330
- on: string;
1331
- summary?: string;
1332
- message?: string;
1333
- found?: unknown;
1334
- property?: string;
1335
- expected?: string;
1336
- };
1337
1173
  };
1338
1174
  };
1339
1175
  };
@@ -1355,15 +1191,6 @@ declare const app: Elysia<"", {
1355
1191
  }[];
1356
1192
  campaignId: string;
1357
1193
  }[];
1358
- 422: {
1359
- type: "validation";
1360
- on: string;
1361
- summary?: string;
1362
- message?: string;
1363
- found?: unknown;
1364
- property?: string;
1365
- expected?: string;
1366
- };
1367
1194
  };
1368
1195
  };
1369
1196
  };
@@ -1380,15 +1207,6 @@ declare const app: Elysia<"", {
1380
1207
  headers: unknown;
1381
1208
  response: {
1382
1209
  200: number;
1383
- 422: {
1384
- type: "validation";
1385
- on: string;
1386
- summary?: string;
1387
- message?: string;
1388
- found?: unknown;
1389
- property?: string;
1390
- expected?: string;
1391
- };
1392
1210
  };
1393
1211
  };
1394
1212
  };
@@ -1407,15 +1225,6 @@ declare const app: Elysia<"", {
1407
1225
  };
1408
1226
  response: {
1409
1227
  200: string;
1410
- 422: {
1411
- type: "validation";
1412
- on: string;
1413
- summary?: string;
1414
- message?: string;
1415
- found?: unknown;
1416
- property?: string;
1417
- expected?: string;
1418
- };
1419
1228
  };
1420
1229
  };
1421
1230
  };
@@ -1430,9 +1239,9 @@ declare const app: Elysia<"", {
1430
1239
  body: unknown;
1431
1240
  params: {};
1432
1241
  query: {
1433
- items?: number | undefined;
1434
1242
  name?: string | undefined;
1435
1243
  id?: string | undefined;
1244
+ items?: number | undefined;
1436
1245
  tags?: string[] | undefined;
1437
1246
  page?: number | undefined;
1438
1247
  opportunityTag?: string | undefined;
@@ -1440,22 +1249,13 @@ declare const app: Elysia<"", {
1440
1249
  headers: unknown;
1441
1250
  response: {
1442
1251
  200: ({
1443
- description: string;
1444
1252
  name: string;
1445
1253
  url: string;
1254
+ description: string;
1446
1255
  id: string;
1447
1256
  tags: string[];
1448
1257
  icon: string;
1449
1258
  } & {})[];
1450
- 422: {
1451
- type: "validation";
1452
- on: string;
1453
- summary?: string;
1454
- message?: string;
1455
- found?: unknown;
1456
- property?: string;
1457
- expected?: string;
1458
- };
1459
1259
  };
1460
1260
  };
1461
1261
  };
@@ -1486,22 +1286,13 @@ declare const app: Elysia<"", {
1486
1286
  headers: unknown;
1487
1287
  response: {
1488
1288
  200: {
1489
- description: string;
1490
1289
  name: string;
1491
1290
  url: string;
1291
+ description: string;
1492
1292
  id: string;
1493
1293
  tags: string[];
1494
1294
  icon: string;
1495
1295
  } | null;
1496
- 422: {
1497
- type: "validation";
1498
- on: string;
1499
- summary?: string;
1500
- message?: string;
1501
- found?: unknown;
1502
- property?: string;
1503
- expected?: string;
1504
- };
1505
1296
  };
1506
1297
  };
1507
1298
  };
@@ -1511,9 +1302,9 @@ declare const app: Elysia<"", {
1511
1302
  ":id": {
1512
1303
  patch: {
1513
1304
  body: {
1514
- description?: string | undefined;
1515
1305
  name?: string | undefined;
1516
1306
  url?: string | undefined;
1307
+ description?: string | undefined;
1517
1308
  icon?: string | undefined;
1518
1309
  };
1519
1310
  params: {
@@ -1525,22 +1316,13 @@ declare const app: Elysia<"", {
1525
1316
  };
1526
1317
  response: {
1527
1318
  200: {
1528
- description: string;
1529
1319
  name: string;
1530
1320
  url: string;
1321
+ description: string;
1531
1322
  id: string;
1532
1323
  tags: string[];
1533
1324
  icon: string;
1534
1325
  };
1535
- 422: {
1536
- type: "validation";
1537
- on: string;
1538
- summary?: string;
1539
- message?: string;
1540
- found?: unknown;
1541
- property?: string;
1542
- expected?: string;
1543
- };
1544
1326
  };
1545
1327
  };
1546
1328
  };
@@ -1550,9 +1332,9 @@ declare const app: Elysia<"", {
1550
1332
  index: {
1551
1333
  post: {
1552
1334
  body: {
1553
- description: string;
1554
1335
  name: string;
1555
1336
  url: string;
1337
+ description: string;
1556
1338
  id: string;
1557
1339
  tags: string[];
1558
1340
  icon: string;
@@ -1564,22 +1346,13 @@ declare const app: Elysia<"", {
1564
1346
  };
1565
1347
  response: {
1566
1348
  200: {
1567
- description: string;
1568
1349
  name: string;
1569
1350
  url: string;
1351
+ description: string;
1570
1352
  id: string;
1571
1353
  tags: string[];
1572
1354
  icon: string;
1573
1355
  };
1574
- 422: {
1575
- type: "validation";
1576
- on: string;
1577
- summary?: string;
1578
- message?: string;
1579
- found?: unknown;
1580
- property?: string;
1581
- expected?: string;
1582
- };
1583
1356
  };
1584
1357
  };
1585
1358
  };
@@ -1606,15 +1379,6 @@ declare const app: Elysia<"", {
1606
1379
  id: string;
1607
1380
  chainId: number;
1608
1381
  };
1609
- 422: {
1610
- type: "validation";
1611
- on: string;
1612
- summary?: string;
1613
- message?: string;
1614
- found?: unknown;
1615
- property?: string;
1616
- expected?: string;
1617
- };
1618
1382
  };
1619
1383
  };
1620
1384
  };
@@ -1643,15 +1407,6 @@ declare const app: Elysia<"", {
1643
1407
  isTest: boolean;
1644
1408
  price?: number | null | undefined;
1645
1409
  } | undefined;
1646
- 422: {
1647
- type: "validation";
1648
- on: string;
1649
- summary?: string;
1650
- message?: string;
1651
- found?: unknown;
1652
- property?: string;
1653
- expected?: string;
1654
- };
1655
1410
  };
1656
1411
  };
1657
1412
  };
@@ -1685,15 +1440,6 @@ declare const app: Elysia<"", {
1685
1440
  isTest: boolean;
1686
1441
  price?: number | null | undefined;
1687
1442
  } | undefined;
1688
- 422: {
1689
- type: "validation";
1690
- on: string;
1691
- summary?: string;
1692
- message?: string;
1693
- found?: unknown;
1694
- property?: string;
1695
- expected?: string;
1696
- };
1697
1443
  };
1698
1444
  };
1699
1445
  };
@@ -1727,15 +1473,6 @@ declare const app: Elysia<"", {
1727
1473
  isTest: boolean;
1728
1474
  price: number | null;
1729
1475
  }[];
1730
- 422: {
1731
- type: "validation";
1732
- on: string;
1733
- summary?: string;
1734
- message?: string;
1735
- found?: unknown;
1736
- property?: string;
1737
- expected?: string;
1738
- };
1739
1476
  };
1740
1477
  };
1741
1478
  };
@@ -1770,15 +1507,6 @@ declare const app: Elysia<"", {
1770
1507
  } & {
1771
1508
  balance: bigint;
1772
1509
  })[];
1773
- 422: {
1774
- type: "validation";
1775
- on: string;
1776
- summary?: string;
1777
- message?: string;
1778
- found?: unknown;
1779
- property?: string;
1780
- expected?: string;
1781
- };
1782
1510
  };
1783
1511
  };
1784
1512
  };
@@ -1813,15 +1541,6 @@ declare const app: Elysia<"", {
1813
1541
  } & {
1814
1542
  price?: number | null | undefined;
1815
1543
  })[];
1816
- 422: {
1817
- type: "validation";
1818
- on: string;
1819
- summary?: string;
1820
- message?: string;
1821
- found?: unknown;
1822
- property?: string;
1823
- expected?: string;
1824
- };
1825
1544
  };
1826
1545
  };
1827
1546
  };
@@ -1844,15 +1563,6 @@ declare const app: Elysia<"", {
1844
1563
  headers: unknown;
1845
1564
  response: {
1846
1565
  200: number;
1847
- 422: {
1848
- type: "validation";
1849
- on: string;
1850
- summary?: string;
1851
- message?: string;
1852
- found?: unknown;
1853
- property?: string;
1854
- expected?: string;
1855
- };
1856
1566
  };
1857
1567
  };
1858
1568
  };
@@ -1886,15 +1596,6 @@ declare const app: Elysia<"", {
1886
1596
  isTest: boolean;
1887
1597
  price?: number | null | undefined;
1888
1598
  } | undefined;
1889
- 422: {
1890
- type: "validation";
1891
- on: string;
1892
- summary?: string;
1893
- message?: string;
1894
- found?: unknown;
1895
- property?: string;
1896
- expected?: string;
1897
- };
1898
1599
  };
1899
1600
  };
1900
1601
  };
@@ -1929,15 +1630,6 @@ declare const app: Elysia<"", {
1929
1630
  isTest: boolean;
1930
1631
  price: number | null;
1931
1632
  };
1932
- 422: {
1933
- type: "validation";
1934
- on: string;
1935
- summary?: string;
1936
- message?: string;
1937
- found?: unknown;
1938
- property?: string;
1939
- expected?: string;
1940
- };
1941
1633
  };
1942
1634
  };
1943
1635
  };
@@ -1959,15 +1651,6 @@ declare const app: Elysia<"", {
1959
1651
  headers: unknown;
1960
1652
  response: {
1961
1653
  200: import("./modules/v4/reward").BreakdownForCampaignsRaw[];
1962
- 422: {
1963
- type: "validation";
1964
- on: string;
1965
- summary?: string;
1966
- message?: string;
1967
- found?: unknown;
1968
- property?: string;
1969
- expected?: string;
1970
- };
1971
1654
  };
1972
1655
  };
1973
1656
  };
@@ -1988,15 +1671,6 @@ declare const app: Elysia<"", {
1988
1671
  campaignId: string;
1989
1672
  amount: bigint;
1990
1673
  };
1991
- 422: {
1992
- type: "validation";
1993
- on: string;
1994
- summary?: string;
1995
- message?: string;
1996
- found?: unknown;
1997
- property?: string;
1998
- expected?: string;
1999
- };
2000
1674
  };
2001
1675
  };
2002
1676
  };
@@ -2016,15 +1690,6 @@ declare const app: Elysia<"", {
2016
1690
  200: {
2017
1691
  count: number;
2018
1692
  };
2019
- 422: {
2020
- type: "validation";
2021
- on: string;
2022
- summary?: string;
2023
- message?: string;
2024
- found?: unknown;
2025
- property?: string;
2026
- expected?: string;
2027
- };
2028
1693
  };
2029
1694
  };
2030
1695
  };
@@ -2034,9 +1699,7 @@ declare const app: Elysia<"", {
2034
1699
  index: {
2035
1700
  get: {
2036
1701
  body: unknown;
2037
- params: {
2038
- campaignId: string;
2039
- };
1702
+ params: {};
2040
1703
  query: {
2041
1704
  items?: number | undefined;
2042
1705
  page?: number | undefined;
@@ -2049,15 +1712,6 @@ declare const app: Elysia<"", {
2049
1712
  pending: string;
2050
1713
  recipient: string;
2051
1714
  }[];
2052
- 422: {
2053
- type: "validation";
2054
- on: string;
2055
- summary?: string;
2056
- message?: string;
2057
- found?: unknown;
2058
- property?: string;
2059
- expected?: string;
2060
- };
2061
1715
  };
2062
1716
  };
2063
1717
  };
@@ -2069,9 +1723,7 @@ declare const app: Elysia<"", {
2069
1723
  total: {
2070
1724
  get: {
2071
1725
  body: unknown;
2072
- params: {
2073
- campaignId: string;
2074
- };
1726
+ params: {};
2075
1727
  query: {
2076
1728
  items?: number | undefined;
2077
1729
  page?: number | undefined;
@@ -2082,15 +1734,6 @@ declare const app: Elysia<"", {
2082
1734
  tokenId: string;
2083
1735
  amount: bigint;
2084
1736
  };
2085
- 422: {
2086
- type: "validation";
2087
- on: string;
2088
- summary?: string;
2089
- message?: string;
2090
- found?: unknown;
2091
- property?: string;
2092
- expected?: string;
2093
- };
2094
1737
  };
2095
1738
  };
2096
1739
  };
@@ -2102,9 +1745,7 @@ declare const app: Elysia<"", {
2102
1745
  count: {
2103
1746
  get: {
2104
1747
  body: unknown;
2105
- params: {
2106
- campaignId: string;
2107
- };
1748
+ params: {};
2108
1749
  query: {
2109
1750
  items?: number | undefined;
2110
1751
  page?: number | undefined;
@@ -2114,15 +1755,6 @@ declare const app: Elysia<"", {
2114
1755
  200: {
2115
1756
  count: number;
2116
1757
  };
2117
- 422: {
2118
- type: "validation";
2119
- on: string;
2120
- summary?: string;
2121
- message?: string;
2122
- found?: unknown;
2123
- property?: string;
2124
- expected?: string;
2125
- };
2126
1758
  };
2127
1759
  };
2128
1760
  };
@@ -2149,15 +1781,6 @@ declare const app: Elysia<"", {
2149
1781
  pending: string;
2150
1782
  recipient: string;
2151
1783
  }[];
2152
- 422: {
2153
- type: "validation";
2154
- on: string;
2155
- summary?: string;
2156
- message?: string;
2157
- found?: unknown;
2158
- property?: string;
2159
- expected?: string;
2160
- };
2161
1784
  };
2162
1785
  };
2163
1786
  };
@@ -2181,15 +1804,6 @@ declare const app: Elysia<"", {
2181
1804
  tokenId: string;
2182
1805
  amount: bigint;
2183
1806
  };
2184
- 422: {
2185
- type: "validation";
2186
- on: string;
2187
- summary?: string;
2188
- message?: string;
2189
- found?: unknown;
2190
- property?: string;
2191
- expected?: string;
2192
- };
2193
1807
  };
2194
1808
  };
2195
1809
  };
@@ -2212,15 +1826,6 @@ declare const app: Elysia<"", {
2212
1826
  200: {
2213
1827
  count: number;
2214
1828
  };
2215
- 422: {
2216
- type: "validation";
2217
- on: string;
2218
- summary?: string;
2219
- message?: string;
2220
- found?: unknown;
2221
- property?: string;
2222
- expected?: string;
2223
- };
2224
1829
  };
2225
1830
  };
2226
1831
  };
@@ -2248,15 +1853,6 @@ declare const app: Elysia<"", {
2248
1853
  200: {
2249
1854
  count: number;
2250
1855
  };
2251
- 422: {
2252
- type: "validation";
2253
- on: string;
2254
- summary?: string;
2255
- message?: string;
2256
- found?: unknown;
2257
- property?: string;
2258
- expected?: string;
2259
- };
2260
1856
  };
2261
1857
  };
2262
1858
  };
@@ -2288,15 +1884,6 @@ declare const app: Elysia<"", {
2288
1884
  200: {
2289
1885
  count: number;
2290
1886
  } | undefined;
2291
- 422: {
2292
- type: "validation";
2293
- on: string;
2294
- summary?: string;
2295
- message?: string;
2296
- found?: unknown;
2297
- property?: string;
2298
- expected?: string;
2299
- };
2300
1887
  };
2301
1888
  };
2302
1889
  };
@@ -2318,15 +1905,6 @@ declare const app: Elysia<"", {
2318
1905
  };
2319
1906
  response: {
2320
1907
  200: void;
2321
- 422: {
2322
- type: "validation";
2323
- on: string;
2324
- summary?: string;
2325
- message?: string;
2326
- found?: unknown;
2327
- property?: string;
2328
- expected?: string;
2329
- };
2330
1908
  };
2331
1909
  };
2332
1910
  };
@@ -2356,15 +1934,6 @@ declare const app: Elysia<"", {
2356
1934
  created: number;
2357
1935
  updated: number;
2358
1936
  };
2359
- 422: {
2360
- type: "validation";
2361
- on: string;
2362
- summary?: string;
2363
- message?: string;
2364
- found?: unknown;
2365
- property?: string;
2366
- expected?: string;
2367
- };
2368
1937
  };
2369
1938
  };
2370
1939
  };
@@ -2388,15 +1957,6 @@ declare const app: Elysia<"", {
2388
1957
  breakdownCount: number;
2389
1958
  };
2390
1959
  };
2391
- 422: {
2392
- type: "validation";
2393
- on: string;
2394
- summary?: string;
2395
- message?: string;
2396
- found?: unknown;
2397
- property?: string;
2398
- expected?: string;
2399
- };
2400
1960
  };
2401
1961
  };
2402
1962
  };
@@ -2416,15 +1976,6 @@ declare const app: Elysia<"", {
2416
1976
  200: {
2417
1977
  [x: string]: string;
2418
1978
  };
2419
- 422: {
2420
- type: "validation";
2421
- on: string;
2422
- summary?: string;
2423
- message?: string;
2424
- found?: unknown;
2425
- property?: string;
2426
- expected?: string;
2427
- };
2428
1979
  };
2429
1980
  };
2430
1981
  };
@@ -2454,15 +2005,6 @@ declare const app: Elysia<"", {
2454
2005
  chainId: number;
2455
2006
  }[];
2456
2007
  } | null;
2457
- 422: {
2458
- type: "validation";
2459
- on: string;
2460
- summary?: string;
2461
- message?: string;
2462
- found?: unknown;
2463
- property?: string;
2464
- expected?: string;
2465
- };
2466
2008
  };
2467
2009
  };
2468
2010
  };
@@ -2489,15 +2031,6 @@ declare const app: Elysia<"", {
2489
2031
  chainId: number;
2490
2032
  }[];
2491
2033
  }[];
2492
- 422: {
2493
- type: "validation";
2494
- on: string;
2495
- summary?: string;
2496
- message?: string;
2497
- found?: unknown;
2498
- property?: string;
2499
- expected?: string;
2500
- };
2501
2034
  };
2502
2035
  };
2503
2036
  };
@@ -2514,15 +2047,6 @@ declare const app: Elysia<"", {
2514
2047
  headers: unknown;
2515
2048
  response: {
2516
2049
  200: number;
2517
- 422: {
2518
- type: "validation";
2519
- on: string;
2520
- summary?: string;
2521
- message?: string;
2522
- found?: unknown;
2523
- property?: string;
2524
- expected?: string;
2525
- };
2526
2050
  };
2527
2051
  };
2528
2052
  };
@@ -2547,15 +2071,6 @@ declare const app: Elysia<"", {
2547
2071
  id: number;
2548
2072
  icon: string;
2549
2073
  };
2550
- 422: {
2551
- type: "validation";
2552
- on: string;
2553
- summary?: string;
2554
- message?: string;
2555
- found?: unknown;
2556
- property?: string;
2557
- expected?: string;
2558
- };
2559
2074
  };
2560
2075
  };
2561
2076
  };
@@ -2604,15 +2119,6 @@ declare const app: Elysia<"", {
2604
2119
  headers: unknown;
2605
2120
  response: {
2606
2121
  200: number;
2607
- 422: {
2608
- type: "validation";
2609
- on: string;
2610
- summary?: string;
2611
- message?: string;
2612
- found?: unknown;
2613
- property?: string;
2614
- expected?: string;
2615
- };
2616
2122
  };
2617
2123
  };
2618
2124
  };
@@ -2654,15 +2160,6 @@ declare const app: Elysia<"", {
2654
2160
  args: import("database/api/.generated/runtime/library").JsonValue | null;
2655
2161
  id: number;
2656
2162
  };
2657
- 422: {
2658
- type: "validation";
2659
- on: string;
2660
- summary?: string;
2661
- message?: string;
2662
- found?: unknown;
2663
- property?: string;
2664
- expected?: string;
2665
- };
2666
2163
  };
2667
2164
  };
2668
2165
  };
@@ -2684,15 +2181,6 @@ declare const app: Elysia<"", {
2684
2181
  };
2685
2182
  response: {
2686
2183
  200: number | undefined;
2687
- 422: {
2688
- type: "validation";
2689
- on: string;
2690
- summary?: string;
2691
- message?: string;
2692
- found?: unknown;
2693
- property?: string;
2694
- expected?: string;
2695
- };
2696
2184
  };
2697
2185
  };
2698
2186
  };
@@ -2721,15 +2209,6 @@ declare const app: Elysia<"", {
2721
2209
  args: import("database/api/.generated/runtime/library").JsonValue | null;
2722
2210
  id: number;
2723
2211
  };
2724
- 422: {
2725
- type: "validation";
2726
- on: string;
2727
- summary?: string;
2728
- message?: string;
2729
- found?: unknown;
2730
- property?: string;
2731
- expected?: string;
2732
- };
2733
2212
  };
2734
2213
  };
2735
2214
  };
@@ -2755,15 +2234,6 @@ declare const app: Elysia<"", {
2755
2234
  args: import("database/api/.generated/runtime/library").JsonValue | null;
2756
2235
  id: number;
2757
2236
  };
2758
- 422: {
2759
- type: "validation";
2760
- on: string;
2761
- summary?: string;
2762
- message?: string;
2763
- found?: unknown;
2764
- property?: string;
2765
- expected?: string;
2766
- };
2767
2237
  };
2768
2238
  };
2769
2239
  };
@@ -2820,15 +2290,6 @@ declare const app: Elysia<"", {
2820
2290
  headers: unknown;
2821
2291
  response: {
2822
2292
  200: boolean;
2823
- 422: {
2824
- type: "validation";
2825
- on: string;
2826
- summary?: string;
2827
- message?: string;
2828
- found?: unknown;
2829
- property?: string;
2830
- expected?: string;
2831
- };
2832
2293
  };
2833
2294
  };
2834
2295
  };
@@ -2858,15 +2319,6 @@ declare const app: Elysia<"", {
2858
2319
  arrestTimestamp: bigint;
2859
2320
  arrestDetails: import("database/api/.generated/runtime/library").JsonValue;
2860
2321
  };
2861
- 422: {
2862
- type: "validation";
2863
- on: string;
2864
- summary?: string;
2865
- message?: string;
2866
- found?: unknown;
2867
- property?: string;
2868
- expected?: string;
2869
- };
2870
2322
  };
2871
2323
  };
2872
2324
  };
@@ -2886,15 +2338,6 @@ declare const app: Elysia<"", {
2886
2338
  };
2887
2339
  response: {
2888
2340
  200: boolean;
2889
- 422: {
2890
- type: "validation";
2891
- on: string;
2892
- summary?: string;
2893
- message?: string;
2894
- found?: unknown;
2895
- property?: string;
2896
- expected?: string;
2897
- };
2898
2341
  };
2899
2342
  };
2900
2343
  };
@@ -2921,15 +2364,6 @@ declare const app: Elysia<"", {
2921
2364
  address: string;
2922
2365
  creatorId: string | null;
2923
2366
  }[];
2924
- 422: {
2925
- type: "validation";
2926
- on: string;
2927
- summary?: string;
2928
- message?: string;
2929
- found?: unknown;
2930
- property?: string;
2931
- expected?: string;
2932
- };
2933
2367
  };
2934
2368
  };
2935
2369
  };
@@ -2950,15 +2384,6 @@ declare const app: Elysia<"", {
2950
2384
  address: string;
2951
2385
  creatorId: string | null;
2952
2386
  }[];
2953
- 422: {
2954
- type: "validation";
2955
- on: string;
2956
- summary?: string;
2957
- message?: string;
2958
- found?: unknown;
2959
- property?: string;
2960
- expected?: string;
2961
- };
2962
2387
  };
2963
2388
  };
2964
2389
  };
@@ -2979,15 +2404,6 @@ declare const app: Elysia<"", {
2979
2404
  address: string;
2980
2405
  creatorId: string | null;
2981
2406
  } | null;
2982
- 422: {
2983
- type: "validation";
2984
- on: string;
2985
- summary?: string;
2986
- message?: string;
2987
- found?: unknown;
2988
- property?: string;
2989
- expected?: string;
2990
- };
2991
2407
  };
2992
2408
  };
2993
2409
  };
@@ -3010,15 +2426,6 @@ declare const app: Elysia<"", {
3010
2426
  addresses: string[];
3011
2427
  icon?: string | undefined;
3012
2428
  } | null;
3013
- 422: {
3014
- type: "validation";
3015
- on: string;
3016
- summary?: string;
3017
- message?: string;
3018
- found?: unknown;
3019
- property?: string;
3020
- expected?: string;
3021
- };
3022
2429
  };
3023
2430
  };
3024
2431
  };
@@ -3081,24 +2488,24 @@ declare const app: Elysia<"", {
3081
2488
  price: number | null;
3082
2489
  }[];
3083
2490
  Protocols: {
3084
- description: string;
3085
2491
  name: string;
3086
2492
  url: string;
2493
+ description: string;
3087
2494
  id: string;
3088
2495
  tags: string[];
3089
2496
  icon: string;
3090
2497
  }[];
3091
2498
  MainProtocol: {
3092
- description: string;
3093
2499
  name: string;
3094
2500
  url: string;
2501
+ description: string;
3095
2502
  id: string;
3096
2503
  tags: string[];
3097
2504
  icon: string;
3098
2505
  } | null;
3099
2506
  } & {
3100
- type: import("../database/api/.generated").$Enums.CampaignType;
3101
2507
  name: string;
2508
+ type: import("../database/api/.generated").$Enums.CampaignType;
3102
2509
  id: string;
3103
2510
  status: import("../database/api/.generated").$Enums.Status;
3104
2511
  tags: string[];
@@ -3132,15 +2539,6 @@ declare const app: Elysia<"", {
3132
2539
  })[];
3133
2540
  distributor: string;
3134
2541
  })[];
3135
- 422: {
3136
- type: "validation";
3137
- on: string;
3138
- summary?: string;
3139
- message?: string;
3140
- found?: unknown;
3141
- property?: string;
3142
- expected?: string;
3143
- };
3144
2542
  };
3145
2543
  };
3146
2544
  };
@@ -3203,24 +2601,24 @@ declare const app: Elysia<"", {
3203
2601
  price: number | null;
3204
2602
  }[];
3205
2603
  Protocols: {
3206
- description: string;
3207
2604
  name: string;
3208
2605
  url: string;
2606
+ description: string;
3209
2607
  id: string;
3210
2608
  tags: string[];
3211
2609
  icon: string;
3212
2610
  }[];
3213
2611
  MainProtocol: {
3214
- description: string;
3215
2612
  name: string;
3216
2613
  url: string;
2614
+ description: string;
3217
2615
  id: string;
3218
2616
  tags: string[];
3219
2617
  icon: string;
3220
2618
  } | null;
3221
2619
  } & {
3222
- type: import("../database/api/.generated").$Enums.CampaignType;
3223
2620
  name: string;
2621
+ type: import("../database/api/.generated").$Enums.CampaignType;
3224
2622
  id: string;
3225
2623
  status: import("../database/api/.generated").$Enums.Status;
3226
2624
  tags: string[];
@@ -3254,15 +2652,6 @@ declare const app: Elysia<"", {
3254
2652
  }[];
3255
2653
  })[];
3256
2654
  })[];
3257
- 422: {
3258
- type: "validation";
3259
- on: string;
3260
- summary?: string;
3261
- message?: string;
3262
- found?: unknown;
3263
- property?: string;
3264
- expected?: string;
3265
- };
3266
2655
  };
3267
2656
  };
3268
2657
  };
@@ -3287,15 +2676,6 @@ declare const app: Elysia<"", {
3287
2676
  address: string;
3288
2677
  creatorId: string | null;
3289
2678
  };
3290
- 422: {
3291
- type: "validation";
3292
- on: string;
3293
- summary?: string;
3294
- message?: string;
3295
- found?: unknown;
3296
- property?: string;
3297
- expected?: string;
3298
- };
3299
2679
  };
3300
2680
  };
3301
2681
  };
@@ -3312,15 +2692,6 @@ declare const app: Elysia<"", {
3312
2692
  };
3313
2693
  response: {
3314
2694
  200: void;
3315
- 422: {
3316
- type: "validation";
3317
- on: string;
3318
- summary?: string;
3319
- message?: string;
3320
- found?: unknown;
3321
- property?: string;
3322
- expected?: string;
3323
- };
3324
2695
  };
3325
2696
  };
3326
2697
  };
@@ -3346,15 +2717,6 @@ declare const app: Elysia<"", {
3346
2717
  address: string;
3347
2718
  creatorId: string | null;
3348
2719
  };
3349
- 422: {
3350
- type: "validation";
3351
- on: string;
3352
- summary?: string;
3353
- message?: string;
3354
- found?: unknown;
3355
- property?: string;
3356
- expected?: string;
3357
- };
3358
2720
  };
3359
2721
  };
3360
2722
  };
@@ -3381,15 +2743,6 @@ declare const app: Elysia<"", {
3381
2743
  root: string;
3382
2744
  epoch: number;
3383
2745
  }[];
3384
- 422: {
3385
- type: "validation";
3386
- on: string;
3387
- summary?: string;
3388
- message?: string;
3389
- found?: unknown;
3390
- property?: string;
3391
- expected?: string;
3392
- };
3393
2746
  };
3394
2747
  };
3395
2748
  };
@@ -3436,15 +2789,6 @@ declare const app: Elysia<"", {
3436
2789
  root: string;
3437
2790
  epoch: number;
3438
2791
  };
3439
- 422: {
3440
- type: "validation";
3441
- on: string;
3442
- summary?: string;
3443
- message?: string;
3444
- found?: unknown;
3445
- property?: string;
3446
- expected?: string;
3447
- };
3448
2792
  };
3449
2793
  };
3450
2794
  };
@@ -3465,15 +2809,6 @@ declare const app: Elysia<"", {
3465
2809
  headers: unknown;
3466
2810
  response: {
3467
2811
  200: import("./modules/v4/interaction/interaction.model").InteractionTarget[];
3468
- 422: {
3469
- type: "validation";
3470
- on: string;
3471
- summary?: string;
3472
- message?: string;
3473
- found?: unknown;
3474
- property?: string;
3475
- expected?: string;
3476
- };
3477
2812
  };
3478
2813
  };
3479
2814
  };
@@ -3490,22 +2825,13 @@ declare const app: Elysia<"", {
3490
2825
  headers: unknown;
3491
2826
  response: {
3492
2827
  200: ({
3493
- description: string;
3494
2828
  name: string;
3495
2829
  url: string;
2830
+ description: string;
3496
2831
  id: string;
3497
2832
  tags: string[];
3498
2833
  icon: string;
3499
2834
  } & {})[];
3500
- 422: {
3501
- type: "validation";
3502
- on: string;
3503
- summary?: string;
3504
- message?: string;
3505
- found?: unknown;
3506
- property?: string;
3507
- expected?: string;
3508
- };
3509
2835
  };
3510
2836
  };
3511
2837
  };
@@ -3534,15 +2860,6 @@ declare const app: Elysia<"", {
3534
2860
  transaction: import("./modules/v4/interaction/interaction.model").UserTransaction;
3535
2861
  approval: import("./modules/v4/interaction/interaction.model").UserTransaction;
3536
2862
  } | undefined;
3537
- 422: {
3538
- type: "validation";
3539
- on: string;
3540
- summary?: string;
3541
- message?: string;
3542
- found?: unknown;
3543
- property?: string;
3544
- expected?: string;
3545
- };
3546
2863
  };
3547
2864
  };
3548
2865
  };
@@ -3575,15 +2892,6 @@ declare const app: Elysia<"", {
3575
2892
  amountOut: string;
3576
2893
  datetime: Date;
3577
2894
  }[];
3578
- 422: {
3579
- type: "validation";
3580
- on: string;
3581
- summary?: string;
3582
- message?: string;
3583
- found?: unknown;
3584
- property?: string;
3585
- expected?: string;
3586
- };
3587
2895
  };
3588
2896
  };
3589
2897
  };
@@ -3606,15 +2914,6 @@ declare const app: Elysia<"", {
3606
2914
  };
3607
2915
  };
3608
2916
  };
3609
- 422: {
3610
- type: "validation";
3611
- on: string;
3612
- summary?: string;
3613
- message?: string;
3614
- found?: unknown;
3615
- property?: string;
3616
- expected?: string;
3617
- };
3618
2917
  };
3619
2918
  };
3620
2919
  };
@@ -3639,15 +2938,6 @@ declare const app: Elysia<"", {
3639
2938
  from: string;
3640
2939
  to: string;
3641
2940
  };
3642
- 422: {
3643
- type: "validation";
3644
- on: string;
3645
- summary?: string;
3646
- message?: string;
3647
- found?: unknown;
3648
- property?: string;
3649
- expected?: string;
3650
- };
3651
2941
  };
3652
2942
  };
3653
2943
  };
@@ -3671,15 +2961,6 @@ declare const app: Elysia<"", {
3671
2961
  200: {
3672
2962
  totalAmount: number;
3673
2963
  };
3674
- 422: {
3675
- type: "validation";
3676
- on: string;
3677
- summary?: string;
3678
- message?: string;
3679
- found?: unknown;
3680
- property?: string;
3681
- expected?: string;
3682
- };
3683
2964
  };
3684
2965
  };
3685
2966
  };
@@ -3709,15 +2990,6 @@ declare const app: Elysia<"", {
3709
2990
  from: string;
3710
2991
  to: string;
3711
2992
  };
3712
- 422: {
3713
- type: "validation";
3714
- on: string;
3715
- summary?: string;
3716
- message?: string;
3717
- found?: unknown;
3718
- property?: string;
3719
- expected?: string;
3720
- };
3721
2993
  };
3722
2994
  };
3723
2995
  };
@@ -3745,15 +3017,6 @@ declare const app: Elysia<"", {
3745
3017
  totalAmount: number;
3746
3018
  totalAmountUSD: number;
3747
3019
  };
3748
- 422: {
3749
- type: "validation";
3750
- on: string;
3751
- summary?: string;
3752
- message?: string;
3753
- found?: unknown;
3754
- property?: string;
3755
- expected?: string;
3756
- };
3757
3020
  };
3758
3021
  };
3759
3022
  };
@@ -3785,15 +3048,6 @@ declare const app: Elysia<"", {
3785
3048
  from: string;
3786
3049
  to: string;
3787
3050
  };
3788
- 422: {
3789
- type: "validation";
3790
- on: string;
3791
- summary?: string;
3792
- message?: string;
3793
- found?: unknown;
3794
- property?: string;
3795
- expected?: string;
3796
- };
3797
3051
  };
3798
3052
  };
3799
3053
  };
@@ -3828,15 +3082,6 @@ declare const app: Elysia<"", {
3828
3082
  priceTargetToken: number;
3829
3083
  type: string;
3830
3084
  };
3831
- 422: {
3832
- type: "validation";
3833
- on: string;
3834
- summary?: string;
3835
- message?: string;
3836
- found?: unknown;
3837
- property?: string;
3838
- expected?: string;
3839
- };
3840
3085
  };
3841
3086
  };
3842
3087
  };
@@ -3865,8 +3110,8 @@ declare const app: Elysia<"", {
3865
3110
  rewardTokenAddress?: string | undefined;
3866
3111
  distributionChain?: {} | undefined;
3867
3112
  opportunityIdentifier?: string | undefined;
3868
- params: {};
3869
3113
  type: "INVALID" | "ERC20" | "CLAMM" | "ERC20_SNAPSHOT" | "JSON_AIRDROP" | "SILO" | "RADIANT" | "MORPHO" | "DOLOMITE" | "BADGER" | "COMPOUND" | "AJNA" | "EULER" | "UNISWAP_V4" | "ION" | "EIGENLAYER" | "ERC20TRANSFERS" | "ERC20LOGPROCESSOR" | "ERC20REBASELOGPROCESSOR" | "VEST" | "ERC20_FIX_APR" | "HYPERDRIVELOGPROCESSOR" | "HYPERDRIVELOGFIXPROCESSOR";
3114
+ params: {};
3870
3115
  computeChainId: number;
3871
3116
  };
3872
3117
  params: {};
@@ -3876,15 +3121,6 @@ declare const app: Elysia<"", {
3876
3121
  };
3877
3122
  response: {
3878
3123
  200: any[];
3879
- 422: {
3880
- type: "validation";
3881
- on: string;
3882
- summary?: string;
3883
- message?: string;
3884
- found?: unknown;
3885
- property?: string;
3886
- expected?: string;
3887
- };
3888
3124
  };
3889
3125
  };
3890
3126
  };
@@ -3918,15 +3154,6 @@ declare const app: Elysia<"", {
3918
3154
  };
3919
3155
  response: {
3920
3156
  200: any[];
3921
- 422: {
3922
- type: "validation";
3923
- on: string;
3924
- summary?: string;
3925
- message?: string;
3926
- found?: unknown;
3927
- property?: string;
3928
- expected?: string;
3929
- };
3930
3157
  };
3931
3158
  };
3932
3159
  };
@@ -3961,15 +3188,6 @@ declare const app: Elysia<"", {
3961
3188
  };
3962
3189
  response: {
3963
3190
  200: void;
3964
- 422: {
3965
- type: "validation";
3966
- on: string;
3967
- summary?: string;
3968
- message?: string;
3969
- found?: unknown;
3970
- property?: string;
3971
- expected?: string;
3972
- };
3973
3191
  };
3974
3192
  };
3975
3193
  };
@@ -3989,15 +3207,6 @@ declare const app: Elysia<"", {
3989
3207
  };
3990
3208
  response: {
3991
3209
  200: boolean;
3992
- 422: {
3993
- type: "validation";
3994
- on: string;
3995
- summary?: string;
3996
- message?: string;
3997
- found?: unknown;
3998
- property?: string;
3999
- expected?: string;
4000
- };
4001
3210
  };
4002
3211
  };
4003
3212
  };
@@ -4021,15 +3230,6 @@ declare const app: Elysia<"", {
4021
3230
  computedUntil: bigint;
4022
3231
  processingStarted: bigint;
4023
3232
  }[];
4024
- 422: {
4025
- type: "validation";
4026
- on: string;
4027
- summary?: string;
4028
- message?: string;
4029
- found?: unknown;
4030
- property?: string;
4031
- expected?: string;
4032
- };
4033
3233
  };
4034
3234
  };
4035
3235
  };
@@ -4058,15 +3258,6 @@ declare const app: Elysia<"", {
4058
3258
  computedUntil: bigint;
4059
3259
  processingStarted: bigint;
4060
3260
  };
4061
- 422: {
4062
- type: "validation";
4063
- on: string;
4064
- summary?: string;
4065
- message?: string;
4066
- found?: unknown;
4067
- property?: string;
4068
- expected?: string;
4069
- };
4070
3261
  };
4071
3262
  };
4072
3263
  };
@@ -4103,15 +3294,6 @@ declare const app: Elysia<"", {
4103
3294
  distributionChainId: number;
4104
3295
  campaignId: string;
4105
3296
  }[];
4106
- 422: {
4107
- type: "validation";
4108
- on: string;
4109
- summary?: string;
4110
- message?: string;
4111
- found?: unknown;
4112
- property?: string;
4113
- expected?: string;
4114
- };
4115
3297
  };
4116
3298
  };
4117
3299
  };
@@ -4132,15 +3314,6 @@ declare const app: Elysia<"", {
4132
3314
  headers: unknown;
4133
3315
  response: {
4134
3316
  200: import("./modules/v4/liquidity").PositionT[];
4135
- 422: {
4136
- type: "validation";
4137
- on: string;
4138
- summary?: string;
4139
- message?: string;
4140
- found?: unknown;
4141
- property?: string;
4142
- expected?: string;
4143
- };
4144
3317
  };
4145
3318
  };
4146
3319
  };
@@ -4163,15 +3336,6 @@ declare const app: Elysia<"", {
4163
3336
  200: (import("./modules/v4/claims").ClaimModel & {
4164
3337
  token?: import("./modules/v4").Token["model"];
4165
3338
  })[];
4166
- 422: {
4167
- type: "validation";
4168
- on: string;
4169
- summary?: string;
4170
- message?: string;
4171
- found?: unknown;
4172
- property?: string;
4173
- expected?: string;
4174
- };
4175
3339
  };
4176
3340
  };
4177
3341
  };
@@ -4206,15 +3370,6 @@ declare const app: Elysia<"", {
4206
3370
  };
4207
3371
  transactions: import("./modules/v4/programPayload").transaction[];
4208
3372
  };
4209
- 422: {
4210
- type: "validation";
4211
- on: string;
4212
- summary?: string;
4213
- message?: string;
4214
- found?: unknown;
4215
- property?: string;
4216
- expected?: string;
4217
- };
4218
3373
  };
4219
3374
  };
4220
3375
  };
@@ -4239,15 +3394,6 @@ declare const app: Elysia<"", {
4239
3394
  response: {
4240
3395
  [x: string]: any;
4241
3396
  200: any;
4242
- 422: {
4243
- type: "validation";
4244
- on: string;
4245
- summary?: string;
4246
- message?: string;
4247
- found?: unknown;
4248
- property?: string;
4249
- expected?: string;
4250
- };
4251
3397
  };
4252
3398
  };
4253
3399
  };
@@ -4267,15 +3413,6 @@ declare const app: Elysia<"", {
4267
3413
  200: {
4268
3414
  [x: string]: string;
4269
3415
  };
4270
- 422: {
4271
- type: "validation";
4272
- on: string;
4273
- summary?: string;
4274
- message?: string;
4275
- found?: unknown;
4276
- property?: string;
4277
- expected?: string;
4278
- };
4279
3416
  };
4280
3417
  };
4281
3418
  };
@@ -4302,15 +3439,6 @@ declare const app: Elysia<"", {
4302
3439
  200: {
4303
3440
  args: any;
4304
3441
  };
4305
- 422: {
4306
- type: "validation";
4307
- on: string;
4308
- summary?: string;
4309
- message?: string;
4310
- found?: unknown;
4311
- property?: string;
4312
- expected?: string;
4313
- };
4314
3442
  };
4315
3443
  };
4316
3444
  };
@@ -4342,15 +3470,6 @@ declare const app: Elysia<"", {
4342
3470
  };
4343
3471
  transactions: import("./modules/v4/programPayload").transaction[];
4344
3472
  } | null;
4345
- 422: {
4346
- type: "validation";
4347
- on: string;
4348
- summary?: string;
4349
- message?: string;
4350
- found?: unknown;
4351
- property?: string;
4352
- expected?: string;
4353
- };
4354
3473
  };
4355
3474
  };
4356
3475
  };
@@ -4385,15 +3504,6 @@ declare const app: Elysia<"", {
4385
3504
  };
4386
3505
  transactions: import("./modules/v4/programPayload").transaction[];
4387
3506
  } | null;
4388
- 422: {
4389
- type: "validation";
4390
- on: string;
4391
- summary?: string;
4392
- message?: string;
4393
- found?: unknown;
4394
- property?: string;
4395
- expected?: string;
4396
- };
4397
3507
  };
4398
3508
  };
4399
3509
  };
@@ -4458,15 +3568,6 @@ declare const app: Elysia<"", {
4458
3568
  safePayload: import("./modules/v4/programPayload").safePayload;
4459
3569
  nonEncodedConfig: any;
4460
3570
  };
4461
- 422: {
4462
- type: "validation";
4463
- on: string;
4464
- summary?: string;
4465
- message?: string;
4466
- found?: unknown;
4467
- property?: string;
4468
- expected?: string;
4469
- };
4470
3571
  };
4471
3572
  };
4472
3573
  };
@@ -4497,15 +3598,6 @@ declare const app: Elysia<"", {
4497
3598
  response: {
4498
3599
  [x: string]: any;
4499
3600
  200: any;
4500
- 422: {
4501
- type: "validation";
4502
- on: string;
4503
- summary?: string;
4504
- message?: string;
4505
- found?: unknown;
4506
- property?: string;
4507
- expected?: string;
4508
- };
4509
3601
  };
4510
3602
  };
4511
3603
  };
@@ -4531,15 +3623,6 @@ declare const app: Elysia<"", {
4531
3623
  address: string;
4532
3624
  boost: string;
4533
3625
  }[];
4534
- 422: {
4535
- type: "validation";
4536
- on: string;
4537
- summary?: string;
4538
- message?: string;
4539
- found?: unknown;
4540
- property?: string;
4541
- expected?: string;
4542
- };
4543
3626
  };
4544
3627
  };
4545
3628
  };
@@ -4582,15 +3665,6 @@ declare const app: Elysia<"", {
4582
3665
  totalDistributedInUSD: number | null;
4583
3666
  forfeitingBoost: number | null;
4584
3667
  } | null;
4585
- 422: {
4586
- type: "validation";
4587
- on: string;
4588
- summary?: string;
4589
- message?: string;
4590
- found?: unknown;
4591
- property?: string;
4592
- expected?: string;
4593
- };
4594
3668
  };
4595
3669
  };
4596
3670
  };
@@ -4617,15 +3691,6 @@ declare const app: Elysia<"", {
4617
3691
  campaignId: string;
4618
3692
  boost: number | null;
4619
3693
  }[];
4620
- 422: {
4621
- type: "validation";
4622
- on: string;
4623
- summary?: string;
4624
- message?: string;
4625
- found?: unknown;
4626
- property?: string;
4627
- expected?: string;
4628
- };
4629
3694
  };
4630
3695
  };
4631
3696
  };
@@ -4649,15 +3714,6 @@ declare const app: Elysia<"", {
4649
3714
  };
4650
3715
  response: {
4651
3716
  200: void;
4652
- 422: {
4653
- type: "validation";
4654
- on: string;
4655
- summary?: string;
4656
- message?: string;
4657
- found?: unknown;
4658
- property?: string;
4659
- expected?: string;
4660
- };
4661
3717
  };
4662
3718
  };
4663
3719
  };
@@ -4682,15 +3738,6 @@ declare const app: Elysia<"", {
4682
3738
  };
4683
3739
  response: {
4684
3740
  200: void;
4685
- 422: {
4686
- type: "validation";
4687
- on: string;
4688
- summary?: string;
4689
- message?: string;
4690
- found?: unknown;
4691
- property?: string;
4692
- expected?: string;
4693
- };
4694
3741
  };
4695
3742
  };
4696
3743
  };
@@ -4718,15 +3765,6 @@ declare const app: Elysia<"", {
4718
3765
  } & {
4719
3766
  icon?: string | undefined;
4720
3767
  })[];
4721
- 422: {
4722
- type: "validation";
4723
- on: string;
4724
- summary?: string;
4725
- message?: string;
4726
- found?: unknown;
4727
- property?: string;
4728
- expected?: string;
4729
- };
4730
3768
  };
4731
3769
  };
4732
3770
  };
@@ -4748,15 +3786,6 @@ declare const app: Elysia<"", {
4748
3786
  addresses: string[];
4749
3787
  icon?: string | undefined;
4750
3788
  };
4751
- 422: {
4752
- type: "validation";
4753
- on: string;
4754
- summary?: string;
4755
- message?: string;
4756
- found?: unknown;
4757
- property?: string;
4758
- expected?: string;
4759
- };
4760
3789
  };
4761
3790
  };
4762
3791
  };
@@ -4782,15 +3811,6 @@ declare const app: Elysia<"", {
4782
3811
  id: string;
4783
3812
  icon: string | null;
4784
3813
  };
4785
- 422: {
4786
- type: "validation";
4787
- on: string;
4788
- summary?: string;
4789
- message?: string;
4790
- found?: unknown;
4791
- property?: string;
4792
- expected?: string;
4793
- };
4794
3814
  };
4795
3815
  };
4796
3816
  };
@@ -4817,15 +3837,6 @@ declare const app: Elysia<"", {
4817
3837
  id: string;
4818
3838
  icon: string | null;
4819
3839
  };
4820
- 422: {
4821
- type: "validation";
4822
- on: string;
4823
- summary?: string;
4824
- message?: string;
4825
- found?: unknown;
4826
- property?: string;
4827
- expected?: string;
4828
- };
4829
3840
  };
4830
3841
  };
4831
3842
  };
@@ -4842,15 +3853,6 @@ declare const app: Elysia<"", {
4842
3853
  response: {
4843
3854
  [x: string]: any;
4844
3855
  200: any;
4845
- 422: {
4846
- type: "validation";
4847
- on: string;
4848
- summary?: string;
4849
- message?: string;
4850
- found?: unknown;
4851
- property?: string;
4852
- expected?: string;
4853
- };
4854
3856
  };
4855
3857
  };
4856
3858
  };
@@ -4869,15 +3871,6 @@ declare const app: Elysia<"", {
4869
3871
  200: {
4870
3872
  isBlacklisted: boolean;
4871
3873
  };
4872
- 422: {
4873
- type: "validation";
4874
- on: string;
4875
- summary?: string;
4876
- message?: string;
4877
- found?: unknown;
4878
- property?: string;
4879
- expected?: string;
4880
- };
4881
3874
  };
4882
3875
  };
4883
3876
  };
@@ -4896,15 +3889,6 @@ declare const app: Elysia<"", {
4896
3889
  headers: unknown;
4897
3890
  response: {
4898
3891
  200: unknown;
4899
- 422: {
4900
- type: "validation";
4901
- on: string;
4902
- summary?: string;
4903
- message?: string;
4904
- found?: unknown;
4905
- property?: string;
4906
- expected?: string;
4907
- };
4908
3892
  };
4909
3893
  };
4910
3894
  };
@@ -4922,15 +3906,6 @@ declare const app: Elysia<"", {
4922
3906
  headers: unknown;
4923
3907
  response: {
4924
3908
  200: import("./utils/queries/rewardsAmount").RewardsAmountQueryOutput;
4925
- 422: {
4926
- type: "validation";
4927
- on: string;
4928
- summary?: string;
4929
- message?: string;
4930
- found?: unknown;
4931
- property?: string;
4932
- expected?: string;
4933
- };
4934
3909
  };
4935
3910
  };
4936
3911
  };
@@ -4952,15 +3927,6 @@ declare const app: Elysia<"", {
4952
3927
  response: {
4953
3928
  [x: string]: any;
4954
3929
  200: any;
4955
- 422: {
4956
- type: "validation";
4957
- on: string;
4958
- summary?: string;
4959
- message?: string;
4960
- found?: unknown;
4961
- property?: string;
4962
- expected?: string;
4963
- };
4964
3930
  };
4965
3931
  };
4966
3932
  };
@@ -4978,15 +3944,6 @@ declare const app: Elysia<"", {
4978
3944
  headers: unknown;
4979
3945
  response: {
4980
3946
  200: import("./types/returnTypes").CampaignsForMainParameterReturnType;
4981
- 422: {
4982
- type: "validation";
4983
- on: string;
4984
- summary?: string;
4985
- message?: string;
4986
- found?: unknown;
4987
- property?: string;
4988
- expected?: string;
4989
- };
4990
3947
  };
4991
3948
  };
4992
3949
  };
@@ -5007,15 +3964,6 @@ declare const app: Elysia<"", {
5007
3964
  } | {
5008
3965
  error: string;
5009
3966
  };
5010
- 422: {
5011
- type: "validation";
5012
- on: string;
5013
- summary?: string;
5014
- message?: string;
5015
- found?: unknown;
5016
- property?: string;
5017
- expected?: string;
5018
- };
5019
3967
  };
5020
3968
  };
5021
3969
  };
@@ -5034,15 +3982,6 @@ declare const app: Elysia<"", {
5034
3982
  headers: unknown;
5035
3983
  response: {
5036
3984
  200: any[];
5037
- 422: {
5038
- type: "validation";
5039
- on: string;
5040
- summary?: string;
5041
- message?: string;
5042
- found?: unknown;
5043
- property?: string;
5044
- expected?: string;
5045
- };
5046
3985
  };
5047
3986
  };
5048
3987
  };
@@ -5062,15 +4001,6 @@ declare const app: Elysia<"", {
5062
4001
  200: {
5063
4002
  [x: string]: string;
5064
4003
  };
5065
- 422: {
5066
- type: "validation";
5067
- on: string;
5068
- summary?: string;
5069
- message?: string;
5070
- found?: unknown;
5071
- property?: string;
5072
- expected?: string;
5073
- };
5074
4004
  };
5075
4005
  };
5076
4006
  };
@@ -5090,15 +4020,6 @@ declare const app: Elysia<"", {
5090
4020
  headers: unknown;
5091
4021
  response: {
5092
4022
  200: unknown;
5093
- 422: {
5094
- type: "validation";
5095
- on: string;
5096
- summary?: string;
5097
- message?: string;
5098
- found?: unknown;
5099
- property?: string;
5100
- expected?: string;
5101
- };
5102
4023
  };
5103
4024
  };
5104
4025
  };
@@ -5122,15 +4043,6 @@ declare const app: Elysia<"", {
5122
4043
  decimalsUnderlying: number;
5123
4044
  }[];
5124
4045
  };
5125
- 422: {
5126
- type: "validation";
5127
- on: string;
5128
- summary?: string;
5129
- message?: string;
5130
- found?: unknown;
5131
- property?: string;
5132
- expected?: string;
5133
- };
5134
4046
  };
5135
4047
  };
5136
4048
  };
@@ -5153,15 +4065,6 @@ declare const app: Elysia<"", {
5153
4065
  signed: boolean | undefined;
5154
4066
  validRewardTokens: any;
5155
4067
  };
5156
- 422: {
5157
- type: "validation";
5158
- on: string;
5159
- summary?: string;
5160
- message?: string;
5161
- found?: unknown;
5162
- property?: string;
5163
- expected?: string;
5164
- };
5165
4068
  };
5166
4069
  };
5167
4070
  };
@@ -5177,15 +4080,6 @@ declare const app: Elysia<"", {
5177
4080
  response: {
5178
4081
  [x: string]: any;
5179
4082
  200: any;
5180
- 422: {
5181
- type: "validation";
5182
- on: string;
5183
- summary?: string;
5184
- message?: string;
5185
- found?: unknown;
5186
- property?: string;
5187
- expected?: string;
5188
- };
5189
4083
  };
5190
4084
  };
5191
4085
  };
@@ -5200,15 +4094,6 @@ declare const app: Elysia<"", {
5200
4094
  headers: unknown;
5201
4095
  response: {
5202
4096
  200: import("./libs/campaigns/utils/getEulerV2Vaults").EulerVaultType[];
5203
- 422: {
5204
- type: "validation";
5205
- on: string;
5206
- summary?: string;
5207
- message?: string;
5208
- found?: unknown;
5209
- property?: string;
5210
- expected?: string;
5211
- };
5212
4097
  };
5213
4098
  };
5214
4099
  };
@@ -5229,15 +4114,6 @@ declare const app: Elysia<"", {
5229
4114
  message: string;
5230
4115
  name: string;
5231
4116
  };
5232
- 422: {
5233
- type: "validation";
5234
- on: string;
5235
- summary?: string;
5236
- message?: string;
5237
- found?: unknown;
5238
- property?: string;
5239
- expected?: string;
5240
- };
5241
4117
  };
5242
4118
  };
5243
4119
  };
@@ -5254,15 +4130,6 @@ declare const app: Elysia<"", {
5254
4130
  200: {
5255
4131
  success: boolean;
5256
4132
  };
5257
- 422: {
5258
- type: "validation";
5259
- on: string;
5260
- summary?: string;
5261
- message?: string;
5262
- found?: unknown;
5263
- property?: string;
5264
- expected?: string;
5265
- };
5266
4133
  };
5267
4134
  };
5268
4135
  };
@@ -5280,15 +4147,6 @@ declare const app: Elysia<"", {
5280
4147
  response: {
5281
4148
  [x: string]: any;
5282
4149
  200: any;
5283
- 422: {
5284
- type: "validation";
5285
- on: string;
5286
- summary?: string;
5287
- message?: string;
5288
- found?: unknown;
5289
- property?: string;
5290
- expected?: string;
5291
- };
5292
4150
  };
5293
4151
  };
5294
4152
  };
@@ -5322,15 +4180,6 @@ declare const app: Elysia<"", {
5322
4180
  response: {
5323
4181
  [x: string]: any;
5324
4182
  200: any;
5325
- 422: {
5326
- type: "validation";
5327
- on: string;
5328
- summary?: string;
5329
- message?: string;
5330
- found?: unknown;
5331
- property?: string;
5332
- expected?: string;
5333
- };
5334
4183
  };
5335
4184
  };
5336
4185
  };
@@ -5349,15 +4198,6 @@ declare const app: Elysia<"", {
5349
4198
  response: {
5350
4199
  [x: string]: any;
5351
4200
  200: any;
5352
- 422: {
5353
- type: "validation";
5354
- on: string;
5355
- summary?: string;
5356
- message?: string;
5357
- found?: unknown;
5358
- property?: string;
5359
- expected?: string;
5360
- };
5361
4201
  };
5362
4202
  };
5363
4203
  };
@@ -5377,15 +4217,6 @@ declare const app: Elysia<"", {
5377
4217
  response: {
5378
4218
  [x: string]: any;
5379
4219
  200: any;
5380
- 422: {
5381
- type: "validation";
5382
- on: string;
5383
- summary?: string;
5384
- message?: string;
5385
- found?: unknown;
5386
- property?: string;
5387
- expected?: string;
5388
- };
5389
4220
  };
5390
4221
  };
5391
4222
  };
@@ -5408,15 +4239,6 @@ declare const app: Elysia<"", {
5408
4239
  headers: unknown;
5409
4240
  response: {
5410
4241
  200: {};
5411
- 422: {
5412
- type: "validation";
5413
- on: string;
5414
- summary?: string;
5415
- message?: string;
5416
- found?: unknown;
5417
- property?: string;
5418
- expected?: string;
5419
- };
5420
4242
  };
5421
4243
  };
5422
4244
  };
@@ -5451,15 +4273,6 @@ declare const app: Elysia<"", {
5451
4273
  }[];
5452
4274
  };
5453
4275
  };
5454
- 422: {
5455
- type: "validation";
5456
- on: string;
5457
- summary?: string;
5458
- message?: string;
5459
- found?: unknown;
5460
- property?: string;
5461
- expected?: string;
5462
- };
5463
4276
  };
5464
4277
  };
5465
4278
  };
@@ -5481,15 +4294,6 @@ declare const app: Elysia<"", {
5481
4294
  message: string;
5482
4295
  name: string;
5483
4296
  };
5484
- 422: {
5485
- type: "validation";
5486
- on: string;
5487
- summary?: string;
5488
- message?: string;
5489
- found?: unknown;
5490
- property?: string;
5491
- expected?: string;
5492
- };
5493
4297
  };
5494
4298
  };
5495
4299
  };
@@ -5522,15 +4326,6 @@ declare const app: Elysia<"", {
5522
4326
  message?: undefined;
5523
4327
  name?: undefined;
5524
4328
  };
5525
- 422: {
5526
- type: "validation";
5527
- on: string;
5528
- summary?: string;
5529
- message?: string;
5530
- found?: unknown;
5531
- property?: string;
5532
- expected?: string;
5533
- };
5534
4329
  };
5535
4330
  };
5536
4331
  };
@@ -5549,15 +4344,6 @@ declare const app: Elysia<"", {
5549
4344
  response: {
5550
4345
  [x: string]: any;
5551
4346
  200: any;
5552
- 422: {
5553
- type: "validation";
5554
- on: string;
5555
- summary?: string;
5556
- message?: string;
5557
- found?: unknown;
5558
- property?: string;
5559
- expected?: string;
5560
- };
5561
4347
  };
5562
4348
  };
5563
4349
  };
@@ -5576,15 +4362,6 @@ declare const app: Elysia<"", {
5576
4362
  response: {
5577
4363
  [x: string]: any;
5578
4364
  200: any;
5579
- 422: {
5580
- type: "validation";
5581
- on: string;
5582
- summary?: string;
5583
- message?: string;
5584
- found?: unknown;
5585
- property?: string;
5586
- expected?: string;
5587
- };
5588
4365
  };
5589
4366
  };
5590
4367
  };
@@ -5603,15 +4380,6 @@ declare const app: Elysia<"", {
5603
4380
  response: {
5604
4381
  [x: string]: any;
5605
4382
  200: any;
5606
- 422: {
5607
- type: "validation";
5608
- on: string;
5609
- summary?: string;
5610
- message?: string;
5611
- found?: unknown;
5612
- property?: string;
5613
- expected?: string;
5614
- };
5615
4383
  };
5616
4384
  };
5617
4385
  };
@@ -5634,15 +4402,6 @@ declare const app: Elysia<"", {
5634
4402
  rewardToken: string;
5635
4403
  amount: string;
5636
4404
  }[];
5637
- 422: {
5638
- type: "validation";
5639
- on: string;
5640
- summary?: string;
5641
- message?: string;
5642
- found?: unknown;
5643
- property?: string;
5644
- expected?: string;
5645
- };
5646
4405
  };
5647
4406
  };
5648
4407
  };
@@ -5687,15 +4446,6 @@ declare const app: Elysia<"", {
5687
4446
  };
5688
4447
  };
5689
4448
  };
5690
- 422: {
5691
- type: "validation";
5692
- on: string;
5693
- summary?: string;
5694
- message?: string;
5695
- found?: unknown;
5696
- property?: string;
5697
- expected?: string;
5698
- };
5699
4449
  };
5700
4450
  };
5701
4451
  };
@@ -5721,15 +4471,6 @@ declare const app: Elysia<"", {
5721
4471
  rewardToken: string;
5722
4472
  amount: string;
5723
4473
  }[];
5724
- 422: {
5725
- type: "validation";
5726
- on: string;
5727
- summary?: string;
5728
- message?: string;
5729
- found?: unknown;
5730
- property?: string;
5731
- expected?: string;
5732
- };
5733
4474
  };
5734
4475
  };
5735
4476
  };
@@ -5748,15 +4489,6 @@ declare const app: Elysia<"", {
5748
4489
  response: {
5749
4490
  [x: string]: any;
5750
4491
  200: any;
5751
- 422: {
5752
- type: "validation";
5753
- on: string;
5754
- summary?: string;
5755
- message?: string;
5756
- found?: unknown;
5757
- property?: string;
5758
- expected?: string;
5759
- };
5760
4492
  };
5761
4493
  };
5762
4494
  };
@@ -5778,15 +4510,6 @@ declare const app: Elysia<"", {
5778
4510
  symbol: string;
5779
4511
  decimals: number;
5780
4512
  };
5781
- 422: {
5782
- type: "validation";
5783
- on: string;
5784
- summary?: string;
5785
- message?: string;
5786
- found?: unknown;
5787
- property?: string;
5788
- expected?: string;
5789
- };
5790
4513
  };
5791
4514
  };
5792
4515
  };
@@ -5806,15 +4529,6 @@ declare const app: Elysia<"", {
5806
4529
  200: {
5807
4530
  message: string;
5808
4531
  };
5809
- 422: {
5810
- type: "validation";
5811
- on: string;
5812
- summary?: string;
5813
- message?: string;
5814
- found?: unknown;
5815
- property?: string;
5816
- expected?: string;
5817
- };
5818
4532
  };
5819
4533
  };
5820
4534
  };
@@ -5837,15 +4551,6 @@ declare const app: Elysia<"", {
5837
4551
  message?: string | undefined;
5838
4552
  error: string;
5839
4553
  };
5840
- 422: {
5841
- type: "validation";
5842
- on: string;
5843
- summary?: string;
5844
- message?: string;
5845
- found?: unknown;
5846
- property?: string;
5847
- expected?: string;
5848
- };
5849
4554
  };
5850
4555
  };
5851
4556
  };
@@ -5883,15 +4588,6 @@ declare const app: Elysia<"", {
5883
4588
  };
5884
4589
  };
5885
4590
  };
5886
- 422: {
5887
- type: "validation";
5888
- on: string;
5889
- summary?: string;
5890
- message?: string;
5891
- found?: unknown;
5892
- property?: string;
5893
- expected?: string;
5894
- };
5895
4591
  };
5896
4592
  };
5897
4593
  };
@@ -5910,15 +4606,6 @@ declare const app: Elysia<"", {
5910
4606
  [poolId: string]: UniswapV4PoolType;
5911
4607
  } | undefined;
5912
4608
  };
5913
- 422: {
5914
- type: "validation";
5915
- on: string;
5916
- summary?: string;
5917
- message?: string;
5918
- found?: unknown;
5919
- property?: string;
5920
- expected?: string;
5921
- };
5922
4609
  };
5923
4610
  };
5924
4611
  };