@aave/graphql 0.8.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 +9 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +144 -1
- package/dist/index.d.ts +144 -1
- package/dist/index.js +9 -6
- package/dist/index.js.map +1 -1
- package/dist/test-utils.cjs +5 -1
- package/dist/test-utils.cjs.map +1 -1
- package/dist/test-utils.js +5 -1
- package/dist/test-utils.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -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'; };
|
|
@@ -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: {
|
|
@@ -1101,6 +1112,17 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
1101
1112
|
isFrozen: boolean;
|
|
1102
1113
|
isPaused: boolean;
|
|
1103
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
|
+
};
|
|
1104
1126
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
1105
1127
|
permitSupported: boolean;
|
|
1106
1128
|
supplyInfo: {
|
|
@@ -2147,6 +2169,17 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
2147
2169
|
isFrozen: boolean;
|
|
2148
2170
|
isPaused: boolean;
|
|
2149
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
|
+
};
|
|
2150
2183
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
2151
2184
|
permitSupported: boolean;
|
|
2152
2185
|
supplyInfo: {
|
|
@@ -4883,6 +4916,17 @@ declare const VaultFragment: gql_tada.TadaDocumentNode<{
|
|
|
4883
4916
|
isFrozen: boolean;
|
|
4884
4917
|
isPaused: boolean;
|
|
4885
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
|
+
};
|
|
4886
4930
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
4887
4931
|
permitSupported: boolean;
|
|
4888
4932
|
supplyInfo: {
|
|
@@ -5385,6 +5429,17 @@ declare const PaginatedVaultsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
5385
5429
|
isFrozen: boolean;
|
|
5386
5430
|
isPaused: boolean;
|
|
5387
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
|
+
};
|
|
5388
5443
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
5389
5444
|
permitSupported: boolean;
|
|
5390
5445
|
supplyInfo: {
|
|
@@ -6526,6 +6581,17 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6526
6581
|
isFrozen: boolean;
|
|
6527
6582
|
isPaused: boolean;
|
|
6528
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
|
+
};
|
|
6529
6595
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
6530
6596
|
permitSupported: boolean;
|
|
6531
6597
|
supplyInfo: {
|
|
@@ -6922,6 +6988,17 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6922
6988
|
isFrozen: boolean;
|
|
6923
6989
|
isPaused: boolean;
|
|
6924
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
|
+
};
|
|
6925
7002
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
6926
7003
|
permitSupported: boolean;
|
|
6927
7004
|
supplyInfo: {
|
|
@@ -7445,6 +7522,17 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7445
7522
|
isFrozen: boolean;
|
|
7446
7523
|
isPaused: boolean;
|
|
7447
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
|
+
};
|
|
7448
7536
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
7449
7537
|
permitSupported: boolean;
|
|
7450
7538
|
supplyInfo: {
|
|
@@ -7841,6 +7929,17 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7841
7929
|
isFrozen: boolean;
|
|
7842
7930
|
isPaused: boolean;
|
|
7843
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
|
+
};
|
|
7844
7943
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
7845
7944
|
permitSupported: boolean;
|
|
7846
7945
|
supplyInfo: {
|
|
@@ -8671,6 +8770,17 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
8671
8770
|
isFrozen: boolean;
|
|
8672
8771
|
isPaused: boolean;
|
|
8673
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
|
+
};
|
|
8674
8784
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
8675
8785
|
permitSupported: boolean;
|
|
8676
8786
|
supplyInfo: {
|
|
@@ -10970,6 +11080,17 @@ declare const VaultQuery: gql_tada.TadaDocumentNode<{
|
|
|
10970
11080
|
isFrozen: boolean;
|
|
10971
11081
|
isPaused: boolean;
|
|
10972
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
|
+
};
|
|
10973
11094
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
10974
11095
|
permitSupported: boolean;
|
|
10975
11096
|
supplyInfo: {
|
|
@@ -11480,6 +11601,17 @@ declare const VaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
11480
11601
|
isFrozen: boolean;
|
|
11481
11602
|
isPaused: boolean;
|
|
11482
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
|
+
};
|
|
11483
11615
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
11484
11616
|
permitSupported: boolean;
|
|
11485
11617
|
supplyInfo: {
|
|
@@ -12000,6 +12132,17 @@ declare const UserVaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
12000
12132
|
isFrozen: boolean;
|
|
12001
12133
|
isPaused: boolean;
|
|
12002
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
|
+
};
|
|
12003
12146
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
12004
12147
|
permitSupported: boolean;
|
|
12005
12148
|
supplyInfo: {
|
package/dist/index.d.ts
CHANGED
|
@@ -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'; };
|
|
@@ -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: {
|
|
@@ -1101,6 +1112,17 @@ declare const MarketFragment: gql_tada.TadaDocumentNode<{
|
|
|
1101
1112
|
isFrozen: boolean;
|
|
1102
1113
|
isPaused: boolean;
|
|
1103
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
|
+
};
|
|
1104
1126
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
1105
1127
|
permitSupported: boolean;
|
|
1106
1128
|
supplyInfo: {
|
|
@@ -2147,6 +2169,17 @@ declare const ReserveFragment: gql_tada.TadaDocumentNode<{
|
|
|
2147
2169
|
isFrozen: boolean;
|
|
2148
2170
|
isPaused: boolean;
|
|
2149
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
|
+
};
|
|
2150
2183
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
2151
2184
|
permitSupported: boolean;
|
|
2152
2185
|
supplyInfo: {
|
|
@@ -4883,6 +4916,17 @@ declare const VaultFragment: gql_tada.TadaDocumentNode<{
|
|
|
4883
4916
|
isFrozen: boolean;
|
|
4884
4917
|
isPaused: boolean;
|
|
4885
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
|
+
};
|
|
4886
4930
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
4887
4931
|
permitSupported: boolean;
|
|
4888
4932
|
supplyInfo: {
|
|
@@ -5385,6 +5429,17 @@ declare const PaginatedVaultsResultFragment: gql_tada.TadaDocumentNode<{
|
|
|
5385
5429
|
isFrozen: boolean;
|
|
5386
5430
|
isPaused: boolean;
|
|
5387
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
|
+
};
|
|
5388
5443
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
5389
5444
|
permitSupported: boolean;
|
|
5390
5445
|
supplyInfo: {
|
|
@@ -6526,6 +6581,17 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6526
6581
|
isFrozen: boolean;
|
|
6527
6582
|
isPaused: boolean;
|
|
6528
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
|
+
};
|
|
6529
6595
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
6530
6596
|
permitSupported: boolean;
|
|
6531
6597
|
supplyInfo: {
|
|
@@ -6922,6 +6988,17 @@ declare const MarketsQuery: gql_tada.TadaDocumentNode<{
|
|
|
6922
6988
|
isFrozen: boolean;
|
|
6923
6989
|
isPaused: boolean;
|
|
6924
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
|
+
};
|
|
6925
7002
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
6926
7003
|
permitSupported: boolean;
|
|
6927
7004
|
supplyInfo: {
|
|
@@ -7445,6 +7522,17 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7445
7522
|
isFrozen: boolean;
|
|
7446
7523
|
isPaused: boolean;
|
|
7447
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
|
+
};
|
|
7448
7536
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
7449
7537
|
permitSupported: boolean;
|
|
7450
7538
|
supplyInfo: {
|
|
@@ -7841,6 +7929,17 @@ declare const MarketQuery: gql_tada.TadaDocumentNode<{
|
|
|
7841
7929
|
isFrozen: boolean;
|
|
7842
7930
|
isPaused: boolean;
|
|
7843
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
|
+
};
|
|
7844
7943
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
7845
7944
|
permitSupported: boolean;
|
|
7846
7945
|
supplyInfo: {
|
|
@@ -8671,6 +8770,17 @@ declare const ReserveQuery: gql_tada.TadaDocumentNode<{
|
|
|
8671
8770
|
isFrozen: boolean;
|
|
8672
8771
|
isPaused: boolean;
|
|
8673
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
|
+
};
|
|
8674
8784
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
8675
8785
|
permitSupported: boolean;
|
|
8676
8786
|
supplyInfo: {
|
|
@@ -10970,6 +11080,17 @@ declare const VaultQuery: gql_tada.TadaDocumentNode<{
|
|
|
10970
11080
|
isFrozen: boolean;
|
|
10971
11081
|
isPaused: boolean;
|
|
10972
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
|
+
};
|
|
10973
11094
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
10974
11095
|
permitSupported: boolean;
|
|
10975
11096
|
supplyInfo: {
|
|
@@ -11480,6 +11601,17 @@ declare const VaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
11480
11601
|
isFrozen: boolean;
|
|
11481
11602
|
isPaused: boolean;
|
|
11482
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
|
+
};
|
|
11483
11615
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
11484
11616
|
permitSupported: boolean;
|
|
11485
11617
|
supplyInfo: {
|
|
@@ -12000,6 +12132,17 @@ declare const UserVaultsQuery: gql_tada.TadaDocumentNode<{
|
|
|
12000
12132
|
isFrozen: boolean;
|
|
12001
12133
|
isPaused: boolean;
|
|
12002
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
|
+
};
|
|
12003
12146
|
interestRateStrategyAddress: _aave_types.EvmAddress;
|
|
12004
12147
|
permitSupported: boolean;
|
|
12005
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 {
|
|
@@ -351,7 +354,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
351
354
|
apy {
|
|
352
355
|
...PercentValue
|
|
353
356
|
}
|
|
354
|
-
}`,[g,o,t,r]),
|
|
357
|
+
}`,[g,o,t,r]),A=e(`fragment MarketUserReserveSupplyPosition on MarketUserReserveSupplyPosition {
|
|
355
358
|
__typename
|
|
356
359
|
market {
|
|
357
360
|
...MarketInfo
|
|
@@ -515,7 +518,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
515
518
|
... on UserLiquidationCallTransaction {
|
|
516
519
|
...UserLiquidationCallTransaction
|
|
517
520
|
}
|
|
518
|
-
}`,[J,Z,ee,te,re,oe]),
|
|
521
|
+
}`,[J,Z,ee,te,re,oe]),h=e(`fragment PaginatedUserTransactionHistoryResult on PaginatedUserTransactionHistoryResult {
|
|
519
522
|
__typename
|
|
520
523
|
items {
|
|
521
524
|
...UserTransactionItem
|
|
@@ -747,7 +750,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
747
750
|
message {
|
|
748
751
|
...MessageData
|
|
749
752
|
}
|
|
750
|
-
}`,[de,ve,Fe]),
|
|
753
|
+
}`,[de,ve,Fe]),At=e(`query PermitTypedData($request: PermitRequest!) {
|
|
751
754
|
value: permitTypedData(request: $request) {
|
|
752
755
|
...PermitTypedDataResponse
|
|
753
756
|
}
|
|
@@ -831,7 +834,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
831
834
|
value: userSupplies(request: $request) {
|
|
832
835
|
...MarketUserReserveSupplyPosition
|
|
833
836
|
}
|
|
834
|
-
}`,[
|
|
837
|
+
}`,[A]),sr=e(`query UserBorrows($request: UserBorrowsRequest!) {
|
|
835
838
|
value: userBorrows(request: $request) {
|
|
836
839
|
...MarketUserReserveBorrowPosition
|
|
837
840
|
}
|
|
@@ -839,7 +842,7 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
839
842
|
value: userTransactionHistory(request: $request) {
|
|
840
843
|
...PaginatedUserTransactionHistoryResult
|
|
841
844
|
}
|
|
842
|
-
}`,[
|
|
845
|
+
}`,[h]);var cr=e(`query Vault($request: VaultRequest!) {
|
|
843
846
|
value: vault(request: $request) {
|
|
844
847
|
...Vault
|
|
845
848
|
}
|
|
@@ -891,5 +894,5 @@ import {initGraphQLTada}from'gql.tada';var C=(u=>(u.Asc="ASC",u.Desc="DESC",u))(
|
|
|
891
894
|
value: vaultRecipientConfiguration(request: $request) {
|
|
892
895
|
...VaultFeesRecipientsConfiguration
|
|
893
896
|
}
|
|
894
|
-
}`,[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
|
|
895
898
|
//# sourceMappingURL=index.js.map
|