@aave/graphql 1.0.0-next.30 → 1.0.0-next.32
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/index.cjs +65 -68
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +13 -251
- package/dist/index.d.ts +13 -251
- package/dist/index.js +65 -68
- package/dist/index.js.map +1 -1
- package/dist/schema.cjs +1 -1
- package/dist/schema.cjs.map +1 -1
- package/dist/schema.js +1 -1
- package/dist/schema.js.map +1 -1
- package/dist/testing.d.ts +4 -6
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -395,7 +395,7 @@ type introspection_types = {
|
|
|
395
395
|
'PreviewUserPosition': { kind: 'OBJECT'; name: 'PreviewUserPosition'; fields: { 'borrowingPower': { name: 'borrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'healthFactor': { name: 'healthFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'HealthFactorResult'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberVariation'; ofType: null; }; } }; 'netBalance': { name: 'netBalance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'netCollateral': { name: 'netCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'otherConditions': { name: 'otherConditions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'UserPositionConditionVariation'; ofType: null; }; }; }; } }; 'projectedEarnings': { name: 'projectedEarnings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'rewards': { name: 'rewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewRewardOutcome'; ofType: null; }; } }; 'riskPremium': { name: 'riskPremium'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberVariation'; ofType: null; }; } }; }; };
|
|
396
396
|
'ProtocolHistoryRequest': { kind: 'INPUT_OBJECT'; name: 'ProtocolHistoryRequest'; isOneOf: false; inputFields: [{ name: 'currency'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'Currency'; ofType: null; }; }; defaultValue: "USD" }, { name: 'window'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'TimeWindow'; ofType: null; }; }; defaultValue: "LAST_DAY" }]; };
|
|
397
397
|
'ProtocolHistorySample': { kind: 'OBJECT'; name: 'ProtocolHistorySample'; fields: { 'borrows': { name: 'borrows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'date': { name: 'date'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'deposits': { name: 'deposits'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; }; };
|
|
398
|
-
'Query': { kind: 'OBJECT'; name: 'Query'; fields: { 'activities': { name: 'activities'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedActivitiesResult'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'OBJECT'; name: 'Asset'; ofType: null; } }; 'assetBorrowHistory': { name: 'assetBorrowHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetBorrowSample'; ofType: null; }; }; }; } }; 'assetPriceHistory': { name: 'assetPriceHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetPriceSample'; ofType: null; }; }; }; } }; 'assetSupplyHistory': { name: 'assetSupplyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetSupplySample'; ofType: null; }; }; }; } }; 'borrow': { name: 'borrow'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'borrowApyHistory': { name: 'borrowApyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ApySample'; ofType: null; }; }; }; } }; 'borrowSwapQuote': { name: 'borrowSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'BorrowSwapQuoteResult'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'Chain'; ofType: null; } }; 'chains': { name: 'chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; }; }; } }; 'claimRewards': { name: 'claimRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'exchangeRate': { name: 'exchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'hasProcessedKnownTransaction': { name: 'hasProcessedKnownTransaction'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'health': { name: 'health'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hub': { name: 'hub'; type: { kind: 'OBJECT'; name: 'Hub'; ofType: null; } }; 'hubAssets': { name: 'hubAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAsset'; ofType: null; }; }; }; } }; 'hubSummaryHistory': { name: 'hubSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubSummarySample'; ofType: null; }; }; }; } }; 'hubs': { name: 'hubs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; }; }; } }; 'liquidatePosition': { name: 'liquidatePosition'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'LiquidatePositionExecutionPlan'; ofType: null; }; } }; 'preparePositionSwap': { name: 'preparePositionSwap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PreparePositionSwapResult'; ofType: null; }; } }; 'prepareSwapCancel': { name: 'prepareSwapCancel'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PrepareSwapCancelResult'; ofType: null; }; } }; 'prepareTokenSwap': { name: 'prepareTokenSwap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PrepareTokenSwapResult'; ofType: null; }; } }; 'preview': { name: 'preview'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewUserPosition'; ofType: null; }; } }; 'protocolHistory': { name: 'protocolHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ProtocolHistorySample'; ofType: null; }; }; }; } }; 'renounceSpokeUserPositionManager': { name: 'renounceSpokeUserPositionManager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'repay': { name: 'repay'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'repayWithSupplyQuote': { name: 'repayWithSupplyQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'RepayWithSupplyQuoteResult'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'OBJECT'; name: 'Reserve'; ofType: null; } }; 'reserves': { name: 'reserves'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Reserve'; ofType: null; }; }; }; } }; 'setSpokeUserPositionManager': { name: 'setSpokeUserPositionManager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'setUserSuppliesAsCollateral': { name: 'setUserSuppliesAsCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; } }; 'spokePositionManagers': { name: 'spokePositionManagers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedSpokePositionManagerResult'; ofType: null; }; } }; 'spokeUserPositionManagers': { name: 'spokeUserPositionManagers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedSpokeUserPositionManagerResult'; ofType: null; }; } }; 'spokes': { name: 'spokes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; }; }; } }; 'supply': { name: 'supply'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'supplyApyHistory': { name: 'supplyApyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ApySample'; ofType: null; }; }; }; } }; 'supplySwapQuote': { name: 'supplySwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'SupplySwapQuoteResult'; ofType: null; }; } }; 'swapStatus': { name: 'swapStatus'; type: { kind: '
|
|
398
|
+
'Query': { kind: 'OBJECT'; name: 'Query'; fields: { 'activities': { name: 'activities'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedActivitiesResult'; ofType: null; }; } }; 'asset': { name: 'asset'; type: { kind: 'OBJECT'; name: 'Asset'; ofType: null; } }; 'assetBorrowHistory': { name: 'assetBorrowHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetBorrowSample'; ofType: null; }; }; }; } }; 'assetPriceHistory': { name: 'assetPriceHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetPriceSample'; ofType: null; }; }; }; } }; 'assetSupplyHistory': { name: 'assetSupplyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'AssetSupplySample'; ofType: null; }; }; }; } }; 'borrow': { name: 'borrow'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'borrowApyHistory': { name: 'borrowApyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ApySample'; ofType: null; }; }; }; } }; 'borrowSwapQuote': { name: 'borrowSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'BorrowSwapQuoteResult'; ofType: null; }; } }; 'chain': { name: 'chain'; type: { kind: 'OBJECT'; name: 'Chain'; ofType: null; } }; 'chains': { name: 'chains'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; }; }; } }; 'claimRewards': { name: 'claimRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'exchangeRate': { name: 'exchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'hasProcessedKnownTransaction': { name: 'hasProcessedKnownTransaction'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'health': { name: 'health'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'hub': { name: 'hub'; type: { kind: 'OBJECT'; name: 'Hub'; ofType: null; } }; 'hubAssets': { name: 'hubAssets'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAsset'; ofType: null; }; }; }; } }; 'hubSummaryHistory': { name: 'hubSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubSummarySample'; ofType: null; }; }; }; } }; 'hubs': { name: 'hubs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Hub'; ofType: null; }; }; }; } }; 'liquidatePosition': { name: 'liquidatePosition'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'LiquidatePositionExecutionPlan'; ofType: null; }; } }; 'preparePositionSwap': { name: 'preparePositionSwap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PreparePositionSwapResult'; ofType: null; }; } }; 'prepareSwapCancel': { name: 'prepareSwapCancel'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PrepareSwapCancelResult'; ofType: null; }; } }; 'prepareTokenSwap': { name: 'prepareTokenSwap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PrepareTokenSwapResult'; ofType: null; }; } }; 'preview': { name: 'preview'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewUserPosition'; ofType: null; }; } }; 'protocolHistory': { name: 'protocolHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ProtocolHistorySample'; ofType: null; }; }; }; } }; 'renounceSpokeUserPositionManager': { name: 'renounceSpokeUserPositionManager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'repay': { name: 'repay'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'repayWithSupplyQuote': { name: 'repayWithSupplyQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'RepayWithSupplyQuoteResult'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'OBJECT'; name: 'Reserve'; ofType: null; } }; 'reserves': { name: 'reserves'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Reserve'; ofType: null; }; }; }; } }; 'setSpokeUserPositionManager': { name: 'setSpokeUserPositionManager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'setUserSuppliesAsCollateral': { name: 'setUserSuppliesAsCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; } }; 'spokePositionManagers': { name: 'spokePositionManagers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedSpokePositionManagerResult'; ofType: null; }; } }; 'spokeUserPositionManagers': { name: 'spokeUserPositionManagers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedSpokeUserPositionManagerResult'; ofType: null; }; } }; 'spokes': { name: 'spokes'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; }; }; } }; 'supply': { name: 'supply'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'supplyApyHistory': { name: 'supplyApyHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ApySample'; ofType: null; }; }; }; } }; 'supplySwapQuote': { name: 'supplySwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'SupplySwapQuoteResult'; ofType: null; }; } }; 'swapStatus': { name: 'swapStatus'; type: { kind: 'UNION'; name: 'SwapStatus'; ofType: null; } }; 'swappableTokens': { name: 'swappableTokens'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'Token'; ofType: null; }; }; }; } }; 'tokenSwapQuote': { name: 'tokenSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenSwapQuoteResult'; ofType: null; }; } }; 'updateUserPositionConditions': { name: 'updateUserPositionConditions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'userBalances': { name: 'userBalances'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserBalance'; ofType: null; }; }; }; } }; 'userBorrows': { name: 'userBorrows'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserBorrowItem'; ofType: null; }; }; }; } }; 'userClaimableRewards': { name: 'userClaimableRewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'UserClaimableReward'; ofType: null; }; }; }; } }; 'userPosition': { name: 'userPosition'; type: { kind: 'OBJECT'; name: 'UserPosition'; ofType: null; } }; 'userPositions': { name: 'userPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserPosition'; ofType: null; }; }; }; } }; 'userRiskPremiumBreakdown': { name: 'userRiskPremiumBreakdown'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserRiskPremiumBreakdownItem'; ofType: null; }; }; }; } }; 'userSummary': { name: 'userSummary'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSummary'; ofType: null; }; } }; 'userSummaryHistory': { name: 'userSummaryHistory'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSummaryHistoryItem'; ofType: null; }; }; }; } }; 'userSupplies': { name: 'userSupplies'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'UserSupplyItem'; ofType: null; }; }; }; } }; 'userSwaps': { name: 'userSwaps'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedUserSwapsResult'; ofType: null; }; } }; 'withdraw': { name: 'withdraw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ExecutionPlan'; ofType: null; }; } }; 'withdrawSwapQuote': { name: 'withdrawSwapQuote'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'WithdrawSwapQuoteResult'; ofType: null; }; } }; }; };
|
|
399
399
|
'QuoteAccuracy': { name: 'QuoteAccuracy'; enumValues: 'FAST' | 'ACCURATE'; };
|
|
400
400
|
'RenounceSpokeUserPositionManagerRequest': { kind: 'INPUT_OBJECT'; name: 'RenounceSpokeUserPositionManagerRequest'; isOneOf: false; inputFields: [{ name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SpokeId'; ofType: null; }; }; defaultValue: null }, { name: 'manager'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'managing'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }]; };
|
|
401
401
|
'RepayActivity': { kind: 'OBJECT'; name: 'RepayActivity'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; } }; 'repaid': { name: 'repaid'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveInfo'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'txHash': { name: 'txHash'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'TxHash'; ofType: null; }; } }; 'user': { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; }; };
|
|
@@ -417,7 +417,7 @@ type introspection_types = {
|
|
|
417
417
|
'ReserveInput': { kind: 'INPUT_OBJECT'; name: 'ReserveInput'; isOneOf: false; inputFields: [{ name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }, { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'onChainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'OnChainReserveId'; ofType: null; }; }; defaultValue: null }]; };
|
|
418
418
|
'ReserveRequest': { kind: 'INPUT_OBJECT'; name: 'ReserveRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'ReserveRequestQuery'; ofType: null; }; }; defaultValue: null }, { name: 'user'; type: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; defaultValue: null }]; };
|
|
419
419
|
'ReserveRequestQuery': { kind: 'INPUT_OBJECT'; name: 'ReserveRequestQuery'; isOneOf: true; inputFields: [{ name: 'reserveId'; type: { kind: 'SCALAR'; name: 'ReserveId'; ofType: null; }; defaultValue: null }, { name: 'reserveInput'; type: { kind: 'INPUT_OBJECT'; name: 'ReserveInput'; ofType: null; }; defaultValue: null }]; };
|
|
420
|
-
'ReserveSettings': { kind: 'OBJECT'; name: 'ReserveSettings'; fields: { 'borrowable': { name: 'borrowable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'collateral': { name: 'collateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'collateralFactor': { name: 'collateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'collateralRisk': { name: 'collateralRisk'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'latestDynamicConfigKey': { name: 'latestDynamicConfigKey'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DynamicConfigKey'; ofType: null; }; } }; 'liquidationFee': { name: 'liquidationFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'maxLiquidationBonus': { name: 'maxLiquidationBonus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'suppliable': { name: 'suppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; }; };
|
|
420
|
+
'ReserveSettings': { kind: 'OBJECT'; name: 'ReserveSettings'; fields: { 'borrowable': { name: 'borrowable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'collateral': { name: 'collateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'collateralFactor': { name: 'collateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'collateralRisk': { name: 'collateralRisk'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'latestDynamicConfigKey': { name: 'latestDynamicConfigKey'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DynamicConfigKey'; ofType: null; }; } }; 'liquidationFee': { name: 'liquidationFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'maxLiquidationBonus': { name: 'maxLiquidationBonus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'receiveSharesEnabled': { name: 'receiveSharesEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'suppliable': { name: 'suppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; }; };
|
|
421
421
|
'ReserveStatus': { kind: 'OBJECT'; name: 'ReserveStatus'; fields: { 'active': { name: 'active'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'frozen': { name: 'frozen'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'paused': { name: 'paused'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; }; };
|
|
422
422
|
'ReserveSummary': { kind: 'OBJECT'; name: 'ReserveSummary'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'borrowed': { name: 'borrowed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'rewards': { name: 'rewards'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'Reward'; ofType: null; }; }; }; } }; 'supplied': { name: 'supplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
423
423
|
'ReserveUserState': { kind: 'OBJECT'; name: 'ReserveUserState'; fields: { 'balance': { name: 'balance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'borrowApy': { name: 'borrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'borrowable': { name: 'borrowable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'collateralFactor': { name: 'collateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'dynamicConfigKey': { name: 'dynamicConfigKey'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DynamicConfigKey'; ofType: null; }; } }; 'liquidationFee': { name: 'liquidationFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'maxLiquidationBonus': { name: 'maxLiquidationBonus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'suppliable': { name: 'suppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; }; };
|
|
@@ -470,7 +470,7 @@ type introspection_types = {
|
|
|
470
470
|
'SwapQuote': { kind: 'OBJECT'; name: 'SwapQuote'; fields: { 'accuracy': { name: 'accuracy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'QuoteAccuracy'; ofType: null; }; } }; 'buy': { name: 'buy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenAmount'; ofType: null; }; } }; 'costs': { name: 'costs'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'SwapQuoteCosts'; ofType: null; }; } }; 'finalBuy': { name: 'finalBuy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenAmount'; ofType: null; }; } }; 'finalSell': { name: 'finalSell'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenAmount'; ofType: null; }; } }; 'quoteId': { name: 'quoteId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SwapQuoteId'; ofType: null; }; } }; 'selectedSlippage': { name: 'selectedSlippage'; type: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; } }; 'sell': { name: 'sell'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenAmount'; ofType: null; }; } }; 'suggestedSlippage': { name: 'suggestedSlippage'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
471
471
|
'SwapQuoteCosts': { kind: 'OBJECT'; name: 'SwapQuoteCosts'; fields: { 'flashloanFee': { name: 'flashloanFee'; type: { kind: 'UNION'; name: 'TokenAmount'; ofType: null; } }; 'networkCosts': { name: 'networkCosts'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenAmount'; ofType: null; }; } }; 'partnerFee': { name: 'partnerFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenAmount'; ofType: null; }; } }; 'providerFee': { name: 'providerFee'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'TokenAmount'; ofType: null; }; } }; }; };
|
|
472
472
|
'SwapQuoteId': unknown;
|
|
473
|
-
'SwapReceipt': { kind: 'OBJECT'; name: 'SwapReceipt'; fields: { 'createdAt': { name: 'createdAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; '
|
|
473
|
+
'SwapReceipt': { kind: 'OBJECT'; name: 'SwapReceipt'; fields: { 'createdAt': { name: 'createdAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'SwapId'; ofType: null; }; } }; }; };
|
|
474
474
|
'SwapRequest': { kind: 'INPUT_OBJECT'; name: 'SwapRequest'; isOneOf: true; inputFields: [{ name: 'intent'; type: { kind: 'INPUT_OBJECT'; name: 'SwapByIntentInput'; ofType: null; }; defaultValue: null }, { name: 'transaction'; type: { kind: 'INPUT_OBJECT'; name: 'SwapWithTransactionInput'; ofType: null; }; defaultValue: null }]; };
|
|
475
475
|
'SwapStatus': { kind: 'UNION'; name: 'SwapStatus'; fields: {}; possibleTypes: 'SwapCancelled' | 'SwapExpired' | 'SwapFulfilled' | 'SwapOpen' | 'SwapPendingSignature'; };
|
|
476
476
|
'SwapStatusFilter': { name: 'SwapStatusFilter'; enumValues: 'CANCELLED' | 'EXPIRED' | 'FULFILLED' | 'OPEN' | 'PENDING_SIGNATURE'; };
|
|
@@ -527,7 +527,7 @@ type introspection_types = {
|
|
|
527
527
|
'UserPositionConditionsUpdate': { name: 'UserPositionConditionsUpdate'; enumValues: 'ALL_DYNAMIC_CONFIG' | 'JUST_RISK_PREMIUM'; };
|
|
528
528
|
'UserPositionId': unknown;
|
|
529
529
|
'UserPositionRequest': { kind: 'INPUT_OBJECT'; name: 'UserPositionRequest'; isOneOf: true; inputFields: [{ name: 'userSpoke'; type: { kind: 'INPUT_OBJECT'; name: 'UserSpokeInput'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; defaultValue: null }]; };
|
|
530
|
-
'UserPositionRiskPremium': { kind: 'OBJECT'; name: 'UserPositionRiskPremium'; fields: { '
|
|
530
|
+
'UserPositionRiskPremium': { kind: 'OBJECT'; name: 'UserPositionRiskPremium'; fields: { 'current': { name: 'current'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'latest': { name: 'latest'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
531
531
|
'UserPositionsRequest': { kind: 'INPUT_OBJECT'; name: 'UserPositionsRequest'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'filter'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'UserPositionsRequestFilter'; ofType: null; }; }; defaultValue: null }, { name: 'orderBy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'UserPositionsRequestOrderBy'; ofType: null; }; }; defaultValue: "{created: ASC}" }]; };
|
|
532
532
|
'UserPositionsRequestFilter': { kind: 'INPUT_OBJECT'; name: 'UserPositionsRequestFilter'; isOneOf: true; inputFields: [{ name: 'tokens'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'Erc20Input'; ofType: null; }; }; }; defaultValue: null }, { name: 'chainIds'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }]; };
|
|
533
533
|
'UserPositionsRequestOrderBy': { kind: 'INPUT_OBJECT'; name: 'UserPositionsRequestOrderBy'; isOneOf: true; inputFields: [{ name: 'created'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }, { name: 'balance'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }, { name: 'netApy'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }, { name: 'healthFactor'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }, { name: 'netCollateral'; type: { kind: 'ENUM'; name: 'OrderDirection'; ofType: null; }; defaultValue: null }]; };
|
|
@@ -2307,6 +2307,7 @@ declare const ReserveSettingsFragment: gql_tada.TadaDocumentNode<{
|
|
|
2307
2307
|
borrowable: boolean;
|
|
2308
2308
|
collateral: boolean;
|
|
2309
2309
|
suppliable: boolean;
|
|
2310
|
+
receiveSharesEnabled: boolean;
|
|
2310
2311
|
latestDynamicConfigKey: unknown;
|
|
2311
2312
|
}, {}, {
|
|
2312
2313
|
fragment: "ReserveSettings";
|
|
@@ -3337,6 +3338,7 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
3337
3338
|
borrowable: boolean;
|
|
3338
3339
|
collateral: boolean;
|
|
3339
3340
|
suppliable: boolean;
|
|
3341
|
+
receiveSharesEnabled: boolean;
|
|
3340
3342
|
latestDynamicConfigKey: unknown;
|
|
3341
3343
|
};
|
|
3342
3344
|
status: {
|
|
@@ -9166,7 +9168,6 @@ type SwapByTransaction = FragmentOf<typeof SwapByTransactionFragment>;
|
|
|
9166
9168
|
declare const SwapReceiptFragment: gql_tada.TadaDocumentNode<{
|
|
9167
9169
|
__typename: "SwapReceipt";
|
|
9168
9170
|
id: SwapId;
|
|
9169
|
-
explorerUrl: string;
|
|
9170
9171
|
createdAt: Date;
|
|
9171
9172
|
}, {}, {
|
|
9172
9173
|
fragment: "SwapReceipt";
|
|
@@ -12088,7 +12089,6 @@ declare const SwapTransactionRequestFragment: gql_tada.TadaDocumentNode<{
|
|
|
12088
12089
|
orderReceipt: {
|
|
12089
12090
|
__typename: "SwapReceipt";
|
|
12090
12091
|
id: SwapId;
|
|
12091
|
-
explorerUrl: string;
|
|
12092
12092
|
createdAt: Date;
|
|
12093
12093
|
};
|
|
12094
12094
|
}, {}, {
|
|
@@ -12114,7 +12114,6 @@ declare const SwapExecutionPlanFragment: gql_tada.TadaDocumentNode<{
|
|
|
12114
12114
|
} | {
|
|
12115
12115
|
__typename: "SwapReceipt";
|
|
12116
12116
|
id: SwapId;
|
|
12117
|
-
explorerUrl: string;
|
|
12118
12117
|
createdAt: Date;
|
|
12119
12118
|
} | {
|
|
12120
12119
|
__typename: "SwapTransactionRequest";
|
|
@@ -12130,7 +12129,6 @@ declare const SwapExecutionPlanFragment: gql_tada.TadaDocumentNode<{
|
|
|
12130
12129
|
orderReceipt: {
|
|
12131
12130
|
__typename: "SwapReceipt";
|
|
12132
12131
|
id: SwapId;
|
|
12133
|
-
explorerUrl: string;
|
|
12134
12132
|
createdAt: Date;
|
|
12135
12133
|
};
|
|
12136
12134
|
}, {}, {
|
|
@@ -77975,6 +77973,7 @@ declare const UserSupplyItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
77975
77973
|
borrowable: boolean;
|
|
77976
77974
|
collateral: boolean;
|
|
77977
77975
|
suppliable: boolean;
|
|
77976
|
+
receiveSharesEnabled: boolean;
|
|
77978
77977
|
latestDynamicConfigKey: unknown;
|
|
77979
77978
|
};
|
|
77980
77979
|
status: {
|
|
@@ -79417,6 +79416,7 @@ declare const UserBorrowItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
79417
79416
|
borrowable: boolean;
|
|
79418
79417
|
collateral: boolean;
|
|
79419
79418
|
suppliable: boolean;
|
|
79419
|
+
receiveSharesEnabled: boolean;
|
|
79420
79420
|
latestDynamicConfigKey: unknown;
|
|
79421
79421
|
};
|
|
79422
79422
|
status: {
|
|
@@ -80208,66 +80208,6 @@ declare const UserPositionRiskPremiumFragment: gql_tada.TadaDocumentNode<{
|
|
|
80208
80208
|
value: _aave_types.BigDecimal;
|
|
80209
80209
|
normalized: _aave_types.BigDecimal;
|
|
80210
80210
|
};
|
|
80211
|
-
breakdown: {
|
|
80212
|
-
__typename: "UserRiskPremiumBreakdownItem";
|
|
80213
|
-
token: {
|
|
80214
|
-
__typename: "Erc20Token";
|
|
80215
|
-
info: {
|
|
80216
|
-
__typename: "TokenInfo";
|
|
80217
|
-
id: TokenInfoId;
|
|
80218
|
-
name: string;
|
|
80219
|
-
symbol: string;
|
|
80220
|
-
icon: string;
|
|
80221
|
-
decimals: number;
|
|
80222
|
-
categories: TokenCategory[];
|
|
80223
|
-
};
|
|
80224
|
-
address: _aave_types.EvmAddress;
|
|
80225
|
-
chain: {
|
|
80226
|
-
__typename: "Chain";
|
|
80227
|
-
name: string;
|
|
80228
|
-
icon: string;
|
|
80229
|
-
chainId: _aave_types.ChainId;
|
|
80230
|
-
rpcUrl: string;
|
|
80231
|
-
explorerUrl: string;
|
|
80232
|
-
isTestnet: boolean;
|
|
80233
|
-
isFork: boolean;
|
|
80234
|
-
nativeWrappedToken: _aave_types.EvmAddress;
|
|
80235
|
-
nativeGateway: _aave_types.EvmAddress;
|
|
80236
|
-
signatureGateway: _aave_types.EvmAddress;
|
|
80237
|
-
nativeInfo: {
|
|
80238
|
-
__typename: "TokenInfo";
|
|
80239
|
-
id: TokenInfoId;
|
|
80240
|
-
name: string;
|
|
80241
|
-
symbol: string;
|
|
80242
|
-
icon: string;
|
|
80243
|
-
decimals: number;
|
|
80244
|
-
categories: TokenCategory[];
|
|
80245
|
-
};
|
|
80246
|
-
};
|
|
80247
|
-
isWrappedNativeToken: boolean;
|
|
80248
|
-
};
|
|
80249
|
-
currentRiskPremiumWeight: {
|
|
80250
|
-
__typename: "PercentNumber";
|
|
80251
|
-
onChainValue: bigint;
|
|
80252
|
-
decimals: number;
|
|
80253
|
-
value: _aave_types.BigDecimal;
|
|
80254
|
-
normalized: _aave_types.BigDecimal;
|
|
80255
|
-
};
|
|
80256
|
-
latestRiskPremiumWeight: {
|
|
80257
|
-
__typename: "PercentNumber";
|
|
80258
|
-
onChainValue: bigint;
|
|
80259
|
-
decimals: number;
|
|
80260
|
-
value: _aave_types.BigDecimal;
|
|
80261
|
-
normalized: _aave_types.BigDecimal;
|
|
80262
|
-
};
|
|
80263
|
-
collateral: {
|
|
80264
|
-
__typename: "PercentNumber";
|
|
80265
|
-
onChainValue: bigint;
|
|
80266
|
-
decimals: number;
|
|
80267
|
-
value: _aave_types.BigDecimal;
|
|
80268
|
-
normalized: _aave_types.BigDecimal;
|
|
80269
|
-
};
|
|
80270
|
-
}[];
|
|
80271
80211
|
}, {}, {
|
|
80272
80212
|
fragment: "UserPositionRiskPremium";
|
|
80273
80213
|
on: "UserPositionRiskPremium";
|
|
@@ -80473,66 +80413,6 @@ declare const UserPositionFragment: gql_tada.TadaDocumentNode<{
|
|
|
80473
80413
|
value: _aave_types.BigDecimal;
|
|
80474
80414
|
normalized: _aave_types.BigDecimal;
|
|
80475
80415
|
};
|
|
80476
|
-
breakdown: {
|
|
80477
|
-
__typename: "UserRiskPremiumBreakdownItem";
|
|
80478
|
-
token: {
|
|
80479
|
-
__typename: "Erc20Token";
|
|
80480
|
-
info: {
|
|
80481
|
-
__typename: "TokenInfo";
|
|
80482
|
-
id: TokenInfoId;
|
|
80483
|
-
name: string;
|
|
80484
|
-
symbol: string;
|
|
80485
|
-
icon: string;
|
|
80486
|
-
decimals: number;
|
|
80487
|
-
categories: TokenCategory[];
|
|
80488
|
-
};
|
|
80489
|
-
address: _aave_types.EvmAddress;
|
|
80490
|
-
chain: {
|
|
80491
|
-
__typename: "Chain";
|
|
80492
|
-
name: string;
|
|
80493
|
-
icon: string;
|
|
80494
|
-
chainId: _aave_types.ChainId;
|
|
80495
|
-
rpcUrl: string;
|
|
80496
|
-
explorerUrl: string;
|
|
80497
|
-
isTestnet: boolean;
|
|
80498
|
-
isFork: boolean;
|
|
80499
|
-
nativeWrappedToken: _aave_types.EvmAddress;
|
|
80500
|
-
nativeGateway: _aave_types.EvmAddress;
|
|
80501
|
-
signatureGateway: _aave_types.EvmAddress;
|
|
80502
|
-
nativeInfo: {
|
|
80503
|
-
__typename: "TokenInfo";
|
|
80504
|
-
id: TokenInfoId;
|
|
80505
|
-
name: string;
|
|
80506
|
-
symbol: string;
|
|
80507
|
-
icon: string;
|
|
80508
|
-
decimals: number;
|
|
80509
|
-
categories: TokenCategory[];
|
|
80510
|
-
};
|
|
80511
|
-
};
|
|
80512
|
-
isWrappedNativeToken: boolean;
|
|
80513
|
-
};
|
|
80514
|
-
currentRiskPremiumWeight: {
|
|
80515
|
-
__typename: "PercentNumber";
|
|
80516
|
-
onChainValue: bigint;
|
|
80517
|
-
decimals: number;
|
|
80518
|
-
value: _aave_types.BigDecimal;
|
|
80519
|
-
normalized: _aave_types.BigDecimal;
|
|
80520
|
-
};
|
|
80521
|
-
latestRiskPremiumWeight: {
|
|
80522
|
-
__typename: "PercentNumber";
|
|
80523
|
-
onChainValue: bigint;
|
|
80524
|
-
decimals: number;
|
|
80525
|
-
value: _aave_types.BigDecimal;
|
|
80526
|
-
normalized: _aave_types.BigDecimal;
|
|
80527
|
-
};
|
|
80528
|
-
collateral: {
|
|
80529
|
-
__typename: "PercentNumber";
|
|
80530
|
-
onChainValue: bigint;
|
|
80531
|
-
decimals: number;
|
|
80532
|
-
value: _aave_types.BigDecimal;
|
|
80533
|
-
normalized: _aave_types.BigDecimal;
|
|
80534
|
-
};
|
|
80535
|
-
}[];
|
|
80536
80416
|
} | null;
|
|
80537
80417
|
liquidationPrice: {
|
|
80538
80418
|
__typename: "ExchangeAmount";
|
|
@@ -83945,6 +83825,7 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
83945
83825
|
borrowable: boolean;
|
|
83946
83826
|
collateral: boolean;
|
|
83947
83827
|
suppliable: boolean;
|
|
83828
|
+
receiveSharesEnabled: boolean;
|
|
83948
83829
|
latestDynamicConfigKey: unknown;
|
|
83949
83830
|
};
|
|
83950
83831
|
status: {
|
|
@@ -85041,6 +84922,7 @@ declare const ReservesQuery: gql_tada.TadaDocumentNode<{
|
|
|
85041
84922
|
borrowable: boolean;
|
|
85042
84923
|
collateral: boolean;
|
|
85043
84924
|
suppliable: boolean;
|
|
84925
|
+
receiveSharesEnabled: boolean;
|
|
85044
84926
|
latestDynamicConfigKey: unknown;
|
|
85045
84927
|
};
|
|
85046
84928
|
status: {
|
|
@@ -107797,7 +107679,7 @@ declare const SwapStatusQuery: gql_tada.TadaDocumentNode<{
|
|
|
107797
107679
|
kind: WithdrawSwapKind;
|
|
107798
107680
|
orderClass: SwapOrderClass;
|
|
107799
107681
|
};
|
|
107800
|
-
};
|
|
107682
|
+
} | null;
|
|
107801
107683
|
}, {
|
|
107802
107684
|
timeWindow: TimeWindow;
|
|
107803
107685
|
currency: Currency;
|
|
@@ -107827,7 +107709,6 @@ declare const SwapMutation: gql_tada.TadaDocumentNode<{
|
|
|
107827
107709
|
} | {
|
|
107828
107710
|
__typename: "SwapReceipt";
|
|
107829
107711
|
id: SwapId;
|
|
107830
|
-
explorerUrl: string;
|
|
107831
107712
|
createdAt: Date;
|
|
107832
107713
|
} | {
|
|
107833
107714
|
__typename: "SwapTransactionRequest";
|
|
@@ -107843,7 +107724,6 @@ declare const SwapMutation: gql_tada.TadaDocumentNode<{
|
|
|
107843
107724
|
orderReceipt: {
|
|
107844
107725
|
__typename: "SwapReceipt";
|
|
107845
107726
|
id: SwapId;
|
|
107846
|
-
explorerUrl: string;
|
|
107847
107727
|
createdAt: Date;
|
|
107848
107728
|
};
|
|
107849
107729
|
};
|
|
@@ -172114,6 +171994,7 @@ declare const UserSuppliesQuery: gql_tada.TadaDocumentNode<{
|
|
|
172114
171994
|
borrowable: boolean;
|
|
172115
171995
|
collateral: boolean;
|
|
172116
171996
|
suppliable: boolean;
|
|
171997
|
+
receiveSharesEnabled: boolean;
|
|
172117
171998
|
latestDynamicConfigKey: unknown;
|
|
172118
171999
|
};
|
|
172119
172000
|
status: {
|
|
@@ -173605,6 +173486,7 @@ declare const UserBorrowsQuery: gql_tada.TadaDocumentNode<{
|
|
|
173605
173486
|
borrowable: boolean;
|
|
173606
173487
|
collateral: boolean;
|
|
173607
173488
|
suppliable: boolean;
|
|
173489
|
+
receiveSharesEnabled: boolean;
|
|
173608
173490
|
latestDynamicConfigKey: unknown;
|
|
173609
173491
|
};
|
|
173610
173492
|
status: {
|
|
@@ -174582,66 +174464,6 @@ declare const UserPositionsQuery: gql_tada.TadaDocumentNode<{
|
|
|
174582
174464
|
value: _aave_types.BigDecimal;
|
|
174583
174465
|
normalized: _aave_types.BigDecimal;
|
|
174584
174466
|
};
|
|
174585
|
-
breakdown: {
|
|
174586
|
-
__typename: "UserRiskPremiumBreakdownItem";
|
|
174587
|
-
token: {
|
|
174588
|
-
__typename: "Erc20Token";
|
|
174589
|
-
info: {
|
|
174590
|
-
__typename: "TokenInfo";
|
|
174591
|
-
id: TokenInfoId;
|
|
174592
|
-
name: string;
|
|
174593
|
-
symbol: string;
|
|
174594
|
-
icon: string;
|
|
174595
|
-
decimals: number;
|
|
174596
|
-
categories: TokenCategory[];
|
|
174597
|
-
};
|
|
174598
|
-
address: _aave_types.EvmAddress;
|
|
174599
|
-
chain: {
|
|
174600
|
-
__typename: "Chain";
|
|
174601
|
-
name: string;
|
|
174602
|
-
icon: string;
|
|
174603
|
-
chainId: _aave_types.ChainId;
|
|
174604
|
-
rpcUrl: string;
|
|
174605
|
-
explorerUrl: string;
|
|
174606
|
-
isTestnet: boolean;
|
|
174607
|
-
isFork: boolean;
|
|
174608
|
-
nativeWrappedToken: _aave_types.EvmAddress;
|
|
174609
|
-
nativeGateway: _aave_types.EvmAddress;
|
|
174610
|
-
signatureGateway: _aave_types.EvmAddress;
|
|
174611
|
-
nativeInfo: {
|
|
174612
|
-
__typename: "TokenInfo";
|
|
174613
|
-
id: TokenInfoId;
|
|
174614
|
-
name: string;
|
|
174615
|
-
symbol: string;
|
|
174616
|
-
icon: string;
|
|
174617
|
-
decimals: number;
|
|
174618
|
-
categories: TokenCategory[];
|
|
174619
|
-
};
|
|
174620
|
-
};
|
|
174621
|
-
isWrappedNativeToken: boolean;
|
|
174622
|
-
};
|
|
174623
|
-
currentRiskPremiumWeight: {
|
|
174624
|
-
__typename: "PercentNumber";
|
|
174625
|
-
onChainValue: bigint;
|
|
174626
|
-
decimals: number;
|
|
174627
|
-
value: _aave_types.BigDecimal;
|
|
174628
|
-
normalized: _aave_types.BigDecimal;
|
|
174629
|
-
};
|
|
174630
|
-
latestRiskPremiumWeight: {
|
|
174631
|
-
__typename: "PercentNumber";
|
|
174632
|
-
onChainValue: bigint;
|
|
174633
|
-
decimals: number;
|
|
174634
|
-
value: _aave_types.BigDecimal;
|
|
174635
|
-
normalized: _aave_types.BigDecimal;
|
|
174636
|
-
};
|
|
174637
|
-
collateral: {
|
|
174638
|
-
__typename: "PercentNumber";
|
|
174639
|
-
onChainValue: bigint;
|
|
174640
|
-
decimals: number;
|
|
174641
|
-
value: _aave_types.BigDecimal;
|
|
174642
|
-
normalized: _aave_types.BigDecimal;
|
|
174643
|
-
};
|
|
174644
|
-
}[];
|
|
174645
174467
|
} | null;
|
|
174646
174468
|
liquidationPrice: {
|
|
174647
174469
|
__typename: "ExchangeAmount";
|
|
@@ -174905,66 +174727,6 @@ declare const UserPositionQuery: gql_tada.TadaDocumentNode<{
|
|
|
174905
174727
|
value: _aave_types.BigDecimal;
|
|
174906
174728
|
normalized: _aave_types.BigDecimal;
|
|
174907
174729
|
};
|
|
174908
|
-
breakdown: {
|
|
174909
|
-
__typename: "UserRiskPremiumBreakdownItem";
|
|
174910
|
-
token: {
|
|
174911
|
-
__typename: "Erc20Token";
|
|
174912
|
-
info: {
|
|
174913
|
-
__typename: "TokenInfo";
|
|
174914
|
-
id: TokenInfoId;
|
|
174915
|
-
name: string;
|
|
174916
|
-
symbol: string;
|
|
174917
|
-
icon: string;
|
|
174918
|
-
decimals: number;
|
|
174919
|
-
categories: TokenCategory[];
|
|
174920
|
-
};
|
|
174921
|
-
address: _aave_types.EvmAddress;
|
|
174922
|
-
chain: {
|
|
174923
|
-
__typename: "Chain";
|
|
174924
|
-
name: string;
|
|
174925
|
-
icon: string;
|
|
174926
|
-
chainId: _aave_types.ChainId;
|
|
174927
|
-
rpcUrl: string;
|
|
174928
|
-
explorerUrl: string;
|
|
174929
|
-
isTestnet: boolean;
|
|
174930
|
-
isFork: boolean;
|
|
174931
|
-
nativeWrappedToken: _aave_types.EvmAddress;
|
|
174932
|
-
nativeGateway: _aave_types.EvmAddress;
|
|
174933
|
-
signatureGateway: _aave_types.EvmAddress;
|
|
174934
|
-
nativeInfo: {
|
|
174935
|
-
__typename: "TokenInfo";
|
|
174936
|
-
id: TokenInfoId;
|
|
174937
|
-
name: string;
|
|
174938
|
-
symbol: string;
|
|
174939
|
-
icon: string;
|
|
174940
|
-
decimals: number;
|
|
174941
|
-
categories: TokenCategory[];
|
|
174942
|
-
};
|
|
174943
|
-
};
|
|
174944
|
-
isWrappedNativeToken: boolean;
|
|
174945
|
-
};
|
|
174946
|
-
currentRiskPremiumWeight: {
|
|
174947
|
-
__typename: "PercentNumber";
|
|
174948
|
-
onChainValue: bigint;
|
|
174949
|
-
decimals: number;
|
|
174950
|
-
value: _aave_types.BigDecimal;
|
|
174951
|
-
normalized: _aave_types.BigDecimal;
|
|
174952
|
-
};
|
|
174953
|
-
latestRiskPremiumWeight: {
|
|
174954
|
-
__typename: "PercentNumber";
|
|
174955
|
-
onChainValue: bigint;
|
|
174956
|
-
decimals: number;
|
|
174957
|
-
value: _aave_types.BigDecimal;
|
|
174958
|
-
normalized: _aave_types.BigDecimal;
|
|
174959
|
-
};
|
|
174960
|
-
collateral: {
|
|
174961
|
-
__typename: "PercentNumber";
|
|
174962
|
-
onChainValue: bigint;
|
|
174963
|
-
decimals: number;
|
|
174964
|
-
value: _aave_types.BigDecimal;
|
|
174965
|
-
normalized: _aave_types.BigDecimal;
|
|
174966
|
-
};
|
|
174967
|
-
}[];
|
|
174968
174730
|
} | null;
|
|
174969
174731
|
liquidationPrice: {
|
|
174970
174732
|
__typename: "ExchangeAmount";
|