@aave/graphql 0.8.0 → 0.10.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 +17 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +243 -2
- package/dist/index.d.ts +243 -2
- package/dist/index.js +17 -11
- package/dist/index.js.map +1 -1
- package/dist/test-utils.cjs +8 -0
- package/dist/test-utils.cjs.map +1 -1
- package/dist/test-utils.js +8 -0
- package/dist/test-utils.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -155,8 +155,8 @@ 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; }; } }; }; };
|
|
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; }; } }; }; };
|
|
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
|
+
'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; }; } }; 'baseVariableBorrowRate': { name: 'baseVariableBorrowRate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentValue'; 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'; };
|
|
162
162
|
'ReserveInfo': { kind: 'OBJECT'; name: 'ReserveInfo'; fields: { 'aToken': { name: 'aToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; 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; }; }; }; } }; '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; }; } }; '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; }; } }; 'vToken': { name: 'vToken'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Currency'; ofType: null; }; } }; }; };
|
|
@@ -705,6 +705,17 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
705
705
|
isFrozen: boolean;
|
|
706
706
|
isPaused: boolean;
|
|
707
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
|
+
};
|
|
708
719
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
709
720
|
permitSupported: boolean;
|
|
710
721
|
supplyInfo: {
|
|
@@ -813,6 +824,13 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
813
824
|
value: _aave_types.BigDecimal;
|
|
814
825
|
formatted: _aave_types.BigDecimal;
|
|
815
826
|
};
|
|
827
|
+
baseVariableBorrowRate: {
|
|
828
|
+
__typename: "PercentValue";
|
|
829
|
+
raw: _aave_types.BigIntString;
|
|
830
|
+
decimals: number;
|
|
831
|
+
value: _aave_types.BigDecimal;
|
|
832
|
+
formatted: _aave_types.BigDecimal;
|
|
833
|
+
};
|
|
816
834
|
variableRateSlope1: {
|
|
817
835
|
__typename: "PercentValue";
|
|
818
836
|
raw: _aave_types.BigIntString;
|
|
@@ -1101,6 +1119,17 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
1101
1119
|
isFrozen: boolean;
|
|
1102
1120
|
isPaused: boolean;
|
|
1103
1121
|
flashLoanEnabled: boolean;
|
|
1122
|
+
unbacked: {
|
|
1123
|
+
__typename: "TokenAmount";
|
|
1124
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
1125
|
+
amount: {
|
|
1126
|
+
__typename: "DecimalValue";
|
|
1127
|
+
raw: _aave_types.BigIntString;
|
|
1128
|
+
decimals: number;
|
|
1129
|
+
value: _aave_types.BigDecimal;
|
|
1130
|
+
};
|
|
1131
|
+
usd: _aave_types.BigDecimal;
|
|
1132
|
+
};
|
|
1104
1133
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
1105
1134
|
permitSupported: boolean;
|
|
1106
1135
|
supplyInfo: {
|
|
@@ -1209,6 +1238,13 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
1209
1238
|
value: _aave_types.BigDecimal;
|
|
1210
1239
|
formatted: _aave_types.BigDecimal;
|
|
1211
1240
|
};
|
|
1241
|
+
baseVariableBorrowRate: {
|
|
1242
|
+
__typename: "PercentValue";
|
|
1243
|
+
raw: _aave_types.BigIntString;
|
|
1244
|
+
decimals: number;
|
|
1245
|
+
value: _aave_types.BigDecimal;
|
|
1246
|
+
formatted: _aave_types.BigDecimal;
|
|
1247
|
+
};
|
|
1212
1248
|
variableRateSlope1: {
|
|
1213
1249
|
__typename: "PercentValue";
|
|
1214
1250
|
raw: _aave_types.BigIntString;
|
|
@@ -1944,6 +1980,13 @@ declare const ReserveBorrowInfoFragment: gql_tada.TadaDocumentNode<{
|
|
|
1944
1980
|
value: _aave_types.BigDecimal;
|
|
1945
1981
|
formatted: _aave_types.BigDecimal;
|
|
1946
1982
|
};
|
|
1983
|
+
baseVariableBorrowRate: {
|
|
1984
|
+
__typename: "PercentValue";
|
|
1985
|
+
raw: _aave_types.BigIntString;
|
|
1986
|
+
decimals: number;
|
|
1987
|
+
value: _aave_types.BigDecimal;
|
|
1988
|
+
formatted: _aave_types.BigDecimal;
|
|
1989
|
+
};
|
|
1947
1990
|
variableRateSlope1: {
|
|
1948
1991
|
__typename: "PercentValue";
|
|
1949
1992
|
raw: _aave_types.BigIntString;
|
|
@@ -2147,6 +2190,17 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
2147
2190
|
isFrozen: boolean;
|
|
2148
2191
|
isPaused: boolean;
|
|
2149
2192
|
flashLoanEnabled: boolean;
|
|
2193
|
+
unbacked: {
|
|
2194
|
+
__typename: "TokenAmount";
|
|
2195
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
2196
|
+
amount: {
|
|
2197
|
+
__typename: "DecimalValue";
|
|
2198
|
+
raw: _aave_types.BigIntString;
|
|
2199
|
+
decimals: number;
|
|
2200
|
+
value: _aave_types.BigDecimal;
|
|
2201
|
+
};
|
|
2202
|
+
usd: _aave_types.BigDecimal;
|
|
2203
|
+
};
|
|
2150
2204
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
2151
2205
|
permitSupported: boolean;
|
|
2152
2206
|
supplyInfo: {
|
|
@@ -2255,6 +2309,13 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
2255
2309
|
value: _aave_types.BigDecimal;
|
|
2256
2310
|
formatted: _aave_types.BigDecimal;
|
|
2257
2311
|
};
|
|
2312
|
+
baseVariableBorrowRate: {
|
|
2313
|
+
__typename: "PercentValue";
|
|
2314
|
+
raw: _aave_types.BigIntString;
|
|
2315
|
+
decimals: number;
|
|
2316
|
+
value: _aave_types.BigDecimal;
|
|
2317
|
+
formatted: _aave_types.BigDecimal;
|
|
2318
|
+
};
|
|
2258
2319
|
variableRateSlope1: {
|
|
2259
2320
|
__typename: "PercentValue";
|
|
2260
2321
|
raw: _aave_types.BigIntString;
|
|
@@ -4883,6 +4944,17 @@ declare const VaultFragment: gql_tada.TadaDocumentNode<{
|
|
|
4883
4944
|
isFrozen: boolean;
|
|
4884
4945
|
isPaused: boolean;
|
|
4885
4946
|
flashLoanEnabled: boolean;
|
|
4947
|
+
unbacked: {
|
|
4948
|
+
__typename: "TokenAmount";
|
|
4949
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
4950
|
+
amount: {
|
|
4951
|
+
__typename: "DecimalValue";
|
|
4952
|
+
raw: _aave_types.BigIntString;
|
|
4953
|
+
decimals: number;
|
|
4954
|
+
value: _aave_types.BigDecimal;
|
|
4955
|
+
};
|
|
4956
|
+
usd: _aave_types.BigDecimal;
|
|
4957
|
+
};
|
|
4886
4958
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
4887
4959
|
permitSupported: boolean;
|
|
4888
4960
|
supplyInfo: {
|
|
@@ -4991,6 +5063,13 @@ declare const VaultFragment: gql_tada.TadaDocumentNode<{
|
|
|
4991
5063
|
value: _aave_types.BigDecimal;
|
|
4992
5064
|
formatted: _aave_types.BigDecimal;
|
|
4993
5065
|
};
|
|
5066
|
+
baseVariableBorrowRate: {
|
|
5067
|
+
__typename: "PercentValue";
|
|
5068
|
+
raw: _aave_types.BigIntString;
|
|
5069
|
+
decimals: number;
|
|
5070
|
+
value: _aave_types.BigDecimal;
|
|
5071
|
+
formatted: _aave_types.BigDecimal;
|
|
5072
|
+
};
|
|
4994
5073
|
variableRateSlope1: {
|
|
4995
5074
|
__typename: "PercentValue";
|
|
4996
5075
|
raw: _aave_types.BigIntString;
|
|
@@ -5385,6 +5464,17 @@ declare const PaginatedVaultsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
5385
5464
|
isFrozen: boolean;
|
|
5386
5465
|
isPaused: boolean;
|
|
5387
5466
|
flashLoanEnabled: boolean;
|
|
5467
|
+
unbacked: {
|
|
5468
|
+
__typename: "TokenAmount";
|
|
5469
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
5470
|
+
amount: {
|
|
5471
|
+
__typename: "DecimalValue";
|
|
5472
|
+
raw: _aave_types.BigIntString;
|
|
5473
|
+
decimals: number;
|
|
5474
|
+
value: _aave_types.BigDecimal;
|
|
5475
|
+
};
|
|
5476
|
+
usd: _aave_types.BigDecimal;
|
|
5477
|
+
};
|
|
5388
5478
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
5389
5479
|
permitSupported: boolean;
|
|
5390
5480
|
supplyInfo: {
|
|
@@ -5493,6 +5583,13 @@ declare const PaginatedVaultsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
5493
5583
|
value: _aave_types.BigDecimal;
|
|
5494
5584
|
formatted: _aave_types.BigDecimal;
|
|
5495
5585
|
};
|
|
5586
|
+
baseVariableBorrowRate: {
|
|
5587
|
+
__typename: "PercentValue";
|
|
5588
|
+
raw: _aave_types.BigIntString;
|
|
5589
|
+
decimals: number;
|
|
5590
|
+
value: _aave_types.BigDecimal;
|
|
5591
|
+
formatted: _aave_types.BigDecimal;
|
|
5592
|
+
};
|
|
5496
5593
|
variableRateSlope1: {
|
|
5497
5594
|
__typename: "PercentValue";
|
|
5498
5595
|
raw: _aave_types.BigIntString;
|
|
@@ -6526,6 +6623,17 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6526
6623
|
isFrozen: boolean;
|
|
6527
6624
|
isPaused: boolean;
|
|
6528
6625
|
flashLoanEnabled: boolean;
|
|
6626
|
+
unbacked: {
|
|
6627
|
+
__typename: "TokenAmount";
|
|
6628
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
6629
|
+
amount: {
|
|
6630
|
+
__typename: "DecimalValue";
|
|
6631
|
+
raw: _aave_types.BigIntString;
|
|
6632
|
+
decimals: number;
|
|
6633
|
+
value: _aave_types.BigDecimal;
|
|
6634
|
+
};
|
|
6635
|
+
usd: _aave_types.BigDecimal;
|
|
6636
|
+
};
|
|
6529
6637
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
6530
6638
|
permitSupported: boolean;
|
|
6531
6639
|
supplyInfo: {
|
|
@@ -6634,6 +6742,13 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6634
6742
|
value: _aave_types.BigDecimal;
|
|
6635
6743
|
formatted: _aave_types.BigDecimal;
|
|
6636
6744
|
};
|
|
6745
|
+
baseVariableBorrowRate: {
|
|
6746
|
+
__typename: "PercentValue";
|
|
6747
|
+
raw: _aave_types.BigIntString;
|
|
6748
|
+
decimals: number;
|
|
6749
|
+
value: _aave_types.BigDecimal;
|
|
6750
|
+
formatted: _aave_types.BigDecimal;
|
|
6751
|
+
};
|
|
6637
6752
|
variableRateSlope1: {
|
|
6638
6753
|
__typename: "PercentValue";
|
|
6639
6754
|
raw: _aave_types.BigIntString;
|
|
@@ -6922,6 +7037,17 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6922
7037
|
isFrozen: boolean;
|
|
6923
7038
|
isPaused: boolean;
|
|
6924
7039
|
flashLoanEnabled: boolean;
|
|
7040
|
+
unbacked: {
|
|
7041
|
+
__typename: "TokenAmount";
|
|
7042
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
7043
|
+
amount: {
|
|
7044
|
+
__typename: "DecimalValue";
|
|
7045
|
+
raw: _aave_types.BigIntString;
|
|
7046
|
+
decimals: number;
|
|
7047
|
+
value: _aave_types.BigDecimal;
|
|
7048
|
+
};
|
|
7049
|
+
usd: _aave_types.BigDecimal;
|
|
7050
|
+
};
|
|
6925
7051
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
6926
7052
|
permitSupported: boolean;
|
|
6927
7053
|
supplyInfo: {
|
|
@@ -7030,6 +7156,13 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
7030
7156
|
value: _aave_types.BigDecimal;
|
|
7031
7157
|
formatted: _aave_types.BigDecimal;
|
|
7032
7158
|
};
|
|
7159
|
+
baseVariableBorrowRate: {
|
|
7160
|
+
__typename: "PercentValue";
|
|
7161
|
+
raw: _aave_types.BigIntString;
|
|
7162
|
+
decimals: number;
|
|
7163
|
+
value: _aave_types.BigDecimal;
|
|
7164
|
+
formatted: _aave_types.BigDecimal;
|
|
7165
|
+
};
|
|
7033
7166
|
variableRateSlope1: {
|
|
7034
7167
|
__typename: "PercentValue";
|
|
7035
7168
|
raw: _aave_types.BigIntString;
|
|
@@ -7445,6 +7578,17 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7445
7578
|
isFrozen: boolean;
|
|
7446
7579
|
isPaused: boolean;
|
|
7447
7580
|
flashLoanEnabled: boolean;
|
|
7581
|
+
unbacked: {
|
|
7582
|
+
__typename: "TokenAmount";
|
|
7583
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
7584
|
+
amount: {
|
|
7585
|
+
__typename: "DecimalValue";
|
|
7586
|
+
raw: _aave_types.BigIntString;
|
|
7587
|
+
decimals: number;
|
|
7588
|
+
value: _aave_types.BigDecimal;
|
|
7589
|
+
};
|
|
7590
|
+
usd: _aave_types.BigDecimal;
|
|
7591
|
+
};
|
|
7448
7592
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
7449
7593
|
permitSupported: boolean;
|
|
7450
7594
|
supplyInfo: {
|
|
@@ -7553,6 +7697,13 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7553
7697
|
value: _aave_types.BigDecimal;
|
|
7554
7698
|
formatted: _aave_types.BigDecimal;
|
|
7555
7699
|
};
|
|
7700
|
+
baseVariableBorrowRate: {
|
|
7701
|
+
__typename: "PercentValue";
|
|
7702
|
+
raw: _aave_types.BigIntString;
|
|
7703
|
+
decimals: number;
|
|
7704
|
+
value: _aave_types.BigDecimal;
|
|
7705
|
+
formatted: _aave_types.BigDecimal;
|
|
7706
|
+
};
|
|
7556
7707
|
variableRateSlope1: {
|
|
7557
7708
|
__typename: "PercentValue";
|
|
7558
7709
|
raw: _aave_types.BigIntString;
|
|
@@ -7841,6 +7992,17 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7841
7992
|
isFrozen: boolean;
|
|
7842
7993
|
isPaused: boolean;
|
|
7843
7994
|
flashLoanEnabled: boolean;
|
|
7995
|
+
unbacked: {
|
|
7996
|
+
__typename: "TokenAmount";
|
|
7997
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
7998
|
+
amount: {
|
|
7999
|
+
__typename: "DecimalValue";
|
|
8000
|
+
raw: _aave_types.BigIntString;
|
|
8001
|
+
decimals: number;
|
|
8002
|
+
value: _aave_types.BigDecimal;
|
|
8003
|
+
};
|
|
8004
|
+
usd: _aave_types.BigDecimal;
|
|
8005
|
+
};
|
|
7844
8006
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
7845
8007
|
permitSupported: boolean;
|
|
7846
8008
|
supplyInfo: {
|
|
@@ -7949,6 +8111,13 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7949
8111
|
value: _aave_types.BigDecimal;
|
|
7950
8112
|
formatted: _aave_types.BigDecimal;
|
|
7951
8113
|
};
|
|
8114
|
+
baseVariableBorrowRate: {
|
|
8115
|
+
__typename: "PercentValue";
|
|
8116
|
+
raw: _aave_types.BigIntString;
|
|
8117
|
+
decimals: number;
|
|
8118
|
+
value: _aave_types.BigDecimal;
|
|
8119
|
+
formatted: _aave_types.BigDecimal;
|
|
8120
|
+
};
|
|
7952
8121
|
variableRateSlope1: {
|
|
7953
8122
|
__typename: "PercentValue";
|
|
7954
8123
|
raw: _aave_types.BigIntString;
|
|
@@ -8671,6 +8840,17 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
8671
8840
|
isFrozen: boolean;
|
|
8672
8841
|
isPaused: boolean;
|
|
8673
8842
|
flashLoanEnabled: boolean;
|
|
8843
|
+
unbacked: {
|
|
8844
|
+
__typename: "TokenAmount";
|
|
8845
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
8846
|
+
amount: {
|
|
8847
|
+
__typename: "DecimalValue";
|
|
8848
|
+
raw: _aave_types.BigIntString;
|
|
8849
|
+
decimals: number;
|
|
8850
|
+
value: _aave_types.BigDecimal;
|
|
8851
|
+
};
|
|
8852
|
+
usd: _aave_types.BigDecimal;
|
|
8853
|
+
};
|
|
8674
8854
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
8675
8855
|
permitSupported: boolean;
|
|
8676
8856
|
supplyInfo: {
|
|
@@ -8779,6 +8959,13 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
8779
8959
|
value: _aave_types.BigDecimal;
|
|
8780
8960
|
formatted: _aave_types.BigDecimal;
|
|
8781
8961
|
};
|
|
8962
|
+
baseVariableBorrowRate: {
|
|
8963
|
+
__typename: "PercentValue";
|
|
8964
|
+
raw: _aave_types.BigIntString;
|
|
8965
|
+
decimals: number;
|
|
8966
|
+
value: _aave_types.BigDecimal;
|
|
8967
|
+
formatted: _aave_types.BigDecimal;
|
|
8968
|
+
};
|
|
8782
8969
|
variableRateSlope1: {
|
|
8783
8970
|
__typename: "PercentValue";
|
|
8784
8971
|
raw: _aave_types.BigIntString;
|
|
@@ -10970,6 +11157,17 @@ declare const VaultQuery: gql_tada.TadaDocumentNode<{
|
|
|
10970
11157
|
isFrozen: boolean;
|
|
10971
11158
|
isPaused: boolean;
|
|
10972
11159
|
flashLoanEnabled: boolean;
|
|
11160
|
+
unbacked: {
|
|
11161
|
+
__typename: "TokenAmount";
|
|
11162
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
11163
|
+
amount: {
|
|
11164
|
+
__typename: "DecimalValue";
|
|
11165
|
+
raw: _aave_types.BigIntString;
|
|
11166
|
+
decimals: number;
|
|
11167
|
+
value: _aave_types.BigDecimal;
|
|
11168
|
+
};
|
|
11169
|
+
usd: _aave_types.BigDecimal;
|
|
11170
|
+
};
|
|
10973
11171
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
10974
11172
|
permitSupported: boolean;
|
|
10975
11173
|
supplyInfo: {
|
|
@@ -11078,6 +11276,13 @@ declare const VaultQuery: gql_tada.TadaDocumentNode<{
|
|
|
11078
11276
|
value: _aave_types.BigDecimal;
|
|
11079
11277
|
formatted: _aave_types.BigDecimal;
|
|
11080
11278
|
};
|
|
11279
|
+
baseVariableBorrowRate: {
|
|
11280
|
+
__typename: "PercentValue";
|
|
11281
|
+
raw: _aave_types.BigIntString;
|
|
11282
|
+
decimals: number;
|
|
11283
|
+
value: _aave_types.BigDecimal;
|
|
11284
|
+
formatted: _aave_types.BigDecimal;
|
|
11285
|
+
};
|
|
11081
11286
|
variableRateSlope1: {
|
|
11082
11287
|
__typename: "PercentValue";
|
|
11083
11288
|
raw: _aave_types.BigIntString;
|
|
@@ -11480,6 +11685,17 @@ declare const VaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
11480
11685
|
isFrozen: boolean;
|
|
11481
11686
|
isPaused: boolean;
|
|
11482
11687
|
flashLoanEnabled: boolean;
|
|
11688
|
+
unbacked: {
|
|
11689
|
+
__typename: "TokenAmount";
|
|
11690
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
11691
|
+
amount: {
|
|
11692
|
+
__typename: "DecimalValue";
|
|
11693
|
+
raw: _aave_types.BigIntString;
|
|
11694
|
+
decimals: number;
|
|
11695
|
+
value: _aave_types.BigDecimal;
|
|
11696
|
+
};
|
|
11697
|
+
usd: _aave_types.BigDecimal;
|
|
11698
|
+
};
|
|
11483
11699
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
11484
11700
|
permitSupported: boolean;
|
|
11485
11701
|
supplyInfo: {
|
|
@@ -11588,6 +11804,13 @@ declare const VaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
11588
11804
|
value: _aave_types.BigDecimal;
|
|
11589
11805
|
formatted: _aave_types.BigDecimal;
|
|
11590
11806
|
};
|
|
11807
|
+
baseVariableBorrowRate: {
|
|
11808
|
+
__typename: "PercentValue";
|
|
11809
|
+
raw: _aave_types.BigIntString;
|
|
11810
|
+
decimals: number;
|
|
11811
|
+
value: _aave_types.BigDecimal;
|
|
11812
|
+
formatted: _aave_types.BigDecimal;
|
|
11813
|
+
};
|
|
11591
11814
|
variableRateSlope1: {
|
|
11592
11815
|
__typename: "PercentValue";
|
|
11593
11816
|
raw: _aave_types.BigIntString;
|
|
@@ -12000,6 +12223,17 @@ declare const UserVaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
12000
12223
|
isFrozen: boolean;
|
|
12001
12224
|
isPaused: boolean;
|
|
12002
12225
|
flashLoanEnabled: boolean;
|
|
12226
|
+
unbacked: {
|
|
12227
|
+
__typename: "TokenAmount";
|
|
12228
|
+
usdPerToken: _aave_types.BigDecimal;
|
|
12229
|
+
amount: {
|
|
12230
|
+
__typename: "DecimalValue";
|
|
12231
|
+
raw: _aave_types.BigIntString;
|
|
12232
|
+
decimals: number;
|
|
12233
|
+
value: _aave_types.BigDecimal;
|
|
12234
|
+
};
|
|
12235
|
+
usd: _aave_types.BigDecimal;
|
|
12236
|
+
};
|
|
12003
12237
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
12004
12238
|
permitSupported: boolean;
|
|
12005
12239
|
supplyInfo: {
|
|
@@ -12108,6 +12342,13 @@ declare const UserVaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
12108
12342
|
value: _aave_types.BigDecimal;
|
|
12109
12343
|
formatted: _aave_types.BigDecimal;
|
|
12110
12344
|
};
|
|
12345
|
+
baseVariableBorrowRate: {
|
|
12346
|
+
__typename: "PercentValue";
|
|
12347
|
+
raw: _aave_types.BigIntString;
|
|
12348
|
+
decimals: number;
|
|
12349
|
+
value: _aave_types.BigDecimal;
|
|
12350
|
+
formatted: _aave_types.BigDecimal;
|
|
12351
|
+
};
|
|
12111
12352
|
variableRateSlope1: {
|
|
12112
12353
|
__typename: "PercentValue";
|
|
12113
12354
|
raw: _aave_types.BigIntString;
|
package/dist/index.js
CHANGED
|
@@ -76,14 +76,14 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
76
76
|
...Currency
|
|
77
77
|
}
|
|
78
78
|
claimLink
|
|
79
|
-
}`,[r,o]),
|
|
79
|
+
}`,[r,o]),b=e(`fragment AaveSupplyIncentive on AaveSupplyIncentive {
|
|
80
80
|
__typename
|
|
81
81
|
extraSupplyApr {
|
|
82
82
|
...PercentValue
|
|
83
83
|
}
|
|
84
84
|
rewardTokenAddress
|
|
85
85
|
rewardTokenSymbol
|
|
86
|
-
}`,[r]),
|
|
86
|
+
}`,[r]),H=e(`fragment AaveBorrowIncentive on AaveBorrowIncentive {
|
|
87
87
|
__typename
|
|
88
88
|
borrowAprDiscount {
|
|
89
89
|
...PercentValue
|
|
@@ -107,7 +107,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
107
107
|
... on AaveBorrowIncentive {
|
|
108
108
|
...AaveBorrowIncentive
|
|
109
109
|
}
|
|
110
|
-
}`,[$,Q,L,H
|
|
110
|
+
}`,[$,Q,L,b,H]),i=e(`fragment ReserveInfo on ReserveInfo {
|
|
111
111
|
__typename
|
|
112
112
|
market {
|
|
113
113
|
...MarketInfo
|
|
@@ -183,6 +183,9 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
183
183
|
utilizationRate {
|
|
184
184
|
...PercentValue
|
|
185
185
|
}
|
|
186
|
+
baseVariableBorrowRate{
|
|
187
|
+
...PercentValue
|
|
188
|
+
}
|
|
186
189
|
variableRateSlope1 {
|
|
187
190
|
...PercentValue
|
|
188
191
|
}
|
|
@@ -247,6 +250,9 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
247
250
|
isFrozen
|
|
248
251
|
isPaused
|
|
249
252
|
flashLoanEnabled
|
|
253
|
+
unbacked{
|
|
254
|
+
...TokenAmount
|
|
255
|
+
}
|
|
250
256
|
interestRateStrategyAddress
|
|
251
257
|
permitSupported
|
|
252
258
|
supplyInfo {
|
|
@@ -351,7 +357,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
351
357
|
apy {
|
|
352
358
|
...PercentValue
|
|
353
359
|
}
|
|
354
|
-
}`,[g,o,t,r]),
|
|
360
|
+
}`,[g,o,t,r]),A=e(`fragment MarketUserReserveSupplyPosition on MarketUserReserveSupplyPosition {
|
|
355
361
|
__typename
|
|
356
362
|
market {
|
|
357
363
|
...MarketInfo
|
|
@@ -515,7 +521,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
515
521
|
... on UserLiquidationCallTransaction {
|
|
516
522
|
...UserLiquidationCallTransaction
|
|
517
523
|
}
|
|
518
|
-
}`,[J,Z,ee,te,re,oe]),
|
|
524
|
+
}`,[J,Z,ee,te,re,oe]),h=e(`fragment PaginatedUserTransactionHistoryResult on PaginatedUserTransactionHistoryResult {
|
|
519
525
|
__typename
|
|
520
526
|
items {
|
|
521
527
|
...UserTransactionItem
|
|
@@ -747,7 +753,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
747
753
|
message {
|
|
748
754
|
...MessageData
|
|
749
755
|
}
|
|
750
|
-
}`,[de,ve,Fe]),
|
|
756
|
+
}`,[de,ve,Fe]),At=e(`query PermitTypedData($request: PermitRequest!) {
|
|
751
757
|
value: permitTypedData(request: $request) {
|
|
752
758
|
...PermitTypedDataResponse
|
|
753
759
|
}
|
|
@@ -771,11 +777,11 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
771
777
|
value: supply(request: $request) {
|
|
772
778
|
...ExecutionPlan
|
|
773
779
|
}
|
|
774
|
-
}`,[s]),
|
|
780
|
+
}`,[s]),bt=e(`query Repay($request: RepayRequest!) {
|
|
775
781
|
value: repay(request: $request) {
|
|
776
782
|
...ExecutionPlan
|
|
777
783
|
}
|
|
778
|
-
}`,[s]),
|
|
784
|
+
}`,[s]),Ht=e(`query Withdraw($request: WithdrawRequest!) {
|
|
779
785
|
value: withdraw(request: $request) {
|
|
780
786
|
...ExecutionPlan
|
|
781
787
|
}
|
|
@@ -831,7 +837,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
831
837
|
value: userSupplies(request: $request) {
|
|
832
838
|
...MarketUserReserveSupplyPosition
|
|
833
839
|
}
|
|
834
|
-
}`,[
|
|
840
|
+
}`,[A]),sr=e(`query UserBorrows($request: UserBorrowsRequest!) {
|
|
835
841
|
value: userBorrows(request: $request) {
|
|
836
842
|
...MarketUserReserveBorrowPosition
|
|
837
843
|
}
|
|
@@ -839,7 +845,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
839
845
|
value: userTransactionHistory(request: $request) {
|
|
840
846
|
...PaginatedUserTransactionHistoryResult
|
|
841
847
|
}
|
|
842
|
-
}`,[
|
|
848
|
+
}`,[h]);var cr=e(`query Vault($request: VaultRequest!) {
|
|
843
849
|
value: vault(request: $request) {
|
|
844
850
|
...Vault
|
|
845
851
|
}
|
|
@@ -891,5 +897,5 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
891
897
|
value: vaultRecipientConfiguration(request: $request) {
|
|
892
898
|
...VaultFeesRecipientsConfiguration
|
|
893
899
|
}
|
|
894
|
-
}`,[F]);export{v as APYSampleFragment,
|
|
900
|
+
}`,[F]);export{v as APYSampleFragment,H as AaveBorrowIncentiveFragment,b 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,bt 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,Ht as WithdrawQuery,e as graphql,Vr as vaultCreateRecipientsConfigurationQuery,wr as vaultRecipientConfigurationQuery,Ur as vaultSetRecipientsConfigurationQuery,Tr as vaultTransferOwnershipQuery};//# sourceMappingURL=index.js.map
|
|
895
901
|
//# sourceMappingURL=index.js.map
|