@aave/graphql 0.7.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +19 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +216 -3
- package/dist/index.d.ts +216 -3
- package/dist/index.js +19 -11
- package/dist/index.js.map +1 -1
- package/dist/test-utils.cjs +12 -2
- package/dist/test-utils.cjs.map +1 -1
- package/dist/test-utils.js +12 -2
- package/dist/test-utils.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -132,14 +132,14 @@ type introspection_types = {
|
|
|
132
132
|
'MarketReservesRequestType': { name: 'MarketReservesRequestType'; enumValues: 'SUPPLY' | 'BORROW' | 'BOTH'; };
|
|
133
133
|
'MarketUserReserveBorrowPosition': { kind: 'OBJECT'; name: 'MarketUserReserveBorrowPosition'; fields: { 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'currency': { name: 'currency'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'debt': { name: 'debt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MarketInfo'; ofType: null; }; } }; }; };
|
|
134
134
|
'MarketUserReserveSupplyPosition': { kind: 'OBJECT'; name: 'MarketUserReserveSupplyPosition'; fields: { 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'balance': { name: 'balance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'canBeCollateral': { name: 'canBeCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'currency': { name: 'currency'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'isCollateral': { name: 'isCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MarketInfo'; ofType: null; }; } }; }; };
|
|
135
|
-
'MarketUserState': { kind: 'OBJECT'; name: 'MarketUserState'; fields: { 'availableBorrowsBase': { name: 'availableBorrowsBase'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'currentLiquidationThreshold': { name: 'currentLiquidationThreshold'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'eModeEnabled': { name: 'eModeEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'healthFactor': { name: 'healthFactor'; type: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; } }; 'isInIsolationMode': { name: 'isInIsolationMode'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'ltv': { name: 'ltv'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'netAPY': { name: 'netAPY'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'netWorth': { name: 'netWorth'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'totalCollateralBase': { name: 'totalCollateralBase'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'totalDebtBase': { name: 'totalDebtBase'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; }; };
|
|
135
|
+
'MarketUserState': { kind: 'OBJECT'; name: 'MarketUserState'; fields: { 'availableBorrowsBase': { name: 'availableBorrowsBase'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'currentLiquidationThreshold': { name: 'currentLiquidationThreshold'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'eModeEnabled': { name: 'eModeEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'healthFactor': { name: 'healthFactor'; type: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; } }; 'isInIsolationMode': { name: 'isInIsolationMode'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'ltv': { name: 'ltv'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'netAPY': { name: 'netAPY'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'netWorth': { name: 'netWorth'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'totalCollateralBase': { name: 'totalCollateralBase'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'totalDebtBase': { name: 'totalDebtBase'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'userDebtAPY': { name: 'userDebtAPY'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'userEarnedAPY': { name: 'userEarnedAPY'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; }; };
|
|
136
136
|
'MarketsRequest': { kind: 'INPUT_OBJECT'; name: 'MarketsRequest'; isOneOf: false; inputFields: [{ 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 }, { name: 'user'; type: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; defaultValue: null }]; };
|
|
137
137
|
'MeritBorrowAndSupplyIncentiveCondition': { kind: 'OBJECT'; name: 'MeritBorrowAndSupplyIncentiveCondition'; fields: { 'borrowToken': { name: 'borrowToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'claimLink': { name: 'claimLink'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'URL'; ofType: null; }; } }; 'extraApr': { name: 'extraApr'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'supplyToken': { name: 'supplyToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; }; };
|
|
138
138
|
'MeritBorrowIncentive': { kind: 'OBJECT'; name: 'MeritBorrowIncentive'; fields: { 'borrowAprDiscount': { name: 'borrowAprDiscount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'claimLink': { name: 'claimLink'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'URL'; ofType: null; }; } }; }; };
|
|
139
139
|
'MeritSupplyIncentive': { kind: 'OBJECT'; name: 'MeritSupplyIncentive'; fields: { 'claimLink': { name: 'claimLink'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'URL'; ofType: null; }; } }; 'extraSupplyApr': { name: 'extraSupplyApr'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; }; };
|
|
140
140
|
'MessageData': { kind: 'OBJECT'; name: 'MessageData'; fields: { 'deadline': { name: 'deadline'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'nonce': { name: 'nonce'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; 'owner': { name: 'owner'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'spender': { name: 'spender'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'value': { name: 'value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigInt'; ofType: null; }; } }; }; };
|
|
141
141
|
'NativeCurrency': { kind: 'OBJECT'; name: 'NativeCurrency'; fields: { 'chainId': { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; } }; 'decimals': { name: 'decimals'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Int'; ofType: null; }; } }; 'imageUrl': { name: 'imageUrl'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'name': { name: 'name'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'symbol': { name: 'symbol'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'String'; ofType: null; }; } }; 'wrappedToken': { name: 'wrappedToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; }; };
|
|
142
|
-
'OperationType': { name: 'OperationType'; enumValues: 'BORROW' | 'REPAY' | 'RESERVE_USED_AS_COLLATERAL_ENABLED' | 'RESERVE_USED_AS_COLLATERAL_DISABLED' | 'SUPPLY' | 'USER_EMODE_SET' | 'WITHDRAW' | 'VAULT_DEPLOYED' | 'VAULT_DEPOSIT' | 'VAULT_FEE_UPDATED' | 'VAULT_FEE_WITHDRAWN' | 'VAULT_WITHDRAW' | '
|
|
142
|
+
'OperationType': { name: 'OperationType'; enumValues: 'BORROW' | 'REPAY' | 'RESERVE_USED_AS_COLLATERAL_ENABLED' | 'RESERVE_USED_AS_COLLATERAL_DISABLED' | 'SUPPLY' | 'USER_EMODE_SET' | 'WITHDRAW' | 'VAULT_DEPLOYED' | 'VAULT_DEPOSIT' | 'VAULT_FEE_UPDATED' | 'VAULT_FEE_WITHDRAWN' | 'VAULT_WITHDRAW' | 'VAULT_OWNERSHIP_TRANSFERRED' | 'REVENUE_SPLITTER_OWNER_DEPLOYED' | 'REVENUE_SPLITTER_OWNER_TRANSFER' | 'LIQUIDATION'; };
|
|
143
143
|
'OrderDirection': { name: 'OrderDirection'; enumValues: 'ASC' | 'DESC'; };
|
|
144
144
|
'PageSize': { name: 'PageSize'; enumValues: 'TEN' | 'FIFTY'; };
|
|
145
145
|
'PaginatedResultInfo': { kind: 'OBJECT'; name: 'PaginatedResultInfo'; fields: { 'next': { name: 'next'; type: { kind: 'SCALAR'; name: 'Cursor'; ofType: null; } }; 'prev': { name: 'prev'; type: { kind: 'SCALAR'; name: 'Cursor'; ofType: null; } }; }; };
|
|
@@ -155,7 +155,7 @@ type introspection_types = {
|
|
|
155
155
|
'RepayErc20Amount': { kind: 'INPUT_OBJECT'; name: 'RepayErc20Amount'; isOneOf: true; inputFields: [{ name: 'exact'; type: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; defaultValue: null }, { name: 'max'; type: { kind: 'SCALAR'; name: 'AlwaysTrue'; ofType: null; }; defaultValue: null }]; };
|
|
156
156
|
'RepayErc20AmountInput': { kind: 'INPUT_OBJECT'; name: 'RepayErc20AmountInput'; isOneOf: false; inputFields: [{ name: 'currency'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'value'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'RepayErc20Amount'; ofType: null; }; }; defaultValue: null }, { name: 'permitSig'; type: { kind: 'INPUT_OBJECT'; name: 'ERC712Signature'; ofType: null; }; defaultValue: null }]; };
|
|
157
157
|
'RepayRequest': { kind: 'INPUT_OBJECT'; name: 'RepayRequest'; isOneOf: false; inputFields: [{ name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'amount'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'RepayAmountInput'; ofType: null; }; }; defaultValue: null }, { name: 'sender'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'onBehalfOf'; type: { 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 }]; };
|
|
158
|
-
'Reserve': { kind: 'OBJECT'; name: 'Reserve'; fields: { 'aToken': { name: 'aToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'acceptsNative': { name: 'acceptsNative'; type: { kind: 'OBJECT'; name: 'NativeCurrency'; ofType: null; } }; 'borrowInfo': { name: 'borrowInfo'; type: { kind: 'OBJECT'; name: 'ReserveBorrowInfo'; ofType: null; } }; 'eModeInfo': { name: 'eModeInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'EmodeReserveInfo'; ofType: null; }; }; }; } }; 'flashLoanEnabled': { name: 'flashLoanEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'incentives': { name: 'incentives'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ReserveIncentive'; ofType: null; }; }; }; } }; 'interestRateStrategyAddress': { name: 'interestRateStrategyAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'isFrozen': { name: 'isFrozen'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'isPaused': { name: 'isPaused'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'isolationModeConfig': { name: 'isolationModeConfig'; type: { kind: 'OBJECT'; name: 'ReserveIsolationModeConfig'; ofType: null; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MarketInfo'; ofType: null; }; } }; 'permitSupported': { name: 'permitSupported'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'size': { name: 'size'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyInfo': { name: 'supplyInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveSupplyInfo'; ofType: null; }; } }; 'underlyingToken': { name: 'underlyingToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'usdExchangeRate': { name: 'usdExchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'usdOracleAddress': { name: 'usdOracleAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'userState': { name: 'userState'; type: { kind: 'OBJECT'; name: 'ReserveUserState'; ofType: null; } }; 'vToken': { name: 'vToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; }; };
|
|
158
|
+
'Reserve': { kind: 'OBJECT'; name: 'Reserve'; fields: { 'aToken': { name: 'aToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'acceptsNative': { name: 'acceptsNative'; type: { kind: 'OBJECT'; name: 'NativeCurrency'; ofType: null; } }; 'borrowInfo': { name: 'borrowInfo'; type: { kind: 'OBJECT'; name: 'ReserveBorrowInfo'; ofType: null; } }; 'eModeInfo': { name: 'eModeInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'EmodeReserveInfo'; ofType: null; }; }; }; } }; 'flashLoanEnabled': { name: 'flashLoanEnabled'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'incentives': { name: 'incentives'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'UNION'; name: 'ReserveIncentive'; ofType: null; }; }; }; } }; 'interestRateStrategyAddress': { name: 'interestRateStrategyAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'isFrozen': { name: 'isFrozen'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'isPaused': { name: 'isPaused'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'isolationModeConfig': { name: 'isolationModeConfig'; type: { kind: 'OBJECT'; name: 'ReserveIsolationModeConfig'; ofType: null; } }; 'market': { name: 'market'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'MarketInfo'; ofType: null; }; } }; 'permitSupported': { name: 'permitSupported'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'size': { name: 'size'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'supplyInfo': { name: 'supplyInfo'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ReserveSupplyInfo'; ofType: null; }; } }; 'unbacked': { name: 'unbacked'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'underlyingToken': { name: 'underlyingToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; 'usdExchangeRate': { name: 'usdExchangeRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'BigDecimal'; ofType: null; }; } }; 'usdOracleAddress': { name: 'usdOracleAddress'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; 'userState': { name: 'userState'; type: { kind: 'OBJECT'; name: 'ReserveUserState'; ofType: null; } }; 'vToken': { name: 'vToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; }; };
|
|
159
159
|
'ReserveBorrowInfo': { kind: 'OBJECT'; name: 'ReserveBorrowInfo'; fields: { 'apy': { name: 'apy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'availableLiquidity': { name: 'availableLiquidity'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'borrowCap': { name: 'borrowCap'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'borrowCapReached': { name: 'borrowCapReached'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'borrowingState': { name: 'borrowingState'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'ENUM'; name: 'ReserveBorrowingState'; ofType: null; }; } }; 'optimalUsageRate': { name: 'optimalUsageRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'reserveFactor': { name: 'reserveFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'total': { name: 'total'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'TokenAmount'; ofType: null; }; } }; 'utilizationRate': { name: 'utilizationRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'variableRateSlope1': { name: 'variableRateSlope1'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; 'variableRateSlope2': { name: 'variableRateSlope2'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; ofType: null; }; } }; }; };
|
|
160
160
|
'ReserveBorrowingState': { name: 'ReserveBorrowingState'; enumValues: 'ENABLED' | 'DISABLED' | 'USER_EMODE_DISABLED_BORROW'; };
|
|
161
161
|
'ReserveIncentive': { kind: 'UNION'; name: 'ReserveIncentive'; fields: {}; possibleTypes: 'AaveBorrowIncentive' | 'AaveSupplyIncentive' | 'MeritBorrowAndSupplyIncentiveCondition' | 'MeritBorrowIncentive' | 'MeritSupplyIncentive'; };
|
|
@@ -431,6 +431,20 @@ declare const MarketUserStateFragment: gql_tada.TadaDocumentNode<{
|
|
|
431
431
|
value: _aave_types.BigDecimal;
|
|
432
432
|
formatted: _aave_types.BigDecimal;
|
|
433
433
|
};
|
|
434
|
+
userEarnedAPY: {
|
|
435
|
+
__typename: "PercentValue";
|
|
436
|
+
raw: _aave_types.BigIntString;
|
|
437
|
+
decimals: number;
|
|
438
|
+
value: _aave_types.BigDecimal;
|
|
439
|
+
formatted: _aave_types.BigDecimal;
|
|
440
|
+
};
|
|
441
|
+
userDebtAPY: {
|
|
442
|
+
__typename: "PercentValue";
|
|
443
|
+
raw: _aave_types.BigIntString;
|
|
444
|
+
decimals: number;
|
|
445
|
+
value: _aave_types.BigDecimal;
|
|
446
|
+
formatted: _aave_types.BigDecimal;
|
|
447
|
+
};
|
|
434
448
|
healthFactor: _aave_types.BigDecimal | null;
|
|
435
449
|
eModeEnabled: boolean;
|
|
436
450
|
totalCollateralBase: _aave_types.BigDecimal;
|
|
@@ -587,6 +601,20 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
587
601
|
value: _aave_types.BigDecimal;
|
|
588
602
|
formatted: _aave_types.BigDecimal;
|
|
589
603
|
};
|
|
604
|
+
userEarnedAPY: {
|
|
605
|
+
__typename: "PercentValue";
|
|
606
|
+
raw: _aave_types.BigIntString;
|
|
607
|
+
decimals: number;
|
|
608
|
+
value: _aave_types.BigDecimal;
|
|
609
|
+
formatted: _aave_types.BigDecimal;
|
|
610
|
+
};
|
|
611
|
+
userDebtAPY: {
|
|
612
|
+
__typename: "PercentValue";
|
|
613
|
+
raw: _aave_types.BigIntString;
|
|
614
|
+
decimals: number;
|
|
615
|
+
value: _aave_types.BigDecimal;
|
|
616
|
+
formatted: _aave_types.BigDecimal;
|
|
617
|
+
};
|
|
590
618
|
healthFactor: _aave_types.BigDecimal | null;
|
|
591
619
|
eModeEnabled: boolean;
|
|
592
620
|
totalCollateralBase: _aave_types.BigDecimal;
|
|
@@ -677,6 +705,17 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
677
705
|
isFrozen: boolean;
|
|
678
706
|
isPaused: boolean;
|
|
679
707
|
flashLoanEnabled: boolean;
|
|
708
|
+
unbacked: {
|
|
709
|
+
__typename: "TokenAmount";
|
|
710
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
711
|
+
amount: {
|
|
712
|
+
__typename: "DecimalValue";
|
|
713
|
+
raw: _aave_types.BigIntString;
|
|
714
|
+
decimals: number;
|
|
715
|
+
value: _aave_types.BigDecimal;
|
|
716
|
+
};
|
|
717
|
+
usd: _aave_types.BigDecimal;
|
|
718
|
+
};
|
|
680
719
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
681
720
|
permitSupported: boolean;
|
|
682
721
|
supplyInfo: {
|
|
@@ -1073,6 +1112,17 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
1073
1112
|
isFrozen: boolean;
|
|
1074
1113
|
isPaused: boolean;
|
|
1075
1114
|
flashLoanEnabled: boolean;
|
|
1115
|
+
unbacked: {
|
|
1116
|
+
__typename: "TokenAmount";
|
|
1117
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
1118
|
+
amount: {
|
|
1119
|
+
__typename: "DecimalValue";
|
|
1120
|
+
raw: _aave_types.BigIntString;
|
|
1121
|
+
decimals: number;
|
|
1122
|
+
value: _aave_types.BigDecimal;
|
|
1123
|
+
};
|
|
1124
|
+
usd: _aave_types.BigDecimal;
|
|
1125
|
+
};
|
|
1076
1126
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
1077
1127
|
permitSupported: boolean;
|
|
1078
1128
|
supplyInfo: {
|
|
@@ -2119,6 +2169,17 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
2119
2169
|
isFrozen: boolean;
|
|
2120
2170
|
isPaused: boolean;
|
|
2121
2171
|
flashLoanEnabled: boolean;
|
|
2172
|
+
unbacked: {
|
|
2173
|
+
__typename: "TokenAmount";
|
|
2174
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
2175
|
+
amount: {
|
|
2176
|
+
__typename: "DecimalValue";
|
|
2177
|
+
raw: _aave_types.BigIntString;
|
|
2178
|
+
decimals: number;
|
|
2179
|
+
value: _aave_types.BigDecimal;
|
|
2180
|
+
};
|
|
2181
|
+
usd: _aave_types.BigDecimal;
|
|
2182
|
+
};
|
|
2122
2183
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
2123
2184
|
permitSupported: boolean;
|
|
2124
2185
|
supplyInfo: {
|
|
@@ -4855,6 +4916,17 @@ declare const VaultFragment: gql_tada.TadaDocumentNode<{
|
|
|
4855
4916
|
isFrozen: boolean;
|
|
4856
4917
|
isPaused: boolean;
|
|
4857
4918
|
flashLoanEnabled: boolean;
|
|
4919
|
+
unbacked: {
|
|
4920
|
+
__typename: "TokenAmount";
|
|
4921
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
4922
|
+
amount: {
|
|
4923
|
+
__typename: "DecimalValue";
|
|
4924
|
+
raw: _aave_types.BigIntString;
|
|
4925
|
+
decimals: number;
|
|
4926
|
+
value: _aave_types.BigDecimal;
|
|
4927
|
+
};
|
|
4928
|
+
usd: _aave_types.BigDecimal;
|
|
4929
|
+
};
|
|
4858
4930
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
4859
4931
|
permitSupported: boolean;
|
|
4860
4932
|
supplyInfo: {
|
|
@@ -5357,6 +5429,17 @@ declare const PaginatedVaultsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
5357
5429
|
isFrozen: boolean;
|
|
5358
5430
|
isPaused: boolean;
|
|
5359
5431
|
flashLoanEnabled: boolean;
|
|
5432
|
+
unbacked: {
|
|
5433
|
+
__typename: "TokenAmount";
|
|
5434
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
5435
|
+
amount: {
|
|
5436
|
+
__typename: "DecimalValue";
|
|
5437
|
+
raw: _aave_types.BigIntString;
|
|
5438
|
+
decimals: number;
|
|
5439
|
+
value: _aave_types.BigDecimal;
|
|
5440
|
+
};
|
|
5441
|
+
usd: _aave_types.BigDecimal;
|
|
5442
|
+
};
|
|
5360
5443
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
5361
5444
|
permitSupported: boolean;
|
|
5362
5445
|
supplyInfo: {
|
|
@@ -6394,6 +6477,20 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6394
6477
|
value: _aave_types.BigDecimal;
|
|
6395
6478
|
formatted: _aave_types.BigDecimal;
|
|
6396
6479
|
};
|
|
6480
|
+
userEarnedAPY: {
|
|
6481
|
+
__typename: "PercentValue";
|
|
6482
|
+
raw: _aave_types.BigIntString;
|
|
6483
|
+
decimals: number;
|
|
6484
|
+
value: _aave_types.BigDecimal;
|
|
6485
|
+
formatted: _aave_types.BigDecimal;
|
|
6486
|
+
};
|
|
6487
|
+
userDebtAPY: {
|
|
6488
|
+
__typename: "PercentValue";
|
|
6489
|
+
raw: _aave_types.BigIntString;
|
|
6490
|
+
decimals: number;
|
|
6491
|
+
value: _aave_types.BigDecimal;
|
|
6492
|
+
formatted: _aave_types.BigDecimal;
|
|
6493
|
+
};
|
|
6397
6494
|
healthFactor: _aave_types.BigDecimal | null;
|
|
6398
6495
|
eModeEnabled: boolean;
|
|
6399
6496
|
totalCollateralBase: _aave_types.BigDecimal;
|
|
@@ -6484,6 +6581,17 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6484
6581
|
isFrozen: boolean;
|
|
6485
6582
|
isPaused: boolean;
|
|
6486
6583
|
flashLoanEnabled: boolean;
|
|
6584
|
+
unbacked: {
|
|
6585
|
+
__typename: "TokenAmount";
|
|
6586
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
6587
|
+
amount: {
|
|
6588
|
+
__typename: "DecimalValue";
|
|
6589
|
+
raw: _aave_types.BigIntString;
|
|
6590
|
+
decimals: number;
|
|
6591
|
+
value: _aave_types.BigDecimal;
|
|
6592
|
+
};
|
|
6593
|
+
usd: _aave_types.BigDecimal;
|
|
6594
|
+
};
|
|
6487
6595
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
6488
6596
|
permitSupported: boolean;
|
|
6489
6597
|
supplyInfo: {
|
|
@@ -6880,6 +6988,17 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6880
6988
|
isFrozen: boolean;
|
|
6881
6989
|
isPaused: boolean;
|
|
6882
6990
|
flashLoanEnabled: boolean;
|
|
6991
|
+
unbacked: {
|
|
6992
|
+
__typename: "TokenAmount";
|
|
6993
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
6994
|
+
amount: {
|
|
6995
|
+
__typename: "DecimalValue";
|
|
6996
|
+
raw: _aave_types.BigIntString;
|
|
6997
|
+
decimals: number;
|
|
6998
|
+
value: _aave_types.BigDecimal;
|
|
6999
|
+
};
|
|
7000
|
+
usd: _aave_types.BigDecimal;
|
|
7001
|
+
};
|
|
6883
7002
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
6884
7003
|
permitSupported: boolean;
|
|
6885
7004
|
supplyInfo: {
|
|
@@ -7299,6 +7418,20 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7299
7418
|
value: _aave_types.BigDecimal;
|
|
7300
7419
|
formatted: _aave_types.BigDecimal;
|
|
7301
7420
|
};
|
|
7421
|
+
userEarnedAPY: {
|
|
7422
|
+
__typename: "PercentValue";
|
|
7423
|
+
raw: _aave_types.BigIntString;
|
|
7424
|
+
decimals: number;
|
|
7425
|
+
value: _aave_types.BigDecimal;
|
|
7426
|
+
formatted: _aave_types.BigDecimal;
|
|
7427
|
+
};
|
|
7428
|
+
userDebtAPY: {
|
|
7429
|
+
__typename: "PercentValue";
|
|
7430
|
+
raw: _aave_types.BigIntString;
|
|
7431
|
+
decimals: number;
|
|
7432
|
+
value: _aave_types.BigDecimal;
|
|
7433
|
+
formatted: _aave_types.BigDecimal;
|
|
7434
|
+
};
|
|
7302
7435
|
healthFactor: _aave_types.BigDecimal | null;
|
|
7303
7436
|
eModeEnabled: boolean;
|
|
7304
7437
|
totalCollateralBase: _aave_types.BigDecimal;
|
|
@@ -7389,6 +7522,17 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7389
7522
|
isFrozen: boolean;
|
|
7390
7523
|
isPaused: boolean;
|
|
7391
7524
|
flashLoanEnabled: boolean;
|
|
7525
|
+
unbacked: {
|
|
7526
|
+
__typename: "TokenAmount";
|
|
7527
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
7528
|
+
amount: {
|
|
7529
|
+
__typename: "DecimalValue";
|
|
7530
|
+
raw: _aave_types.BigIntString;
|
|
7531
|
+
decimals: number;
|
|
7532
|
+
value: _aave_types.BigDecimal;
|
|
7533
|
+
};
|
|
7534
|
+
usd: _aave_types.BigDecimal;
|
|
7535
|
+
};
|
|
7392
7536
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
7393
7537
|
permitSupported: boolean;
|
|
7394
7538
|
supplyInfo: {
|
|
@@ -7785,6 +7929,17 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7785
7929
|
isFrozen: boolean;
|
|
7786
7930
|
isPaused: boolean;
|
|
7787
7931
|
flashLoanEnabled: boolean;
|
|
7932
|
+
unbacked: {
|
|
7933
|
+
__typename: "TokenAmount";
|
|
7934
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
7935
|
+
amount: {
|
|
7936
|
+
__typename: "DecimalValue";
|
|
7937
|
+
raw: _aave_types.BigIntString;
|
|
7938
|
+
decimals: number;
|
|
7939
|
+
value: _aave_types.BigDecimal;
|
|
7940
|
+
};
|
|
7941
|
+
usd: _aave_types.BigDecimal;
|
|
7942
|
+
};
|
|
7788
7943
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
7789
7944
|
permitSupported: boolean;
|
|
7790
7945
|
supplyInfo: {
|
|
@@ -8149,6 +8304,20 @@ declare const UserMarketStateQuery: gql_tada.TadaDocumentNode<{
|
|
|
8149
8304
|
value: _aave_types.BigDecimal;
|
|
8150
8305
|
formatted: _aave_types.BigDecimal;
|
|
8151
8306
|
};
|
|
8307
|
+
userEarnedAPY: {
|
|
8308
|
+
__typename: "PercentValue";
|
|
8309
|
+
raw: _aave_types.BigIntString;
|
|
8310
|
+
decimals: number;
|
|
8311
|
+
value: _aave_types.BigDecimal;
|
|
8312
|
+
formatted: _aave_types.BigDecimal;
|
|
8313
|
+
};
|
|
8314
|
+
userDebtAPY: {
|
|
8315
|
+
__typename: "PercentValue";
|
|
8316
|
+
raw: _aave_types.BigIntString;
|
|
8317
|
+
decimals: number;
|
|
8318
|
+
value: _aave_types.BigDecimal;
|
|
8319
|
+
formatted: _aave_types.BigDecimal;
|
|
8320
|
+
};
|
|
8152
8321
|
healthFactor: _aave_types.BigDecimal | null;
|
|
8153
8322
|
eModeEnabled: boolean;
|
|
8154
8323
|
totalCollateralBase: _aave_types.BigDecimal;
|
|
@@ -8601,6 +8770,17 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
8601
8770
|
isFrozen: boolean;
|
|
8602
8771
|
isPaused: boolean;
|
|
8603
8772
|
flashLoanEnabled: boolean;
|
|
8773
|
+
unbacked: {
|
|
8774
|
+
__typename: "TokenAmount";
|
|
8775
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
8776
|
+
amount: {
|
|
8777
|
+
__typename: "DecimalValue";
|
|
8778
|
+
raw: _aave_types.BigIntString;
|
|
8779
|
+
decimals: number;
|
|
8780
|
+
value: _aave_types.BigDecimal;
|
|
8781
|
+
};
|
|
8782
|
+
usd: _aave_types.BigDecimal;
|
|
8783
|
+
};
|
|
8604
8784
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
8605
8785
|
permitSupported: boolean;
|
|
8606
8786
|
supplyInfo: {
|
|
@@ -10900,6 +11080,17 @@ declare const VaultQuery: gql_tada.TadaDocumentNode<{
|
|
|
10900
11080
|
isFrozen: boolean;
|
|
10901
11081
|
isPaused: boolean;
|
|
10902
11082
|
flashLoanEnabled: boolean;
|
|
11083
|
+
unbacked: {
|
|
11084
|
+
__typename: "TokenAmount";
|
|
11085
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
11086
|
+
amount: {
|
|
11087
|
+
__typename: "DecimalValue";
|
|
11088
|
+
raw: _aave_types.BigIntString;
|
|
11089
|
+
decimals: number;
|
|
11090
|
+
value: _aave_types.BigDecimal;
|
|
11091
|
+
};
|
|
11092
|
+
usd: _aave_types.BigDecimal;
|
|
11093
|
+
};
|
|
10903
11094
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
10904
11095
|
permitSupported: boolean;
|
|
10905
11096
|
supplyInfo: {
|
|
@@ -11410,6 +11601,17 @@ declare const VaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
11410
11601
|
isFrozen: boolean;
|
|
11411
11602
|
isPaused: boolean;
|
|
11412
11603
|
flashLoanEnabled: boolean;
|
|
11604
|
+
unbacked: {
|
|
11605
|
+
__typename: "TokenAmount";
|
|
11606
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
11607
|
+
amount: {
|
|
11608
|
+
__typename: "DecimalValue";
|
|
11609
|
+
raw: _aave_types.BigIntString;
|
|
11610
|
+
decimals: number;
|
|
11611
|
+
value: _aave_types.BigDecimal;
|
|
11612
|
+
};
|
|
11613
|
+
usd: _aave_types.BigDecimal;
|
|
11614
|
+
};
|
|
11413
11615
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
11414
11616
|
permitSupported: boolean;
|
|
11415
11617
|
supplyInfo: {
|
|
@@ -11930,6 +12132,17 @@ declare const UserVaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
11930
12132
|
isFrozen: boolean;
|
|
11931
12133
|
isPaused: boolean;
|
|
11932
12134
|
flashLoanEnabled: boolean;
|
|
12135
|
+
unbacked: {
|
|
12136
|
+
__typename: "TokenAmount";
|
|
12137
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
12138
|
+
amount: {
|
|
12139
|
+
__typename: "DecimalValue";
|
|
12140
|
+
raw: _aave_types.BigIntString;
|
|
12141
|
+
decimals: number;
|
|
12142
|
+
value: _aave_types.BigDecimal;
|
|
12143
|
+
};
|
|
12144
|
+
usd: _aave_types.BigDecimal;
|
|
12145
|
+
};
|
|
11933
12146
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
11934
12147
|
permitSupported: boolean;
|
|
11935
12148
|
supplyInfo: {
|
package/dist/index.js
CHANGED
|
@@ -247,6 +247,9 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
247
247
|
isFrozen
|
|
248
248
|
isPaused
|
|
249
249
|
flashLoanEnabled
|
|
250
|
+
unbacked{
|
|
251
|
+
...TokenAmount
|
|
252
|
+
}
|
|
250
253
|
interestRateStrategyAddress
|
|
251
254
|
permitSupported
|
|
252
255
|
supplyInfo {
|
|
@@ -273,6 +276,12 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
273
276
|
netAPY {
|
|
274
277
|
...PercentValue
|
|
275
278
|
}
|
|
279
|
+
userEarnedAPY {
|
|
280
|
+
...PercentValue
|
|
281
|
+
}
|
|
282
|
+
userDebtAPY {
|
|
283
|
+
...PercentValue
|
|
284
|
+
}
|
|
276
285
|
healthFactor
|
|
277
286
|
eModeEnabled
|
|
278
287
|
totalCollateralBase
|
|
@@ -324,7 +333,6 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
324
333
|
userState {
|
|
325
334
|
...MarketUserState
|
|
326
335
|
}
|
|
327
|
-
|
|
328
336
|
borrowReserves: reserves(request: { reserveType: BORROW, orderBy: $borrowsOrderBy }) {
|
|
329
337
|
...Reserve
|
|
330
338
|
}
|
|
@@ -346,7 +354,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
346
354
|
apy {
|
|
347
355
|
...PercentValue
|
|
348
356
|
}
|
|
349
|
-
}`,[g,o,t,r]),
|
|
357
|
+
}`,[g,o,t,r]),A=e(`fragment MarketUserReserveSupplyPosition on MarketUserReserveSupplyPosition {
|
|
350
358
|
__typename
|
|
351
359
|
market {
|
|
352
360
|
...MarketInfo
|
|
@@ -510,7 +518,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
510
518
|
... on UserLiquidationCallTransaction {
|
|
511
519
|
...UserLiquidationCallTransaction
|
|
512
520
|
}
|
|
513
|
-
}`,[J,Z,ee,te,re,oe]),
|
|
521
|
+
}`,[J,Z,ee,te,re,oe]),h=e(`fragment PaginatedUserTransactionHistoryResult on PaginatedUserTransactionHistoryResult {
|
|
514
522
|
__typename
|
|
515
523
|
items {
|
|
516
524
|
...UserTransactionItem
|
|
@@ -608,7 +616,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
608
616
|
... on VaultUserWithdrawItem {
|
|
609
617
|
...VaultUserWithdrawItem
|
|
610
618
|
}
|
|
611
|
-
}`,[pe,le]),
|
|
619
|
+
}`,[pe,le]),P=e(`fragment PaginatedVaultUserTransactionHistoryResult on PaginatedVaultUserTransactionHistoryResult {
|
|
612
620
|
__typename
|
|
613
621
|
items {
|
|
614
622
|
...VaultUserTransactionItem
|
|
@@ -631,7 +639,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
631
639
|
...TokenAmount
|
|
632
640
|
}
|
|
633
641
|
date
|
|
634
|
-
}`,[t]),
|
|
642
|
+
}`,[t]),I=e(`fragment VaultUserActivityResult on VaultUserActivityResult {
|
|
635
643
|
__typename
|
|
636
644
|
earned {
|
|
637
645
|
...TokenAmount
|
|
@@ -742,7 +750,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
742
750
|
message {
|
|
743
751
|
...MessageData
|
|
744
752
|
}
|
|
745
|
-
}`,[de,ve,Fe]),
|
|
753
|
+
}`,[de,ve,Fe]),At=e(`query PermitTypedData($request: PermitRequest!) {
|
|
746
754
|
value: permitTypedData(request: $request) {
|
|
747
755
|
...PermitTypedDataResponse
|
|
748
756
|
}
|
|
@@ -826,7 +834,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
826
834
|
value: userSupplies(request: $request) {
|
|
827
835
|
...MarketUserReserveSupplyPosition
|
|
828
836
|
}
|
|
829
|
-
}`,[
|
|
837
|
+
}`,[A]),sr=e(`query UserBorrows($request: UserBorrowsRequest!) {
|
|
830
838
|
value: userBorrows(request: $request) {
|
|
831
839
|
...MarketUserReserveBorrowPosition
|
|
832
840
|
}
|
|
@@ -834,7 +842,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
834
842
|
value: userTransactionHistory(request: $request) {
|
|
835
843
|
...PaginatedUserTransactionHistoryResult
|
|
836
844
|
}
|
|
837
|
-
}`,[
|
|
845
|
+
}`,[h]);var cr=e(`query Vault($request: VaultRequest!) {
|
|
838
846
|
value: vault(request: $request) {
|
|
839
847
|
...Vault
|
|
840
848
|
}
|
|
@@ -866,11 +874,11 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
866
874
|
value: vaultUserTransactionHistory(request: $request) {
|
|
867
875
|
...PaginatedVaultUserTransactionHistoryResult
|
|
868
876
|
}
|
|
869
|
-
}`,[
|
|
877
|
+
}`,[P]),xr=e(`query VaultUserActivity($request: VaultUserActivityRequest!) {
|
|
870
878
|
value: vaultUserActivity(request: $request) {
|
|
871
879
|
...VaultUserActivityResult
|
|
872
880
|
}
|
|
873
|
-
}`,[
|
|
881
|
+
}`,[I]),Tr=e(`query VaultTransferOwnership($request: VaultTransferOwnershipRequest!) {
|
|
874
882
|
value: vaultTransferOwnership(request: $request) {
|
|
875
883
|
...TransactionRequest
|
|
876
884
|
}
|
|
@@ -886,5 +894,5 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
886
894
|
value: vaultRecipientConfiguration(request: $request) {
|
|
887
895
|
...VaultFeesRecipientsConfiguration
|
|
888
896
|
}
|
|
889
|
-
}`,[F]);export{v as APYSampleFragment,b as AaveBorrowIncentiveFragment,H as AaveSupplyIncentiveFragment,X as ApprovalRequiredFragment,er as ApproveBorrowCreditDelegationQuery,Ct as BorrowAPYHistoryQuery,Qt as BorrowQuery,p as ChainFragment,M as ChainsFilter,xt as ChainsQuery,ce as ClaimableMeritRewardFragment,Jt as CollateralToggleQuery,tr as CreditDelegateeAllowanceQuery,o as CurrencyFragment,l as DecimalValueFragment,ve as DomainDataFragment,z as EmodeMarketCategoryFragment,K as EmodeMarketReserveInfoFragment,w as EmodeReserveInfoFragment,s as ExecutionPlanFragment,Tt as HasProcessedKnownTransactionQuery,Ut as HealthFactorPreviewQuery,Re as HealthFactorPreviewResponseFragment,Ft as HealthQuery,j as InsufficientBalanceErrorFragment,Zt as LiquidateQuery,ae as LiquidationCollateralFragment,ne as LiquidationRepaidDebtFragment,d as MarketFragment,g as MarketInfoFragment,gt as MarketQuery,S as MarketUserReserveBorrowPositionFragment,
|
|
897
|
+
}`,[F]);export{v as APYSampleFragment,b as AaveBorrowIncentiveFragment,H as AaveSupplyIncentiveFragment,X as ApprovalRequiredFragment,er as ApproveBorrowCreditDelegationQuery,Ct as BorrowAPYHistoryQuery,Qt as BorrowQuery,p as ChainFragment,M as ChainsFilter,xt as ChainsQuery,ce as ClaimableMeritRewardFragment,Jt as CollateralToggleQuery,tr as CreditDelegateeAllowanceQuery,o as CurrencyFragment,l as DecimalValueFragment,ve as DomainDataFragment,z as EmodeMarketCategoryFragment,K as EmodeMarketReserveInfoFragment,w as EmodeReserveInfoFragment,s as ExecutionPlanFragment,Tt as HasProcessedKnownTransactionQuery,Ut as HealthFactorPreviewQuery,Re as HealthFactorPreviewResponseFragment,Ft as HealthQuery,j as InsufficientBalanceErrorFragment,Zt as LiquidateQuery,ae as LiquidationCollateralFragment,ne as LiquidationRepaidDebtFragment,d as MarketFragment,g as MarketInfoFragment,gt as MarketQuery,S as MarketUserReserveBorrowPositionFragment,A as MarketUserReserveSupplyPositionFragment,q as MarketUserStateFragment,ct as MarketsQuery,L as MeritBorrowAndSupplyIncentiveConditionFragment,Q as MeritBorrowIncentiveFragment,$ as MeritSupplyIncentiveFragment,Fe as MessageDataFragment,V as NativeCurrencyFragment,O as OperationType,C as OrderDirection,k as PageSize,c as PaginatedResultInfoFragment,h as PaginatedUserTransactionHistoryResultFragment,P as PaginatedVaultUserTransactionHistoryResultFragment,T as PaginatedVaultsResultFragment,r as PercentValueFragment,At as PermitTypedDataQuery,xe as PermitTypedDataResponseFragment,Ht as RepayQuery,N as ReserveBorrowInfoFragment,m as ReserveFragment,U as ReserveIncentiveFragment,i as ReserveInfoFragment,Y as ReserveIsolationModeConfigFragment,_t as ReserveQuery,W as ReserveSupplyInfoFragment,G as ReserveUserStateFragment,rt as SavingsGhoBalanceQuery,nt as SavingsGhoDepositQuery,at as SavingsGhoWithdrawQuery,kt as SupplyAPYHistoryQuery,Lt as SupplyQuery,D as TimeWindow,t as TokenAmountFragment,a as TransactionRequestFragment,de as TypeDefinitionFragment,qe as TypeFieldFragment,fe as UsdExchangeRateFragment,Vt as UsdExchangeRatesQuery,ee as UserBorrowTransactionFragment,sr as UserBorrowsQuery,oe as UserLiquidationCallTransactionFragment,ft as UserMarketStateQuery,ge as UserMeritRewardsFragment,pt as UserMeritRewardsQuery,te as UserRepayTransactionFragment,Wt as UserSetEmodeQuery,or as UserSuppliesQuery,J as UserSupplyTransactionFragment,ur as UserTransactionHistoryQuery,se as UserTransactionItemFragment,re as UserUsageAsCollateralTransactionFragment,ue as UserVaultSharesFragment,fr as UserVaultsQuery,Z as UserWithdrawTransactionFragment,Gt as VaultDeployQuery,Nt as VaultDepositQuery,ie as VaultFeesRecipientSplitFragment,F as VaultFeesRecipientsConfigurationFragment,x as VaultFragment,jt as VaultMintSharesQuery,Rr as VaultPreviewDepositQuery,qr as VaultPreviewMintQuery,vr as VaultPreviewRedeemQuery,dr as VaultPreviewWithdrawQuery,cr as VaultQuery,Yt as VaultRedeemSharesQuery,Kt as VaultSetFeeQuery,ye as VaultUserActivityItemFragment,xr as VaultUserActivityQuery,I as VaultUserActivityResultFragment,E as VaultUserActivityTimeWindow,pe as VaultUserDepositItemFragment,_ as VaultUserHistoryAction,Fr as VaultUserTransactionHistoryQuery,me as VaultUserTransactionItemFragment,le as VaultUserWithdrawItemFragment,zt as VaultWithdrawFeesQuery,Xt as VaultWithdrawQuery,gr as VaultsQuery,bt as WithdrawQuery,e as graphql,Vr as vaultCreateRecipientsConfigurationQuery,wr as vaultRecipientConfigurationQuery,Ur as vaultSetRecipientsConfigurationQuery,Tr as vaultTransferOwnershipQuery};//# sourceMappingURL=index.js.map
|
|
890
898
|
//# sourceMappingURL=index.js.map
|