deeporigin-data-sdk 0.1.0a32__tar.gz → 0.1.0a34__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- deeporigin_data_sdk-0.1.0a34/.release-please-manifest.json +3 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/CHANGELOG.md +16 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/PKG-INFO +1 -1
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/api.md +3 -2
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/pyproject.toml +1 -1
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_client.py +52 -12
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_version.py +1 -1
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/__init__.py +2 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_add_database_column_params.py +28 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_describe_database_row_params.py +1 -1
- deeporigin_data_sdk-0.1.0a34/src/deeporigin_data/types/client_download_file_params.py +14 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_import_rows_params.py +28 -0
- deeporigin_data_sdk-0.1.0a34/src/deeporigin_data/types/describe_database_row_response.py +11 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/api_resources/test_client.py +29 -16
- deeporigin_data_sdk-0.1.0a32/.release-please-manifest.json +0 -3
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/.gitignore +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/CONTRIBUTING.md +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/LICENSE +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/README.md +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/SECURITY.md +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/bin/check-release-environment +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/bin/publish-pypi +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/examples/.keep +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/mypy.ini +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/noxfile.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/release-please-config.json +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/requirements-dev.lock +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/requirements.lock +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_base_client.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_compat.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_constants.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_exceptions.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_files.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_models.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_qs.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_resource.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_streaming.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_types.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_logs.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_proxy.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_reflection.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_streams.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_sync.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_transform.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_typing.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_utils.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/lib/.keep +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/py.typed +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/resources/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/add_database_column_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/chat_create_thread_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/chat_list_messages_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_archive_files_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_chat_create_thread_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_chat_list_messages_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_chat_send_message_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_configure_column_select_options_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_convert_id_format_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_create_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_create_file_download_url_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_create_file_upload_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_create_workspace_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_delete_database_column_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_delete_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_delete_rows_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_delete_workspace_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_describe_code_execution_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_describe_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_describe_database_stats_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_describe_file_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_describe_hierarchy_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_describe_row_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_describe_workspace_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_ensure_rows_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_execute_code_async_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_execute_code_sync_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_export_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_get_code_execution_result_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_list_database_column_unique_values_v2_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_list_database_rows_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_list_files_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_list_mentions_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_list_row_back_references_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_list_rows_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_lock_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_parse_base_sequence_data_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_resolve_ids_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_unlock_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_update_database_column_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_update_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/client_update_workspace_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/configure_column_select_options_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/convert_id_format_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/create_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/create_file_download_url_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/create_file_upload_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/create_workspace_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/delete_database_column_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/delete_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/delete_rows_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/delete_workspace_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/describe_code_execution_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/describe_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/describe_database_stats_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/describe_file_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/describe_hierarchy_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/describe_workspace_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/ensure_rows_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/execute_code_async_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/execute_code_sync_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/import_rows_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/list_database_column_unique_values_v2_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/list_database_rows_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/list_files_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/list_mentions_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/list_row_back_references_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/list_rows_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/lock_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/parse_base_sequence_data_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/resolve_ids_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared/add_column_base.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared/add_column_union.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared/condition.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared/database.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared/database_row.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared/describe_row_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared/file.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared/row_filter_join.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared/workspace.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared_params/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared_params/add_column_base.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared_params/add_column_union.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared_params/condition.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/shared_params/row_filter_join.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/unlock_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/update_database_column_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/update_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/update_workspace_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/api_resources/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/conftest.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/sample_file.txt +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_client.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_deepcopy.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_extract_files.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_files.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_models.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_qs.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_required_args.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_streaming.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_transform.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_utils/test_proxy.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_utils/test_typing.py +0 -0
- {deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/utils.py +0 -0
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.1.0-alpha.34 (2024-12-10)
|
4
|
+
|
5
|
+
Full Changelog: [v0.1.0-alpha.33...v0.1.0-alpha.34](https://github.com/deeporiginbio/deeporigin-data-sdk/compare/v0.1.0-alpha.33...v0.1.0-alpha.34)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** api update ([#135](https://github.com/deeporiginbio/deeporigin-data-sdk/issues/135)) ([061c74d](https://github.com/deeporiginbio/deeporigin-data-sdk/commit/061c74dfc7f89eae12a9b9a3c296c6fc5740f724))
|
10
|
+
|
11
|
+
## 0.1.0-alpha.33 (2024-12-10)
|
12
|
+
|
13
|
+
Full Changelog: [v0.1.0-alpha.32...v0.1.0-alpha.33](https://github.com/deeporiginbio/deeporigin-data-sdk/compare/v0.1.0-alpha.32...v0.1.0-alpha.33)
|
14
|
+
|
15
|
+
### Features
|
16
|
+
|
17
|
+
* **api:** api update ([#132](https://github.com/deeporiginbio/deeporigin-data-sdk/issues/132)) ([b916b8e](https://github.com/deeporiginbio/deeporigin-data-sdk/commit/b916b8e8e90331a2a64c0b09305190f4beb817d4))
|
18
|
+
|
3
19
|
## 0.1.0-alpha.32 (2024-12-10)
|
4
20
|
|
5
21
|
Full Changelog: [v0.1.0-alpha.31...v0.1.0-alpha.32](https://github.com/deeporiginbio/deeporigin-data-sdk/compare/v0.1.0-alpha.31...v0.1.0-alpha.32)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: deeporigin_data_sdk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a34
|
4
4
|
Summary: The official Python library for the deeporigin_data API
|
5
5
|
Project-URL: Homepage, https://github.com/deeporiginbio/deeporigin-data-sdk
|
6
6
|
Project-URL: Repository, https://github.com/deeporiginbio/deeporigin-data-sdk
|
@@ -36,6 +36,7 @@ from deeporigin_data.types import (
|
|
36
36
|
DeleteWorkspaceResponse,
|
37
37
|
DescribeCodeExecutionResponse,
|
38
38
|
DescribeDatabaseResponse,
|
39
|
+
DescribeDatabaseRowResponse,
|
39
40
|
DescribeDatabaseStatsResponse,
|
40
41
|
DescribeFileResponse,
|
41
42
|
DescribeHierarchyResponse,
|
@@ -80,13 +81,13 @@ Methods:
|
|
80
81
|
- <code title="post /DeleteWorkspace">client.<a href="./src/deeporigin_data/_client.py">delete_workspace</a>(\*\*<a href="src/deeporigin_data/types/client_delete_workspace_params.py">params</a>) -> <a href="./src/deeporigin_data/types/delete_workspace_response.py">DeleteWorkspaceResponse</a></code>
|
81
82
|
- <code title="post /DescribeCodeExecution">client.<a href="./src/deeporigin_data/_client.py">describe_code_execution</a>(\*\*<a href="src/deeporigin_data/types/client_describe_code_execution_params.py">params</a>) -> <a href="./src/deeporigin_data/types/describe_code_execution_response.py">DescribeCodeExecutionResponse</a></code>
|
82
83
|
- <code title="post /DescribeDatabase">client.<a href="./src/deeporigin_data/_client.py">describe_database</a>(\*\*<a href="src/deeporigin_data/types/client_describe_database_params.py">params</a>) -> <a href="./src/deeporigin_data/types/describe_database_response.py">DescribeDatabaseResponse</a></code>
|
83
|
-
- <code title="post /DescribeDatabaseRow">client.<a href="./src/deeporigin_data/_client.py">describe_database_row</a>(\*\*<a href="src/deeporigin_data/types/client_describe_database_row_params.py">params</a>) -> <a href="./src/deeporigin_data/types/
|
84
|
+
- <code title="post /DescribeDatabaseRow">client.<a href="./src/deeporigin_data/_client.py">describe_database_row</a>(\*\*<a href="src/deeporigin_data/types/client_describe_database_row_params.py">params</a>) -> <a href="./src/deeporigin_data/types/describe_database_row_response.py">DescribeDatabaseRowResponse</a></code>
|
84
85
|
- <code title="post /DescribeDatabaseStats">client.<a href="./src/deeporigin_data/_client.py">describe_database_stats</a>(\*\*<a href="src/deeporigin_data/types/client_describe_database_stats_params.py">params</a>) -> <a href="./src/deeporigin_data/types/describe_database_stats_response.py">DescribeDatabaseStatsResponse</a></code>
|
85
86
|
- <code title="post /DescribeFile">client.<a href="./src/deeporigin_data/_client.py">describe_file</a>(\*\*<a href="src/deeporigin_data/types/client_describe_file_params.py">params</a>) -> <a href="./src/deeporigin_data/types/describe_file_response.py">DescribeFileResponse</a></code>
|
86
87
|
- <code title="post /DescribeHierarchy">client.<a href="./src/deeporigin_data/_client.py">describe_hierarchy</a>(\*\*<a href="src/deeporigin_data/types/client_describe_hierarchy_params.py">params</a>) -> <a href="./src/deeporigin_data/types/describe_hierarchy_response.py">DescribeHierarchyResponse</a></code>
|
87
88
|
- <code title="post /DescribeRow">client.<a href="./src/deeporigin_data/_client.py">describe_row</a>(\*\*<a href="src/deeporigin_data/types/client_describe_row_params.py">params</a>) -> <a href="./src/deeporigin_data/types/shared/describe_row_response.py">DescribeRowResponse</a></code>
|
88
89
|
- <code title="post /DescribeWorkspace">client.<a href="./src/deeporigin_data/_client.py">describe_workspace</a>(\*\*<a href="src/deeporigin_data/types/client_describe_workspace_params.py">params</a>) -> <a href="./src/deeporigin_data/types/describe_workspace_response.py">DescribeWorkspaceResponse</a></code>
|
89
|
-
- <code title="get /DownloadFile">client.<a href="./src/deeporigin_data/_client.py">download_file</a>() -> None</code>
|
90
|
+
- <code title="get /DownloadFile">client.<a href="./src/deeporigin_data/_client.py">download_file</a>(\*\*<a href="src/deeporigin_data/types/client_download_file_params.py">params</a>) -> None</code>
|
90
91
|
- <code title="post /EnsureRows">client.<a href="./src/deeporigin_data/_client.py">ensure_rows</a>(\*\*<a href="src/deeporigin_data/types/client_ensure_rows_params.py">params</a>) -> <a href="./src/deeporigin_data/types/ensure_rows_response.py">EnsureRowsResponse</a></code>
|
91
92
|
- <code title="post /ExecuteCode">client.<a href="./src/deeporigin_data/_client.py">execute_code_async</a>(\*\*<a href="src/deeporigin_data/types/client_execute_code_async_params.py">params</a>) -> <a href="./src/deeporigin_data/types/execute_code_async_response.py">ExecuteCodeAsyncResponse</a></code>
|
92
93
|
- <code title="post /ExecuteCodeSync">client.<a href="./src/deeporigin_data/_client.py">execute_code_sync</a>(\*\*<a href="src/deeporigin_data/types/client_execute_code_sync_params.py">params</a>) -> <a href="./src/deeporigin_data/types/execute_code_sync_response.py">ExecuteCodeSyncResponse</a></code>
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_client.py
RENAMED
@@ -20,6 +20,7 @@ from .types import (
|
|
20
20
|
client_describe_row_params,
|
21
21
|
client_archive_files_params,
|
22
22
|
client_describe_file_params,
|
23
|
+
client_download_file_params,
|
23
24
|
client_list_mentions_params,
|
24
25
|
client_lock_database_params,
|
25
26
|
client_create_database_params,
|
@@ -124,6 +125,7 @@ from .types.execute_code_async_response import ExecuteCodeAsyncResponse
|
|
124
125
|
from .types.list_database_rows_response import ListDatabaseRowsResponse
|
125
126
|
from .types.add_database_column_response import AddDatabaseColumnResponse
|
126
127
|
from .types.shared.describe_row_response import DescribeRowResponse
|
128
|
+
from .types.describe_database_row_response import DescribeDatabaseRowResponse
|
127
129
|
from .types.delete_database_column_response import DeleteDatabaseColumnResponse
|
128
130
|
from .types.update_database_column_response import UpdateDatabaseColumnResponse
|
129
131
|
from .types.describe_code_execution_response import DescribeCodeExecutionResponse
|
@@ -921,14 +923,14 @@ class DeeporiginData(SyncAPIClient):
|
|
921
923
|
*,
|
922
924
|
row_id: str,
|
923
925
|
column_selection: client_describe_database_row_params.ColumnSelection | NotGiven = NOT_GIVEN,
|
924
|
-
|
926
|
+
database_id: str | NotGiven = NOT_GIVEN,
|
925
927
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
926
928
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
927
929
|
extra_headers: Headers | None = None,
|
928
930
|
extra_query: Query | None = None,
|
929
931
|
extra_body: Body | None = None,
|
930
932
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
931
|
-
) ->
|
933
|
+
) -> DescribeDatabaseRowResponse:
|
932
934
|
"""
|
933
935
|
Describe a database row
|
934
936
|
|
@@ -949,14 +951,14 @@ class DeeporiginData(SyncAPIClient):
|
|
949
951
|
{
|
950
952
|
"row_id": row_id,
|
951
953
|
"column_selection": column_selection,
|
952
|
-
"
|
954
|
+
"database_id": database_id,
|
953
955
|
},
|
954
956
|
client_describe_database_row_params.ClientDescribeDatabaseRowParams,
|
955
957
|
),
|
956
958
|
options=make_request_options(
|
957
959
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
958
960
|
),
|
959
|
-
cast_to=
|
961
|
+
cast_to=DescribeDatabaseRowResponse,
|
960
962
|
)
|
961
963
|
|
962
964
|
def describe_database_stats(
|
@@ -1150,6 +1152,7 @@ class DeeporiginData(SyncAPIClient):
|
|
1150
1152
|
def download_file(
|
1151
1153
|
self,
|
1152
1154
|
*,
|
1155
|
+
file_id: str,
|
1153
1156
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
1154
1157
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
1155
1158
|
extra_headers: Headers | None = None,
|
@@ -1157,12 +1160,29 @@ class DeeporiginData(SyncAPIClient):
|
|
1157
1160
|
extra_body: Body | None = None,
|
1158
1161
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
1159
1162
|
) -> None:
|
1160
|
-
"""
|
1163
|
+
"""
|
1164
|
+
Returns a 303 redirect to a pre-signed S3 URL.
|
1165
|
+
|
1166
|
+
Args:
|
1167
|
+
file_id: Deep Origin system ID.
|
1168
|
+
|
1169
|
+
extra_headers: Send extra headers
|
1170
|
+
|
1171
|
+
extra_query: Add additional query parameters to the request
|
1172
|
+
|
1173
|
+
extra_body: Add additional JSON properties to the request
|
1174
|
+
|
1175
|
+
timeout: Override the client-level default timeout for this request, in seconds
|
1176
|
+
"""
|
1161
1177
|
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
1162
1178
|
return self.get(
|
1163
1179
|
"/DownloadFile",
|
1164
1180
|
options=make_request_options(
|
1165
|
-
extra_headers=extra_headers,
|
1181
|
+
extra_headers=extra_headers,
|
1182
|
+
extra_query=extra_query,
|
1183
|
+
extra_body=extra_body,
|
1184
|
+
timeout=timeout,
|
1185
|
+
query=maybe_transform({"file_id": file_id}, client_download_file_params.ClientDownloadFileParams),
|
1166
1186
|
),
|
1167
1187
|
cast_to=NoneType,
|
1168
1188
|
)
|
@@ -2720,14 +2740,14 @@ class AsyncDeeporiginData(AsyncAPIClient):
|
|
2720
2740
|
*,
|
2721
2741
|
row_id: str,
|
2722
2742
|
column_selection: client_describe_database_row_params.ColumnSelection | NotGiven = NOT_GIVEN,
|
2723
|
-
|
2743
|
+
database_id: str | NotGiven = NOT_GIVEN,
|
2724
2744
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
2725
2745
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
2726
2746
|
extra_headers: Headers | None = None,
|
2727
2747
|
extra_query: Query | None = None,
|
2728
2748
|
extra_body: Body | None = None,
|
2729
2749
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
2730
|
-
) ->
|
2750
|
+
) -> DescribeDatabaseRowResponse:
|
2731
2751
|
"""
|
2732
2752
|
Describe a database row
|
2733
2753
|
|
@@ -2748,14 +2768,14 @@ class AsyncDeeporiginData(AsyncAPIClient):
|
|
2748
2768
|
{
|
2749
2769
|
"row_id": row_id,
|
2750
2770
|
"column_selection": column_selection,
|
2751
|
-
"
|
2771
|
+
"database_id": database_id,
|
2752
2772
|
},
|
2753
2773
|
client_describe_database_row_params.ClientDescribeDatabaseRowParams,
|
2754
2774
|
),
|
2755
2775
|
options=make_request_options(
|
2756
2776
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
2757
2777
|
),
|
2758
|
-
cast_to=
|
2778
|
+
cast_to=DescribeDatabaseRowResponse,
|
2759
2779
|
)
|
2760
2780
|
|
2761
2781
|
async def describe_database_stats(
|
@@ -2951,6 +2971,7 @@ class AsyncDeeporiginData(AsyncAPIClient):
|
|
2951
2971
|
async def download_file(
|
2952
2972
|
self,
|
2953
2973
|
*,
|
2974
|
+
file_id: str,
|
2954
2975
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
2955
2976
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
2956
2977
|
extra_headers: Headers | None = None,
|
@@ -2958,12 +2979,31 @@ class AsyncDeeporiginData(AsyncAPIClient):
|
|
2958
2979
|
extra_body: Body | None = None,
|
2959
2980
|
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
|
2960
2981
|
) -> None:
|
2961
|
-
"""
|
2982
|
+
"""
|
2983
|
+
Returns a 303 redirect to a pre-signed S3 URL.
|
2984
|
+
|
2985
|
+
Args:
|
2986
|
+
file_id: Deep Origin system ID.
|
2987
|
+
|
2988
|
+
extra_headers: Send extra headers
|
2989
|
+
|
2990
|
+
extra_query: Add additional query parameters to the request
|
2991
|
+
|
2992
|
+
extra_body: Add additional JSON properties to the request
|
2993
|
+
|
2994
|
+
timeout: Override the client-level default timeout for this request, in seconds
|
2995
|
+
"""
|
2962
2996
|
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
2963
2997
|
return await self.get(
|
2964
2998
|
"/DownloadFile",
|
2965
2999
|
options=make_request_options(
|
2966
|
-
extra_headers=extra_headers,
|
3000
|
+
extra_headers=extra_headers,
|
3001
|
+
extra_query=extra_query,
|
3002
|
+
extra_body=extra_body,
|
3003
|
+
timeout=timeout,
|
3004
|
+
query=await async_maybe_transform(
|
3005
|
+
{"file_id": file_id}, client_download_file_params.ClientDownloadFileParams
|
3006
|
+
),
|
2967
3007
|
),
|
2968
3008
|
cast_to=NoneType,
|
2969
3009
|
)
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/types/__init__.py
RENAMED
@@ -43,6 +43,7 @@ from .chat_create_thread_response import ChatCreateThreadResponse as ChatCreateT
|
|
43
43
|
from .chat_list_messages_response import ChatListMessagesResponse as ChatListMessagesResponse
|
44
44
|
from .client_archive_files_params import ClientArchiveFilesParams as ClientArchiveFilesParams
|
45
45
|
from .client_describe_file_params import ClientDescribeFileParams as ClientDescribeFileParams
|
46
|
+
from .client_download_file_params import ClientDownloadFileParams as ClientDownloadFileParams
|
46
47
|
from .client_list_mentions_params import ClientListMentionsParams as ClientListMentionsParams
|
47
48
|
from .client_lock_database_params import ClientLockDatabaseParams as ClientLockDatabaseParams
|
48
49
|
from .create_file_upload_response import CreateFileUploadResponse as CreateFileUploadResponse
|
@@ -59,6 +60,7 @@ from .client_update_database_params import ClientUpdateDatabaseParams as ClientU
|
|
59
60
|
from .client_create_workspace_params import ClientCreateWorkspaceParams as ClientCreateWorkspaceParams
|
60
61
|
from .client_delete_workspace_params import ClientDeleteWorkspaceParams as ClientDeleteWorkspaceParams
|
61
62
|
from .client_update_workspace_params import ClientUpdateWorkspaceParams as ClientUpdateWorkspaceParams
|
63
|
+
from .describe_database_row_response import DescribeDatabaseRowResponse as DescribeDatabaseRowResponse
|
62
64
|
from .client_chat_send_message_params import ClientChatSendMessageParams as ClientChatSendMessageParams
|
63
65
|
from .client_convert_id_format_params import ClientConvertIDFormatParams as ClientConvertIDFormatParams
|
64
66
|
from .client_describe_database_params import ClientDescribeDatabaseParams as ClientDescribeDatabaseParams
|
@@ -19,8 +19,10 @@ __all__ = [
|
|
19
19
|
"ColumnAddColumnFileConfigFile",
|
20
20
|
"ColumnAddColumnFloat",
|
21
21
|
"ColumnAddColumnFloatConfigNumeric",
|
22
|
+
"ColumnAddColumnFloatConfigNumericNumberFormat",
|
22
23
|
"ColumnAddColumnInteger",
|
23
24
|
"ColumnAddColumnIntegerConfigNumeric",
|
25
|
+
"ColumnAddColumnIntegerConfigNumericNumberFormat",
|
24
26
|
"ColumnAddColumnReference",
|
25
27
|
"ColumnAddColumnSelect",
|
26
28
|
"ColumnAddColumnSelectConfigSelect",
|
@@ -132,7 +134,20 @@ class ColumnAddColumnFile(TypedDict, total=False):
|
|
132
134
|
system_type: Annotated[Literal["name", "bodyDocument"], PropertyInfo(alias="systemType")]
|
133
135
|
|
134
136
|
|
137
|
+
class ColumnAddColumnFloatConfigNumericNumberFormat(TypedDict, total=False):
|
138
|
+
maximum_fraction_digits: Annotated[float, PropertyInfo(alias="maximumFractionDigits")]
|
139
|
+
|
140
|
+
maximum_significant_digits: Annotated[float, PropertyInfo(alias="maximumSignificantDigits")]
|
141
|
+
|
142
|
+
minimum_fraction_digits: Annotated[float, PropertyInfo(alias="minimumFractionDigits")]
|
143
|
+
|
144
|
+
minimum_significant_digits: Annotated[float, PropertyInfo(alias="minimumSignificantDigits")]
|
145
|
+
|
146
|
+
|
135
147
|
class ColumnAddColumnFloatConfigNumeric(TypedDict, total=False):
|
148
|
+
number_format: Annotated[ColumnAddColumnFloatConfigNumericNumberFormat, PropertyInfo(alias="numberFormat")]
|
149
|
+
"""Options for formatting numbers, used only for display purposes."""
|
150
|
+
|
136
151
|
unit: str
|
137
152
|
|
138
153
|
|
@@ -159,7 +174,20 @@ class ColumnAddColumnFloat(TypedDict, total=False):
|
|
159
174
|
system_type: Annotated[Literal["name", "bodyDocument"], PropertyInfo(alias="systemType")]
|
160
175
|
|
161
176
|
|
177
|
+
class ColumnAddColumnIntegerConfigNumericNumberFormat(TypedDict, total=False):
|
178
|
+
maximum_fraction_digits: Annotated[float, PropertyInfo(alias="maximumFractionDigits")]
|
179
|
+
|
180
|
+
maximum_significant_digits: Annotated[float, PropertyInfo(alias="maximumSignificantDigits")]
|
181
|
+
|
182
|
+
minimum_fraction_digits: Annotated[float, PropertyInfo(alias="minimumFractionDigits")]
|
183
|
+
|
184
|
+
minimum_significant_digits: Annotated[float, PropertyInfo(alias="minimumSignificantDigits")]
|
185
|
+
|
186
|
+
|
162
187
|
class ColumnAddColumnIntegerConfigNumeric(TypedDict, total=False):
|
188
|
+
number_format: Annotated[ColumnAddColumnIntegerConfigNumericNumberFormat, PropertyInfo(alias="numberFormat")]
|
189
|
+
"""Options for formatting numbers, used only for display purposes."""
|
190
|
+
|
163
191
|
unit: str
|
164
192
|
|
165
193
|
|
@@ -16,7 +16,7 @@ class ClientDescribeDatabaseRowParams(TypedDict, total=False):
|
|
16
16
|
column_selection: Annotated[ColumnSelection, PropertyInfo(alias="columnSelection")]
|
17
17
|
"""Select columns for inclusion/exclusion."""
|
18
18
|
|
19
|
-
|
19
|
+
database_id: Annotated[str, PropertyInfo(alias="databaseId")]
|
20
20
|
|
21
21
|
|
22
22
|
class ColumnSelection(TypedDict, total=False):
|
@@ -0,0 +1,14 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
from __future__ import annotations
|
4
|
+
|
5
|
+
from typing_extensions import Required, Annotated, TypedDict
|
6
|
+
|
7
|
+
from .._utils import PropertyInfo
|
8
|
+
|
9
|
+
__all__ = ["ClientDownloadFileParams"]
|
10
|
+
|
11
|
+
|
12
|
+
class ClientDownloadFileParams(TypedDict, total=False):
|
13
|
+
file_id: Required[Annotated[str, PropertyInfo(alias="fileId")]]
|
14
|
+
"""Deep Origin system ID."""
|
@@ -19,8 +19,10 @@ __all__ = [
|
|
19
19
|
"AddColumnAddColumnFileConfigFile",
|
20
20
|
"AddColumnAddColumnFloat",
|
21
21
|
"AddColumnAddColumnFloatConfigNumeric",
|
22
|
+
"AddColumnAddColumnFloatConfigNumericNumberFormat",
|
22
23
|
"AddColumnAddColumnInteger",
|
23
24
|
"AddColumnAddColumnIntegerConfigNumeric",
|
25
|
+
"AddColumnAddColumnIntegerConfigNumericNumberFormat",
|
24
26
|
"AddColumnAddColumnReference",
|
25
27
|
"AddColumnAddColumnSelect",
|
26
28
|
"AddColumnAddColumnSelectConfigSelect",
|
@@ -137,7 +139,20 @@ class AddColumnAddColumnFile(TypedDict, total=False):
|
|
137
139
|
system_type: Annotated[Literal["name", "bodyDocument"], PropertyInfo(alias="systemType")]
|
138
140
|
|
139
141
|
|
142
|
+
class AddColumnAddColumnFloatConfigNumericNumberFormat(TypedDict, total=False):
|
143
|
+
maximum_fraction_digits: Annotated[float, PropertyInfo(alias="maximumFractionDigits")]
|
144
|
+
|
145
|
+
maximum_significant_digits: Annotated[float, PropertyInfo(alias="maximumSignificantDigits")]
|
146
|
+
|
147
|
+
minimum_fraction_digits: Annotated[float, PropertyInfo(alias="minimumFractionDigits")]
|
148
|
+
|
149
|
+
minimum_significant_digits: Annotated[float, PropertyInfo(alias="minimumSignificantDigits")]
|
150
|
+
|
151
|
+
|
140
152
|
class AddColumnAddColumnFloatConfigNumeric(TypedDict, total=False):
|
153
|
+
number_format: Annotated[AddColumnAddColumnFloatConfigNumericNumberFormat, PropertyInfo(alias="numberFormat")]
|
154
|
+
"""Options for formatting numbers, used only for display purposes."""
|
155
|
+
|
141
156
|
unit: str
|
142
157
|
|
143
158
|
|
@@ -164,7 +179,20 @@ class AddColumnAddColumnFloat(TypedDict, total=False):
|
|
164
179
|
system_type: Annotated[Literal["name", "bodyDocument"], PropertyInfo(alias="systemType")]
|
165
180
|
|
166
181
|
|
182
|
+
class AddColumnAddColumnIntegerConfigNumericNumberFormat(TypedDict, total=False):
|
183
|
+
maximum_fraction_digits: Annotated[float, PropertyInfo(alias="maximumFractionDigits")]
|
184
|
+
|
185
|
+
maximum_significant_digits: Annotated[float, PropertyInfo(alias="maximumSignificantDigits")]
|
186
|
+
|
187
|
+
minimum_fraction_digits: Annotated[float, PropertyInfo(alias="minimumFractionDigits")]
|
188
|
+
|
189
|
+
minimum_significant_digits: Annotated[float, PropertyInfo(alias="minimumSignificantDigits")]
|
190
|
+
|
191
|
+
|
167
192
|
class AddColumnAddColumnIntegerConfigNumeric(TypedDict, total=False):
|
193
|
+
number_format: Annotated[AddColumnAddColumnIntegerConfigNumericNumberFormat, PropertyInfo(alias="numberFormat")]
|
194
|
+
"""Options for formatting numbers, used only for display purposes."""
|
195
|
+
|
168
196
|
unit: str
|
169
197
|
|
170
198
|
|
@@ -0,0 +1,11 @@
|
|
1
|
+
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
+
|
3
|
+
|
4
|
+
from .._models import BaseModel
|
5
|
+
from .shared.database_row import DatabaseRow
|
6
|
+
|
7
|
+
__all__ = ["DescribeDatabaseRowResponse"]
|
8
|
+
|
9
|
+
|
10
|
+
class DescribeDatabaseRowResponse(BaseModel):
|
11
|
+
data: DatabaseRow
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/api_resources/test_client.py
RENAMED
@@ -39,6 +39,7 @@ from deeporigin_data.types import (
|
|
39
39
|
AddDatabaseColumnResponse,
|
40
40
|
DescribeHierarchyResponse,
|
41
41
|
DescribeWorkspaceResponse,
|
42
|
+
DescribeDatabaseRowResponse,
|
42
43
|
DeleteDatabaseColumnResponse,
|
43
44
|
UpdateDatabaseColumnResponse,
|
44
45
|
CreateFileDownloadURLResponse,
|
@@ -776,7 +777,7 @@ class TestClient:
|
|
776
777
|
client_ = client.describe_database_row(
|
777
778
|
row_id="rowId",
|
778
779
|
)
|
779
|
-
assert_matches_type(
|
780
|
+
assert_matches_type(DescribeDatabaseRowResponse, client_, path=["response"])
|
780
781
|
|
781
782
|
@parametrize
|
782
783
|
def test_method_describe_database_row_with_all_params(self, client: DeeporiginData) -> None:
|
@@ -786,9 +787,9 @@ class TestClient:
|
|
786
787
|
"exclude": ["string"],
|
787
788
|
"include": ["string"],
|
788
789
|
},
|
789
|
-
|
790
|
+
database_id="databaseId",
|
790
791
|
)
|
791
|
-
assert_matches_type(
|
792
|
+
assert_matches_type(DescribeDatabaseRowResponse, client_, path=["response"])
|
792
793
|
|
793
794
|
@parametrize
|
794
795
|
def test_raw_response_describe_database_row(self, client: DeeporiginData) -> None:
|
@@ -799,7 +800,7 @@ class TestClient:
|
|
799
800
|
assert response.is_closed is True
|
800
801
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
801
802
|
client_ = response.parse()
|
802
|
-
assert_matches_type(
|
803
|
+
assert_matches_type(DescribeDatabaseRowResponse, client_, path=["response"])
|
803
804
|
|
804
805
|
@parametrize
|
805
806
|
def test_streaming_response_describe_database_row(self, client: DeeporiginData) -> None:
|
@@ -810,7 +811,7 @@ class TestClient:
|
|
810
811
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
811
812
|
|
812
813
|
client_ = response.parse()
|
813
|
-
assert_matches_type(
|
814
|
+
assert_matches_type(DescribeDatabaseRowResponse, client_, path=["response"])
|
814
815
|
|
815
816
|
assert cast(Any, response.is_closed) is True
|
816
817
|
|
@@ -995,12 +996,16 @@ class TestClient:
|
|
995
996
|
|
996
997
|
@parametrize
|
997
998
|
def test_method_download_file(self, client: DeeporiginData) -> None:
|
998
|
-
client_ = client.download_file(
|
999
|
+
client_ = client.download_file(
|
1000
|
+
file_id="fileId",
|
1001
|
+
)
|
999
1002
|
assert client_ is None
|
1000
1003
|
|
1001
1004
|
@parametrize
|
1002
1005
|
def test_raw_response_download_file(self, client: DeeporiginData) -> None:
|
1003
|
-
response = client.with_raw_response.download_file(
|
1006
|
+
response = client.with_raw_response.download_file(
|
1007
|
+
file_id="fileId",
|
1008
|
+
)
|
1004
1009
|
|
1005
1010
|
assert response.is_closed is True
|
1006
1011
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
@@ -1009,7 +1014,9 @@ class TestClient:
|
|
1009
1014
|
|
1010
1015
|
@parametrize
|
1011
1016
|
def test_streaming_response_download_file(self, client: DeeporiginData) -> None:
|
1012
|
-
with client.with_streaming_response.download_file(
|
1017
|
+
with client.with_streaming_response.download_file(
|
1018
|
+
file_id="fileId",
|
1019
|
+
) as response:
|
1013
1020
|
assert not response.is_closed
|
1014
1021
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
1015
1022
|
|
@@ -2532,7 +2539,7 @@ class TestAsyncClient:
|
|
2532
2539
|
client = await async_client.describe_database_row(
|
2533
2540
|
row_id="rowId",
|
2534
2541
|
)
|
2535
|
-
assert_matches_type(
|
2542
|
+
assert_matches_type(DescribeDatabaseRowResponse, client, path=["response"])
|
2536
2543
|
|
2537
2544
|
@parametrize
|
2538
2545
|
async def test_method_describe_database_row_with_all_params(self, async_client: AsyncDeeporiginData) -> None:
|
@@ -2542,9 +2549,9 @@ class TestAsyncClient:
|
|
2542
2549
|
"exclude": ["string"],
|
2543
2550
|
"include": ["string"],
|
2544
2551
|
},
|
2545
|
-
|
2552
|
+
database_id="databaseId",
|
2546
2553
|
)
|
2547
|
-
assert_matches_type(
|
2554
|
+
assert_matches_type(DescribeDatabaseRowResponse, client, path=["response"])
|
2548
2555
|
|
2549
2556
|
@parametrize
|
2550
2557
|
async def test_raw_response_describe_database_row(self, async_client: AsyncDeeporiginData) -> None:
|
@@ -2555,7 +2562,7 @@ class TestAsyncClient:
|
|
2555
2562
|
assert response.is_closed is True
|
2556
2563
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
2557
2564
|
client = await response.parse()
|
2558
|
-
assert_matches_type(
|
2565
|
+
assert_matches_type(DescribeDatabaseRowResponse, client, path=["response"])
|
2559
2566
|
|
2560
2567
|
@parametrize
|
2561
2568
|
async def test_streaming_response_describe_database_row(self, async_client: AsyncDeeporiginData) -> None:
|
@@ -2566,7 +2573,7 @@ class TestAsyncClient:
|
|
2566
2573
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
2567
2574
|
|
2568
2575
|
client = await response.parse()
|
2569
|
-
assert_matches_type(
|
2576
|
+
assert_matches_type(DescribeDatabaseRowResponse, client, path=["response"])
|
2570
2577
|
|
2571
2578
|
assert cast(Any, response.is_closed) is True
|
2572
2579
|
|
@@ -2751,12 +2758,16 @@ class TestAsyncClient:
|
|
2751
2758
|
|
2752
2759
|
@parametrize
|
2753
2760
|
async def test_method_download_file(self, async_client: AsyncDeeporiginData) -> None:
|
2754
|
-
client = await async_client.download_file(
|
2761
|
+
client = await async_client.download_file(
|
2762
|
+
file_id="fileId",
|
2763
|
+
)
|
2755
2764
|
assert client is None
|
2756
2765
|
|
2757
2766
|
@parametrize
|
2758
2767
|
async def test_raw_response_download_file(self, async_client: AsyncDeeporiginData) -> None:
|
2759
|
-
response = await async_client.with_raw_response.download_file(
|
2768
|
+
response = await async_client.with_raw_response.download_file(
|
2769
|
+
file_id="fileId",
|
2770
|
+
)
|
2760
2771
|
|
2761
2772
|
assert response.is_closed is True
|
2762
2773
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
@@ -2765,7 +2776,9 @@ class TestAsyncClient:
|
|
2765
2776
|
|
2766
2777
|
@parametrize
|
2767
2778
|
async def test_streaming_response_download_file(self, async_client: AsyncDeeporiginData) -> None:
|
2768
|
-
async with async_client.with_streaming_response.download_file(
|
2779
|
+
async with async_client.with_streaming_response.download_file(
|
2780
|
+
file_id="fileId",
|
2781
|
+
) as response:
|
2769
2782
|
assert not response.is_closed
|
2770
2783
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
2771
2784
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/__init__.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_base_client.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_compat.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_constants.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_exceptions.py
RENAMED
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_models.py
RENAMED
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_resource.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_response.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_streaming.py
RENAMED
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/__init__.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_logs.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_proxy.py
RENAMED
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_streams.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_sync.py
RENAMED
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_typing.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/src/deeporigin_data/_utils/_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/api_resources/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_utils/test_proxy.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a32 → deeporigin_data_sdk-0.1.0a34}/tests/test_utils/test_typing.py
RENAMED
File without changes
|
File without changes
|