@aave/graphql 3.1.0 → 3.2.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 +52 -51
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -4
- package/dist/index.d.ts +16 -4
- package/dist/index.js +52 -51
- package/dist/index.js.map +1 -1
- package/dist/schema.cjs +1 -1
- package/dist/schema.cjs.map +1 -1
- package/dist/schema.js +1 -1
- package/dist/schema.js.map +1 -1
- package/dist/testing.d.ts +2 -2
- package/dist/testing.js +2 -2
- package/dist/testing.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -636,10 +636,10 @@ type introspection_types = {
|
|
|
636
636
|
'UserBorrowsRequestQuery': { kind: 'INPUT_OBJECT'; name: 'UserBorrowsRequestQuery'; isOneOf: true; inputFields: [{ name: 'userSpoke'; type: { kind: 'INPUT_OBJECT'; name: 'UserSpokeInput'; ofType: null; }; defaultValue: null }, { name: 'userToken'; type: { kind: 'INPUT_OBJECT'; name: 'UserToken'; ofType: null; }; defaultValue: null }, { name: 'userTokenInfo'; type: { kind: 'INPUT_OBJECT'; name: 'UserTokenInfo'; ofType: null; }; defaultValue: null }, { name: 'userSymbol'; type: { kind: 'INPUT_OBJECT'; name: 'UserSymbol'; ofType: null; }; defaultValue: null }, { name: 'userPositionId'; type: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; defaultValue: null }, { name: 'userChains'; type: { kind: 'INPUT_OBJECT'; name: 'UserChains'; ofType: null; }; defaultValue: null }, { name: 'userHub'; type: { kind: 'INPUT_OBJECT'; name: 'UserHub'; ofType: null; }; defaultValue: null }]; };
|
|
637
637
|
'UserChains': { kind: 'INPUT_OBJECT'; name: 'UserChains'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainIds'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; }; defaultValue: null }]; };
|
|
638
638
|
'UserClaimableReward': { kind: 'UNION'; name: 'UserClaimableReward'; fields: {}; possibleTypes: 'UserMerklClaimableReward'; };
|
|
639
|
-
'UserClaimableRewardsRequest': { kind: 'INPUT_OBJECT'; name: 'UserClaimableRewardsRequest'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }]; };
|
|
639
|
+
'UserClaimableRewardsRequest': { kind: 'INPUT_OBJECT'; name: 'UserClaimableRewardsRequest'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainId'; type: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; defaultValue: null }, { name: 'chainIds'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }]; };
|
|
640
640
|
'UserHub': { kind: 'INPUT_OBJECT'; name: 'UserHub'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'hub'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'UserHubInput'; ofType: null; }; }; defaultValue: null }]; };
|
|
641
641
|
'UserHubInput': { kind: 'INPUT_OBJECT'; name: 'UserHubInput'; isOneOf: true; inputFields: [{ name: 'input'; type: { kind: 'INPUT_OBJECT'; name: 'HubInput'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'HubId'; ofType: null; }; defaultValue: null }]; };
|
|
642
|
-
'UserMerklClaimableReward': { kind: 'OBJECT'; name: 'UserMerklClaimableReward'; fields: { 'claimUntil': { name: 'claimUntil'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'claimable': { name: 'claimable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'endDate': { name: 'endDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
642
|
+
'UserMerklClaimableReward': { kind: 'OBJECT'; name: 'UserMerklClaimableReward'; fields: { 'claimChainId': { name: 'claimChainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; } }; 'claimUntil': { name: 'claimUntil'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'claimable': { name: 'claimable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'endDate': { name: 'endDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
643
643
|
'UserPosition': { kind: 'OBJECT'; name: 'UserPosition'; fields: { 'averageCollateralFactor': { name: 'averageCollateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'canUpdateDynamicConfig': { name: 'canUpdateDynamicConfig'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'createdAt': { name: 'createdAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'healthFactor': { name: 'healthFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HealthFactorWithChange'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; } }; 'liquidationPrice': { name: 'liquidationPrice'; type: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; } }; 'maxBorrowingPower': { name: 'maxBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'netAccruedInterest': { name: 'netAccruedInterest'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'netBalance': { name: 'netBalance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'netBalancePercentChange': { name: 'netBalancePercentChange'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'netBorrowApy': { name: 'netBorrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberWithChange'; ofType: null; }; } }; 'netCollateral': { name: 'netCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'netSupplyApy': { name: 'netSupplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberWithChange'; ofType: null; }; } }; 'remainingBorrowingPower': { name: 'remainingBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'riskPremium': { name: 'riskPremium'; type: { kind: 'OBJECT'; name: 'UserPositionRiskPremium'; ofType: null; } }; 'spoke': { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; } }; 'totalCollateral': { name: 'totalCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'totalDebt': { name: 'totalDebt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'user': { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; }; };
|
|
644
644
|
'UserPositionConditionVariation': { kind: 'UNION'; name: 'UserPositionConditionVariation'; fields: {}; possibleTypes: 'CollateralFactorVariation' | 'LiquidationFeeVariation' | 'MaxLiquidationBonusVariation'; };
|
|
645
645
|
'UserPositionConditionsUpdate': { name: 'UserPositionConditionsUpdate'; enumValues: 'ALL_DYNAMIC_CONFIG' | 'JUST_RISK_PREMIUM'; };
|
|
@@ -6607,6 +6607,7 @@ declare const RewardFragment: FragmentDocumentFor<Reward, 'Reward'>;
|
|
|
6607
6607
|
declare const UserMerklClaimableRewardFragment: gql_tada.TadaDocumentNode<{
|
|
6608
6608
|
__typename: "UserMerklClaimableReward";
|
|
6609
6609
|
id: RewardId;
|
|
6610
|
+
claimChainId: _aave_types.ChainId;
|
|
6610
6611
|
claimable: {
|
|
6611
6612
|
__typename: "Erc20Amount";
|
|
6612
6613
|
token: {
|
|
@@ -115838,6 +115839,7 @@ declare const UserClaimableRewardsQuery: gql_tada.TadaDocumentNode<{
|
|
|
115838
115839
|
value: ({
|
|
115839
115840
|
__typename: "UserMerklClaimableReward";
|
|
115840
115841
|
id: RewardId;
|
|
115842
|
+
claimChainId: _aave_types.ChainId;
|
|
115841
115843
|
claimable: {
|
|
115842
115844
|
__typename: "Erc20Amount";
|
|
115843
115845
|
token: {
|
|
@@ -115917,6 +115919,7 @@ declare const UserClaimableRewardsQuery: gql_tada.TadaDocumentNode<{
|
|
|
115917
115919
|
id: RewardId;
|
|
115918
115920
|
startDate: Date;
|
|
115919
115921
|
endDate: Date;
|
|
115922
|
+
claimChainId: _aave_types.ChainId;
|
|
115920
115923
|
claimable: {
|
|
115921
115924
|
__typename: "Erc20Amount";
|
|
115922
115925
|
token: {
|
|
@@ -115993,11 +115996,20 @@ declare const UserClaimableRewardsQuery: gql_tada.TadaDocumentNode<{
|
|
|
115993
115996
|
}, {
|
|
115994
115997
|
currency?: Currency | undefined;
|
|
115995
115998
|
request: {
|
|
115996
|
-
|
|
115999
|
+
chainIds?: _aave_types.ChainId[] | null | undefined;
|
|
116000
|
+
chainId?: _aave_types.ChainId | null | undefined;
|
|
115997
116001
|
user: _aave_types.EvmAddress;
|
|
115998
116002
|
};
|
|
115999
116003
|
}, void>;
|
|
116000
|
-
type
|
|
116004
|
+
type UserClaimableRewardsRequestInput = RequestOf<typeof UserClaimableRewardsQuery>;
|
|
116005
|
+
type UserClaimableRewardsRequestBase = Omit<UserClaimableRewardsRequestInput, 'chainId' | 'chainIds'>;
|
|
116006
|
+
type UserClaimableRewardsRequest = (UserClaimableRewardsRequestBase & {
|
|
116007
|
+
chainId: NonNullable<UserClaimableRewardsRequestInput['chainId']>;
|
|
116008
|
+
chainIds?: never;
|
|
116009
|
+
}) | (UserClaimableRewardsRequestBase & {
|
|
116010
|
+
chainId?: never;
|
|
116011
|
+
chainIds: NonNullable<UserClaimableRewardsRequestInput['chainIds']>;
|
|
116012
|
+
});
|
|
116001
116013
|
|
|
116002
116014
|
/**
|
|
116003
116015
|
* @internal
|
package/dist/index.d.ts
CHANGED
|
@@ -636,10 +636,10 @@ type introspection_types = {
|
|
|
636
636
|
'UserBorrowsRequestQuery': { kind: 'INPUT_OBJECT'; name: 'UserBorrowsRequestQuery'; isOneOf: true; inputFields: [{ name: 'userSpoke'; type: { kind: 'INPUT_OBJECT'; name: 'UserSpokeInput'; ofType: null; }; defaultValue: null }, { name: 'userToken'; type: { kind: 'INPUT_OBJECT'; name: 'UserToken'; ofType: null; }; defaultValue: null }, { name: 'userTokenInfo'; type: { kind: 'INPUT_OBJECT'; name: 'UserTokenInfo'; ofType: null; }; defaultValue: null }, { name: 'userSymbol'; type: { kind: 'INPUT_OBJECT'; name: 'UserSymbol'; ofType: null; }; defaultValue: null }, { name: 'userPositionId'; type: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; defaultValue: null }, { name: 'userChains'; type: { kind: 'INPUT_OBJECT'; name: 'UserChains'; ofType: null; }; defaultValue: null }, { name: 'userHub'; type: { kind: 'INPUT_OBJECT'; name: 'UserHub'; ofType: null; }; defaultValue: null }]; };
|
|
637
637
|
'UserChains': { kind: 'INPUT_OBJECT'; name: 'UserChains'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainIds'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; }; defaultValue: null }]; };
|
|
638
638
|
'UserClaimableReward': { kind: 'UNION'; name: 'UserClaimableReward'; fields: {}; possibleTypes: 'UserMerklClaimableReward'; };
|
|
639
|
-
'UserClaimableRewardsRequest': { kind: 'INPUT_OBJECT'; name: 'UserClaimableRewardsRequest'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; defaultValue: null }]; };
|
|
639
|
+
'UserClaimableRewardsRequest': { kind: 'INPUT_OBJECT'; name: 'UserClaimableRewardsRequest'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'chainId'; type: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; defaultValue: null }, { name: 'chainIds'; type: { kind: 'LIST'; name: never; ofType: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; }; }; defaultValue: null }]; };
|
|
640
640
|
'UserHub': { kind: 'INPUT_OBJECT'; name: 'UserHub'; isOneOf: false; inputFields: [{ name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; }; defaultValue: null }, { name: 'hub'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'INPUT_OBJECT'; name: 'UserHubInput'; ofType: null; }; }; defaultValue: null }]; };
|
|
641
641
|
'UserHubInput': { kind: 'INPUT_OBJECT'; name: 'UserHubInput'; isOneOf: true; inputFields: [{ name: 'input'; type: { kind: 'INPUT_OBJECT'; name: 'HubInput'; ofType: null; }; defaultValue: null }, { name: 'id'; type: { kind: 'SCALAR'; name: 'HubId'; ofType: null; }; defaultValue: null }]; };
|
|
642
|
-
'UserMerklClaimableReward': { kind: 'OBJECT'; name: 'UserMerklClaimableReward'; fields: { 'claimUntil': { name: 'claimUntil'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'claimable': { name: 'claimable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'endDate': { name: 'endDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
642
|
+
'UserMerklClaimableReward': { kind: 'OBJECT'; name: 'UserMerklClaimableReward'; fields: { 'claimChainId': { name: 'claimChainId'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'ChainId'; ofType: null; }; } }; 'claimUntil': { name: 'claimUntil'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'claimable': { name: 'claimable'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Erc20Amount'; ofType: null; }; } }; 'endDate': { name: 'endDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'RewardId'; ofType: null; }; } }; 'startDate': { name: 'startDate'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; }; };
|
|
643
643
|
'UserPosition': { kind: 'OBJECT'; name: 'UserPosition'; fields: { 'averageCollateralFactor': { name: 'averageCollateralFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'canUpdateDynamicConfig': { name: 'canUpdateDynamicConfig'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'Boolean'; ofType: null; }; } }; 'createdAt': { name: 'createdAt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'DateTime'; ofType: null; }; } }; 'healthFactor': { name: 'healthFactor'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'HealthFactorWithChange'; ofType: null; }; } }; 'id': { name: 'id'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'UserPositionId'; ofType: null; }; } }; 'liquidationPrice': { name: 'liquidationPrice'; type: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; } }; 'maxBorrowingPower': { name: 'maxBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'netAccruedInterest': { name: 'netAccruedInterest'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'netApy': { name: 'netApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'netBalance': { name: 'netBalance'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'netBalancePercentChange': { name: 'netBalancePercentChange'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumber'; ofType: null; }; } }; 'netBorrowApy': { name: 'netBorrowApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberWithChange'; ofType: null; }; } }; 'netCollateral': { name: 'netCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'netSupplyApy': { name: 'netSupplyApy'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'PercentNumberWithChange'; ofType: null; }; } }; 'remainingBorrowingPower': { name: 'remainingBorrowingPower'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmount'; ofType: null; }; } }; 'riskPremium': { name: 'riskPremium'; type: { kind: 'OBJECT'; name: 'UserPositionRiskPremium'; ofType: null; } }; 'spoke': { name: 'spoke'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'Spoke'; ofType: null; }; } }; 'totalCollateral': { name: 'totalCollateral'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'totalDebt': { name: 'totalDebt'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'totalSupplied': { name: 'totalSupplied'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'OBJECT'; name: 'ExchangeAmountWithChange'; ofType: null; }; } }; 'user': { name: 'user'; type: { kind: 'NON_NULL'; name: never; ofType: { kind: 'SCALAR'; name: 'EvmAddress'; ofType: null; }; } }; }; };
|
|
644
644
|
'UserPositionConditionVariation': { kind: 'UNION'; name: 'UserPositionConditionVariation'; fields: {}; possibleTypes: 'CollateralFactorVariation' | 'LiquidationFeeVariation' | 'MaxLiquidationBonusVariation'; };
|
|
645
645
|
'UserPositionConditionsUpdate': { name: 'UserPositionConditionsUpdate'; enumValues: 'ALL_DYNAMIC_CONFIG' | 'JUST_RISK_PREMIUM'; };
|
|
@@ -6607,6 +6607,7 @@ declare const RewardFragment: FragmentDocumentFor<Reward, 'Reward'>;
|
|
|
6607
6607
|
declare const UserMerklClaimableRewardFragment: gql_tada.TadaDocumentNode<{
|
|
6608
6608
|
__typename: "UserMerklClaimableReward";
|
|
6609
6609
|
id: RewardId;
|
|
6610
|
+
claimChainId: _aave_types.ChainId;
|
|
6610
6611
|
claimable: {
|
|
6611
6612
|
__typename: "Erc20Amount";
|
|
6612
6613
|
token: {
|
|
@@ -115838,6 +115839,7 @@ declare const UserClaimableRewardsQuery: gql_tada.TadaDocumentNode<{
|
|
|
115838
115839
|
value: ({
|
|
115839
115840
|
__typename: "UserMerklClaimableReward";
|
|
115840
115841
|
id: RewardId;
|
|
115842
|
+
claimChainId: _aave_types.ChainId;
|
|
115841
115843
|
claimable: {
|
|
115842
115844
|
__typename: "Erc20Amount";
|
|
115843
115845
|
token: {
|
|
@@ -115917,6 +115919,7 @@ declare const UserClaimableRewardsQuery: gql_tada.TadaDocumentNode<{
|
|
|
115917
115919
|
id: RewardId;
|
|
115918
115920
|
startDate: Date;
|
|
115919
115921
|
endDate: Date;
|
|
115922
|
+
claimChainId: _aave_types.ChainId;
|
|
115920
115923
|
claimable: {
|
|
115921
115924
|
__typename: "Erc20Amount";
|
|
115922
115925
|
token: {
|
|
@@ -115993,11 +115996,20 @@ declare const UserClaimableRewardsQuery: gql_tada.TadaDocumentNode<{
|
|
|
115993
115996
|
}, {
|
|
115994
115997
|
currency?: Currency | undefined;
|
|
115995
115998
|
request: {
|
|
115996
|
-
|
|
115999
|
+
chainIds?: _aave_types.ChainId[] | null | undefined;
|
|
116000
|
+
chainId?: _aave_types.ChainId | null | undefined;
|
|
115997
116001
|
user: _aave_types.EvmAddress;
|
|
115998
116002
|
};
|
|
115999
116003
|
}, void>;
|
|
116000
|
-
type
|
|
116004
|
+
type UserClaimableRewardsRequestInput = RequestOf<typeof UserClaimableRewardsQuery>;
|
|
116005
|
+
type UserClaimableRewardsRequestBase = Omit<UserClaimableRewardsRequestInput, 'chainId' | 'chainIds'>;
|
|
116006
|
+
type UserClaimableRewardsRequest = (UserClaimableRewardsRequestBase & {
|
|
116007
|
+
chainId: NonNullable<UserClaimableRewardsRequestInput['chainId']>;
|
|
116008
|
+
chainIds?: never;
|
|
116009
|
+
}) | (UserClaimableRewardsRequestBase & {
|
|
116010
|
+
chainId?: never;
|
|
116011
|
+
chainIds: NonNullable<UserClaimableRewardsRequestInput['chainIds']>;
|
|
116012
|
+
});
|
|
116001
116013
|
|
|
116002
116014
|
/**
|
|
116003
116015
|
* @internal
|
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
3
3
|
version
|
|
4
4
|
chainId
|
|
5
5
|
verifyingContract
|
|
6
|
-
}`),
|
|
6
|
+
}`),y=e(`fragment DecimalNumber on DecimalNumber {
|
|
7
7
|
__typename
|
|
8
8
|
onChainValue
|
|
9
9
|
decimals
|
|
@@ -22,7 +22,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
22
22
|
change(window: $timeWindow) {
|
|
23
23
|
...PercentNumber
|
|
24
24
|
}
|
|
25
|
-
}`,[
|
|
25
|
+
}`,[y,r]),i=e(`fragment ExchangeAmount on ExchangeAmount {
|
|
26
26
|
__typename
|
|
27
27
|
value
|
|
28
28
|
name
|
|
@@ -88,7 +88,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
88
88
|
exchangeRate(currency: $currency){
|
|
89
89
|
...DecimalNumber
|
|
90
90
|
}
|
|
91
|
-
}`,[m,
|
|
91
|
+
}`,[m,y,i]),lt=e(`fragment NativeAmount on NativeAmount {
|
|
92
92
|
__typename
|
|
93
93
|
token {
|
|
94
94
|
...NativeToken
|
|
@@ -102,7 +102,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
102
102
|
exchangeRate(currency: $currency){
|
|
103
103
|
...DecimalNumber
|
|
104
104
|
}
|
|
105
|
-
}`,[Z,
|
|
105
|
+
}`,[Z,y,i]),R=e(`fragment TokenAmount on TokenAmount {
|
|
106
106
|
__typename
|
|
107
107
|
... on Erc20Amount {
|
|
108
108
|
...Erc20Amount
|
|
@@ -110,7 +110,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
110
110
|
... on NativeAmount {
|
|
111
111
|
...NativeAmount
|
|
112
112
|
}
|
|
113
|
-
}`,[p,
|
|
113
|
+
}`,[p,lt]),j=e(`fragment Token on Token {
|
|
114
114
|
__typename
|
|
115
115
|
... on Erc20Token {
|
|
116
116
|
...Erc20Token
|
|
@@ -160,7 +160,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
160
160
|
change(window: $timeWindow) {
|
|
161
161
|
...PercentNumber
|
|
162
162
|
}
|
|
163
|
-
}`,[r]),
|
|
163
|
+
}`,[r]),yt=e(`fragment HealthFactorVariation on HealthFactorVariation {
|
|
164
164
|
__typename
|
|
165
165
|
current
|
|
166
166
|
after
|
|
@@ -177,7 +177,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
177
177
|
... on HealthFactorError {
|
|
178
178
|
...HealthFactorError
|
|
179
179
|
}
|
|
180
|
-
}`,[
|
|
180
|
+
}`,[yt,ct]),f=e(`fragment InsufficientBalanceError on InsufficientBalanceError {
|
|
181
181
|
__typename
|
|
182
182
|
required {
|
|
183
183
|
...DecimalNumber
|
|
@@ -185,7 +185,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
185
185
|
available {
|
|
186
186
|
...DecimalNumber
|
|
187
187
|
}
|
|
188
|
-
}`,[
|
|
188
|
+
}`,[y]),b=e(`fragment InsufficientLiquidityError on InsufficientLiquidityError {
|
|
189
189
|
__typename
|
|
190
190
|
reason
|
|
191
191
|
}`);var gt=e(`fragment HubSummary on HubSummary {
|
|
@@ -320,7 +320,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
320
320
|
name
|
|
321
321
|
externalUrl
|
|
322
322
|
iconUrl
|
|
323
|
-
}`),
|
|
323
|
+
}`),wt=e(`fragment MerklSupplyReward on MerklSupplyReward {
|
|
324
324
|
__typename
|
|
325
325
|
id
|
|
326
326
|
startDate
|
|
@@ -335,7 +335,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
335
335
|
...MerklCriteria
|
|
336
336
|
}
|
|
337
337
|
userEligible
|
|
338
|
-
}`,[r,m,ne]),
|
|
338
|
+
}`,[r,m,ne]),xt=e(`fragment MerklBorrowReward on MerklBorrowReward {
|
|
339
339
|
__typename
|
|
340
340
|
id
|
|
341
341
|
startDate
|
|
@@ -392,9 +392,10 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
392
392
|
... on BorrowPointsReward {
|
|
393
393
|
...BorrowPoints
|
|
394
394
|
}
|
|
395
|
-
}`,[xt,
|
|
395
|
+
}`,[wt,xt,ht,At]),Pt=e(`fragment UserMerklClaimableReward on UserMerklClaimableReward {
|
|
396
396
|
__typename
|
|
397
397
|
id
|
|
398
|
+
claimChainId
|
|
398
399
|
claimable {
|
|
399
400
|
...Erc20Amount
|
|
400
401
|
}
|
|
@@ -451,7 +452,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
451
452
|
summary {
|
|
452
453
|
...SpokeConnectedHubSummary
|
|
453
454
|
}
|
|
454
|
-
}`,[q,It]),
|
|
455
|
+
}`,[q,It]),l=e(`fragment Spoke on Spoke {
|
|
455
456
|
__typename
|
|
456
457
|
id
|
|
457
458
|
name
|
|
@@ -601,7 +602,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
601
602
|
asset {
|
|
602
603
|
...HubAsset
|
|
603
604
|
}
|
|
604
|
-
}`,[
|
|
605
|
+
}`,[l,o,Ut,Ct,Et,Ot,I]),me=e(`fragment ReserveHolder on ReserveHolder {
|
|
605
606
|
__typename
|
|
606
607
|
address
|
|
607
608
|
amount {
|
|
@@ -647,7 +648,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
647
648
|
originalTransaction {
|
|
648
649
|
...TransactionRequest
|
|
649
650
|
}
|
|
650
|
-
}`,[s,V,
|
|
651
|
+
}`,[s,V,y]),_t=e(`fragment PreContractActionRequired on PreContractActionRequired {
|
|
651
652
|
__typename
|
|
652
653
|
transaction {
|
|
653
654
|
...TransactionRequest
|
|
@@ -717,7 +718,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
717
718
|
...DomainData
|
|
718
719
|
}
|
|
719
720
|
message
|
|
720
|
-
}`,[Q]),
|
|
721
|
+
}`,[Q]),le=e(`fragment PrepareSwapOrder on PrepareSwapOrder {
|
|
721
722
|
__typename
|
|
722
723
|
newQuoteId
|
|
723
724
|
data {
|
|
@@ -750,7 +751,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
750
751
|
approvals {
|
|
751
752
|
...Erc20Approval
|
|
752
753
|
}
|
|
753
|
-
}`,[O,V]),
|
|
754
|
+
}`,[O,V]),ye=e(`fragment SwapReceipt on SwapReceipt {
|
|
754
755
|
__typename
|
|
755
756
|
id
|
|
756
757
|
createdAt
|
|
@@ -779,7 +780,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
779
780
|
... on InsufficientBalanceError {
|
|
780
781
|
...InsufficientBalanceError
|
|
781
782
|
}
|
|
782
|
-
}`,[
|
|
783
|
+
}`,[le,f]),$t=e(`fragment SwapTransactionRequest on SwapTransactionRequest {
|
|
783
784
|
__typename
|
|
784
785
|
transaction {
|
|
785
786
|
...TransactionRequest
|
|
@@ -787,7 +788,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
787
788
|
orderReceipt {
|
|
788
789
|
...SwapReceipt
|
|
789
790
|
}
|
|
790
|
-
}`,[s,
|
|
791
|
+
}`,[s,ye]),de=e(`fragment SwapExecutionPlan on SwapExecutionPlan {
|
|
791
792
|
__typename
|
|
792
793
|
... on SwapTransactionRequest {
|
|
793
794
|
...SwapTransactionRequest
|
|
@@ -798,7 +799,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
798
799
|
... on InsufficientBalanceError {
|
|
799
800
|
...InsufficientBalanceError
|
|
800
801
|
}
|
|
801
|
-
}`,[$t,
|
|
802
|
+
}`,[$t,ye,f]),h=e(`fragment PositionAmount on PositionAmount {
|
|
802
803
|
__typename
|
|
803
804
|
reserve {
|
|
804
805
|
...ReserveInfo
|
|
@@ -1009,7 +1010,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1009
1010
|
... on InsufficientLiquidityError {
|
|
1010
1011
|
...InsufficientLiquidityError
|
|
1011
1012
|
}
|
|
1012
|
-
}`,[$,b]),
|
|
1013
|
+
}`,[$,b]),we=e(`fragment BorrowSwapQuoteResult on BorrowSwapQuoteResult {
|
|
1013
1014
|
__typename
|
|
1014
1015
|
... on PositionSwapByIntentApprovalsRequired {
|
|
1015
1016
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -1017,7 +1018,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1017
1018
|
... on InsufficientLiquidityError {
|
|
1018
1019
|
...InsufficientLiquidityError
|
|
1019
1020
|
}
|
|
1020
|
-
}`,[$,b]),
|
|
1021
|
+
}`,[$,b]),xe=e(`fragment RepayWithSupplyQuoteResult on RepayWithSupplyQuoteResult {
|
|
1021
1022
|
__typename
|
|
1022
1023
|
... on PositionSwapByIntentApprovalsRequired {
|
|
1023
1024
|
...PositionSwapByIntentApprovalsRequired
|
|
@@ -1041,7 +1042,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1041
1042
|
... on InsufficientBalanceError {
|
|
1042
1043
|
...InsufficientBalanceError
|
|
1043
1044
|
}
|
|
1044
|
-
}`,[
|
|
1045
|
+
}`,[le,f]);var Pe=e(`fragment UserSupplyItem on UserSupplyItem {
|
|
1045
1046
|
__typename
|
|
1046
1047
|
id
|
|
1047
1048
|
reserve {
|
|
@@ -1178,7 +1179,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1178
1179
|
averageCollateralFactor {
|
|
1179
1180
|
...PercentNumber
|
|
1180
1181
|
}
|
|
1181
|
-
}`,[
|
|
1182
|
+
}`,[l,r,P,i,J,te,ar]),Te=e(`fragment UserBalance on UserBalance {
|
|
1182
1183
|
__typename
|
|
1183
1184
|
id
|
|
1184
1185
|
info {
|
|
@@ -1211,7 +1212,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1211
1212
|
lowestCollateralFactor: collateralFactor(metric: LOWEST) {
|
|
1212
1213
|
...PercentNumber
|
|
1213
1214
|
}
|
|
1214
|
-
}`,[C,
|
|
1215
|
+
}`,[C,y,R,i,r]),ke=e(`fragment UserSummaryHistoryItem on UserSummaryHistoryItem {
|
|
1215
1216
|
__typename
|
|
1216
1217
|
netBalance(currency: $currency) {
|
|
1217
1218
|
...ExchangeAmount
|
|
@@ -1290,7 +1291,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1290
1291
|
...PercentNumber
|
|
1291
1292
|
}
|
|
1292
1293
|
boostedRateId
|
|
1293
|
-
}`,[M,
|
|
1294
|
+
}`,[M,y,r]),sr=e(`fragment TokenMovementAllocate on TokenMovementAllocate {
|
|
1294
1295
|
__typename
|
|
1295
1296
|
token {
|
|
1296
1297
|
...Erc20Token
|
|
@@ -1320,13 +1321,13 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1320
1321
|
...Erc20Token
|
|
1321
1322
|
}
|
|
1322
1323
|
amount
|
|
1323
|
-
}`,[m]),
|
|
1324
|
+
}`,[m]),lr=e(`fragment TokenMovementRebalance on TokenMovementRebalance {
|
|
1324
1325
|
__typename
|
|
1325
1326
|
token {
|
|
1326
1327
|
...Erc20Token
|
|
1327
1328
|
}
|
|
1328
1329
|
amount
|
|
1329
|
-
}`,[m]),
|
|
1330
|
+
}`,[m]),yr=e(`fragment TokenMovementSwap on TokenMovementSwap {
|
|
1330
1331
|
__typename
|
|
1331
1332
|
fromToken {
|
|
1332
1333
|
...Erc20Token
|
|
@@ -1356,7 +1357,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1356
1357
|
... on TokenMovementRebalance {
|
|
1357
1358
|
...TokenMovementRebalance
|
|
1358
1359
|
}
|
|
1359
|
-
}`,[sr,ur,ir,mr,lr
|
|
1360
|
+
}`,[sr,ur,ir,mr,yr,lr]),gr=e(`fragment TokenMovementRecord on TokenMovementRecord {
|
|
1360
1361
|
__typename
|
|
1361
1362
|
id
|
|
1362
1363
|
type {
|
|
@@ -1489,11 +1490,11 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1489
1490
|
riskPremiumThreshold {
|
|
1490
1491
|
...PercentNumber
|
|
1491
1492
|
}
|
|
1492
|
-
}`,[q,
|
|
1493
|
+
}`,[q,l,I,p,r]),an=e(`query HubSpokeConfigs($request: HubSpokeConfigsRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1493
1494
|
value: hubSpokeConfigs(request: $request) {
|
|
1494
1495
|
...HubSpokeConfig
|
|
1495
1496
|
}
|
|
1496
|
-
}`,[qr]);function D(t){return new TextDecoder().decode(Uint8Array.from(atob(t),
|
|
1497
|
+
}`,[qr]);function D(t){return new TextDecoder().decode(Uint8Array.from(atob(t),x=>x.charCodeAt(0)))}function L(t){return btoa(String.fromCharCode(...new TextEncoder().encode(t)))}var w="::";function pn(t){return invariant(typeof t=="string"&&t.length>0,`Invalid AssetId: ${t}`),invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`AssetId must be valid base64: ${t}`),t}function sn(t){return invariant(typeof t=="string"&&t.length>0,`Invalid BoostedRateId: ${t}`),t}function wr(t){return invariant(typeof t=="string"&&t.length>0,`Invalid HubId: ${t}`),invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`HubId must be valid base64: ${t}`),t}function un(t){return wr(L(`${t.chainId}${w}${t.address}`))}function mn(t){let x=D(t),[a,n]=x.split(w);return {chainId:chainId(Number.parseInt(a,10)),address:evmAddress(n)}}function ln(t){return invariant(typeof t=="string"&&t.length>0,`Invalid HubAssetId: ${t}`),invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`HubAssetId must be valid base64: ${t}`),t}function yn(t){return t}function cn(t){let x=D(t),[a,n,A]=x.split(w);return {chainId:chainId(Number.parseInt(a,10)),spoke:evmAddress(n),onChainId:A}}function gn(t){return L(`${t.chainId}${w}${t.spoke}${w}${t.onChainId}`)}function xr(t){return invariant(typeof t=="string"&&t.length>0,`Invalid UserPositionId: ${t}`),invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`UserPositionId must be valid base64: ${t}`),t}function dn(t){let x=D(t),[a,n,A]=x.split(w);return {chainId:chainId(Number.parseInt(a,10)),spoke:evmAddress(n),user:evmAddress(A)}}function Sn(t){return xr(L(`${t.chainId}${w}${t.spoke}${w}${t.user}`))}function Rn(t){return invariant(isValidHexString(t),`Invalid SwapId: ${t}`),t}function fn(t){return invariant(isValidHexString(t),`Invalid SwapQuoteId: ${t}`),t}function qn(t){return invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultId: ${t}`),t}function wn(t){return invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultUserPositionId: ${t}`),t}function xn(t){return invariant(typeof t=="string"&&t.length>0,`Invalid StableVaultWithdrawClaimId: ${t}`),t}function hn(t){return hr(L(`${t.chainId}${w}${t.address}`))}function An(t){let x=D(t),[a,n]=x.split(w);return {chainId:chainId(Number.parseInt(a,10)),address:evmAddress(n)}}function hr(t){return invariant(typeof t=="string"&&t.length>0,`Invalid SpokeId: ${t}`),invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`SpokeId must be valid base64: ${t}`),t}function Pn(t){return invariant(typeof t=="string"&&t.length>0,`Invalid UserBalanceId: ${t}`),invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`UserBalanceId must be valid base64: ${t}`),t}function Fn(t){return invariant(typeof t=="string"&&t.length>0,`Invalid UserBorrowItemId: ${t}`),invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`UserBorrowItemId must be valid base64: ${t}`),t}function bn(t){return invariant(typeof t=="string"&&t.length>0,`Invalid UserSupplyItemId: ${t}`),invariant(/^[A-Za-z0-9+/]*={0,2}$/.test(t),`UserSupplyItemId must be valid base64: ${t}`),t}function In(t){return invariant(typeof t=="string"&&t.length>0,`Invalid TokenInfoId: ${t}`),t}function Tn(t){return invariant(typeof t=="string"&&t.length>0,`Invalid TokenMovementId: ${t}`),t}function Cn(t){return isObject(t)&&"hubInput"in t&&t.hubInput!=null}function En(t){return isObject(t)&&"chainIds"in t&&t.chainIds!=null}function Un(t){return isObject(t)&&"tokens"in t&&t.tokens!=null}function On(t){return isObject(t)&&"spoke"in t&&t.spoke!=null}function _n(t){return isObject(t)&&"reserveInput"in t&&t.reserveInput!=null}function Bn(t){return isObject(t)&&"txHash"in t&&t.txHash!=null}var Vn=e(`query Chain($request: ChainRequest!) {
|
|
1497
1498
|
value: chain(request: $request) {
|
|
1498
1499
|
...Chain
|
|
1499
1500
|
}
|
|
@@ -1524,7 +1525,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1524
1525
|
hub {
|
|
1525
1526
|
...Hub
|
|
1526
1527
|
}
|
|
1527
|
-
}`,[
|
|
1528
|
+
}`,[y,r,q]),Pr=e(`fragment AssetSupplySample on AssetSupplySample {
|
|
1528
1529
|
__typename
|
|
1529
1530
|
date
|
|
1530
1531
|
amount {
|
|
@@ -1542,7 +1543,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1542
1543
|
breakdown {
|
|
1543
1544
|
...AssetSampleBreakdown
|
|
1544
1545
|
}
|
|
1545
|
-
}`,[
|
|
1546
|
+
}`,[y,r,He]),Fr=e(`fragment AssetBorrowSample on AssetBorrowSample {
|
|
1546
1547
|
__typename
|
|
1547
1548
|
date
|
|
1548
1549
|
amount {
|
|
@@ -1560,7 +1561,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1560
1561
|
breakdown {
|
|
1561
1562
|
...AssetSampleBreakdown
|
|
1562
1563
|
}
|
|
1563
|
-
}`,[
|
|
1564
|
+
}`,[y,r,He]),br=e(`fragment AssetAmountWithChange on AssetAmountWithChange {
|
|
1564
1565
|
__typename
|
|
1565
1566
|
amount {
|
|
1566
1567
|
...DecimalNumberWithChange
|
|
@@ -1715,11 +1716,11 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1715
1716
|
...PaginatedResultInfo
|
|
1716
1717
|
}
|
|
1717
1718
|
}
|
|
1718
|
-
}`,[me,g]);var
|
|
1719
|
+
}`,[me,g]);var lo=e(`query ClaimRewards($request: ClaimRewardsRequest!) {
|
|
1719
1720
|
value: claimRewards(request: $request) {
|
|
1720
1721
|
...TransactionRequest
|
|
1721
1722
|
}
|
|
1722
|
-
}`,[s]),
|
|
1723
|
+
}`,[s]),yo=e(`query UserClaimableRewards($request: UserClaimableRewardsRequest!, $currency: Currency! = USD) {
|
|
1723
1724
|
value: userClaimableRewards(request: $request) {
|
|
1724
1725
|
...UserClaimableReward
|
|
1725
1726
|
}
|
|
@@ -1727,15 +1728,15 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1727
1728
|
value: spoke(request: $request) {
|
|
1728
1729
|
...Spoke
|
|
1729
1730
|
}
|
|
1730
|
-
}`,[
|
|
1731
|
+
}`,[l]),qo=e(`query Spokes($request: SpokesRequest!, $currency: Currency!, $timeWindow: TimeWindow!) {
|
|
1731
1732
|
value: spokes(request: $request) {
|
|
1732
1733
|
...Spoke
|
|
1733
1734
|
}
|
|
1734
|
-
}`,[
|
|
1735
|
+
}`,[l]),wo=e(`query SpokePositionManagers($request: SpokePositionManagersRequest!) {
|
|
1735
1736
|
value: spokePositionManagers(request: $request) {
|
|
1736
1737
|
...PaginatedSpokePositionManagerResult
|
|
1737
1738
|
}
|
|
1738
|
-
}`,[ue]),
|
|
1739
|
+
}`,[ue]),xo=e(`query SpokeUserPositionManagers($request: SpokeUserPositionManagersRequest!) {
|
|
1739
1740
|
value: spokeUserPositionManagers(request: $request) {
|
|
1740
1741
|
...PaginatedSpokeUserPositionManagerResult
|
|
1741
1742
|
}
|
|
@@ -1792,11 +1793,11 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1792
1793
|
value: borrowSwapQuote(request: $request) {
|
|
1793
1794
|
...BorrowSwapQuoteResult
|
|
1794
1795
|
}
|
|
1795
|
-
}`,[
|
|
1796
|
+
}`,[we]),Bo=e(`query RepayWithSupplyQuote($request: RepayWithSupplyQuoteRequest!, $currency: Currency!) {
|
|
1796
1797
|
value: repayWithSupplyQuote(request: $request) {
|
|
1797
1798
|
...RepayWithSupplyQuoteResult
|
|
1798
1799
|
}
|
|
1799
|
-
}`,[
|
|
1800
|
+
}`,[xe]),Ho=e(`query WithdrawSwapQuote($request: WithdrawSwapQuoteRequest!, $currency: Currency!) {
|
|
1800
1801
|
value: withdrawSwapQuote(request: $request) {
|
|
1801
1802
|
...WithdrawSwapQuoteResult
|
|
1802
1803
|
}
|
|
@@ -1985,7 +1986,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
1985
1986
|
chain {
|
|
1986
1987
|
...Chain
|
|
1987
1988
|
}
|
|
1988
|
-
}`,[
|
|
1989
|
+
}`,[l,p,d,o]),$r=e(`fragment SupplyActivity on SupplyActivity {
|
|
1989
1990
|
__typename
|
|
1990
1991
|
id
|
|
1991
1992
|
user
|
|
@@ -2003,7 +2004,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
2003
2004
|
chain {
|
|
2004
2005
|
...Chain
|
|
2005
2006
|
}
|
|
2006
|
-
}`,[
|
|
2007
|
+
}`,[l,p,d,o]),Mr=e(`fragment WithdrawActivity on WithdrawActivity {
|
|
2007
2008
|
__typename
|
|
2008
2009
|
id
|
|
2009
2010
|
user
|
|
@@ -2021,7 +2022,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
2021
2022
|
chain {
|
|
2022
2023
|
...Chain
|
|
2023
2024
|
}
|
|
2024
|
-
}`,[
|
|
2025
|
+
}`,[l,p,d,o]),Nr=e(`fragment RepayActivity on RepayActivity {
|
|
2025
2026
|
__typename
|
|
2026
2027
|
id
|
|
2027
2028
|
user
|
|
@@ -2039,7 +2040,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
2039
2040
|
chain {
|
|
2040
2041
|
...Chain
|
|
2041
2042
|
}
|
|
2042
|
-
}`,[
|
|
2043
|
+
}`,[l,p,d,o]),Dr=e(`fragment LiquidatedActivity on LiquidatedActivity {
|
|
2043
2044
|
__typename
|
|
2044
2045
|
id
|
|
2045
2046
|
user
|
|
@@ -2071,7 +2072,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
2071
2072
|
chain {
|
|
2072
2073
|
...Chain
|
|
2073
2074
|
}
|
|
2074
|
-
}`,[
|
|
2075
|
+
}`,[l,p,d,o]),Lr=e(`fragment UsingAsCollateralActivity on UsingAsCollateralActivity {
|
|
2075
2076
|
__typename
|
|
2076
2077
|
id
|
|
2077
2078
|
user
|
|
@@ -2087,7 +2088,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
2087
2088
|
chain {
|
|
2088
2089
|
...Chain
|
|
2089
2090
|
}
|
|
2090
|
-
}`,[
|
|
2091
|
+
}`,[l,d,o]),Gr=e(`fragment UpdatedDynamicConfigActivity on UpdatedDynamicConfigActivity {
|
|
2091
2092
|
__typename
|
|
2092
2093
|
id
|
|
2093
2094
|
user
|
|
@@ -2111,7 +2112,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
2111
2112
|
chain {
|
|
2112
2113
|
...Chain
|
|
2113
2114
|
}
|
|
2114
|
-
}`,[
|
|
2115
|
+
}`,[l,d,We,o]),Kr=e(`fragment UpdatedRiskPremiumActivity on UpdatedRiskPremiumActivity {
|
|
2115
2116
|
__typename
|
|
2116
2117
|
id
|
|
2117
2118
|
user
|
|
@@ -2126,7 +2127,7 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
2126
2127
|
chain {
|
|
2127
2128
|
...Chain
|
|
2128
2129
|
}
|
|
2129
|
-
}`,[
|
|
2130
|
+
}`,[l,We,o]),Yr=e(`fragment TokenSwapActivity on TokenSwapActivity {
|
|
2130
2131
|
__typename
|
|
2131
2132
|
id
|
|
2132
2133
|
user
|
|
@@ -2334,11 +2335,11 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
2334
2335
|
value: stableVaultMovements(request: $request) {
|
|
2335
2336
|
...PaginatedStableVaultMovementsResult
|
|
2336
2337
|
}
|
|
2337
|
-
}`,[Ce]),
|
|
2338
|
+
}`,[Ce]),wp=e(`query StableVaultDeposit($request: StableVaultDepositRequest!) {
|
|
2338
2339
|
value: stableVaultDeposit(request: $request) {
|
|
2339
2340
|
...StableVaultDepositExecutionPlan
|
|
2340
2341
|
}
|
|
2341
|
-
}`,[Ue]),
|
|
2342
|
+
}`,[Ue]),xp=e(`query StableVaultWithdraw($request: StableVaultWithdrawRequest!) {
|
|
2342
2343
|
value: stableVaultWithdraw(request: $request) {
|
|
2343
2344
|
...StableVaultWithdrawExecutionPlan
|
|
2344
2345
|
}
|
|
@@ -2352,5 +2353,5 @@ import {initGraphQLTada}from'gql.tada';import {invariant,evmAddress,chainId,isVa
|
|
|
2352
2353
|
value: stableVaultWithdrawRedeem(request: $request) {
|
|
2353
2354
|
...StableVaultWithdrawRedeemExecutionPlan
|
|
2354
2355
|
}
|
|
2355
|
-
}`,[_e]);export{Jo as ActivitiesQuery,Xr as ActivityItemFragment,Le as ActivityType,Ge as ApyMetric,Y as ApySampleFragment,br as AssetAmountWithChangeFragment,Jn as AssetBorrowHistoryQuery,Fr as AssetBorrowSampleFragment,Qe as AssetFragment,Zn as AssetPriceHistoryQuery,Ar as AssetPriceSampleFragment,Yn as AssetQuery,He as AssetSampleBreakdownFragment,Ir as AssetSummaryFragment,jn as AssetSupplyHistoryQuery,Pr as AssetSupplySampleFragment,nr as BoostedRateFragment,Vr as BorrowActivityFragment,ao as BorrowApyHistoryQuery,At as BorrowPointsFragment,Mo as BorrowQuery,Zr as BorrowSwapActivityFragment,Nt as BorrowSwapFragment,je as BorrowSwapKind,_o as BorrowSwapQuoteQuery,
|
|
2356
|
+
}`,[_e]);export{Jo as ActivitiesQuery,Xr as ActivityItemFragment,Le as ActivityType,Ge as ApyMetric,Y as ApySampleFragment,br as AssetAmountWithChangeFragment,Jn as AssetBorrowHistoryQuery,Fr as AssetBorrowSampleFragment,Qe as AssetFragment,Zn as AssetPriceHistoryQuery,Ar as AssetPriceSampleFragment,Yn as AssetQuery,He as AssetSampleBreakdownFragment,Ir as AssetSummaryFragment,jn as AssetSupplyHistoryQuery,Pr as AssetSupplySampleFragment,nr as BoostedRateFragment,Vr as BorrowActivityFragment,ao as BorrowApyHistoryQuery,At as BorrowPointsFragment,Mo as BorrowQuery,Zr as BorrowSwapActivityFragment,Nt as BorrowSwapFragment,je as BorrowSwapKind,_o as BorrowSwapQuoteQuery,we as BorrowSwapQuoteResultFragment,Re as CancelSwapExecutionPlanFragment,Eo as CancelSwapMutation,o as ChainFragment,Vn as ChainQuery,De as ChainsFilter,$n as ChainsQuery,lo as ClaimRewardsQuery,Ur as CollateralFactorVariationFragment,Ke as CollateralMetric,Ye as Currency,y as DecimalNumberFragment,z as DecimalNumberWithChangeFragment,Q as DomainDataFragment,p as Erc20AmountFragment,V as Erc20ApprovalFragment,E as Erc20ApprovalRequiredFragment,m as Erc20TokenFragment,i as ExchangeAmountFragment,ee as ExchangeAmountVariationFragment,P as ExchangeAmountWithChangeFragment,Dn as ExchangeRateQuery,U as ExecutionPlanFragment,Mn as HasProcessedKnownTransactionQuery,ct as HealthFactorErrorFragment,re as HealthFactorResultFragment,yt as HealthFactorVariationFragment,te as HealthFactorWithChangeFragment,Nn as HealthQuery,I as HubAssetFragment,fr as HubAssetInterestRateModelPointFragment,rn as HubAssetInterestRateModelQuery,St as HubAssetSettingsFragment,dt as HubAssetSummaryFragment,Rt as HubAssetUserStateFragment,en as HubAssetsQuery,q as HubFragment,Ja as HubQuery,qr as HubSpokeConfigFragment,an as HubSpokeConfigsQuery,gt as HubSummaryFragment,tn as HubSummaryHistoryQuery,Rr as HubSummarySampleFragment,Xa as HubsQuery,f as InsufficientBalanceErrorFragment,b as InsufficientLiquidityErrorFragment,Er as LiquidatePositionExecutionPlanFragment,Go as LiquidatePositionQuery,Dr as LiquidatedActivityFragment,Or as LiquidationFeeVariationFragment,_r as MaxLiquidationBonusVariationFragment,xt as MerklBorrowRewardFragment,ne as MerklCriteriaFragment,ft as MerklGenericCriteriaFragment,wt as MerklSupplyRewardFragment,kr as MultichainAssetFragment,zn as MultichainAssetQuery,Tr as MultichainAssetSummaryFragment,lt as NativeAmountFragment,Z as NativeTokenFragment,Ne as OperationType,Ve as OrderDirection,$e as PageSize,ea as PaginatedActivitiesResultFragment,g as PaginatedResultInfoFragment,ue as PaginatedSpokePositionManagerResultFragment,ie as PaginatedSpokeUserPositionManagerResultFragment,Ce as PaginatedStableVaultMovementsResultFragment,Ee as PaginatedStableVaultRateUsersResultFragment,fe as PaginatedUserSwapsResultFragment,We as PercentNumberChangeSnapshotFragment,r as PercentNumberFragment,X as PercentNumberVariationFragment,J as PercentNumberWithChangeFragment,ae as PermitTypedDataFragment,oe as PointsCriteriaFragment,qt as PointsGenericCriteriaFragment,pe as PointsProgramFragment,h as PositionAmountFragment,Xt as PositionSwapAdapterContractApprovalFragment,rr as PositionSwapApprovalFragment,$ as PositionSwapByIntentApprovalsRequiredFragment,er as PositionSwapPositionManagerApprovalFragment,tr as PositionSwapSetCollateralApprovalFragment,_t as PreContractActionRequiredFragment,Qo as PreparePositionSwapQuery,Ae as PreparePositionSwapResultFragment,Co as PrepareSwapCancelQuery,Se as PrepareSwapCancelResultFragment,le as PrepareSwapOrderFragment,To as PrepareTokenSwapQuery,ge as PrepareTokenSwapResultFragment,jo as PreviewQuery,Qr as PreviewRewardOutcomeFragment,Wr as PreviewUserPositionFragment,Xn as ProtocolHistoryQuery,vr as ProtocolHistorySampleFragment,pt as QuoteAccuracy,zo as RenounceSpokeUserPositionManagerQuery,Nr as RepayActivityFragment,Do as RepayQuery,jr as RepayWithSupplyActivityFragment,Dt as RepayWithSupplyFragment,Je as RepayWithSupplyKind,Bo as RepayWithSupplyQuoteQuery,xe as RepayWithSupplyQuoteResultFragment,T as ReserveFragment,me as ReserveHolderFragment,ze as ReserveHoldersFilter,so as ReserveHoldersQuery,d as ReserveInfoFragment,oo as ReserveQuery,Hr as ReserveRewardFragment,Ct as ReserveSettingsFragment,Et as ReserveStatusFragment,Ut as ReserveSummaryFragment,Ot as ReserveUserStateFragment,po as ReservesQuery,Ze as ReservesRequestFilter,W as RewardFragment,Ko as SetSpokeUserPositionManagerQuery,Yo as SetUserSuppliesAsCollateralQuery,Tt as SpokeConnectedHubFragment,It as SpokeConnectedHubSummaryFragment,l as SpokeFragment,Ft as SpokeLiquidationConfigFragment,kt as SpokePositionManagerFragment,wo as SpokePositionManagersQuery,fo as SpokeQuery,bt as SpokeSummaryFragment,ho as SpokeSummaryHistoryQuery,Cr as SpokeSummarySampleFragment,vt as SpokeUserPositionManagerFragment,xo as SpokeUserPositionManagersQuery,qo as SpokesQuery,Sp as StableVaultAssignRateQuery,Xe as StableVaultClaimStatus,hp as StableVaultClaimStatusQuery,fp as StableVaultClaimSurplusQuery,Ue as StableVaultDepositExecutionPlanFragment,wp as StableVaultDepositQuery,M as StableVaultFragment,qp as StableVaultMovementsQuery,Sr as StableVaultPendingAvailabilityFragment,cp as StableVaultQuery,dp as StableVaultRateUsersQuery,pr as StableVaultRatesFragment,or as StableVaultSummaryFragment,Rp as StableVaultUnassignRateQuery,ve as StableVaultUserPositionFragment,Ap as StableVaultUserPositionsQuery,dr as StableVaultWithdrawClaimFragment,Oe as StableVaultWithdrawExecutionPlanFragment,xp as StableVaultWithdrawQuery,_e as StableVaultWithdrawRedeemExecutionPlanFragment,Pp as StableVaultWithdrawRedeemMutation,gp as StableVaultsQuery,$r as SupplyActivityFragment,no as SupplyApyHistoryQuery,ht as SupplyPointsFragment,No as SupplyQuery,zr as SupplySwapActivityFragment,Mt as SupplySwapFragment,et as SupplySwapKind,Oo as SupplySwapQuoteQuery,qe as SupplySwapQuoteResultFragment,ut as SwapActivityStatus,Ht as SwapByIntentFragment,Qt as SwapByIntentWithApprovalRequiredFragment,Wt as SwapByTransactionFragment,Vt as SwapByTransactionWithApprovalRequiredFragment,Kt as SwapCancelledFragment,Jt as SwapCancelledResultFragment,de as SwapExecutionPlanFragment,Yt as SwapExpiredFragment,jt as SwapFulfilledFragment,vo as SwapMutation,zt as SwapOpenFragment,B as SwapOperationFragment,st as SwapOrderClass,Zt as SwapPendingSignatureFragment,Bt as SwapQuoteCostsFragment,O as SwapQuoteFragment,ye as SwapReceiptFragment,rt as SwapStatusFilter,G as SwapStatusFragment,ko as SwapStatusQuery,$t as SwapTransactionRequestFragment,_ as SwapTypedDataFragment,Io as SwappableTokensQuery,Me as TimeWindow,R as TokenAmountFragment,at as TokenCategory,j as TokenFragment,C as TokenInfoFragment,sr as TokenMovementAllocateFragment,ur as TokenMovementBridgeInFragment,ir as TokenMovementBridgeOutFragment,mr as TokenMovementDeallocateFragment,cr as TokenMovementFragment,lr as TokenMovementRebalanceFragment,gr as TokenMovementRecordFragment,nt as TokenMovementStatus,yr as TokenMovementSwapFragment,Yr as TokenSwapActivityFragment,Gt as TokenSwapFragment,it as TokenSwapKind,bo as TokenSwapQuoteQuery,ce as TokenSwapQuoteResultFragment,s as TransactionRequestFragment,Zo as UpdateUserPositionConditionsQuery,Gr as UpdatedDynamicConfigActivityFragment,Kr as UpdatedRiskPremiumActivityFragment,Te as UserBalanceFragment,sp as UserBalancesQuery,Fe as UserBorrowItemFragment,ap as UserBorrowsQuery,se as UserClaimableRewardFragment,yo as UserClaimableRewardsQuery,Pt as UserMerklClaimableRewardFragment,Br as UserPositionConditionVariationFragment,ot as UserPositionConditionsUpdate,K as UserPositionFragment,pp as UserPositionQuery,ar as UserPositionRiskPremiumFragment,op as UserPositionsQuery,Ie as UserRiskPremiumBreakdownItemFragment,ip as UserRiskPremiumBreakdownQuery,be as UserSummaryFragment,ke as UserSummaryHistoryItemFragment,up as UserSummaryHistoryQuery,np as UserSummaryQuery,rp as UserSuppliesQuery,Pe as UserSupplyItemFragment,Uo as UserSwapsQuery,Lr as UsingAsCollateralActivityFragment,Mr as WithdrawActivityFragment,Lo as WithdrawQuery,Jr as WithdrawSwapActivityFragment,Lt as WithdrawSwapFragment,tt as WithdrawSwapKind,Ho as WithdrawSwapQuoteQuery,he as WithdrawSwapQuoteResultFragment,pn as assetId,sn as boostedRateId,mn as decodeHubId,cn as decodeReserveId,An as decodeSpokeId,dn as decodeUserPositionId,un as encodeHubId,gn as encodeReserveId,hn as encodeSpokeId,Sn as encodeUserPositionId,e as graphql,ln as hubAssetId,wr as hubId,En as isChainIdsVariant,da as isERC20PermitSignature,Cn as isHubInputVariant,_n as isReserveInputVariant,On as isSpokeInputVariant,Un as isTokensVariant,Bn as isTxHashInputVariant,yn as reserveId,hr as spokeId,qn as stableVaultId,wn as stableVaultUserPositionId,xn as stableVaultWithdrawClaimId,Rn as swapId,fn as swapQuoteId,In as tokenInfoId,Tn as tokenMovementId,Pn as userBalanceId,Fn as userBorrowItemId,xr as userPositionId,bn as userSupplyItemId};//# sourceMappingURL=index.js.map
|
|
2356
2357
|
//# sourceMappingURL=index.js.map
|