@superfluid-finance/sdk-core 0.3.3-dev.c77270b.0 → 0.3.3-dev.c9bc19b.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -1
- package/README.md +2 -0
- package/dist/index.umd.js +5988 -2000
- package/dist/main/BatchCall.d.ts +6 -6
- package/dist/main/BatchCall.js +8 -8
- package/dist/main/BatchCall.js.map +1 -1
- package/dist/main/ConstantFlowAgreementV1.d.ts +106 -17
- package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/main/ConstantFlowAgreementV1.js +238 -50
- package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/main/{Token.d.ts → ERC20Token.d.ts} +17 -14
- package/dist/main/ERC20Token.d.ts.map +1 -0
- package/dist/main/{Token.js → ERC20Token.js} +29 -33
- package/dist/main/ERC20Token.js.map +1 -0
- package/dist/main/Framework.d.ts +16 -7
- package/dist/main/Framework.d.ts.map +1 -1
- package/dist/main/Framework.js +36 -15
- package/dist/main/Framework.js.map +1 -1
- package/dist/main/Governance.d.ts +40 -0
- package/dist/main/Governance.d.ts.map +1 -0
- package/dist/main/Governance.js +82 -0
- package/dist/main/Governance.js.map +1 -0
- package/dist/main/Host.d.ts +3 -3
- package/dist/main/Host.d.ts.map +1 -1
- package/dist/main/Host.js +4 -4
- package/dist/main/Host.js.map +1 -1
- package/dist/main/InstantDistributionAgreementV1.d.ts +25 -22
- package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/main/InstantDistributionAgreementV1.js +69 -71
- package/dist/main/InstantDistributionAgreementV1.js.map +1 -1
- package/dist/main/Operation.d.ts +5 -5
- package/dist/main/Operation.js +5 -5
- package/dist/main/Query.d.ts +6 -6
- package/dist/main/Query.d.ts.map +1 -1
- package/dist/main/Query.js +18 -16
- package/dist/main/Query.js.map +1 -1
- package/dist/main/SFError.d.ts +1 -1
- package/dist/main/SFError.d.ts.map +1 -1
- package/dist/main/SFError.js +2 -0
- package/dist/main/SFError.js.map +1 -1
- package/dist/main/SuperToken.d.ts +229 -68
- package/dist/main/SuperToken.d.ts.map +1 -1
- package/dist/main/SuperToken.js +318 -132
- package/dist/main/SuperToken.js.map +1 -1
- package/dist/main/abi/IConstantFlowAgreementV1.json +335 -2
- package/dist/main/abi/ISETH.json +1604 -0
- package/dist/main/abi/SuperfluidGovernanceII.json +939 -0
- package/dist/main/constants.d.ts +4 -0
- package/dist/main/constants.d.ts.map +1 -1
- package/dist/main/constants.js +36 -13
- package/dist/main/constants.js.map +1 -1
- package/dist/main/defaultSubgraphReleaseTag.json +3 -0
- package/dist/main/events.d.ts +14 -2
- package/dist/main/events.d.ts.map +1 -1
- package/dist/main/frameworkHelpers.d.ts +2 -2
- package/dist/main/frameworkHelpers.js +2 -2
- package/dist/main/index.d.ts +16 -5
- package/dist/main/index.d.ts.map +1 -1
- package/dist/main/index.js +12 -1
- package/dist/main/index.js.map +1 -1
- package/dist/main/interfaces.d.ts +81 -8
- package/dist/main/interfaces.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.js +22 -1
- package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/main/pagination.d.ts +42 -4
- package/dist/main/pagination.d.ts.map +1 -1
- package/dist/main/pagination.js +36 -5
- package/dist/main/pagination.js.map +1 -1
- package/dist/main/subgraph/SubgraphClient.d.ts +2 -2
- package/dist/main/subgraph/SubgraphClient.d.ts.map +1 -1
- package/dist/main/subgraph/SubgraphClient.js +0 -12
- package/dist/main/subgraph/SubgraphClient.js.map +1 -1
- package/dist/main/subgraph/entities/account/account.d.ts +1 -0
- package/dist/main/subgraph/entities/account/account.d.ts.map +1 -1
- package/dist/main/subgraph/entities/account/accounts.generated.d.ts +2 -0
- package/dist/main/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/account/accounts.generated.js +1 -1
- package/dist/main/subgraph/entities/account/accounts.generated.js.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +2 -0
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js +1 -0
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +3 -0
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js.map +1 -1
- package/dist/main/subgraph/entities/index/index.d.ts +2 -0
- package/dist/main/subgraph/entities/index/index.d.ts.map +1 -1
- package/dist/main/subgraph/entities/index/index.js +1 -0
- package/dist/main/subgraph/entities/index/index.js.map +1 -1
- package/dist/main/subgraph/entities/index/indexes.generated.d.ts +3 -0
- package/dist/main/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/index/indexes.generated.js +1 -1
- package/dist/main/subgraph/entities/index/indexes.generated.js.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts +2 -0
- package/dist/main/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscription.js +1 -0
- package/dist/main/subgraph/entities/indexSubscription/indexSubscription.js.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +3 -0
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.js +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.js.map +1 -1
- package/dist/main/subgraph/entities/stream/stream.d.ts +2 -0
- package/dist/main/subgraph/entities/stream/stream.d.ts.map +1 -1
- package/dist/main/subgraph/entities/stream/stream.js +1 -0
- package/dist/main/subgraph/entities/stream/stream.js.map +1 -1
- package/dist/main/subgraph/entities/stream/streams.generated.d.ts +3 -0
- package/dist/main/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/stream/streams.generated.js +1 -1
- package/dist/main/subgraph/entities/stream/streams.generated.js.map +1 -1
- package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts +2 -0
- package/dist/main/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
- package/dist/main/subgraph/entities/streamPeriod/streamPeriod.js +1 -0
- package/dist/main/subgraph/entities/streamPeriod/streamPeriod.js.map +1 -1
- package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +3 -0
- package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.js +1 -1
- package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.js.map +1 -1
- package/dist/main/subgraph/entities/token/token.d.ts +1 -0
- package/dist/main/subgraph/entities/token/token.d.ts.map +1 -1
- package/dist/main/subgraph/entities/token/tokens.generated.d.ts +2 -0
- package/dist/main/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/token/tokens.generated.js +1 -1
- package/dist/main/subgraph/entities/token/tokens.generated.js.map +1 -1
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts +1 -0
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +2 -0
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.js +1 -1
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.js.map +1 -1
- package/dist/main/subgraph/events/events.d.ts +1 -0
- package/dist/main/subgraph/events/events.d.ts.map +1 -1
- package/dist/main/subgraph/events/events.generated.d.ts +118 -3
- package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/main/subgraph/events/events.generated.js +38 -37
- package/dist/main/subgraph/events/events.generated.js.map +1 -1
- package/dist/main/subgraph/events/flowUpdatedEvent.d.ts +1 -0
- package/dist/main/subgraph/events/flowUpdatedEvent.d.ts.map +1 -1
- package/dist/main/subgraph/events/indexUpdatedEvent.d.ts +1 -0
- package/dist/main/subgraph/events/indexUpdatedEvent.d.ts.map +1 -1
- package/dist/main/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts +1 -0
- package/dist/main/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts.map +1 -1
- package/dist/main/subgraph/meta/meta.d.ts +15 -0
- package/dist/main/subgraph/meta/meta.d.ts.map +1 -0
- package/dist/main/subgraph/meta/meta.generated.d.ts +19 -0
- package/dist/main/subgraph/meta/meta.generated.d.ts.map +1 -0
- package/dist/main/subgraph/meta/meta.generated.js +5 -0
- package/dist/main/subgraph/meta/meta.generated.js.map +1 -0
- package/dist/main/subgraph/meta/meta.js +20 -0
- package/dist/main/subgraph/meta/meta.js.map +1 -0
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +12 -0
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
- package/dist/main/subgraph/schema.generated.d.ts +817 -5
- package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/main/subgraph/subgraphQueryHandler.d.ts +6 -3
- package/dist/main/subgraph/subgraphQueryHandler.d.ts.map +1 -1
- package/dist/main/subgraph/subgraphQueryHandler.js +30 -16
- package/dist/main/subgraph/subgraphQueryHandler.js.map +1 -1
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts +187 -5
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/main/typechain/ISETH.d.ts +1068 -0
- package/dist/main/typechain/ISETH.d.ts.map +1 -0
- package/dist/main/typechain/ISETH.js +3 -0
- package/dist/main/typechain/ISETH.js.map +1 -0
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts +633 -0
- package/dist/main/typechain/SuperfluidGovernanceII.d.ts.map +1 -0
- package/dist/main/typechain/SuperfluidGovernanceII.js +3 -0
- package/dist/main/typechain/SuperfluidGovernanceII.js.map +1 -0
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +335 -2
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/main/typechain/factories/ISETH__factory.d.ts +36 -0
- package/dist/main/typechain/factories/ISETH__factory.d.ts.map +1 -0
- package/dist/main/typechain/factories/ISETH__factory.js +1622 -0
- package/dist/main/typechain/factories/ISETH__factory.js.map +1 -0
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts +36 -0
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -0
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js +957 -0
- package/dist/main/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -0
- package/dist/main/typechain/index.d.ts +4 -0
- package/dist/main/typechain/index.d.ts.map +1 -1
- package/dist/main/typechain/index.js +5 -1
- package/dist/main/typechain/index.js.map +1 -1
- package/dist/main/utils.d.ts +15 -13
- package/dist/main/utils.d.ts.map +1 -1
- package/dist/main/utils.js +29 -15
- package/dist/main/utils.js.map +1 -1
- package/dist/module/BatchCall.d.ts +6 -6
- package/dist/module/BatchCall.js +8 -8
- package/dist/module/BatchCall.js.map +1 -1
- package/dist/module/ConstantFlowAgreementV1.d.ts +106 -17
- package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/module/ConstantFlowAgreementV1.js +239 -51
- package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/module/{Token.d.ts → ERC20Token.d.ts} +17 -14
- package/dist/module/ERC20Token.d.ts.map +1 -0
- package/dist/module/{Token.js → ERC20Token.js} +28 -32
- package/dist/module/ERC20Token.js.map +1 -0
- package/dist/module/Framework.d.ts +16 -7
- package/dist/module/Framework.d.ts.map +1 -1
- package/dist/module/Framework.js +36 -15
- package/dist/module/Framework.js.map +1 -1
- package/dist/module/Governance.d.ts +40 -0
- package/dist/module/Governance.d.ts.map +1 -0
- package/dist/module/Governance.js +76 -0
- package/dist/module/Governance.js.map +1 -0
- package/dist/module/Host.d.ts +3 -3
- package/dist/module/Host.d.ts.map +1 -1
- package/dist/module/Host.js +4 -4
- package/dist/module/Host.js.map +1 -1
- package/dist/module/InstantDistributionAgreementV1.d.ts +25 -22
- package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/module/InstantDistributionAgreementV1.js +69 -71
- package/dist/module/InstantDistributionAgreementV1.js.map +1 -1
- package/dist/module/Operation.d.ts +5 -5
- package/dist/module/Operation.js +5 -5
- package/dist/module/Query.d.ts +6 -6
- package/dist/module/Query.d.ts.map +1 -1
- package/dist/module/Query.js +16 -16
- package/dist/module/Query.js.map +1 -1
- package/dist/module/SFError.d.ts +1 -1
- package/dist/module/SFError.d.ts.map +1 -1
- package/dist/module/SFError.js +2 -0
- package/dist/module/SFError.js.map +1 -1
- package/dist/module/SuperToken.d.ts +229 -68
- package/dist/module/SuperToken.d.ts.map +1 -1
- package/dist/module/SuperToken.js +315 -133
- package/dist/module/SuperToken.js.map +1 -1
- package/dist/module/abi/IConstantFlowAgreementV1.json +335 -2
- package/dist/module/abi/ISETH.json +1604 -0
- package/dist/module/abi/SuperfluidGovernanceII.json +939 -0
- package/dist/module/constants.d.ts +4 -0
- package/dist/module/constants.d.ts.map +1 -1
- package/dist/module/constants.js +32 -12
- package/dist/module/constants.js.map +1 -1
- package/dist/module/defaultSubgraphReleaseTag.json +3 -0
- package/dist/module/events.d.ts +14 -2
- package/dist/module/events.d.ts.map +1 -1
- package/dist/module/frameworkHelpers.d.ts +2 -2
- package/dist/module/frameworkHelpers.js +2 -2
- package/dist/module/index.d.ts +16 -5
- package/dist/module/index.d.ts.map +1 -1
- package/dist/module/index.js +16 -5
- package/dist/module/index.js.map +1 -1
- package/dist/module/interfaces.d.ts +81 -8
- package/dist/module/interfaces.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.js +22 -1
- package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/module/pagination.d.ts +42 -4
- package/dist/module/pagination.d.ts.map +1 -1
- package/dist/module/pagination.js +30 -5
- package/dist/module/pagination.js.map +1 -1
- package/dist/module/subgraph/SubgraphClient.d.ts +2 -2
- package/dist/module/subgraph/SubgraphClient.d.ts.map +1 -1
- package/dist/module/subgraph/SubgraphClient.js +1 -13
- package/dist/module/subgraph/SubgraphClient.js.map +1 -1
- package/dist/module/subgraph/entities/account/account.d.ts +1 -0
- package/dist/module/subgraph/entities/account/account.d.ts.map +1 -1
- package/dist/module/subgraph/entities/account/accounts.generated.d.ts +2 -0
- package/dist/module/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/account/accounts.generated.js +1 -1
- package/dist/module/subgraph/entities/account/accounts.generated.js.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +2 -0
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js +1 -0
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +3 -0
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.js.map +1 -1
- package/dist/module/subgraph/entities/index/index.d.ts +2 -0
- package/dist/module/subgraph/entities/index/index.d.ts.map +1 -1
- package/dist/module/subgraph/entities/index/index.js +1 -0
- package/dist/module/subgraph/entities/index/index.js.map +1 -1
- package/dist/module/subgraph/entities/index/indexes.generated.d.ts +3 -0
- package/dist/module/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/index/indexes.generated.js +1 -1
- package/dist/module/subgraph/entities/index/indexes.generated.js.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts +2 -0
- package/dist/module/subgraph/entities/indexSubscription/indexSubscription.d.ts.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscription.js +1 -0
- package/dist/module/subgraph/entities/indexSubscription/indexSubscription.js.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +3 -0
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.js +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.js.map +1 -1
- package/dist/module/subgraph/entities/stream/stream.d.ts +2 -0
- package/dist/module/subgraph/entities/stream/stream.d.ts.map +1 -1
- package/dist/module/subgraph/entities/stream/stream.js +1 -0
- package/dist/module/subgraph/entities/stream/stream.js.map +1 -1
- package/dist/module/subgraph/entities/stream/streams.generated.d.ts +3 -0
- package/dist/module/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/stream/streams.generated.js +1 -1
- package/dist/module/subgraph/entities/stream/streams.generated.js.map +1 -1
- package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts +2 -0
- package/dist/module/subgraph/entities/streamPeriod/streamPeriod.d.ts.map +1 -1
- package/dist/module/subgraph/entities/streamPeriod/streamPeriod.js +1 -0
- package/dist/module/subgraph/entities/streamPeriod/streamPeriod.js.map +1 -1
- package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +3 -0
- package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.js +1 -1
- package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.js.map +1 -1
- package/dist/module/subgraph/entities/token/token.d.ts +1 -0
- package/dist/module/subgraph/entities/token/token.d.ts.map +1 -1
- package/dist/module/subgraph/entities/token/tokens.generated.d.ts +2 -0
- package/dist/module/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/token/tokens.generated.js +1 -1
- package/dist/module/subgraph/entities/token/tokens.generated.js.map +1 -1
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts +1 -0
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistic.d.ts.map +1 -1
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +2 -0
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.js +1 -1
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.js.map +1 -1
- package/dist/module/subgraph/events/events.d.ts +1 -0
- package/dist/module/subgraph/events/events.d.ts.map +1 -1
- package/dist/module/subgraph/events/events.generated.d.ts +118 -3
- package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/module/subgraph/events/events.generated.js +37 -36
- package/dist/module/subgraph/events/events.generated.js.map +1 -1
- package/dist/module/subgraph/events/flowUpdatedEvent.d.ts +1 -0
- package/dist/module/subgraph/events/flowUpdatedEvent.d.ts.map +1 -1
- package/dist/module/subgraph/events/indexUpdatedEvent.d.ts +1 -0
- package/dist/module/subgraph/events/indexUpdatedEvent.d.ts.map +1 -1
- package/dist/module/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts +1 -0
- package/dist/module/subgraph/events/subscriptionUnitsUpdatedEvents.d.ts.map +1 -1
- package/dist/module/subgraph/meta/meta.d.ts +15 -0
- package/dist/module/subgraph/meta/meta.d.ts.map +1 -0
- package/dist/module/subgraph/meta/meta.generated.d.ts +19 -0
- package/dist/module/subgraph/meta/meta.generated.d.ts.map +1 -0
- package/dist/module/subgraph/meta/meta.generated.js +2 -0
- package/dist/module/subgraph/meta/meta.generated.js.map +1 -0
- package/dist/module/subgraph/meta/meta.js +16 -0
- package/dist/module/subgraph/meta/meta.js.map +1 -0
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +12 -0
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
- package/dist/module/subgraph/schema.generated.d.ts +817 -5
- package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/module/subgraph/subgraphQueryHandler.d.ts +6 -3
- package/dist/module/subgraph/subgraphQueryHandler.d.ts.map +1 -1
- package/dist/module/subgraph/subgraphQueryHandler.js +31 -17
- package/dist/module/subgraph/subgraphQueryHandler.js.map +1 -1
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts +187 -5
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/module/typechain/ISETH.d.ts +1068 -0
- package/dist/module/typechain/ISETH.d.ts.map +1 -0
- package/dist/module/typechain/ISETH.js +2 -0
- package/dist/module/typechain/ISETH.js.map +1 -0
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts +633 -0
- package/dist/module/typechain/SuperfluidGovernanceII.d.ts.map +1 -0
- package/dist/module/typechain/SuperfluidGovernanceII.js +2 -0
- package/dist/module/typechain/SuperfluidGovernanceII.js.map +1 -0
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +335 -2
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/module/typechain/factories/ISETH__factory.d.ts +36 -0
- package/dist/module/typechain/factories/ISETH__factory.d.ts.map +1 -0
- package/dist/module/typechain/factories/ISETH__factory.js +1618 -0
- package/dist/module/typechain/factories/ISETH__factory.js.map +1 -0
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts +36 -0
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.d.ts.map +1 -0
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js +953 -0
- package/dist/module/typechain/factories/SuperfluidGovernanceII__factory.js.map +1 -0
- package/dist/module/typechain/index.d.ts +4 -0
- package/dist/module/typechain/index.d.ts.map +1 -1
- package/dist/module/typechain/index.js +2 -0
- package/dist/module/typechain/index.js.map +1 -1
- package/dist/module/utils.d.ts +15 -13
- package/dist/module/utils.d.ts.map +1 -1
- package/dist/module/utils.js +27 -15
- package/dist/module/utils.js.map +1 -1
- package/package.json +11 -41
- package/dist/main/Token.d.ts.map +0 -1
- package/dist/main/Token.js.map +0 -1
- package/dist/module/Token.d.ts.map +0 -1
- package/dist/module/Token.js.map +0 -1
|
@@ -6,6 +6,7 @@ export declare type FlowUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
6
6
|
where?: Types.InputMaybe<Types.FlowUpdatedEvent_Filter>;
|
|
7
7
|
orderBy?: Types.InputMaybe<Types.FlowUpdatedEvent_OrderBy>;
|
|
8
8
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
9
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
9
10
|
}>;
|
|
10
11
|
export declare type FlowUpdatedEventsQuery = {
|
|
11
12
|
flowUpdatedEvents: Array<{
|
|
@@ -20,6 +21,29 @@ export declare type FlowUpdatedEventsQuery = {
|
|
|
20
21
|
sender: string;
|
|
21
22
|
receiver: string;
|
|
22
23
|
flowRate: string;
|
|
24
|
+
flowOperator: string;
|
|
25
|
+
deposit: string;
|
|
26
|
+
}>;
|
|
27
|
+
};
|
|
28
|
+
export declare type FlowOperatorUpdatedEventsQueryVariables = Types.Exact<{
|
|
29
|
+
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
30
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
31
|
+
where?: Types.InputMaybe<Types.FlowOperatorUpdatedEvent_Filter>;
|
|
32
|
+
orderBy?: Types.InputMaybe<Types.FlowOperatorUpdatedEvent_OrderBy>;
|
|
33
|
+
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
34
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
35
|
+
}>;
|
|
36
|
+
export declare type FlowOperatorUpdatedEventsQuery = {
|
|
37
|
+
flowOperatorUpdatedEvents: Array<{
|
|
38
|
+
__typename: 'FlowOperatorUpdatedEvent';
|
|
39
|
+
id: string;
|
|
40
|
+
blockNumber: string;
|
|
41
|
+
transactionHash: string;
|
|
42
|
+
timestamp: string;
|
|
43
|
+
token: string;
|
|
44
|
+
sender: string;
|
|
45
|
+
permissions: number;
|
|
46
|
+
flowRateAllowance: string;
|
|
23
47
|
}>;
|
|
24
48
|
};
|
|
25
49
|
export declare type IndexCreatedEventsQueryVariables = Types.Exact<{
|
|
@@ -28,6 +52,7 @@ export declare type IndexCreatedEventsQueryVariables = Types.Exact<{
|
|
|
28
52
|
where?: Types.InputMaybe<Types.IndexCreatedEvent_Filter>;
|
|
29
53
|
orderBy?: Types.InputMaybe<Types.IndexCreatedEvent_OrderBy>;
|
|
30
54
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
55
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
31
56
|
}>;
|
|
32
57
|
export declare type IndexCreatedEventsQuery = {
|
|
33
58
|
indexCreatedEvents: Array<{
|
|
@@ -51,6 +76,7 @@ export declare type IndexDistributionClaimedEventsQueryVariables = Types.Exact<{
|
|
|
51
76
|
where?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_Filter>;
|
|
52
77
|
orderBy?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_OrderBy>;
|
|
53
78
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
79
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
54
80
|
}>;
|
|
55
81
|
export declare type IndexDistributionClaimedEventsQuery = {
|
|
56
82
|
indexDistributionClaimedEvents: Array<{
|
|
@@ -75,6 +101,7 @@ export declare type IndexUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
75
101
|
where?: Types.InputMaybe<Types.IndexUpdatedEvent_Filter>;
|
|
76
102
|
orderBy?: Types.InputMaybe<Types.IndexUpdatedEvent_OrderBy>;
|
|
77
103
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
104
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
78
105
|
}>;
|
|
79
106
|
export declare type IndexUpdatedEventsQuery = {
|
|
80
107
|
indexUpdatedEvents: Array<{
|
|
@@ -102,6 +129,7 @@ export declare type IndexSubscribedEventsQueryVariables = Types.Exact<{
|
|
|
102
129
|
where?: Types.InputMaybe<Types.IndexSubscribedEvent_Filter>;
|
|
103
130
|
orderBy?: Types.InputMaybe<Types.IndexSubscribedEvent_OrderBy>;
|
|
104
131
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
132
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
105
133
|
}>;
|
|
106
134
|
export declare type IndexSubscribedEventsQuery = {
|
|
107
135
|
indexSubscribedEvents: Array<{
|
|
@@ -126,6 +154,7 @@ export declare type IndexUnitsUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
126
154
|
where?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_Filter>;
|
|
127
155
|
orderBy?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_OrderBy>;
|
|
128
156
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
157
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
129
158
|
}>;
|
|
130
159
|
export declare type IndexUnitsUpdatedEventsQuery = {
|
|
131
160
|
indexUnitsUpdatedEvents: Array<{
|
|
@@ -152,6 +181,7 @@ export declare type IndexUnsubscribedEventsQueryVariables = Types.Exact<{
|
|
|
152
181
|
where?: Types.InputMaybe<Types.IndexUnsubscribedEvent_Filter>;
|
|
153
182
|
orderBy?: Types.InputMaybe<Types.IndexUnsubscribedEvent_OrderBy>;
|
|
154
183
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
184
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
155
185
|
}>;
|
|
156
186
|
export declare type IndexUnsubscribedEventsQuery = {
|
|
157
187
|
indexUnsubscribedEvents: Array<{
|
|
@@ -176,6 +206,7 @@ export declare type SubscriptionApprovedEventsQueryVariables = Types.Exact<{
|
|
|
176
206
|
where?: Types.InputMaybe<Types.SubscriptionApprovedEvent_Filter>;
|
|
177
207
|
orderBy?: Types.InputMaybe<Types.SubscriptionApprovedEvent_OrderBy>;
|
|
178
208
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
209
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
179
210
|
}>;
|
|
180
211
|
export declare type SubscriptionApprovedEventsQuery = {
|
|
181
212
|
subscriptionApprovedEvents: Array<{
|
|
@@ -200,6 +231,7 @@ export declare type SubscriptionDistributionClaimedEventsQueryVariables = Types.
|
|
|
200
231
|
where?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_Filter>;
|
|
201
232
|
orderBy?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_OrderBy>;
|
|
202
233
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
234
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
203
235
|
}>;
|
|
204
236
|
export declare type SubscriptionDistributionClaimedEventsQuery = {
|
|
205
237
|
subscriptionDistributionClaimedEvents: Array<{
|
|
@@ -224,6 +256,7 @@ export declare type SubscriptionRevokedEventsQueryVariables = Types.Exact<{
|
|
|
224
256
|
where?: Types.InputMaybe<Types.SubscriptionRevokedEvent_Filter>;
|
|
225
257
|
orderBy?: Types.InputMaybe<Types.SubscriptionRevokedEvent_OrderBy>;
|
|
226
258
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
259
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
227
260
|
}>;
|
|
228
261
|
export declare type SubscriptionRevokedEventsQuery = {
|
|
229
262
|
subscriptionRevokedEvents: Array<{
|
|
@@ -248,6 +281,7 @@ export declare type SubscriptionUnitsUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
248
281
|
where?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_Filter>;
|
|
249
282
|
orderBy?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_OrderBy>;
|
|
250
283
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
284
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
251
285
|
}>;
|
|
252
286
|
export declare type SubscriptionUnitsUpdatedEventsQuery = {
|
|
253
287
|
subscriptionUnitsUpdatedEvents: Array<{
|
|
@@ -274,6 +308,7 @@ export declare type TransferEventsQueryVariables = Types.Exact<{
|
|
|
274
308
|
where?: Types.InputMaybe<Types.TransferEvent_Filter>;
|
|
275
309
|
orderBy?: Types.InputMaybe<Types.TransferEvent_OrderBy>;
|
|
276
310
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
311
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
277
312
|
}>;
|
|
278
313
|
export declare type TransferEventsQuery = {
|
|
279
314
|
transferEvents: Array<{
|
|
@@ -298,6 +333,7 @@ export declare type TokenUpgradedEventsQueryVariables = Types.Exact<{
|
|
|
298
333
|
where?: Types.InputMaybe<Types.TokenUpgradedEvent_Filter>;
|
|
299
334
|
orderBy?: Types.InputMaybe<Types.TokenUpgradedEvent_OrderBy>;
|
|
300
335
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
336
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
301
337
|
}>;
|
|
302
338
|
export declare type TokenUpgradedEventsQuery = {
|
|
303
339
|
tokenUpgradedEvents: Array<{
|
|
@@ -319,6 +355,7 @@ export declare type TokenDowngradedEventsQueryVariables = Types.Exact<{
|
|
|
319
355
|
where?: Types.InputMaybe<Types.TokenDowngradedEvent_Filter>;
|
|
320
356
|
orderBy?: Types.InputMaybe<Types.TokenDowngradedEvent_OrderBy>;
|
|
321
357
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
358
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
322
359
|
}>;
|
|
323
360
|
export declare type TokenDowngradedEventsQuery = {
|
|
324
361
|
tokenDowngradedEvents: Array<{
|
|
@@ -340,6 +377,7 @@ export declare type AgreementClassRegisteredEventsQueryVariables = Types.Exact<{
|
|
|
340
377
|
where?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_Filter>;
|
|
341
378
|
orderBy?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_OrderBy>;
|
|
342
379
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
380
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
343
381
|
}>;
|
|
344
382
|
export declare type AgreementClassRegisteredEventsQuery = {
|
|
345
383
|
agreementClassRegisteredEvents: Array<{
|
|
@@ -358,6 +396,7 @@ export declare type AgreementClassUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
358
396
|
where?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_Filter>;
|
|
359
397
|
orderBy?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_OrderBy>;
|
|
360
398
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
399
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
361
400
|
}>;
|
|
362
401
|
export declare type AgreementClassUpdatedEventsQuery = {
|
|
363
402
|
agreementClassUpdatedEvents: Array<{
|
|
@@ -376,6 +415,7 @@ export declare type AppRegisteredEventsQueryVariables = Types.Exact<{
|
|
|
376
415
|
where?: Types.InputMaybe<Types.AppRegisteredEvent_Filter>;
|
|
377
416
|
orderBy?: Types.InputMaybe<Types.AppRegisteredEvent_OrderBy>;
|
|
378
417
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
418
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
379
419
|
}>;
|
|
380
420
|
export declare type AppRegisteredEventsQuery = {
|
|
381
421
|
appRegisteredEvents: Array<{
|
|
@@ -393,6 +433,7 @@ export declare type GovernanceReplacedEventsQueryVariables = Types.Exact<{
|
|
|
393
433
|
where?: Types.InputMaybe<Types.GovernanceReplacedEvent_Filter>;
|
|
394
434
|
orderBy?: Types.InputMaybe<Types.GovernanceReplacedEvent_OrderBy>;
|
|
395
435
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
436
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
396
437
|
}>;
|
|
397
438
|
export declare type GovernanceReplacedEventsQuery = {
|
|
398
439
|
governanceReplacedEvents: Array<{
|
|
@@ -411,6 +452,7 @@ export declare type JailEventsQueryVariables = Types.Exact<{
|
|
|
411
452
|
where?: Types.InputMaybe<Types.JailEvent_Filter>;
|
|
412
453
|
orderBy?: Types.InputMaybe<Types.JailEvent_OrderBy>;
|
|
413
454
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
455
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
414
456
|
}>;
|
|
415
457
|
export declare type JailEventsQuery = {
|
|
416
458
|
jailEvents: Array<{
|
|
@@ -429,6 +471,7 @@ export declare type SuperTokenFactoryUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
429
471
|
where?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_Filter>;
|
|
430
472
|
orderBy?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_OrderBy>;
|
|
431
473
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
474
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
432
475
|
}>;
|
|
433
476
|
export declare type SuperTokenFactoryUpdatedEventsQuery = {
|
|
434
477
|
superTokenFactoryUpdatedEvents: Array<{
|
|
@@ -446,6 +489,7 @@ export declare type SuperTokenLogicUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
446
489
|
where?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_Filter>;
|
|
447
490
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_OrderBy>;
|
|
448
491
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
492
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
449
493
|
}>;
|
|
450
494
|
export declare type SuperTokenLogicUpdatedEventsQuery = {
|
|
451
495
|
superTokenLogicUpdatedEvents: Array<{
|
|
@@ -464,6 +508,7 @@ export declare type RoleAdminChangedEventsQueryVariables = Types.Exact<{
|
|
|
464
508
|
where?: Types.InputMaybe<Types.RoleAdminChangedEvent_Filter>;
|
|
465
509
|
orderBy?: Types.InputMaybe<Types.RoleAdminChangedEvent_OrderBy>;
|
|
466
510
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
511
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
467
512
|
}>;
|
|
468
513
|
export declare type RoleAdminChangedEventsQuery = {
|
|
469
514
|
roleAdminChangedEvents: Array<{
|
|
@@ -483,6 +528,7 @@ export declare type RoleGrantedEventsQueryVariables = Types.Exact<{
|
|
|
483
528
|
where?: Types.InputMaybe<Types.RoleGrantedEvent_Filter>;
|
|
484
529
|
orderBy?: Types.InputMaybe<Types.RoleGrantedEvent_OrderBy>;
|
|
485
530
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
531
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
486
532
|
}>;
|
|
487
533
|
export declare type RoleGrantedEventsQuery = {
|
|
488
534
|
roleGrantedEvents: Array<{
|
|
@@ -502,6 +548,7 @@ export declare type RoleRevokedEventsQueryVariables = Types.Exact<{
|
|
|
502
548
|
where?: Types.InputMaybe<Types.RoleRevokedEvent_Filter>;
|
|
503
549
|
orderBy?: Types.InputMaybe<Types.RoleRevokedEvent_OrderBy>;
|
|
504
550
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
551
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
505
552
|
}>;
|
|
506
553
|
export declare type RoleRevokedEventsQuery = {
|
|
507
554
|
roleRevokedEvents: Array<{
|
|
@@ -521,6 +568,7 @@ export declare type CfaV1LiquidationPeriodChangedEventsQueryVariables = Types.Ex
|
|
|
521
568
|
where?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_Filter>;
|
|
522
569
|
orderBy?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_OrderBy>;
|
|
523
570
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
571
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
524
572
|
}>;
|
|
525
573
|
export declare type CfaV1LiquidationPeriodChangedEventsQuery = {
|
|
526
574
|
cfav1LiquidationPeriodChangedEvents: Array<{
|
|
@@ -541,6 +589,7 @@ export declare type ConfigChangedEventsQueryVariables = Types.Exact<{
|
|
|
541
589
|
where?: Types.InputMaybe<Types.ConfigChangedEvent_Filter>;
|
|
542
590
|
orderBy?: Types.InputMaybe<Types.ConfigChangedEvent_OrderBy>;
|
|
543
591
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
592
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
544
593
|
}>;
|
|
545
594
|
export declare type ConfigChangedEventsQuery = {
|
|
546
595
|
configChangedEvents: Array<{
|
|
@@ -562,6 +611,7 @@ export declare type RewardAddressChangedEventsQueryVariables = Types.Exact<{
|
|
|
562
611
|
where?: Types.InputMaybe<Types.RewardAddressChangedEvent_Filter>;
|
|
563
612
|
orderBy?: Types.InputMaybe<Types.RewardAddressChangedEvent_OrderBy>;
|
|
564
613
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
614
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
565
615
|
}>;
|
|
566
616
|
export declare type RewardAddressChangedEventsQuery = {
|
|
567
617
|
rewardAddressChangedEvents: Array<{
|
|
@@ -582,6 +632,7 @@ export declare type TrustedForwarderChangedEventsQueryVariables = Types.Exact<{
|
|
|
582
632
|
where?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_Filter>;
|
|
583
633
|
orderBy?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_OrderBy>;
|
|
584
634
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
635
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
585
636
|
}>;
|
|
586
637
|
export declare type TrustedForwarderChangedEventsQuery = {
|
|
587
638
|
trustedForwarderChangedEvents: Array<{
|
|
@@ -603,6 +654,7 @@ export declare type AgreementLiquidatedByEventsQueryVariables = Types.Exact<{
|
|
|
603
654
|
where?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_Filter>;
|
|
604
655
|
orderBy?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_OrderBy>;
|
|
605
656
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
657
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
606
658
|
}>;
|
|
607
659
|
export declare type AgreementLiquidatedByEventsQuery = {
|
|
608
660
|
agreementLiquidatedByEvents: Array<{
|
|
@@ -627,6 +679,7 @@ export declare type BurnedEventsQueryVariables = Types.Exact<{
|
|
|
627
679
|
where?: Types.InputMaybe<Types.BurnedEvent_Filter>;
|
|
628
680
|
orderBy?: Types.InputMaybe<Types.BurnedEvent_OrderBy>;
|
|
629
681
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
682
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
630
683
|
}>;
|
|
631
684
|
export declare type BurnedEventsQuery = {
|
|
632
685
|
burnedEvents: Array<{
|
|
@@ -648,6 +701,7 @@ export declare type MintedEventsQueryVariables = Types.Exact<{
|
|
|
648
701
|
where?: Types.InputMaybe<Types.MintedEvent_Filter>;
|
|
649
702
|
orderBy?: Types.InputMaybe<Types.MintedEvent_OrderBy>;
|
|
650
703
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
704
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
651
705
|
}>;
|
|
652
706
|
export declare type MintedEventsQuery = {
|
|
653
707
|
mintedEvents: Array<{
|
|
@@ -669,6 +723,7 @@ export declare type SentEventsQueryVariables = Types.Exact<{
|
|
|
669
723
|
where?: Types.InputMaybe<Types.SentEvent_Filter>;
|
|
670
724
|
orderBy?: Types.InputMaybe<Types.SentEvent_OrderBy>;
|
|
671
725
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
726
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
672
727
|
}>;
|
|
673
728
|
export declare type SentEventsQuery = {
|
|
674
729
|
sentEvents: Array<{
|
|
@@ -690,6 +745,7 @@ export declare type CustomSuperTokenCreatedEventsQueryVariables = Types.Exact<{
|
|
|
690
745
|
where?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_Filter>;
|
|
691
746
|
orderBy?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_OrderBy>;
|
|
692
747
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
748
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
693
749
|
}>;
|
|
694
750
|
export declare type CustomSuperTokenCreatedEventsQuery = {
|
|
695
751
|
customSuperTokenCreatedEvents: Array<{
|
|
@@ -707,6 +763,7 @@ export declare type SuperTokenCreatedEventsQueryVariables = Types.Exact<{
|
|
|
707
763
|
where?: Types.InputMaybe<Types.SuperTokenCreatedEvent_Filter>;
|
|
708
764
|
orderBy?: Types.InputMaybe<Types.SuperTokenCreatedEvent_OrderBy>;
|
|
709
765
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
766
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
710
767
|
}>;
|
|
711
768
|
export declare type SuperTokenCreatedEventsQuery = {
|
|
712
769
|
superTokenCreatedEvents: Array<{
|
|
@@ -724,6 +781,7 @@ export declare type SuperTokenLogicCreatedEventsQueryVariables = Types.Exact<{
|
|
|
724
781
|
where?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_Filter>;
|
|
725
782
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_OrderBy>;
|
|
726
783
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
784
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
727
785
|
}>;
|
|
728
786
|
export declare type SuperTokenLogicCreatedEventsQuery = {
|
|
729
787
|
superTokenLogicCreatedEvents: Array<{
|
|
@@ -741,6 +799,7 @@ export declare type EventsQueryVariables = Types.Exact<{
|
|
|
741
799
|
first?: Types.Scalars['Int'];
|
|
742
800
|
orderBy?: Types.Event_OrderBy;
|
|
743
801
|
orderDirection?: Types.OrderDirection;
|
|
802
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
744
803
|
}>;
|
|
745
804
|
export declare type EventsQuery = {
|
|
746
805
|
events: Array<{
|
|
@@ -791,9 +850,9 @@ export declare type EventsQuery = {
|
|
|
791
850
|
timestamp: string;
|
|
792
851
|
} | {
|
|
793
852
|
__typename: 'AppRegisteredEvent';
|
|
794
|
-
blockNumber: string;
|
|
795
853
|
app: string;
|
|
796
854
|
id: string;
|
|
855
|
+
blockNumber: string;
|
|
797
856
|
transactionHash: string;
|
|
798
857
|
timestamp: string;
|
|
799
858
|
} | {
|
|
@@ -835,6 +894,16 @@ export declare type EventsQuery = {
|
|
|
835
894
|
blockNumber: string;
|
|
836
895
|
transactionHash: string;
|
|
837
896
|
timestamp: string;
|
|
897
|
+
} | {
|
|
898
|
+
__typename: 'FlowOperatorUpdatedEvent';
|
|
899
|
+
token: string;
|
|
900
|
+
sender: string;
|
|
901
|
+
permissions: number;
|
|
902
|
+
flowRateAllowance: string;
|
|
903
|
+
id: string;
|
|
904
|
+
blockNumber: string;
|
|
905
|
+
transactionHash: string;
|
|
906
|
+
timestamp: string;
|
|
838
907
|
} | {
|
|
839
908
|
__typename: 'FlowUpdatedEvent';
|
|
840
909
|
userData: string;
|
|
@@ -843,6 +912,8 @@ export declare type EventsQuery = {
|
|
|
843
912
|
sender: string;
|
|
844
913
|
receiver: string;
|
|
845
914
|
flowRate: string;
|
|
915
|
+
flowOperator: string;
|
|
916
|
+
deposit: string;
|
|
846
917
|
id: string;
|
|
847
918
|
blockNumber: string;
|
|
848
919
|
transactionHash: string;
|
|
@@ -884,12 +955,12 @@ export declare type EventsQuery = {
|
|
|
884
955
|
};
|
|
885
956
|
} | {
|
|
886
957
|
__typename: 'IndexSubscribedEvent';
|
|
887
|
-
id: string;
|
|
888
958
|
userData: string;
|
|
889
959
|
token: string;
|
|
890
960
|
subscriber: string;
|
|
891
961
|
publisher: string;
|
|
892
962
|
indexId: string;
|
|
963
|
+
id: string;
|
|
893
964
|
blockNumber: string;
|
|
894
965
|
transactionHash: string;
|
|
895
966
|
timestamp: string;
|
|
@@ -1111,9 +1182,9 @@ export declare type EventsQuery = {
|
|
|
1111
1182
|
} | {
|
|
1112
1183
|
__typename: 'TokenDowngradedEvent';
|
|
1113
1184
|
token: string;
|
|
1114
|
-
blockNumber: string;
|
|
1115
1185
|
amount: string;
|
|
1116
1186
|
id: string;
|
|
1187
|
+
blockNumber: string;
|
|
1117
1188
|
transactionHash: string;
|
|
1118
1189
|
timestamp: string;
|
|
1119
1190
|
account: {
|
|
@@ -1163,6 +1234,15 @@ export declare const FlowUpdatedEventsDocument: DocumentNode<FlowUpdatedEventsQu
|
|
|
1163
1234
|
where?: Types.InputMaybe<Types.FlowUpdatedEvent_Filter>;
|
|
1164
1235
|
orderBy?: Types.InputMaybe<Types.FlowUpdatedEvent_OrderBy>;
|
|
1165
1236
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1237
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1238
|
+
}>>;
|
|
1239
|
+
export declare const FlowOperatorUpdatedEventsDocument: DocumentNode<FlowOperatorUpdatedEventsQuery, Types.Exact<{
|
|
1240
|
+
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1241
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1242
|
+
where?: Types.InputMaybe<Types.FlowOperatorUpdatedEvent_Filter>;
|
|
1243
|
+
orderBy?: Types.InputMaybe<Types.FlowOperatorUpdatedEvent_OrderBy>;
|
|
1244
|
+
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1245
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1166
1246
|
}>>;
|
|
1167
1247
|
export declare const IndexCreatedEventsDocument: DocumentNode<IndexCreatedEventsQuery, Types.Exact<{
|
|
1168
1248
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1170,6 +1250,7 @@ export declare const IndexCreatedEventsDocument: DocumentNode<IndexCreatedEvents
|
|
|
1170
1250
|
where?: Types.InputMaybe<Types.IndexCreatedEvent_Filter>;
|
|
1171
1251
|
orderBy?: Types.InputMaybe<Types.IndexCreatedEvent_OrderBy>;
|
|
1172
1252
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1253
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1173
1254
|
}>>;
|
|
1174
1255
|
export declare const IndexDistributionClaimedEventsDocument: DocumentNode<IndexDistributionClaimedEventsQuery, Types.Exact<{
|
|
1175
1256
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1177,6 +1258,7 @@ export declare const IndexDistributionClaimedEventsDocument: DocumentNode<IndexD
|
|
|
1177
1258
|
where?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_Filter>;
|
|
1178
1259
|
orderBy?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_OrderBy>;
|
|
1179
1260
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1261
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1180
1262
|
}>>;
|
|
1181
1263
|
export declare const IndexUpdatedEventsDocument: DocumentNode<IndexUpdatedEventsQuery, Types.Exact<{
|
|
1182
1264
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1184,6 +1266,7 @@ export declare const IndexUpdatedEventsDocument: DocumentNode<IndexUpdatedEvents
|
|
|
1184
1266
|
where?: Types.InputMaybe<Types.IndexUpdatedEvent_Filter>;
|
|
1185
1267
|
orderBy?: Types.InputMaybe<Types.IndexUpdatedEvent_OrderBy>;
|
|
1186
1268
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1269
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1187
1270
|
}>>;
|
|
1188
1271
|
export declare const IndexSubscribedEventsDocument: DocumentNode<IndexSubscribedEventsQuery, Types.Exact<{
|
|
1189
1272
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1191,6 +1274,7 @@ export declare const IndexSubscribedEventsDocument: DocumentNode<IndexSubscribed
|
|
|
1191
1274
|
where?: Types.InputMaybe<Types.IndexSubscribedEvent_Filter>;
|
|
1192
1275
|
orderBy?: Types.InputMaybe<Types.IndexSubscribedEvent_OrderBy>;
|
|
1193
1276
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1277
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1194
1278
|
}>>;
|
|
1195
1279
|
export declare const IndexUnitsUpdatedEventsDocument: DocumentNode<IndexUnitsUpdatedEventsQuery, Types.Exact<{
|
|
1196
1280
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1198,6 +1282,7 @@ export declare const IndexUnitsUpdatedEventsDocument: DocumentNode<IndexUnitsUpd
|
|
|
1198
1282
|
where?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_Filter>;
|
|
1199
1283
|
orderBy?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_OrderBy>;
|
|
1200
1284
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1285
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1201
1286
|
}>>;
|
|
1202
1287
|
export declare const IndexUnsubscribedEventsDocument: DocumentNode<IndexUnsubscribedEventsQuery, Types.Exact<{
|
|
1203
1288
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1205,6 +1290,7 @@ export declare const IndexUnsubscribedEventsDocument: DocumentNode<IndexUnsubscr
|
|
|
1205
1290
|
where?: Types.InputMaybe<Types.IndexUnsubscribedEvent_Filter>;
|
|
1206
1291
|
orderBy?: Types.InputMaybe<Types.IndexUnsubscribedEvent_OrderBy>;
|
|
1207
1292
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1293
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1208
1294
|
}>>;
|
|
1209
1295
|
export declare const SubscriptionApprovedEventsDocument: DocumentNode<SubscriptionApprovedEventsQuery, Types.Exact<{
|
|
1210
1296
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1212,6 +1298,7 @@ export declare const SubscriptionApprovedEventsDocument: DocumentNode<Subscripti
|
|
|
1212
1298
|
where?: Types.InputMaybe<Types.SubscriptionApprovedEvent_Filter>;
|
|
1213
1299
|
orderBy?: Types.InputMaybe<Types.SubscriptionApprovedEvent_OrderBy>;
|
|
1214
1300
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1301
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1215
1302
|
}>>;
|
|
1216
1303
|
export declare const SubscriptionDistributionClaimedEventsDocument: DocumentNode<SubscriptionDistributionClaimedEventsQuery, Types.Exact<{
|
|
1217
1304
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1219,6 +1306,7 @@ export declare const SubscriptionDistributionClaimedEventsDocument: DocumentNode
|
|
|
1219
1306
|
where?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_Filter>;
|
|
1220
1307
|
orderBy?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_OrderBy>;
|
|
1221
1308
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1309
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1222
1310
|
}>>;
|
|
1223
1311
|
export declare const SubscriptionRevokedEventsDocument: DocumentNode<SubscriptionRevokedEventsQuery, Types.Exact<{
|
|
1224
1312
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1226,6 +1314,7 @@ export declare const SubscriptionRevokedEventsDocument: DocumentNode<Subscriptio
|
|
|
1226
1314
|
where?: Types.InputMaybe<Types.SubscriptionRevokedEvent_Filter>;
|
|
1227
1315
|
orderBy?: Types.InputMaybe<Types.SubscriptionRevokedEvent_OrderBy>;
|
|
1228
1316
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1317
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1229
1318
|
}>>;
|
|
1230
1319
|
export declare const SubscriptionUnitsUpdatedEventsDocument: DocumentNode<SubscriptionUnitsUpdatedEventsQuery, Types.Exact<{
|
|
1231
1320
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1233,6 +1322,7 @@ export declare const SubscriptionUnitsUpdatedEventsDocument: DocumentNode<Subscr
|
|
|
1233
1322
|
where?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_Filter>;
|
|
1234
1323
|
orderBy?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_OrderBy>;
|
|
1235
1324
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1325
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1236
1326
|
}>>;
|
|
1237
1327
|
export declare const TransferEventsDocument: DocumentNode<TransferEventsQuery, Types.Exact<{
|
|
1238
1328
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1240,6 +1330,7 @@ export declare const TransferEventsDocument: DocumentNode<TransferEventsQuery, T
|
|
|
1240
1330
|
where?: Types.InputMaybe<Types.TransferEvent_Filter>;
|
|
1241
1331
|
orderBy?: Types.InputMaybe<Types.TransferEvent_OrderBy>;
|
|
1242
1332
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1333
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1243
1334
|
}>>;
|
|
1244
1335
|
export declare const TokenUpgradedEventsDocument: DocumentNode<TokenUpgradedEventsQuery, Types.Exact<{
|
|
1245
1336
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1247,6 +1338,7 @@ export declare const TokenUpgradedEventsDocument: DocumentNode<TokenUpgradedEven
|
|
|
1247
1338
|
where?: Types.InputMaybe<Types.TokenUpgradedEvent_Filter>;
|
|
1248
1339
|
orderBy?: Types.InputMaybe<Types.TokenUpgradedEvent_OrderBy>;
|
|
1249
1340
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1341
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1250
1342
|
}>>;
|
|
1251
1343
|
export declare const TokenDowngradedEventsDocument: DocumentNode<TokenDowngradedEventsQuery, Types.Exact<{
|
|
1252
1344
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1254,6 +1346,7 @@ export declare const TokenDowngradedEventsDocument: DocumentNode<TokenDowngraded
|
|
|
1254
1346
|
where?: Types.InputMaybe<Types.TokenDowngradedEvent_Filter>;
|
|
1255
1347
|
orderBy?: Types.InputMaybe<Types.TokenDowngradedEvent_OrderBy>;
|
|
1256
1348
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1349
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1257
1350
|
}>>;
|
|
1258
1351
|
export declare const AgreementClassRegisteredEventsDocument: DocumentNode<AgreementClassRegisteredEventsQuery, Types.Exact<{
|
|
1259
1352
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1261,6 +1354,7 @@ export declare const AgreementClassRegisteredEventsDocument: DocumentNode<Agreem
|
|
|
1261
1354
|
where?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_Filter>;
|
|
1262
1355
|
orderBy?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_OrderBy>;
|
|
1263
1356
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1357
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1264
1358
|
}>>;
|
|
1265
1359
|
export declare const AgreementClassUpdatedEventsDocument: DocumentNode<AgreementClassUpdatedEventsQuery, Types.Exact<{
|
|
1266
1360
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1268,6 +1362,7 @@ export declare const AgreementClassUpdatedEventsDocument: DocumentNode<Agreement
|
|
|
1268
1362
|
where?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_Filter>;
|
|
1269
1363
|
orderBy?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_OrderBy>;
|
|
1270
1364
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1365
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1271
1366
|
}>>;
|
|
1272
1367
|
export declare const AppRegisteredEventsDocument: DocumentNode<AppRegisteredEventsQuery, Types.Exact<{
|
|
1273
1368
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1275,6 +1370,7 @@ export declare const AppRegisteredEventsDocument: DocumentNode<AppRegisteredEven
|
|
|
1275
1370
|
where?: Types.InputMaybe<Types.AppRegisteredEvent_Filter>;
|
|
1276
1371
|
orderBy?: Types.InputMaybe<Types.AppRegisteredEvent_OrderBy>;
|
|
1277
1372
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1373
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1278
1374
|
}>>;
|
|
1279
1375
|
export declare const GovernanceReplacedEventsDocument: DocumentNode<GovernanceReplacedEventsQuery, Types.Exact<{
|
|
1280
1376
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1282,6 +1378,7 @@ export declare const GovernanceReplacedEventsDocument: DocumentNode<GovernanceRe
|
|
|
1282
1378
|
where?: Types.InputMaybe<Types.GovernanceReplacedEvent_Filter>;
|
|
1283
1379
|
orderBy?: Types.InputMaybe<Types.GovernanceReplacedEvent_OrderBy>;
|
|
1284
1380
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1381
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1285
1382
|
}>>;
|
|
1286
1383
|
export declare const JailEventsDocument: DocumentNode<JailEventsQuery, Types.Exact<{
|
|
1287
1384
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1289,6 +1386,7 @@ export declare const JailEventsDocument: DocumentNode<JailEventsQuery, Types.Exa
|
|
|
1289
1386
|
where?: Types.InputMaybe<Types.JailEvent_Filter>;
|
|
1290
1387
|
orderBy?: Types.InputMaybe<Types.JailEvent_OrderBy>;
|
|
1291
1388
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1389
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1292
1390
|
}>>;
|
|
1293
1391
|
export declare const SuperTokenFactoryUpdatedEventsDocument: DocumentNode<SuperTokenFactoryUpdatedEventsQuery, Types.Exact<{
|
|
1294
1392
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1296,6 +1394,7 @@ export declare const SuperTokenFactoryUpdatedEventsDocument: DocumentNode<SuperT
|
|
|
1296
1394
|
where?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_Filter>;
|
|
1297
1395
|
orderBy?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_OrderBy>;
|
|
1298
1396
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1397
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1299
1398
|
}>>;
|
|
1300
1399
|
export declare const SuperTokenLogicUpdatedEventsDocument: DocumentNode<SuperTokenLogicUpdatedEventsQuery, Types.Exact<{
|
|
1301
1400
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1303,6 +1402,7 @@ export declare const SuperTokenLogicUpdatedEventsDocument: DocumentNode<SuperTok
|
|
|
1303
1402
|
where?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_Filter>;
|
|
1304
1403
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_OrderBy>;
|
|
1305
1404
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1405
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1306
1406
|
}>>;
|
|
1307
1407
|
export declare const RoleAdminChangedEventsDocument: DocumentNode<RoleAdminChangedEventsQuery, Types.Exact<{
|
|
1308
1408
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1310,6 +1410,7 @@ export declare const RoleAdminChangedEventsDocument: DocumentNode<RoleAdminChang
|
|
|
1310
1410
|
where?: Types.InputMaybe<Types.RoleAdminChangedEvent_Filter>;
|
|
1311
1411
|
orderBy?: Types.InputMaybe<Types.RoleAdminChangedEvent_OrderBy>;
|
|
1312
1412
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1413
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1313
1414
|
}>>;
|
|
1314
1415
|
export declare const RoleGrantedEventsDocument: DocumentNode<RoleGrantedEventsQuery, Types.Exact<{
|
|
1315
1416
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1317,6 +1418,7 @@ export declare const RoleGrantedEventsDocument: DocumentNode<RoleGrantedEventsQu
|
|
|
1317
1418
|
where?: Types.InputMaybe<Types.RoleGrantedEvent_Filter>;
|
|
1318
1419
|
orderBy?: Types.InputMaybe<Types.RoleGrantedEvent_OrderBy>;
|
|
1319
1420
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1421
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1320
1422
|
}>>;
|
|
1321
1423
|
export declare const RoleRevokedEventsDocument: DocumentNode<RoleRevokedEventsQuery, Types.Exact<{
|
|
1322
1424
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1324,6 +1426,7 @@ export declare const RoleRevokedEventsDocument: DocumentNode<RoleRevokedEventsQu
|
|
|
1324
1426
|
where?: Types.InputMaybe<Types.RoleRevokedEvent_Filter>;
|
|
1325
1427
|
orderBy?: Types.InputMaybe<Types.RoleRevokedEvent_OrderBy>;
|
|
1326
1428
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1429
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1327
1430
|
}>>;
|
|
1328
1431
|
export declare const CfaV1LiquidationPeriodChangedEventsDocument: DocumentNode<CfaV1LiquidationPeriodChangedEventsQuery, Types.Exact<{
|
|
1329
1432
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1331,6 +1434,7 @@ export declare const CfaV1LiquidationPeriodChangedEventsDocument: DocumentNode<C
|
|
|
1331
1434
|
where?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_Filter>;
|
|
1332
1435
|
orderBy?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_OrderBy>;
|
|
1333
1436
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1437
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1334
1438
|
}>>;
|
|
1335
1439
|
export declare const ConfigChangedEventsDocument: DocumentNode<ConfigChangedEventsQuery, Types.Exact<{
|
|
1336
1440
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1338,6 +1442,7 @@ export declare const ConfigChangedEventsDocument: DocumentNode<ConfigChangedEven
|
|
|
1338
1442
|
where?: Types.InputMaybe<Types.ConfigChangedEvent_Filter>;
|
|
1339
1443
|
orderBy?: Types.InputMaybe<Types.ConfigChangedEvent_OrderBy>;
|
|
1340
1444
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1445
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1341
1446
|
}>>;
|
|
1342
1447
|
export declare const RewardAddressChangedEventsDocument: DocumentNode<RewardAddressChangedEventsQuery, Types.Exact<{
|
|
1343
1448
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1345,6 +1450,7 @@ export declare const RewardAddressChangedEventsDocument: DocumentNode<RewardAddr
|
|
|
1345
1450
|
where?: Types.InputMaybe<Types.RewardAddressChangedEvent_Filter>;
|
|
1346
1451
|
orderBy?: Types.InputMaybe<Types.RewardAddressChangedEvent_OrderBy>;
|
|
1347
1452
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1453
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1348
1454
|
}>>;
|
|
1349
1455
|
export declare const TrustedForwarderChangedEventsDocument: DocumentNode<TrustedForwarderChangedEventsQuery, Types.Exact<{
|
|
1350
1456
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1352,6 +1458,7 @@ export declare const TrustedForwarderChangedEventsDocument: DocumentNode<Trusted
|
|
|
1352
1458
|
where?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_Filter>;
|
|
1353
1459
|
orderBy?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_OrderBy>;
|
|
1354
1460
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1461
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1355
1462
|
}>>;
|
|
1356
1463
|
export declare const AgreementLiquidatedByEventsDocument: DocumentNode<AgreementLiquidatedByEventsQuery, Types.Exact<{
|
|
1357
1464
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1359,6 +1466,7 @@ export declare const AgreementLiquidatedByEventsDocument: DocumentNode<Agreement
|
|
|
1359
1466
|
where?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_Filter>;
|
|
1360
1467
|
orderBy?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_OrderBy>;
|
|
1361
1468
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1469
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1362
1470
|
}>>;
|
|
1363
1471
|
export declare const BurnedEventsDocument: DocumentNode<BurnedEventsQuery, Types.Exact<{
|
|
1364
1472
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1366,6 +1474,7 @@ export declare const BurnedEventsDocument: DocumentNode<BurnedEventsQuery, Types
|
|
|
1366
1474
|
where?: Types.InputMaybe<Types.BurnedEvent_Filter>;
|
|
1367
1475
|
orderBy?: Types.InputMaybe<Types.BurnedEvent_OrderBy>;
|
|
1368
1476
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1477
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1369
1478
|
}>>;
|
|
1370
1479
|
export declare const MintedEventsDocument: DocumentNode<MintedEventsQuery, Types.Exact<{
|
|
1371
1480
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1373,6 +1482,7 @@ export declare const MintedEventsDocument: DocumentNode<MintedEventsQuery, Types
|
|
|
1373
1482
|
where?: Types.InputMaybe<Types.MintedEvent_Filter>;
|
|
1374
1483
|
orderBy?: Types.InputMaybe<Types.MintedEvent_OrderBy>;
|
|
1375
1484
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1485
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1376
1486
|
}>>;
|
|
1377
1487
|
export declare const SentEventsDocument: DocumentNode<SentEventsQuery, Types.Exact<{
|
|
1378
1488
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1380,6 +1490,7 @@ export declare const SentEventsDocument: DocumentNode<SentEventsQuery, Types.Exa
|
|
|
1380
1490
|
where?: Types.InputMaybe<Types.SentEvent_Filter>;
|
|
1381
1491
|
orderBy?: Types.InputMaybe<Types.SentEvent_OrderBy>;
|
|
1382
1492
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1493
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1383
1494
|
}>>;
|
|
1384
1495
|
export declare const CustomSuperTokenCreatedEventsDocument: DocumentNode<CustomSuperTokenCreatedEventsQuery, Types.Exact<{
|
|
1385
1496
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1387,6 +1498,7 @@ export declare const CustomSuperTokenCreatedEventsDocument: DocumentNode<CustomS
|
|
|
1387
1498
|
where?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_Filter>;
|
|
1388
1499
|
orderBy?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_OrderBy>;
|
|
1389
1500
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1501
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1390
1502
|
}>>;
|
|
1391
1503
|
export declare const SuperTokenCreatedEventsDocument: DocumentNode<SuperTokenCreatedEventsQuery, Types.Exact<{
|
|
1392
1504
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1394,6 +1506,7 @@ export declare const SuperTokenCreatedEventsDocument: DocumentNode<SuperTokenCre
|
|
|
1394
1506
|
where?: Types.InputMaybe<Types.SuperTokenCreatedEvent_Filter>;
|
|
1395
1507
|
orderBy?: Types.InputMaybe<Types.SuperTokenCreatedEvent_OrderBy>;
|
|
1396
1508
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1509
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1397
1510
|
}>>;
|
|
1398
1511
|
export declare const SuperTokenLogicCreatedEventsDocument: DocumentNode<SuperTokenLogicCreatedEventsQuery, Types.Exact<{
|
|
1399
1512
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1401,6 +1514,7 @@ export declare const SuperTokenLogicCreatedEventsDocument: DocumentNode<SuperTok
|
|
|
1401
1514
|
where?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_Filter>;
|
|
1402
1515
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_OrderBy>;
|
|
1403
1516
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1517
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1404
1518
|
}>>;
|
|
1405
1519
|
export declare const EventsDocument: DocumentNode<EventsQuery, Types.Exact<{
|
|
1406
1520
|
where?: Types.Event_Filter | undefined;
|
|
@@ -1408,5 +1522,6 @@ export declare const EventsDocument: DocumentNode<EventsQuery, Types.Exact<{
|
|
|
1408
1522
|
first?: number | undefined;
|
|
1409
1523
|
orderBy?: Types.Event_OrderBy | undefined;
|
|
1410
1524
|
orderDirection?: Types.OrderDirection | undefined;
|
|
1525
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1411
1526
|
}>>;
|
|
1412
1527
|
//# sourceMappingURL=events.generated.d.ts.map
|