@merkl/api 0.10.127 → 0.10.128

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. package/dist/package.json +4 -2
  2. package/dist/src/backgroundJobs/jobs/campaignsCacheUpdater.d.ts +2 -1
  3. package/dist/src/backgroundJobs/jobs/health.d.ts +2 -1
  4. package/dist/src/backgroundJobs/jobs/opportunityUpdater.d.ts +2 -1
  5. package/dist/src/backgroundJobs/jobs/priceUpdater.d.ts +2 -1
  6. package/dist/src/backgroundJobs/jobs/sync.d.ts +2 -1
  7. package/dist/src/eden/index.d.ts +129 -116
  8. package/dist/src/hooks/checkQueryAddressValidity.d.ts +1 -0
  9. package/dist/src/hooks/checkQueryChainIdValidity.d.ts +1 -0
  10. package/dist/src/index.d.ts +81 -76
  11. package/dist/src/internal/controllers/endingCampaigns.d.ts +2 -1
  12. package/dist/src/internal/controllers/unclaimed.d.ts +2 -1
  13. package/dist/src/modules/v4/accounting/accounting.controller.d.ts +3 -2
  14. package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +5 -4
  15. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +7 -6
  16. package/dist/src/modules/v4/chain/chain.controller.d.ts +4 -3
  17. package/dist/src/modules/v4/dynamicData/dynamicData.controller.d.ts +1 -0
  18. package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +3 -2
  19. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +10 -10
  20. package/dist/src/modules/v4/participate/participate.controller.d.ts +5 -4
  21. package/dist/src/modules/v4/price/price.controller.d.ts +6 -5
  22. package/dist/src/modules/v4/protocol/protocol.controller.d.ts +8 -5
  23. package/dist/src/modules/v4/reward/reward.controller.d.ts +20 -13
  24. package/dist/src/modules/v4/router.d.ts +79 -70
  25. package/dist/src/modules/v4/status/status.controller.d.ts +6 -5
  26. package/dist/src/modules/v4/token/token.controller.d.ts +6 -6
  27. package/dist/src/modules/v4/uniswapV4/uniswapV4.controller.d.ts +2 -1
  28. package/dist/src/modules/v4/user/user.controller.d.ts +8 -5
  29. package/dist/src/plugins/error-handling.plugin.d.ts +1 -0
  30. package/dist/src/plugins/logger.plugin.d.ts +1 -0
  31. package/dist/src/routes/v1/allowances.d.ts +3 -2
  32. package/dist/src/routes/v1/balances.d.ts +3 -2
  33. package/dist/src/routes/v1/prices.d.ts +2 -1
  34. package/dist/src/routes/v1/tokens.d.ts +2 -1
  35. package/dist/src/routes/v2/merkl.d.ts +2 -1
  36. package/dist/src/routes/v3/ERC20Campaigns.d.ts +84 -78
  37. package/dist/src/routes/v3/app.d.ts +3 -2
  38. package/dist/src/routes/v3/blacklist.d.ts +82 -77
  39. package/dist/src/routes/v3/campaign/delay.d.ts +6 -1
  40. package/dist/src/routes/v3/campaignClaims.d.ts +2 -1
  41. package/dist/src/routes/v3/campaignReport.d.ts +2 -1
  42. package/dist/src/routes/v3/campaignUnclaimed.d.ts +3 -2
  43. package/dist/src/routes/v3/campaigns.d.ts +84 -78
  44. package/dist/src/routes/v3/campaignsForMainParameter.d.ts +2 -1
  45. package/dist/src/routes/v3/campaignsInfo.d.ts +87 -78
  46. package/dist/src/routes/v3/campaignsRewardsReport.d.ts +2 -1
  47. package/dist/src/routes/v3/claims.d.ts +2 -1
  48. package/dist/src/routes/v3/compoundV2.d.ts +12 -2
  49. package/dist/src/routes/v3/createCampaign.d.ts +2 -1
  50. package/dist/src/routes/v3/dolomite.d.ts +2 -1
  51. package/dist/src/routes/v3/euler.d.ts +2 -1
  52. package/dist/src/routes/v3/exports/campaigns.d.ts +2 -1
  53. package/dist/src/routes/v3/fetch.d.ts +2 -1
  54. package/dist/src/routes/v3/health.d.ts +2 -1
  55. package/dist/src/routes/v3/lostyield.d.ts +2 -1
  56. package/dist/src/routes/v3/merkl.d.ts +2 -1
  57. package/dist/src/routes/v3/morphoMarkets.d.ts +2 -1
  58. package/dist/src/routes/v3/morphoVaults.d.ts +2 -1
  59. package/dist/src/routes/v3/multiChainPositions.d.ts +84 -78
  60. package/dist/src/routes/v3/opportunity.d.ts +86 -96
  61. package/dist/src/routes/v3/overview.d.ts +22 -4
  62. package/dist/src/routes/v3/parse.d.ts +2 -1
  63. package/dist/src/routes/v3/payload.d.ts +2 -1
  64. package/dist/src/routes/v3/poolInfo.d.ts +2 -1
  65. package/dist/src/routes/v3/positions.d.ts +85 -79
  66. package/dist/src/routes/v3/radiant.d.ts +2 -1
  67. package/dist/src/routes/v3/recipients.d.ts +2 -1
  68. package/dist/src/routes/v3/rewards.d.ts +111 -78
  69. package/dist/src/routes/v3/rewardsReport.d.ts +2 -1
  70. package/dist/src/routes/v3/rootForTimestamp.d.ts +2 -1
  71. package/dist/src/routes/v3/silo.d.ts +2 -1
  72. package/dist/src/routes/v3/token.d.ts +3 -2
  73. package/dist/src/routes/v3/tokenUnclaimed.d.ts +2 -1
  74. package/dist/src/routes/v3/twt/participants.d.ts +2 -1
  75. package/dist/src/routes/v3/updates.d.ts +91 -78
  76. package/dist/src/routes/v3/userRewards.d.ts +83 -78
  77. package/dist/src/utils/error.d.ts +1 -0
  78. package/dist/src/utils/validation.d.ts +3 -3
  79. package/dist/tsconfig.package.tsbuildinfo +1 -1
  80. package/package.json +4 -2
  81. package/dist/src/utils/trace.d.ts +0 -26
@@ -15,11 +15,12 @@ declare const _default: (app: Elysia) => Elysia<"", false, {
15
15
  }, {
16
16
  schema: {};
17
17
  macro: {};
18
+ macroFn: {};
18
19
  }, {
19
20
  index: {
20
21
  get: {
21
22
  body: unknown;
22
- params: Record<never, string>;
23
+ params: {};
23
24
  query: {};
24
25
  headers: unknown;
25
26
  response: {
@@ -16,11 +16,12 @@ declare const _default: (app: Elysia) => Elysia<"", false, {
16
16
  }, {
17
17
  schema: {};
18
18
  macro: {};
19
+ macroFn: {};
19
20
  }, {
20
21
  index: {
21
22
  get: {
22
23
  body: unknown;
23
- params: Record<never, string>;
24
+ params: {};
24
25
  query: {};
25
26
  headers: unknown;
26
27
  response: {
@@ -14,11 +14,12 @@ declare const _default: (app: Elysia) => Elysia<"", false, {
14
14
  }, {
15
15
  schema: {};
16
16
  macro: {};
17
+ macroFn: {};
17
18
  }, {
18
19
  index: {
19
20
  get: {
20
21
  body: unknown;
21
- params: Record<never, string>;
22
+ params: {};
22
23
  query: {
23
24
  minIndex?: number | undefined;
24
25
  chainId: number;
@@ -15,11 +15,12 @@ declare const _default: (app: Elysia) => Elysia<"", false, {
15
15
  }, {
16
16
  schema: {};
17
17
  macro: {};
18
+ macroFn: {};
18
19
  }, {
19
20
  index: {
20
21
  get: {
21
22
  body: unknown;
22
- params: Record<never, string>;
23
+ params: {};
23
24
  query: {
24
25
  index: number;
25
26
  chainId: number;
@@ -13,11 +13,12 @@ declare const _default: (app: Elysia) => Elysia<"", false, {
13
13
  }, {
14
14
  schema: {};
15
15
  macro: {};
16
+ macroFn: {};
16
17
  }, {
17
18
  index: {
18
19
  get: {
19
20
  body: unknown;
20
- params: Record<never, string>;
21
+ params: {};
21
22
  query: {};
22
23
  headers: unknown;
23
24
  response: {
@@ -25,11 +25,12 @@ declare const _default: (app: Elysia) => Elysia<"", false, {
25
25
  }, {
26
26
  schema: {};
27
27
  macro: {};
28
+ macroFn: {};
28
29
  }, {
29
30
  index: {
30
31
  get: {
31
32
  body: unknown;
32
- params: Record<never, string>;
33
+ params: {};
33
34
  query: {
34
35
  user: string;
35
36
  };
@@ -62,11 +62,12 @@ declare const _default: (app: Elysia) => Elysia<"", false, {
62
62
  }, {
63
63
  schema: {};
64
64
  macro: {};
65
+ macroFn: {};
65
66
  }, {
66
67
  index: {
67
68
  get: {
68
69
  body: unknown;
69
- params: Record<never, string>;
70
+ params: {};
70
71
  query: unknown;
71
72
  headers: unknown;
72
73
  response: {
@@ -33,11 +33,12 @@ declare const _default: (app: Elysia) => Elysia<"", false, {
33
33
  }, {
34
34
  schema: {};
35
35
  macro: {};
36
+ macroFn: {};
36
37
  }, {
37
38
  index: {
38
39
  get: {
39
40
  body: unknown;
40
- params: Record<never, string>;
41
+ params: {};
41
42
  query: {
42
43
  chainId: number;
43
44
  repository: string;
@@ -23,11 +23,12 @@ declare const _default: (app: Elysia) => Elysia<"", false, {
23
23
  }, {
24
24
  schema: {};
25
25
  macro: {};
26
+ macroFn: {};
26
27
  }, {
27
28
  index: {
28
29
  get: {
29
30
  body: unknown;
30
- params: Record<never, string>;
31
+ params: {};
31
32
  query: {
32
33
  chainId: number;
33
34
  repository: string;