@merkl/api 1.4.3 → 1.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (149) hide show
  1. package/dist/src/eden/index.d.ts +1795 -2646
  2. package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -1
  3. package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -1
  4. package/dist/src/engine/implementations/Erc20/subTypes/implementations/eulerEarn/metadata.d.ts +17 -0
  5. package/dist/src/engine/implementations/Erc20/subTypes/implementations/eulerEarn/metadata.js.map +1 -0
  6. package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +1 -0
  7. package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -1
  8. package/dist/src/engine/implementations/Erc20/tvl.js.map +1 -1
  9. package/dist/src/hooks/checkQueryAddressValidity.d.ts +6 -0
  10. package/dist/src/hooks/checkQueryChainIdValidity.d.ts +6 -0
  11. package/dist/src/index.d.ts +4437 -6187
  12. package/dist/src/index.js.map +1 -1
  13. package/dist/src/jobs/prices.js.map +1 -1
  14. package/dist/src/libs/computeFee.d.ts +6 -6
  15. package/dist/src/modules/v4/accounting/accounting.controller.d.ts +8 -5
  16. package/dist/src/modules/v4/authentication/authentication.controller.d.ts +3 -2
  17. package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +6 -5
  18. package/dist/src/modules/v4/blacklist/blacklist.repository.d.ts +2 -2
  19. package/dist/src/modules/v4/blacklist/blacklist.service.d.ts +2 -2
  20. package/dist/src/modules/v4/boost/boost.controller.d.ts +3 -0
  21. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +34 -174
  22. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +18 -15
  23. package/dist/src/modules/v4/campaign/campaign.repository.js.map +1 -1
  24. package/dist/src/modules/v4/campaign/campaign.service.d.ts +9 -6
  25. package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -1
  26. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +99 -500
  27. package/dist/src/modules/v4/campaignBatch/campaignBatch.controller.d.ts +18 -22
  28. package/dist/src/modules/v4/campaignBatch/campaignBatch.repository.d.ts +3 -3
  29. package/dist/src/modules/v4/campaignBatch/campaignBatch.service.d.ts +3 -3
  30. package/dist/src/modules/v4/campaignBatch/campaignBatch.service.js.map +1 -1
  31. package/dist/src/modules/v4/campaignGroup/campaignGroup.repository.d.ts +4 -4
  32. package/dist/src/modules/v4/campaignGroup/campaignGroup.service.d.ts +4 -4
  33. package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +58 -51
  34. package/dist/src/modules/v4/campaignStatus/campaignStatus.repository.d.ts +11 -11
  35. package/dist/src/modules/v4/campaignStatus/campaignStatus.service.d.ts +9 -9
  36. package/dist/src/modules/v4/campaignToProcess/campaignToProcess.controller.d.ts +17 -2
  37. package/dist/src/modules/v4/chain/chain.controller.d.ts +9 -5
  38. package/dist/src/modules/v4/claims/claims.controller.d.ts +3 -0
  39. package/dist/src/modules/v4/clamm/clamm.controller.d.ts +4 -1
  40. package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +4 -4
  41. package/dist/src/modules/v4/computedValue/computedValue.repository.d.ts +1 -1
  42. package/dist/src/modules/v4/computedValue/computedValue.service.d.ts +1 -1
  43. package/dist/src/modules/v4/config/config.controller.d.ts +9 -7
  44. package/dist/src/modules/v4/creator/creator.controller.d.ts +13 -6
  45. package/dist/src/modules/v4/creator/creator.repository.d.ts +1 -1
  46. package/dist/src/modules/v4/creator/creator.service.d.ts +5 -2
  47. package/dist/src/modules/v4/euler/euler.controller.d.ts +5 -2
  48. package/dist/src/modules/v4/explorer/explorer.controller.d.ts +3 -0
  49. package/dist/src/modules/v4/interaction/interaction.controller.d.ts +4 -9
  50. package/dist/src/modules/v4/interaction/interaction.controller.js.map +1 -1
  51. package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.d.ts +2 -2
  52. package/dist/src/modules/v4/liquidity/implementations/BadgerPositionFetcher.d.ts +2 -2
  53. package/dist/src/modules/v4/liquidity/implementations/ClammPositionFetcher.d.ts +2 -2
  54. package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.d.ts +2 -2
  55. package/dist/src/modules/v4/liquidity/implementations/ERC20PositionFetcher.d.ts +2 -2
  56. package/dist/src/modules/v4/liquidity/implementations/EulerPositionFetcher.d.ts +2 -2
  57. package/dist/src/modules/v4/liquidity/liquidity.controller.d.ts +3 -0
  58. package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +10 -9
  59. package/dist/src/modules/v4/node/node.controller.d.ts +3 -0
  60. package/dist/src/modules/v4/node/node.repository.d.ts +3 -3
  61. package/dist/src/modules/v4/node/node.service.d.ts +1 -1
  62. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +67 -62
  63. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +12 -12
  64. package/dist/src/modules/v4/parse/parse.controller.d.ts +3 -0
  65. package/dist/src/modules/v4/payload/payload.controller.d.ts +231 -234
  66. package/dist/src/modules/v4/payload/payload.service.d.ts +0 -7
  67. package/dist/src/modules/v4/payload/payload.service.js.map +1 -1
  68. package/dist/src/modules/v4/priceSource/priceFetchers/implementations/dexScreenerService.js.map +1 -1
  69. package/dist/src/modules/v4/priceSource/priceSource.controller.d.ts +21 -9
  70. package/dist/src/modules/v4/priceSource/priceSource.repository.d.ts +6 -6
  71. package/dist/src/modules/v4/priceSource/priceSource.service.d.ts +6 -6
  72. package/dist/src/modules/v4/program/program.controller.d.ts +23 -17
  73. package/dist/src/modules/v4/program/program.repository.d.ts +2 -2
  74. package/dist/src/modules/v4/program/program.service.d.ts +2 -2
  75. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +835 -797
  76. package/dist/src/modules/v4/protocol/protocol.controller.d.ts +8 -4
  77. package/dist/src/modules/v4/protocol/protocol.repository.d.ts +1 -1
  78. package/dist/src/modules/v4/referral/referral.controller.d.ts +3 -0
  79. package/dist/src/modules/v4/reward/reward.controller.d.ts +10 -23
  80. package/dist/src/modules/v4/reward/reward.repository.d.ts +3 -3
  81. package/dist/src/modules/v4/reward/reward.repository.js.map +1 -1
  82. package/dist/src/modules/v4/reward/reward.service.d.ts +37 -36
  83. package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
  84. package/dist/src/modules/v4/router.d.ts +1880 -2411
  85. package/dist/src/modules/v4/router.js.map +1 -1
  86. package/dist/src/modules/v4/token/token.controller.d.ts +32 -52
  87. package/dist/src/modules/v4/token/token.controller.js.map +1 -1
  88. package/dist/src/modules/v4/ton/ton.controller.d.ts +3 -0
  89. package/dist/src/modules/v4/turtle/turtle.controller.d.ts +4 -1
  90. package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +416 -405
  91. package/dist/src/modules/v4/uniswap/uniswap.repository.d.ts +2 -2
  92. package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +2 -2
  93. package/dist/src/modules/v4/user/user.controller.d.ts +9 -6
  94. package/dist/src/modules/v4/user/user.controller.js.map +1 -1
  95. package/dist/src/modules/v4/user/user.model.d.ts +5 -0
  96. package/dist/src/modules/v4/user/user.model.js.map +1 -1
  97. package/dist/src/plugins/errorHandler.d.ts +13 -0
  98. package/dist/src/routes/v1/allowances.d.ts +7 -1
  99. package/dist/src/routes/v1/balances.d.ts +7 -1
  100. package/dist/src/routes/v1/prices.d.ts +6 -0
  101. package/dist/src/routes/v1/router.d.ts +7 -12
  102. package/dist/src/routes/v1/router.js.map +1 -1
  103. package/dist/src/routes/v1/tokens.d.ts +8 -10
  104. package/dist/src/routes/v2/merkl.d.ts +7 -112
  105. package/dist/src/routes/v2/router.d.ts +4 -112
  106. package/dist/src/routes/v2/router.js.map +1 -1
  107. package/dist/src/routes/v3/app.d.ts +7 -1
  108. package/dist/src/routes/v3/blacklist.d.ts +6 -0
  109. package/dist/src/routes/v3/campaign/delay.d.ts +10 -4
  110. package/dist/src/routes/v3/campaignClaims.d.ts +6 -1
  111. package/dist/src/routes/v3/campaignUnclaimed.d.ts +7 -3
  112. package/dist/src/routes/v3/campaigns.d.ts +8 -10
  113. package/dist/src/routes/v3/campaignsForMainParameter.d.ts +6 -0
  114. package/dist/src/routes/v3/campaignsRewardsReport.d.ts +6 -0
  115. package/dist/src/routes/v3/claims.d.ts +6 -0
  116. package/dist/src/routes/v3/compoundV2.d.ts +8 -10
  117. package/dist/src/routes/v3/createCampaign.d.ts +6 -0
  118. package/dist/src/routes/v3/dolomite.d.ts +8 -10
  119. package/dist/src/routes/v3/euler.d.ts +16 -1
  120. package/dist/src/routes/v3/fetch.d.ts +6 -0
  121. package/dist/src/routes/v3/health.d.ts +3 -0
  122. package/dist/src/routes/v3/lostyield.d.ts +8 -10
  123. package/dist/src/routes/v3/merkl.d.ts +8 -113
  124. package/dist/src/routes/v3/morphoMarkets.d.ts +8 -10
  125. package/dist/src/routes/v3/morphoVaults.d.ts +8 -10
  126. package/dist/src/routes/v3/multiChainPositions.d.ts +6 -2
  127. package/dist/src/routes/v3/opportunity.d.ts +7 -1
  128. package/dist/src/routes/v3/overview.d.ts +26 -19
  129. package/dist/src/routes/v3/parse.d.ts +6 -0
  130. package/dist/src/routes/v3/payload.d.ts +6 -0
  131. package/dist/src/routes/v3/poolInfo.d.ts +14 -7
  132. package/dist/src/routes/v3/positions.d.ts +6 -2
  133. package/dist/src/routes/v3/radiant.d.ts +8 -10
  134. package/dist/src/routes/v3/recipients.d.ts +6 -0
  135. package/dist/src/routes/v3/rewards.d.ts +6 -0
  136. package/dist/src/routes/v3/rewardsReport.d.ts +6 -0
  137. package/dist/src/routes/v3/router.d.ts +37 -211
  138. package/dist/src/routes/v3/router.js.map +1 -1
  139. package/dist/src/routes/v3/silo.d.ts +8 -10
  140. package/dist/src/routes/v3/token.d.ts +6 -0
  141. package/dist/src/routes/v3/twt/participants.d.ts +8 -10
  142. package/dist/src/routes/v3/updates.d.ts +10 -8
  143. package/dist/src/routes/v3/userRewards.d.ts +6 -0
  144. package/dist/src/utils/error.d.ts +8 -0
  145. package/dist/src/utils/models.d.ts +12 -6
  146. package/dist/src/utils/queries/allCampaigns.d.ts +1 -1
  147. package/package.json +3 -3
  148. package/dist/src/scripts/campaign-config.test.d.ts +0 -1
  149. package/dist/src/scripts/campaign-config.test.js.map +0 -1
@@ -1,4 +1,23 @@
1
1
  import { type Elysia } from "elysia";
2
+ type OverviewReturnType = {
3
+ disputes: {
4
+ [chainId: number]: {
5
+ root: string;
6
+ endOfDisputePeriod: number;
7
+ disputeLive: boolean;
8
+ treeRoot: string;
9
+ lastTreeRoot: string;
10
+ };
11
+ };
12
+ rewardTokens: {
13
+ [chainId: number]: {
14
+ token: string;
15
+ minimumAmountPerEpoch: number;
16
+ decimals: number;
17
+ symbol: string;
18
+ }[];
19
+ };
20
+ };
2
21
  export declare const query: import("@sinclair/typebox").TObject<{
3
22
  chainId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
4
23
  }>;
@@ -36,16 +55,19 @@ declare const _default: (app: Elysia<"", {
36
55
  macro: {};
37
56
  macroFn: {};
38
57
  parser: {};
58
+ response: {};
39
59
  }, {}, {
40
60
  derive: {};
41
61
  resolve: {};
42
62
  schema: {};
43
63
  standaloneSchema: {};
64
+ response: {};
44
65
  }, {
45
66
  derive: {};
46
67
  resolve: {};
47
68
  schema: {};
48
69
  standaloneSchema: {};
70
+ response: {};
49
71
  }>) => Elysia<"", {
50
72
  decorator: {};
51
73
  store: {};
@@ -60,6 +82,7 @@ declare const _default: (app: Elysia<"", {
60
82
  macro: {};
61
83
  macroFn: {};
62
84
  parser: {};
85
+ response: {};
63
86
  }, {
64
87
  overview: {
65
88
  get: {
@@ -70,25 +93,7 @@ declare const _default: (app: Elysia<"", {
70
93
  };
71
94
  headers: unknown;
72
95
  response: {
73
- 200: {
74
- disputes: {
75
- [chainId: number]: {
76
- root: string;
77
- endOfDisputePeriod: number;
78
- disputeLive: boolean;
79
- treeRoot: string;
80
- lastTreeRoot: string;
81
- };
82
- };
83
- rewardTokens: {
84
- [chainId: number]: {
85
- token: string;
86
- minimumAmountPerEpoch: number;
87
- decimals: number;
88
- symbol: string;
89
- }[];
90
- };
91
- };
96
+ 200: OverviewReturnType;
92
97
  422: {
93
98
  type: "validation";
94
99
  on: string;
@@ -106,10 +111,12 @@ declare const _default: (app: Elysia<"", {
106
111
  resolve: {};
107
112
  schema: {};
108
113
  standaloneSchema: {};
114
+ response: {};
109
115
  }, {
110
116
  derive: {};
111
117
  resolve: {};
112
118
  schema: {};
113
119
  standaloneSchema: {};
120
+ response: {};
114
121
  }>;
115
122
  export default _default;
@@ -18,16 +18,19 @@ declare const _default: (app: Elysia<"", {
18
18
  macro: {};
19
19
  macroFn: {};
20
20
  parser: {};
21
+ response: {};
21
22
  }, {}, {
22
23
  derive: {};
23
24
  resolve: {};
24
25
  schema: {};
25
26
  standaloneSchema: {};
27
+ response: {};
26
28
  }, {
27
29
  derive: {};
28
30
  resolve: {};
29
31
  schema: {};
30
32
  standaloneSchema: {};
33
+ response: {};
31
34
  }>) => Elysia<"", {
32
35
  decorator: {};
33
36
  store: {};
@@ -42,6 +45,7 @@ declare const _default: (app: Elysia<"", {
42
45
  macro: {};
43
46
  macroFn: {};
44
47
  parser: {};
48
+ response: {};
45
49
  }, {
46
50
  parse: {
47
51
  get: {
@@ -75,10 +79,12 @@ declare const _default: (app: Elysia<"", {
75
79
  resolve: {};
76
80
  schema: {};
77
81
  standaloneSchema: {};
82
+ response: {};
78
83
  }, {
79
84
  derive: {};
80
85
  resolve: {};
81
86
  schema: {};
82
87
  standaloneSchema: {};
88
+ response: {};
83
89
  }>;
84
90
  export default _default;
@@ -19,16 +19,19 @@ declare const _default: (app: Elysia<"", {
19
19
  macro: {};
20
20
  macroFn: {};
21
21
  parser: {};
22
+ response: {};
22
23
  }, {}, {
23
24
  derive: {};
24
25
  resolve: {};
25
26
  schema: {};
26
27
  standaloneSchema: {};
28
+ response: {};
27
29
  }, {
28
30
  derive: {};
29
31
  resolve: {};
30
32
  schema: {};
31
33
  standaloneSchema: {};
34
+ response: {};
32
35
  }>) => Elysia<"", {
33
36
  decorator: {};
34
37
  store: {};
@@ -43,6 +46,7 @@ declare const _default: (app: Elysia<"", {
43
46
  macro: {};
44
47
  macroFn: {};
45
48
  parser: {};
49
+ response: {};
46
50
  }, {
47
51
  payload: {
48
52
  get: {
@@ -87,10 +91,12 @@ declare const _default: (app: Elysia<"", {
87
91
  resolve: {};
88
92
  schema: {};
89
93
  standaloneSchema: {};
94
+ response: {};
90
95
  }, {
91
96
  derive: {};
92
97
  resolve: {};
93
98
  schema: {};
94
99
  standaloneSchema: {};
100
+ response: {};
95
101
  }>;
96
102
  export default _default;
@@ -1,5 +1,12 @@
1
1
  import { AMM } from "@package/sdk";
2
2
  import { type Elysia } from "elysia";
3
+ type UniswapV3PoolInfo = {
4
+ token0?: string;
5
+ token1?: string;
6
+ fee?: number;
7
+ amm?: AMM;
8
+ name?: string;
9
+ };
3
10
  export declare const query: import("@sinclair/typebox").TObject<{
4
11
  chainId: import("@sinclair/typebox").TNumber;
5
12
  poolAddress: import("@sinclair/typebox").TString;
@@ -18,16 +25,19 @@ declare const _default: (app: Elysia<"", {
18
25
  macro: {};
19
26
  macroFn: {};
20
27
  parser: {};
28
+ response: {};
21
29
  }, {}, {
22
30
  derive: {};
23
31
  resolve: {};
24
32
  schema: {};
25
33
  standaloneSchema: {};
34
+ response: {};
26
35
  }, {
27
36
  derive: {};
28
37
  resolve: {};
29
38
  schema: {};
30
39
  standaloneSchema: {};
40
+ response: {};
31
41
  }>) => Elysia<"", {
32
42
  decorator: {};
33
43
  store: {};
@@ -42,6 +52,7 @@ declare const _default: (app: Elysia<"", {
42
52
  macro: {};
43
53
  macroFn: {};
44
54
  parser: {};
55
+ response: {};
45
56
  }, {
46
57
  poolInfo: {
47
58
  get: {
@@ -53,13 +64,7 @@ declare const _default: (app: Elysia<"", {
53
64
  };
54
65
  headers: unknown;
55
66
  response: {
56
- 200: {
57
- token0?: string | undefined;
58
- token1?: string | undefined;
59
- fee?: number | undefined;
60
- amm?: AMM | undefined;
61
- name?: string | undefined;
62
- };
67
+ 200: UniswapV3PoolInfo;
63
68
  422: {
64
69
  type: "validation";
65
70
  on: string;
@@ -77,10 +82,12 @@ declare const _default: (app: Elysia<"", {
77
82
  resolve: {};
78
83
  schema: {};
79
84
  standaloneSchema: {};
85
+ response: {};
80
86
  }, {
81
87
  derive: {};
82
88
  resolve: {};
83
89
  schema: {};
84
90
  standaloneSchema: {};
91
+ response: {};
85
92
  }>;
86
93
  export default _default;
@@ -36,16 +36,19 @@ declare const _default: (app: Elysia<"", {
36
36
  macro: {};
37
37
  macroFn: {};
38
38
  parser: {};
39
+ response: {};
39
40
  }, {}, {
40
41
  derive: {};
41
42
  resolve: {};
42
43
  schema: {};
43
44
  standaloneSchema: {};
45
+ response: {};
44
46
  }, {
45
47
  derive: {};
46
48
  resolve: {};
47
49
  schema: {};
48
50
  standaloneSchema: {};
51
+ response: {};
49
52
  }>) => Elysia<"", {
50
53
  decorator: {};
51
54
  store: {};
@@ -60,6 +63,7 @@ declare const _default: (app: Elysia<"", {
60
63
  macro: {};
61
64
  macroFn: {};
62
65
  parser: {};
66
+ response: {};
63
67
  }, {
64
68
  positions: {
65
69
  get: {
@@ -71,8 +75,6 @@ declare const _default: (app: Elysia<"", {
71
75
  };
72
76
  headers: unknown;
73
77
  response: {
74
- [x: string]: any;
75
- 200: any;
76
78
  422: {
77
79
  type: "validation";
78
80
  on: string;
@@ -90,10 +92,12 @@ declare const _default: (app: Elysia<"", {
90
92
  resolve: {};
91
93
  schema: {};
92
94
  standaloneSchema: {};
95
+ response: {};
93
96
  }, {
94
97
  derive: {};
95
98
  resolve: {};
96
99
  schema: {};
97
100
  standaloneSchema: {};
101
+ response: {};
98
102
  }>;
99
103
  export default _default;
@@ -30,16 +30,19 @@ declare const _default: (app: Elysia<"", {
30
30
  macro: {};
31
31
  macroFn: {};
32
32
  parser: {};
33
+ response: {};
33
34
  }, {}, {
34
35
  derive: {};
35
36
  resolve: {};
36
37
  schema: {};
37
38
  standaloneSchema: {};
39
+ response: {};
38
40
  }, {
39
41
  derive: {};
40
42
  resolve: {};
41
43
  schema: {};
42
44
  standaloneSchema: {};
45
+ response: {};
43
46
  }>) => Elysia<"", {
44
47
  decorator: {};
45
48
  store: {};
@@ -54,6 +57,7 @@ declare const _default: (app: Elysia<"", {
54
57
  macro: {};
55
58
  macroFn: {};
56
59
  parser: {};
60
+ response: {};
57
61
  }, {
58
62
  radiant: {
59
63
  get: {
@@ -66,16 +70,8 @@ declare const _default: (app: Elysia<"", {
66
70
  headers: unknown;
67
71
  response: {
68
72
  [x: string]: any;
69
- 200: any;
70
- 422: {
71
- type: "validation";
72
- on: string;
73
- summary?: string | undefined;
74
- message?: string | undefined;
75
- found?: unknown;
76
- property?: string | undefined;
77
- expected?: string | undefined;
78
- };
73
+ [x: number]: any;
74
+ [x: symbol]: any;
79
75
  };
80
76
  };
81
77
  };
@@ -84,10 +80,12 @@ declare const _default: (app: Elysia<"", {
84
80
  resolve: {};
85
81
  schema: {};
86
82
  standaloneSchema: {};
83
+ response: {};
87
84
  }, {
88
85
  derive: {};
89
86
  resolve: {};
90
87
  schema: {};
91
88
  standaloneSchema: {};
89
+ response: {};
92
90
  }>;
93
91
  export default _default;
@@ -13,16 +13,19 @@ declare const _default: (app: Elysia<"", {
13
13
  macro: {};
14
14
  macroFn: {};
15
15
  parser: {};
16
+ response: {};
16
17
  }, {}, {
17
18
  derive: {};
18
19
  resolve: {};
19
20
  schema: {};
20
21
  standaloneSchema: {};
22
+ response: {};
21
23
  }, {
22
24
  derive: {};
23
25
  resolve: {};
24
26
  schema: {};
25
27
  standaloneSchema: {};
28
+ response: {};
26
29
  }>) => Elysia<"", {
27
30
  decorator: {};
28
31
  store: {};
@@ -37,6 +40,7 @@ declare const _default: (app: Elysia<"", {
37
40
  macro: {};
38
41
  macroFn: {};
39
42
  parser: {};
43
+ response: {};
40
44
  }, {
41
45
  recipients: {
42
46
  get: {
@@ -71,10 +75,12 @@ declare const _default: (app: Elysia<"", {
71
75
  resolve: {};
72
76
  schema: {};
73
77
  standaloneSchema: {};
78
+ response: {};
74
79
  }, {
75
80
  derive: {};
76
81
  resolve: {};
77
82
  schema: {};
78
83
  standaloneSchema: {};
84
+ response: {};
79
85
  }>;
80
86
  export default _default;
@@ -21,16 +21,19 @@ declare const _default: (app: Elysia<"", {
21
21
  macro: {};
22
22
  macroFn: {};
23
23
  parser: {};
24
+ response: {};
24
25
  }, {}, {
25
26
  derive: {};
26
27
  resolve: {};
27
28
  schema: {};
28
29
  standaloneSchema: {};
30
+ response: {};
29
31
  }, {
30
32
  derive: {};
31
33
  resolve: {};
32
34
  schema: {};
33
35
  standaloneSchema: {};
36
+ response: {};
34
37
  }>) => Elysia<"", {
35
38
  decorator: {};
36
39
  store: {};
@@ -45,6 +48,7 @@ declare const _default: (app: Elysia<"", {
45
48
  macro: {};
46
49
  macroFn: {};
47
50
  parser: {};
51
+ response: {};
48
52
  }, {
49
53
  rewards: {
50
54
  get: {
@@ -101,10 +105,12 @@ declare const _default: (app: Elysia<"", {
101
105
  resolve: {};
102
106
  schema: {};
103
107
  standaloneSchema: {};
108
+ response: {};
104
109
  }, {
105
110
  derive: {};
106
111
  resolve: {};
107
112
  schema: {};
108
113
  standaloneSchema: {};
114
+ response: {};
109
115
  }>;
110
116
  export default _default;
@@ -23,16 +23,19 @@ declare const _default: (app: Elysia<"", {
23
23
  macro: {};
24
24
  macroFn: {};
25
25
  parser: {};
26
+ response: {};
26
27
  }, {}, {
27
28
  derive: {};
28
29
  resolve: {};
29
30
  schema: {};
30
31
  standaloneSchema: {};
32
+ response: {};
31
33
  }, {
32
34
  derive: {};
33
35
  resolve: {};
34
36
  schema: {};
35
37
  standaloneSchema: {};
38
+ response: {};
36
39
  }>) => Elysia<"", {
37
40
  decorator: {};
38
41
  store: {};
@@ -47,6 +50,7 @@ declare const _default: (app: Elysia<"", {
47
50
  macro: {};
48
51
  macroFn: {};
49
52
  parser: {};
53
+ response: {};
50
54
  }, {
51
55
  rewardsReport: {
52
56
  get: {
@@ -84,10 +88,12 @@ declare const _default: (app: Elysia<"", {
84
88
  resolve: {};
85
89
  schema: {};
86
90
  standaloneSchema: {};
91
+ response: {};
87
92
  }, {
88
93
  derive: {};
89
94
  resolve: {};
90
95
  schema: {};
91
96
  standaloneSchema: {};
97
+ response: {};
92
98
  }>;
93
99
  export default _default;