@merkl/api 1.3.24 → 1.3.26
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.
- package/dist/src/cache/declaration.d.ts +133 -0
- package/dist/src/cache/declaration.js.map +1 -0
- package/dist/src/cache/index.d.ts +69 -0
- package/dist/src/cache/index.js.map +1 -0
- package/dist/src/cache/redis.d.ts +23 -0
- package/dist/src/cache/redis.js.map +1 -0
- package/dist/src/constants.d.ts +29 -0
- package/dist/src/constants.js.map +1 -0
- package/dist/src/eden/index.d.ts +15687 -0
- package/dist/src/eden/index.js +3 -1
- package/dist/src/eden/index.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Ajna.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Ajna.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Badger.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Badger.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Clamm.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Clamm.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Compound.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Compound.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/CompoundV3.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/CompoundV3.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Dolomite.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Dolomite.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/ERC721.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/ERC721.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/ERCMultiToken.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/ERCMultiToken.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/EigenLayer.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/EigenLayer.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Encompassing.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Encompassing.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.d.ts +108 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20Snapshot.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Erc20Snapshot.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/EventBased.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/EventBased.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Hyperdrive.d.ts +22 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Hyperdrive.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Morpho.d.ts +9 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Morpho.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Radiant.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Radiant.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Silo.d.ts +9 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Silo.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/UniswapV4.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/UniswapV4.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Vest.d.ts +9 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/Vest.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/default.d.ts +5 -0
- package/dist/src/engine/deprecated/dynamicData/implementations/default.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchA51Strategies.d.ts +18 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchA51Strategies.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchClamInfo.d.ts +2 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchClamInfo.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchLogs.d.ts +14 -0
- package/dist/src/engine/deprecated/dynamicData/utils/fetchLogs.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getCompV2ForksVaults.d.ts +19 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getCompV2ForksVaults.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getContractCreationBlock.d.ts +3 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getContractCreationBlock.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getDolomiteMarkets.d.ts +7 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getDolomiteMarkets.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getEulerV2Vaults.d.ts +3 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getEulerV2Vaults.js.map +1 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getFixedApr.d.ts +11 -0
- package/dist/src/engine/deprecated/dynamicData/utils/getFixedApr.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/GenericProcessor.d.ts +109 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/GenericProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/eulerVaultNames.d.ts +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/eulerVaultNames.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/factoryFinder.d.ts +6 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/factoryFinder.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getBlacklistedSupply.d.ts +2 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getBlacklistedSupply.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getCrossCurveTokenPrice.d.ts +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/getCrossCurveTokenPrice.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/hardcoded.d.ts +3 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/hardcoded.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.d.ts +2 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/ownerFinder.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/spliceTVL.d.ts +8 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/spliceTVL.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/treasuryFinder.d.ts +2 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/helpers/treasuryFinder.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AaveProcessor.d.ts +31 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AaveProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AnglesLiquid.d.ts +36 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AnglesLiquid.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AssetProcessor.d.ts +35 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AssetProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AuraProcessor.d.ts +108 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/AuraProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BEXRewardGaugeProcessor.d.ts +86 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BEXRewardGaugeProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerGaugeProcessor.d.ts +76 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerGaugeProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerPoolProcessor.d.ts +89 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerPoolProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerV3PoolProcessor.d.ts +45 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BalancerV3PoolProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BeefyProcessor.d.ts +48 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BeefyProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BunniV2Processor.d.ts +45 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/BunniV2Processor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/CompoundProcessor.d.ts +45 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/CompoundProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ERC4626Processor.d.ts +34 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ERC4626Processor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EnzymeProcessor.d.ts +40 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EnzymeProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EqualizerGaugeProcessor.d.ts +28 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EqualizerGaugeProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerBorrowProcessor.d.ts +36 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerBorrowProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerLendProcessor.d.ts +35 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/EulerLendProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FluidProcessor.d.ts +40 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FluidProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FraxProcessor.d.ts +33 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/FraxProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaALMProcessor.d.ts +30 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaALMProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaProcessor.d.ts +43 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GammaProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GearboxProcessor.d.ts +45 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/GearboxProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HanjiVaultProcessor.d.ts +44 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HanjiVaultProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HoldStationProcessor.d.ts +29 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HoldStationProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HourglassProcessor.d.ts +37 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/HourglassProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MaverickBPProcessor.d.ts +50 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MaverickBPProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MetamorphoProcessor.d.ts +34 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/MetamorphoProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/NoLinkVaultProcessor.d.ts +38 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/NoLinkVaultProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleProcessor.d.ts +29 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleYTProcessor.d.ts +29 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/PendleYTProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RadiantProcessor.d.ts +33 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RadiantProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RfxProcessor.d.ts +41 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/RfxProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/Satlayer.d.ts +35 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/Satlayer.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraProcessor.d.ts +31 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraYTProcessor.d.ts +31 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpectraYTProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpliceProcessor.d.ts +17 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SpliceProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/StabilityProcessor.d.ts +30 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/StabilityProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SturdySiloProcessor.d.ts +40 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/SturdySiloProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TempestVaultProcessor.d.ts +52 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TempestVaultProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TemplateProcessor.d.ts +33 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TemplateProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TorosProcessor.d.ts +31 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/TorosProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/UniswapProcessor.d.ts +44 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/UniswapProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/VicunaProcessor.d.ts +28 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/VicunaProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/WoofiProcessor.d.ts +33 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/WoofiProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ZkSwapThreePoolProcessor.d.ts +53 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/ZkSwapThreePoolProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveNPoolProcessor.d.ts +40 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveNPoolProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveProcessor.d.ts +50 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/curveProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/processorMapping.d.ts +6 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/processorMapping.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/stakedCurveProcessor.d.ts +55 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/stakedCurveProcessor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/xU308Processor.d.ts +39 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/implementations/xU308Processor.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesPrices.d.ts +5 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesPrices.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.d.ts +5 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound1.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound2.d.ts +4 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound2.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound3.d.ts +3 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound3.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound4.d.ts +4 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/subtypesRound4.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeStruct.d.ts +7 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeStruct.js.map +1 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeToProtocolAndAction.d.ts +5 -0
- package/dist/src/engine/deprecated/erc20SubTypeProcessors/tokenTypeToProtocolAndAction.js.map +1 -0
- package/dist/src/engine/implementations/Aave/metadata.d.ts +34 -0
- package/dist/src/engine/implementations/Aave/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Aave/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Aave/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Ajna/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Ajna/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Ajna/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Ajna/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Ambient/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Ambient/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Ambient/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Ambient/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Badger/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Badger/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Clamm/metadata.d.ts +45 -0
- package/dist/src/engine/implementations/Clamm/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Compound/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Compound/metadata.js.map +1 -0
- package/dist/src/engine/implementations/CompoundV3/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/CompoundV3/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Default/metadata.d.ts +13 -0
- package/dist/src/engine/implementations/Default/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Dolomite/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Dolomite/metadata.js.map +1 -0
- package/dist/src/engine/implementations/EigenLayer/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/EigenLayer/metadata.js.map +1 -0
- package/dist/src/engine/implementations/EigenLayer/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/EigenLayer/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Ekubo/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/Ekubo/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Ekubo/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Ekubo/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Encompassing/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Encompassing/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Erc20/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/detect.d.ts +7 -0
- package/dist/src/engine/implementations/Erc20/subTypes/detect.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/factories.d.ts +5 -0
- package/dist/src/engine/implementations/Erc20/subTypes/factories.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ERC4626/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/aave/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/arrakisVault/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/balancerV3/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/bunni/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/charm/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/curveV1/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/tvl.d.ts +5 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/euler/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gamma/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/gearbox/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/metadata.d.ts +30 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/hypurrfiIsolatedMarket/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/ichi/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/layerbank/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/metadata.d.ts +15 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/lendleVaults/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/metamorpho/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/pino/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/rooster/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/metadata.d.ts +22 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/tvl.d.ts +9 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/silo/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/spectra/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/stableswap/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/summer/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/syPendle/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmax/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/termmaxVault/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/metadata.d.ts +30 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/hybrav2/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/metadata.d.ts +31 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/metadata.d.ts +30 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/mimswap/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/subTypes/implementations/uniswapV2/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/subTypes/index.d.ts +139 -0
- package/dist/src/engine/implementations/Erc20/subTypes/index.js.map +1 -0
- package/dist/src/engine/implementations/Erc20/tvl.d.ts +6 -0
- package/dist/src/engine/implementations/Erc20/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Erc20Snapshot/metadata.d.ts +15 -0
- package/dist/src/engine/implementations/Erc20Snapshot/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Erc721/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Erc721/metadata.js.map +1 -0
- package/dist/src/engine/implementations/ErcMultiToken/metadata.d.ts +28 -0
- package/dist/src/engine/implementations/ErcMultiToken/metadata.js.map +1 -0
- package/dist/src/engine/implementations/EventBased/metadata.d.ts +24 -0
- package/dist/src/engine/implementations/EventBased/metadata.js.map +1 -0
- package/dist/src/engine/implementations/FluidVault/metadata.d.ts +33 -0
- package/dist/src/engine/implementations/FluidVault/metadata.js.map +1 -0
- package/dist/src/engine/implementations/FluidVault/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/FluidVault/tvl.js.map +1 -0
- package/dist/src/engine/implementations/FraxLend/metadataBorrow.d.ts +24 -0
- package/dist/src/engine/implementations/FraxLend/metadataBorrow.js.map +1 -0
- package/dist/src/engine/implementations/FraxLend/metadataCollateral.d.ts +18 -0
- package/dist/src/engine/implementations/FraxLend/metadataCollateral.js.map +1 -0
- package/dist/src/engine/implementations/FraxLend/tvlBorrow.d.ts +7 -0
- package/dist/src/engine/implementations/FraxLend/tvlBorrow.js.map +1 -0
- package/dist/src/engine/implementations/FraxLend/tvlCollateral.d.ts +7 -0
- package/dist/src/engine/implementations/FraxLend/tvlCollateral.js.map +1 -0
- package/dist/src/engine/implementations/Hyperdrive/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/Hyperdrive/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Invalid/metadata.d.ts +11 -0
- package/dist/src/engine/implementations/Invalid/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Ion/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Ion/metadata.js.map +1 -0
- package/dist/src/engine/implementations/JsonAirdrop/metadata.d.ts +24 -0
- package/dist/src/engine/implementations/JsonAirdrop/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Locker/metadata.d.ts +24 -0
- package/dist/src/engine/implementations/Locker/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Locker/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/Locker/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Morpho/metadata.d.ts +25 -0
- package/dist/src/engine/implementations/Morpho/metadata.js.map +1 -0
- package/dist/src/engine/implementations/MultiLog/match.d.ts +4 -0
- package/dist/src/engine/implementations/MultiLog/match.js.map +1 -0
- package/dist/src/engine/implementations/MultiLog/metadata.d.ts +11 -0
- package/dist/src/engine/implementations/MultiLog/metadata.js.map +1 -0
- package/dist/src/engine/implementations/MultiLog/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/MultiLog/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Radiant/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Radiant/metadata.js.map +1 -0
- package/dist/src/engine/implementations/Silo/metadata.d.ts +17 -0
- package/dist/src/engine/implementations/Silo/metadata.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/Equilibria/metadata.d.ts +15 -0
- package/dist/src/engine/implementations/StakingVaults/Equilibria/metadata.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/Equilibria/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/StakingVaults/Equilibria/tvl.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/Satoshi/metadata.d.ts +18 -0
- package/dist/src/engine/implementations/StakingVaults/Satoshi/metadata.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/Satoshi/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/StakingVaults/Satoshi/tvl.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/SummerFinance/metadata.d.ts +15 -0
- package/dist/src/engine/implementations/StakingVaults/SummerFinance/metadata.js.map +1 -0
- package/dist/src/engine/implementations/StakingVaults/SummerFinance/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/StakingVaults/SummerFinance/tvl.js.map +1 -0
- package/dist/src/engine/implementations/SymbioticVault/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/SymbioticVault/metadata.js.map +1 -0
- package/dist/src/engine/implementations/SymbioticVault/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/SymbioticVault/tvl.js.map +1 -0
- package/dist/src/engine/implementations/TermFinance/metadata.d.ts +19 -0
- package/dist/src/engine/implementations/TermFinance/metadata.js.map +1 -0
- package/dist/src/engine/implementations/TermFinance/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/TermFinance/tvl.js.map +1 -0
- package/dist/src/engine/implementations/UniswapV4/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/UniswapV4/metadata.js.map +1 -0
- package/dist/src/engine/implementations/UniswapV4/tvl.d.ts +18 -0
- package/dist/src/engine/implementations/UniswapV4/tvl.js.map +1 -0
- package/dist/src/engine/implementations/Vest/metadata.d.ts +16 -0
- package/dist/src/engine/implementations/Vest/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoBorrow/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoBorrow/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoBorrow/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/morphoBorrow/tvl.js.map +1 -0
- package/dist/src/engine/implementations/morphoBorrowSingleToken/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoBorrowSingleToken/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoCollateral/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoCollateral/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoCollateral/tvl.d.ts +16 -0
- package/dist/src/engine/implementations/morphoCollateral/tvl.js.map +1 -0
- package/dist/src/engine/implementations/morphoCollateralSingleToken/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoCollateralSingleToken/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoCollateralSingleToken/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/morphoCollateralSingleToken/tvl.js.map +1 -0
- package/dist/src/engine/implementations/morphoSingleToken/tvl.d.ts +9 -0
- package/dist/src/engine/implementations/morphoSingleToken/tvl.js.map +1 -0
- package/dist/src/engine/implementations/morphoSupply/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoSupply/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoSupply/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/morphoSupply/tvl.js.map +1 -0
- package/dist/src/engine/implementations/morphoSupplySingleToken/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoSupplySingleToken/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoVault/metadata.d.ts +20 -0
- package/dist/src/engine/implementations/morphoVault/metadata.js.map +1 -0
- package/dist/src/engine/implementations/morphoVault/tvl.d.ts +7 -0
- package/dist/src/engine/implementations/morphoVault/tvl.js.map +1 -0
- package/dist/src/engine/metadata/factory.d.ts +3 -0
- package/dist/src/engine/metadata/factory.js.map +1 -0
- package/dist/src/engine/tvl/factory.d.ts +6 -0
- package/dist/src/engine/tvl/factory.js.map +1 -0
- package/dist/src/engine/tvl/logStates.d.ts +27 -0
- package/dist/src/engine/tvl/logStates.js.map +1 -0
- package/dist/src/errors/BadRequest.error.d.ts +4 -0
- package/dist/src/errors/BadRequest.error.js.map +1 -0
- package/dist/src/errors/Conflict.error.d.ts +4 -0
- package/dist/src/errors/Conflict.error.js.map +1 -0
- package/dist/src/errors/HttpError.d.ts +11 -0
- package/dist/src/errors/HttpError.js.map +1 -0
- package/dist/src/errors/InvalidParameter.error.d.ts +4 -0
- package/dist/src/errors/InvalidParameter.error.js.map +1 -0
- package/dist/src/errors/NotFound.error.d.ts +8 -0
- package/dist/src/errors/NotFound.error.js.map +1 -0
- package/dist/src/errors/UnableToFindPrice.error.d.ts +4 -0
- package/dist/src/errors/UnableToFindPrice.error.js.map +1 -0
- package/dist/src/errors/Unauthorized.error.d.ts +4 -0
- package/dist/src/errors/Unauthorized.error.js.map +1 -0
- package/dist/src/errors/VoidString.error.d.ts +4 -0
- package/dist/src/errors/VoidString.error.js.map +1 -0
- package/dist/src/guards/BackOffice.guard.d.ts +7 -0
- package/dist/src/guards/BackOffice.guard.js.map +1 -0
- package/dist/src/guards/Engine.guard.d.ts +10 -0
- package/dist/src/guards/Engine.guard.js.map +1 -0
- package/dist/src/guards/TokenAuth.guard.d.ts +7 -0
- package/dist/src/guards/TokenAuth.guard.js.map +1 -0
- package/dist/src/guards/VerifyJwt.guard.d.ts +10 -0
- package/dist/src/guards/VerifyJwt.guard.js.map +1 -0
- package/dist/src/hooks/checkQueryAddressValidity.d.ts +50 -0
- package/dist/src/hooks/checkQueryAddressValidity.js.map +1 -0
- package/dist/src/hooks/checkQueryChainIdValidity.d.ts +50 -0
- package/dist/src/hooks/checkQueryChainIdValidity.js.map +1 -0
- package/dist/src/index.d.ts +16993 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/jobs/pendings.d.ts +2 -0
- package/dist/src/jobs/pendings.js.map +1 -0
- package/dist/src/jobs/post-urgent-stack.d.ts +1 -0
- package/dist/src/jobs/post-urgent-stack.js.map +1 -0
- package/dist/src/jobs/prices.d.ts +1 -0
- package/dist/src/jobs/prices.js.map +1 -0
- package/dist/src/jobs/reward-breakdowns.d.ts +2 -0
- package/dist/src/jobs/reward-breakdowns.js.map +1 -0
- package/dist/src/jobs/rewards.d.ts +2 -0
- package/dist/src/jobs/rewards.js.map +1 -0
- package/dist/src/jobs/set-dungeon-keeper.d.ts +1 -0
- package/dist/src/jobs/set-dungeon-keeper.js.map +1 -0
- package/dist/src/jobs/update-analytics.d.ts +1 -0
- package/dist/src/jobs/update-analytics.js.map +1 -0
- package/dist/src/jobs/update-dynamic-data.d.ts +1 -0
- package/dist/src/jobs/update-dynamic-data.js.map +1 -0
- package/dist/src/jobs/update-euler-vaults.d.ts +1 -0
- package/dist/src/jobs/update-euler-vaults.js.map +1 -0
- package/dist/src/jobs/update-rpc-calls-cache.d.ts +1 -0
- package/dist/src/jobs/update-rpc-calls-cache.js.map +1 -0
- package/dist/src/jobs/update-uniswap-v4-pools.d.ts +1 -0
- package/dist/src/jobs/update-uniswap-v4-pools.js.map +1 -0
- package/dist/src/jobs/update-v3-caches.d.ts +13 -0
- package/dist/src/jobs/update-v3-caches.js.map +1 -0
- package/dist/src/jobs/workers/count-claims.worker.d.ts +1 -0
- package/dist/src/jobs/workers/count-claims.worker.js.map +1 -0
- package/dist/src/libs/computeFee.d.ts +4 -0
- package/dist/src/libs/computeFee.js.map +1 -0
- package/dist/src/libs/deprecated-merklv3/index.d.ts +5 -0
- package/dist/src/libs/deprecated-merklv3/index.js.map +1 -0
- package/dist/src/libs/getTokensList.d.ts +23 -0
- package/dist/src/libs/getTokensList.js.map +1 -0
- package/dist/src/libs/merklChainData.d.ts +4 -0
- package/dist/src/libs/merklChainData.js.map +1 -0
- package/dist/src/libs/parse/marketsWithCache.d.ts +3 -0
- package/dist/src/libs/parse/marketsWithCache.js.map +1 -0
- package/dist/src/libs/positions/EigenLayer/index.d.ts +7 -0
- package/dist/src/libs/positions/EigenLayer/index.js.map +1 -0
- package/dist/src/libs/positions/ajna/index.d.ts +7 -0
- package/dist/src/libs/positions/ajna/index.js.map +1 -0
- package/dist/src/libs/positions/badger/index.d.ts +6 -0
- package/dist/src/libs/positions/badger/index.js.map +1 -0
- package/dist/src/libs/positions/clamm/index.d.ts +7 -0
- package/dist/src/libs/positions/clamm/index.js.map +1 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAlmPositions.d.ts +6 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAlmPositions.js.map +1 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAmmPositions.d.ts +9 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchAmmPositions.js.map +1 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchFarmedPositions.d.ts +10 -0
- package/dist/src/libs/positions/clamm/thegraph/fetchFarmedPositions.js.map +1 -0
- package/dist/src/libs/positions/clamm/thegraph/index.d.ts +50 -0
- package/dist/src/libs/positions/clamm/thegraph/index.js.map +1 -0
- package/dist/src/libs/positions/compound/index.d.ts +25 -0
- package/dist/src/libs/positions/compound/index.js.map +1 -0
- package/dist/src/libs/positions/dolomite/index.d.ts +17 -0
- package/dist/src/libs/positions/dolomite/index.js.map +1 -0
- package/dist/src/libs/positions/erc20/index.d.ts +6 -0
- package/dist/src/libs/positions/erc20/index.js.map +1 -0
- package/dist/src/libs/positions/euler/index.d.ts +6 -0
- package/dist/src/libs/positions/euler/index.js.map +1 -0
- package/dist/src/libs/positions/index.d.ts +4 -0
- package/dist/src/libs/positions/index.js.map +1 -0
- package/dist/src/libs/positions/morpho/index.d.ts +6 -0
- package/dist/src/libs/positions/morpho/index.js.map +1 -0
- package/dist/src/libs/positions/prepareFetch.d.ts +23 -0
- package/dist/src/libs/positions/prepareFetch.js.map +1 -0
- package/dist/src/libs/positions/silo/index.d.ts +6 -0
- package/dist/src/libs/positions/silo/index.js.map +1 -0
- package/dist/src/libs/positions/types.d.ts +82 -0
- package/dist/src/libs/positions/types.js.map +1 -0
- package/dist/src/libs/staticCampaigns.d.ts +6 -0
- package/dist/src/libs/staticCampaigns.js.map +1 -0
- package/dist/src/libs/tokens/allowances.d.ts +1 -0
- package/dist/src/libs/tokens/allowances.js.map +1 -0
- package/dist/src/libs/tokens/balances.d.ts +11 -0
- package/dist/src/libs/tokens/balances.js.map +1 -0
- package/dist/src/libs/tokens/tokenInfo.d.ts +8 -0
- package/dist/src/libs/tokens/tokenInfo.js.map +1 -0
- package/dist/src/modules/v4/accounting/accounting.controller.d.ts +284 -0
- package/dist/src/modules/v4/accounting/accounting.controller.js.map +1 -0
- package/dist/src/modules/v4/accounting/accounting.model.d.ts +32 -0
- package/dist/src/modules/v4/accounting/accounting.model.js.map +1 -0
- package/dist/src/modules/v4/accounting/accounting.repository.d.ts +99 -0
- package/dist/src/modules/v4/accounting/accounting.repository.js.map +1 -0
- package/dist/src/modules/v4/accounting/accounting.service.d.ts +59 -0
- package/dist/src/modules/v4/accounting/accounting.service.js.map +1 -0
- package/dist/src/modules/v4/airflow/airflow.service.d.ts +3 -0
- package/dist/src/modules/v4/airflow/airflow.service.js.map +1 -0
- package/dist/src/modules/v4/apr/apr.model.d.ts +67 -0
- package/dist/src/modules/v4/apr/apr.model.js.map +1 -0
- package/dist/src/modules/v4/apr/apr.service.d.ts +9 -0
- package/dist/src/modules/v4/apr/apr.service.js.map +1 -0
- package/dist/src/modules/v4/authentication/authentication.controller.d.ts +76 -0
- package/dist/src/modules/v4/authentication/authentication.controller.js.map +1 -0
- package/dist/src/modules/v4/authentication/authentication.model.d.ts +10 -0
- package/dist/src/modules/v4/authentication/authentication.model.js.map +1 -0
- package/dist/src/modules/v4/authentication/authentication.service.d.ts +10 -0
- package/dist/src/modules/v4/authentication/authentication.service.js.map +1 -0
- package/dist/src/modules/v4/blacklist/blacklist.controller.d.ts +150 -0
- package/dist/src/modules/v4/blacklist/blacklist.controller.js.map +1 -0
- package/dist/src/modules/v4/blacklist/blacklist.model.d.ts +20 -0
- package/dist/src/modules/v4/blacklist/blacklist.model.js.map +1 -0
- package/dist/src/modules/v4/blacklist/blacklist.repository.d.ts +21 -0
- package/dist/src/modules/v4/blacklist/blacklist.repository.js.map +1 -0
- package/dist/src/modules/v4/blacklist/blacklist.service.d.ts +24 -0
- package/dist/src/modules/v4/blacklist/blacklist.service.js.map +1 -0
- package/dist/src/modules/v4/boost/boost.controller.d.ts +110 -0
- package/dist/src/modules/v4/boost/boost.controller.js.map +1 -0
- package/dist/src/modules/v4/boost/boost.model.d.ts +12 -0
- package/dist/src/modules/v4/boost/boost.model.js.map +1 -0
- package/dist/src/modules/v4/boost/boost.service.d.ts +11 -0
- package/dist/src/modules/v4/boost/boost.service.js.map +1 -0
- package/dist/src/modules/v4/bucket/bucket.model.d.ts +10 -0
- package/dist/src/modules/v4/bucket/bucket.model.js.map +1 -0
- package/dist/src/modules/v4/bucket/bucket.service.d.ts +21 -0
- package/dist/src/modules/v4/bucket/bucket.service.js.map +1 -0
- package/dist/src/modules/v4/cache/cache.model.d.ts +13 -0
- package/dist/src/modules/v4/cache/cache.model.js.map +1 -0
- package/dist/src/modules/v4/cache/cache.repository.d.ts +8 -0
- package/dist/src/modules/v4/cache/cache.repository.js.map +1 -0
- package/dist/src/modules/v4/cache/cache.service.d.ts +12 -0
- package/dist/src/modules/v4/cache/cache.service.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.controller.d.ts +2203 -0
- package/dist/src/modules/v4/campaign/campaign.controller.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.convertor.d.ts +10 -0
- package/dist/src/modules/v4/campaign/campaign.convertor.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.formatter.d.ts +6 -0
- package/dist/src/modules/v4/campaign/campaign.formatter.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.model.d.ts +254 -0
- package/dist/src/modules/v4/campaign/campaign.model.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.repository.d.ts +1782 -0
- package/dist/src/modules/v4/campaign/campaign.repository.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.service.d.ts +564 -0
- package/dist/src/modules/v4/campaign/campaign.service.js.map +1 -0
- package/dist/src/modules/v4/campaign/campaign.test.controller.d.ts +2210 -0
- package/dist/src/modules/v4/campaign/campaign.test.controller.js.map +1 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.controller.d.ts +414 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.controller.js.map +1 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.model.d.ts +148 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.model.js.map +1 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.repository.d.ts +132 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.repository.js.map +1 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.service.d.ts +254 -0
- package/dist/src/modules/v4/campaign-batch/campaign-batch.service.js.map +1 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.model.d.ts +11 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.model.js.map +1 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.repository.d.ts +129 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.repository.js.map +1 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.service.d.ts +129 -0
- package/dist/src/modules/v4/campaign-group/campaign-group.service.js.map +1 -0
- package/dist/src/modules/v4/chain/chain.controller.d.ts +204 -0
- package/dist/src/modules/v4/chain/chain.controller.js.map +1 -0
- package/dist/src/modules/v4/chain/chain.model.d.ts +58 -0
- package/dist/src/modules/v4/chain/chain.model.js.map +1 -0
- package/dist/src/modules/v4/chain/chain.repository.d.ts +130 -0
- package/dist/src/modules/v4/chain/chain.repository.js.map +1 -0
- package/dist/src/modules/v4/chain/chain.service.d.ts +112 -0
- package/dist/src/modules/v4/chain/chain.service.js.map +1 -0
- package/dist/src/modules/v4/chainInteraction/chainInteraction.service.d.ts +2 -0
- package/dist/src/modules/v4/chainInteraction/chainInteraction.service.js.map +1 -0
- package/dist/src/modules/v4/claims/claims.controller.d.ts +72 -0
- package/dist/src/modules/v4/claims/claims.controller.js.map +1 -0
- package/dist/src/modules/v4/claims/claims.model.d.ts +9 -0
- package/dist/src/modules/v4/claims/claims.model.js.map +1 -0
- package/dist/src/modules/v4/claims/claims.repository.d.ts +5 -0
- package/dist/src/modules/v4/claims/claims.repository.js.map +1 -0
- package/dist/src/modules/v4/claims/claims.service.d.ts +25 -0
- package/dist/src/modules/v4/claims/claims.service.js.map +1 -0
- package/dist/src/modules/v4/clamm/clamm.controller.d.ts +88 -0
- package/dist/src/modules/v4/clamm/clamm.controller.js.map +1 -0
- package/dist/src/modules/v4/clamm/clamm.model.d.ts +78 -0
- package/dist/src/modules/v4/clamm/clamm.model.js.map +1 -0
- package/dist/src/modules/v4/clamm/clamm.service.d.ts +5 -0
- package/dist/src/modules/v4/clamm/clamm.service.js.map +1 -0
- package/dist/src/modules/v4/coingecko/coingecko.model.d.ts +0 -0
- package/dist/src/modules/v4/coingecko/coingecko.model.js.map +1 -0
- package/dist/src/modules/v4/coingecko/coingecko.repository.d.ts +14 -0
- package/dist/src/modules/v4/coingecko/coingecko.repository.js.map +1 -0
- package/dist/src/modules/v4/coingecko/coingecko.service.d.ts +16 -0
- package/dist/src/modules/v4/coingecko/coingecko.service.js.map +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.controller.d.ts +199 -0
- package/dist/src/modules/v4/computedValue/computedValue.controller.js.map +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.formatter.d.ts +5 -0
- package/dist/src/modules/v4/computedValue/computedValue.formatter.js.map +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.model.d.ts +56 -0
- package/dist/src/modules/v4/computedValue/computedValue.model.js.map +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.repository.d.ts +39 -0
- package/dist/src/modules/v4/computedValue/computedValue.repository.js.map +1 -0
- package/dist/src/modules/v4/computedValue/computedValue.service.d.ts +25 -0
- package/dist/src/modules/v4/computedValue/computedValue.service.js.map +1 -0
- package/dist/src/modules/v4/creator/creator.controller.d.ts +556 -0
- package/dist/src/modules/v4/creator/creator.controller.js.map +1 -0
- package/dist/src/modules/v4/creator/creator.model.d.ts +63 -0
- package/dist/src/modules/v4/creator/creator.model.js.map +1 -0
- package/dist/src/modules/v4/creator/creator.repository.d.ts +102 -0
- package/dist/src/modules/v4/creator/creator.repository.js.map +1 -0
- package/dist/src/modules/v4/creator/creator.service.d.ts +263 -0
- package/dist/src/modules/v4/creator/creator.service.js.map +1 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.service.d.ts +126 -0
- package/dist/src/modules/v4/dynamicData/dynamicData.service.js.map +1 -0
- package/dist/src/modules/v4/enso/enso.model.d.ts +166 -0
- package/dist/src/modules/v4/enso/enso.model.js.map +1 -0
- package/dist/src/modules/v4/enso/enso.service.d.ts +69 -0
- package/dist/src/modules/v4/enso/enso.service.js.map +1 -0
- package/dist/src/modules/v4/euler/euler.controller.d.ts +112 -0
- package/dist/src/modules/v4/euler/euler.controller.js.map +1 -0
- package/dist/src/modules/v4/euler/euler.model.d.ts +35 -0
- package/dist/src/modules/v4/euler/euler.model.js.map +1 -0
- package/dist/src/modules/v4/euler/euler.repository.d.ts +4 -0
- package/dist/src/modules/v4/euler/euler.repository.js.map +1 -0
- package/dist/src/modules/v4/euler/euler.service.d.ts +4 -0
- package/dist/src/modules/v4/euler/euler.service.js.map +1 -0
- package/dist/src/modules/v4/explorer/explorer.controller.d.ts +59 -0
- package/dist/src/modules/v4/explorer/explorer.controller.js.map +1 -0
- package/dist/src/modules/v4/explorer/explorer.model.d.ts +16 -0
- package/dist/src/modules/v4/explorer/explorer.model.js.map +1 -0
- package/dist/src/modules/v4/explorer/explorer.repository.d.ts +21 -0
- package/dist/src/modules/v4/explorer/explorer.repository.js.map +1 -0
- package/dist/src/modules/v4/explorer/explorer.service.d.ts +28 -0
- package/dist/src/modules/v4/explorer/explorer.service.js.map +1 -0
- package/dist/src/modules/v4/icon/icon.model.d.ts +4 -0
- package/dist/src/modules/v4/icon/icon.model.js.map +1 -0
- package/dist/src/modules/v4/icon/icon.service.d.ts +5 -0
- package/dist/src/modules/v4/icon/icon.service.js.map +1 -0
- package/dist/src/modules/v4/interaction/interaction.controller.d.ts +129 -0
- package/dist/src/modules/v4/interaction/interaction.controller.js.map +1 -0
- package/dist/src/modules/v4/interaction/interaction.model.d.ts +110 -0
- package/dist/src/modules/v4/interaction/interaction.model.js.map +1 -0
- package/dist/src/modules/v4/interaction/interaction.service.d.ts +38 -0
- package/dist/src/modules/v4/interaction/interaction.service.js.map +1 -0
- package/dist/src/modules/v4/kyberzap/kyberzap.model.d.ts +115 -0
- package/dist/src/modules/v4/kyberzap/kyberzap.model.js.map +1 -0
- package/dist/src/modules/v4/kyberzap/kyberzap.service.d.ts +34 -0
- package/dist/src/modules/v4/kyberzap/kyberzap.service.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/AjnaPositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/BadgerPositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/BadgerPositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/ClammPositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/ClammPositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/DolomitePositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/ERC20PositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/ERC20PositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/implementations/EulerPositionFetcher.d.ts +206 -0
- package/dist/src/modules/v4/liquidity/implementations/EulerPositionFetcher.js.map +1 -0
- package/dist/src/modules/v4/liquidity/liquidity.controller.d.ts +51 -0
- package/dist/src/modules/v4/liquidity/liquidity.controller.js.map +1 -0
- package/dist/src/modules/v4/liquidity/liquidity.model.d.ts +25 -0
- package/dist/src/modules/v4/liquidity/liquidity.model.js.map +1 -0
- package/dist/src/modules/v4/liquidity/liquidity.repository.d.ts +14 -0
- package/dist/src/modules/v4/liquidity/liquidity.repository.js.map +1 -0
- package/dist/src/modules/v4/liquidity/liquidity.service.d.ts +5 -0
- package/dist/src/modules/v4/liquidity/liquidity.service.js.map +1 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.d.ts +116 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.controller.js.map +1 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.model.d.ts +13 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.model.js.map +1 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.d.ts +27 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.repository.js.map +1 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.service.d.ts +47 -0
- package/dist/src/modules/v4/merklRoot/merklRoot.service.js.map +1 -0
- package/dist/src/modules/v4/node/node.controller.d.ts +65 -0
- package/dist/src/modules/v4/node/node.controller.js.map +1 -0
- package/dist/src/modules/v4/node/node.model.d.ts +28 -0
- package/dist/src/modules/v4/node/node.model.js.map +1 -0
- package/dist/src/modules/v4/node/node.repository.d.ts +40 -0
- package/dist/src/modules/v4/node/node.repository.js.map +1 -0
- package/dist/src/modules/v4/node/node.service.d.ts +31 -0
- package/dist/src/modules/v4/node/node.service.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.d.ts +1819 -0
- package/dist/src/modules/v4/opportunity/opportunity.controller.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.converter.d.ts +149 -0
- package/dist/src/modules/v4/opportunity/opportunity.converter.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.formatter.d.ts +185 -0
- package/dist/src/modules/v4/opportunity/opportunity.formatter.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.d.ts +751 -0
- package/dist/src/modules/v4/opportunity/opportunity.model.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.d.ts +1171 -0
- package/dist/src/modules/v4/opportunity/opportunity.repository.js.map +1 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.d.ts +777 -0
- package/dist/src/modules/v4/opportunity/opportunity.service.js.map +1 -0
- package/dist/src/modules/v4/opportunity/transform-id.pipe.d.ts +5 -0
- package/dist/src/modules/v4/opportunity/transform-id.pipe.js.map +1 -0
- package/dist/src/modules/v4/opportunity/validate-id.pipe.d.ts +5 -0
- package/dist/src/modules/v4/opportunity/validate-id.pipe.js.map +1 -0
- package/dist/src/modules/v4/parse/parse.controller.d.ts +64 -0
- package/dist/src/modules/v4/parse/parse.controller.js.map +1 -0
- package/dist/src/modules/v4/parse/parse.model.d.ts +10 -0
- package/dist/src/modules/v4/parse/parse.model.js.map +1 -0
- package/dist/src/modules/v4/payload/payload.controller.d.ts +596 -0
- package/dist/src/modules/v4/payload/payload.controller.js.map +1 -0
- package/dist/src/modules/v4/payload/payload.model.d.ts +330 -0
- package/dist/src/modules/v4/payload/payload.model.js.map +1 -0
- package/dist/src/modules/v4/payload/payload.service.d.ts +409 -0
- package/dist/src/modules/v4/payload/payload.service.js.map +1 -0
- package/dist/src/modules/v4/price/price.controller.d.ts +268 -0
- package/dist/src/modules/v4/price/price.controller.js.map +1 -0
- package/dist/src/modules/v4/price/price.model.d.ts +40 -0
- package/dist/src/modules/v4/price/price.model.js.map +1 -0
- package/dist/src/modules/v4/price/price.repository.d.ts +41 -0
- package/dist/src/modules/v4/price/price.repository.js.map +1 -0
- package/dist/src/modules/v4/price/price.service.d.ts +53 -0
- package/dist/src/modules/v4/price/price.service.js.map +1 -0
- package/dist/src/modules/v4/prisma/index.d.ts +58 -0
- package/dist/src/modules/v4/prisma/index.js.map +1 -0
- package/dist/src/modules/v4/program/program.controller.d.ts +267 -0
- package/dist/src/modules/v4/program/program.controller.js.map +1 -0
- package/dist/src/modules/v4/program/program.model.d.ts +21 -0
- package/dist/src/modules/v4/program/program.model.js.map +1 -0
- package/dist/src/modules/v4/program/program.repository.d.ts +127 -0
- package/dist/src/modules/v4/program/program.repository.js.map +1 -0
- package/dist/src/modules/v4/program/program.service.d.ts +127 -0
- package/dist/src/modules/v4/program/program.service.js.map +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.controller.d.ts +1210 -0
- package/dist/src/modules/v4/programPayload/programPayload.controller.js.map +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.model.d.ts +408 -0
- package/dist/src/modules/v4/programPayload/programPayload.model.js.map +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.repository.d.ts +6425 -0
- package/dist/src/modules/v4/programPayload/programPayload.repository.js.map +1 -0
- package/dist/src/modules/v4/programPayload/programPayload.service.d.ts +49 -0
- package/dist/src/modules/v4/programPayload/programPayload.service.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/bakerdao.d.ts +6 -0
- package/dist/src/modules/v4/programPayload/subPayloads/bakerdao.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/bancor.d.ts +28 -0
- package/dist/src/modules/v4/programPayload/subPayloads/bancor.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/credix.d.ts +88 -0
- package/dist/src/modules/v4/programPayload/subPayloads/credix.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.d.ts +197 -0
- package/dist/src/modules/v4/programPayload/subPayloads/ethena.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/helpers.d.ts +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/helpers.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.d.ts +1048 -0
- package/dist/src/modules/v4/programPayload/subPayloads/hypurrFi.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/nibiru.d.ts +54 -0
- package/dist/src/modules/v4/programPayload/subPayloads/nibiru.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/redbelly.d.ts +32 -0
- package/dist/src/modules/v4/programPayload/subPayloads/redbelly.js.map +1 -0
- package/dist/src/modules/v4/programPayload/subPayloads/tac.d.ts +986 -0
- package/dist/src/modules/v4/programPayload/subPayloads/tac.js.map +1 -0
- package/dist/src/modules/v4/protocol/protocol.controller.d.ts +293 -0
- package/dist/src/modules/v4/protocol/protocol.controller.js.map +1 -0
- package/dist/src/modules/v4/protocol/protocol.model.d.ts +111 -0
- package/dist/src/modules/v4/protocol/protocol.model.js.map +1 -0
- package/dist/src/modules/v4/protocol/protocol.repository.d.ts +94 -0
- package/dist/src/modules/v4/protocol/protocol.repository.js.map +1 -0
- package/dist/src/modules/v4/protocol/protocol.service.d.ts +36 -0
- package/dist/src/modules/v4/protocol/protocol.service.js.map +1 -0
- package/dist/src/modules/v4/referral/referral.controller.d.ts +105 -0
- package/dist/src/modules/v4/referral/referral.controller.js.map +1 -0
- package/dist/src/modules/v4/referral/referral.model.d.ts +11 -0
- package/dist/src/modules/v4/referral/referral.model.js.map +1 -0
- package/dist/src/modules/v4/referral/referral.service.d.ts +216 -0
- package/dist/src/modules/v4/referral/referral.service.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.controller.d.ts +650 -0
- package/dist/src/modules/v4/reward/reward.controller.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.converter.d.ts +14 -0
- package/dist/src/modules/v4/reward/reward.converter.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.model.d.ts +283 -0
- package/dist/src/modules/v4/reward/reward.model.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.repository.d.ts +214 -0
- package/dist/src/modules/v4/reward/reward.repository.js.map +1 -0
- package/dist/src/modules/v4/reward/reward.service.d.ts +1306 -0
- package/dist/src/modules/v4/reward/reward.service.js.map +1 -0
- package/dist/src/modules/v4/router.d.ts +14706 -0
- package/dist/src/modules/v4/router.js.map +1 -0
- package/dist/src/modules/v4/status/status.controller.d.ts +338 -0
- package/dist/src/modules/v4/status/status.controller.js.map +1 -0
- package/dist/src/modules/v4/status/status.model.d.ts +67 -0
- package/dist/src/modules/v4/status/status.model.js.map +1 -0
- package/dist/src/modules/v4/status/status.repository.d.ts +128 -0
- package/dist/src/modules/v4/status/status.repository.js.map +1 -0
- package/dist/src/modules/v4/status/status.service.d.ts +139 -0
- package/dist/src/modules/v4/status/status.service.js.map +1 -0
- package/dist/src/modules/v4/token/token.controller.d.ts +492 -0
- package/dist/src/modules/v4/token/token.controller.js.map +1 -0
- package/dist/src/modules/v4/token/token.model.d.ts +139 -0
- package/dist/src/modules/v4/token/token.model.js.map +1 -0
- package/dist/src/modules/v4/token/token.repository.d.ts +134 -0
- package/dist/src/modules/v4/token/token.repository.js.map +1 -0
- package/dist/src/modules/v4/token/token.service.d.ts +336 -0
- package/dist/src/modules/v4/token/token.service.js.map +1 -0
- package/dist/src/modules/v4/ton/ton.controller.d.ts +58 -0
- package/dist/src/modules/v4/ton/ton.controller.js.map +1 -0
- package/dist/src/modules/v4/ton/ton.service.d.ts +3 -0
- package/dist/src/modules/v4/ton/ton.service.js.map +1 -0
- package/dist/src/modules/v4/tracer/tracer.service.d.ts +3 -0
- package/dist/src/modules/v4/tracer/tracer.service.js.map +1 -0
- package/dist/src/modules/v4/transaction/transaction.model.d.ts +18 -0
- package/dist/src/modules/v4/transaction/transaction.model.js.map +1 -0
- package/dist/src/modules/v4/turtle/turtle.controller.d.ts +82 -0
- package/dist/src/modules/v4/turtle/turtle.controller.js.map +1 -0
- package/dist/src/modules/v4/turtle/turtle.repository.d.ts +14 -0
- package/dist/src/modules/v4/turtle/turtle.repository.js.map +1 -0
- package/dist/src/modules/v4/turtle/turtle.service.d.ts +19 -0
- package/dist/src/modules/v4/turtle/turtle.service.js.map +1 -0
- package/dist/src/modules/v4/tvl/tvl.model.d.ts +36 -0
- package/dist/src/modules/v4/tvl/tvl.model.js.map +1 -0
- package/dist/src/modules/v4/tvl/tvl.service.d.ts +9 -0
- package/dist/src/modules/v4/tvl/tvl.service.js.map +1 -0
- package/dist/src/modules/v4/uniswap/uniswap.controller.d.ts +1474 -0
- package/dist/src/modules/v4/uniswap/uniswap.controller.js.map +1 -0
- package/dist/src/modules/v4/uniswap/uniswap.model.d.ts +65 -0
- package/dist/src/modules/v4/uniswap/uniswap.model.js.map +1 -0
- package/dist/src/modules/v4/uniswap/uniswap.repository.d.ts +25 -0
- package/dist/src/modules/v4/uniswap/uniswap.repository.js.map +1 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.d.ts +1021 -0
- package/dist/src/modules/v4/uniswap/uniswap.service.js.map +1 -0
- package/dist/src/modules/v4/user/user.controller.d.ts +772 -0
- package/dist/src/modules/v4/user/user.controller.js.map +1 -0
- package/dist/src/modules/v4/user/user.model.d.ts +98 -0
- package/dist/src/modules/v4/user/user.model.js.map +1 -0
- package/dist/src/modules/v4/user/user.repository.d.ts +36 -0
- package/dist/src/modules/v4/user/user.repository.js.map +1 -0
- package/dist/src/modules/v4/user/user.service.d.ts +39 -0
- package/dist/src/modules/v4/user/user.service.js.map +1 -0
- package/dist/src/plugins/errorHandler.d.ts +62 -0
- package/dist/src/plugins/errorHandler.js.map +1 -0
- package/dist/src/routes/v1/allowances.d.ts +104 -0
- package/dist/src/routes/v1/allowances.js.map +1 -0
- package/dist/src/routes/v1/balances.d.ts +87 -0
- package/dist/src/routes/v1/balances.js.map +1 -0
- package/dist/src/routes/v1/prices.d.ts +79 -0
- package/dist/src/routes/v1/prices.js.map +1 -0
- package/dist/src/routes/v1/router.d.ts +142 -0
- package/dist/src/routes/v1/router.js.map +1 -0
- package/dist/src/routes/v1/tokens.d.ts +82 -0
- package/dist/src/routes/v1/tokens.js.map +1 -0
- package/dist/src/routes/v2/merkl.d.ts +200 -0
- package/dist/src/routes/v2/merkl.js.map +1 -0
- package/dist/src/routes/v2/router.d.ts +167 -0
- package/dist/src/routes/v2/router.js.map +1 -0
- package/dist/src/routes/v3/app.d.ts +85 -0
- package/dist/src/routes/v3/app.js.map +1 -0
- package/dist/src/routes/v3/blacklist.d.ts +83 -0
- package/dist/src/routes/v3/blacklist.js.map +1 -0
- package/dist/src/routes/v3/campaign/delay.d.ts +84 -0
- package/dist/src/routes/v3/campaign/delay.js.map +1 -0
- package/dist/src/routes/v3/campaignClaims.d.ts +85 -0
- package/dist/src/routes/v3/campaignClaims.js.map +1 -0
- package/dist/src/routes/v3/campaignUnclaimed.d.ts +84 -0
- package/dist/src/routes/v3/campaignUnclaimed.js.map +1 -0
- package/dist/src/routes/v3/campaigns.d.ts +87 -0
- package/dist/src/routes/v3/campaigns.js.map +1 -0
- package/dist/src/routes/v3/campaignsForMainParameter.d.ts +91 -0
- package/dist/src/routes/v3/campaignsForMainParameter.js.map +1 -0
- package/dist/src/routes/v3/campaignsRewardsReport.d.ts +84 -0
- package/dist/src/routes/v3/campaignsRewardsReport.js.map +1 -0
- package/dist/src/routes/v3/claims.d.ts +85 -0
- package/dist/src/routes/v3/claims.js.map +1 -0
- package/dist/src/routes/v3/compoundV2.d.ts +79 -0
- package/dist/src/routes/v3/compoundV2.js.map +1 -0
- package/dist/src/routes/v3/createCampaign.d.ts +84 -0
- package/dist/src/routes/v3/createCampaign.js.map +1 -0
- package/dist/src/routes/v3/dolomite.d.ts +83 -0
- package/dist/src/routes/v3/dolomite.js.map +1 -0
- package/dist/src/routes/v3/euler.d.ts +88 -0
- package/dist/src/routes/v3/euler.js.map +1 -0
- package/dist/src/routes/v3/fetch.d.ts +82 -0
- package/dist/src/routes/v3/fetch.js.map +1 -0
- package/dist/src/routes/v3/health.d.ts +54 -0
- package/dist/src/routes/v3/health.js.map +1 -0
- package/dist/src/routes/v3/lostyield.d.ts +90 -0
- package/dist/src/routes/v3/lostyield.js.map +1 -0
- package/dist/src/routes/v3/merkl.d.ts +224 -0
- package/dist/src/routes/v3/merkl.js.map +1 -0
- package/dist/src/routes/v3/morphoMarkets.d.ts +99 -0
- package/dist/src/routes/v3/morphoMarkets.js.map +1 -0
- package/dist/src/routes/v3/morphoVaults.d.ts +89 -0
- package/dist/src/routes/v3/morphoVaults.js.map +1 -0
- package/dist/src/routes/v3/multiChainPositions.d.ts +82 -0
- package/dist/src/routes/v3/multiChainPositions.js.map +1 -0
- package/dist/src/routes/v3/opportunity.d.ts +160 -0
- package/dist/src/routes/v3/opportunity.js.map +1 -0
- package/dist/src/routes/v3/overview.d.ts +115 -0
- package/dist/src/routes/v3/overview.js.map +1 -0
- package/dist/src/routes/v3/parse.d.ts +84 -0
- package/dist/src/routes/v3/parse.js.map +1 -0
- package/dist/src/routes/v3/payload.d.ts +95 -0
- package/dist/src/routes/v3/payload.js.map +1 -0
- package/dist/src/routes/v3/poolInfo.d.ts +86 -0
- package/dist/src/routes/v3/poolInfo.js.map +1 -0
- package/dist/src/routes/v3/positions.d.ts +99 -0
- package/dist/src/routes/v3/positions.js.map +1 -0
- package/dist/src/routes/v3/radiant.d.ts +93 -0
- package/dist/src/routes/v3/radiant.js.map +1 -0
- package/dist/src/routes/v3/recipients.d.ts +80 -0
- package/dist/src/routes/v3/recipients.js.map +1 -0
- package/dist/src/routes/v3/rewards.d.ts +110 -0
- package/dist/src/routes/v3/rewards.js.map +1 -0
- package/dist/src/routes/v3/rewardsReport.d.ts +93 -0
- package/dist/src/routes/v3/rewardsReport.js.map +1 -0
- package/dist/src/routes/v3/router.d.ts +2036 -0
- package/dist/src/routes/v3/router.js.map +1 -0
- package/dist/src/routes/v3/silo.d.ts +90 -0
- package/dist/src/routes/v3/silo.js.map +1 -0
- package/dist/src/routes/v3/token.d.ts +88 -0
- package/dist/src/routes/v3/token.js.map +1 -0
- package/dist/src/routes/v3/twt/participants.d.ts +76 -0
- package/dist/src/routes/v3/twt/participants.js.map +1 -0
- package/dist/src/routes/v3/uniswapv4.d.ts +866 -0
- package/dist/src/routes/v3/uniswapv4.js.map +1 -0
- package/dist/src/routes/v3/updates.d.ts +90 -0
- package/dist/src/routes/v3/updates.js.map +1 -0
- package/dist/src/routes/v3/userRewards.d.ts +106 -0
- package/dist/src/routes/v3/userRewards.js.map +1 -0
- package/dist/src/scripts/campaign-config.test.d.ts +1 -0
- package/dist/src/scripts/campaign-config.test.js.map +1 -0
- package/dist/src/scripts/fill-coingecko-data.d.ts +1 -0
- package/dist/src/scripts/fill-coingecko-data.js.map +1 -0
- package/dist/src/scripts/fill-descriptions.d.ts +1 -0
- package/dist/src/scripts/fill-descriptions.js.map +1 -0
- package/dist/src/scripts/fill-unknown-tokens.d.ts +1 -0
- package/dist/src/scripts/fill-unknown-tokens.js.map +1 -0
- package/dist/src/scripts/reparse-opportunities.d.ts +1 -0
- package/dist/src/scripts/reparse-opportunities.js.map +1 -0
- package/dist/src/scripts/seed-pull.d.ts +1 -0
- package/dist/src/scripts/seed-pull.js.map +1 -0
- package/dist/src/scripts/seed-push.d.ts +1 -0
- package/dist/src/scripts/seed-push.js.map +1 -0
- package/dist/src/scripts/seed.d.ts +1 -0
- package/dist/src/scripts/seed.js.map +1 -0
- package/dist/src/types/external/spectraAPI.d.ts +88 -0
- package/dist/src/types/external/spectraAPI.js.map +1 -0
- package/dist/src/types/index.d.ts +17 -0
- package/dist/src/types/index.js.map +1 -0
- package/dist/src/utils/TailSampler.d.ts +8 -0
- package/dist/src/utils/TailSampler.js.map +1 -0
- package/dist/src/utils/bigintToString.d.ts +4 -0
- package/dist/src/utils/bigintToString.js.map +1 -0
- package/dist/src/utils/caseChanges.d.ts +4 -0
- package/dist/src/utils/caseChanges.js.map +1 -0
- package/dist/src/utils/decodeCalls.d.ts +3 -0
- package/dist/src/utils/decodeCalls.js.map +1 -0
- package/dist/src/utils/encodeCalls.d.ts +3 -0
- package/dist/src/utils/encodeCalls.js.map +1 -0
- package/dist/src/utils/error.d.ts +94 -0
- package/dist/src/utils/error.js.map +1 -0
- package/dist/src/utils/execute.d.ts +22 -0
- package/dist/src/utils/execute.js.map +1 -0
- package/dist/src/utils/generateCardName.d.ts +6 -0
- package/dist/src/utils/generateCardName.js.map +1 -0
- package/dist/src/utils/generic.d.ts +7 -0
- package/dist/src/utils/generic.js.map +1 -0
- package/dist/src/utils/getAPR.d.ts +302 -0
- package/dist/src/utils/getAPR.js.map +1 -0
- package/dist/src/utils/hashArray.d.ts +2 -0
- package/dist/src/utils/hashArray.js.map +1 -0
- package/dist/src/utils/isAddress.d.ts +1 -0
- package/dist/src/utils/isAddress.js.map +1 -0
- package/dist/src/utils/isUUID.d.ts +1 -0
- package/dist/src/utils/isUUID.js.map +1 -0
- package/dist/src/utils/lastBlockBefore.d.ts +2 -0
- package/dist/src/utils/lastBlockBefore.js.map +1 -0
- package/dist/src/utils/logger.d.ts +54 -0
- package/dist/src/utils/logger.js.map +1 -0
- package/dist/src/utils/pagination.d.ts +12 -0
- package/dist/src/utils/pagination.js.map +1 -0
- package/dist/src/utils/parseDistributionType.d.ts +302 -0
- package/dist/src/utils/parseDistributionType.js.map +1 -0
- package/dist/src/utils/pricer.d.ts +57 -0
- package/dist/src/utils/pricer.js.map +1 -0
- package/dist/src/utils/prices/chainlinkRead.d.ts +4 -0
- package/dist/src/utils/prices/chainlinkRead.js.map +1 -0
- package/dist/src/utils/prices/curveVirtualPrice.d.ts +4 -0
- package/dist/src/utils/prices/curveVirtualPrice.js.map +1 -0
- package/dist/src/utils/prices/getDQUICK.d.ts +4 -0
- package/dist/src/utils/prices/getDQUICK.js.map +1 -0
- package/dist/src/utils/prices/priceFetcherFactory.d.ts +10 -0
- package/dist/src/utils/prices/priceFetcherFactory.js.map +1 -0
- package/dist/src/utils/prices/priceService.d.ts +13 -0
- package/dist/src/utils/prices/priceService.js.map +1 -0
- package/dist/src/utils/prices/services/OnChainCallService.d.ts +8 -0
- package/dist/src/utils/prices/services/OnChainCallService.js.map +1 -0
- package/dist/src/utils/prices/services/coinGeckoService.d.ts +13 -0
- package/dist/src/utils/prices/services/coinGeckoService.js.map +1 -0
- package/dist/src/utils/prices/services/defillamaService.d.ts +13 -0
- package/dist/src/utils/prices/services/defillamaService.js.map +1 -0
- package/dist/src/utils/prices/services/dexScreenerService.d.ts +11 -0
- package/dist/src/utils/prices/services/dexScreenerService.js.map +1 -0
- package/dist/src/utils/prices/services/erc4626Service.d.ts +9 -0
- package/dist/src/utils/prices/services/erc4626Service.js.map +1 -0
- package/dist/src/utils/prices/services/getERC4626.d.ts +4 -0
- package/dist/src/utils/prices/services/getERC4626.js.map +1 -0
- package/dist/src/utils/prices/services/indexCoopService.d.ts +12 -0
- package/dist/src/utils/prices/services/indexCoopService.js.map +1 -0
- package/dist/src/utils/prices/services/priceFetcher.d.ts +8 -0
- package/dist/src/utils/prices/services/priceFetcher.js.map +1 -0
- package/dist/src/utils/prices/services/uniswapV2PriceService.d.ts +8 -0
- package/dist/src/utils/prices/services/uniswapV2PriceService.js.map +1 -0
- package/dist/src/utils/prices/uniV2Price.d.ts +4 -0
- package/dist/src/utils/prices/uniV2Price.js.map +1 -0
- package/dist/src/utils/providers.d.ts +132 -0
- package/dist/src/utils/providers.js.map +1 -0
- package/dist/src/utils/queries/allCampaigns.d.ts +1 -0
- package/dist/src/utils/queries/allCampaigns.js.map +1 -0
- package/dist/src/utils/removeUndefined.d.ts +6 -0
- package/dist/src/utils/removeUndefined.js.map +1 -0
- package/dist/src/utils/sanitizeChain.d.ts +2 -0
- package/dist/src/utils/sanitizeChain.js.map +1 -0
- package/dist/src/utils/stryke.d.ts +2 -0
- package/dist/src/utils/stryke.js.map +1 -0
- package/dist/src/utils/throw.d.ts +22 -0
- package/dist/src/utils/throw.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
@@ -0,0 +1,772 @@
|
|
1
|
+
import { Elysia } from "elysia";
|
2
|
+
export declare const UserController: Elysia<"/users", {
|
3
|
+
decorator: {};
|
4
|
+
store: {};
|
5
|
+
derive: {};
|
6
|
+
resolve: {};
|
7
|
+
}, {
|
8
|
+
typebox: {};
|
9
|
+
error: {};
|
10
|
+
}, {
|
11
|
+
schema: {};
|
12
|
+
standaloneSchema: {};
|
13
|
+
macro: {};
|
14
|
+
macroFn: {};
|
15
|
+
parser: {};
|
16
|
+
}, {
|
17
|
+
users: {
|
18
|
+
":address": {
|
19
|
+
rewards: {
|
20
|
+
get: {
|
21
|
+
body: unknown;
|
22
|
+
params: {
|
23
|
+
address: string;
|
24
|
+
};
|
25
|
+
query: {
|
26
|
+
chainId: string[];
|
27
|
+
reloadChainId?: number | undefined;
|
28
|
+
test?: boolean | undefined;
|
29
|
+
claimableOnly?: boolean | undefined;
|
30
|
+
breakdownPage: number;
|
31
|
+
};
|
32
|
+
headers: unknown;
|
33
|
+
response: {
|
34
|
+
200: {
|
35
|
+
chain: {
|
36
|
+
id: number;
|
37
|
+
name: string;
|
38
|
+
icon: string;
|
39
|
+
liveCampaigns: number;
|
40
|
+
endOfDisputePeriod: number;
|
41
|
+
explorers?: {
|
42
|
+
type: "BLOCKSCOUT" | "ETHERSCAN";
|
43
|
+
url: string;
|
44
|
+
chainId: number;
|
45
|
+
}[] | undefined;
|
46
|
+
};
|
47
|
+
rewards: {
|
48
|
+
root: string;
|
49
|
+
recipient: string;
|
50
|
+
proofs: string[];
|
51
|
+
token: {
|
52
|
+
address: string;
|
53
|
+
chainId: number;
|
54
|
+
symbol: string;
|
55
|
+
decimals: number;
|
56
|
+
};
|
57
|
+
breakdowns: {
|
58
|
+
reason: string;
|
59
|
+
amount: string;
|
60
|
+
claimed: string;
|
61
|
+
pending: string;
|
62
|
+
campaignId: string;
|
63
|
+
campaignStatus?: {
|
64
|
+
computedUntil: string | number;
|
65
|
+
processingStarted: string | number;
|
66
|
+
status: string;
|
67
|
+
delay?: number | undefined;
|
68
|
+
error?: string | undefined;
|
69
|
+
details?: any;
|
70
|
+
} | undefined;
|
71
|
+
}[];
|
72
|
+
claimed: string | bigint;
|
73
|
+
amount: string | bigint;
|
74
|
+
pending: string | bigint;
|
75
|
+
}[];
|
76
|
+
}[];
|
77
|
+
422: {
|
78
|
+
type: "validation";
|
79
|
+
on: string;
|
80
|
+
summary?: string | undefined;
|
81
|
+
message?: string | undefined;
|
82
|
+
found?: unknown;
|
83
|
+
property?: string | undefined;
|
84
|
+
expected?: string | undefined;
|
85
|
+
};
|
86
|
+
};
|
87
|
+
};
|
88
|
+
};
|
89
|
+
};
|
90
|
+
};
|
91
|
+
} & {
|
92
|
+
users: {
|
93
|
+
":address": {
|
94
|
+
terms: {
|
95
|
+
get: {
|
96
|
+
body: unknown;
|
97
|
+
params: {
|
98
|
+
address: string;
|
99
|
+
};
|
100
|
+
query: {
|
101
|
+
chainId: number;
|
102
|
+
};
|
103
|
+
headers: unknown;
|
104
|
+
response: {
|
105
|
+
200: boolean;
|
106
|
+
422: {
|
107
|
+
type: "validation";
|
108
|
+
on: string;
|
109
|
+
summary?: string | undefined;
|
110
|
+
message?: string | undefined;
|
111
|
+
found?: unknown;
|
112
|
+
property?: string | undefined;
|
113
|
+
expected?: string | undefined;
|
114
|
+
};
|
115
|
+
};
|
116
|
+
};
|
117
|
+
};
|
118
|
+
};
|
119
|
+
};
|
120
|
+
} & {
|
121
|
+
users: {
|
122
|
+
get: {
|
123
|
+
body: unknown;
|
124
|
+
params: {};
|
125
|
+
query: {
|
126
|
+
page?: number | undefined;
|
127
|
+
items?: number | undefined;
|
128
|
+
address?: string | undefined;
|
129
|
+
tags?: string[] | undefined;
|
130
|
+
};
|
131
|
+
headers: unknown;
|
132
|
+
response: {
|
133
|
+
200: {
|
134
|
+
address: string;
|
135
|
+
tags: string[];
|
136
|
+
creatorId: string | null;
|
137
|
+
}[];
|
138
|
+
422: {
|
139
|
+
type: "validation";
|
140
|
+
on: string;
|
141
|
+
summary?: string | undefined;
|
142
|
+
message?: string | undefined;
|
143
|
+
found?: unknown;
|
144
|
+
property?: string | undefined;
|
145
|
+
expected?: string | undefined;
|
146
|
+
};
|
147
|
+
};
|
148
|
+
};
|
149
|
+
};
|
150
|
+
} & {
|
151
|
+
users: {
|
152
|
+
":address": {
|
153
|
+
get: {
|
154
|
+
body: unknown;
|
155
|
+
params: {
|
156
|
+
address: string;
|
157
|
+
};
|
158
|
+
query: unknown;
|
159
|
+
headers: unknown;
|
160
|
+
response: {
|
161
|
+
200: {
|
162
|
+
tags: string[];
|
163
|
+
creatorId: string | null;
|
164
|
+
address: string;
|
165
|
+
associated: string[];
|
166
|
+
};
|
167
|
+
422: {
|
168
|
+
type: "validation";
|
169
|
+
on: string;
|
170
|
+
summary?: string | undefined;
|
171
|
+
message?: string | undefined;
|
172
|
+
found?: unknown;
|
173
|
+
property?: string | undefined;
|
174
|
+
expected?: string | undefined;
|
175
|
+
};
|
176
|
+
};
|
177
|
+
};
|
178
|
+
};
|
179
|
+
};
|
180
|
+
} & {
|
181
|
+
users: {
|
182
|
+
":address": {
|
183
|
+
rewards: {
|
184
|
+
breakdowns: {
|
185
|
+
get: {
|
186
|
+
body: unknown;
|
187
|
+
params: {
|
188
|
+
address: string;
|
189
|
+
};
|
190
|
+
query: {
|
191
|
+
tags?: string | undefined;
|
192
|
+
chainIds?: string[] | undefined;
|
193
|
+
reloadChainId?: number | undefined;
|
194
|
+
test?: boolean | undefined;
|
195
|
+
claimableOnly?: boolean | undefined;
|
196
|
+
};
|
197
|
+
headers: unknown;
|
198
|
+
response: {
|
199
|
+
200: (Omit<{
|
200
|
+
chain: {
|
201
|
+
id: number;
|
202
|
+
name: string;
|
203
|
+
icon: string;
|
204
|
+
liveCampaigns: number;
|
205
|
+
endOfDisputePeriod: number;
|
206
|
+
};
|
207
|
+
rewards: {
|
208
|
+
root: string;
|
209
|
+
recipient: string;
|
210
|
+
proofs: string[];
|
211
|
+
token: {
|
212
|
+
id: string;
|
213
|
+
name: string | null;
|
214
|
+
chainId: number;
|
215
|
+
address: string;
|
216
|
+
decimals: number;
|
217
|
+
symbol: string;
|
218
|
+
displaySymbol: string;
|
219
|
+
icon: string;
|
220
|
+
verified: boolean;
|
221
|
+
isTest: boolean;
|
222
|
+
type: import("@package/databases").TokenType;
|
223
|
+
isNative: boolean;
|
224
|
+
price: number | null;
|
225
|
+
};
|
226
|
+
breakdowns: {
|
227
|
+
reason: string;
|
228
|
+
amount: string;
|
229
|
+
claimed: string;
|
230
|
+
pending: string;
|
231
|
+
campaignStatus: {
|
232
|
+
status: import("@package/databases").RunStatus;
|
233
|
+
error: string;
|
234
|
+
details: string | number | boolean | import("@prisma/client/runtime/client").JsonArray | import("@prisma/client/runtime/client").JsonObject;
|
235
|
+
delay: number;
|
236
|
+
computedUntil: number;
|
237
|
+
processingStarted: number;
|
238
|
+
} | undefined;
|
239
|
+
campaignId: string;
|
240
|
+
subCampaignId: string | undefined;
|
241
|
+
opportunity: {
|
242
|
+
Chain: {
|
243
|
+
id: number;
|
244
|
+
name: string;
|
245
|
+
icon: string;
|
246
|
+
liveCampaigns: number;
|
247
|
+
endOfDisputePeriod: number;
|
248
|
+
};
|
249
|
+
MainProtocol: {
|
250
|
+
id: string;
|
251
|
+
tags: string[];
|
252
|
+
name: string;
|
253
|
+
description: string;
|
254
|
+
url: string;
|
255
|
+
icon: string;
|
256
|
+
} | null;
|
257
|
+
Protocols: {
|
258
|
+
id: string;
|
259
|
+
tags: string[];
|
260
|
+
name: string;
|
261
|
+
description: string;
|
262
|
+
url: string;
|
263
|
+
icon: string;
|
264
|
+
}[];
|
265
|
+
Tokens: {
|
266
|
+
id: string;
|
267
|
+
name: string | null;
|
268
|
+
chainId: number;
|
269
|
+
address: string;
|
270
|
+
decimals: number;
|
271
|
+
symbol: string;
|
272
|
+
displaySymbol: string;
|
273
|
+
icon: string;
|
274
|
+
verified: boolean;
|
275
|
+
isTest: boolean;
|
276
|
+
type: import("@package/databases").TokenType;
|
277
|
+
isNative: boolean;
|
278
|
+
price: number | null;
|
279
|
+
}[];
|
280
|
+
} & {
|
281
|
+
id: string;
|
282
|
+
chainId: number;
|
283
|
+
type: string;
|
284
|
+
identifier: string;
|
285
|
+
name: string;
|
286
|
+
description: string;
|
287
|
+
howToSteps: string[];
|
288
|
+
depositUrl: string | null;
|
289
|
+
explorerAddress: string | null;
|
290
|
+
status: import("@package/databases").Status;
|
291
|
+
action: import("@package/databases").OpportunityAction;
|
292
|
+
mainProtocolId: string | null;
|
293
|
+
tvl: number;
|
294
|
+
apr: number;
|
295
|
+
maxApr: number | null;
|
296
|
+
dailyRewards: number;
|
297
|
+
tags: string[];
|
298
|
+
lastCampaignCreatedAt: Date;
|
299
|
+
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
300
|
+
liveCampaigns: number;
|
301
|
+
};
|
302
|
+
}[];
|
303
|
+
claimed: bigint;
|
304
|
+
amount: bigint;
|
305
|
+
pending: bigint;
|
306
|
+
}[];
|
307
|
+
}, "rewards"> & {
|
308
|
+
rewards: (Omit<{
|
309
|
+
root: string;
|
310
|
+
recipient: string;
|
311
|
+
proofs: string[];
|
312
|
+
token: {
|
313
|
+
id: string;
|
314
|
+
name: string | null;
|
315
|
+
chainId: number;
|
316
|
+
address: string;
|
317
|
+
decimals: number;
|
318
|
+
symbol: string;
|
319
|
+
displaySymbol: string;
|
320
|
+
icon: string;
|
321
|
+
verified: boolean;
|
322
|
+
isTest: boolean;
|
323
|
+
type: import("@package/databases").TokenType;
|
324
|
+
isNative: boolean;
|
325
|
+
price: number | null;
|
326
|
+
};
|
327
|
+
breakdowns: {
|
328
|
+
reason: string;
|
329
|
+
amount: string;
|
330
|
+
claimed: string;
|
331
|
+
pending: string;
|
332
|
+
campaignStatus: {
|
333
|
+
status: import("@package/databases").RunStatus;
|
334
|
+
error: string;
|
335
|
+
details: string | number | boolean | import("@prisma/client/runtime/client").JsonArray | import("@prisma/client/runtime/client").JsonObject;
|
336
|
+
delay: number;
|
337
|
+
computedUntil: number;
|
338
|
+
processingStarted: number;
|
339
|
+
} | undefined;
|
340
|
+
campaignId: string;
|
341
|
+
subCampaignId: string | undefined;
|
342
|
+
opportunity: {
|
343
|
+
Chain: {
|
344
|
+
id: number;
|
345
|
+
name: string;
|
346
|
+
icon: string;
|
347
|
+
liveCampaigns: number;
|
348
|
+
endOfDisputePeriod: number;
|
349
|
+
};
|
350
|
+
MainProtocol: {
|
351
|
+
id: string;
|
352
|
+
tags: string[];
|
353
|
+
name: string;
|
354
|
+
description: string;
|
355
|
+
url: string;
|
356
|
+
icon: string;
|
357
|
+
} | null;
|
358
|
+
Protocols: {
|
359
|
+
id: string;
|
360
|
+
tags: string[];
|
361
|
+
name: string;
|
362
|
+
description: string;
|
363
|
+
url: string;
|
364
|
+
icon: string;
|
365
|
+
}[];
|
366
|
+
Tokens: {
|
367
|
+
id: string;
|
368
|
+
name: string | null;
|
369
|
+
chainId: number;
|
370
|
+
address: string;
|
371
|
+
decimals: number;
|
372
|
+
symbol: string;
|
373
|
+
displaySymbol: string;
|
374
|
+
icon: string;
|
375
|
+
verified: boolean;
|
376
|
+
isTest: boolean;
|
377
|
+
type: import("@package/databases").TokenType;
|
378
|
+
isNative: boolean;
|
379
|
+
price: number | null;
|
380
|
+
}[];
|
381
|
+
} & {
|
382
|
+
id: string;
|
383
|
+
chainId: number;
|
384
|
+
type: string;
|
385
|
+
identifier: string;
|
386
|
+
name: string;
|
387
|
+
description: string;
|
388
|
+
howToSteps: string[];
|
389
|
+
depositUrl: string | null;
|
390
|
+
explorerAddress: string | null;
|
391
|
+
status: import("@package/databases").Status;
|
392
|
+
action: import("@package/databases").OpportunityAction;
|
393
|
+
mainProtocolId: string | null;
|
394
|
+
tvl: number;
|
395
|
+
apr: number;
|
396
|
+
maxApr: number | null;
|
397
|
+
dailyRewards: number;
|
398
|
+
tags: string[];
|
399
|
+
lastCampaignCreatedAt: Date;
|
400
|
+
manualOverrides: import("@package/databases").OpportunityManualOverride[];
|
401
|
+
liveCampaigns: number;
|
402
|
+
};
|
403
|
+
}[];
|
404
|
+
claimed: bigint;
|
405
|
+
amount: bigint;
|
406
|
+
pending: bigint;
|
407
|
+
}, "breakdowns"> & {
|
408
|
+
breakdowns: {
|
409
|
+
opportunity: {
|
410
|
+
action: import("@package/databases").OpportunityAction;
|
411
|
+
apr: number;
|
412
|
+
chain: {
|
413
|
+
endOfDisputePeriod: number;
|
414
|
+
icon: string;
|
415
|
+
id: number;
|
416
|
+
liveCampaigns: number;
|
417
|
+
name: string;
|
418
|
+
} & {};
|
419
|
+
chainId: number;
|
420
|
+
dailyRewards: number;
|
421
|
+
description: string;
|
422
|
+
howToSteps: string[];
|
423
|
+
id: string;
|
424
|
+
identifier: string;
|
425
|
+
lastCampaignCreatedAt: number;
|
426
|
+
liveCampaigns: number;
|
427
|
+
maxApr: number | null;
|
428
|
+
name: string;
|
429
|
+
status: import("@package/databases").Status;
|
430
|
+
tags: string[];
|
431
|
+
tokens: ({
|
432
|
+
address: string;
|
433
|
+
chainId: number;
|
434
|
+
decimals: number;
|
435
|
+
icon: string;
|
436
|
+
id: string;
|
437
|
+
isNative: boolean;
|
438
|
+
isTest: boolean;
|
439
|
+
name: string | null;
|
440
|
+
symbol: string;
|
441
|
+
type: import("@package/databases").TokenType;
|
442
|
+
verified: boolean;
|
443
|
+
} & {
|
444
|
+
price?: number | null | undefined;
|
445
|
+
isTokenWrapper?: boolean | undefined;
|
446
|
+
tokenWrapperAddress?: string | undefined;
|
447
|
+
})[];
|
448
|
+
tvl: number;
|
449
|
+
type: string;
|
450
|
+
} & {
|
451
|
+
depositUrl?: string | undefined;
|
452
|
+
explorerAddress?: string | undefined;
|
453
|
+
mainProtocolId?: string | undefined;
|
454
|
+
liveCampaignsForCreator?: number | undefined;
|
455
|
+
protocol?: ({
|
456
|
+
description: string;
|
457
|
+
icon: string;
|
458
|
+
id: string;
|
459
|
+
name: string;
|
460
|
+
tags: string[];
|
461
|
+
url: string;
|
462
|
+
} & {
|
463
|
+
dailyRewards?: number | undefined;
|
464
|
+
numberOfLiveCampaigns?: number | undefined;
|
465
|
+
opportunityLiveTags?: string[] | undefined;
|
466
|
+
}) | undefined;
|
467
|
+
aprRecord?: ({
|
468
|
+
breakdowns: ({
|
469
|
+
identifier: string;
|
470
|
+
timestamp: bigint;
|
471
|
+
type: import("@package/databases").AprType;
|
472
|
+
value: number;
|
473
|
+
} & {
|
474
|
+
campaignId?: string | undefined;
|
475
|
+
distributionType?: import("@package/databases").DistributionType | undefined;
|
476
|
+
})[];
|
477
|
+
cumulated: number;
|
478
|
+
timestamp: bigint;
|
479
|
+
} & {}) | undefined;
|
480
|
+
tvlRecord?: ({
|
481
|
+
breakdowns: ({
|
482
|
+
identifier: string;
|
483
|
+
type: import("@package/databases").TvlType;
|
484
|
+
value: number;
|
485
|
+
} & {})[];
|
486
|
+
timestamp: bigint;
|
487
|
+
total: number;
|
488
|
+
} & {}) | undefined;
|
489
|
+
rewardsRecord?: ({
|
490
|
+
breakdowns: ({
|
491
|
+
amount: bigint;
|
492
|
+
campaignId: string;
|
493
|
+
timestamp: bigint;
|
494
|
+
token: {
|
495
|
+
address: string;
|
496
|
+
chainId: number;
|
497
|
+
decimals: number;
|
498
|
+
icon: string;
|
499
|
+
id: string;
|
500
|
+
isNative: boolean;
|
501
|
+
isTest: boolean;
|
502
|
+
name: string | null;
|
503
|
+
symbol: string;
|
504
|
+
type: import("@package/databases").TokenType;
|
505
|
+
verified: boolean;
|
506
|
+
} & {
|
507
|
+
price?: number | null | undefined;
|
508
|
+
isTokenWrapper?: boolean | undefined;
|
509
|
+
tokenWrapperAddress?: string | undefined;
|
510
|
+
};
|
511
|
+
value: number;
|
512
|
+
} & {
|
513
|
+
distributionType?: import("@package/databases").DistributionType | undefined;
|
514
|
+
})[];
|
515
|
+
timestamp: bigint;
|
516
|
+
total: number;
|
517
|
+
} & {}) | undefined;
|
518
|
+
campaigns?: Omit<{
|
519
|
+
amount: string;
|
520
|
+
campaignId: string;
|
521
|
+
campaignStatus: {
|
522
|
+
computedUntil: number;
|
523
|
+
details: import("@prisma/client/runtime/client").JsonValue;
|
524
|
+
error: string;
|
525
|
+
processingStarted: number;
|
526
|
+
status: import("@package/databases").RunStatus;
|
527
|
+
} & {
|
528
|
+
delay?: number | undefined;
|
529
|
+
};
|
530
|
+
chain: {
|
531
|
+
endOfDisputePeriod: number;
|
532
|
+
icon: string;
|
533
|
+
id: number;
|
534
|
+
liveCampaigns: number;
|
535
|
+
name: string;
|
536
|
+
} & {};
|
537
|
+
computeChainId: number;
|
538
|
+
createdAt: string;
|
539
|
+
creatorAddress: string;
|
540
|
+
distributionChainId: number;
|
541
|
+
distributionType: import("@package/databases").DistributionType;
|
542
|
+
endTimestamp: number;
|
543
|
+
id: string;
|
544
|
+
manualOverrides: import("@package/databases").CampaignManualOverride[];
|
545
|
+
opportunityId: string;
|
546
|
+
params: import("@prisma/client/runtime/client").JsonValue;
|
547
|
+
rewardToken: {
|
548
|
+
address: string;
|
549
|
+
chainId: number;
|
550
|
+
decimals: number;
|
551
|
+
icon: string;
|
552
|
+
id: string;
|
553
|
+
isNative: boolean;
|
554
|
+
isTest: boolean;
|
555
|
+
name: string | null;
|
556
|
+
symbol: string;
|
557
|
+
type: import("@package/databases").TokenType;
|
558
|
+
verified: boolean;
|
559
|
+
} & {
|
560
|
+
price?: number | null | undefined;
|
561
|
+
isTokenWrapper?: boolean | undefined;
|
562
|
+
tokenWrapperAddress?: string | undefined;
|
563
|
+
};
|
564
|
+
rewardTokenId: string;
|
565
|
+
startTimestamp: number;
|
566
|
+
subType: number | null;
|
567
|
+
type: string;
|
568
|
+
} & {
|
569
|
+
distributionChain?: ({
|
570
|
+
endOfDisputePeriod: number;
|
571
|
+
icon: string;
|
572
|
+
id: number;
|
573
|
+
liveCampaigns: number;
|
574
|
+
name: string;
|
575
|
+
} & {}) | undefined;
|
576
|
+
creator?: {
|
577
|
+
address: string;
|
578
|
+
tags?: string[] | undefined;
|
579
|
+
creatorId: string | null;
|
580
|
+
} | undefined;
|
581
|
+
Opportunity?: ({
|
582
|
+
action: import("@package/databases").OpportunityAction;
|
583
|
+
apr: number;
|
584
|
+
chainId: number;
|
585
|
+
dailyRewards: number;
|
586
|
+
description: string;
|
587
|
+
howToSteps: string[];
|
588
|
+
id: string;
|
589
|
+
identifier: string;
|
590
|
+
lastCampaignCreatedAt: number;
|
591
|
+
liveCampaigns: number;
|
592
|
+
maxApr: number | null;
|
593
|
+
name: string;
|
594
|
+
status: import("@package/databases").Status;
|
595
|
+
tags: string[];
|
596
|
+
tvl: number;
|
597
|
+
type: string;
|
598
|
+
} & {
|
599
|
+
depositUrl?: string | undefined;
|
600
|
+
explorerAddress?: string | undefined;
|
601
|
+
mainProtocolId?: string | undefined;
|
602
|
+
liveCampaignsForCreator?: number | undefined;
|
603
|
+
}) | undefined;
|
604
|
+
dailyRewards?: number | undefined;
|
605
|
+
apr?: number | undefined;
|
606
|
+
description?: string | undefined;
|
607
|
+
childCampaignIds?: string[] | undefined;
|
608
|
+
rootCampaignId?: string | undefined;
|
609
|
+
parentCampaignId?: string | undefined;
|
610
|
+
}, "manualOverrides">[] | undefined;
|
611
|
+
};
|
612
|
+
claimed: bigint;
|
613
|
+
amount: bigint;
|
614
|
+
pending: bigint;
|
615
|
+
}[];
|
616
|
+
})[];
|
617
|
+
distributor: string;
|
618
|
+
})[];
|
619
|
+
422: {
|
620
|
+
type: "validation";
|
621
|
+
on: string;
|
622
|
+
summary?: string | undefined;
|
623
|
+
message?: string | undefined;
|
624
|
+
found?: unknown;
|
625
|
+
property?: string | undefined;
|
626
|
+
expected?: string | undefined;
|
627
|
+
};
|
628
|
+
};
|
629
|
+
};
|
630
|
+
};
|
631
|
+
};
|
632
|
+
};
|
633
|
+
};
|
634
|
+
} & {
|
635
|
+
users: {
|
636
|
+
post: {
|
637
|
+
body: {
|
638
|
+
address: string;
|
639
|
+
tags: string[];
|
640
|
+
};
|
641
|
+
params: {};
|
642
|
+
query: unknown;
|
643
|
+
headers: {
|
644
|
+
authorization: string;
|
645
|
+
};
|
646
|
+
response: {
|
647
|
+
200: {
|
648
|
+
address: string;
|
649
|
+
tags: string[];
|
650
|
+
creatorId: string | null;
|
651
|
+
};
|
652
|
+
422: {
|
653
|
+
type: "validation";
|
654
|
+
on: string;
|
655
|
+
summary?: string | undefined;
|
656
|
+
message?: string | undefined;
|
657
|
+
found?: unknown;
|
658
|
+
property?: string | undefined;
|
659
|
+
expected?: string | undefined;
|
660
|
+
};
|
661
|
+
};
|
662
|
+
};
|
663
|
+
};
|
664
|
+
} & {
|
665
|
+
users: {
|
666
|
+
tags: {
|
667
|
+
get: {
|
668
|
+
body: unknown;
|
669
|
+
params: {};
|
670
|
+
query: unknown;
|
671
|
+
headers: {
|
672
|
+
authorization: string;
|
673
|
+
};
|
674
|
+
response: {
|
675
|
+
200: {
|
676
|
+
address: string;
|
677
|
+
tags: string[];
|
678
|
+
creatorId: string | null;
|
679
|
+
}[];
|
680
|
+
422: {
|
681
|
+
type: "validation";
|
682
|
+
on: string;
|
683
|
+
summary?: string | undefined;
|
684
|
+
message?: string | undefined;
|
685
|
+
found?: unknown;
|
686
|
+
property?: string | undefined;
|
687
|
+
expected?: string | undefined;
|
688
|
+
};
|
689
|
+
};
|
690
|
+
};
|
691
|
+
};
|
692
|
+
};
|
693
|
+
} & {
|
694
|
+
users: {
|
695
|
+
":address": {
|
696
|
+
tags: {
|
697
|
+
patch: {
|
698
|
+
body: {
|
699
|
+
tags: string[];
|
700
|
+
};
|
701
|
+
params: {
|
702
|
+
address: string;
|
703
|
+
};
|
704
|
+
query: unknown;
|
705
|
+
headers: {
|
706
|
+
authorization: string;
|
707
|
+
};
|
708
|
+
response: {
|
709
|
+
200: {
|
710
|
+
address: string;
|
711
|
+
tags: string[];
|
712
|
+
creatorId: string | null;
|
713
|
+
};
|
714
|
+
422: {
|
715
|
+
type: "validation";
|
716
|
+
on: string;
|
717
|
+
summary?: string | undefined;
|
718
|
+
message?: string | undefined;
|
719
|
+
found?: unknown;
|
720
|
+
property?: string | undefined;
|
721
|
+
expected?: string | undefined;
|
722
|
+
};
|
723
|
+
};
|
724
|
+
};
|
725
|
+
};
|
726
|
+
};
|
727
|
+
};
|
728
|
+
} & {
|
729
|
+
users: {
|
730
|
+
sync: {
|
731
|
+
post: {
|
732
|
+
body: unknown;
|
733
|
+
params: {};
|
734
|
+
query: unknown;
|
735
|
+
headers: {
|
736
|
+
authorization: string;
|
737
|
+
};
|
738
|
+
response: {
|
739
|
+
200: void;
|
740
|
+
422: {
|
741
|
+
type: "validation";
|
742
|
+
on: string;
|
743
|
+
summary?: string | undefined;
|
744
|
+
message?: string | undefined;
|
745
|
+
found?: unknown;
|
746
|
+
property?: string | undefined;
|
747
|
+
expected?: string | undefined;
|
748
|
+
};
|
749
|
+
};
|
750
|
+
};
|
751
|
+
};
|
752
|
+
};
|
753
|
+
}, {
|
754
|
+
derive: {};
|
755
|
+
resolve: {};
|
756
|
+
schema: {};
|
757
|
+
standaloneSchema: {};
|
758
|
+
}, {
|
759
|
+
derive: {};
|
760
|
+
resolve: {};
|
761
|
+
schema: {
|
762
|
+
body: unknown;
|
763
|
+
headers: {
|
764
|
+
authorization: string;
|
765
|
+
};
|
766
|
+
query: unknown;
|
767
|
+
params: {};
|
768
|
+
cookie: unknown;
|
769
|
+
response: {};
|
770
|
+
};
|
771
|
+
standaloneSchema: {};
|
772
|
+
}>;
|