@aave/graphql 1.0.0-next.36 → 1.0.0-next.38
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 +63 -42
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1149 -47
- package/dist/index.d.ts +1149 -47
- package/dist/index.js +63 -42
- 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 +22 -9
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -299,7 +299,7 @@ type introspection_types = {
|
|
|
299
299
|
'ChainsFilter': { name: 'ChainsFilter'; enumValues: 'TESTNET_ONLY' | 'MAINNET_ONLY' | 'ALL'; };
|
|
300
300
|
'ChainsRequest': { kind: 'INPUT_OBJECT'; name: 'ChainsRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'ChainsRequestQuery'; ofType: null; }; }; defaultValue: null }]; };
|
|
301
301
|
'ChainsRequestQuery': { kind: 'INPUT_OBJECT'; name: 'ChainsRequestQuery'; isOneOf: true; inputFields: [{ name: 'chainIds'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }, { name: 'filter'; type: { kind: 'ENUM'; name: 'ChainsFilter'; ofType: null; }; defaultValue: null }]; };
|
|
302
|
-
'ClaimRewardsRequest': { kind: 'INPUT_OBJECT'; name: 'ClaimRewardsRequest'; isOneOf: false; inputFields: [{ name: 'ids'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; }; }; }; defaultValue: null }]; };
|
|
302
|
+
'ClaimRewardsRequest': { kind: 'INPUT_OBJECT'; name: 'ClaimRewardsRequest'; isOneOf: false; inputFields: [{ name: 'ids'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; }; }; }; defaultValue: null }, { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }]; };
|
|
303
303
|
'CollateralFactorVariation': { kind: 'OBJECT'; name: 'CollateralFactorVariation'; fields: { 'after': { name: 'after'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'current': { name: 'current'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'reserveId': { name: 'reserveId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ReserveId'; ofType: null; }; } }; 'token': { name: 'token'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Token'; ofType: null; }; } }; }; };
|
|
304
304
|
'CollateralMetric': { name: 'CollateralMetric'; enumValues: 'HIGHEST' | 'LOWEST'; };
|
|
305
305
|
'Currency': { name: 'Currency'; enumValues: 'USD' | 'GBP' | 'EUR'; };
|
|
@@ -407,7 +407,7 @@ type introspection_types = {
|
|
|
407
407
|
'PercentNumberChangeSnapshot': { kind: 'OBJECT'; name: 'PercentNumberChangeSnapshot'; fields: { 'after': { name: 'after'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'before': { name: 'before'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
408
408
|
'PercentNumberVariation': { kind: 'OBJECT'; name: 'PercentNumberVariation'; fields: { 'after': { name: 'after'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'current': { name: 'current'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
409
409
|
'PercentNumberWithChange': { kind: 'OBJECT'; name: 'PercentNumberWithChange'; fields: { 'change': { name: 'change'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'current': { name: 'current'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; }; };
|
|
410
|
-
'PermitTypedData': { kind: 'OBJECT'; name: 'PermitTypedData'; fields: { 'domain': { name: 'domain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'DomainData'; ofType: null; }; } }; 'message': { name: 'message'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'JSON'; ofType: null; }; } }; 'primaryType': { name: 'primaryType'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'types': { name: 'types'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'JSON'; ofType: null; }; } }; }; };
|
|
410
|
+
'PermitTypedData': { kind: 'OBJECT'; name: 'PermitTypedData'; fields: { 'domain': { name: 'domain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'DomainData'; ofType: null; }; } }; 'message': { name: 'message'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'JSON'; ofType: null; }; } }; 'primaryType': { name: 'primaryType'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'signedAmount': { name: 'signedAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'types': { name: 'types'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'JSON'; ofType: null; }; } }; }; };
|
|
411
411
|
'PointsCriteria': { kind: 'UNION'; name: 'PointsCriteria'; fields: {}; possibleTypes: 'PointsGenericCriteria'; };
|
|
412
412
|
'PointsGenericCriteria': { kind: 'OBJECT'; name: 'PointsGenericCriteria'; fields: { 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; } }; 'text': { name: 'text'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'userPassed': { name: 'userPassed'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; }; };
|
|
413
413
|
'PointsProgram': { kind: 'OBJECT'; name: 'PointsProgram'; fields: { 'externalUrl': { name: 'externalUrl'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'iconUrl': { name: 'iconUrl'; type: { kind: 'SCALAR'; name: 'String'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; }; };
|
|
@@ -429,10 +429,11 @@ type introspection_types = {
|
|
|
429
429
|
'PreviewMerklBorrowReward': { kind: 'OBJECT'; name: 'PreviewMerklBorrowReward'; fields: { 'criteria': { name: 'criteria'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'MerklCriteria'; ofType: null; }; }; }; } }; 'discountApy': { name: 'discountApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'endDate': { name: 'endDate'; 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: 'RewardId'; ofType: null; }; } }; 'payoutToken': { name: 'payoutToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Token'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveInfo'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
430
430
|
'PreviewMerklSupplyReward': { kind: 'OBJECT'; name: 'PreviewMerklSupplyReward'; fields: { 'criteria': { name: 'criteria'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'MerklCriteria'; ofType: null; }; }; }; } }; 'endDate': { name: 'endDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'extraApy': { name: 'extraApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'payoutToken': { name: 'payoutToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Token'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveInfo'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
431
431
|
'PreviewRequest': { kind: 'INPUT_OBJECT'; name: 'PreviewRequest'; isOneOf: false; inputFields: [{ name: 'action'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'PreviewAction'; ofType: null; }; }; defaultValue: null }]; };
|
|
432
|
+
'PreviewReserveRates': { kind: 'OBJECT'; name: 'PreviewReserveRates'; fields: { 'borrowApy': { name: 'borrowApy'; type: { kind: 'OBJECT'; name: 'PercentNumberVariation'; ofType: null; } }; 'supplyApy': { name: 'supplyApy'; type: { kind: 'OBJECT'; name: 'PercentNumberVariation'; ofType: null; } }; }; };
|
|
432
433
|
'PreviewReward': { kind: 'UNION'; name: 'PreviewReward'; fields: {}; possibleTypes: 'PreviewBorrowPointsReward' | 'PreviewMerklBorrowReward' | 'PreviewMerklSupplyReward' | 'PreviewSupplyPointsReward'; };
|
|
433
434
|
'PreviewRewardOutcome': { kind: 'OBJECT'; name: 'PreviewRewardOutcome'; fields: { 'gained': { name: 'gained'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PreviewReward'; ofType: null; }; }; }; } }; 'lost': { name: 'lost'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PreviewReward'; ofType: null; }; }; }; } }; }; };
|
|
434
435
|
'PreviewSupplyPointsReward': { kind: 'OBJECT'; name: 'PreviewSupplyPointsReward'; fields: { 'criteria': { name: 'criteria'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'PointsCriteria'; ofType: null; }; }; } }; 'endDate': { name: 'endDate'; type: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'multiplier': { name: 'multiplier'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Float'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'program': { name: 'program'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PointsProgram'; ofType: null; }; } }; 'reserve': { name: 'reserve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveInfo'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
435
|
-
'PreviewUserPosition': { kind: 'OBJECT'; name: 'PreviewUserPosition'; fields: { '
|
|
436
|
+
'PreviewUserPosition': { kind: 'OBJECT'; name: 'PreviewUserPosition'; fields: { '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; }; } }; 'maxBorrowingPower': { name: 'maxBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; 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; }; } }; 'remainingBorrowingPower': { name: 'remainingBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountVariation'; ofType: null; }; } }; 'reserveRates': { name: 'reserveRates'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PreviewReserveRates'; 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; }; } }; }; };
|
|
436
437
|
'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" }]; };
|
|
437
438
|
'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; }; } }; }; };
|
|
438
439
|
'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; } }; 'hubAssetInterestRateModel': { name: 'hubAssetInterestRateModel'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAssetInterestRateModelResult'; 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; }; }; }; } }; 'stableVault': { name: 'stableVault'; type: { kind: 'OBJECT'; name: 'StableVault'; ofType: null; } }; 'stableVaultAssignRate': { name: 'stableVaultAssignRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultClaimStatus': { name: 'stableVaultClaimStatus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'StableVaultClaimStatus'; ofType: null; }; } }; 'stableVaultClaimSurplus': { name: 'stableVaultClaimSurplus'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultDeposit': { name: 'stableVaultDeposit'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'StableVaultDepositExecutionPlan'; ofType: null; }; } }; 'stableVaultMovements': { name: 'stableVaultMovements'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedStableVaultMovementsResult'; ofType: null; }; } }; 'stableVaultRateUsers': { name: 'stableVaultRateUsers'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PaginatedStableVaultRateUsersResult'; ofType: null; }; } }; 'stableVaultUnassignRate': { name: 'stableVaultUnassignRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TransactionRequest'; ofType: null; }; } }; 'stableVaultUserPositions': { name: 'stableVaultUserPositions'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'StableVaultUserPosition'; ofType: null; }; }; }; } }; 'stableVaultWithdraw': { name: 'stableVaultWithdraw'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'StableVaultWithdrawExecutionPlan'; ofType: null; }; } }; 'stableVaults': { name: 'stableVaults'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'StableVault'; 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; }; } }; }; };
|
|
@@ -440,14 +441,15 @@ type introspection_types = {
|
|
|
440
441
|
'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 }]; };
|
|
441
442
|
'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; }; } }; }; };
|
|
442
443
|
'RepayAmountInputWithPermit': { kind: 'INPUT_OBJECT'; name: 'RepayAmountInputWithPermit'; isOneOf: true; inputFields: [{ name: 'native'; type: { kind: 'INPUT_OBJECT'; name: 'AmountInput'; ofType: null; }; defaultValue: null }, { name: 'erc20'; type: { kind: 'INPUT_OBJECT'; name: 'RepayErc20AmountInputWithPermit'; ofType: null; }; defaultValue: null }]; };
|
|
443
|
-
'RepayErc20AmountInputWithPermit': { kind: 'INPUT_OBJECT'; name: 'RepayErc20AmountInputWithPermit'; isOneOf: false; inputFields: [{ name: 'value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AmountInput'; ofType: null; }; }; defaultValue: null }, { name: '
|
|
444
|
+
'RepayErc20AmountInputWithPermit': { kind: 'INPUT_OBJECT'; name: 'RepayErc20AmountInputWithPermit'; isOneOf: false; inputFields: [{ name: 'value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'AmountInput'; ofType: null; }; }; defaultValue: null }, { name: 'permit'; type: { kind: 'INPUT_OBJECT'; name: 'RepaySignedPermitInput'; ofType: null; }; defaultValue: null }]; };
|
|
444
445
|
'RepayRequest': { kind: 'INPUT_OBJECT'; name: 'RepayRequest'; isOneOf: false; inputFields: [{ name: 'reserve'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ReserveId'; ofType: null; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'RepayAmountInputWithPermit'; ofType: null; }; }; defaultValue: null }, { name: 'sender'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }]; };
|
|
446
|
+
'RepaySignedPermitInput': { kind: 'INPUT_OBJECT'; name: 'RepaySignedPermitInput'; isOneOf: false; inputFields: [{ name: 'permitSig'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'ERC20PermitSignature'; ofType: null; }; }; defaultValue: null }, { name: 'signedAmount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; }; defaultValue: null }]; };
|
|
445
447
|
'RepayWithSupply': { kind: 'OBJECT'; name: 'RepayWithSupply'; fields: { 'kind': { name: 'kind'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'RepayWithSupplyKind'; ofType: null; }; } }; 'orderClass': { name: 'orderClass'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'SwapOrderClass'; ofType: null; }; } }; 'repay': { name: 'repay'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PositionAmount'; ofType: null; }; } }; 'supply': { name: 'supply'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PositionAmount'; ofType: null; }; } }; }; };
|
|
446
448
|
'RepayWithSupplyActivity': { kind: 'OBJECT'; name: 'RepayWithSupplyActivity'; fields: { 'chain': { name: 'chain'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Chain'; ofType: null; }; } }; 'explorerUrl': { name: 'explorerUrl'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ID'; ofType: null; }; } }; 'kind': { name: 'kind'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'RepayWithSupplyKind'; ofType: null; }; } }; 'orderClass': { name: 'orderClass'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'SwapOrderClass'; ofType: null; }; } }; 'repay': { name: 'repay'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PositionAmount'; ofType: null; }; } }; 'status': { name: 'status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'SwapActivityStatus'; ofType: null; }; } }; 'supply': { name: 'supply'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PositionAmount'; ofType: null; }; } }; 'timestamp': { name: 'timestamp'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'txHash': { name: 'txHash'; type: { kind: 'SCALAR'; name: 'TxHash'; ofType: null; } }; 'user': { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; }; };
|
|
447
449
|
'RepayWithSupplyKind': { name: 'RepayWithSupplyKind'; enumValues: 'REPAY' | 'SUPPLY'; };
|
|
448
450
|
'RepayWithSupplyQuoteRequest': { kind: 'INPUT_OBJECT'; name: 'RepayWithSupplyQuoteRequest'; isOneOf: true; inputFields: [{ name: 'market'; type: { kind: 'INPUT_OBJECT'; name: 'MarketRepayWithSupplyQuoteInput'; ofType: null; }; defaultValue: null }, { name: 'limit'; type: { kind: 'INPUT_OBJECT'; name: 'LimitRepayWithSupplyQuoteInput'; ofType: null; }; defaultValue: null }, { name: 'fromQuote'; type: { kind: 'INPUT_OBJECT'; name: 'FromQuoteRepayWithSupplyQuoteInput'; ofType: null; }; defaultValue: null }]; };
|
|
449
451
|
'RepayWithSupplyQuoteResult': { kind: 'UNION'; name: 'RepayWithSupplyQuoteResult'; fields: {}; possibleTypes: 'InsufficientLiquidityError' | 'PositionSwapByIntentApprovalsRequired'; };
|
|
450
|
-
'Reserve': { kind: 'OBJECT'; name: 'Reserve'; fields: { 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAsset'; ofType: null; }; } }; '
|
|
452
|
+
'Reserve': { kind: 'OBJECT'; name: 'Reserve'; fields: { 'asset': { name: 'asset'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HubAsset'; ofType: null; }; } }; 'canBorrow': { name: 'canBorrow'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'canSupply': { name: 'canSupply'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'canSwapFrom': { name: 'canSwapFrom'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'canUseAsCollateral': { name: 'canUseAsCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; '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: 'ReserveId'; ofType: null; }; } }; 'onChainId': { name: 'onChainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'OnChainReserveId'; ofType: null; }; } }; 'settings': { name: 'settings'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveSettings'; ofType: null; }; } }; 'spoke': { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; } }; 'status': { name: 'status'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveStatus'; ofType: null; }; } }; 'summary': { name: 'summary'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveSummary'; ofType: null; }; } }; 'userState': { name: 'userState'; type: { kind: 'OBJECT'; name: 'ReserveUserState'; ofType: null; } }; }; };
|
|
451
453
|
'ReserveAmountInput': { kind: 'INPUT_OBJECT'; name: 'ReserveAmountInput'; isOneOf: true; inputFields: [{ name: 'native'; type: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; defaultValue: null }, { name: 'erc20'; type: { kind: 'INPUT_OBJECT'; name: 'ReserveErc20AmountInput'; ofType: null; }; defaultValue: null }]; };
|
|
452
454
|
'ReserveAmountInputWithPermit': { kind: 'INPUT_OBJECT'; name: 'ReserveAmountInputWithPermit'; isOneOf: true; inputFields: [{ name: 'native'; type: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; defaultValue: null }, { name: 'erc20'; type: { kind: 'INPUT_OBJECT'; name: 'ReserveErc20AmountInputWithPermit'; ofType: null; }; defaultValue: null }]; };
|
|
453
455
|
'ReserveErc20AmountInput': { kind: 'INPUT_OBJECT'; name: 'ReserveErc20AmountInput'; isOneOf: false; inputFields: [{ name: 'value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; }; defaultValue: null }]; };
|
|
@@ -459,7 +461,7 @@ type introspection_types = {
|
|
|
459
461
|
'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 }]; };
|
|
460
462
|
'ReserveSettings': { kind: 'OBJECT'; name: 'ReserveSettings'; fields: { 'borrowCap': { name: 'borrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; '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; }; } }; 'supplyCap': { name: 'supplyCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; }; };
|
|
461
463
|
'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; }; } }; }; };
|
|
462
|
-
'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; }; } }; }; };
|
|
464
|
+
'ReserveSummary': { kind: 'OBJECT'; name: 'ReserveSummary'; fields: { '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; }; } }; '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; }; }; }; } }; 'suppliable': { name: 'suppliable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; 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; }; } }; }; };
|
|
463
465
|
'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; }; } }; }; };
|
|
464
466
|
'ReservesRequest': { kind: 'INPUT_OBJECT'; name: 'ReservesRequest'; isOneOf: false; inputFields: [{ name: 'query'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'ReservesRequestQuery'; ofType: null; }; }; defaultValue: null }, { name: 'user'; type: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; defaultValue: null }, { name: 'filter'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'ReservesRequestFilter'; ofType: null; }; }; defaultValue: "ALL" }, { name: 'orderBy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'ReservesRequestOrderBy'; ofType: null; }; }; defaultValue: "{assetName: ASC}" }]; };
|
|
465
467
|
'ReservesRequestFilter': { name: 'ReservesRequestFilter'; enumValues: 'SUPPLY' | 'BORROW' | 'COLLATERAL' | 'ALL'; };
|
|
@@ -598,11 +600,11 @@ type introspection_types = {
|
|
|
598
600
|
'UserBorrowsRequestQuery': { kind: 'INPUT_OBJECT'; name: 'UserBorrowsRequestQuery'; isOneOf: true; inputFields: [{ name: 'userSpoke'; type: { kind: 'INPUT_OBJECT'; name: 'UserSpokeInput'; ofType: null; }; defaultValue: null }, { name: 'userToken'; type: { kind: 'INPUT_OBJECT'; name: 'UserToken'; ofType: null; }; defaultValue: null }, { name: 'userPositionId'; type: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; defaultValue: null }, { name: 'userChains'; type: { kind: 'INPUT_OBJECT'; name: 'UserChains'; ofType: null; }; defaultValue: null }, { name: 'userHub'; type: { kind: 'INPUT_OBJECT'; name: 'UserHub'; ofType: null; }; defaultValue: null }]; };
|
|
599
601
|
'UserChains': { kind: 'INPUT_OBJECT'; name: 'UserChains'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainIds'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; }; defaultValue: null }]; };
|
|
600
602
|
'UserClaimableReward': { kind: 'UNION'; name: 'UserClaimableReward'; fields: {}; possibleTypes: 'UserMerklClaimableReward'; };
|
|
601
|
-
'UserClaimableRewardsRequest': { kind: 'INPUT_OBJECT'; name: 'UserClaimableRewardsRequest'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }]; };
|
|
603
|
+
'UserClaimableRewardsRequest': { kind: 'INPUT_OBJECT'; name: 'UserClaimableRewardsRequest'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }]; };
|
|
602
604
|
'UserHub': { kind: 'INPUT_OBJECT'; name: 'UserHub'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'hub'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'UserHubInput'; ofType: null; }; }; defaultValue: null }]; };
|
|
603
605
|
'UserHubInput': { kind: 'INPUT_OBJECT'; name: 'UserHubInput'; isOneOf: true; inputFields: [{ name: 'input'; type: { kind: 'INPUT_OBJECT'; name: 'HubInput'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'HubId'; ofType: null; }; defaultValue: null }]; };
|
|
604
606
|
'UserMerklClaimableReward': { kind: 'OBJECT'; name: 'UserMerklClaimableReward'; fields: { 'claimUntil': { name: 'claimUntil'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'claimable': { name: 'claimable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'endDate': { name: 'endDate'; 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: 'RewardId'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
605
|
-
'UserPosition': { kind: 'OBJECT'; name: 'UserPosition'; fields: { 'averageCollateralFactor': { name: 'averageCollateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; '
|
|
607
|
+
'UserPosition': { kind: 'OBJECT'; name: 'UserPosition'; fields: { 'averageCollateralFactor': { name: 'averageCollateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'canUpdateDynamicConfig': { name: 'canUpdateDynamicConfig'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'createdAt': { name: 'createdAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'healthFactor': { name: 'healthFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HealthFactorWithChange'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; } }; 'liquidationPrice': { name: 'liquidationPrice'; type: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; } }; 'maxBorrowingPower': { name: 'maxBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'netAccruedInterest': { name: 'netAccruedInterest'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'netBalance': { name: 'netBalance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'netBalancePercentChange': { name: 'netBalancePercentChange'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'netBorrowApy': { name: 'netBorrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberWithChange'; ofType: null; }; } }; 'netCollateral': { name: 'netCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'netSupplyApy': { name: 'netSupplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberWithChange'; ofType: null; }; } }; 'remainingBorrowingPower': { name: 'remainingBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'riskPremium': { name: 'riskPremium'; type: { kind: 'OBJECT'; name: 'UserPositionRiskPremium'; ofType: null; } }; 'spoke': { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; } }; 'totalCollateral': { name: 'totalCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'totalDebt': { name: 'totalDebt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'user': { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; }; };
|
|
606
608
|
'UserPositionConditionVariation': { kind: 'UNION'; name: 'UserPositionConditionVariation'; fields: {}; possibleTypes: 'CollateralFactorVariation' | 'LiquidationFeeVariation' | 'MaxLiquidationBonusVariation'; };
|
|
607
609
|
'UserPositionConditionsUpdate': { name: 'UserPositionConditionsUpdate'; enumValues: 'ALL_DYNAMIC_CONFIG' | 'JUST_RISK_PREMIUM'; };
|
|
608
610
|
'UserPositionId': unknown;
|
|
@@ -2445,6 +2447,7 @@ declare const PermitTypedDataFragment: gql_tada.TadaDocumentNode<{
|
|
|
2445
2447
|
verifyingContract: _aave_types.EvmAddress;
|
|
2446
2448
|
};
|
|
2447
2449
|
message: type_fest.JsonObject;
|
|
2450
|
+
signedAmount: _aave_types.BigDecimal;
|
|
2448
2451
|
}, {}, {
|
|
2449
2452
|
fragment: "PermitTypedData";
|
|
2450
2453
|
on: "PermitTypedData";
|
|
@@ -2747,6 +2750,124 @@ declare const ReserveSummaryFragment: gql_tada.TadaDocumentNode<{
|
|
|
2747
2750
|
value: _aave_types.BigDecimal;
|
|
2748
2751
|
};
|
|
2749
2752
|
};
|
|
2753
|
+
suppliable: {
|
|
2754
|
+
__typename: "Erc20Amount";
|
|
2755
|
+
token: {
|
|
2756
|
+
__typename: "Erc20Token";
|
|
2757
|
+
info: {
|
|
2758
|
+
__typename: "TokenInfo";
|
|
2759
|
+
id: TokenInfoId;
|
|
2760
|
+
name: string;
|
|
2761
|
+
symbol: string;
|
|
2762
|
+
icon: string;
|
|
2763
|
+
decimals: number;
|
|
2764
|
+
categories: TokenCategory[];
|
|
2765
|
+
};
|
|
2766
|
+
address: _aave_types.EvmAddress;
|
|
2767
|
+
chain: {
|
|
2768
|
+
__typename: "Chain";
|
|
2769
|
+
name: string;
|
|
2770
|
+
icon: string;
|
|
2771
|
+
chainId: _aave_types.ChainId;
|
|
2772
|
+
rpcUrl: string;
|
|
2773
|
+
explorerUrl: string;
|
|
2774
|
+
isTestnet: boolean;
|
|
2775
|
+
isFork: boolean;
|
|
2776
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
2777
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
2778
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
2779
|
+
nativeInfo: {
|
|
2780
|
+
__typename: "TokenInfo";
|
|
2781
|
+
id: TokenInfoId;
|
|
2782
|
+
name: string;
|
|
2783
|
+
symbol: string;
|
|
2784
|
+
icon: string;
|
|
2785
|
+
decimals: number;
|
|
2786
|
+
categories: TokenCategory[];
|
|
2787
|
+
};
|
|
2788
|
+
};
|
|
2789
|
+
isWrappedNativeToken: boolean;
|
|
2790
|
+
};
|
|
2791
|
+
amount: {
|
|
2792
|
+
__typename: "DecimalNumber";
|
|
2793
|
+
onChainValue: bigint;
|
|
2794
|
+
decimals: number;
|
|
2795
|
+
value: _aave_types.BigDecimal;
|
|
2796
|
+
};
|
|
2797
|
+
exchange: {
|
|
2798
|
+
__typename: "ExchangeAmount";
|
|
2799
|
+
value: _aave_types.BigDecimal;
|
|
2800
|
+
name: string;
|
|
2801
|
+
symbol: string;
|
|
2802
|
+
icon: string;
|
|
2803
|
+
decimals: number;
|
|
2804
|
+
};
|
|
2805
|
+
exchangeRate: {
|
|
2806
|
+
__typename: "DecimalNumber";
|
|
2807
|
+
onChainValue: bigint;
|
|
2808
|
+
decimals: number;
|
|
2809
|
+
value: _aave_types.BigDecimal;
|
|
2810
|
+
};
|
|
2811
|
+
};
|
|
2812
|
+
borrowable: {
|
|
2813
|
+
__typename: "Erc20Amount";
|
|
2814
|
+
token: {
|
|
2815
|
+
__typename: "Erc20Token";
|
|
2816
|
+
info: {
|
|
2817
|
+
__typename: "TokenInfo";
|
|
2818
|
+
id: TokenInfoId;
|
|
2819
|
+
name: string;
|
|
2820
|
+
symbol: string;
|
|
2821
|
+
icon: string;
|
|
2822
|
+
decimals: number;
|
|
2823
|
+
categories: TokenCategory[];
|
|
2824
|
+
};
|
|
2825
|
+
address: _aave_types.EvmAddress;
|
|
2826
|
+
chain: {
|
|
2827
|
+
__typename: "Chain";
|
|
2828
|
+
name: string;
|
|
2829
|
+
icon: string;
|
|
2830
|
+
chainId: _aave_types.ChainId;
|
|
2831
|
+
rpcUrl: string;
|
|
2832
|
+
explorerUrl: string;
|
|
2833
|
+
isTestnet: boolean;
|
|
2834
|
+
isFork: boolean;
|
|
2835
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
2836
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
2837
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
2838
|
+
nativeInfo: {
|
|
2839
|
+
__typename: "TokenInfo";
|
|
2840
|
+
id: TokenInfoId;
|
|
2841
|
+
name: string;
|
|
2842
|
+
symbol: string;
|
|
2843
|
+
icon: string;
|
|
2844
|
+
decimals: number;
|
|
2845
|
+
categories: TokenCategory[];
|
|
2846
|
+
};
|
|
2847
|
+
};
|
|
2848
|
+
isWrappedNativeToken: boolean;
|
|
2849
|
+
};
|
|
2850
|
+
amount: {
|
|
2851
|
+
__typename: "DecimalNumber";
|
|
2852
|
+
onChainValue: bigint;
|
|
2853
|
+
decimals: number;
|
|
2854
|
+
value: _aave_types.BigDecimal;
|
|
2855
|
+
};
|
|
2856
|
+
exchange: {
|
|
2857
|
+
__typename: "ExchangeAmount";
|
|
2858
|
+
value: _aave_types.BigDecimal;
|
|
2859
|
+
name: string;
|
|
2860
|
+
symbol: string;
|
|
2861
|
+
icon: string;
|
|
2862
|
+
decimals: number;
|
|
2863
|
+
};
|
|
2864
|
+
exchangeRate: {
|
|
2865
|
+
__typename: "DecimalNumber";
|
|
2866
|
+
onChainValue: bigint;
|
|
2867
|
+
decimals: number;
|
|
2868
|
+
value: _aave_types.BigDecimal;
|
|
2869
|
+
};
|
|
2870
|
+
};
|
|
2750
2871
|
supplyApy: {
|
|
2751
2872
|
__typename: "PercentNumber";
|
|
2752
2873
|
onChainValue: bigint;
|
|
@@ -3516,6 +3637,124 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
3516
3637
|
value: _aave_types.BigDecimal;
|
|
3517
3638
|
};
|
|
3518
3639
|
};
|
|
3640
|
+
suppliable: {
|
|
3641
|
+
__typename: "Erc20Amount";
|
|
3642
|
+
token: {
|
|
3643
|
+
__typename: "Erc20Token";
|
|
3644
|
+
info: {
|
|
3645
|
+
__typename: "TokenInfo";
|
|
3646
|
+
id: TokenInfoId;
|
|
3647
|
+
name: string;
|
|
3648
|
+
symbol: string;
|
|
3649
|
+
icon: string;
|
|
3650
|
+
decimals: number;
|
|
3651
|
+
categories: TokenCategory[];
|
|
3652
|
+
};
|
|
3653
|
+
address: _aave_types.EvmAddress;
|
|
3654
|
+
chain: {
|
|
3655
|
+
__typename: "Chain";
|
|
3656
|
+
name: string;
|
|
3657
|
+
icon: string;
|
|
3658
|
+
chainId: _aave_types.ChainId;
|
|
3659
|
+
rpcUrl: string;
|
|
3660
|
+
explorerUrl: string;
|
|
3661
|
+
isTestnet: boolean;
|
|
3662
|
+
isFork: boolean;
|
|
3663
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
3664
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
3665
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
3666
|
+
nativeInfo: {
|
|
3667
|
+
__typename: "TokenInfo";
|
|
3668
|
+
id: TokenInfoId;
|
|
3669
|
+
name: string;
|
|
3670
|
+
symbol: string;
|
|
3671
|
+
icon: string;
|
|
3672
|
+
decimals: number;
|
|
3673
|
+
categories: TokenCategory[];
|
|
3674
|
+
};
|
|
3675
|
+
};
|
|
3676
|
+
isWrappedNativeToken: boolean;
|
|
3677
|
+
};
|
|
3678
|
+
amount: {
|
|
3679
|
+
__typename: "DecimalNumber";
|
|
3680
|
+
onChainValue: bigint;
|
|
3681
|
+
decimals: number;
|
|
3682
|
+
value: _aave_types.BigDecimal;
|
|
3683
|
+
};
|
|
3684
|
+
exchange: {
|
|
3685
|
+
__typename: "ExchangeAmount";
|
|
3686
|
+
value: _aave_types.BigDecimal;
|
|
3687
|
+
name: string;
|
|
3688
|
+
symbol: string;
|
|
3689
|
+
icon: string;
|
|
3690
|
+
decimals: number;
|
|
3691
|
+
};
|
|
3692
|
+
exchangeRate: {
|
|
3693
|
+
__typename: "DecimalNumber";
|
|
3694
|
+
onChainValue: bigint;
|
|
3695
|
+
decimals: number;
|
|
3696
|
+
value: _aave_types.BigDecimal;
|
|
3697
|
+
};
|
|
3698
|
+
};
|
|
3699
|
+
borrowable: {
|
|
3700
|
+
__typename: "Erc20Amount";
|
|
3701
|
+
token: {
|
|
3702
|
+
__typename: "Erc20Token";
|
|
3703
|
+
info: {
|
|
3704
|
+
__typename: "TokenInfo";
|
|
3705
|
+
id: TokenInfoId;
|
|
3706
|
+
name: string;
|
|
3707
|
+
symbol: string;
|
|
3708
|
+
icon: string;
|
|
3709
|
+
decimals: number;
|
|
3710
|
+
categories: TokenCategory[];
|
|
3711
|
+
};
|
|
3712
|
+
address: _aave_types.EvmAddress;
|
|
3713
|
+
chain: {
|
|
3714
|
+
__typename: "Chain";
|
|
3715
|
+
name: string;
|
|
3716
|
+
icon: string;
|
|
3717
|
+
chainId: _aave_types.ChainId;
|
|
3718
|
+
rpcUrl: string;
|
|
3719
|
+
explorerUrl: string;
|
|
3720
|
+
isTestnet: boolean;
|
|
3721
|
+
isFork: boolean;
|
|
3722
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
3723
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
3724
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
3725
|
+
nativeInfo: {
|
|
3726
|
+
__typename: "TokenInfo";
|
|
3727
|
+
id: TokenInfoId;
|
|
3728
|
+
name: string;
|
|
3729
|
+
symbol: string;
|
|
3730
|
+
icon: string;
|
|
3731
|
+
decimals: number;
|
|
3732
|
+
categories: TokenCategory[];
|
|
3733
|
+
};
|
|
3734
|
+
};
|
|
3735
|
+
isWrappedNativeToken: boolean;
|
|
3736
|
+
};
|
|
3737
|
+
amount: {
|
|
3738
|
+
__typename: "DecimalNumber";
|
|
3739
|
+
onChainValue: bigint;
|
|
3740
|
+
decimals: number;
|
|
3741
|
+
value: _aave_types.BigDecimal;
|
|
3742
|
+
};
|
|
3743
|
+
exchange: {
|
|
3744
|
+
__typename: "ExchangeAmount";
|
|
3745
|
+
value: _aave_types.BigDecimal;
|
|
3746
|
+
name: string;
|
|
3747
|
+
symbol: string;
|
|
3748
|
+
icon: string;
|
|
3749
|
+
decimals: number;
|
|
3750
|
+
};
|
|
3751
|
+
exchangeRate: {
|
|
3752
|
+
__typename: "DecimalNumber";
|
|
3753
|
+
onChainValue: bigint;
|
|
3754
|
+
decimals: number;
|
|
3755
|
+
value: _aave_types.BigDecimal;
|
|
3756
|
+
};
|
|
3757
|
+
};
|
|
3519
3758
|
supplyApy: {
|
|
3520
3759
|
__typename: "PercentNumber";
|
|
3521
3760
|
onChainValue: bigint;
|
|
@@ -5607,6 +5846,7 @@ declare const Erc20ApprovalFragment: gql_tada.TadaDocumentNode<{
|
|
|
5607
5846
|
verifyingContract: _aave_types.EvmAddress;
|
|
5608
5847
|
};
|
|
5609
5848
|
message: type_fest.JsonObject;
|
|
5849
|
+
signedAmount: _aave_types.BigDecimal;
|
|
5610
5850
|
} | null;
|
|
5611
5851
|
}, {}, {
|
|
5612
5852
|
fragment: "Erc20Approval";
|
|
@@ -5638,6 +5878,7 @@ declare const Erc20ApprovalRequiredFragment: gql_tada.TadaDocumentNode<{
|
|
|
5638
5878
|
verifyingContract: _aave_types.EvmAddress;
|
|
5639
5879
|
};
|
|
5640
5880
|
message: type_fest.JsonObject;
|
|
5881
|
+
signedAmount: _aave_types.BigDecimal;
|
|
5641
5882
|
} | null;
|
|
5642
5883
|
}[];
|
|
5643
5884
|
reason: string;
|
|
@@ -8125,6 +8366,7 @@ declare const SwapByIntentWithApprovalRequiredFragment: gql_tada.TadaDocumentNod
|
|
|
8125
8366
|
verifyingContract: _aave_types.EvmAddress;
|
|
8126
8367
|
};
|
|
8127
8368
|
message: type_fest.JsonObject;
|
|
8369
|
+
signedAmount: _aave_types.BigDecimal;
|
|
8128
8370
|
} | null;
|
|
8129
8371
|
}[];
|
|
8130
8372
|
quote: {
|
|
@@ -11006,6 +11248,7 @@ declare const TokenSwapQuoteResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
11006
11248
|
verifyingContract: _aave_types.EvmAddress;
|
|
11007
11249
|
};
|
|
11008
11250
|
message: type_fest.JsonObject;
|
|
11251
|
+
signedAmount: _aave_types.BigDecimal;
|
|
11009
11252
|
} | null;
|
|
11010
11253
|
}[];
|
|
11011
11254
|
quote: {
|
|
@@ -81730,33 +81973,151 @@ declare const UserSupplyItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
81730
81973
|
value: _aave_types.BigDecimal;
|
|
81731
81974
|
};
|
|
81732
81975
|
};
|
|
81733
|
-
|
|
81734
|
-
__typename: "
|
|
81735
|
-
|
|
81736
|
-
|
|
81737
|
-
|
|
81738
|
-
|
|
81739
|
-
|
|
81740
|
-
|
|
81741
|
-
|
|
81742
|
-
|
|
81743
|
-
|
|
81744
|
-
|
|
81745
|
-
|
|
81746
|
-
|
|
81747
|
-
|
|
81748
|
-
|
|
81749
|
-
|
|
81750
|
-
|
|
81751
|
-
|
|
81752
|
-
|
|
81753
|
-
|
|
81754
|
-
|
|
81755
|
-
|
|
81756
|
-
|
|
81757
|
-
|
|
81758
|
-
|
|
81759
|
-
|
|
81976
|
+
suppliable: {
|
|
81977
|
+
__typename: "Erc20Amount";
|
|
81978
|
+
token: {
|
|
81979
|
+
__typename: "Erc20Token";
|
|
81980
|
+
info: {
|
|
81981
|
+
__typename: "TokenInfo";
|
|
81982
|
+
id: TokenInfoId;
|
|
81983
|
+
name: string;
|
|
81984
|
+
symbol: string;
|
|
81985
|
+
icon: string;
|
|
81986
|
+
decimals: number;
|
|
81987
|
+
categories: TokenCategory[];
|
|
81988
|
+
};
|
|
81989
|
+
address: _aave_types.EvmAddress;
|
|
81990
|
+
chain: {
|
|
81991
|
+
__typename: "Chain";
|
|
81992
|
+
name: string;
|
|
81993
|
+
icon: string;
|
|
81994
|
+
chainId: _aave_types.ChainId;
|
|
81995
|
+
rpcUrl: string;
|
|
81996
|
+
explorerUrl: string;
|
|
81997
|
+
isTestnet: boolean;
|
|
81998
|
+
isFork: boolean;
|
|
81999
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
82000
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
82001
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
82002
|
+
nativeInfo: {
|
|
82003
|
+
__typename: "TokenInfo";
|
|
82004
|
+
id: TokenInfoId;
|
|
82005
|
+
name: string;
|
|
82006
|
+
symbol: string;
|
|
82007
|
+
icon: string;
|
|
82008
|
+
decimals: number;
|
|
82009
|
+
categories: TokenCategory[];
|
|
82010
|
+
};
|
|
82011
|
+
};
|
|
82012
|
+
isWrappedNativeToken: boolean;
|
|
82013
|
+
};
|
|
82014
|
+
amount: {
|
|
82015
|
+
__typename: "DecimalNumber";
|
|
82016
|
+
onChainValue: bigint;
|
|
82017
|
+
decimals: number;
|
|
82018
|
+
value: _aave_types.BigDecimal;
|
|
82019
|
+
};
|
|
82020
|
+
exchange: {
|
|
82021
|
+
__typename: "ExchangeAmount";
|
|
82022
|
+
value: _aave_types.BigDecimal;
|
|
82023
|
+
name: string;
|
|
82024
|
+
symbol: string;
|
|
82025
|
+
icon: string;
|
|
82026
|
+
decimals: number;
|
|
82027
|
+
};
|
|
82028
|
+
exchangeRate: {
|
|
82029
|
+
__typename: "DecimalNumber";
|
|
82030
|
+
onChainValue: bigint;
|
|
82031
|
+
decimals: number;
|
|
82032
|
+
value: _aave_types.BigDecimal;
|
|
82033
|
+
};
|
|
82034
|
+
};
|
|
82035
|
+
borrowable: {
|
|
82036
|
+
__typename: "Erc20Amount";
|
|
82037
|
+
token: {
|
|
82038
|
+
__typename: "Erc20Token";
|
|
82039
|
+
info: {
|
|
82040
|
+
__typename: "TokenInfo";
|
|
82041
|
+
id: TokenInfoId;
|
|
82042
|
+
name: string;
|
|
82043
|
+
symbol: string;
|
|
82044
|
+
icon: string;
|
|
82045
|
+
decimals: number;
|
|
82046
|
+
categories: TokenCategory[];
|
|
82047
|
+
};
|
|
82048
|
+
address: _aave_types.EvmAddress;
|
|
82049
|
+
chain: {
|
|
82050
|
+
__typename: "Chain";
|
|
82051
|
+
name: string;
|
|
82052
|
+
icon: string;
|
|
82053
|
+
chainId: _aave_types.ChainId;
|
|
82054
|
+
rpcUrl: string;
|
|
82055
|
+
explorerUrl: string;
|
|
82056
|
+
isTestnet: boolean;
|
|
82057
|
+
isFork: boolean;
|
|
82058
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
82059
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
82060
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
82061
|
+
nativeInfo: {
|
|
82062
|
+
__typename: "TokenInfo";
|
|
82063
|
+
id: TokenInfoId;
|
|
82064
|
+
name: string;
|
|
82065
|
+
symbol: string;
|
|
82066
|
+
icon: string;
|
|
82067
|
+
decimals: number;
|
|
82068
|
+
categories: TokenCategory[];
|
|
82069
|
+
};
|
|
82070
|
+
};
|
|
82071
|
+
isWrappedNativeToken: boolean;
|
|
82072
|
+
};
|
|
82073
|
+
amount: {
|
|
82074
|
+
__typename: "DecimalNumber";
|
|
82075
|
+
onChainValue: bigint;
|
|
82076
|
+
decimals: number;
|
|
82077
|
+
value: _aave_types.BigDecimal;
|
|
82078
|
+
};
|
|
82079
|
+
exchange: {
|
|
82080
|
+
__typename: "ExchangeAmount";
|
|
82081
|
+
value: _aave_types.BigDecimal;
|
|
82082
|
+
name: string;
|
|
82083
|
+
symbol: string;
|
|
82084
|
+
icon: string;
|
|
82085
|
+
decimals: number;
|
|
82086
|
+
};
|
|
82087
|
+
exchangeRate: {
|
|
82088
|
+
__typename: "DecimalNumber";
|
|
82089
|
+
onChainValue: bigint;
|
|
82090
|
+
decimals: number;
|
|
82091
|
+
value: _aave_types.BigDecimal;
|
|
82092
|
+
};
|
|
82093
|
+
};
|
|
82094
|
+
supplyApy: {
|
|
82095
|
+
__typename: "PercentNumber";
|
|
82096
|
+
onChainValue: bigint;
|
|
82097
|
+
decimals: number;
|
|
82098
|
+
value: _aave_types.BigDecimal;
|
|
82099
|
+
normalized: _aave_types.BigDecimal;
|
|
82100
|
+
};
|
|
82101
|
+
borrowApy: {
|
|
82102
|
+
__typename: "PercentNumber";
|
|
82103
|
+
onChainValue: bigint;
|
|
82104
|
+
decimals: number;
|
|
82105
|
+
value: _aave_types.BigDecimal;
|
|
82106
|
+
normalized: _aave_types.BigDecimal;
|
|
82107
|
+
};
|
|
82108
|
+
rewards: ({
|
|
82109
|
+
__typename: "MerklSupplyReward";
|
|
82110
|
+
id: RewardId;
|
|
82111
|
+
startDate: Date;
|
|
82112
|
+
endDate: Date;
|
|
82113
|
+
extraApy: {
|
|
82114
|
+
__typename: "PercentNumber";
|
|
82115
|
+
onChainValue: bigint;
|
|
82116
|
+
decimals: number;
|
|
82117
|
+
value: _aave_types.BigDecimal;
|
|
82118
|
+
normalized: _aave_types.BigDecimal;
|
|
82119
|
+
};
|
|
82120
|
+
payoutToken: {
|
|
81760
82121
|
__typename: "Erc20Token";
|
|
81761
82122
|
info: {
|
|
81762
82123
|
__typename: "TokenInfo";
|
|
@@ -83461,6 +83822,124 @@ declare const UserBorrowItemFragment: gql_tada.TadaDocumentNode<{
|
|
|
83461
83822
|
value: _aave_types.BigDecimal;
|
|
83462
83823
|
};
|
|
83463
83824
|
};
|
|
83825
|
+
suppliable: {
|
|
83826
|
+
__typename: "Erc20Amount";
|
|
83827
|
+
token: {
|
|
83828
|
+
__typename: "Erc20Token";
|
|
83829
|
+
info: {
|
|
83830
|
+
__typename: "TokenInfo";
|
|
83831
|
+
id: TokenInfoId;
|
|
83832
|
+
name: string;
|
|
83833
|
+
symbol: string;
|
|
83834
|
+
icon: string;
|
|
83835
|
+
decimals: number;
|
|
83836
|
+
categories: TokenCategory[];
|
|
83837
|
+
};
|
|
83838
|
+
address: _aave_types.EvmAddress;
|
|
83839
|
+
chain: {
|
|
83840
|
+
__typename: "Chain";
|
|
83841
|
+
name: string;
|
|
83842
|
+
icon: string;
|
|
83843
|
+
chainId: _aave_types.ChainId;
|
|
83844
|
+
rpcUrl: string;
|
|
83845
|
+
explorerUrl: string;
|
|
83846
|
+
isTestnet: boolean;
|
|
83847
|
+
isFork: boolean;
|
|
83848
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
83849
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
83850
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
83851
|
+
nativeInfo: {
|
|
83852
|
+
__typename: "TokenInfo";
|
|
83853
|
+
id: TokenInfoId;
|
|
83854
|
+
name: string;
|
|
83855
|
+
symbol: string;
|
|
83856
|
+
icon: string;
|
|
83857
|
+
decimals: number;
|
|
83858
|
+
categories: TokenCategory[];
|
|
83859
|
+
};
|
|
83860
|
+
};
|
|
83861
|
+
isWrappedNativeToken: boolean;
|
|
83862
|
+
};
|
|
83863
|
+
amount: {
|
|
83864
|
+
__typename: "DecimalNumber";
|
|
83865
|
+
onChainValue: bigint;
|
|
83866
|
+
decimals: number;
|
|
83867
|
+
value: _aave_types.BigDecimal;
|
|
83868
|
+
};
|
|
83869
|
+
exchange: {
|
|
83870
|
+
__typename: "ExchangeAmount";
|
|
83871
|
+
value: _aave_types.BigDecimal;
|
|
83872
|
+
name: string;
|
|
83873
|
+
symbol: string;
|
|
83874
|
+
icon: string;
|
|
83875
|
+
decimals: number;
|
|
83876
|
+
};
|
|
83877
|
+
exchangeRate: {
|
|
83878
|
+
__typename: "DecimalNumber";
|
|
83879
|
+
onChainValue: bigint;
|
|
83880
|
+
decimals: number;
|
|
83881
|
+
value: _aave_types.BigDecimal;
|
|
83882
|
+
};
|
|
83883
|
+
};
|
|
83884
|
+
borrowable: {
|
|
83885
|
+
__typename: "Erc20Amount";
|
|
83886
|
+
token: {
|
|
83887
|
+
__typename: "Erc20Token";
|
|
83888
|
+
info: {
|
|
83889
|
+
__typename: "TokenInfo";
|
|
83890
|
+
id: TokenInfoId;
|
|
83891
|
+
name: string;
|
|
83892
|
+
symbol: string;
|
|
83893
|
+
icon: string;
|
|
83894
|
+
decimals: number;
|
|
83895
|
+
categories: TokenCategory[];
|
|
83896
|
+
};
|
|
83897
|
+
address: _aave_types.EvmAddress;
|
|
83898
|
+
chain: {
|
|
83899
|
+
__typename: "Chain";
|
|
83900
|
+
name: string;
|
|
83901
|
+
icon: string;
|
|
83902
|
+
chainId: _aave_types.ChainId;
|
|
83903
|
+
rpcUrl: string;
|
|
83904
|
+
explorerUrl: string;
|
|
83905
|
+
isTestnet: boolean;
|
|
83906
|
+
isFork: boolean;
|
|
83907
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
83908
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
83909
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
83910
|
+
nativeInfo: {
|
|
83911
|
+
__typename: "TokenInfo";
|
|
83912
|
+
id: TokenInfoId;
|
|
83913
|
+
name: string;
|
|
83914
|
+
symbol: string;
|
|
83915
|
+
icon: string;
|
|
83916
|
+
decimals: number;
|
|
83917
|
+
categories: TokenCategory[];
|
|
83918
|
+
};
|
|
83919
|
+
};
|
|
83920
|
+
isWrappedNativeToken: boolean;
|
|
83921
|
+
};
|
|
83922
|
+
amount: {
|
|
83923
|
+
__typename: "DecimalNumber";
|
|
83924
|
+
onChainValue: bigint;
|
|
83925
|
+
decimals: number;
|
|
83926
|
+
value: _aave_types.BigDecimal;
|
|
83927
|
+
};
|
|
83928
|
+
exchange: {
|
|
83929
|
+
__typename: "ExchangeAmount";
|
|
83930
|
+
value: _aave_types.BigDecimal;
|
|
83931
|
+
name: string;
|
|
83932
|
+
symbol: string;
|
|
83933
|
+
icon: string;
|
|
83934
|
+
decimals: number;
|
|
83935
|
+
};
|
|
83936
|
+
exchangeRate: {
|
|
83937
|
+
__typename: "DecimalNumber";
|
|
83938
|
+
onChainValue: bigint;
|
|
83939
|
+
decimals: number;
|
|
83940
|
+
value: _aave_types.BigDecimal;
|
|
83941
|
+
};
|
|
83942
|
+
};
|
|
83464
83943
|
supplyApy: {
|
|
83465
83944
|
__typename: "PercentNumber";
|
|
83466
83945
|
onChainValue: bigint;
|
|
@@ -85022,7 +85501,15 @@ declare const UserPositionFragment: gql_tada.TadaDocumentNode<{
|
|
|
85022
85501
|
icon: string;
|
|
85023
85502
|
decimals: number;
|
|
85024
85503
|
} | null;
|
|
85025
|
-
|
|
85504
|
+
maxBorrowingPower: {
|
|
85505
|
+
__typename: "ExchangeAmount";
|
|
85506
|
+
value: _aave_types.BigDecimal;
|
|
85507
|
+
name: string;
|
|
85508
|
+
symbol: string;
|
|
85509
|
+
icon: string;
|
|
85510
|
+
decimals: number;
|
|
85511
|
+
};
|
|
85512
|
+
remainingBorrowingPower: {
|
|
85026
85513
|
__typename: "ExchangeAmount";
|
|
85027
85514
|
value: _aave_types.BigDecimal;
|
|
85028
85515
|
name: string;
|
|
@@ -89746,6 +90233,124 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
89746
90233
|
value: _aave_types.BigDecimal;
|
|
89747
90234
|
};
|
|
89748
90235
|
};
|
|
90236
|
+
suppliable: {
|
|
90237
|
+
__typename: "Erc20Amount";
|
|
90238
|
+
token: {
|
|
90239
|
+
__typename: "Erc20Token";
|
|
90240
|
+
info: {
|
|
90241
|
+
__typename: "TokenInfo";
|
|
90242
|
+
id: TokenInfoId;
|
|
90243
|
+
name: string;
|
|
90244
|
+
symbol: string;
|
|
90245
|
+
icon: string;
|
|
90246
|
+
decimals: number;
|
|
90247
|
+
categories: TokenCategory[];
|
|
90248
|
+
};
|
|
90249
|
+
address: _aave_types.EvmAddress;
|
|
90250
|
+
chain: {
|
|
90251
|
+
__typename: "Chain";
|
|
90252
|
+
name: string;
|
|
90253
|
+
icon: string;
|
|
90254
|
+
chainId: _aave_types.ChainId;
|
|
90255
|
+
rpcUrl: string;
|
|
90256
|
+
explorerUrl: string;
|
|
90257
|
+
isTestnet: boolean;
|
|
90258
|
+
isFork: boolean;
|
|
90259
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
90260
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
90261
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
90262
|
+
nativeInfo: {
|
|
90263
|
+
__typename: "TokenInfo";
|
|
90264
|
+
id: TokenInfoId;
|
|
90265
|
+
name: string;
|
|
90266
|
+
symbol: string;
|
|
90267
|
+
icon: string;
|
|
90268
|
+
decimals: number;
|
|
90269
|
+
categories: TokenCategory[];
|
|
90270
|
+
};
|
|
90271
|
+
};
|
|
90272
|
+
isWrappedNativeToken: boolean;
|
|
90273
|
+
};
|
|
90274
|
+
amount: {
|
|
90275
|
+
__typename: "DecimalNumber";
|
|
90276
|
+
onChainValue: bigint;
|
|
90277
|
+
decimals: number;
|
|
90278
|
+
value: _aave_types.BigDecimal;
|
|
90279
|
+
};
|
|
90280
|
+
exchange: {
|
|
90281
|
+
__typename: "ExchangeAmount";
|
|
90282
|
+
value: _aave_types.BigDecimal;
|
|
90283
|
+
name: string;
|
|
90284
|
+
symbol: string;
|
|
90285
|
+
icon: string;
|
|
90286
|
+
decimals: number;
|
|
90287
|
+
};
|
|
90288
|
+
exchangeRate: {
|
|
90289
|
+
__typename: "DecimalNumber";
|
|
90290
|
+
onChainValue: bigint;
|
|
90291
|
+
decimals: number;
|
|
90292
|
+
value: _aave_types.BigDecimal;
|
|
90293
|
+
};
|
|
90294
|
+
};
|
|
90295
|
+
borrowable: {
|
|
90296
|
+
__typename: "Erc20Amount";
|
|
90297
|
+
token: {
|
|
90298
|
+
__typename: "Erc20Token";
|
|
90299
|
+
info: {
|
|
90300
|
+
__typename: "TokenInfo";
|
|
90301
|
+
id: TokenInfoId;
|
|
90302
|
+
name: string;
|
|
90303
|
+
symbol: string;
|
|
90304
|
+
icon: string;
|
|
90305
|
+
decimals: number;
|
|
90306
|
+
categories: TokenCategory[];
|
|
90307
|
+
};
|
|
90308
|
+
address: _aave_types.EvmAddress;
|
|
90309
|
+
chain: {
|
|
90310
|
+
__typename: "Chain";
|
|
90311
|
+
name: string;
|
|
90312
|
+
icon: string;
|
|
90313
|
+
chainId: _aave_types.ChainId;
|
|
90314
|
+
rpcUrl: string;
|
|
90315
|
+
explorerUrl: string;
|
|
90316
|
+
isTestnet: boolean;
|
|
90317
|
+
isFork: boolean;
|
|
90318
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
90319
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
90320
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
90321
|
+
nativeInfo: {
|
|
90322
|
+
__typename: "TokenInfo";
|
|
90323
|
+
id: TokenInfoId;
|
|
90324
|
+
name: string;
|
|
90325
|
+
symbol: string;
|
|
90326
|
+
icon: string;
|
|
90327
|
+
decimals: number;
|
|
90328
|
+
categories: TokenCategory[];
|
|
90329
|
+
};
|
|
90330
|
+
};
|
|
90331
|
+
isWrappedNativeToken: boolean;
|
|
90332
|
+
};
|
|
90333
|
+
amount: {
|
|
90334
|
+
__typename: "DecimalNumber";
|
|
90335
|
+
onChainValue: bigint;
|
|
90336
|
+
decimals: number;
|
|
90337
|
+
value: _aave_types.BigDecimal;
|
|
90338
|
+
};
|
|
90339
|
+
exchange: {
|
|
90340
|
+
__typename: "ExchangeAmount";
|
|
90341
|
+
value: _aave_types.BigDecimal;
|
|
90342
|
+
name: string;
|
|
90343
|
+
symbol: string;
|
|
90344
|
+
icon: string;
|
|
90345
|
+
decimals: number;
|
|
90346
|
+
};
|
|
90347
|
+
exchangeRate: {
|
|
90348
|
+
__typename: "DecimalNumber";
|
|
90349
|
+
onChainValue: bigint;
|
|
90350
|
+
decimals: number;
|
|
90351
|
+
value: _aave_types.BigDecimal;
|
|
90352
|
+
};
|
|
90353
|
+
};
|
|
89749
90354
|
supplyApy: {
|
|
89750
90355
|
__typename: "PercentNumber";
|
|
89751
90356
|
onChainValue: bigint;
|
|
@@ -91131,6 +91736,124 @@ declare const ReservesQuery: gql_tada.TadaDocumentNode<{
|
|
|
91131
91736
|
value: _aave_types.BigDecimal;
|
|
91132
91737
|
};
|
|
91133
91738
|
};
|
|
91739
|
+
suppliable: {
|
|
91740
|
+
__typename: "Erc20Amount";
|
|
91741
|
+
token: {
|
|
91742
|
+
__typename: "Erc20Token";
|
|
91743
|
+
info: {
|
|
91744
|
+
__typename: "TokenInfo";
|
|
91745
|
+
id: TokenInfoId;
|
|
91746
|
+
name: string;
|
|
91747
|
+
symbol: string;
|
|
91748
|
+
icon: string;
|
|
91749
|
+
decimals: number;
|
|
91750
|
+
categories: TokenCategory[];
|
|
91751
|
+
};
|
|
91752
|
+
address: _aave_types.EvmAddress;
|
|
91753
|
+
chain: {
|
|
91754
|
+
__typename: "Chain";
|
|
91755
|
+
name: string;
|
|
91756
|
+
icon: string;
|
|
91757
|
+
chainId: _aave_types.ChainId;
|
|
91758
|
+
rpcUrl: string;
|
|
91759
|
+
explorerUrl: string;
|
|
91760
|
+
isTestnet: boolean;
|
|
91761
|
+
isFork: boolean;
|
|
91762
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
91763
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
91764
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
91765
|
+
nativeInfo: {
|
|
91766
|
+
__typename: "TokenInfo";
|
|
91767
|
+
id: TokenInfoId;
|
|
91768
|
+
name: string;
|
|
91769
|
+
symbol: string;
|
|
91770
|
+
icon: string;
|
|
91771
|
+
decimals: number;
|
|
91772
|
+
categories: TokenCategory[];
|
|
91773
|
+
};
|
|
91774
|
+
};
|
|
91775
|
+
isWrappedNativeToken: boolean;
|
|
91776
|
+
};
|
|
91777
|
+
amount: {
|
|
91778
|
+
__typename: "DecimalNumber";
|
|
91779
|
+
onChainValue: bigint;
|
|
91780
|
+
decimals: number;
|
|
91781
|
+
value: _aave_types.BigDecimal;
|
|
91782
|
+
};
|
|
91783
|
+
exchange: {
|
|
91784
|
+
__typename: "ExchangeAmount";
|
|
91785
|
+
value: _aave_types.BigDecimal;
|
|
91786
|
+
name: string;
|
|
91787
|
+
symbol: string;
|
|
91788
|
+
icon: string;
|
|
91789
|
+
decimals: number;
|
|
91790
|
+
};
|
|
91791
|
+
exchangeRate: {
|
|
91792
|
+
__typename: "DecimalNumber";
|
|
91793
|
+
onChainValue: bigint;
|
|
91794
|
+
decimals: number;
|
|
91795
|
+
value: _aave_types.BigDecimal;
|
|
91796
|
+
};
|
|
91797
|
+
};
|
|
91798
|
+
borrowable: {
|
|
91799
|
+
__typename: "Erc20Amount";
|
|
91800
|
+
token: {
|
|
91801
|
+
__typename: "Erc20Token";
|
|
91802
|
+
info: {
|
|
91803
|
+
__typename: "TokenInfo";
|
|
91804
|
+
id: TokenInfoId;
|
|
91805
|
+
name: string;
|
|
91806
|
+
symbol: string;
|
|
91807
|
+
icon: string;
|
|
91808
|
+
decimals: number;
|
|
91809
|
+
categories: TokenCategory[];
|
|
91810
|
+
};
|
|
91811
|
+
address: _aave_types.EvmAddress;
|
|
91812
|
+
chain: {
|
|
91813
|
+
__typename: "Chain";
|
|
91814
|
+
name: string;
|
|
91815
|
+
icon: string;
|
|
91816
|
+
chainId: _aave_types.ChainId;
|
|
91817
|
+
rpcUrl: string;
|
|
91818
|
+
explorerUrl: string;
|
|
91819
|
+
isTestnet: boolean;
|
|
91820
|
+
isFork: boolean;
|
|
91821
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
91822
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
91823
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
91824
|
+
nativeInfo: {
|
|
91825
|
+
__typename: "TokenInfo";
|
|
91826
|
+
id: TokenInfoId;
|
|
91827
|
+
name: string;
|
|
91828
|
+
symbol: string;
|
|
91829
|
+
icon: string;
|
|
91830
|
+
decimals: number;
|
|
91831
|
+
categories: TokenCategory[];
|
|
91832
|
+
};
|
|
91833
|
+
};
|
|
91834
|
+
isWrappedNativeToken: boolean;
|
|
91835
|
+
};
|
|
91836
|
+
amount: {
|
|
91837
|
+
__typename: "DecimalNumber";
|
|
91838
|
+
onChainValue: bigint;
|
|
91839
|
+
decimals: number;
|
|
91840
|
+
value: _aave_types.BigDecimal;
|
|
91841
|
+
};
|
|
91842
|
+
exchange: {
|
|
91843
|
+
__typename: "ExchangeAmount";
|
|
91844
|
+
value: _aave_types.BigDecimal;
|
|
91845
|
+
name: string;
|
|
91846
|
+
symbol: string;
|
|
91847
|
+
icon: string;
|
|
91848
|
+
decimals: number;
|
|
91849
|
+
};
|
|
91850
|
+
exchangeRate: {
|
|
91851
|
+
__typename: "DecimalNumber";
|
|
91852
|
+
onChainValue: bigint;
|
|
91853
|
+
decimals: number;
|
|
91854
|
+
value: _aave_types.BigDecimal;
|
|
91855
|
+
};
|
|
91856
|
+
};
|
|
91134
91857
|
supplyApy: {
|
|
91135
91858
|
__typename: "PercentNumber";
|
|
91136
91859
|
onChainValue: bigint;
|
|
@@ -92411,6 +93134,8 @@ declare const ClaimRewardsQuery: gql_tada.TadaDocumentNode<{
|
|
|
92411
93134
|
};
|
|
92412
93135
|
}, {
|
|
92413
93136
|
request: {
|
|
93137
|
+
chainId: _aave_types.ChainId;
|
|
93138
|
+
user: _aave_types.EvmAddress;
|
|
92414
93139
|
ids: RewardId[];
|
|
92415
93140
|
};
|
|
92416
93141
|
}, void>;
|
|
@@ -92553,6 +93278,7 @@ declare const UserClaimableRewardsQuery: gql_tada.TadaDocumentNode<{
|
|
|
92553
93278
|
}, {
|
|
92554
93279
|
currency?: Currency | undefined;
|
|
92555
93280
|
request: {
|
|
93281
|
+
chainId: _aave_types.ChainId;
|
|
92556
93282
|
user: _aave_types.EvmAddress;
|
|
92557
93283
|
};
|
|
92558
93284
|
}, void>;
|
|
@@ -93683,6 +94409,7 @@ declare const TokenSwapQuoteQuery: gql_tada.TadaDocumentNode<{
|
|
|
93683
94409
|
verifyingContract: _aave_types.EvmAddress;
|
|
93684
94410
|
};
|
|
93685
94411
|
message: type_fest.JsonObject;
|
|
94412
|
+
signedAmount: _aave_types.BigDecimal;
|
|
93686
94413
|
} | null;
|
|
93687
94414
|
}[];
|
|
93688
94415
|
quote: {
|
|
@@ -139406,6 +140133,7 @@ declare const BorrowQuery: gql_tada.TadaDocumentNode<{
|
|
|
139406
140133
|
verifyingContract: _aave_types.EvmAddress;
|
|
139407
140134
|
};
|
|
139408
140135
|
message: type_fest.JsonObject;
|
|
140136
|
+
signedAmount: _aave_types.BigDecimal;
|
|
139409
140137
|
} | null;
|
|
139410
140138
|
}[];
|
|
139411
140139
|
reason: string;
|
|
@@ -139516,6 +140244,7 @@ declare const SupplyQuery: gql_tada.TadaDocumentNode<{
|
|
|
139516
140244
|
verifyingContract: _aave_types.EvmAddress;
|
|
139517
140245
|
};
|
|
139518
140246
|
message: type_fest.JsonObject;
|
|
140247
|
+
signedAmount: _aave_types.BigDecimal;
|
|
139519
140248
|
} | null;
|
|
139520
140249
|
}[];
|
|
139521
140250
|
reason: string;
|
|
@@ -139631,6 +140360,7 @@ declare const RepayQuery: gql_tada.TadaDocumentNode<{
|
|
|
139631
140360
|
verifyingContract: _aave_types.EvmAddress;
|
|
139632
140361
|
};
|
|
139633
140362
|
message: type_fest.JsonObject;
|
|
140363
|
+
signedAmount: _aave_types.BigDecimal;
|
|
139634
140364
|
} | null;
|
|
139635
140365
|
}[];
|
|
139636
140366
|
reason: string;
|
|
@@ -139688,9 +140418,12 @@ declare const RepayQuery: gql_tada.TadaDocumentNode<{
|
|
|
139688
140418
|
};
|
|
139689
140419
|
} | {
|
|
139690
140420
|
erc20: {
|
|
139691
|
-
|
|
139692
|
-
|
|
139693
|
-
|
|
140421
|
+
permit?: {
|
|
140422
|
+
signedAmount: _aave_types.BigDecimal;
|
|
140423
|
+
permitSig: {
|
|
140424
|
+
deadline: number;
|
|
140425
|
+
value: _aave_types.Signature;
|
|
140426
|
+
};
|
|
139694
140427
|
} | null | undefined;
|
|
139695
140428
|
value: {
|
|
139696
140429
|
exact: _aave_types.BigDecimal;
|
|
@@ -139753,6 +140486,7 @@ declare const WithdrawQuery: gql_tada.TadaDocumentNode<{
|
|
|
139753
140486
|
verifyingContract: _aave_types.EvmAddress;
|
|
139754
140487
|
};
|
|
139755
140488
|
message: type_fest.JsonObject;
|
|
140489
|
+
signedAmount: _aave_types.BigDecimal;
|
|
139756
140490
|
} | null;
|
|
139757
140491
|
}[];
|
|
139758
140492
|
reason: string;
|
|
@@ -139871,6 +140605,7 @@ declare const LiquidatePositionQuery: gql_tada.TadaDocumentNode<{
|
|
|
139871
140605
|
verifyingContract: _aave_types.EvmAddress;
|
|
139872
140606
|
};
|
|
139873
140607
|
message: type_fest.JsonObject;
|
|
140608
|
+
signedAmount: _aave_types.BigDecimal;
|
|
139874
140609
|
} | null;
|
|
139875
140610
|
}[];
|
|
139876
140611
|
reason: string;
|
|
@@ -150282,7 +151017,26 @@ declare const PreviewUserPositionFragment: gql_tada.TadaDocumentNode<{
|
|
|
150282
151017
|
decimals: number;
|
|
150283
151018
|
};
|
|
150284
151019
|
};
|
|
150285
|
-
|
|
151020
|
+
maxBorrowingPower: {
|
|
151021
|
+
__typename: "ExchangeAmountVariation";
|
|
151022
|
+
current: {
|
|
151023
|
+
__typename: "ExchangeAmount";
|
|
151024
|
+
value: _aave_types.BigDecimal;
|
|
151025
|
+
name: string;
|
|
151026
|
+
symbol: string;
|
|
151027
|
+
icon: string;
|
|
151028
|
+
decimals: number;
|
|
151029
|
+
};
|
|
151030
|
+
after: {
|
|
151031
|
+
__typename: "ExchangeAmount";
|
|
151032
|
+
value: _aave_types.BigDecimal;
|
|
151033
|
+
name: string;
|
|
151034
|
+
symbol: string;
|
|
151035
|
+
icon: string;
|
|
151036
|
+
decimals: number;
|
|
151037
|
+
};
|
|
151038
|
+
};
|
|
151039
|
+
remainingBorrowingPower: {
|
|
150286
151040
|
__typename: "ExchangeAmountVariation";
|
|
150287
151041
|
current: {
|
|
150288
151042
|
__typename: "ExchangeAmount";
|
|
@@ -150301,6 +151055,42 @@ declare const PreviewUserPositionFragment: gql_tada.TadaDocumentNode<{
|
|
|
150301
151055
|
decimals: number;
|
|
150302
151056
|
};
|
|
150303
151057
|
};
|
|
151058
|
+
reserveRates: {
|
|
151059
|
+
supplyApy: {
|
|
151060
|
+
__typename: "PercentNumberVariation";
|
|
151061
|
+
current: {
|
|
151062
|
+
__typename: "PercentNumber";
|
|
151063
|
+
onChainValue: bigint;
|
|
151064
|
+
decimals: number;
|
|
151065
|
+
value: _aave_types.BigDecimal;
|
|
151066
|
+
normalized: _aave_types.BigDecimal;
|
|
151067
|
+
};
|
|
151068
|
+
after: {
|
|
151069
|
+
__typename: "PercentNumber";
|
|
151070
|
+
onChainValue: bigint;
|
|
151071
|
+
decimals: number;
|
|
151072
|
+
value: _aave_types.BigDecimal;
|
|
151073
|
+
normalized: _aave_types.BigDecimal;
|
|
151074
|
+
};
|
|
151075
|
+
} | null;
|
|
151076
|
+
borrowApy: {
|
|
151077
|
+
__typename: "PercentNumberVariation";
|
|
151078
|
+
current: {
|
|
151079
|
+
__typename: "PercentNumber";
|
|
151080
|
+
onChainValue: bigint;
|
|
151081
|
+
decimals: number;
|
|
151082
|
+
value: _aave_types.BigDecimal;
|
|
151083
|
+
normalized: _aave_types.BigDecimal;
|
|
151084
|
+
};
|
|
151085
|
+
after: {
|
|
151086
|
+
__typename: "PercentNumber";
|
|
151087
|
+
onChainValue: bigint;
|
|
151088
|
+
decimals: number;
|
|
151089
|
+
value: _aave_types.BigDecimal;
|
|
151090
|
+
normalized: _aave_types.BigDecimal;
|
|
151091
|
+
};
|
|
151092
|
+
} | null;
|
|
151093
|
+
};
|
|
150304
151094
|
rewards: {
|
|
150305
151095
|
__typename: "PreviewRewardOutcome";
|
|
150306
151096
|
lost: ({
|
|
@@ -158420,7 +159210,26 @@ declare const PreviewQuery: gql_tada.TadaDocumentNode<{
|
|
|
158420
159210
|
decimals: number;
|
|
158421
159211
|
};
|
|
158422
159212
|
};
|
|
158423
|
-
|
|
159213
|
+
maxBorrowingPower: {
|
|
159214
|
+
__typename: "ExchangeAmountVariation";
|
|
159215
|
+
current: {
|
|
159216
|
+
__typename: "ExchangeAmount";
|
|
159217
|
+
value: _aave_types.BigDecimal;
|
|
159218
|
+
name: string;
|
|
159219
|
+
symbol: string;
|
|
159220
|
+
icon: string;
|
|
159221
|
+
decimals: number;
|
|
159222
|
+
};
|
|
159223
|
+
after: {
|
|
159224
|
+
__typename: "ExchangeAmount";
|
|
159225
|
+
value: _aave_types.BigDecimal;
|
|
159226
|
+
name: string;
|
|
159227
|
+
symbol: string;
|
|
159228
|
+
icon: string;
|
|
159229
|
+
decimals: number;
|
|
159230
|
+
};
|
|
159231
|
+
};
|
|
159232
|
+
remainingBorrowingPower: {
|
|
158424
159233
|
__typename: "ExchangeAmountVariation";
|
|
158425
159234
|
current: {
|
|
158426
159235
|
__typename: "ExchangeAmount";
|
|
@@ -158439,6 +159248,42 @@ declare const PreviewQuery: gql_tada.TadaDocumentNode<{
|
|
|
158439
159248
|
decimals: number;
|
|
158440
159249
|
};
|
|
158441
159250
|
};
|
|
159251
|
+
reserveRates: {
|
|
159252
|
+
supplyApy: {
|
|
159253
|
+
__typename: "PercentNumberVariation";
|
|
159254
|
+
current: {
|
|
159255
|
+
__typename: "PercentNumber";
|
|
159256
|
+
onChainValue: bigint;
|
|
159257
|
+
decimals: number;
|
|
159258
|
+
value: _aave_types.BigDecimal;
|
|
159259
|
+
normalized: _aave_types.BigDecimal;
|
|
159260
|
+
};
|
|
159261
|
+
after: {
|
|
159262
|
+
__typename: "PercentNumber";
|
|
159263
|
+
onChainValue: bigint;
|
|
159264
|
+
decimals: number;
|
|
159265
|
+
value: _aave_types.BigDecimal;
|
|
159266
|
+
normalized: _aave_types.BigDecimal;
|
|
159267
|
+
};
|
|
159268
|
+
} | null;
|
|
159269
|
+
borrowApy: {
|
|
159270
|
+
__typename: "PercentNumberVariation";
|
|
159271
|
+
current: {
|
|
159272
|
+
__typename: "PercentNumber";
|
|
159273
|
+
onChainValue: bigint;
|
|
159274
|
+
decimals: number;
|
|
159275
|
+
value: _aave_types.BigDecimal;
|
|
159276
|
+
normalized: _aave_types.BigDecimal;
|
|
159277
|
+
};
|
|
159278
|
+
after: {
|
|
159279
|
+
__typename: "PercentNumber";
|
|
159280
|
+
onChainValue: bigint;
|
|
159281
|
+
decimals: number;
|
|
159282
|
+
value: _aave_types.BigDecimal;
|
|
159283
|
+
normalized: _aave_types.BigDecimal;
|
|
159284
|
+
};
|
|
159285
|
+
} | null;
|
|
159286
|
+
};
|
|
158442
159287
|
rewards: {
|
|
158443
159288
|
__typename: "PreviewRewardOutcome";
|
|
158444
159289
|
lost: ({
|
|
@@ -166489,9 +167334,12 @@ declare const PreviewQuery: gql_tada.TadaDocumentNode<{
|
|
|
166489
167334
|
};
|
|
166490
167335
|
} | {
|
|
166491
167336
|
erc20: {
|
|
166492
|
-
|
|
166493
|
-
|
|
166494
|
-
|
|
167337
|
+
permit?: {
|
|
167338
|
+
signedAmount: _aave_types.BigDecimal;
|
|
167339
|
+
permitSig: {
|
|
167340
|
+
deadline: number;
|
|
167341
|
+
value: _aave_types.Signature;
|
|
167342
|
+
};
|
|
166495
167343
|
} | null | undefined;
|
|
166496
167344
|
value: {
|
|
166497
167345
|
exact: _aave_types.BigDecimal;
|
|
@@ -166657,6 +167505,7 @@ type LiquidateExactAmountWithPermit = ReturnType<typeof graphql.scalar<'Liquidat
|
|
|
166657
167505
|
type LiquidatePositionDebtAmount = ReturnType<typeof graphql.scalar<'LiquidatePositionDebtAmount'>>;
|
|
166658
167506
|
type RepayAmountInputWithPermit = ReturnType<typeof graphql.scalar<'RepayAmountInputWithPermit'>>;
|
|
166659
167507
|
type RepayErc20AmountInputWithPermit = ReturnType<typeof graphql.scalar<'RepayErc20AmountInputWithPermit'>>;
|
|
167508
|
+
type RepaySignedPermitInput = ReturnType<typeof graphql.scalar<'RepaySignedPermitInput'>>;
|
|
166660
167509
|
type WithdrawReserveAmountInput = ReturnType<typeof graphql.scalar<'WithdrawReserveAmountInput'>>;
|
|
166661
167510
|
declare const PercentNumberChangeSnapshotFragment: gql_tada.TadaDocumentNode<{
|
|
166662
167511
|
__typename: "PercentNumberChangeSnapshot";
|
|
@@ -201013,6 +201862,124 @@ declare const UserSuppliesQuery: gql_tada.TadaDocumentNode<{
|
|
|
201013
201862
|
value: _aave_types.BigDecimal;
|
|
201014
201863
|
};
|
|
201015
201864
|
};
|
|
201865
|
+
suppliable: {
|
|
201866
|
+
__typename: "Erc20Amount";
|
|
201867
|
+
token: {
|
|
201868
|
+
__typename: "Erc20Token";
|
|
201869
|
+
info: {
|
|
201870
|
+
__typename: "TokenInfo";
|
|
201871
|
+
id: TokenInfoId;
|
|
201872
|
+
name: string;
|
|
201873
|
+
symbol: string;
|
|
201874
|
+
icon: string;
|
|
201875
|
+
decimals: number;
|
|
201876
|
+
categories: TokenCategory[];
|
|
201877
|
+
};
|
|
201878
|
+
address: _aave_types.EvmAddress;
|
|
201879
|
+
chain: {
|
|
201880
|
+
__typename: "Chain";
|
|
201881
|
+
name: string;
|
|
201882
|
+
icon: string;
|
|
201883
|
+
chainId: _aave_types.ChainId;
|
|
201884
|
+
rpcUrl: string;
|
|
201885
|
+
explorerUrl: string;
|
|
201886
|
+
isTestnet: boolean;
|
|
201887
|
+
isFork: boolean;
|
|
201888
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
201889
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
201890
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
201891
|
+
nativeInfo: {
|
|
201892
|
+
__typename: "TokenInfo";
|
|
201893
|
+
id: TokenInfoId;
|
|
201894
|
+
name: string;
|
|
201895
|
+
symbol: string;
|
|
201896
|
+
icon: string;
|
|
201897
|
+
decimals: number;
|
|
201898
|
+
categories: TokenCategory[];
|
|
201899
|
+
};
|
|
201900
|
+
};
|
|
201901
|
+
isWrappedNativeToken: boolean;
|
|
201902
|
+
};
|
|
201903
|
+
amount: {
|
|
201904
|
+
__typename: "DecimalNumber";
|
|
201905
|
+
onChainValue: bigint;
|
|
201906
|
+
decimals: number;
|
|
201907
|
+
value: _aave_types.BigDecimal;
|
|
201908
|
+
};
|
|
201909
|
+
exchange: {
|
|
201910
|
+
__typename: "ExchangeAmount";
|
|
201911
|
+
value: _aave_types.BigDecimal;
|
|
201912
|
+
name: string;
|
|
201913
|
+
symbol: string;
|
|
201914
|
+
icon: string;
|
|
201915
|
+
decimals: number;
|
|
201916
|
+
};
|
|
201917
|
+
exchangeRate: {
|
|
201918
|
+
__typename: "DecimalNumber";
|
|
201919
|
+
onChainValue: bigint;
|
|
201920
|
+
decimals: number;
|
|
201921
|
+
value: _aave_types.BigDecimal;
|
|
201922
|
+
};
|
|
201923
|
+
};
|
|
201924
|
+
borrowable: {
|
|
201925
|
+
__typename: "Erc20Amount";
|
|
201926
|
+
token: {
|
|
201927
|
+
__typename: "Erc20Token";
|
|
201928
|
+
info: {
|
|
201929
|
+
__typename: "TokenInfo";
|
|
201930
|
+
id: TokenInfoId;
|
|
201931
|
+
name: string;
|
|
201932
|
+
symbol: string;
|
|
201933
|
+
icon: string;
|
|
201934
|
+
decimals: number;
|
|
201935
|
+
categories: TokenCategory[];
|
|
201936
|
+
};
|
|
201937
|
+
address: _aave_types.EvmAddress;
|
|
201938
|
+
chain: {
|
|
201939
|
+
__typename: "Chain";
|
|
201940
|
+
name: string;
|
|
201941
|
+
icon: string;
|
|
201942
|
+
chainId: _aave_types.ChainId;
|
|
201943
|
+
rpcUrl: string;
|
|
201944
|
+
explorerUrl: string;
|
|
201945
|
+
isTestnet: boolean;
|
|
201946
|
+
isFork: boolean;
|
|
201947
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
201948
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
201949
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
201950
|
+
nativeInfo: {
|
|
201951
|
+
__typename: "TokenInfo";
|
|
201952
|
+
id: TokenInfoId;
|
|
201953
|
+
name: string;
|
|
201954
|
+
symbol: string;
|
|
201955
|
+
icon: string;
|
|
201956
|
+
decimals: number;
|
|
201957
|
+
categories: TokenCategory[];
|
|
201958
|
+
};
|
|
201959
|
+
};
|
|
201960
|
+
isWrappedNativeToken: boolean;
|
|
201961
|
+
};
|
|
201962
|
+
amount: {
|
|
201963
|
+
__typename: "DecimalNumber";
|
|
201964
|
+
onChainValue: bigint;
|
|
201965
|
+
decimals: number;
|
|
201966
|
+
value: _aave_types.BigDecimal;
|
|
201967
|
+
};
|
|
201968
|
+
exchange: {
|
|
201969
|
+
__typename: "ExchangeAmount";
|
|
201970
|
+
value: _aave_types.BigDecimal;
|
|
201971
|
+
name: string;
|
|
201972
|
+
symbol: string;
|
|
201973
|
+
icon: string;
|
|
201974
|
+
decimals: number;
|
|
201975
|
+
};
|
|
201976
|
+
exchangeRate: {
|
|
201977
|
+
__typename: "DecimalNumber";
|
|
201978
|
+
onChainValue: bigint;
|
|
201979
|
+
decimals: number;
|
|
201980
|
+
value: _aave_types.BigDecimal;
|
|
201981
|
+
};
|
|
201982
|
+
};
|
|
201016
201983
|
supplyApy: {
|
|
201017
201984
|
__typename: "PercentNumber";
|
|
201018
201985
|
onChainValue: bigint;
|
|
@@ -202793,6 +203760,124 @@ declare const UserBorrowsQuery: gql_tada.TadaDocumentNode<{
|
|
|
202793
203760
|
value: _aave_types.BigDecimal;
|
|
202794
203761
|
};
|
|
202795
203762
|
};
|
|
203763
|
+
suppliable: {
|
|
203764
|
+
__typename: "Erc20Amount";
|
|
203765
|
+
token: {
|
|
203766
|
+
__typename: "Erc20Token";
|
|
203767
|
+
info: {
|
|
203768
|
+
__typename: "TokenInfo";
|
|
203769
|
+
id: TokenInfoId;
|
|
203770
|
+
name: string;
|
|
203771
|
+
symbol: string;
|
|
203772
|
+
icon: string;
|
|
203773
|
+
decimals: number;
|
|
203774
|
+
categories: TokenCategory[];
|
|
203775
|
+
};
|
|
203776
|
+
address: _aave_types.EvmAddress;
|
|
203777
|
+
chain: {
|
|
203778
|
+
__typename: "Chain";
|
|
203779
|
+
name: string;
|
|
203780
|
+
icon: string;
|
|
203781
|
+
chainId: _aave_types.ChainId;
|
|
203782
|
+
rpcUrl: string;
|
|
203783
|
+
explorerUrl: string;
|
|
203784
|
+
isTestnet: boolean;
|
|
203785
|
+
isFork: boolean;
|
|
203786
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
203787
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
203788
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
203789
|
+
nativeInfo: {
|
|
203790
|
+
__typename: "TokenInfo";
|
|
203791
|
+
id: TokenInfoId;
|
|
203792
|
+
name: string;
|
|
203793
|
+
symbol: string;
|
|
203794
|
+
icon: string;
|
|
203795
|
+
decimals: number;
|
|
203796
|
+
categories: TokenCategory[];
|
|
203797
|
+
};
|
|
203798
|
+
};
|
|
203799
|
+
isWrappedNativeToken: boolean;
|
|
203800
|
+
};
|
|
203801
|
+
amount: {
|
|
203802
|
+
__typename: "DecimalNumber";
|
|
203803
|
+
onChainValue: bigint;
|
|
203804
|
+
decimals: number;
|
|
203805
|
+
value: _aave_types.BigDecimal;
|
|
203806
|
+
};
|
|
203807
|
+
exchange: {
|
|
203808
|
+
__typename: "ExchangeAmount";
|
|
203809
|
+
value: _aave_types.BigDecimal;
|
|
203810
|
+
name: string;
|
|
203811
|
+
symbol: string;
|
|
203812
|
+
icon: string;
|
|
203813
|
+
decimals: number;
|
|
203814
|
+
};
|
|
203815
|
+
exchangeRate: {
|
|
203816
|
+
__typename: "DecimalNumber";
|
|
203817
|
+
onChainValue: bigint;
|
|
203818
|
+
decimals: number;
|
|
203819
|
+
value: _aave_types.BigDecimal;
|
|
203820
|
+
};
|
|
203821
|
+
};
|
|
203822
|
+
borrowable: {
|
|
203823
|
+
__typename: "Erc20Amount";
|
|
203824
|
+
token: {
|
|
203825
|
+
__typename: "Erc20Token";
|
|
203826
|
+
info: {
|
|
203827
|
+
__typename: "TokenInfo";
|
|
203828
|
+
id: TokenInfoId;
|
|
203829
|
+
name: string;
|
|
203830
|
+
symbol: string;
|
|
203831
|
+
icon: string;
|
|
203832
|
+
decimals: number;
|
|
203833
|
+
categories: TokenCategory[];
|
|
203834
|
+
};
|
|
203835
|
+
address: _aave_types.EvmAddress;
|
|
203836
|
+
chain: {
|
|
203837
|
+
__typename: "Chain";
|
|
203838
|
+
name: string;
|
|
203839
|
+
icon: string;
|
|
203840
|
+
chainId: _aave_types.ChainId;
|
|
203841
|
+
rpcUrl: string;
|
|
203842
|
+
explorerUrl: string;
|
|
203843
|
+
isTestnet: boolean;
|
|
203844
|
+
isFork: boolean;
|
|
203845
|
+
nativeWrappedToken: _aave_types.EvmAddress;
|
|
203846
|
+
nativeGateway: _aave_types.EvmAddress;
|
|
203847
|
+
signatureGateway: _aave_types.EvmAddress;
|
|
203848
|
+
nativeInfo: {
|
|
203849
|
+
__typename: "TokenInfo";
|
|
203850
|
+
id: TokenInfoId;
|
|
203851
|
+
name: string;
|
|
203852
|
+
symbol: string;
|
|
203853
|
+
icon: string;
|
|
203854
|
+
decimals: number;
|
|
203855
|
+
categories: TokenCategory[];
|
|
203856
|
+
};
|
|
203857
|
+
};
|
|
203858
|
+
isWrappedNativeToken: boolean;
|
|
203859
|
+
};
|
|
203860
|
+
amount: {
|
|
203861
|
+
__typename: "DecimalNumber";
|
|
203862
|
+
onChainValue: bigint;
|
|
203863
|
+
decimals: number;
|
|
203864
|
+
value: _aave_types.BigDecimal;
|
|
203865
|
+
};
|
|
203866
|
+
exchange: {
|
|
203867
|
+
__typename: "ExchangeAmount";
|
|
203868
|
+
value: _aave_types.BigDecimal;
|
|
203869
|
+
name: string;
|
|
203870
|
+
symbol: string;
|
|
203871
|
+
icon: string;
|
|
203872
|
+
decimals: number;
|
|
203873
|
+
};
|
|
203874
|
+
exchangeRate: {
|
|
203875
|
+
__typename: "DecimalNumber";
|
|
203876
|
+
onChainValue: bigint;
|
|
203877
|
+
decimals: number;
|
|
203878
|
+
value: _aave_types.BigDecimal;
|
|
203879
|
+
};
|
|
203880
|
+
};
|
|
202796
203881
|
supplyApy: {
|
|
202797
203882
|
__typename: "PercentNumber";
|
|
202798
203883
|
onChainValue: bigint;
|
|
@@ -204335,7 +205420,15 @@ declare const UserPositionsQuery: gql_tada.TadaDocumentNode<{
|
|
|
204335
205420
|
icon: string;
|
|
204336
205421
|
decimals: number;
|
|
204337
205422
|
} | null;
|
|
204338
|
-
|
|
205423
|
+
maxBorrowingPower: {
|
|
205424
|
+
__typename: "ExchangeAmount";
|
|
205425
|
+
value: _aave_types.BigDecimal;
|
|
205426
|
+
name: string;
|
|
205427
|
+
symbol: string;
|
|
205428
|
+
icon: string;
|
|
205429
|
+
decimals: number;
|
|
205430
|
+
};
|
|
205431
|
+
remainingBorrowingPower: {
|
|
204339
205432
|
__typename: "ExchangeAmount";
|
|
204340
205433
|
value: _aave_types.BigDecimal;
|
|
204341
205434
|
name: string;
|
|
@@ -204598,7 +205691,15 @@ declare const UserPositionQuery: gql_tada.TadaDocumentNode<{
|
|
|
204598
205691
|
icon: string;
|
|
204599
205692
|
decimals: number;
|
|
204600
205693
|
} | null;
|
|
204601
|
-
|
|
205694
|
+
maxBorrowingPower: {
|
|
205695
|
+
__typename: "ExchangeAmount";
|
|
205696
|
+
value: _aave_types.BigDecimal;
|
|
205697
|
+
name: string;
|
|
205698
|
+
symbol: string;
|
|
205699
|
+
icon: string;
|
|
205700
|
+
decimals: number;
|
|
205701
|
+
};
|
|
205702
|
+
remainingBorrowingPower: {
|
|
204602
205703
|
__typename: "ExchangeAmount";
|
|
204603
205704
|
value: _aave_types.BigDecimal;
|
|
204604
205705
|
name: string;
|
|
@@ -205703,6 +206804,7 @@ declare const StableVaultDepositQuery: gql_tada.TadaDocumentNode<{
|
|
|
205703
206804
|
verifyingContract: _aave_types.EvmAddress;
|
|
205704
206805
|
};
|
|
205705
206806
|
message: type_fest.JsonObject;
|
|
206807
|
+
signedAmount: _aave_types.BigDecimal;
|
|
205706
206808
|
} | null;
|
|
205707
206809
|
}[];
|
|
205708
206810
|
reason: string;
|
|
@@ -205957,4 +207059,4 @@ type StableVaultWithdrawRedeemInput = ReturnType<typeof graphql.scalar<'StableVa
|
|
|
205957
207059
|
type StableVaultsRequestInput = ReturnType<typeof graphql.scalar<'StableVaultsRequest'>>;
|
|
205958
207060
|
type SurplusClaim = ReturnType<typeof graphql.scalar<'SurplusClaim'>>;
|
|
205959
207061
|
|
|
205960
|
-
export { ActivitiesQuery, type ActivitiesRequest, type ActivitiesRequestQuery, type ActivityItem, ActivityItemFragment, ActivityType, type AmountInput, ApyMetric, type ApySample, ApySampleFragment, type Asset, type AssetAmountWithChange, AssetAmountWithChangeFragment, AssetBorrowHistoryQuery, type AssetBorrowHistoryRequest, type AssetBorrowHistoryRequestQuery, type AssetBorrowSample, AssetBorrowSampleFragment, AssetFragment, type AssetId, AssetPriceHistoryQuery, type AssetPriceHistoryRequest, type AssetPriceHistoryRequestQuery, type AssetPriceSample, AssetPriceSampleFragment, AssetQuery, type AssetRequest, type AssetRequestQuery, type AssetSampleBreakdown, AssetSampleBreakdownFragment, type AssetSummary, AssetSummaryFragment, AssetSupplyHistoryQuery, type AssetSupplyHistoryRequest, type AssetSupplyHistoryRequestQuery, type AssetSupplySample, AssetSupplySampleFragment, type Base64EncodedCompositeId, type BoostedRate, BoostedRateFragment, type BoostedRateId, type BorrowActivity, BorrowActivityFragment, BorrowApyHistoryQuery, type BorrowApyHistoryRequest, type BorrowPoints, BorrowPointsFragment, BorrowQuery, type BorrowRequest, type BorrowSwap, type BorrowSwapActivity, BorrowSwapActivityFragment, BorrowSwapFragment, BorrowSwapKind, BorrowSwapQuoteQuery, type BorrowSwapQuoteRequest, type BorrowSwapQuoteResult, BorrowSwapQuoteResultFragment, type CancelIntentSwapInput, type CancelSwapExecutionPlan, CancelSwapExecutionPlanFragment, CancelSwapMutation, type CancelSwapRequest, type Chain, ChainFragment, ChainQuery, type ChainRequest, type ChainTokenCategories, type ChainTokenInput, ChainsFilter, ChainsQuery, type ChainsRequest, type ChainsRequestQuery, ClaimRewardsQuery, type ClaimRewardsRequest, type CollateralFactorVariation, CollateralFactorVariationFragment, CollateralMetric, Currency, type DecimalNumber, DecimalNumberFragment, type DecimalNumberWithChange, DecimalNumberWithChangeFragment, type DomainData, DomainDataFragment, type ERC20PermitSignature, type Erc20Amount, Erc20AmountFragment, type Erc20Approval, Erc20ApprovalFragment, type Erc20ApprovalRequired, Erc20ApprovalRequiredFragment, type Erc20Input, type Erc20Token, Erc20TokenFragment, type ExchangeAmount, ExchangeAmountFragment, type ExchangeAmountVariation, ExchangeAmountVariationFragment, type ExchangeAmountWithChange, ExchangeAmountWithChangeFragment, ExchangeRateQuery, type ExchangeRateRequest, type ExchangeRateRequestFrom, type ExecutionPlan, ExecutionPlanFragment, type ExtendWithOpaqueVariant, type FragmentDocumentFor, type FromQuoteDebtSwapQuoteInput, type FromQuoteRepayWithSupplyQuoteInput, type FromQuoteSupplySwapQuoteInput, type FromQuoteWithdrawSwapQuoteInput, HasProcessedKnownTransactionQuery, type HasProcessedKnownTransactionRequest, type HealthFactorError, HealthFactorErrorFragment, type HealthFactorResult, HealthFactorResultFragment, type HealthFactorVariation, HealthFactorVariationFragment, type HealthFactorWithChange, HealthFactorWithChangeFragment, HealthQuery, type Hub, type HubAsset, HubAssetFragment, type HubAssetId, type HubAssetInterestRateModelPoint, HubAssetInterestRateModelPointFragment, HubAssetInterestRateModelQuery, type HubAssetInterestRateModelRequest, type HubAssetInterestRateModelRequestQuery, type HubAssetSettings, HubAssetSettingsFragment, type HubAssetSummary, HubAssetSummaryFragment, type HubAssetUserState, HubAssetUserStateFragment, HubAssetsQuery, type HubAssetsRequest, type HubAssetsRequestOrderBy, type HubAssetsRequestQuery, HubFragment, type HubId, type HubIdParts, type HubIdTokenInput, type HubInput, HubQuery, type HubRequest, type HubRequestQuery, type HubSummary, HubSummaryFragment, HubSummaryHistoryQuery, type HubSummaryHistoryRequest, type HubSummaryHistoryRequestQuery, type HubSummarySample, HubSummarySampleFragment, type HubTokenInput, HubsQuery, type HubsRequest, type HubsRequestOrderBy, type HubsRequestQuery, type ID, type InsufficientBalanceError, InsufficientBalanceErrorFragment, type InsufficientLiquidityError, InsufficientLiquidityErrorFragment, type LimitDebtSwapQuoteInput, type LimitOrderTokenSwapQuoteInput, type LimitRepayWithSupplyQuoteInput, type LimitSupplySwapQuoteInput, type LimitWithdrawSwapQuoteInput, type LiquidateExactAmountWithPermit, type LiquidatePositionDebtAmount, type LiquidatePositionExecutionPlan, LiquidatePositionExecutionPlanFragment, LiquidatePositionQuery, type LiquidatePositionRequest, type LiquidatedActivity, LiquidatedActivityFragment, type LiquidationFeeVariation, LiquidationFeeVariationFragment, type MarketDebtSwapQuoteInput, type MarketOrderTokenSwapFromQuoteInput, type MarketOrderTokenSwapQuoteInput, type MarketRepayWithSupplyQuoteInput, type MarketSupplySwapQuoteInput, type MarketWithdrawSwapQuoteInput, type MaxLiquidationBonusVariation, MaxLiquidationBonusVariationFragment, type MerklBorrowReward, MerklBorrowRewardFragment, type MerklCriteria, MerklCriteriaFragment, type MerklGenericCriteria, MerklGenericCriteriaFragment, type MerklSupplyReward, MerklSupplyRewardFragment, type NativeAmount, NativeAmountFragment, type NativeToken, NativeTokenFragment, type OnChainHubAssetId, type OnChainReserveId, type OpaqueEnumVariant, OperationType, OrderDirection, PageSize, type PaginatedActivitiesResult, PaginatedActivitiesResultFragment, type PaginatedResultInfo, PaginatedResultInfoFragment, type PaginatedSpokePositionManagerResult, PaginatedSpokePositionManagerResultFragment, type PaginatedSpokeUserPositionManagerResult, PaginatedSpokeUserPositionManagerResultFragment, type PaginatedStableVaultMovementsResult, PaginatedStableVaultMovementsResultFragment, type PaginatedStableVaultRateUsersResult, PaginatedStableVaultRateUsersResultFragment, type PaginatedUserSwapsResult, PaginatedUserSwapsResultFragment, type PercentNumber, type PercentNumberChangeSnapshot, PercentNumberChangeSnapshotFragment, PercentNumberFragment, type PercentNumberVariation, PercentNumberVariationFragment, type PercentNumberWithChange, PercentNumberWithChangeFragment, type PermitTypedData, PermitTypedDataFragment, type PointsCriteria, PointsCriteriaFragment, type PointsGenericCriteria, PointsGenericCriteriaFragment, type PointsProgram, PointsProgramFragment, type PositionAmount, PositionAmountFragment, type PositionSwapAdapterContractApproval, PositionSwapAdapterContractApprovalFragment, type PositionSwapApproval, PositionSwapApprovalFragment, type PositionSwapByIntentApprovalsRequired, PositionSwapByIntentApprovalsRequiredFragment, type PositionSwapPositionManagerApproval, PositionSwapPositionManagerApprovalFragment, type PreContractActionRequired, PreContractActionRequiredFragment, PreparePositionSwapQuery, type PreparePositionSwapRequest, type PreparePositionSwapResult, PreparePositionSwapResultFragment, PrepareSwapCancelQuery, type PrepareSwapCancelRequest, type PrepareSwapCancelResult, PrepareSwapCancelResultFragment, type PrepareSwapOrder, PrepareSwapOrderFragment, PrepareTokenSwapQuery, type PrepareTokenSwapRequest, type PrepareTokenSwapResult, PrepareTokenSwapResultFragment, type PreviewAction, type PreviewBorrowPoints, PreviewBorrowPointsFragment, type PreviewMerklBorrowReward, PreviewMerklBorrowRewardFragment, type PreviewMerklSupplyReward, PreviewMerklSupplyRewardFragment, PreviewQuery, type PreviewRequest, type PreviewReward, PreviewRewardFragment, type PreviewRewardOutcome, PreviewRewardOutcomeFragment, type PreviewSupplyPoints, PreviewSupplyPointsFragment, type PreviewUserPosition, PreviewUserPositionFragment, ProtocolHistoryQuery, type ProtocolHistoryRequest, type ProtocolHistorySample, ProtocolHistorySampleFragment, QuoteAccuracy, RenounceSpokeUserPositionManagerQuery, type RenounceSpokeUserPositionManagerRequest, type RepayActivity, RepayActivityFragment, type RepayAmountInputWithPermit, type RepayErc20AmountInputWithPermit, RepayQuery, type RepayRequest, type RepayWithSupply, type RepayWithSupplyActivity, RepayWithSupplyActivityFragment, RepayWithSupplyFragment, RepayWithSupplyKind, RepayWithSupplyQuoteQuery, type RepayWithSupplyQuoteRequest, type RepayWithSupplyQuoteResult, RepayWithSupplyQuoteResultFragment, type RequestOf, type Reserve, type ReserveAmountInput, type ReserveAmountInputWithPermit, type ReserveErc20AmountInput, type ReserveErc20AmountInputWithPermit, ReserveFragment, type ReserveId, type ReserveIdParts, type ReserveInfo, ReserveInfoFragment, type ReserveInput, ReserveQuery, type ReserveRequest, type ReserveRequestQuery, type ReserveSettings, ReserveSettingsFragment, type ReserveStatus, ReserveStatusFragment, type ReserveSummary, ReserveSummaryFragment, type ReserveUserState, ReserveUserStateFragment, ReservesQuery, type ReservesRequest, ReservesRequestFilter, type ReservesRequestOrderBy, type ReservesRequestQuery, type Reward, RewardFragment, type RewardId, SetSpokeUserPositionManagerQuery, type SetSpokeUserPositionManagerRequest, SetUserSuppliesAsCollateralQuery, type SetUserSuppliesAsCollateralRequest, type Spoke, SpokeFragment, type SpokeId, type SpokeIdParts, type SpokeInput, type SpokePositionManager, SpokePositionManagerFragment, SpokePositionManagersQuery, type SpokePositionManagersRequest, SpokeQuery, type SpokeRequest, type SpokeRequestQuery, type SpokeTokenInput, type SpokeUserPositionManager, SpokeUserPositionManagerFragment, SpokeUserPositionManagersQuery, type SpokeUserPositionManagersRequest, SpokesQuery, type SpokesRequest, type SpokesRequestQuery, type StableVault, type StableVaultAmountInput, type StableVaultAssignRateInput, StableVaultAssignRateQuery, type StableVaultAssignRateRequest, StableVaultClaimStatus, type StableVaultClaimStatusInput, StableVaultClaimStatusQuery, type StableVaultClaimStatusRequest, type StableVaultClaimSurplusInput, StableVaultClaimSurplusQuery, type StableVaultClaimSurplusRequest, type StableVaultDepositExecutionPlan, StableVaultDepositExecutionPlanFragment, type StableVaultDepositInput, StableVaultDepositQuery, type StableVaultDepositRequest, StableVaultFragment, type StableVaultId, type StableVaultInput, type StableVaultMovementsInput, StableVaultMovementsQuery, type StableVaultMovementsRequest, type StableVaultPendingAvailability, StableVaultPendingAvailabilityFragment, StableVaultQuery, type StableVaultRateUsersInput, StableVaultRateUsersQuery, type StableVaultRateUsersRequest, type StableVaultRates, StableVaultRatesFragment, type StableVaultRequest, type StableVaultRequestInput, type StableVaultSummary, StableVaultSummaryFragment, type StableVaultUnassignRateInput, StableVaultUnassignRateQuery, type StableVaultUnassignRateRequest, type StableVaultUserPosition, StableVaultUserPositionFragment, type StableVaultUserPositionId, type StableVaultUserPositionsInput, StableVaultUserPositionsQuery, type StableVaultUserPositionsRequest, type StableVaultUserPositionsRequestFilter, type StableVaultWithdrawClaim, StableVaultWithdrawClaimFragment, type StableVaultWithdrawClaimId, type StableVaultWithdrawExecutionPlan, StableVaultWithdrawExecutionPlanFragment, type StableVaultWithdrawInput, StableVaultWithdrawQuery, type StableVaultWithdrawRedeemExecutionPlan, StableVaultWithdrawRedeemExecutionPlanFragment, type StableVaultWithdrawRedeemInput, StableVaultWithdrawRedeemMutation, type StableVaultWithdrawRedeemRequest, type StableVaultWithdrawRequest, StableVaultsQuery, type StableVaultsRequest, type StableVaultsRequestInput, type SupplyActivity, SupplyActivityFragment, SupplyApyHistoryQuery, type SupplyApyHistoryRequest, type SupplyPoints, SupplyPointsFragment, SupplyQuery, type SupplyRequest, type SupplySwap, type SupplySwapActivity, SupplySwapActivityFragment, SupplySwapFragment, SupplySwapKind, SupplySwapQuoteQuery, type SupplySwapQuoteRequest, type SupplySwapQuoteResult, SupplySwapQuoteResultFragment, type SurplusClaim, SwapActivityStatus, type SwapByIntent, SwapByIntentFragment, type SwapByIntentInput, type SwapByIntentWithApprovalRequired, SwapByIntentWithApprovalRequiredFragment, type SwapByTransaction, SwapByTransactionFragment, type SwapCancelled, SwapCancelledFragment, type SwapCancelledResult, SwapCancelledResultFragment, type SwapErc20Input, type SwapExecutionPlan, SwapExecutionPlanFragment, type SwapExpired, SwapExpiredFragment, type SwapFulfilled, SwapFulfilledFragment, type SwapId, SwapMutation, type SwapOpen, SwapOpenFragment, type SwapOperation, SwapOperationFragment, SwapOrderClass, type SwapPendingSignature, SwapPendingSignatureFragment, type SwapQuote, type SwapQuoteCosts, SwapQuoteCostsFragment, SwapQuoteFragment, type SwapQuoteId, type SwapReceipt, SwapReceiptFragment, type SwapRequest, type SwapStatus, SwapStatusFilter, SwapStatusFragment, SwapStatusQuery, type SwapStatusRequest, type SwapTokenInput, type SwapTransactionRequest, SwapTransactionRequestFragment, type SwapTypedData, SwapTypedDataFragment, type SwapWithTransactionInput, type SwappableTokenInput, SwappableTokensQuery, type SwappableTokensRequest, type SwappableTokensRequestQuery, TimeWindow, type Token, type TokenAmount, TokenAmountFragment, TokenCategory, TokenFragment, type TokenInfo, TokenInfoFragment, type TokenInfoId, type TokenInput, type TokenMovement, type TokenMovementAllocate, TokenMovementAllocateFragment, type TokenMovementBridgeIn, TokenMovementBridgeInFragment, type TokenMovementBridgeOut, TokenMovementBridgeOutFragment, type TokenMovementDeallocate, TokenMovementDeallocateFragment, TokenMovementFragment, type TokenMovementId, type TokenMovementRebalance, TokenMovementRebalanceFragment, type TokenMovementRecord, TokenMovementRecordFragment, TokenMovementStatus, type TokenMovementSwap, TokenMovementSwapFragment, type TokenSwap, type TokenSwapActivity, TokenSwapActivityFragment, TokenSwapFragment, TokenSwapKind, TokenSwapQuoteQuery, type TokenSwapQuoteRequest, type TokenSwapQuoteResult, TokenSwapQuoteResultFragment, type TransactionRequest, TransactionRequestFragment, type TxHashInput, UpdateUserPositionConditionsQuery, type UpdateUserPositionConditionsRequest, type UpdatedDynamicConfigActivity, UpdatedDynamicConfigActivityFragment, type UpdatedRiskPremiumActivity, UpdatedRiskPremiumActivityFragment, type UserBalance, UserBalanceFragment, type UserBalanceId, type UserBalancesByChains, type UserBalancesByHub, type UserBalancesByHubId, type UserBalancesBySpoke, type UserBalancesByTokens, type UserBalancesByUserPosition, UserBalancesQuery, type UserBalancesRequest, type UserBalancesRequestFilter, type UserBalancesRequestOrderBy, type UserBorrowItem, UserBorrowItemFragment, type UserBorrowItemId, UserBorrowsQuery, type UserBorrowsRequest, type UserBorrowsRequestOrderBy, type UserBorrowsRequestQuery, type UserChains, type UserClaimableReward, UserClaimableRewardFragment, UserClaimableRewardsQuery, type UserClaimableRewardsRequest, type UserHub, type UserHubInput, type UserMerklClaimableReward, UserMerklClaimableRewardFragment, type UserPosition, type UserPositionConditionVariation, UserPositionConditionVariationFragment, UserPositionConditionsUpdate, UserPositionFragment, type UserPositionId, type UserPositionIdParts, UserPositionQuery, type UserPositionRequest, type UserPositionRiskPremium, UserPositionRiskPremiumFragment, UserPositionsQuery, type UserPositionsRequest, type UserPositionsRequestFilter, type UserPositionsRequestOrderBy, type UserRiskPremiumBreakdownItem, UserRiskPremiumBreakdownItemFragment, UserRiskPremiumBreakdownQuery, type UserRiskPremiumBreakdownRequest, type UserRiskPremiumBreakdownRequestQuery, type UserSpokeInput, type UserSummary, type UserSummaryFilter, UserSummaryFragment, type UserSummaryHistoryItem, UserSummaryHistoryItemFragment, UserSummaryHistoryQuery, type UserSummaryHistoryRequest, UserSummaryQuery, type UserSummaryRequest, UserSuppliesQuery, type UserSuppliesRequest, type UserSuppliesRequestOrderBy, type UserSuppliesRequestQuery, type UserSupplyAsCollateral, type UserSupplyItem, UserSupplyItemFragment, type UserSupplyItemId, UserSwapsQuery, type UserSwapsRequest, type UserToken, type UsingAsCollateralActivity, UsingAsCollateralActivityFragment, type WithdrawActivity, WithdrawActivityFragment, WithdrawQuery, type WithdrawRequest, type WithdrawReserveAmountInput, type WithdrawSwap, type WithdrawSwapActivity, WithdrawSwapActivityFragment, WithdrawSwapFragment, WithdrawSwapKind, WithdrawSwapQuoteQuery, type WithdrawSwapQuoteRequest, type WithdrawSwapQuoteResult, WithdrawSwapQuoteResultFragment, assetId, boostedRateId, decodeHubId, decodeReserveId, decodeSpokeId, decodeUserPositionId, encodeHubId, encodeReserveId, encodeSpokeId, encodeUserPositionId, graphql, hubAssetId, hubId, isChainIdsVariant, isERC20PermitSignature, isHubInputVariant, isReserveInputVariant, isSpokeInputVariant, isTokensVariant, isTxHashInputVariant, reserveId, spokeId, stableVaultId, stableVaultUserPositionId, stableVaultWithdrawClaimId, swapId, swapQuoteId, tokenInfoId, tokenMovementId, userBalanceId, userBorrowItemId, userPositionId, userSupplyItemId };
|
|
207062
|
+
export { ActivitiesQuery, type ActivitiesRequest, type ActivitiesRequestQuery, type ActivityItem, ActivityItemFragment, ActivityType, type AmountInput, ApyMetric, type ApySample, ApySampleFragment, type Asset, type AssetAmountWithChange, AssetAmountWithChangeFragment, AssetBorrowHistoryQuery, type AssetBorrowHistoryRequest, type AssetBorrowHistoryRequestQuery, type AssetBorrowSample, AssetBorrowSampleFragment, AssetFragment, type AssetId, AssetPriceHistoryQuery, type AssetPriceHistoryRequest, type AssetPriceHistoryRequestQuery, type AssetPriceSample, AssetPriceSampleFragment, AssetQuery, type AssetRequest, type AssetRequestQuery, type AssetSampleBreakdown, AssetSampleBreakdownFragment, type AssetSummary, AssetSummaryFragment, AssetSupplyHistoryQuery, type AssetSupplyHistoryRequest, type AssetSupplyHistoryRequestQuery, type AssetSupplySample, AssetSupplySampleFragment, type Base64EncodedCompositeId, type BoostedRate, BoostedRateFragment, type BoostedRateId, type BorrowActivity, BorrowActivityFragment, BorrowApyHistoryQuery, type BorrowApyHistoryRequest, type BorrowPoints, BorrowPointsFragment, BorrowQuery, type BorrowRequest, type BorrowSwap, type BorrowSwapActivity, BorrowSwapActivityFragment, BorrowSwapFragment, BorrowSwapKind, BorrowSwapQuoteQuery, type BorrowSwapQuoteRequest, type BorrowSwapQuoteResult, BorrowSwapQuoteResultFragment, type CancelIntentSwapInput, type CancelSwapExecutionPlan, CancelSwapExecutionPlanFragment, CancelSwapMutation, type CancelSwapRequest, type Chain, ChainFragment, ChainQuery, type ChainRequest, type ChainTokenCategories, type ChainTokenInput, ChainsFilter, ChainsQuery, type ChainsRequest, type ChainsRequestQuery, ClaimRewardsQuery, type ClaimRewardsRequest, type CollateralFactorVariation, CollateralFactorVariationFragment, CollateralMetric, Currency, type DecimalNumber, DecimalNumberFragment, type DecimalNumberWithChange, DecimalNumberWithChangeFragment, type DomainData, DomainDataFragment, type ERC20PermitSignature, type Erc20Amount, Erc20AmountFragment, type Erc20Approval, Erc20ApprovalFragment, type Erc20ApprovalRequired, Erc20ApprovalRequiredFragment, type Erc20Input, type Erc20Token, Erc20TokenFragment, type ExchangeAmount, ExchangeAmountFragment, type ExchangeAmountVariation, ExchangeAmountVariationFragment, type ExchangeAmountWithChange, ExchangeAmountWithChangeFragment, ExchangeRateQuery, type ExchangeRateRequest, type ExchangeRateRequestFrom, type ExecutionPlan, ExecutionPlanFragment, type ExtendWithOpaqueVariant, type FragmentDocumentFor, type FromQuoteDebtSwapQuoteInput, type FromQuoteRepayWithSupplyQuoteInput, type FromQuoteSupplySwapQuoteInput, type FromQuoteWithdrawSwapQuoteInput, HasProcessedKnownTransactionQuery, type HasProcessedKnownTransactionRequest, type HealthFactorError, HealthFactorErrorFragment, type HealthFactorResult, HealthFactorResultFragment, type HealthFactorVariation, HealthFactorVariationFragment, type HealthFactorWithChange, HealthFactorWithChangeFragment, HealthQuery, type Hub, type HubAsset, HubAssetFragment, type HubAssetId, type HubAssetInterestRateModelPoint, HubAssetInterestRateModelPointFragment, HubAssetInterestRateModelQuery, type HubAssetInterestRateModelRequest, type HubAssetInterestRateModelRequestQuery, type HubAssetSettings, HubAssetSettingsFragment, type HubAssetSummary, HubAssetSummaryFragment, type HubAssetUserState, HubAssetUserStateFragment, HubAssetsQuery, type HubAssetsRequest, type HubAssetsRequestOrderBy, type HubAssetsRequestQuery, HubFragment, type HubId, type HubIdParts, type HubIdTokenInput, type HubInput, HubQuery, type HubRequest, type HubRequestQuery, type HubSummary, HubSummaryFragment, HubSummaryHistoryQuery, type HubSummaryHistoryRequest, type HubSummaryHistoryRequestQuery, type HubSummarySample, HubSummarySampleFragment, type HubTokenInput, HubsQuery, type HubsRequest, type HubsRequestOrderBy, type HubsRequestQuery, type ID, type InsufficientBalanceError, InsufficientBalanceErrorFragment, type InsufficientLiquidityError, InsufficientLiquidityErrorFragment, type LimitDebtSwapQuoteInput, type LimitOrderTokenSwapQuoteInput, type LimitRepayWithSupplyQuoteInput, type LimitSupplySwapQuoteInput, type LimitWithdrawSwapQuoteInput, type LiquidateExactAmountWithPermit, type LiquidatePositionDebtAmount, type LiquidatePositionExecutionPlan, LiquidatePositionExecutionPlanFragment, LiquidatePositionQuery, type LiquidatePositionRequest, type LiquidatedActivity, LiquidatedActivityFragment, type LiquidationFeeVariation, LiquidationFeeVariationFragment, type MarketDebtSwapQuoteInput, type MarketOrderTokenSwapFromQuoteInput, type MarketOrderTokenSwapQuoteInput, type MarketRepayWithSupplyQuoteInput, type MarketSupplySwapQuoteInput, type MarketWithdrawSwapQuoteInput, type MaxLiquidationBonusVariation, MaxLiquidationBonusVariationFragment, type MerklBorrowReward, MerklBorrowRewardFragment, type MerklCriteria, MerklCriteriaFragment, type MerklGenericCriteria, MerklGenericCriteriaFragment, type MerklSupplyReward, MerklSupplyRewardFragment, type NativeAmount, NativeAmountFragment, type NativeToken, NativeTokenFragment, type OnChainHubAssetId, type OnChainReserveId, type OpaqueEnumVariant, OperationType, OrderDirection, PageSize, type PaginatedActivitiesResult, PaginatedActivitiesResultFragment, type PaginatedResultInfo, PaginatedResultInfoFragment, type PaginatedSpokePositionManagerResult, PaginatedSpokePositionManagerResultFragment, type PaginatedSpokeUserPositionManagerResult, PaginatedSpokeUserPositionManagerResultFragment, type PaginatedStableVaultMovementsResult, PaginatedStableVaultMovementsResultFragment, type PaginatedStableVaultRateUsersResult, PaginatedStableVaultRateUsersResultFragment, type PaginatedUserSwapsResult, PaginatedUserSwapsResultFragment, type PercentNumber, type PercentNumberChangeSnapshot, PercentNumberChangeSnapshotFragment, PercentNumberFragment, type PercentNumberVariation, PercentNumberVariationFragment, type PercentNumberWithChange, PercentNumberWithChangeFragment, type PermitTypedData, PermitTypedDataFragment, type PointsCriteria, PointsCriteriaFragment, type PointsGenericCriteria, PointsGenericCriteriaFragment, type PointsProgram, PointsProgramFragment, type PositionAmount, PositionAmountFragment, type PositionSwapAdapterContractApproval, PositionSwapAdapterContractApprovalFragment, type PositionSwapApproval, PositionSwapApprovalFragment, type PositionSwapByIntentApprovalsRequired, PositionSwapByIntentApprovalsRequiredFragment, type PositionSwapPositionManagerApproval, PositionSwapPositionManagerApprovalFragment, type PreContractActionRequired, PreContractActionRequiredFragment, PreparePositionSwapQuery, type PreparePositionSwapRequest, type PreparePositionSwapResult, PreparePositionSwapResultFragment, PrepareSwapCancelQuery, type PrepareSwapCancelRequest, type PrepareSwapCancelResult, PrepareSwapCancelResultFragment, type PrepareSwapOrder, PrepareSwapOrderFragment, PrepareTokenSwapQuery, type PrepareTokenSwapRequest, type PrepareTokenSwapResult, PrepareTokenSwapResultFragment, type PreviewAction, type PreviewBorrowPoints, PreviewBorrowPointsFragment, type PreviewMerklBorrowReward, PreviewMerklBorrowRewardFragment, type PreviewMerklSupplyReward, PreviewMerklSupplyRewardFragment, PreviewQuery, type PreviewRequest, type PreviewReward, PreviewRewardFragment, type PreviewRewardOutcome, PreviewRewardOutcomeFragment, type PreviewSupplyPoints, PreviewSupplyPointsFragment, type PreviewUserPosition, PreviewUserPositionFragment, ProtocolHistoryQuery, type ProtocolHistoryRequest, type ProtocolHistorySample, ProtocolHistorySampleFragment, QuoteAccuracy, RenounceSpokeUserPositionManagerQuery, type RenounceSpokeUserPositionManagerRequest, type RepayActivity, RepayActivityFragment, type RepayAmountInputWithPermit, type RepayErc20AmountInputWithPermit, RepayQuery, type RepayRequest, type RepaySignedPermitInput, type RepayWithSupply, type RepayWithSupplyActivity, RepayWithSupplyActivityFragment, RepayWithSupplyFragment, RepayWithSupplyKind, RepayWithSupplyQuoteQuery, type RepayWithSupplyQuoteRequest, type RepayWithSupplyQuoteResult, RepayWithSupplyQuoteResultFragment, type RequestOf, type Reserve, type ReserveAmountInput, type ReserveAmountInputWithPermit, type ReserveErc20AmountInput, type ReserveErc20AmountInputWithPermit, ReserveFragment, type ReserveId, type ReserveIdParts, type ReserveInfo, ReserveInfoFragment, type ReserveInput, ReserveQuery, type ReserveRequest, type ReserveRequestQuery, type ReserveSettings, ReserveSettingsFragment, type ReserveStatus, ReserveStatusFragment, type ReserveSummary, ReserveSummaryFragment, type ReserveUserState, ReserveUserStateFragment, ReservesQuery, type ReservesRequest, ReservesRequestFilter, type ReservesRequestOrderBy, type ReservesRequestQuery, type Reward, RewardFragment, type RewardId, SetSpokeUserPositionManagerQuery, type SetSpokeUserPositionManagerRequest, SetUserSuppliesAsCollateralQuery, type SetUserSuppliesAsCollateralRequest, type Spoke, SpokeFragment, type SpokeId, type SpokeIdParts, type SpokeInput, type SpokePositionManager, SpokePositionManagerFragment, SpokePositionManagersQuery, type SpokePositionManagersRequest, SpokeQuery, type SpokeRequest, type SpokeRequestQuery, type SpokeTokenInput, type SpokeUserPositionManager, SpokeUserPositionManagerFragment, SpokeUserPositionManagersQuery, type SpokeUserPositionManagersRequest, SpokesQuery, type SpokesRequest, type SpokesRequestQuery, type StableVault, type StableVaultAmountInput, type StableVaultAssignRateInput, StableVaultAssignRateQuery, type StableVaultAssignRateRequest, StableVaultClaimStatus, type StableVaultClaimStatusInput, StableVaultClaimStatusQuery, type StableVaultClaimStatusRequest, type StableVaultClaimSurplusInput, StableVaultClaimSurplusQuery, type StableVaultClaimSurplusRequest, type StableVaultDepositExecutionPlan, StableVaultDepositExecutionPlanFragment, type StableVaultDepositInput, StableVaultDepositQuery, type StableVaultDepositRequest, StableVaultFragment, type StableVaultId, type StableVaultInput, type StableVaultMovementsInput, StableVaultMovementsQuery, type StableVaultMovementsRequest, type StableVaultPendingAvailability, StableVaultPendingAvailabilityFragment, StableVaultQuery, type StableVaultRateUsersInput, StableVaultRateUsersQuery, type StableVaultRateUsersRequest, type StableVaultRates, StableVaultRatesFragment, type StableVaultRequest, type StableVaultRequestInput, type StableVaultSummary, StableVaultSummaryFragment, type StableVaultUnassignRateInput, StableVaultUnassignRateQuery, type StableVaultUnassignRateRequest, type StableVaultUserPosition, StableVaultUserPositionFragment, type StableVaultUserPositionId, type StableVaultUserPositionsInput, StableVaultUserPositionsQuery, type StableVaultUserPositionsRequest, type StableVaultUserPositionsRequestFilter, type StableVaultWithdrawClaim, StableVaultWithdrawClaimFragment, type StableVaultWithdrawClaimId, type StableVaultWithdrawExecutionPlan, StableVaultWithdrawExecutionPlanFragment, type StableVaultWithdrawInput, StableVaultWithdrawQuery, type StableVaultWithdrawRedeemExecutionPlan, StableVaultWithdrawRedeemExecutionPlanFragment, type StableVaultWithdrawRedeemInput, StableVaultWithdrawRedeemMutation, type StableVaultWithdrawRedeemRequest, type StableVaultWithdrawRequest, StableVaultsQuery, type StableVaultsRequest, type StableVaultsRequestInput, type SupplyActivity, SupplyActivityFragment, SupplyApyHistoryQuery, type SupplyApyHistoryRequest, type SupplyPoints, SupplyPointsFragment, SupplyQuery, type SupplyRequest, type SupplySwap, type SupplySwapActivity, SupplySwapActivityFragment, SupplySwapFragment, SupplySwapKind, SupplySwapQuoteQuery, type SupplySwapQuoteRequest, type SupplySwapQuoteResult, SupplySwapQuoteResultFragment, type SurplusClaim, SwapActivityStatus, type SwapByIntent, SwapByIntentFragment, type SwapByIntentInput, type SwapByIntentWithApprovalRequired, SwapByIntentWithApprovalRequiredFragment, type SwapByTransaction, SwapByTransactionFragment, type SwapCancelled, SwapCancelledFragment, type SwapCancelledResult, SwapCancelledResultFragment, type SwapErc20Input, type SwapExecutionPlan, SwapExecutionPlanFragment, type SwapExpired, SwapExpiredFragment, type SwapFulfilled, SwapFulfilledFragment, type SwapId, SwapMutation, type SwapOpen, SwapOpenFragment, type SwapOperation, SwapOperationFragment, SwapOrderClass, type SwapPendingSignature, SwapPendingSignatureFragment, type SwapQuote, type SwapQuoteCosts, SwapQuoteCostsFragment, SwapQuoteFragment, type SwapQuoteId, type SwapReceipt, SwapReceiptFragment, type SwapRequest, type SwapStatus, SwapStatusFilter, SwapStatusFragment, SwapStatusQuery, type SwapStatusRequest, type SwapTokenInput, type SwapTransactionRequest, SwapTransactionRequestFragment, type SwapTypedData, SwapTypedDataFragment, type SwapWithTransactionInput, type SwappableTokenInput, SwappableTokensQuery, type SwappableTokensRequest, type SwappableTokensRequestQuery, TimeWindow, type Token, type TokenAmount, TokenAmountFragment, TokenCategory, TokenFragment, type TokenInfo, TokenInfoFragment, type TokenInfoId, type TokenInput, type TokenMovement, type TokenMovementAllocate, TokenMovementAllocateFragment, type TokenMovementBridgeIn, TokenMovementBridgeInFragment, type TokenMovementBridgeOut, TokenMovementBridgeOutFragment, type TokenMovementDeallocate, TokenMovementDeallocateFragment, TokenMovementFragment, type TokenMovementId, type TokenMovementRebalance, TokenMovementRebalanceFragment, type TokenMovementRecord, TokenMovementRecordFragment, TokenMovementStatus, type TokenMovementSwap, TokenMovementSwapFragment, type TokenSwap, type TokenSwapActivity, TokenSwapActivityFragment, TokenSwapFragment, TokenSwapKind, TokenSwapQuoteQuery, type TokenSwapQuoteRequest, type TokenSwapQuoteResult, TokenSwapQuoteResultFragment, type TransactionRequest, TransactionRequestFragment, type TxHashInput, UpdateUserPositionConditionsQuery, type UpdateUserPositionConditionsRequest, type UpdatedDynamicConfigActivity, UpdatedDynamicConfigActivityFragment, type UpdatedRiskPremiumActivity, UpdatedRiskPremiumActivityFragment, type UserBalance, UserBalanceFragment, type UserBalanceId, type UserBalancesByChains, type UserBalancesByHub, type UserBalancesByHubId, type UserBalancesBySpoke, type UserBalancesByTokens, type UserBalancesByUserPosition, UserBalancesQuery, type UserBalancesRequest, type UserBalancesRequestFilter, type UserBalancesRequestOrderBy, type UserBorrowItem, UserBorrowItemFragment, type UserBorrowItemId, UserBorrowsQuery, type UserBorrowsRequest, type UserBorrowsRequestOrderBy, type UserBorrowsRequestQuery, type UserChains, type UserClaimableReward, UserClaimableRewardFragment, UserClaimableRewardsQuery, type UserClaimableRewardsRequest, type UserHub, type UserHubInput, type UserMerklClaimableReward, UserMerklClaimableRewardFragment, type UserPosition, type UserPositionConditionVariation, UserPositionConditionVariationFragment, UserPositionConditionsUpdate, UserPositionFragment, type UserPositionId, type UserPositionIdParts, UserPositionQuery, type UserPositionRequest, type UserPositionRiskPremium, UserPositionRiskPremiumFragment, UserPositionsQuery, type UserPositionsRequest, type UserPositionsRequestFilter, type UserPositionsRequestOrderBy, type UserRiskPremiumBreakdownItem, UserRiskPremiumBreakdownItemFragment, UserRiskPremiumBreakdownQuery, type UserRiskPremiumBreakdownRequest, type UserRiskPremiumBreakdownRequestQuery, type UserSpokeInput, type UserSummary, type UserSummaryFilter, UserSummaryFragment, type UserSummaryHistoryItem, UserSummaryHistoryItemFragment, UserSummaryHistoryQuery, type UserSummaryHistoryRequest, UserSummaryQuery, type UserSummaryRequest, UserSuppliesQuery, type UserSuppliesRequest, type UserSuppliesRequestOrderBy, type UserSuppliesRequestQuery, type UserSupplyAsCollateral, type UserSupplyItem, UserSupplyItemFragment, type UserSupplyItemId, UserSwapsQuery, type UserSwapsRequest, type UserToken, type UsingAsCollateralActivity, UsingAsCollateralActivityFragment, type WithdrawActivity, WithdrawActivityFragment, WithdrawQuery, type WithdrawRequest, type WithdrawReserveAmountInput, type WithdrawSwap, type WithdrawSwapActivity, WithdrawSwapActivityFragment, WithdrawSwapFragment, WithdrawSwapKind, WithdrawSwapQuoteQuery, type WithdrawSwapQuoteRequest, type WithdrawSwapQuoteResult, WithdrawSwapQuoteResultFragment, assetId, boostedRateId, decodeHubId, decodeReserveId, decodeSpokeId, decodeUserPositionId, encodeHubId, encodeReserveId, encodeSpokeId, encodeUserPositionId, graphql, hubAssetId, hubId, isChainIdsVariant, isERC20PermitSignature, isHubInputVariant, isReserveInputVariant, isSpokeInputVariant, isTokensVariant, isTxHashInputVariant, reserveId, spokeId, stableVaultId, stableVaultUserPositionId, stableVaultWithdrawClaimId, swapId, swapQuoteId, tokenInfoId, tokenMovementId, userBalanceId, userBorrowItemId, userPositionId, userSupplyItemId };
|