@superfluid-finance/sdk-core 0.3.3-dev.c77270b.0 → 0.3.3-dev.ce1e30c.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 +19 -1
- package/dist/index.umd.js +1290 -499
- package/dist/main/{Token.d.ts → ERC20Token.d.ts} +2 -2
- package/dist/main/ERC20Token.d.ts.map +1 -0
- package/dist/main/{Token.js → ERC20Token.js} +3 -3
- package/dist/main/ERC20Token.js.map +1 -0
- package/dist/main/Query.d.ts +5 -5
- package/dist/main/Query.d.ts.map +1 -1
- package/dist/main/Query.js +17 -15
- package/dist/main/Query.js.map +1 -1
- package/dist/main/SuperToken.d.ts +3 -3
- package/dist/main/SuperToken.d.ts.map +1 -1
- package/dist/main/SuperToken.js +3 -3
- package/dist/main/SuperToken.js.map +1 -1
- package/dist/main/abi/IConstantFlowAgreementV1.json +348 -0
- package/dist/main/index.d.ts +3 -0
- package/dist/main/index.d.ts.map +1 -1
- package/dist/main/index.js +4 -1
- package/dist/main/index.js.map +1 -1
- package/dist/main/pagination.d.ts +37 -0
- package/dist/main/pagination.d.ts.map +1 -1
- package/dist/main/pagination.js +34 -3
- 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 +72 -0
- package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/main/subgraph/events/events.generated.js +36 -36
- 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/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 +184 -0
- package/dist/main/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js +348 -0
- package/dist/main/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/dist/module/{Token.d.ts → ERC20Token.d.ts} +2 -2
- package/dist/module/ERC20Token.d.ts.map +1 -0
- package/dist/module/{Token.js → ERC20Token.js} +2 -2
- package/dist/module/ERC20Token.js.map +1 -0
- package/dist/module/Query.d.ts +5 -5
- package/dist/module/Query.d.ts.map +1 -1
- package/dist/module/Query.js +15 -15
- package/dist/module/Query.js.map +1 -1
- package/dist/module/SuperToken.d.ts +3 -3
- package/dist/module/SuperToken.d.ts.map +1 -1
- package/dist/module/SuperToken.js +3 -3
- package/dist/module/SuperToken.js.map +1 -1
- package/dist/module/abi/IConstantFlowAgreementV1.json +348 -0
- package/dist/module/index.d.ts +3 -0
- package/dist/module/index.d.ts.map +1 -1
- package/dist/module/index.js +3 -0
- package/dist/module/index.js.map +1 -1
- package/dist/module/pagination.d.ts +37 -0
- package/dist/module/pagination.d.ts.map +1 -1
- package/dist/module/pagination.js +28 -3
- 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 +72 -0
- package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/module/subgraph/events/events.generated.js +36 -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/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 +184 -0
- package/dist/module/typechain/IConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.d.ts.map +1 -1
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js +348 -0
- package/dist/module/typechain/factories/IConstantFlowAgreementV1__factory.js.map +1 -1
- package/package.json +2 -3
- 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<{
|
|
@@ -28,6 +29,7 @@ export declare type IndexCreatedEventsQueryVariables = Types.Exact<{
|
|
|
28
29
|
where?: Types.InputMaybe<Types.IndexCreatedEvent_Filter>;
|
|
29
30
|
orderBy?: Types.InputMaybe<Types.IndexCreatedEvent_OrderBy>;
|
|
30
31
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
32
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
31
33
|
}>;
|
|
32
34
|
export declare type IndexCreatedEventsQuery = {
|
|
33
35
|
indexCreatedEvents: Array<{
|
|
@@ -51,6 +53,7 @@ export declare type IndexDistributionClaimedEventsQueryVariables = Types.Exact<{
|
|
|
51
53
|
where?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_Filter>;
|
|
52
54
|
orderBy?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_OrderBy>;
|
|
53
55
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
56
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
54
57
|
}>;
|
|
55
58
|
export declare type IndexDistributionClaimedEventsQuery = {
|
|
56
59
|
indexDistributionClaimedEvents: Array<{
|
|
@@ -75,6 +78,7 @@ export declare type IndexUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
75
78
|
where?: Types.InputMaybe<Types.IndexUpdatedEvent_Filter>;
|
|
76
79
|
orderBy?: Types.InputMaybe<Types.IndexUpdatedEvent_OrderBy>;
|
|
77
80
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
81
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
78
82
|
}>;
|
|
79
83
|
export declare type IndexUpdatedEventsQuery = {
|
|
80
84
|
indexUpdatedEvents: Array<{
|
|
@@ -102,6 +106,7 @@ export declare type IndexSubscribedEventsQueryVariables = Types.Exact<{
|
|
|
102
106
|
where?: Types.InputMaybe<Types.IndexSubscribedEvent_Filter>;
|
|
103
107
|
orderBy?: Types.InputMaybe<Types.IndexSubscribedEvent_OrderBy>;
|
|
104
108
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
109
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
105
110
|
}>;
|
|
106
111
|
export declare type IndexSubscribedEventsQuery = {
|
|
107
112
|
indexSubscribedEvents: Array<{
|
|
@@ -126,6 +131,7 @@ export declare type IndexUnitsUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
126
131
|
where?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_Filter>;
|
|
127
132
|
orderBy?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_OrderBy>;
|
|
128
133
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
134
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
129
135
|
}>;
|
|
130
136
|
export declare type IndexUnitsUpdatedEventsQuery = {
|
|
131
137
|
indexUnitsUpdatedEvents: Array<{
|
|
@@ -152,6 +158,7 @@ export declare type IndexUnsubscribedEventsQueryVariables = Types.Exact<{
|
|
|
152
158
|
where?: Types.InputMaybe<Types.IndexUnsubscribedEvent_Filter>;
|
|
153
159
|
orderBy?: Types.InputMaybe<Types.IndexUnsubscribedEvent_OrderBy>;
|
|
154
160
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
161
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
155
162
|
}>;
|
|
156
163
|
export declare type IndexUnsubscribedEventsQuery = {
|
|
157
164
|
indexUnsubscribedEvents: Array<{
|
|
@@ -176,6 +183,7 @@ export declare type SubscriptionApprovedEventsQueryVariables = Types.Exact<{
|
|
|
176
183
|
where?: Types.InputMaybe<Types.SubscriptionApprovedEvent_Filter>;
|
|
177
184
|
orderBy?: Types.InputMaybe<Types.SubscriptionApprovedEvent_OrderBy>;
|
|
178
185
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
186
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
179
187
|
}>;
|
|
180
188
|
export declare type SubscriptionApprovedEventsQuery = {
|
|
181
189
|
subscriptionApprovedEvents: Array<{
|
|
@@ -200,6 +208,7 @@ export declare type SubscriptionDistributionClaimedEventsQueryVariables = Types.
|
|
|
200
208
|
where?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_Filter>;
|
|
201
209
|
orderBy?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_OrderBy>;
|
|
202
210
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
211
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
203
212
|
}>;
|
|
204
213
|
export declare type SubscriptionDistributionClaimedEventsQuery = {
|
|
205
214
|
subscriptionDistributionClaimedEvents: Array<{
|
|
@@ -224,6 +233,7 @@ export declare type SubscriptionRevokedEventsQueryVariables = Types.Exact<{
|
|
|
224
233
|
where?: Types.InputMaybe<Types.SubscriptionRevokedEvent_Filter>;
|
|
225
234
|
orderBy?: Types.InputMaybe<Types.SubscriptionRevokedEvent_OrderBy>;
|
|
226
235
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
236
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
227
237
|
}>;
|
|
228
238
|
export declare type SubscriptionRevokedEventsQuery = {
|
|
229
239
|
subscriptionRevokedEvents: Array<{
|
|
@@ -248,6 +258,7 @@ export declare type SubscriptionUnitsUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
248
258
|
where?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_Filter>;
|
|
249
259
|
orderBy?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_OrderBy>;
|
|
250
260
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
261
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
251
262
|
}>;
|
|
252
263
|
export declare type SubscriptionUnitsUpdatedEventsQuery = {
|
|
253
264
|
subscriptionUnitsUpdatedEvents: Array<{
|
|
@@ -274,6 +285,7 @@ export declare type TransferEventsQueryVariables = Types.Exact<{
|
|
|
274
285
|
where?: Types.InputMaybe<Types.TransferEvent_Filter>;
|
|
275
286
|
orderBy?: Types.InputMaybe<Types.TransferEvent_OrderBy>;
|
|
276
287
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
288
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
277
289
|
}>;
|
|
278
290
|
export declare type TransferEventsQuery = {
|
|
279
291
|
transferEvents: Array<{
|
|
@@ -298,6 +310,7 @@ export declare type TokenUpgradedEventsQueryVariables = Types.Exact<{
|
|
|
298
310
|
where?: Types.InputMaybe<Types.TokenUpgradedEvent_Filter>;
|
|
299
311
|
orderBy?: Types.InputMaybe<Types.TokenUpgradedEvent_OrderBy>;
|
|
300
312
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
313
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
301
314
|
}>;
|
|
302
315
|
export declare type TokenUpgradedEventsQuery = {
|
|
303
316
|
tokenUpgradedEvents: Array<{
|
|
@@ -319,6 +332,7 @@ export declare type TokenDowngradedEventsQueryVariables = Types.Exact<{
|
|
|
319
332
|
where?: Types.InputMaybe<Types.TokenDowngradedEvent_Filter>;
|
|
320
333
|
orderBy?: Types.InputMaybe<Types.TokenDowngradedEvent_OrderBy>;
|
|
321
334
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
335
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
322
336
|
}>;
|
|
323
337
|
export declare type TokenDowngradedEventsQuery = {
|
|
324
338
|
tokenDowngradedEvents: Array<{
|
|
@@ -340,6 +354,7 @@ export declare type AgreementClassRegisteredEventsQueryVariables = Types.Exact<{
|
|
|
340
354
|
where?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_Filter>;
|
|
341
355
|
orderBy?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_OrderBy>;
|
|
342
356
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
357
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
343
358
|
}>;
|
|
344
359
|
export declare type AgreementClassRegisteredEventsQuery = {
|
|
345
360
|
agreementClassRegisteredEvents: Array<{
|
|
@@ -358,6 +373,7 @@ export declare type AgreementClassUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
358
373
|
where?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_Filter>;
|
|
359
374
|
orderBy?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_OrderBy>;
|
|
360
375
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
376
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
361
377
|
}>;
|
|
362
378
|
export declare type AgreementClassUpdatedEventsQuery = {
|
|
363
379
|
agreementClassUpdatedEvents: Array<{
|
|
@@ -376,6 +392,7 @@ export declare type AppRegisteredEventsQueryVariables = Types.Exact<{
|
|
|
376
392
|
where?: Types.InputMaybe<Types.AppRegisteredEvent_Filter>;
|
|
377
393
|
orderBy?: Types.InputMaybe<Types.AppRegisteredEvent_OrderBy>;
|
|
378
394
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
395
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
379
396
|
}>;
|
|
380
397
|
export declare type AppRegisteredEventsQuery = {
|
|
381
398
|
appRegisteredEvents: Array<{
|
|
@@ -393,6 +410,7 @@ export declare type GovernanceReplacedEventsQueryVariables = Types.Exact<{
|
|
|
393
410
|
where?: Types.InputMaybe<Types.GovernanceReplacedEvent_Filter>;
|
|
394
411
|
orderBy?: Types.InputMaybe<Types.GovernanceReplacedEvent_OrderBy>;
|
|
395
412
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
413
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
396
414
|
}>;
|
|
397
415
|
export declare type GovernanceReplacedEventsQuery = {
|
|
398
416
|
governanceReplacedEvents: Array<{
|
|
@@ -411,6 +429,7 @@ export declare type JailEventsQueryVariables = Types.Exact<{
|
|
|
411
429
|
where?: Types.InputMaybe<Types.JailEvent_Filter>;
|
|
412
430
|
orderBy?: Types.InputMaybe<Types.JailEvent_OrderBy>;
|
|
413
431
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
432
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
414
433
|
}>;
|
|
415
434
|
export declare type JailEventsQuery = {
|
|
416
435
|
jailEvents: Array<{
|
|
@@ -429,6 +448,7 @@ export declare type SuperTokenFactoryUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
429
448
|
where?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_Filter>;
|
|
430
449
|
orderBy?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_OrderBy>;
|
|
431
450
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
451
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
432
452
|
}>;
|
|
433
453
|
export declare type SuperTokenFactoryUpdatedEventsQuery = {
|
|
434
454
|
superTokenFactoryUpdatedEvents: Array<{
|
|
@@ -446,6 +466,7 @@ export declare type SuperTokenLogicUpdatedEventsQueryVariables = Types.Exact<{
|
|
|
446
466
|
where?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_Filter>;
|
|
447
467
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_OrderBy>;
|
|
448
468
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
469
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
449
470
|
}>;
|
|
450
471
|
export declare type SuperTokenLogicUpdatedEventsQuery = {
|
|
451
472
|
superTokenLogicUpdatedEvents: Array<{
|
|
@@ -464,6 +485,7 @@ export declare type RoleAdminChangedEventsQueryVariables = Types.Exact<{
|
|
|
464
485
|
where?: Types.InputMaybe<Types.RoleAdminChangedEvent_Filter>;
|
|
465
486
|
orderBy?: Types.InputMaybe<Types.RoleAdminChangedEvent_OrderBy>;
|
|
466
487
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
488
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
467
489
|
}>;
|
|
468
490
|
export declare type RoleAdminChangedEventsQuery = {
|
|
469
491
|
roleAdminChangedEvents: Array<{
|
|
@@ -483,6 +505,7 @@ export declare type RoleGrantedEventsQueryVariables = Types.Exact<{
|
|
|
483
505
|
where?: Types.InputMaybe<Types.RoleGrantedEvent_Filter>;
|
|
484
506
|
orderBy?: Types.InputMaybe<Types.RoleGrantedEvent_OrderBy>;
|
|
485
507
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
508
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
486
509
|
}>;
|
|
487
510
|
export declare type RoleGrantedEventsQuery = {
|
|
488
511
|
roleGrantedEvents: Array<{
|
|
@@ -502,6 +525,7 @@ export declare type RoleRevokedEventsQueryVariables = Types.Exact<{
|
|
|
502
525
|
where?: Types.InputMaybe<Types.RoleRevokedEvent_Filter>;
|
|
503
526
|
orderBy?: Types.InputMaybe<Types.RoleRevokedEvent_OrderBy>;
|
|
504
527
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
528
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
505
529
|
}>;
|
|
506
530
|
export declare type RoleRevokedEventsQuery = {
|
|
507
531
|
roleRevokedEvents: Array<{
|
|
@@ -521,6 +545,7 @@ export declare type CfaV1LiquidationPeriodChangedEventsQueryVariables = Types.Ex
|
|
|
521
545
|
where?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_Filter>;
|
|
522
546
|
orderBy?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_OrderBy>;
|
|
523
547
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
548
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
524
549
|
}>;
|
|
525
550
|
export declare type CfaV1LiquidationPeriodChangedEventsQuery = {
|
|
526
551
|
cfav1LiquidationPeriodChangedEvents: Array<{
|
|
@@ -541,6 +566,7 @@ export declare type ConfigChangedEventsQueryVariables = Types.Exact<{
|
|
|
541
566
|
where?: Types.InputMaybe<Types.ConfigChangedEvent_Filter>;
|
|
542
567
|
orderBy?: Types.InputMaybe<Types.ConfigChangedEvent_OrderBy>;
|
|
543
568
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
569
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
544
570
|
}>;
|
|
545
571
|
export declare type ConfigChangedEventsQuery = {
|
|
546
572
|
configChangedEvents: Array<{
|
|
@@ -562,6 +588,7 @@ export declare type RewardAddressChangedEventsQueryVariables = Types.Exact<{
|
|
|
562
588
|
where?: Types.InputMaybe<Types.RewardAddressChangedEvent_Filter>;
|
|
563
589
|
orderBy?: Types.InputMaybe<Types.RewardAddressChangedEvent_OrderBy>;
|
|
564
590
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
591
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
565
592
|
}>;
|
|
566
593
|
export declare type RewardAddressChangedEventsQuery = {
|
|
567
594
|
rewardAddressChangedEvents: Array<{
|
|
@@ -582,6 +609,7 @@ export declare type TrustedForwarderChangedEventsQueryVariables = Types.Exact<{
|
|
|
582
609
|
where?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_Filter>;
|
|
583
610
|
orderBy?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_OrderBy>;
|
|
584
611
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
612
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
585
613
|
}>;
|
|
586
614
|
export declare type TrustedForwarderChangedEventsQuery = {
|
|
587
615
|
trustedForwarderChangedEvents: Array<{
|
|
@@ -603,6 +631,7 @@ export declare type AgreementLiquidatedByEventsQueryVariables = Types.Exact<{
|
|
|
603
631
|
where?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_Filter>;
|
|
604
632
|
orderBy?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_OrderBy>;
|
|
605
633
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
634
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
606
635
|
}>;
|
|
607
636
|
export declare type AgreementLiquidatedByEventsQuery = {
|
|
608
637
|
agreementLiquidatedByEvents: Array<{
|
|
@@ -627,6 +656,7 @@ export declare type BurnedEventsQueryVariables = Types.Exact<{
|
|
|
627
656
|
where?: Types.InputMaybe<Types.BurnedEvent_Filter>;
|
|
628
657
|
orderBy?: Types.InputMaybe<Types.BurnedEvent_OrderBy>;
|
|
629
658
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
659
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
630
660
|
}>;
|
|
631
661
|
export declare type BurnedEventsQuery = {
|
|
632
662
|
burnedEvents: Array<{
|
|
@@ -648,6 +678,7 @@ export declare type MintedEventsQueryVariables = Types.Exact<{
|
|
|
648
678
|
where?: Types.InputMaybe<Types.MintedEvent_Filter>;
|
|
649
679
|
orderBy?: Types.InputMaybe<Types.MintedEvent_OrderBy>;
|
|
650
680
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
681
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
651
682
|
}>;
|
|
652
683
|
export declare type MintedEventsQuery = {
|
|
653
684
|
mintedEvents: Array<{
|
|
@@ -669,6 +700,7 @@ export declare type SentEventsQueryVariables = Types.Exact<{
|
|
|
669
700
|
where?: Types.InputMaybe<Types.SentEvent_Filter>;
|
|
670
701
|
orderBy?: Types.InputMaybe<Types.SentEvent_OrderBy>;
|
|
671
702
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
703
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
672
704
|
}>;
|
|
673
705
|
export declare type SentEventsQuery = {
|
|
674
706
|
sentEvents: Array<{
|
|
@@ -690,6 +722,7 @@ export declare type CustomSuperTokenCreatedEventsQueryVariables = Types.Exact<{
|
|
|
690
722
|
where?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_Filter>;
|
|
691
723
|
orderBy?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_OrderBy>;
|
|
692
724
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
725
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
693
726
|
}>;
|
|
694
727
|
export declare type CustomSuperTokenCreatedEventsQuery = {
|
|
695
728
|
customSuperTokenCreatedEvents: Array<{
|
|
@@ -707,6 +740,7 @@ export declare type SuperTokenCreatedEventsQueryVariables = Types.Exact<{
|
|
|
707
740
|
where?: Types.InputMaybe<Types.SuperTokenCreatedEvent_Filter>;
|
|
708
741
|
orderBy?: Types.InputMaybe<Types.SuperTokenCreatedEvent_OrderBy>;
|
|
709
742
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
743
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
710
744
|
}>;
|
|
711
745
|
export declare type SuperTokenCreatedEventsQuery = {
|
|
712
746
|
superTokenCreatedEvents: Array<{
|
|
@@ -724,6 +758,7 @@ export declare type SuperTokenLogicCreatedEventsQueryVariables = Types.Exact<{
|
|
|
724
758
|
where?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_Filter>;
|
|
725
759
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_OrderBy>;
|
|
726
760
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
761
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
727
762
|
}>;
|
|
728
763
|
export declare type SuperTokenLogicCreatedEventsQuery = {
|
|
729
764
|
superTokenLogicCreatedEvents: Array<{
|
|
@@ -741,6 +776,7 @@ export declare type EventsQueryVariables = Types.Exact<{
|
|
|
741
776
|
first?: Types.Scalars['Int'];
|
|
742
777
|
orderBy?: Types.Event_OrderBy;
|
|
743
778
|
orderDirection?: Types.OrderDirection;
|
|
779
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
744
780
|
}>;
|
|
745
781
|
export declare type EventsQuery = {
|
|
746
782
|
events: Array<{
|
|
@@ -1163,6 +1199,7 @@ export declare const FlowUpdatedEventsDocument: DocumentNode<FlowUpdatedEventsQu
|
|
|
1163
1199
|
where?: Types.InputMaybe<Types.FlowUpdatedEvent_Filter>;
|
|
1164
1200
|
orderBy?: Types.InputMaybe<Types.FlowUpdatedEvent_OrderBy>;
|
|
1165
1201
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1202
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1166
1203
|
}>>;
|
|
1167
1204
|
export declare const IndexCreatedEventsDocument: DocumentNode<IndexCreatedEventsQuery, Types.Exact<{
|
|
1168
1205
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1170,6 +1207,7 @@ export declare const IndexCreatedEventsDocument: DocumentNode<IndexCreatedEvents
|
|
|
1170
1207
|
where?: Types.InputMaybe<Types.IndexCreatedEvent_Filter>;
|
|
1171
1208
|
orderBy?: Types.InputMaybe<Types.IndexCreatedEvent_OrderBy>;
|
|
1172
1209
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1210
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1173
1211
|
}>>;
|
|
1174
1212
|
export declare const IndexDistributionClaimedEventsDocument: DocumentNode<IndexDistributionClaimedEventsQuery, Types.Exact<{
|
|
1175
1213
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1177,6 +1215,7 @@ export declare const IndexDistributionClaimedEventsDocument: DocumentNode<IndexD
|
|
|
1177
1215
|
where?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_Filter>;
|
|
1178
1216
|
orderBy?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_OrderBy>;
|
|
1179
1217
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1218
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1180
1219
|
}>>;
|
|
1181
1220
|
export declare const IndexUpdatedEventsDocument: DocumentNode<IndexUpdatedEventsQuery, Types.Exact<{
|
|
1182
1221
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1184,6 +1223,7 @@ export declare const IndexUpdatedEventsDocument: DocumentNode<IndexUpdatedEvents
|
|
|
1184
1223
|
where?: Types.InputMaybe<Types.IndexUpdatedEvent_Filter>;
|
|
1185
1224
|
orderBy?: Types.InputMaybe<Types.IndexUpdatedEvent_OrderBy>;
|
|
1186
1225
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1226
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1187
1227
|
}>>;
|
|
1188
1228
|
export declare const IndexSubscribedEventsDocument: DocumentNode<IndexSubscribedEventsQuery, Types.Exact<{
|
|
1189
1229
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1191,6 +1231,7 @@ export declare const IndexSubscribedEventsDocument: DocumentNode<IndexSubscribed
|
|
|
1191
1231
|
where?: Types.InputMaybe<Types.IndexSubscribedEvent_Filter>;
|
|
1192
1232
|
orderBy?: Types.InputMaybe<Types.IndexSubscribedEvent_OrderBy>;
|
|
1193
1233
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1234
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1194
1235
|
}>>;
|
|
1195
1236
|
export declare const IndexUnitsUpdatedEventsDocument: DocumentNode<IndexUnitsUpdatedEventsQuery, Types.Exact<{
|
|
1196
1237
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1198,6 +1239,7 @@ export declare const IndexUnitsUpdatedEventsDocument: DocumentNode<IndexUnitsUpd
|
|
|
1198
1239
|
where?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_Filter>;
|
|
1199
1240
|
orderBy?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_OrderBy>;
|
|
1200
1241
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1242
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1201
1243
|
}>>;
|
|
1202
1244
|
export declare const IndexUnsubscribedEventsDocument: DocumentNode<IndexUnsubscribedEventsQuery, Types.Exact<{
|
|
1203
1245
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1205,6 +1247,7 @@ export declare const IndexUnsubscribedEventsDocument: DocumentNode<IndexUnsubscr
|
|
|
1205
1247
|
where?: Types.InputMaybe<Types.IndexUnsubscribedEvent_Filter>;
|
|
1206
1248
|
orderBy?: Types.InputMaybe<Types.IndexUnsubscribedEvent_OrderBy>;
|
|
1207
1249
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1250
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1208
1251
|
}>>;
|
|
1209
1252
|
export declare const SubscriptionApprovedEventsDocument: DocumentNode<SubscriptionApprovedEventsQuery, Types.Exact<{
|
|
1210
1253
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1212,6 +1255,7 @@ export declare const SubscriptionApprovedEventsDocument: DocumentNode<Subscripti
|
|
|
1212
1255
|
where?: Types.InputMaybe<Types.SubscriptionApprovedEvent_Filter>;
|
|
1213
1256
|
orderBy?: Types.InputMaybe<Types.SubscriptionApprovedEvent_OrderBy>;
|
|
1214
1257
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1258
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1215
1259
|
}>>;
|
|
1216
1260
|
export declare const SubscriptionDistributionClaimedEventsDocument: DocumentNode<SubscriptionDistributionClaimedEventsQuery, Types.Exact<{
|
|
1217
1261
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1219,6 +1263,7 @@ export declare const SubscriptionDistributionClaimedEventsDocument: DocumentNode
|
|
|
1219
1263
|
where?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_Filter>;
|
|
1220
1264
|
orderBy?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_OrderBy>;
|
|
1221
1265
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1266
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1222
1267
|
}>>;
|
|
1223
1268
|
export declare const SubscriptionRevokedEventsDocument: DocumentNode<SubscriptionRevokedEventsQuery, Types.Exact<{
|
|
1224
1269
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1226,6 +1271,7 @@ export declare const SubscriptionRevokedEventsDocument: DocumentNode<Subscriptio
|
|
|
1226
1271
|
where?: Types.InputMaybe<Types.SubscriptionRevokedEvent_Filter>;
|
|
1227
1272
|
orderBy?: Types.InputMaybe<Types.SubscriptionRevokedEvent_OrderBy>;
|
|
1228
1273
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1274
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1229
1275
|
}>>;
|
|
1230
1276
|
export declare const SubscriptionUnitsUpdatedEventsDocument: DocumentNode<SubscriptionUnitsUpdatedEventsQuery, Types.Exact<{
|
|
1231
1277
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1233,6 +1279,7 @@ export declare const SubscriptionUnitsUpdatedEventsDocument: DocumentNode<Subscr
|
|
|
1233
1279
|
where?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_Filter>;
|
|
1234
1280
|
orderBy?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_OrderBy>;
|
|
1235
1281
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1282
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1236
1283
|
}>>;
|
|
1237
1284
|
export declare const TransferEventsDocument: DocumentNode<TransferEventsQuery, Types.Exact<{
|
|
1238
1285
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1240,6 +1287,7 @@ export declare const TransferEventsDocument: DocumentNode<TransferEventsQuery, T
|
|
|
1240
1287
|
where?: Types.InputMaybe<Types.TransferEvent_Filter>;
|
|
1241
1288
|
orderBy?: Types.InputMaybe<Types.TransferEvent_OrderBy>;
|
|
1242
1289
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1290
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1243
1291
|
}>>;
|
|
1244
1292
|
export declare const TokenUpgradedEventsDocument: DocumentNode<TokenUpgradedEventsQuery, Types.Exact<{
|
|
1245
1293
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1247,6 +1295,7 @@ export declare const TokenUpgradedEventsDocument: DocumentNode<TokenUpgradedEven
|
|
|
1247
1295
|
where?: Types.InputMaybe<Types.TokenUpgradedEvent_Filter>;
|
|
1248
1296
|
orderBy?: Types.InputMaybe<Types.TokenUpgradedEvent_OrderBy>;
|
|
1249
1297
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1298
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1250
1299
|
}>>;
|
|
1251
1300
|
export declare const TokenDowngradedEventsDocument: DocumentNode<TokenDowngradedEventsQuery, Types.Exact<{
|
|
1252
1301
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1254,6 +1303,7 @@ export declare const TokenDowngradedEventsDocument: DocumentNode<TokenDowngraded
|
|
|
1254
1303
|
where?: Types.InputMaybe<Types.TokenDowngradedEvent_Filter>;
|
|
1255
1304
|
orderBy?: Types.InputMaybe<Types.TokenDowngradedEvent_OrderBy>;
|
|
1256
1305
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1306
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1257
1307
|
}>>;
|
|
1258
1308
|
export declare const AgreementClassRegisteredEventsDocument: DocumentNode<AgreementClassRegisteredEventsQuery, Types.Exact<{
|
|
1259
1309
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1261,6 +1311,7 @@ export declare const AgreementClassRegisteredEventsDocument: DocumentNode<Agreem
|
|
|
1261
1311
|
where?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_Filter>;
|
|
1262
1312
|
orderBy?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_OrderBy>;
|
|
1263
1313
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1314
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1264
1315
|
}>>;
|
|
1265
1316
|
export declare const AgreementClassUpdatedEventsDocument: DocumentNode<AgreementClassUpdatedEventsQuery, Types.Exact<{
|
|
1266
1317
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1268,6 +1319,7 @@ export declare const AgreementClassUpdatedEventsDocument: DocumentNode<Agreement
|
|
|
1268
1319
|
where?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_Filter>;
|
|
1269
1320
|
orderBy?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_OrderBy>;
|
|
1270
1321
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1322
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1271
1323
|
}>>;
|
|
1272
1324
|
export declare const AppRegisteredEventsDocument: DocumentNode<AppRegisteredEventsQuery, Types.Exact<{
|
|
1273
1325
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1275,6 +1327,7 @@ export declare const AppRegisteredEventsDocument: DocumentNode<AppRegisteredEven
|
|
|
1275
1327
|
where?: Types.InputMaybe<Types.AppRegisteredEvent_Filter>;
|
|
1276
1328
|
orderBy?: Types.InputMaybe<Types.AppRegisteredEvent_OrderBy>;
|
|
1277
1329
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1330
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1278
1331
|
}>>;
|
|
1279
1332
|
export declare const GovernanceReplacedEventsDocument: DocumentNode<GovernanceReplacedEventsQuery, Types.Exact<{
|
|
1280
1333
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1282,6 +1335,7 @@ export declare const GovernanceReplacedEventsDocument: DocumentNode<GovernanceRe
|
|
|
1282
1335
|
where?: Types.InputMaybe<Types.GovernanceReplacedEvent_Filter>;
|
|
1283
1336
|
orderBy?: Types.InputMaybe<Types.GovernanceReplacedEvent_OrderBy>;
|
|
1284
1337
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1338
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1285
1339
|
}>>;
|
|
1286
1340
|
export declare const JailEventsDocument: DocumentNode<JailEventsQuery, Types.Exact<{
|
|
1287
1341
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1289,6 +1343,7 @@ export declare const JailEventsDocument: DocumentNode<JailEventsQuery, Types.Exa
|
|
|
1289
1343
|
where?: Types.InputMaybe<Types.JailEvent_Filter>;
|
|
1290
1344
|
orderBy?: Types.InputMaybe<Types.JailEvent_OrderBy>;
|
|
1291
1345
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1346
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1292
1347
|
}>>;
|
|
1293
1348
|
export declare const SuperTokenFactoryUpdatedEventsDocument: DocumentNode<SuperTokenFactoryUpdatedEventsQuery, Types.Exact<{
|
|
1294
1349
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1296,6 +1351,7 @@ export declare const SuperTokenFactoryUpdatedEventsDocument: DocumentNode<SuperT
|
|
|
1296
1351
|
where?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_Filter>;
|
|
1297
1352
|
orderBy?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_OrderBy>;
|
|
1298
1353
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1354
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1299
1355
|
}>>;
|
|
1300
1356
|
export declare const SuperTokenLogicUpdatedEventsDocument: DocumentNode<SuperTokenLogicUpdatedEventsQuery, Types.Exact<{
|
|
1301
1357
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1303,6 +1359,7 @@ export declare const SuperTokenLogicUpdatedEventsDocument: DocumentNode<SuperTok
|
|
|
1303
1359
|
where?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_Filter>;
|
|
1304
1360
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_OrderBy>;
|
|
1305
1361
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1362
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1306
1363
|
}>>;
|
|
1307
1364
|
export declare const RoleAdminChangedEventsDocument: DocumentNode<RoleAdminChangedEventsQuery, Types.Exact<{
|
|
1308
1365
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1310,6 +1367,7 @@ export declare const RoleAdminChangedEventsDocument: DocumentNode<RoleAdminChang
|
|
|
1310
1367
|
where?: Types.InputMaybe<Types.RoleAdminChangedEvent_Filter>;
|
|
1311
1368
|
orderBy?: Types.InputMaybe<Types.RoleAdminChangedEvent_OrderBy>;
|
|
1312
1369
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1370
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1313
1371
|
}>>;
|
|
1314
1372
|
export declare const RoleGrantedEventsDocument: DocumentNode<RoleGrantedEventsQuery, Types.Exact<{
|
|
1315
1373
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1317,6 +1375,7 @@ export declare const RoleGrantedEventsDocument: DocumentNode<RoleGrantedEventsQu
|
|
|
1317
1375
|
where?: Types.InputMaybe<Types.RoleGrantedEvent_Filter>;
|
|
1318
1376
|
orderBy?: Types.InputMaybe<Types.RoleGrantedEvent_OrderBy>;
|
|
1319
1377
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1378
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1320
1379
|
}>>;
|
|
1321
1380
|
export declare const RoleRevokedEventsDocument: DocumentNode<RoleRevokedEventsQuery, Types.Exact<{
|
|
1322
1381
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1324,6 +1383,7 @@ export declare const RoleRevokedEventsDocument: DocumentNode<RoleRevokedEventsQu
|
|
|
1324
1383
|
where?: Types.InputMaybe<Types.RoleRevokedEvent_Filter>;
|
|
1325
1384
|
orderBy?: Types.InputMaybe<Types.RoleRevokedEvent_OrderBy>;
|
|
1326
1385
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1386
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1327
1387
|
}>>;
|
|
1328
1388
|
export declare const CfaV1LiquidationPeriodChangedEventsDocument: DocumentNode<CfaV1LiquidationPeriodChangedEventsQuery, Types.Exact<{
|
|
1329
1389
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1331,6 +1391,7 @@ export declare const CfaV1LiquidationPeriodChangedEventsDocument: DocumentNode<C
|
|
|
1331
1391
|
where?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_Filter>;
|
|
1332
1392
|
orderBy?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_OrderBy>;
|
|
1333
1393
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1394
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1334
1395
|
}>>;
|
|
1335
1396
|
export declare const ConfigChangedEventsDocument: DocumentNode<ConfigChangedEventsQuery, Types.Exact<{
|
|
1336
1397
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1338,6 +1399,7 @@ export declare const ConfigChangedEventsDocument: DocumentNode<ConfigChangedEven
|
|
|
1338
1399
|
where?: Types.InputMaybe<Types.ConfigChangedEvent_Filter>;
|
|
1339
1400
|
orderBy?: Types.InputMaybe<Types.ConfigChangedEvent_OrderBy>;
|
|
1340
1401
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1402
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1341
1403
|
}>>;
|
|
1342
1404
|
export declare const RewardAddressChangedEventsDocument: DocumentNode<RewardAddressChangedEventsQuery, Types.Exact<{
|
|
1343
1405
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1345,6 +1407,7 @@ export declare const RewardAddressChangedEventsDocument: DocumentNode<RewardAddr
|
|
|
1345
1407
|
where?: Types.InputMaybe<Types.RewardAddressChangedEvent_Filter>;
|
|
1346
1408
|
orderBy?: Types.InputMaybe<Types.RewardAddressChangedEvent_OrderBy>;
|
|
1347
1409
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1410
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1348
1411
|
}>>;
|
|
1349
1412
|
export declare const TrustedForwarderChangedEventsDocument: DocumentNode<TrustedForwarderChangedEventsQuery, Types.Exact<{
|
|
1350
1413
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1352,6 +1415,7 @@ export declare const TrustedForwarderChangedEventsDocument: DocumentNode<Trusted
|
|
|
1352
1415
|
where?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_Filter>;
|
|
1353
1416
|
orderBy?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_OrderBy>;
|
|
1354
1417
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1418
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1355
1419
|
}>>;
|
|
1356
1420
|
export declare const AgreementLiquidatedByEventsDocument: DocumentNode<AgreementLiquidatedByEventsQuery, Types.Exact<{
|
|
1357
1421
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1359,6 +1423,7 @@ export declare const AgreementLiquidatedByEventsDocument: DocumentNode<Agreement
|
|
|
1359
1423
|
where?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_Filter>;
|
|
1360
1424
|
orderBy?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_OrderBy>;
|
|
1361
1425
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1426
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1362
1427
|
}>>;
|
|
1363
1428
|
export declare const BurnedEventsDocument: DocumentNode<BurnedEventsQuery, Types.Exact<{
|
|
1364
1429
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1366,6 +1431,7 @@ export declare const BurnedEventsDocument: DocumentNode<BurnedEventsQuery, Types
|
|
|
1366
1431
|
where?: Types.InputMaybe<Types.BurnedEvent_Filter>;
|
|
1367
1432
|
orderBy?: Types.InputMaybe<Types.BurnedEvent_OrderBy>;
|
|
1368
1433
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1434
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1369
1435
|
}>>;
|
|
1370
1436
|
export declare const MintedEventsDocument: DocumentNode<MintedEventsQuery, Types.Exact<{
|
|
1371
1437
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1373,6 +1439,7 @@ export declare const MintedEventsDocument: DocumentNode<MintedEventsQuery, Types
|
|
|
1373
1439
|
where?: Types.InputMaybe<Types.MintedEvent_Filter>;
|
|
1374
1440
|
orderBy?: Types.InputMaybe<Types.MintedEvent_OrderBy>;
|
|
1375
1441
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1442
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1376
1443
|
}>>;
|
|
1377
1444
|
export declare const SentEventsDocument: DocumentNode<SentEventsQuery, Types.Exact<{
|
|
1378
1445
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1380,6 +1447,7 @@ export declare const SentEventsDocument: DocumentNode<SentEventsQuery, Types.Exa
|
|
|
1380
1447
|
where?: Types.InputMaybe<Types.SentEvent_Filter>;
|
|
1381
1448
|
orderBy?: Types.InputMaybe<Types.SentEvent_OrderBy>;
|
|
1382
1449
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1450
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1383
1451
|
}>>;
|
|
1384
1452
|
export declare const CustomSuperTokenCreatedEventsDocument: DocumentNode<CustomSuperTokenCreatedEventsQuery, Types.Exact<{
|
|
1385
1453
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1387,6 +1455,7 @@ export declare const CustomSuperTokenCreatedEventsDocument: DocumentNode<CustomS
|
|
|
1387
1455
|
where?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_Filter>;
|
|
1388
1456
|
orderBy?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_OrderBy>;
|
|
1389
1457
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1458
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1390
1459
|
}>>;
|
|
1391
1460
|
export declare const SuperTokenCreatedEventsDocument: DocumentNode<SuperTokenCreatedEventsQuery, Types.Exact<{
|
|
1392
1461
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1394,6 +1463,7 @@ export declare const SuperTokenCreatedEventsDocument: DocumentNode<SuperTokenCre
|
|
|
1394
1463
|
where?: Types.InputMaybe<Types.SuperTokenCreatedEvent_Filter>;
|
|
1395
1464
|
orderBy?: Types.InputMaybe<Types.SuperTokenCreatedEvent_OrderBy>;
|
|
1396
1465
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1466
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1397
1467
|
}>>;
|
|
1398
1468
|
export declare const SuperTokenLogicCreatedEventsDocument: DocumentNode<SuperTokenLogicCreatedEventsQuery, Types.Exact<{
|
|
1399
1469
|
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
@@ -1401,6 +1471,7 @@ export declare const SuperTokenLogicCreatedEventsDocument: DocumentNode<SuperTok
|
|
|
1401
1471
|
where?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_Filter>;
|
|
1402
1472
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_OrderBy>;
|
|
1403
1473
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1474
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1404
1475
|
}>>;
|
|
1405
1476
|
export declare const EventsDocument: DocumentNode<EventsQuery, Types.Exact<{
|
|
1406
1477
|
where?: Types.Event_Filter | undefined;
|
|
@@ -1408,5 +1479,6 @@ export declare const EventsDocument: DocumentNode<EventsQuery, Types.Exact<{
|
|
|
1408
1479
|
first?: number | undefined;
|
|
1409
1480
|
orderBy?: Types.Event_OrderBy | undefined;
|
|
1410
1481
|
orderDirection?: Types.OrderDirection | undefined;
|
|
1482
|
+
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1411
1483
|
}>>;
|
|
1412
1484
|
//# sourceMappingURL=events.generated.d.ts.map
|