interface AccountTokenSnapshot_Filter {
    _change_block?: InputMaybe<BlockChangedFilter>;
    account?: InputMaybe<string>;
    accountTokenSnapshotLogs_?: InputMaybe<AccountTokenSnapshotLog_Filter>;
    account_?: InputMaybe<Account_Filter>;
    account_contains?: InputMaybe<string>;
    account_contains_nocase?: InputMaybe<string>;
    account_ends_with?: InputMaybe<string>;
    account_ends_with_nocase?: InputMaybe<string>;
    account_gt?: InputMaybe<string>;
    account_gte?: InputMaybe<string>;
    account_in?: InputMaybe<string[]>;
    account_lt?: InputMaybe<string>;
    account_lte?: InputMaybe<string>;
    account_not?: InputMaybe<string>;
    account_not_contains?: InputMaybe<string>;
    account_not_contains_nocase?: InputMaybe<string>;
    account_not_ends_with?: InputMaybe<string>;
    account_not_ends_with_nocase?: InputMaybe<string>;
    account_not_in?: InputMaybe<string[]>;
    account_not_starts_with?: InputMaybe<string>;
    account_not_starts_with_nocase?: InputMaybe<string>;
    account_starts_with?: InputMaybe<string>;
    account_starts_with_nocase?: InputMaybe<string>;
    activeCFAOutgoingStreamCount?: InputMaybe<number>;
    activeCFAOutgoingStreamCount_gt?: InputMaybe<number>;
    activeCFAOutgoingStreamCount_gte?: InputMaybe<number>;
    activeCFAOutgoingStreamCount_in?: InputMaybe<number[]>;
    activeCFAOutgoingStreamCount_lt?: InputMaybe<number>;
    activeCFAOutgoingStreamCount_lte?: InputMaybe<number>;
    activeCFAOutgoingStreamCount_not?: InputMaybe<number>;
    activeCFAOutgoingStreamCount_not_in?: InputMaybe<number[]>;
    activeGDAOutgoingStreamCount?: InputMaybe<number>;
    activeGDAOutgoingStreamCount_gt?: InputMaybe<number>;
    activeGDAOutgoingStreamCount_gte?: InputMaybe<number>;
    activeGDAOutgoingStreamCount_in?: InputMaybe<number[]>;
    activeGDAOutgoingStreamCount_lt?: InputMaybe<number>;
    activeGDAOutgoingStreamCount_lte?: InputMaybe<number>;
    activeGDAOutgoingStreamCount_not?: InputMaybe<number>;
    activeGDAOutgoingStreamCount_not_in?: InputMaybe<number[]>;
    activeIncomingStreamCount?: InputMaybe<number>;
    activeIncomingStreamCount_gt?: InputMaybe<number>;
    activeIncomingStreamCount_gte?: InputMaybe<number>;
    activeIncomingStreamCount_in?: InputMaybe<number[]>;
    activeIncomingStreamCount_lt?: InputMaybe<number>;
    activeIncomingStreamCount_lte?: InputMaybe<number>;
    activeIncomingStreamCount_not?: InputMaybe<number>;
    activeIncomingStreamCount_not_in?: InputMaybe<number[]>;
    activeOutgoingStreamCount?: InputMaybe<number>;
    activeOutgoingStreamCount_gt?: InputMaybe<number>;
    activeOutgoingStreamCount_gte?: InputMaybe<number>;
    activeOutgoingStreamCount_in?: InputMaybe<number[]>;
    activeOutgoingStreamCount_lt?: InputMaybe<number>;
    activeOutgoingStreamCount_lte?: InputMaybe<number>;
    activeOutgoingStreamCount_not?: InputMaybe<number>;
    activeOutgoingStreamCount_not_in?: InputMaybe<number[]>;
    and?: InputMaybe<InputMaybe<AccountTokenSnapshot_Filter>[]>;
    balanceUntilUpdatedAt?: InputMaybe<string>;
    balanceUntilUpdatedAt_gt?: InputMaybe<string>;
    balanceUntilUpdatedAt_gte?: InputMaybe<string>;
    balanceUntilUpdatedAt_in?: InputMaybe<string[]>;
    balanceUntilUpdatedAt_lt?: InputMaybe<string>;
    balanceUntilUpdatedAt_lte?: InputMaybe<string>;
    balanceUntilUpdatedAt_not?: InputMaybe<string>;
    balanceUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    createdAtBlockNumber?: InputMaybe<string>;
    createdAtBlockNumber_gt?: InputMaybe<string>;
    createdAtBlockNumber_gte?: InputMaybe<string>;
    createdAtBlockNumber_in?: InputMaybe<string[]>;
    createdAtBlockNumber_lt?: InputMaybe<string>;
    createdAtBlockNumber_lte?: InputMaybe<string>;
    createdAtBlockNumber_not?: InputMaybe<string>;
    createdAtBlockNumber_not_in?: InputMaybe<string[]>;
    createdAtTimestamp?: InputMaybe<string>;
    createdAtTimestamp_gt?: InputMaybe<string>;
    createdAtTimestamp_gte?: InputMaybe<string>;
    createdAtTimestamp_in?: InputMaybe<string[]>;
    createdAtTimestamp_lt?: InputMaybe<string>;
    createdAtTimestamp_lte?: InputMaybe<string>;
    createdAtTimestamp_not?: InputMaybe<string>;
    createdAtTimestamp_not_in?: InputMaybe<string[]>;
    flowOperators_?: InputMaybe<FlowOperator_Filter>;
    id?: InputMaybe<string>;
    id_gt?: InputMaybe<string>;
    id_gte?: InputMaybe<string>;
    id_in?: InputMaybe<string[]>;
    id_lt?: InputMaybe<string>;
    id_lte?: InputMaybe<string>;
    id_not?: InputMaybe<string>;
    id_not_in?: InputMaybe<string[]>;
    inactiveCFAOutgoingStreamCount?: InputMaybe<number>;
    inactiveCFAOutgoingStreamCount_gt?: InputMaybe<number>;
    inactiveCFAOutgoingStreamCount_gte?: InputMaybe<number>;
    inactiveCFAOutgoingStreamCount_in?: InputMaybe<number[]>;
    inactiveCFAOutgoingStreamCount_lt?: InputMaybe<number>;
    inactiveCFAOutgoingStreamCount_lte?: InputMaybe<number>;
    inactiveCFAOutgoingStreamCount_not?: InputMaybe<number>;
    inactiveCFAOutgoingStreamCount_not_in?: InputMaybe<number[]>;
    inactiveGDAOutgoingStreamCount?: InputMaybe<number>;
    inactiveGDAOutgoingStreamCount_gt?: InputMaybe<number>;
    inactiveGDAOutgoingStreamCount_gte?: InputMaybe<number>;
    inactiveGDAOutgoingStreamCount_in?: InputMaybe<number[]>;
    inactiveGDAOutgoingStreamCount_lt?: InputMaybe<number>;
    inactiveGDAOutgoingStreamCount_lte?: InputMaybe<number>;
    inactiveGDAOutgoingStreamCount_not?: InputMaybe<number>;
    inactiveGDAOutgoingStreamCount_not_in?: InputMaybe<number[]>;
    inactiveIncomingStreamCount?: InputMaybe<number>;
    inactiveIncomingStreamCount_gt?: InputMaybe<number>;
    inactiveIncomingStreamCount_gte?: InputMaybe<number>;
    inactiveIncomingStreamCount_in?: InputMaybe<number[]>;
    inactiveIncomingStreamCount_lt?: InputMaybe<number>;
    inactiveIncomingStreamCount_lte?: InputMaybe<number>;
    inactiveIncomingStreamCount_not?: InputMaybe<number>;
    inactiveIncomingStreamCount_not_in?: InputMaybe<number[]>;
    inactiveOutgoingStreamCount?: InputMaybe<number>;
    inactiveOutgoingStreamCount_gt?: InputMaybe<number>;
    inactiveOutgoingStreamCount_gte?: InputMaybe<number>;
    inactiveOutgoingStreamCount_in?: InputMaybe<number[]>;
    inactiveOutgoingStreamCount_lt?: InputMaybe<number>;
    inactiveOutgoingStreamCount_lte?: InputMaybe<number>;
    inactiveOutgoingStreamCount_not?: InputMaybe<number>;
    inactiveOutgoingStreamCount_not_in?: InputMaybe<number[]>;
    isLiquidationEstimateOptimistic?: InputMaybe<boolean>;
    isLiquidationEstimateOptimistic_in?: InputMaybe<boolean[]>;
    isLiquidationEstimateOptimistic_not?: InputMaybe<boolean>;
    isLiquidationEstimateOptimistic_not_in?: InputMaybe<boolean[]>;
    maybeCriticalAtTimestamp?: InputMaybe<string>;
    maybeCriticalAtTimestamp_gt?: InputMaybe<string>;
    maybeCriticalAtTimestamp_gte?: InputMaybe<string>;
    maybeCriticalAtTimestamp_in?: InputMaybe<string[]>;
    maybeCriticalAtTimestamp_lt?: InputMaybe<string>;
    maybeCriticalAtTimestamp_lte?: InputMaybe<string>;
    maybeCriticalAtTimestamp_not?: InputMaybe<string>;
    maybeCriticalAtTimestamp_not_in?: InputMaybe<string[]>;
    or?: InputMaybe<InputMaybe<AccountTokenSnapshot_Filter>[]>;
    token?: InputMaybe<string>;
    token_?: InputMaybe<Token_Filter>;
    token_contains?: InputMaybe<string>;
    token_contains_nocase?: InputMaybe<string>;
    token_ends_with?: InputMaybe<string>;
    token_ends_with_nocase?: InputMaybe<string>;
    token_gt?: InputMaybe<string>;
    token_gte?: InputMaybe<string>;
    token_in?: InputMaybe<string[]>;
    token_lt?: InputMaybe<string>;
    token_lte?: InputMaybe<string>;
    token_not?: InputMaybe<string>;
    token_not_contains?: InputMaybe<string>;
    token_not_contains_nocase?: InputMaybe<string>;
    token_not_ends_with?: InputMaybe<string>;
    token_not_ends_with_nocase?: InputMaybe<string>;
    token_not_in?: InputMaybe<string[]>;
    token_not_starts_with?: InputMaybe<string>;
    token_not_starts_with_nocase?: InputMaybe<string>;
    token_starts_with?: InputMaybe<string>;
    token_starts_with_nocase?: InputMaybe<string>;
    totalAmountStreamedInUntilUpdatedAt?: InputMaybe<string>;
    totalAmountStreamedInUntilUpdatedAt_gt?: InputMaybe<string>;
    totalAmountStreamedInUntilUpdatedAt_gte?: InputMaybe<string>;
    totalAmountStreamedInUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalAmountStreamedInUntilUpdatedAt_lt?: InputMaybe<string>;
    totalAmountStreamedInUntilUpdatedAt_lte?: InputMaybe<string>;
    totalAmountStreamedInUntilUpdatedAt_not?: InputMaybe<string>;
    totalAmountStreamedInUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    totalAmountStreamedOutUntilUpdatedAt?: InputMaybe<string>;
    totalAmountStreamedOutUntilUpdatedAt_gt?: InputMaybe<string>;
    totalAmountStreamedOutUntilUpdatedAt_gte?: InputMaybe<string>;
    totalAmountStreamedOutUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalAmountStreamedOutUntilUpdatedAt_lt?: InputMaybe<string>;
    totalAmountStreamedOutUntilUpdatedAt_lte?: InputMaybe<string>;
    totalAmountStreamedOutUntilUpdatedAt_not?: InputMaybe<string>;
    totalAmountStreamedOutUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    totalAmountStreamedUntilUpdatedAt?: InputMaybe<string>;
    totalAmountStreamedUntilUpdatedAt_gt?: InputMaybe<string>;
    totalAmountStreamedUntilUpdatedAt_gte?: InputMaybe<string>;
    totalAmountStreamedUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalAmountStreamedUntilUpdatedAt_lt?: InputMaybe<string>;
    totalAmountStreamedUntilUpdatedAt_lte?: InputMaybe<string>;
    totalAmountStreamedUntilUpdatedAt_not?: InputMaybe<string>;
    totalAmountStreamedUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    totalAmountTransferredUntilUpdatedAt?: InputMaybe<string>;
    totalAmountTransferredUntilUpdatedAt_gt?: InputMaybe<string>;
    totalAmountTransferredUntilUpdatedAt_gte?: InputMaybe<string>;
    totalAmountTransferredUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalAmountTransferredUntilUpdatedAt_lt?: InputMaybe<string>;
    totalAmountTransferredUntilUpdatedAt_lte?: InputMaybe<string>;
    totalAmountTransferredUntilUpdatedAt_not?: InputMaybe<string>;
    totalAmountTransferredUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    totalApprovedSubscriptions?: InputMaybe<number>;
    totalApprovedSubscriptions_gt?: InputMaybe<number>;
    totalApprovedSubscriptions_gte?: InputMaybe<number>;
    totalApprovedSubscriptions_in?: InputMaybe<number[]>;
    totalApprovedSubscriptions_lt?: InputMaybe<number>;
    totalApprovedSubscriptions_lte?: InputMaybe<number>;
    totalApprovedSubscriptions_not?: InputMaybe<number>;
    totalApprovedSubscriptions_not_in?: InputMaybe<number[]>;
    totalCFAAmountStreamedOutUntilUpdatedAt?: InputMaybe<string>;
    totalCFAAmountStreamedOutUntilUpdatedAt_gt?: InputMaybe<string>;
    totalCFAAmountStreamedOutUntilUpdatedAt_gte?: InputMaybe<string>;
    totalCFAAmountStreamedOutUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalCFAAmountStreamedOutUntilUpdatedAt_lt?: InputMaybe<string>;
    totalCFAAmountStreamedOutUntilUpdatedAt_lte?: InputMaybe<string>;
    totalCFAAmountStreamedOutUntilUpdatedAt_not?: InputMaybe<string>;
    totalCFAAmountStreamedOutUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    totalCFAAmountStreamedUntilUpdatedAt?: InputMaybe<string>;
    totalCFAAmountStreamedUntilUpdatedAt_gt?: InputMaybe<string>;
    totalCFAAmountStreamedUntilUpdatedAt_gte?: InputMaybe<string>;
    totalCFAAmountStreamedUntilUpdatedAt_in?: InputMaybe<string[]>;
    totalCFAAmountStreamedUntilUpdatedAt_lt?: InputMaybe<string>;
    totalCFAAmountStreamedUntilUpdatedAt_lte?: InputMaybe<string>;
    totalCFAAmountStreamedUntilUpdatedAt_not?: InputMaybe<string>;
    totalCFAAmountStreamedUntilUpdatedAt_not_in?: InputMaybe<string[]>;
    totalCFADeposit?: InputMaybe<string>;
    totalCFADeposit_gt?: InputMaybe<string>;
    totalCFADeposit_gte?: InputMaybe<string>;
    totalCFADeposit_in?: InputMaybe<string[]>;
    totalCFADeposit_lt?: InputMaybe<string>;
    totalCFADeposit_lte?: InputMaybe<string>;
    totalCFADeposit_not?: InputMaybe<string>;
    totalCFADeposit_not_in?: InputMaybe<string[]>;
    totalCFANetFlowRate?: InputMaybe<string>;
    totalCFANetFlowRate_gt?: InputMaybe<string>;
    totalCFANetFlowRate_gte?: InputMaybe<string>;
    totalCFANetFlowRate_in?: InputMaybe<string[]>;
    totalCFANetFlowRate_lt?: InputMaybe<string>;
    totalCFANetFlowRate_lte?: InputMaybe<string>;
    totalCFANetFlowRate_not?: InputMaybe<string>;
    totalCFANetFlowRate_not_in?: InputMaybe<string[]>;
    totalCFANumberOfActiveStreams?: InputMaybe<number>;
    totalCFANumberOfActiveStreams_gt?: InputMaybe<number>;
    totalCFANumberOfActiveStreams_gte?: InputMaybe<number>;
    totalCFANumberOfActiveStreams_in?: InputMaybe<number[]>;
    totalCFANumberOfActiveStreams_lt?: InputMaybe<number>;
    totalCFANumberOfActiveStreams_lte?: InputMaybe<number>;
    totalCFANumberOfActiveStreams_not?: InputMaybe<number>;
    totalCFANumberOfActiveStreams_not_in?: InputMaybe<number[]>;
    totalCFANumberOfClosedStreams?: InputMaybe<number>;
    totalCFANumberOfClosedStreams_gt?: InputMaybe<number>;
    totalCFANumberOfClosedStreams_gte?: InputMaybe<number>;
    totalCFANumberOfClosedStreams_in?: InputMaybe<number[]>;
    totalCFANumberOfClosedStreams_lt?: InputMaybe<number>;
    totalCFANumberOfClosedStreams_lte?: InputMaybe<number>;
    totalCFANumberOfClosedStreams_not?: InputMaybe<number>;
    totalCFANumberOfClosedStreams_not_in?: InputMaybe<number[]>;
    totalCFAOutflowRate?: InputMaybe<string>;
    totalCFAOutflowRate_gt?: InputMaybe<string>;
    totalCFAOutflowRate_gte?: InputMaybe<string>;
    totalCFAOutflowRate_in?: InputMaybe<string[]>;
    totalCFAOutflowRate_lt?: InputMaybe<string>;
    totalCFAOutflowRate_lte?: InputMaybe<string>;
    totalCFAOutflowRate_not?: InputMaybe<string>;
    totalCFAOutflowRate_not_in?: InputMaybe<string[]>;
    totalConnectedMemberships?: InputMaybe<number>;
    totalConnectedMemberships_gt?: InputMaybe<number>;
    totalConnectedMemberships_gte?: InputMaybe<number>;
    totalConnectedMemberships_in?: InputMaybe<number[]>;
    totalConnectedMemberships_lt?: InputMaybe<number>;
    totalConnectedMemberships_lte?: InputMaybe<number>;
    totalConnectedMemberships_not?: InputMaybe<number>;
    totalConnectedMemberships_not_in?: InputMaybe<number[]>;
    totalDeposit?: InputMaybe<string>;
    totalDeposit_gt?: InputMaybe<string>;
    totalDeposit_gte?: InputMaybe<string>;
    totalDeposit_in?: InputMaybe<string[]>;
    totalDeposit_lt?: InputMaybe<string>;
    totalDeposit_lte?: InputMaybe<string>;
    totalDeposit_not?: InputMaybe<string>;
    totalDeposit_not_in?: InputMaybe<string[]>;
    totalGDADeposit?: InputMaybe<string>;
    totalGDADeposit_gt?: InputMaybe<string>;
    totalGDADeposit_gte?: InputMaybe<string>;
    totalGDADeposit_in?: InputMaybe<string[]>;
    totalGDADeposit_lt?: InputMaybe<string>;
    totalGDADeposit_lte?: InputMaybe<string>;
    totalGDADeposit_not?: InputMaybe<string>;
    totalGDADeposit_not_in?: InputMaybe<string[]>;
    totalGDANumberOfActiveStreams?: InputMaybe<number>;
    totalGDANumberOfActiveStreams_gt?: InputMaybe<number>;
    totalGDANumberOfActiveStreams_gte?: InputMaybe<number>;
    totalGDANumberOfActiveStreams_in?: InputMaybe<number[]>;
    totalGDANumberOfActiveStreams_lt?: InputMaybe<number>;
    totalGDANumberOfActiveStreams_lte?: InputMaybe<number>;
    totalGDANumberOfActiveStreams_not?: InputMaybe<number>;
    totalGDANumberOfActiveStreams_not_in?: InputMaybe<number[]>;
    totalGDANumberOfClosedStreams?: InputMaybe<number>;
    totalGDANumberOfClosedStreams_gt?: InputMaybe<number>;
    totalGDANumberOfClosedStreams_gte?: InputMaybe<number>;
    totalGDANumberOfClosedStreams_in?: InputMaybe<number[]>;
    totalGDANumberOfClosedStreams_lt?: InputMaybe<number>;
    totalGDANumberOfClosedStreams_lte?: InputMaybe<number>;
    totalGDANumberOfClosedStreams_not?: InputMaybe<number>;
    totalGDANumberOfClosedStreams_not_in?: InputMaybe<number[]>;
    totalGDAOutflowRate?: InputMaybe<string>;
    totalGDAOutflowRate_gt?: InputMaybe<string>;
    totalGDAOutflowRate_gte?: InputMaybe<string>;
    totalGDAOutflowRate_in?: InputMaybe<string[]>;
    totalGDAOutflowRate_lt?: InputMaybe<string>;
    totalGDAOutflowRate_lte?: InputMaybe<string>;
    totalGDAOutflowRate_not?: InputMaybe<string>;
    totalGDAOutflowRate_not_in?: InputMaybe<string[]>;
    totalInflowRate?: InputMaybe<string>;
    totalInflowRate_gt?: InputMaybe<string>;
    totalInflowRate_gte?: InputMaybe<string>;
    totalInflowRate_in?: InputMaybe<string[]>;
    totalInflowRate_lt?: InputMaybe<string>;
    totalInflowRate_lte?: InputMaybe<string>;
    totalInflowRate_not?: InputMaybe<string>;
    totalInflowRate_not_in?: InputMaybe<string[]>;
    totalMembershipsWithUnits?: InputMaybe<number>;
    totalMembershipsWithUnits_gt?: InputMaybe<number>;
    totalMembershipsWithUnits_gte?: InputMaybe<number>;
    totalMembershipsWithUnits_in?: InputMaybe<number[]>;
    totalMembershipsWithUnits_lt?: InputMaybe<number>;
    totalMembershipsWithUnits_lte?: InputMaybe<number>;
    totalMembershipsWithUnits_not?: InputMaybe<number>;
    totalMembershipsWithUnits_not_in?: InputMaybe<number[]>;
    totalNetFlowRate?: InputMaybe<string>;
    totalNetFlowRate_gt?: InputMaybe<string>;
    totalNetFlowRate_gte?: InputMaybe<string>;
    totalNetFlowRate_in?: InputMaybe<string[]>;
    totalNetFlowRate_lt?: InputMaybe<string>;
    totalNetFlowRate_lte?: InputMaybe<string>;
    totalNetFlowRate_not?: InputMaybe<string>;
    totalNetFlowRate_not_in?: InputMaybe<string[]>;
    totalNumberOfActiveStreams?: InputMaybe<number>;
    totalNumberOfActiveStreams_gt?: InputMaybe<number>;
    totalNumberOfActiveStreams_gte?: InputMaybe<number>;
    totalNumberOfActiveStreams_in?: InputMaybe<number[]>;
    totalNumberOfActiveStreams_lt?: InputMaybe<number>;
    totalNumberOfActiveStreams_lte?: InputMaybe<number>;
    totalNumberOfActiveStreams_not?: InputMaybe<number>;
    totalNumberOfActiveStreams_not_in?: InputMaybe<number[]>;
    totalNumberOfClosedStreams?: InputMaybe<number>;
    totalNumberOfClosedStreams_gt?: InputMaybe<number>;
    totalNumberOfClosedStreams_gte?: InputMaybe<number>;
    totalNumberOfClosedStreams_in?: InputMaybe<number[]>;
    totalNumberOfClosedStreams_lt?: InputMaybe<number>;
    totalNumberOfClosedStreams_lte?: InputMaybe<number>;
    totalNumberOfClosedStreams_not?: InputMaybe<number>;
    totalNumberOfClosedStreams_not_in?: InputMaybe<number[]>;
    totalOutflowRate?: InputMaybe<string>;
    totalOutflowRate_gt?: InputMaybe<string>;
    totalOutflowRate_gte?: InputMaybe<string>;
    totalOutflowRate_in?: InputMaybe<string[]>;
    totalOutflowRate_lt?: InputMaybe<string>;
    totalOutflowRate_lte?: InputMaybe<string>;
    totalOutflowRate_not?: InputMaybe<string>;
    totalOutflowRate_not_in?: InputMaybe<string[]>;
    totalSubscriptionsWithUnits?: InputMaybe<number>;
    totalSubscriptionsWithUnits_gt?: InputMaybe<number>;
    totalSubscriptionsWithUnits_gte?: InputMaybe<number>;
    totalSubscriptionsWithUnits_in?: InputMaybe<number[]>;
    totalSubscriptionsWithUnits_lt?: InputMaybe<number>;
    totalSubscriptionsWithUnits_lte?: InputMaybe<number>;
    totalSubscriptionsWithUnits_not?: InputMaybe<number>;
    totalSubscriptionsWithUnits_not_in?: InputMaybe<number[]>;
    updatedAtBlockNumber?: InputMaybe<string>;
    updatedAtBlockNumber_gt?: InputMaybe<string>;
    updatedAtBlockNumber_gte?: InputMaybe<string>;
    updatedAtBlockNumber_in?: InputMaybe<string[]>;
    updatedAtBlockNumber_lt?: InputMaybe<string>;
    updatedAtBlockNumber_lte?: InputMaybe<string>;
    updatedAtBlockNumber_not?: InputMaybe<string>;
    updatedAtBlockNumber_not_in?: InputMaybe<string[]>;
    updatedAtTimestamp?: InputMaybe<string>;
    updatedAtTimestamp_gt?: InputMaybe<string>;
    updatedAtTimestamp_gte?: InputMaybe<string>;
    updatedAtTimestamp_in?: InputMaybe<string[]>;
    updatedAtTimestamp_lt?: InputMaybe<string>;
    updatedAtTimestamp_lte?: InputMaybe<string>;
    updatedAtTimestamp_not?: InputMaybe<string>;
    updatedAtTimestamp_not_in?: InputMaybe<string[]>;
}

Properties

_change_block? account? accountTokenSnapshotLogs_? account_? account_contains? account_contains_nocase? account_ends_with? account_ends_with_nocase? account_gt? account_gte? account_in? account_lt? account_lte? account_not? account_not_contains? account_not_contains_nocase? account_not_ends_with? account_not_ends_with_nocase? account_not_in? account_not_starts_with? account_not_starts_with_nocase? account_starts_with? account_starts_with_nocase? activeCFAOutgoingStreamCount? activeCFAOutgoingStreamCount_gt? activeCFAOutgoingStreamCount_gte? activeCFAOutgoingStreamCount_in? activeCFAOutgoingStreamCount_lt? activeCFAOutgoingStreamCount_lte? activeCFAOutgoingStreamCount_not? activeCFAOutgoingStreamCount_not_in? activeGDAOutgoingStreamCount? activeGDAOutgoingStreamCount_gt? activeGDAOutgoingStreamCount_gte? activeGDAOutgoingStreamCount_in? activeGDAOutgoingStreamCount_lt? activeGDAOutgoingStreamCount_lte? activeGDAOutgoingStreamCount_not? activeGDAOutgoingStreamCount_not_in? activeIncomingStreamCount? activeIncomingStreamCount_gt? activeIncomingStreamCount_gte? activeIncomingStreamCount_in? activeIncomingStreamCount_lt? activeIncomingStreamCount_lte? activeIncomingStreamCount_not? activeIncomingStreamCount_not_in? activeOutgoingStreamCount? activeOutgoingStreamCount_gt? activeOutgoingStreamCount_gte? activeOutgoingStreamCount_in? activeOutgoingStreamCount_lt? activeOutgoingStreamCount_lte? activeOutgoingStreamCount_not? activeOutgoingStreamCount_not_in? and? balanceUntilUpdatedAt? balanceUntilUpdatedAt_gt? balanceUntilUpdatedAt_gte? balanceUntilUpdatedAt_in? balanceUntilUpdatedAt_lt? balanceUntilUpdatedAt_lte? balanceUntilUpdatedAt_not? balanceUntilUpdatedAt_not_in? createdAtBlockNumber? createdAtBlockNumber_gt? createdAtBlockNumber_gte? createdAtBlockNumber_in? createdAtBlockNumber_lt? createdAtBlockNumber_lte? createdAtBlockNumber_not? createdAtBlockNumber_not_in? createdAtTimestamp? createdAtTimestamp_gt? createdAtTimestamp_gte? createdAtTimestamp_in? createdAtTimestamp_lt? createdAtTimestamp_lte? createdAtTimestamp_not? createdAtTimestamp_not_in? flowOperators_? id? id_gt? id_gte? id_in? id_lt? id_lte? id_not? id_not_in? inactiveCFAOutgoingStreamCount? inactiveCFAOutgoingStreamCount_gt? inactiveCFAOutgoingStreamCount_gte? inactiveCFAOutgoingStreamCount_in? inactiveCFAOutgoingStreamCount_lt? inactiveCFAOutgoingStreamCount_lte? inactiveCFAOutgoingStreamCount_not? inactiveCFAOutgoingStreamCount_not_in? inactiveGDAOutgoingStreamCount? inactiveGDAOutgoingStreamCount_gt? inactiveGDAOutgoingStreamCount_gte? inactiveGDAOutgoingStreamCount_in? inactiveGDAOutgoingStreamCount_lt? inactiveGDAOutgoingStreamCount_lte? inactiveGDAOutgoingStreamCount_not? inactiveGDAOutgoingStreamCount_not_in? inactiveIncomingStreamCount? inactiveIncomingStreamCount_gt? inactiveIncomingStreamCount_gte? inactiveIncomingStreamCount_in? inactiveIncomingStreamCount_lt? inactiveIncomingStreamCount_lte? inactiveIncomingStreamCount_not? inactiveIncomingStreamCount_not_in? inactiveOutgoingStreamCount? inactiveOutgoingStreamCount_gt? inactiveOutgoingStreamCount_gte? inactiveOutgoingStreamCount_in? inactiveOutgoingStreamCount_lt? inactiveOutgoingStreamCount_lte? inactiveOutgoingStreamCount_not? inactiveOutgoingStreamCount_not_in? isLiquidationEstimateOptimistic? isLiquidationEstimateOptimistic_in? isLiquidationEstimateOptimistic_not? isLiquidationEstimateOptimistic_not_in? maybeCriticalAtTimestamp? maybeCriticalAtTimestamp_gt? maybeCriticalAtTimestamp_gte? maybeCriticalAtTimestamp_in? maybeCriticalAtTimestamp_lt? maybeCriticalAtTimestamp_lte? maybeCriticalAtTimestamp_not? maybeCriticalAtTimestamp_not_in? or? token? token_? token_contains? token_contains_nocase? token_ends_with? token_ends_with_nocase? token_gt? token_gte? token_in? token_lt? token_lte? token_not? token_not_contains? token_not_contains_nocase? token_not_ends_with? token_not_ends_with_nocase? token_not_in? token_not_starts_with? token_not_starts_with_nocase? token_starts_with? token_starts_with_nocase? totalAmountStreamedInUntilUpdatedAt? totalAmountStreamedInUntilUpdatedAt_gt? totalAmountStreamedInUntilUpdatedAt_gte? totalAmountStreamedInUntilUpdatedAt_in? totalAmountStreamedInUntilUpdatedAt_lt? totalAmountStreamedInUntilUpdatedAt_lte? totalAmountStreamedInUntilUpdatedAt_not? totalAmountStreamedInUntilUpdatedAt_not_in? totalAmountStreamedOutUntilUpdatedAt? totalAmountStreamedOutUntilUpdatedAt_gt? totalAmountStreamedOutUntilUpdatedAt_gte? totalAmountStreamedOutUntilUpdatedAt_in? totalAmountStreamedOutUntilUpdatedAt_lt? totalAmountStreamedOutUntilUpdatedAt_lte? totalAmountStreamedOutUntilUpdatedAt_not? totalAmountStreamedOutUntilUpdatedAt_not_in? totalAmountStreamedUntilUpdatedAt? totalAmountStreamedUntilUpdatedAt_gt? totalAmountStreamedUntilUpdatedAt_gte? totalAmountStreamedUntilUpdatedAt_in? totalAmountStreamedUntilUpdatedAt_lt? totalAmountStreamedUntilUpdatedAt_lte? totalAmountStreamedUntilUpdatedAt_not? totalAmountStreamedUntilUpdatedAt_not_in? totalAmountTransferredUntilUpdatedAt? totalAmountTransferredUntilUpdatedAt_gt? totalAmountTransferredUntilUpdatedAt_gte? totalAmountTransferredUntilUpdatedAt_in? totalAmountTransferredUntilUpdatedAt_lt? totalAmountTransferredUntilUpdatedAt_lte? totalAmountTransferredUntilUpdatedAt_not? totalAmountTransferredUntilUpdatedAt_not_in? totalApprovedSubscriptions? totalApprovedSubscriptions_gt? totalApprovedSubscriptions_gte? totalApprovedSubscriptions_in? totalApprovedSubscriptions_lt? totalApprovedSubscriptions_lte? totalApprovedSubscriptions_not? totalApprovedSubscriptions_not_in? totalCFAAmountStreamedOutUntilUpdatedAt? totalCFAAmountStreamedOutUntilUpdatedAt_gt? totalCFAAmountStreamedOutUntilUpdatedAt_gte? totalCFAAmountStreamedOutUntilUpdatedAt_in? totalCFAAmountStreamedOutUntilUpdatedAt_lt? totalCFAAmountStreamedOutUntilUpdatedAt_lte? totalCFAAmountStreamedOutUntilUpdatedAt_not? totalCFAAmountStreamedOutUntilUpdatedAt_not_in? totalCFAAmountStreamedUntilUpdatedAt? totalCFAAmountStreamedUntilUpdatedAt_gt? totalCFAAmountStreamedUntilUpdatedAt_gte? totalCFAAmountStreamedUntilUpdatedAt_in? totalCFAAmountStreamedUntilUpdatedAt_lt? totalCFAAmountStreamedUntilUpdatedAt_lte? totalCFAAmountStreamedUntilUpdatedAt_not? totalCFAAmountStreamedUntilUpdatedAt_not_in? totalCFADeposit? totalCFADeposit_gt? totalCFADeposit_gte? totalCFADeposit_in? totalCFADeposit_lt? totalCFADeposit_lte? totalCFADeposit_not? totalCFADeposit_not_in? totalCFANetFlowRate? totalCFANetFlowRate_gt? totalCFANetFlowRate_gte? totalCFANetFlowRate_in? totalCFANetFlowRate_lt? totalCFANetFlowRate_lte? totalCFANetFlowRate_not? totalCFANetFlowRate_not_in? totalCFANumberOfActiveStreams? totalCFANumberOfActiveStreams_gt? totalCFANumberOfActiveStreams_gte? totalCFANumberOfActiveStreams_in? totalCFANumberOfActiveStreams_lt? totalCFANumberOfActiveStreams_lte? totalCFANumberOfActiveStreams_not? totalCFANumberOfActiveStreams_not_in? totalCFANumberOfClosedStreams? totalCFANumberOfClosedStreams_gt? totalCFANumberOfClosedStreams_gte? totalCFANumberOfClosedStreams_in? totalCFANumberOfClosedStreams_lt? totalCFANumberOfClosedStreams_lte? totalCFANumberOfClosedStreams_not? totalCFANumberOfClosedStreams_not_in? totalCFAOutflowRate? totalCFAOutflowRate_gt? totalCFAOutflowRate_gte? totalCFAOutflowRate_in? totalCFAOutflowRate_lt? totalCFAOutflowRate_lte? totalCFAOutflowRate_not? totalCFAOutflowRate_not_in? totalConnectedMemberships? totalConnectedMemberships_gt? totalConnectedMemberships_gte? totalConnectedMemberships_in? totalConnectedMemberships_lt? totalConnectedMemberships_lte? totalConnectedMemberships_not? totalConnectedMemberships_not_in? totalDeposit? totalDeposit_gt? totalDeposit_gte? totalDeposit_in? totalDeposit_lt? totalDeposit_lte? totalDeposit_not? totalDeposit_not_in? totalGDADeposit? totalGDADeposit_gt? totalGDADeposit_gte? totalGDADeposit_in? totalGDADeposit_lt? totalGDADeposit_lte? totalGDADeposit_not? totalGDADeposit_not_in? totalGDANumberOfActiveStreams? totalGDANumberOfActiveStreams_gt? totalGDANumberOfActiveStreams_gte? totalGDANumberOfActiveStreams_in? totalGDANumberOfActiveStreams_lt? totalGDANumberOfActiveStreams_lte? totalGDANumberOfActiveStreams_not? totalGDANumberOfActiveStreams_not_in? totalGDANumberOfClosedStreams? totalGDANumberOfClosedStreams_gt? totalGDANumberOfClosedStreams_gte? totalGDANumberOfClosedStreams_in? totalGDANumberOfClosedStreams_lt? totalGDANumberOfClosedStreams_lte? totalGDANumberOfClosedStreams_not? totalGDANumberOfClosedStreams_not_in? totalGDAOutflowRate? totalGDAOutflowRate_gt? totalGDAOutflowRate_gte? totalGDAOutflowRate_in? totalGDAOutflowRate_lt? totalGDAOutflowRate_lte? totalGDAOutflowRate_not? totalGDAOutflowRate_not_in? totalInflowRate? totalInflowRate_gt? totalInflowRate_gte? totalInflowRate_in? totalInflowRate_lt? totalInflowRate_lte? totalInflowRate_not? totalInflowRate_not_in? totalMembershipsWithUnits? totalMembershipsWithUnits_gt? totalMembershipsWithUnits_gte? totalMembershipsWithUnits_in? totalMembershipsWithUnits_lt? totalMembershipsWithUnits_lte? totalMembershipsWithUnits_not? totalMembershipsWithUnits_not_in? totalNetFlowRate? totalNetFlowRate_gt? totalNetFlowRate_gte? totalNetFlowRate_in? totalNetFlowRate_lt? totalNetFlowRate_lte? totalNetFlowRate_not? totalNetFlowRate_not_in? totalNumberOfActiveStreams? totalNumberOfActiveStreams_gt? totalNumberOfActiveStreams_gte? totalNumberOfActiveStreams_in? totalNumberOfActiveStreams_lt? totalNumberOfActiveStreams_lte? totalNumberOfActiveStreams_not? totalNumberOfActiveStreams_not_in? totalNumberOfClosedStreams? totalNumberOfClosedStreams_gt? totalNumberOfClosedStreams_gte? totalNumberOfClosedStreams_in? totalNumberOfClosedStreams_lt? totalNumberOfClosedStreams_lte? totalNumberOfClosedStreams_not? totalNumberOfClosedStreams_not_in? totalOutflowRate? totalOutflowRate_gt? totalOutflowRate_gte? totalOutflowRate_in? totalOutflowRate_lt? totalOutflowRate_lte? totalOutflowRate_not? totalOutflowRate_not_in? totalSubscriptionsWithUnits? totalSubscriptionsWithUnits_gt? totalSubscriptionsWithUnits_gte? totalSubscriptionsWithUnits_in? totalSubscriptionsWithUnits_lt? totalSubscriptionsWithUnits_lte? totalSubscriptionsWithUnits_not? totalSubscriptionsWithUnits_not_in? updatedAtBlockNumber? updatedAtBlockNumber_gt? updatedAtBlockNumber_gte? updatedAtBlockNumber_in? updatedAtBlockNumber_lt? updatedAtBlockNumber_lte? updatedAtBlockNumber_not? updatedAtBlockNumber_not_in? updatedAtTimestamp? updatedAtTimestamp_gt? updatedAtTimestamp_gte? updatedAtTimestamp_in? updatedAtTimestamp_lt? updatedAtTimestamp_lte? updatedAtTimestamp_not? updatedAtTimestamp_not_in?

Properties

account?: InputMaybe<string>
accountTokenSnapshotLogs_?: InputMaybe<AccountTokenSnapshotLog_Filter>
account_contains?: InputMaybe<string>
account_contains_nocase?: InputMaybe<string>
account_ends_with?: InputMaybe<string>
account_ends_with_nocase?: InputMaybe<string>
account_gt?: InputMaybe<string>
account_gte?: InputMaybe<string>
account_in?: InputMaybe<string[]>
account_lt?: InputMaybe<string>
account_lte?: InputMaybe<string>
account_not?: InputMaybe<string>
account_not_contains?: InputMaybe<string>
account_not_contains_nocase?: InputMaybe<string>
account_not_ends_with?: InputMaybe<string>
account_not_ends_with_nocase?: InputMaybe<string>
account_not_in?: InputMaybe<string[]>
account_not_starts_with?: InputMaybe<string>
account_not_starts_with_nocase?: InputMaybe<string>
account_starts_with?: InputMaybe<string>
account_starts_with_nocase?: InputMaybe<string>
activeCFAOutgoingStreamCount?: InputMaybe<number>
activeCFAOutgoingStreamCount_gt?: InputMaybe<number>
activeCFAOutgoingStreamCount_gte?: InputMaybe<number>
activeCFAOutgoingStreamCount_in?: InputMaybe<number[]>
activeCFAOutgoingStreamCount_lt?: InputMaybe<number>
activeCFAOutgoingStreamCount_lte?: InputMaybe<number>
activeCFAOutgoingStreamCount_not?: InputMaybe<number>
activeCFAOutgoingStreamCount_not_in?: InputMaybe<number[]>
activeGDAOutgoingStreamCount?: InputMaybe<number>
activeGDAOutgoingStreamCount_gt?: InputMaybe<number>
activeGDAOutgoingStreamCount_gte?: InputMaybe<number>
activeGDAOutgoingStreamCount_in?: InputMaybe<number[]>
activeGDAOutgoingStreamCount_lt?: InputMaybe<number>
activeGDAOutgoingStreamCount_lte?: InputMaybe<number>
activeGDAOutgoingStreamCount_not?: InputMaybe<number>
activeGDAOutgoingStreamCount_not_in?: InputMaybe<number[]>
activeIncomingStreamCount?: InputMaybe<number>
activeIncomingStreamCount_gt?: InputMaybe<number>
activeIncomingStreamCount_gte?: InputMaybe<number>
activeIncomingStreamCount_in?: InputMaybe<number[]>
activeIncomingStreamCount_lt?: InputMaybe<number>
activeIncomingStreamCount_lte?: InputMaybe<number>
activeIncomingStreamCount_not?: InputMaybe<number>
activeIncomingStreamCount_not_in?: InputMaybe<number[]>
activeOutgoingStreamCount?: InputMaybe<number>
activeOutgoingStreamCount_gt?: InputMaybe<number>
activeOutgoingStreamCount_gte?: InputMaybe<number>
activeOutgoingStreamCount_in?: InputMaybe<number[]>
activeOutgoingStreamCount_lt?: InputMaybe<number>
activeOutgoingStreamCount_lte?: InputMaybe<number>
activeOutgoingStreamCount_not?: InputMaybe<number>
activeOutgoingStreamCount_not_in?: InputMaybe<number[]>
balanceUntilUpdatedAt?: InputMaybe<string>
balanceUntilUpdatedAt_gt?: InputMaybe<string>
balanceUntilUpdatedAt_gte?: InputMaybe<string>
balanceUntilUpdatedAt_in?: InputMaybe<string[]>
balanceUntilUpdatedAt_lt?: InputMaybe<string>
balanceUntilUpdatedAt_lte?: InputMaybe<string>
balanceUntilUpdatedAt_not?: InputMaybe<string>
balanceUntilUpdatedAt_not_in?: InputMaybe<string[]>
createdAtBlockNumber?: InputMaybe<string>
createdAtBlockNumber_gt?: InputMaybe<string>
createdAtBlockNumber_gte?: InputMaybe<string>
createdAtBlockNumber_in?: InputMaybe<string[]>
createdAtBlockNumber_lt?: InputMaybe<string>
createdAtBlockNumber_lte?: InputMaybe<string>
createdAtBlockNumber_not?: InputMaybe<string>
createdAtBlockNumber_not_in?: InputMaybe<string[]>
createdAtTimestamp?: InputMaybe<string>
createdAtTimestamp_gt?: InputMaybe<string>
createdAtTimestamp_gte?: InputMaybe<string>
createdAtTimestamp_in?: InputMaybe<string[]>
createdAtTimestamp_lt?: InputMaybe<string>
createdAtTimestamp_lte?: InputMaybe<string>
createdAtTimestamp_not?: InputMaybe<string>
createdAtTimestamp_not_in?: InputMaybe<string[]>
id?: InputMaybe<string>
id_gt?: InputMaybe<string>
id_gte?: InputMaybe<string>
id_in?: InputMaybe<string[]>
id_lt?: InputMaybe<string>
id_lte?: InputMaybe<string>
id_not?: InputMaybe<string>
id_not_in?: InputMaybe<string[]>
inactiveCFAOutgoingStreamCount?: InputMaybe<number>
inactiveCFAOutgoingStreamCount_gt?: InputMaybe<number>
inactiveCFAOutgoingStreamCount_gte?: InputMaybe<number>
inactiveCFAOutgoingStreamCount_in?: InputMaybe<number[]>
inactiveCFAOutgoingStreamCount_lt?: InputMaybe<number>
inactiveCFAOutgoingStreamCount_lte?: InputMaybe<number>
inactiveCFAOutgoingStreamCount_not?: InputMaybe<number>
inactiveCFAOutgoingStreamCount_not_in?: InputMaybe<number[]>
inactiveGDAOutgoingStreamCount?: InputMaybe<number>
inactiveGDAOutgoingStreamCount_gt?: InputMaybe<number>
inactiveGDAOutgoingStreamCount_gte?: InputMaybe<number>
inactiveGDAOutgoingStreamCount_in?: InputMaybe<number[]>
inactiveGDAOutgoingStreamCount_lt?: InputMaybe<number>
inactiveGDAOutgoingStreamCount_lte?: InputMaybe<number>
inactiveGDAOutgoingStreamCount_not?: InputMaybe<number>
inactiveGDAOutgoingStreamCount_not_in?: InputMaybe<number[]>
inactiveIncomingStreamCount?: InputMaybe<number>
inactiveIncomingStreamCount_gt?: InputMaybe<number>
inactiveIncomingStreamCount_gte?: InputMaybe<number>
inactiveIncomingStreamCount_in?: InputMaybe<number[]>
inactiveIncomingStreamCount_lt?: InputMaybe<number>
inactiveIncomingStreamCount_lte?: InputMaybe<number>
inactiveIncomingStreamCount_not?: InputMaybe<number>
inactiveIncomingStreamCount_not_in?: InputMaybe<number[]>
inactiveOutgoingStreamCount?: InputMaybe<number>
inactiveOutgoingStreamCount_gt?: InputMaybe<number>
inactiveOutgoingStreamCount_gte?: InputMaybe<number>
inactiveOutgoingStreamCount_in?: InputMaybe<number[]>
inactiveOutgoingStreamCount_lt?: InputMaybe<number>
inactiveOutgoingStreamCount_lte?: InputMaybe<number>
inactiveOutgoingStreamCount_not?: InputMaybe<number>
inactiveOutgoingStreamCount_not_in?: InputMaybe<number[]>
isLiquidationEstimateOptimistic?: InputMaybe<boolean>
isLiquidationEstimateOptimistic_in?: InputMaybe<boolean[]>
isLiquidationEstimateOptimistic_not?: InputMaybe<boolean>
isLiquidationEstimateOptimistic_not_in?: InputMaybe<boolean[]>
maybeCriticalAtTimestamp?: InputMaybe<string>
maybeCriticalAtTimestamp_gt?: InputMaybe<string>
maybeCriticalAtTimestamp_gte?: InputMaybe<string>
maybeCriticalAtTimestamp_in?: InputMaybe<string[]>
maybeCriticalAtTimestamp_lt?: InputMaybe<string>
maybeCriticalAtTimestamp_lte?: InputMaybe<string>
maybeCriticalAtTimestamp_not?: InputMaybe<string>
maybeCriticalAtTimestamp_not_in?: InputMaybe<string[]>
token?: InputMaybe<string>
token_contains?: InputMaybe<string>
token_contains_nocase?: InputMaybe<string>
token_ends_with?: InputMaybe<string>
token_ends_with_nocase?: InputMaybe<string>
token_gt?: InputMaybe<string>
token_gte?: InputMaybe<string>
token_in?: InputMaybe<string[]>
token_lt?: InputMaybe<string>
token_lte?: InputMaybe<string>
token_not?: InputMaybe<string>
token_not_contains?: InputMaybe<string>
token_not_contains_nocase?: InputMaybe<string>
token_not_ends_with?: InputMaybe<string>
token_not_ends_with_nocase?: InputMaybe<string>
token_not_in?: InputMaybe<string[]>
token_not_starts_with?: InputMaybe<string>
token_not_starts_with_nocase?: InputMaybe<string>
token_starts_with?: InputMaybe<string>
token_starts_with_nocase?: InputMaybe<string>
totalAmountStreamedInUntilUpdatedAt?: InputMaybe<string>
totalAmountStreamedInUntilUpdatedAt_gt?: InputMaybe<string>
totalAmountStreamedInUntilUpdatedAt_gte?: InputMaybe<string>
totalAmountStreamedInUntilUpdatedAt_in?: InputMaybe<string[]>
totalAmountStreamedInUntilUpdatedAt_lt?: InputMaybe<string>
totalAmountStreamedInUntilUpdatedAt_lte?: InputMaybe<string>
totalAmountStreamedInUntilUpdatedAt_not?: InputMaybe<string>
totalAmountStreamedInUntilUpdatedAt_not_in?: InputMaybe<string[]>
totalAmountStreamedOutUntilUpdatedAt?: InputMaybe<string>
totalAmountStreamedOutUntilUpdatedAt_gt?: InputMaybe<string>
totalAmountStreamedOutUntilUpdatedAt_gte?: InputMaybe<string>
totalAmountStreamedOutUntilUpdatedAt_in?: InputMaybe<string[]>
totalAmountStreamedOutUntilUpdatedAt_lt?: InputMaybe<string>
totalAmountStreamedOutUntilUpdatedAt_lte?: InputMaybe<string>
totalAmountStreamedOutUntilUpdatedAt_not?: InputMaybe<string>
totalAmountStreamedOutUntilUpdatedAt_not_in?: InputMaybe<string[]>
totalAmountStreamedUntilUpdatedAt?: InputMaybe<string>
totalAmountStreamedUntilUpdatedAt_gt?: InputMaybe<string>
totalAmountStreamedUntilUpdatedAt_gte?: InputMaybe<string>
totalAmountStreamedUntilUpdatedAt_in?: InputMaybe<string[]>
totalAmountStreamedUntilUpdatedAt_lt?: InputMaybe<string>
totalAmountStreamedUntilUpdatedAt_lte?: InputMaybe<string>
totalAmountStreamedUntilUpdatedAt_not?: InputMaybe<string>
totalAmountStreamedUntilUpdatedAt_not_in?: InputMaybe<string[]>
totalAmountTransferredUntilUpdatedAt?: InputMaybe<string>
totalAmountTransferredUntilUpdatedAt_gt?: InputMaybe<string>
totalAmountTransferredUntilUpdatedAt_gte?: InputMaybe<string>
totalAmountTransferredUntilUpdatedAt_in?: InputMaybe<string[]>
totalAmountTransferredUntilUpdatedAt_lt?: InputMaybe<string>
totalAmountTransferredUntilUpdatedAt_lte?: InputMaybe<string>
totalAmountTransferredUntilUpdatedAt_not?: InputMaybe<string>
totalAmountTransferredUntilUpdatedAt_not_in?: InputMaybe<string[]>
totalApprovedSubscriptions?: InputMaybe<number>
totalApprovedSubscriptions_gt?: InputMaybe<number>
totalApprovedSubscriptions_gte?: InputMaybe<number>
totalApprovedSubscriptions_in?: InputMaybe<number[]>
totalApprovedSubscriptions_lt?: InputMaybe<number>
totalApprovedSubscriptions_lte?: InputMaybe<number>
totalApprovedSubscriptions_not?: InputMaybe<number>
totalApprovedSubscriptions_not_in?: InputMaybe<number[]>
totalCFAAmountStreamedOutUntilUpdatedAt?: InputMaybe<string>
totalCFAAmountStreamedOutUntilUpdatedAt_gt?: InputMaybe<string>
totalCFAAmountStreamedOutUntilUpdatedAt_gte?: InputMaybe<string>
totalCFAAmountStreamedOutUntilUpdatedAt_in?: InputMaybe<string[]>
totalCFAAmountStreamedOutUntilUpdatedAt_lt?: InputMaybe<string>
totalCFAAmountStreamedOutUntilUpdatedAt_lte?: InputMaybe<string>
totalCFAAmountStreamedOutUntilUpdatedAt_not?: InputMaybe<string>
totalCFAAmountStreamedOutUntilUpdatedAt_not_in?: InputMaybe<string[]>
totalCFAAmountStreamedUntilUpdatedAt?: InputMaybe<string>
totalCFAAmountStreamedUntilUpdatedAt_gt?: InputMaybe<string>
totalCFAAmountStreamedUntilUpdatedAt_gte?: InputMaybe<string>
totalCFAAmountStreamedUntilUpdatedAt_in?: InputMaybe<string[]>
totalCFAAmountStreamedUntilUpdatedAt_lt?: InputMaybe<string>
totalCFAAmountStreamedUntilUpdatedAt_lte?: InputMaybe<string>
totalCFAAmountStreamedUntilUpdatedAt_not?: InputMaybe<string>
totalCFAAmountStreamedUntilUpdatedAt_not_in?: InputMaybe<string[]>
totalCFADeposit?: InputMaybe<string>
totalCFADeposit_gt?: InputMaybe<string>
totalCFADeposit_gte?: InputMaybe<string>
totalCFADeposit_in?: InputMaybe<string[]>
totalCFADeposit_lt?: InputMaybe<string>
totalCFADeposit_lte?: InputMaybe<string>
totalCFADeposit_not?: InputMaybe<string>
totalCFADeposit_not_in?: InputMaybe<string[]>
totalCFANetFlowRate?: InputMaybe<string>
totalCFANetFlowRate_gt?: InputMaybe<string>
totalCFANetFlowRate_gte?: InputMaybe<string>
totalCFANetFlowRate_in?: InputMaybe<string[]>
totalCFANetFlowRate_lt?: InputMaybe<string>
totalCFANetFlowRate_lte?: InputMaybe<string>
totalCFANetFlowRate_not?: InputMaybe<string>
totalCFANetFlowRate_not_in?: InputMaybe<string[]>
totalCFANumberOfActiveStreams?: InputMaybe<number>
totalCFANumberOfActiveStreams_gt?: InputMaybe<number>
totalCFANumberOfActiveStreams_gte?: InputMaybe<number>
totalCFANumberOfActiveStreams_in?: InputMaybe<number[]>
totalCFANumberOfActiveStreams_lt?: InputMaybe<number>
totalCFANumberOfActiveStreams_lte?: InputMaybe<number>
totalCFANumberOfActiveStreams_not?: InputMaybe<number>
totalCFANumberOfActiveStreams_not_in?: InputMaybe<number[]>
totalCFANumberOfClosedStreams?: InputMaybe<number>
totalCFANumberOfClosedStreams_gt?: InputMaybe<number>
totalCFANumberOfClosedStreams_gte?: InputMaybe<number>
totalCFANumberOfClosedStreams_in?: InputMaybe<number[]>
totalCFANumberOfClosedStreams_lt?: InputMaybe<number>
totalCFANumberOfClosedStreams_lte?: InputMaybe<number>
totalCFANumberOfClosedStreams_not?: InputMaybe<number>
totalCFANumberOfClosedStreams_not_in?: InputMaybe<number[]>
totalCFAOutflowRate?: InputMaybe<string>
totalCFAOutflowRate_gt?: InputMaybe<string>
totalCFAOutflowRate_gte?: InputMaybe<string>
totalCFAOutflowRate_in?: InputMaybe<string[]>
totalCFAOutflowRate_lt?: InputMaybe<string>
totalCFAOutflowRate_lte?: InputMaybe<string>
totalCFAOutflowRate_not?: InputMaybe<string>
totalCFAOutflowRate_not_in?: InputMaybe<string[]>
totalConnectedMemberships?: InputMaybe<number>
totalConnectedMemberships_gt?: InputMaybe<number>
totalConnectedMemberships_gte?: InputMaybe<number>
totalConnectedMemberships_in?: InputMaybe<number[]>
totalConnectedMemberships_lt?: InputMaybe<number>
totalConnectedMemberships_lte?: InputMaybe<number>
totalConnectedMemberships_not?: InputMaybe<number>
totalConnectedMemberships_not_in?: InputMaybe<number[]>
totalDeposit?: InputMaybe<string>
totalDeposit_gt?: InputMaybe<string>
totalDeposit_gte?: InputMaybe<string>
totalDeposit_in?: InputMaybe<string[]>
totalDeposit_lt?: InputMaybe<string>
totalDeposit_lte?: InputMaybe<string>
totalDeposit_not?: InputMaybe<string>
totalDeposit_not_in?: InputMaybe<string[]>
totalGDADeposit?: InputMaybe<string>
totalGDADeposit_gt?: InputMaybe<string>
totalGDADeposit_gte?: InputMaybe<string>
totalGDADeposit_in?: InputMaybe<string[]>
totalGDADeposit_lt?: InputMaybe<string>
totalGDADeposit_lte?: InputMaybe<string>
totalGDADeposit_not?: InputMaybe<string>
totalGDADeposit_not_in?: InputMaybe<string[]>
totalGDANumberOfActiveStreams?: InputMaybe<number>
totalGDANumberOfActiveStreams_gt?: InputMaybe<number>
totalGDANumberOfActiveStreams_gte?: InputMaybe<number>
totalGDANumberOfActiveStreams_in?: InputMaybe<number[]>
totalGDANumberOfActiveStreams_lt?: InputMaybe<number>
totalGDANumberOfActiveStreams_lte?: InputMaybe<number>
totalGDANumberOfActiveStreams_not?: InputMaybe<number>
totalGDANumberOfActiveStreams_not_in?: InputMaybe<number[]>
totalGDANumberOfClosedStreams?: InputMaybe<number>
totalGDANumberOfClosedStreams_gt?: InputMaybe<number>
totalGDANumberOfClosedStreams_gte?: InputMaybe<number>
totalGDANumberOfClosedStreams_in?: InputMaybe<number[]>
totalGDANumberOfClosedStreams_lt?: InputMaybe<number>
totalGDANumberOfClosedStreams_lte?: InputMaybe<number>
totalGDANumberOfClosedStreams_not?: InputMaybe<number>
totalGDANumberOfClosedStreams_not_in?: InputMaybe<number[]>
totalGDAOutflowRate?: InputMaybe<string>
totalGDAOutflowRate_gt?: InputMaybe<string>
totalGDAOutflowRate_gte?: InputMaybe<string>
totalGDAOutflowRate_in?: InputMaybe<string[]>
totalGDAOutflowRate_lt?: InputMaybe<string>
totalGDAOutflowRate_lte?: InputMaybe<string>
totalGDAOutflowRate_not?: InputMaybe<string>
totalGDAOutflowRate_not_in?: InputMaybe<string[]>
totalInflowRate?: InputMaybe<string>
totalInflowRate_gt?: InputMaybe<string>
totalInflowRate_gte?: InputMaybe<string>
totalInflowRate_in?: InputMaybe<string[]>
totalInflowRate_lt?: InputMaybe<string>
totalInflowRate_lte?: InputMaybe<string>
totalInflowRate_not?: InputMaybe<string>
totalInflowRate_not_in?: InputMaybe<string[]>
totalMembershipsWithUnits?: InputMaybe<number>
totalMembershipsWithUnits_gt?: InputMaybe<number>
totalMembershipsWithUnits_gte?: InputMaybe<number>
totalMembershipsWithUnits_in?: InputMaybe<number[]>
totalMembershipsWithUnits_lt?: InputMaybe<number>
totalMembershipsWithUnits_lte?: InputMaybe<number>
totalMembershipsWithUnits_not?: InputMaybe<number>
totalMembershipsWithUnits_not_in?: InputMaybe<number[]>
totalNetFlowRate?: InputMaybe<string>
totalNetFlowRate_gt?: InputMaybe<string>
totalNetFlowRate_gte?: InputMaybe<string>
totalNetFlowRate_in?: InputMaybe<string[]>
totalNetFlowRate_lt?: InputMaybe<string>
totalNetFlowRate_lte?: InputMaybe<string>
totalNetFlowRate_not?: InputMaybe<string>
totalNetFlowRate_not_in?: InputMaybe<string[]>
totalNumberOfActiveStreams?: InputMaybe<number>
totalNumberOfActiveStreams_gt?: InputMaybe<number>
totalNumberOfActiveStreams_gte?: InputMaybe<number>
totalNumberOfActiveStreams_in?: InputMaybe<number[]>
totalNumberOfActiveStreams_lt?: InputMaybe<number>
totalNumberOfActiveStreams_lte?: InputMaybe<number>
totalNumberOfActiveStreams_not?: InputMaybe<number>
totalNumberOfActiveStreams_not_in?: InputMaybe<number[]>
totalNumberOfClosedStreams?: InputMaybe<number>
totalNumberOfClosedStreams_gt?: InputMaybe<number>
totalNumberOfClosedStreams_gte?: InputMaybe<number>
totalNumberOfClosedStreams_in?: InputMaybe<number[]>
totalNumberOfClosedStreams_lt?: InputMaybe<number>
totalNumberOfClosedStreams_lte?: InputMaybe<number>
totalNumberOfClosedStreams_not?: InputMaybe<number>
totalNumberOfClosedStreams_not_in?: InputMaybe<number[]>
totalOutflowRate?: InputMaybe<string>
totalOutflowRate_gt?: InputMaybe<string>
totalOutflowRate_gte?: InputMaybe<string>
totalOutflowRate_in?: InputMaybe<string[]>
totalOutflowRate_lt?: InputMaybe<string>
totalOutflowRate_lte?: InputMaybe<string>
totalOutflowRate_not?: InputMaybe<string>
totalOutflowRate_not_in?: InputMaybe<string[]>
totalSubscriptionsWithUnits?: InputMaybe<number>
totalSubscriptionsWithUnits_gt?: InputMaybe<number>
totalSubscriptionsWithUnits_gte?: InputMaybe<number>
totalSubscriptionsWithUnits_in?: InputMaybe<number[]>
totalSubscriptionsWithUnits_lt?: InputMaybe<number>
totalSubscriptionsWithUnits_lte?: InputMaybe<number>
totalSubscriptionsWithUnits_not?: InputMaybe<number>
totalSubscriptionsWithUnits_not_in?: InputMaybe<number[]>
updatedAtBlockNumber?: InputMaybe<string>
updatedAtBlockNumber_gt?: InputMaybe<string>
updatedAtBlockNumber_gte?: InputMaybe<string>
updatedAtBlockNumber_in?: InputMaybe<string[]>
updatedAtBlockNumber_lt?: InputMaybe<string>
updatedAtBlockNumber_lte?: InputMaybe<string>
updatedAtBlockNumber_not?: InputMaybe<string>
updatedAtBlockNumber_not_in?: InputMaybe<string[]>
updatedAtTimestamp?: InputMaybe<string>
updatedAtTimestamp_gt?: InputMaybe<string>
updatedAtTimestamp_gte?: InputMaybe<string>
updatedAtTimestamp_in?: InputMaybe<string[]>
updatedAtTimestamp_lt?: InputMaybe<string>
updatedAtTimestamp_lte?: InputMaybe<string>
updatedAtTimestamp_not?: InputMaybe<string>
updatedAtTimestamp_not_in?: InputMaybe<string[]>

Generated using TypeDoc