@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,10 +1,11 @@
1
1
  import Elysia from "elysia";
2
- export declare const v4: Elysia<"/v4", {
2
+ export declare const v4: Elysia<"/v4", false, {
3
3
  decorator: {};
4
4
  store: {};
5
5
  derive: {};
6
6
  resolve: {};
7
7
  }, {
8
+ type: {};
8
9
  error: {
9
10
  readonly HttpError: import("../../errors").HttpError;
10
11
  readonly BadRequestError: import("../../errors").BadRequestError;
@@ -12,13 +13,17 @@ export declare const v4: Elysia<"/v4", {
12
13
  readonly NotFoundError: import("../../errors").NotFoundError;
13
14
  readonly UnauthorizedError: import("../../errors").UnauthorizedError;
14
15
  };
15
- 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("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<{}, {}>>;
16
16
  }, {
17
17
  schema: {};
18
18
  macro: {};
19
19
  macroFn: {};
20
- parser: {};
21
20
  }, {
21
+ v4: {} | {
22
+ derive: {};
23
+ resolve: {};
24
+ schema: {};
25
+ };
26
+ } & {
22
27
  v4: {};
23
28
  } & {
24
29
  v4: {
@@ -48,8 +53,8 @@ export declare const v4: Elysia<"/v4", {
48
53
  };
49
54
  response: {
50
55
  200: {
51
- type: import("../../../database/api/.generated").$Enums.CampaignType;
52
56
  name: string;
57
+ type: import("../../../database/api/.generated").$Enums.CampaignType;
53
58
  id: string;
54
59
  status: import("../../../database/api/.generated").$Enums.Status;
55
60
  tags: string[];
@@ -62,15 +67,6 @@ export declare const v4: Elysia<"/v4", {
62
67
  apr: number;
63
68
  dailyRewards: number;
64
69
  } | null;
65
- 422: {
66
- type: "validation";
67
- on: string;
68
- summary?: string;
69
- message?: string;
70
- found?: unknown;
71
- property?: string;
72
- expected?: string;
73
- };
74
70
  };
75
71
  };
76
72
  };
@@ -114,15 +110,6 @@ export declare const v4: Elysia<"/v4", {
114
110
  depositUrl: any;
115
111
  tags: string[];
116
112
  };
117
- 422: {
118
- type: "validation";
119
- on: string;
120
- summary?: string;
121
- message?: string;
122
- found?: unknown;
123
- property?: string;
124
- expected?: string;
125
- };
126
113
  };
127
114
  };
128
115
  };
@@ -135,10 +122,10 @@ export declare const v4: Elysia<"/v4", {
135
122
  params: {};
136
123
  query: {
137
124
  sort?: string | undefined;
138
- items?: number | undefined;
139
125
  name?: string | undefined;
140
126
  tokens?: string | undefined;
141
127
  status?: string | undefined;
128
+ items?: number | undefined;
142
129
  tags?: string | undefined;
143
130
  page?: number | undefined;
144
131
  chainId?: string | undefined;
@@ -222,15 +209,15 @@ export declare const v4: Elysia<"/v4", {
222
209
  icon: string;
223
210
  };
224
211
  protocol: {
225
- description: string;
226
212
  name: string;
227
213
  url: string;
214
+ description: string;
228
215
  id: string;
229
216
  tags: string[];
230
217
  icon: string;
231
218
  } | undefined;
232
- type: import("../../../database/api/.generated").$Enums.CampaignType;
233
219
  name: string;
220
+ type: import("../../../database/api/.generated").$Enums.CampaignType;
234
221
  status: import("../../../database/api/.generated").$Enums.Status;
235
222
  tags: string[];
236
223
  identifier: string;
@@ -239,15 +226,6 @@ export declare const v4: Elysia<"/v4", {
239
226
  tvl: number;
240
227
  dailyRewards: number;
241
228
  }[];
242
- 422: {
243
- type: "validation";
244
- on: string;
245
- summary?: string;
246
- message?: string;
247
- found?: unknown;
248
- property?: string;
249
- expected?: string;
250
- };
251
229
  };
252
230
  };
253
231
  };
@@ -260,10 +238,10 @@ export declare const v4: Elysia<"/v4", {
260
238
  params: {};
261
239
  query: {
262
240
  sort?: string | undefined;
263
- items?: number | undefined;
264
241
  name?: string | undefined;
265
242
  tokens?: string | undefined;
266
243
  status?: string | undefined;
244
+ items?: number | undefined;
267
245
  tags?: string | undefined;
268
246
  page?: number | undefined;
269
247
  chainId?: string | undefined;
@@ -277,15 +255,6 @@ export declare const v4: Elysia<"/v4", {
277
255
  headers: unknown;
278
256
  response: {
279
257
  200: number;
280
- 422: {
281
- type: "validation";
282
- on: string;
283
- summary?: string;
284
- message?: string;
285
- found?: unknown;
286
- property?: string;
287
- expected?: string;
288
- };
289
258
  };
290
259
  };
291
260
  };
@@ -305,9 +274,9 @@ export declare const v4: Elysia<"/v4", {
305
274
  response: {
306
275
  200: {
307
276
  protocol?: {
308
- description: string;
309
277
  name: string;
310
278
  url: string;
279
+ description: string;
311
280
  id: string;
312
281
  tags: string[];
313
282
  icon: string;
@@ -359,8 +328,8 @@ export declare const v4: Elysia<"/v4", {
359
328
  dailyRewardsRecordId: string;
360
329
  }[];
361
330
  } | undefined;
362
- type: string;
363
331
  name: string;
332
+ type: string;
364
333
  tokens: {
365
334
  price?: number | null | undefined;
366
335
  symbol: string;
@@ -397,15 +366,6 @@ export declare const v4: Elysia<"/v4", {
397
366
  info: string;
398
367
  httpCode: number;
399
368
  };
400
- 422: {
401
- type: "validation";
402
- on: string;
403
- summary?: string;
404
- message?: string;
405
- found?: unknown;
406
- property?: string;
407
- expected?: string;
408
- };
409
369
  };
410
370
  };
411
371
  };
@@ -438,9 +398,9 @@ export declare const v4: Elysia<"/v4", {
438
398
  response: {
439
399
  200: ({
440
400
  protocol?: {
441
- description: string;
442
401
  name: string;
443
402
  url: string;
403
+ description: string;
444
404
  id: string;
445
405
  tags: string[];
446
406
  icon: string;
@@ -492,8 +452,8 @@ export declare const v4: Elysia<"/v4", {
492
452
  dailyRewardsRecordId: string;
493
453
  }[];
494
454
  } | undefined;
495
- type: string;
496
455
  name: string;
456
+ type: string;
497
457
  tokens: {
498
458
  price?: number | null | undefined;
499
459
  symbol: string;
@@ -577,15 +537,6 @@ export declare const v4: Elysia<"/v4", {
577
537
  info: string;
578
538
  httpCode: number;
579
539
  };
580
- 422: {
581
- type: "validation";
582
- on: string;
583
- summary?: string;
584
- message?: string;
585
- found?: unknown;
586
- property?: string;
587
- expected?: string;
588
- };
589
540
  };
590
541
  };
591
542
  };
@@ -606,9 +557,9 @@ export declare const v4: Elysia<"/v4", {
606
557
  response: {
607
558
  200: {
608
559
  protocol?: {
609
- description: string;
610
560
  name: string;
611
561
  url: string;
562
+ description: string;
612
563
  id: string;
613
564
  tags: string[];
614
565
  icon: string;
@@ -660,8 +611,8 @@ export declare const v4: Elysia<"/v4", {
660
611
  dailyRewardsRecordId: string;
661
612
  }[];
662
613
  } | undefined;
663
- type: string;
664
614
  name: string;
615
+ type: string;
665
616
  tokens: {
666
617
  price?: number | null | undefined;
667
618
  symbol: string;
@@ -702,9 +653,9 @@ export declare const v4: Elysia<"/v4", {
702
653
  id: number;
703
654
  icon: string;
704
655
  } | undefined;
705
- params: any;
706
656
  type: string;
707
657
  id: string;
658
+ params: any;
708
659
  subType: number | null;
709
660
  chain: {
710
661
  name: string;
@@ -743,15 +694,6 @@ export declare const v4: Elysia<"/v4", {
743
694
  info: string;
744
695
  httpCode: number;
745
696
  };
746
- 422: {
747
- type: "validation";
748
- on: string;
749
- summary?: string;
750
- message?: string;
751
- found?: unknown;
752
- property?: string;
753
- expected?: string;
754
- };
755
697
  };
756
698
  };
757
699
  };
@@ -768,10 +710,10 @@ export declare const v4: Elysia<"/v4", {
768
710
  };
769
711
  query: {
770
712
  sort?: string | undefined;
771
- items?: number | undefined;
772
713
  name?: string | undefined;
773
714
  tokens?: string | undefined;
774
715
  status?: string | undefined;
716
+ items?: number | undefined;
775
717
  tags?: string | undefined;
776
718
  page?: number | undefined;
777
719
  chainId?: string | undefined;
@@ -787,15 +729,6 @@ export declare const v4: Elysia<"/v4", {
787
729
  200: {
788
730
  sum: string;
789
731
  };
790
- 422: {
791
- type: "validation";
792
- on: string;
793
- summary?: string;
794
- message?: string;
795
- found?: unknown;
796
- property?: string;
797
- expected?: string;
798
- };
799
732
  };
800
733
  };
801
734
  };
@@ -813,10 +746,10 @@ export declare const v4: Elysia<"/v4", {
813
746
  };
814
747
  query: {
815
748
  sort?: string | undefined;
816
- items?: number | undefined;
817
749
  name?: string | undefined;
818
750
  tokens?: string | undefined;
819
751
  status?: string | undefined;
752
+ items?: number | undefined;
820
753
  tags?: string | undefined;
821
754
  page?: number | undefined;
822
755
  chainId?: string | undefined;
@@ -832,15 +765,6 @@ export declare const v4: Elysia<"/v4", {
832
765
  200: {
833
766
  max: string;
834
767
  };
835
- 422: {
836
- type: "validation";
837
- on: string;
838
- summary?: string;
839
- message?: string;
840
- found?: unknown;
841
- property?: string;
842
- expected?: string;
843
- };
844
768
  };
845
769
  };
846
770
  };
@@ -859,10 +783,10 @@ export declare const v4: Elysia<"/v4", {
859
783
  };
860
784
  query: {
861
785
  sort?: string | undefined;
862
- items?: number | undefined;
863
786
  name?: string | undefined;
864
787
  tokens?: string | undefined;
865
788
  status?: string | undefined;
789
+ items?: number | undefined;
866
790
  tags?: string | undefined;
867
791
  page?: number | undefined;
868
792
  chainId?: string | undefined;
@@ -878,15 +802,6 @@ export declare const v4: Elysia<"/v4", {
878
802
  200: {
879
803
  min: string;
880
804
  };
881
- 422: {
882
- type: "validation";
883
- on: string;
884
- summary?: string;
885
- message?: string;
886
- found?: unknown;
887
- property?: string;
888
- expected?: string;
889
- };
890
805
  };
891
806
  };
892
807
  };
@@ -910,8 +825,8 @@ export declare const v4: Elysia<"/v4", {
910
825
  };
911
826
  response: {
912
827
  200: {
913
- type: import("../../../database/api/.generated").$Enums.CampaignType;
914
828
  name: string;
829
+ type: import("../../../database/api/.generated").$Enums.CampaignType;
915
830
  id: string;
916
831
  status: import("../../../database/api/.generated").$Enums.Status;
917
832
  tags: string[];
@@ -924,15 +839,6 @@ export declare const v4: Elysia<"/v4", {
924
839
  apr: number;
925
840
  dailyRewards: number;
926
841
  };
927
- 422: {
928
- type: "validation";
929
- on: string;
930
- summary?: string;
931
- message?: string;
932
- found?: unknown;
933
- property?: string;
934
- expected?: string;
935
- };
936
842
  };
937
843
  };
938
844
  };
@@ -947,8 +853,8 @@ export declare const v4: Elysia<"/v4", {
947
853
  tags?: string[] | undefined;
948
854
  identifier?: string | undefined;
949
855
  subType?: number | undefined;
950
- params: string;
951
856
  type: number;
857
+ params: string;
952
858
  creator: string;
953
859
  chainId: number;
954
860
  startTimestamp: string;
@@ -966,9 +872,9 @@ export declare const v4: Elysia<"/v4", {
966
872
  };
967
873
  response: {
968
874
  200: {
969
- params: import("database/api/.generated/runtime/library").JsonValue;
970
875
  type: import("../../../database/api/.generated").$Enums.CampaignType;
971
876
  id: string;
877
+ params: import("database/api/.generated/runtime/library").JsonValue;
972
878
  subType: number | null;
973
879
  startTimestamp: bigint;
974
880
  endTimestamp: bigint;
@@ -980,15 +886,6 @@ export declare const v4: Elysia<"/v4", {
980
886
  opportunityId: string;
981
887
  creatorAddress: string;
982
888
  } | undefined;
983
- 422: {
984
- type: "validation";
985
- on: string;
986
- summary?: string;
987
- message?: string;
988
- found?: unknown;
989
- property?: string;
990
- expected?: string;
991
- };
992
889
  };
993
890
  };
994
891
  };
@@ -1008,15 +905,6 @@ export declare const v4: Elysia<"/v4", {
1008
905
  };
1009
906
  response: {
1010
907
  200: string;
1011
- 422: {
1012
- type: "validation";
1013
- on: string;
1014
- summary?: string;
1015
- message?: string;
1016
- found?: unknown;
1017
- property?: string;
1018
- expected?: string;
1019
- };
1020
908
  };
1021
909
  };
1022
910
  };
@@ -1035,9 +923,9 @@ export declare const v4: Elysia<"/v4", {
1035
923
  };
1036
924
  response: {
1037
925
  200: {
1038
- params: import("database/api/.generated/runtime/library").JsonValue;
1039
926
  type: import("../../../database/api/.generated").$Enums.CampaignType;
1040
927
  id: string;
928
+ params: import("database/api/.generated/runtime/library").JsonValue;
1041
929
  subType: number | null;
1042
930
  startTimestamp: bigint;
1043
931
  endTimestamp: bigint;
@@ -1049,15 +937,6 @@ export declare const v4: Elysia<"/v4", {
1049
937
  opportunityId: string;
1050
938
  creatorAddress: string;
1051
939
  };
1052
- 422: {
1053
- type: "validation";
1054
- on: string;
1055
- summary?: string;
1056
- message?: string;
1057
- found?: unknown;
1058
- property?: string;
1059
- expected?: string;
1060
- };
1061
940
  };
1062
941
  };
1063
942
  };
@@ -1132,15 +1011,6 @@ export declare const v4: Elysia<"/v4", {
1132
1011
  opportunityId: string;
1133
1012
  creatorAddress: string;
1134
1013
  }[];
1135
- 422: {
1136
- type: "validation";
1137
- on: string;
1138
- summary?: string;
1139
- message?: string;
1140
- found?: unknown;
1141
- property?: string;
1142
- expected?: string;
1143
- };
1144
1014
  };
1145
1015
  };
1146
1016
  };
@@ -1170,15 +1040,6 @@ export declare const v4: Elysia<"/v4", {
1170
1040
  headers: unknown;
1171
1041
  response: {
1172
1042
  200: number;
1173
- 422: {
1174
- type: "validation";
1175
- on: string;
1176
- summary?: string;
1177
- message?: string;
1178
- found?: unknown;
1179
- property?: string;
1180
- expected?: string;
1181
- };
1182
1043
  };
1183
1044
  };
1184
1045
  };
@@ -1200,15 +1061,6 @@ export declare const v4: Elysia<"/v4", {
1200
1061
  }[];
1201
1062
  campaignId: string;
1202
1063
  }[];
1203
- 422: {
1204
- type: "validation";
1205
- on: string;
1206
- summary?: string;
1207
- message?: string;
1208
- found?: unknown;
1209
- property?: string;
1210
- expected?: string;
1211
- };
1212
1064
  };
1213
1065
  };
1214
1066
  };
@@ -1225,15 +1077,6 @@ export declare const v4: Elysia<"/v4", {
1225
1077
  headers: unknown;
1226
1078
  response: {
1227
1079
  200: number;
1228
- 422: {
1229
- type: "validation";
1230
- on: string;
1231
- summary?: string;
1232
- message?: string;
1233
- found?: unknown;
1234
- property?: string;
1235
- expected?: string;
1236
- };
1237
1080
  };
1238
1081
  };
1239
1082
  };
@@ -1252,15 +1095,6 @@ export declare const v4: Elysia<"/v4", {
1252
1095
  };
1253
1096
  response: {
1254
1097
  200: string;
1255
- 422: {
1256
- type: "validation";
1257
- on: string;
1258
- summary?: string;
1259
- message?: string;
1260
- found?: unknown;
1261
- property?: string;
1262
- expected?: string;
1263
- };
1264
1098
  };
1265
1099
  };
1266
1100
  };
@@ -1275,9 +1109,9 @@ export declare const v4: Elysia<"/v4", {
1275
1109
  body: unknown;
1276
1110
  params: {};
1277
1111
  query: {
1278
- items?: number | undefined;
1279
1112
  name?: string | undefined;
1280
1113
  id?: string | undefined;
1114
+ items?: number | undefined;
1281
1115
  tags?: string[] | undefined;
1282
1116
  page?: number | undefined;
1283
1117
  opportunityTag?: string | undefined;
@@ -1285,22 +1119,13 @@ export declare const v4: Elysia<"/v4", {
1285
1119
  headers: unknown;
1286
1120
  response: {
1287
1121
  200: ({
1288
- description: string;
1289
1122
  name: string;
1290
1123
  url: string;
1124
+ description: string;
1291
1125
  id: string;
1292
1126
  tags: string[];
1293
1127
  icon: string;
1294
1128
  } & {})[];
1295
- 422: {
1296
- type: "validation";
1297
- on: string;
1298
- summary?: string;
1299
- message?: string;
1300
- found?: unknown;
1301
- property?: string;
1302
- expected?: string;
1303
- };
1304
1129
  };
1305
1130
  };
1306
1131
  };
@@ -1331,22 +1156,13 @@ export declare const v4: Elysia<"/v4", {
1331
1156
  headers: unknown;
1332
1157
  response: {
1333
1158
  200: {
1334
- description: string;
1335
1159
  name: string;
1336
1160
  url: string;
1161
+ description: string;
1337
1162
  id: string;
1338
1163
  tags: string[];
1339
1164
  icon: string;
1340
1165
  } | null;
1341
- 422: {
1342
- type: "validation";
1343
- on: string;
1344
- summary?: string;
1345
- message?: string;
1346
- found?: unknown;
1347
- property?: string;
1348
- expected?: string;
1349
- };
1350
1166
  };
1351
1167
  };
1352
1168
  };
@@ -1356,9 +1172,9 @@ export declare const v4: Elysia<"/v4", {
1356
1172
  ":id": {
1357
1173
  patch: {
1358
1174
  body: {
1359
- description?: string | undefined;
1360
1175
  name?: string | undefined;
1361
1176
  url?: string | undefined;
1177
+ description?: string | undefined;
1362
1178
  icon?: string | undefined;
1363
1179
  };
1364
1180
  params: {
@@ -1370,22 +1186,13 @@ export declare const v4: Elysia<"/v4", {
1370
1186
  };
1371
1187
  response: {
1372
1188
  200: {
1373
- description: string;
1374
1189
  name: string;
1375
1190
  url: string;
1191
+ description: string;
1376
1192
  id: string;
1377
1193
  tags: string[];
1378
1194
  icon: string;
1379
1195
  };
1380
- 422: {
1381
- type: "validation";
1382
- on: string;
1383
- summary?: string;
1384
- message?: string;
1385
- found?: unknown;
1386
- property?: string;
1387
- expected?: string;
1388
- };
1389
1196
  };
1390
1197
  };
1391
1198
  };
@@ -1395,9 +1202,9 @@ export declare const v4: Elysia<"/v4", {
1395
1202
  index: {
1396
1203
  post: {
1397
1204
  body: {
1398
- description: string;
1399
1205
  name: string;
1400
1206
  url: string;
1207
+ description: string;
1401
1208
  id: string;
1402
1209
  tags: string[];
1403
1210
  icon: string;
@@ -1409,22 +1216,13 @@ export declare const v4: Elysia<"/v4", {
1409
1216
  };
1410
1217
  response: {
1411
1218
  200: {
1412
- description: string;
1413
1219
  name: string;
1414
1220
  url: string;
1221
+ description: string;
1415
1222
  id: string;
1416
1223
  tags: string[];
1417
1224
  icon: string;
1418
1225
  };
1419
- 422: {
1420
- type: "validation";
1421
- on: string;
1422
- summary?: string;
1423
- message?: string;
1424
- found?: unknown;
1425
- property?: string;
1426
- expected?: string;
1427
- };
1428
1226
  };
1429
1227
  };
1430
1228
  };
@@ -1451,15 +1249,6 @@ export declare const v4: Elysia<"/v4", {
1451
1249
  id: string;
1452
1250
  chainId: number;
1453
1251
  };
1454
- 422: {
1455
- type: "validation";
1456
- on: string;
1457
- summary?: string;
1458
- message?: string;
1459
- found?: unknown;
1460
- property?: string;
1461
- expected?: string;
1462
- };
1463
1252
  };
1464
1253
  };
1465
1254
  };
@@ -1488,15 +1277,6 @@ export declare const v4: Elysia<"/v4", {
1488
1277
  isTest: boolean;
1489
1278
  price?: number | null | undefined;
1490
1279
  } | undefined;
1491
- 422: {
1492
- type: "validation";
1493
- on: string;
1494
- summary?: string;
1495
- message?: string;
1496
- found?: unknown;
1497
- property?: string;
1498
- expected?: string;
1499
- };
1500
1280
  };
1501
1281
  };
1502
1282
  };
@@ -1530,15 +1310,6 @@ export declare const v4: Elysia<"/v4", {
1530
1310
  isTest: boolean;
1531
1311
  price?: number | null | undefined;
1532
1312
  } | undefined;
1533
- 422: {
1534
- type: "validation";
1535
- on: string;
1536
- summary?: string;
1537
- message?: string;
1538
- found?: unknown;
1539
- property?: string;
1540
- expected?: string;
1541
- };
1542
1313
  };
1543
1314
  };
1544
1315
  };
@@ -1572,15 +1343,6 @@ export declare const v4: Elysia<"/v4", {
1572
1343
  isTest: boolean;
1573
1344
  price: number | null;
1574
1345
  }[];
1575
- 422: {
1576
- type: "validation";
1577
- on: string;
1578
- summary?: string;
1579
- message?: string;
1580
- found?: unknown;
1581
- property?: string;
1582
- expected?: string;
1583
- };
1584
1346
  };
1585
1347
  };
1586
1348
  };
@@ -1615,15 +1377,6 @@ export declare const v4: Elysia<"/v4", {
1615
1377
  } & {
1616
1378
  balance: bigint;
1617
1379
  })[];
1618
- 422: {
1619
- type: "validation";
1620
- on: string;
1621
- summary?: string;
1622
- message?: string;
1623
- found?: unknown;
1624
- property?: string;
1625
- expected?: string;
1626
- };
1627
1380
  };
1628
1381
  };
1629
1382
  };
@@ -1658,15 +1411,6 @@ export declare const v4: Elysia<"/v4", {
1658
1411
  } & {
1659
1412
  price?: number | null | undefined;
1660
1413
  })[];
1661
- 422: {
1662
- type: "validation";
1663
- on: string;
1664
- summary?: string;
1665
- message?: string;
1666
- found?: unknown;
1667
- property?: string;
1668
- expected?: string;
1669
- };
1670
1414
  };
1671
1415
  };
1672
1416
  };
@@ -1689,15 +1433,6 @@ export declare const v4: Elysia<"/v4", {
1689
1433
  headers: unknown;
1690
1434
  response: {
1691
1435
  200: number;
1692
- 422: {
1693
- type: "validation";
1694
- on: string;
1695
- summary?: string;
1696
- message?: string;
1697
- found?: unknown;
1698
- property?: string;
1699
- expected?: string;
1700
- };
1701
1436
  };
1702
1437
  };
1703
1438
  };
@@ -1731,15 +1466,6 @@ export declare const v4: Elysia<"/v4", {
1731
1466
  isTest: boolean;
1732
1467
  price?: number | null | undefined;
1733
1468
  } | undefined;
1734
- 422: {
1735
- type: "validation";
1736
- on: string;
1737
- summary?: string;
1738
- message?: string;
1739
- found?: unknown;
1740
- property?: string;
1741
- expected?: string;
1742
- };
1743
1469
  };
1744
1470
  };
1745
1471
  };
@@ -1774,15 +1500,6 @@ export declare const v4: Elysia<"/v4", {
1774
1500
  isTest: boolean;
1775
1501
  price: number | null;
1776
1502
  };
1777
- 422: {
1778
- type: "validation";
1779
- on: string;
1780
- summary?: string;
1781
- message?: string;
1782
- found?: unknown;
1783
- property?: string;
1784
- expected?: string;
1785
- };
1786
1503
  };
1787
1504
  };
1788
1505
  };
@@ -1804,15 +1521,6 @@ export declare const v4: Elysia<"/v4", {
1804
1521
  headers: unknown;
1805
1522
  response: {
1806
1523
  200: import("./reward").BreakdownForCampaignsRaw[];
1807
- 422: {
1808
- type: "validation";
1809
- on: string;
1810
- summary?: string;
1811
- message?: string;
1812
- found?: unknown;
1813
- property?: string;
1814
- expected?: string;
1815
- };
1816
1524
  };
1817
1525
  };
1818
1526
  };
@@ -1833,15 +1541,6 @@ export declare const v4: Elysia<"/v4", {
1833
1541
  campaignId: string;
1834
1542
  amount: bigint;
1835
1543
  };
1836
- 422: {
1837
- type: "validation";
1838
- on: string;
1839
- summary?: string;
1840
- message?: string;
1841
- found?: unknown;
1842
- property?: string;
1843
- expected?: string;
1844
- };
1845
1544
  };
1846
1545
  };
1847
1546
  };
@@ -1861,15 +1560,6 @@ export declare const v4: Elysia<"/v4", {
1861
1560
  200: {
1862
1561
  count: number;
1863
1562
  };
1864
- 422: {
1865
- type: "validation";
1866
- on: string;
1867
- summary?: string;
1868
- message?: string;
1869
- found?: unknown;
1870
- property?: string;
1871
- expected?: string;
1872
- };
1873
1563
  };
1874
1564
  };
1875
1565
  };
@@ -1879,9 +1569,7 @@ export declare const v4: Elysia<"/v4", {
1879
1569
  index: {
1880
1570
  get: {
1881
1571
  body: unknown;
1882
- params: {
1883
- campaignId: string;
1884
- };
1572
+ params: {};
1885
1573
  query: {
1886
1574
  items?: number | undefined;
1887
1575
  page?: number | undefined;
@@ -1894,15 +1582,6 @@ export declare const v4: Elysia<"/v4", {
1894
1582
  pending: string;
1895
1583
  recipient: string;
1896
1584
  }[];
1897
- 422: {
1898
- type: "validation";
1899
- on: string;
1900
- summary?: string;
1901
- message?: string;
1902
- found?: unknown;
1903
- property?: string;
1904
- expected?: string;
1905
- };
1906
1585
  };
1907
1586
  };
1908
1587
  };
@@ -1914,9 +1593,7 @@ export declare const v4: Elysia<"/v4", {
1914
1593
  total: {
1915
1594
  get: {
1916
1595
  body: unknown;
1917
- params: {
1918
- campaignId: string;
1919
- };
1596
+ params: {};
1920
1597
  query: {
1921
1598
  items?: number | undefined;
1922
1599
  page?: number | undefined;
@@ -1927,15 +1604,6 @@ export declare const v4: Elysia<"/v4", {
1927
1604
  tokenId: string;
1928
1605
  amount: bigint;
1929
1606
  };
1930
- 422: {
1931
- type: "validation";
1932
- on: string;
1933
- summary?: string;
1934
- message?: string;
1935
- found?: unknown;
1936
- property?: string;
1937
- expected?: string;
1938
- };
1939
1607
  };
1940
1608
  };
1941
1609
  };
@@ -1947,9 +1615,7 @@ export declare const v4: Elysia<"/v4", {
1947
1615
  count: {
1948
1616
  get: {
1949
1617
  body: unknown;
1950
- params: {
1951
- campaignId: string;
1952
- };
1618
+ params: {};
1953
1619
  query: {
1954
1620
  items?: number | undefined;
1955
1621
  page?: number | undefined;
@@ -1959,15 +1625,6 @@ export declare const v4: Elysia<"/v4", {
1959
1625
  200: {
1960
1626
  count: number;
1961
1627
  };
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
1628
  };
1972
1629
  };
1973
1630
  };
@@ -1994,15 +1651,6 @@ export declare const v4: Elysia<"/v4", {
1994
1651
  pending: string;
1995
1652
  recipient: string;
1996
1653
  }[];
1997
- 422: {
1998
- type: "validation";
1999
- on: string;
2000
- summary?: string;
2001
- message?: string;
2002
- found?: unknown;
2003
- property?: string;
2004
- expected?: string;
2005
- };
2006
1654
  };
2007
1655
  };
2008
1656
  };
@@ -2026,15 +1674,6 @@ export declare const v4: Elysia<"/v4", {
2026
1674
  tokenId: string;
2027
1675
  amount: bigint;
2028
1676
  };
2029
- 422: {
2030
- type: "validation";
2031
- on: string;
2032
- summary?: string;
2033
- message?: string;
2034
- found?: unknown;
2035
- property?: string;
2036
- expected?: string;
2037
- };
2038
1677
  };
2039
1678
  };
2040
1679
  };
@@ -2057,15 +1696,6 @@ export declare const v4: Elysia<"/v4", {
2057
1696
  200: {
2058
1697
  count: number;
2059
1698
  };
2060
- 422: {
2061
- type: "validation";
2062
- on: string;
2063
- summary?: string;
2064
- message?: string;
2065
- found?: unknown;
2066
- property?: string;
2067
- expected?: string;
2068
- };
2069
1699
  };
2070
1700
  };
2071
1701
  };
@@ -2093,15 +1723,6 @@ export declare const v4: Elysia<"/v4", {
2093
1723
  200: {
2094
1724
  count: number;
2095
1725
  };
2096
- 422: {
2097
- type: "validation";
2098
- on: string;
2099
- summary?: string;
2100
- message?: string;
2101
- found?: unknown;
2102
- property?: string;
2103
- expected?: string;
2104
- };
2105
1726
  };
2106
1727
  };
2107
1728
  };
@@ -2133,15 +1754,6 @@ export declare const v4: Elysia<"/v4", {
2133
1754
  200: {
2134
1755
  count: number;
2135
1756
  } | undefined;
2136
- 422: {
2137
- type: "validation";
2138
- on: string;
2139
- summary?: string;
2140
- message?: string;
2141
- found?: unknown;
2142
- property?: string;
2143
- expected?: string;
2144
- };
2145
1757
  };
2146
1758
  };
2147
1759
  };
@@ -2163,15 +1775,6 @@ export declare const v4: Elysia<"/v4", {
2163
1775
  };
2164
1776
  response: {
2165
1777
  200: void;
2166
- 422: {
2167
- type: "validation";
2168
- on: string;
2169
- summary?: string;
2170
- message?: string;
2171
- found?: unknown;
2172
- property?: string;
2173
- expected?: string;
2174
- };
2175
1778
  };
2176
1779
  };
2177
1780
  };
@@ -2201,15 +1804,6 @@ export declare const v4: Elysia<"/v4", {
2201
1804
  created: number;
2202
1805
  updated: number;
2203
1806
  };
2204
- 422: {
2205
- type: "validation";
2206
- on: string;
2207
- summary?: string;
2208
- message?: string;
2209
- found?: unknown;
2210
- property?: string;
2211
- expected?: string;
2212
- };
2213
1807
  };
2214
1808
  };
2215
1809
  };
@@ -2233,15 +1827,6 @@ export declare const v4: Elysia<"/v4", {
2233
1827
  breakdownCount: number;
2234
1828
  };
2235
1829
  };
2236
- 422: {
2237
- type: "validation";
2238
- on: string;
2239
- summary?: string;
2240
- message?: string;
2241
- found?: unknown;
2242
- property?: string;
2243
- expected?: string;
2244
- };
2245
1830
  };
2246
1831
  };
2247
1832
  };
@@ -2261,15 +1846,6 @@ export declare const v4: Elysia<"/v4", {
2261
1846
  200: {
2262
1847
  [x: string]: string;
2263
1848
  };
2264
- 422: {
2265
- type: "validation";
2266
- on: string;
2267
- summary?: string;
2268
- message?: string;
2269
- found?: unknown;
2270
- property?: string;
2271
- expected?: string;
2272
- };
2273
1849
  };
2274
1850
  };
2275
1851
  };
@@ -2299,15 +1875,6 @@ export declare const v4: Elysia<"/v4", {
2299
1875
  chainId: number;
2300
1876
  }[];
2301
1877
  } | null;
2302
- 422: {
2303
- type: "validation";
2304
- on: string;
2305
- summary?: string;
2306
- message?: string;
2307
- found?: unknown;
2308
- property?: string;
2309
- expected?: string;
2310
- };
2311
1878
  };
2312
1879
  };
2313
1880
  };
@@ -2334,15 +1901,6 @@ export declare const v4: Elysia<"/v4", {
2334
1901
  chainId: number;
2335
1902
  }[];
2336
1903
  }[];
2337
- 422: {
2338
- type: "validation";
2339
- on: string;
2340
- summary?: string;
2341
- message?: string;
2342
- found?: unknown;
2343
- property?: string;
2344
- expected?: string;
2345
- };
2346
1904
  };
2347
1905
  };
2348
1906
  };
@@ -2359,15 +1917,6 @@ export declare const v4: Elysia<"/v4", {
2359
1917
  headers: unknown;
2360
1918
  response: {
2361
1919
  200: number;
2362
- 422: {
2363
- type: "validation";
2364
- on: string;
2365
- summary?: string;
2366
- message?: string;
2367
- found?: unknown;
2368
- property?: string;
2369
- expected?: string;
2370
- };
2371
1920
  };
2372
1921
  };
2373
1922
  };
@@ -2392,15 +1941,6 @@ export declare const v4: Elysia<"/v4", {
2392
1941
  id: number;
2393
1942
  icon: string;
2394
1943
  };
2395
- 422: {
2396
- type: "validation";
2397
- on: string;
2398
- summary?: string;
2399
- message?: string;
2400
- found?: unknown;
2401
- property?: string;
2402
- expected?: string;
2403
- };
2404
1944
  };
2405
1945
  };
2406
1946
  };
@@ -2449,15 +1989,6 @@ export declare const v4: Elysia<"/v4", {
2449
1989
  headers: unknown;
2450
1990
  response: {
2451
1991
  200: number;
2452
- 422: {
2453
- type: "validation";
2454
- on: string;
2455
- summary?: string;
2456
- message?: string;
2457
- found?: unknown;
2458
- property?: string;
2459
- expected?: string;
2460
- };
2461
1992
  };
2462
1993
  };
2463
1994
  };
@@ -2499,15 +2030,6 @@ export declare const v4: Elysia<"/v4", {
2499
2030
  args: import("database/api/.generated/runtime/library").JsonValue | null;
2500
2031
  id: number;
2501
2032
  };
2502
- 422: {
2503
- type: "validation";
2504
- on: string;
2505
- summary?: string;
2506
- message?: string;
2507
- found?: unknown;
2508
- property?: string;
2509
- expected?: string;
2510
- };
2511
2033
  };
2512
2034
  };
2513
2035
  };
@@ -2529,15 +2051,6 @@ export declare const v4: Elysia<"/v4", {
2529
2051
  };
2530
2052
  response: {
2531
2053
  200: number | undefined;
2532
- 422: {
2533
- type: "validation";
2534
- on: string;
2535
- summary?: string;
2536
- message?: string;
2537
- found?: unknown;
2538
- property?: string;
2539
- expected?: string;
2540
- };
2541
2054
  };
2542
2055
  };
2543
2056
  };
@@ -2566,15 +2079,6 @@ export declare const v4: Elysia<"/v4", {
2566
2079
  args: import("database/api/.generated/runtime/library").JsonValue | null;
2567
2080
  id: number;
2568
2081
  };
2569
- 422: {
2570
- type: "validation";
2571
- on: string;
2572
- summary?: string;
2573
- message?: string;
2574
- found?: unknown;
2575
- property?: string;
2576
- expected?: string;
2577
- };
2578
2082
  };
2579
2083
  };
2580
2084
  };
@@ -2600,15 +2104,6 @@ export declare const v4: Elysia<"/v4", {
2600
2104
  args: import("database/api/.generated/runtime/library").JsonValue | null;
2601
2105
  id: number;
2602
2106
  };
2603
- 422: {
2604
- type: "validation";
2605
- on: string;
2606
- summary?: string;
2607
- message?: string;
2608
- found?: unknown;
2609
- property?: string;
2610
- expected?: string;
2611
- };
2612
2107
  };
2613
2108
  };
2614
2109
  };
@@ -2665,15 +2160,6 @@ export declare const v4: Elysia<"/v4", {
2665
2160
  headers: unknown;
2666
2161
  response: {
2667
2162
  200: boolean;
2668
- 422: {
2669
- type: "validation";
2670
- on: string;
2671
- summary?: string;
2672
- message?: string;
2673
- found?: unknown;
2674
- property?: string;
2675
- expected?: string;
2676
- };
2677
2163
  };
2678
2164
  };
2679
2165
  };
@@ -2703,15 +2189,6 @@ export declare const v4: Elysia<"/v4", {
2703
2189
  arrestTimestamp: bigint;
2704
2190
  arrestDetails: import("database/api/.generated/runtime/library").JsonValue;
2705
2191
  };
2706
- 422: {
2707
- type: "validation";
2708
- on: string;
2709
- summary?: string;
2710
- message?: string;
2711
- found?: unknown;
2712
- property?: string;
2713
- expected?: string;
2714
- };
2715
2192
  };
2716
2193
  };
2717
2194
  };
@@ -2731,15 +2208,6 @@ export declare const v4: Elysia<"/v4", {
2731
2208
  };
2732
2209
  response: {
2733
2210
  200: boolean;
2734
- 422: {
2735
- type: "validation";
2736
- on: string;
2737
- summary?: string;
2738
- message?: string;
2739
- found?: unknown;
2740
- property?: string;
2741
- expected?: string;
2742
- };
2743
2211
  };
2744
2212
  };
2745
2213
  };
@@ -2766,15 +2234,6 @@ export declare const v4: Elysia<"/v4", {
2766
2234
  address: string;
2767
2235
  creatorId: string | null;
2768
2236
  }[];
2769
- 422: {
2770
- type: "validation";
2771
- on: string;
2772
- summary?: string;
2773
- message?: string;
2774
- found?: unknown;
2775
- property?: string;
2776
- expected?: string;
2777
- };
2778
2237
  };
2779
2238
  };
2780
2239
  };
@@ -2795,15 +2254,6 @@ export declare const v4: Elysia<"/v4", {
2795
2254
  address: string;
2796
2255
  creatorId: string | null;
2797
2256
  }[];
2798
- 422: {
2799
- type: "validation";
2800
- on: string;
2801
- summary?: string;
2802
- message?: string;
2803
- found?: unknown;
2804
- property?: string;
2805
- expected?: string;
2806
- };
2807
2257
  };
2808
2258
  };
2809
2259
  };
@@ -2824,15 +2274,6 @@ export declare const v4: Elysia<"/v4", {
2824
2274
  address: string;
2825
2275
  creatorId: string | null;
2826
2276
  } | null;
2827
- 422: {
2828
- type: "validation";
2829
- on: string;
2830
- summary?: string;
2831
- message?: string;
2832
- found?: unknown;
2833
- property?: string;
2834
- expected?: string;
2835
- };
2836
2277
  };
2837
2278
  };
2838
2279
  };
@@ -2855,15 +2296,6 @@ export declare const v4: Elysia<"/v4", {
2855
2296
  addresses: string[];
2856
2297
  icon?: string | undefined;
2857
2298
  } | null;
2858
- 422: {
2859
- type: "validation";
2860
- on: string;
2861
- summary?: string;
2862
- message?: string;
2863
- found?: unknown;
2864
- property?: string;
2865
- expected?: string;
2866
- };
2867
2299
  };
2868
2300
  };
2869
2301
  };
@@ -2926,24 +2358,24 @@ export declare const v4: Elysia<"/v4", {
2926
2358
  price: number | null;
2927
2359
  }[];
2928
2360
  Protocols: {
2929
- description: string;
2930
2361
  name: string;
2931
2362
  url: string;
2363
+ description: string;
2932
2364
  id: string;
2933
2365
  tags: string[];
2934
2366
  icon: string;
2935
2367
  }[];
2936
2368
  MainProtocol: {
2937
- description: string;
2938
2369
  name: string;
2939
2370
  url: string;
2371
+ description: string;
2940
2372
  id: string;
2941
2373
  tags: string[];
2942
2374
  icon: string;
2943
2375
  } | null;
2944
2376
  } & {
2945
- type: import("../../../database/api/.generated").$Enums.CampaignType;
2946
2377
  name: string;
2378
+ type: import("../../../database/api/.generated").$Enums.CampaignType;
2947
2379
  id: string;
2948
2380
  status: import("../../../database/api/.generated").$Enums.Status;
2949
2381
  tags: string[];
@@ -2977,15 +2409,6 @@ export declare const v4: Elysia<"/v4", {
2977
2409
  })[];
2978
2410
  distributor: string;
2979
2411
  })[];
2980
- 422: {
2981
- type: "validation";
2982
- on: string;
2983
- summary?: string;
2984
- message?: string;
2985
- found?: unknown;
2986
- property?: string;
2987
- expected?: string;
2988
- };
2989
2412
  };
2990
2413
  };
2991
2414
  };
@@ -3048,24 +2471,24 @@ export declare const v4: Elysia<"/v4", {
3048
2471
  price: number | null;
3049
2472
  }[];
3050
2473
  Protocols: {
3051
- description: string;
3052
2474
  name: string;
3053
2475
  url: string;
2476
+ description: string;
3054
2477
  id: string;
3055
2478
  tags: string[];
3056
2479
  icon: string;
3057
2480
  }[];
3058
2481
  MainProtocol: {
3059
- description: string;
3060
2482
  name: string;
3061
2483
  url: string;
2484
+ description: string;
3062
2485
  id: string;
3063
2486
  tags: string[];
3064
2487
  icon: string;
3065
2488
  } | null;
3066
2489
  } & {
3067
- type: import("../../../database/api/.generated").$Enums.CampaignType;
3068
2490
  name: string;
2491
+ type: import("../../../database/api/.generated").$Enums.CampaignType;
3069
2492
  id: string;
3070
2493
  status: import("../../../database/api/.generated").$Enums.Status;
3071
2494
  tags: string[];
@@ -3099,15 +2522,6 @@ export declare const v4: Elysia<"/v4", {
3099
2522
  }[];
3100
2523
  })[];
3101
2524
  })[];
3102
- 422: {
3103
- type: "validation";
3104
- on: string;
3105
- summary?: string;
3106
- message?: string;
3107
- found?: unknown;
3108
- property?: string;
3109
- expected?: string;
3110
- };
3111
2525
  };
3112
2526
  };
3113
2527
  };
@@ -3132,15 +2546,6 @@ export declare const v4: Elysia<"/v4", {
3132
2546
  address: string;
3133
2547
  creatorId: string | null;
3134
2548
  };
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
2549
  };
3145
2550
  };
3146
2551
  };
@@ -3157,15 +2562,6 @@ export declare const v4: Elysia<"/v4", {
3157
2562
  };
3158
2563
  response: {
3159
2564
  200: void;
3160
- 422: {
3161
- type: "validation";
3162
- on: string;
3163
- summary?: string;
3164
- message?: string;
3165
- found?: unknown;
3166
- property?: string;
3167
- expected?: string;
3168
- };
3169
2565
  };
3170
2566
  };
3171
2567
  };
@@ -3191,15 +2587,6 @@ export declare const v4: Elysia<"/v4", {
3191
2587
  address: string;
3192
2588
  creatorId: string | null;
3193
2589
  };
3194
- 422: {
3195
- type: "validation";
3196
- on: string;
3197
- summary?: string;
3198
- message?: string;
3199
- found?: unknown;
3200
- property?: string;
3201
- expected?: string;
3202
- };
3203
2590
  };
3204
2591
  };
3205
2592
  };
@@ -3226,15 +2613,6 @@ export declare const v4: Elysia<"/v4", {
3226
2613
  root: string;
3227
2614
  epoch: number;
3228
2615
  }[];
3229
- 422: {
3230
- type: "validation";
3231
- on: string;
3232
- summary?: string;
3233
- message?: string;
3234
- found?: unknown;
3235
- property?: string;
3236
- expected?: string;
3237
- };
3238
2616
  };
3239
2617
  };
3240
2618
  };
@@ -3281,15 +2659,6 @@ export declare const v4: Elysia<"/v4", {
3281
2659
  root: string;
3282
2660
  epoch: number;
3283
2661
  };
3284
- 422: {
3285
- type: "validation";
3286
- on: string;
3287
- summary?: string;
3288
- message?: string;
3289
- found?: unknown;
3290
- property?: string;
3291
- expected?: string;
3292
- };
3293
2662
  };
3294
2663
  };
3295
2664
  };
@@ -3310,15 +2679,6 @@ export declare const v4: Elysia<"/v4", {
3310
2679
  headers: unknown;
3311
2680
  response: {
3312
2681
  200: import("./interaction/interaction.model").InteractionTarget[];
3313
- 422: {
3314
- type: "validation";
3315
- on: string;
3316
- summary?: string;
3317
- message?: string;
3318
- found?: unknown;
3319
- property?: string;
3320
- expected?: string;
3321
- };
3322
2682
  };
3323
2683
  };
3324
2684
  };
@@ -3335,22 +2695,13 @@ export declare const v4: Elysia<"/v4", {
3335
2695
  headers: unknown;
3336
2696
  response: {
3337
2697
  200: ({
3338
- description: string;
3339
2698
  name: string;
3340
2699
  url: string;
2700
+ description: string;
3341
2701
  id: string;
3342
2702
  tags: string[];
3343
2703
  icon: string;
3344
2704
  } & {})[];
3345
- 422: {
3346
- type: "validation";
3347
- on: string;
3348
- summary?: string;
3349
- message?: string;
3350
- found?: unknown;
3351
- property?: string;
3352
- expected?: string;
3353
- };
3354
2705
  };
3355
2706
  };
3356
2707
  };
@@ -3379,15 +2730,6 @@ export declare const v4: Elysia<"/v4", {
3379
2730
  transaction: import("./interaction/interaction.model").UserTransaction;
3380
2731
  approval: import("./interaction/interaction.model").UserTransaction;
3381
2732
  } | undefined;
3382
- 422: {
3383
- type: "validation";
3384
- on: string;
3385
- summary?: string;
3386
- message?: string;
3387
- found?: unknown;
3388
- property?: string;
3389
- expected?: string;
3390
- };
3391
2733
  };
3392
2734
  };
3393
2735
  };
@@ -3420,15 +2762,6 @@ export declare const v4: Elysia<"/v4", {
3420
2762
  amountOut: string;
3421
2763
  datetime: Date;
3422
2764
  }[];
3423
- 422: {
3424
- type: "validation";
3425
- on: string;
3426
- summary?: string;
3427
- message?: string;
3428
- found?: unknown;
3429
- property?: string;
3430
- expected?: string;
3431
- };
3432
2765
  };
3433
2766
  };
3434
2767
  };
@@ -3451,15 +2784,6 @@ export declare const v4: Elysia<"/v4", {
3451
2784
  };
3452
2785
  };
3453
2786
  };
3454
- 422: {
3455
- type: "validation";
3456
- on: string;
3457
- summary?: string;
3458
- message?: string;
3459
- found?: unknown;
3460
- property?: string;
3461
- expected?: string;
3462
- };
3463
2787
  };
3464
2788
  };
3465
2789
  };
@@ -3484,15 +2808,6 @@ export declare const v4: Elysia<"/v4", {
3484
2808
  from: string;
3485
2809
  to: string;
3486
2810
  };
3487
- 422: {
3488
- type: "validation";
3489
- on: string;
3490
- summary?: string;
3491
- message?: string;
3492
- found?: unknown;
3493
- property?: string;
3494
- expected?: string;
3495
- };
3496
2811
  };
3497
2812
  };
3498
2813
  };
@@ -3516,15 +2831,6 @@ export declare const v4: Elysia<"/v4", {
3516
2831
  200: {
3517
2832
  totalAmount: number;
3518
2833
  };
3519
- 422: {
3520
- type: "validation";
3521
- on: string;
3522
- summary?: string;
3523
- message?: string;
3524
- found?: unknown;
3525
- property?: string;
3526
- expected?: string;
3527
- };
3528
2834
  };
3529
2835
  };
3530
2836
  };
@@ -3554,15 +2860,6 @@ export declare const v4: Elysia<"/v4", {
3554
2860
  from: string;
3555
2861
  to: string;
3556
2862
  };
3557
- 422: {
3558
- type: "validation";
3559
- on: string;
3560
- summary?: string;
3561
- message?: string;
3562
- found?: unknown;
3563
- property?: string;
3564
- expected?: string;
3565
- };
3566
2863
  };
3567
2864
  };
3568
2865
  };
@@ -3590,15 +2887,6 @@ export declare const v4: Elysia<"/v4", {
3590
2887
  totalAmount: number;
3591
2888
  totalAmountUSD: number;
3592
2889
  };
3593
- 422: {
3594
- type: "validation";
3595
- on: string;
3596
- summary?: string;
3597
- message?: string;
3598
- found?: unknown;
3599
- property?: string;
3600
- expected?: string;
3601
- };
3602
2890
  };
3603
2891
  };
3604
2892
  };
@@ -3630,15 +2918,6 @@ export declare const v4: Elysia<"/v4", {
3630
2918
  from: string;
3631
2919
  to: string;
3632
2920
  };
3633
- 422: {
3634
- type: "validation";
3635
- on: string;
3636
- summary?: string;
3637
- message?: string;
3638
- found?: unknown;
3639
- property?: string;
3640
- expected?: string;
3641
- };
3642
2921
  };
3643
2922
  };
3644
2923
  };
@@ -3673,15 +2952,6 @@ export declare const v4: Elysia<"/v4", {
3673
2952
  priceTargetToken: number;
3674
2953
  type: string;
3675
2954
  };
3676
- 422: {
3677
- type: "validation";
3678
- on: string;
3679
- summary?: string;
3680
- message?: string;
3681
- found?: unknown;
3682
- property?: string;
3683
- expected?: string;
3684
- };
3685
2955
  };
3686
2956
  };
3687
2957
  };
@@ -3710,8 +2980,8 @@ export declare const v4: Elysia<"/v4", {
3710
2980
  rewardTokenAddress?: string | undefined;
3711
2981
  distributionChain?: {} | undefined;
3712
2982
  opportunityIdentifier?: string | undefined;
3713
- params: {};
3714
2983
  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";
2984
+ params: {};
3715
2985
  computeChainId: number;
3716
2986
  };
3717
2987
  params: {};
@@ -3721,15 +2991,6 @@ export declare const v4: Elysia<"/v4", {
3721
2991
  };
3722
2992
  response: {
3723
2993
  200: any[];
3724
- 422: {
3725
- type: "validation";
3726
- on: string;
3727
- summary?: string;
3728
- message?: string;
3729
- found?: unknown;
3730
- property?: string;
3731
- expected?: string;
3732
- };
3733
2994
  };
3734
2995
  };
3735
2996
  };
@@ -3763,15 +3024,6 @@ export declare const v4: Elysia<"/v4", {
3763
3024
  };
3764
3025
  response: {
3765
3026
  200: any[];
3766
- 422: {
3767
- type: "validation";
3768
- on: string;
3769
- summary?: string;
3770
- message?: string;
3771
- found?: unknown;
3772
- property?: string;
3773
- expected?: string;
3774
- };
3775
3027
  };
3776
3028
  };
3777
3029
  };
@@ -3806,15 +3058,6 @@ export declare const v4: Elysia<"/v4", {
3806
3058
  };
3807
3059
  response: {
3808
3060
  200: void;
3809
- 422: {
3810
- type: "validation";
3811
- on: string;
3812
- summary?: string;
3813
- message?: string;
3814
- found?: unknown;
3815
- property?: string;
3816
- expected?: string;
3817
- };
3818
3061
  };
3819
3062
  };
3820
3063
  };
@@ -3834,15 +3077,6 @@ export declare const v4: Elysia<"/v4", {
3834
3077
  };
3835
3078
  response: {
3836
3079
  200: boolean;
3837
- 422: {
3838
- type: "validation";
3839
- on: string;
3840
- summary?: string;
3841
- message?: string;
3842
- found?: unknown;
3843
- property?: string;
3844
- expected?: string;
3845
- };
3846
3080
  };
3847
3081
  };
3848
3082
  };
@@ -3866,15 +3100,6 @@ export declare const v4: Elysia<"/v4", {
3866
3100
  computedUntil: bigint;
3867
3101
  processingStarted: bigint;
3868
3102
  }[];
3869
- 422: {
3870
- type: "validation";
3871
- on: string;
3872
- summary?: string;
3873
- message?: string;
3874
- found?: unknown;
3875
- property?: string;
3876
- expected?: string;
3877
- };
3878
3103
  };
3879
3104
  };
3880
3105
  };
@@ -3903,15 +3128,6 @@ export declare const v4: Elysia<"/v4", {
3903
3128
  computedUntil: bigint;
3904
3129
  processingStarted: bigint;
3905
3130
  };
3906
- 422: {
3907
- type: "validation";
3908
- on: string;
3909
- summary?: string;
3910
- message?: string;
3911
- found?: unknown;
3912
- property?: string;
3913
- expected?: string;
3914
- };
3915
3131
  };
3916
3132
  };
3917
3133
  };
@@ -3948,15 +3164,6 @@ export declare const v4: Elysia<"/v4", {
3948
3164
  distributionChainId: number;
3949
3165
  campaignId: string;
3950
3166
  }[];
3951
- 422: {
3952
- type: "validation";
3953
- on: string;
3954
- summary?: string;
3955
- message?: string;
3956
- found?: unknown;
3957
- property?: string;
3958
- expected?: string;
3959
- };
3960
3167
  };
3961
3168
  };
3962
3169
  };
@@ -3977,15 +3184,6 @@ export declare const v4: Elysia<"/v4", {
3977
3184
  headers: unknown;
3978
3185
  response: {
3979
3186
  200: import("./liquidity").PositionT[];
3980
- 422: {
3981
- type: "validation";
3982
- on: string;
3983
- summary?: string;
3984
- message?: string;
3985
- found?: unknown;
3986
- property?: string;
3987
- expected?: string;
3988
- };
3989
3187
  };
3990
3188
  };
3991
3189
  };
@@ -4008,15 +3206,6 @@ export declare const v4: Elysia<"/v4", {
4008
3206
  200: (import("./claims").ClaimModel & {
4009
3207
  token?: import("./token").Token["model"];
4010
3208
  })[];
4011
- 422: {
4012
- type: "validation";
4013
- on: string;
4014
- summary?: string;
4015
- message?: string;
4016
- found?: unknown;
4017
- property?: string;
4018
- expected?: string;
4019
- };
4020
3209
  };
4021
3210
  };
4022
3211
  };
@@ -4051,15 +3240,6 @@ export declare const v4: Elysia<"/v4", {
4051
3240
  };
4052
3241
  transactions: import("./programPayload").transaction[];
4053
3242
  };
4054
- 422: {
4055
- type: "validation";
4056
- on: string;
4057
- summary?: string;
4058
- message?: string;
4059
- found?: unknown;
4060
- property?: string;
4061
- expected?: string;
4062
- };
4063
3243
  };
4064
3244
  };
4065
3245
  };
@@ -4084,15 +3264,6 @@ export declare const v4: Elysia<"/v4", {
4084
3264
  response: {
4085
3265
  [x: string]: any;
4086
3266
  200: any;
4087
- 422: {
4088
- type: "validation";
4089
- on: string;
4090
- summary?: string;
4091
- message?: string;
4092
- found?: unknown;
4093
- property?: string;
4094
- expected?: string;
4095
- };
4096
3267
  };
4097
3268
  };
4098
3269
  };
@@ -4112,15 +3283,6 @@ export declare const v4: Elysia<"/v4", {
4112
3283
  200: {
4113
3284
  [x: string]: string;
4114
3285
  };
4115
- 422: {
4116
- type: "validation";
4117
- on: string;
4118
- summary?: string;
4119
- message?: string;
4120
- found?: unknown;
4121
- property?: string;
4122
- expected?: string;
4123
- };
4124
3286
  };
4125
3287
  };
4126
3288
  };
@@ -4147,15 +3309,6 @@ export declare const v4: Elysia<"/v4", {
4147
3309
  200: {
4148
3310
  args: any;
4149
3311
  };
4150
- 422: {
4151
- type: "validation";
4152
- on: string;
4153
- summary?: string;
4154
- message?: string;
4155
- found?: unknown;
4156
- property?: string;
4157
- expected?: string;
4158
- };
4159
3312
  };
4160
3313
  };
4161
3314
  };
@@ -4187,15 +3340,6 @@ export declare const v4: Elysia<"/v4", {
4187
3340
  };
4188
3341
  transactions: import("./programPayload").transaction[];
4189
3342
  } | null;
4190
- 422: {
4191
- type: "validation";
4192
- on: string;
4193
- summary?: string;
4194
- message?: string;
4195
- found?: unknown;
4196
- property?: string;
4197
- expected?: string;
4198
- };
4199
3343
  };
4200
3344
  };
4201
3345
  };
@@ -4230,15 +3374,6 @@ export declare const v4: Elysia<"/v4", {
4230
3374
  };
4231
3375
  transactions: import("./programPayload").transaction[];
4232
3376
  } | null;
4233
- 422: {
4234
- type: "validation";
4235
- on: string;
4236
- summary?: string;
4237
- message?: string;
4238
- found?: unknown;
4239
- property?: string;
4240
- expected?: string;
4241
- };
4242
3377
  };
4243
3378
  };
4244
3379
  };
@@ -4303,15 +3438,6 @@ export declare const v4: Elysia<"/v4", {
4303
3438
  safePayload: import("./programPayload").safePayload;
4304
3439
  nonEncodedConfig: any;
4305
3440
  };
4306
- 422: {
4307
- type: "validation";
4308
- on: string;
4309
- summary?: string;
4310
- message?: string;
4311
- found?: unknown;
4312
- property?: string;
4313
- expected?: string;
4314
- };
4315
3441
  };
4316
3442
  };
4317
3443
  };
@@ -4342,15 +3468,6 @@ export declare const v4: Elysia<"/v4", {
4342
3468
  response: {
4343
3469
  [x: string]: any;
4344
3470
  200: any;
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
3471
  };
4355
3472
  };
4356
3473
  };
@@ -4376,15 +3493,6 @@ export declare const v4: Elysia<"/v4", {
4376
3493
  address: string;
4377
3494
  boost: string;
4378
3495
  }[];
4379
- 422: {
4380
- type: "validation";
4381
- on: string;
4382
- summary?: string;
4383
- message?: string;
4384
- found?: unknown;
4385
- property?: string;
4386
- expected?: string;
4387
- };
4388
3496
  };
4389
3497
  };
4390
3498
  };
@@ -4427,15 +3535,6 @@ export declare const v4: Elysia<"/v4", {
4427
3535
  totalDistributedInUSD: number | null;
4428
3536
  forfeitingBoost: number | null;
4429
3537
  } | null;
4430
- 422: {
4431
- type: "validation";
4432
- on: string;
4433
- summary?: string;
4434
- message?: string;
4435
- found?: unknown;
4436
- property?: string;
4437
- expected?: string;
4438
- };
4439
3538
  };
4440
3539
  };
4441
3540
  };
@@ -4462,15 +3561,6 @@ export declare const v4: Elysia<"/v4", {
4462
3561
  campaignId: string;
4463
3562
  boost: number | null;
4464
3563
  }[];
4465
- 422: {
4466
- type: "validation";
4467
- on: string;
4468
- summary?: string;
4469
- message?: string;
4470
- found?: unknown;
4471
- property?: string;
4472
- expected?: string;
4473
- };
4474
3564
  };
4475
3565
  };
4476
3566
  };
@@ -4494,15 +3584,6 @@ export declare const v4: Elysia<"/v4", {
4494
3584
  };
4495
3585
  response: {
4496
3586
  200: void;
4497
- 422: {
4498
- type: "validation";
4499
- on: string;
4500
- summary?: string;
4501
- message?: string;
4502
- found?: unknown;
4503
- property?: string;
4504
- expected?: string;
4505
- };
4506
3587
  };
4507
3588
  };
4508
3589
  };
@@ -4527,15 +3608,6 @@ export declare const v4: Elysia<"/v4", {
4527
3608
  };
4528
3609
  response: {
4529
3610
  200: void;
4530
- 422: {
4531
- type: "validation";
4532
- on: string;
4533
- summary?: string;
4534
- message?: string;
4535
- found?: unknown;
4536
- property?: string;
4537
- expected?: string;
4538
- };
4539
3611
  };
4540
3612
  };
4541
3613
  };
@@ -4563,15 +3635,6 @@ export declare const v4: Elysia<"/v4", {
4563
3635
  } & {
4564
3636
  icon?: string | undefined;
4565
3637
  })[];
4566
- 422: {
4567
- type: "validation";
4568
- on: string;
4569
- summary?: string;
4570
- message?: string;
4571
- found?: unknown;
4572
- property?: string;
4573
- expected?: string;
4574
- };
4575
3638
  };
4576
3639
  };
4577
3640
  };
@@ -4593,15 +3656,6 @@ export declare const v4: Elysia<"/v4", {
4593
3656
  addresses: string[];
4594
3657
  icon?: string | undefined;
4595
3658
  };
4596
- 422: {
4597
- type: "validation";
4598
- on: string;
4599
- summary?: string;
4600
- message?: string;
4601
- found?: unknown;
4602
- property?: string;
4603
- expected?: string;
4604
- };
4605
3659
  };
4606
3660
  };
4607
3661
  };
@@ -4627,15 +3681,6 @@ export declare const v4: Elysia<"/v4", {
4627
3681
  id: string;
4628
3682
  icon: string | null;
4629
3683
  };
4630
- 422: {
4631
- type: "validation";
4632
- on: string;
4633
- summary?: string;
4634
- message?: string;
4635
- found?: unknown;
4636
- property?: string;
4637
- expected?: string;
4638
- };
4639
3684
  };
4640
3685
  };
4641
3686
  };
@@ -4662,15 +3707,6 @@ export declare const v4: Elysia<"/v4", {
4662
3707
  id: string;
4663
3708
  icon: string | null;
4664
3709
  };
4665
- 422: {
4666
- type: "validation";
4667
- on: string;
4668
- summary?: string;
4669
- message?: string;
4670
- found?: unknown;
4671
- property?: string;
4672
- expected?: string;
4673
- };
4674
3710
  };
4675
3711
  };
4676
3712
  };