@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,17 +1,16 @@
1
1
  import Elysia from "elysia";
2
- export declare const MerklRootController: Elysia<"/roots", {
2
+ export declare const MerklRootController: Elysia<"/roots", false, {
3
3
  decorator: {};
4
4
  store: {};
5
5
  derive: {};
6
6
  resolve: {};
7
7
  }, {
8
- typebox: import("@sinclair/typebox").TModule<{}>;
8
+ type: {};
9
9
  error: {};
10
10
  }, {
11
11
  schema: {};
12
12
  macro: {};
13
13
  macroFn: {};
14
- parser: {};
15
14
  }, {
16
15
  roots: {
17
16
  index: {
@@ -31,15 +30,6 @@ export declare const MerklRootController: Elysia<"/roots", {
31
30
  root: string;
32
31
  epoch: number;
33
32
  }[];
34
- 422: {
35
- type: "validation";
36
- on: string;
37
- summary?: string;
38
- message?: string;
39
- found?: unknown;
40
- property?: string;
41
- expected?: string;
42
- };
43
33
  };
44
34
  };
45
35
  };
@@ -86,15 +76,6 @@ export declare const MerklRootController: Elysia<"/roots", {
86
76
  root: string;
87
77
  epoch: number;
88
78
  };
89
- 422: {
90
- type: "validation";
91
- on: string;
92
- summary?: string;
93
- message?: string;
94
- found?: unknown;
95
- property?: string;
96
- expected?: string;
97
- };
98
79
  };
99
80
  };
100
81
  };
@@ -1,17 +1,16 @@
1
1
  import Elysia from "elysia";
2
- export declare const OpportunityController: Elysia<"/opportunities", {
2
+ export declare const OpportunityController: Elysia<"/opportunities", false, {
3
3
  decorator: {};
4
4
  store: {};
5
5
  derive: {};
6
6
  resolve: {};
7
7
  }, {
8
- typebox: import("@sinclair/typebox").TModule<{}>;
8
+ type: {};
9
9
  error: {};
10
10
  }, {
11
11
  schema: {};
12
12
  macro: {};
13
13
  macroFn: {};
14
- parser: {};
15
14
  }, {
16
15
  opportunities: {
17
16
  index: {
@@ -39,8 +38,8 @@ export declare const OpportunityController: Elysia<"/opportunities", {
39
38
  };
40
39
  response: {
41
40
  200: {
42
- type: import("../../../../database/api/.generated").$Enums.CampaignType;
43
41
  name: string;
42
+ type: import("../../../../database/api/.generated").$Enums.CampaignType;
44
43
  id: string;
45
44
  status: import("../../../../database/api/.generated").$Enums.Status;
46
45
  tags: string[];
@@ -53,15 +52,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
53
52
  apr: number;
54
53
  dailyRewards: number;
55
54
  } | null;
56
- 422: {
57
- type: "validation";
58
- on: string;
59
- summary?: string;
60
- message?: string;
61
- found?: unknown;
62
- property?: string;
63
- expected?: string;
64
- };
65
55
  };
66
56
  };
67
57
  };
@@ -105,15 +95,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
105
95
  depositUrl: any;
106
96
  tags: string[];
107
97
  };
108
- 422: {
109
- type: "validation";
110
- on: string;
111
- summary?: string;
112
- message?: string;
113
- found?: unknown;
114
- property?: string;
115
- expected?: string;
116
- };
117
98
  };
118
99
  };
119
100
  };
@@ -126,10 +107,10 @@ export declare const OpportunityController: Elysia<"/opportunities", {
126
107
  params: {};
127
108
  query: {
128
109
  sort?: string | undefined;
129
- items?: number | undefined;
130
110
  name?: string | undefined;
131
111
  tokens?: string | undefined;
132
112
  status?: string | undefined;
113
+ items?: number | undefined;
133
114
  tags?: string | undefined;
134
115
  page?: number | undefined;
135
116
  chainId?: string | undefined;
@@ -213,15 +194,15 @@ export declare const OpportunityController: Elysia<"/opportunities", {
213
194
  icon: string;
214
195
  };
215
196
  protocol: {
216
- description: string;
217
197
  name: string;
218
198
  url: string;
199
+ description: string;
219
200
  id: string;
220
201
  tags: string[];
221
202
  icon: string;
222
203
  } | undefined;
223
- type: import("../../../../database/api/.generated").$Enums.CampaignType;
224
204
  name: string;
205
+ type: import("../../../../database/api/.generated").$Enums.CampaignType;
225
206
  status: import("../../../../database/api/.generated").$Enums.Status;
226
207
  tags: string[];
227
208
  identifier: string;
@@ -230,15 +211,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
230
211
  tvl: number;
231
212
  dailyRewards: number;
232
213
  }[];
233
- 422: {
234
- type: "validation";
235
- on: string;
236
- summary?: string;
237
- message?: string;
238
- found?: unknown;
239
- property?: string;
240
- expected?: string;
241
- };
242
214
  };
243
215
  };
244
216
  };
@@ -251,10 +223,10 @@ export declare const OpportunityController: Elysia<"/opportunities", {
251
223
  params: {};
252
224
  query: {
253
225
  sort?: string | undefined;
254
- items?: number | undefined;
255
226
  name?: string | undefined;
256
227
  tokens?: string | undefined;
257
228
  status?: string | undefined;
229
+ items?: number | undefined;
258
230
  tags?: string | undefined;
259
231
  page?: number | undefined;
260
232
  chainId?: string | undefined;
@@ -268,15 +240,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
268
240
  headers: unknown;
269
241
  response: {
270
242
  200: number;
271
- 422: {
272
- type: "validation";
273
- on: string;
274
- summary?: string;
275
- message?: string;
276
- found?: unknown;
277
- property?: string;
278
- expected?: string;
279
- };
280
243
  };
281
244
  };
282
245
  };
@@ -296,9 +259,9 @@ export declare const OpportunityController: Elysia<"/opportunities", {
296
259
  response: {
297
260
  200: {
298
261
  protocol?: {
299
- description: string;
300
262
  name: string;
301
263
  url: string;
264
+ description: string;
302
265
  id: string;
303
266
  tags: string[];
304
267
  icon: string;
@@ -350,8 +313,8 @@ export declare const OpportunityController: Elysia<"/opportunities", {
350
313
  dailyRewardsRecordId: string;
351
314
  }[];
352
315
  } | undefined;
353
- type: string;
354
316
  name: string;
317
+ type: string;
355
318
  tokens: {
356
319
  price?: number | null | undefined;
357
320
  symbol: string;
@@ -388,15 +351,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
388
351
  info: string;
389
352
  httpCode: number;
390
353
  };
391
- 422: {
392
- type: "validation";
393
- on: string;
394
- summary?: string;
395
- message?: string;
396
- found?: unknown;
397
- property?: string;
398
- expected?: string;
399
- };
400
354
  };
401
355
  };
402
356
  };
@@ -429,9 +383,9 @@ export declare const OpportunityController: Elysia<"/opportunities", {
429
383
  response: {
430
384
  200: ({
431
385
  protocol?: {
432
- description: string;
433
386
  name: string;
434
387
  url: string;
388
+ description: string;
435
389
  id: string;
436
390
  tags: string[];
437
391
  icon: string;
@@ -483,8 +437,8 @@ export declare const OpportunityController: Elysia<"/opportunities", {
483
437
  dailyRewardsRecordId: string;
484
438
  }[];
485
439
  } | undefined;
486
- type: string;
487
440
  name: string;
441
+ type: string;
488
442
  tokens: {
489
443
  price?: number | null | undefined;
490
444
  symbol: string;
@@ -568,15 +522,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
568
522
  info: string;
569
523
  httpCode: number;
570
524
  };
571
- 422: {
572
- type: "validation";
573
- on: string;
574
- summary?: string;
575
- message?: string;
576
- found?: unknown;
577
- property?: string;
578
- expected?: string;
579
- };
580
525
  };
581
526
  };
582
527
  };
@@ -597,9 +542,9 @@ export declare const OpportunityController: Elysia<"/opportunities", {
597
542
  response: {
598
543
  200: {
599
544
  protocol?: {
600
- description: string;
601
545
  name: string;
602
546
  url: string;
547
+ description: string;
603
548
  id: string;
604
549
  tags: string[];
605
550
  icon: string;
@@ -651,8 +596,8 @@ export declare const OpportunityController: Elysia<"/opportunities", {
651
596
  dailyRewardsRecordId: string;
652
597
  }[];
653
598
  } | undefined;
654
- type: string;
655
599
  name: string;
600
+ type: string;
656
601
  tokens: {
657
602
  price?: number | null | undefined;
658
603
  symbol: string;
@@ -693,9 +638,9 @@ export declare const OpportunityController: Elysia<"/opportunities", {
693
638
  id: number;
694
639
  icon: string;
695
640
  } | undefined;
696
- params: any;
697
641
  type: string;
698
642
  id: string;
643
+ params: any;
699
644
  subType: number | null;
700
645
  chain: {
701
646
  name: string;
@@ -734,15 +679,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
734
679
  info: string;
735
680
  httpCode: number;
736
681
  };
737
- 422: {
738
- type: "validation";
739
- on: string;
740
- summary?: string;
741
- message?: string;
742
- found?: unknown;
743
- property?: string;
744
- expected?: string;
745
- };
746
682
  };
747
683
  };
748
684
  };
@@ -759,10 +695,10 @@ export declare const OpportunityController: Elysia<"/opportunities", {
759
695
  };
760
696
  query: {
761
697
  sort?: string | undefined;
762
- items?: number | undefined;
763
698
  name?: string | undefined;
764
699
  tokens?: string | undefined;
765
700
  status?: string | undefined;
701
+ items?: number | undefined;
766
702
  tags?: string | undefined;
767
703
  page?: number | undefined;
768
704
  chainId?: string | undefined;
@@ -778,15 +714,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
778
714
  200: {
779
715
  sum: string;
780
716
  };
781
- 422: {
782
- type: "validation";
783
- on: string;
784
- summary?: string;
785
- message?: string;
786
- found?: unknown;
787
- property?: string;
788
- expected?: string;
789
- };
790
717
  };
791
718
  };
792
719
  };
@@ -804,10 +731,10 @@ export declare const OpportunityController: Elysia<"/opportunities", {
804
731
  };
805
732
  query: {
806
733
  sort?: string | undefined;
807
- items?: number | undefined;
808
734
  name?: string | undefined;
809
735
  tokens?: string | undefined;
810
736
  status?: string | undefined;
737
+ items?: number | undefined;
811
738
  tags?: string | undefined;
812
739
  page?: number | undefined;
813
740
  chainId?: string | undefined;
@@ -823,15 +750,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
823
750
  200: {
824
751
  max: string;
825
752
  };
826
- 422: {
827
- type: "validation";
828
- on: string;
829
- summary?: string;
830
- message?: string;
831
- found?: unknown;
832
- property?: string;
833
- expected?: string;
834
- };
835
753
  };
836
754
  };
837
755
  };
@@ -850,10 +768,10 @@ export declare const OpportunityController: Elysia<"/opportunities", {
850
768
  };
851
769
  query: {
852
770
  sort?: string | undefined;
853
- items?: number | undefined;
854
771
  name?: string | undefined;
855
772
  tokens?: string | undefined;
856
773
  status?: string | undefined;
774
+ items?: number | undefined;
857
775
  tags?: string | undefined;
858
776
  page?: number | undefined;
859
777
  chainId?: string | undefined;
@@ -869,15 +787,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
869
787
  200: {
870
788
  min: string;
871
789
  };
872
- 422: {
873
- type: "validation";
874
- on: string;
875
- summary?: string;
876
- message?: string;
877
- found?: unknown;
878
- property?: string;
879
- expected?: string;
880
- };
881
790
  };
882
791
  };
883
792
  };
@@ -901,8 +810,8 @@ export declare const OpportunityController: Elysia<"/opportunities", {
901
810
  };
902
811
  response: {
903
812
  200: {
904
- type: import("../../../../database/api/.generated").$Enums.CampaignType;
905
813
  name: string;
814
+ type: import("../../../../database/api/.generated").$Enums.CampaignType;
906
815
  id: string;
907
816
  status: import("../../../../database/api/.generated").$Enums.Status;
908
817
  tags: string[];
@@ -915,15 +824,6 @@ export declare const OpportunityController: Elysia<"/opportunities", {
915
824
  apr: number;
916
825
  dailyRewards: number;
917
826
  };
918
- 422: {
919
- type: "validation";
920
- on: string;
921
- summary?: string;
922
- message?: string;
923
- found?: unknown;
924
- property?: string;
925
- expected?: string;
926
- };
927
827
  };
928
828
  };
929
829
  };
@@ -133,7 +133,6 @@ export declare const OpportunityResourceDto: import("@sinclair/typebox").TObject
133
133
  }>, import("@sinclair/typebox").TNull]>>;
134
134
  }>;
135
135
  export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/typebox").TObject<{
136
- type: import("@sinclair/typebox").TString;
137
136
  protocol: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
138
137
  id: import("@sinclair/typebox").TString;
139
138
  name: import("@sinclair/typebox").TString;
@@ -143,6 +142,7 @@ export declare const OpportunityWithCampaignsResourceDto: import("@sinclair/type
143
142
  url: import("@sinclair/typebox").TString;
144
143
  }>, import("@sinclair/typebox").TNull]>>;
145
144
  name: import("@sinclair/typebox").TString;
145
+ type: import("@sinclair/typebox").TString;
146
146
  tokens: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
147
147
  id: import("@sinclair/typebox").TString;
148
148
  name: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TString, import("@sinclair/typebox").TNull]>;