@superfluid-finance/sdk-core 0.6.3-dev.6220f66.0 → 0.6.3-dev.66a87da.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.
|
@@ -272,7 +272,7 @@ export interface AccountTokenSnapshotLog_Filter {
|
|
|
272
272
|
triggeredByEventName_starts_with?: InputMaybe<Scalars['String']>;
|
|
273
273
|
triggeredByEventName_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
274
274
|
}
|
|
275
|
-
export 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';
|
|
275
|
+
export type AccountTokenSnapshotLog_OrderBy = 'account' | 'accountTokenSnapshot' | 'accountTokenSnapshot__balanceUntilUpdatedAt' | 'accountTokenSnapshot__id' | 'accountTokenSnapshot__isLiquidationEstimateOptimistic' | 'accountTokenSnapshot__maybeCriticalAtTimestamp' | 'accountTokenSnapshot__totalAmountStreamedInUntilUpdatedAt' | 'accountTokenSnapshot__totalAmountStreamedOutUntilUpdatedAt' | 'accountTokenSnapshot__totalAmountStreamedUntilUpdatedAt' | 'accountTokenSnapshot__totalAmountTransferredUntilUpdatedAt' | 'accountTokenSnapshot__totalApprovedSubscriptions' | 'accountTokenSnapshot__totalDeposit' | 'accountTokenSnapshot__totalInflowRate' | 'accountTokenSnapshot__totalNetFlowRate' | 'accountTokenSnapshot__totalNumberOfActiveStreams' | 'accountTokenSnapshot__totalNumberOfClosedStreams' | 'accountTokenSnapshot__totalOutflowRate' | 'accountTokenSnapshot__totalSubscriptionsWithUnits' | 'accountTokenSnapshot__updatedAtBlockNumber' | 'accountTokenSnapshot__updatedAtTimestamp' | 'account__createdAtBlockNumber' | 'account__createdAtTimestamp' | 'account__id' | 'account__isSuperApp' | 'account__updatedAtBlockNumber' | 'account__updatedAtTimestamp' | 'balance' | 'blockNumber' | 'id' | 'logIndex' | 'maybeCriticalAtTimestamp' | 'order' | 'timestamp' | 'token' | 'token__createdAtBlockNumber' | 'token__createdAtTimestamp' | 'token__decimals' | 'token__id' | 'token__isListed' | 'token__isNativeAssetSuperToken' | 'token__isSuperToken' | 'token__name' | 'token__symbol' | 'token__underlyingAddress' | 'totalAmountStreamed' | 'totalAmountStreamedIn' | 'totalAmountStreamedOut' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'transactionHash' | 'triggeredByEventName';
|
|
276
276
|
export interface AccountTokenSnapshot_Filter {
|
|
277
277
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
278
278
|
account?: InputMaybe<Scalars['String']>;
|
|
@@ -462,7 +462,7 @@ export interface AccountTokenSnapshot_Filter {
|
|
|
462
462
|
updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
463
463
|
updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
464
464
|
}
|
|
465
|
-
export 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';
|
|
465
|
+
export type AccountTokenSnapshot_OrderBy = 'account' | 'accountTokenSnapshotLogs' | 'account__createdAtBlockNumber' | 'account__createdAtTimestamp' | 'account__id' | 'account__isSuperApp' | 'account__updatedAtBlockNumber' | 'account__updatedAtTimestamp' | 'balanceUntilUpdatedAt' | 'flowOperators' | 'id' | 'isLiquidationEstimateOptimistic' | 'maybeCriticalAtTimestamp' | 'token' | 'token__createdAtBlockNumber' | 'token__createdAtTimestamp' | 'token__decimals' | 'token__id' | 'token__isListed' | 'token__isNativeAssetSuperToken' | 'token__isSuperToken' | 'token__name' | 'token__symbol' | 'token__underlyingAddress' | 'totalAmountStreamedInUntilUpdatedAt' | 'totalAmountStreamedOutUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalInflowRate' | 'totalNetFlowRate' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
466
466
|
export interface Account_Filter {
|
|
467
467
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
468
468
|
accountTokenSnapshots_?: InputMaybe<AccountTokenSnapshot_Filter>;
|
|
@@ -2318,7 +2318,7 @@ export interface FlowOperatorUpdatedEvent_Filter {
|
|
|
2318
2318
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2319
2319
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2320
2320
|
}
|
|
2321
|
-
export type FlowOperatorUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'flowOperator' | 'flowRateAllowance' | 'gasPrice' | 'gasUsed' | 'id' | 'logIndex' | 'name' | 'order' | 'permissions' | 'sender' | 'timestamp' | 'token' | 'transactionHash';
|
|
2321
|
+
export type FlowOperatorUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'flowOperator' | 'flowOperator__createdAtBlockNumber' | 'flowOperator__createdAtTimestamp' | 'flowOperator__flowOperator' | 'flowOperator__flowRateAllowanceGranted' | 'flowOperator__flowRateAllowanceRemaining' | 'flowOperator__id' | 'flowOperator__permissions' | 'flowOperator__updatedAtBlockNumber' | 'flowOperator__updatedAtTimestamp' | 'flowRateAllowance' | 'gasPrice' | 'gasUsed' | 'id' | 'logIndex' | 'name' | 'order' | 'permissions' | 'sender' | 'timestamp' | 'token' | 'transactionHash';
|
|
2322
2322
|
export interface FlowOperator_Filter {
|
|
2323
2323
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2324
2324
|
accountTokenSnapshot?: InputMaybe<Scalars['String']>;
|
|
@@ -2462,7 +2462,7 @@ export interface FlowOperator_Filter {
|
|
|
2462
2462
|
updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
2463
2463
|
updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
2464
2464
|
}
|
|
2465
|
-
export type FlowOperator_OrderBy = 'accountTokenSnapshot' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'flowOperator' | 'flowOperatorUpdatedEvents' | 'flowRateAllowanceGranted' | 'flowRateAllowanceRemaining' | 'id' | 'permissions' | 'sender' | 'token' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
2465
|
+
export type FlowOperator_OrderBy = 'accountTokenSnapshot' | 'accountTokenSnapshot__balanceUntilUpdatedAt' | 'accountTokenSnapshot__id' | 'accountTokenSnapshot__isLiquidationEstimateOptimistic' | 'accountTokenSnapshot__maybeCriticalAtTimestamp' | 'accountTokenSnapshot__totalAmountStreamedInUntilUpdatedAt' | 'accountTokenSnapshot__totalAmountStreamedOutUntilUpdatedAt' | 'accountTokenSnapshot__totalAmountStreamedUntilUpdatedAt' | 'accountTokenSnapshot__totalAmountTransferredUntilUpdatedAt' | 'accountTokenSnapshot__totalApprovedSubscriptions' | 'accountTokenSnapshot__totalDeposit' | 'accountTokenSnapshot__totalInflowRate' | 'accountTokenSnapshot__totalNetFlowRate' | 'accountTokenSnapshot__totalNumberOfActiveStreams' | 'accountTokenSnapshot__totalNumberOfClosedStreams' | 'accountTokenSnapshot__totalOutflowRate' | 'accountTokenSnapshot__totalSubscriptionsWithUnits' | 'accountTokenSnapshot__updatedAtBlockNumber' | 'accountTokenSnapshot__updatedAtTimestamp' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'flowOperator' | 'flowOperatorUpdatedEvents' | 'flowRateAllowanceGranted' | 'flowRateAllowanceRemaining' | 'id' | 'permissions' | 'sender' | 'sender__createdAtBlockNumber' | 'sender__createdAtTimestamp' | 'sender__id' | 'sender__isSuperApp' | 'sender__updatedAtBlockNumber' | 'sender__updatedAtTimestamp' | 'token' | 'token__createdAtBlockNumber' | 'token__createdAtTimestamp' | 'token__decimals' | 'token__id' | 'token__isListed' | 'token__isNativeAssetSuperToken' | 'token__isSuperToken' | 'token__name' | 'token__symbol' | 'token__underlyingAddress' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
2466
2466
|
export interface FlowUpdatedEvent_Filter {
|
|
2467
2467
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2468
2468
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2687,7 +2687,7 @@ export interface FlowUpdatedEvent_Filter {
|
|
|
2687
2687
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2688
2688
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2689
2689
|
}
|
|
2690
|
-
export type FlowUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'deposit' | 'flowOperator' | 'flowRate' | 'gasPrice' | 'gasUsed' | 'id' | 'logIndex' | 'name' | 'oldFlowRate' | 'order' | 'receiver' | 'sender' | 'stream' | 'timestamp' | 'token' | 'totalAmountStreamedUntilTimestamp' | 'totalReceiverFlowRate' | 'totalSenderFlowRate' | 'transactionHash' | 'type' | 'userData';
|
|
2690
|
+
export type FlowUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'deposit' | 'flowOperator' | 'flowRate' | 'gasPrice' | 'gasUsed' | 'id' | 'logIndex' | 'name' | 'oldFlowRate' | 'order' | 'receiver' | 'sender' | 'stream' | 'stream__createdAtBlockNumber' | 'stream__createdAtTimestamp' | 'stream__currentFlowRate' | 'stream__deposit' | 'stream__id' | 'stream__streamedUntilUpdatedAt' | 'stream__updatedAtBlockNumber' | 'stream__updatedAtTimestamp' | 'timestamp' | 'token' | 'totalAmountStreamedUntilTimestamp' | 'totalReceiverFlowRate' | 'totalSenderFlowRate' | 'transactionHash' | 'type' | 'userData';
|
|
2691
2691
|
export interface GovernanceReplacedEvent_Filter {
|
|
2692
2692
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2693
2693
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -2962,7 +2962,7 @@ export interface IndexCreatedEvent_Filter {
|
|
|
2962
2962
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
2963
2963
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
2964
2964
|
}
|
|
2965
|
-
export type IndexCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2965
|
+
export type IndexCreatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'index__createdAtBlockNumber' | 'index__createdAtTimestamp' | 'index__id' | 'index__indexId' | 'index__indexValue' | 'index__totalAmountDistributedUntilUpdatedAt' | 'index__totalSubscriptionsWithUnits' | 'index__totalUnits' | 'index__totalUnitsApproved' | 'index__totalUnitsPending' | 'index__updatedAtBlockNumber' | 'index__updatedAtTimestamp' | 'logIndex' | 'name' | 'order' | 'publisher' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
2966
2966
|
export interface IndexDistributionClaimedEvent_Filter {
|
|
2967
2967
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
2968
2968
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3127,7 +3127,7 @@ export interface IndexDistributionClaimedEvent_Filter {
|
|
|
3127
3127
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3128
3128
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3129
3129
|
}
|
|
3130
|
-
export type IndexDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash';
|
|
3130
|
+
export type IndexDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'index__createdAtBlockNumber' | 'index__createdAtTimestamp' | 'index__id' | 'index__indexId' | 'index__indexValue' | 'index__totalAmountDistributedUntilUpdatedAt' | 'index__totalSubscriptionsWithUnits' | 'index__totalUnits' | 'index__totalUnitsApproved' | 'index__totalUnitsPending' | 'index__updatedAtBlockNumber' | 'index__updatedAtTimestamp' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash';
|
|
3131
3131
|
export interface IndexSubscribedEvent_Filter {
|
|
3132
3132
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3133
3133
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3294,7 +3294,7 @@ export interface IndexSubscribedEvent_Filter {
|
|
|
3294
3294
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3295
3295
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3296
3296
|
}
|
|
3297
|
-
export type IndexSubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
3297
|
+
export type IndexSubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'index__createdAtBlockNumber' | 'index__createdAtTimestamp' | 'index__id' | 'index__indexId' | 'index__indexValue' | 'index__totalAmountDistributedUntilUpdatedAt' | 'index__totalSubscriptionsWithUnits' | 'index__totalUnits' | 'index__totalUnitsApproved' | 'index__totalUnitsPending' | 'index__updatedAtBlockNumber' | 'index__updatedAtTimestamp' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
3298
3298
|
export interface IndexSubscription_Filter {
|
|
3299
3299
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3300
3300
|
and?: InputMaybe<Array<InputMaybe<IndexSubscription_Filter>>>;
|
|
@@ -3414,7 +3414,7 @@ export interface IndexSubscription_Filter {
|
|
|
3414
3414
|
updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
3415
3415
|
updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
3416
3416
|
}
|
|
3417
|
-
export type IndexSubscription_OrderBy = 'approved' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'index' | 'indexValueUntilUpdatedAt' | 'subscriber' | 'subscriptionApprovedEvents' | 'subscriptionDistributionClaimedEvents' | 'subscriptionRevokedEvents' | 'subscriptionUnitsUpdatedEvents' | 'totalAmountReceivedUntilUpdatedAt' | 'units' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
3417
|
+
export type IndexSubscription_OrderBy = 'approved' | 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'index' | 'indexValueUntilUpdatedAt' | 'index__createdAtBlockNumber' | 'index__createdAtTimestamp' | 'index__id' | 'index__indexId' | 'index__indexValue' | 'index__totalAmountDistributedUntilUpdatedAt' | 'index__totalSubscriptionsWithUnits' | 'index__totalUnits' | 'index__totalUnitsApproved' | 'index__totalUnitsPending' | 'index__updatedAtBlockNumber' | 'index__updatedAtTimestamp' | 'subscriber' | 'subscriber__createdAtBlockNumber' | 'subscriber__createdAtTimestamp' | 'subscriber__id' | 'subscriber__isSuperApp' | 'subscriber__updatedAtBlockNumber' | 'subscriber__updatedAtTimestamp' | 'subscriptionApprovedEvents' | 'subscriptionDistributionClaimedEvents' | 'subscriptionRevokedEvents' | 'subscriptionUnitsUpdatedEvents' | 'totalAmountReceivedUntilUpdatedAt' | 'units' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
3418
3418
|
export interface IndexUnitsUpdatedEvent_Filter {
|
|
3419
3419
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3420
3420
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3597,7 +3597,7 @@ export interface IndexUnitsUpdatedEvent_Filter {
|
|
|
3597
3597
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3598
3598
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3599
3599
|
}
|
|
3600
|
-
export type IndexUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
3600
|
+
export type IndexUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'index__createdAtBlockNumber' | 'index__createdAtTimestamp' | 'index__id' | 'index__indexId' | 'index__indexValue' | 'index__totalAmountDistributedUntilUpdatedAt' | 'index__totalSubscriptionsWithUnits' | 'index__totalUnits' | 'index__totalUnitsApproved' | 'index__totalUnitsPending' | 'index__updatedAtBlockNumber' | 'index__updatedAtTimestamp' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
3601
3601
|
export interface IndexUnsubscribedEvent_Filter {
|
|
3602
3602
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3603
3603
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3764,7 +3764,7 @@ export interface IndexUnsubscribedEvent_Filter {
|
|
|
3764
3764
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3765
3765
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3766
3766
|
}
|
|
3767
|
-
export type IndexUnsubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
3767
|
+
export type IndexUnsubscribedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'index__createdAtBlockNumber' | 'index__createdAtTimestamp' | 'index__id' | 'index__indexId' | 'index__indexValue' | 'index__totalAmountDistributedUntilUpdatedAt' | 'index__totalSubscriptionsWithUnits' | 'index__totalUnits' | 'index__totalUnitsApproved' | 'index__totalUnitsPending' | 'index__updatedAtBlockNumber' | 'index__updatedAtTimestamp' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
3768
3768
|
export interface IndexUpdatedEvent_Filter {
|
|
3769
3769
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3770
3770
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -3953,7 +3953,7 @@ export interface IndexUpdatedEvent_Filter {
|
|
|
3953
3953
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
3954
3954
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
3955
3955
|
}
|
|
3956
|
-
export type IndexUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'logIndex' | 'name' | 'newIndexValue' | 'oldIndexValue' | 'order' | 'publisher' | 'timestamp' | 'token' | 'totalUnitsApproved' | 'totalUnitsPending' | 'transactionHash' | 'userData';
|
|
3956
|
+
export type IndexUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'index' | 'indexId' | 'index__createdAtBlockNumber' | 'index__createdAtTimestamp' | 'index__id' | 'index__indexId' | 'index__indexValue' | 'index__totalAmountDistributedUntilUpdatedAt' | 'index__totalSubscriptionsWithUnits' | 'index__totalUnits' | 'index__totalUnitsApproved' | 'index__totalUnitsPending' | 'index__updatedAtBlockNumber' | 'index__updatedAtTimestamp' | 'logIndex' | 'name' | 'newIndexValue' | 'oldIndexValue' | 'order' | 'publisher' | 'timestamp' | 'token' | 'totalUnitsApproved' | 'totalUnitsPending' | 'transactionHash' | 'userData';
|
|
3957
3957
|
export interface Index_Filter {
|
|
3958
3958
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
3959
3959
|
and?: InputMaybe<Array<InputMaybe<Index_Filter>>>;
|
|
@@ -4124,7 +4124,7 @@ export interface Index_Filter {
|
|
|
4124
4124
|
updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
4125
4125
|
updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
4126
4126
|
}
|
|
4127
|
-
export type Index_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'indexCreatedEvent' | 'indexDistributionClaimedEvents' | 'indexId' | 'indexSubscribedEvents' | 'indexUnitsUpdatedEvents' | 'indexUnsubscribedEvents' | 'indexUpdatedEvents' | 'indexValue' | 'publisher' | 'subscriptions' | 'token' | 'totalAmountDistributedUntilUpdatedAt' | 'totalSubscriptionsWithUnits' | 'totalUnits' | 'totalUnitsApproved' | 'totalUnitsPending' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
4127
|
+
export type Index_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'id' | 'indexCreatedEvent' | 'indexCreatedEvent__blockNumber' | 'indexCreatedEvent__gasPrice' | 'indexCreatedEvent__gasUsed' | 'indexCreatedEvent__id' | 'indexCreatedEvent__indexId' | 'indexCreatedEvent__logIndex' | 'indexCreatedEvent__name' | 'indexCreatedEvent__order' | 'indexCreatedEvent__publisher' | 'indexCreatedEvent__timestamp' | 'indexCreatedEvent__token' | 'indexCreatedEvent__transactionHash' | 'indexCreatedEvent__userData' | 'indexDistributionClaimedEvents' | 'indexId' | 'indexSubscribedEvents' | 'indexUnitsUpdatedEvents' | 'indexUnsubscribedEvents' | 'indexUpdatedEvents' | 'indexValue' | 'publisher' | 'publisher__createdAtBlockNumber' | 'publisher__createdAtTimestamp' | 'publisher__id' | 'publisher__isSuperApp' | 'publisher__updatedAtBlockNumber' | 'publisher__updatedAtTimestamp' | 'subscriptions' | 'token' | 'token__createdAtBlockNumber' | 'token__createdAtTimestamp' | 'token__decimals' | 'token__id' | 'token__isListed' | 'token__isNativeAssetSuperToken' | 'token__isSuperToken' | 'token__name' | 'token__symbol' | 'token__underlyingAddress' | 'totalAmountDistributedUntilUpdatedAt' | 'totalSubscriptionsWithUnits' | 'totalUnits' | 'totalUnitsApproved' | 'totalUnitsPending' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
4128
4128
|
export interface JailEvent_Filter {
|
|
4129
4129
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
4130
4130
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -5645,7 +5645,7 @@ export interface SetEvent_Filter {
|
|
|
5645
5645
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
5646
5646
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
5647
5647
|
}
|
|
5648
|
-
export type SetEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'hashedName' | 'id' | 'logIndex' | 'name' | 'order' | 'resolverEntry' | 'target' | 'timestamp' | 'transactionHash';
|
|
5648
|
+
export type SetEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'hashedName' | 'id' | 'logIndex' | 'name' | 'order' | 'resolverEntry' | 'resolverEntry__createdAtBlockNumber' | 'resolverEntry__createdAtTimestamp' | 'resolverEntry__id' | 'resolverEntry__isListed' | 'resolverEntry__isToken' | 'resolverEntry__targetAddress' | 'resolverEntry__updatedAtBlockNumber' | 'resolverEntry__updatedAtTimestamp' | 'target' | 'timestamp' | 'transactionHash';
|
|
5649
5649
|
export interface StreamPeriod_Filter {
|
|
5650
5650
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5651
5651
|
and?: InputMaybe<Array<InputMaybe<StreamPeriod_Filter>>>;
|
|
@@ -5841,7 +5841,7 @@ export interface StreamPeriod_Filter {
|
|
|
5841
5841
|
totalAmountStreamed_not?: InputMaybe<Scalars['BigInt']>;
|
|
5842
5842
|
totalAmountStreamed_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
5843
5843
|
}
|
|
5844
|
-
export type StreamPeriod_OrderBy = 'deposit' | 'flowRate' | 'id' | 'receiver' | 'sender' | 'startedAtBlockNumber' | 'startedAtEvent' | 'startedAtTimestamp' | 'stoppedAtBlockNumber' | 'stoppedAtEvent' | 'stoppedAtTimestamp' | 'stream' | 'token' | 'totalAmountStreamed';
|
|
5844
|
+
export type StreamPeriod_OrderBy = 'deposit' | 'flowRate' | 'id' | 'receiver' | 'receiver__createdAtBlockNumber' | 'receiver__createdAtTimestamp' | 'receiver__id' | 'receiver__isSuperApp' | 'receiver__updatedAtBlockNumber' | 'receiver__updatedAtTimestamp' | 'sender' | 'sender__createdAtBlockNumber' | 'sender__createdAtTimestamp' | 'sender__id' | 'sender__isSuperApp' | 'sender__updatedAtBlockNumber' | 'sender__updatedAtTimestamp' | 'startedAtBlockNumber' | 'startedAtEvent' | 'startedAtEvent__blockNumber' | 'startedAtEvent__deposit' | 'startedAtEvent__flowOperator' | 'startedAtEvent__flowRate' | 'startedAtEvent__gasPrice' | 'startedAtEvent__gasUsed' | 'startedAtEvent__id' | 'startedAtEvent__logIndex' | 'startedAtEvent__name' | 'startedAtEvent__oldFlowRate' | 'startedAtEvent__order' | 'startedAtEvent__receiver' | 'startedAtEvent__sender' | 'startedAtEvent__timestamp' | 'startedAtEvent__token' | 'startedAtEvent__totalAmountStreamedUntilTimestamp' | 'startedAtEvent__totalReceiverFlowRate' | 'startedAtEvent__totalSenderFlowRate' | 'startedAtEvent__transactionHash' | 'startedAtEvent__type' | 'startedAtEvent__userData' | 'startedAtTimestamp' | 'stoppedAtBlockNumber' | 'stoppedAtEvent' | 'stoppedAtEvent__blockNumber' | 'stoppedAtEvent__deposit' | 'stoppedAtEvent__flowOperator' | 'stoppedAtEvent__flowRate' | 'stoppedAtEvent__gasPrice' | 'stoppedAtEvent__gasUsed' | 'stoppedAtEvent__id' | 'stoppedAtEvent__logIndex' | 'stoppedAtEvent__name' | 'stoppedAtEvent__oldFlowRate' | 'stoppedAtEvent__order' | 'stoppedAtEvent__receiver' | 'stoppedAtEvent__sender' | 'stoppedAtEvent__timestamp' | 'stoppedAtEvent__token' | 'stoppedAtEvent__totalAmountStreamedUntilTimestamp' | 'stoppedAtEvent__totalReceiverFlowRate' | 'stoppedAtEvent__totalSenderFlowRate' | 'stoppedAtEvent__transactionHash' | 'stoppedAtEvent__type' | 'stoppedAtEvent__userData' | 'stoppedAtTimestamp' | 'stream' | 'stream__createdAtBlockNumber' | 'stream__createdAtTimestamp' | 'stream__currentFlowRate' | 'stream__deposit' | 'stream__id' | 'stream__streamedUntilUpdatedAt' | 'stream__updatedAtBlockNumber' | 'stream__updatedAtTimestamp' | 'token' | 'token__createdAtBlockNumber' | 'token__createdAtTimestamp' | 'token__decimals' | 'token__id' | 'token__isListed' | 'token__isNativeAssetSuperToken' | 'token__isSuperToken' | 'token__name' | 'token__symbol' | 'token__underlyingAddress' | 'totalAmountStreamed';
|
|
5845
5845
|
export interface StreamRevision_Filter {
|
|
5846
5846
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5847
5847
|
and?: InputMaybe<Array<InputMaybe<StreamRevision_Filter>>>;
|
|
@@ -5892,7 +5892,7 @@ export interface StreamRevision_Filter {
|
|
|
5892
5892
|
revisionIndex_not?: InputMaybe<Scalars['Int']>;
|
|
5893
5893
|
revisionIndex_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
5894
5894
|
}
|
|
5895
|
-
export type StreamRevision_OrderBy = 'id' | 'mostRecentStream' | 'periodRevisionIndex' | 'revisionIndex';
|
|
5895
|
+
export type StreamRevision_OrderBy = 'id' | 'mostRecentStream' | 'mostRecentStream__createdAtBlockNumber' | 'mostRecentStream__createdAtTimestamp' | 'mostRecentStream__currentFlowRate' | 'mostRecentStream__deposit' | 'mostRecentStream__id' | 'mostRecentStream__streamedUntilUpdatedAt' | 'mostRecentStream__updatedAtBlockNumber' | 'mostRecentStream__updatedAtTimestamp' | 'periodRevisionIndex' | 'revisionIndex';
|
|
5896
5896
|
export interface Stream_Filter {
|
|
5897
5897
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
5898
5898
|
and?: InputMaybe<Array<InputMaybe<Stream_Filter>>>;
|
|
@@ -6027,7 +6027,7 @@ export interface Stream_Filter {
|
|
|
6027
6027
|
updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
6028
6028
|
updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
6029
6029
|
}
|
|
6030
|
-
export type Stream_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'currentFlowRate' | 'deposit' | 'flowUpdatedEvents' | 'id' | 'receiver' | 'sender' | 'streamPeriods' | 'streamedUntilUpdatedAt' | 'token' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
6030
|
+
export type Stream_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'currentFlowRate' | 'deposit' | 'flowUpdatedEvents' | 'id' | 'receiver' | 'receiver__createdAtBlockNumber' | 'receiver__createdAtTimestamp' | 'receiver__id' | 'receiver__isSuperApp' | 'receiver__updatedAtBlockNumber' | 'receiver__updatedAtTimestamp' | 'sender' | 'sender__createdAtBlockNumber' | 'sender__createdAtTimestamp' | 'sender__id' | 'sender__isSuperApp' | 'sender__updatedAtBlockNumber' | 'sender__updatedAtTimestamp' | 'streamPeriods' | 'streamedUntilUpdatedAt' | 'token' | 'token__createdAtBlockNumber' | 'token__createdAtTimestamp' | 'token__decimals' | 'token__id' | 'token__isListed' | 'token__isNativeAssetSuperToken' | 'token__isSuperToken' | 'token__name' | 'token__symbol' | 'token__underlyingAddress' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
6031
6031
|
export interface SubscriptionApprovedEvent_Filter {
|
|
6032
6032
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
6033
6033
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -6194,7 +6194,7 @@ export interface SubscriptionApprovedEvent_Filter {
|
|
|
6194
6194
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
6195
6195
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
6196
6196
|
}
|
|
6197
|
-
export type SubscriptionApprovedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
6197
|
+
export type SubscriptionApprovedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'subscription__approved' | 'subscription__createdAtBlockNumber' | 'subscription__createdAtTimestamp' | 'subscription__id' | 'subscription__indexValueUntilUpdatedAt' | 'subscription__totalAmountReceivedUntilUpdatedAt' | 'subscription__units' | 'subscription__updatedAtBlockNumber' | 'subscription__updatedAtTimestamp' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
6198
6198
|
export interface SubscriptionDistributionClaimedEvent_Filter {
|
|
6199
6199
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
6200
6200
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -6359,7 +6359,7 @@ export interface SubscriptionDistributionClaimedEvent_Filter {
|
|
|
6359
6359
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
6360
6360
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
6361
6361
|
}
|
|
6362
|
-
export type SubscriptionDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash';
|
|
6362
|
+
export type SubscriptionDistributionClaimedEvent_OrderBy = 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'subscription__approved' | 'subscription__createdAtBlockNumber' | 'subscription__createdAtTimestamp' | 'subscription__id' | 'subscription__indexValueUntilUpdatedAt' | 'subscription__totalAmountReceivedUntilUpdatedAt' | 'subscription__units' | 'subscription__updatedAtBlockNumber' | 'subscription__updatedAtTimestamp' | 'timestamp' | 'token' | 'transactionHash';
|
|
6363
6363
|
export interface SubscriptionRevokedEvent_Filter {
|
|
6364
6364
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
6365
6365
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -6526,7 +6526,7 @@ export interface SubscriptionRevokedEvent_Filter {
|
|
|
6526
6526
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
6527
6527
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
6528
6528
|
}
|
|
6529
|
-
export type SubscriptionRevokedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
6529
|
+
export type SubscriptionRevokedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'indexId' | 'logIndex' | 'name' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'subscription__approved' | 'subscription__createdAtBlockNumber' | 'subscription__createdAtTimestamp' | 'subscription__id' | 'subscription__indexValueUntilUpdatedAt' | 'subscription__totalAmountReceivedUntilUpdatedAt' | 'subscription__units' | 'subscription__updatedAtBlockNumber' | 'subscription__updatedAtTimestamp' | 'timestamp' | 'token' | 'transactionHash' | 'userData';
|
|
6530
6530
|
export interface SubscriptionUnitsUpdatedEvent_Filter {
|
|
6531
6531
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
6532
6532
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -6709,7 +6709,7 @@ export interface SubscriptionUnitsUpdatedEvent_Filter {
|
|
|
6709
6709
|
userData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
6710
6710
|
userData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
6711
6711
|
}
|
|
6712
|
-
export type SubscriptionUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
6712
|
+
export type SubscriptionUnitsUpdatedEvent_OrderBy = 'addresses' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'indexId' | 'logIndex' | 'name' | 'oldUnits' | 'order' | 'publisher' | 'subscriber' | 'subscription' | 'subscription__approved' | 'subscription__createdAtBlockNumber' | 'subscription__createdAtTimestamp' | 'subscription__id' | 'subscription__indexValueUntilUpdatedAt' | 'subscription__totalAmountReceivedUntilUpdatedAt' | 'subscription__units' | 'subscription__updatedAtBlockNumber' | 'subscription__updatedAtTimestamp' | 'timestamp' | 'token' | 'transactionHash' | 'units' | 'userData';
|
|
6713
6713
|
export interface SuperTokenCreatedEvent_Filter {
|
|
6714
6714
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
6715
6715
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -7288,7 +7288,7 @@ export interface TokenDowngradedEvent_Filter {
|
|
|
7288
7288
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
7289
7289
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
7290
7290
|
}
|
|
7291
|
-
export type TokenDowngradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
7291
|
+
export type TokenDowngradedEvent_OrderBy = 'account' | 'account__createdAtBlockNumber' | 'account__createdAtTimestamp' | 'account__id' | 'account__isSuperApp' | 'account__updatedAtBlockNumber' | 'account__updatedAtTimestamp' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
7292
7292
|
export interface TokenStatisticLog_Filter {
|
|
7293
7293
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
7294
7294
|
and?: InputMaybe<Array<InputMaybe<TokenStatisticLog_Filter>>>;
|
|
@@ -7502,7 +7502,7 @@ export interface TokenStatisticLog_Filter {
|
|
|
7502
7502
|
triggeredByEventName_starts_with?: InputMaybe<Scalars['String']>;
|
|
7503
7503
|
triggeredByEventName_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
7504
7504
|
}
|
|
7505
|
-
export type TokenStatisticLog_OrderBy = 'blockNumber' | 'id' | 'logIndex' | 'order' | 'timestamp' | 'token' | 'tokenStatistic' | 'totalAmountDistributed' | 'totalAmountStreamed' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'transactionHash' | 'triggeredByEventName';
|
|
7505
|
+
export type TokenStatisticLog_OrderBy = 'blockNumber' | 'id' | 'logIndex' | 'order' | 'timestamp' | 'token' | 'tokenStatistic' | 'tokenStatistic__id' | 'tokenStatistic__totalAmountDistributedUntilUpdatedAt' | 'tokenStatistic__totalAmountStreamedUntilUpdatedAt' | 'tokenStatistic__totalAmountTransferredUntilUpdatedAt' | 'tokenStatistic__totalApprovedSubscriptions' | 'tokenStatistic__totalDeposit' | 'tokenStatistic__totalNumberOfActiveIndexes' | 'tokenStatistic__totalNumberOfActiveStreams' | 'tokenStatistic__totalNumberOfClosedStreams' | 'tokenStatistic__totalNumberOfIndexes' | 'tokenStatistic__totalOutflowRate' | 'tokenStatistic__totalSubscriptionsWithUnits' | 'tokenStatistic__totalSupply' | 'tokenStatistic__updatedAtBlockNumber' | 'tokenStatistic__updatedAtTimestamp' | 'token__createdAtBlockNumber' | 'token__createdAtTimestamp' | 'token__decimals' | 'token__id' | 'token__isListed' | 'token__isNativeAssetSuperToken' | 'token__isSuperToken' | 'token__name' | 'token__symbol' | 'token__underlyingAddress' | 'totalAmountDistributed' | 'totalAmountStreamed' | 'totalAmountTransferred' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'transactionHash' | 'triggeredByEventName';
|
|
7506
7506
|
export interface TokenStatistic_Filter {
|
|
7507
7507
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
7508
7508
|
and?: InputMaybe<Array<InputMaybe<TokenStatistic_Filter>>>;
|
|
@@ -7650,7 +7650,7 @@ export interface TokenStatistic_Filter {
|
|
|
7650
7650
|
updatedAtTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
7651
7651
|
updatedAtTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
7652
7652
|
}
|
|
7653
|
-
export type TokenStatistic_OrderBy = 'id' | 'token' | 'tokenStatisticLogs' | 'totalAmountDistributedUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
7653
|
+
export type TokenStatistic_OrderBy = 'id' | 'token' | 'tokenStatisticLogs' | 'token__createdAtBlockNumber' | 'token__createdAtTimestamp' | 'token__decimals' | 'token__id' | 'token__isListed' | 'token__isNativeAssetSuperToken' | 'token__isSuperToken' | 'token__name' | 'token__symbol' | 'token__underlyingAddress' | 'totalAmountDistributedUntilUpdatedAt' | 'totalAmountStreamedUntilUpdatedAt' | 'totalAmountTransferredUntilUpdatedAt' | 'totalApprovedSubscriptions' | 'totalDeposit' | 'totalNumberOfActiveIndexes' | 'totalNumberOfActiveStreams' | 'totalNumberOfClosedStreams' | 'totalNumberOfIndexes' | 'totalOutflowRate' | 'totalSubscriptionsWithUnits' | 'totalSupply' | 'updatedAtBlockNumber' | 'updatedAtTimestamp';
|
|
7654
7654
|
export interface TokenUpgradedEvent_Filter {
|
|
7655
7655
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
7656
7656
|
account?: InputMaybe<Scalars['String']>;
|
|
@@ -7787,7 +7787,7 @@ export interface TokenUpgradedEvent_Filter {
|
|
|
7787
7787
|
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
7788
7788
|
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
7789
7789
|
}
|
|
7790
|
-
export type TokenUpgradedEvent_OrderBy = 'account' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
7790
|
+
export type TokenUpgradedEvent_OrderBy = 'account' | 'account__createdAtBlockNumber' | 'account__createdAtTimestamp' | 'account__id' | 'account__isSuperApp' | 'account__updatedAtBlockNumber' | 'account__updatedAtTimestamp' | 'addresses' | 'amount' | 'blockNumber' | 'gasPrice' | 'gasUsed' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'token' | 'transactionHash';
|
|
7791
7791
|
export interface Token_Filter {
|
|
7792
7792
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
7793
7793
|
and?: InputMaybe<Array<InputMaybe<Token_Filter>>>;
|
|
@@ -7908,7 +7908,7 @@ export interface Token_Filter {
|
|
|
7908
7908
|
underlyingToken_starts_with?: InputMaybe<Scalars['String']>;
|
|
7909
7909
|
underlyingToken_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
7910
7910
|
}
|
|
7911
|
-
export type Token_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'decimals' | 'id' | 'isListed' | 'isNativeAssetSuperToken' | 'isSuperToken' | 'name' | 'symbol' | 'underlyingAddress' | 'underlyingToken';
|
|
7911
|
+
export type Token_OrderBy = 'createdAtBlockNumber' | 'createdAtTimestamp' | 'decimals' | 'id' | 'isListed' | 'isNativeAssetSuperToken' | 'isSuperToken' | 'name' | 'symbol' | 'underlyingAddress' | 'underlyingToken' | 'underlyingToken__createdAtBlockNumber' | 'underlyingToken__createdAtTimestamp' | 'underlyingToken__decimals' | 'underlyingToken__id' | 'underlyingToken__isListed' | 'underlyingToken__isNativeAssetSuperToken' | 'underlyingToken__isSuperToken' | 'underlyingToken__name' | 'underlyingToken__symbol' | 'underlyingToken__underlyingAddress';
|
|
7912
7912
|
export interface TransferEvent_Filter {
|
|
7913
7913
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
7914
7914
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
@@ -8066,7 +8066,7 @@ export interface TransferEvent_Filter {
|
|
|
8066
8066
|
value_not?: InputMaybe<Scalars['BigInt']>;
|
|
8067
8067
|
value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
8068
8068
|
}
|
|
8069
|
-
export type TransferEvent_OrderBy = 'addresses' | 'blockNumber' | 'from' | 'gasPrice' | 'gasUsed' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'to' | 'token' | 'transactionHash' | 'value';
|
|
8069
|
+
export type TransferEvent_OrderBy = 'addresses' | 'blockNumber' | 'from' | 'from__createdAtBlockNumber' | 'from__createdAtTimestamp' | 'from__id' | 'from__isSuperApp' | 'from__updatedAtBlockNumber' | 'from__updatedAtTimestamp' | 'gasPrice' | 'gasUsed' | 'id' | 'logIndex' | 'name' | 'order' | 'timestamp' | 'to' | 'to__createdAtBlockNumber' | 'to__createdAtTimestamp' | 'to__id' | 'to__isSuperApp' | 'to__updatedAtBlockNumber' | 'to__updatedAtTimestamp' | 'token' | 'transactionHash' | 'value';
|
|
8070
8070
|
export interface TrustedForwarderChangedEvent_Filter {
|
|
8071
8071
|
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
8072
8072
|
addresses?: InputMaybe<Array<Scalars['Bytes']>>;
|