@superfluid-finance/sdk-core 0.6.9-dev.f94149c.0 → 0.6.10-dev.b29313e.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 +12 -1
- package/dist/index.umd.js +39039 -21782
- package/dist/main/ConstantFlowAgreementV1.d.ts +26 -2
- package/dist/main/ConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/main/ConstantFlowAgreementV1.js +62 -4
- package/dist/main/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/main/ERC20Token.d.ts +1 -1
- package/dist/main/ERC20Token.d.ts.map +1 -1
- package/dist/main/ERC20Token.js +2 -2
- package/dist/main/ERC20Token.js.map +1 -1
- package/dist/main/Framework.d.ts.map +1 -1
- package/dist/main/Framework.js +9 -9
- package/dist/main/Framework.js.map +1 -1
- package/dist/main/Governance.d.ts +1 -1
- package/dist/main/Governance.d.ts.map +1 -1
- package/dist/main/Governance.js +2 -2
- package/dist/main/Governance.js.map +1 -1
- package/dist/main/Host.d.ts +3 -3
- package/dist/main/Host.d.ts.map +1 -1
- package/dist/main/Host.js +2 -2
- package/dist/main/Host.js.map +1 -1
- package/dist/main/InstantDistributionAgreementV1.d.ts +1 -1
- package/dist/main/InstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/main/InstantDistributionAgreementV1.js +3 -3
- package/dist/main/InstantDistributionAgreementV1.js.map +1 -1
- package/dist/main/Operation.d.ts.map +1 -1
- package/dist/main/Operation.js +3 -3
- package/dist/main/Operation.js.map +1 -1
- package/dist/main/SuperToken.d.ts +31 -9
- package/dist/main/SuperToken.d.ts.map +1 -1
- package/dist/main/SuperToken.js +37 -5
- package/dist/main/SuperToken.js.map +1 -1
- package/dist/main/events.js +1 -1
- package/dist/main/events.js.map +1 -1
- package/dist/main/index.d.ts +1 -1
- package/dist/main/index.d.ts.map +1 -1
- package/dist/main/index.js +1 -1
- package/dist/main/index.js.map +1 -1
- package/dist/main/interfaces.d.ts +8 -2
- package/dist/main/interfaces.d.ts.map +1 -1
- package/dist/main/subgraph/SubgraphClient.d.ts +2 -4
- package/dist/main/subgraph/SubgraphClient.d.ts.map +1 -1
- package/dist/main/subgraph/SubgraphClient.js +7 -1
- package/dist/main/subgraph/SubgraphClient.js.map +1 -1
- package/dist/main/subgraph/entities/account/accounts.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/flowOperator/flowOperators.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/flowOperator/flowOperators.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/index/indexes.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/stream/streams.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/token/tokens.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +4 -4
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -1
- package/dist/main/subgraph/events/events.generated.d.ts +166 -166
- package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getIndexes.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getStreams.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getStreams.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getTokens.generated.d.ts +2 -2
- package/dist/main/subgraph/queries/getTokens.generated.d.ts.map +1 -1
- package/dist/main/subgraph/schema.generated.d.ts +8148 -8116
- package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/main/subgraph/subgraphQueryHandler.d.ts +6 -6
- package/dist/main/subgraph/subgraphQueryHandler.d.ts.map +1 -1
- package/dist/main/subgraph/subgraphQueryHandler.js.map +1 -1
- package/dist/main/utils.d.ts +2 -0
- package/dist/main/utils.d.ts.map +1 -1
- package/dist/main/utils.js +9 -1
- package/dist/main/utils.js.map +1 -1
- package/dist/module/ConstantFlowAgreementV1.d.ts +26 -2
- package/dist/module/ConstantFlowAgreementV1.d.ts.map +1 -1
- package/dist/module/ConstantFlowAgreementV1.js +59 -1
- package/dist/module/ConstantFlowAgreementV1.js.map +1 -1
- package/dist/module/ERC20Token.d.ts +1 -1
- package/dist/module/ERC20Token.d.ts.map +1 -1
- package/dist/module/ERC20Token.js +1 -1
- package/dist/module/ERC20Token.js.map +1 -1
- package/dist/module/Framework.d.ts.map +1 -1
- package/dist/module/Framework.js +5 -4
- package/dist/module/Framework.js.map +1 -1
- package/dist/module/Governance.d.ts +1 -1
- package/dist/module/Governance.d.ts.map +1 -1
- package/dist/module/Governance.js +1 -1
- package/dist/module/Governance.js.map +1 -1
- package/dist/module/Host.d.ts +3 -3
- package/dist/module/Host.d.ts.map +1 -1
- package/dist/module/Host.js +1 -1
- package/dist/module/Host.js.map +1 -1
- package/dist/module/InstantDistributionAgreementV1.d.ts +1 -1
- package/dist/module/InstantDistributionAgreementV1.d.ts.map +1 -1
- package/dist/module/InstantDistributionAgreementV1.js +1 -1
- package/dist/module/InstantDistributionAgreementV1.js.map +1 -1
- package/dist/module/Operation.d.ts.map +1 -1
- package/dist/module/Operation.js +1 -1
- package/dist/module/Operation.js.map +1 -1
- package/dist/module/SuperToken.d.ts +31 -9
- package/dist/module/SuperToken.d.ts.map +1 -1
- package/dist/module/SuperToken.js +35 -2
- package/dist/module/SuperToken.js.map +1 -1
- package/dist/module/index.d.ts +1 -1
- package/dist/module/index.d.ts.map +1 -1
- package/dist/module/index.js +1 -1
- package/dist/module/index.js.map +1 -1
- package/dist/module/interfaces.d.ts +8 -2
- package/dist/module/interfaces.d.ts.map +1 -1
- package/dist/module/subgraph/SubgraphClient.d.ts +2 -4
- package/dist/module/subgraph/SubgraphClient.d.ts.map +1 -1
- package/dist/module/subgraph/SubgraphClient.js +7 -1
- package/dist/module/subgraph/SubgraphClient.js.map +1 -1
- package/dist/module/subgraph/entities/account/accounts.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/account/accounts.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/flowOperator/flowOperators.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/flowOperator/flowOperators.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/index/indexes.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/index/indexes.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/indexSubscription/indexSubscriptions.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/stream/streams.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/stream/streams.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/streamPeriod/streamPeriods.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/token/tokens.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/token/tokens.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/tokenStatistic/tokenStatistics.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +4 -4
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -1
- package/dist/module/subgraph/events/events.generated.d.ts +166 -166
- package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getAccountTokenSnapshots.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getIndexSubscriptions.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getIndexes.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getIndexes.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getStreams.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getStreams.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getTokens.generated.d.ts +2 -2
- package/dist/module/subgraph/queries/getTokens.generated.d.ts.map +1 -1
- package/dist/module/subgraph/schema.generated.d.ts +8148 -8116
- package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/module/subgraph/subgraphQueryHandler.d.ts +6 -6
- package/dist/module/subgraph/subgraphQueryHandler.d.ts.map +1 -1
- package/dist/module/subgraph/subgraphQueryHandler.js.map +1 -1
- package/dist/module/utils.d.ts +2 -0
- package/dist/module/utils.d.ts.map +1 -1
- package/dist/module/utils.js +6 -0
- package/dist/module/utils.js.map +1 -1
- package/package.json +15 -15
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import * as Types from '../schema.generated';
|
|
2
2
|
import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';
|
|
3
3
|
export type FlowUpdatedEventsQueryVariables = Types.Exact<{
|
|
4
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
5
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
4
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
5
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
6
6
|
where?: Types.InputMaybe<Types.FlowUpdatedEvent_Filter>;
|
|
7
7
|
orderBy?: Types.InputMaybe<Types.FlowUpdatedEvent_OrderBy>;
|
|
8
8
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -32,8 +32,8 @@ export type FlowUpdatedEventsQuery = {
|
|
|
32
32
|
}>;
|
|
33
33
|
};
|
|
34
34
|
export type FlowOperatorUpdatedEventsQueryVariables = Types.Exact<{
|
|
35
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
36
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
35
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
36
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
37
37
|
where?: Types.InputMaybe<Types.FlowOperatorUpdatedEvent_Filter>;
|
|
38
38
|
orderBy?: Types.InputMaybe<Types.FlowOperatorUpdatedEvent_OrderBy>;
|
|
39
39
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -56,8 +56,8 @@ export type FlowOperatorUpdatedEventsQuery = {
|
|
|
56
56
|
}>;
|
|
57
57
|
};
|
|
58
58
|
export type IndexCreatedEventsQueryVariables = Types.Exact<{
|
|
59
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
60
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
59
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
60
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
61
61
|
where?: Types.InputMaybe<Types.IndexCreatedEvent_Filter>;
|
|
62
62
|
orderBy?: Types.InputMaybe<Types.IndexCreatedEvent_OrderBy>;
|
|
63
63
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -83,8 +83,8 @@ export type IndexCreatedEventsQuery = {
|
|
|
83
83
|
}>;
|
|
84
84
|
};
|
|
85
85
|
export type IndexDistributionClaimedEventsQueryVariables = Types.Exact<{
|
|
86
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
87
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
86
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
87
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
88
88
|
where?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_Filter>;
|
|
89
89
|
orderBy?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_OrderBy>;
|
|
90
90
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -111,8 +111,8 @@ export type IndexDistributionClaimedEventsQuery = {
|
|
|
111
111
|
}>;
|
|
112
112
|
};
|
|
113
113
|
export type IndexUpdatedEventsQueryVariables = Types.Exact<{
|
|
114
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
115
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
114
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
115
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
116
116
|
where?: Types.InputMaybe<Types.IndexUpdatedEvent_Filter>;
|
|
117
117
|
orderBy?: Types.InputMaybe<Types.IndexUpdatedEvent_OrderBy>;
|
|
118
118
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -142,8 +142,8 @@ export type IndexUpdatedEventsQuery = {
|
|
|
142
142
|
}>;
|
|
143
143
|
};
|
|
144
144
|
export type IndexSubscribedEventsQueryVariables = Types.Exact<{
|
|
145
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
146
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
145
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
146
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
147
147
|
where?: Types.InputMaybe<Types.IndexSubscribedEvent_Filter>;
|
|
148
148
|
orderBy?: Types.InputMaybe<Types.IndexSubscribedEvent_OrderBy>;
|
|
149
149
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -170,8 +170,8 @@ export type IndexSubscribedEventsQuery = {
|
|
|
170
170
|
}>;
|
|
171
171
|
};
|
|
172
172
|
export type IndexUnitsUpdatedEventsQueryVariables = Types.Exact<{
|
|
173
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
174
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
173
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
174
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
175
175
|
where?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_Filter>;
|
|
176
176
|
orderBy?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_OrderBy>;
|
|
177
177
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -200,8 +200,8 @@ export type IndexUnitsUpdatedEventsQuery = {
|
|
|
200
200
|
}>;
|
|
201
201
|
};
|
|
202
202
|
export type IndexUnsubscribedEventsQueryVariables = Types.Exact<{
|
|
203
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
204
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
203
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
204
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
205
205
|
where?: Types.InputMaybe<Types.IndexUnsubscribedEvent_Filter>;
|
|
206
206
|
orderBy?: Types.InputMaybe<Types.IndexUnsubscribedEvent_OrderBy>;
|
|
207
207
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -228,8 +228,8 @@ export type IndexUnsubscribedEventsQuery = {
|
|
|
228
228
|
}>;
|
|
229
229
|
};
|
|
230
230
|
export type SubscriptionApprovedEventsQueryVariables = Types.Exact<{
|
|
231
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
232
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
231
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
232
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
233
233
|
where?: Types.InputMaybe<Types.SubscriptionApprovedEvent_Filter>;
|
|
234
234
|
orderBy?: Types.InputMaybe<Types.SubscriptionApprovedEvent_OrderBy>;
|
|
235
235
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -256,8 +256,8 @@ export type SubscriptionApprovedEventsQuery = {
|
|
|
256
256
|
}>;
|
|
257
257
|
};
|
|
258
258
|
export type SubscriptionDistributionClaimedEventsQueryVariables = Types.Exact<{
|
|
259
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
260
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
259
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
260
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
261
261
|
where?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_Filter>;
|
|
262
262
|
orderBy?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_OrderBy>;
|
|
263
263
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -284,8 +284,8 @@ export type SubscriptionDistributionClaimedEventsQuery = {
|
|
|
284
284
|
}>;
|
|
285
285
|
};
|
|
286
286
|
export type SubscriptionRevokedEventsQueryVariables = Types.Exact<{
|
|
287
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
288
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
287
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
288
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
289
289
|
where?: Types.InputMaybe<Types.SubscriptionRevokedEvent_Filter>;
|
|
290
290
|
orderBy?: Types.InputMaybe<Types.SubscriptionRevokedEvent_OrderBy>;
|
|
291
291
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -312,8 +312,8 @@ export type SubscriptionRevokedEventsQuery = {
|
|
|
312
312
|
}>;
|
|
313
313
|
};
|
|
314
314
|
export type SubscriptionUnitsUpdatedEventsQueryVariables = Types.Exact<{
|
|
315
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
316
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
315
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
316
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
317
317
|
where?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_Filter>;
|
|
318
318
|
orderBy?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_OrderBy>;
|
|
319
319
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -342,8 +342,8 @@ export type SubscriptionUnitsUpdatedEventsQuery = {
|
|
|
342
342
|
}>;
|
|
343
343
|
};
|
|
344
344
|
export type TransferEventsQueryVariables = Types.Exact<{
|
|
345
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
346
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
345
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
346
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
347
347
|
where?: Types.InputMaybe<Types.TransferEvent_Filter>;
|
|
348
348
|
orderBy?: Types.InputMaybe<Types.TransferEvent_OrderBy>;
|
|
349
349
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -370,8 +370,8 @@ export type TransferEventsQuery = {
|
|
|
370
370
|
}>;
|
|
371
371
|
};
|
|
372
372
|
export type TokenUpgradedEventsQueryVariables = Types.Exact<{
|
|
373
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
374
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
373
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
374
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
375
375
|
where?: Types.InputMaybe<Types.TokenUpgradedEvent_Filter>;
|
|
376
376
|
orderBy?: Types.InputMaybe<Types.TokenUpgradedEvent_OrderBy>;
|
|
377
377
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -395,8 +395,8 @@ export type TokenUpgradedEventsQuery = {
|
|
|
395
395
|
}>;
|
|
396
396
|
};
|
|
397
397
|
export type TokenDowngradedEventsQueryVariables = Types.Exact<{
|
|
398
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
399
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
398
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
399
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
400
400
|
where?: Types.InputMaybe<Types.TokenDowngradedEvent_Filter>;
|
|
401
401
|
orderBy?: Types.InputMaybe<Types.TokenDowngradedEvent_OrderBy>;
|
|
402
402
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -420,8 +420,8 @@ export type TokenDowngradedEventsQuery = {
|
|
|
420
420
|
}>;
|
|
421
421
|
};
|
|
422
422
|
export type AgreementClassRegisteredEventsQueryVariables = Types.Exact<{
|
|
423
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
424
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
423
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
424
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
425
425
|
where?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_Filter>;
|
|
426
426
|
orderBy?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_OrderBy>;
|
|
427
427
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -442,8 +442,8 @@ export type AgreementClassRegisteredEventsQuery = {
|
|
|
442
442
|
}>;
|
|
443
443
|
};
|
|
444
444
|
export type AgreementClassUpdatedEventsQueryVariables = Types.Exact<{
|
|
445
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
446
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
445
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
446
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
447
447
|
where?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_Filter>;
|
|
448
448
|
orderBy?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_OrderBy>;
|
|
449
449
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -464,8 +464,8 @@ export type AgreementClassUpdatedEventsQuery = {
|
|
|
464
464
|
}>;
|
|
465
465
|
};
|
|
466
466
|
export type AppRegisteredEventsQueryVariables = Types.Exact<{
|
|
467
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
468
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
467
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
468
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
469
469
|
where?: Types.InputMaybe<Types.AppRegisteredEvent_Filter>;
|
|
470
470
|
orderBy?: Types.InputMaybe<Types.AppRegisteredEvent_OrderBy>;
|
|
471
471
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -485,8 +485,8 @@ export type AppRegisteredEventsQuery = {
|
|
|
485
485
|
}>;
|
|
486
486
|
};
|
|
487
487
|
export type GovernanceReplacedEventsQueryVariables = Types.Exact<{
|
|
488
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
489
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
488
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
489
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
490
490
|
where?: Types.InputMaybe<Types.GovernanceReplacedEvent_Filter>;
|
|
491
491
|
orderBy?: Types.InputMaybe<Types.GovernanceReplacedEvent_OrderBy>;
|
|
492
492
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -507,8 +507,8 @@ export type GovernanceReplacedEventsQuery = {
|
|
|
507
507
|
}>;
|
|
508
508
|
};
|
|
509
509
|
export type JailEventsQueryVariables = Types.Exact<{
|
|
510
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
511
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
510
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
511
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
512
512
|
where?: Types.InputMaybe<Types.JailEvent_Filter>;
|
|
513
513
|
orderBy?: Types.InputMaybe<Types.JailEvent_OrderBy>;
|
|
514
514
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -529,8 +529,8 @@ export type JailEventsQuery = {
|
|
|
529
529
|
}>;
|
|
530
530
|
};
|
|
531
531
|
export type SuperTokenFactoryUpdatedEventsQueryVariables = Types.Exact<{
|
|
532
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
533
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
532
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
533
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
534
534
|
where?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_Filter>;
|
|
535
535
|
orderBy?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_OrderBy>;
|
|
536
536
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -550,8 +550,8 @@ export type SuperTokenFactoryUpdatedEventsQuery = {
|
|
|
550
550
|
}>;
|
|
551
551
|
};
|
|
552
552
|
export type SuperTokenLogicUpdatedEventsQueryVariables = Types.Exact<{
|
|
553
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
554
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
553
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
554
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
555
555
|
where?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_Filter>;
|
|
556
556
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_OrderBy>;
|
|
557
557
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -572,8 +572,8 @@ export type SuperTokenLogicUpdatedEventsQuery = {
|
|
|
572
572
|
}>;
|
|
573
573
|
};
|
|
574
574
|
export type RoleAdminChangedEventsQueryVariables = Types.Exact<{
|
|
575
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
576
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
575
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
576
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
577
577
|
where?: Types.InputMaybe<Types.RoleAdminChangedEvent_Filter>;
|
|
578
578
|
orderBy?: Types.InputMaybe<Types.RoleAdminChangedEvent_OrderBy>;
|
|
579
579
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -595,8 +595,8 @@ export type RoleAdminChangedEventsQuery = {
|
|
|
595
595
|
}>;
|
|
596
596
|
};
|
|
597
597
|
export type RoleGrantedEventsQueryVariables = Types.Exact<{
|
|
598
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
599
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
598
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
599
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
600
600
|
where?: Types.InputMaybe<Types.RoleGrantedEvent_Filter>;
|
|
601
601
|
orderBy?: Types.InputMaybe<Types.RoleGrantedEvent_OrderBy>;
|
|
602
602
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -618,8 +618,8 @@ export type RoleGrantedEventsQuery = {
|
|
|
618
618
|
}>;
|
|
619
619
|
};
|
|
620
620
|
export type RoleRevokedEventsQueryVariables = Types.Exact<{
|
|
621
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
622
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
621
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
622
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
623
623
|
where?: Types.InputMaybe<Types.RoleRevokedEvent_Filter>;
|
|
624
624
|
orderBy?: Types.InputMaybe<Types.RoleRevokedEvent_OrderBy>;
|
|
625
625
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -641,8 +641,8 @@ export type RoleRevokedEventsQuery = {
|
|
|
641
641
|
}>;
|
|
642
642
|
};
|
|
643
643
|
export type SetEventsQueryVariables = Types.Exact<{
|
|
644
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
645
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
644
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
645
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
646
646
|
where?: Types.InputMaybe<Types.SetEvent_Filter>;
|
|
647
647
|
orderBy?: Types.InputMaybe<Types.SetEvent_OrderBy>;
|
|
648
648
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -666,8 +666,8 @@ export type SetEventsQuery = {
|
|
|
666
666
|
}>;
|
|
667
667
|
};
|
|
668
668
|
export type CfaV1LiquidationPeriodChangedEventsQueryVariables = Types.Exact<{
|
|
669
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
670
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
669
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
670
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
671
671
|
where?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_Filter>;
|
|
672
672
|
orderBy?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_OrderBy>;
|
|
673
673
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -691,8 +691,8 @@ export type CfaV1LiquidationPeriodChangedEventsQuery = {
|
|
|
691
691
|
}>;
|
|
692
692
|
};
|
|
693
693
|
export type ConfigChangedEventsQueryVariables = Types.Exact<{
|
|
694
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
695
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
694
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
695
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
696
696
|
where?: Types.InputMaybe<Types.ConfigChangedEvent_Filter>;
|
|
697
697
|
orderBy?: Types.InputMaybe<Types.ConfigChangedEvent_OrderBy>;
|
|
698
698
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -717,8 +717,8 @@ export type ConfigChangedEventsQuery = {
|
|
|
717
717
|
}>;
|
|
718
718
|
};
|
|
719
719
|
export type RewardAddressChangedEventsQueryVariables = Types.Exact<{
|
|
720
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
721
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
720
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
721
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
722
722
|
where?: Types.InputMaybe<Types.RewardAddressChangedEvent_Filter>;
|
|
723
723
|
orderBy?: Types.InputMaybe<Types.RewardAddressChangedEvent_OrderBy>;
|
|
724
724
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -742,8 +742,8 @@ export type RewardAddressChangedEventsQuery = {
|
|
|
742
742
|
}>;
|
|
743
743
|
};
|
|
744
744
|
export type SuperTokenMinimumDepositChangedEventsQueryVariables = Types.Exact<{
|
|
745
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
746
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
745
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
746
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
747
747
|
where?: Types.InputMaybe<Types.SuperTokenMinimumDepositChangedEvent_Filter>;
|
|
748
748
|
orderBy?: Types.InputMaybe<Types.SuperTokenMinimumDepositChangedEvent_OrderBy>;
|
|
749
749
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -767,8 +767,8 @@ export type SuperTokenMinimumDepositChangedEventsQuery = {
|
|
|
767
767
|
}>;
|
|
768
768
|
};
|
|
769
769
|
export type TrustedForwarderChangedEventsQueryVariables = Types.Exact<{
|
|
770
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
771
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
770
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
771
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
772
772
|
where?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_Filter>;
|
|
773
773
|
orderBy?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_OrderBy>;
|
|
774
774
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -793,8 +793,8 @@ export type TrustedForwarderChangedEventsQuery = {
|
|
|
793
793
|
}>;
|
|
794
794
|
};
|
|
795
795
|
export type AgreementLiquidatedByEventsQueryVariables = Types.Exact<{
|
|
796
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
797
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
796
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
797
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
798
798
|
where?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_Filter>;
|
|
799
799
|
orderBy?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_OrderBy>;
|
|
800
800
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -821,8 +821,8 @@ export type AgreementLiquidatedByEventsQuery = {
|
|
|
821
821
|
}>;
|
|
822
822
|
};
|
|
823
823
|
export type BurnedEventsQueryVariables = Types.Exact<{
|
|
824
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
825
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
824
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
825
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
826
826
|
where?: Types.InputMaybe<Types.BurnedEvent_Filter>;
|
|
827
827
|
orderBy?: Types.InputMaybe<Types.BurnedEvent_OrderBy>;
|
|
828
828
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -847,8 +847,8 @@ export type BurnedEventsQuery = {
|
|
|
847
847
|
}>;
|
|
848
848
|
};
|
|
849
849
|
export type MintedEventsQueryVariables = Types.Exact<{
|
|
850
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
851
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
850
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
851
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
852
852
|
where?: Types.InputMaybe<Types.MintedEvent_Filter>;
|
|
853
853
|
orderBy?: Types.InputMaybe<Types.MintedEvent_OrderBy>;
|
|
854
854
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -873,8 +873,8 @@ export type MintedEventsQuery = {
|
|
|
873
873
|
}>;
|
|
874
874
|
};
|
|
875
875
|
export type SentEventsQueryVariables = Types.Exact<{
|
|
876
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
877
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
876
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
877
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
878
878
|
where?: Types.InputMaybe<Types.SentEvent_Filter>;
|
|
879
879
|
orderBy?: Types.InputMaybe<Types.SentEvent_OrderBy>;
|
|
880
880
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -899,8 +899,8 @@ export type SentEventsQuery = {
|
|
|
899
899
|
}>;
|
|
900
900
|
};
|
|
901
901
|
export type CustomSuperTokenCreatedEventsQueryVariables = Types.Exact<{
|
|
902
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
903
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
902
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
903
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
904
904
|
where?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_Filter>;
|
|
905
905
|
orderBy?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_OrderBy>;
|
|
906
906
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -920,8 +920,8 @@ export type CustomSuperTokenCreatedEventsQuery = {
|
|
|
920
920
|
}>;
|
|
921
921
|
};
|
|
922
922
|
export type SuperTokenCreatedEventsQueryVariables = Types.Exact<{
|
|
923
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
924
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
923
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
924
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
925
925
|
where?: Types.InputMaybe<Types.SuperTokenCreatedEvent_Filter>;
|
|
926
926
|
orderBy?: Types.InputMaybe<Types.SuperTokenCreatedEvent_OrderBy>;
|
|
927
927
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -941,8 +941,8 @@ export type SuperTokenCreatedEventsQuery = {
|
|
|
941
941
|
}>;
|
|
942
942
|
};
|
|
943
943
|
export type SuperTokenLogicCreatedEventsQueryVariables = Types.Exact<{
|
|
944
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
945
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
944
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
945
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
946
946
|
where?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_Filter>;
|
|
947
947
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_OrderBy>;
|
|
948
948
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -962,8 +962,8 @@ export type SuperTokenLogicCreatedEventsQuery = {
|
|
|
962
962
|
}>;
|
|
963
963
|
};
|
|
964
964
|
export type NewPicEventsQueryVariables = Types.Exact<{
|
|
965
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
966
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
965
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
966
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
967
967
|
where?: Types.InputMaybe<Types.NewPicEvent_Filter>;
|
|
968
968
|
orderBy?: Types.InputMaybe<Types.NewPicEvent_OrderBy>;
|
|
969
969
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -986,8 +986,8 @@ export type NewPicEventsQuery = {
|
|
|
986
986
|
}>;
|
|
987
987
|
};
|
|
988
988
|
export type ExitRateChangedEventsQueryVariables = Types.Exact<{
|
|
989
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
990
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
989
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
990
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
991
991
|
where?: Types.InputMaybe<Types.ExitRateChangedEvent_Filter>;
|
|
992
992
|
orderBy?: Types.InputMaybe<Types.ExitRateChangedEvent_OrderBy>;
|
|
993
993
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -1008,8 +1008,8 @@ export type ExitRateChangedEventsQuery = {
|
|
|
1008
1008
|
}>;
|
|
1009
1009
|
};
|
|
1010
1010
|
export type BondIncreasedEventsQueryVariables = Types.Exact<{
|
|
1011
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1012
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1011
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1012
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1013
1013
|
where?: Types.InputMaybe<Types.BondIncreasedEvent_Filter>;
|
|
1014
1014
|
orderBy?: Types.InputMaybe<Types.BondIncreasedEvent_OrderBy>;
|
|
1015
1015
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
@@ -1031,8 +1031,8 @@ export type BondIncreasedEventsQuery = {
|
|
|
1031
1031
|
};
|
|
1032
1032
|
export type EventsQueryVariables = Types.Exact<{
|
|
1033
1033
|
where?: Types.Event_Filter;
|
|
1034
|
-
skip?: Types.Scalars['Int'];
|
|
1035
|
-
first?: Types.Scalars['Int'];
|
|
1034
|
+
skip?: Types.Scalars['Int']['input'];
|
|
1035
|
+
first?: Types.Scalars['Int']['input'];
|
|
1036
1036
|
orderBy?: Types.Event_OrderBy;
|
|
1037
1037
|
orderDirection?: Types.OrderDirection;
|
|
1038
1038
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
@@ -1654,328 +1654,328 @@ export type EventsQuery = {
|
|
|
1654
1654
|
}>;
|
|
1655
1655
|
};
|
|
1656
1656
|
export declare const FlowUpdatedEventsDocument: DocumentNode<FlowUpdatedEventsQuery, Types.Exact<{
|
|
1657
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1658
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1657
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1658
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1659
1659
|
where?: Types.InputMaybe<Types.FlowUpdatedEvent_Filter>;
|
|
1660
1660
|
orderBy?: Types.InputMaybe<Types.FlowUpdatedEvent_OrderBy>;
|
|
1661
1661
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1662
1662
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1663
1663
|
}>>;
|
|
1664
1664
|
export declare const FlowOperatorUpdatedEventsDocument: DocumentNode<FlowOperatorUpdatedEventsQuery, Types.Exact<{
|
|
1665
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1666
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1665
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1666
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1667
1667
|
where?: Types.InputMaybe<Types.FlowOperatorUpdatedEvent_Filter>;
|
|
1668
1668
|
orderBy?: Types.InputMaybe<Types.FlowOperatorUpdatedEvent_OrderBy>;
|
|
1669
1669
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1670
1670
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1671
1671
|
}>>;
|
|
1672
1672
|
export declare const IndexCreatedEventsDocument: DocumentNode<IndexCreatedEventsQuery, Types.Exact<{
|
|
1673
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1674
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1673
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1674
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1675
1675
|
where?: Types.InputMaybe<Types.IndexCreatedEvent_Filter>;
|
|
1676
1676
|
orderBy?: Types.InputMaybe<Types.IndexCreatedEvent_OrderBy>;
|
|
1677
1677
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1678
1678
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1679
1679
|
}>>;
|
|
1680
1680
|
export declare const IndexDistributionClaimedEventsDocument: DocumentNode<IndexDistributionClaimedEventsQuery, Types.Exact<{
|
|
1681
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1682
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1681
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1682
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1683
1683
|
where?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_Filter>;
|
|
1684
1684
|
orderBy?: Types.InputMaybe<Types.IndexDistributionClaimedEvent_OrderBy>;
|
|
1685
1685
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1686
1686
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1687
1687
|
}>>;
|
|
1688
1688
|
export declare const IndexUpdatedEventsDocument: DocumentNode<IndexUpdatedEventsQuery, Types.Exact<{
|
|
1689
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1690
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1689
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1690
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1691
1691
|
where?: Types.InputMaybe<Types.IndexUpdatedEvent_Filter>;
|
|
1692
1692
|
orderBy?: Types.InputMaybe<Types.IndexUpdatedEvent_OrderBy>;
|
|
1693
1693
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1694
1694
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1695
1695
|
}>>;
|
|
1696
1696
|
export declare const IndexSubscribedEventsDocument: DocumentNode<IndexSubscribedEventsQuery, Types.Exact<{
|
|
1697
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1698
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1697
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1698
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1699
1699
|
where?: Types.InputMaybe<Types.IndexSubscribedEvent_Filter>;
|
|
1700
1700
|
orderBy?: Types.InputMaybe<Types.IndexSubscribedEvent_OrderBy>;
|
|
1701
1701
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1702
1702
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1703
1703
|
}>>;
|
|
1704
1704
|
export declare const IndexUnitsUpdatedEventsDocument: DocumentNode<IndexUnitsUpdatedEventsQuery, Types.Exact<{
|
|
1705
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1706
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1705
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1706
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1707
1707
|
where?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_Filter>;
|
|
1708
1708
|
orderBy?: Types.InputMaybe<Types.IndexUnitsUpdatedEvent_OrderBy>;
|
|
1709
1709
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1710
1710
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1711
1711
|
}>>;
|
|
1712
1712
|
export declare const IndexUnsubscribedEventsDocument: DocumentNode<IndexUnsubscribedEventsQuery, Types.Exact<{
|
|
1713
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1714
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1713
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1714
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1715
1715
|
where?: Types.InputMaybe<Types.IndexUnsubscribedEvent_Filter>;
|
|
1716
1716
|
orderBy?: Types.InputMaybe<Types.IndexUnsubscribedEvent_OrderBy>;
|
|
1717
1717
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1718
1718
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1719
1719
|
}>>;
|
|
1720
1720
|
export declare const SubscriptionApprovedEventsDocument: DocumentNode<SubscriptionApprovedEventsQuery, Types.Exact<{
|
|
1721
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1722
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1721
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1722
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1723
1723
|
where?: Types.InputMaybe<Types.SubscriptionApprovedEvent_Filter>;
|
|
1724
1724
|
orderBy?: Types.InputMaybe<Types.SubscriptionApprovedEvent_OrderBy>;
|
|
1725
1725
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1726
1726
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1727
1727
|
}>>;
|
|
1728
1728
|
export declare const SubscriptionDistributionClaimedEventsDocument: DocumentNode<SubscriptionDistributionClaimedEventsQuery, Types.Exact<{
|
|
1729
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1730
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1729
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1730
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1731
1731
|
where?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_Filter>;
|
|
1732
1732
|
orderBy?: Types.InputMaybe<Types.SubscriptionDistributionClaimedEvent_OrderBy>;
|
|
1733
1733
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1734
1734
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1735
1735
|
}>>;
|
|
1736
1736
|
export declare const SubscriptionRevokedEventsDocument: DocumentNode<SubscriptionRevokedEventsQuery, Types.Exact<{
|
|
1737
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1738
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1737
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1738
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1739
1739
|
where?: Types.InputMaybe<Types.SubscriptionRevokedEvent_Filter>;
|
|
1740
1740
|
orderBy?: Types.InputMaybe<Types.SubscriptionRevokedEvent_OrderBy>;
|
|
1741
1741
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1742
1742
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1743
1743
|
}>>;
|
|
1744
1744
|
export declare const SubscriptionUnitsUpdatedEventsDocument: DocumentNode<SubscriptionUnitsUpdatedEventsQuery, Types.Exact<{
|
|
1745
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1746
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1745
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1746
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1747
1747
|
where?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_Filter>;
|
|
1748
1748
|
orderBy?: Types.InputMaybe<Types.SubscriptionUnitsUpdatedEvent_OrderBy>;
|
|
1749
1749
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1750
1750
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1751
1751
|
}>>;
|
|
1752
1752
|
export declare const TransferEventsDocument: DocumentNode<TransferEventsQuery, Types.Exact<{
|
|
1753
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1754
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1753
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1754
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1755
1755
|
where?: Types.InputMaybe<Types.TransferEvent_Filter>;
|
|
1756
1756
|
orderBy?: Types.InputMaybe<Types.TransferEvent_OrderBy>;
|
|
1757
1757
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1758
1758
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1759
1759
|
}>>;
|
|
1760
1760
|
export declare const TokenUpgradedEventsDocument: DocumentNode<TokenUpgradedEventsQuery, Types.Exact<{
|
|
1761
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1762
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1761
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1762
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1763
1763
|
where?: Types.InputMaybe<Types.TokenUpgradedEvent_Filter>;
|
|
1764
1764
|
orderBy?: Types.InputMaybe<Types.TokenUpgradedEvent_OrderBy>;
|
|
1765
1765
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1766
1766
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1767
1767
|
}>>;
|
|
1768
1768
|
export declare const TokenDowngradedEventsDocument: DocumentNode<TokenDowngradedEventsQuery, Types.Exact<{
|
|
1769
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1770
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1769
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1770
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1771
1771
|
where?: Types.InputMaybe<Types.TokenDowngradedEvent_Filter>;
|
|
1772
1772
|
orderBy?: Types.InputMaybe<Types.TokenDowngradedEvent_OrderBy>;
|
|
1773
1773
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1774
1774
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1775
1775
|
}>>;
|
|
1776
1776
|
export declare const AgreementClassRegisteredEventsDocument: DocumentNode<AgreementClassRegisteredEventsQuery, Types.Exact<{
|
|
1777
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1778
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1777
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1778
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1779
1779
|
where?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_Filter>;
|
|
1780
1780
|
orderBy?: Types.InputMaybe<Types.AgreementClassRegisteredEvent_OrderBy>;
|
|
1781
1781
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1782
1782
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1783
1783
|
}>>;
|
|
1784
1784
|
export declare const AgreementClassUpdatedEventsDocument: DocumentNode<AgreementClassUpdatedEventsQuery, Types.Exact<{
|
|
1785
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1786
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1785
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1786
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1787
1787
|
where?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_Filter>;
|
|
1788
1788
|
orderBy?: Types.InputMaybe<Types.AgreementClassUpdatedEvent_OrderBy>;
|
|
1789
1789
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1790
1790
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1791
1791
|
}>>;
|
|
1792
1792
|
export declare const AppRegisteredEventsDocument: DocumentNode<AppRegisteredEventsQuery, Types.Exact<{
|
|
1793
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1794
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1793
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1794
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1795
1795
|
where?: Types.InputMaybe<Types.AppRegisteredEvent_Filter>;
|
|
1796
1796
|
orderBy?: Types.InputMaybe<Types.AppRegisteredEvent_OrderBy>;
|
|
1797
1797
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1798
1798
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1799
1799
|
}>>;
|
|
1800
1800
|
export declare const GovernanceReplacedEventsDocument: DocumentNode<GovernanceReplacedEventsQuery, Types.Exact<{
|
|
1801
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1802
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1801
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1802
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1803
1803
|
where?: Types.InputMaybe<Types.GovernanceReplacedEvent_Filter>;
|
|
1804
1804
|
orderBy?: Types.InputMaybe<Types.GovernanceReplacedEvent_OrderBy>;
|
|
1805
1805
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1806
1806
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1807
1807
|
}>>;
|
|
1808
1808
|
export declare const JailEventsDocument: DocumentNode<JailEventsQuery, Types.Exact<{
|
|
1809
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1810
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1809
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1810
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1811
1811
|
where?: Types.InputMaybe<Types.JailEvent_Filter>;
|
|
1812
1812
|
orderBy?: Types.InputMaybe<Types.JailEvent_OrderBy>;
|
|
1813
1813
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1814
1814
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1815
1815
|
}>>;
|
|
1816
1816
|
export declare const SuperTokenFactoryUpdatedEventsDocument: DocumentNode<SuperTokenFactoryUpdatedEventsQuery, Types.Exact<{
|
|
1817
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1818
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1817
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1818
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1819
1819
|
where?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_Filter>;
|
|
1820
1820
|
orderBy?: Types.InputMaybe<Types.SuperTokenFactoryUpdatedEvent_OrderBy>;
|
|
1821
1821
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1822
1822
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1823
1823
|
}>>;
|
|
1824
1824
|
export declare const SuperTokenLogicUpdatedEventsDocument: DocumentNode<SuperTokenLogicUpdatedEventsQuery, Types.Exact<{
|
|
1825
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1826
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1825
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1826
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1827
1827
|
where?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_Filter>;
|
|
1828
1828
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicUpdatedEvent_OrderBy>;
|
|
1829
1829
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1830
1830
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1831
1831
|
}>>;
|
|
1832
1832
|
export declare const RoleAdminChangedEventsDocument: DocumentNode<RoleAdminChangedEventsQuery, Types.Exact<{
|
|
1833
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1834
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1833
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1834
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1835
1835
|
where?: Types.InputMaybe<Types.RoleAdminChangedEvent_Filter>;
|
|
1836
1836
|
orderBy?: Types.InputMaybe<Types.RoleAdminChangedEvent_OrderBy>;
|
|
1837
1837
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1838
1838
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1839
1839
|
}>>;
|
|
1840
1840
|
export declare const RoleGrantedEventsDocument: DocumentNode<RoleGrantedEventsQuery, Types.Exact<{
|
|
1841
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1842
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1841
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1842
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1843
1843
|
where?: Types.InputMaybe<Types.RoleGrantedEvent_Filter>;
|
|
1844
1844
|
orderBy?: Types.InputMaybe<Types.RoleGrantedEvent_OrderBy>;
|
|
1845
1845
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1846
1846
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1847
1847
|
}>>;
|
|
1848
1848
|
export declare const RoleRevokedEventsDocument: DocumentNode<RoleRevokedEventsQuery, Types.Exact<{
|
|
1849
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1850
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1849
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1850
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1851
1851
|
where?: Types.InputMaybe<Types.RoleRevokedEvent_Filter>;
|
|
1852
1852
|
orderBy?: Types.InputMaybe<Types.RoleRevokedEvent_OrderBy>;
|
|
1853
1853
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1854
1854
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1855
1855
|
}>>;
|
|
1856
1856
|
export declare const SetEventsDocument: DocumentNode<SetEventsQuery, Types.Exact<{
|
|
1857
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1858
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1857
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1858
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1859
1859
|
where?: Types.InputMaybe<Types.SetEvent_Filter>;
|
|
1860
1860
|
orderBy?: Types.InputMaybe<Types.SetEvent_OrderBy>;
|
|
1861
1861
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1862
1862
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1863
1863
|
}>>;
|
|
1864
1864
|
export declare const CfaV1LiquidationPeriodChangedEventsDocument: DocumentNode<CfaV1LiquidationPeriodChangedEventsQuery, Types.Exact<{
|
|
1865
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1866
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1865
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1866
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1867
1867
|
where?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_Filter>;
|
|
1868
1868
|
orderBy?: Types.InputMaybe<Types.CfAv1LiquidationPeriodChangedEvent_OrderBy>;
|
|
1869
1869
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1870
1870
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1871
1871
|
}>>;
|
|
1872
1872
|
export declare const ConfigChangedEventsDocument: DocumentNode<ConfigChangedEventsQuery, Types.Exact<{
|
|
1873
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1874
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1873
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1874
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1875
1875
|
where?: Types.InputMaybe<Types.ConfigChangedEvent_Filter>;
|
|
1876
1876
|
orderBy?: Types.InputMaybe<Types.ConfigChangedEvent_OrderBy>;
|
|
1877
1877
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1878
1878
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1879
1879
|
}>>;
|
|
1880
1880
|
export declare const RewardAddressChangedEventsDocument: DocumentNode<RewardAddressChangedEventsQuery, Types.Exact<{
|
|
1881
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1882
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1881
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1882
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1883
1883
|
where?: Types.InputMaybe<Types.RewardAddressChangedEvent_Filter>;
|
|
1884
1884
|
orderBy?: Types.InputMaybe<Types.RewardAddressChangedEvent_OrderBy>;
|
|
1885
1885
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1886
1886
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1887
1887
|
}>>;
|
|
1888
1888
|
export declare const SuperTokenMinimumDepositChangedEventsDocument: DocumentNode<SuperTokenMinimumDepositChangedEventsQuery, Types.Exact<{
|
|
1889
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1890
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1889
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1890
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1891
1891
|
where?: Types.InputMaybe<Types.SuperTokenMinimumDepositChangedEvent_Filter>;
|
|
1892
1892
|
orderBy?: Types.InputMaybe<Types.SuperTokenMinimumDepositChangedEvent_OrderBy>;
|
|
1893
1893
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1894
1894
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1895
1895
|
}>>;
|
|
1896
1896
|
export declare const TrustedForwarderChangedEventsDocument: DocumentNode<TrustedForwarderChangedEventsQuery, Types.Exact<{
|
|
1897
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1898
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1897
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1898
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1899
1899
|
where?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_Filter>;
|
|
1900
1900
|
orderBy?: Types.InputMaybe<Types.TrustedForwarderChangedEvent_OrderBy>;
|
|
1901
1901
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1902
1902
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1903
1903
|
}>>;
|
|
1904
1904
|
export declare const AgreementLiquidatedByEventsDocument: DocumentNode<AgreementLiquidatedByEventsQuery, Types.Exact<{
|
|
1905
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1906
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1905
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1906
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1907
1907
|
where?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_Filter>;
|
|
1908
1908
|
orderBy?: Types.InputMaybe<Types.AgreementLiquidatedByEvent_OrderBy>;
|
|
1909
1909
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1910
1910
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1911
1911
|
}>>;
|
|
1912
1912
|
export declare const BurnedEventsDocument: DocumentNode<BurnedEventsQuery, Types.Exact<{
|
|
1913
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1914
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1913
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1914
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1915
1915
|
where?: Types.InputMaybe<Types.BurnedEvent_Filter>;
|
|
1916
1916
|
orderBy?: Types.InputMaybe<Types.BurnedEvent_OrderBy>;
|
|
1917
1917
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1918
1918
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1919
1919
|
}>>;
|
|
1920
1920
|
export declare const MintedEventsDocument: DocumentNode<MintedEventsQuery, Types.Exact<{
|
|
1921
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1922
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1921
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1922
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1923
1923
|
where?: Types.InputMaybe<Types.MintedEvent_Filter>;
|
|
1924
1924
|
orderBy?: Types.InputMaybe<Types.MintedEvent_OrderBy>;
|
|
1925
1925
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1926
1926
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1927
1927
|
}>>;
|
|
1928
1928
|
export declare const SentEventsDocument: DocumentNode<SentEventsQuery, Types.Exact<{
|
|
1929
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1930
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1929
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1930
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1931
1931
|
where?: Types.InputMaybe<Types.SentEvent_Filter>;
|
|
1932
1932
|
orderBy?: Types.InputMaybe<Types.SentEvent_OrderBy>;
|
|
1933
1933
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1934
1934
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1935
1935
|
}>>;
|
|
1936
1936
|
export declare const CustomSuperTokenCreatedEventsDocument: DocumentNode<CustomSuperTokenCreatedEventsQuery, Types.Exact<{
|
|
1937
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1938
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1937
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1938
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1939
1939
|
where?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_Filter>;
|
|
1940
1940
|
orderBy?: Types.InputMaybe<Types.CustomSuperTokenCreatedEvent_OrderBy>;
|
|
1941
1941
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1942
1942
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1943
1943
|
}>>;
|
|
1944
1944
|
export declare const SuperTokenCreatedEventsDocument: DocumentNode<SuperTokenCreatedEventsQuery, Types.Exact<{
|
|
1945
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1946
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1945
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1946
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1947
1947
|
where?: Types.InputMaybe<Types.SuperTokenCreatedEvent_Filter>;
|
|
1948
1948
|
orderBy?: Types.InputMaybe<Types.SuperTokenCreatedEvent_OrderBy>;
|
|
1949
1949
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1950
1950
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1951
1951
|
}>>;
|
|
1952
1952
|
export declare const SuperTokenLogicCreatedEventsDocument: DocumentNode<SuperTokenLogicCreatedEventsQuery, Types.Exact<{
|
|
1953
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1954
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1953
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1954
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1955
1955
|
where?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_Filter>;
|
|
1956
1956
|
orderBy?: Types.InputMaybe<Types.SuperTokenLogicCreatedEvent_OrderBy>;
|
|
1957
1957
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1958
1958
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1959
1959
|
}>>;
|
|
1960
1960
|
export declare const NewPicEventsDocument: DocumentNode<NewPicEventsQuery, Types.Exact<{
|
|
1961
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1962
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1961
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1962
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1963
1963
|
where?: Types.InputMaybe<Types.NewPicEvent_Filter>;
|
|
1964
1964
|
orderBy?: Types.InputMaybe<Types.NewPicEvent_OrderBy>;
|
|
1965
1965
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1966
1966
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1967
1967
|
}>>;
|
|
1968
1968
|
export declare const ExitRateChangedEventsDocument: DocumentNode<ExitRateChangedEventsQuery, Types.Exact<{
|
|
1969
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1970
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1969
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1970
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1971
1971
|
where?: Types.InputMaybe<Types.ExitRateChangedEvent_Filter>;
|
|
1972
1972
|
orderBy?: Types.InputMaybe<Types.ExitRateChangedEvent_OrderBy>;
|
|
1973
1973
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|
|
1974
1974
|
block?: Types.InputMaybe<Types.Block_Height>;
|
|
1975
1975
|
}>>;
|
|
1976
1976
|
export declare const BondIncreasedEventsDocument: DocumentNode<BondIncreasedEventsQuery, Types.Exact<{
|
|
1977
|
-
first?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1978
|
-
skip?: Types.InputMaybe<Types.Scalars['Int']>;
|
|
1977
|
+
first?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1978
|
+
skip?: Types.InputMaybe<Types.Scalars['Int']['input']>;
|
|
1979
1979
|
where?: Types.InputMaybe<Types.BondIncreasedEvent_Filter>;
|
|
1980
1980
|
orderBy?: Types.InputMaybe<Types.BondIncreasedEvent_OrderBy>;
|
|
1981
1981
|
orderDirection?: Types.InputMaybe<Types.OrderDirection>;
|