@superfluid-finance/sdk-core 0.4.4-dev.f94fdbb.0 → 0.4.4-dev.ff4f866.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 +10 -2
- package/README.md +1 -1
- package/dist/index.umd.js +308 -207
- package/dist/main/Framework.d.ts +1 -7
- package/dist/main/Framework.d.ts.map +1 -1
- package/dist/main/Framework.js +2 -9
- package/dist/main/Framework.js.map +1 -1
- package/dist/main/Query.d.ts +0 -2
- package/dist/main/Query.d.ts.map +1 -1
- package/dist/main/Query.js +0 -37
- package/dist/main/Query.js.map +1 -1
- package/dist/main/SFError.d.ts +1 -1
- package/dist/main/SFError.d.ts.map +1 -1
- package/dist/main/SFError.js +0 -1
- package/dist/main/SFError.js.map +1 -1
- package/dist/main/constants.d.ts +2 -1
- package/dist/main/constants.d.ts.map +1 -1
- package/dist/main/constants.js +29 -30
- package/dist/main/constants.js.map +1 -1
- package/dist/main/events.d.ts +15 -0
- package/dist/main/events.d.ts.map +1 -1
- package/dist/main/events.js +7 -0
- package/dist/main/events.js.map +1 -1
- package/dist/main/frameworkHelpers.d.ts +1 -2
- package/dist/main/frameworkHelpers.d.ts.map +1 -1
- package/dist/main/frameworkHelpers.js +12 -39
- package/dist/main/frameworkHelpers.js.map +1 -1
- package/dist/main/index.d.ts +2 -0
- package/dist/main/index.d.ts.map +1 -1
- package/dist/main/index.js +2 -0
- package/dist/main/index.js.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/main/mapGetAllEventsQueryEvents.js +86 -0
- package/dist/main/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +3 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js +3 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +3 -1
- 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 +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js +3 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +3 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js +1 -1
- package/dist/main/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js.map +1 -1
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts +43 -0
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -0
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js +27 -0
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js.map +1 -0
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +46 -0
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -0
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js +5 -0
- package/dist/main/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js.map +1 -0
- package/dist/main/subgraph/events/events.generated.d.ts +89 -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 +46 -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 +707 -42
- package/dist/main/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/main/types.d.ts +0 -1
- package/dist/main/types.d.ts.map +1 -1
- package/dist/module/Framework.d.ts +1 -7
- package/dist/module/Framework.d.ts.map +1 -1
- package/dist/module/Framework.js +2 -9
- package/dist/module/Framework.js.map +1 -1
- package/dist/module/Query.d.ts +0 -2
- package/dist/module/Query.d.ts.map +1 -1
- package/dist/module/Query.js +0 -37
- package/dist/module/Query.js.map +1 -1
- package/dist/module/SFError.d.ts +1 -1
- package/dist/module/SFError.d.ts.map +1 -1
- package/dist/module/SFError.js +0 -1
- package/dist/module/SFError.js.map +1 -1
- package/dist/module/constants.d.ts +2 -1
- package/dist/module/constants.d.ts.map +1 -1
- package/dist/module/constants.js +28 -29
- package/dist/module/constants.js.map +1 -1
- package/dist/module/events.d.ts +15 -0
- package/dist/module/events.d.ts.map +1 -1
- package/dist/module/events.js +6 -1
- package/dist/module/events.js.map +1 -1
- package/dist/module/frameworkHelpers.d.ts +1 -2
- package/dist/module/frameworkHelpers.d.ts.map +1 -1
- package/dist/module/frameworkHelpers.js +13 -40
- package/dist/module/frameworkHelpers.js.map +1 -1
- package/dist/module/index.d.ts +2 -0
- package/dist/module/index.d.ts.map +1 -1
- package/dist/module/index.js +2 -0
- package/dist/module/index.js.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.d.ts.map +1 -1
- package/dist/module/mapGetAllEventsQueryEvents.js +63 -0
- package/dist/module/mapGetAllEventsQueryEvents.js.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts +3 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js +3 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshot.js.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshot/accountTokenSnapshots.generated.d.ts +3 -1
- 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 +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js +3 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLog.js.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts +3 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.d.ts.map +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js +1 -1
- package/dist/module/subgraph/entities/accountTokenSnapshotLog/accountTokenSnapshotLogs.generated.js.map +1 -1
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts +43 -0
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.d.ts.map +1 -0
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js +23 -0
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLog.js.map +1 -0
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts +46 -0
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.d.ts.map +1 -0
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js +2 -0
- package/dist/module/subgraph/entities/tokenStatisticLog/tokenStatisticLogs.generated.js.map +1 -0
- package/dist/module/subgraph/events/events.generated.d.ts +89 -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 +46 -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 +707 -42
- package/dist/module/subgraph/schema.generated.d.ts.map +1 -1
- package/dist/module/types.d.ts +0 -1
- package/dist/module/types.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -26,6 +26,7 @@ export interface AccountTokenSnapshotLog_Filter {
|
|
|
26
26
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
27
27
|
account?: InputMaybe<Scalars['String']>;
|
|
28
28
|
accountTokenSnapshot?: InputMaybe<Scalars['String']>;
|
|
29
|
+
accountTokenSnapshot_?: InputMaybe<AccountTokenSnapshot_Filter>;
|
|
29
30
|
accountTokenSnapshot_contains?: InputMaybe<Scalars['String']>;
|
|
30
31
|
accountTokenSnapshot_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
31
32
|
accountTokenSnapshot_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -45,6 +46,7 @@ export interface AccountTokenSnapshotLog_Filter {
|
|
|
45
46
|
accountTokenSnapshot_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
46
47
|
accountTokenSnapshot_starts_with?: InputMaybe<Scalars['String']>;
|
|
47
48
|
accountTokenSnapshot_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
49
|
+
account_?: InputMaybe<Account_Filter>;
|
|
48
50
|
account_contains?: InputMaybe<Scalars['String']>;
|
|
49
51
|
account_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
50
52
|
account_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -121,6 +123,7 @@ export interface AccountTokenSnapshotLog_Filter {
|
|
|
121
123
|
timestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
122
124
|
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
123
125
|
token?: InputMaybe<Scalars['String']>;
|
|
126
|
+
token_?: InputMaybe<Token_Filter>;
|
|
124
127
|
token_contains?: InputMaybe<Scalars['String']>;
|
|
125
128
|
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
126
129
|
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -141,6 +144,22 @@ export interface AccountTokenSnapshotLog_Filter {
|
|
|
141
144
|
token_starts_with?: InputMaybe<Scalars['String']>;
|
|
142
145
|
token_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
143
146
|
totalAmountStreamed?: InputMaybe<Scalars['BigInt']>;
|
|
147
|
+
totalAmountStreamedIn?: InputMaybe<Scalars['BigInt']>;
|
|
148
|
+
totalAmountStreamedIn_gt?: InputMaybe<Scalars['BigInt']>;
|
|
149
|
+
totalAmountStreamedIn_gte?: InputMaybe<Scalars['BigInt']>;
|
|
150
|
+
totalAmountStreamedIn_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
151
|
+
totalAmountStreamedIn_lt?: InputMaybe<Scalars['BigInt']>;
|
|
152
|
+
totalAmountStreamedIn_lte?: InputMaybe<Scalars['BigInt']>;
|
|
153
|
+
totalAmountStreamedIn_not?: InputMaybe<Scalars['BigInt']>;
|
|
154
|
+
totalAmountStreamedIn_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
155
|
+
totalAmountStreamedOut?: InputMaybe<Scalars['BigInt']>;
|
|
156
|
+
totalAmountStreamedOut_gt?: InputMaybe<Scalars['BigInt']>;
|
|
157
|
+
totalAmountStreamedOut_gte?: InputMaybe<Scalars['BigInt']>;
|
|
158
|
+
totalAmountStreamedOut_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
159
|
+
totalAmountStreamedOut_lt?: InputMaybe<Scalars['BigInt']>;
|
|
160
|
+
totalAmountStreamedOut_lte?: InputMaybe<Scalars['BigInt']>;
|
|
161
|
+
totalAmountStreamedOut_not?: InputMaybe<Scalars['BigInt']>;
|
|
162
|
+
totalAmountStreamedOut_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
144
163
|
totalAmountStreamed_gt?: InputMaybe<Scalars['BigInt']>;
|
|
145
164
|
totalAmountStreamed_gte?: InputMaybe<Scalars['BigInt']>;
|
|
146
165
|
totalAmountStreamed_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
@@ -247,10 +266,12 @@ export interface AccountTokenSnapshotLog_Filter {
|
|
|
247
266
|
triggeredByEventName_starts_with?: InputMaybe<Scalars['String']>;
|
|
248
267
|
triggeredByEventName_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
249
268
|
}
|
|
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';
|
|
269
|
+
export declare type AccountTokenSnapshotLog_OrderBy = 'account' | 'accountTokenSnapshot' | 'balance' | 'blockNumber' | 'id' | 'logIndex' | 'maybeCriticalAtTimestamp' | 'order' | 'timestamp' | 'token' | 'totalAmountStreamed' | 'totalAmountStreamedIn' | 'totalAmountStreamedOut' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'transactionHash' | 'triggeredByEventName';
|
|
251
270
|
export interface AccountTokenSnapshot_Filter {
|
|
252
271
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
253
272
|
account?: InputMaybe<Scalars['String']>;
|
|
273
|
+
accountTokenSnapshotLogs_?: InputMaybe<AccountTokenSnapshotLog_Filter>;
|
|
274
|
+
account_?: InputMaybe<Account_Filter>;
|
|
254
275
|
account_contains?: InputMaybe<Scalars['String']>;
|
|
255
276
|
account_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
256
277
|
account_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -278,6 +299,7 @@ export interface AccountTokenSnapshot_Filter {
|
|
|
278
299
|
balanceUntilUpdatedAt_lte?: InputMaybe<Scalars['BigInt']>;
|
|
279
300
|
balanceUntilUpdatedAt_not?: InputMaybe<Scalars['BigInt']>;
|
|
280
301
|
balanceUntilUpdatedAt_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
302
|
+
flowOperators_?: InputMaybe<FlowOperator_Filter>;
|
|
281
303
|
id?: InputMaybe<Scalars['ID']>;
|
|
282
304
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
283
305
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -299,6 +321,7 @@ export interface AccountTokenSnapshot_Filter {
|
|
|
299
321
|
maybeCriticalAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
300
322
|
maybeCriticalAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
301
323
|
token?: InputMaybe<Scalars['String']>;
|
|
324
|
+
token_?: InputMaybe<Token_Filter>;
|
|
302
325
|
token_contains?: InputMaybe<Scalars['String']>;
|
|
303
326
|
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
304
327
|
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -318,6 +341,22 @@ export interface AccountTokenSnapshot_Filter {
|
|
|
318
341
|
token_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
319
342
|
token_starts_with?: InputMaybe<Scalars['String']>;
|
|
320
343
|
token_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
344
|
+
totalAmountStreamedInUntilUpdatedAt?: InputMaybe<Scalars['BigInt']>;
|
|
345
|
+
totalAmountStreamedInUntilUpdatedAt_gt?: InputMaybe<Scalars['BigInt']>;
|
|
346
|
+
totalAmountStreamedInUntilUpdatedAt_gte?: InputMaybe<Scalars['BigInt']>;
|
|
347
|
+
totalAmountStreamedInUntilUpdatedAt_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
348
|
+
totalAmountStreamedInUntilUpdatedAt_lt?: InputMaybe<Scalars['BigInt']>;
|
|
349
|
+
totalAmountStreamedInUntilUpdatedAt_lte?: InputMaybe<Scalars['BigInt']>;
|
|
350
|
+
totalAmountStreamedInUntilUpdatedAt_not?: InputMaybe<Scalars['BigInt']>;
|
|
351
|
+
totalAmountStreamedInUntilUpdatedAt_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
352
|
+
totalAmountStreamedOutUntilUpdatedAt?: InputMaybe<Scalars['BigInt']>;
|
|
353
|
+
totalAmountStreamedOutUntilUpdatedAt_gt?: InputMaybe<Scalars['BigInt']>;
|
|
354
|
+
totalAmountStreamedOutUntilUpdatedAt_gte?: InputMaybe<Scalars['BigInt']>;
|
|
355
|
+
totalAmountStreamedOutUntilUpdatedAt_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
356
|
+
totalAmountStreamedOutUntilUpdatedAt_lt?: InputMaybe<Scalars['BigInt']>;
|
|
357
|
+
totalAmountStreamedOutUntilUpdatedAt_lte?: InputMaybe<Scalars['BigInt']>;
|
|
358
|
+
totalAmountStreamedOutUntilUpdatedAt_not?: InputMaybe<Scalars['BigInt']>;
|
|
359
|
+
totalAmountStreamedOutUntilUpdatedAt_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
321
360
|
totalAmountStreamedUntilUpdatedAt?: InputMaybe<Scalars['BigInt']>;
|
|
322
361
|
totalAmountStreamedUntilUpdatedAt_gt?: InputMaybe<Scalars['BigInt']>;
|
|
323
362
|
totalAmountStreamedUntilUpdatedAt_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -415,9 +454,10 @@ export interface AccountTokenSnapshot_Filter {
|
|
|
415
454
|
updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
416
455
|
updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
417
456
|
}
|
|
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';
|
|
457
|
+
export declare type AccountTokenSnapshot_OrderBy = 'account' | 'accountTokenSnapshotLogs' | 'balanceUntilUpdatedAt' | 'flowOperators' | 'id' | 'isLiquidationEstimateOptimistic' | 'maybeCriticalAtTimestamp' | 'token' | 'totalAmountStreamedInUntilUpdatedAt' | 'totalAmountStreamedOutUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
419
458
|
export interface Account_Filter {
|
|
420
459
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
460
|
+
accountTokenSnapshots_?: InputMaybe<AccountTokenSnapshot_Filter>;
|
|
421
461
|
createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
422
462
|
createdAtBlockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
423
463
|
createdAtBlockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -442,10 +482,18 @@ export interface Account_Filter {
|
|
|
442
482
|
id_lte?: InputMaybe<Scalars['ID']>;
|
|
443
483
|
id_not?: InputMaybe<Scalars['ID']>;
|
|
444
484
|
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
485
|
+
inflows_?: InputMaybe<Stream_Filter>;
|
|
445
486
|
isSuperApp?: InputMaybe<Scalars['Boolean']>;
|
|
446
487
|
isSuperApp_in?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
447
488
|
isSuperApp_not?: InputMaybe<Scalars['Boolean']>;
|
|
448
489
|
isSuperApp_not_in?: InputMaybe<Array<Scalars['Boolean']>>;
|
|
490
|
+
outflows_?: InputMaybe<Stream_Filter>;
|
|
491
|
+
publishedIndexes_?: InputMaybe<Index_Filter>;
|
|
492
|
+
receivedTransferEvents_?: InputMaybe<TransferEvent_Filter>;
|
|
493
|
+
sentTransferEvents_?: InputMaybe<TransferEvent_Filter>;
|
|
494
|
+
subscriptions_?: InputMaybe<IndexSubscription_Filter>;
|
|
495
|
+
tokenDowngradedEvents_?: InputMaybe<TokenDowngradedEvent_Filter>;
|
|
496
|
+
tokenUpgradedEvents_?: InputMaybe<TokenUpgradedEvent_Filter>;
|
|
449
497
|
updatedAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
450
498
|
updatedAtBlockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
451
499
|
updatedAtBlockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -492,6 +540,14 @@ export interface AgreementClassRegisteredEvent_Filter {
|
|
|
492
540
|
code_not?: InputMaybe<Scalars['Bytes']>;
|
|
493
541
|
code_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
494
542
|
code_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
543
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
544
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
545
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
546
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
547
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
548
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
549
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
550
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
495
551
|
id?: InputMaybe<Scalars['ID']>;
|
|
496
552
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
497
553
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -551,7 +607,7 @@ export interface AgreementClassRegisteredEvent_Filter {
|
|
|
551
607
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
552
608
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
553
609
|
}
|
|
554
|
-
export declare type AgreementClassRegisteredEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
610
|
+
export declare type AgreementClassRegisteredEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
555
611
|
export interface AgreementClassUpdatedEvent_Filter {
|
|
556
612
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
557
613
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -580,6 +636,14 @@ export interface AgreementClassUpdatedEvent_Filter {
|
|
|
580
636
|
code_not?: InputMaybe<Scalars['Bytes']>;
|
|
581
637
|
code_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
582
638
|
code_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
639
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
640
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
641
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
642
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
643
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
644
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
645
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
646
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
583
647
|
id?: InputMaybe<Scalars['ID']>;
|
|
584
648
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
585
649
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -639,7 +703,7 @@ export interface AgreementClassUpdatedEvent_Filter {
|
|
|
639
703
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
640
704
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
641
705
|
}
|
|
642
|
-
export declare type AgreementClassUpdatedEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
706
|
+
export declare type AgreementClassUpdatedEvent_OrderBy = 'addresses' | 'agreementType' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
643
707
|
export interface AgreementLiquidatedByEvent_Filter {
|
|
644
708
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
645
709
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -682,6 +746,14 @@ export interface AgreementLiquidatedByEvent_Filter {
|
|
|
682
746
|
bondAccount_not?: InputMaybe<Scalars['Bytes']>;
|
|
683
747
|
bondAccount_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
684
748
|
bondAccount_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
749
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
750
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
751
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
752
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
753
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
754
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
755
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
756
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
685
757
|
id?: InputMaybe<Scalars['ID']>;
|
|
686
758
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
687
759
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -767,7 +839,7 @@ export interface AgreementLiquidatedByEvent_Filter {
|
|
|
767
839
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
768
840
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
769
841
|
}
|
|
770
|
-
export declare type AgreementLiquidatedByEvent_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'bailoutAmount' | 'blockNumber' | 'bondAccount' | 'id' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'penaltyAccount' | 'rewardAmount' | 'timestamp' | 'token' | 'transactionHash';
|
|
842
|
+
export declare type AgreementLiquidatedByEvent_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'bailoutAmount' | 'blockNumber' | 'bondAccount' | 'gasPrice' | 'id' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'penaltyAccount' | 'rewardAmount' | 'timestamp' | 'token' | 'transactionHash';
|
|
771
843
|
export interface AgreementLiquidatedV2Event_Filter {
|
|
772
844
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
773
845
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -796,6 +868,14 @@ export interface AgreementLiquidatedV2Event_Filter {
|
|
|
796
868
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
797
869
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
798
870
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
871
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
872
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
873
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
874
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
875
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
876
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
877
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
878
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
799
879
|
id?: InputMaybe<Scalars['ID']>;
|
|
800
880
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
801
881
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -917,7 +997,7 @@ export interface AgreementLiquidatedV2Event_Filter {
|
|
|
917
997
|
version_not?: InputMaybe<Scalars['BigInt']>;
|
|
918
998
|
version_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
919
999
|
}
|
|
920
|
-
export declare type AgreementLiquidatedV2Event_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'blockNumber' | 'id' | 'liquidationType' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'rewardAccount' | 'rewardAmount' | 'rewardAmountReceiver' | 'targetAccount' | 'targetAccountBalanceDelta' | 'timestamp' | 'token' | 'transactionHash' | 'version';
|
|
1000
|
+
export declare type AgreementLiquidatedV2Event_OrderBy = 'addresses' | 'agreementClass' | 'agreementId' | 'blockNumber' | 'gasPrice' | 'id' | 'liquidationType' | 'liquidatorAccount' | 'logIndex' | 'name' | 'order' | 'rewardAccount' | 'rewardAmount' | 'rewardAmountReceiver' | 'targetAccount' | 'targetAccountBalanceDelta' | 'timestamp' | 'token' | 'transactionHash' | 'version';
|
|
921
1001
|
export interface AppRegisteredEvent_Filter {
|
|
922
1002
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
923
1003
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -940,6 +1020,14 @@ export interface AppRegisteredEvent_Filter {
|
|
|
940
1020
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
941
1021
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
942
1022
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1023
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
1024
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1025
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1026
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1027
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1028
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1029
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
1030
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
943
1031
|
id?: InputMaybe<Scalars['ID']>;
|
|
944
1032
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
945
1033
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -999,7 +1087,7 @@ export interface AppRegisteredEvent_Filter {
|
|
|
999
1087
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1000
1088
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1001
1089
|
}
|
|
1002
|
-
export declare type AppRegisteredEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
1090
|
+
export declare type AppRegisteredEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
1003
1091
|
export interface BlockChangedFilter {
|
|
1004
1092
|
number_gte: Scalars['Int'];
|
|
1005
1093
|
}
|
|
@@ -1044,6 +1132,14 @@ export interface BurnedEvent_Filter {
|
|
|
1044
1132
|
from_not?: InputMaybe<Scalars['Bytes']>;
|
|
1045
1133
|
from_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1046
1134
|
from_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1135
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
1136
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1137
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1138
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1139
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1140
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1141
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
1142
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1047
1143
|
id?: InputMaybe<Scalars['ID']>;
|
|
1048
1144
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1049
1145
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -1108,6 +1204,12 @@ export interface BurnedEvent_Filter {
|
|
|
1108
1204
|
timestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1109
1205
|
timestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
1110
1206
|
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1207
|
+
token?: InputMaybe<Scalars['Bytes']>;
|
|
1208
|
+
token_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1209
|
+
token_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1210
|
+
token_not?: InputMaybe<Scalars['Bytes']>;
|
|
1211
|
+
token_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1212
|
+
token_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1111
1213
|
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
1112
1214
|
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1113
1215
|
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1115,7 +1217,7 @@ export interface BurnedEvent_Filter {
|
|
|
1115
1217
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1116
1218
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1117
1219
|
}
|
|
1118
|
-
export declare type BurnedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'transactionHash';
|
|
1220
|
+
export declare type BurnedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
1119
1221
|
export interface CfAv1LiquidationPeriodChangedEvent_Filter {
|
|
1120
1222
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1121
1223
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1132,6 +1234,20 @@ export interface CfAv1LiquidationPeriodChangedEvent_Filter {
|
|
|
1132
1234
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1133
1235
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
1134
1236
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1237
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
1238
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1239
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1240
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1241
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1242
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1243
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
1244
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1245
|
+
governanceAddress?: InputMaybe<Scalars['Bytes']>;
|
|
1246
|
+
governanceAddress_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1247
|
+
governanceAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1248
|
+
governanceAddress_not?: InputMaybe<Scalars['Bytes']>;
|
|
1249
|
+
governanceAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1250
|
+
governanceAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1135
1251
|
host?: InputMaybe<Scalars['Bytes']>;
|
|
1136
1252
|
host_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1137
1253
|
host_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1215,7 +1331,7 @@ export interface CfAv1LiquidationPeriodChangedEvent_Filter {
|
|
|
1215
1331
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1216
1332
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1217
1333
|
}
|
|
1218
|
-
export declare type CfAv1LiquidationPeriodChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
1334
|
+
export declare type CfAv1LiquidationPeriodChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
1219
1335
|
export interface ConfigChangedEvent_Filter {
|
|
1220
1336
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1221
1337
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1232,6 +1348,20 @@ export interface ConfigChangedEvent_Filter {
|
|
|
1232
1348
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1233
1349
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
1234
1350
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1351
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
1352
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1353
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1354
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1355
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1356
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1357
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
1358
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1359
|
+
governanceAddress?: InputMaybe<Scalars['Bytes']>;
|
|
1360
|
+
governanceAddress_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1361
|
+
governanceAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1362
|
+
governanceAddress_not?: InputMaybe<Scalars['Bytes']>;
|
|
1363
|
+
governanceAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1364
|
+
governanceAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1235
1365
|
host?: InputMaybe<Scalars['Bytes']>;
|
|
1236
1366
|
host_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1237
1367
|
host_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1321,7 +1451,7 @@ export interface ConfigChangedEvent_Filter {
|
|
|
1321
1451
|
value_not?: InputMaybe<Scalars['BigInt']>;
|
|
1322
1452
|
value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1323
1453
|
}
|
|
1324
|
-
export declare type ConfigChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'key' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash' | 'value';
|
|
1454
|
+
export declare type ConfigChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'key' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash' | 'value';
|
|
1325
1455
|
export interface CustomSuperTokenCreatedEvent_Filter {
|
|
1326
1456
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1327
1457
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1338,6 +1468,14 @@ export interface CustomSuperTokenCreatedEvent_Filter {
|
|
|
1338
1468
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1339
1469
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
1340
1470
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1471
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
1472
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1473
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1474
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1475
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1476
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1477
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
1478
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1341
1479
|
id?: InputMaybe<Scalars['ID']>;
|
|
1342
1480
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1343
1481
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -1403,7 +1541,7 @@ export interface CustomSuperTokenCreatedEvent_Filter {
|
|
|
1403
1541
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1404
1542
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1405
1543
|
}
|
|
1406
|
-
export declare type CustomSuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
1544
|
+
export declare type CustomSuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
1407
1545
|
export interface Event_Filter {
|
|
1408
1546
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1409
1547
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1420,6 +1558,14 @@ export interface Event_Filter {
|
|
|
1420
1558
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1421
1559
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
1422
1560
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1561
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
1562
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1563
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1564
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1565
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1566
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1567
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
1568
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1423
1569
|
id?: InputMaybe<Scalars['ID']>;
|
|
1424
1570
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1425
1571
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -1479,7 +1625,7 @@ export interface Event_Filter {
|
|
|
1479
1625
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1480
1626
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1481
1627
|
}
|
|
1482
|
-
export declare type Event_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
1628
|
+
export declare type Event_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'transactionHash';
|
|
1483
1629
|
export interface FlowOperatorUpdatedEvent_Filter {
|
|
1484
1630
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1485
1631
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1497,6 +1643,7 @@ export interface FlowOperatorUpdatedEvent_Filter {
|
|
|
1497
1643
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
1498
1644
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1499
1645
|
flowOperator?: InputMaybe<Scalars['String']>;
|
|
1646
|
+
flowOperator_?: InputMaybe<FlowOperator_Filter>;
|
|
1500
1647
|
flowOperator_contains?: InputMaybe<Scalars['String']>;
|
|
1501
1648
|
flowOperator_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
1502
1649
|
flowOperator_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -1524,6 +1671,14 @@ export interface FlowOperatorUpdatedEvent_Filter {
|
|
|
1524
1671
|
flowRateAllowance_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1525
1672
|
flowRateAllowance_not?: InputMaybe<Scalars['BigInt']>;
|
|
1526
1673
|
flowRateAllowance_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1674
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
1675
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1676
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1677
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1678
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1679
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1680
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
1681
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1527
1682
|
id?: InputMaybe<Scalars['ID']>;
|
|
1528
1683
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1529
1684
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -1603,10 +1758,11 @@ export interface FlowOperatorUpdatedEvent_Filter {
|
|
|
1603
1758
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1604
1759
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1605
1760
|
}
|
|
1606
|
-
export declare type FlowOperatorUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'flowOperator' | 'flowRateAllowance' | 'id' | 'logIndex' | 'name' | 'order' | 'permissions' | 'sender' | 'timestamp' | 'token' | 'transactionHash';
|
|
1761
|
+
export declare type FlowOperatorUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'flowOperator' | 'flowRateAllowance' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'permissions' | 'sender' | 'timestamp' | 'token' | 'transactionHash';
|
|
1607
1762
|
export interface FlowOperator_Filter {
|
|
1608
1763
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1609
1764
|
accountTokenSnapshot?: InputMaybe<Scalars['String']>;
|
|
1765
|
+
accountTokenSnapshot_?: InputMaybe<AccountTokenSnapshot_Filter>;
|
|
1610
1766
|
accountTokenSnapshot_contains?: InputMaybe<Scalars['String']>;
|
|
1611
1767
|
accountTokenSnapshot_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
1612
1768
|
accountTokenSnapshot_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -1643,6 +1799,7 @@ export interface FlowOperator_Filter {
|
|
|
1643
1799
|
createdAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
1644
1800
|
createdAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1645
1801
|
flowOperator?: InputMaybe<Scalars['Bytes']>;
|
|
1802
|
+
flowOperatorUpdatedEvents_?: InputMaybe<FlowOperatorUpdatedEvent_Filter>;
|
|
1646
1803
|
flowOperator_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1647
1804
|
flowOperator_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1648
1805
|
flowOperator_not?: InputMaybe<Scalars['Bytes']>;
|
|
@@ -1681,6 +1838,7 @@ export interface FlowOperator_Filter {
|
|
|
1681
1838
|
permissions_not?: InputMaybe<Scalars['Int']>;
|
|
1682
1839
|
permissions_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
1683
1840
|
sender?: InputMaybe<Scalars['String']>;
|
|
1841
|
+
sender_?: InputMaybe<Account_Filter>;
|
|
1684
1842
|
sender_contains?: InputMaybe<Scalars['String']>;
|
|
1685
1843
|
sender_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
1686
1844
|
sender_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -1701,6 +1859,7 @@ export interface FlowOperator_Filter {
|
|
|
1701
1859
|
sender_starts_with?: InputMaybe<Scalars['String']>;
|
|
1702
1860
|
sender_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1703
1861
|
token?: InputMaybe<Scalars['String']>;
|
|
1862
|
+
token_?: InputMaybe<Token_Filter>;
|
|
1704
1863
|
token_contains?: InputMaybe<Scalars['String']>;
|
|
1705
1864
|
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
1706
1865
|
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -1776,6 +1935,14 @@ export interface FlowUpdatedEvent_Filter {
|
|
|
1776
1935
|
flowRate_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1777
1936
|
flowRate_not?: InputMaybe<Scalars['BigInt']>;
|
|
1778
1937
|
flowRate_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1938
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
1939
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1940
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1941
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1942
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1943
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1944
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
1945
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1779
1946
|
id?: InputMaybe<Scalars['ID']>;
|
|
1780
1947
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1781
1948
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -1841,6 +2008,7 @@ export interface FlowUpdatedEvent_Filter {
|
|
|
1841
2008
|
sender_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1842
2009
|
sender_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1843
2010
|
stream?: InputMaybe<Scalars['String']>;
|
|
2011
|
+
stream_?: InputMaybe<Stream_Filter>;
|
|
1844
2012
|
stream_contains?: InputMaybe<Scalars['String']>;
|
|
1845
2013
|
stream_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
1846
2014
|
stream_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -1919,7 +2087,7 @@ export interface FlowUpdatedEvent_Filter {
|
|
|
1919
2087
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1920
2088
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1921
2089
|
}
|
|
1922
|
-
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';
|
|
2090
|
+
export declare type FlowUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'deposit' | 'flowOperator' | 'flowRate' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'oldFlowRate' | 'order' | 'receiver' | 'sender' | 'stream' | 'timestamp' | 'token' | 'totalAmountStreamedUntilTimestamp' | 'totalReceiverFlowRate' | 'totalSenderFlowRate' | 'transactionHash' | 'type' | 'userData';
|
|
1923
2091
|
export interface GovernanceReplacedEvent_Filter {
|
|
1924
2092
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1925
2093
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -1936,6 +2104,14 @@ export interface GovernanceReplacedEvent_Filter {
|
|
|
1936
2104
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1937
2105
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
1938
2106
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2107
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
2108
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2109
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2110
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2111
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2112
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2113
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
2114
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1939
2115
|
id?: InputMaybe<Scalars['ID']>;
|
|
1940
2116
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
1941
2117
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -2007,7 +2183,7 @@ export interface GovernanceReplacedEvent_Filter {
|
|
|
2007
2183
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2008
2184
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2009
2185
|
}
|
|
2010
|
-
export declare type GovernanceReplacedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newGovernance' | 'oldGovernance' | 'order' | 'timestamp' | 'transactionHash';
|
|
2186
|
+
export declare type GovernanceReplacedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newGovernance' | 'oldGovernance' | 'order' | 'timestamp' | 'transactionHash';
|
|
2011
2187
|
export interface IndexCreatedEvent_Filter {
|
|
2012
2188
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2013
2189
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2024,6 +2200,14 @@ export interface IndexCreatedEvent_Filter {
|
|
|
2024
2200
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2025
2201
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
2026
2202
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2203
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
2204
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2205
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2206
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2207
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2208
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2209
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
2210
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2027
2211
|
id?: InputMaybe<Scalars['ID']>;
|
|
2028
2212
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
2029
2213
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -2041,6 +2225,7 @@ export interface IndexCreatedEvent_Filter {
|
|
|
2041
2225
|
indexId_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2042
2226
|
indexId_not?: InputMaybe<Scalars['BigInt']>;
|
|
2043
2227
|
indexId_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2228
|
+
index_?: InputMaybe<Index_Filter>;
|
|
2044
2229
|
index_contains?: InputMaybe<Scalars['String']>;
|
|
2045
2230
|
index_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
2046
2231
|
index_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -2129,7 +2314,7 @@ export interface IndexCreatedEvent_Filter {
|
|
|
2129
2314
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2130
2315
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2131
2316
|
}
|
|
2132
|
-
export declare type IndexCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2317
|
+
export declare type IndexCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2133
2318
|
export interface IndexDistributionClaimedEvent_Filter {
|
|
2134
2319
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2135
2320
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2154,6 +2339,14 @@ export interface IndexDistributionClaimedEvent_Filter {
|
|
|
2154
2339
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2155
2340
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
2156
2341
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2342
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
2343
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2344
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2345
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2346
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2347
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2348
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
2349
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2157
2350
|
id?: InputMaybe<Scalars['ID']>;
|
|
2158
2351
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
2159
2352
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -2171,6 +2364,7 @@ export interface IndexDistributionClaimedEvent_Filter {
|
|
|
2171
2364
|
indexId_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2172
2365
|
indexId_not?: InputMaybe<Scalars['BigInt']>;
|
|
2173
2366
|
indexId_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2367
|
+
index_?: InputMaybe<Index_Filter>;
|
|
2174
2368
|
index_contains?: InputMaybe<Scalars['String']>;
|
|
2175
2369
|
index_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
2176
2370
|
index_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -2259,7 +2453,7 @@ export interface IndexDistributionClaimedEvent_Filter {
|
|
|
2259
2453
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2260
2454
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2261
2455
|
}
|
|
2262
|
-
export declare type IndexDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash';
|
|
2456
|
+
export declare type IndexDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash';
|
|
2263
2457
|
export interface IndexSubscribedEvent_Filter {
|
|
2264
2458
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2265
2459
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2276,6 +2470,14 @@ export interface IndexSubscribedEvent_Filter {
|
|
|
2276
2470
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2277
2471
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
2278
2472
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2473
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
2474
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2475
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2476
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2477
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2478
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2479
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
2480
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2279
2481
|
id?: InputMaybe<Scalars['ID']>;
|
|
2280
2482
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
2281
2483
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -2293,6 +2495,7 @@ export interface IndexSubscribedEvent_Filter {
|
|
|
2293
2495
|
indexId_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2294
2496
|
indexId_not?: InputMaybe<Scalars['BigInt']>;
|
|
2295
2497
|
indexId_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2498
|
+
index_?: InputMaybe<Index_Filter>;
|
|
2296
2499
|
index_contains?: InputMaybe<Scalars['String']>;
|
|
2297
2500
|
index_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
2298
2501
|
index_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -2387,7 +2590,7 @@ export interface IndexSubscribedEvent_Filter {
|
|
|
2387
2590
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2388
2591
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2389
2592
|
}
|
|
2390
|
-
export declare type IndexSubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2593
|
+
export declare type IndexSubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2391
2594
|
export interface IndexSubscription_Filter {
|
|
2392
2595
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2393
2596
|
approved?: InputMaybe<Scalars['Boolean']>;
|
|
@@ -2427,6 +2630,7 @@ export interface IndexSubscription_Filter {
|
|
|
2427
2630
|
indexValueUntilUpdatedAt_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2428
2631
|
indexValueUntilUpdatedAt_not?: InputMaybe<Scalars['BigInt']>;
|
|
2429
2632
|
indexValueUntilUpdatedAt_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2633
|
+
index_?: InputMaybe<Index_Filter>;
|
|
2430
2634
|
index_contains?: InputMaybe<Scalars['String']>;
|
|
2431
2635
|
index_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
2432
2636
|
index_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -2447,6 +2651,7 @@ export interface IndexSubscription_Filter {
|
|
|
2447
2651
|
index_starts_with?: InputMaybe<Scalars['String']>;
|
|
2448
2652
|
index_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2449
2653
|
subscriber?: InputMaybe<Scalars['String']>;
|
|
2654
|
+
subscriber_?: InputMaybe<Account_Filter>;
|
|
2450
2655
|
subscriber_contains?: InputMaybe<Scalars['String']>;
|
|
2451
2656
|
subscriber_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
2452
2657
|
subscriber_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -2466,6 +2671,10 @@ export interface IndexSubscription_Filter {
|
|
|
2466
2671
|
subscriber_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2467
2672
|
subscriber_starts_with?: InputMaybe<Scalars['String']>;
|
|
2468
2673
|
subscriber_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2674
|
+
subscriptionApprovedEvents_?: InputMaybe<SubscriptionApprovedEvent_Filter>;
|
|
2675
|
+
subscriptionDistributionClaimedEvents_?: InputMaybe<SubscriptionDistributionClaimedEvent_Filter>;
|
|
2676
|
+
subscriptionRevokedEvents_?: InputMaybe<SubscriptionRevokedEvent_Filter>;
|
|
2677
|
+
subscriptionUnitsUpdatedEvents_?: InputMaybe<SubscriptionUnitsUpdatedEvent_Filter>;
|
|
2469
2678
|
totalAmountReceivedUntilUpdatedAt?: InputMaybe<Scalars['BigInt']>;
|
|
2470
2679
|
totalAmountReceivedUntilUpdatedAt_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2471
2680
|
totalAmountReceivedUntilUpdatedAt_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -2516,6 +2725,14 @@ export interface IndexUnitsUpdatedEvent_Filter {
|
|
|
2516
2725
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2517
2726
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
2518
2727
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2728
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
2729
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2730
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2731
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2732
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2733
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2734
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
2735
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2519
2736
|
id?: InputMaybe<Scalars['ID']>;
|
|
2520
2737
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
2521
2738
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -2533,6 +2750,7 @@ export interface IndexUnitsUpdatedEvent_Filter {
|
|
|
2533
2750
|
indexId_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2534
2751
|
indexId_not?: InputMaybe<Scalars['BigInt']>;
|
|
2535
2752
|
indexId_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2753
|
+
index_?: InputMaybe<Index_Filter>;
|
|
2536
2754
|
index_contains?: InputMaybe<Scalars['String']>;
|
|
2537
2755
|
index_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
2538
2756
|
index_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -2643,7 +2861,7 @@ export interface IndexUnitsUpdatedEvent_Filter {
|
|
|
2643
2861
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2644
2862
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2645
2863
|
}
|
|
2646
|
-
export declare type IndexUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
2864
|
+
export declare type IndexUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
2647
2865
|
export interface IndexUnsubscribedEvent_Filter {
|
|
2648
2866
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2649
2867
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2660,6 +2878,14 @@ export interface IndexUnsubscribedEvent_Filter {
|
|
|
2660
2878
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2661
2879
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
2662
2880
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2881
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
2882
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2883
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
2884
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2885
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
2886
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2887
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
2888
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2663
2889
|
id?: InputMaybe<Scalars['ID']>;
|
|
2664
2890
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
2665
2891
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -2677,6 +2903,7 @@ export interface IndexUnsubscribedEvent_Filter {
|
|
|
2677
2903
|
indexId_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2678
2904
|
indexId_not?: InputMaybe<Scalars['BigInt']>;
|
|
2679
2905
|
indexId_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2906
|
+
index_?: InputMaybe<Index_Filter>;
|
|
2680
2907
|
index_contains?: InputMaybe<Scalars['String']>;
|
|
2681
2908
|
index_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
2682
2909
|
index_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -2771,7 +2998,7 @@ export interface IndexUnsubscribedEvent_Filter {
|
|
|
2771
2998
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2772
2999
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2773
3000
|
}
|
|
2774
|
-
export declare type IndexUnsubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
3001
|
+
export declare type IndexUnsubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2775
3002
|
export interface IndexUpdatedEvent_Filter {
|
|
2776
3003
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2777
3004
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2788,6 +3015,14 @@ export interface IndexUpdatedEvent_Filter {
|
|
|
2788
3015
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2789
3016
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
2790
3017
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3018
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
3019
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3020
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3021
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3022
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3023
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3024
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
3025
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2791
3026
|
id?: InputMaybe<Scalars['ID']>;
|
|
2792
3027
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
2793
3028
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -2805,6 +3040,7 @@ export interface IndexUpdatedEvent_Filter {
|
|
|
2805
3040
|
indexId_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2806
3041
|
indexId_not?: InputMaybe<Scalars['BigInt']>;
|
|
2807
3042
|
indexId_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3043
|
+
index_?: InputMaybe<Index_Filter>;
|
|
2808
3044
|
index_contains?: InputMaybe<Scalars['String']>;
|
|
2809
3045
|
index_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
2810
3046
|
index_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -2925,7 +3161,7 @@ export interface IndexUpdatedEvent_Filter {
|
|
|
2925
3161
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2926
3162
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2927
3163
|
}
|
|
2928
|
-
export declare type IndexUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'newIndexValue' | 'oldIndexValue' | 'order' | 'publisher' | 'timestamp' | 'token' | 'totalUnitsApproved' | 'totalUnitsPending' | 'transactionHash' | 'userData';
|
|
3164
|
+
export declare type IndexUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'newIndexValue' | 'oldIndexValue' | 'order' | 'publisher' | 'timestamp' | 'token' | 'totalUnitsApproved' | 'totalUnitsPending' | 'transactionHash' | 'userData';
|
|
2929
3165
|
export interface Index_Filter {
|
|
2930
3166
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2931
3167
|
createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -2953,6 +3189,7 @@ export interface Index_Filter {
|
|
|
2953
3189
|
id_not?: InputMaybe<Scalars['ID']>;
|
|
2954
3190
|
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
2955
3191
|
indexCreatedEvent?: InputMaybe<Scalars['String']>;
|
|
3192
|
+
indexCreatedEvent_?: InputMaybe<IndexCreatedEvent_Filter>;
|
|
2956
3193
|
indexCreatedEvent_contains?: InputMaybe<Scalars['String']>;
|
|
2957
3194
|
indexCreatedEvent_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
2958
3195
|
indexCreatedEvent_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -2972,6 +3209,7 @@ export interface Index_Filter {
|
|
|
2972
3209
|
indexCreatedEvent_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
2973
3210
|
indexCreatedEvent_starts_with?: InputMaybe<Scalars['String']>;
|
|
2974
3211
|
indexCreatedEvent_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3212
|
+
indexDistributionClaimedEvents_?: InputMaybe<IndexDistributionClaimedEvent_Filter>;
|
|
2975
3213
|
indexId?: InputMaybe<Scalars['BigInt']>;
|
|
2976
3214
|
indexId_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2977
3215
|
indexId_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -2980,6 +3218,10 @@ export interface Index_Filter {
|
|
|
2980
3218
|
indexId_lte?: InputMaybe<Scalars['BigInt']>;
|
|
2981
3219
|
indexId_not?: InputMaybe<Scalars['BigInt']>;
|
|
2982
3220
|
indexId_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3221
|
+
indexSubscribedEvents_?: InputMaybe<IndexSubscribedEvent_Filter>;
|
|
3222
|
+
indexUnitsUpdatedEvents_?: InputMaybe<IndexUnitsUpdatedEvent_Filter>;
|
|
3223
|
+
indexUnsubscribedEvents_?: InputMaybe<IndexUnsubscribedEvent_Filter>;
|
|
3224
|
+
indexUpdatedEvents_?: InputMaybe<IndexUpdatedEvent_Filter>;
|
|
2983
3225
|
indexValue?: InputMaybe<Scalars['BigInt']>;
|
|
2984
3226
|
indexValue_gt?: InputMaybe<Scalars['BigInt']>;
|
|
2985
3227
|
indexValue_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -2989,6 +3231,7 @@ export interface Index_Filter {
|
|
|
2989
3231
|
indexValue_not?: InputMaybe<Scalars['BigInt']>;
|
|
2990
3232
|
indexValue_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2991
3233
|
publisher?: InputMaybe<Scalars['String']>;
|
|
3234
|
+
publisher_?: InputMaybe<Account_Filter>;
|
|
2992
3235
|
publisher_contains?: InputMaybe<Scalars['String']>;
|
|
2993
3236
|
publisher_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
2994
3237
|
publisher_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -3008,7 +3251,9 @@ export interface Index_Filter {
|
|
|
3008
3251
|
publisher_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3009
3252
|
publisher_starts_with?: InputMaybe<Scalars['String']>;
|
|
3010
3253
|
publisher_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
3254
|
+
subscriptions_?: InputMaybe<IndexSubscription_Filter>;
|
|
3011
3255
|
token?: InputMaybe<Scalars['String']>;
|
|
3256
|
+
token_?: InputMaybe<Token_Filter>;
|
|
3012
3257
|
token_contains?: InputMaybe<Scalars['String']>;
|
|
3013
3258
|
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
3014
3259
|
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -3108,6 +3353,14 @@ export interface JailEvent_Filter {
|
|
|
3108
3353
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3109
3354
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
3110
3355
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3356
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
3357
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3358
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3359
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3360
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3361
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3362
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
3363
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3111
3364
|
id?: InputMaybe<Scalars['ID']>;
|
|
3112
3365
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
3113
3366
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -3175,7 +3428,7 @@ export interface JailEvent_Filter {
|
|
|
3175
3428
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3176
3429
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3177
3430
|
}
|
|
3178
|
-
export declare type JailEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'reason' | 'timestamp' | 'transactionHash';
|
|
3431
|
+
export declare type JailEvent_OrderBy = 'addresses' | 'app' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'reason' | 'timestamp' | 'transactionHash';
|
|
3179
3432
|
export interface MintedEvent_Filter {
|
|
3180
3433
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3181
3434
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3206,6 +3459,14 @@ export interface MintedEvent_Filter {
|
|
|
3206
3459
|
data_not?: InputMaybe<Scalars['Bytes']>;
|
|
3207
3460
|
data_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3208
3461
|
data_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3462
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
3463
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3464
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3465
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3466
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3467
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3468
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
3469
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3209
3470
|
id?: InputMaybe<Scalars['ID']>;
|
|
3210
3471
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
3211
3472
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -3276,6 +3537,12 @@ export interface MintedEvent_Filter {
|
|
|
3276
3537
|
to_not?: InputMaybe<Scalars['Bytes']>;
|
|
3277
3538
|
to_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3278
3539
|
to_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3540
|
+
token?: InputMaybe<Scalars['Bytes']>;
|
|
3541
|
+
token_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3542
|
+
token_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3543
|
+
token_not?: InputMaybe<Scalars['Bytes']>;
|
|
3544
|
+
token_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3545
|
+
token_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3279
3546
|
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
3280
3547
|
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3281
3548
|
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3283,7 +3550,7 @@ export interface MintedEvent_Filter {
|
|
|
3283
3550
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3284
3551
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3285
3552
|
}
|
|
3286
|
-
export declare type MintedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'transactionHash';
|
|
3553
|
+
export declare type MintedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash';
|
|
3287
3554
|
export declare type OrderDirection = 'asc' | 'desc';
|
|
3288
3555
|
export interface PppConfigurationChangedEvent_Filter {
|
|
3289
3556
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
@@ -3301,6 +3568,20 @@ export interface PppConfigurationChangedEvent_Filter {
|
|
|
3301
3568
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3302
3569
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
3303
3570
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3571
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
3572
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3573
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3574
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3575
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3576
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3577
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
3578
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3579
|
+
governanceAddress?: InputMaybe<Scalars['Bytes']>;
|
|
3580
|
+
governanceAddress_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3581
|
+
governanceAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3582
|
+
governanceAddress_not?: InputMaybe<Scalars['Bytes']>;
|
|
3583
|
+
governanceAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3584
|
+
governanceAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3304
3585
|
host?: InputMaybe<Scalars['Bytes']>;
|
|
3305
3586
|
host_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3306
3587
|
host_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3392,7 +3673,7 @@ export interface PppConfigurationChangedEvent_Filter {
|
|
|
3392
3673
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3393
3674
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3394
3675
|
}
|
|
3395
|
-
export declare type PppConfigurationChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'patricianPeriod' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
3676
|
+
export declare type PppConfigurationChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'liquidationPeriod' | 'logIndex' | 'name' | 'order' | 'patricianPeriod' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
3396
3677
|
export interface RewardAddressChangedEvent_Filter {
|
|
3397
3678
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3398
3679
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3409,6 +3690,20 @@ export interface RewardAddressChangedEvent_Filter {
|
|
|
3409
3690
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3410
3691
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
3411
3692
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3693
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
3694
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3695
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3696
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3697
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3698
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3699
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
3700
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3701
|
+
governanceAddress?: InputMaybe<Scalars['Bytes']>;
|
|
3702
|
+
governanceAddress_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3703
|
+
governanceAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3704
|
+
governanceAddress_not?: InputMaybe<Scalars['Bytes']>;
|
|
3705
|
+
governanceAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3706
|
+
governanceAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3412
3707
|
host?: InputMaybe<Scalars['Bytes']>;
|
|
3413
3708
|
host_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3414
3709
|
host_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3490,7 +3785,7 @@ export interface RewardAddressChangedEvent_Filter {
|
|
|
3490
3785
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3491
3786
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3492
3787
|
}
|
|
3493
|
-
export declare type RewardAddressChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'rewardAddress' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
3788
|
+
export declare type RewardAddressChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'rewardAddress' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
3494
3789
|
export interface RoleAdminChangedEvent_Filter {
|
|
3495
3790
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3496
3791
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3507,6 +3802,14 @@ export interface RoleAdminChangedEvent_Filter {
|
|
|
3507
3802
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3508
3803
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
3509
3804
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3805
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
3806
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3807
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3808
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3809
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3810
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3811
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
3812
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3510
3813
|
id?: InputMaybe<Scalars['ID']>;
|
|
3511
3814
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
3512
3815
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -3584,7 +3887,7 @@ export interface RoleAdminChangedEvent_Filter {
|
|
|
3584
3887
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3585
3888
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3586
3889
|
}
|
|
3587
|
-
export declare type RoleAdminChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newAdminRole' | 'order' | 'previousAdminRole' | 'role' | 'timestamp' | 'transactionHash';
|
|
3890
|
+
export declare type RoleAdminChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newAdminRole' | 'order' | 'previousAdminRole' | 'role' | 'timestamp' | 'transactionHash';
|
|
3588
3891
|
export interface RoleGrantedEvent_Filter {
|
|
3589
3892
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3590
3893
|
account?: InputMaybe<Scalars['Bytes']>;
|
|
@@ -3607,6 +3910,14 @@ export interface RoleGrantedEvent_Filter {
|
|
|
3607
3910
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3608
3911
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
3609
3912
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3913
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
3914
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
3915
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
3916
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3917
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
3918
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3919
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
3920
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3610
3921
|
id?: InputMaybe<Scalars['ID']>;
|
|
3611
3922
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
3612
3923
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -3678,7 +3989,7 @@ export interface RoleGrantedEvent_Filter {
|
|
|
3678
3989
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3679
3990
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3680
3991
|
}
|
|
3681
|
-
export declare type RoleGrantedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
|
|
3992
|
+
export declare type RoleGrantedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
|
|
3682
3993
|
export interface RoleRevokedEvent_Filter {
|
|
3683
3994
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3684
3995
|
account?: InputMaybe<Scalars['Bytes']>;
|
|
@@ -3701,6 +4012,14 @@ export interface RoleRevokedEvent_Filter {
|
|
|
3701
4012
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
3702
4013
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
3703
4014
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4015
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
4016
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4017
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4018
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4019
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4020
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4021
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
4022
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3704
4023
|
id?: InputMaybe<Scalars['ID']>;
|
|
3705
4024
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
3706
4025
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -3772,7 +4091,7 @@ export interface RoleRevokedEvent_Filter {
|
|
|
3772
4091
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3773
4092
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3774
4093
|
}
|
|
3775
|
-
export declare type RoleRevokedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
|
|
4094
|
+
export declare type RoleRevokedEvent_OrderBy = 'account' | 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'role' | 'sender' | 'timestamp' | 'transactionHash';
|
|
3776
4095
|
export interface SfMeta_Filter {
|
|
3777
4096
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3778
4097
|
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -3877,6 +4196,14 @@ export interface SentEvent_Filter {
|
|
|
3877
4196
|
from_not?: InputMaybe<Scalars['Bytes']>;
|
|
3878
4197
|
from_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3879
4198
|
from_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4199
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
4200
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4201
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4202
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4203
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4204
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4205
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
4206
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3880
4207
|
id?: InputMaybe<Scalars['ID']>;
|
|
3881
4208
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
3882
4209
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -3947,6 +4274,12 @@ export interface SentEvent_Filter {
|
|
|
3947
4274
|
to_not?: InputMaybe<Scalars['Bytes']>;
|
|
3948
4275
|
to_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3949
4276
|
to_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4277
|
+
token?: InputMaybe<Scalars['Bytes']>;
|
|
4278
|
+
token_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4279
|
+
token_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4280
|
+
token_not?: InputMaybe<Scalars['Bytes']>;
|
|
4281
|
+
token_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4282
|
+
token_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3950
4283
|
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
3951
4284
|
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3952
4285
|
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3954,7 +4287,7 @@ export interface SentEvent_Filter {
|
|
|
3954
4287
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3955
4288
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3956
4289
|
}
|
|
3957
|
-
export declare type SentEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'transactionHash';
|
|
4290
|
+
export declare type SentEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'data' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'operator' | 'operatorData' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash';
|
|
3958
4291
|
export interface StreamPeriod_Filter {
|
|
3959
4292
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3960
4293
|
deposit?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -3982,6 +4315,7 @@ export interface StreamPeriod_Filter {
|
|
|
3982
4315
|
id_not?: InputMaybe<Scalars['ID']>;
|
|
3983
4316
|
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
3984
4317
|
receiver?: InputMaybe<Scalars['String']>;
|
|
4318
|
+
receiver_?: InputMaybe<Account_Filter>;
|
|
3985
4319
|
receiver_contains?: InputMaybe<Scalars['String']>;
|
|
3986
4320
|
receiver_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
3987
4321
|
receiver_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4002,6 +4336,7 @@ export interface StreamPeriod_Filter {
|
|
|
4002
4336
|
receiver_starts_with?: InputMaybe<Scalars['String']>;
|
|
4003
4337
|
receiver_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4004
4338
|
sender?: InputMaybe<Scalars['String']>;
|
|
4339
|
+
sender_?: InputMaybe<Account_Filter>;
|
|
4005
4340
|
sender_contains?: InputMaybe<Scalars['String']>;
|
|
4006
4341
|
sender_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4007
4342
|
sender_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4030,6 +4365,7 @@ export interface StreamPeriod_Filter {
|
|
|
4030
4365
|
startedAtBlockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
4031
4366
|
startedAtBlockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4032
4367
|
startedAtEvent?: InputMaybe<Scalars['String']>;
|
|
4368
|
+
startedAtEvent_?: InputMaybe<FlowUpdatedEvent_Filter>;
|
|
4033
4369
|
startedAtEvent_contains?: InputMaybe<Scalars['String']>;
|
|
4034
4370
|
startedAtEvent_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4035
4371
|
startedAtEvent_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4066,6 +4402,7 @@ export interface StreamPeriod_Filter {
|
|
|
4066
4402
|
stoppedAtBlockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
4067
4403
|
stoppedAtBlockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4068
4404
|
stoppedAtEvent?: InputMaybe<Scalars['String']>;
|
|
4405
|
+
stoppedAtEvent_?: InputMaybe<FlowUpdatedEvent_Filter>;
|
|
4069
4406
|
stoppedAtEvent_contains?: InputMaybe<Scalars['String']>;
|
|
4070
4407
|
stoppedAtEvent_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4071
4408
|
stoppedAtEvent_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4094,6 +4431,7 @@ export interface StreamPeriod_Filter {
|
|
|
4094
4431
|
stoppedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
4095
4432
|
stoppedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4096
4433
|
stream?: InputMaybe<Scalars['String']>;
|
|
4434
|
+
stream_?: InputMaybe<Stream_Filter>;
|
|
4097
4435
|
stream_contains?: InputMaybe<Scalars['String']>;
|
|
4098
4436
|
stream_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4099
4437
|
stream_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4114,6 +4452,7 @@ export interface StreamPeriod_Filter {
|
|
|
4114
4452
|
stream_starts_with?: InputMaybe<Scalars['String']>;
|
|
4115
4453
|
stream_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4116
4454
|
token?: InputMaybe<Scalars['String']>;
|
|
4455
|
+
token_?: InputMaybe<Token_Filter>;
|
|
4117
4456
|
token_contains?: InputMaybe<Scalars['String']>;
|
|
4118
4457
|
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4119
4458
|
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4205,6 +4544,7 @@ export interface Stream_Filter {
|
|
|
4205
4544
|
deposit_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4206
4545
|
deposit_not?: InputMaybe<Scalars['BigInt']>;
|
|
4207
4546
|
deposit_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4547
|
+
flowUpdatedEvents_?: InputMaybe<FlowUpdatedEvent_Filter>;
|
|
4208
4548
|
id?: InputMaybe<Scalars['ID']>;
|
|
4209
4549
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
4210
4550
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -4214,6 +4554,7 @@ export interface Stream_Filter {
|
|
|
4214
4554
|
id_not?: InputMaybe<Scalars['ID']>;
|
|
4215
4555
|
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
4216
4556
|
receiver?: InputMaybe<Scalars['String']>;
|
|
4557
|
+
receiver_?: InputMaybe<Account_Filter>;
|
|
4217
4558
|
receiver_contains?: InputMaybe<Scalars['String']>;
|
|
4218
4559
|
receiver_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4219
4560
|
receiver_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4234,6 +4575,7 @@ export interface Stream_Filter {
|
|
|
4234
4575
|
receiver_starts_with?: InputMaybe<Scalars['String']>;
|
|
4235
4576
|
receiver_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4236
4577
|
sender?: InputMaybe<Scalars['String']>;
|
|
4578
|
+
sender_?: InputMaybe<Account_Filter>;
|
|
4237
4579
|
sender_contains?: InputMaybe<Scalars['String']>;
|
|
4238
4580
|
sender_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4239
4581
|
sender_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4253,6 +4595,7 @@ export interface Stream_Filter {
|
|
|
4253
4595
|
sender_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4254
4596
|
sender_starts_with?: InputMaybe<Scalars['String']>;
|
|
4255
4597
|
sender_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
4598
|
+
streamPeriods_?: InputMaybe<StreamPeriod_Filter>;
|
|
4256
4599
|
streamedUntilUpdatedAt?: InputMaybe<Scalars['BigInt']>;
|
|
4257
4600
|
streamedUntilUpdatedAt_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4258
4601
|
streamedUntilUpdatedAt_gte?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -4262,6 +4605,7 @@ export interface Stream_Filter {
|
|
|
4262
4605
|
streamedUntilUpdatedAt_not?: InputMaybe<Scalars['BigInt']>;
|
|
4263
4606
|
streamedUntilUpdatedAt_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4264
4607
|
token?: InputMaybe<Scalars['String']>;
|
|
4608
|
+
token_?: InputMaybe<Token_Filter>;
|
|
4265
4609
|
token_contains?: InputMaybe<Scalars['String']>;
|
|
4266
4610
|
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4267
4611
|
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4315,6 +4659,14 @@ export interface SubscriptionApprovedEvent_Filter {
|
|
|
4315
4659
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4316
4660
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
4317
4661
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4662
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
4663
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4664
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4665
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4666
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4667
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4668
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
4669
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4318
4670
|
id?: InputMaybe<Scalars['ID']>;
|
|
4319
4671
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
4320
4672
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -4380,6 +4732,7 @@ export interface SubscriptionApprovedEvent_Filter {
|
|
|
4380
4732
|
subscriber_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4381
4733
|
subscriber_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4382
4734
|
subscription?: InputMaybe<Scalars['String']>;
|
|
4735
|
+
subscription_?: InputMaybe<IndexSubscription_Filter>;
|
|
4383
4736
|
subscription_contains?: InputMaybe<Scalars['String']>;
|
|
4384
4737
|
subscription_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4385
4738
|
subscription_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4426,7 +4779,7 @@ export interface SubscriptionApprovedEvent_Filter {
|
|
|
4426
4779
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4427
4780
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4428
4781
|
}
|
|
4429
|
-
export declare type SubscriptionApprovedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
4782
|
+
export declare type SubscriptionApprovedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
4430
4783
|
export interface SubscriptionDistributionClaimedEvent_Filter {
|
|
4431
4784
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4432
4785
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4451,6 +4804,14 @@ export interface SubscriptionDistributionClaimedEvent_Filter {
|
|
|
4451
4804
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4452
4805
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
4453
4806
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4807
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
4808
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4809
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4810
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4811
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4812
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4813
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
4814
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4454
4815
|
id?: InputMaybe<Scalars['ID']>;
|
|
4455
4816
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
4456
4817
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -4516,6 +4877,7 @@ export interface SubscriptionDistributionClaimedEvent_Filter {
|
|
|
4516
4877
|
subscriber_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4517
4878
|
subscriber_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4518
4879
|
subscription?: InputMaybe<Scalars['String']>;
|
|
4880
|
+
subscription_?: InputMaybe<IndexSubscription_Filter>;
|
|
4519
4881
|
subscription_contains?: InputMaybe<Scalars['String']>;
|
|
4520
4882
|
subscription_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4521
4883
|
subscription_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4556,7 +4918,7 @@ export interface SubscriptionDistributionClaimedEvent_Filter {
|
|
|
4556
4918
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4557
4919
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4558
4920
|
}
|
|
4559
|
-
export declare type SubscriptionDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash';
|
|
4921
|
+
export declare type SubscriptionDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash';
|
|
4560
4922
|
export interface SubscriptionRevokedEvent_Filter {
|
|
4561
4923
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4562
4924
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4573,6 +4935,14 @@ export interface SubscriptionRevokedEvent_Filter {
|
|
|
4573
4935
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4574
4936
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
4575
4937
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4938
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
4939
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
4940
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
4941
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4942
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
4943
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4944
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
4945
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4576
4946
|
id?: InputMaybe<Scalars['ID']>;
|
|
4577
4947
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
4578
4948
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -4638,6 +5008,7 @@ export interface SubscriptionRevokedEvent_Filter {
|
|
|
4638
5008
|
subscriber_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4639
5009
|
subscriber_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4640
5010
|
subscription?: InputMaybe<Scalars['String']>;
|
|
5011
|
+
subscription_?: InputMaybe<IndexSubscription_Filter>;
|
|
4641
5012
|
subscription_contains?: InputMaybe<Scalars['String']>;
|
|
4642
5013
|
subscription_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4643
5014
|
subscription_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4684,7 +5055,7 @@ export interface SubscriptionRevokedEvent_Filter {
|
|
|
4684
5055
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4685
5056
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4686
5057
|
}
|
|
4687
|
-
export declare type SubscriptionRevokedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
5058
|
+
export declare type SubscriptionRevokedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
4688
5059
|
export interface SubscriptionUnitsUpdatedEvent_Filter {
|
|
4689
5060
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4690
5061
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4701,6 +5072,14 @@ export interface SubscriptionUnitsUpdatedEvent_Filter {
|
|
|
4701
5072
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4702
5073
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
4703
5074
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5075
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
5076
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5077
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5078
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5079
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5080
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5081
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
5082
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4704
5083
|
id?: InputMaybe<Scalars['ID']>;
|
|
4705
5084
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
4706
5085
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -4774,6 +5153,7 @@ export interface SubscriptionUnitsUpdatedEvent_Filter {
|
|
|
4774
5153
|
subscriber_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4775
5154
|
subscriber_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4776
5155
|
subscription?: InputMaybe<Scalars['String']>;
|
|
5156
|
+
subscription_?: InputMaybe<IndexSubscription_Filter>;
|
|
4777
5157
|
subscription_contains?: InputMaybe<Scalars['String']>;
|
|
4778
5158
|
subscription_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
4779
5159
|
subscription_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -4828,7 +5208,7 @@ export interface SubscriptionUnitsUpdatedEvent_Filter {
|
|
|
4828
5208
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4829
5209
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4830
5210
|
}
|
|
4831
|
-
export declare type SubscriptionUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
5211
|
+
export declare type SubscriptionUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
4832
5212
|
export interface SuperTokenCreatedEvent_Filter {
|
|
4833
5213
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4834
5214
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4845,6 +5225,14 @@ export interface SuperTokenCreatedEvent_Filter {
|
|
|
4845
5225
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4846
5226
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
4847
5227
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5228
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
5229
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5230
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5231
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5232
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5233
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5234
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
5235
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4848
5236
|
id?: InputMaybe<Scalars['ID']>;
|
|
4849
5237
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
4850
5238
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -4910,7 +5298,7 @@ export interface SuperTokenCreatedEvent_Filter {
|
|
|
4910
5298
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4911
5299
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4912
5300
|
}
|
|
4913
|
-
export declare type SuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
5301
|
+
export declare type SuperTokenCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
4914
5302
|
export interface SuperTokenFactoryUpdatedEvent_Filter {
|
|
4915
5303
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4916
5304
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -4927,6 +5315,14 @@ export interface SuperTokenFactoryUpdatedEvent_Filter {
|
|
|
4927
5315
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
4928
5316
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
4929
5317
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5318
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
5319
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5320
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5321
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5322
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5323
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5324
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
5325
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4930
5326
|
id?: InputMaybe<Scalars['ID']>;
|
|
4931
5327
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
4932
5328
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -4992,7 +5388,7 @@ export interface SuperTokenFactoryUpdatedEvent_Filter {
|
|
|
4992
5388
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
4993
5389
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
4994
5390
|
}
|
|
4995
|
-
export declare type SuperTokenFactoryUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'newFactory' | 'order' | 'timestamp' | 'transactionHash';
|
|
5391
|
+
export declare type SuperTokenFactoryUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'newFactory' | 'order' | 'timestamp' | 'transactionHash';
|
|
4996
5392
|
export interface SuperTokenLogicCreatedEvent_Filter {
|
|
4997
5393
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4998
5394
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -5009,6 +5405,14 @@ export interface SuperTokenLogicCreatedEvent_Filter {
|
|
|
5009
5405
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5010
5406
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
5011
5407
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5408
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
5409
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5410
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5411
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5412
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5413
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5414
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
5415
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5012
5416
|
id?: InputMaybe<Scalars['ID']>;
|
|
5013
5417
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
5014
5418
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -5074,7 +5478,7 @@ export interface SuperTokenLogicCreatedEvent_Filter {
|
|
|
5074
5478
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5075
5479
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5076
5480
|
}
|
|
5077
|
-
export declare type SuperTokenLogicCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'tokenLogic' | 'transactionHash';
|
|
5481
|
+
export declare type SuperTokenLogicCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'tokenLogic' | 'transactionHash';
|
|
5078
5482
|
export interface SuperTokenLogicUpdatedEvent_Filter {
|
|
5079
5483
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5080
5484
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -5097,6 +5501,14 @@ export interface SuperTokenLogicUpdatedEvent_Filter {
|
|
|
5097
5501
|
code_not?: InputMaybe<Scalars['Bytes']>;
|
|
5098
5502
|
code_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5099
5503
|
code_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5504
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
5505
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5506
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5507
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5508
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5509
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5510
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
5511
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5100
5512
|
id?: InputMaybe<Scalars['ID']>;
|
|
5101
5513
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
5102
5514
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -5162,10 +5574,11 @@ export interface SuperTokenLogicUpdatedEvent_Filter {
|
|
|
5162
5574
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5163
5575
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5164
5576
|
}
|
|
5165
|
-
export declare type SuperTokenLogicUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'code' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
5577
|
+
export declare type SuperTokenLogicUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'code' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
5166
5578
|
export interface TokenDowngradedEvent_Filter {
|
|
5167
5579
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5168
5580
|
account?: InputMaybe<Scalars['String']>;
|
|
5581
|
+
account_?: InputMaybe<Account_Filter>;
|
|
5169
5582
|
account_contains?: InputMaybe<Scalars['String']>;
|
|
5170
5583
|
account_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5171
5584
|
account_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -5207,6 +5620,14 @@ export interface TokenDowngradedEvent_Filter {
|
|
|
5207
5620
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5208
5621
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
5209
5622
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5623
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
5624
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5625
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5626
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5627
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5628
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5629
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
5630
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5210
5631
|
id?: InputMaybe<Scalars['ID']>;
|
|
5211
5632
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
5212
5633
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -5272,7 +5693,215 @@ export interface TokenDowngradedEvent_Filter {
|
|
|
5272
5693
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5273
5694
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5274
5695
|
}
|
|
5275
|
-
export declare type TokenDowngradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
5696
|
+
export declare type TokenDowngradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
5697
|
+
export interface TokenStatisticLog_Filter {
|
|
5698
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5699
|
+
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
5700
|
+
blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5701
|
+
blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5702
|
+
blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5703
|
+
blockNumber_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5704
|
+
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5705
|
+
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
5706
|
+
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5707
|
+
id?: InputMaybe<Scalars['ID']>;
|
|
5708
|
+
id_gt?: InputMaybe<Scalars['ID']>;
|
|
5709
|
+
id_gte?: InputMaybe<Scalars['ID']>;
|
|
5710
|
+
id_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
5711
|
+
id_lt?: InputMaybe<Scalars['ID']>;
|
|
5712
|
+
id_lte?: InputMaybe<Scalars['ID']>;
|
|
5713
|
+
id_not?: InputMaybe<Scalars['ID']>;
|
|
5714
|
+
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
5715
|
+
logIndex?: InputMaybe<Scalars['BigInt']>;
|
|
5716
|
+
logIndex_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5717
|
+
logIndex_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5718
|
+
logIndex_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5719
|
+
logIndex_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5720
|
+
logIndex_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5721
|
+
logIndex_not?: InputMaybe<Scalars['BigInt']>;
|
|
5722
|
+
logIndex_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5723
|
+
order?: InputMaybe<Scalars['BigInt']>;
|
|
5724
|
+
order_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5725
|
+
order_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5726
|
+
order_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5727
|
+
order_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5728
|
+
order_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5729
|
+
order_not?: InputMaybe<Scalars['BigInt']>;
|
|
5730
|
+
order_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5731
|
+
timestamp?: InputMaybe<Scalars['BigInt']>;
|
|
5732
|
+
timestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5733
|
+
timestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5734
|
+
timestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5735
|
+
timestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5736
|
+
timestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5737
|
+
timestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
5738
|
+
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5739
|
+
token?: InputMaybe<Scalars['String']>;
|
|
5740
|
+
tokenStatistic?: InputMaybe<Scalars['String']>;
|
|
5741
|
+
tokenStatistic_?: InputMaybe<TokenStatistic_Filter>;
|
|
5742
|
+
tokenStatistic_contains?: InputMaybe<Scalars['String']>;
|
|
5743
|
+
tokenStatistic_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5744
|
+
tokenStatistic_ends_with?: InputMaybe<Scalars['String']>;
|
|
5745
|
+
tokenStatistic_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5746
|
+
tokenStatistic_gt?: InputMaybe<Scalars['String']>;
|
|
5747
|
+
tokenStatistic_gte?: InputMaybe<Scalars['String']>;
|
|
5748
|
+
tokenStatistic_in?: InputMaybe<Array<Scalars['String']>>;
|
|
5749
|
+
tokenStatistic_lt?: InputMaybe<Scalars['String']>;
|
|
5750
|
+
tokenStatistic_lte?: InputMaybe<Scalars['String']>;
|
|
5751
|
+
tokenStatistic_not?: InputMaybe<Scalars['String']>;
|
|
5752
|
+
tokenStatistic_not_contains?: InputMaybe<Scalars['String']>;
|
|
5753
|
+
tokenStatistic_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5754
|
+
tokenStatistic_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
5755
|
+
tokenStatistic_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5756
|
+
tokenStatistic_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
5757
|
+
tokenStatistic_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
5758
|
+
tokenStatistic_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5759
|
+
tokenStatistic_starts_with?: InputMaybe<Scalars['String']>;
|
|
5760
|
+
tokenStatistic_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5761
|
+
token_?: InputMaybe<Token_Filter>;
|
|
5762
|
+
token_contains?: InputMaybe<Scalars['String']>;
|
|
5763
|
+
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5764
|
+
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
5765
|
+
token_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5766
|
+
token_gt?: InputMaybe<Scalars['String']>;
|
|
5767
|
+
token_gte?: InputMaybe<Scalars['String']>;
|
|
5768
|
+
token_in?: InputMaybe<Array<Scalars['String']>>;
|
|
5769
|
+
token_lt?: InputMaybe<Scalars['String']>;
|
|
5770
|
+
token_lte?: InputMaybe<Scalars['String']>;
|
|
5771
|
+
token_not?: InputMaybe<Scalars['String']>;
|
|
5772
|
+
token_not_contains?: InputMaybe<Scalars['String']>;
|
|
5773
|
+
token_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5774
|
+
token_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
5775
|
+
token_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5776
|
+
token_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
5777
|
+
token_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
5778
|
+
token_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5779
|
+
token_starts_with?: InputMaybe<Scalars['String']>;
|
|
5780
|
+
token_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5781
|
+
totalAmountDistributed?: InputMaybe<Scalars['BigInt']>;
|
|
5782
|
+
totalAmountDistributed_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5783
|
+
totalAmountDistributed_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5784
|
+
totalAmountDistributed_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5785
|
+
totalAmountDistributed_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5786
|
+
totalAmountDistributed_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5787
|
+
totalAmountDistributed_not?: InputMaybe<Scalars['BigInt']>;
|
|
5788
|
+
totalAmountDistributed_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5789
|
+
totalAmountStreamed?: InputMaybe<Scalars['BigInt']>;
|
|
5790
|
+
totalAmountStreamed_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5791
|
+
totalAmountStreamed_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5792
|
+
totalAmountStreamed_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5793
|
+
totalAmountStreamed_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5794
|
+
totalAmountStreamed_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5795
|
+
totalAmountStreamed_not?: InputMaybe<Scalars['BigInt']>;
|
|
5796
|
+
totalAmountStreamed_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5797
|
+
totalAmountTransferred?: InputMaybe<Scalars['BigInt']>;
|
|
5798
|
+
totalAmountTransferred_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5799
|
+
totalAmountTransferred_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5800
|
+
totalAmountTransferred_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5801
|
+
totalAmountTransferred_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5802
|
+
totalAmountTransferred_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5803
|
+
totalAmountTransferred_not?: InputMaybe<Scalars['BigInt']>;
|
|
5804
|
+
totalAmountTransferred_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5805
|
+
totalApprovedSubscriptions?: InputMaybe<Scalars['Int']>;
|
|
5806
|
+
totalApprovedSubscriptions_gt?: InputMaybe<Scalars['Int']>;
|
|
5807
|
+
totalApprovedSubscriptions_gte?: InputMaybe<Scalars['Int']>;
|
|
5808
|
+
totalApprovedSubscriptions_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5809
|
+
totalApprovedSubscriptions_lt?: InputMaybe<Scalars['Int']>;
|
|
5810
|
+
totalApprovedSubscriptions_lte?: InputMaybe<Scalars['Int']>;
|
|
5811
|
+
totalApprovedSubscriptions_not?: InputMaybe<Scalars['Int']>;
|
|
5812
|
+
totalApprovedSubscriptions_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5813
|
+
totalDeposit?: InputMaybe<Scalars['BigInt']>;
|
|
5814
|
+
totalDeposit_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5815
|
+
totalDeposit_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5816
|
+
totalDeposit_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5817
|
+
totalDeposit_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5818
|
+
totalDeposit_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5819
|
+
totalDeposit_not?: InputMaybe<Scalars['BigInt']>;
|
|
5820
|
+
totalDeposit_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5821
|
+
totalNumberOfActiveIndexes?: InputMaybe<Scalars['Int']>;
|
|
5822
|
+
totalNumberOfActiveIndexes_gt?: InputMaybe<Scalars['Int']>;
|
|
5823
|
+
totalNumberOfActiveIndexes_gte?: InputMaybe<Scalars['Int']>;
|
|
5824
|
+
totalNumberOfActiveIndexes_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5825
|
+
totalNumberOfActiveIndexes_lt?: InputMaybe<Scalars['Int']>;
|
|
5826
|
+
totalNumberOfActiveIndexes_lte?: InputMaybe<Scalars['Int']>;
|
|
5827
|
+
totalNumberOfActiveIndexes_not?: InputMaybe<Scalars['Int']>;
|
|
5828
|
+
totalNumberOfActiveIndexes_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5829
|
+
totalNumberOfActiveStreams?: InputMaybe<Scalars['Int']>;
|
|
5830
|
+
totalNumberOfActiveStreams_gt?: InputMaybe<Scalars['Int']>;
|
|
5831
|
+
totalNumberOfActiveStreams_gte?: InputMaybe<Scalars['Int']>;
|
|
5832
|
+
totalNumberOfActiveStreams_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5833
|
+
totalNumberOfActiveStreams_lt?: InputMaybe<Scalars['Int']>;
|
|
5834
|
+
totalNumberOfActiveStreams_lte?: InputMaybe<Scalars['Int']>;
|
|
5835
|
+
totalNumberOfActiveStreams_not?: InputMaybe<Scalars['Int']>;
|
|
5836
|
+
totalNumberOfActiveStreams_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5837
|
+
totalNumberOfClosedStreams?: InputMaybe<Scalars['Int']>;
|
|
5838
|
+
totalNumberOfClosedStreams_gt?: InputMaybe<Scalars['Int']>;
|
|
5839
|
+
totalNumberOfClosedStreams_gte?: InputMaybe<Scalars['Int']>;
|
|
5840
|
+
totalNumberOfClosedStreams_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5841
|
+
totalNumberOfClosedStreams_lt?: InputMaybe<Scalars['Int']>;
|
|
5842
|
+
totalNumberOfClosedStreams_lte?: InputMaybe<Scalars['Int']>;
|
|
5843
|
+
totalNumberOfClosedStreams_not?: InputMaybe<Scalars['Int']>;
|
|
5844
|
+
totalNumberOfClosedStreams_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5845
|
+
totalNumberOfIndexes?: InputMaybe<Scalars['Int']>;
|
|
5846
|
+
totalNumberOfIndexes_gt?: InputMaybe<Scalars['Int']>;
|
|
5847
|
+
totalNumberOfIndexes_gte?: InputMaybe<Scalars['Int']>;
|
|
5848
|
+
totalNumberOfIndexes_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5849
|
+
totalNumberOfIndexes_lt?: InputMaybe<Scalars['Int']>;
|
|
5850
|
+
totalNumberOfIndexes_lte?: InputMaybe<Scalars['Int']>;
|
|
5851
|
+
totalNumberOfIndexes_not?: InputMaybe<Scalars['Int']>;
|
|
5852
|
+
totalNumberOfIndexes_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5853
|
+
totalOutflowRate?: InputMaybe<Scalars['BigInt']>;
|
|
5854
|
+
totalOutflowRate_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5855
|
+
totalOutflowRate_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5856
|
+
totalOutflowRate_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5857
|
+
totalOutflowRate_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5858
|
+
totalOutflowRate_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5859
|
+
totalOutflowRate_not?: InputMaybe<Scalars['BigInt']>;
|
|
5860
|
+
totalOutflowRate_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5861
|
+
totalSubscriptionsWithUnits?: InputMaybe<Scalars['Int']>;
|
|
5862
|
+
totalSubscriptionsWithUnits_gt?: InputMaybe<Scalars['Int']>;
|
|
5863
|
+
totalSubscriptionsWithUnits_gte?: InputMaybe<Scalars['Int']>;
|
|
5864
|
+
totalSubscriptionsWithUnits_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5865
|
+
totalSubscriptionsWithUnits_lt?: InputMaybe<Scalars['Int']>;
|
|
5866
|
+
totalSubscriptionsWithUnits_lte?: InputMaybe<Scalars['Int']>;
|
|
5867
|
+
totalSubscriptionsWithUnits_not?: InputMaybe<Scalars['Int']>;
|
|
5868
|
+
totalSubscriptionsWithUnits_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5869
|
+
totalSupply?: InputMaybe<Scalars['BigInt']>;
|
|
5870
|
+
totalSupply_gt?: InputMaybe<Scalars['BigInt']>;
|
|
5871
|
+
totalSupply_gte?: InputMaybe<Scalars['BigInt']>;
|
|
5872
|
+
totalSupply_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5873
|
+
totalSupply_lt?: InputMaybe<Scalars['BigInt']>;
|
|
5874
|
+
totalSupply_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5875
|
+
totalSupply_not?: InputMaybe<Scalars['BigInt']>;
|
|
5876
|
+
totalSupply_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5877
|
+
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
5878
|
+
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5879
|
+
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5880
|
+
transactionHash_not?: InputMaybe<Scalars['Bytes']>;
|
|
5881
|
+
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5882
|
+
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5883
|
+
triggeredByEventName?: InputMaybe<Scalars['String']>;
|
|
5884
|
+
triggeredByEventName_contains?: InputMaybe<Scalars['String']>;
|
|
5885
|
+
triggeredByEventName_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5886
|
+
triggeredByEventName_ends_with?: InputMaybe<Scalars['String']>;
|
|
5887
|
+
triggeredByEventName_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5888
|
+
triggeredByEventName_gt?: InputMaybe<Scalars['String']>;
|
|
5889
|
+
triggeredByEventName_gte?: InputMaybe<Scalars['String']>;
|
|
5890
|
+
triggeredByEventName_in?: InputMaybe<Array<Scalars['String']>>;
|
|
5891
|
+
triggeredByEventName_lt?: InputMaybe<Scalars['String']>;
|
|
5892
|
+
triggeredByEventName_lte?: InputMaybe<Scalars['String']>;
|
|
5893
|
+
triggeredByEventName_not?: InputMaybe<Scalars['String']>;
|
|
5894
|
+
triggeredByEventName_not_contains?: InputMaybe<Scalars['String']>;
|
|
5895
|
+
triggeredByEventName_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5896
|
+
triggeredByEventName_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
5897
|
+
triggeredByEventName_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5898
|
+
triggeredByEventName_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
5899
|
+
triggeredByEventName_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
5900
|
+
triggeredByEventName_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5901
|
+
triggeredByEventName_starts_with?: InputMaybe<Scalars['String']>;
|
|
5902
|
+
triggeredByEventName_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5903
|
+
}
|
|
5904
|
+
export declare type TokenStatisticLog_OrderBy = 'blockNumber' | 'id' | 'logIndex' | 'order' | 'timestamp' | 'token' | 'tokenStatistic' | 'totalAmountDistributed' | 'totalAmountStreamed' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'transactionHash' | 'triggeredByEventName';
|
|
5276
5905
|
export interface TokenStatistic_Filter {
|
|
5277
5906
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5278
5907
|
id?: InputMaybe<Scalars['ID']>;
|
|
@@ -5284,6 +5913,8 @@ export interface TokenStatistic_Filter {
|
|
|
5284
5913
|
id_not?: InputMaybe<Scalars['ID']>;
|
|
5285
5914
|
id_not_in?: InputMaybe<Array<Scalars['ID']>>;
|
|
5286
5915
|
token?: InputMaybe<Scalars['String']>;
|
|
5916
|
+
tokenStatisticLogs_?: InputMaybe<TokenStatisticLog_Filter>;
|
|
5917
|
+
token_?: InputMaybe<Token_Filter>;
|
|
5287
5918
|
token_contains?: InputMaybe<Scalars['String']>;
|
|
5288
5919
|
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5289
5920
|
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -5416,10 +6047,11 @@ export interface TokenStatistic_Filter {
|
|
|
5416
6047
|
updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
5417
6048
|
updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5418
6049
|
}
|
|
5419
|
-
export declare type TokenStatistic_OrderBy = 'id' | 'token' | 'totalAmountDistributedUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
6050
|
+
export declare type TokenStatistic_OrderBy = 'id' | 'token' | 'tokenStatisticLogs' | 'totalAmountDistributedUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
5420
6051
|
export interface TokenUpgradedEvent_Filter {
|
|
5421
6052
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5422
6053
|
account?: InputMaybe<Scalars['String']>;
|
|
6054
|
+
account_?: InputMaybe<Account_Filter>;
|
|
5423
6055
|
account_contains?: InputMaybe<Scalars['String']>;
|
|
5424
6056
|
account_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5425
6057
|
account_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -5461,6 +6093,14 @@ export interface TokenUpgradedEvent_Filter {
|
|
|
5461
6093
|
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
5462
6094
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
5463
6095
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
6096
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
6097
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
6098
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
6099
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
6100
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
6101
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
6102
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
6103
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5464
6104
|
id?: InputMaybe<Scalars['ID']>;
|
|
5465
6105
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
5466
6106
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -5526,7 +6166,7 @@ export interface TokenUpgradedEvent_Filter {
|
|
|
5526
6166
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5527
6167
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5528
6168
|
}
|
|
5529
|
-
export declare type TokenUpgradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
6169
|
+
export declare type TokenUpgradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
5530
6170
|
export interface Token_Filter {
|
|
5531
6171
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5532
6172
|
createdAtBlockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
@@ -5616,6 +6256,7 @@ export interface Token_Filter {
|
|
|
5616
6256
|
underlyingAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5617
6257
|
underlyingAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5618
6258
|
underlyingToken?: InputMaybe<Scalars['String']>;
|
|
6259
|
+
underlyingToken_?: InputMaybe<Token_Filter>;
|
|
5619
6260
|
underlyingToken_contains?: InputMaybe<Scalars['String']>;
|
|
5620
6261
|
underlyingToken_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5621
6262
|
underlyingToken_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -5654,6 +6295,7 @@ export interface TransferEvent_Filter {
|
|
|
5654
6295
|
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
5655
6296
|
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5656
6297
|
from?: InputMaybe<Scalars['String']>;
|
|
6298
|
+
from_?: InputMaybe<Account_Filter>;
|
|
5657
6299
|
from_contains?: InputMaybe<Scalars['String']>;
|
|
5658
6300
|
from_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5659
6301
|
from_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -5673,6 +6315,14 @@ export interface TransferEvent_Filter {
|
|
|
5673
6315
|
from_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
5674
6316
|
from_starts_with?: InputMaybe<Scalars['String']>;
|
|
5675
6317
|
from_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
6318
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
6319
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
6320
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
6321
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
6322
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
6323
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
6324
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
6325
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5676
6326
|
id?: InputMaybe<Scalars['ID']>;
|
|
5677
6327
|
id_gt?: InputMaybe<Scalars['ID']>;
|
|
5678
6328
|
id_gte?: InputMaybe<Scalars['ID']>;
|
|
@@ -5726,6 +6376,7 @@ export interface TransferEvent_Filter {
|
|
|
5726
6376
|
timestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
5727
6377
|
timestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5728
6378
|
to?: InputMaybe<Scalars['String']>;
|
|
6379
|
+
to_?: InputMaybe<Account_Filter>;
|
|
5729
6380
|
to_contains?: InputMaybe<Scalars['String']>;
|
|
5730
6381
|
to_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
5731
6382
|
to_ends_with?: InputMaybe<Scalars['String']>;
|
|
@@ -5766,7 +6417,7 @@ export interface TransferEvent_Filter {
|
|
|
5766
6417
|
value_not?: InputMaybe<Scalars['BigInt']>;
|
|
5767
6418
|
value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5768
6419
|
}
|
|
5769
|
-
export declare type TransferEvent_OrderBy = 'addresses' | 'blockNumber' | 'from' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash' | 'value';
|
|
6420
|
+
export declare type TransferEvent_OrderBy = 'addresses' | 'blockNumber' | 'from' | 'gasPrice' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash' | 'value';
|
|
5770
6421
|
export interface TrustedForwarderChangedEvent_Filter {
|
|
5771
6422
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5772
6423
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -5793,6 +6444,20 @@ export interface TrustedForwarderChangedEvent_Filter {
|
|
|
5793
6444
|
forwarder_not?: InputMaybe<Scalars['Bytes']>;
|
|
5794
6445
|
forwarder_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5795
6446
|
forwarder_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
6447
|
+
gasPrice?: InputMaybe<Scalars['BigInt']>;
|
|
6448
|
+
gasPrice_gt?: InputMaybe<Scalars['BigInt']>;
|
|
6449
|
+
gasPrice_gte?: InputMaybe<Scalars['BigInt']>;
|
|
6450
|
+
gasPrice_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
6451
|
+
gasPrice_lt?: InputMaybe<Scalars['BigInt']>;
|
|
6452
|
+
gasPrice_lte?: InputMaybe<Scalars['BigInt']>;
|
|
6453
|
+
gasPrice_not?: InputMaybe<Scalars['BigInt']>;
|
|
6454
|
+
gasPrice_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
6455
|
+
governanceAddress?: InputMaybe<Scalars['Bytes']>;
|
|
6456
|
+
governanceAddress_contains?: InputMaybe<Scalars['Bytes']>;
|
|
6457
|
+
governanceAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
6458
|
+
governanceAddress_not?: InputMaybe<Scalars['Bytes']>;
|
|
6459
|
+
governanceAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
6460
|
+
governanceAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5796
6461
|
host?: InputMaybe<Scalars['Bytes']>;
|
|
5797
6462
|
host_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5798
6463
|
host_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -5868,6 +6533,6 @@ export interface TrustedForwarderChangedEvent_Filter {
|
|
|
5868
6533
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5869
6534
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5870
6535
|
}
|
|
5871
|
-
export declare type TrustedForwarderChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'enabled' | 'forwarder' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
6536
|
+
export declare type TrustedForwarderChangedEvent_OrderBy = 'addresses' | 'blockNumber' | 'enabled' | 'forwarder' | 'gasPrice' | 'governanceAddress' | 'host' | 'id' | 'isKeySet' | 'logIndex' | 'name' | 'order' | 'superToken' | 'timestamp' | 'transactionHash';
|
|
5872
6537
|
export declare type _SubgraphErrorPolicy_ = 'allow' | 'deny';
|
|
5873
6538
|
//# sourceMappingURL=schema.generated.d.ts.map
|