@aave/graphql 1.0.0-next.25 → 1.0.0-next.26

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 CHANGED
@@ -392,6 +392,7 @@
392
392
  canBorrow
393
393
  canSupply
394
394
  canUseAsCollateral
395
+ canSwapFrom
395
396
  userState {
396
397
  ...ReserveUserState
397
398
  }
@@ -422,7 +423,7 @@
422
423
  }
423
424
  }`,[m,te]),D=e(`fragment Erc20ApprovalRequired on Erc20ApprovalRequired {
424
425
  __typename
425
- approval {
426
+ approvals {
426
427
  ...Erc20Approval
427
428
  }
428
429
  reason
@@ -519,7 +520,7 @@
519
520
 
520
521
  }`,[O]),st=e(`fragment SwapByIntentWithApprovalRequired on SwapByIntentWithApprovalRequired {
521
522
  __typename
522
- approval {
523
+ approvals {
523
524
  ...Erc20Approval
524
525
  }
525
526
  quote {