@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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +25 -18
- package/dist/index.d.ts +25 -18
- package/dist/index.js +3 -2
- 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 +4 -4
- package/dist/testing.js +1 -1
- package/dist/testing.js.map +1 -1
- package/package.json +2 -2
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
|
-
|
|
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
|
-
|
|
523
|
+
approvals {
|
|
523
524
|
...Erc20Approval
|
|
524
525
|
}
|
|
525
526
|
quote {
|