@merkl/api 1.19.2 → 1.20.0

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 (290) hide show
  1. package/dist/src/cache/declaration.d.ts +0 -5
  2. package/dist/src/cache/declaration.js.map +1 -1
  3. package/dist/src/constants.d.ts +3 -1
  4. package/dist/src/constants.js.map +1 -1
  5. package/dist/src/eden/index.d.ts +921 -275
  6. package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +60 -0
  7. package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.js.map +1 -1
  8. package/dist/src/engine/implementations/Aave/metadata.d.ts +3 -3
  9. package/dist/src/engine/implementations/Aave/metadata.js.map +1 -1
  10. package/dist/src/engine/implementations/AaveNetBorrowing/metadata.d.ts +1 -1
  11. package/dist/src/engine/implementations/AaveNetLending/metadata.d.ts +1 -1
  12. package/dist/src/engine/implementations/AaveV4SpokeBorrowFromCollateral/metadata.d.ts +25 -0
  13. package/dist/src/engine/implementations/AaveV4SpokeBorrowFromCollateral/metadata.js.map +1 -0
  14. package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -1
  15. package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/metadata.js.map +1 -1
  16. package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/tvl.js.map +1 -1
  17. package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/metadata.js.map +1 -1
  18. package/dist/src/engine/implementations/Erc20/subTypes/implementations/eulerEarn/metadata.js.map +1 -1
  19. package/dist/src/engine/implementations/Erc20/subTypes/implementations/royco/metadata.d.ts +17 -0
  20. package/dist/src/engine/implementations/Erc20/subTypes/implementations/royco/metadata.js.map +1 -0
  21. package/dist/src/engine/implementations/Erc20/subTypes/implementations/royco/tvl.d.ts +7 -0
  22. package/dist/src/engine/implementations/Erc20/subTypes/implementations/royco/tvl.js.map +1 -0
  23. package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +2 -1
  24. package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -1
  25. package/dist/src/engine/implementations/ErcMultiToken/metadata.d.ts +1 -1
  26. package/dist/src/engine/implementations/EulerBorrowFromCollateral/metadata.d.ts +25 -0
  27. package/dist/src/engine/implementations/EulerBorrowFromCollateral/metadata.js.map +1 -0
  28. package/dist/src/engine/implementations/LlamalendV2Borrow/metadata.d.ts +20 -0
  29. package/dist/src/engine/implementations/LlamalendV2Borrow/metadata.js.map +1 -0
  30. package/dist/src/engine/implementations/LlamalendV2Supply/metadata.d.ts +20 -0
  31. package/dist/src/engine/implementations/LlamalendV2Supply/metadata.js.map +1 -0
  32. package/dist/src/engine/implementations/MerklCredit/metadata.d.ts +15 -0
  33. package/dist/src/engine/implementations/MerklCredit/metadata.js.map +1 -0
  34. package/dist/src/engine/implementations/MultiLendBorrow/metadata.js.map +1 -1
  35. package/dist/src/engine/implementations/MultiLog/metadata.js.map +1 -1
  36. package/dist/src/engine/implementations/Royco/metadata.d.ts +6 -3
  37. package/dist/src/engine/implementations/Royco/metadata.js.map +1 -1
  38. package/dist/src/engine/implementations/Royco/tvl.d.ts +15 -0
  39. package/dist/src/engine/implementations/Royco/tvl.js.map +1 -0
  40. package/dist/src/engine/implementations/clamm/tvl.abstract.d.ts +1 -1
  41. package/dist/src/engine/implementations/pancakeSwapInfinity/metadata.d.ts +19 -0
  42. package/dist/src/engine/implementations/pancakeSwapInfinity/metadata.js.map +1 -0
  43. package/dist/src/engine/metadata/factory.js.map +1 -1
  44. package/dist/src/engine/nativeAPR/factory.js.map +1 -1
  45. package/dist/src/engine/nativeAPR/implementations/balancer.d.ts +16 -0
  46. package/dist/src/engine/nativeAPR/implementations/balancer.js.map +1 -0
  47. package/dist/src/engine/nativeAPR/implementations/curve.d.ts +17 -0
  48. package/dist/src/engine/nativeAPR/implementations/curve.js.map +1 -0
  49. package/dist/src/engine/nativeAPR/implementations/dolomite.d.ts +17 -0
  50. package/dist/src/engine/nativeAPR/implementations/dolomite.js.map +1 -0
  51. package/dist/src/engine/nativeAPR/implementations/gamma.d.ts +14 -0
  52. package/dist/src/engine/nativeAPR/implementations/gamma.js.map +1 -0
  53. package/dist/src/engine/nativeAPR/implementations/ipor.d.ts +12 -0
  54. package/dist/src/engine/nativeAPR/implementations/ipor.js.map +1 -0
  55. package/dist/src/engine/nativeAPR/implementations/pendle.d.ts +22 -0
  56. package/dist/src/engine/nativeAPR/implementations/pendle.js.map +1 -0
  57. package/dist/src/engine/nativeAPR/implementations/spectra.d.ts +16 -0
  58. package/dist/src/engine/nativeAPR/implementations/spectra.js.map +1 -0
  59. package/dist/src/engine/tvl/factory.js.map +1 -1
  60. package/dist/src/guards/CampaignAccess.guard.d.ts +18 -16
  61. package/dist/src/guards/CampaignAccess.guard.js.map +1 -1
  62. package/dist/src/index.d.ts +998 -275
  63. package/dist/src/index.js.map +1 -1
  64. package/dist/src/jobs/claim-etl/config.d.ts +11 -3
  65. package/dist/src/jobs/claim-etl/config.js.map +1 -1
  66. package/dist/src/jobs/claim-etl/index.js.map +1 -1
  67. package/dist/src/jobs/claim-etl/load.d.ts +35 -22
  68. package/dist/src/jobs/claim-etl/load.js.map +1 -1
  69. package/dist/src/jobs/claim-etl/types.d.ts +26 -27
  70. package/dist/src/jobs/claim-etl/types.js.map +1 -1
  71. package/dist/src/jobs/deposit-credit-etl/config.d.ts +13 -0
  72. package/dist/src/jobs/deposit-credit-etl/config.js.map +1 -0
  73. package/dist/src/jobs/deposit-credit-etl/index.d.ts +16 -0
  74. package/dist/src/jobs/deposit-credit-etl/index.js.map +1 -0
  75. package/dist/src/jobs/deposit-credit-etl/load.d.ts +13 -0
  76. package/dist/src/jobs/deposit-credit-etl/load.js.map +1 -0
  77. package/dist/src/jobs/deposit-credit-etl/types.d.ts +11 -0
  78. package/dist/src/jobs/deposit-credit-etl/types.js.map +1 -0
  79. package/dist/src/jobs/diff-breakdown-etl/load.js.map +1 -1
  80. package/dist/src/jobs/error-digest.d.ts +1 -0
  81. package/dist/src/jobs/error-digest.js.map +1 -0
  82. package/dist/src/jobs/leaf-breakdown-etl/load.js.map +1 -1
  83. package/dist/src/jobs/post-urgent-stack.js.map +1 -1
  84. package/dist/src/jobs/prices.js.map +1 -1
  85. package/dist/src/jobs/refresh-materialized-views.js.map +1 -1
  86. package/dist/src/jobs/set-dungeon-keeper.js.map +1 -1
  87. package/dist/src/jobs/sync-campaigns-to-hubspot.js.map +1 -1
  88. package/dist/src/jobs/tx-executor/diagnostics.js.map +1 -1
  89. package/dist/src/modules/v4/accounting/accounting.controller.d.ts +160 -0
  90. package/dist/src/modules/v4/accounting/accounting.controller.js.map +1 -1
  91. package/dist/src/modules/v4/accounting/accounting.model.d.ts +6 -0
  92. package/dist/src/modules/v4/accounting/accounting.model.js.map +1 -1
  93. package/dist/src/modules/v4/accounting/accounting.repository.d.ts +87 -0
  94. package/dist/src/modules/v4/accounting/accounting.repository.js.map +1 -1
  95. package/dist/src/modules/v4/accounting/accounting.service.d.ts +47 -0
  96. package/dist/src/modules/v4/accounting/accounting.service.js.map +1 -1
  97. package/dist/src/modules/v4/apiKey/apiKey.repository.d.ts +3 -0
  98. package/dist/src/modules/v4/apiKey/apiKey.repository.js.map +1 -1
  99. package/dist/src/modules/v4/apr/apr.model.d.ts +2 -0
  100. package/dist/src/modules/v4/authentication/authentication.service.js.map +1 -1
  101. package/dist/src/modules/v4/autoclaim/autoclaim.controller.d.ts +4 -0
  102. package/dist/src/modules/v4/autoclaim/autoclaim.repository.d.ts +5 -0
  103. package/dist/src/modules/v4/autoclaim/autoclaim.service.d.ts +4 -0
  104. package/dist/src/modules/v4/blacklist/blacklist.service.js.map +1 -1
  105. package/dist/src/modules/v4/campaign/campaign.controller.d.ts +96 -20
  106. package/dist/src/modules/v4/campaign/campaign.controller.js.map +1 -1
  107. package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -1
  108. package/dist/src/modules/v4/campaign/campaign.model.d.ts +8 -2
  109. package/dist/src/modules/v4/campaign/campaign.model.js.map +1 -1
  110. package/dist/src/modules/v4/campaign/campaign.query-transformer.d.ts +71 -61
  111. package/dist/src/modules/v4/campaign/campaign.query-transformer.js.map +1 -1
  112. package/dist/src/modules/v4/campaign/campaign.repository.d.ts +20 -0
  113. package/dist/src/modules/v4/campaign/campaign.service.d.ts +26 -5
  114. package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -1
  115. package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +60 -0
  116. package/dist/src/modules/v4/campaignStatus/campaignStatus.controller.d.ts +4 -0
  117. package/dist/src/modules/v4/campaignStatus/campaignStatus.service.d.ts +8 -0
  118. package/dist/src/modules/v4/campaignToProcess/campaignToProcess.controller.d.ts +150 -0
  119. package/dist/src/modules/v4/campaignToProcess/campaignToProcess.controller.js.map +1 -1
  120. package/dist/src/modules/v4/campaignToProcess/campaignToProcess.repository.js.map +1 -1
  121. package/dist/src/modules/v4/campaignToProcess/campaignToProcess.service.d.ts +1 -1
  122. package/dist/src/modules/v4/campaignToProcess/campaignToProcess.service.js.map +1 -1
  123. package/dist/src/modules/v4/carousel/carousel.controller.d.ts +98 -12
  124. package/dist/src/modules/v4/carousel/carousel.formatter.d.ts +8 -1
  125. package/dist/src/modules/v4/carousel/carousel.formatter.js.map +1 -1
  126. package/dist/src/modules/v4/carousel/carousel.repository.d.ts +18 -0
  127. package/dist/src/modules/v4/carousel/carousel.service.d.ts +59 -8
  128. package/dist/src/modules/v4/carousel/carousel.service.js.map +1 -1
  129. package/dist/src/modules/v4/chain/chain.controller.d.ts +4 -4
  130. package/dist/src/modules/v4/chain/chain.formatter.js.map +1 -1
  131. package/dist/src/modules/v4/chain/chain.model.d.ts +1 -1
  132. package/dist/src/modules/v4/chain/chain.repository.js.map +1 -1
  133. package/dist/src/modules/v4/clamm/clamm.controller.d.ts +2 -2
  134. package/dist/src/modules/v4/clamm/clamm.service.js.map +1 -1
  135. package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +8 -0
  136. package/dist/src/modules/v4/config/config.controller.d.ts +15 -0
  137. package/dist/src/modules/v4/config/config.service.d.ts +15 -0
  138. package/dist/src/modules/v4/creator/creator.controller.d.ts +15 -3
  139. package/dist/src/modules/v4/creator/creator.repository.js.map +1 -1
  140. package/dist/src/modules/v4/credit/credit.controller.d.ts +21 -0
  141. package/dist/src/modules/v4/credit/credit.controller.js.map +1 -1
  142. package/dist/src/modules/v4/credit/credit.model.js.map +1 -1
  143. package/dist/src/modules/v4/credit/credit.points-billing.service.d.ts +52 -0
  144. package/dist/src/modules/v4/credit/credit.points-billing.service.js.map +1 -0
  145. package/dist/src/modules/v4/credit/credit.points-pricing.d.ts +1 -0
  146. package/dist/src/modules/v4/credit/credit.points-pricing.js.map +1 -0
  147. package/dist/src/modules/v4/credit/credit.repository.d.ts +8 -0
  148. package/dist/src/modules/v4/credit/credit.repository.js.map +1 -1
  149. package/dist/src/modules/v4/credit/credit.service.d.ts +5 -0
  150. package/dist/src/modules/v4/credit/credit.service.js.map +1 -1
  151. package/dist/src/modules/v4/diff/diff.controller.d.ts +4 -0
  152. package/dist/src/modules/v4/dispute/dispute.controller.d.ts +2 -0
  153. package/dist/src/modules/v4/dispute/dispute.service.d.ts +2 -0
  154. package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +8 -0
  155. package/dist/src/modules/v4/dynamicData/dynamicData.service.js.map +1 -1
  156. package/dist/src/modules/v4/etlHealth/etlHealth.service.js.map +1 -1
  157. package/dist/src/modules/v4/historical/historical.controller.d.ts +38 -2
  158. package/dist/src/modules/v4/historical/historical.controller.js.map +1 -1
  159. package/dist/src/modules/v4/historical/historical.model.d.ts +28 -0
  160. package/dist/src/modules/v4/historical/historical.model.js.map +1 -1
  161. package/dist/src/modules/v4/indexingRange/indexingRange.controller.d.ts +1 -1
  162. package/dist/src/modules/v4/indexingRange/indexingRange.model.d.ts +1 -1
  163. package/dist/src/modules/v4/indexingRange/indexingRange.model.js.map +1 -1
  164. package/dist/src/modules/v4/indexingRange/indexingRange.service.d.ts +3 -2
  165. package/dist/src/modules/v4/indexingRange/indexingRange.service.js.map +1 -1
  166. package/dist/src/modules/v4/jobWatermark/jobWatermark.constants.d.ts +2 -1
  167. package/dist/src/modules/v4/jobWatermark/jobWatermark.constants.js.map +1 -1
  168. package/dist/src/modules/v4/keyStore/keyStore.controller.d.ts +20 -15
  169. package/dist/src/modules/v4/keyStore/keyStore.controller.js.map +1 -1
  170. package/dist/src/modules/v4/leaf/latestCompute.repository.d.ts +24 -0
  171. package/dist/src/modules/v4/leaf/latestCompute.repository.js.map +1 -0
  172. package/dist/src/modules/v4/leaf/leaf.model.d.ts +1 -0
  173. package/dist/src/modules/v4/leaf/leaf.repository.d.ts +143 -36
  174. package/dist/src/modules/v4/leaf/leaf.repository.js.map +1 -1
  175. package/dist/src/modules/v4/leaf/leaf.service.d.ts +710 -1
  176. package/dist/src/modules/v4/leaf/leaf.service.js.map +1 -1
  177. package/dist/src/modules/v4/leaf/leafClaim.repository.d.ts +1 -0
  178. package/dist/src/modules/v4/leaf/leafTemp.repository.d.ts +12 -0
  179. package/dist/src/modules/v4/leaf/leafTemp.repository.js.map +1 -1
  180. package/dist/src/modules/v4/leaf/leafView.repository.d.ts +15 -0
  181. package/dist/src/modules/v4/leaf/leafView.repository.js.map +1 -1
  182. package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +105 -18
  183. package/dist/src/modules/v4/opportunity/opportunity.controller.js.map +1 -1
  184. package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +15 -3
  185. package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -1
  186. package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +37 -8
  187. package/dist/src/modules/v4/opportunity/opportunity.query-transformer.d.ts +241 -51
  188. package/dist/src/modules/v4/opportunity/opportunity.query-transformer.js.map +1 -1
  189. package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +58 -7
  190. package/dist/src/modules/v4/opportunity/opportunity.repository.js.map +1 -1
  191. package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +102 -18
  192. package/dist/src/modules/v4/opportunity/opportunity.service.js.map +1 -1
  193. package/dist/src/modules/v4/override/override.controller.d.ts +9 -158
  194. package/dist/src/modules/v4/override/override.controller.js.map +1 -1
  195. package/dist/src/modules/v4/override/override.model.d.ts +0 -43
  196. package/dist/src/modules/v4/override/override.model.js.map +1 -1
  197. package/dist/src/modules/v4/override/override.service.d.ts +1 -81
  198. package/dist/src/modules/v4/override/override.service.js.map +1 -1
  199. package/dist/src/modules/v4/payload/payload.controller.d.ts +21 -0
  200. package/dist/src/modules/v4/payload/payload.service.d.ts +28 -0
  201. package/dist/src/modules/v4/previousConfig/previousConfig.repository.d.ts +1 -1
  202. package/dist/src/modules/v4/previousConfig/previousConfig.repository.js.map +1 -1
  203. package/dist/src/modules/v4/previousConfig/previousConfig.service.d.ts +1 -1
  204. package/dist/src/modules/v4/previousConfig/previousConfig.service.js.map +1 -1
  205. package/dist/src/modules/v4/priceSource/priceFetchers/implementations/coinGeckoService.d.ts +1 -0
  206. package/dist/src/modules/v4/priceSource/priceFetchers/implementations/coinGeckoService.js.map +1 -1
  207. package/dist/src/modules/v4/priceSource/priceSource.service.js.map +1 -1
  208. package/dist/src/modules/v4/program/program.controller.d.ts +32 -4
  209. package/dist/src/modules/v4/program/program.repository.d.ts +8 -0
  210. package/dist/src/modules/v4/program/program.service.d.ts +32 -4
  211. package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +2 -0
  212. package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +2 -0
  213. package/dist/src/modules/v4/programPayload/subPayloads/ethena.d.ts +48 -48
  214. package/dist/src/modules/v4/protocol/protocol.controller.d.ts +6 -0
  215. package/dist/src/modules/v4/protocol/protocol.model.d.ts +7 -0
  216. package/dist/src/modules/v4/protocol/protocol.model.js.map +1 -1
  217. package/dist/src/modules/v4/protocol/protocol.repository.js.map +1 -1
  218. package/dist/src/modules/v4/reward/reward.model.d.ts +7 -0
  219. package/dist/src/modules/v4/reward/reward.model.js.map +1 -1
  220. package/dist/src/modules/v4/reward/reward.service.d.ts +44 -398
  221. package/dist/src/modules/v4/reward/reward.service.js.map +1 -1
  222. package/dist/src/modules/v4/router.d.ts +998 -245
  223. package/dist/src/modules/v4/router.js.map +1 -1
  224. package/dist/src/modules/v4/signoz/signoz.client.d.ts +27 -0
  225. package/dist/src/modules/v4/signoz/signoz.client.js.map +1 -0
  226. package/dist/src/modules/v4/signoz/signoz.service.d.ts +44 -0
  227. package/dist/src/modules/v4/signoz/signoz.service.js.map +1 -0
  228. package/dist/src/modules/v4/slack/notion-ticket.service.d.ts +24 -0
  229. package/dist/src/modules/v4/slack/notion-ticket.service.js.map +1 -0
  230. package/dist/src/modules/v4/{discord/discord.controller.d.ts → slack/slack.controller.d.ts} +27 -2
  231. package/dist/src/modules/v4/slack/slack.controller.js.map +1 -0
  232. package/dist/src/modules/v4/slack/slack.model.d.ts +105 -0
  233. package/dist/src/modules/v4/slack/slack.model.js.map +1 -0
  234. package/dist/src/modules/v4/slack/slack.service.d.ts +36 -0
  235. package/dist/src/modules/v4/slack/slack.service.js.map +1 -0
  236. package/dist/src/modules/v4/slack/urgent-ticket.service.d.ts +43 -0
  237. package/dist/src/modules/v4/slack/urgent-ticket.service.js.map +1 -0
  238. package/dist/src/modules/v4/token/token.controller.d.ts +18 -0
  239. package/dist/src/modules/v4/token/token.model.d.ts +2 -0
  240. package/dist/src/modules/v4/token/token.repository.d.ts +15 -0
  241. package/dist/src/modules/v4/token/token.repository.js.map +1 -1
  242. package/dist/src/modules/v4/token/token.service.d.ts +7 -8
  243. package/dist/src/modules/v4/token/token.service.js.map +1 -1
  244. package/dist/src/modules/v4/transaction/transaction.service.d.ts +740 -8
  245. package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +20 -2
  246. package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +10 -1
  247. package/dist/src/modules/v4/uniswap/uniswap.service.js.map +1 -1
  248. package/dist/src/modules/v4/user/user.controller.d.ts +57 -3
  249. package/dist/src/modules/v4/user/user.controller.js.map +1 -1
  250. package/dist/src/modules/v4/user/user.model.d.ts +15 -1
  251. package/dist/src/modules/v4/user/user.model.js.map +1 -1
  252. package/dist/src/modules/v4/user/user.service.d.ts +13 -1
  253. package/dist/src/modules/v4/user/user.service.js.map +1 -1
  254. package/dist/src/routes/v1/router.d.ts +0 -26
  255. package/dist/src/routes/v1/router.js.map +1 -1
  256. package/dist/src/routes/v3/app.d.ts +0 -8
  257. package/dist/src/routes/v3/app.js.map +1 -1
  258. package/dist/src/routes/v3/router.d.ts +0 -4
  259. package/dist/src/scripts/backfill-leafbreakdown-opportunities.d.ts +1 -0
  260. package/dist/src/scripts/backfill-leafbreakdown-opportunities.js.map +1 -0
  261. package/dist/src/scripts/catchup-claim-etl.js.map +1 -1
  262. package/dist/src/scripts/cleanup-empty-leaves.js.map +1 -1
  263. package/dist/src/scripts/seed-overrides.js.map +1 -1
  264. package/dist/src/utils/eulerVerified.d.ts +8 -0
  265. package/dist/src/utils/eulerVerified.js.map +1 -0
  266. package/dist/src/utils/getAPR.d.ts +370 -4
  267. package/dist/src/utils/parseDistributionType.d.ts +370 -4
  268. package/dist/tsconfig.tsbuildinfo +1 -1
  269. package/package.json +1 -1
  270. package/dist/src/modules/v4/discord/discord.controller.js.map +0 -1
  271. package/dist/src/modules/v4/discord/discord.model.d.ts +0 -14
  272. package/dist/src/modules/v4/discord/discord.model.js.map +0 -1
  273. package/dist/src/modules/v4/discord/discord.service.d.ts +0 -8
  274. package/dist/src/modules/v4/discord/discord.service.js.map +0 -1
  275. package/dist/src/modules/v4/override/override.repository.d.ts +0 -34
  276. package/dist/src/modules/v4/override/override.repository.js.map +0 -1
  277. package/dist/src/routes/v1/prices.d.ts +0 -85
  278. package/dist/src/routes/v1/prices.js.map +0 -1
  279. package/dist/src/utils/pricer.d.ts +0 -57
  280. package/dist/src/utils/pricer.js.map +0 -1
  281. package/dist/src/utils/prices/chainlinkRead.d.ts +0 -4
  282. package/dist/src/utils/prices/chainlinkRead.js.map +0 -1
  283. package/dist/src/utils/prices/curveVirtualPrice.d.ts +0 -4
  284. package/dist/src/utils/prices/curveVirtualPrice.js.map +0 -1
  285. package/dist/src/utils/prices/getDQUICK.d.ts +0 -4
  286. package/dist/src/utils/prices/getDQUICK.js.map +0 -1
  287. package/dist/src/utils/prices/priceService.d.ts +0 -13
  288. package/dist/src/utils/prices/priceService.js.map +0 -1
  289. package/dist/src/utils/prices/uniV2Price.d.ts +0 -4
  290. package/dist/src/utils/prices/uniV2Price.js.map +0 -1
@@ -335,6 +335,166 @@ declare const app: Elysia<"", {
335
335
  };
336
336
  };
337
337
  };
338
+ } & {
339
+ accounting: {
340
+ unclaimed: {
341
+ post: {
342
+ body: {
343
+ chainId: number;
344
+ amountUSD: number;
345
+ timestamp?: number | undefined;
346
+ };
347
+ params: {};
348
+ query: unknown;
349
+ headers: {
350
+ authorization: string;
351
+ };
352
+ response: {
353
+ 200: {
354
+ id: string;
355
+ chainId: number;
356
+ fromTokenId: string;
357
+ toTokenId: string;
358
+ multisig: string;
359
+ recipient: string;
360
+ amountIn: string;
361
+ amountOut: string;
362
+ datetime: Date;
363
+ timestamp: number;
364
+ };
365
+ 422: {
366
+ type: "validation";
367
+ on: string;
368
+ summary?: string | undefined;
369
+ message?: string | undefined;
370
+ found?: unknown;
371
+ property?: string | undefined;
372
+ expected?: string | undefined;
373
+ };
374
+ };
375
+ };
376
+ };
377
+ };
378
+ } & {
379
+ accounting: {
380
+ unclaimed: {
381
+ get: {
382
+ body: unknown;
383
+ params: {};
384
+ query: unknown;
385
+ headers: {
386
+ authorization: string;
387
+ };
388
+ response: {
389
+ 200: {
390
+ total: number;
391
+ breakdown: {
392
+ [key: number]: {
393
+ chainAmount: number;
394
+ percentage: number;
395
+ };
396
+ };
397
+ };
398
+ 422: {
399
+ type: "validation";
400
+ on: string;
401
+ summary?: string | undefined;
402
+ message?: string | undefined;
403
+ found?: unknown;
404
+ property?: string | undefined;
405
+ expected?: string | undefined;
406
+ };
407
+ };
408
+ };
409
+ };
410
+ };
411
+ } & {
412
+ accounting: {
413
+ unclaimed: {
414
+ "per-month": {
415
+ ":year": {
416
+ ":month": {
417
+ get: {
418
+ body: unknown;
419
+ params: {
420
+ month: number;
421
+ year: number;
422
+ };
423
+ query: unknown;
424
+ headers: {
425
+ authorization: string;
426
+ };
427
+ response: {
428
+ 200: {
429
+ total: number;
430
+ breakdown: {
431
+ [key: number]: {
432
+ chainAmount: number;
433
+ percentage: number;
434
+ };
435
+ };
436
+ from: string;
437
+ to: string;
438
+ };
439
+ 422: {
440
+ type: "validation";
441
+ on: string;
442
+ summary?: string | undefined;
443
+ message?: string | undefined;
444
+ found?: unknown;
445
+ property?: string | undefined;
446
+ expected?: string | undefined;
447
+ };
448
+ };
449
+ };
450
+ };
451
+ };
452
+ };
453
+ };
454
+ };
455
+ } & {
456
+ accounting: {
457
+ unclaimed: {
458
+ chains: {
459
+ ":chainId": {
460
+ "per-month": {
461
+ ":year": {
462
+ ":month": {
463
+ get: {
464
+ body: unknown;
465
+ params: {
466
+ chainId: number;
467
+ month: number;
468
+ year: number;
469
+ };
470
+ query: unknown;
471
+ headers: {
472
+ authorization: string;
473
+ };
474
+ response: {
475
+ 200: {
476
+ totalAmount: number;
477
+ from: string;
478
+ to: string;
479
+ };
480
+ 422: {
481
+ type: "validation";
482
+ on: string;
483
+ summary?: string | undefined;
484
+ message?: string | undefined;
485
+ found?: unknown;
486
+ property?: string | undefined;
487
+ expected?: string | undefined;
488
+ };
489
+ };
490
+ };
491
+ };
492
+ };
493
+ };
494
+ };
495
+ };
496
+ };
497
+ };
338
498
  } & {
339
499
  developer: {
340
500
  keys: {};
@@ -531,7 +691,7 @@ declare const app: Elysia<"", {
531
691
  };
532
692
  };
533
693
  } & {
534
- discord: {
694
+ slack: {
535
695
  engine: {
536
696
  "campaign-creation-failure": {
537
697
  post: {
@@ -564,6 +724,31 @@ declare const app: Elysia<"", {
564
724
  };
565
725
  };
566
726
  };
727
+ } & {
728
+ slack: {
729
+ interactivity: {
730
+ post: {
731
+ body: string;
732
+ params: {};
733
+ query: unknown;
734
+ headers: unknown;
735
+ response: {
736
+ 200: Record<string, unknown> | {
737
+ ok: boolean;
738
+ };
739
+ 422: {
740
+ type: "validation";
741
+ on: string;
742
+ summary?: string | undefined;
743
+ message?: string | undefined;
744
+ found?: unknown;
745
+ property?: string | undefined;
746
+ expected?: string | undefined;
747
+ };
748
+ };
749
+ };
750
+ };
751
+ };
567
752
  } & {
568
753
  apr: {
569
754
  native: {
@@ -838,6 +1023,8 @@ declare const app: Elysia<"", {
838
1023
  price: number | null;
839
1024
  updatedAt: number | null;
840
1025
  priceSource: string | null;
1026
+ priceAlertDismissedAt: number | null;
1027
+ priceAlertCount: number;
841
1028
  } | null;
842
1029
  User: {
843
1030
  address: string;
@@ -941,6 +1128,8 @@ declare const app: Elysia<"", {
941
1128
  price: number | null;
942
1129
  updatedAt: number | null;
943
1130
  priceSource: string | null;
1131
+ priceAlertDismissedAt: number | null;
1132
+ priceAlertCount: number;
944
1133
  } | null;
945
1134
  User: {
946
1135
  address: string;
@@ -1537,6 +1726,8 @@ declare const app: Elysia<"", {
1537
1726
  priceSource?: string | null | undefined;
1538
1727
  displaySymbol?: string | undefined;
1539
1728
  underlyingTokenId?: string | undefined;
1729
+ priceAlertDismissedAt?: number | undefined;
1730
+ priceAlertCount?: number | undefined;
1540
1731
  }[];
1541
1732
  chain: {
1542
1733
  id: number;
@@ -1549,7 +1740,7 @@ declare const app: Elysia<"", {
1549
1740
  url: string;
1550
1741
  chainId: number;
1551
1742
  }[] | undefined;
1552
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
1743
+ lastClaimsOnchainFetchTimestamp: string | null;
1553
1744
  };
1554
1745
  protocol: {
1555
1746
  id: string;
@@ -1675,7 +1866,7 @@ declare const app: Elysia<"", {
1675
1866
  url: string;
1676
1867
  chainId: number;
1677
1868
  }[] | undefined;
1678
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
1869
+ lastClaimsOnchainFetchTimestamp: string | null;
1679
1870
  };
1680
1871
  rewardTokenId?: string | undefined;
1681
1872
  rewardToken: {
@@ -1695,6 +1886,8 @@ declare const app: Elysia<"", {
1695
1886
  priceSource?: string | null | undefined;
1696
1887
  displaySymbol?: string | undefined;
1697
1888
  underlyingTokenId?: string | undefined;
1889
+ priceAlertDismissedAt?: number | undefined;
1890
+ priceAlertCount?: number | undefined;
1698
1891
  };
1699
1892
  opportunityId?: string | undefined;
1700
1893
  distributionChain?: {
@@ -1708,7 +1901,7 @@ declare const app: Elysia<"", {
1708
1901
  url: string;
1709
1902
  chainId: number;
1710
1903
  }[] | undefined;
1711
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
1904
+ lastClaimsOnchainFetchTimestamp: string | null;
1712
1905
  } | undefined;
1713
1906
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
1714
1907
  campaignStatus: {
@@ -1729,6 +1922,7 @@ declare const app: Elysia<"", {
1729
1922
  dailyRewardsBreakdown?: {
1730
1923
  campaignId: string;
1731
1924
  value: number;
1925
+ maxValue?: number | undefined;
1732
1926
  timestamp: string | bigint;
1733
1927
  token: {
1734
1928
  id: string;
@@ -1747,6 +1941,8 @@ declare const app: Elysia<"", {
1747
1941
  priceSource?: string | null | undefined;
1748
1942
  displaySymbol?: string | undefined;
1749
1943
  underlyingTokenId?: string | undefined;
1944
+ priceAlertDismissedAt?: number | undefined;
1945
+ priceAlertCount?: number | undefined;
1750
1946
  };
1751
1947
  amount: string | bigint;
1752
1948
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1819,7 +2015,7 @@ declare const app: Elysia<"", {
1819
2015
  url: string;
1820
2016
  chainId: number;
1821
2017
  }[] | undefined;
1822
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
2018
+ lastClaimsOnchainFetchTimestamp: string | null;
1823
2019
  };
1824
2020
  childCampaignIds?: string[] | undefined;
1825
2021
  computeChainId: number;
@@ -1834,6 +2030,7 @@ declare const app: Elysia<"", {
1834
2030
  dailyRewardsBreakdown?: {
1835
2031
  campaignId: string;
1836
2032
  value: number;
2033
+ maxValue?: number | undefined;
1837
2034
  timestamp: string | bigint;
1838
2035
  token: {
1839
2036
  id: string;
@@ -1852,6 +2049,8 @@ declare const app: Elysia<"", {
1852
2049
  priceSource?: string | null | undefined;
1853
2050
  displaySymbol?: string | undefined;
1854
2051
  underlyingTokenId?: string | undefined;
2052
+ priceAlertDismissedAt?: number | undefined;
2053
+ priceAlertCount?: number | undefined;
1855
2054
  };
1856
2055
  amount: string | bigint;
1857
2056
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1869,7 +2068,7 @@ declare const app: Elysia<"", {
1869
2068
  url: string;
1870
2069
  chainId: number;
1871
2070
  }[] | undefined;
1872
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
2071
+ lastClaimsOnchainFetchTimestamp: string | null;
1873
2072
  } | undefined;
1874
2073
  distributionChainId: number;
1875
2074
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -1899,6 +2098,8 @@ declare const app: Elysia<"", {
1899
2098
  priceSource?: string | null | undefined;
1900
2099
  displaySymbol?: string | undefined;
1901
2100
  underlyingTokenId?: string | undefined;
2101
+ priceAlertDismissedAt?: number | undefined;
2102
+ priceAlertCount?: number | undefined;
1902
2103
  };
1903
2104
  rewardTokenId?: string | undefined;
1904
2105
  rootCampaignId?: string | null | undefined;
@@ -2121,6 +2322,8 @@ declare const app: Elysia<"", {
2121
2322
  priceSource?: string | null | undefined;
2122
2323
  displaySymbol?: string | undefined;
2123
2324
  underlyingTokenId?: string | undefined;
2325
+ priceAlertDismissedAt?: number | undefined;
2326
+ priceAlertCount?: number | undefined;
2124
2327
  }[];
2125
2328
  chain: {
2126
2329
  id: number;
@@ -2133,7 +2336,7 @@ declare const app: Elysia<"", {
2133
2336
  url: string;
2134
2337
  chainId: number;
2135
2338
  }[] | undefined;
2136
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
2339
+ lastClaimsOnchainFetchTimestamp: string | null;
2137
2340
  };
2138
2341
  activePrograms: {
2139
2342
  id: string;
@@ -2190,6 +2393,8 @@ declare const app: Elysia<"", {
2190
2393
  priceSource?: string | null | undefined;
2191
2394
  displaySymbol?: string | undefined;
2192
2395
  underlyingTokenId?: string | undefined;
2396
+ priceAlertDismissedAt?: number | undefined;
2397
+ priceAlertCount?: number | undefined;
2193
2398
  } | undefined;
2194
2399
  } | undefined;
2195
2400
  tvlRecord?: {
@@ -2207,6 +2412,7 @@ declare const app: Elysia<"", {
2207
2412
  breakdowns: {
2208
2413
  campaignId: string;
2209
2414
  value: number;
2415
+ maxValue?: number | undefined;
2210
2416
  timestamp: string | bigint;
2211
2417
  token: {
2212
2418
  id: string;
@@ -2225,6 +2431,8 @@ declare const app: Elysia<"", {
2225
2431
  priceSource?: string | null | undefined;
2226
2432
  displaySymbol?: string | undefined;
2227
2433
  underlyingTokenId?: string | undefined;
2434
+ priceAlertDismissedAt?: number | undefined;
2435
+ priceAlertCount?: number | undefined;
2228
2436
  };
2229
2437
  amount: string | bigint;
2230
2438
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -2263,7 +2471,7 @@ declare const app: Elysia<"", {
2263
2471
  url: string;
2264
2472
  chainId: number;
2265
2473
  }[] | undefined;
2266
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
2474
+ lastClaimsOnchainFetchTimestamp: string | null;
2267
2475
  };
2268
2476
  rewardTokenId?: string | undefined;
2269
2477
  rewardToken: {
@@ -2283,6 +2491,8 @@ declare const app: Elysia<"", {
2283
2491
  priceSource?: string | null | undefined;
2284
2492
  displaySymbol?: string | undefined;
2285
2493
  underlyingTokenId?: string | undefined;
2494
+ priceAlertDismissedAt?: number | undefined;
2495
+ priceAlertCount?: number | undefined;
2286
2496
  };
2287
2497
  opportunityId?: string | undefined;
2288
2498
  distributionChain?: {
@@ -2296,7 +2506,7 @@ declare const app: Elysia<"", {
2296
2506
  url: string;
2297
2507
  chainId: number;
2298
2508
  }[] | undefined;
2299
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
2509
+ lastClaimsOnchainFetchTimestamp: string | null;
2300
2510
  } | undefined;
2301
2511
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
2302
2512
  campaignStatus: {
@@ -2317,6 +2527,7 @@ declare const app: Elysia<"", {
2317
2527
  dailyRewardsBreakdown?: {
2318
2528
  campaignId: string;
2319
2529
  value: number;
2530
+ maxValue?: number | undefined;
2320
2531
  timestamp: string | bigint;
2321
2532
  token: {
2322
2533
  id: string;
@@ -2335,6 +2546,8 @@ declare const app: Elysia<"", {
2335
2546
  priceSource?: string | null | undefined;
2336
2547
  displaySymbol?: string | undefined;
2337
2548
  underlyingTokenId?: string | undefined;
2549
+ priceAlertDismissedAt?: number | undefined;
2550
+ priceAlertCount?: number | undefined;
2338
2551
  };
2339
2552
  amount: string | bigint;
2340
2553
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -2403,6 +2616,8 @@ declare const app: Elysia<"", {
2403
2616
  priceSource?: string | null | undefined;
2404
2617
  displaySymbol?: string | undefined;
2405
2618
  underlyingTokenId?: string | undefined;
2619
+ priceAlertDismissedAt?: number | undefined;
2620
+ priceAlertCount?: number | undefined;
2406
2621
  }[];
2407
2622
  chain: {
2408
2623
  id: number;
@@ -2415,7 +2630,7 @@ declare const app: Elysia<"", {
2415
2630
  url: string;
2416
2631
  chainId: number;
2417
2632
  }[] | undefined;
2418
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
2633
+ lastClaimsOnchainFetchTimestamp: string | null;
2419
2634
  };
2420
2635
  activePrograms: {
2421
2636
  id: string;
@@ -2472,6 +2687,8 @@ declare const app: Elysia<"", {
2472
2687
  priceSource?: string | null | undefined;
2473
2688
  displaySymbol?: string | undefined;
2474
2689
  underlyingTokenId?: string | undefined;
2690
+ priceAlertDismissedAt?: number | undefined;
2691
+ priceAlertCount?: number | undefined;
2475
2692
  } | undefined;
2476
2693
  } | undefined;
2477
2694
  tvlRecord?: {
@@ -2489,6 +2706,7 @@ declare const app: Elysia<"", {
2489
2706
  breakdowns: {
2490
2707
  campaignId: string;
2491
2708
  value: number;
2709
+ maxValue?: number | undefined;
2492
2710
  timestamp: string | bigint;
2493
2711
  token: {
2494
2712
  id: string;
@@ -2507,6 +2725,8 @@ declare const app: Elysia<"", {
2507
2725
  priceSource?: string | null | undefined;
2508
2726
  displaySymbol?: string | undefined;
2509
2727
  underlyingTokenId?: string | undefined;
2728
+ priceAlertDismissedAt?: number | undefined;
2729
+ priceAlertCount?: number | undefined;
2510
2730
  };
2511
2731
  amount: string | bigint;
2512
2732
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -2545,7 +2765,7 @@ declare const app: Elysia<"", {
2545
2765
  url: string;
2546
2766
  chainId: number;
2547
2767
  }[] | undefined;
2548
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
2768
+ lastClaimsOnchainFetchTimestamp: string | null;
2549
2769
  };
2550
2770
  rewardTokenId?: string | undefined;
2551
2771
  rewardToken: {
@@ -2565,6 +2785,8 @@ declare const app: Elysia<"", {
2565
2785
  priceSource?: string | null | undefined;
2566
2786
  displaySymbol?: string | undefined;
2567
2787
  underlyingTokenId?: string | undefined;
2788
+ priceAlertDismissedAt?: number | undefined;
2789
+ priceAlertCount?: number | undefined;
2568
2790
  };
2569
2791
  opportunityId?: string | undefined;
2570
2792
  distributionChain?: {
@@ -2578,7 +2800,7 @@ declare const app: Elysia<"", {
2578
2800
  url: string;
2579
2801
  chainId: number;
2580
2802
  }[] | undefined;
2581
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
2803
+ lastClaimsOnchainFetchTimestamp: string | null;
2582
2804
  } | undefined;
2583
2805
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
2584
2806
  campaignStatus: {
@@ -2599,6 +2821,7 @@ declare const app: Elysia<"", {
2599
2821
  dailyRewardsBreakdown?: {
2600
2822
  campaignId: string;
2601
2823
  value: number;
2824
+ maxValue?: number | undefined;
2602
2825
  timestamp: string | bigint;
2603
2826
  token: {
2604
2827
  id: string;
@@ -2617,6 +2840,8 @@ declare const app: Elysia<"", {
2617
2840
  priceSource?: string | null | undefined;
2618
2841
  displaySymbol?: string | undefined;
2619
2842
  underlyingTokenId?: string | undefined;
2843
+ priceAlertDismissedAt?: number | undefined;
2844
+ priceAlertCount?: number | undefined;
2620
2845
  };
2621
2846
  amount: string | bigint;
2622
2847
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -2685,6 +2910,8 @@ declare const app: Elysia<"", {
2685
2910
  priceSource?: string | null | undefined;
2686
2911
  displaySymbol?: string | undefined;
2687
2912
  underlyingTokenId?: string | undefined;
2913
+ priceAlertDismissedAt?: number | undefined;
2914
+ priceAlertCount?: number | undefined;
2688
2915
  }[];
2689
2916
  chain: {
2690
2917
  id: number;
@@ -2697,7 +2924,7 @@ declare const app: Elysia<"", {
2697
2924
  url: string;
2698
2925
  chainId: number;
2699
2926
  }[] | undefined;
2700
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
2927
+ lastClaimsOnchainFetchTimestamp: string | null;
2701
2928
  };
2702
2929
  activePrograms: {
2703
2930
  id: string;
@@ -2754,6 +2981,8 @@ declare const app: Elysia<"", {
2754
2981
  priceSource?: string | null | undefined;
2755
2982
  displaySymbol?: string | undefined;
2756
2983
  underlyingTokenId?: string | undefined;
2984
+ priceAlertDismissedAt?: number | undefined;
2985
+ priceAlertCount?: number | undefined;
2757
2986
  } | undefined;
2758
2987
  } | undefined;
2759
2988
  tvlRecord?: {
@@ -2771,6 +3000,7 @@ declare const app: Elysia<"", {
2771
3000
  breakdowns: {
2772
3001
  campaignId: string;
2773
3002
  value: number;
3003
+ maxValue?: number | undefined;
2774
3004
  timestamp: string | bigint;
2775
3005
  token: {
2776
3006
  id: string;
@@ -2789,6 +3019,8 @@ declare const app: Elysia<"", {
2789
3019
  priceSource?: string | null | undefined;
2790
3020
  displaySymbol?: string | undefined;
2791
3021
  underlyingTokenId?: string | undefined;
3022
+ priceAlertDismissedAt?: number | undefined;
3023
+ priceAlertCount?: number | undefined;
2792
3024
  };
2793
3025
  amount: string | bigint;
2794
3026
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -2827,7 +3059,7 @@ declare const app: Elysia<"", {
2827
3059
  url: string;
2828
3060
  chainId: number;
2829
3061
  }[] | undefined;
2830
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
3062
+ lastClaimsOnchainFetchTimestamp: string | null;
2831
3063
  };
2832
3064
  rewardTokenId?: string | undefined;
2833
3065
  rewardToken: {
@@ -2847,6 +3079,8 @@ declare const app: Elysia<"", {
2847
3079
  priceSource?: string | null | undefined;
2848
3080
  displaySymbol?: string | undefined;
2849
3081
  underlyingTokenId?: string | undefined;
3082
+ priceAlertDismissedAt?: number | undefined;
3083
+ priceAlertCount?: number | undefined;
2850
3084
  };
2851
3085
  opportunityId?: string | undefined;
2852
3086
  distributionChain?: {
@@ -2860,7 +3094,7 @@ declare const app: Elysia<"", {
2860
3094
  url: string;
2861
3095
  chainId: number;
2862
3096
  }[] | undefined;
2863
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
3097
+ lastClaimsOnchainFetchTimestamp: string | null;
2864
3098
  } | undefined;
2865
3099
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
2866
3100
  campaignStatus: {
@@ -2881,6 +3115,7 @@ declare const app: Elysia<"", {
2881
3115
  dailyRewardsBreakdown?: {
2882
3116
  campaignId: string;
2883
3117
  value: number;
3118
+ maxValue?: number | undefined;
2884
3119
  timestamp: string | bigint;
2885
3120
  token: {
2886
3121
  id: string;
@@ -2899,6 +3134,8 @@ declare const app: Elysia<"", {
2899
3134
  priceSource?: string | null | undefined;
2900
3135
  displaySymbol?: string | undefined;
2901
3136
  underlyingTokenId?: string | undefined;
3137
+ priceAlertDismissedAt?: number | undefined;
3138
+ priceAlertCount?: number | undefined;
2902
3139
  };
2903
3140
  amount: string | bigint;
2904
3141
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -3109,6 +3346,7 @@ declare const app: Elysia<"", {
3109
3346
  tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
3110
3347
  point?: boolean | undefined;
3111
3348
  opportunityId?: string | undefined;
3349
+ opportunityIds?: string[] | undefined;
3112
3350
  status?: string | undefined;
3113
3351
  startTimestamp?: string | undefined;
3114
3352
  endTimestamp?: string | undefined;
@@ -3155,7 +3393,7 @@ declare const app: Elysia<"", {
3155
3393
  url: string;
3156
3394
  chainId: number;
3157
3395
  }[] | undefined;
3158
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
3396
+ lastClaimsOnchainFetchTimestamp: string | null;
3159
3397
  };
3160
3398
  rewardTokenId?: string | undefined;
3161
3399
  rewardToken: {
@@ -3175,6 +3413,8 @@ declare const app: Elysia<"", {
3175
3413
  priceSource?: string | null | undefined;
3176
3414
  displaySymbol?: string | undefined;
3177
3415
  underlyingTokenId?: string | undefined;
3416
+ priceAlertDismissedAt?: number | undefined;
3417
+ priceAlertCount?: number | undefined;
3178
3418
  };
3179
3419
  opportunityId?: string | undefined;
3180
3420
  distributionChain?: {
@@ -3188,7 +3428,7 @@ declare const app: Elysia<"", {
3188
3428
  url: string;
3189
3429
  chainId: number;
3190
3430
  }[] | undefined;
3191
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
3431
+ lastClaimsOnchainFetchTimestamp: string | null;
3192
3432
  } | undefined;
3193
3433
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
3194
3434
  campaignStatus: {
@@ -3209,6 +3449,7 @@ declare const app: Elysia<"", {
3209
3449
  dailyRewardsBreakdown?: {
3210
3450
  campaignId: string;
3211
3451
  value: number;
3452
+ maxValue?: number | undefined;
3212
3453
  timestamp: string | bigint;
3213
3454
  token: {
3214
3455
  id: string;
@@ -3227,6 +3468,8 @@ declare const app: Elysia<"", {
3227
3468
  priceSource?: string | null | undefined;
3228
3469
  displaySymbol?: string | undefined;
3229
3470
  underlyingTokenId?: string | undefined;
3471
+ priceAlertDismissedAt?: number | undefined;
3472
+ priceAlertCount?: number | undefined;
3230
3473
  };
3231
3474
  amount: string | bigint;
3232
3475
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -3299,7 +3542,7 @@ declare const app: Elysia<"", {
3299
3542
  url: string;
3300
3543
  chainId: number;
3301
3544
  }[] | undefined;
3302
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
3545
+ lastClaimsOnchainFetchTimestamp: string | null;
3303
3546
  };
3304
3547
  childCampaignIds?: string[] | undefined;
3305
3548
  computeChainId: number;
@@ -3314,6 +3557,7 @@ declare const app: Elysia<"", {
3314
3557
  dailyRewardsBreakdown?: {
3315
3558
  campaignId: string;
3316
3559
  value: number;
3560
+ maxValue?: number | undefined;
3317
3561
  timestamp: string | bigint;
3318
3562
  token: {
3319
3563
  id: string;
@@ -3332,6 +3576,8 @@ declare const app: Elysia<"", {
3332
3576
  priceSource?: string | null | undefined;
3333
3577
  displaySymbol?: string | undefined;
3334
3578
  underlyingTokenId?: string | undefined;
3579
+ priceAlertDismissedAt?: number | undefined;
3580
+ priceAlertCount?: number | undefined;
3335
3581
  };
3336
3582
  amount: string | bigint;
3337
3583
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -3349,7 +3595,7 @@ declare const app: Elysia<"", {
3349
3595
  url: string;
3350
3596
  chainId: number;
3351
3597
  }[] | undefined;
3352
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
3598
+ lastClaimsOnchainFetchTimestamp: string | null;
3353
3599
  } | undefined;
3354
3600
  distributionChainId: number;
3355
3601
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -3379,6 +3625,8 @@ declare const app: Elysia<"", {
3379
3625
  priceSource?: string | null | undefined;
3380
3626
  displaySymbol?: string | undefined;
3381
3627
  underlyingTokenId?: string | undefined;
3628
+ priceAlertDismissedAt?: number | undefined;
3629
+ priceAlertCount?: number | undefined;
3382
3630
  };
3383
3631
  rewardTokenId?: string | undefined;
3384
3632
  rootCampaignId?: string | null | undefined;
@@ -3427,6 +3675,7 @@ declare const app: Elysia<"", {
3427
3675
  tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
3428
3676
  point?: boolean | undefined;
3429
3677
  opportunityId?: string | undefined;
3678
+ opportunityIds?: string[] | undefined;
3430
3679
  status?: string | undefined;
3431
3680
  startTimestamp?: string | undefined;
3432
3681
  endTimestamp?: string | undefined;
@@ -3485,6 +3734,7 @@ declare const app: Elysia<"", {
3485
3734
  tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
3486
3735
  point?: boolean | undefined;
3487
3736
  opportunityId?: string | undefined;
3737
+ opportunityIds?: string[] | undefined;
3488
3738
  status?: string | undefined;
3489
3739
  startTimestamp?: string | undefined;
3490
3740
  endTimestamp?: string | undefined;
@@ -3569,6 +3819,7 @@ declare const app: Elysia<"", {
3569
3819
  tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
3570
3820
  point?: boolean | undefined;
3571
3821
  opportunityId?: string | undefined;
3822
+ opportunityIds?: string[] | undefined;
3572
3823
  status?: string | undefined;
3573
3824
  startTimestamp?: string | undefined;
3574
3825
  endTimestamp?: string | undefined;
@@ -3633,6 +3884,7 @@ declare const app: Elysia<"", {
3633
3884
  tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
3634
3885
  point?: boolean | undefined;
3635
3886
  opportunityId?: string | undefined;
3887
+ opportunityIds?: string[] | undefined;
3636
3888
  status?: string | undefined;
3637
3889
  startTimestamp?: string | undefined;
3638
3890
  endTimestamp?: string | undefined;
@@ -3697,6 +3949,7 @@ declare const app: Elysia<"", {
3697
3949
  tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
3698
3950
  point?: boolean | undefined;
3699
3951
  opportunityId?: string | undefined;
3952
+ opportunityIds?: string[] | undefined;
3700
3953
  status?: string | undefined;
3701
3954
  startTimestamp?: string | undefined;
3702
3955
  endTimestamp?: string | undefined;
@@ -3790,6 +4043,8 @@ declare const app: Elysia<"", {
3790
4043
  priceSource?: string | null | undefined;
3791
4044
  displaySymbol?: string | undefined;
3792
4045
  underlyingTokenId?: string | undefined;
4046
+ priceAlertDismissedAt?: number | undefined;
4047
+ priceAlertCount?: number | undefined;
3793
4048
  }[];
3794
4049
  chain: {
3795
4050
  id: number;
@@ -3802,7 +4057,7 @@ declare const app: Elysia<"", {
3802
4057
  url: string;
3803
4058
  chainId: number;
3804
4059
  }[] | undefined;
3805
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
4060
+ lastClaimsOnchainFetchTimestamp: string | null;
3806
4061
  };
3807
4062
  protocol: {
3808
4063
  id: string;
@@ -3983,6 +4238,8 @@ declare const app: Elysia<"", {
3983
4238
  priceSource?: string | null | undefined;
3984
4239
  displaySymbol?: string | undefined;
3985
4240
  underlyingTokenId?: string | undefined;
4241
+ priceAlertDismissedAt?: number | undefined;
4242
+ priceAlertCount?: number | undefined;
3986
4243
  }[];
3987
4244
  chain: {
3988
4245
  id: number;
@@ -3995,7 +4252,7 @@ declare const app: Elysia<"", {
3995
4252
  url: string;
3996
4253
  chainId: number;
3997
4254
  }[] | undefined;
3998
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
4255
+ lastClaimsOnchainFetchTimestamp: string | null;
3999
4256
  };
4000
4257
  protocol: {
4001
4258
  id: string;
@@ -4089,6 +4346,8 @@ declare const app: Elysia<"", {
4089
4346
  breakdowns: ({
4090
4347
  amount: bigint;
4091
4348
  campaignId: string;
4349
+ maxAmount: bigint;
4350
+ maxValue: number;
4092
4351
  timestamp: bigint;
4093
4352
  token: {
4094
4353
  id: string;
@@ -4107,6 +4366,8 @@ declare const app: Elysia<"", {
4107
4366
  priceSource?: string | null | undefined;
4108
4367
  displaySymbol?: string | undefined;
4109
4368
  underlyingTokenId?: string | undefined;
4369
+ priceAlertDismissedAt?: number | undefined;
4370
+ priceAlertCount?: number | undefined;
4110
4371
  };
4111
4372
  value: number;
4112
4373
  } & {
@@ -4145,6 +4406,8 @@ declare const app: Elysia<"", {
4145
4406
  breakdowns: ({
4146
4407
  amount: bigint;
4147
4408
  campaignId: string;
4409
+ maxAmount: bigint;
4410
+ maxValue: number;
4148
4411
  timestamp: bigint;
4149
4412
  token: {
4150
4413
  id: string;
@@ -4163,6 +4426,8 @@ declare const app: Elysia<"", {
4163
4426
  priceSource?: string | null | undefined;
4164
4427
  displaySymbol?: string | undefined;
4165
4428
  underlyingTokenId?: string | undefined;
4429
+ priceAlertDismissedAt?: number | undefined;
4430
+ priceAlertCount?: number | undefined;
4166
4431
  };
4167
4432
  value: number;
4168
4433
  } & {
@@ -4646,6 +4911,8 @@ declare const app: Elysia<"", {
4646
4911
  priceSource?: string | null | undefined;
4647
4912
  displaySymbol?: string | undefined;
4648
4913
  underlyingTokenId?: string | undefined;
4914
+ priceAlertDismissedAt?: number | undefined;
4915
+ priceAlertCount?: number | undefined;
4649
4916
  };
4650
4917
  }>;
4651
4918
  } | undefined;
@@ -4669,6 +4936,8 @@ declare const app: Elysia<"", {
4669
4936
  priceSource?: string | null | undefined;
4670
4937
  displaySymbol?: string | undefined;
4671
4938
  underlyingTokenId?: string | undefined;
4939
+ priceAlertDismissedAt?: number | undefined;
4940
+ priceAlertCount?: number | undefined;
4672
4941
  };
4673
4942
  value: number;
4674
4943
  }>;
@@ -4848,6 +5117,8 @@ declare const app: Elysia<"", {
4848
5117
  price: number | null;
4849
5118
  updatedAt: number | null;
4850
5119
  priceSource: string | null;
5120
+ priceAlertDismissedAt: number | null;
5121
+ priceAlertCount: number;
4851
5122
  };
4852
5123
  amount: string;
4853
5124
  campaignId: string;
@@ -4858,6 +5129,7 @@ declare const app: Elysia<"", {
4858
5129
  } & {
4859
5130
  id: string;
4860
5131
  value: number;
5132
+ maxValue: number;
4861
5133
  timestamp: bigint;
4862
5134
  campaignId: string;
4863
5135
  dailyRewardsRecordId: string;
@@ -4906,6 +5178,8 @@ declare const app: Elysia<"", {
4906
5178
  price: number | null;
4907
5179
  updatedAt: number | null;
4908
5180
  priceSource: string | null;
5181
+ priceAlertDismissedAt: number | null;
5182
+ priceAlertCount: number;
4909
5183
  } | null;
4910
5184
  } & {
4911
5185
  id: string;
@@ -4934,6 +5208,8 @@ declare const app: Elysia<"", {
4934
5208
  price: number | null;
4935
5209
  updatedAt: number | null;
4936
5210
  priceSource: string | null;
5211
+ priceAlertDismissedAt: number | null;
5212
+ priceAlertCount: number;
4937
5213
  }[];
4938
5214
  TvlRecords: ({
4939
5215
  TvlBreakdown: {
@@ -5034,6 +5310,8 @@ declare const app: Elysia<"", {
5034
5310
  breakdowns: ({
5035
5311
  amount: bigint;
5036
5312
  campaignId: string;
5313
+ maxAmount: bigint;
5314
+ maxValue: number;
5037
5315
  timestamp: bigint;
5038
5316
  token: {
5039
5317
  id: string;
@@ -5052,6 +5330,8 @@ declare const app: Elysia<"", {
5052
5330
  priceSource?: string | null | undefined;
5053
5331
  displaySymbol?: string | undefined;
5054
5332
  underlyingTokenId?: string | undefined;
5333
+ priceAlertDismissedAt?: number | undefined;
5334
+ priceAlertCount?: number | undefined;
5055
5335
  };
5056
5336
  value: number;
5057
5337
  } & {
@@ -5090,6 +5370,8 @@ declare const app: Elysia<"", {
5090
5370
  breakdowns: ({
5091
5371
  amount: bigint;
5092
5372
  campaignId: string;
5373
+ maxAmount: bigint;
5374
+ maxValue: number;
5093
5375
  timestamp: bigint;
5094
5376
  token: {
5095
5377
  id: string;
@@ -5108,6 +5390,8 @@ declare const app: Elysia<"", {
5108
5390
  priceSource?: string | null | undefined;
5109
5391
  displaySymbol?: string | undefined;
5110
5392
  underlyingTokenId?: string | undefined;
5393
+ priceAlertDismissedAt?: number | undefined;
5394
+ priceAlertCount?: number | undefined;
5111
5395
  };
5112
5396
  value: number;
5113
5397
  } & {
@@ -5179,6 +5463,8 @@ declare const app: Elysia<"", {
5179
5463
  breakdowns: ({
5180
5464
  amount: bigint;
5181
5465
  campaignId: string;
5466
+ maxAmount: bigint;
5467
+ maxValue: number;
5182
5468
  timestamp: bigint;
5183
5469
  token: {
5184
5470
  id: string;
@@ -5197,6 +5483,8 @@ declare const app: Elysia<"", {
5197
5483
  priceSource?: string | null | undefined;
5198
5484
  displaySymbol?: string | undefined;
5199
5485
  underlyingTokenId?: string | undefined;
5486
+ priceAlertDismissedAt?: number | undefined;
5487
+ priceAlertCount?: number | undefined;
5200
5488
  };
5201
5489
  value: number;
5202
5490
  } & {
@@ -5235,6 +5523,8 @@ declare const app: Elysia<"", {
5235
5523
  breakdowns: ({
5236
5524
  amount: bigint;
5237
5525
  campaignId: string;
5526
+ maxAmount: bigint;
5527
+ maxValue: number;
5238
5528
  timestamp: bigint;
5239
5529
  token: {
5240
5530
  id: string;
@@ -5253,6 +5543,8 @@ declare const app: Elysia<"", {
5253
5543
  priceSource?: string | null | undefined;
5254
5544
  displaySymbol?: string | undefined;
5255
5545
  underlyingTokenId?: string | undefined;
5546
+ priceAlertDismissedAt?: number | undefined;
5547
+ priceAlertCount?: number | undefined;
5256
5548
  };
5257
5549
  value: number;
5258
5550
  } & {
@@ -5324,6 +5616,8 @@ declare const app: Elysia<"", {
5324
5616
  breakdowns: ({
5325
5617
  amount: bigint;
5326
5618
  campaignId: string;
5619
+ maxAmount: bigint;
5620
+ maxValue: number;
5327
5621
  timestamp: bigint;
5328
5622
  token: {
5329
5623
  id: string;
@@ -5342,6 +5636,8 @@ declare const app: Elysia<"", {
5342
5636
  priceSource?: string | null | undefined;
5343
5637
  displaySymbol?: string | undefined;
5344
5638
  underlyingTokenId?: string | undefined;
5639
+ priceAlertDismissedAt?: number | undefined;
5640
+ priceAlertCount?: number | undefined;
5345
5641
  };
5346
5642
  value: number;
5347
5643
  } & {
@@ -5380,6 +5676,8 @@ declare const app: Elysia<"", {
5380
5676
  breakdowns: ({
5381
5677
  amount: bigint;
5382
5678
  campaignId: string;
5679
+ maxAmount: bigint;
5680
+ maxValue: number;
5383
5681
  timestamp: bigint;
5384
5682
  token: {
5385
5683
  id: string;
@@ -5398,6 +5696,8 @@ declare const app: Elysia<"", {
5398
5696
  priceSource?: string | null | undefined;
5399
5697
  displaySymbol?: string | undefined;
5400
5698
  underlyingTokenId?: string | undefined;
5699
+ priceAlertDismissedAt?: number | undefined;
5700
+ priceAlertCount?: number | undefined;
5401
5701
  };
5402
5702
  value: number;
5403
5703
  } & {
@@ -5465,6 +5765,8 @@ declare const app: Elysia<"", {
5465
5765
  breakdowns: ({
5466
5766
  amount: bigint;
5467
5767
  campaignId: string;
5768
+ maxAmount: bigint;
5769
+ maxValue: number;
5468
5770
  timestamp: bigint;
5469
5771
  token: {
5470
5772
  id: string;
@@ -5483,6 +5785,8 @@ declare const app: Elysia<"", {
5483
5785
  priceSource?: string | null | undefined;
5484
5786
  displaySymbol?: string | undefined;
5485
5787
  underlyingTokenId?: string | undefined;
5788
+ priceAlertDismissedAt?: number | undefined;
5789
+ priceAlertCount?: number | undefined;
5486
5790
  };
5487
5791
  value: number;
5488
5792
  } & {
@@ -5521,6 +5825,8 @@ declare const app: Elysia<"", {
5521
5825
  breakdowns: ({
5522
5826
  amount: bigint;
5523
5827
  campaignId: string;
5828
+ maxAmount: bigint;
5829
+ maxValue: number;
5524
5830
  timestamp: bigint;
5525
5831
  token: {
5526
5832
  id: string;
@@ -5539,6 +5845,8 @@ declare const app: Elysia<"", {
5539
5845
  priceSource?: string | null | undefined;
5540
5846
  displaySymbol?: string | undefined;
5541
5847
  underlyingTokenId?: string | undefined;
5848
+ priceAlertDismissedAt?: number | undefined;
5849
+ priceAlertCount?: number | undefined;
5542
5850
  };
5543
5851
  value: number;
5544
5852
  } & {
@@ -5723,6 +6031,8 @@ declare const app: Elysia<"", {
5723
6031
  price: number | null;
5724
6032
  updatedAt: number | null;
5725
6033
  priceSource: string | null;
6034
+ priceAlertDismissedAt: number | null;
6035
+ priceAlertCount: number;
5726
6036
  };
5727
6037
  amount: string;
5728
6038
  campaignId: string;
@@ -5733,6 +6043,7 @@ declare const app: Elysia<"", {
5733
6043
  } & {
5734
6044
  id: string;
5735
6045
  value: number;
6046
+ maxValue: number;
5736
6047
  timestamp: bigint;
5737
6048
  campaignId: string;
5738
6049
  dailyRewardsRecordId: string;
@@ -5781,6 +6092,8 @@ declare const app: Elysia<"", {
5781
6092
  price: number | null;
5782
6093
  updatedAt: number | null;
5783
6094
  priceSource: string | null;
6095
+ priceAlertDismissedAt: number | null;
6096
+ priceAlertCount: number;
5784
6097
  } | null;
5785
6098
  } & {
5786
6099
  id: string;
@@ -5809,6 +6122,8 @@ declare const app: Elysia<"", {
5809
6122
  price: number | null;
5810
6123
  updatedAt: number | null;
5811
6124
  priceSource: string | null;
6125
+ priceAlertDismissedAt: number | null;
6126
+ priceAlertCount: number;
5812
6127
  }[];
5813
6128
  TvlRecords: ({
5814
6129
  TvlBreakdown: {
@@ -5989,6 +6304,8 @@ declare const app: Elysia<"", {
5989
6304
  price: number | null;
5990
6305
  updatedAt: number | null;
5991
6306
  priceSource: string | null;
6307
+ priceAlertDismissedAt: number | null;
6308
+ priceAlertCount: number;
5992
6309
  };
5993
6310
  amount: string;
5994
6311
  campaignId: string;
@@ -5999,6 +6316,7 @@ declare const app: Elysia<"", {
5999
6316
  } & {
6000
6317
  id: string;
6001
6318
  value: number;
6319
+ maxValue: number;
6002
6320
  timestamp: bigint;
6003
6321
  campaignId: string;
6004
6322
  dailyRewardsRecordId: string;
@@ -6047,6 +6365,8 @@ declare const app: Elysia<"", {
6047
6365
  price: number | null;
6048
6366
  updatedAt: number | null;
6049
6367
  priceSource: string | null;
6368
+ priceAlertDismissedAt: number | null;
6369
+ priceAlertCount: number;
6050
6370
  } | null;
6051
6371
  } & {
6052
6372
  id: string;
@@ -6075,6 +6395,8 @@ declare const app: Elysia<"", {
6075
6395
  price: number | null;
6076
6396
  updatedAt: number | null;
6077
6397
  priceSource: string | null;
6398
+ priceAlertDismissedAt: number | null;
6399
+ priceAlertCount: number;
6078
6400
  }[];
6079
6401
  TvlRecords: ({
6080
6402
  TvlBreakdown: {
@@ -6254,6 +6576,8 @@ declare const app: Elysia<"", {
6254
6576
  price: number | null;
6255
6577
  updatedAt: number | null;
6256
6578
  priceSource: string | null;
6579
+ priceAlertDismissedAt: number | null;
6580
+ priceAlertCount: number;
6257
6581
  };
6258
6582
  amount: string;
6259
6583
  campaignId: string;
@@ -6264,6 +6588,7 @@ declare const app: Elysia<"", {
6264
6588
  } & {
6265
6589
  id: string;
6266
6590
  value: number;
6591
+ maxValue: number;
6267
6592
  timestamp: bigint;
6268
6593
  campaignId: string;
6269
6594
  dailyRewardsRecordId: string;
@@ -6312,6 +6637,8 @@ declare const app: Elysia<"", {
6312
6637
  price: number | null;
6313
6638
  updatedAt: number | null;
6314
6639
  priceSource: string | null;
6640
+ priceAlertDismissedAt: number | null;
6641
+ priceAlertCount: number;
6315
6642
  } | null;
6316
6643
  } & {
6317
6644
  id: string;
@@ -6340,6 +6667,8 @@ declare const app: Elysia<"", {
6340
6667
  price: number | null;
6341
6668
  updatedAt: number | null;
6342
6669
  priceSource: string | null;
6670
+ priceAlertDismissedAt: number | null;
6671
+ priceAlertCount: number;
6343
6672
  }[];
6344
6673
  TvlRecords: ({
6345
6674
  TvlBreakdown: {
@@ -6713,6 +7042,156 @@ declare const app: Elysia<"", {
6713
7042
  };
6714
7043
  };
6715
7044
  };
7045
+ } & {
7046
+ "campaigns-to-process": {
7047
+ engine: {
7048
+ ":chainId": {
7049
+ "billing-precheck": {
7050
+ ":campaignId": {
7051
+ post: {
7052
+ body: Partial<{
7053
+ source?: "compute" | "indexing" | undefined;
7054
+ }> | null;
7055
+ params: {
7056
+ chainId: number;
7057
+ campaignId: string;
7058
+ } & {
7059
+ chainId: number;
7060
+ };
7061
+ query: unknown;
7062
+ headers: {
7063
+ authorization: string;
7064
+ };
7065
+ response: {
7066
+ 200: boolean;
7067
+ 422: {
7068
+ type: "validation";
7069
+ on: string;
7070
+ summary?: string | undefined;
7071
+ message?: string | undefined;
7072
+ found?: unknown;
7073
+ property?: string | undefined;
7074
+ expected?: string | undefined;
7075
+ };
7076
+ };
7077
+ };
7078
+ };
7079
+ };
7080
+ };
7081
+ };
7082
+ };
7083
+ } & {
7084
+ "campaigns-to-process": {
7085
+ engine: {
7086
+ ":chainId": {
7087
+ "needs-indexing": {
7088
+ get: {
7089
+ body: unknown;
7090
+ params: {
7091
+ chainId: number;
7092
+ } & {
7093
+ chainId: number;
7094
+ };
7095
+ query: unknown;
7096
+ headers: {
7097
+ authorization: string;
7098
+ };
7099
+ response: {
7100
+ 200: {
7101
+ campaignId: string;
7102
+ distributionChainId: number;
7103
+ id: string;
7104
+ }[];
7105
+ 422: {
7106
+ type: "validation";
7107
+ on: string;
7108
+ summary?: string | undefined;
7109
+ message?: string | undefined;
7110
+ found?: unknown;
7111
+ property?: string | undefined;
7112
+ expected?: string | undefined;
7113
+ };
7114
+ };
7115
+ };
7116
+ };
7117
+ };
7118
+ };
7119
+ };
7120
+ } & {
7121
+ "campaigns-to-process": {
7122
+ engine: {
7123
+ ":chainId": {
7124
+ "clear-needs-indexing": {
7125
+ ":campaignId": {
7126
+ post: {
7127
+ body: unknown;
7128
+ params: {
7129
+ chainId: number;
7130
+ campaignId: string;
7131
+ } & {
7132
+ chainId: number;
7133
+ };
7134
+ query: unknown;
7135
+ headers: {
7136
+ authorization: string;
7137
+ };
7138
+ response: {
7139
+ 200: boolean;
7140
+ 422: {
7141
+ type: "validation";
7142
+ on: string;
7143
+ summary?: string | undefined;
7144
+ message?: string | undefined;
7145
+ found?: unknown;
7146
+ property?: string | undefined;
7147
+ expected?: string | undefined;
7148
+ };
7149
+ };
7150
+ };
7151
+ };
7152
+ };
7153
+ };
7154
+ };
7155
+ };
7156
+ } & {
7157
+ "campaigns-to-process": {
7158
+ engine: {
7159
+ ":chainId": {
7160
+ "billing-debit": {
7161
+ ":campaignId": {
7162
+ post: {
7163
+ body: {
7164
+ cost: number;
7165
+ runKey?: string | undefined;
7166
+ };
7167
+ params: {
7168
+ chainId: number;
7169
+ campaignId: string;
7170
+ } & {
7171
+ chainId: number;
7172
+ };
7173
+ query: unknown;
7174
+ headers: {
7175
+ authorization: string;
7176
+ };
7177
+ response: {
7178
+ 200: boolean;
7179
+ 422: {
7180
+ type: "validation";
7181
+ on: string;
7182
+ summary?: string | undefined;
7183
+ message?: string | undefined;
7184
+ found?: unknown;
7185
+ property?: string | undefined;
7186
+ expected?: string | undefined;
7187
+ };
7188
+ };
7189
+ };
7190
+ };
7191
+ };
7192
+ };
7193
+ };
7194
+ };
6716
7195
  } & {
6717
7196
  carousels: {
6718
7197
  get: {
@@ -6790,6 +7269,8 @@ declare const app: Elysia<"", {
6790
7269
  priceSource?: string | null | undefined;
6791
7270
  displaySymbol?: string | undefined;
6792
7271
  underlyingTokenId?: string | undefined;
7272
+ priceAlertDismissedAt?: number | undefined;
7273
+ priceAlertCount?: number | undefined;
6793
7274
  }[];
6794
7275
  chain: {
6795
7276
  id: number;
@@ -6802,7 +7283,7 @@ declare const app: Elysia<"", {
6802
7283
  url: string;
6803
7284
  chainId: number;
6804
7285
  }[] | undefined;
6805
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
7286
+ lastClaimsOnchainFetchTimestamp: string | null;
6806
7287
  };
6807
7288
  activePrograms: {
6808
7289
  id: string;
@@ -6859,6 +7340,8 @@ declare const app: Elysia<"", {
6859
7340
  priceSource?: string | null | undefined;
6860
7341
  displaySymbol?: string | undefined;
6861
7342
  underlyingTokenId?: string | undefined;
7343
+ priceAlertDismissedAt?: number | undefined;
7344
+ priceAlertCount?: number | undefined;
6862
7345
  } | undefined;
6863
7346
  } | undefined;
6864
7347
  tvlRecord?: {
@@ -6876,6 +7359,7 @@ declare const app: Elysia<"", {
6876
7359
  breakdowns: {
6877
7360
  campaignId: string;
6878
7361
  value: number;
7362
+ maxValue?: number | undefined;
6879
7363
  timestamp: string | bigint;
6880
7364
  token: {
6881
7365
  id: string;
@@ -6894,6 +7378,8 @@ declare const app: Elysia<"", {
6894
7378
  priceSource?: string | null | undefined;
6895
7379
  displaySymbol?: string | undefined;
6896
7380
  underlyingTokenId?: string | undefined;
7381
+ priceAlertDismissedAt?: number | undefined;
7382
+ priceAlertCount?: number | undefined;
6897
7383
  };
6898
7384
  amount: string | bigint;
6899
7385
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -6966,6 +7452,8 @@ declare const app: Elysia<"", {
6966
7452
  priceSource?: string | null | undefined;
6967
7453
  displaySymbol?: string | undefined;
6968
7454
  underlyingTokenId?: string | undefined;
7455
+ priceAlertDismissedAt?: number | undefined;
7456
+ priceAlertCount?: number | undefined;
6969
7457
  }[];
6970
7458
  chain: {
6971
7459
  id: number;
@@ -6978,7 +7466,7 @@ declare const app: Elysia<"", {
6978
7466
  url: string;
6979
7467
  chainId: number;
6980
7468
  }[] | undefined;
6981
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
7469
+ lastClaimsOnchainFetchTimestamp: string | null;
6982
7470
  };
6983
7471
  activePrograms: {
6984
7472
  id: string;
@@ -7035,6 +7523,8 @@ declare const app: Elysia<"", {
7035
7523
  priceSource?: string | null | undefined;
7036
7524
  displaySymbol?: string | undefined;
7037
7525
  underlyingTokenId?: string | undefined;
7526
+ priceAlertDismissedAt?: number | undefined;
7527
+ priceAlertCount?: number | undefined;
7038
7528
  } | undefined;
7039
7529
  } | undefined;
7040
7530
  tvlRecord?: {
@@ -7052,6 +7542,7 @@ declare const app: Elysia<"", {
7052
7542
  breakdowns: {
7053
7543
  campaignId: string;
7054
7544
  value: number;
7545
+ maxValue?: number | undefined;
7055
7546
  timestamp: string | bigint;
7056
7547
  token: {
7057
7548
  id: string;
@@ -7070,6 +7561,8 @@ declare const app: Elysia<"", {
7070
7561
  priceSource?: string | null | undefined;
7071
7562
  displaySymbol?: string | undefined;
7072
7563
  underlyingTokenId?: string | undefined;
7564
+ priceAlertDismissedAt?: number | undefined;
7565
+ priceAlertCount?: number | undefined;
7073
7566
  };
7074
7567
  amount: string | bigint;
7075
7568
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -7090,7 +7583,7 @@ declare const app: Elysia<"", {
7090
7583
  url: string;
7091
7584
  chainId: number;
7092
7585
  }[] | undefined;
7093
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
7586
+ lastClaimsOnchainFetchTimestamp: string | null;
7094
7587
  } | undefined;
7095
7588
  protocol?: {
7096
7589
  id: string;
@@ -7106,7 +7599,8 @@ declare const app: Elysia<"", {
7106
7599
  opportunityBannerLight: string | null;
7107
7600
  opportunityBannerDark: string | null;
7108
7601
  } | undefined;
7109
- relationType: "CHAIN" | "CUSTOM" | "OPPORTUNITY" | "PROGRAM" | "PROTOCOL";
7602
+ relationType: "ASSET" | "CHAIN" | "CUSTOM" | "OPPORTUNITY" | "PROGRAM" | "PROTOCOL";
7603
+ assetType?: "BTC" | "ETH" | "STABLECOIN" | undefined;
7110
7604
  amount?: string | undefined;
7111
7605
  maxApr?: number | undefined;
7112
7606
  campaignsCount?: number | undefined;
@@ -7200,6 +7694,8 @@ declare const app: Elysia<"", {
7200
7694
  priceSource?: string | null | undefined;
7201
7695
  displaySymbol?: string | undefined;
7202
7696
  underlyingTokenId?: string | undefined;
7697
+ priceAlertDismissedAt?: number | undefined;
7698
+ priceAlertCount?: number | undefined;
7203
7699
  }[];
7204
7700
  chain: {
7205
7701
  id: number;
@@ -7212,7 +7708,7 @@ declare const app: Elysia<"", {
7212
7708
  url: string;
7213
7709
  chainId: number;
7214
7710
  }[] | undefined;
7215
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
7711
+ lastClaimsOnchainFetchTimestamp: string | null;
7216
7712
  };
7217
7713
  activePrograms: {
7218
7714
  id: string;
@@ -7269,6 +7765,8 @@ declare const app: Elysia<"", {
7269
7765
  priceSource?: string | null | undefined;
7270
7766
  displaySymbol?: string | undefined;
7271
7767
  underlyingTokenId?: string | undefined;
7768
+ priceAlertDismissedAt?: number | undefined;
7769
+ priceAlertCount?: number | undefined;
7272
7770
  } | undefined;
7273
7771
  } | undefined;
7274
7772
  tvlRecord?: {
@@ -7286,6 +7784,7 @@ declare const app: Elysia<"", {
7286
7784
  breakdowns: {
7287
7785
  campaignId: string;
7288
7786
  value: number;
7787
+ maxValue?: number | undefined;
7289
7788
  timestamp: string | bigint;
7290
7789
  token: {
7291
7790
  id: string;
@@ -7304,6 +7803,8 @@ declare const app: Elysia<"", {
7304
7803
  priceSource?: string | null | undefined;
7305
7804
  displaySymbol?: string | undefined;
7306
7805
  underlyingTokenId?: string | undefined;
7806
+ priceAlertDismissedAt?: number | undefined;
7807
+ priceAlertCount?: number | undefined;
7307
7808
  };
7308
7809
  amount: string | bigint;
7309
7810
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -7376,6 +7877,8 @@ declare const app: Elysia<"", {
7376
7877
  priceSource?: string | null | undefined;
7377
7878
  displaySymbol?: string | undefined;
7378
7879
  underlyingTokenId?: string | undefined;
7880
+ priceAlertDismissedAt?: number | undefined;
7881
+ priceAlertCount?: number | undefined;
7379
7882
  }[];
7380
7883
  chain: {
7381
7884
  id: number;
@@ -7388,7 +7891,7 @@ declare const app: Elysia<"", {
7388
7891
  url: string;
7389
7892
  chainId: number;
7390
7893
  }[] | undefined;
7391
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
7894
+ lastClaimsOnchainFetchTimestamp: string | null;
7392
7895
  };
7393
7896
  activePrograms: {
7394
7897
  id: string;
@@ -7445,6 +7948,8 @@ declare const app: Elysia<"", {
7445
7948
  priceSource?: string | null | undefined;
7446
7949
  displaySymbol?: string | undefined;
7447
7950
  underlyingTokenId?: string | undefined;
7951
+ priceAlertDismissedAt?: number | undefined;
7952
+ priceAlertCount?: number | undefined;
7448
7953
  } | undefined;
7449
7954
  } | undefined;
7450
7955
  tvlRecord?: {
@@ -7462,6 +7967,7 @@ declare const app: Elysia<"", {
7462
7967
  breakdowns: {
7463
7968
  campaignId: string;
7464
7969
  value: number;
7970
+ maxValue?: number | undefined;
7465
7971
  timestamp: string | bigint;
7466
7972
  token: {
7467
7973
  id: string;
@@ -7480,6 +7986,8 @@ declare const app: Elysia<"", {
7480
7986
  priceSource?: string | null | undefined;
7481
7987
  displaySymbol?: string | undefined;
7482
7988
  underlyingTokenId?: string | undefined;
7989
+ priceAlertDismissedAt?: number | undefined;
7990
+ priceAlertCount?: number | undefined;
7483
7991
  };
7484
7992
  amount: string | bigint;
7485
7993
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -7500,7 +8008,7 @@ declare const app: Elysia<"", {
7500
8008
  url: string;
7501
8009
  chainId: number;
7502
8010
  }[] | undefined;
7503
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
8011
+ lastClaimsOnchainFetchTimestamp: string | null;
7504
8012
  } | undefined;
7505
8013
  protocol?: {
7506
8014
  id: string;
@@ -7516,7 +8024,8 @@ declare const app: Elysia<"", {
7516
8024
  opportunityBannerLight: string | null;
7517
8025
  opportunityBannerDark: string | null;
7518
8026
  } | undefined;
7519
- relationType: "CHAIN" | "CUSTOM" | "OPPORTUNITY" | "PROGRAM" | "PROTOCOL";
8027
+ relationType: "ASSET" | "CHAIN" | "CUSTOM" | "OPPORTUNITY" | "PROGRAM" | "PROTOCOL";
8028
+ assetType?: "BTC" | "ETH" | "STABLECOIN" | undefined;
7520
8029
  amount?: string | undefined;
7521
8030
  maxApr?: number | undefined;
7522
8031
  campaignsCount?: number | undefined;
@@ -7615,6 +8124,8 @@ declare const app: Elysia<"", {
7615
8124
  price: number | null;
7616
8125
  updatedAt: number | null;
7617
8126
  priceSource: string | null;
8127
+ priceAlertDismissedAt: number | null;
8128
+ priceAlertCount: number;
7618
8129
  }[];
7619
8130
  } & {
7620
8131
  id: string;
@@ -7699,6 +8210,8 @@ declare const app: Elysia<"", {
7699
8210
  price: number | null;
7700
8211
  updatedAt: number | null;
7701
8212
  priceSource: string | null;
8213
+ priceAlertDismissedAt: number | null;
8214
+ priceAlertCount: number;
7702
8215
  }[];
7703
8216
  } & {
7704
8217
  id: string;
@@ -7761,6 +8274,7 @@ declare const app: Elysia<"", {
7761
8274
  campaignsCount: number | null;
7762
8275
  maxApr: number | null;
7763
8276
  relationType: import("@package/databases").CarouselType;
8277
+ assetType: import("@package/databases").CarouselAsset | null;
7764
8278
  programId: string | null;
7765
8279
  opportunityId: string | null;
7766
8280
  chainId: number | null;
@@ -7798,6 +8312,20 @@ declare const app: Elysia<"", {
7798
8312
  maxApr?: number | undefined;
7799
8313
  amount?: string | undefined;
7800
8314
  campaignsCount?: number | undefined;
8315
+ } | {
8316
+ relationType: "ASSET";
8317
+ relationId: "BTC" | "ETH" | "STABLECOIN";
8318
+ backgroundDarkColor: string;
8319
+ backgroundLightColor: string;
8320
+ name?: string | undefined;
8321
+ description?: string | undefined;
8322
+ logoUrls?: string[] | undefined;
8323
+ redirectUrl?: string | undefined;
8324
+ rank?: number | undefined;
8325
+ featured?: boolean | undefined;
8326
+ maxApr?: number | undefined;
8327
+ amount?: string | undefined;
8328
+ campaignsCount?: number | undefined;
7801
8329
  } | {
7802
8330
  name: string;
7803
8331
  description: string;
@@ -7882,6 +8410,8 @@ declare const app: Elysia<"", {
7882
8410
  priceSource?: string | null | undefined;
7883
8411
  displaySymbol?: string | undefined;
7884
8412
  underlyingTokenId?: string | undefined;
8413
+ priceAlertDismissedAt?: number | undefined;
8414
+ priceAlertCount?: number | undefined;
7885
8415
  }[];
7886
8416
  chain: {
7887
8417
  id: number;
@@ -7894,7 +8424,7 @@ declare const app: Elysia<"", {
7894
8424
  url: string;
7895
8425
  chainId: number;
7896
8426
  }[] | undefined;
7897
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
8427
+ lastClaimsOnchainFetchTimestamp: string | null;
7898
8428
  };
7899
8429
  activePrograms: {
7900
8430
  id: string;
@@ -7951,6 +8481,8 @@ declare const app: Elysia<"", {
7951
8481
  priceSource?: string | null | undefined;
7952
8482
  displaySymbol?: string | undefined;
7953
8483
  underlyingTokenId?: string | undefined;
8484
+ priceAlertDismissedAt?: number | undefined;
8485
+ priceAlertCount?: number | undefined;
7954
8486
  } | undefined;
7955
8487
  } | undefined;
7956
8488
  tvlRecord?: {
@@ -7968,6 +8500,7 @@ declare const app: Elysia<"", {
7968
8500
  breakdowns: {
7969
8501
  campaignId: string;
7970
8502
  value: number;
8503
+ maxValue?: number | undefined;
7971
8504
  timestamp: string | bigint;
7972
8505
  token: {
7973
8506
  id: string;
@@ -7986,6 +8519,8 @@ declare const app: Elysia<"", {
7986
8519
  priceSource?: string | null | undefined;
7987
8520
  displaySymbol?: string | undefined;
7988
8521
  underlyingTokenId?: string | undefined;
8522
+ priceAlertDismissedAt?: number | undefined;
8523
+ priceAlertCount?: number | undefined;
7989
8524
  };
7990
8525
  amount: string | bigint;
7991
8526
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -8058,6 +8593,8 @@ declare const app: Elysia<"", {
8058
8593
  priceSource?: string | null | undefined;
8059
8594
  displaySymbol?: string | undefined;
8060
8595
  underlyingTokenId?: string | undefined;
8596
+ priceAlertDismissedAt?: number | undefined;
8597
+ priceAlertCount?: number | undefined;
8061
8598
  }[];
8062
8599
  chain: {
8063
8600
  id: number;
@@ -8070,7 +8607,7 @@ declare const app: Elysia<"", {
8070
8607
  url: string;
8071
8608
  chainId: number;
8072
8609
  }[] | undefined;
8073
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
8610
+ lastClaimsOnchainFetchTimestamp: string | null;
8074
8611
  };
8075
8612
  activePrograms: {
8076
8613
  id: string;
@@ -8127,6 +8664,8 @@ declare const app: Elysia<"", {
8127
8664
  priceSource?: string | null | undefined;
8128
8665
  displaySymbol?: string | undefined;
8129
8666
  underlyingTokenId?: string | undefined;
8667
+ priceAlertDismissedAt?: number | undefined;
8668
+ priceAlertCount?: number | undefined;
8130
8669
  } | undefined;
8131
8670
  } | undefined;
8132
8671
  tvlRecord?: {
@@ -8144,6 +8683,7 @@ declare const app: Elysia<"", {
8144
8683
  breakdowns: {
8145
8684
  campaignId: string;
8146
8685
  value: number;
8686
+ maxValue?: number | undefined;
8147
8687
  timestamp: string | bigint;
8148
8688
  token: {
8149
8689
  id: string;
@@ -8162,6 +8702,8 @@ declare const app: Elysia<"", {
8162
8702
  priceSource?: string | null | undefined;
8163
8703
  displaySymbol?: string | undefined;
8164
8704
  underlyingTokenId?: string | undefined;
8705
+ priceAlertDismissedAt?: number | undefined;
8706
+ priceAlertCount?: number | undefined;
8165
8707
  };
8166
8708
  amount: string | bigint;
8167
8709
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -8182,7 +8724,7 @@ declare const app: Elysia<"", {
8182
8724
  url: string;
8183
8725
  chainId: number;
8184
8726
  }[] | undefined;
8185
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
8727
+ lastClaimsOnchainFetchTimestamp: string | null;
8186
8728
  } | undefined;
8187
8729
  protocol?: {
8188
8730
  id: string;
@@ -8198,7 +8740,8 @@ declare const app: Elysia<"", {
8198
8740
  opportunityBannerLight: string | null;
8199
8741
  opportunityBannerDark: string | null;
8200
8742
  } | undefined;
8201
- relationType: "CHAIN" | "CUSTOM" | "OPPORTUNITY" | "PROGRAM" | "PROTOCOL";
8743
+ relationType: "ASSET" | "CHAIN" | "CUSTOM" | "OPPORTUNITY" | "PROGRAM" | "PROTOCOL";
8744
+ assetType?: "BTC" | "ETH" | "STABLECOIN" | undefined;
8202
8745
  amount?: string | undefined;
8203
8746
  maxApr?: number | undefined;
8204
8747
  campaignsCount?: number | undefined;
@@ -8233,6 +8776,20 @@ declare const app: Elysia<"", {
8233
8776
  maxApr?: number | undefined;
8234
8777
  amount?: string | undefined;
8235
8778
  campaignsCount?: number | undefined;
8779
+ } | {
8780
+ relationType: "ASSET";
8781
+ relationId: "BTC" | "ETH" | "STABLECOIN";
8782
+ backgroundDarkColor: string;
8783
+ backgroundLightColor: string;
8784
+ name?: string | undefined;
8785
+ description?: string | undefined;
8786
+ logoUrls?: string[] | undefined;
8787
+ redirectUrl?: string | undefined;
8788
+ rank?: number | undefined;
8789
+ featured?: boolean | undefined;
8790
+ maxApr?: number | undefined;
8791
+ amount?: string | undefined;
8792
+ campaignsCount?: number | undefined;
8236
8793
  } | {
8237
8794
  name: string;
8238
8795
  description: string;
@@ -8322,6 +8879,8 @@ declare const app: Elysia<"", {
8322
8879
  price: number | null;
8323
8880
  updatedAt: number | null;
8324
8881
  priceSource: string | null;
8882
+ priceAlertDismissedAt: number | null;
8883
+ priceAlertCount: number;
8325
8884
  }[];
8326
8885
  } & {
8327
8886
  id: string;
@@ -8406,6 +8965,8 @@ declare const app: Elysia<"", {
8406
8965
  price: number | null;
8407
8966
  updatedAt: number | null;
8408
8967
  priceSource: string | null;
8968
+ priceAlertDismissedAt: number | null;
8969
+ priceAlertCount: number;
8409
8970
  }[];
8410
8971
  } & {
8411
8972
  id: string;
@@ -8468,6 +9029,7 @@ declare const app: Elysia<"", {
8468
9029
  campaignsCount: number | null;
8469
9030
  maxApr: number | null;
8470
9031
  relationType: import("@package/databases").CarouselType;
9032
+ assetType: import("@package/databases").CarouselAsset | null;
8471
9033
  programId: string | null;
8472
9034
  opportunityId: string | null;
8473
9035
  chainId: number | null;
@@ -8513,6 +9075,7 @@ declare const app: Elysia<"", {
8513
9075
  campaignsCount: number | null;
8514
9076
  maxApr: number | null;
8515
9077
  relationType: import("@package/databases").CarouselType;
9078
+ assetType: import("@package/databases").CarouselAsset | null;
8516
9079
  programId: string | null;
8517
9080
  opportunityId: string | null;
8518
9081
  chainId: number | null;
@@ -8571,6 +9134,7 @@ declare const app: Elysia<"", {
8571
9134
  campaignsCount: number | null;
8572
9135
  maxApr: number | null;
8573
9136
  relationType: import("@package/databases").CarouselType;
9137
+ assetType: import("@package/databases").CarouselAsset | null;
8574
9138
  programId: string | null;
8575
9139
  opportunityId: string | null;
8576
9140
  chainId: number | null;
@@ -8616,6 +9180,7 @@ declare const app: Elysia<"", {
8616
9180
  campaignsCount: number | null;
8617
9181
  maxApr: number | null;
8618
9182
  relationType: import("@package/databases").CarouselType;
9183
+ assetType: import("@package/databases").CarouselAsset | null;
8619
9184
  programId: string | null;
8620
9185
  opportunityId: string | null;
8621
9186
  chainId: number | null;
@@ -8656,7 +9221,7 @@ declare const app: Elysia<"", {
8656
9221
  url: string;
8657
9222
  chainId: number;
8658
9223
  }[] | undefined;
8659
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
9224
+ lastClaimsOnchainFetchTimestamp: string | null;
8660
9225
  }[];
8661
9226
  422: {
8662
9227
  type: "validation";
@@ -8692,7 +9257,7 @@ declare const app: Elysia<"", {
8692
9257
  url: string;
8693
9258
  chainId: number;
8694
9259
  }[] | undefined;
8695
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
9260
+ lastClaimsOnchainFetchTimestamp: string | null;
8696
9261
  };
8697
9262
  422: {
8698
9263
  type: "validation";
@@ -8762,7 +9327,7 @@ declare const app: Elysia<"", {
8762
9327
  url: string;
8763
9328
  chainId: number;
8764
9329
  }[] | undefined;
8765
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
9330
+ lastClaimsOnchainFetchTimestamp: string | null;
8766
9331
  };
8767
9332
  422: {
8768
9333
  type: "validation";
@@ -8804,7 +9369,7 @@ declare const app: Elysia<"", {
8804
9369
  url: string;
8805
9370
  chainId: number;
8806
9371
  }[] | undefined;
8807
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
9372
+ lastClaimsOnchainFetchTimestamp: string | null;
8808
9373
  };
8809
9374
  422: {
8810
9375
  type: "validation";
@@ -9048,7 +9613,7 @@ declare const app: Elysia<"", {
9048
9613
  symbolCurrency1: string;
9049
9614
  tickSpacing: number;
9050
9615
  } & {
9051
- protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.FLUXION | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS | import("@package/resources/enums").ProtocolType.ZIA;
9616
+ protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.FLUX | import("@package/resources/enums").ProtocolType.FLUXION | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PANCAKESWAP_INFINITY | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS | import("@package/resources/enums").ProtocolType.ZIA;
9052
9617
  }) | ({
9053
9618
  chainId: number;
9054
9619
  currency0: string;
@@ -9110,7 +9675,7 @@ declare const app: Elysia<"", {
9110
9675
  symbolCurrency1: string;
9111
9676
  tickSpacing: number;
9112
9677
  } & {
9113
- protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.FLUXION | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS | import("@package/resources/enums").ProtocolType.ZIA;
9678
+ protocol: import("@package/resources/enums").ProtocolType.AERODROME | import("@package/resources/enums").ProtocolType.AERODROME_GAUGE_CAP | import("@package/resources/enums").ProtocolType.ARTHSWAP | import("@package/resources/enums").ProtocolType.BASE_SWAP | import("@package/resources/enums").ProtocolType.CAMELOT | import("@package/resources/enums").ProtocolType.CAPRICORN | import("@package/resources/enums").ProtocolType.FENIX | import("@package/resources/enums").ProtocolType.FLOWSWAP | import("@package/resources/enums").ProtocolType.FLUX | import("@package/resources/enums").ProtocolType.FLUXION | import("@package/resources/enums").ProtocolType.HYBRA | import("@package/resources/enums").ProtocolType.HYDREX | import("@package/resources/enums").ProtocolType.HYPERSWAP | import("@package/resources/enums").ProtocolType.IONEX | import("@package/resources/enums").ProtocolType.IZUMI | import("@package/resources/enums").ProtocolType.JAINE | import("@package/resources/enums").ProtocolType.KATANA | import("@package/resources/enums").ProtocolType.KATANA_ALGEBRA | import("@package/resources/enums").ProtocolType.KITTEN_SWAP | import("@package/resources/enums").ProtocolType.KYO | import("@package/resources/enums").ProtocolType.MONDAY_TRADE | import("@package/resources/enums").ProtocolType.NEPTUNE | import("@package/resources/enums").ProtocolType.NINEMM | import("@package/resources/enums").ProtocolType.PANCAKESWAP | import("@package/resources/enums").ProtocolType.PANCAKESWAP_INFINITY | import("@package/resources/enums").ProtocolType.PHARAOH | import("@package/resources/enums").ProtocolType.QUICKSWAP | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA | import("@package/resources/enums").ProtocolType.QUICKSWAP_ALGEBRA_12 | import("@package/resources/enums").ProtocolType.RAMSES | import("@package/resources/enums").ProtocolType.RETRO | import("@package/resources/enums").ProtocolType.ROOSTER | import("@package/resources/enums").ProtocolType.SATSUMA | import("@package/resources/enums").ProtocolType.PROJECT_X | import("@package/resources/enums").ProtocolType.SNAP | import("@package/resources/enums").ProtocolType.SONEX | import("@package/resources/enums").ProtocolType.SPOOKYSWAP_V3 | import("@package/resources/enums").ProtocolType.SUSHI_SWAP | import("@package/resources/enums").ProtocolType.SWAP_X | import("@package/resources/enums").ProtocolType.SYNC_SWAP | import("@package/resources/enums").ProtocolType.UNISWAPV3 | import("@package/resources/enums").ProtocolType.UNISWAPV4 | import("@package/resources/enums").ProtocolType.VELODROME | import("@package/resources/enums").ProtocolType.VOLTAGE | import("@package/resources/enums").ProtocolType.WOODSWAP | import("@package/resources/enums").ProtocolType.XSWAP | import("@package/resources/enums").ProtocolType.ZERO | import("@package/resources/enums").ProtocolType.GLIQUID | import("@package/resources/enums").ProtocolType.TIGRIS | import("@package/resources/enums").ProtocolType.ZIA;
9114
9679
  }) | ({
9115
9680
  chainId: number;
9116
9681
  currency0: string;
@@ -9261,6 +9826,8 @@ declare const app: Elysia<"", {
9261
9826
  breakdowns: ({
9262
9827
  amount: bigint;
9263
9828
  campaignId: string;
9829
+ maxAmount: bigint;
9830
+ maxValue: number;
9264
9831
  timestamp: bigint;
9265
9832
  token: {
9266
9833
  id: string;
@@ -9279,6 +9846,8 @@ declare const app: Elysia<"", {
9279
9846
  priceSource?: string | null | undefined;
9280
9847
  displaySymbol?: string | undefined;
9281
9848
  underlyingTokenId?: string | undefined;
9849
+ priceAlertDismissedAt?: number | undefined;
9850
+ priceAlertCount?: number | undefined;
9282
9851
  };
9283
9852
  value: number;
9284
9853
  } & {
@@ -9317,6 +9886,8 @@ declare const app: Elysia<"", {
9317
9886
  breakdowns: ({
9318
9887
  amount: bigint;
9319
9888
  campaignId: string;
9889
+ maxAmount: bigint;
9890
+ maxValue: number;
9320
9891
  timestamp: bigint;
9321
9892
  token: {
9322
9893
  id: string;
@@ -9335,6 +9906,8 @@ declare const app: Elysia<"", {
9335
9906
  priceSource?: string | null | undefined;
9336
9907
  displaySymbol?: string | undefined;
9337
9908
  underlyingTokenId?: string | undefined;
9909
+ priceAlertDismissedAt?: number | undefined;
9910
+ priceAlertCount?: number | undefined;
9338
9911
  };
9339
9912
  value: number;
9340
9913
  } & {
@@ -9696,6 +10269,8 @@ declare const app: Elysia<"", {
9696
10269
  price: number | null;
9697
10270
  updatedAt: number | null;
9698
10271
  priceSource: string | null;
10272
+ priceAlertDismissedAt: number | null;
10273
+ priceAlertCount: number;
9699
10274
  };
9700
10275
  amount: string;
9701
10276
  campaignId: string;
@@ -9706,6 +10281,7 @@ declare const app: Elysia<"", {
9706
10281
  } & {
9707
10282
  id: string;
9708
10283
  value: number;
10284
+ maxValue: number;
9709
10285
  timestamp: bigint;
9710
10286
  campaignId: string;
9711
10287
  dailyRewardsRecordId: string;
@@ -9754,6 +10330,8 @@ declare const app: Elysia<"", {
9754
10330
  price: number | null;
9755
10331
  updatedAt: number | null;
9756
10332
  priceSource: string | null;
10333
+ priceAlertDismissedAt: number | null;
10334
+ priceAlertCount: number;
9757
10335
  } | null;
9758
10336
  } & {
9759
10337
  id: string;
@@ -9782,6 +10360,8 @@ declare const app: Elysia<"", {
9782
10360
  price: number | null;
9783
10361
  updatedAt: number | null;
9784
10362
  priceSource: string | null;
10363
+ priceAlertDismissedAt: number | null;
10364
+ priceAlertCount: number;
9785
10365
  }[];
9786
10366
  TvlRecords: ({
9787
10367
  TvlBreakdown: {
@@ -9865,6 +10445,8 @@ declare const app: Elysia<"", {
9865
10445
  breakdowns: ({
9866
10446
  amount: bigint;
9867
10447
  campaignId: string;
10448
+ maxAmount: bigint;
10449
+ maxValue: number;
9868
10450
  timestamp: bigint;
9869
10451
  token: {
9870
10452
  id: string;
@@ -9883,6 +10465,8 @@ declare const app: Elysia<"", {
9883
10465
  priceSource?: string | null | undefined;
9884
10466
  displaySymbol?: string | undefined;
9885
10467
  underlyingTokenId?: string | undefined;
10468
+ priceAlertDismissedAt?: number | undefined;
10469
+ priceAlertCount?: number | undefined;
9886
10470
  };
9887
10471
  value: number;
9888
10472
  } & {
@@ -9921,6 +10505,8 @@ declare const app: Elysia<"", {
9921
10505
  breakdowns: ({
9922
10506
  amount: bigint;
9923
10507
  campaignId: string;
10508
+ maxAmount: bigint;
10509
+ maxValue: number;
9924
10510
  timestamp: bigint;
9925
10511
  token: {
9926
10512
  id: string;
@@ -9939,6 +10525,8 @@ declare const app: Elysia<"", {
9939
10525
  priceSource?: string | null | undefined;
9940
10526
  displaySymbol?: string | undefined;
9941
10527
  underlyingTokenId?: string | undefined;
10528
+ priceAlertDismissedAt?: number | undefined;
10529
+ priceAlertCount?: number | undefined;
9942
10530
  };
9943
10531
  value: number;
9944
10532
  } & {
@@ -10474,9 +11062,10 @@ declare const app: Elysia<"", {
10474
11062
  key: string;
10475
11063
  };
10476
11064
  query: unknown;
10477
- headers: Partial<{
10478
- authorization: string;
10479
- }>;
11065
+ headers: {
11066
+ authorization?: string | undefined;
11067
+ "x-api-key"?: string | undefined;
11068
+ };
10480
11069
  response: {
10481
11070
  200: {
10482
11071
  address: string;
@@ -10514,9 +11103,10 @@ declare const app: Elysia<"", {
10514
11103
  key: string;
10515
11104
  };
10516
11105
  query: unknown;
10517
- headers: Partial<{
10518
- authorization: string;
10519
- }>;
11106
+ headers: {
11107
+ authorization?: string | undefined;
11108
+ "x-api-key"?: string | undefined;
11109
+ };
10520
11110
  response: {
10521
11111
  200: {
10522
11112
  success: boolean;
@@ -10551,9 +11141,10 @@ declare const app: Elysia<"", {
10551
11141
  pageSize?: number | undefined;
10552
11142
  value?: string | undefined;
10553
11143
  };
10554
- headers: Partial<{
10555
- authorization: string;
10556
- }>;
11144
+ headers: {
11145
+ authorization?: string | undefined;
11146
+ "x-api-key"?: string | undefined;
11147
+ };
10557
11148
  response: {
10558
11149
  200: {
10559
11150
  entries: {
@@ -10592,9 +11183,10 @@ declare const app: Elysia<"", {
10592
11183
  address: string;
10593
11184
  };
10594
11185
  query: unknown;
10595
- headers: Partial<{
10596
- authorization: string;
10597
- }>;
11186
+ headers: {
11187
+ authorization?: string | undefined;
11188
+ "x-api-key"?: string | undefined;
11189
+ };
10598
11190
  response: {
10599
11191
  200: {
10600
11192
  address: string;
@@ -10629,9 +11221,10 @@ declare const app: Elysia<"", {
10629
11221
  address: string;
10630
11222
  };
10631
11223
  query: unknown;
10632
- headers: Partial<{
10633
- authorization: string;
10634
- }>;
11224
+ headers: {
11225
+ authorization?: string | undefined;
11226
+ "x-api-key"?: string | undefined;
11227
+ };
10635
11228
  response: {
10636
11229
  200: {
10637
11230
  success: boolean;
@@ -11118,6 +11711,8 @@ declare const app: Elysia<"", {
11118
11711
  priceSource?: string | null | undefined;
11119
11712
  displaySymbol?: string | undefined;
11120
11713
  underlyingTokenId?: string | undefined;
11714
+ priceAlertDismissedAt?: number | undefined;
11715
+ priceAlertCount?: number | undefined;
11121
11716
  }[];
11122
11717
  chain: {
11123
11718
  id: number;
@@ -11130,7 +11725,7 @@ declare const app: Elysia<"", {
11130
11725
  url: string;
11131
11726
  chainId: number;
11132
11727
  }[] | undefined;
11133
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
11728
+ lastClaimsOnchainFetchTimestamp: string | null;
11134
11729
  };
11135
11730
  activePrograms: {
11136
11731
  id: string;
@@ -11187,6 +11782,8 @@ declare const app: Elysia<"", {
11187
11782
  priceSource?: string | null | undefined;
11188
11783
  displaySymbol?: string | undefined;
11189
11784
  underlyingTokenId?: string | undefined;
11785
+ priceAlertDismissedAt?: number | undefined;
11786
+ priceAlertCount?: number | undefined;
11190
11787
  } | undefined;
11191
11788
  } | undefined;
11192
11789
  tvlRecord?: {
@@ -11204,6 +11801,7 @@ declare const app: Elysia<"", {
11204
11801
  breakdowns: {
11205
11802
  campaignId: string;
11206
11803
  value: number;
11804
+ maxValue?: number | undefined;
11207
11805
  timestamp: string | bigint;
11208
11806
  token: {
11209
11807
  id: string;
@@ -11222,6 +11820,8 @@ declare const app: Elysia<"", {
11222
11820
  priceSource?: string | null | undefined;
11223
11821
  displaySymbol?: string | undefined;
11224
11822
  underlyingTokenId?: string | undefined;
11823
+ priceAlertDismissedAt?: number | undefined;
11824
+ priceAlertCount?: number | undefined;
11225
11825
  };
11226
11826
  amount: string | bigint;
11227
11827
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -11260,7 +11860,7 @@ declare const app: Elysia<"", {
11260
11860
  url: string;
11261
11861
  chainId: number;
11262
11862
  }[] | undefined;
11263
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
11863
+ lastClaimsOnchainFetchTimestamp: string | null;
11264
11864
  };
11265
11865
  rewardTokenId?: string | undefined;
11266
11866
  rewardToken: {
@@ -11280,6 +11880,8 @@ declare const app: Elysia<"", {
11280
11880
  priceSource?: string | null | undefined;
11281
11881
  displaySymbol?: string | undefined;
11282
11882
  underlyingTokenId?: string | undefined;
11883
+ priceAlertDismissedAt?: number | undefined;
11884
+ priceAlertCount?: number | undefined;
11283
11885
  };
11284
11886
  opportunityId?: string | undefined;
11285
11887
  distributionChain?: {
@@ -11293,7 +11895,7 @@ declare const app: Elysia<"", {
11293
11895
  url: string;
11294
11896
  chainId: number;
11295
11897
  }[] | undefined;
11296
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
11898
+ lastClaimsOnchainFetchTimestamp: string | null;
11297
11899
  } | undefined;
11298
11900
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
11299
11901
  campaignStatus: {
@@ -11314,6 +11916,7 @@ declare const app: Elysia<"", {
11314
11916
  dailyRewardsBreakdown?: {
11315
11917
  campaignId: string;
11316
11918
  value: number;
11919
+ maxValue?: number | undefined;
11317
11920
  timestamp: string | bigint;
11318
11921
  token: {
11319
11922
  id: string;
@@ -11332,6 +11935,8 @@ declare const app: Elysia<"", {
11332
11935
  priceSource?: string | null | undefined;
11333
11936
  displaySymbol?: string | undefined;
11334
11937
  underlyingTokenId?: string | undefined;
11938
+ priceAlertDismissedAt?: number | undefined;
11939
+ priceAlertCount?: number | undefined;
11335
11940
  };
11336
11941
  amount: string | bigint;
11337
11942
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -11614,6 +12219,27 @@ declare const app: Elysia<"", {
11614
12219
  };
11615
12220
  };
11616
12221
  };
12222
+ } & {
12223
+ credits: {
12224
+ pricing: {
12225
+ get: {
12226
+ body: unknown;
12227
+ params: {};
12228
+ query: unknown;
12229
+ headers: unknown;
12230
+ response: {
12231
+ 200: {
12232
+ baseCostPerWeek: number;
12233
+ costPerRecipient: number;
12234
+ freeTierRecipientThreshold: number;
12235
+ perStoringIdWeeklyRate: number;
12236
+ perDepthWeeklyRate: number;
12237
+ minTopUpAmount: number;
12238
+ };
12239
+ };
12240
+ };
12241
+ };
12242
+ };
11617
12243
  } & {
11618
12244
  credits: {
11619
12245
  ":creatorId": {
@@ -11992,6 +12618,8 @@ declare const app: Elysia<"", {
11992
12618
  priceSource?: string | null | undefined;
11993
12619
  displaySymbol?: string | undefined;
11994
12620
  underlyingTokenId?: string | undefined;
12621
+ priceAlertDismissedAt?: number | undefined;
12622
+ priceAlertCount?: number | undefined;
11995
12623
  }[];
11996
12624
  422: {
11997
12625
  type: "validation";
@@ -12127,6 +12755,8 @@ declare const app: Elysia<"", {
12127
12755
  priceSource?: string | null | undefined;
12128
12756
  displaySymbol?: string | undefined;
12129
12757
  underlyingTokenId?: string | undefined;
12758
+ priceAlertDismissedAt?: number | undefined;
12759
+ priceAlertCount?: number | undefined;
12130
12760
  }[];
12131
12761
  422: {
12132
12762
  type: "validation";
@@ -12206,6 +12836,8 @@ declare const app: Elysia<"", {
12206
12836
  priceSource?: string | null | undefined;
12207
12837
  displaySymbol?: string | undefined;
12208
12838
  underlyingTokenId?: string | undefined;
12839
+ priceAlertDismissedAt?: number | undefined;
12840
+ priceAlertCount?: number | undefined;
12209
12841
  };
12210
12842
  }>;
12211
12843
  }>;
@@ -12569,7 +13201,25 @@ declare const app: Elysia<"", {
12569
13201
  authorization: string;
12570
13202
  };
12571
13203
  response: {
12572
- 200: import("./modules/v4/historical/historical.model").HistoricalDiffResult;
13204
+ 200: {
13205
+ startRoot: {
13206
+ root: string;
13207
+ timestamp: string;
13208
+ };
13209
+ endRoot: {
13210
+ root: string;
13211
+ timestamp: string;
13212
+ };
13213
+ breakdowns: {
13214
+ campaignId: string;
13215
+ recipient: string;
13216
+ reason: string;
13217
+ rewardToken: string;
13218
+ startAmount: string;
13219
+ endAmount: string;
13220
+ diff: string;
13221
+ }[];
13222
+ };
12573
13223
  422: {
12574
13224
  type: "validation";
12575
13225
  on: string;
@@ -12602,7 +13252,25 @@ declare const app: Elysia<"", {
12602
13252
  authorization: string;
12603
13253
  };
12604
13254
  response: {
12605
- 200: import("./modules/v4/historical/historical.model").HistoricalDiffResult;
13255
+ 200: {
13256
+ startRoot: {
13257
+ root: string;
13258
+ timestamp: string;
13259
+ };
13260
+ endRoot: {
13261
+ root: string;
13262
+ timestamp: string;
13263
+ };
13264
+ breakdowns: {
13265
+ campaignId: string;
13266
+ recipient: string;
13267
+ reason: string;
13268
+ rewardToken: string;
13269
+ startAmount: string;
13270
+ endAmount: string;
13271
+ diff: string;
13272
+ }[];
13273
+ };
12606
13274
  422: {
12607
13275
  type: "validation";
12608
13276
  on: string;
@@ -12633,7 +13301,7 @@ declare const app: Elysia<"", {
12633
13301
  200: {
12634
13302
  storingId: string;
12635
13303
  targetStart: number;
12636
- targetEnd: number;
13304
+ targetEnd: number | null;
12637
13305
  }[];
12638
13306
  422: {
12639
13307
  type: "validation";
@@ -13445,6 +14113,7 @@ declare const app: Elysia<"", {
13445
14113
  tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
13446
14114
  point?: boolean | undefined;
13447
14115
  opportunityId?: string | undefined;
14116
+ opportunityIds?: string[] | undefined;
13448
14117
  status?: string | undefined;
13449
14118
  startTimestamp?: string | undefined;
13450
14119
  endTimestamp?: string | undefined;
@@ -13516,6 +14185,8 @@ declare const app: Elysia<"", {
13516
14185
  priceSource?: string | null | undefined;
13517
14186
  displaySymbol?: string | undefined;
13518
14187
  underlyingTokenId?: string | undefined;
14188
+ priceAlertDismissedAt?: number | undefined;
14189
+ priceAlertCount?: number | undefined;
13519
14190
  }[];
13520
14191
  chain: {
13521
14192
  id: number;
@@ -13528,7 +14199,7 @@ declare const app: Elysia<"", {
13528
14199
  url: string;
13529
14200
  chainId: number;
13530
14201
  }[] | undefined;
13531
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
14202
+ lastClaimsOnchainFetchTimestamp: string | null;
13532
14203
  };
13533
14204
  activePrograms: {
13534
14205
  id: string;
@@ -13585,6 +14256,8 @@ declare const app: Elysia<"", {
13585
14256
  priceSource?: string | null | undefined;
13586
14257
  displaySymbol?: string | undefined;
13587
14258
  underlyingTokenId?: string | undefined;
14259
+ priceAlertDismissedAt?: number | undefined;
14260
+ priceAlertCount?: number | undefined;
13588
14261
  } | undefined;
13589
14262
  } | undefined;
13590
14263
  tvlRecord?: {
@@ -13602,6 +14275,7 @@ declare const app: Elysia<"", {
13602
14275
  breakdowns: {
13603
14276
  campaignId: string;
13604
14277
  value: number;
14278
+ maxValue?: number | undefined;
13605
14279
  timestamp: string | bigint;
13606
14280
  token: {
13607
14281
  id: string;
@@ -13620,6 +14294,8 @@ declare const app: Elysia<"", {
13620
14294
  priceSource?: string | null | undefined;
13621
14295
  displaySymbol?: string | undefined;
13622
14296
  underlyingTokenId?: string | undefined;
14297
+ priceAlertDismissedAt?: number | undefined;
14298
+ priceAlertCount?: number | undefined;
13623
14299
  };
13624
14300
  amount: string | bigint;
13625
14301
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -13658,7 +14334,7 @@ declare const app: Elysia<"", {
13658
14334
  url: string;
13659
14335
  chainId: number;
13660
14336
  }[] | undefined;
13661
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
14337
+ lastClaimsOnchainFetchTimestamp: string | null;
13662
14338
  };
13663
14339
  rewardTokenId?: string | undefined;
13664
14340
  rewardToken: {
@@ -13678,6 +14354,8 @@ declare const app: Elysia<"", {
13678
14354
  priceSource?: string | null | undefined;
13679
14355
  displaySymbol?: string | undefined;
13680
14356
  underlyingTokenId?: string | undefined;
14357
+ priceAlertDismissedAt?: number | undefined;
14358
+ priceAlertCount?: number | undefined;
13681
14359
  };
13682
14360
  opportunityId?: string | undefined;
13683
14361
  distributionChain?: {
@@ -13691,7 +14369,7 @@ declare const app: Elysia<"", {
13691
14369
  url: string;
13692
14370
  chainId: number;
13693
14371
  }[] | undefined;
13694
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
14372
+ lastClaimsOnchainFetchTimestamp: string | null;
13695
14373
  } | undefined;
13696
14374
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
13697
14375
  campaignStatus: {
@@ -13712,6 +14390,7 @@ declare const app: Elysia<"", {
13712
14390
  dailyRewardsBreakdown?: {
13713
14391
  campaignId: string;
13714
14392
  value: number;
14393
+ maxValue?: number | undefined;
13715
14394
  timestamp: string | bigint;
13716
14395
  token: {
13717
14396
  id: string;
@@ -13730,6 +14409,8 @@ declare const app: Elysia<"", {
13730
14409
  priceSource?: string | null | undefined;
13731
14410
  displaySymbol?: string | undefined;
13732
14411
  underlyingTokenId?: string | undefined;
14412
+ priceAlertDismissedAt?: number | undefined;
14413
+ priceAlertCount?: number | undefined;
13733
14414
  };
13734
14415
  amount: string | bigint;
13735
14416
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -13840,6 +14521,8 @@ declare const app: Elysia<"", {
13840
14521
  priceSource?: string | null | undefined;
13841
14522
  displaySymbol?: string | undefined;
13842
14523
  underlyingTokenId?: string | undefined;
14524
+ priceAlertDismissedAt?: number | undefined;
14525
+ priceAlertCount?: number | undefined;
13843
14526
  }[];
13844
14527
  chain: {
13845
14528
  id: number;
@@ -13852,7 +14535,7 @@ declare const app: Elysia<"", {
13852
14535
  url: string;
13853
14536
  chainId: number;
13854
14537
  }[] | undefined;
13855
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
14538
+ lastClaimsOnchainFetchTimestamp: string | null;
13856
14539
  };
13857
14540
  activePrograms: {
13858
14541
  id: string;
@@ -13909,6 +14592,8 @@ declare const app: Elysia<"", {
13909
14592
  priceSource?: string | null | undefined;
13910
14593
  displaySymbol?: string | undefined;
13911
14594
  underlyingTokenId?: string | undefined;
14595
+ priceAlertDismissedAt?: number | undefined;
14596
+ priceAlertCount?: number | undefined;
13912
14597
  } | undefined;
13913
14598
  } | undefined;
13914
14599
  tvlRecord?: {
@@ -13926,6 +14611,7 @@ declare const app: Elysia<"", {
13926
14611
  breakdowns: {
13927
14612
  campaignId: string;
13928
14613
  value: number;
14614
+ maxValue?: number | undefined;
13929
14615
  timestamp: string | bigint;
13930
14616
  token: {
13931
14617
  id: string;
@@ -13944,6 +14630,8 @@ declare const app: Elysia<"", {
13944
14630
  priceSource?: string | null | undefined;
13945
14631
  displaySymbol?: string | undefined;
13946
14632
  underlyingTokenId?: string | undefined;
14633
+ priceAlertDismissedAt?: number | undefined;
14634
+ priceAlertCount?: number | undefined;
13947
14635
  };
13948
14636
  amount: string | bigint;
13949
14637
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -13982,7 +14670,7 @@ declare const app: Elysia<"", {
13982
14670
  url: string;
13983
14671
  chainId: number;
13984
14672
  }[] | undefined;
13985
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
14673
+ lastClaimsOnchainFetchTimestamp: string | null;
13986
14674
  };
13987
14675
  rewardTokenId?: string | undefined;
13988
14676
  rewardToken: {
@@ -14002,6 +14690,8 @@ declare const app: Elysia<"", {
14002
14690
  priceSource?: string | null | undefined;
14003
14691
  displaySymbol?: string | undefined;
14004
14692
  underlyingTokenId?: string | undefined;
14693
+ priceAlertDismissedAt?: number | undefined;
14694
+ priceAlertCount?: number | undefined;
14005
14695
  };
14006
14696
  opportunityId?: string | undefined;
14007
14697
  distributionChain?: {
@@ -14015,7 +14705,7 @@ declare const app: Elysia<"", {
14015
14705
  url: string;
14016
14706
  chainId: number;
14017
14707
  }[] | undefined;
14018
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
14708
+ lastClaimsOnchainFetchTimestamp: string | null;
14019
14709
  } | undefined;
14020
14710
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
14021
14711
  campaignStatus: {
@@ -14036,6 +14726,7 @@ declare const app: Elysia<"", {
14036
14726
  dailyRewardsBreakdown?: {
14037
14727
  campaignId: string;
14038
14728
  value: number;
14729
+ maxValue?: number | undefined;
14039
14730
  timestamp: string | bigint;
14040
14731
  token: {
14041
14732
  id: string;
@@ -14054,6 +14745,8 @@ declare const app: Elysia<"", {
14054
14745
  priceSource?: string | null | undefined;
14055
14746
  displaySymbol?: string | undefined;
14056
14747
  underlyingTokenId?: string | undefined;
14748
+ priceAlertDismissedAt?: number | undefined;
14749
+ priceAlertCount?: number | undefined;
14057
14750
  };
14058
14751
  amount: string | bigint;
14059
14752
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -14121,6 +14814,8 @@ declare const app: Elysia<"", {
14121
14814
  priceSource?: string | null | undefined;
14122
14815
  displaySymbol?: string | undefined;
14123
14816
  underlyingTokenId?: string | undefined;
14817
+ priceAlertDismissedAt?: number | undefined;
14818
+ priceAlertCount?: number | undefined;
14124
14819
  }[];
14125
14820
  chain: {
14126
14821
  id: number;
@@ -14133,7 +14828,7 @@ declare const app: Elysia<"", {
14133
14828
  url: string;
14134
14829
  chainId: number;
14135
14830
  }[] | undefined;
14136
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
14831
+ lastClaimsOnchainFetchTimestamp: string | null;
14137
14832
  };
14138
14833
  activePrograms: {
14139
14834
  id: string;
@@ -14190,6 +14885,8 @@ declare const app: Elysia<"", {
14190
14885
  priceSource?: string | null | undefined;
14191
14886
  displaySymbol?: string | undefined;
14192
14887
  underlyingTokenId?: string | undefined;
14888
+ priceAlertDismissedAt?: number | undefined;
14889
+ priceAlertCount?: number | undefined;
14193
14890
  } | undefined;
14194
14891
  } | undefined;
14195
14892
  tvlRecord?: {
@@ -14207,6 +14904,7 @@ declare const app: Elysia<"", {
14207
14904
  breakdowns: {
14208
14905
  campaignId: string;
14209
14906
  value: number;
14907
+ maxValue?: number | undefined;
14210
14908
  timestamp: string | bigint;
14211
14909
  token: {
14212
14910
  id: string;
@@ -14225,6 +14923,8 @@ declare const app: Elysia<"", {
14225
14923
  priceSource?: string | null | undefined;
14226
14924
  displaySymbol?: string | undefined;
14227
14925
  underlyingTokenId?: string | undefined;
14926
+ priceAlertDismissedAt?: number | undefined;
14927
+ priceAlertCount?: number | undefined;
14228
14928
  };
14229
14929
  amount: string | bigint;
14230
14930
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -14263,7 +14963,7 @@ declare const app: Elysia<"", {
14263
14963
  url: string;
14264
14964
  chainId: number;
14265
14965
  }[] | undefined;
14266
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
14966
+ lastClaimsOnchainFetchTimestamp: string | null;
14267
14967
  };
14268
14968
  rewardTokenId?: string | undefined;
14269
14969
  rewardToken: {
@@ -14283,6 +14983,8 @@ declare const app: Elysia<"", {
14283
14983
  priceSource?: string | null | undefined;
14284
14984
  displaySymbol?: string | undefined;
14285
14985
  underlyingTokenId?: string | undefined;
14986
+ priceAlertDismissedAt?: number | undefined;
14987
+ priceAlertCount?: number | undefined;
14286
14988
  };
14287
14989
  opportunityId?: string | undefined;
14288
14990
  distributionChain?: {
@@ -14296,7 +14998,7 @@ declare const app: Elysia<"", {
14296
14998
  url: string;
14297
14999
  chainId: number;
14298
15000
  }[] | undefined;
14299
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
15001
+ lastClaimsOnchainFetchTimestamp: string | null;
14300
15002
  } | undefined;
14301
15003
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
14302
15004
  campaignStatus: {
@@ -14317,6 +15019,7 @@ declare const app: Elysia<"", {
14317
15019
  dailyRewardsBreakdown?: {
14318
15020
  campaignId: string;
14319
15021
  value: number;
15022
+ maxValue?: number | undefined;
14320
15023
  timestamp: string | bigint;
14321
15024
  token: {
14322
15025
  id: string;
@@ -14335,6 +15038,8 @@ declare const app: Elysia<"", {
14335
15038
  priceSource?: string | null | undefined;
14336
15039
  displaySymbol?: string | undefined;
14337
15040
  underlyingTokenId?: string | undefined;
15041
+ priceAlertDismissedAt?: number | undefined;
15042
+ priceAlertCount?: number | undefined;
14338
15043
  };
14339
15044
  amount: string | bigint;
14340
15045
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -14446,6 +15151,8 @@ declare const app: Elysia<"", {
14446
15151
  priceSource?: string | null | undefined;
14447
15152
  displaySymbol?: string | undefined;
14448
15153
  underlyingTokenId?: string | undefined;
15154
+ priceAlertDismissedAt?: number | undefined;
15155
+ priceAlertCount?: number | undefined;
14449
15156
  }[];
14450
15157
  chain: {
14451
15158
  id: number;
@@ -14458,7 +15165,7 @@ declare const app: Elysia<"", {
14458
15165
  url: string;
14459
15166
  chainId: number;
14460
15167
  }[] | undefined;
14461
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
15168
+ lastClaimsOnchainFetchTimestamp: string | null;
14462
15169
  };
14463
15170
  activePrograms: {
14464
15171
  id: string;
@@ -14515,6 +15222,8 @@ declare const app: Elysia<"", {
14515
15222
  priceSource?: string | null | undefined;
14516
15223
  displaySymbol?: string | undefined;
14517
15224
  underlyingTokenId?: string | undefined;
15225
+ priceAlertDismissedAt?: number | undefined;
15226
+ priceAlertCount?: number | undefined;
14518
15227
  } | undefined;
14519
15228
  } | undefined;
14520
15229
  tvlRecord?: {
@@ -14532,6 +15241,7 @@ declare const app: Elysia<"", {
14532
15241
  breakdowns: {
14533
15242
  campaignId: string;
14534
15243
  value: number;
15244
+ maxValue?: number | undefined;
14535
15245
  timestamp: string | bigint;
14536
15246
  token: {
14537
15247
  id: string;
@@ -14550,6 +15260,8 @@ declare const app: Elysia<"", {
14550
15260
  priceSource?: string | null | undefined;
14551
15261
  displaySymbol?: string | undefined;
14552
15262
  underlyingTokenId?: string | undefined;
15263
+ priceAlertDismissedAt?: number | undefined;
15264
+ priceAlertCount?: number | undefined;
14553
15265
  };
14554
15266
  amount: string | bigint;
14555
15267
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -14588,7 +15300,7 @@ declare const app: Elysia<"", {
14588
15300
  url: string;
14589
15301
  chainId: number;
14590
15302
  }[] | undefined;
14591
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
15303
+ lastClaimsOnchainFetchTimestamp: string | null;
14592
15304
  };
14593
15305
  rewardTokenId?: string | undefined;
14594
15306
  rewardToken: {
@@ -14608,6 +15320,8 @@ declare const app: Elysia<"", {
14608
15320
  priceSource?: string | null | undefined;
14609
15321
  displaySymbol?: string | undefined;
14610
15322
  underlyingTokenId?: string | undefined;
15323
+ priceAlertDismissedAt?: number | undefined;
15324
+ priceAlertCount?: number | undefined;
14611
15325
  };
14612
15326
  opportunityId?: string | undefined;
14613
15327
  distributionChain?: {
@@ -14621,7 +15335,7 @@ declare const app: Elysia<"", {
14621
15335
  url: string;
14622
15336
  chainId: number;
14623
15337
  }[] | undefined;
14624
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
15338
+ lastClaimsOnchainFetchTimestamp: string | null;
14625
15339
  } | undefined;
14626
15340
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
14627
15341
  campaignStatus: {
@@ -14642,6 +15356,7 @@ declare const app: Elysia<"", {
14642
15356
  dailyRewardsBreakdown?: {
14643
15357
  campaignId: string;
14644
15358
  value: number;
15359
+ maxValue?: number | undefined;
14645
15360
  timestamp: string | bigint;
14646
15361
  token: {
14647
15362
  id: string;
@@ -14660,6 +15375,8 @@ declare const app: Elysia<"", {
14660
15375
  priceSource?: string | null | undefined;
14661
15376
  displaySymbol?: string | undefined;
14662
15377
  underlyingTokenId?: string | undefined;
15378
+ priceAlertDismissedAt?: number | undefined;
15379
+ priceAlertCount?: number | undefined;
14663
15380
  };
14664
15381
  amount: string | bigint;
14665
15382
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -14868,6 +15585,8 @@ declare const app: Elysia<"", {
14868
15585
  priceSource?: string | null | undefined;
14869
15586
  displaySymbol?: string | undefined;
14870
15587
  underlyingTokenId?: string | undefined;
15588
+ priceAlertDismissedAt?: number | undefined;
15589
+ priceAlertCount?: number | undefined;
14871
15590
  }[];
14872
15591
  chain: {
14873
15592
  id: number;
@@ -14880,7 +15599,7 @@ declare const app: Elysia<"", {
14880
15599
  url: string;
14881
15600
  chainId: number;
14882
15601
  }[] | undefined;
14883
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
15602
+ lastClaimsOnchainFetchTimestamp: string | null;
14884
15603
  };
14885
15604
  activePrograms: {
14886
15605
  id: string;
@@ -14937,6 +15656,8 @@ declare const app: Elysia<"", {
14937
15656
  priceSource?: string | null | undefined;
14938
15657
  displaySymbol?: string | undefined;
14939
15658
  underlyingTokenId?: string | undefined;
15659
+ priceAlertDismissedAt?: number | undefined;
15660
+ priceAlertCount?: number | undefined;
14940
15661
  } | undefined;
14941
15662
  } | undefined;
14942
15663
  tvlRecord?: {
@@ -14954,6 +15675,7 @@ declare const app: Elysia<"", {
14954
15675
  breakdowns: {
14955
15676
  campaignId: string;
14956
15677
  value: number;
15678
+ maxValue?: number | undefined;
14957
15679
  timestamp: string | bigint;
14958
15680
  token: {
14959
15681
  id: string;
@@ -14972,6 +15694,8 @@ declare const app: Elysia<"", {
14972
15694
  priceSource?: string | null | undefined;
14973
15695
  displaySymbol?: string | undefined;
14974
15696
  underlyingTokenId?: string | undefined;
15697
+ priceAlertDismissedAt?: number | undefined;
15698
+ priceAlertCount?: number | undefined;
14975
15699
  };
14976
15700
  amount: string | bigint;
14977
15701
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -15010,7 +15734,7 @@ declare const app: Elysia<"", {
15010
15734
  url: string;
15011
15735
  chainId: number;
15012
15736
  }[] | undefined;
15013
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
15737
+ lastClaimsOnchainFetchTimestamp: string | null;
15014
15738
  };
15015
15739
  rewardTokenId?: string | undefined;
15016
15740
  rewardToken: {
@@ -15030,6 +15754,8 @@ declare const app: Elysia<"", {
15030
15754
  priceSource?: string | null | undefined;
15031
15755
  displaySymbol?: string | undefined;
15032
15756
  underlyingTokenId?: string | undefined;
15757
+ priceAlertDismissedAt?: number | undefined;
15758
+ priceAlertCount?: number | undefined;
15033
15759
  };
15034
15760
  opportunityId?: string | undefined;
15035
15761
  distributionChain?: {
@@ -15043,7 +15769,7 @@ declare const app: Elysia<"", {
15043
15769
  url: string;
15044
15770
  chainId: number;
15045
15771
  }[] | undefined;
15046
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
15772
+ lastClaimsOnchainFetchTimestamp: string | null;
15047
15773
  } | undefined;
15048
15774
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
15049
15775
  campaignStatus: {
@@ -15064,6 +15790,7 @@ declare const app: Elysia<"", {
15064
15790
  dailyRewardsBreakdown?: {
15065
15791
  campaignId: string;
15066
15792
  value: number;
15793
+ maxValue?: number | undefined;
15067
15794
  timestamp: string | bigint;
15068
15795
  token: {
15069
15796
  id: string;
@@ -15082,6 +15809,8 @@ declare const app: Elysia<"", {
15082
15809
  priceSource?: string | null | undefined;
15083
15810
  displaySymbol?: string | undefined;
15084
15811
  underlyingTokenId?: string | undefined;
15812
+ priceAlertDismissedAt?: number | undefined;
15813
+ priceAlertCount?: number | undefined;
15085
15814
  };
15086
15815
  amount: string | bigint;
15087
15816
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -15149,6 +15878,8 @@ declare const app: Elysia<"", {
15149
15878
  priceSource?: string | null | undefined;
15150
15879
  displaySymbol?: string | undefined;
15151
15880
  underlyingTokenId?: string | undefined;
15881
+ priceAlertDismissedAt?: number | undefined;
15882
+ priceAlertCount?: number | undefined;
15152
15883
  }[];
15153
15884
  chain: {
15154
15885
  id: number;
@@ -15161,7 +15892,7 @@ declare const app: Elysia<"", {
15161
15892
  url: string;
15162
15893
  chainId: number;
15163
15894
  }[] | undefined;
15164
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
15895
+ lastClaimsOnchainFetchTimestamp: string | null;
15165
15896
  };
15166
15897
  activePrograms: {
15167
15898
  id: string;
@@ -15218,6 +15949,8 @@ declare const app: Elysia<"", {
15218
15949
  priceSource?: string | null | undefined;
15219
15950
  displaySymbol?: string | undefined;
15220
15951
  underlyingTokenId?: string | undefined;
15952
+ priceAlertDismissedAt?: number | undefined;
15953
+ priceAlertCount?: number | undefined;
15221
15954
  } | undefined;
15222
15955
  } | undefined;
15223
15956
  tvlRecord?: {
@@ -15235,6 +15968,7 @@ declare const app: Elysia<"", {
15235
15968
  breakdowns: {
15236
15969
  campaignId: string;
15237
15970
  value: number;
15971
+ maxValue?: number | undefined;
15238
15972
  timestamp: string | bigint;
15239
15973
  token: {
15240
15974
  id: string;
@@ -15253,6 +15987,8 @@ declare const app: Elysia<"", {
15253
15987
  priceSource?: string | null | undefined;
15254
15988
  displaySymbol?: string | undefined;
15255
15989
  underlyingTokenId?: string | undefined;
15990
+ priceAlertDismissedAt?: number | undefined;
15991
+ priceAlertCount?: number | undefined;
15256
15992
  };
15257
15993
  amount: string | bigint;
15258
15994
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -15291,7 +16027,7 @@ declare const app: Elysia<"", {
15291
16027
  url: string;
15292
16028
  chainId: number;
15293
16029
  }[] | undefined;
15294
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
16030
+ lastClaimsOnchainFetchTimestamp: string | null;
15295
16031
  };
15296
16032
  rewardTokenId?: string | undefined;
15297
16033
  rewardToken: {
@@ -15311,6 +16047,8 @@ declare const app: Elysia<"", {
15311
16047
  priceSource?: string | null | undefined;
15312
16048
  displaySymbol?: string | undefined;
15313
16049
  underlyingTokenId?: string | undefined;
16050
+ priceAlertDismissedAt?: number | undefined;
16051
+ priceAlertCount?: number | undefined;
15314
16052
  };
15315
16053
  opportunityId?: string | undefined;
15316
16054
  distributionChain?: {
@@ -15324,7 +16062,7 @@ declare const app: Elysia<"", {
15324
16062
  url: string;
15325
16063
  chainId: number;
15326
16064
  }[] | undefined;
15327
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
16065
+ lastClaimsOnchainFetchTimestamp: string | null;
15328
16066
  } | undefined;
15329
16067
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
15330
16068
  campaignStatus: {
@@ -15345,6 +16083,7 @@ declare const app: Elysia<"", {
15345
16083
  dailyRewardsBreakdown?: {
15346
16084
  campaignId: string;
15347
16085
  value: number;
16086
+ maxValue?: number | undefined;
15348
16087
  timestamp: string | bigint;
15349
16088
  token: {
15350
16089
  id: string;
@@ -15363,6 +16102,8 @@ declare const app: Elysia<"", {
15363
16102
  priceSource?: string | null | undefined;
15364
16103
  displaySymbol?: string | undefined;
15365
16104
  underlyingTokenId?: string | undefined;
16105
+ priceAlertDismissedAt?: number | undefined;
16106
+ priceAlertCount?: number | undefined;
15366
16107
  };
15367
16108
  amount: string | bigint;
15368
16109
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -15981,6 +16722,8 @@ declare const app: Elysia<"", {
15981
16722
  price: number | null;
15982
16723
  updatedAt: number | null;
15983
16724
  priceSource: string | null;
16725
+ priceAlertDismissedAt: number | null;
16726
+ priceAlertCount: number;
15984
16727
  };
15985
16728
  amount: string;
15986
16729
  campaignId: string;
@@ -15991,6 +16734,7 @@ declare const app: Elysia<"", {
15991
16734
  } & {
15992
16735
  id: string;
15993
16736
  value: number;
16737
+ maxValue: number;
15994
16738
  timestamp: bigint;
15995
16739
  campaignId: string;
15996
16740
  dailyRewardsRecordId: string;
@@ -16039,6 +16783,8 @@ declare const app: Elysia<"", {
16039
16783
  price: number | null;
16040
16784
  updatedAt: number | null;
16041
16785
  priceSource: string | null;
16786
+ priceAlertDismissedAt: number | null;
16787
+ priceAlertCount: number;
16042
16788
  } | null;
16043
16789
  } & {
16044
16790
  id: string;
@@ -16067,6 +16813,8 @@ declare const app: Elysia<"", {
16067
16813
  price: number | null;
16068
16814
  updatedAt: number | null;
16069
16815
  priceSource: string | null;
16816
+ priceAlertDismissedAt: number | null;
16817
+ priceAlertCount: number;
16070
16818
  }[];
16071
16819
  TvlRecords: ({
16072
16820
  TvlBreakdown: {
@@ -16490,6 +17238,8 @@ declare const app: Elysia<"", {
16490
17238
  price: number | null;
16491
17239
  updatedAt: number | null;
16492
17240
  priceSource: string | null;
17241
+ priceAlertDismissedAt: number | null;
17242
+ priceAlertCount: number;
16493
17243
  };
16494
17244
  amount: string;
16495
17245
  campaignId: string;
@@ -16500,6 +17250,7 @@ declare const app: Elysia<"", {
16500
17250
  } & {
16501
17251
  id: string;
16502
17252
  value: number;
17253
+ maxValue: number;
16503
17254
  timestamp: bigint;
16504
17255
  campaignId: string;
16505
17256
  dailyRewardsRecordId: string;
@@ -16548,6 +17299,8 @@ declare const app: Elysia<"", {
16548
17299
  price: number | null;
16549
17300
  updatedAt: number | null;
16550
17301
  priceSource: string | null;
17302
+ priceAlertDismissedAt: number | null;
17303
+ priceAlertCount: number;
16551
17304
  } | null;
16552
17305
  } & {
16553
17306
  id: string;
@@ -16576,6 +17329,8 @@ declare const app: Elysia<"", {
16576
17329
  price: number | null;
16577
17330
  updatedAt: number | null;
16578
17331
  priceSource: string | null;
17332
+ priceAlertDismissedAt: number | null;
17333
+ priceAlertCount: number;
16579
17334
  }[];
16580
17335
  TvlRecords: ({
16581
17336
  TvlBreakdown: {
@@ -16744,84 +17499,22 @@ declare const app: Elysia<"", {
16744
17499
  };
16745
17500
  } & {
16746
17501
  overrides: {
16747
- apply: {
17502
+ check: {
16748
17503
  post: {
16749
17504
  body: {
16750
- config: any;
16751
- override: any;
17505
+ oldConfig: any;
17506
+ newConfig: any;
16752
17507
  };
16753
17508
  params: {};
16754
17509
  query: unknown;
16755
17510
  headers: unknown;
16756
- response: {
16757
- 200: any;
16758
- 422: {
16759
- type: "validation";
16760
- on: string;
16761
- summary?: string | undefined;
16762
- message?: string | undefined;
16763
- found?: unknown;
16764
- property?: string | undefined;
16765
- expected?: string | undefined;
16766
- };
16767
- };
16768
- };
16769
- };
16770
- };
16771
- } & {
16772
- overrides: {
16773
- apply: {
16774
- ":campaignId": {
16775
- post: {
16776
- body: unknown;
16777
- params: {
16778
- campaignId: string;
16779
- };
16780
- query: unknown;
16781
- headers: unknown;
16782
- response: {
16783
- 200: any;
16784
- 422: {
16785
- type: "validation";
16786
- on: string;
16787
- summary?: string | undefined;
16788
- message?: string | undefined;
16789
- found?: unknown;
16790
- property?: string | undefined;
16791
- expected?: string | undefined;
16792
- };
16793
- };
16794
- };
16795
- };
16796
- };
16797
- };
16798
- } & {
16799
- overrides: {
16800
- ":campaignId": {
16801
- get: {
16802
- body: unknown;
16803
- params: {
16804
- campaignId: string;
16805
- };
16806
- query: unknown;
16807
- headers: unknown;
16808
17511
  response: {
16809
17512
  200: {
16810
- campaignId: string;
16811
- value: ({
16812
- type: "insert";
16813
- path: string;
16814
- value: any;
16815
- } | {
16816
- type: "update";
16817
- path: string;
16818
- value: any;
16819
- } | {
16820
- type: "delete";
17513
+ isValid: boolean;
17514
+ errors: {
16821
17515
  path: string;
16822
- })[];
16823
- signature: string;
16824
- signerAddress: string;
17516
+ message: string;
17517
+ }[];
16825
17518
  };
16826
17519
  422: {
16827
17520
  type: "validation";
@@ -16838,12 +17531,12 @@ declare const app: Elysia<"", {
16838
17531
  };
16839
17532
  } & {
16840
17533
  overrides: {
16841
- ":campaignId": {
17534
+ ":id": {
16842
17535
  "previous-configs": {
16843
17536
  get: {
16844
17537
  body: unknown;
16845
17538
  params: {
16846
- campaignId: string;
17539
+ id: string;
16847
17540
  };
16848
17541
  query: unknown;
16849
17542
  headers: unknown;
@@ -16877,93 +17570,6 @@ declare const app: Elysia<"", {
16877
17570
  };
16878
17571
  };
16879
17572
  };
16880
- } & {
16881
- overrides: {
16882
- check: {
16883
- post: {
16884
- body: {
16885
- oldConfig: any;
16886
- newConfig: any;
16887
- };
16888
- params: {};
16889
- query: unknown;
16890
- headers: unknown;
16891
- response: {
16892
- 200: {
16893
- isValid: boolean;
16894
- errors: {
16895
- path: string;
16896
- message: string;
16897
- }[];
16898
- };
16899
- 422: {
16900
- type: "validation";
16901
- on: string;
16902
- summary?: string | undefined;
16903
- message?: string | undefined;
16904
- found?: unknown;
16905
- property?: string | undefined;
16906
- expected?: string | undefined;
16907
- };
16908
- };
16909
- };
16910
- };
16911
- };
16912
- } & {
16913
- overrides: {
16914
- post: {
16915
- body: {
16916
- campaignId: string;
16917
- value: ({
16918
- type: "insert";
16919
- path: string;
16920
- value: any;
16921
- } | {
16922
- type: "update";
16923
- path: string;
16924
- value: any;
16925
- } | {
16926
- type: "delete";
16927
- path: string;
16928
- })[];
16929
- message: string;
16930
- signature: string;
16931
- };
16932
- params: {};
16933
- query: unknown;
16934
- headers: {
16935
- authorization: string;
16936
- };
16937
- response: {
16938
- 200: {
16939
- campaignId: string;
16940
- value: ({
16941
- type: "insert";
16942
- path: string;
16943
- value: any;
16944
- } | {
16945
- type: "update";
16946
- path: string;
16947
- value: any;
16948
- } | {
16949
- type: "delete";
16950
- path: string;
16951
- })[];
16952
- signature: string;
16953
- signerAddress: string;
16954
- };
16955
- 422: {
16956
- type: "validation";
16957
- on: string;
16958
- summary?: string | undefined;
16959
- message?: string | undefined;
16960
- found?: unknown;
16961
- property?: string | undefined;
16962
- expected?: string | undefined;
16963
- };
16964
- };
16965
- };
16966
- };
16967
17573
  } & {
16968
17574
  payload: {
16969
17575
  decode: {
@@ -17114,6 +17720,8 @@ declare const app: Elysia<"", {
17114
17720
  price: number | null;
17115
17721
  updatedAt: number | null;
17116
17722
  priceSource: string | null;
17723
+ priceAlertDismissedAt: number | null;
17724
+ priceAlertCount: number;
17117
17725
  };
17118
17726
  amount: string;
17119
17727
  campaignId: string;
@@ -17124,6 +17732,7 @@ declare const app: Elysia<"", {
17124
17732
  } & {
17125
17733
  id: string;
17126
17734
  value: number;
17735
+ maxValue: number;
17127
17736
  timestamp: bigint;
17128
17737
  campaignId: string;
17129
17738
  dailyRewardsRecordId: string;
@@ -17172,6 +17781,8 @@ declare const app: Elysia<"", {
17172
17781
  price: number | null;
17173
17782
  updatedAt: number | null;
17174
17783
  priceSource: string | null;
17784
+ priceAlertDismissedAt: number | null;
17785
+ priceAlertCount: number;
17175
17786
  } | null;
17176
17787
  } & {
17177
17788
  id: string;
@@ -17200,6 +17811,8 @@ declare const app: Elysia<"", {
17200
17811
  price: number | null;
17201
17812
  updatedAt: number | null;
17202
17813
  priceSource: string | null;
17814
+ priceAlertDismissedAt: number | null;
17815
+ priceAlertCount: number;
17203
17816
  }[];
17204
17817
  TvlRecords: ({
17205
17818
  TvlBreakdown: {
@@ -17398,6 +18011,8 @@ declare const app: Elysia<"", {
17398
18011
  price: number | null;
17399
18012
  updatedAt: number | null;
17400
18013
  priceSource: string | null;
18014
+ priceAlertDismissedAt: number | null;
18015
+ priceAlertCount: number;
17401
18016
  };
17402
18017
  amount: string;
17403
18018
  campaignId: string;
@@ -17408,6 +18023,7 @@ declare const app: Elysia<"", {
17408
18023
  } & {
17409
18024
  id: string;
17410
18025
  value: number;
18026
+ maxValue: number;
17411
18027
  timestamp: bigint;
17412
18028
  campaignId: string;
17413
18029
  dailyRewardsRecordId: string;
@@ -17456,6 +18072,8 @@ declare const app: Elysia<"", {
17456
18072
  price: number | null;
17457
18073
  updatedAt: number | null;
17458
18074
  priceSource: string | null;
18075
+ priceAlertDismissedAt: number | null;
18076
+ priceAlertCount: number;
17459
18077
  } | null;
17460
18078
  } & {
17461
18079
  id: string;
@@ -17484,6 +18102,8 @@ declare const app: Elysia<"", {
17484
18102
  price: number | null;
17485
18103
  updatedAt: number | null;
17486
18104
  priceSource: string | null;
18105
+ priceAlertDismissedAt: number | null;
18106
+ priceAlertCount: number;
17487
18107
  }[];
17488
18108
  TvlRecords: ({
17489
18109
  TvlBreakdown: {
@@ -17683,6 +18303,8 @@ declare const app: Elysia<"", {
17683
18303
  price: number | null;
17684
18304
  updatedAt: number | null;
17685
18305
  priceSource: string | null;
18306
+ priceAlertDismissedAt: number | null;
18307
+ priceAlertCount: number;
17686
18308
  };
17687
18309
  amount: string;
17688
18310
  campaignId: string;
@@ -17693,6 +18315,7 @@ declare const app: Elysia<"", {
17693
18315
  } & {
17694
18316
  id: string;
17695
18317
  value: number;
18318
+ maxValue: number;
17696
18319
  timestamp: bigint;
17697
18320
  campaignId: string;
17698
18321
  dailyRewardsRecordId: string;
@@ -17741,6 +18364,8 @@ declare const app: Elysia<"", {
17741
18364
  price: number | null;
17742
18365
  updatedAt: number | null;
17743
18366
  priceSource: string | null;
18367
+ priceAlertDismissedAt: number | null;
18368
+ priceAlertCount: number;
17744
18369
  } | null;
17745
18370
  } & {
17746
18371
  id: string;
@@ -17769,6 +18394,8 @@ declare const app: Elysia<"", {
17769
18394
  price: number | null;
17770
18395
  updatedAt: number | null;
17771
18396
  priceSource: string | null;
18397
+ priceAlertDismissedAt: number | null;
18398
+ priceAlertCount: number;
17772
18399
  }[];
17773
18400
  TvlRecords: ({
17774
18401
  TvlBreakdown: {
@@ -18352,6 +18979,8 @@ declare const app: Elysia<"", {
18352
18979
  priceSource?: string | null | undefined;
18353
18980
  displaySymbol?: string | undefined;
18354
18981
  underlyingTokenId?: string | undefined;
18982
+ priceAlertDismissedAt?: number | undefined;
18983
+ priceAlertCount?: number | undefined;
18355
18984
  }[];
18356
18985
  chain: {
18357
18986
  id: number;
@@ -18364,7 +18993,7 @@ declare const app: Elysia<"", {
18364
18993
  url: string;
18365
18994
  chainId: number;
18366
18995
  }[] | undefined;
18367
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
18996
+ lastClaimsOnchainFetchTimestamp: string | null;
18368
18997
  };
18369
18998
  activePrograms: {
18370
18999
  id: string;
@@ -18421,6 +19050,8 @@ declare const app: Elysia<"", {
18421
19050
  priceSource?: string | null | undefined;
18422
19051
  displaySymbol?: string | undefined;
18423
19052
  underlyingTokenId?: string | undefined;
19053
+ priceAlertDismissedAt?: number | undefined;
19054
+ priceAlertCount?: number | undefined;
18424
19055
  } | undefined;
18425
19056
  } | undefined;
18426
19057
  tvlRecord?: {
@@ -18438,6 +19069,7 @@ declare const app: Elysia<"", {
18438
19069
  breakdowns: {
18439
19070
  campaignId: string;
18440
19071
  value: number;
19072
+ maxValue?: number | undefined;
18441
19073
  timestamp: string | bigint;
18442
19074
  token: {
18443
19075
  id: string;
@@ -18456,6 +19088,8 @@ declare const app: Elysia<"", {
18456
19088
  priceSource?: string | null | undefined;
18457
19089
  displaySymbol?: string | undefined;
18458
19090
  underlyingTokenId?: string | undefined;
19091
+ priceAlertDismissedAt?: number | undefined;
19092
+ priceAlertCount?: number | undefined;
18459
19093
  };
18460
19094
  amount: string | bigint;
18461
19095
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -18552,6 +19186,8 @@ declare const app: Elysia<"", {
18552
19186
  priceSource?: string | null | undefined;
18553
19187
  displaySymbol?: string | undefined;
18554
19188
  underlyingTokenId?: string | undefined;
19189
+ priceAlertDismissedAt?: number | undefined;
19190
+ priceAlertCount?: number | undefined;
18555
19191
  }[];
18556
19192
  chain: {
18557
19193
  id: number;
@@ -18564,7 +19200,7 @@ declare const app: Elysia<"", {
18564
19200
  url: string;
18565
19201
  chainId: number;
18566
19202
  }[] | undefined;
18567
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
19203
+ lastClaimsOnchainFetchTimestamp: string | null;
18568
19204
  };
18569
19205
  activePrograms: {
18570
19206
  id: string;
@@ -18621,6 +19257,8 @@ declare const app: Elysia<"", {
18621
19257
  priceSource?: string | null | undefined;
18622
19258
  displaySymbol?: string | undefined;
18623
19259
  underlyingTokenId?: string | undefined;
19260
+ priceAlertDismissedAt?: number | undefined;
19261
+ priceAlertCount?: number | undefined;
18624
19262
  } | undefined;
18625
19263
  } | undefined;
18626
19264
  tvlRecord?: {
@@ -18638,6 +19276,7 @@ declare const app: Elysia<"", {
18638
19276
  breakdowns: {
18639
19277
  campaignId: string;
18640
19278
  value: number;
19279
+ maxValue?: number | undefined;
18641
19280
  timestamp: string | bigint;
18642
19281
  token: {
18643
19282
  id: string;
@@ -18656,6 +19295,8 @@ declare const app: Elysia<"", {
18656
19295
  priceSource?: string | null | undefined;
18657
19296
  displaySymbol?: string | undefined;
18658
19297
  underlyingTokenId?: string | undefined;
19298
+ priceAlertDismissedAt?: number | undefined;
19299
+ priceAlertCount?: number | undefined;
18659
19300
  };
18660
19301
  amount: string | bigint;
18661
19302
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -18786,6 +19427,8 @@ declare const app: Elysia<"", {
18786
19427
  priceSource?: string | null | undefined;
18787
19428
  displaySymbol?: string | undefined;
18788
19429
  underlyingTokenId?: string | undefined;
19430
+ priceAlertDismissedAt?: number | undefined;
19431
+ priceAlertCount?: number | undefined;
18789
19432
  }[];
18790
19433
  chain: {
18791
19434
  id: number;
@@ -18798,7 +19441,7 @@ declare const app: Elysia<"", {
18798
19441
  url: string;
18799
19442
  chainId: number;
18800
19443
  }[] | undefined;
18801
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
19444
+ lastClaimsOnchainFetchTimestamp: string | null;
18802
19445
  };
18803
19446
  activePrograms: {
18804
19447
  id: string;
@@ -18855,6 +19498,8 @@ declare const app: Elysia<"", {
18855
19498
  priceSource?: string | null | undefined;
18856
19499
  displaySymbol?: string | undefined;
18857
19500
  underlyingTokenId?: string | undefined;
19501
+ priceAlertDismissedAt?: number | undefined;
19502
+ priceAlertCount?: number | undefined;
18858
19503
  } | undefined;
18859
19504
  } | undefined;
18860
19505
  tvlRecord?: {
@@ -18872,6 +19517,7 @@ declare const app: Elysia<"", {
18872
19517
  breakdowns: {
18873
19518
  campaignId: string;
18874
19519
  value: number;
19520
+ maxValue?: number | undefined;
18875
19521
  timestamp: string | bigint;
18876
19522
  token: {
18877
19523
  id: string;
@@ -18890,6 +19536,8 @@ declare const app: Elysia<"", {
18890
19536
  priceSource?: string | null | undefined;
18891
19537
  displaySymbol?: string | undefined;
18892
19538
  underlyingTokenId?: string | undefined;
19539
+ priceAlertDismissedAt?: number | undefined;
19540
+ priceAlertCount?: number | undefined;
18893
19541
  };
18894
19542
  amount: string | bigint;
18895
19543
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -18995,6 +19643,8 @@ declare const app: Elysia<"", {
18995
19643
  priceSource?: string | null | undefined;
18996
19644
  displaySymbol?: string | undefined;
18997
19645
  underlyingTokenId?: string | undefined;
19646
+ priceAlertDismissedAt?: number | undefined;
19647
+ priceAlertCount?: number | undefined;
18998
19648
  }[];
18999
19649
  chain: {
19000
19650
  id: number;
@@ -19007,7 +19657,7 @@ declare const app: Elysia<"", {
19007
19657
  url: string;
19008
19658
  chainId: number;
19009
19659
  }[] | undefined;
19010
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
19660
+ lastClaimsOnchainFetchTimestamp: string | null;
19011
19661
  };
19012
19662
  activePrograms: {
19013
19663
  id: string;
@@ -19064,6 +19714,8 @@ declare const app: Elysia<"", {
19064
19714
  priceSource?: string | null | undefined;
19065
19715
  displaySymbol?: string | undefined;
19066
19716
  underlyingTokenId?: string | undefined;
19717
+ priceAlertDismissedAt?: number | undefined;
19718
+ priceAlertCount?: number | undefined;
19067
19719
  } | undefined;
19068
19720
  } | undefined;
19069
19721
  tvlRecord?: {
@@ -19081,6 +19733,7 @@ declare const app: Elysia<"", {
19081
19733
  breakdowns: {
19082
19734
  campaignId: string;
19083
19735
  value: number;
19736
+ maxValue?: number | undefined;
19084
19737
  timestamp: string | bigint;
19085
19738
  token: {
19086
19739
  id: string;
@@ -19099,6 +19752,8 @@ declare const app: Elysia<"", {
19099
19752
  priceSource?: string | null | undefined;
19100
19753
  displaySymbol?: string | undefined;
19101
19754
  underlyingTokenId?: string | undefined;
19755
+ priceAlertDismissedAt?: number | undefined;
19756
+ priceAlertCount?: number | undefined;
19102
19757
  };
19103
19758
  amount: string | bigint;
19104
19759
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -19231,6 +19886,8 @@ declare const app: Elysia<"", {
19231
19886
  priceSource?: string | null | undefined;
19232
19887
  displaySymbol?: string | undefined;
19233
19888
  underlyingTokenId?: string | undefined;
19889
+ priceAlertDismissedAt?: number | undefined;
19890
+ priceAlertCount?: number | undefined;
19234
19891
  };
19235
19892
  chainId: number;
19236
19893
  hash: string;
@@ -19374,6 +20031,9 @@ declare const app: Elysia<"", {
19374
20031
  tags?: string[] | undefined;
19375
20032
  opportunityTag?: string | undefined;
19376
20033
  opportunityChain?: number | undefined;
20034
+ status?: string | undefined;
20035
+ tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
20036
+ excludeSubCampaigns?: boolean | undefined;
19377
20037
  };
19378
20038
  headers: unknown;
19379
20039
  response: {
@@ -19419,6 +20079,9 @@ declare const app: Elysia<"", {
19419
20079
  tags?: string[] | undefined;
19420
20080
  opportunityTag?: string | undefined;
19421
20081
  opportunityChain?: number | undefined;
20082
+ status?: string | undefined;
20083
+ tokenTypes?: ("POINT" | "PRETGE" | "TOKEN")[] | undefined;
20084
+ excludeSubCampaigns?: boolean | undefined;
19422
20085
  };
19423
20086
  headers: unknown;
19424
20087
  response: {
@@ -20507,6 +21170,8 @@ declare const app: Elysia<"", {
20507
21170
  priceSource?: string | null | undefined;
20508
21171
  displaySymbol?: string | undefined;
20509
21172
  underlyingTokenId?: string | undefined;
21173
+ priceAlertDismissedAt?: number | undefined;
21174
+ priceAlertCount?: number | undefined;
20510
21175
  };
20511
21176
  422: {
20512
21177
  type: "validation";
@@ -20582,6 +21247,8 @@ declare const app: Elysia<"", {
20582
21247
  priceSource?: string | null | undefined;
20583
21248
  displaySymbol?: string | undefined;
20584
21249
  underlyingTokenId?: string | undefined;
21250
+ priceAlertDismissedAt?: number | undefined;
21251
+ priceAlertCount?: number | undefined;
20585
21252
  } & {
20586
21253
  minimumAmountPerHour?: string | undefined;
20587
21254
  isTokenWrapper?: boolean | undefined;
@@ -20631,6 +21298,8 @@ declare const app: Elysia<"", {
20631
21298
  priceSource?: string | null | undefined;
20632
21299
  displaySymbol?: string | undefined;
20633
21300
  underlyingTokenId?: string | undefined;
21301
+ priceAlertDismissedAt?: number | undefined;
21302
+ priceAlertCount?: number | undefined;
20634
21303
  } & {
20635
21304
  minimumAmountPerHour?: string | undefined;
20636
21305
  isTokenWrapper?: boolean | undefined;
@@ -20682,6 +21351,8 @@ declare const app: Elysia<"", {
20682
21351
  priceSource?: string | null | undefined;
20683
21352
  displaySymbol?: string | undefined;
20684
21353
  underlyingTokenId?: string | undefined;
21354
+ priceAlertDismissedAt?: number | undefined;
21355
+ priceAlertCount?: number | undefined;
20685
21356
  } & {
20686
21357
  balance: bigint;
20687
21358
  })[];
@@ -20738,6 +21409,8 @@ declare const app: Elysia<"", {
20738
21409
  priceSource?: string | null | undefined;
20739
21410
  displaySymbol?: string | undefined;
20740
21411
  underlyingTokenId?: string | undefined;
21412
+ priceAlertDismissedAt?: number | undefined;
21413
+ priceAlertCount?: number | undefined;
20741
21414
  }[];
20742
21415
  422: {
20743
21416
  type: "validation";
@@ -20831,6 +21504,8 @@ declare const app: Elysia<"", {
20831
21504
  priceSource?: string | null | undefined;
20832
21505
  displaySymbol?: string | undefined;
20833
21506
  underlyingTokenId?: string | undefined;
21507
+ priceAlertDismissedAt?: number | undefined;
21508
+ priceAlertCount?: number | undefined;
20834
21509
  };
20835
21510
  422: {
20836
21511
  type: "validation";
@@ -20878,6 +21553,8 @@ declare const app: Elysia<"", {
20878
21553
  priceSource?: string | null | undefined;
20879
21554
  displaySymbol?: string | undefined;
20880
21555
  underlyingTokenId?: string | undefined;
21556
+ priceAlertDismissedAt?: number | undefined;
21557
+ priceAlertCount?: number | undefined;
20881
21558
  };
20882
21559
  422: {
20883
21560
  type: "validation";
@@ -20930,6 +21607,8 @@ declare const app: Elysia<"", {
20930
21607
  priceSource?: string | null | undefined;
20931
21608
  displaySymbol?: string | undefined;
20932
21609
  underlyingTokenId?: string | undefined;
21610
+ priceAlertDismissedAt?: number | undefined;
21611
+ priceAlertCount?: number | undefined;
20933
21612
  };
20934
21613
  422: {
20935
21614
  type: "validation";
@@ -21007,6 +21686,8 @@ declare const app: Elysia<"", {
21007
21686
  priceSource?: string | null | undefined;
21008
21687
  displaySymbol?: string | undefined;
21009
21688
  underlyingTokenId?: string | undefined;
21689
+ priceAlertDismissedAt?: number | undefined;
21690
+ priceAlertCount?: number | undefined;
21010
21691
  };
21011
21692
  422: {
21012
21693
  type: "validation";
@@ -21263,6 +21944,8 @@ declare const app: Elysia<"", {
21263
21944
  priceSource?: string | null | undefined;
21264
21945
  displaySymbol?: string | undefined;
21265
21946
  underlyingTokenId?: string | undefined;
21947
+ priceAlertDismissedAt?: number | undefined;
21948
+ priceAlertCount?: number | undefined;
21266
21949
  };
21267
21950
  opportunity: {
21268
21951
  id: string;
@@ -21320,6 +22003,8 @@ declare const app: Elysia<"", {
21320
22003
  priceSource?: string | null | undefined;
21321
22004
  displaySymbol?: string | undefined;
21322
22005
  underlyingTokenId?: string | undefined;
22006
+ priceAlertDismissedAt?: number | undefined;
22007
+ priceAlertCount?: number | undefined;
21323
22008
  }[];
21324
22009
  chain: {
21325
22010
  id: number;
@@ -21332,7 +22017,7 @@ declare const app: Elysia<"", {
21332
22017
  url: string;
21333
22018
  chainId: number;
21334
22019
  }[] | undefined;
21335
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
22020
+ lastClaimsOnchainFetchTimestamp: string | null;
21336
22021
  };
21337
22022
  activePrograms: {
21338
22023
  id: string;
@@ -21389,6 +22074,8 @@ declare const app: Elysia<"", {
21389
22074
  priceSource?: string | null | undefined;
21390
22075
  displaySymbol?: string | undefined;
21391
22076
  underlyingTokenId?: string | undefined;
22077
+ priceAlertDismissedAt?: number | undefined;
22078
+ priceAlertCount?: number | undefined;
21392
22079
  } | undefined;
21393
22080
  } | undefined;
21394
22081
  tvlRecord?: {
@@ -21406,6 +22093,7 @@ declare const app: Elysia<"", {
21406
22093
  breakdowns: {
21407
22094
  campaignId: string;
21408
22095
  value: number;
22096
+ maxValue?: number | undefined;
21409
22097
  timestamp: string | bigint;
21410
22098
  token: {
21411
22099
  id: string;
@@ -21424,6 +22112,8 @@ declare const app: Elysia<"", {
21424
22112
  priceSource?: string | null | undefined;
21425
22113
  displaySymbol?: string | undefined;
21426
22114
  underlyingTokenId?: string | undefined;
22115
+ priceAlertDismissedAt?: number | undefined;
22116
+ priceAlertCount?: number | undefined;
21427
22117
  };
21428
22118
  amount: string | bigint;
21429
22119
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -21487,6 +22177,8 @@ declare const app: Elysia<"", {
21487
22177
  priceSource?: string | null | undefined;
21488
22178
  displaySymbol?: string | undefined;
21489
22179
  underlyingTokenId?: string | undefined;
22180
+ priceAlertDismissedAt?: number | undefined;
22181
+ priceAlertCount?: number | undefined;
21490
22182
  };
21491
22183
  opportunity: {
21492
22184
  id: string;
@@ -21544,6 +22236,8 @@ declare const app: Elysia<"", {
21544
22236
  priceSource?: string | null | undefined;
21545
22237
  displaySymbol?: string | undefined;
21546
22238
  underlyingTokenId?: string | undefined;
22239
+ priceAlertDismissedAt?: number | undefined;
22240
+ priceAlertCount?: number | undefined;
21547
22241
  }[];
21548
22242
  chain: {
21549
22243
  id: number;
@@ -21556,7 +22250,7 @@ declare const app: Elysia<"", {
21556
22250
  url: string;
21557
22251
  chainId: number;
21558
22252
  }[] | undefined;
21559
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
22253
+ lastClaimsOnchainFetchTimestamp: string | null;
21560
22254
  };
21561
22255
  activePrograms: {
21562
22256
  id: string;
@@ -21613,6 +22307,8 @@ declare const app: Elysia<"", {
21613
22307
  priceSource?: string | null | undefined;
21614
22308
  displaySymbol?: string | undefined;
21615
22309
  underlyingTokenId?: string | undefined;
22310
+ priceAlertDismissedAt?: number | undefined;
22311
+ priceAlertCount?: number | undefined;
21616
22312
  } | undefined;
21617
22313
  } | undefined;
21618
22314
  tvlRecord?: {
@@ -21630,6 +22326,7 @@ declare const app: Elysia<"", {
21630
22326
  breakdowns: {
21631
22327
  campaignId: string;
21632
22328
  value: number;
22329
+ maxValue?: number | undefined;
21633
22330
  timestamp: string | bigint;
21634
22331
  token: {
21635
22332
  id: string;
@@ -21648,6 +22345,8 @@ declare const app: Elysia<"", {
21648
22345
  priceSource?: string | null | undefined;
21649
22346
  displaySymbol?: string | undefined;
21650
22347
  underlyingTokenId?: string | undefined;
22348
+ priceAlertDismissedAt?: number | undefined;
22349
+ priceAlertCount?: number | undefined;
21651
22350
  };
21652
22351
  amount: string | bigint;
21653
22352
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -22792,7 +23491,7 @@ declare const app: Elysia<"", {
22792
23491
  url: string;
22793
23492
  chainId: number;
22794
23493
  }[] | undefined;
22795
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
23494
+ lastClaimsOnchainFetchTimestamp: string | null;
22796
23495
  };
22797
23496
  rewards: {
22798
23497
  root: string;
@@ -22984,6 +23683,45 @@ declare const app: Elysia<"", {
22984
23683
  };
22985
23684
  };
22986
23685
  };
23686
+ } & {
23687
+ users: {
23688
+ ":address": {
23689
+ rewards: {
23690
+ stats: {
23691
+ get: {
23692
+ body: unknown;
23693
+ params: {
23694
+ address: string;
23695
+ };
23696
+ query: {
23697
+ chains?: string[] | undefined;
23698
+ tokens?: string[] | undefined;
23699
+ protocols?: string[] | undefined;
23700
+ isTest?: boolean | undefined;
23701
+ isPreTGE?: boolean | undefined;
23702
+ };
23703
+ headers: unknown;
23704
+ response: {
23705
+ 200: {
23706
+ totalEarnedUSD: string;
23707
+ pendingUSD: string;
23708
+ claimableUSD: string;
23709
+ };
23710
+ 422: {
23711
+ type: "validation";
23712
+ on: string;
23713
+ summary?: string | undefined;
23714
+ message?: string | undefined;
23715
+ found?: unknown;
23716
+ property?: string | undefined;
23717
+ expected?: string | undefined;
23718
+ };
23719
+ };
23720
+ };
23721
+ };
23722
+ };
23723
+ };
23724
+ };
22987
23725
  } & {
22988
23726
  users: {
22989
23727
  get: {
@@ -23071,7 +23809,7 @@ declare const app: Elysia<"", {
23071
23809
  url: string;
23072
23810
  chainId: number;
23073
23811
  }[] | undefined;
23074
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
23812
+ lastClaimsOnchainFetchTimestamp: string | null;
23075
23813
  };
23076
23814
  rewards: {
23077
23815
  root: string;
@@ -23095,6 +23833,8 @@ declare const app: Elysia<"", {
23095
23833
  priceSource?: string | null | undefined;
23096
23834
  displaySymbol?: string | undefined;
23097
23835
  underlyingTokenId?: string | undefined;
23836
+ priceAlertDismissedAt?: number | undefined;
23837
+ priceAlertCount?: number | undefined;
23098
23838
  };
23099
23839
  breakdowns: {
23100
23840
  root: string;
@@ -23170,6 +23910,8 @@ declare const app: Elysia<"", {
23170
23910
  price: number | null;
23171
23911
  updatedAt: number | null;
23172
23912
  priceSource: string | null;
23913
+ priceAlertDismissedAt: number | null;
23914
+ priceAlertCount: number;
23173
23915
  }[];
23174
23916
  } & {
23175
23917
  id: string;
@@ -23228,6 +23970,8 @@ declare const app: Elysia<"", {
23228
23970
  priceSource?: string | null | undefined;
23229
23971
  displaySymbol?: string | undefined;
23230
23972
  underlyingTokenId?: string | undefined;
23973
+ priceAlertDismissedAt?: number | undefined;
23974
+ priceAlertCount?: number | undefined;
23231
23975
  };
23232
23976
  breakdowns: {
23233
23977
  root: string;
@@ -23303,6 +24047,8 @@ declare const app: Elysia<"", {
23303
24047
  price: number | null;
23304
24048
  updatedAt: number | null;
23305
24049
  priceSource: string | null;
24050
+ priceAlertDismissedAt: number | null;
24051
+ priceAlertCount: number;
23306
24052
  }[];
23307
24053
  } & {
23308
24054
  id: string;
@@ -23395,6 +24141,8 @@ declare const app: Elysia<"", {
23395
24141
  priceSource?: string | null | undefined;
23396
24142
  displaySymbol?: string | undefined;
23397
24143
  underlyingTokenId?: string | undefined;
24144
+ priceAlertDismissedAt?: number | undefined;
24145
+ priceAlertCount?: number | undefined;
23398
24146
  }[];
23399
24147
  chain: {
23400
24148
  id: number;
@@ -23407,7 +24155,7 @@ declare const app: Elysia<"", {
23407
24155
  url: string;
23408
24156
  chainId: number;
23409
24157
  }[] | undefined;
23410
- lastClaimsOnchainFetchTimestamp?: string | null | undefined;
24158
+ lastClaimsOnchainFetchTimestamp: string | null;
23411
24159
  };
23412
24160
  activePrograms: {
23413
24161
  id: string;
@@ -23464,6 +24212,8 @@ declare const app: Elysia<"", {
23464
24212
  priceSource?: string | null | undefined;
23465
24213
  displaySymbol?: string | undefined;
23466
24214
  underlyingTokenId?: string | undefined;
24215
+ priceAlertDismissedAt?: number | undefined;
24216
+ priceAlertCount?: number | undefined;
23467
24217
  } | undefined;
23468
24218
  } | undefined;
23469
24219
  tvlRecord?: {
@@ -23481,6 +24231,7 @@ declare const app: Elysia<"", {
23481
24231
  breakdowns: {
23482
24232
  campaignId: string;
23483
24233
  value: number;
24234
+ maxValue?: number | undefined;
23484
24235
  timestamp: string | bigint;
23485
24236
  token: {
23486
24237
  id: string;
@@ -23499,6 +24250,8 @@ declare const app: Elysia<"", {
23499
24250
  priceSource?: string | null | undefined;
23500
24251
  displaySymbol?: string | undefined;
23501
24252
  underlyingTokenId?: string | undefined;
24253
+ priceAlertDismissedAt?: number | undefined;
24254
+ priceAlertCount?: number | undefined;
23502
24255
  };
23503
24256
  amount: string | bigint;
23504
24257
  distributionType?: "AAVE_NET_APR" | "AAVE_V4_NET_APR" | "DUTCH_AUCTION" | "ERC4626_APR" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "FIX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "FIX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_AMOUNT_PER_LIQUIDITY_VALUE" | "MAX_REWARD_VALUE_PER_LIQUIDITY_AMOUNT" | "MAX_REWARD_VALUE_PER_LIQUIDITY_VALUE" | undefined;
@@ -23860,32 +24613,6 @@ declare const app: Elysia<"", {
23860
24613
  };
23861
24614
  };
23862
24615
  };
23863
- } & {
23864
- v1: {
23865
- prices: {
23866
- get: {
23867
- body: unknown;
23868
- params: {};
23869
- query: {};
23870
- headers: unknown;
23871
- response: {
23872
- 200: {
23873
- rate: number;
23874
- token: string;
23875
- }[];
23876
- 422: {
23877
- type: "validation";
23878
- on: string;
23879
- summary?: string | undefined;
23880
- message?: string | undefined;
23881
- found?: unknown;
23882
- property?: string | undefined;
23883
- expected?: string | undefined;
23884
- };
23885
- };
23886
- };
23887
- };
23888
- };
23889
24616
  } & {
23890
24617
  v1: {
23891
24618
  tokens: {
@@ -23945,10 +24672,6 @@ declare const app: Elysia<"", {
23945
24672
  response: {
23946
24673
  200: {
23947
24674
  tokens: TokenList;
23948
- prices: {
23949
- rate: number;
23950
- token: string;
23951
- }[];
23952
24675
  };
23953
24676
  422: {
23954
24677
  type: "validation";