@wildcatfi/wildcat-sdk 3.0.67-beta → 3.0.69-beta
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/README.md +2 -2
- package/dist/abi/generated.d.ts +34207 -0
- package/dist/abi/generated.d.ts.map +1 -0
- package/dist/abi/generated.js +43811 -0
- package/dist/abi/generated.js.map +1 -0
- package/dist/abi/index.d.ts +3 -0
- package/dist/abi/index.d.ts.map +1 -0
- package/dist/abi/index.js +19 -0
- package/dist/abi/index.js.map +1 -0
- package/dist/abi/manual.d.ts +354 -0
- package/dist/abi/manual.d.ts.map +1 -0
- package/dist/abi/manual.js +202 -0
- package/dist/abi/manual.js.map +1 -0
- package/dist/access/access-control.d.ts +16 -18
- package/dist/access/access-control.d.ts.map +1 -1
- package/dist/access/access-control.js +101 -101
- package/dist/access/access-control.js.map +1 -1
- package/dist/access/fixed-term.d.ts +16 -18
- package/dist/access/fixed-term.d.ts.map +1 -1
- package/dist/access/fixed-term.js +115 -104
- package/dist/access/fixed-term.js.map +1 -1
- package/dist/access/index.d.ts +3 -3
- package/dist/access/index.d.ts.map +1 -1
- package/dist/access/index.js +47 -13
- package/dist/access/index.js.map +1 -1
- package/dist/access/revolving.d.ts +2 -1
- package/dist/access/revolving.d.ts.map +1 -1
- package/dist/access/revolving.js +6 -6
- package/dist/access/revolving.js.map +1 -1
- package/dist/access/utils.d.ts +2 -1
- package/dist/access/utils.d.ts.map +1 -1
- package/dist/access/utils.js +40 -10
- package/dist/access/utils.js.map +1 -1
- package/dist/access/validation.d.ts +7 -6
- package/dist/access/validation.d.ts.map +1 -1
- package/dist/access/validation.js +1 -0
- package/dist/access/validation.js.map +1 -1
- package/dist/account/index.d.ts +21 -30
- package/dist/account/index.d.ts.map +1 -1
- package/dist/account/index.js +193 -224
- package/dist/account/index.js.map +1 -1
- package/dist/client.d.ts +22 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +51 -0
- package/dist/client.js.map +1 -0
- package/dist/collateral/collateral-events.d.ts +9 -10
- package/dist/collateral/collateral-events.d.ts.map +1 -1
- package/dist/collateral/collateral-events.js +4 -4
- package/dist/collateral/collateral-events.js.map +1 -1
- package/dist/collateral/index.d.ts +7 -10
- package/dist/collateral/index.d.ts.map +1 -1
- package/dist/collateral/index.js +36 -37
- package/dist/collateral/index.js.map +1 -1
- package/dist/constants.d.ts +72 -16
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +137 -23
- package/dist/constants.js.map +1 -1
- package/dist/controller.d.ts +10 -17
- package/dist/controller.d.ts.map +1 -1
- package/dist/controller.js +66 -67
- package/dist/controller.js.map +1 -1
- package/dist/gql/getActiveLendersByMarket.d.ts +2 -3
- package/dist/gql/getActiveLendersByMarket.d.ts.map +1 -1
- package/dist/gql/getActiveLendersByMarket.js +10 -10
- package/dist/gql/getActiveLendersByMarket.js.map +1 -1
- package/dist/gql/getAllHooksDataForBorrower.d.ts.map +1 -1
- package/dist/gql/getAllHooksDataForBorrower.js +6 -3
- package/dist/gql/getAllHooksDataForBorrower.js.map +1 -1
- package/dist/gql/getAllHooksTemplates.d.ts.map +1 -1
- package/dist/gql/getAllHooksTemplates.js +3 -3
- package/dist/gql/getAllHooksTemplates.js.map +1 -1
- package/dist/gql/graphql.d.ts +532 -10
- package/dist/gql/graphql.d.ts.map +1 -1
- package/dist/gql/graphql.js +182 -4
- package/dist/gql/graphql.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -14
- package/dist/index.js.map +1 -1
- package/dist/internal/arch-controller.d.ts +6 -0
- package/dist/internal/arch-controller.d.ts.map +1 -0
- package/dist/internal/arch-controller.js +36 -0
- package/dist/internal/arch-controller.js.map +1 -0
- package/dist/internal/ethers-signer.d.ts +4 -0
- package/dist/internal/ethers-signer.d.ts.map +1 -0
- package/dist/internal/ethers-signer.js +12 -0
- package/dist/internal/ethers-signer.js.map +1 -0
- package/dist/internal/ethers-viem.d.ts +4 -0
- package/dist/internal/ethers-viem.d.ts.map +1 -0
- package/dist/internal/ethers-viem.js +43 -0
- package/dist/internal/ethers-viem.js.map +1 -0
- package/dist/internal/market-lens.d.ts +26 -0
- package/dist/internal/market-lens.d.ts.map +1 -0
- package/dist/internal/market-lens.js +117 -0
- package/dist/internal/market-lens.js.map +1 -0
- package/dist/internal/viem-read.d.ts +3 -0
- package/dist/internal/viem-read.d.ts.map +1 -0
- package/dist/internal/viem-read.js +13 -0
- package/dist/internal/viem-read.js.map +1 -0
- package/dist/internal/viem-write.d.ts +9 -0
- package/dist/internal/viem-write.d.ts.map +1 -0
- package/dist/internal/viem-write.js +24 -0
- package/dist/internal/viem-write.js.map +1 -0
- package/dist/lens-types.d.ts +283 -0
- package/dist/lens-types.d.ts.map +1 -0
- package/dist/{typechain/ISafe.js → lens-types.js} +1 -1
- package/dist/lens-types.js.map +1 -0
- package/dist/market.d.ts +34 -20
- package/dist/market.d.ts.map +1 -1
- package/dist/market.js +300 -223
- package/dist/market.js.map +1 -1
- package/dist/mockerc20factory.d.ts +4 -15
- package/dist/mockerc20factory.d.ts.map +1 -1
- package/dist/mockerc20factory.js +20 -15
- package/dist/mockerc20factory.js.map +1 -1
- package/dist/token.d.ts +24 -11
- package/dist/token.d.ts.map +1 -1
- package/dist/token.js +78 -61
- package/dist/token.js.map +1 -1
- package/dist/types.d.ts +53 -12
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js +6 -15
- package/dist/types.js.map +1 -1
- package/dist/utils/bigint.d.ts +22 -0
- package/dist/utils/bigint.d.ts.map +1 -0
- package/dist/utils/bigint.js +111 -0
- package/dist/utils/bigint.js.map +1 -0
- package/dist/utils/check-registered-borrowers.d.ts.map +1 -1
- package/dist/utils/check-registered-borrowers.js +7 -6
- package/dist/utils/check-registered-borrowers.js.map +1 -1
- package/dist/utils/describe-account.d.ts.map +1 -1
- package/dist/utils/describe-account.js +33 -4
- package/dist/utils/describe-account.js.map +1 -1
- package/dist/utils/describe-signature.d.ts.map +1 -1
- package/dist/utils/describe-signature.js +66 -14
- package/dist/utils/describe-signature.js.map +1 -1
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +2 -0
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/math.d.ts +1 -13
- package/dist/utils/math.d.ts.map +1 -1
- package/dist/utils/math.js +14 -50
- package/dist/utils/math.js.map +1 -1
- package/dist/utils/misc.d.ts +5 -4
- package/dist/utils/misc.d.ts.map +1 -1
- package/dist/utils/misc.js +6 -6
- package/dist/utils/misc.js.map +1 -1
- package/dist/utils/record-types.d.ts +4 -5
- package/dist/utils/record-types.d.ts.map +1 -1
- package/dist/utils/record-types.js +2 -2
- package/dist/utils/record-types.js.map +1 -1
- package/dist/utils/type-parsers.d.ts +9 -3
- package/dist/utils/type-parsers.d.ts.map +1 -1
- package/dist/utils/type-parsers.js +14 -13
- package/dist/utils/type-parsers.js.map +1 -1
- package/dist/utils/viem-encoding.d.ts +15 -0
- package/dist/utils/viem-encoding.d.ts.map +1 -0
- package/dist/utils/viem-encoding.js +33 -0
- package/dist/utils/viem-encoding.js.map +1 -0
- package/dist/withdrawal-batch.d.ts +6 -7
- package/dist/withdrawal-batch.d.ts.map +1 -1
- package/dist/withdrawal-batch.js +29 -30
- package/dist/withdrawal-batch.js.map +1 -1
- package/dist/withdrawal-status.d.ts +5 -5
- package/dist/withdrawal-status.d.ts.map +1 -1
- package/dist/withdrawal-status.js +15 -12
- package/dist/withdrawal-status.js.map +1 -1
- package/dist/wrapper/index.d.ts +14 -31
- package/dist/wrapper/index.d.ts.map +1 -1
- package/dist/wrapper/index.js +80 -83
- package/dist/wrapper/index.js.map +1 -1
- package/package.json +13 -11
- package/dist/typechain/AccountQuery.d.ts +0 -56
- package/dist/typechain/AccountQuery.d.ts.map +0 -1
- package/dist/typechain/AccountQuery.js +0 -3
- package/dist/typechain/AccountQuery.js.map +0 -1
- package/dist/typechain/AccountsQuery.d.ts +0 -56
- package/dist/typechain/AccountsQuery.d.ts.map +0 -1
- package/dist/typechain/AccountsQuery.js +0 -3
- package/dist/typechain/AccountsQuery.js.map +0 -1
- package/dist/typechain/CheckBorrowersRegistered.d.ts +0 -29
- package/dist/typechain/CheckBorrowersRegistered.d.ts.map +0 -1
- package/dist/typechain/CheckBorrowersRegistered.js +0 -3
- package/dist/typechain/CheckBorrowersRegistered.js.map +0 -1
- package/dist/typechain/CheckSafeSignature.d.ts +0 -29
- package/dist/typechain/CheckSafeSignature.d.ts.map +0 -1
- package/dist/typechain/CheckSafeSignature.js +0 -3
- package/dist/typechain/CheckSafeSignature.js.map +0 -1
- package/dist/typechain/CollateralLens.d.ts +0 -220
- package/dist/typechain/CollateralLens.d.ts.map +0 -1
- package/dist/typechain/CollateralLens.js +0 -3
- package/dist/typechain/CollateralLens.js.map +0 -1
- package/dist/typechain/DescribeSignature.d.ts +0 -102
- package/dist/typechain/DescribeSignature.d.ts.map +0 -1
- package/dist/typechain/DescribeSignature.js +0 -3
- package/dist/typechain/DescribeSignature.js.map +0 -1
- package/dist/typechain/HooksFactory.d.ts +0 -593
- package/dist/typechain/HooksFactory.d.ts.map +0 -1
- package/dist/typechain/HooksFactory.js +0 -3
- package/dist/typechain/HooksFactory.js.map +0 -1
- package/dist/typechain/HooksFactoryRevolving.d.ts +0 -603
- package/dist/typechain/HooksFactoryRevolving.d.ts.map +0 -1
- package/dist/typechain/HooksFactoryRevolving.js +0 -3
- package/dist/typechain/HooksFactoryRevolving.js.map +0 -1
- package/dist/typechain/IERC20.d.ts +0 -232
- package/dist/typechain/IERC20.d.ts.map +0 -1
- package/dist/typechain/IERC20.js +0 -3
- package/dist/typechain/IERC20.js.map +0 -1
- package/dist/typechain/IFixedTermHooks.d.ts +0 -1032
- package/dist/typechain/IFixedTermHooks.d.ts.map +0 -1
- package/dist/typechain/IFixedTermHooks.js +0 -3
- package/dist/typechain/IFixedTermHooks.js.map +0 -1
- package/dist/typechain/IOpenTermHooks.d.ts +0 -987
- package/dist/typechain/IOpenTermHooks.d.ts.map +0 -1
- package/dist/typechain/IOpenTermHooks.js +0 -3
- package/dist/typechain/IOpenTermHooks.js.map +0 -1
- package/dist/typechain/ISafe.d.ts +0 -124
- package/dist/typechain/ISafe.d.ts.map +0 -1
- package/dist/typechain/ISafe.js.map +0 -1
- package/dist/typechain/MarketLens.d.ts +0 -611
- package/dist/typechain/MarketLens.d.ts.map +0 -1
- package/dist/typechain/MarketLens.js +0 -3
- package/dist/typechain/MarketLens.js.map +0 -1
- package/dist/typechain/MarketLensV2.d.ts +0 -704
- package/dist/typechain/MarketLensV2.d.ts.map +0 -1
- package/dist/typechain/MarketLensV2.js +0 -3
- package/dist/typechain/MarketLensV2.js.map +0 -1
- package/dist/typechain/MarketLensV2_5.d.ts +0 -996
- package/dist/typechain/MarketLensV2_5.d.ts.map +0 -1
- package/dist/typechain/MarketLensV2_5.js +0 -3
- package/dist/typechain/MarketLensV2_5.js.map +0 -1
- package/dist/typechain/MockArchControllerOwner.d.ts +0 -130
- package/dist/typechain/MockArchControllerOwner.d.ts.map +0 -1
- package/dist/typechain/MockArchControllerOwner.js +0 -3
- package/dist/typechain/MockArchControllerOwner.js.map +0 -1
- package/dist/typechain/MockERC20Factory.d.ts +0 -122
- package/dist/typechain/MockERC20Factory.d.ts.map +0 -1
- package/dist/typechain/MockERC20Factory.js +0 -3
- package/dist/typechain/MockERC20Factory.js.map +0 -1
- package/dist/typechain/SimpleMarketCollateral.d.ts +0 -270
- package/dist/typechain/SimpleMarketCollateral.d.ts.map +0 -1
- package/dist/typechain/SimpleMarketCollateral.js +0 -3
- package/dist/typechain/SimpleMarketCollateral.js.map +0 -1
- package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatMarketToken.d.ts +0 -176
- package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatMarketToken.d.ts.map +0 -1
- package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatMarketToken.js +0 -3
- package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatMarketToken.js.map +0 -1
- package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel.d.ts +0 -44
- package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel.d.ts.map +0 -1
- package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel.js +0 -3
- package/dist/typechain/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel.js.map +0 -1
- package/dist/typechain/Wildcat4626Wrapper.sol/Wildcat4626Wrapper.d.ts +0 -501
- package/dist/typechain/Wildcat4626Wrapper.sol/Wildcat4626Wrapper.d.ts.map +0 -1
- package/dist/typechain/Wildcat4626Wrapper.sol/Wildcat4626Wrapper.js +0 -3
- package/dist/typechain/Wildcat4626Wrapper.sol/Wildcat4626Wrapper.js.map +0 -1
- package/dist/typechain/Wildcat4626Wrapper.sol/index.d.ts +0 -4
- package/dist/typechain/Wildcat4626Wrapper.sol/index.d.ts.map +0 -1
- package/dist/typechain/Wildcat4626Wrapper.sol/index.js +0 -3
- package/dist/typechain/Wildcat4626Wrapper.sol/index.js.map +0 -1
- package/dist/typechain/Wildcat4626WrapperFactory.d.ts +0 -83
- package/dist/typechain/Wildcat4626WrapperFactory.d.ts.map +0 -1
- package/dist/typechain/Wildcat4626WrapperFactory.js +0 -3
- package/dist/typechain/Wildcat4626WrapperFactory.js.map +0 -1
- package/dist/typechain/WildcatArchController.d.ts +0 -545
- package/dist/typechain/WildcatArchController.d.ts.map +0 -1
- package/dist/typechain/WildcatArchController.js +0 -3
- package/dist/typechain/WildcatArchController.js.map +0 -1
- package/dist/typechain/WildcatCollateralFactory.d.ts +0 -164
- package/dist/typechain/WildcatCollateralFactory.d.ts.map +0 -1
- package/dist/typechain/WildcatCollateralFactory.js +0 -3
- package/dist/typechain/WildcatCollateralFactory.js.map +0 -1
- package/dist/typechain/WildcatMarket.d.ts +0 -1062
- package/dist/typechain/WildcatMarket.d.ts.map +0 -1
- package/dist/typechain/WildcatMarket.js +0 -3
- package/dist/typechain/WildcatMarket.js.map +0 -1
- package/dist/typechain/WildcatMarketController.d.ts +0 -553
- package/dist/typechain/WildcatMarketController.d.ts.map +0 -1
- package/dist/typechain/WildcatMarketController.js +0 -3
- package/dist/typechain/WildcatMarketController.js.map +0 -1
- package/dist/typechain/WildcatMarketControllerFactory.d.ts +0 -344
- package/dist/typechain/WildcatMarketControllerFactory.d.ts.map +0 -1
- package/dist/typechain/WildcatMarketControllerFactory.js +0 -3
- package/dist/typechain/WildcatMarketControllerFactory.js.map +0 -1
- package/dist/typechain/WildcatMarketV2.d.ts +0 -1086
- package/dist/typechain/WildcatMarketV2.d.ts.map +0 -1
- package/dist/typechain/WildcatMarketV2.js +0 -3
- package/dist/typechain/WildcatMarketV2.js.map +0 -1
- package/dist/typechain/common.d.ts +0 -23
- package/dist/typechain/common.d.ts.map +0 -1
- package/dist/typechain/common.js +0 -3
- package/dist/typechain/common.js.map +0 -1
- package/dist/typechain/factories/AccountQuery__factory.d.ts +0 -63
- package/dist/typechain/factories/AccountQuery__factory.d.ts.map +0 -1
- package/dist/typechain/factories/AccountQuery__factory.js +0 -96
- package/dist/typechain/factories/AccountQuery__factory.js.map +0 -1
- package/dist/typechain/factories/AccountsQuery__factory.d.ts +0 -63
- package/dist/typechain/factories/AccountsQuery__factory.d.ts.map +0 -1
- package/dist/typechain/factories/AccountsQuery__factory.js +0 -96
- package/dist/typechain/factories/AccountsQuery__factory.js.map +0 -1
- package/dist/typechain/factories/CheckBorrowersRegistered__factory.d.ts +0 -36
- package/dist/typechain/factories/CheckBorrowersRegistered__factory.d.ts.map +0 -1
- package/dist/typechain/factories/CheckBorrowersRegistered__factory.js +0 -60
- package/dist/typechain/factories/CheckBorrowersRegistered__factory.js.map +0 -1
- package/dist/typechain/factories/CheckSafeSignature__factory.d.ts +0 -40
- package/dist/typechain/factories/CheckSafeSignature__factory.d.ts.map +0 -1
- package/dist/typechain/factories/CheckSafeSignature__factory.js +0 -65
- package/dist/typechain/factories/CheckSafeSignature__factory.js.map +0 -1
- package/dist/typechain/factories/CollateralLens__factory.d.ts +0 -854
- package/dist/typechain/factories/CollateralLens__factory.d.ts.map +0 -1
- package/dist/typechain/factories/CollateralLens__factory.js +0 -1101
- package/dist/typechain/factories/CollateralLens__factory.js.map +0 -1
- package/dist/typechain/factories/DescribeSignature__factory.d.ts +0 -145
- package/dist/typechain/factories/DescribeSignature__factory.d.ts.map +0 -1
- package/dist/typechain/factories/DescribeSignature__factory.js +0 -203
- package/dist/typechain/factories/DescribeSignature__factory.js.map +0 -1
- package/dist/typechain/factories/HooksFactoryRevolving__factory.d.ts +0 -872
- package/dist/typechain/factories/HooksFactoryRevolving__factory.d.ts.map +0 -1
- package/dist/typechain/factories/HooksFactoryRevolving__factory.js +0 -1131
- package/dist/typechain/factories/HooksFactoryRevolving__factory.js.map +0 -1
- package/dist/typechain/factories/HooksFactory__factory.d.ts +0 -902
- package/dist/typechain/factories/HooksFactory__factory.d.ts.map +0 -1
- package/dist/typechain/factories/HooksFactory__factory.js +0 -1168
- package/dist/typechain/factories/HooksFactory__factory.js.map +0 -1
- package/dist/typechain/factories/IERC20__factory.d.ts +0 -235
- package/dist/typechain/factories/IERC20__factory.d.ts.map +0 -1
- package/dist/typechain/factories/IERC20__factory.js +0 -315
- package/dist/typechain/factories/IERC20__factory.js.map +0 -1
- package/dist/typechain/factories/IFixedTermHooks__factory.d.ts +0 -1894
- package/dist/typechain/factories/IFixedTermHooks__factory.d.ts.map +0 -1
- package/dist/typechain/factories/IFixedTermHooks__factory.js +0 -2423
- package/dist/typechain/factories/IFixedTermHooks__factory.js.map +0 -1
- package/dist/typechain/factories/IOpenTermHooks__factory.d.ts +0 -1791
- package/dist/typechain/factories/IOpenTermHooks__factory.d.ts.map +0 -1
- package/dist/typechain/factories/IOpenTermHooks__factory.js +0 -2293
- package/dist/typechain/factories/IOpenTermHooks__factory.js.map +0 -1
- package/dist/typechain/factories/ISafe__factory.d.ts +0 -163
- package/dist/typechain/factories/ISafe__factory.d.ts.map +0 -1
- package/dist/typechain/factories/ISafe__factory.js +0 -225
- package/dist/typechain/factories/ISafe__factory.js.map +0 -1
- package/dist/typechain/factories/MarketLensV2_5__factory.d.ts +0 -14397
- package/dist/typechain/factories/MarketLensV2_5__factory.d.ts.map +0 -1
- package/dist/typechain/factories/MarketLensV2_5__factory.js +0 -18393
- package/dist/typechain/factories/MarketLensV2_5__factory.js.map +0 -1
- package/dist/typechain/factories/MarketLensV2__factory.d.ts +0 -6612
- package/dist/typechain/factories/MarketLensV2__factory.d.ts.map +0 -1
- package/dist/typechain/factories/MarketLensV2__factory.js +0 -8454
- package/dist/typechain/factories/MarketLensV2__factory.js.map +0 -1
- package/dist/typechain/factories/MarketLens__factory.d.ts +0 -3572
- package/dist/typechain/factories/MarketLens__factory.d.ts.map +0 -1
- package/dist/typechain/factories/MarketLens__factory.js +0 -4569
- package/dist/typechain/factories/MarketLens__factory.js.map +0 -1
- package/dist/typechain/factories/MockArchControllerOwner__factory.d.ts +0 -85
- package/dist/typechain/factories/MockArchControllerOwner__factory.d.ts.map +0 -1
- package/dist/typechain/factories/MockArchControllerOwner__factory.js +0 -118
- package/dist/typechain/factories/MockArchControllerOwner__factory.js.map +0 -1
- package/dist/typechain/factories/MockERC20Factory__factory.d.ts +0 -114
- package/dist/typechain/factories/MockERC20Factory__factory.d.ts.map +0 -1
- package/dist/typechain/factories/MockERC20Factory__factory.js +0 -157
- package/dist/typechain/factories/MockERC20Factory__factory.js.map +0 -1
- package/dist/typechain/factories/SimpleMarketCollateral__factory.d.ts +0 -264
- package/dist/typechain/factories/SimpleMarketCollateral__factory.d.ts.map +0 -1
- package/dist/typechain/factories/SimpleMarketCollateral__factory.js +0 -354
- package/dist/typechain/factories/SimpleMarketCollateral__factory.js.map +0 -1
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatMarketToken__factory.d.ts +0 -193
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatMarketToken__factory.d.ts.map +0 -1
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatMarketToken__factory.js +0 -263
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatMarketToken__factory.js.map +0 -1
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel__factory.d.ts +0 -27
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel__factory.d.ts.map +0 -1
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel__factory.js +0 -44
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/IWildcatSanctionsSentinel__factory.js.map +0 -1
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/Wildcat4626Wrapper__factory.d.ts +0 -718
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/Wildcat4626Wrapper__factory.d.ts.map +0 -1
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/Wildcat4626Wrapper__factory.js +0 -946
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/Wildcat4626Wrapper__factory.js.map +0 -1
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/index.d.ts +0 -4
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/index.d.ts.map +0 -1
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/index.js +0 -13
- package/dist/typechain/factories/Wildcat4626Wrapper.sol/index.js.map +0 -1
- package/dist/typechain/factories/Wildcat4626WrapperFactory__factory.d.ts +0 -82
- package/dist/typechain/factories/Wildcat4626WrapperFactory__factory.d.ts.map +0 -1
- package/dist/typechain/factories/Wildcat4626WrapperFactory__factory.js +0 -117
- package/dist/typechain/factories/Wildcat4626WrapperFactory__factory.js.map +0 -1
- package/dist/typechain/factories/WildcatArchController__factory.d.ts +0 -554
- package/dist/typechain/factories/WildcatArchController__factory.d.ts.map +0 -1
- package/dist/typechain/factories/WildcatArchController__factory.js +0 -728
- package/dist/typechain/factories/WildcatArchController__factory.js.map +0 -1
- package/dist/typechain/factories/WildcatCollateralFactory__factory.d.ts +0 -160
- package/dist/typechain/factories/WildcatCollateralFactory__factory.d.ts.map +0 -1
- package/dist/typechain/factories/WildcatCollateralFactory__factory.js +0 -223
- package/dist/typechain/factories/WildcatCollateralFactory__factory.js.map +0 -1
- package/dist/typechain/factories/WildcatMarketControllerFactory__factory.d.ts +0 -421
- package/dist/typechain/factories/WildcatMarketControllerFactory__factory.d.ts.map +0 -1
- package/dist/typechain/factories/WildcatMarketControllerFactory__factory.js +0 -549
- package/dist/typechain/factories/WildcatMarketControllerFactory__factory.js.map +0 -1
- package/dist/typechain/factories/WildcatMarketController__factory.d.ts +0 -671
- package/dist/typechain/factories/WildcatMarketController__factory.d.ts.map +0 -1
- package/dist/typechain/factories/WildcatMarketController__factory.js +0 -870
- package/dist/typechain/factories/WildcatMarketController__factory.js.map +0 -1
- package/dist/typechain/factories/WildcatMarketV2__factory.d.ts +0 -1304
- package/dist/typechain/factories/WildcatMarketV2__factory.d.ts.map +0 -1
- package/dist/typechain/factories/WildcatMarketV2__factory.js +0 -1680
- package/dist/typechain/factories/WildcatMarketV2__factory.js.map +0 -1
- package/dist/typechain/factories/WildcatMarket__factory.d.ts +0 -1326
- package/dist/typechain/factories/WildcatMarket__factory.d.ts.map +0 -1
- package/dist/typechain/factories/WildcatMarket__factory.js +0 -1712
- package/dist/typechain/factories/WildcatMarket__factory.js.map +0 -1
- package/dist/typechain/factories/index.d.ts +0 -27
- package/dist/typechain/factories/index.d.ts.map +0 -1
- package/dist/typechain/factories/index.js +0 -81
- package/dist/typechain/factories/index.js.map +0 -1
- package/dist/typechain/index.d.ts +0 -73
- package/dist/typechain/index.d.ts.map +0 -1
- package/dist/typechain/index.js +0 -84
- package/dist/typechain/index.js.map +0 -1
package/dist/gql/graphql.d.ts
CHANGED
|
@@ -658,6 +658,7 @@ export declare enum SubgraphAccountMadeFirstDeposit_OrderBy {
|
|
|
658
658
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
659
659
|
MarketBorrowIndex = "market__borrowIndex",
|
|
660
660
|
MarketBorrower = "market__borrower",
|
|
661
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
661
662
|
MarketCreatedAt = "market__createdAt",
|
|
662
663
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
663
664
|
MarketDecimals = "market__decimals",
|
|
@@ -665,6 +666,7 @@ export declare enum SubgraphAccountMadeFirstDeposit_OrderBy {
|
|
|
665
666
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
666
667
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
667
668
|
MarketDepositIndex = "market__depositIndex",
|
|
669
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
668
670
|
MarketEventIndex = "market__eventIndex",
|
|
669
671
|
MarketFeeRecipient = "market__feeRecipient",
|
|
670
672
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -677,6 +679,7 @@ export declare enum SubgraphAccountMadeFirstDeposit_OrderBy {
|
|
|
677
679
|
MarketIsRegistered = "market__isRegistered",
|
|
678
680
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
679
681
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
682
|
+
MarketMarketType = "market__marketType",
|
|
680
683
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
681
684
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
682
685
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -970,6 +973,7 @@ export declare enum SubgraphAnnualInterestBipsUpdated_OrderBy {
|
|
|
970
973
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
971
974
|
MarketBorrowIndex = "market__borrowIndex",
|
|
972
975
|
MarketBorrower = "market__borrower",
|
|
976
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
973
977
|
MarketCreatedAt = "market__createdAt",
|
|
974
978
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
975
979
|
MarketDecimals = "market__decimals",
|
|
@@ -977,6 +981,7 @@ export declare enum SubgraphAnnualInterestBipsUpdated_OrderBy {
|
|
|
977
981
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
978
982
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
979
983
|
MarketDepositIndex = "market__depositIndex",
|
|
984
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
980
985
|
MarketEventIndex = "market__eventIndex",
|
|
981
986
|
MarketFeeRecipient = "market__feeRecipient",
|
|
982
987
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -989,6 +994,7 @@ export declare enum SubgraphAnnualInterestBipsUpdated_OrderBy {
|
|
|
989
994
|
MarketIsRegistered = "market__isRegistered",
|
|
990
995
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
991
996
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
997
|
+
MarketMarketType = "market__marketType",
|
|
992
998
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
993
999
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
994
1000
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -1251,6 +1257,7 @@ export type SubgraphArchController = {
|
|
|
1251
1257
|
borrowers: SubgraphRegisteredBorrower[];
|
|
1252
1258
|
controllerFactories: SubgraphControllerFactory[];
|
|
1253
1259
|
controllers: SubgraphController[];
|
|
1260
|
+
hooksFactories: SubgraphHooksFactory[];
|
|
1254
1261
|
hooksFactory?: Maybe<SubgraphHooksFactory>;
|
|
1255
1262
|
id: Scalars["ID"]["output"];
|
|
1256
1263
|
markets: SubgraphMarket[];
|
|
@@ -1276,6 +1283,13 @@ export type SubgraphArchControllerControllersArgs = {
|
|
|
1276
1283
|
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1277
1284
|
where?: InputMaybe<SubgraphController_Filter>;
|
|
1278
1285
|
};
|
|
1286
|
+
export type SubgraphArchControllerHooksFactoriesArgs = {
|
|
1287
|
+
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1288
|
+
orderBy?: InputMaybe<SubgraphHooksFactory_OrderBy>;
|
|
1289
|
+
orderDirection?: InputMaybe<SubgraphOrderDirection>;
|
|
1290
|
+
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1291
|
+
where?: InputMaybe<SubgraphHooksFactory_Filter>;
|
|
1292
|
+
};
|
|
1279
1293
|
export type SubgraphArchControllerMarketsArgs = {
|
|
1280
1294
|
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
1281
1295
|
orderBy?: InputMaybe<SubgraphMarket_OrderBy>;
|
|
@@ -1290,6 +1304,7 @@ export type SubgraphArchController_Filter = {
|
|
|
1290
1304
|
borrowers_?: InputMaybe<SubgraphRegisteredBorrower_Filter>;
|
|
1291
1305
|
controllerFactories_?: InputMaybe<SubgraphControllerFactory_Filter>;
|
|
1292
1306
|
controllers_?: InputMaybe<SubgraphController_Filter>;
|
|
1307
|
+
hooksFactories_?: InputMaybe<SubgraphHooksFactory_Filter>;
|
|
1293
1308
|
hooksFactory_?: InputMaybe<SubgraphHooksFactory_Filter>;
|
|
1294
1309
|
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
1295
1310
|
id_gt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
@@ -1306,10 +1321,12 @@ export declare enum SubgraphArchController_OrderBy {
|
|
|
1306
1321
|
Borrowers = "borrowers",
|
|
1307
1322
|
ControllerFactories = "controllerFactories",
|
|
1308
1323
|
Controllers = "controllers",
|
|
1324
|
+
HooksFactories = "hooksFactories",
|
|
1309
1325
|
HooksFactory = "hooksFactory",
|
|
1310
1326
|
HooksFactoryEventIndex = "hooksFactory__eventIndex",
|
|
1311
1327
|
HooksFactoryId = "hooksFactory__id",
|
|
1312
1328
|
HooksFactoryIsRegistered = "hooksFactory__isRegistered",
|
|
1329
|
+
HooksFactoryMarketType = "hooksFactory__marketType",
|
|
1313
1330
|
HooksFactorySentinel = "hooksFactory__sentinel",
|
|
1314
1331
|
Id = "id",
|
|
1315
1332
|
Markets = "markets"
|
|
@@ -1440,6 +1457,7 @@ export declare enum SubgraphBorrow_OrderBy {
|
|
|
1440
1457
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
1441
1458
|
MarketBorrowIndex = "market__borrowIndex",
|
|
1442
1459
|
MarketBorrower = "market__borrower",
|
|
1460
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
1443
1461
|
MarketCreatedAt = "market__createdAt",
|
|
1444
1462
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
1445
1463
|
MarketDecimals = "market__decimals",
|
|
@@ -1447,6 +1465,7 @@ export declare enum SubgraphBorrow_OrderBy {
|
|
|
1447
1465
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
1448
1466
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
1449
1467
|
MarketDepositIndex = "market__depositIndex",
|
|
1468
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
1450
1469
|
MarketEventIndex = "market__eventIndex",
|
|
1451
1470
|
MarketFeeRecipient = "market__feeRecipient",
|
|
1452
1471
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -1459,6 +1478,7 @@ export declare enum SubgraphBorrow_OrderBy {
|
|
|
1459
1478
|
MarketIsRegistered = "market__isRegistered",
|
|
1460
1479
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
1461
1480
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
1481
|
+
MarketMarketType = "market__marketType",
|
|
1462
1482
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
1463
1483
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
1464
1484
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -2611,6 +2631,7 @@ export declare enum SubgraphDebtRepaid_OrderBy {
|
|
|
2611
2631
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
2612
2632
|
MarketBorrowIndex = "market__borrowIndex",
|
|
2613
2633
|
MarketBorrower = "market__borrower",
|
|
2634
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
2614
2635
|
MarketCreatedAt = "market__createdAt",
|
|
2615
2636
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
2616
2637
|
MarketDecimals = "market__decimals",
|
|
@@ -2618,6 +2639,7 @@ export declare enum SubgraphDebtRepaid_OrderBy {
|
|
|
2618
2639
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
2619
2640
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
2620
2641
|
MarketDepositIndex = "market__depositIndex",
|
|
2642
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
2621
2643
|
MarketEventIndex = "market__eventIndex",
|
|
2622
2644
|
MarketFeeRecipient = "market__feeRecipient",
|
|
2623
2645
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -2630,6 +2652,7 @@ export declare enum SubgraphDebtRepaid_OrderBy {
|
|
|
2630
2652
|
MarketIsRegistered = "market__isRegistered",
|
|
2631
2653
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
2632
2654
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
2655
|
+
MarketMarketType = "market__marketType",
|
|
2633
2656
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
2634
2657
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
2635
2658
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -2664,6 +2687,7 @@ export declare enum SubgraphDebtRepaid_OrderBy {
|
|
|
2664
2687
|
}
|
|
2665
2688
|
export type SubgraphDelinquencyStatusChanged = {
|
|
2666
2689
|
__typename: "DelinquencyStatusChanged";
|
|
2690
|
+
blockLogIndex: Scalars["Int"]["output"];
|
|
2667
2691
|
blockNumber: Scalars["Int"]["output"];
|
|
2668
2692
|
blockTimestamp: Scalars["Int"]["output"];
|
|
2669
2693
|
delinquencyStatusChangedIndex: Scalars["Int"]["output"];
|
|
@@ -2679,6 +2703,14 @@ export type SubgraphDelinquencyStatusChanged_Filter = {
|
|
|
2679
2703
|
/** Filter for the block changed event. */
|
|
2680
2704
|
_change_block?: InputMaybe<SubgraphBlockChangedFilter>;
|
|
2681
2705
|
and?: InputMaybe<Array<InputMaybe<SubgraphDelinquencyStatusChanged_Filter>>>;
|
|
2706
|
+
blockLogIndex?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2707
|
+
blockLogIndex_gt?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2708
|
+
blockLogIndex_gte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2709
|
+
blockLogIndex_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
2710
|
+
blockLogIndex_lt?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2711
|
+
blockLogIndex_lte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2712
|
+
blockLogIndex_not?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2713
|
+
blockLogIndex_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
2682
2714
|
blockNumber?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2683
2715
|
blockNumber_gt?: InputMaybe<Scalars["Int"]["input"]>;
|
|
2684
2716
|
blockNumber_gte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -2773,6 +2805,7 @@ export type SubgraphDelinquencyStatusChanged_Filter = {
|
|
|
2773
2805
|
transactionHash_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
|
|
2774
2806
|
};
|
|
2775
2807
|
export declare enum SubgraphDelinquencyStatusChanged_OrderBy {
|
|
2808
|
+
BlockLogIndex = "blockLogIndex",
|
|
2776
2809
|
BlockNumber = "blockNumber",
|
|
2777
2810
|
BlockTimestamp = "blockTimestamp",
|
|
2778
2811
|
DelinquencyStatusChangedIndex = "delinquencyStatusChangedIndex",
|
|
@@ -2785,6 +2818,7 @@ export declare enum SubgraphDelinquencyStatusChanged_OrderBy {
|
|
|
2785
2818
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
2786
2819
|
MarketBorrowIndex = "market__borrowIndex",
|
|
2787
2820
|
MarketBorrower = "market__borrower",
|
|
2821
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
2788
2822
|
MarketCreatedAt = "market__createdAt",
|
|
2789
2823
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
2790
2824
|
MarketDecimals = "market__decimals",
|
|
@@ -2792,6 +2826,7 @@ export declare enum SubgraphDelinquencyStatusChanged_OrderBy {
|
|
|
2792
2826
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
2793
2827
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
2794
2828
|
MarketDepositIndex = "market__depositIndex",
|
|
2829
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
2795
2830
|
MarketEventIndex = "market__eventIndex",
|
|
2796
2831
|
MarketFeeRecipient = "market__feeRecipient",
|
|
2797
2832
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -2804,6 +2839,7 @@ export declare enum SubgraphDelinquencyStatusChanged_OrderBy {
|
|
|
2804
2839
|
MarketIsRegistered = "market__isRegistered",
|
|
2805
2840
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
2806
2841
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
2842
|
+
MarketMarketType = "market__marketType",
|
|
2807
2843
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
2808
2844
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
2809
2845
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -2998,6 +3034,7 @@ export declare enum SubgraphDeposit_OrderBy {
|
|
|
2998
3034
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
2999
3035
|
MarketBorrowIndex = "market__borrowIndex",
|
|
3000
3036
|
MarketBorrower = "market__borrower",
|
|
3037
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
3001
3038
|
MarketCreatedAt = "market__createdAt",
|
|
3002
3039
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
3003
3040
|
MarketDecimals = "market__decimals",
|
|
@@ -3005,6 +3042,7 @@ export declare enum SubgraphDeposit_OrderBy {
|
|
|
3005
3042
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
3006
3043
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
3007
3044
|
MarketDepositIndex = "market__depositIndex",
|
|
3045
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
3008
3046
|
MarketEventIndex = "market__eventIndex",
|
|
3009
3047
|
MarketFeeRecipient = "market__feeRecipient",
|
|
3010
3048
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -3017,6 +3055,7 @@ export declare enum SubgraphDeposit_OrderBy {
|
|
|
3017
3055
|
MarketIsRegistered = "market__isRegistered",
|
|
3018
3056
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
3019
3057
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
3058
|
+
MarketMarketType = "market__marketType",
|
|
3020
3059
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
3021
3060
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
3022
3061
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -3177,6 +3216,7 @@ export declare enum SubgraphDisabledForceBuyBacks_OrderBy {
|
|
|
3177
3216
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
3178
3217
|
MarketBorrowIndex = "market__borrowIndex",
|
|
3179
3218
|
MarketBorrower = "market__borrower",
|
|
3219
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
3180
3220
|
MarketCreatedAt = "market__createdAt",
|
|
3181
3221
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
3182
3222
|
MarketDecimals = "market__decimals",
|
|
@@ -3184,6 +3224,7 @@ export declare enum SubgraphDisabledForceBuyBacks_OrderBy {
|
|
|
3184
3224
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
3185
3225
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
3186
3226
|
MarketDepositIndex = "market__depositIndex",
|
|
3227
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
3187
3228
|
MarketEventIndex = "market__eventIndex",
|
|
3188
3229
|
MarketFeeRecipient = "market__feeRecipient",
|
|
3189
3230
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -3196,6 +3237,7 @@ export declare enum SubgraphDisabledForceBuyBacks_OrderBy {
|
|
|
3196
3237
|
MarketIsRegistered = "market__isRegistered",
|
|
3197
3238
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
3198
3239
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
3240
|
+
MarketMarketType = "market__marketType",
|
|
3199
3241
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
3200
3242
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
3201
3243
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -3228,6 +3270,205 @@ export declare enum SubgraphDisabledForceBuyBacks_OrderBy {
|
|
|
3228
3270
|
MarketWithdrawalRequestsIndex = "market__withdrawalRequestsIndex",
|
|
3229
3271
|
TransactionHash = "transactionHash"
|
|
3230
3272
|
}
|
|
3273
|
+
export type SubgraphFactoryHooksTemplate = {
|
|
3274
|
+
__typename: "FactoryHooksTemplate";
|
|
3275
|
+
deployedInstances: SubgraphHooksInstanceDeployed[];
|
|
3276
|
+
disabled: Scalars["Boolean"]["output"];
|
|
3277
|
+
feeRecipient: Scalars["Bytes"]["output"];
|
|
3278
|
+
hooksFactory: SubgraphHooksFactory;
|
|
3279
|
+
hooksInstances: SubgraphHooksInstance[];
|
|
3280
|
+
hooksTemplate: SubgraphHooksTemplate;
|
|
3281
|
+
id: Scalars["ID"]["output"];
|
|
3282
|
+
name: Scalars["String"]["output"];
|
|
3283
|
+
originationFeeAmount: Scalars["BigInt"]["output"];
|
|
3284
|
+
originationFeeAsset?: Maybe<SubgraphToken>;
|
|
3285
|
+
protocolFeeBips: Scalars["Int"]["output"];
|
|
3286
|
+
templateAddress: Scalars["Bytes"]["output"];
|
|
3287
|
+
};
|
|
3288
|
+
export type SubgraphFactoryHooksTemplateDeployedInstancesArgs = {
|
|
3289
|
+
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3290
|
+
orderBy?: InputMaybe<SubgraphHooksInstanceDeployed_OrderBy>;
|
|
3291
|
+
orderDirection?: InputMaybe<SubgraphOrderDirection>;
|
|
3292
|
+
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3293
|
+
where?: InputMaybe<SubgraphHooksInstanceDeployed_Filter>;
|
|
3294
|
+
};
|
|
3295
|
+
export type SubgraphFactoryHooksTemplateHooksInstancesArgs = {
|
|
3296
|
+
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3297
|
+
orderBy?: InputMaybe<SubgraphHooksInstance_OrderBy>;
|
|
3298
|
+
orderDirection?: InputMaybe<SubgraphOrderDirection>;
|
|
3299
|
+
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3300
|
+
where?: InputMaybe<SubgraphHooksInstance_Filter>;
|
|
3301
|
+
};
|
|
3302
|
+
export type SubgraphFactoryHooksTemplate_Filter = {
|
|
3303
|
+
/** Filter for the block changed event. */
|
|
3304
|
+
_change_block?: InputMaybe<SubgraphBlockChangedFilter>;
|
|
3305
|
+
and?: InputMaybe<Array<InputMaybe<SubgraphFactoryHooksTemplate_Filter>>>;
|
|
3306
|
+
deployedInstances_?: InputMaybe<SubgraphHooksInstanceDeployed_Filter>;
|
|
3307
|
+
disabled?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
3308
|
+
disabled_in?: InputMaybe<Array<Scalars["Boolean"]["input"]>>;
|
|
3309
|
+
disabled_not?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
3310
|
+
disabled_not_in?: InputMaybe<Array<Scalars["Boolean"]["input"]>>;
|
|
3311
|
+
feeRecipient?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3312
|
+
feeRecipient_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3313
|
+
feeRecipient_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3314
|
+
feeRecipient_gte?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3315
|
+
feeRecipient_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
|
|
3316
|
+
feeRecipient_lt?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3317
|
+
feeRecipient_lte?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3318
|
+
feeRecipient_not?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3319
|
+
feeRecipient_not_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3320
|
+
feeRecipient_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
|
|
3321
|
+
hooksFactory?: InputMaybe<Scalars["String"]["input"]>;
|
|
3322
|
+
hooksFactory_?: InputMaybe<SubgraphHooksFactory_Filter>;
|
|
3323
|
+
hooksFactory_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
3324
|
+
hooksFactory_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3325
|
+
hooksFactory_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3326
|
+
hooksFactory_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3327
|
+
hooksFactory_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
3328
|
+
hooksFactory_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
3329
|
+
hooksFactory_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
3330
|
+
hooksFactory_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
3331
|
+
hooksFactory_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
3332
|
+
hooksFactory_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
3333
|
+
hooksFactory_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
3334
|
+
hooksFactory_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3335
|
+
hooksFactory_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3336
|
+
hooksFactory_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3337
|
+
hooksFactory_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
3338
|
+
hooksFactory_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3339
|
+
hooksFactory_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3340
|
+
hooksFactory_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3341
|
+
hooksFactory_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3342
|
+
hooksInstances_?: InputMaybe<SubgraphHooksInstance_Filter>;
|
|
3343
|
+
hooksTemplate?: InputMaybe<Scalars["String"]["input"]>;
|
|
3344
|
+
hooksTemplate_?: InputMaybe<SubgraphHooksTemplate_Filter>;
|
|
3345
|
+
hooksTemplate_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
3346
|
+
hooksTemplate_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3347
|
+
hooksTemplate_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3348
|
+
hooksTemplate_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3349
|
+
hooksTemplate_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
3350
|
+
hooksTemplate_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
3351
|
+
hooksTemplate_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
3352
|
+
hooksTemplate_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
3353
|
+
hooksTemplate_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
3354
|
+
hooksTemplate_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
3355
|
+
hooksTemplate_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
3356
|
+
hooksTemplate_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3357
|
+
hooksTemplate_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3358
|
+
hooksTemplate_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3359
|
+
hooksTemplate_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
3360
|
+
hooksTemplate_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3361
|
+
hooksTemplate_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3362
|
+
hooksTemplate_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3363
|
+
hooksTemplate_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3364
|
+
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
3365
|
+
id_gt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
3366
|
+
id_gte?: InputMaybe<Scalars["ID"]["input"]>;
|
|
3367
|
+
id_in?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
3368
|
+
id_lt?: InputMaybe<Scalars["ID"]["input"]>;
|
|
3369
|
+
id_lte?: InputMaybe<Scalars["ID"]["input"]>;
|
|
3370
|
+
id_not?: InputMaybe<Scalars["ID"]["input"]>;
|
|
3371
|
+
id_not_in?: InputMaybe<Array<Scalars["ID"]["input"]>>;
|
|
3372
|
+
name?: InputMaybe<Scalars["String"]["input"]>;
|
|
3373
|
+
name_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
3374
|
+
name_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3375
|
+
name_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3376
|
+
name_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3377
|
+
name_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
3378
|
+
name_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
3379
|
+
name_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
3380
|
+
name_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
3381
|
+
name_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
3382
|
+
name_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
3383
|
+
name_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
3384
|
+
name_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3385
|
+
name_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3386
|
+
name_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3387
|
+
name_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
3388
|
+
name_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3389
|
+
name_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3390
|
+
name_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3391
|
+
name_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3392
|
+
or?: InputMaybe<Array<InputMaybe<SubgraphFactoryHooksTemplate_Filter>>>;
|
|
3393
|
+
originationFeeAmount?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
3394
|
+
originationFeeAmount_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
3395
|
+
originationFeeAmount_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
3396
|
+
originationFeeAmount_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
|
|
3397
|
+
originationFeeAmount_lt?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
3398
|
+
originationFeeAmount_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
3399
|
+
originationFeeAmount_not?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
3400
|
+
originationFeeAmount_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
|
|
3401
|
+
originationFeeAsset?: InputMaybe<Scalars["String"]["input"]>;
|
|
3402
|
+
originationFeeAsset_?: InputMaybe<SubgraphToken_Filter>;
|
|
3403
|
+
originationFeeAsset_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
3404
|
+
originationFeeAsset_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3405
|
+
originationFeeAsset_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3406
|
+
originationFeeAsset_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3407
|
+
originationFeeAsset_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
3408
|
+
originationFeeAsset_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
3409
|
+
originationFeeAsset_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
3410
|
+
originationFeeAsset_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
3411
|
+
originationFeeAsset_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
3412
|
+
originationFeeAsset_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
3413
|
+
originationFeeAsset_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
3414
|
+
originationFeeAsset_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3415
|
+
originationFeeAsset_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3416
|
+
originationFeeAsset_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3417
|
+
originationFeeAsset_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
3418
|
+
originationFeeAsset_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3419
|
+
originationFeeAsset_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3420
|
+
originationFeeAsset_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
3421
|
+
originationFeeAsset_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
3422
|
+
protocolFeeBips?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3423
|
+
protocolFeeBips_gt?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3424
|
+
protocolFeeBips_gte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3425
|
+
protocolFeeBips_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
3426
|
+
protocolFeeBips_lt?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3427
|
+
protocolFeeBips_lte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3428
|
+
protocolFeeBips_not?: InputMaybe<Scalars["Int"]["input"]>;
|
|
3429
|
+
protocolFeeBips_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
3430
|
+
templateAddress?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3431
|
+
templateAddress_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3432
|
+
templateAddress_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3433
|
+
templateAddress_gte?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3434
|
+
templateAddress_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
|
|
3435
|
+
templateAddress_lt?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3436
|
+
templateAddress_lte?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3437
|
+
templateAddress_not?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3438
|
+
templateAddress_not_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
3439
|
+
templateAddress_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
|
|
3440
|
+
};
|
|
3441
|
+
export declare enum SubgraphFactoryHooksTemplate_OrderBy {
|
|
3442
|
+
DeployedInstances = "deployedInstances",
|
|
3443
|
+
Disabled = "disabled",
|
|
3444
|
+
FeeRecipient = "feeRecipient",
|
|
3445
|
+
HooksFactory = "hooksFactory",
|
|
3446
|
+
HooksFactoryEventIndex = "hooksFactory__eventIndex",
|
|
3447
|
+
HooksFactoryId = "hooksFactory__id",
|
|
3448
|
+
HooksFactoryIsRegistered = "hooksFactory__isRegistered",
|
|
3449
|
+
HooksFactoryMarketType = "hooksFactory__marketType",
|
|
3450
|
+
HooksFactorySentinel = "hooksFactory__sentinel",
|
|
3451
|
+
HooksInstances = "hooksInstances",
|
|
3452
|
+
HooksTemplate = "hooksTemplate",
|
|
3453
|
+
HooksTemplateDisabled = "hooksTemplate__disabled",
|
|
3454
|
+
HooksTemplateFeeRecipient = "hooksTemplate__feeRecipient",
|
|
3455
|
+
HooksTemplateId = "hooksTemplate__id",
|
|
3456
|
+
HooksTemplateName = "hooksTemplate__name",
|
|
3457
|
+
HooksTemplateOriginationFeeAmount = "hooksTemplate__originationFeeAmount",
|
|
3458
|
+
HooksTemplateProtocolFeeBips = "hooksTemplate__protocolFeeBips",
|
|
3459
|
+
Id = "id",
|
|
3460
|
+
Name = "name",
|
|
3461
|
+
OriginationFeeAmount = "originationFeeAmount",
|
|
3462
|
+
OriginationFeeAsset = "originationFeeAsset",
|
|
3463
|
+
OriginationFeeAssetAddress = "originationFeeAsset__address",
|
|
3464
|
+
OriginationFeeAssetDecimals = "originationFeeAsset__decimals",
|
|
3465
|
+
OriginationFeeAssetId = "originationFeeAsset__id",
|
|
3466
|
+
OriginationFeeAssetIsMock = "originationFeeAsset__isMock",
|
|
3467
|
+
OriginationFeeAssetName = "originationFeeAsset__name",
|
|
3468
|
+
OriginationFeeAssetSymbol = "originationFeeAsset__symbol",
|
|
3469
|
+
ProtocolFeeBips = "protocolFeeBips",
|
|
3470
|
+
TemplateAddress = "templateAddress"
|
|
3471
|
+
}
|
|
3231
3472
|
export type SubgraphFeesCollected = {
|
|
3232
3473
|
__typename: "FeesCollected";
|
|
3233
3474
|
blockLogIndex: Scalars["Int"]["output"];
|
|
@@ -3346,6 +3587,7 @@ export declare enum SubgraphFeesCollected_OrderBy {
|
|
|
3346
3587
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
3347
3588
|
MarketBorrowIndex = "market__borrowIndex",
|
|
3348
3589
|
MarketBorrower = "market__borrower",
|
|
3590
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
3349
3591
|
MarketCreatedAt = "market__createdAt",
|
|
3350
3592
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
3351
3593
|
MarketDecimals = "market__decimals",
|
|
@@ -3353,6 +3595,7 @@ export declare enum SubgraphFeesCollected_OrderBy {
|
|
|
3353
3595
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
3354
3596
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
3355
3597
|
MarketDepositIndex = "market__depositIndex",
|
|
3598
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
3356
3599
|
MarketEventIndex = "market__eventIndex",
|
|
3357
3600
|
MarketFeeRecipient = "market__feeRecipient",
|
|
3358
3601
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -3365,6 +3608,7 @@ export declare enum SubgraphFeesCollected_OrderBy {
|
|
|
3365
3608
|
MarketIsRegistered = "market__isRegistered",
|
|
3366
3609
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
3367
3610
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
3611
|
+
MarketMarketType = "market__marketType",
|
|
3368
3612
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
3369
3613
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
3370
3614
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -3552,6 +3796,7 @@ export declare enum SubgraphFixedTermUpdated_OrderBy {
|
|
|
3552
3796
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
3553
3797
|
MarketBorrowIndex = "market__borrowIndex",
|
|
3554
3798
|
MarketBorrower = "market__borrower",
|
|
3799
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
3555
3800
|
MarketCreatedAt = "market__createdAt",
|
|
3556
3801
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
3557
3802
|
MarketDecimals = "market__decimals",
|
|
@@ -3559,6 +3804,7 @@ export declare enum SubgraphFixedTermUpdated_OrderBy {
|
|
|
3559
3804
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
3560
3805
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
3561
3806
|
MarketDepositIndex = "market__depositIndex",
|
|
3807
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
3562
3808
|
MarketEventIndex = "market__eventIndex",
|
|
3563
3809
|
MarketFeeRecipient = "market__feeRecipient",
|
|
3564
3810
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -3571,6 +3817,7 @@ export declare enum SubgraphFixedTermUpdated_OrderBy {
|
|
|
3571
3817
|
MarketIsRegistered = "market__isRegistered",
|
|
3572
3818
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
3573
3819
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
3820
|
+
MarketMarketType = "market__marketType",
|
|
3574
3821
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
3575
3822
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
3576
3823
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -3774,6 +4021,7 @@ export declare enum SubgraphForceBuyBack_OrderBy {
|
|
|
3774
4021
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
3775
4022
|
MarketBorrowIndex = "market__borrowIndex",
|
|
3776
4023
|
MarketBorrower = "market__borrower",
|
|
4024
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
3777
4025
|
MarketCreatedAt = "market__createdAt",
|
|
3778
4026
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
3779
4027
|
MarketDecimals = "market__decimals",
|
|
@@ -3781,6 +4029,7 @@ export declare enum SubgraphForceBuyBack_OrderBy {
|
|
|
3781
4029
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
3782
4030
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
3783
4031
|
MarketDepositIndex = "market__depositIndex",
|
|
4032
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
3784
4033
|
MarketEventIndex = "market__eventIndex",
|
|
3785
4034
|
MarketFeeRecipient = "market__feeRecipient",
|
|
3786
4035
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -3793,6 +4042,7 @@ export declare enum SubgraphForceBuyBack_OrderBy {
|
|
|
3793
4042
|
MarketIsRegistered = "market__isRegistered",
|
|
3794
4043
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
3795
4044
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
4045
|
+
MarketMarketType = "market__marketType",
|
|
3796
4046
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
3797
4047
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
3798
4048
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -4017,6 +4267,7 @@ export declare enum SubgraphHooksConfig_OrderBy {
|
|
|
4017
4267
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
4018
4268
|
MarketBorrowIndex = "market__borrowIndex",
|
|
4019
4269
|
MarketBorrower = "market__borrower",
|
|
4270
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
4020
4271
|
MarketCreatedAt = "market__createdAt",
|
|
4021
4272
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
4022
4273
|
MarketDecimals = "market__decimals",
|
|
@@ -4024,6 +4275,7 @@ export declare enum SubgraphHooksConfig_OrderBy {
|
|
|
4024
4275
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
4025
4276
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
4026
4277
|
MarketDepositIndex = "market__depositIndex",
|
|
4278
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
4027
4279
|
MarketEventIndex = "market__eventIndex",
|
|
4028
4280
|
MarketFeeRecipient = "market__feeRecipient",
|
|
4029
4281
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -4036,6 +4288,7 @@ export declare enum SubgraphHooksConfig_OrderBy {
|
|
|
4036
4288
|
MarketIsRegistered = "market__isRegistered",
|
|
4037
4289
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
4038
4290
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
4291
|
+
MarketMarketType = "market__marketType",
|
|
4039
4292
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
4040
4293
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
4041
4294
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -4086,19 +4339,22 @@ export type SubgraphHooksFactory = {
|
|
|
4086
4339
|
__typename: "HooksFactory";
|
|
4087
4340
|
archController: SubgraphArchController;
|
|
4088
4341
|
eventIndex: Scalars["Int"]["output"];
|
|
4342
|
+
factoryHooksTemplates: SubgraphFactoryHooksTemplate[];
|
|
4089
4343
|
hooksInstances: SubgraphHooksInstance[];
|
|
4090
4344
|
hooksTemplates: SubgraphHooksTemplate[];
|
|
4091
4345
|
id: Scalars["ID"]["output"];
|
|
4092
4346
|
isRegistered: Scalars["Boolean"]["output"];
|
|
4347
|
+
marketType?: Maybe<SubgraphMarketType>;
|
|
4093
4348
|
sentinel: Scalars["Bytes"]["output"];
|
|
4094
4349
|
};
|
|
4095
|
-
export type
|
|
4350
|
+
export type SubgraphHooksFactoryFactoryHooksTemplatesArgs = {
|
|
4096
4351
|
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4097
|
-
orderBy?: InputMaybe<
|
|
4352
|
+
orderBy?: InputMaybe<SubgraphFactoryHooksTemplate_OrderBy>;
|
|
4098
4353
|
orderDirection?: InputMaybe<SubgraphOrderDirection>;
|
|
4099
4354
|
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4100
|
-
where?: InputMaybe<
|
|
4355
|
+
where?: InputMaybe<SubgraphFactoryHooksTemplate_Filter>;
|
|
4101
4356
|
};
|
|
4357
|
+
export type SubgraphHooksFactoryHooksInstancesArgs = SubgraphFactoryHooksTemplateHooksInstancesArgs;
|
|
4102
4358
|
export type SubgraphHooksFactoryHooksTemplatesArgs = {
|
|
4103
4359
|
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4104
4360
|
orderBy?: InputMaybe<SubgraphHooksTemplate_OrderBy>;
|
|
@@ -4139,6 +4395,7 @@ export type SubgraphHooksFactory_Filter = {
|
|
|
4139
4395
|
eventIndex_lte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4140
4396
|
eventIndex_not?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4141
4397
|
eventIndex_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
4398
|
+
factoryHooksTemplates_?: InputMaybe<SubgraphFactoryHooksTemplate_Filter>;
|
|
4142
4399
|
hooksInstances_?: InputMaybe<SubgraphHooksInstance_Filter>;
|
|
4143
4400
|
hooksTemplates_?: InputMaybe<SubgraphHooksTemplate_Filter>;
|
|
4144
4401
|
id?: InputMaybe<Scalars["ID"]["input"]>;
|
|
@@ -4153,6 +4410,10 @@ export type SubgraphHooksFactory_Filter = {
|
|
|
4153
4410
|
isRegistered_in?: InputMaybe<Array<Scalars["Boolean"]["input"]>>;
|
|
4154
4411
|
isRegistered_not?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
4155
4412
|
isRegistered_not_in?: InputMaybe<Array<Scalars["Boolean"]["input"]>>;
|
|
4413
|
+
marketType?: InputMaybe<SubgraphMarketType>;
|
|
4414
|
+
marketType_in?: InputMaybe<SubgraphMarketType[]>;
|
|
4415
|
+
marketType_not?: InputMaybe<SubgraphMarketType>;
|
|
4416
|
+
marketType_not_in?: InputMaybe<SubgraphMarketType[]>;
|
|
4156
4417
|
or?: InputMaybe<Array<InputMaybe<SubgraphHooksFactory_Filter>>>;
|
|
4157
4418
|
sentinel?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
4158
4419
|
sentinel_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
@@ -4169,10 +4430,12 @@ export declare enum SubgraphHooksFactory_OrderBy {
|
|
|
4169
4430
|
ArchController = "archController",
|
|
4170
4431
|
ArchControllerId = "archController__id",
|
|
4171
4432
|
EventIndex = "eventIndex",
|
|
4433
|
+
FactoryHooksTemplates = "factoryHooksTemplates",
|
|
4172
4434
|
HooksInstances = "hooksInstances",
|
|
4173
4435
|
HooksTemplates = "hooksTemplates",
|
|
4174
4436
|
Id = "id",
|
|
4175
4437
|
IsRegistered = "isRegistered",
|
|
4438
|
+
MarketType = "marketType",
|
|
4176
4439
|
Sentinel = "sentinel"
|
|
4177
4440
|
}
|
|
4178
4441
|
export type SubgraphHooksInstance = {
|
|
@@ -4182,6 +4445,7 @@ export type SubgraphHooksInstance = {
|
|
|
4182
4445
|
accountUnblockFromDepositsRecords: SubgraphAccountUnblockedFromDeposits[];
|
|
4183
4446
|
borrower: Scalars["Bytes"]["output"];
|
|
4184
4447
|
eventIndex: Scalars["Int"]["output"];
|
|
4448
|
+
factoryHooksTemplate: SubgraphFactoryHooksTemplate;
|
|
4185
4449
|
hooksFactory: SubgraphHooksFactory;
|
|
4186
4450
|
hooksTemplate: SubgraphHooksTemplate;
|
|
4187
4451
|
id: Scalars["ID"]["output"];
|
|
@@ -4265,6 +4529,7 @@ export type SubgraphHooksInstanceDeployed = {
|
|
|
4265
4529
|
blockLogIndex: Scalars["Int"]["output"];
|
|
4266
4530
|
blockNumber: Scalars["Int"]["output"];
|
|
4267
4531
|
blockTimestamp: Scalars["Int"]["output"];
|
|
4532
|
+
factoryHooksTemplate: SubgraphFactoryHooksTemplate;
|
|
4268
4533
|
hooks: SubgraphHooksInstance;
|
|
4269
4534
|
hooksTemplate: SubgraphHooksTemplate;
|
|
4270
4535
|
id: Scalars["ID"]["output"];
|
|
@@ -4298,6 +4563,27 @@ export type SubgraphHooksInstanceDeployed_Filter = {
|
|
|
4298
4563
|
blockTimestamp_lte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4299
4564
|
blockTimestamp_not?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4300
4565
|
blockTimestamp_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
4566
|
+
factoryHooksTemplate?: InputMaybe<Scalars["String"]["input"]>;
|
|
4567
|
+
factoryHooksTemplate_?: InputMaybe<SubgraphFactoryHooksTemplate_Filter>;
|
|
4568
|
+
factoryHooksTemplate_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
4569
|
+
factoryHooksTemplate_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4570
|
+
factoryHooksTemplate_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4571
|
+
factoryHooksTemplate_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4572
|
+
factoryHooksTemplate_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
4573
|
+
factoryHooksTemplate_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
4574
|
+
factoryHooksTemplate_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
4575
|
+
factoryHooksTemplate_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
4576
|
+
factoryHooksTemplate_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
4577
|
+
factoryHooksTemplate_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
4578
|
+
factoryHooksTemplate_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
4579
|
+
factoryHooksTemplate_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4580
|
+
factoryHooksTemplate_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4581
|
+
factoryHooksTemplate_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4582
|
+
factoryHooksTemplate_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
4583
|
+
factoryHooksTemplate_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4584
|
+
factoryHooksTemplate_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4585
|
+
factoryHooksTemplate_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4586
|
+
factoryHooksTemplate_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4301
4587
|
hooks?: InputMaybe<Scalars["String"]["input"]>;
|
|
4302
4588
|
hooksTemplate?: InputMaybe<Scalars["String"]["input"]>;
|
|
4303
4589
|
hooksTemplate_?: InputMaybe<SubgraphHooksTemplate_Filter>;
|
|
@@ -4364,6 +4650,14 @@ export declare enum SubgraphHooksInstanceDeployed_OrderBy {
|
|
|
4364
4650
|
BlockLogIndex = "blockLogIndex",
|
|
4365
4651
|
BlockNumber = "blockNumber",
|
|
4366
4652
|
BlockTimestamp = "blockTimestamp",
|
|
4653
|
+
FactoryHooksTemplate = "factoryHooksTemplate",
|
|
4654
|
+
FactoryHooksTemplateDisabled = "factoryHooksTemplate__disabled",
|
|
4655
|
+
FactoryHooksTemplateFeeRecipient = "factoryHooksTemplate__feeRecipient",
|
|
4656
|
+
FactoryHooksTemplateId = "factoryHooksTemplate__id",
|
|
4657
|
+
FactoryHooksTemplateName = "factoryHooksTemplate__name",
|
|
4658
|
+
FactoryHooksTemplateOriginationFeeAmount = "factoryHooksTemplate__originationFeeAmount",
|
|
4659
|
+
FactoryHooksTemplateProtocolFeeBips = "factoryHooksTemplate__protocolFeeBips",
|
|
4660
|
+
FactoryHooksTemplateTemplateAddress = "factoryHooksTemplate__templateAddress",
|
|
4367
4661
|
Hooks = "hooks",
|
|
4368
4662
|
HooksTemplate = "hooksTemplate",
|
|
4369
4663
|
HooksTemplateDisabled = "hooksTemplate__disabled",
|
|
@@ -4406,6 +4700,27 @@ export type SubgraphHooksInstance_Filter = {
|
|
|
4406
4700
|
eventIndex_lte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4407
4701
|
eventIndex_not?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4408
4702
|
eventIndex_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
4703
|
+
factoryHooksTemplate?: InputMaybe<Scalars["String"]["input"]>;
|
|
4704
|
+
factoryHooksTemplate_?: InputMaybe<SubgraphFactoryHooksTemplate_Filter>;
|
|
4705
|
+
factoryHooksTemplate_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
4706
|
+
factoryHooksTemplate_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4707
|
+
factoryHooksTemplate_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4708
|
+
factoryHooksTemplate_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4709
|
+
factoryHooksTemplate_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
4710
|
+
factoryHooksTemplate_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
4711
|
+
factoryHooksTemplate_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
4712
|
+
factoryHooksTemplate_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
4713
|
+
factoryHooksTemplate_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
4714
|
+
factoryHooksTemplate_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
4715
|
+
factoryHooksTemplate_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
4716
|
+
factoryHooksTemplate_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4717
|
+
factoryHooksTemplate_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4718
|
+
factoryHooksTemplate_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4719
|
+
factoryHooksTemplate_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
4720
|
+
factoryHooksTemplate_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4721
|
+
factoryHooksTemplate_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4722
|
+
factoryHooksTemplate_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
4723
|
+
factoryHooksTemplate_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4409
4724
|
hooksFactory?: InputMaybe<Scalars["String"]["input"]>;
|
|
4410
4725
|
hooksFactory_?: InputMaybe<SubgraphHooksFactory_Filter>;
|
|
4411
4726
|
hooksFactory_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -4503,10 +4818,19 @@ export declare enum SubgraphHooksInstance_OrderBy {
|
|
|
4503
4818
|
AccountUnblockFromDepositsRecords = "accountUnblockFromDepositsRecords",
|
|
4504
4819
|
Borrower = "borrower",
|
|
4505
4820
|
EventIndex = "eventIndex",
|
|
4821
|
+
FactoryHooksTemplate = "factoryHooksTemplate",
|
|
4822
|
+
FactoryHooksTemplateDisabled = "factoryHooksTemplate__disabled",
|
|
4823
|
+
FactoryHooksTemplateFeeRecipient = "factoryHooksTemplate__feeRecipient",
|
|
4824
|
+
FactoryHooksTemplateId = "factoryHooksTemplate__id",
|
|
4825
|
+
FactoryHooksTemplateName = "factoryHooksTemplate__name",
|
|
4826
|
+
FactoryHooksTemplateOriginationFeeAmount = "factoryHooksTemplate__originationFeeAmount",
|
|
4827
|
+
FactoryHooksTemplateProtocolFeeBips = "factoryHooksTemplate__protocolFeeBips",
|
|
4828
|
+
FactoryHooksTemplateTemplateAddress = "factoryHooksTemplate__templateAddress",
|
|
4506
4829
|
HooksFactory = "hooksFactory",
|
|
4507
4830
|
HooksFactoryEventIndex = "hooksFactory__eventIndex",
|
|
4508
4831
|
HooksFactoryId = "hooksFactory__id",
|
|
4509
4832
|
HooksFactoryIsRegistered = "hooksFactory__isRegistered",
|
|
4833
|
+
HooksFactoryMarketType = "hooksFactory__marketType",
|
|
4510
4834
|
HooksFactorySentinel = "hooksFactory__sentinel",
|
|
4511
4835
|
HooksTemplate = "hooksTemplate",
|
|
4512
4836
|
HooksTemplateDisabled = "hooksTemplate__disabled",
|
|
@@ -4682,6 +5006,7 @@ export type SubgraphHooksTemplate = {
|
|
|
4682
5006
|
__typename: "HooksTemplate";
|
|
4683
5007
|
deployedInstances: SubgraphHooksInstanceDeployed[];
|
|
4684
5008
|
disabled: Scalars["Boolean"]["output"];
|
|
5009
|
+
factoryHooksTemplates: SubgraphFactoryHooksTemplate[];
|
|
4685
5010
|
feeRecipient: Scalars["Bytes"]["output"];
|
|
4686
5011
|
hooksFactory: SubgraphHooksFactory;
|
|
4687
5012
|
id: Scalars["ID"]["output"];
|
|
@@ -4690,18 +5015,14 @@ export type SubgraphHooksTemplate = {
|
|
|
4690
5015
|
originationFeeAsset?: Maybe<SubgraphToken>;
|
|
4691
5016
|
protocolFeeBips: Scalars["Int"]["output"];
|
|
4692
5017
|
};
|
|
4693
|
-
export type SubgraphHooksTemplateDeployedInstancesArgs =
|
|
4694
|
-
|
|
4695
|
-
orderBy?: InputMaybe<SubgraphHooksInstanceDeployed_OrderBy>;
|
|
4696
|
-
orderDirection?: InputMaybe<SubgraphOrderDirection>;
|
|
4697
|
-
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4698
|
-
where?: InputMaybe<SubgraphHooksInstanceDeployed_Filter>;
|
|
4699
|
-
};
|
|
5018
|
+
export type SubgraphHooksTemplateDeployedInstancesArgs = SubgraphFactoryHooksTemplateDeployedInstancesArgs;
|
|
5019
|
+
export type SubgraphHooksTemplateFactoryHooksTemplatesArgs = SubgraphHooksFactoryFactoryHooksTemplatesArgs;
|
|
4700
5020
|
export type SubgraphHooksTemplateAdded = {
|
|
4701
5021
|
__typename: "HooksTemplateAdded";
|
|
4702
5022
|
blockLogIndex: Scalars["Int"]["output"];
|
|
4703
5023
|
blockNumber: Scalars["Int"]["output"];
|
|
4704
5024
|
blockTimestamp: Scalars["Int"]["output"];
|
|
5025
|
+
factoryHooksTemplate: SubgraphFactoryHooksTemplate;
|
|
4705
5026
|
feeRecipient: Scalars["Bytes"]["output"];
|
|
4706
5027
|
hooksTemplate: SubgraphHooksTemplate;
|
|
4707
5028
|
id: Scalars["ID"]["output"];
|
|
@@ -4738,6 +5059,27 @@ export type SubgraphHooksTemplateAdded_Filter = {
|
|
|
4738
5059
|
blockTimestamp_lte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4739
5060
|
blockTimestamp_not?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4740
5061
|
blockTimestamp_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
5062
|
+
factoryHooksTemplate?: InputMaybe<Scalars["String"]["input"]>;
|
|
5063
|
+
factoryHooksTemplate_?: InputMaybe<SubgraphFactoryHooksTemplate_Filter>;
|
|
5064
|
+
factoryHooksTemplate_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
5065
|
+
factoryHooksTemplate_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5066
|
+
factoryHooksTemplate_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5067
|
+
factoryHooksTemplate_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5068
|
+
factoryHooksTemplate_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
5069
|
+
factoryHooksTemplate_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
5070
|
+
factoryHooksTemplate_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
5071
|
+
factoryHooksTemplate_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
5072
|
+
factoryHooksTemplate_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
5073
|
+
factoryHooksTemplate_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
5074
|
+
factoryHooksTemplate_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
5075
|
+
factoryHooksTemplate_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5076
|
+
factoryHooksTemplate_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5077
|
+
factoryHooksTemplate_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5078
|
+
factoryHooksTemplate_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
5079
|
+
factoryHooksTemplate_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5080
|
+
factoryHooksTemplate_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5081
|
+
factoryHooksTemplate_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5082
|
+
factoryHooksTemplate_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4741
5083
|
feeRecipient?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
4742
5084
|
feeRecipient_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
4743
5085
|
feeRecipient_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
@@ -4830,6 +5172,14 @@ export declare enum SubgraphHooksTemplateAdded_OrderBy {
|
|
|
4830
5172
|
BlockLogIndex = "blockLogIndex",
|
|
4831
5173
|
BlockNumber = "blockNumber",
|
|
4832
5174
|
BlockTimestamp = "blockTimestamp",
|
|
5175
|
+
FactoryHooksTemplate = "factoryHooksTemplate",
|
|
5176
|
+
FactoryHooksTemplateDisabled = "factoryHooksTemplate__disabled",
|
|
5177
|
+
FactoryHooksTemplateFeeRecipient = "factoryHooksTemplate__feeRecipient",
|
|
5178
|
+
FactoryHooksTemplateId = "factoryHooksTemplate__id",
|
|
5179
|
+
FactoryHooksTemplateName = "factoryHooksTemplate__name",
|
|
5180
|
+
FactoryHooksTemplateOriginationFeeAmount = "factoryHooksTemplate__originationFeeAmount",
|
|
5181
|
+
FactoryHooksTemplateProtocolFeeBips = "factoryHooksTemplate__protocolFeeBips",
|
|
5182
|
+
FactoryHooksTemplateTemplateAddress = "factoryHooksTemplate__templateAddress",
|
|
4833
5183
|
FeeRecipient = "feeRecipient",
|
|
4834
5184
|
HooksTemplate = "hooksTemplate",
|
|
4835
5185
|
HooksTemplateDisabled = "hooksTemplate__disabled",
|
|
@@ -4855,6 +5205,7 @@ export type SubgraphHooksTemplateDisabled = {
|
|
|
4855
5205
|
blockLogIndex: Scalars["Int"]["output"];
|
|
4856
5206
|
blockNumber: Scalars["Int"]["output"];
|
|
4857
5207
|
blockTimestamp: Scalars["Int"]["output"];
|
|
5208
|
+
factoryHooksTemplate: SubgraphFactoryHooksTemplate;
|
|
4858
5209
|
hooksTemplate: SubgraphHooksTemplate;
|
|
4859
5210
|
id: Scalars["ID"]["output"];
|
|
4860
5211
|
transactionHash: Scalars["Bytes"]["output"];
|
|
@@ -4887,6 +5238,27 @@ export type SubgraphHooksTemplateDisabled_Filter = {
|
|
|
4887
5238
|
blockTimestamp_lte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4888
5239
|
blockTimestamp_not?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4889
5240
|
blockTimestamp_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
5241
|
+
factoryHooksTemplate?: InputMaybe<Scalars["String"]["input"]>;
|
|
5242
|
+
factoryHooksTemplate_?: InputMaybe<SubgraphFactoryHooksTemplate_Filter>;
|
|
5243
|
+
factoryHooksTemplate_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
5244
|
+
factoryHooksTemplate_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5245
|
+
factoryHooksTemplate_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5246
|
+
factoryHooksTemplate_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5247
|
+
factoryHooksTemplate_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
5248
|
+
factoryHooksTemplate_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
5249
|
+
factoryHooksTemplate_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
5250
|
+
factoryHooksTemplate_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
5251
|
+
factoryHooksTemplate_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
5252
|
+
factoryHooksTemplate_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
5253
|
+
factoryHooksTemplate_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
5254
|
+
factoryHooksTemplate_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5255
|
+
factoryHooksTemplate_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5256
|
+
factoryHooksTemplate_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5257
|
+
factoryHooksTemplate_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
5258
|
+
factoryHooksTemplate_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5259
|
+
factoryHooksTemplate_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5260
|
+
factoryHooksTemplate_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5261
|
+
factoryHooksTemplate_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4890
5262
|
hooksTemplate?: InputMaybe<Scalars["String"]["input"]>;
|
|
4891
5263
|
hooksTemplate_?: InputMaybe<SubgraphHooksTemplate_Filter>;
|
|
4892
5264
|
hooksTemplate_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -4932,6 +5304,14 @@ export declare enum SubgraphHooksTemplateDisabled_OrderBy {
|
|
|
4932
5304
|
BlockLogIndex = "blockLogIndex",
|
|
4933
5305
|
BlockNumber = "blockNumber",
|
|
4934
5306
|
BlockTimestamp = "blockTimestamp",
|
|
5307
|
+
FactoryHooksTemplate = "factoryHooksTemplate",
|
|
5308
|
+
FactoryHooksTemplateDisabled = "factoryHooksTemplate__disabled",
|
|
5309
|
+
FactoryHooksTemplateFeeRecipient = "factoryHooksTemplate__feeRecipient",
|
|
5310
|
+
FactoryHooksTemplateId = "factoryHooksTemplate__id",
|
|
5311
|
+
FactoryHooksTemplateName = "factoryHooksTemplate__name",
|
|
5312
|
+
FactoryHooksTemplateOriginationFeeAmount = "factoryHooksTemplate__originationFeeAmount",
|
|
5313
|
+
FactoryHooksTemplateProtocolFeeBips = "factoryHooksTemplate__protocolFeeBips",
|
|
5314
|
+
FactoryHooksTemplateTemplateAddress = "factoryHooksTemplate__templateAddress",
|
|
4935
5315
|
HooksTemplate = "hooksTemplate",
|
|
4936
5316
|
HooksTemplateDisabled = "hooksTemplate__disabled",
|
|
4937
5317
|
HooksTemplateFeeRecipient = "hooksTemplate__feeRecipient",
|
|
@@ -4947,6 +5327,7 @@ export type SubgraphHooksTemplateFeesUpdated = {
|
|
|
4947
5327
|
blockLogIndex: Scalars["Int"]["output"];
|
|
4948
5328
|
blockNumber: Scalars["Int"]["output"];
|
|
4949
5329
|
blockTimestamp: Scalars["Int"]["output"];
|
|
5330
|
+
factoryHooksTemplate: SubgraphFactoryHooksTemplate;
|
|
4950
5331
|
feeRecipient: Scalars["Bytes"]["output"];
|
|
4951
5332
|
hooksTemplate: SubgraphHooksTemplate;
|
|
4952
5333
|
id: Scalars["ID"]["output"];
|
|
@@ -4983,6 +5364,27 @@ export type SubgraphHooksTemplateFeesUpdated_Filter = {
|
|
|
4983
5364
|
blockTimestamp_lte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4984
5365
|
blockTimestamp_not?: InputMaybe<Scalars["Int"]["input"]>;
|
|
4985
5366
|
blockTimestamp_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
5367
|
+
factoryHooksTemplate?: InputMaybe<Scalars["String"]["input"]>;
|
|
5368
|
+
factoryHooksTemplate_?: InputMaybe<SubgraphFactoryHooksTemplate_Filter>;
|
|
5369
|
+
factoryHooksTemplate_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
5370
|
+
factoryHooksTemplate_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5371
|
+
factoryHooksTemplate_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5372
|
+
factoryHooksTemplate_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5373
|
+
factoryHooksTemplate_gt?: InputMaybe<Scalars["String"]["input"]>;
|
|
5374
|
+
factoryHooksTemplate_gte?: InputMaybe<Scalars["String"]["input"]>;
|
|
5375
|
+
factoryHooksTemplate_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
5376
|
+
factoryHooksTemplate_lt?: InputMaybe<Scalars["String"]["input"]>;
|
|
5377
|
+
factoryHooksTemplate_lte?: InputMaybe<Scalars["String"]["input"]>;
|
|
5378
|
+
factoryHooksTemplate_not?: InputMaybe<Scalars["String"]["input"]>;
|
|
5379
|
+
factoryHooksTemplate_not_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
5380
|
+
factoryHooksTemplate_not_contains_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5381
|
+
factoryHooksTemplate_not_ends_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5382
|
+
factoryHooksTemplate_not_ends_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5383
|
+
factoryHooksTemplate_not_in?: InputMaybe<Array<Scalars["String"]["input"]>>;
|
|
5384
|
+
factoryHooksTemplate_not_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5385
|
+
factoryHooksTemplate_not_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
5386
|
+
factoryHooksTemplate_starts_with?: InputMaybe<Scalars["String"]["input"]>;
|
|
5387
|
+
factoryHooksTemplate_starts_with_nocase?: InputMaybe<Scalars["String"]["input"]>;
|
|
4986
5388
|
feeRecipient?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
4987
5389
|
feeRecipient_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
4988
5390
|
feeRecipient_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
@@ -5075,6 +5477,14 @@ export declare enum SubgraphHooksTemplateFeesUpdated_OrderBy {
|
|
|
5075
5477
|
BlockLogIndex = "blockLogIndex",
|
|
5076
5478
|
BlockNumber = "blockNumber",
|
|
5077
5479
|
BlockTimestamp = "blockTimestamp",
|
|
5480
|
+
FactoryHooksTemplate = "factoryHooksTemplate",
|
|
5481
|
+
FactoryHooksTemplateDisabled = "factoryHooksTemplate__disabled",
|
|
5482
|
+
FactoryHooksTemplateFeeRecipient = "factoryHooksTemplate__feeRecipient",
|
|
5483
|
+
FactoryHooksTemplateId = "factoryHooksTemplate__id",
|
|
5484
|
+
FactoryHooksTemplateName = "factoryHooksTemplate__name",
|
|
5485
|
+
FactoryHooksTemplateOriginationFeeAmount = "factoryHooksTemplate__originationFeeAmount",
|
|
5486
|
+
FactoryHooksTemplateProtocolFeeBips = "factoryHooksTemplate__protocolFeeBips",
|
|
5487
|
+
FactoryHooksTemplateTemplateAddress = "factoryHooksTemplate__templateAddress",
|
|
5078
5488
|
FeeRecipient = "feeRecipient",
|
|
5079
5489
|
HooksTemplate = "hooksTemplate",
|
|
5080
5490
|
HooksTemplateDisabled = "hooksTemplate__disabled",
|
|
@@ -5104,6 +5514,7 @@ export type SubgraphHooksTemplate_Filter = {
|
|
|
5104
5514
|
disabled_in?: InputMaybe<Array<Scalars["Boolean"]["input"]>>;
|
|
5105
5515
|
disabled_not?: InputMaybe<Scalars["Boolean"]["input"]>;
|
|
5106
5516
|
disabled_not_in?: InputMaybe<Array<Scalars["Boolean"]["input"]>>;
|
|
5517
|
+
factoryHooksTemplates_?: InputMaybe<SubgraphFactoryHooksTemplate_Filter>;
|
|
5107
5518
|
feeRecipient?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
5108
5519
|
feeRecipient_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
5109
5520
|
feeRecipient_gt?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
@@ -5205,11 +5616,13 @@ export type SubgraphHooksTemplate_Filter = {
|
|
|
5205
5616
|
export declare enum SubgraphHooksTemplate_OrderBy {
|
|
5206
5617
|
DeployedInstances = "deployedInstances",
|
|
5207
5618
|
Disabled = "disabled",
|
|
5619
|
+
FactoryHooksTemplates = "factoryHooksTemplates",
|
|
5208
5620
|
FeeRecipient = "feeRecipient",
|
|
5209
5621
|
HooksFactory = "hooksFactory",
|
|
5210
5622
|
HooksFactoryEventIndex = "hooksFactory__eventIndex",
|
|
5211
5623
|
HooksFactoryId = "hooksFactory__id",
|
|
5212
5624
|
HooksFactoryIsRegistered = "hooksFactory__isRegistered",
|
|
5625
|
+
HooksFactoryMarketType = "hooksFactory__marketType",
|
|
5213
5626
|
HooksFactorySentinel = "hooksFactory__sentinel",
|
|
5214
5627
|
Id = "id",
|
|
5215
5628
|
Name = "name",
|
|
@@ -5333,6 +5746,7 @@ export declare enum SubgraphKnownLenderStatus_OrderBy {
|
|
|
5333
5746
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
5334
5747
|
MarketBorrowIndex = "market__borrowIndex",
|
|
5335
5748
|
MarketBorrower = "market__borrower",
|
|
5749
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
5336
5750
|
MarketCreatedAt = "market__createdAt",
|
|
5337
5751
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
5338
5752
|
MarketDecimals = "market__decimals",
|
|
@@ -5340,6 +5754,7 @@ export declare enum SubgraphKnownLenderStatus_OrderBy {
|
|
|
5340
5754
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
5341
5755
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
5342
5756
|
MarketDepositIndex = "market__depositIndex",
|
|
5757
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
5343
5758
|
MarketEventIndex = "market__eventIndex",
|
|
5344
5759
|
MarketFeeRecipient = "market__feeRecipient",
|
|
5345
5760
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -5352,6 +5767,7 @@ export declare enum SubgraphKnownLenderStatus_OrderBy {
|
|
|
5352
5767
|
MarketIsRegistered = "market__isRegistered",
|
|
5353
5768
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
5354
5769
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
5770
|
+
MarketMarketType = "market__marketType",
|
|
5355
5771
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
5356
5772
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
5357
5773
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -5612,6 +6028,7 @@ export declare enum SubgraphLenderAccount_OrderBy {
|
|
|
5612
6028
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
5613
6029
|
MarketBorrowIndex = "market__borrowIndex",
|
|
5614
6030
|
MarketBorrower = "market__borrower",
|
|
6031
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
5615
6032
|
MarketCreatedAt = "market__createdAt",
|
|
5616
6033
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
5617
6034
|
MarketDecimals = "market__decimals",
|
|
@@ -5619,6 +6036,7 @@ export declare enum SubgraphLenderAccount_OrderBy {
|
|
|
5619
6036
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
5620
6037
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
5621
6038
|
MarketDepositIndex = "market__depositIndex",
|
|
6039
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
5622
6040
|
MarketEventIndex = "market__eventIndex",
|
|
5623
6041
|
MarketFeeRecipient = "market__feeRecipient",
|
|
5624
6042
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -5631,6 +6049,7 @@ export declare enum SubgraphLenderAccount_OrderBy {
|
|
|
5631
6049
|
MarketIsRegistered = "market__isRegistered",
|
|
5632
6050
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
5633
6051
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
6052
|
+
MarketMarketType = "market__marketType",
|
|
5634
6053
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
5635
6054
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
5636
6055
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -6176,6 +6595,7 @@ export declare enum SubgraphLenderInterestAccrued_OrderBy {
|
|
|
6176
6595
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
6177
6596
|
MarketBorrowIndex = "market__borrowIndex",
|
|
6178
6597
|
MarketBorrower = "market__borrower",
|
|
6598
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
6179
6599
|
MarketCreatedAt = "market__createdAt",
|
|
6180
6600
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
6181
6601
|
MarketDecimals = "market__decimals",
|
|
@@ -6183,6 +6603,7 @@ export declare enum SubgraphLenderInterestAccrued_OrderBy {
|
|
|
6183
6603
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
6184
6604
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
6185
6605
|
MarketDepositIndex = "market__depositIndex",
|
|
6606
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
6186
6607
|
MarketEventIndex = "market__eventIndex",
|
|
6187
6608
|
MarketFeeRecipient = "market__feeRecipient",
|
|
6188
6609
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -6195,6 +6616,7 @@ export declare enum SubgraphLenderInterestAccrued_OrderBy {
|
|
|
6195
6616
|
MarketIsRegistered = "market__isRegistered",
|
|
6196
6617
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
6197
6618
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
6619
|
+
MarketMarketType = "market__marketType",
|
|
6198
6620
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
6199
6621
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
6200
6622
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -6613,6 +7035,7 @@ export type SubgraphMarket = {
|
|
|
6613
7035
|
borrowRecords: SubgraphBorrow[];
|
|
6614
7036
|
borrower: Scalars["Bytes"]["output"];
|
|
6615
7037
|
collateralContracts: SubgraphSimpleCollateralContract[];
|
|
7038
|
+
commitmentFeeBips?: Maybe<Scalars["BigInt"]["output"]>;
|
|
6616
7039
|
controller?: Maybe<SubgraphController>;
|
|
6617
7040
|
createdAt: Scalars["Int"]["output"];
|
|
6618
7041
|
dailyStats: SubgraphMarketDailyStats[];
|
|
@@ -6625,6 +7048,7 @@ export type SubgraphMarket = {
|
|
|
6625
7048
|
deployedEvent: SubgraphMarketDeployed;
|
|
6626
7049
|
depositIndex: Scalars["Int"]["output"];
|
|
6627
7050
|
depositRecords: SubgraphDeposit[];
|
|
7051
|
+
drawnAmount?: Maybe<Scalars["BigInt"]["output"]>;
|
|
6628
7052
|
eventIndex: Scalars["Int"]["output"];
|
|
6629
7053
|
feeCollectionRecords: SubgraphFeesCollected[];
|
|
6630
7054
|
feeRecipient: Scalars["Bytes"]["output"];
|
|
@@ -6647,6 +7071,7 @@ export type SubgraphMarket = {
|
|
|
6647
7071
|
lastInterestAccruedTimestamp: Scalars["Int"]["output"];
|
|
6648
7072
|
lenders: SubgraphLenderAccount[];
|
|
6649
7073
|
marketClosedEvent?: Maybe<SubgraphMarketClosed>;
|
|
7074
|
+
marketType?: Maybe<SubgraphMarketType>;
|
|
6650
7075
|
maxTotalSupply: Scalars["BigInt"]["output"];
|
|
6651
7076
|
maxTotalSupplyUpdatedIndex: Scalars["Int"]["output"];
|
|
6652
7077
|
maxTotalSupplyUpdatedRecords: SubgraphMaxTotalSupplyUpdated[];
|
|
@@ -6916,6 +7341,7 @@ export declare enum SubgraphMarketAdded_OrderBy {
|
|
|
6916
7341
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
6917
7342
|
MarketBorrowIndex = "market__borrowIndex",
|
|
6918
7343
|
MarketBorrower = "market__borrower",
|
|
7344
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
6919
7345
|
MarketCreatedAt = "market__createdAt",
|
|
6920
7346
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
6921
7347
|
MarketDecimals = "market__decimals",
|
|
@@ -6923,6 +7349,7 @@ export declare enum SubgraphMarketAdded_OrderBy {
|
|
|
6923
7349
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
6924
7350
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
6925
7351
|
MarketDepositIndex = "market__depositIndex",
|
|
7352
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
6926
7353
|
MarketEventIndex = "market__eventIndex",
|
|
6927
7354
|
MarketFeeRecipient = "market__feeRecipient",
|
|
6928
7355
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -6935,6 +7362,7 @@ export declare enum SubgraphMarketAdded_OrderBy {
|
|
|
6935
7362
|
MarketIsRegistered = "market__isRegistered",
|
|
6936
7363
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
6937
7364
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
7365
|
+
MarketMarketType = "market__marketType",
|
|
6938
7366
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
6939
7367
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
6940
7368
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -7074,6 +7502,7 @@ export declare enum SubgraphMarketClosed_OrderBy {
|
|
|
7074
7502
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
7075
7503
|
MarketBorrowIndex = "market__borrowIndex",
|
|
7076
7504
|
MarketBorrower = "market__borrower",
|
|
7505
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
7077
7506
|
MarketCreatedAt = "market__createdAt",
|
|
7078
7507
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
7079
7508
|
MarketDecimals = "market__decimals",
|
|
@@ -7081,6 +7510,7 @@ export declare enum SubgraphMarketClosed_OrderBy {
|
|
|
7081
7510
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
7082
7511
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
7083
7512
|
MarketDepositIndex = "market__depositIndex",
|
|
7513
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
7084
7514
|
MarketEventIndex = "market__eventIndex",
|
|
7085
7515
|
MarketFeeRecipient = "market__feeRecipient",
|
|
7086
7516
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -7093,6 +7523,7 @@ export declare enum SubgraphMarketClosed_OrderBy {
|
|
|
7093
7523
|
MarketIsRegistered = "market__isRegistered",
|
|
7094
7524
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
7095
7525
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
7526
|
+
MarketMarketType = "market__marketType",
|
|
7096
7527
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
7097
7528
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
7098
7529
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -7237,6 +7668,7 @@ export declare enum SubgraphMarketDailyStats_OrderBy {
|
|
|
7237
7668
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
7238
7669
|
MarketBorrowIndex = "market__borrowIndex",
|
|
7239
7670
|
MarketBorrower = "market__borrower",
|
|
7671
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
7240
7672
|
MarketCreatedAt = "market__createdAt",
|
|
7241
7673
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
7242
7674
|
MarketDecimals = "market__decimals",
|
|
@@ -7244,6 +7676,7 @@ export declare enum SubgraphMarketDailyStats_OrderBy {
|
|
|
7244
7676
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
7245
7677
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
7246
7678
|
MarketDepositIndex = "market__depositIndex",
|
|
7679
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
7247
7680
|
MarketEventIndex = "market__eventIndex",
|
|
7248
7681
|
MarketFeeRecipient = "market__feeRecipient",
|
|
7249
7682
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -7256,6 +7689,7 @@ export declare enum SubgraphMarketDailyStats_OrderBy {
|
|
|
7256
7689
|
MarketIsRegistered = "market__isRegistered",
|
|
7257
7690
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
7258
7691
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
7692
|
+
MarketMarketType = "market__marketType",
|
|
7259
7693
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
7260
7694
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
7261
7695
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -7381,6 +7815,7 @@ export declare enum SubgraphMarketDeployed_OrderBy {
|
|
|
7381
7815
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
7382
7816
|
MarketBorrowIndex = "market__borrowIndex",
|
|
7383
7817
|
MarketBorrower = "market__borrower",
|
|
7818
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
7384
7819
|
MarketCreatedAt = "market__createdAt",
|
|
7385
7820
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
7386
7821
|
MarketDecimals = "market__decimals",
|
|
@@ -7388,6 +7823,7 @@ export declare enum SubgraphMarketDeployed_OrderBy {
|
|
|
7388
7823
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
7389
7824
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
7390
7825
|
MarketDepositIndex = "market__depositIndex",
|
|
7826
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
7391
7827
|
MarketEventIndex = "market__eventIndex",
|
|
7392
7828
|
MarketFeeRecipient = "market__feeRecipient",
|
|
7393
7829
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -7400,6 +7836,7 @@ export declare enum SubgraphMarketDeployed_OrderBy {
|
|
|
7400
7836
|
MarketIsRegistered = "market__isRegistered",
|
|
7401
7837
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
7402
7838
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
7839
|
+
MarketMarketType = "market__marketType",
|
|
7403
7840
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
7404
7841
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
7405
7842
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -7597,6 +8034,7 @@ export declare enum SubgraphMarketInterestAccrued_OrderBy {
|
|
|
7597
8034
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
7598
8035
|
MarketBorrowIndex = "market__borrowIndex",
|
|
7599
8036
|
MarketBorrower = "market__borrower",
|
|
8037
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
7600
8038
|
MarketCreatedAt = "market__createdAt",
|
|
7601
8039
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
7602
8040
|
MarketDecimals = "market__decimals",
|
|
@@ -7604,6 +8042,7 @@ export declare enum SubgraphMarketInterestAccrued_OrderBy {
|
|
|
7604
8042
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
7605
8043
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
7606
8044
|
MarketDepositIndex = "market__depositIndex",
|
|
8045
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
7607
8046
|
MarketEventIndex = "market__eventIndex",
|
|
7608
8047
|
MarketFeeRecipient = "market__feeRecipient",
|
|
7609
8048
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -7616,6 +8055,7 @@ export declare enum SubgraphMarketInterestAccrued_OrderBy {
|
|
|
7616
8055
|
MarketIsRegistered = "market__isRegistered",
|
|
7617
8056
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
7618
8057
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
8058
|
+
MarketMarketType = "market__marketType",
|
|
7619
8059
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
7620
8060
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
7621
8061
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -7739,6 +8179,7 @@ export declare enum SubgraphMarketRemoved_OrderBy {
|
|
|
7739
8179
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
7740
8180
|
MarketBorrowIndex = "market__borrowIndex",
|
|
7741
8181
|
MarketBorrower = "market__borrower",
|
|
8182
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
7742
8183
|
MarketCreatedAt = "market__createdAt",
|
|
7743
8184
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
7744
8185
|
MarketDecimals = "market__decimals",
|
|
@@ -7746,6 +8187,7 @@ export declare enum SubgraphMarketRemoved_OrderBy {
|
|
|
7746
8187
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
7747
8188
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
7748
8189
|
MarketDepositIndex = "market__depositIndex",
|
|
8190
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
7749
8191
|
MarketEventIndex = "market__eventIndex",
|
|
7750
8192
|
MarketFeeRecipient = "market__feeRecipient",
|
|
7751
8193
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -7758,6 +8200,7 @@ export declare enum SubgraphMarketRemoved_OrderBy {
|
|
|
7758
8200
|
MarketIsRegistered = "market__isRegistered",
|
|
7759
8201
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
7760
8202
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
8203
|
+
MarketMarketType = "market__marketType",
|
|
7761
8204
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
7762
8205
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
7763
8206
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -7790,6 +8233,10 @@ export declare enum SubgraphMarketRemoved_OrderBy {
|
|
|
7790
8233
|
MarketWithdrawalRequestsIndex = "market__withdrawalRequestsIndex",
|
|
7791
8234
|
TransactionHash = "transactionHash"
|
|
7792
8235
|
}
|
|
8236
|
+
export declare enum SubgraphMarketType {
|
|
8237
|
+
Legacy = "Legacy",
|
|
8238
|
+
Revolving = "Revolving"
|
|
8239
|
+
}
|
|
7793
8240
|
export declare enum SubgraphMarketVersion {
|
|
7794
8241
|
V1 = "V1",
|
|
7795
8242
|
V2 = "V2"
|
|
@@ -7878,6 +8325,14 @@ export type SubgraphMarket_Filter = {
|
|
|
7878
8325
|
borrower_not_contains?: InputMaybe<Scalars["Bytes"]["input"]>;
|
|
7879
8326
|
borrower_not_in?: InputMaybe<Array<Scalars["Bytes"]["input"]>>;
|
|
7880
8327
|
collateralContracts_?: InputMaybe<SubgraphSimpleCollateralContract_Filter>;
|
|
8328
|
+
commitmentFeeBips?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8329
|
+
commitmentFeeBips_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8330
|
+
commitmentFeeBips_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8331
|
+
commitmentFeeBips_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
|
|
8332
|
+
commitmentFeeBips_lt?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8333
|
+
commitmentFeeBips_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8334
|
+
commitmentFeeBips_not?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8335
|
+
commitmentFeeBips_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
|
|
7881
8336
|
controller?: InputMaybe<Scalars["String"]["input"]>;
|
|
7882
8337
|
controller_?: InputMaybe<SubgraphController_Filter>;
|
|
7883
8338
|
controller_contains?: InputMaybe<Scalars["String"]["input"]>;
|
|
@@ -7979,6 +8434,14 @@ export type SubgraphMarket_Filter = {
|
|
|
7979
8434
|
depositIndex_not?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7980
8435
|
depositIndex_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
7981
8436
|
depositRecords_?: InputMaybe<SubgraphDeposit_Filter>;
|
|
8437
|
+
drawnAmount?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8438
|
+
drawnAmount_gt?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8439
|
+
drawnAmount_gte?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8440
|
+
drawnAmount_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
|
|
8441
|
+
drawnAmount_lt?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8442
|
+
drawnAmount_lte?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8443
|
+
drawnAmount_not?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8444
|
+
drawnAmount_not_in?: InputMaybe<Array<Scalars["BigInt"]["input"]>>;
|
|
7982
8445
|
eventIndex?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7983
8446
|
eventIndex_gt?: InputMaybe<Scalars["Int"]["input"]>;
|
|
7984
8447
|
eventIndex_gte?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -8111,6 +8574,10 @@ export type SubgraphMarket_Filter = {
|
|
|
8111
8574
|
lastInterestAccruedTimestamp_not_in?: InputMaybe<Array<Scalars["Int"]["input"]>>;
|
|
8112
8575
|
lenders_?: InputMaybe<SubgraphLenderAccount_Filter>;
|
|
8113
8576
|
marketClosedEvent_?: InputMaybe<SubgraphMarketClosed_Filter>;
|
|
8577
|
+
marketType?: InputMaybe<SubgraphMarketType>;
|
|
8578
|
+
marketType_in?: InputMaybe<SubgraphMarketType[]>;
|
|
8579
|
+
marketType_not?: InputMaybe<SubgraphMarketType>;
|
|
8580
|
+
marketType_not_in?: InputMaybe<SubgraphMarketType[]>;
|
|
8114
8581
|
maxTotalSupply?: InputMaybe<Scalars["BigInt"]["input"]>;
|
|
8115
8582
|
maxTotalSupplyUpdatedIndex?: InputMaybe<Scalars["Int"]["input"]>;
|
|
8116
8583
|
maxTotalSupplyUpdatedIndex_gt?: InputMaybe<Scalars["Int"]["input"]>;
|
|
@@ -8397,6 +8864,7 @@ export declare enum SubgraphMarket_OrderBy {
|
|
|
8397
8864
|
BorrowRecords = "borrowRecords",
|
|
8398
8865
|
Borrower = "borrower",
|
|
8399
8866
|
CollateralContracts = "collateralContracts",
|
|
8867
|
+
CommitmentFeeBips = "commitmentFeeBips",
|
|
8400
8868
|
Controller = "controller",
|
|
8401
8869
|
ControllerBorrower = "controller__borrower",
|
|
8402
8870
|
ControllerId = "controller__id",
|
|
@@ -8418,6 +8886,7 @@ export declare enum SubgraphMarket_OrderBy {
|
|
|
8418
8886
|
DeployedEventTransactionHash = "deployedEvent__transactionHash",
|
|
8419
8887
|
DepositIndex = "depositIndex",
|
|
8420
8888
|
DepositRecords = "depositRecords",
|
|
8889
|
+
DrawnAmount = "drawnAmount",
|
|
8421
8890
|
EventIndex = "eventIndex",
|
|
8422
8891
|
FeeCollectionRecords = "feeCollectionRecords",
|
|
8423
8892
|
FeeRecipient = "feeRecipient",
|
|
@@ -8460,6 +8929,7 @@ export declare enum SubgraphMarket_OrderBy {
|
|
|
8460
8929
|
HooksFactoryEventIndex = "hooksFactory__eventIndex",
|
|
8461
8930
|
HooksFactoryId = "hooksFactory__id",
|
|
8462
8931
|
HooksFactoryIsRegistered = "hooksFactory__isRegistered",
|
|
8932
|
+
HooksFactoryMarketType = "hooksFactory__marketType",
|
|
8463
8933
|
HooksFactorySentinel = "hooksFactory__sentinel",
|
|
8464
8934
|
HooksBorrower = "hooks__borrower",
|
|
8465
8935
|
HooksEventIndex = "hooks__eventIndex",
|
|
@@ -8484,6 +8954,7 @@ export declare enum SubgraphMarket_OrderBy {
|
|
|
8484
8954
|
MarketClosedEventId = "marketClosedEvent__id",
|
|
8485
8955
|
MarketClosedEventTimestamp = "marketClosedEvent__timestamp",
|
|
8486
8956
|
MarketClosedEventTransactionHash = "marketClosedEvent__transactionHash",
|
|
8957
|
+
MarketType = "marketType",
|
|
8487
8958
|
MaxTotalSupply = "maxTotalSupply",
|
|
8488
8959
|
MaxTotalSupplyUpdatedIndex = "maxTotalSupplyUpdatedIndex",
|
|
8489
8960
|
MaxTotalSupplyUpdatedRecords = "maxTotalSupplyUpdatedRecords",
|
|
@@ -8653,6 +9124,7 @@ export declare enum SubgraphMaxTotalSupplyUpdated_OrderBy {
|
|
|
8653
9124
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
8654
9125
|
MarketBorrowIndex = "market__borrowIndex",
|
|
8655
9126
|
MarketBorrower = "market__borrower",
|
|
9127
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
8656
9128
|
MarketCreatedAt = "market__createdAt",
|
|
8657
9129
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
8658
9130
|
MarketDecimals = "market__decimals",
|
|
@@ -8660,6 +9132,7 @@ export declare enum SubgraphMaxTotalSupplyUpdated_OrderBy {
|
|
|
8660
9132
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
8661
9133
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
8662
9134
|
MarketDepositIndex = "market__depositIndex",
|
|
9135
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
8663
9136
|
MarketEventIndex = "market__eventIndex",
|
|
8664
9137
|
MarketFeeRecipient = "market__feeRecipient",
|
|
8665
9138
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -8672,6 +9145,7 @@ export declare enum SubgraphMaxTotalSupplyUpdated_OrderBy {
|
|
|
8672
9145
|
MarketIsRegistered = "market__isRegistered",
|
|
8673
9146
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
8674
9147
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
9148
|
+
MarketMarketType = "market__marketType",
|
|
8675
9149
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
8676
9150
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
8677
9151
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -8861,6 +9335,7 @@ export declare enum SubgraphMinimumDepositUpdated_OrderBy {
|
|
|
8861
9335
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
8862
9336
|
MarketBorrowIndex = "market__borrowIndex",
|
|
8863
9337
|
MarketBorrower = "market__borrower",
|
|
9338
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
8864
9339
|
MarketCreatedAt = "market__createdAt",
|
|
8865
9340
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
8866
9341
|
MarketDecimals = "market__decimals",
|
|
@@ -8868,6 +9343,7 @@ export declare enum SubgraphMinimumDepositUpdated_OrderBy {
|
|
|
8868
9343
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
8869
9344
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
8870
9345
|
MarketDepositIndex = "market__depositIndex",
|
|
9346
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
8871
9347
|
MarketEventIndex = "market__eventIndex",
|
|
8872
9348
|
MarketFeeRecipient = "market__feeRecipient",
|
|
8873
9349
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -8880,6 +9356,7 @@ export declare enum SubgraphMinimumDepositUpdated_OrderBy {
|
|
|
8880
9356
|
MarketIsRegistered = "market__isRegistered",
|
|
8881
9357
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
8882
9358
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
9359
|
+
MarketMarketType = "market__marketType",
|
|
8883
9360
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
8884
9361
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
8885
9362
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -9633,6 +10110,7 @@ export declare enum SubgraphProtocolFeeBipsUpdated_OrderBy {
|
|
|
9633
10110
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
9634
10111
|
MarketBorrowIndex = "market__borrowIndex",
|
|
9635
10112
|
MarketBorrower = "market__borrower",
|
|
10113
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
9636
10114
|
MarketCreatedAt = "market__createdAt",
|
|
9637
10115
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
9638
10116
|
MarketDecimals = "market__decimals",
|
|
@@ -9640,6 +10118,7 @@ export declare enum SubgraphProtocolFeeBipsUpdated_OrderBy {
|
|
|
9640
10118
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
9641
10119
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
9642
10120
|
MarketDepositIndex = "market__depositIndex",
|
|
10121
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
9643
10122
|
MarketEventIndex = "market__eventIndex",
|
|
9644
10123
|
MarketFeeRecipient = "market__feeRecipient",
|
|
9645
10124
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -9652,6 +10131,7 @@ export declare enum SubgraphProtocolFeeBipsUpdated_OrderBy {
|
|
|
9652
10131
|
MarketIsRegistered = "market__isRegistered",
|
|
9653
10132
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
9654
10133
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
10134
|
+
MarketMarketType = "market__marketType",
|
|
9655
10135
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
9656
10136
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
9657
10137
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -9739,6 +10219,8 @@ export type SubgraphQuery = {
|
|
|
9739
10219
|
deposits: SubgraphDeposit[];
|
|
9740
10220
|
disabledForceBuyBacks?: Maybe<SubgraphDisabledForceBuyBacks>;
|
|
9741
10221
|
disabledForceBuyBacks_collection: SubgraphDisabledForceBuyBacks[];
|
|
10222
|
+
factoryHooksTemplate?: Maybe<SubgraphFactoryHooksTemplate>;
|
|
10223
|
+
factoryHooksTemplates: SubgraphFactoryHooksTemplate[];
|
|
9742
10224
|
feesCollected?: Maybe<SubgraphFeesCollected>;
|
|
9743
10225
|
feesCollecteds: SubgraphFeesCollected[];
|
|
9744
10226
|
fixedTermUpdated?: Maybe<SubgraphFixedTermUpdated>;
|
|
@@ -10121,6 +10603,16 @@ export type SubgraphQueryDisabledForceBuyBacks_CollectionArgs = {
|
|
|
10121
10603
|
subgraphError?: Subgraph_SubgraphErrorPolicy_;
|
|
10122
10604
|
where?: InputMaybe<SubgraphDisabledForceBuyBacks_Filter>;
|
|
10123
10605
|
};
|
|
10606
|
+
export type SubgraphQueryFactoryHooksTemplateArgs = SubgraphQueryAccountAccessGrantedArgs;
|
|
10607
|
+
export type SubgraphQueryFactoryHooksTemplatesArgs = {
|
|
10608
|
+
block?: InputMaybe<SubgraphBlock_Height>;
|
|
10609
|
+
first?: InputMaybe<Scalars["Int"]["input"]>;
|
|
10610
|
+
orderBy?: InputMaybe<SubgraphFactoryHooksTemplate_OrderBy>;
|
|
10611
|
+
orderDirection?: InputMaybe<SubgraphOrderDirection>;
|
|
10612
|
+
skip?: InputMaybe<Scalars["Int"]["input"]>;
|
|
10613
|
+
subgraphError?: Subgraph_SubgraphErrorPolicy_;
|
|
10614
|
+
where?: InputMaybe<SubgraphFactoryHooksTemplate_Filter>;
|
|
10615
|
+
};
|
|
10124
10616
|
export type SubgraphQueryFeesCollectedArgs = SubgraphQueryAccountAccessGrantedArgs;
|
|
10125
10617
|
export type SubgraphQueryFeesCollectedsArgs = {
|
|
10126
10618
|
block?: InputMaybe<SubgraphBlock_Height>;
|
|
@@ -10970,6 +11462,7 @@ export declare enum SubgraphReserveRatioBipsUpdated_OrderBy {
|
|
|
10970
11462
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
10971
11463
|
MarketBorrowIndex = "market__borrowIndex",
|
|
10972
11464
|
MarketBorrower = "market__borrower",
|
|
11465
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
10973
11466
|
MarketCreatedAt = "market__createdAt",
|
|
10974
11467
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
10975
11468
|
MarketDecimals = "market__decimals",
|
|
@@ -10977,6 +11470,7 @@ export declare enum SubgraphReserveRatioBipsUpdated_OrderBy {
|
|
|
10977
11470
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
10978
11471
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
10979
11472
|
MarketDepositIndex = "market__depositIndex",
|
|
11473
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
10980
11474
|
MarketEventIndex = "market__eventIndex",
|
|
10981
11475
|
MarketFeeRecipient = "market__feeRecipient",
|
|
10982
11476
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -10989,6 +11483,7 @@ export declare enum SubgraphReserveRatioBipsUpdated_OrderBy {
|
|
|
10989
11483
|
MarketIsRegistered = "market__isRegistered",
|
|
10990
11484
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
10991
11485
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
11486
|
+
MarketMarketType = "market__marketType",
|
|
10992
11487
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
10993
11488
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
10994
11489
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -13201,6 +13696,7 @@ export declare enum SubgraphSimpleCollateralContract_OrderBy {
|
|
|
13201
13696
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
13202
13697
|
MarketBorrowIndex = "market__borrowIndex",
|
|
13203
13698
|
MarketBorrower = "market__borrower",
|
|
13699
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
13204
13700
|
MarketCreatedAt = "market__createdAt",
|
|
13205
13701
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
13206
13702
|
MarketDecimals = "market__decimals",
|
|
@@ -13208,6 +13704,7 @@ export declare enum SubgraphSimpleCollateralContract_OrderBy {
|
|
|
13208
13704
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
13209
13705
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
13210
13706
|
MarketDepositIndex = "market__depositIndex",
|
|
13707
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
13211
13708
|
MarketEventIndex = "market__eventIndex",
|
|
13212
13709
|
MarketFeeRecipient = "market__feeRecipient",
|
|
13213
13710
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -13220,6 +13717,7 @@ export declare enum SubgraphSimpleCollateralContract_OrderBy {
|
|
|
13220
13717
|
MarketIsRegistered = "market__isRegistered",
|
|
13221
13718
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
13222
13719
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
13720
|
+
MarketMarketType = "market__marketType",
|
|
13223
13721
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
13224
13722
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
13225
13723
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -13600,6 +14098,7 @@ export declare enum SubgraphTransfer_OrderBy {
|
|
|
13600
14098
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
13601
14099
|
MarketBorrowIndex = "market__borrowIndex",
|
|
13602
14100
|
MarketBorrower = "market__borrower",
|
|
14101
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
13603
14102
|
MarketCreatedAt = "market__createdAt",
|
|
13604
14103
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
13605
14104
|
MarketDecimals = "market__decimals",
|
|
@@ -13607,6 +14106,7 @@ export declare enum SubgraphTransfer_OrderBy {
|
|
|
13607
14106
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
13608
14107
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
13609
14108
|
MarketDepositIndex = "market__depositIndex",
|
|
14109
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
13610
14110
|
MarketEventIndex = "market__eventIndex",
|
|
13611
14111
|
MarketFeeRecipient = "market__feeRecipient",
|
|
13612
14112
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -13619,6 +14119,7 @@ export declare enum SubgraphTransfer_OrderBy {
|
|
|
13619
14119
|
MarketIsRegistered = "market__isRegistered",
|
|
13620
14120
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
13621
14121
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
14122
|
+
MarketMarketType = "market__marketType",
|
|
13622
14123
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
13623
14124
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
13624
14125
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -14203,6 +14704,7 @@ export declare enum SubgraphWithdrawalBatchInterestAccrued_OrderBy {
|
|
|
14203
14704
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
14204
14705
|
MarketBorrowIndex = "market__borrowIndex",
|
|
14205
14706
|
MarketBorrower = "market__borrower",
|
|
14707
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
14206
14708
|
MarketCreatedAt = "market__createdAt",
|
|
14207
14709
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
14208
14710
|
MarketDecimals = "market__decimals",
|
|
@@ -14210,6 +14712,7 @@ export declare enum SubgraphWithdrawalBatchInterestAccrued_OrderBy {
|
|
|
14210
14712
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
14211
14713
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
14212
14714
|
MarketDepositIndex = "market__depositIndex",
|
|
14715
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
14213
14716
|
MarketEventIndex = "market__eventIndex",
|
|
14214
14717
|
MarketFeeRecipient = "market__feeRecipient",
|
|
14215
14718
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -14222,6 +14725,7 @@ export declare enum SubgraphWithdrawalBatchInterestAccrued_OrderBy {
|
|
|
14222
14725
|
MarketIsRegistered = "market__isRegistered",
|
|
14223
14726
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
14224
14727
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
14728
|
+
MarketMarketType = "market__marketType",
|
|
14225
14729
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
14226
14730
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
14227
14731
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -14559,6 +15063,7 @@ export declare enum SubgraphWithdrawalBatch_OrderBy {
|
|
|
14559
15063
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
14560
15064
|
MarketBorrowIndex = "market__borrowIndex",
|
|
14561
15065
|
MarketBorrower = "market__borrower",
|
|
15066
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
14562
15067
|
MarketCreatedAt = "market__createdAt",
|
|
14563
15068
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
14564
15069
|
MarketDecimals = "market__decimals",
|
|
@@ -14566,6 +15071,7 @@ export declare enum SubgraphWithdrawalBatch_OrderBy {
|
|
|
14566
15071
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
14567
15072
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
14568
15073
|
MarketDepositIndex = "market__depositIndex",
|
|
15074
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
14569
15075
|
MarketEventIndex = "market__eventIndex",
|
|
14570
15076
|
MarketFeeRecipient = "market__feeRecipient",
|
|
14571
15077
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -14578,6 +15084,7 @@ export declare enum SubgraphWithdrawalBatch_OrderBy {
|
|
|
14578
15084
|
MarketIsRegistered = "market__isRegistered",
|
|
14579
15085
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
14580
15086
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
15087
|
+
MarketMarketType = "market__marketType",
|
|
14581
15088
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
14582
15089
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
14583
15090
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -15024,6 +15531,7 @@ export declare enum SubgraphWithdrawalRequest_OrderBy {
|
|
|
15024
15531
|
MarketAnnualInterestBipsUpdatedIndex = "market__annualInterestBipsUpdatedIndex",
|
|
15025
15532
|
MarketBorrowIndex = "market__borrowIndex",
|
|
15026
15533
|
MarketBorrower = "market__borrower",
|
|
15534
|
+
MarketCommitmentFeeBips = "market__commitmentFeeBips",
|
|
15027
15535
|
MarketCreatedAt = "market__createdAt",
|
|
15028
15536
|
MarketDebtRepaidIndex = "market__debtRepaidIndex",
|
|
15029
15537
|
MarketDecimals = "market__decimals",
|
|
@@ -15031,6 +15539,7 @@ export declare enum SubgraphWithdrawalRequest_OrderBy {
|
|
|
15031
15539
|
MarketDelinquencyGracePeriod = "market__delinquencyGracePeriod",
|
|
15032
15540
|
MarketDelinquencyStatusChangedIndex = "market__delinquencyStatusChangedIndex",
|
|
15033
15541
|
MarketDepositIndex = "market__depositIndex",
|
|
15542
|
+
MarketDrawnAmount = "market__drawnAmount",
|
|
15034
15543
|
MarketEventIndex = "market__eventIndex",
|
|
15035
15544
|
MarketFeeRecipient = "market__feeRecipient",
|
|
15036
15545
|
MarketFeesCollectedIndex = "market__feesCollectedIndex",
|
|
@@ -15043,6 +15552,7 @@ export declare enum SubgraphWithdrawalRequest_OrderBy {
|
|
|
15043
15552
|
MarketIsRegistered = "market__isRegistered",
|
|
15044
15553
|
MarketLastInterestAccruedBlockNumber = "market__lastInterestAccruedBlockNumber",
|
|
15045
15554
|
MarketLastInterestAccruedTimestamp = "market__lastInterestAccruedTimestamp",
|
|
15555
|
+
MarketMarketType = "market__marketType",
|
|
15046
15556
|
MarketMaxTotalSupply = "market__maxTotalSupply",
|
|
15047
15557
|
MarketMaxTotalSupplyUpdatedIndex = "market__maxTotalSupplyUpdatedIndex",
|
|
15048
15558
|
MarketMinimumDepositUpdatedIndex = "market__minimumDepositUpdatedIndex",
|
|
@@ -15256,7 +15766,9 @@ export type SubgraphMarketDataFragment = {
|
|
|
15256
15766
|
isDelinquent: boolean;
|
|
15257
15767
|
timeDelinquent: number;
|
|
15258
15768
|
annualInterestBips: number;
|
|
15769
|
+
commitmentFeeBips?: string | null;
|
|
15259
15770
|
reserveRatioBips: number;
|
|
15771
|
+
drawnAmount?: string | null;
|
|
15260
15772
|
scaleFactor: string;
|
|
15261
15773
|
lastInterestAccruedTimestamp: number;
|
|
15262
15774
|
originalAnnualInterestBips: number;
|
|
@@ -15354,7 +15866,9 @@ export type SubgraphMarketDataWithEventsFragment = {
|
|
|
15354
15866
|
isDelinquent: boolean;
|
|
15355
15867
|
timeDelinquent: number;
|
|
15356
15868
|
annualInterestBips: number;
|
|
15869
|
+
commitmentFeeBips?: string | null;
|
|
15357
15870
|
reserveRatioBips: number;
|
|
15871
|
+
drawnAmount?: string | null;
|
|
15358
15872
|
scaleFactor: string;
|
|
15359
15873
|
lastInterestAccruedTimestamp: number;
|
|
15360
15874
|
originalAnnualInterestBips: number;
|
|
@@ -15895,7 +16409,9 @@ export type SubgraphGetLenderAccountWithMarketQuery = {
|
|
|
15895
16409
|
isDelinquent: boolean;
|
|
15896
16410
|
timeDelinquent: number;
|
|
15897
16411
|
annualInterestBips: number;
|
|
16412
|
+
commitmentFeeBips?: string | null;
|
|
15898
16413
|
reserveRatioBips: number;
|
|
16414
|
+
drawnAmount?: string | null;
|
|
15899
16415
|
scaleFactor: string;
|
|
15900
16416
|
lastInterestAccruedTimestamp: number;
|
|
15901
16417
|
originalAnnualInterestBips: number;
|
|
@@ -15984,7 +16500,9 @@ export type SubgraphGetAllMarketsForLenderViewQuery = {
|
|
|
15984
16500
|
isDelinquent: boolean;
|
|
15985
16501
|
timeDelinquent: number;
|
|
15986
16502
|
annualInterestBips: number;
|
|
16503
|
+
commitmentFeeBips?: string | null;
|
|
15987
16504
|
reserveRatioBips: number;
|
|
16505
|
+
drawnAmount?: string | null;
|
|
15988
16506
|
scaleFactor: string;
|
|
15989
16507
|
lastInterestAccruedTimestamp: number;
|
|
15990
16508
|
originalAnnualInterestBips: number;
|
|
@@ -16083,7 +16601,9 @@ export type SubgraphGetAccountsWhereLenderAuthorizedOrActiveQuery = {
|
|
|
16083
16601
|
isDelinquent: boolean;
|
|
16084
16602
|
timeDelinquent: number;
|
|
16085
16603
|
annualInterestBips: number;
|
|
16604
|
+
commitmentFeeBips?: string | null;
|
|
16086
16605
|
reserveRatioBips: number;
|
|
16606
|
+
drawnAmount?: string | null;
|
|
16087
16607
|
scaleFactor: string;
|
|
16088
16608
|
lastInterestAccruedTimestamp: number;
|
|
16089
16609
|
originalAnnualInterestBips: number;
|
|
@@ -16151,7 +16671,9 @@ export type SubgraphGetAccountsWhereLenderAuthorizedOrActiveQuery = {
|
|
|
16151
16671
|
isDelinquent: boolean;
|
|
16152
16672
|
timeDelinquent: number;
|
|
16153
16673
|
annualInterestBips: number;
|
|
16674
|
+
commitmentFeeBips?: string | null;
|
|
16154
16675
|
reserveRatioBips: number;
|
|
16676
|
+
drawnAmount?: string | null;
|
|
16155
16677
|
scaleFactor: string;
|
|
16156
16678
|
lastInterestAccruedTimestamp: number;
|
|
16157
16679
|
originalAnnualInterestBips: number;
|