aleph-indexer-sdk
Version:
TypeScript SDK for Aleph Indexer GraphQL API
1 lines • 262 kB
Source Map (JSON)
{"version":3,"sources":["../index.ts","../generated/index.ts","../client.ts","../utils/parse.ts"],"sourcesContent":["export * from './generated'\nexport * from './client'\nexport * from './types'\n\nexport { \n GetAllVaultsDocument,\n GetVaultsByManagerDocument,\n GetVaultPricePerShareHistoryDocument,\n GetVaultPricePerShareHistoryRangeDocument\n} from './generated'","import { GraphQLClient, RequestOptions } from 'graphql-request';\nimport gql from 'graphql-tag';\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\nexport type MakeEmpty<T extends { [key: string]: unknown }, K extends keyof T> = { [_ in K]?: never };\nexport type Incremental<T> = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\ntype GraphQLClientRequestHeaders = RequestOptions['requestHeaders'];\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n contract_type: { input: any; output: any; }\n jsonb: { input: any; output: any; }\n numeric: { input: any; output: any; }\n timestamp: { input: any; output: any; }\n timestamptz: { input: any; output: any; }\n};\n\n/** columns and relationships of \"AlephVaultFactory_Initialized\" */\nexport type AlephVaultFactory_Initialized = {\n __typename?: 'AlephVaultFactory_Initialized';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n version: Scalars['numeric']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVaultFactory_Initialized\". All fields are combined with a logical 'AND'. */\nexport type AlephVaultFactory_Initialized_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVaultFactory_Initialized_Bool_Exp>>;\n _not?: InputMaybe<AlephVaultFactory_Initialized_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVaultFactory_Initialized_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n version?: InputMaybe<Numeric_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVaultFactory_Initialized\". */\nexport type AlephVaultFactory_Initialized_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n version?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVaultFactory_Initialized\" */\nexport enum AlephVaultFactory_Initialized_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n Version = 'version'\n}\n\n/** Streaming cursor of the table \"AlephVaultFactory_Initialized\" */\nexport type AlephVaultFactory_Initialized_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVaultFactory_Initialized_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVaultFactory_Initialized_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n version?: InputMaybe<Scalars['numeric']['input']>;\n};\n\n/** columns and relationships of \"AlephVaultFactory_RoleAdminChanged\" */\nexport type AlephVaultFactory_RoleAdminChanged = {\n __typename?: 'AlephVaultFactory_RoleAdminChanged';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n newAdminRole: Scalars['String']['output'];\n previousAdminRole: Scalars['String']['output'];\n role: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVaultFactory_RoleAdminChanged\". All fields are combined with a logical 'AND'. */\nexport type AlephVaultFactory_RoleAdminChanged_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVaultFactory_RoleAdminChanged_Bool_Exp>>;\n _not?: InputMaybe<AlephVaultFactory_RoleAdminChanged_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVaultFactory_RoleAdminChanged_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n newAdminRole?: InputMaybe<String_Comparison_Exp>;\n previousAdminRole?: InputMaybe<String_Comparison_Exp>;\n role?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVaultFactory_RoleAdminChanged\". */\nexport type AlephVaultFactory_RoleAdminChanged_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n newAdminRole?: InputMaybe<Order_By>;\n previousAdminRole?: InputMaybe<Order_By>;\n role?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVaultFactory_RoleAdminChanged\" */\nexport enum AlephVaultFactory_RoleAdminChanged_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n NewAdminRole = 'newAdminRole',\n /** column name */\n PreviousAdminRole = 'previousAdminRole',\n /** column name */\n Role = 'role'\n}\n\n/** Streaming cursor of the table \"AlephVaultFactory_RoleAdminChanged\" */\nexport type AlephVaultFactory_RoleAdminChanged_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVaultFactory_RoleAdminChanged_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVaultFactory_RoleAdminChanged_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n newAdminRole?: InputMaybe<Scalars['String']['input']>;\n previousAdminRole?: InputMaybe<Scalars['String']['input']>;\n role?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVaultFactory_RoleGranted\" */\nexport type AlephVaultFactory_RoleGranted = {\n __typename?: 'AlephVaultFactory_RoleGranted';\n account: Scalars['String']['output'];\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n role: Scalars['String']['output'];\n sender: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVaultFactory_RoleGranted\". All fields are combined with a logical 'AND'. */\nexport type AlephVaultFactory_RoleGranted_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVaultFactory_RoleGranted_Bool_Exp>>;\n _not?: InputMaybe<AlephVaultFactory_RoleGranted_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVaultFactory_RoleGranted_Bool_Exp>>;\n account?: InputMaybe<String_Comparison_Exp>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n role?: InputMaybe<String_Comparison_Exp>;\n sender?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVaultFactory_RoleGranted\". */\nexport type AlephVaultFactory_RoleGranted_Order_By = {\n account?: InputMaybe<Order_By>;\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n role?: InputMaybe<Order_By>;\n sender?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVaultFactory_RoleGranted\" */\nexport enum AlephVaultFactory_RoleGranted_Select_Column {\n /** column name */\n Account = 'account',\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n Role = 'role',\n /** column name */\n Sender = 'sender'\n}\n\n/** Streaming cursor of the table \"AlephVaultFactory_RoleGranted\" */\nexport type AlephVaultFactory_RoleGranted_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVaultFactory_RoleGranted_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVaultFactory_RoleGranted_Stream_Cursor_Value_Input = {\n account?: InputMaybe<Scalars['String']['input']>;\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n role?: InputMaybe<Scalars['String']['input']>;\n sender?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVaultFactory_RoleRevoked\" */\nexport type AlephVaultFactory_RoleRevoked = {\n __typename?: 'AlephVaultFactory_RoleRevoked';\n account: Scalars['String']['output'];\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n role: Scalars['String']['output'];\n sender: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVaultFactory_RoleRevoked\". All fields are combined with a logical 'AND'. */\nexport type AlephVaultFactory_RoleRevoked_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVaultFactory_RoleRevoked_Bool_Exp>>;\n _not?: InputMaybe<AlephVaultFactory_RoleRevoked_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVaultFactory_RoleRevoked_Bool_Exp>>;\n account?: InputMaybe<String_Comparison_Exp>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n role?: InputMaybe<String_Comparison_Exp>;\n sender?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVaultFactory_RoleRevoked\". */\nexport type AlephVaultFactory_RoleRevoked_Order_By = {\n account?: InputMaybe<Order_By>;\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n role?: InputMaybe<Order_By>;\n sender?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVaultFactory_RoleRevoked\" */\nexport enum AlephVaultFactory_RoleRevoked_Select_Column {\n /** column name */\n Account = 'account',\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n Role = 'role',\n /** column name */\n Sender = 'sender'\n}\n\n/** Streaming cursor of the table \"AlephVaultFactory_RoleRevoked\" */\nexport type AlephVaultFactory_RoleRevoked_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVaultFactory_RoleRevoked_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVaultFactory_RoleRevoked_Stream_Cursor_Value_Input = {\n account?: InputMaybe<Scalars['String']['input']>;\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n role?: InputMaybe<Scalars['String']['input']>;\n sender?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVaultFactory_VaultDeployed\" */\nexport type AlephVaultFactory_VaultDeployed = {\n __typename?: 'AlephVaultFactory_VaultDeployed';\n configId: Scalars['String']['output'];\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n manager: Scalars['String']['output'];\n name: Scalars['String']['output'];\n vault: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVaultFactory_VaultDeployed\". All fields are combined with a logical 'AND'. */\nexport type AlephVaultFactory_VaultDeployed_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVaultFactory_VaultDeployed_Bool_Exp>>;\n _not?: InputMaybe<AlephVaultFactory_VaultDeployed_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVaultFactory_VaultDeployed_Bool_Exp>>;\n configId?: InputMaybe<String_Comparison_Exp>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n manager?: InputMaybe<String_Comparison_Exp>;\n name?: InputMaybe<String_Comparison_Exp>;\n vault?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVaultFactory_VaultDeployed\". */\nexport type AlephVaultFactory_VaultDeployed_Order_By = {\n configId?: InputMaybe<Order_By>;\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n manager?: InputMaybe<Order_By>;\n name?: InputMaybe<Order_By>;\n vault?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVaultFactory_VaultDeployed\" */\nexport enum AlephVaultFactory_VaultDeployed_Select_Column {\n /** column name */\n ConfigId = 'configId',\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n Manager = 'manager',\n /** column name */\n Name = 'name',\n /** column name */\n Vault = 'vault'\n}\n\n/** Streaming cursor of the table \"AlephVaultFactory_VaultDeployed\" */\nexport type AlephVaultFactory_VaultDeployed_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVaultFactory_VaultDeployed_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVaultFactory_VaultDeployed_Stream_Cursor_Value_Input = {\n configId?: InputMaybe<Scalars['String']['input']>;\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n manager?: InputMaybe<Scalars['String']['input']>;\n name?: InputMaybe<Scalars['String']['input']>;\n vault?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_DepositRequest\" */\nexport type AlephVault_DepositRequest = {\n __typename?: 'AlephVault_DepositRequest';\n amount: Scalars['String']['output'];\n batchId: Scalars['numeric']['output'];\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n txHash: Scalars['String']['output'];\n userWalletAddress: Scalars['String']['output'];\n vaultId: Scalars['String']['output'];\n};\n\n/** columns and relationships of \"AlephVault_DepositRequestSettled\" */\nexport type AlephVault_DepositRequestSettled = {\n __typename?: 'AlephVault_DepositRequestSettled';\n amount: Scalars['String']['output'];\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n sharesToMint: Scalars['String']['output'];\n user: Scalars['String']['output'];\n vaultId: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_DepositRequestSettled\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_DepositRequestSettled_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_DepositRequestSettled_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_DepositRequestSettled_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_DepositRequestSettled_Bool_Exp>>;\n amount?: InputMaybe<String_Comparison_Exp>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n sharesToMint?: InputMaybe<String_Comparison_Exp>;\n user?: InputMaybe<String_Comparison_Exp>;\n vaultId?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_DepositRequestSettled\". */\nexport type AlephVault_DepositRequestSettled_Order_By = {\n amount?: InputMaybe<Order_By>;\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n sharesToMint?: InputMaybe<Order_By>;\n user?: InputMaybe<Order_By>;\n vaultId?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_DepositRequestSettled\" */\nexport enum AlephVault_DepositRequestSettled_Select_Column {\n /** column name */\n Amount = 'amount',\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n SharesToMint = 'sharesToMint',\n /** column name */\n User = 'user',\n /** column name */\n VaultId = 'vaultId'\n}\n\n/** Streaming cursor of the table \"AlephVault_DepositRequestSettled\" */\nexport type AlephVault_DepositRequestSettled_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_DepositRequestSettled_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_DepositRequestSettled_Stream_Cursor_Value_Input = {\n amount?: InputMaybe<Scalars['String']['input']>;\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n sharesToMint?: InputMaybe<Scalars['String']['input']>;\n user?: InputMaybe<Scalars['String']['input']>;\n vaultId?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_DepositRequest\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_DepositRequest_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_DepositRequest_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_DepositRequest_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_DepositRequest_Bool_Exp>>;\n amount?: InputMaybe<String_Comparison_Exp>;\n batchId?: InputMaybe<Numeric_Comparison_Exp>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n txHash?: InputMaybe<String_Comparison_Exp>;\n userWalletAddress?: InputMaybe<String_Comparison_Exp>;\n vaultId?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_DepositRequest\". */\nexport type AlephVault_DepositRequest_Order_By = {\n amount?: InputMaybe<Order_By>;\n batchId?: InputMaybe<Order_By>;\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n txHash?: InputMaybe<Order_By>;\n userWalletAddress?: InputMaybe<Order_By>;\n vaultId?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_DepositRequest\" */\nexport enum AlephVault_DepositRequest_Select_Column {\n /** column name */\n Amount = 'amount',\n /** column name */\n BatchId = 'batchId',\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n TxHash = 'txHash',\n /** column name */\n UserWalletAddress = 'userWalletAddress',\n /** column name */\n VaultId = 'vaultId'\n}\n\n/** Streaming cursor of the table \"AlephVault_DepositRequest\" */\nexport type AlephVault_DepositRequest_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_DepositRequest_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_DepositRequest_Stream_Cursor_Value_Input = {\n amount?: InputMaybe<Scalars['String']['input']>;\n batchId?: InputMaybe<Scalars['numeric']['input']>;\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n txHash?: InputMaybe<Scalars['String']['input']>;\n userWalletAddress?: InputMaybe<Scalars['String']['input']>;\n vaultId?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_FeesAccumulated\" */\nexport type AlephVault_FeesAccumulated = {\n __typename?: 'AlephVault_FeesAccumulated';\n currentBatchId: Scalars['numeric']['output'];\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n lastFeePaidId: Scalars['numeric']['output'];\n managementFee: Scalars['String']['output'];\n performanceFee: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_FeesAccumulated\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_FeesAccumulated_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_FeesAccumulated_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_FeesAccumulated_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_FeesAccumulated_Bool_Exp>>;\n currentBatchId?: InputMaybe<Numeric_Comparison_Exp>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n lastFeePaidId?: InputMaybe<Numeric_Comparison_Exp>;\n managementFee?: InputMaybe<String_Comparison_Exp>;\n performanceFee?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_FeesAccumulated\". */\nexport type AlephVault_FeesAccumulated_Order_By = {\n currentBatchId?: InputMaybe<Order_By>;\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n lastFeePaidId?: InputMaybe<Order_By>;\n managementFee?: InputMaybe<Order_By>;\n performanceFee?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_FeesAccumulated\" */\nexport enum AlephVault_FeesAccumulated_Select_Column {\n /** column name */\n CurrentBatchId = 'currentBatchId',\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n LastFeePaidId = 'lastFeePaidId',\n /** column name */\n ManagementFee = 'managementFee',\n /** column name */\n PerformanceFee = 'performanceFee'\n}\n\n/** Streaming cursor of the table \"AlephVault_FeesAccumulated\" */\nexport type AlephVault_FeesAccumulated_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_FeesAccumulated_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_FeesAccumulated_Stream_Cursor_Value_Input = {\n currentBatchId?: InputMaybe<Scalars['numeric']['input']>;\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n lastFeePaidId?: InputMaybe<Scalars['numeric']['input']>;\n managementFee?: InputMaybe<Scalars['String']['input']>;\n performanceFee?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_FeesCollected\" */\nexport type AlephVault_FeesCollected = {\n __typename?: 'AlephVault_FeesCollected';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n managementFeesCollected: Scalars['String']['output'];\n performanceFeesCollected: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_FeesCollected\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_FeesCollected_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_FeesCollected_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_FeesCollected_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_FeesCollected_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n managementFeesCollected?: InputMaybe<String_Comparison_Exp>;\n performanceFeesCollected?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_FeesCollected\". */\nexport type AlephVault_FeesCollected_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n managementFeesCollected?: InputMaybe<Order_By>;\n performanceFeesCollected?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_FeesCollected\" */\nexport enum AlephVault_FeesCollected_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n ManagementFeesCollected = 'managementFeesCollected',\n /** column name */\n PerformanceFeesCollected = 'performanceFeesCollected'\n}\n\n/** Streaming cursor of the table \"AlephVault_FeesCollected\" */\nexport type AlephVault_FeesCollected_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_FeesCollected_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_FeesCollected_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n managementFeesCollected?: InputMaybe<Scalars['String']['input']>;\n performanceFeesCollected?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_FlowPaused\" */\nexport type AlephVault_FlowPaused = {\n __typename?: 'AlephVault_FlowPaused';\n _pausableFlow: Scalars['String']['output'];\n _pauser: Scalars['String']['output'];\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_FlowPaused\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_FlowPaused_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_FlowPaused_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_FlowPaused_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_FlowPaused_Bool_Exp>>;\n _pausableFlow?: InputMaybe<String_Comparison_Exp>;\n _pauser?: InputMaybe<String_Comparison_Exp>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_FlowPaused\". */\nexport type AlephVault_FlowPaused_Order_By = {\n _pausableFlow?: InputMaybe<Order_By>;\n _pauser?: InputMaybe<Order_By>;\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_FlowPaused\" */\nexport enum AlephVault_FlowPaused_Select_Column {\n /** column name */\n PausableFlow = '_pausableFlow',\n /** column name */\n Pauser = '_pauser',\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id'\n}\n\n/** Streaming cursor of the table \"AlephVault_FlowPaused\" */\nexport type AlephVault_FlowPaused_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_FlowPaused_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_FlowPaused_Stream_Cursor_Value_Input = {\n _pausableFlow?: InputMaybe<Scalars['String']['input']>;\n _pauser?: InputMaybe<Scalars['String']['input']>;\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_FlowUnpaused\" */\nexport type AlephVault_FlowUnpaused = {\n __typename?: 'AlephVault_FlowUnpaused';\n _pausableFlowFlag: Scalars['String']['output'];\n _unpauser: Scalars['String']['output'];\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_FlowUnpaused\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_FlowUnpaused_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_FlowUnpaused_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_FlowUnpaused_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_FlowUnpaused_Bool_Exp>>;\n _pausableFlowFlag?: InputMaybe<String_Comparison_Exp>;\n _unpauser?: InputMaybe<String_Comparison_Exp>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_FlowUnpaused\". */\nexport type AlephVault_FlowUnpaused_Order_By = {\n _pausableFlowFlag?: InputMaybe<Order_By>;\n _unpauser?: InputMaybe<Order_By>;\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_FlowUnpaused\" */\nexport enum AlephVault_FlowUnpaused_Select_Column {\n /** column name */\n PausableFlowFlag = '_pausableFlowFlag',\n /** column name */\n Unpauser = '_unpauser',\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id'\n}\n\n/** Streaming cursor of the table \"AlephVault_FlowUnpaused\" */\nexport type AlephVault_FlowUnpaused_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_FlowUnpaused_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_FlowUnpaused_Stream_Cursor_Value_Input = {\n _pausableFlowFlag?: InputMaybe<Scalars['String']['input']>;\n _unpauser?: InputMaybe<Scalars['String']['input']>;\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_Initialized\" */\nexport type AlephVault_Initialized = {\n __typename?: 'AlephVault_Initialized';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n version: Scalars['numeric']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_Initialized\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_Initialized_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_Initialized_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_Initialized_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_Initialized_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n version?: InputMaybe<Numeric_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_Initialized\". */\nexport type AlephVault_Initialized_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n version?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_Initialized\" */\nexport enum AlephVault_Initialized_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n Version = 'version'\n}\n\n/** Streaming cursor of the table \"AlephVault_Initialized\" */\nexport type AlephVault_Initialized_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_Initialized_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_Initialized_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n version?: InputMaybe<Scalars['numeric']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_MetadataUriSet\" */\nexport type AlephVault_MetadataUriSet = {\n __typename?: 'AlephVault_MetadataUriSet';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n metadataUri: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_MetadataUriSet\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_MetadataUriSet_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_MetadataUriSet_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_MetadataUriSet_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_MetadataUriSet_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n metadataUri?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_MetadataUriSet\". */\nexport type AlephVault_MetadataUriSet_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n metadataUri?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_MetadataUriSet\" */\nexport enum AlephVault_MetadataUriSet_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n MetadataUri = 'metadataUri'\n}\n\n/** Streaming cursor of the table \"AlephVault_MetadataUriSet\" */\nexport type AlephVault_MetadataUriSet_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_MetadataUriSet_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_MetadataUriSet_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n metadataUri?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_NewFeeRecipientQueued\" */\nexport type AlephVault_NewFeeRecipientQueued = {\n __typename?: 'AlephVault_NewFeeRecipientQueued';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n feeRecipient: Scalars['String']['output'];\n id: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_NewFeeRecipientQueued\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_NewFeeRecipientQueued_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_NewFeeRecipientQueued_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_NewFeeRecipientQueued_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_NewFeeRecipientQueued_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n feeRecipient?: InputMaybe<String_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_NewFeeRecipientQueued\". */\nexport type AlephVault_NewFeeRecipientQueued_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n feeRecipient?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_NewFeeRecipientQueued\" */\nexport enum AlephVault_NewFeeRecipientQueued_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n FeeRecipient = 'feeRecipient',\n /** column name */\n Id = 'id'\n}\n\n/** Streaming cursor of the table \"AlephVault_NewFeeRecipientQueued\" */\nexport type AlephVault_NewFeeRecipientQueued_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_NewFeeRecipientQueued_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_NewFeeRecipientQueued_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n feeRecipient?: InputMaybe<Scalars['String']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_NewFeeRecipientSet\" */\nexport type AlephVault_NewFeeRecipientSet = {\n __typename?: 'AlephVault_NewFeeRecipientSet';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n feeRecipient: Scalars['String']['output'];\n id: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_NewFeeRecipientSet\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_NewFeeRecipientSet_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_NewFeeRecipientSet_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_NewFeeRecipientSet_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_NewFeeRecipientSet_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n feeRecipient?: InputMaybe<String_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_NewFeeRecipientSet\". */\nexport type AlephVault_NewFeeRecipientSet_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n feeRecipient?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_NewFeeRecipientSet\" */\nexport enum AlephVault_NewFeeRecipientSet_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n FeeRecipient = 'feeRecipient',\n /** column name */\n Id = 'id'\n}\n\n/** Streaming cursor of the table \"AlephVault_NewFeeRecipientSet\" */\nexport type AlephVault_NewFeeRecipientSet_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_NewFeeRecipientSet_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_NewFeeRecipientSet_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n feeRecipient?: InputMaybe<Scalars['String']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_NewHighWaterMarkSet\" */\nexport type AlephVault_NewHighWaterMarkSet = {\n __typename?: 'AlephVault_NewHighWaterMarkSet';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n highWaterMark: Scalars['numeric']['output'];\n id: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_NewHighWaterMarkSet\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_NewHighWaterMarkSet_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_NewHighWaterMarkSet_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_NewHighWaterMarkSet_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_NewHighWaterMarkSet_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n highWaterMark?: InputMaybe<Numeric_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_NewHighWaterMarkSet\". */\nexport type AlephVault_NewHighWaterMarkSet_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n highWaterMark?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_NewHighWaterMarkSet\" */\nexport enum AlephVault_NewHighWaterMarkSet_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n HighWaterMark = 'highWaterMark',\n /** column name */\n Id = 'id'\n}\n\n/** Streaming cursor of the table \"AlephVault_NewHighWaterMarkSet\" */\nexport type AlephVault_NewHighWaterMarkSet_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_NewHighWaterMarkSet_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_NewHighWaterMarkSet_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n highWaterMark?: InputMaybe<Scalars['numeric']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_NewManagementFeeQueued\" */\nexport type AlephVault_NewManagementFeeQueued = {\n __typename?: 'AlephVault_NewManagementFeeQueued';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n managementFee: Scalars['numeric']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_NewManagementFeeQueued\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_NewManagementFeeQueued_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_NewManagementFeeQueued_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_NewManagementFeeQueued_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_NewManagementFeeQueued_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n managementFee?: InputMaybe<Numeric_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_NewManagementFeeQueued\". */\nexport type AlephVault_NewManagementFeeQueued_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n managementFee?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_NewManagementFeeQueued\" */\nexport enum AlephVault_NewManagementFeeQueued_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n ManagementFee = 'managementFee'\n}\n\n/** Streaming cursor of the table \"AlephVault_NewManagementFeeQueued\" */\nexport type AlephVault_NewManagementFeeQueued_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_NewManagementFeeQueued_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_NewManagementFeeQueued_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n managementFee?: InputMaybe<Scalars['numeric']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_NewManagementFeeSet\" */\nexport type AlephVault_NewManagementFeeSet = {\n __typename?: 'AlephVault_NewManagementFeeSet';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n managementFee: Scalars['numeric']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_NewManagementFeeSet\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_NewManagementFeeSet_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_NewManagementFeeSet_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_NewManagementFeeSet_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_NewManagementFeeSet_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n managementFee?: InputMaybe<Numeric_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_NewManagementFeeSet\". */\nexport type AlephVault_NewManagementFeeSet_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n managementFee?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_NewManagementFeeSet\" */\nexport enum AlephVault_NewManagementFeeSet_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n ManagementFee = 'managementFee'\n}\n\n/** Streaming cursor of the table \"AlephVault_NewManagementFeeSet\" */\nexport type AlephVault_NewManagementFeeSet_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_NewManagementFeeSet_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_NewManagementFeeSet_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n managementFee?: InputMaybe<Scalars['numeric']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_NewMaxDepositCapQueued\" */\nexport type AlephVault_NewMaxDepositCapQueued = {\n __typename?: 'AlephVault_NewMaxDepositCapQueued';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n maxDepositCap: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_NewMaxDepositCapQueued\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_NewMaxDepositCapQueued_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_NewMaxDepositCapQueued_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_NewMaxDepositCapQueued_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_NewMaxDepositCapQueued_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n maxDepositCap?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_NewMaxDepositCapQueued\". */\nexport type AlephVault_NewMaxDepositCapQueued_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n maxDepositCap?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_NewMaxDepositCapQueued\" */\nexport enum AlephVault_NewMaxDepositCapQueued_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n MaxDepositCap = 'maxDepositCap'\n}\n\n/** Streaming cursor of the table \"AlephVault_NewMaxDepositCapQueued\" */\nexport type AlephVault_NewMaxDepositCapQueued_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_NewMaxDepositCapQueued_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_NewMaxDepositCapQueued_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n maxDepositCap?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_NewMaxDepositCapSet\" */\nexport type AlephVault_NewMaxDepositCapSet = {\n __typename?: 'AlephVault_NewMaxDepositCapSet';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n maxDepositCap: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_NewMaxDepositCapSet\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_NewMaxDepositCapSet_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_NewMaxDepositCapSet_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_NewMaxDepositCapSet_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_NewMaxDepositCapSet_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n maxDepositCap?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_NewMaxDepositCapSet\". */\nexport type AlephVault_NewMaxDepositCapSet_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n maxDepositCap?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_NewMaxDepositCapSet\" */\nexport enum AlephVault_NewMaxDepositCapSet_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n MaxDepositCap = 'maxDepositCap'\n}\n\n/** Streaming cursor of the table \"AlephVault_NewMaxDepositCapSet\" */\nexport type AlephVault_NewMaxDepositCapSet_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: AlephVault_NewMaxDepositCapSet_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe<Cursor_Ordering>;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type AlephVault_NewMaxDepositCapSet_Stream_Cursor_Value_Input = {\n db_write_timestamp?: InputMaybe<Scalars['timestamp']['input']>;\n id?: InputMaybe<Scalars['String']['input']>;\n maxDepositCap?: InputMaybe<Scalars['String']['input']>;\n};\n\n/** columns and relationships of \"AlephVault_NewMinDepositAmountQueued\" */\nexport type AlephVault_NewMinDepositAmountQueued = {\n __typename?: 'AlephVault_NewMinDepositAmountQueued';\n db_write_timestamp?: Maybe<Scalars['timestamp']['output']>;\n id: Scalars['String']['output'];\n minDepositAmount: Scalars['String']['output'];\n};\n\n/** Boolean expression to filter rows from the table \"AlephVault_NewMinDepositAmountQueued\". All fields are combined with a logical 'AND'. */\nexport type AlephVault_NewMinDepositAmountQueued_Bool_Exp = {\n _and?: InputMaybe<Array<AlephVault_NewMinDepositAmountQueued_Bool_Exp>>;\n _not?: InputMaybe<AlephVault_NewMinDepositAmountQueued_Bool_Exp>;\n _or?: InputMaybe<Array<AlephVault_NewMinDepositAmountQueued_Bool_Exp>>;\n db_write_timestamp?: InputMaybe<Timestamp_Comparison_Exp>;\n id?: InputMaybe<String_Comparison_Exp>;\n minDepositAmount?: InputMaybe<String_Comparison_Exp>;\n};\n\n/** Ordering options when selecting data from \"AlephVault_NewMinDepositAmountQueued\". */\nexport type AlephVault_NewMinDepositAmountQueued_Order_By = {\n db_write_timestamp?: InputMaybe<Order_By>;\n id?: InputMaybe<Order_By>;\n minDepositAmount?: InputMaybe<Order_By>;\n};\n\n/** select columns of table \"AlephVault_NewMinDepositAmountQueued\" */\nexport enum AlephVault_NewMinDepositAmountQueued_Select_Column {\n /** column name */\n DbWriteTimestamp = 'db_write_timestamp',\n /** column name */\n Id = 'id',\n /** column name */\n MinDepositAmount = 'minDepositAmount'\n}\n\n/** Streaming cursor of the table \"AlephVault_NewMinDepositAmountQueued\" */\nexport type AlephVault_NewMinDepositAmountQueued_Stream_