MCPcopy Index your code

hub / github.com/LaunchPlatform/beanhub-cli / types & classes

Types & classes52 in github.com/LaunchPlatform/beanhub-cli

↓ 10 callersClassResponse
A response from an endpoint
beanhub_cli/internal_api/types.py:40
↓ 5 callersClassInboxEmailFactory
tests/factories.py:8
↓ 4 callersClassAccessToken
beanhub_cli/config.py:6
↓ 4 callersClassConfig
beanhub_cli/config.py:14
↓ 3 callersClassBenchmarkBankSpec
tests/benchmark/conftest.py:44
↓ 2 callersClassAuthConfig
beanhub_cli/auth.py:16
↓ 1 callersClassAuthSessionRequest
Attributes: hostname (str):
beanhub_cli/internal_api/models/auth_session_request.py:11
↓ 1 callersClassAuthenticatedClient
A Client which has been authenticated for use on secured endpoints The following are accepted as keyword arguments and will be used to construct
beanhub_cli/internal_api/client.py:146
↓ 1 callersClassBenchmarkCsvFile
tests/benchmark/conftest.py:53
↓ 1 callersClassBenchmarkDataset
tests/benchmark/conftest.py:251
↓ 1 callersClassClient
A class for keeping track of data related to the API The following are accepted as keyword arguments and will be used to construct httpx Clients
beanhub_cli/internal_api/client.py:13
↓ 1 callersClassCreateDumpRequestRequest
Attributes: public_key (str): output_accounts (Union[Unset, bool]): Default: False.
beanhub_cli/internal_api/models/create_dump_request_request.py:15
↓ 1 callersClassCreateInboxDumpRequest
Attributes: public_key (str): email_ids (list[str]):
beanhub_cli/internal_api/models/create_inbox_dump_request.py:12
↓ 1 callersClassCreateSyncBatchRequest
Attributes: import_and_commit (Union[Unset, bool]): When enabled, sync all items in the batch first, then run a single import
beanhub_cli/internal_api/models/create_sync_batch_request.py:15
↓ 1 callersClassDumpRequestState
beanhub_cli/internal_api/models/dump_request_state.py:4
↓ 1 callersClassExportBeancountResult
beanhub_cli/mcp/schemes.py:13
↓ 1 callersClassFormatResult
beanhub_cli/mcp/schemes.py:19
↓ 1 callersClassInboxDumpRequestState
beanhub_cli/internal_api/models/inbox_dump_request_state.py:4
↓ 1 callersClassInboxEmail
Attributes: id (str): message_id (str): headers (InboxEmailHeaders): subject (str): from_addresses (list[
beanhub_cli/internal_api/models/inbox_email.py:21
↓ 1 callersClassLogLevel
beanhub_cli/environment.py:11
↓ 1 callersClassPlaidItemSyncState
beanhub_cli/internal_api/models/plaid_item_sync_state.py:4
↓ 1 callersClassRepository
beanhub_cli/config.py:10
↓ 1 callersClassRepositoryType
beanhub_cli/internal_api/models/repository_type.py:4
↓ 1 callersClassSettings
beanhub_cli/forms/app/settings.py:9
↓ 1 callersClassSettingsProxy
beanhub_cli/forms/app/settings.py:22
↓ 1 callersClassStartupCallbackServer
beanhub_cli/forms/main.py:34
↓ 1 callersClassSyncBatchState
beanhub_cli/internal_api/models/sync_batch_state.py:4
↓ 1 callersClassUnset
beanhub_cli/internal_api/types.py:13
ClassAliasedGroup
beanhub_cli/aliase.py:10
ClassAuthSessionNotReadyResponse
Attributes: code (str): message (str):
beanhub_cli/internal_api/models/auth_session_not_ready_response.py:11
ClassAuthSessionPollResponse
Attributes: token (str): repositories (Union[None, Unset, list[str]]):
beanhub_cli/internal_api/models/auth_session_poll_response.py:16
ClassAuthSessionResponse
Attributes: id (UUID): code (str): auth_url (str): secret_token (str): poll_url (Union[None, Unset, str])
beanhub_cli/internal_api/models/auth_session_response.py:17
ClassCreateDumpRequestResponse
Attributes: id (UUID):
beanhub_cli/internal_api/models/create_dump_request_response.py:12
ClassCreateInboxDumpRequestResponse
Attributes: id (UUID):
beanhub_cli/internal_api/models/create_inbox_dump_request_response.py:12
ClassCreateSyncBatchResponse
Attributes: id (UUID):
beanhub_cli/internal_api/models/create_sync_batch_response.py:12
ClassEnvironment
beanhub_cli/environment.py:31
ClassFile
Contains information for file uploads
beanhub_cli/internal_api/types.py:24
ClassGenericError
Attributes: detail (Union[Unset, Any]):
beanhub_cli/internal_api/models/generic_error.py:15
ClassGetDumpRequestResponse
Attributes: id (UUID): state (DumpRequestState): encryption_key (Union[None, Unset, str]): download_url (Union[No
beanhub_cli/internal_api/models/get_dump_request_response.py:18
ClassGetInboxDumpRequestResponse
Attributes: id (UUID): state (InboxDumpRequestState): encryption_key (Union[None, Unset, str]): download_url (Uni
beanhub_cli/internal_api/models/get_inbox_dump_request_response.py:18
ClassGetInboxEmailResponse
Attributes: emails (list['InboxEmail']): cursor (Union[None, Unset, str]):
beanhub_cli/internal_api/models/get_inbox_email_response.py:21
ClassGetSyncBatchResponse
Attributes: id (UUID): Sync batch ID. import_and_commit (bool): Whether this batch was created with import and commit enabled. Wh
beanhub_cli/internal_api/models/get_sync_batch_response.py:23
ClassHTTPValidationError
Attributes: detail (Union[Unset, list['ValidationError']]):
beanhub_cli/internal_api/models/http_validation_error.py:20
ClassInboxEmailHeaders
beanhub_cli/internal_api/models/inbox_email_headers.py:11
ClassItemData
Attributes: id (str): institution_name (Union[None, str]):
beanhub_cli/internal_api/models/item_data.py:13
ClassListRepositoriesResponse
Attributes: repositories (list['Repository']):
beanhub_cli/internal_api/models/list_repositories_response.py:16
ClassMeta
tests/factories.py:21
ClassRepository
Attributes: username (str): name (str): type_ (RepositoryType): public (bool): active (bool):
beanhub_cli/internal_api/models/repository.py:13
ClassResultBase
beanhub_cli/mcp/schemes.py:8
ClassSyncData
Attributes: id (str): state (PlaidItemSyncState): item (ItemData): error_message (Union[None, Unset, str]):
beanhub_cli/internal_api/models/sync_data.py:22
ClassUnexpectedStatus
Raised by api functions when the response status an undocumented status and Client.raise_on_unexpected_status is True
beanhub_cli/internal_api/errors.py:4
ClassValidationError
Attributes: loc (list[Union[int, str]]): msg (str): type_ (str):
beanhub_cli/internal_api/models/validation_error.py:13