@superfluid-finance/sdk-core 0.4.1-dev.f54cc8b.0 → 0.4.2-dev.7b94c3f.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 +11 -1
- package/LICENSE +1 -1
- package/README.md +3 -2
- package/dist/index.umd.js +193 -115
- package/dist/main/constants.d.ts +29 -11
- package/dist/main/constants.d.ts.map +1 -1
- package/dist/main/constants.js +99 -69
- package/dist/main/constants.js.map +1 -1
- package/dist/main/events.d.ts +1 -0
- package/dist/main/events.d.ts.map +1 -1
- package/dist/main/index.d.ts +1 -4
- package/dist/main/index.d.ts.map +1 -1
- package/dist/main/index.js +16 -7
- package/dist/main/index.js.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.js +39 -0
- package/dist/main/mapGetAllEventsQueryEvents.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.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +2 -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/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts +46 -0
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -0
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js +31 -0
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js.map +1 -0
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +49 -0
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -0
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js +5 -0
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js.map +1 -0
- package/dist/main/subgraph/events/events.generated.d.ts +74 -0
- package/dist/main/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/main/subgraph/events/events.generated.js +37 -37
- package/dist/main/subgraph/events/events.generated.js.map +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts +38 -0
- package/dist/main/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.js +1 -1
- package/dist/main/subgraph/queries/getAllEvents.generated.js.map +1 -1
- package/dist/main/subgraph/schema.generated.d.ts +643 -40
- package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/module/constants.d.ts +29 -11
- package/dist/module/constants.d.ts.map +1 -1
- package/dist/module/constants.js +98 -68
- package/dist/module/constants.js.map +1 -1
- package/dist/module/events.d.ts +1 -0
- package/dist/module/events.d.ts.map +1 -1
- package/dist/module/index.d.ts +1 -4
- package/dist/module/index.d.ts.map +1 -1
- package/dist/module/index.js +1 -4
- package/dist/module/index.js.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.js +39 -0
- package/dist/module/mapGetAllEventsQueryEvents.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.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +2 -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/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts +46 -0
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -0
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js +27 -0
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js.map +1 -0
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +49 -0
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -0
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js +2 -0
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js.map +1 -0
- package/dist/module/subgraph/events/events.generated.d.ts +74 -0
- package/dist/module/subgraph/events/events.generated.d.ts.map +1 -1
- package/dist/module/subgraph/events/events.generated.js +37 -37
- package/dist/module/subgraph/events/events.generated.js.map +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts +38 -0
- package/dist/module/subgraph/queries/getAllEvents.generated.d.ts.map +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.js +1 -1
- package/dist/module/subgraph/queries/getAllEvents.generated.js.map +1 -1
- package/dist/module/subgraph/schema.generated.d.ts +643 -40
- package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
- package/package.json +6 -2
|
@@ -22,7 +22,234 @@ export interface Scalars {
|
|
|
22
22
|
BigInt: string;
|
|
23
23
|
Bytes: string;
|
|
24
24
|
}
|
|
25
|
+
export interface AccountTokenSnapshotLog_Filter {
|
|
26
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
27
|
+
account?: InputMaybe<Scalars['String']>;
|
|
28
|
+
accountTokenSnapshot?: InputMaybe<Scalars['String']>;
|
|
29
|
+
accountTokenSnapshot_contains?: InputMaybe<Scalars['String']>;
|
|
30
|
+
accountTokenSnapshot_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
31
|
+
accountTokenSnapshot_ends_with?: InputMaybe<Scalars['String']>;
|
|
32
|
+
accountTokenSnapshot_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
33
|
+
accountTokenSnapshot_gt?: InputMaybe<Scalars['String']>;
|
|
34
|
+
accountTokenSnapshot_gte?: InputMaybe<Scalars['String']>;
|
|
35
|
+
accountTokenSnapshot_in?: InputMaybe<Array<Scalars['String']>>;
|
|
36
|
+
accountTokenSnapshot_lt?: InputMaybe<Scalars['String']>;
|
|
37
|
+
accountTokenSnapshot_lte?: InputMaybe<Scalars['String']>;
|
|
38
|
+
accountTokenSnapshot_not?: InputMaybe<Scalars['String']>;
|
|
39
|
+
accountTokenSnapshot_not_contains?: InputMaybe<Scalars['String']>;
|
|
40
|
+
accountTokenSnapshot_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
41
|
+
accountTokenSnapshot_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
42
|
+
accountTokenSnapshot_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
43
|
+
accountTokenSnapshot_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
44
|
+
accountTokenSnapshot_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
45
|
+
accountTokenSnapshot_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
46
|
+
accountTokenSnapshot_starts_with?: InputMaybe<Scalars['String']>;
|
|
47
|
+
accountTokenSnapshot_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
48
|
+
account_contains?: InputMaybe<Scalars['String']>;
|
|
49
|
+
account_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
50
|
+
account_ends_with?: InputMaybe<Scalars['String']>;
|
|
51
|
+
account_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
52
|
+
account_gt?: InputMaybe<Scalars['String']>;
|
|
53
|
+
account_gte?: InputMaybe<Scalars['String']>;
|
|
54
|
+
account_in?: InputMaybe<Array<Scalars['String']>>;
|
|
55
|
+
account_lt?: InputMaybe<Scalars['String']>;
|
|
56
|
+
account_lte?: InputMaybe<Scalars['String']>;
|
|
57
|
+
account_not?: InputMaybe<Scalars['String']>;
|
|
58
|
+
account_not_contains?: InputMaybe<Scalars['String']>;
|
|
59
|
+
account_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
60
|
+
account_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
61
|
+
account_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
62
|
+
account_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
63
|
+
account_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
64
|
+
account_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
65
|
+
account_starts_with?: InputMaybe<Scalars['String']>;
|
|
66
|
+
account_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
67
|
+
balance?: InputMaybe<Scalars['BigInt']>;
|
|
68
|
+
balance_gt?: InputMaybe<Scalars['BigInt']>;
|
|
69
|
+
balance_gte?: InputMaybe<Scalars['BigInt']>;
|
|
70
|
+
balance_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
71
|
+
balance_lt?: InputMaybe<Scalars['BigInt']>;
|
|
72
|
+
balance_lte?: InputMaybe<Scalars['BigInt']>;
|
|
73
|
+
balance_not?: InputMaybe<Scalars['BigInt']>;
|
|
74
|
+
balance_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
75
|
+
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
76
|
+
blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
77
|
+
blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
78
|
+
blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
79
|
+
blockNumber_lt?: InputMaybe<Scalars['BigInt']>;
|
|
80
|
+
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
81
|
+
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
82
|
+
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
83
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
84
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
85
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
86
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
87
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
88
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
89
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
90
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
91
|
+
logIndex?: InputMaybe<Scalars['BigInt']>;
|
|
92
|
+
logIndex_gt?: InputMaybe<Scalars['BigInt']>;
|
|
93
|
+
logIndex_gte?: InputMaybe<Scalars['BigInt']>;
|
|
94
|
+
logIndex_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
95
|
+
logIndex_lt?: InputMaybe<Scalars['BigInt']>;
|
|
96
|
+
logIndex_lte?: InputMaybe<Scalars['BigInt']>;
|
|
97
|
+
logIndex_not?: InputMaybe<Scalars['BigInt']>;
|
|
98
|
+
logIndex_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
99
|
+
maybeCriticalAtTimestamp?: InputMaybe<Scalars['BigInt']>;
|
|
100
|
+
maybeCriticalAtTimestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
101
|
+
maybeCriticalAtTimestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
102
|
+
maybeCriticalAtTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
103
|
+
maybeCriticalAtTimestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
104
|
+
maybeCriticalAtTimestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
105
|
+
maybeCriticalAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
106
|
+
maybeCriticalAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
107
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
108
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
109
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
110
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
111
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
112
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
113
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
114
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
115
|
+
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
116
|
+
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
117
|
+
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
118
|
+
timestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
119
|
+
timestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
120
|
+
timestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
121
|
+
timestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
122
|
+
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
123
|
+
token?: InputMaybe<Scalars['String']>;
|
|
124
|
+
token_contains?: InputMaybe<Scalars['String']>;
|
|
125
|
+
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
126
|
+
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
127
|
+
token_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
128
|
+
token_gt?: InputMaybe<Scalars['String']>;
|
|
129
|
+
token_gte?: InputMaybe<Scalars['String']>;
|
|
130
|
+
token_in?: InputMaybe<Array<Scalars['String']>>;
|
|
131
|
+
token_lt?: InputMaybe<Scalars['String']>;
|
|
132
|
+
token_lte?: InputMaybe<Scalars['String']>;
|
|
133
|
+
token_not?: InputMaybe<Scalars['String']>;
|
|
134
|
+
token_not_contains?: InputMaybe<Scalars['String']>;
|
|
135
|
+
token_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
136
|
+
token_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
137
|
+
token_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
138
|
+
token_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
139
|
+
token_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
140
|
+
token_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
141
|
+
token_starts_with?: InputMaybe<Scalars['String']>;
|
|
142
|
+
token_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
143
|
+
totalAmountStreamed?: InputMaybe<Scalars['BigInt']>;
|
|
144
|
+
totalAmountStreamed_gt?: InputMaybe<Scalars['BigInt']>;
|
|
145
|
+
totalAmountStreamed_gte?: InputMaybe<Scalars['BigInt']>;
|
|
146
|
+
totalAmountStreamed_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
147
|
+
totalAmountStreamed_lt?: InputMaybe<Scalars['BigInt']>;
|
|
148
|
+
totalAmountStreamed_lte?: InputMaybe<Scalars['BigInt']>;
|
|
149
|
+
totalAmountStreamed_not?: InputMaybe<Scalars['BigInt']>;
|
|
150
|
+
totalAmountStreamed_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
151
|
+
totalAmountTransferred?: InputMaybe<Scalars['BigInt']>;
|
|
152
|
+
totalAmountTransferred_gt?: InputMaybe<Scalars['BigInt']>;
|
|
153
|
+
totalAmountTransferred_gte?: InputMaybe<Scalars['BigInt']>;
|
|
154
|
+
totalAmountTransferred_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
155
|
+
totalAmountTransferred_lt?: InputMaybe<Scalars['BigInt']>;
|
|
156
|
+
totalAmountTransferred_lte?: InputMaybe<Scalars['BigInt']>;
|
|
157
|
+
totalAmountTransferred_not?: InputMaybe<Scalars['BigInt']>;
|
|
158
|
+
totalAmountTransferred_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
159
|
+
totalApprovedSubscriptions?: InputMaybe<Scalars['Int']>;
|
|
160
|
+
totalApprovedSubscriptions_gt?: InputMaybe<Scalars['Int']>;
|
|
161
|
+
totalApprovedSubscriptions_gte?: InputMaybe<Scalars['Int']>;
|
|
162
|
+
totalApprovedSubscriptions_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
163
|
+
totalApprovedSubscriptions_lt?: InputMaybe<Scalars['Int']>;
|
|
164
|
+
totalApprovedSubscriptions_lte?: InputMaybe<Scalars['Int']>;
|
|
165
|
+
totalApprovedSubscriptions_not?: InputMaybe<Scalars['Int']>;
|
|
166
|
+
totalApprovedSubscriptions_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
167
|
+
totalDeposit?: InputMaybe<Scalars['BigInt']>;
|
|
168
|
+
totalDeposit_gt?: InputMaybe<Scalars['BigInt']>;
|
|
169
|
+
totalDeposit_gte?: InputMaybe<Scalars['BigInt']>;
|
|
170
|
+
totalDeposit_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
171
|
+
totalDeposit_lt?: InputMaybe<Scalars['BigInt']>;
|
|
172
|
+
totalDeposit_lte?: InputMaybe<Scalars['BigInt']>;
|
|
173
|
+
totalDeposit_not?: InputMaybe<Scalars['BigInt']>;
|
|
174
|
+
totalDeposit_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
175
|
+
totalInflowRate?: InputMaybe<Scalars['BigInt']>;
|
|
176
|
+
totalInflowRate_gt?: InputMaybe<Scalars['BigInt']>;
|
|
177
|
+
totalInflowRate_gte?: InputMaybe<Scalars['BigInt']>;
|
|
178
|
+
totalInflowRate_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
179
|
+
totalInflowRate_lt?: InputMaybe<Scalars['BigInt']>;
|
|
180
|
+
totalInflowRate_lte?: InputMaybe<Scalars['BigInt']>;
|
|
181
|
+
totalInflowRate_not?: InputMaybe<Scalars['BigInt']>;
|
|
182
|
+
totalInflowRate_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
183
|
+
totalNetFlowRate?: InputMaybe<Scalars['BigInt']>;
|
|
184
|
+
totalNetFlowRate_gt?: InputMaybe<Scalars['BigInt']>;
|
|
185
|
+
totalNetFlowRate_gte?: InputMaybe<Scalars['BigInt']>;
|
|
186
|
+
totalNetFlowRate_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
187
|
+
totalNetFlowRate_lt?: InputMaybe<Scalars['BigInt']>;
|
|
188
|
+
totalNetFlowRate_lte?: InputMaybe<Scalars['BigInt']>;
|
|
189
|
+
totalNetFlowRate_not?: InputMaybe<Scalars['BigInt']>;
|
|
190
|
+
totalNetFlowRate_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
191
|
+
totalNumberOfActiveStreams?: InputMaybe<Scalars['Int']>;
|
|
192
|
+
totalNumberOfActiveStreams_gt?: InputMaybe<Scalars['Int']>;
|
|
193
|
+
totalNumberOfActiveStreams_gte?: InputMaybe<Scalars['Int']>;
|
|
194
|
+
totalNumberOfActiveStreams_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
195
|
+
totalNumberOfActiveStreams_lt?: InputMaybe<Scalars['Int']>;
|
|
196
|
+
totalNumberOfActiveStreams_lte?: InputMaybe<Scalars['Int']>;
|
|
197
|
+
totalNumberOfActiveStreams_not?: InputMaybe<Scalars['Int']>;
|
|
198
|
+
totalNumberOfActiveStreams_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
199
|
+
totalNumberOfClosedStreams?: InputMaybe<Scalars['Int']>;
|
|
200
|
+
totalNumberOfClosedStreams_gt?: InputMaybe<Scalars['Int']>;
|
|
201
|
+
totalNumberOfClosedStreams_gte?: InputMaybe<Scalars['Int']>;
|
|
202
|
+
totalNumberOfClosedStreams_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
203
|
+
totalNumberOfClosedStreams_lt?: InputMaybe<Scalars['Int']>;
|
|
204
|
+
totalNumberOfClosedStreams_lte?: InputMaybe<Scalars['Int']>;
|
|
205
|
+
totalNumberOfClosedStreams_not?: InputMaybe<Scalars['Int']>;
|
|
206
|
+
totalNumberOfClosedStreams_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
207
|
+
totalOutflowRate?: InputMaybe<Scalars['BigInt']>;
|
|
208
|
+
totalOutflowRate_gt?: InputMaybe<Scalars['BigInt']>;
|
|
209
|
+
totalOutflowRate_gte?: InputMaybe<Scalars['BigInt']>;
|
|
210
|
+
totalOutflowRate_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
211
|
+
totalOutflowRate_lt?: InputMaybe<Scalars['BigInt']>;
|
|
212
|
+
totalOutflowRate_lte?: InputMaybe<Scalars['BigInt']>;
|
|
213
|
+
totalOutflowRate_not?: InputMaybe<Scalars['BigInt']>;
|
|
214
|
+
totalOutflowRate_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
215
|
+
totalSubscriptionsWithUnits?: InputMaybe<Scalars['Int']>;
|
|
216
|
+
totalSubscriptionsWithUnits_gt?: InputMaybe<Scalars['Int']>;
|
|
217
|
+
totalSubscriptionsWithUnits_gte?: InputMaybe<Scalars['Int']>;
|
|
218
|
+
totalSubscriptionsWithUnits_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
219
|
+
totalSubscriptionsWithUnits_lt?: InputMaybe<Scalars['Int']>;
|
|
220
|
+
totalSubscriptionsWithUnits_lte?: InputMaybe<Scalars['Int']>;
|
|
221
|
+
totalSubscriptionsWithUnits_not?: InputMaybe<Scalars['Int']>;
|
|
222
|
+
totalSubscriptionsWithUnits_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
223
|
+
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
224
|
+
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
225
|
+
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
226
|
+
transactionHash_not?: InputMaybe<Scalars['Bytes']>;
|
|
227
|
+
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
228
|
+
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
229
|
+
triggeredByEventName?: InputMaybe<Scalars['String']>;
|
|
230
|
+
triggeredByEventName_contains?: InputMaybe<Scalars['String']>;
|
|
231
|
+
triggeredByEventName_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
232
|
+
triggeredByEventName_ends_with?: InputMaybe<Scalars['String']>;
|
|
233
|
+
triggeredByEventName_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
234
|
+
triggeredByEventName_gt?: InputMaybe<Scalars['String']>;
|
|
235
|
+
triggeredByEventName_gte?: InputMaybe<Scalars['String']>;
|
|
236
|
+
triggeredByEventName_in?: InputMaybe<Array<Scalars['String']>>;
|
|
237
|
+
triggeredByEventName_lt?: InputMaybe<Scalars['String']>;
|
|
238
|
+
triggeredByEventName_lte?: InputMaybe<Scalars['String']>;
|
|
239
|
+
triggeredByEventName_not?: InputMaybe<Scalars['String']>;
|
|
240
|
+
triggeredByEventName_not_contains?: InputMaybe<Scalars['String']>;
|
|
241
|
+
triggeredByEventName_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
242
|
+
triggeredByEventName_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
243
|
+
triggeredByEventName_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
244
|
+
triggeredByEventName_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
245
|
+
triggeredByEventName_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
246
|
+
triggeredByEventName_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
247
|
+
triggeredByEventName_starts_with?: InputMaybe<Scalars['String']>;
|
|
248
|
+
triggeredByEventName_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
249
|
+
}
|
|
250
|
+
export declare type AccountTokenSnapshotLog_OrderBy = 'account' | 'accountTokenSnapshot' | 'balance' | 'blockNumber' | 'id' | 'logIndex' | 'maybeCriticalAtTimestamp' | 'order' | 'timestamp' | 'token' | 'totalAmountStreamed' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'transactionHash' | 'triggeredByEventName';
|
|
25
251
|
export interface AccountTokenSnapshot_Filter {
|
|
252
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
26
253
|
account?: InputMaybe<Scalars['String']>;
|
|
27
254
|
account_contains?: InputMaybe<Scalars['String']>;
|
|
28
255
|
account_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
@@ -59,6 +286,18 @@ export interface AccountTokenSnapshot_Filter {
|
|
|
59
286
|
id_lte?: InputMaybe<Scalars['ID']>;
|
|
60
287
|
id_not?: InputMaybe<Scalars['ID']>;
|
|
61
288
|
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
289
|
+
isLiquidationEstimateOptimistic?: InputMaybe<Scalars['Boolean']>;
|
|
290
|
+
isLiquidationEstimateOptimistic_in?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
291
|
+
isLiquidationEstimateOptimistic_not?: InputMaybe<Scalars['Boolean']>;
|
|
292
|
+
isLiquidationEstimateOptimistic_not_in?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
293
|
+
maybeCriticalAtTimestamp?: InputMaybe<Scalars['BigInt']>;
|
|
294
|
+
maybeCriticalAtTimestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
295
|
+
maybeCriticalAtTimestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
296
|
+
maybeCriticalAtTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
297
|
+
maybeCriticalAtTimestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
298
|
+
maybeCriticalAtTimestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
299
|
+
maybeCriticalAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
300
|
+
maybeCriticalAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
62
301
|
token?: InputMaybe<Scalars['String']>;
|
|
63
302
|
token_contains?: InputMaybe<Scalars['String']>;
|
|
64
303
|
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
@@ -176,8 +415,9 @@ export interface AccountTokenSnapshot_Filter {
|
|
|
176
415
|
updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
177
416
|
updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
178
417
|
}
|
|
179
|
-
export declare type AccountTokenSnapshot_OrderBy = 'account' | 'balanceUntilUpdatedAt' | 'flowOperators' | 'id' | 'token' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
418
|
+
export declare type AccountTokenSnapshot_OrderBy = 'account' | 'accountTokenSnapshotLogs' | 'balanceUntilUpdatedAt' | 'flowOperators' | 'id' | 'isLiquidationEstimateOptimistic' | 'maybeCriticalAtTimestamp' | 'token' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
180
419
|
export interface Account_Filter {
|
|
420
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
181
421
|
createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
182
422
|
createdAtBlockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
183
423
|
createdAtBlockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -225,6 +465,7 @@ export interface Account_Filter {
|
|
|
225
465
|
}
|
|
226
466
|
export declare type Account_OrderBy = 'accountTokenSnapshots' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'inflows' | 'isSuperApp' | 'outflows' | 'publishedIndexes' | 'receivedTransferEvents' | 'sentTransferEvents' | 'subscriptions' | 'tokenDowngradedEvents' | 'tokenUpgradedEvents' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
227
467
|
export interface AgreementClassRegisteredEvent_Filter {
|
|
468
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
228
469
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
229
470
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
230
471
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -287,6 +528,14 @@ export interface AgreementClassRegisteredEvent_Filter {
|
|
|
287
528
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
288
529
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
289
530
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
531
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
532
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
533
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
534
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
535
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
536
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
537
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
538
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
290
539
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
291
540
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
292
541
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -302,8 +551,9 @@ export interface AgreementClassRegisteredEvent_Filter {
|
|
|
302
551
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
303
552
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
304
553
|
}
|
|
305
|
-
export declare type AgreementClassRegisteredEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'transactionHash';
|
|
554
|
+
export declare type AgreementClassRegisteredEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
306
555
|
export interface AgreementClassUpdatedEvent_Filter {
|
|
556
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
307
557
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
308
558
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
309
559
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -366,6 +616,14 @@ export interface AgreementClassUpdatedEvent_Filter {
|
|
|
366
616
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
367
617
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
368
618
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
619
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
620
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
621
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
622
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
623
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
624
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
625
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
626
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
369
627
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
370
628
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
371
629
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -381,8 +639,9 @@ export interface AgreementClassUpdatedEvent_Filter {
|
|
|
381
639
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
382
640
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
383
641
|
}
|
|
384
|
-
export declare type AgreementClassUpdatedEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'transactionHash';
|
|
642
|
+
export declare type AgreementClassUpdatedEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
385
643
|
export interface AgreementLiquidatedByEvent_Filter {
|
|
644
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
386
645
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
387
646
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
388
647
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -465,6 +724,14 @@ export interface AgreementLiquidatedByEvent_Filter {
|
|
|
465
724
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
466
725
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
467
726
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
727
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
728
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
729
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
730
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
731
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
732
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
733
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
734
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
468
735
|
penaltyAccount?: InputMaybe<Scalars['Bytes']>;
|
|
469
736
|
penaltyAccount_contains?: InputMaybe<Scalars['Bytes']>;
|
|
470
737
|
penaltyAccount_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -500,8 +767,9 @@ export interface AgreementLiquidatedByEvent_Filter {
|
|
|
500
767
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
501
768
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
502
769
|
}
|
|
503
|
-
export declare type AgreementLiquidatedByEvent_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'bailoutAmount' | 'blockNumber' | 'bondAccount' | 'id' | 'liquidatorAccount' | 'logIndex' | 'name' | 'penaltyAccount' | 'rewardAmount' | 'timestamp' | 'token' | 'transactionHash';
|
|
770
|
+
export declare type AgreementLiquidatedByEvent_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'bailoutAmount' | 'blockNumber' | 'bondAccount' | 'id' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'penaltyAccount' | 'rewardAmount' | 'timestamp' | 'token' | 'transactionHash';
|
|
504
771
|
export interface AgreementLiquidatedV2Event_Filter {
|
|
772
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
505
773
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
506
774
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
507
775
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -578,6 +846,14 @@ export interface AgreementLiquidatedV2Event_Filter {
|
|
|
578
846
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
579
847
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
580
848
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
849
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
850
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
851
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
852
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
853
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
854
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
855
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
856
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
581
857
|
rewardAccount?: InputMaybe<Scalars['Bytes']>;
|
|
582
858
|
rewardAccount_contains?: InputMaybe<Scalars['Bytes']>;
|
|
583
859
|
rewardAccount_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -635,8 +911,9 @@ export interface AgreementLiquidatedV2Event_Filter {
|
|
|
635
911
|
version_not?: InputMaybe<Scalars['BigInt']>;
|
|
636
912
|
version_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
637
913
|
}
|
|
638
|
-
export declare type AgreementLiquidatedV2Event_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'blockNumber' | 'id' | 'liquidationType' | 'liquidatorAccount' | 'logIndex' | 'name' | 'rewardAccount' | 'rewardAmount' | 'targetAccount' | 'targetAccountBalanceDelta' | 'timestamp' | 'token' | 'transactionHash' | 'version';
|
|
914
|
+
export declare type AgreementLiquidatedV2Event_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'blockNumber' | 'id' | 'liquidationType' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'rewardAccount' | 'rewardAmount' | 'targetAccount' | 'targetAccountBalanceDelta' | 'timestamp' | 'token' | 'transactionHash' | 'version';
|
|
639
915
|
export interface AppRegisteredEvent_Filter {
|
|
916
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
640
917
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
641
918
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
642
919
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -693,6 +970,14 @@ export interface AppRegisteredEvent_Filter {
|
|
|
693
970
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
694
971
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
695
972
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
973
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
974
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
975
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
976
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
977
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
978
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
979
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
980
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
696
981
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
697
982
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
698
983
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -708,13 +993,17 @@ export interface AppRegisteredEvent_Filter {
|
|
|
708
993
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
709
994
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
710
995
|
}
|
|
711
|
-
export declare type AppRegisteredEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'transactionHash';
|
|
996
|
+
export declare type AppRegisteredEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
997
|
+
export interface BlockChangedFilter {
|
|
998
|
+
number_gte: Scalars['Int'];
|
|
999
|
+
}
|
|
712
1000
|
export interface Block_Height {
|
|
713
1001
|
hash?: InputMaybe<Scalars['Bytes']>;
|
|
714
1002
|
number?: InputMaybe<Scalars['Int']>;
|
|
715
1003
|
number_gte?: InputMaybe<Scalars['Int']>;
|
|
716
1004
|
}
|
|
717
1005
|
export interface BurnedEvent_Filter {
|
|
1006
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
718
1007
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
719
1008
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
720
1009
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -797,6 +1086,14 @@ export interface BurnedEvent_Filter {
|
|
|
797
1086
|
operator_not?: InputMaybe<Scalars['Bytes']>;
|
|
798
1087
|
operator_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
799
1088
|
operator_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1089
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
1090
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1091
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1092
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1093
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1094
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1095
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
1096
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
800
1097
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
801
1098
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
802
1099
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -812,8 +1109,9 @@ export interface BurnedEvent_Filter {
|
|
|
812
1109
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
813
1110
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
814
1111
|
}
|
|
815
|
-
export declare type BurnedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'timestamp' | 'transactionHash';
|
|
1112
|
+
export declare type BurnedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'transactionHash';
|
|
816
1113
|
export interface CfAv1LiquidationPeriodChangedEvent_Filter {
|
|
1114
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
817
1115
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
818
1116
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
819
1117
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -882,6 +1180,14 @@ export interface CfAv1LiquidationPeriodChangedEvent_Filter {
|
|
|
882
1180
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
883
1181
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
884
1182
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1183
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
1184
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1185
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1186
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1187
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1188
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1189
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
1190
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
885
1191
|
superToken?: InputMaybe<Scalars['Bytes']>;
|
|
886
1192
|
superToken_contains?: InputMaybe<Scalars['Bytes']>;
|
|
887
1193
|
superToken_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -903,8 +1209,9 @@ export interface CfAv1LiquidationPeriodChangedEvent_Filter {
|
|
|
903
1209
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
904
1210
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
905
1211
|
}
|
|
906
|
-
export declare type CfAv1LiquidationPeriodChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
1212
|
+
export declare type CfAv1LiquidationPeriodChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
907
1213
|
export interface ConfigChangedEvent_Filter {
|
|
1214
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
908
1215
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
909
1216
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
910
1217
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -971,6 +1278,14 @@ export interface ConfigChangedEvent_Filter {
|
|
|
971
1278
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
972
1279
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
973
1280
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1281
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
1282
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1283
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1284
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1285
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1286
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1287
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
1288
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
974
1289
|
superToken?: InputMaybe<Scalars['Bytes']>;
|
|
975
1290
|
superToken_contains?: InputMaybe<Scalars['Bytes']>;
|
|
976
1291
|
superToken_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1000,8 +1315,9 @@ export interface ConfigChangedEvent_Filter {
|
|
|
1000
1315
|
value_not?: InputMaybe<Scalars['BigInt']>;
|
|
1001
1316
|
value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1002
1317
|
}
|
|
1003
|
-
export declare type ConfigChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'key' | 'logIndex' | 'name' | 'superToken' | 'timestamp' | 'transactionHash' | 'value';
|
|
1318
|
+
export declare type ConfigChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'key' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash' | 'value';
|
|
1004
1319
|
export interface CustomSuperTokenCreatedEvent_Filter {
|
|
1320
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1005
1321
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1006
1322
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1007
1323
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1052,6 +1368,14 @@ export interface CustomSuperTokenCreatedEvent_Filter {
|
|
|
1052
1368
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1053
1369
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
1054
1370
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1371
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
1372
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1373
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1374
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1375
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1376
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1377
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
1378
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1055
1379
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
1056
1380
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1057
1381
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -1073,8 +1397,9 @@ export interface CustomSuperTokenCreatedEvent_Filter {
|
|
|
1073
1397
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1074
1398
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1075
1399
|
}
|
|
1076
|
-
export declare type CustomSuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'token' | 'transactionHash';
|
|
1400
|
+
export declare type CustomSuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
1077
1401
|
export interface Event_Filter {
|
|
1402
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1078
1403
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1079
1404
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1080
1405
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1125,6 +1450,14 @@ export interface Event_Filter {
|
|
|
1125
1450
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1126
1451
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
1127
1452
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1453
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
1454
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1455
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1456
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1457
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1458
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1459
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
1460
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1128
1461
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
1129
1462
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1130
1463
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -1140,8 +1473,9 @@ export interface Event_Filter {
|
|
|
1140
1473
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1141
1474
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1142
1475
|
}
|
|
1143
|
-
export declare type Event_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'transactionHash';
|
|
1476
|
+
export declare type Event_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
1144
1477
|
export interface FlowOperatorUpdatedEvent_Filter {
|
|
1478
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1145
1479
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1146
1480
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1147
1481
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1220,6 +1554,14 @@ export interface FlowOperatorUpdatedEvent_Filter {
|
|
|
1220
1554
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1221
1555
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
1222
1556
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1557
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
1558
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1559
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1560
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1561
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1562
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1563
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
1564
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1223
1565
|
permissions?: InputMaybe<Scalars['Int']>;
|
|
1224
1566
|
permissions_gt?: InputMaybe<Scalars['Int']>;
|
|
1225
1567
|
permissions_gte?: InputMaybe<Scalars['Int']>;
|
|
@@ -1255,8 +1597,9 @@ export interface FlowOperatorUpdatedEvent_Filter {
|
|
|
1255
1597
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1256
1598
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1257
1599
|
}
|
|
1258
|
-
export declare type FlowOperatorUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'flowOperator' | 'flowRateAllowance' | 'id' | 'logIndex' | 'name' | 'permissions' | 'sender' | 'timestamp' | 'token' | 'transactionHash';
|
|
1600
|
+
export declare type FlowOperatorUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'flowOperator' | 'flowRateAllowance' | 'id' | 'logIndex' | 'name' | 'order' | 'permissions' | 'sender' | 'timestamp' | 'token' | 'transactionHash';
|
|
1259
1601
|
export interface FlowOperator_Filter {
|
|
1602
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1260
1603
|
accountTokenSnapshot?: InputMaybe<Scalars['String']>;
|
|
1261
1604
|
accountTokenSnapshot_contains?: InputMaybe<Scalars['String']>;
|
|
1262
1605
|
accountTokenSnapshot_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
@@ -1390,6 +1733,7 @@ export interface FlowOperator_Filter {
|
|
|
1390
1733
|
}
|
|
1391
1734
|
export declare type FlowOperator_OrderBy = 'accountTokenSnapshot' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'flowOperator' | 'flowOperatorUpdatedEvents' | 'flowRateAllowanceGranted' | 'flowRateAllowanceRemaining' | 'id' | 'permissions' | 'sender' | 'token' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
1392
1735
|
export interface FlowUpdatedEvent_Filter {
|
|
1736
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1393
1737
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1394
1738
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1395
1739
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1470,6 +1814,14 @@ export interface FlowUpdatedEvent_Filter {
|
|
|
1470
1814
|
oldFlowRate_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1471
1815
|
oldFlowRate_not?: InputMaybe<Scalars['BigInt']>;
|
|
1472
1816
|
oldFlowRate_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1817
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
1818
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1819
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1820
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1821
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1822
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1823
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
1824
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1473
1825
|
receiver?: InputMaybe<Scalars['Bytes']>;
|
|
1474
1826
|
receiver_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1475
1827
|
receiver_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1561,8 +1913,9 @@ export interface FlowUpdatedEvent_Filter {
|
|
|
1561
1913
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1562
1914
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1563
1915
|
}
|
|
1564
|
-
export declare type FlowUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'deposit' | 'flowOperator' | 'flowRate' | 'id' | 'logIndex' | 'name' | 'oldFlowRate' | 'receiver' | 'sender' | 'stream' | 'timestamp' | 'token' | 'totalAmountStreamedUntilTimestamp' | 'totalReceiverFlowRate' | 'totalSenderFlowRate' | 'transactionHash' | 'type' | 'userData';
|
|
1916
|
+
export declare type FlowUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'deposit' | 'flowOperator' | 'flowRate' | 'id' | 'logIndex' | 'name' | 'oldFlowRate' | 'order' | 'receiver' | 'sender' | 'stream' | 'timestamp' | 'token' | 'totalAmountStreamedUntilTimestamp' | 'totalReceiverFlowRate' | 'totalSenderFlowRate' | 'transactionHash' | 'type' | 'userData';
|
|
1565
1917
|
export interface GovernanceReplacedEvent_Filter {
|
|
1918
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1566
1919
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1567
1920
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1568
1921
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1625,6 +1978,14 @@ export interface GovernanceReplacedEvent_Filter {
|
|
|
1625
1978
|
oldGovernance_not?: InputMaybe<Scalars['Bytes']>;
|
|
1626
1979
|
oldGovernance_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1627
1980
|
oldGovernance_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1981
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
1982
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1983
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1984
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1985
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1986
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1987
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
1988
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1628
1989
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
1629
1990
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1630
1991
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -1640,8 +2001,9 @@ export interface GovernanceReplacedEvent_Filter {
|
|
|
1640
2001
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1641
2002
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1642
2003
|
}
|
|
1643
|
-
export declare type GovernanceReplacedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newGovernance' | 'oldGovernance' | 'timestamp' | 'transactionHash';
|
|
2004
|
+
export declare type GovernanceReplacedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newGovernance' | 'oldGovernance' | 'order' | 'timestamp' | 'transactionHash';
|
|
1644
2005
|
export interface IndexCreatedEvent_Filter {
|
|
2006
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1645
2007
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1646
2008
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1647
2009
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1720,6 +2082,14 @@ export interface IndexCreatedEvent_Filter {
|
|
|
1720
2082
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1721
2083
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
1722
2084
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2085
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
2086
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2087
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2088
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2089
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2090
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2091
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
2092
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1723
2093
|
publisher?: InputMaybe<Scalars['Bytes']>;
|
|
1724
2094
|
publisher_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1725
2095
|
publisher_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1753,8 +2123,9 @@ export interface IndexCreatedEvent_Filter {
|
|
|
1753
2123
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1754
2124
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1755
2125
|
}
|
|
1756
|
-
export declare type IndexCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'publisher' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2126
|
+
export declare type IndexCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
1757
2127
|
export interface IndexDistributionClaimedEvent_Filter {
|
|
2128
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1758
2129
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1759
2130
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1760
2131
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1841,6 +2212,14 @@ export interface IndexDistributionClaimedEvent_Filter {
|
|
|
1841
2212
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1842
2213
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
1843
2214
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2215
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
2216
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2217
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2218
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2219
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2220
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2221
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
2222
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1844
2223
|
publisher?: InputMaybe<Scalars['Bytes']>;
|
|
1845
2224
|
publisher_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1846
2225
|
publisher_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1874,8 +2253,9 @@ export interface IndexDistributionClaimedEvent_Filter {
|
|
|
1874
2253
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1875
2254
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1876
2255
|
}
|
|
1877
|
-
export declare type IndexDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash';
|
|
2256
|
+
export declare type IndexDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash';
|
|
1878
2257
|
export interface IndexSubscribedEvent_Filter {
|
|
2258
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1879
2259
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1880
2260
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1881
2261
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1954,6 +2334,14 @@ export interface IndexSubscribedEvent_Filter {
|
|
|
1954
2334
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1955
2335
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
1956
2336
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2337
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
2338
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2339
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2340
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2341
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2342
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2343
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
2344
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1957
2345
|
publisher?: InputMaybe<Scalars['Bytes']>;
|
|
1958
2346
|
publisher_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1959
2347
|
publisher_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1993,8 +2381,9 @@ export interface IndexSubscribedEvent_Filter {
|
|
|
1993
2381
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1994
2382
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1995
2383
|
}
|
|
1996
|
-
export declare type IndexSubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2384
|
+
export declare type IndexSubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
1997
2385
|
export interface IndexSubscription_Filter {
|
|
2386
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1998
2387
|
approved?: InputMaybe<Scalars['Boolean']>;
|
|
1999
2388
|
approved_in?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
2000
2389
|
approved_not?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -2106,6 +2495,7 @@ export interface IndexSubscription_Filter {
|
|
|
2106
2495
|
}
|
|
2107
2496
|
export declare type IndexSubscription_OrderBy = 'approved' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'index' | 'indexValueUntilUpdatedAt' | 'subscriber' | 'subscriptionApprovedEvents' | 'subscriptionDistributionClaimedEvents' | 'subscriptionRevokedEvents' | 'subscriptionUnitsUpdatedEvents' | 'totalAmountReceivedUntilUpdatedAt' | 'units' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
2108
2497
|
export interface IndexUnitsUpdatedEvent_Filter {
|
|
2498
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2109
2499
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2110
2500
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2111
2501
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2192,6 +2582,14 @@ export interface IndexUnitsUpdatedEvent_Filter {
|
|
|
2192
2582
|
oldUnits_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2193
2583
|
oldUnits_not?: InputMaybe<Scalars['BigInt']>;
|
|
2194
2584
|
oldUnits_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2585
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
2586
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2587
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2588
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2589
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2590
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2591
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
2592
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2195
2593
|
publisher?: InputMaybe<Scalars['Bytes']>;
|
|
2196
2594
|
publisher_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2197
2595
|
publisher_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2239,8 +2637,9 @@ export interface IndexUnitsUpdatedEvent_Filter {
|
|
|
2239
2637
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2240
2638
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2241
2639
|
}
|
|
2242
|
-
export declare type IndexUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
2640
|
+
export declare type IndexUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
2243
2641
|
export interface IndexUnsubscribedEvent_Filter {
|
|
2642
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2244
2643
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2245
2644
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2246
2645
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2319,6 +2718,14 @@ export interface IndexUnsubscribedEvent_Filter {
|
|
|
2319
2718
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2320
2719
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
2321
2720
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2721
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
2722
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2723
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2724
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2725
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2726
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2727
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
2728
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2322
2729
|
publisher?: InputMaybe<Scalars['Bytes']>;
|
|
2323
2730
|
publisher_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2324
2731
|
publisher_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2358,8 +2765,9 @@ export interface IndexUnsubscribedEvent_Filter {
|
|
|
2358
2765
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2359
2766
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2360
2767
|
}
|
|
2361
|
-
export declare type IndexUnsubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2768
|
+
export declare type IndexUnsubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2362
2769
|
export interface IndexUpdatedEvent_Filter {
|
|
2770
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2363
2771
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2364
2772
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2365
2773
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2454,6 +2862,14 @@ export interface IndexUpdatedEvent_Filter {
|
|
|
2454
2862
|
oldIndexValue_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2455
2863
|
oldIndexValue_not?: InputMaybe<Scalars['BigInt']>;
|
|
2456
2864
|
oldIndexValue_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2865
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
2866
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2867
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2868
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2869
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2870
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2871
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
2872
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2457
2873
|
publisher?: InputMaybe<Scalars['Bytes']>;
|
|
2458
2874
|
publisher_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2459
2875
|
publisher_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2503,8 +2919,9 @@ export interface IndexUpdatedEvent_Filter {
|
|
|
2503
2919
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2504
2920
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2505
2921
|
}
|
|
2506
|
-
export declare type IndexUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'newIndexValue' | 'oldIndexValue' | 'publisher' | 'timestamp' | 'token' | 'totalUnitsApproved' | 'totalUnitsPending' | 'transactionHash' | 'userData';
|
|
2922
|
+
export declare type IndexUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'newIndexValue' | 'oldIndexValue' | 'order' | 'publisher' | 'timestamp' | 'token' | 'totalUnitsApproved' | 'totalUnitsPending' | 'transactionHash' | 'userData';
|
|
2507
2923
|
export interface Index_Filter {
|
|
2924
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2508
2925
|
createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
2509
2926
|
createdAtBlockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2510
2927
|
createdAtBlockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -2664,6 +3081,7 @@ export interface Index_Filter {
|
|
|
2664
3081
|
}
|
|
2665
3082
|
export declare type Index_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'indexCreatedEvent' | 'indexDistributionClaimedEvents' | 'indexId' | 'indexSubscribedEvents' | 'indexUnitsUpdatedEvents' | 'indexUnsubscribedEvents' | 'indexUpdatedEvents' | 'indexValue' | 'publisher' | 'subscriptions' | 'token' | 'totalAmountDistributedUntilUpdatedAt' | 'totalSubscriptionsWithUnits' | 'totalUnits' | 'totalUnitsApproved' | 'totalUnitsPending' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
2666
3083
|
export interface JailEvent_Filter {
|
|
3084
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2667
3085
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2668
3086
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2669
3087
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2720,6 +3138,14 @@ export interface JailEvent_Filter {
|
|
|
2720
3138
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2721
3139
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
2722
3140
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3141
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
3142
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3143
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3144
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3145
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3146
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3147
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
3148
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2723
3149
|
reason?: InputMaybe<Scalars['BigInt']>;
|
|
2724
3150
|
reason_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2725
3151
|
reason_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -2743,8 +3169,9 @@ export interface JailEvent_Filter {
|
|
|
2743
3169
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2744
3170
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2745
3171
|
}
|
|
2746
|
-
export declare type JailEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'reason' | 'timestamp' | 'transactionHash';
|
|
3172
|
+
export declare type JailEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'reason' | 'timestamp' | 'transactionHash';
|
|
2747
3173
|
export interface MintedEvent_Filter {
|
|
3174
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2748
3175
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2749
3176
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2750
3177
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2821,6 +3248,14 @@ export interface MintedEvent_Filter {
|
|
|
2821
3248
|
operator_not?: InputMaybe<Scalars['Bytes']>;
|
|
2822
3249
|
operator_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2823
3250
|
operator_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3251
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
3252
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3253
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3254
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3255
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3256
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3257
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
3258
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2824
3259
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
2825
3260
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2826
3261
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -2842,9 +3277,10 @@ export interface MintedEvent_Filter {
|
|
|
2842
3277
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2843
3278
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2844
3279
|
}
|
|
2845
|
-
export declare type MintedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'timestamp' | 'to' | 'transactionHash';
|
|
3280
|
+
export declare type MintedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'transactionHash';
|
|
2846
3281
|
export declare type OrderDirection = 'asc' | 'desc';
|
|
2847
3282
|
export interface PppConfigurationChangedEvent_Filter {
|
|
3283
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2848
3284
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2849
3285
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2850
3286
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2913,6 +3349,14 @@ export interface PppConfigurationChangedEvent_Filter {
|
|
|
2913
3349
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2914
3350
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
2915
3351
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3352
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
3353
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3354
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3355
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3356
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3357
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3358
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
3359
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2916
3360
|
patricianPeriod?: InputMaybe<Scalars['BigInt']>;
|
|
2917
3361
|
patricianPeriod_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2918
3362
|
patricianPeriod_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -2942,8 +3386,9 @@ export interface PppConfigurationChangedEvent_Filter {
|
|
|
2942
3386
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2943
3387
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2944
3388
|
}
|
|
2945
|
-
export declare type PppConfigurationChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'patricianPeriod' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
3389
|
+
export declare type PppConfigurationChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'patricianPeriod' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
2946
3390
|
export interface RewardAddressChangedEvent_Filter {
|
|
3391
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2947
3392
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2948
3393
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2949
3394
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3004,6 +3449,14 @@ export interface RewardAddressChangedEvent_Filter {
|
|
|
3004
3449
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3005
3450
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
3006
3451
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3452
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
3453
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3454
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3455
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3456
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3457
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3458
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
3459
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3007
3460
|
rewardAddress?: InputMaybe<Scalars['Bytes']>;
|
|
3008
3461
|
rewardAddress_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3009
3462
|
rewardAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3031,8 +3484,9 @@ export interface RewardAddressChangedEvent_Filter {
|
|
|
3031
3484
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3032
3485
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3033
3486
|
}
|
|
3034
|
-
export declare type RewardAddressChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'rewardAddress' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
3487
|
+
export declare type RewardAddressChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'rewardAddress' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
3035
3488
|
export interface RoleAdminChangedEvent_Filter {
|
|
3489
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3036
3490
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3037
3491
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3038
3492
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3089,6 +3543,14 @@ export interface RoleAdminChangedEvent_Filter {
|
|
|
3089
3543
|
newAdminRole_not?: InputMaybe<Scalars['Bytes']>;
|
|
3090
3544
|
newAdminRole_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3091
3545
|
newAdminRole_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3546
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
3547
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3548
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3549
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3550
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3551
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3552
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
3553
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3092
3554
|
previousAdminRole?: InputMaybe<Scalars['Bytes']>;
|
|
3093
3555
|
previousAdminRole_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3094
3556
|
previousAdminRole_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3116,8 +3578,9 @@ export interface RoleAdminChangedEvent_Filter {
|
|
|
3116
3578
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3117
3579
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3118
3580
|
}
|
|
3119
|
-
export declare type RoleAdminChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newAdminRole' | 'previousAdminRole' | 'role' | 'timestamp' | 'transactionHash';
|
|
3581
|
+
export declare type RoleAdminChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newAdminRole' | 'order' | 'previousAdminRole' | 'role' | 'timestamp' | 'transactionHash';
|
|
3120
3582
|
export interface RoleGrantedEvent_Filter {
|
|
3583
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3121
3584
|
account?: InputMaybe<Scalars['Bytes']>;
|
|
3122
3585
|
account_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3123
3586
|
account_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3174,6 +3637,14 @@ export interface RoleGrantedEvent_Filter {
|
|
|
3174
3637
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3175
3638
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
3176
3639
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3640
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
3641
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3642
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3643
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3644
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3645
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3646
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
3647
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3177
3648
|
role?: InputMaybe<Scalars['Bytes']>;
|
|
3178
3649
|
role_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3179
3650
|
role_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3201,8 +3672,9 @@ export interface RoleGrantedEvent_Filter {
|
|
|
3201
3672
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3202
3673
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3203
3674
|
}
|
|
3204
|
-
export declare type RoleGrantedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
|
|
3675
|
+
export declare type RoleGrantedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
|
|
3205
3676
|
export interface RoleRevokedEvent_Filter {
|
|
3677
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3206
3678
|
account?: InputMaybe<Scalars['Bytes']>;
|
|
3207
3679
|
account_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3208
3680
|
account_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3259,6 +3731,14 @@ export interface RoleRevokedEvent_Filter {
|
|
|
3259
3731
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3260
3732
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
3261
3733
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3734
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
3735
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3736
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3737
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3738
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3739
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3740
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
3741
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3262
3742
|
role?: InputMaybe<Scalars['Bytes']>;
|
|
3263
3743
|
role_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3264
3744
|
role_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3286,8 +3766,9 @@ export interface RoleRevokedEvent_Filter {
|
|
|
3286
3766
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3287
3767
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3288
3768
|
}
|
|
3289
|
-
export declare type RoleRevokedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
|
|
3769
|
+
export declare type RoleRevokedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
|
|
3290
3770
|
export interface SfMeta_Filter {
|
|
3771
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3291
3772
|
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
3292
3773
|
blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3293
3774
|
blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -3355,6 +3836,7 @@ export interface SfMeta_Filter {
|
|
|
3355
3836
|
}
|
|
3356
3837
|
export declare type SfMeta_OrderBy = 'blockNumber' | 'branch' | 'configuration' | 'id' | 'timestamp';
|
|
3357
3838
|
export interface SentEvent_Filter {
|
|
3839
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3358
3840
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3359
3841
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3360
3842
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3437,6 +3919,14 @@ export interface SentEvent_Filter {
|
|
|
3437
3919
|
operator_not?: InputMaybe<Scalars['Bytes']>;
|
|
3438
3920
|
operator_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3439
3921
|
operator_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3922
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
3923
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3924
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3925
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3926
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3927
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3928
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
3929
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3440
3930
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
3441
3931
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3442
3932
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -3458,8 +3948,9 @@ export interface SentEvent_Filter {
|
|
|
3458
3948
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3459
3949
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3460
3950
|
}
|
|
3461
|
-
export declare type SentEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'timestamp' | 'to' | 'transactionHash';
|
|
3951
|
+
export declare type SentEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'transactionHash';
|
|
3462
3952
|
export interface StreamPeriod_Filter {
|
|
3953
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3463
3954
|
deposit?: InputMaybe<Scalars['BigInt']>;
|
|
3464
3955
|
deposit_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3465
3956
|
deposit_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -3647,6 +4138,7 @@ export interface StreamPeriod_Filter {
|
|
|
3647
4138
|
}
|
|
3648
4139
|
export declare type StreamPeriod_OrderBy = 'deposit' | 'flowRate' | 'id' | 'receiver' | 'sender' | 'startedAtBlockNumber' | 'startedAtEvent' | 'startedAtTimestamp' | 'stoppedAtBlockNumber' | 'stoppedAtEvent' | 'stoppedAtTimestamp' | 'stream' | 'token' | 'totalAmountStreamed';
|
|
3649
4140
|
export interface StreamRevision_Filter {
|
|
4141
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3650
4142
|
id?: InputMaybe<Scalars['ID']>;
|
|
3651
4143
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
3652
4144
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -3674,6 +4166,7 @@ export interface StreamRevision_Filter {
|
|
|
3674
4166
|
}
|
|
3675
4167
|
export declare type StreamRevision_OrderBy = 'id' | 'periodRevisionIndex' | 'revisionIndex';
|
|
3676
4168
|
export interface Stream_Filter {
|
|
4169
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3677
4170
|
createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
3678
4171
|
createdAtBlockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3679
4172
|
createdAtBlockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -3801,6 +4294,7 @@ export interface Stream_Filter {
|
|
|
3801
4294
|
}
|
|
3802
4295
|
export declare type Stream_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'currentFlowRate' | 'deposit' | 'flowUpdatedEvents' | 'id' | 'receiver' | 'sender' | 'streamPeriods' | 'streamedUntilUpdatedAt' | 'token' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
3803
4296
|
export interface SubscriptionApprovedEvent_Filter {
|
|
4297
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3804
4298
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3805
4299
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3806
4300
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3859,6 +4353,14 @@ export interface SubscriptionApprovedEvent_Filter {
|
|
|
3859
4353
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3860
4354
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
3861
4355
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4356
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
4357
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4358
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4359
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4360
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4361
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4362
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
4363
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3862
4364
|
publisher?: InputMaybe<Scalars['Bytes']>;
|
|
3863
4365
|
publisher_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3864
4366
|
publisher_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3918,8 +4420,9 @@ export interface SubscriptionApprovedEvent_Filter {
|
|
|
3918
4420
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3919
4421
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3920
4422
|
}
|
|
3921
|
-
export declare type SubscriptionApprovedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
4423
|
+
export declare type SubscriptionApprovedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
3922
4424
|
export interface SubscriptionDistributionClaimedEvent_Filter {
|
|
4425
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3923
4426
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3924
4427
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3925
4428
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3986,6 +4489,14 @@ export interface SubscriptionDistributionClaimedEvent_Filter {
|
|
|
3986
4489
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3987
4490
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
3988
4491
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4492
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
4493
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4494
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4495
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4496
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4497
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4498
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
4499
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3989
4500
|
publisher?: InputMaybe<Scalars['Bytes']>;
|
|
3990
4501
|
publisher_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3991
4502
|
publisher_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4039,8 +4550,9 @@ export interface SubscriptionDistributionClaimedEvent_Filter {
|
|
|
4039
4550
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4040
4551
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4041
4552
|
}
|
|
4042
|
-
export declare type SubscriptionDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash';
|
|
4553
|
+
export declare type SubscriptionDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash';
|
|
4043
4554
|
export interface SubscriptionRevokedEvent_Filter {
|
|
4555
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4044
4556
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4045
4557
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4046
4558
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4099,6 +4611,14 @@ export interface SubscriptionRevokedEvent_Filter {
|
|
|
4099
4611
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4100
4612
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
4101
4613
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4614
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
4615
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4616
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4617
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4618
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4619
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4620
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
4621
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4102
4622
|
publisher?: InputMaybe<Scalars['Bytes']>;
|
|
4103
4623
|
publisher_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4104
4624
|
publisher_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4158,8 +4678,9 @@ export interface SubscriptionRevokedEvent_Filter {
|
|
|
4158
4678
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4159
4679
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4160
4680
|
}
|
|
4161
|
-
export declare type SubscriptionRevokedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
4681
|
+
export declare type SubscriptionRevokedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
4162
4682
|
export interface SubscriptionUnitsUpdatedEvent_Filter {
|
|
4683
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4163
4684
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4164
4685
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4165
4686
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4226,6 +4747,14 @@ export interface SubscriptionUnitsUpdatedEvent_Filter {
|
|
|
4226
4747
|
oldUnits_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4227
4748
|
oldUnits_not?: InputMaybe<Scalars['BigInt']>;
|
|
4228
4749
|
oldUnits_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4750
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
4751
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4752
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4753
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4754
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4755
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4756
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
4757
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4229
4758
|
publisher?: InputMaybe<Scalars['Bytes']>;
|
|
4230
4759
|
publisher_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4231
4760
|
publisher_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4293,8 +4822,9 @@ export interface SubscriptionUnitsUpdatedEvent_Filter {
|
|
|
4293
4822
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4294
4823
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4295
4824
|
}
|
|
4296
|
-
export declare type SubscriptionUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
4825
|
+
export declare type SubscriptionUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
4297
4826
|
export interface SuperTokenCreatedEvent_Filter {
|
|
4827
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4298
4828
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4299
4829
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4300
4830
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4345,6 +4875,14 @@ export interface SuperTokenCreatedEvent_Filter {
|
|
|
4345
4875
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4346
4876
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
4347
4877
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4878
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
4879
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4880
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4881
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4882
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4883
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4884
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
4885
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4348
4886
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
4349
4887
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4350
4888
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -4366,8 +4904,9 @@ export interface SuperTokenCreatedEvent_Filter {
|
|
|
4366
4904
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4367
4905
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4368
4906
|
}
|
|
4369
|
-
export declare type SuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'token' | 'transactionHash';
|
|
4907
|
+
export declare type SuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
4370
4908
|
export interface SuperTokenFactoryUpdatedEvent_Filter {
|
|
4909
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4371
4910
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4372
4911
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4373
4912
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4424,6 +4963,14 @@ export interface SuperTokenFactoryUpdatedEvent_Filter {
|
|
|
4424
4963
|
newFactory_not?: InputMaybe<Scalars['Bytes']>;
|
|
4425
4964
|
newFactory_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4426
4965
|
newFactory_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4966
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
4967
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4968
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4969
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4970
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4971
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4972
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
4973
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4427
4974
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
4428
4975
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4429
4976
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -4439,8 +4986,9 @@ export interface SuperTokenFactoryUpdatedEvent_Filter {
|
|
|
4439
4986
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4440
4987
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4441
4988
|
}
|
|
4442
|
-
export declare type SuperTokenFactoryUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newFactory' | 'timestamp' | 'transactionHash';
|
|
4989
|
+
export declare type SuperTokenFactoryUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newFactory' | 'order' | 'timestamp' | 'transactionHash';
|
|
4443
4990
|
export interface SuperTokenLogicCreatedEvent_Filter {
|
|
4991
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4444
4992
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4445
4993
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4446
4994
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4491,6 +5039,14 @@ export interface SuperTokenLogicCreatedEvent_Filter {
|
|
|
4491
5039
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4492
5040
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
4493
5041
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5042
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
5043
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5044
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5045
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5046
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5047
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5048
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
5049
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4494
5050
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
4495
5051
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4496
5052
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -4512,8 +5068,9 @@ export interface SuperTokenLogicCreatedEvent_Filter {
|
|
|
4512
5068
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4513
5069
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4514
5070
|
}
|
|
4515
|
-
export declare type SuperTokenLogicCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'tokenLogic' | 'transactionHash';
|
|
5071
|
+
export declare type SuperTokenLogicCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'tokenLogic' | 'transactionHash';
|
|
4516
5072
|
export interface SuperTokenLogicUpdatedEvent_Filter {
|
|
5073
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4517
5074
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4518
5075
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4519
5076
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4570,6 +5127,14 @@ export interface SuperTokenLogicUpdatedEvent_Filter {
|
|
|
4570
5127
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4571
5128
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
4572
5129
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5130
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
5131
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5132
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5133
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5134
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5135
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5136
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
5137
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4573
5138
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
4574
5139
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4575
5140
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -4591,8 +5156,9 @@ export interface SuperTokenLogicUpdatedEvent_Filter {
|
|
|
4591
5156
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4592
5157
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4593
5158
|
}
|
|
4594
|
-
export declare type SuperTokenLogicUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'token' | 'transactionHash';
|
|
5159
|
+
export declare type SuperTokenLogicUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
4595
5160
|
export interface TokenDowngradedEvent_Filter {
|
|
5161
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4596
5162
|
account?: InputMaybe<Scalars['String']>;
|
|
4597
5163
|
account_contains?: InputMaybe<Scalars['String']>;
|
|
4598
5164
|
account_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
@@ -4671,6 +5237,14 @@ export interface TokenDowngradedEvent_Filter {
|
|
|
4671
5237
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4672
5238
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
4673
5239
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5240
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
5241
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5242
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5243
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5244
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5245
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5246
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
5247
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4674
5248
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
4675
5249
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4676
5250
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -4692,8 +5266,9 @@ export interface TokenDowngradedEvent_Filter {
|
|
|
4692
5266
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4693
5267
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4694
5268
|
}
|
|
4695
|
-
export declare type TokenDowngradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'token' | 'transactionHash';
|
|
5269
|
+
export declare type TokenDowngradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
4696
5270
|
export interface TokenStatistic_Filter {
|
|
5271
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4697
5272
|
id?: InputMaybe<Scalars['ID']>;
|
|
4698
5273
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
4699
5274
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -4837,6 +5412,7 @@ export interface TokenStatistic_Filter {
|
|
|
4837
5412
|
}
|
|
4838
5413
|
export declare type TokenStatistic_OrderBy = 'id' | 'token' | 'totalAmountDistributedUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
4839
5414
|
export interface TokenUpgradedEvent_Filter {
|
|
5415
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4840
5416
|
account?: InputMaybe<Scalars['String']>;
|
|
4841
5417
|
account_contains?: InputMaybe<Scalars['String']>;
|
|
4842
5418
|
account_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
@@ -4915,6 +5491,14 @@ export interface TokenUpgradedEvent_Filter {
|
|
|
4915
5491
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4916
5492
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
4917
5493
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5494
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
5495
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5496
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5497
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5498
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5499
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5500
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
5501
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4918
5502
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
4919
5503
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4920
5504
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -4936,8 +5520,9 @@ export interface TokenUpgradedEvent_Filter {
|
|
|
4936
5520
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4937
5521
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4938
5522
|
}
|
|
4939
|
-
export declare type TokenUpgradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'token' | 'transactionHash';
|
|
5523
|
+
export declare type TokenUpgradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
4940
5524
|
export interface Token_Filter {
|
|
5525
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4941
5526
|
createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
4942
5527
|
createdAtBlockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4943
5528
|
createdAtBlockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -5047,6 +5632,7 @@ export interface Token_Filter {
|
|
|
5047
5632
|
}
|
|
5048
5633
|
export declare type Token_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'decimals' | 'id' | 'isListed' | 'isSuperToken' | 'name' | 'symbol' | 'underlyingAddress' | 'underlyingToken';
|
|
5049
5634
|
export interface TransferEvent_Filter {
|
|
5635
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5050
5636
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5051
5637
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5052
5638
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -5117,6 +5703,14 @@ export interface TransferEvent_Filter {
|
|
|
5117
5703
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5118
5704
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
5119
5705
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5706
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
5707
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5708
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5709
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5710
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5711
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5712
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
5713
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5120
5714
|
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
5121
5715
|
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5122
5716
|
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -5166,8 +5760,9 @@ export interface TransferEvent_Filter {
|
|
|
5166
5760
|
value_not?: InputMaybe<Scalars['BigInt']>;
|
|
5167
5761
|
value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5168
5762
|
}
|
|
5169
|
-
export declare type TransferEvent_OrderBy = 'addresses' | 'blockNumber' | 'from' | 'id' | 'logIndex' | 'name' | 'timestamp' | 'to' | 'token' | 'transactionHash' | 'value';
|
|
5763
|
+
export declare type TransferEvent_OrderBy = 'addresses' | 'blockNumber' | 'from' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash' | 'value';
|
|
5170
5764
|
export interface TrustedForwarderChangedEvent_Filter {
|
|
5765
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5171
5766
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5172
5767
|
addresses_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5173
5768
|
addresses_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -5238,6 +5833,14 @@ export interface TrustedForwarderChangedEvent_Filter {
|
|
|
5238
5833
|
name_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5239
5834
|
name_starts_with?: InputMaybe<Scalars['String']>;
|
|
5240
5835
|
name_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5836
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
5837
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5838
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5839
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5840
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5841
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5842
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
5843
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5241
5844
|
superToken?: InputMaybe<Scalars['Bytes']>;
|
|
5242
5845
|
superToken_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5243
5846
|
superToken_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -5259,6 +5862,6 @@ export interface TrustedForwarderChangedEvent_Filter {
|
|
|
5259
5862
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5260
5863
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5261
5864
|
}
|
|
5262
|
-
export declare type TrustedForwarderChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'enabled' | 'forwarder' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
5865
|
+
export declare type TrustedForwarderChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'enabled' | 'forwarder' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
5263
5866
|
export declare type _SubgraphErrorPolicy_ = 'allow' | 'deny';
|
|
5264
5867
|
//# sourceMappingURL=schema.generated.d.ts.map
|