deeporigin-data-sdk 0.1.0a61__tar.gz → 0.1.0a63__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.0a63/.release-please-manifest.json +3 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/CHANGELOG.md +22 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/PKG-INFO +1 -1
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/SECURITY.md +2 -2
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/api.md +2 -4
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/pyproject.toml +1 -1
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_client.py +37 -16
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_version.py +1 -1
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/api_resources/test_client.py +91 -69
- deeporigin_data_sdk-0.1.0a61/.release-please-manifest.json +0 -3
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/.gitignore +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/CONTRIBUTING.md +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/LICENSE +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/README.md +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/bin/check-release-environment +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/bin/publish-pypi +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/examples/.keep +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/mypy.ini +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/noxfile.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/release-please-config.json +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/requirements-dev.lock +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/requirements.lock +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_base_client.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_compat.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_constants.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_exceptions.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_files.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_models.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_qs.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_resource.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_streaming.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_types.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_logs.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_proxy.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_reflection.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_resources_proxy.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_streams.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_sync.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_transform.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_typing.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_utils.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/lib/.keep +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/py.typed +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/resources/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/add_database_column_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/chat_create_thread_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/chat_list_messages_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_add_database_column_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_archive_files_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_chat_create_thread_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_chat_list_messages_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_chat_send_message_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_configure_column_select_options_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_convert_id_format_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_create_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_create_file_download_url_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_create_file_upload_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_create_workspace_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_delete_database_column_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_delete_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_delete_rows_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_delete_workspace_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_describe_code_execution_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_describe_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_describe_database_row_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_describe_database_stats_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_describe_file_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_describe_hierarchy_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_describe_row_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_describe_workspace_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_download_file_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_ensure_rows_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_execute_code_async_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_execute_code_sync_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_export_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_get_code_execution_result_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_import_rows_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_list_database_column_unique_values_v2_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_list_database_rows_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_list_files_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_list_mentions_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_list_row_back_references_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_list_rows_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_lock_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_parse_base_sequence_data_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_resolve_ids_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_unlock_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_update_database_column_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_update_database_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/client_update_workspace_params.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/configure_column_select_options_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/convert_id_format_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/create_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/create_file_download_url_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/create_file_upload_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/create_workspace_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/delete_database_column_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/delete_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/delete_rows_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/delete_workspace_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/describe_code_execution_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/describe_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/describe_database_row_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/describe_database_stats_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/describe_file_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/describe_hierarchy_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/describe_workspace_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/ensure_rows_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/execute_code_async_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/execute_code_sync_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/import_rows_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/list_database_column_unique_values_v2_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/list_database_rows_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/list_files_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/list_mentions_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/list_row_back_references_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/list_rows_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/lock_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/parse_base_sequence_data_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/resolve_ids_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared/add_column_base.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared/add_column_union.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared/condition.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared/database.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared/database_row.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared/describe_row_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared/file.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared/row_filter_join.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared/workspace.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared_params/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared_params/add_column_base.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared_params/add_column_union.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared_params/condition.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/shared_params/row_filter_join.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/unlock_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/update_database_column_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/update_database_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/update_workspace_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/api_resources/__init__.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/conftest.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/sample_file.txt +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_client.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_deepcopy.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_extract_files.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_files.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_models.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_qs.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_required_args.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_response.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_streaming.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_transform.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_utils/test_proxy.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_utils/test_typing.py +0 -0
- {deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/utils.py +0 -0
@@ -1,5 +1,27 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.1.0-alpha.63 (2025-05-29)
|
4
|
+
|
5
|
+
Full Changelog: [v0.1.0-alpha.62...v0.1.0-alpha.63](https://github.com/deeporiginbio/deeporigin-data-sdk/compare/v0.1.0-alpha.62...v0.1.0-alpha.63)
|
6
|
+
|
7
|
+
### Chores
|
8
|
+
|
9
|
+
* **api:** mark some methods as deprecated ([441d085](https://github.com/deeporiginbio/deeporigin-data-sdk/commit/441d08563664571157bd3f4808aff4cb5f0e6dd9))
|
10
|
+
|
11
|
+
## 0.1.0-alpha.62 (2025-05-28)
|
12
|
+
|
13
|
+
Full Changelog: [v0.1.0-alpha.61...v0.1.0-alpha.62](https://github.com/deeporiginbio/deeporigin-data-sdk/compare/v0.1.0-alpha.61...v0.1.0-alpha.62)
|
14
|
+
|
15
|
+
### Bug Fixes
|
16
|
+
|
17
|
+
* **docs/api:** remove references to nonexistent types ([7607af6](https://github.com/deeporiginbio/deeporigin-data-sdk/commit/7607af6f525a29ee3610f04714a3794d3f19f702))
|
18
|
+
|
19
|
+
|
20
|
+
### Chores
|
21
|
+
|
22
|
+
* **docs:** grammar improvements ([c56119c](https://github.com/deeporiginbio/deeporigin-data-sdk/commit/c56119cea2da31a326cbfde1ce5f77d1e61a87b8))
|
23
|
+
* **internal:** codegen related update ([34349c7](https://github.com/deeporiginbio/deeporigin-data-sdk/commit/34349c7c12c6273494f0fb6abb070a5f4a58d641))
|
24
|
+
|
3
25
|
## 0.1.0-alpha.61 (2025-05-16)
|
4
26
|
|
5
27
|
Full Changelog: [v0.1.0-alpha.60...v0.1.0-alpha.61](https://github.com/deeporiginbio/deeporigin-data-sdk/compare/v0.1.0-alpha.60...v0.1.0-alpha.61)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: deeporigin_data_sdk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a63
|
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
|
@@ -16,11 +16,11 @@ before making any information public.
|
|
16
16
|
## Reporting Non-SDK Related Security Issues
|
17
17
|
|
18
18
|
If you encounter security issues that are not directly related to SDKs but pertain to the services
|
19
|
-
or products provided by Deeporigin Data please follow the respective company's security reporting guidelines.
|
19
|
+
or products provided by Deeporigin Data, please follow the respective company's security reporting guidelines.
|
20
20
|
|
21
21
|
### Deeporigin Data Terms and Policies
|
22
22
|
|
23
|
-
Please contact support@deeporigin.com for any questions or concerns regarding security of our services.
|
23
|
+
Please contact support@deeporigin.com for any questions or concerns regarding the security of our services.
|
24
24
|
|
25
25
|
---
|
26
26
|
|
@@ -21,7 +21,6 @@ Types:
|
|
21
21
|
```python
|
22
22
|
from deeporigin_data.types import (
|
23
23
|
AddDatabaseColumnResponse,
|
24
|
-
ArchiveFilesResponse,
|
25
24
|
ChatCreateThreadResponse,
|
26
25
|
ChatListMessagesResponse,
|
27
26
|
ConfigureColumnSelectOptionsResponse,
|
@@ -44,7 +43,6 @@ from deeporigin_data.types import (
|
|
44
43
|
EnsureRowsResponse,
|
45
44
|
ExecuteCodeAsyncResponse,
|
46
45
|
ExecuteCodeSyncResponse,
|
47
|
-
GetCodeExecutionResultResponse,
|
48
46
|
ImportRowsResponse,
|
49
47
|
ListDatabaseColumnUniqueValuesV2Response,
|
50
48
|
ListDatabaseRowsResponse,
|
@@ -65,7 +63,7 @@ from deeporigin_data.types import (
|
|
65
63
|
Methods:
|
66
64
|
|
67
65
|
- <code title="post /AddDatabaseColumn">client.<a href="./src/deeporigin_data/_client.py">add_database_column</a>(\*\*<a href="src/deeporigin_data/types/client_add_database_column_params.py">params</a>) -> <a href="./src/deeporigin_data/types/add_database_column_response.py">AddDatabaseColumnResponse</a></code>
|
68
|
-
- <code title="post /ArchiveFiles">client.<a href="./src/deeporigin_data/_client.py">archive_files</a>(\*\*<a href="src/deeporigin_data/types/client_archive_files_params.py">params</a>) ->
|
66
|
+
- <code title="post /ArchiveFiles">client.<a href="./src/deeporigin_data/_client.py">archive_files</a>(\*\*<a href="src/deeporigin_data/types/client_archive_files_params.py">params</a>) -> object</code>
|
69
67
|
- <code title="post /CreateChatThread">client.<a href="./src/deeporigin_data/_client.py">chat_create_thread</a>(\*\*<a href="src/deeporigin_data/types/client_chat_create_thread_params.py">params</a>) -> <a href="./src/deeporigin_data/types/chat_create_thread_response.py">ChatCreateThreadResponse</a></code>
|
70
68
|
- <code title="post /ListChatThreadMessages">client.<a href="./src/deeporigin_data/_client.py">chat_list_messages</a>(\*\*<a href="src/deeporigin_data/types/client_chat_list_messages_params.py">params</a>) -> <a href="./src/deeporigin_data/types/chat_list_messages_response.py">ChatListMessagesResponse</a></code>
|
71
69
|
- <code title="post /SendChatMessage">client.<a href="./src/deeporigin_data/_client.py">chat_send_message</a>(\*\*<a href="src/deeporigin_data/types/client_chat_send_message_params.py">params</a>) -> None</code>
|
@@ -92,7 +90,7 @@ Methods:
|
|
92
90
|
- <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>
|
93
91
|
- <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>
|
94
92
|
- <code title="post /ExportDatabase">client.<a href="./src/deeporigin_data/_client.py">export_database</a>(\*\*<a href="src/deeporigin_data/types/client_export_database_params.py">params</a>) -> BinaryAPIResponse</code>
|
95
|
-
- <code title="post /GetCodeExecutionResult">client.<a href="./src/deeporigin_data/_client.py">get_code_execution_result</a>(\*\*<a href="src/deeporigin_data/types/client_get_code_execution_result_params.py">params</a>) ->
|
93
|
+
- <code title="post /GetCodeExecutionResult">client.<a href="./src/deeporigin_data/_client.py">get_code_execution_result</a>(\*\*<a href="src/deeporigin_data/types/client_get_code_execution_result_params.py">params</a>) -> object</code>
|
96
94
|
- <code title="post /ImportRows">client.<a href="./src/deeporigin_data/_client.py">import_rows</a>(\*\*<a href="src/deeporigin_data/types/client_import_rows_params.py">params</a>) -> <a href="./src/deeporigin_data/types/import_rows_response.py">ImportRowsResponse</a></code>
|
97
95
|
- <code title="post /ListDatabaseColumnUniqueValuesV2">client.<a href="./src/deeporigin_data/_client.py">list_database_column_unique_values_v2</a>(\*\*<a href="src/deeporigin_data/types/client_list_database_column_unique_values_v2_params.py">params</a>) -> <a href="./src/deeporigin_data/types/list_database_column_unique_values_v2_response.py">ListDatabaseColumnUniqueValuesV2Response</a></code>
|
98
96
|
- <code title="post /ListDatabaseRows">client.<a href="./src/deeporigin_data/_client.py">list_database_rows</a>(\*\*<a href="src/deeporigin_data/types/client_list_database_rows_params.py">params</a>) -> <a href="./src/deeporigin_data/types/list_database_rows_response.py">ListDatabaseRowsResponse</a></code>
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_client.py
RENAMED
@@ -3,6 +3,7 @@
|
|
3
3
|
from __future__ import annotations
|
4
4
|
|
5
5
|
import os
|
6
|
+
import typing_extensions
|
6
7
|
from typing import Any, List, Union, Mapping, Iterable
|
7
8
|
from typing_extensions import Self, Literal, override
|
8
9
|
|
@@ -516,6 +517,7 @@ class DeeporiginData(SyncAPIClient):
|
|
516
517
|
cast_to=ConfigureColumnSelectOptionsResponse,
|
517
518
|
)
|
518
519
|
|
520
|
+
@typing_extensions.deprecated("deprecated")
|
519
521
|
def convert_id_format(
|
520
522
|
self,
|
521
523
|
*,
|
@@ -1074,6 +1076,7 @@ class DeeporiginData(SyncAPIClient):
|
|
1074
1076
|
cast_to=DescribeHierarchyResponse,
|
1075
1077
|
)
|
1076
1078
|
|
1079
|
+
@typing_extensions.deprecated("deprecated")
|
1077
1080
|
def describe_row(
|
1078
1081
|
self,
|
1079
1082
|
*,
|
@@ -2338,6 +2341,7 @@ class AsyncDeeporiginData(AsyncAPIClient):
|
|
2338
2341
|
cast_to=ConfigureColumnSelectOptionsResponse,
|
2339
2342
|
)
|
2340
2343
|
|
2344
|
+
@typing_extensions.deprecated("deprecated")
|
2341
2345
|
async def convert_id_format(
|
2342
2346
|
self,
|
2343
2347
|
*,
|
@@ -2904,6 +2908,7 @@ class AsyncDeeporiginData(AsyncAPIClient):
|
|
2904
2908
|
cast_to=DescribeHierarchyResponse,
|
2905
2909
|
)
|
2906
2910
|
|
2911
|
+
@typing_extensions.deprecated("deprecated")
|
2907
2912
|
async def describe_row(
|
2908
2913
|
self,
|
2909
2914
|
*,
|
@@ -3822,8 +3827,10 @@ class DeeporiginDataWithRawResponse:
|
|
3822
3827
|
self.configure_column_select_options = to_raw_response_wrapper(
|
3823
3828
|
client.configure_column_select_options,
|
3824
3829
|
)
|
3825
|
-
self.convert_id_format =
|
3826
|
-
|
3830
|
+
self.convert_id_format = ( # pyright: ignore[reportDeprecated]
|
3831
|
+
to_raw_response_wrapper(
|
3832
|
+
client.convert_id_format # pyright: ignore[reportDeprecated],
|
3833
|
+
)
|
3827
3834
|
)
|
3828
3835
|
self.create_database = to_raw_response_wrapper(
|
3829
3836
|
client.create_database,
|
@@ -3867,8 +3874,10 @@ class DeeporiginDataWithRawResponse:
|
|
3867
3874
|
self.describe_hierarchy = to_raw_response_wrapper(
|
3868
3875
|
client.describe_hierarchy,
|
3869
3876
|
)
|
3870
|
-
self.describe_row =
|
3871
|
-
|
3877
|
+
self.describe_row = ( # pyright: ignore[reportDeprecated]
|
3878
|
+
to_raw_response_wrapper(
|
3879
|
+
client.describe_row # pyright: ignore[reportDeprecated],
|
3880
|
+
)
|
3872
3881
|
)
|
3873
3882
|
self.describe_workspace = to_raw_response_wrapper(
|
3874
3883
|
client.describe_workspace,
|
@@ -3956,8 +3965,10 @@ class AsyncDeeporiginDataWithRawResponse:
|
|
3956
3965
|
self.configure_column_select_options = async_to_raw_response_wrapper(
|
3957
3966
|
client.configure_column_select_options,
|
3958
3967
|
)
|
3959
|
-
self.convert_id_format =
|
3960
|
-
|
3968
|
+
self.convert_id_format = ( # pyright: ignore[reportDeprecated]
|
3969
|
+
async_to_raw_response_wrapper(
|
3970
|
+
client.convert_id_format # pyright: ignore[reportDeprecated],
|
3971
|
+
)
|
3961
3972
|
)
|
3962
3973
|
self.create_database = async_to_raw_response_wrapper(
|
3963
3974
|
client.create_database,
|
@@ -4001,8 +4012,10 @@ class AsyncDeeporiginDataWithRawResponse:
|
|
4001
4012
|
self.describe_hierarchy = async_to_raw_response_wrapper(
|
4002
4013
|
client.describe_hierarchy,
|
4003
4014
|
)
|
4004
|
-
self.describe_row =
|
4005
|
-
|
4015
|
+
self.describe_row = ( # pyright: ignore[reportDeprecated]
|
4016
|
+
async_to_raw_response_wrapper(
|
4017
|
+
client.describe_row # pyright: ignore[reportDeprecated],
|
4018
|
+
)
|
4006
4019
|
)
|
4007
4020
|
self.describe_workspace = async_to_raw_response_wrapper(
|
4008
4021
|
client.describe_workspace,
|
@@ -4090,8 +4103,10 @@ class DeeporiginDataWithStreamedResponse:
|
|
4090
4103
|
self.configure_column_select_options = to_streamed_response_wrapper(
|
4091
4104
|
client.configure_column_select_options,
|
4092
4105
|
)
|
4093
|
-
self.convert_id_format =
|
4094
|
-
|
4106
|
+
self.convert_id_format = ( # pyright: ignore[reportDeprecated]
|
4107
|
+
to_streamed_response_wrapper(
|
4108
|
+
client.convert_id_format # pyright: ignore[reportDeprecated],
|
4109
|
+
)
|
4095
4110
|
)
|
4096
4111
|
self.create_database = to_streamed_response_wrapper(
|
4097
4112
|
client.create_database,
|
@@ -4135,8 +4150,10 @@ class DeeporiginDataWithStreamedResponse:
|
|
4135
4150
|
self.describe_hierarchy = to_streamed_response_wrapper(
|
4136
4151
|
client.describe_hierarchy,
|
4137
4152
|
)
|
4138
|
-
self.describe_row =
|
4139
|
-
|
4153
|
+
self.describe_row = ( # pyright: ignore[reportDeprecated]
|
4154
|
+
to_streamed_response_wrapper(
|
4155
|
+
client.describe_row # pyright: ignore[reportDeprecated],
|
4156
|
+
)
|
4140
4157
|
)
|
4141
4158
|
self.describe_workspace = to_streamed_response_wrapper(
|
4142
4159
|
client.describe_workspace,
|
@@ -4224,8 +4241,10 @@ class AsyncDeeporiginDataWithStreamedResponse:
|
|
4224
4241
|
self.configure_column_select_options = async_to_streamed_response_wrapper(
|
4225
4242
|
client.configure_column_select_options,
|
4226
4243
|
)
|
4227
|
-
self.convert_id_format =
|
4228
|
-
|
4244
|
+
self.convert_id_format = ( # pyright: ignore[reportDeprecated]
|
4245
|
+
async_to_streamed_response_wrapper(
|
4246
|
+
client.convert_id_format # pyright: ignore[reportDeprecated],
|
4247
|
+
)
|
4229
4248
|
)
|
4230
4249
|
self.create_database = async_to_streamed_response_wrapper(
|
4231
4250
|
client.create_database,
|
@@ -4269,8 +4288,10 @@ class AsyncDeeporiginDataWithStreamedResponse:
|
|
4269
4288
|
self.describe_hierarchy = async_to_streamed_response_wrapper(
|
4270
4289
|
client.describe_hierarchy,
|
4271
4290
|
)
|
4272
|
-
self.describe_row =
|
4273
|
-
|
4291
|
+
self.describe_row = ( # pyright: ignore[reportDeprecated]
|
4292
|
+
async_to_streamed_response_wrapper(
|
4293
|
+
client.describe_row # pyright: ignore[reportDeprecated],
|
4294
|
+
)
|
4274
4295
|
)
|
4275
4296
|
self.describe_workspace = async_to_streamed_response_wrapper(
|
4276
4297
|
client.describe_workspace,
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/api_resources/test_client.py
RENAMED
@@ -58,6 +58,8 @@ from deeporigin_data._response import (
|
|
58
58
|
)
|
59
59
|
from deeporigin_data.types.shared import DescribeRowResponse
|
60
60
|
|
61
|
+
# pyright: reportDeprecated=false
|
62
|
+
|
61
63
|
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
|
62
64
|
|
63
65
|
|
@@ -364,16 +366,19 @@ class TestClient:
|
|
364
366
|
|
365
367
|
@parametrize
|
366
368
|
def test_method_convert_id_format(self, client: DeeporiginData) -> None:
|
367
|
-
|
368
|
-
|
369
|
-
|
369
|
+
with pytest.warns(DeprecationWarning):
|
370
|
+
client_ = client.convert_id_format(
|
371
|
+
conversions=[{"id": "id"}],
|
372
|
+
)
|
373
|
+
|
370
374
|
assert_matches_type(ConvertIDFormatResponse, client_, path=["response"])
|
371
375
|
|
372
376
|
@parametrize
|
373
377
|
def test_raw_response_convert_id_format(self, client: DeeporiginData) -> None:
|
374
|
-
|
375
|
-
|
376
|
-
|
378
|
+
with pytest.warns(DeprecationWarning):
|
379
|
+
response = client.with_raw_response.convert_id_format(
|
380
|
+
conversions=[{"id": "id"}],
|
381
|
+
)
|
377
382
|
|
378
383
|
assert response.is_closed is True
|
379
384
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
@@ -382,14 +387,15 @@ class TestClient:
|
|
382
387
|
|
383
388
|
@parametrize
|
384
389
|
def test_streaming_response_convert_id_format(self, client: DeeporiginData) -> None:
|
385
|
-
with
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
+
with pytest.warns(DeprecationWarning):
|
391
|
+
with client.with_streaming_response.convert_id_format(
|
392
|
+
conversions=[{"id": "id"}],
|
393
|
+
) as response:
|
394
|
+
assert not response.is_closed
|
395
|
+
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
390
396
|
|
391
|
-
|
392
|
-
|
397
|
+
client_ = response.parse()
|
398
|
+
assert_matches_type(ConvertIDFormatResponse, client_, path=["response"])
|
393
399
|
|
394
400
|
assert cast(Any, response.is_closed) is True
|
395
401
|
|
@@ -937,28 +943,33 @@ class TestClient:
|
|
937
943
|
|
938
944
|
@parametrize
|
939
945
|
def test_method_describe_row(self, client: DeeporiginData) -> None:
|
940
|
-
|
941
|
-
|
942
|
-
|
946
|
+
with pytest.warns(DeprecationWarning):
|
947
|
+
client_ = client.describe_row(
|
948
|
+
row_id="rowId",
|
949
|
+
)
|
950
|
+
|
943
951
|
assert_matches_type(DescribeRowResponse, client_, path=["response"])
|
944
952
|
|
945
953
|
@parametrize
|
946
954
|
def test_method_describe_row_with_all_params(self, client: DeeporiginData) -> None:
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
+
with pytest.warns(DeprecationWarning):
|
956
|
+
client_ = client.describe_row(
|
957
|
+
row_id="rowId",
|
958
|
+
column_selection={
|
959
|
+
"exclude": ["string"],
|
960
|
+
"include": ["string"],
|
961
|
+
},
|
962
|
+
fields=True,
|
963
|
+
)
|
964
|
+
|
955
965
|
assert_matches_type(DescribeRowResponse, client_, path=["response"])
|
956
966
|
|
957
967
|
@parametrize
|
958
968
|
def test_raw_response_describe_row(self, client: DeeporiginData) -> None:
|
959
|
-
|
960
|
-
|
961
|
-
|
969
|
+
with pytest.warns(DeprecationWarning):
|
970
|
+
response = client.with_raw_response.describe_row(
|
971
|
+
row_id="rowId",
|
972
|
+
)
|
962
973
|
|
963
974
|
assert response.is_closed is True
|
964
975
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
@@ -967,14 +978,15 @@ class TestClient:
|
|
967
978
|
|
968
979
|
@parametrize
|
969
980
|
def test_streaming_response_describe_row(self, client: DeeporiginData) -> None:
|
970
|
-
with
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
981
|
+
with pytest.warns(DeprecationWarning):
|
982
|
+
with client.with_streaming_response.describe_row(
|
983
|
+
row_id="rowId",
|
984
|
+
) as response:
|
985
|
+
assert not response.is_closed
|
986
|
+
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
975
987
|
|
976
|
-
|
977
|
-
|
988
|
+
client_ = response.parse()
|
989
|
+
assert_matches_type(DescribeRowResponse, client_, path=["response"])
|
978
990
|
|
979
991
|
assert cast(Any, response.is_closed) is True
|
980
992
|
|
@@ -2154,16 +2166,19 @@ class TestAsyncClient:
|
|
2154
2166
|
|
2155
2167
|
@parametrize
|
2156
2168
|
async def test_method_convert_id_format(self, async_client: AsyncDeeporiginData) -> None:
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2169
|
+
with pytest.warns(DeprecationWarning):
|
2170
|
+
client = await async_client.convert_id_format(
|
2171
|
+
conversions=[{"id": "id"}],
|
2172
|
+
)
|
2173
|
+
|
2160
2174
|
assert_matches_type(ConvertIDFormatResponse, client, path=["response"])
|
2161
2175
|
|
2162
2176
|
@parametrize
|
2163
2177
|
async def test_raw_response_convert_id_format(self, async_client: AsyncDeeporiginData) -> None:
|
2164
|
-
|
2165
|
-
|
2166
|
-
|
2178
|
+
with pytest.warns(DeprecationWarning):
|
2179
|
+
response = await async_client.with_raw_response.convert_id_format(
|
2180
|
+
conversions=[{"id": "id"}],
|
2181
|
+
)
|
2167
2182
|
|
2168
2183
|
assert response.is_closed is True
|
2169
2184
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
@@ -2172,14 +2187,15 @@ class TestAsyncClient:
|
|
2172
2187
|
|
2173
2188
|
@parametrize
|
2174
2189
|
async def test_streaming_response_convert_id_format(self, async_client: AsyncDeeporiginData) -> None:
|
2175
|
-
|
2176
|
-
|
2177
|
-
|
2178
|
-
|
2179
|
-
|
2190
|
+
with pytest.warns(DeprecationWarning):
|
2191
|
+
async with async_client.with_streaming_response.convert_id_format(
|
2192
|
+
conversions=[{"id": "id"}],
|
2193
|
+
) as response:
|
2194
|
+
assert not response.is_closed
|
2195
|
+
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
2180
2196
|
|
2181
|
-
|
2182
|
-
|
2197
|
+
client = await response.parse()
|
2198
|
+
assert_matches_type(ConvertIDFormatResponse, client, path=["response"])
|
2183
2199
|
|
2184
2200
|
assert cast(Any, response.is_closed) is True
|
2185
2201
|
|
@@ -2727,28 +2743,33 @@ class TestAsyncClient:
|
|
2727
2743
|
|
2728
2744
|
@parametrize
|
2729
2745
|
async def test_method_describe_row(self, async_client: AsyncDeeporiginData) -> None:
|
2730
|
-
|
2731
|
-
|
2732
|
-
|
2746
|
+
with pytest.warns(DeprecationWarning):
|
2747
|
+
client = await async_client.describe_row(
|
2748
|
+
row_id="rowId",
|
2749
|
+
)
|
2750
|
+
|
2733
2751
|
assert_matches_type(DescribeRowResponse, client, path=["response"])
|
2734
2752
|
|
2735
2753
|
@parametrize
|
2736
2754
|
async def test_method_describe_row_with_all_params(self, async_client: AsyncDeeporiginData) -> None:
|
2737
|
-
|
2738
|
-
|
2739
|
-
|
2740
|
-
|
2741
|
-
|
2742
|
-
|
2743
|
-
|
2744
|
-
|
2755
|
+
with pytest.warns(DeprecationWarning):
|
2756
|
+
client = await async_client.describe_row(
|
2757
|
+
row_id="rowId",
|
2758
|
+
column_selection={
|
2759
|
+
"exclude": ["string"],
|
2760
|
+
"include": ["string"],
|
2761
|
+
},
|
2762
|
+
fields=True,
|
2763
|
+
)
|
2764
|
+
|
2745
2765
|
assert_matches_type(DescribeRowResponse, client, path=["response"])
|
2746
2766
|
|
2747
2767
|
@parametrize
|
2748
2768
|
async def test_raw_response_describe_row(self, async_client: AsyncDeeporiginData) -> None:
|
2749
|
-
|
2750
|
-
|
2751
|
-
|
2769
|
+
with pytest.warns(DeprecationWarning):
|
2770
|
+
response = await async_client.with_raw_response.describe_row(
|
2771
|
+
row_id="rowId",
|
2772
|
+
)
|
2752
2773
|
|
2753
2774
|
assert response.is_closed is True
|
2754
2775
|
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
@@ -2757,14 +2778,15 @@ class TestAsyncClient:
|
|
2757
2778
|
|
2758
2779
|
@parametrize
|
2759
2780
|
async def test_streaming_response_describe_row(self, async_client: AsyncDeeporiginData) -> None:
|
2760
|
-
|
2761
|
-
|
2762
|
-
|
2763
|
-
|
2764
|
-
|
2765
|
-
|
2766
|
-
|
2767
|
-
|
2781
|
+
with pytest.warns(DeprecationWarning):
|
2782
|
+
async with async_client.with_streaming_response.describe_row(
|
2783
|
+
row_id="rowId",
|
2784
|
+
) as response:
|
2785
|
+
assert not response.is_closed
|
2786
|
+
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
2787
|
+
|
2788
|
+
client = await response.parse()
|
2789
|
+
assert_matches_type(DescribeRowResponse, client, path=["response"])
|
2768
2790
|
|
2769
2791
|
assert cast(Any, response.is_closed) is True
|
2770
2792
|
|
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.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/__init__.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_base_client.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_compat.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_constants.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_exceptions.py
RENAMED
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_models.py
RENAMED
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_resource.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_response.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_streaming.py
RENAMED
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/__init__.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_logs.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_proxy.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_streams.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_sync.py
RENAMED
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_typing.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/_utils/_utils.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/src/deeporigin_data/types/__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
|
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.0a61 → deeporigin_data_sdk-0.1.0a63}/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.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_utils/test_proxy.py
RENAMED
File without changes
|
{deeporigin_data_sdk-0.1.0a61 → deeporigin_data_sdk-0.1.0a63}/tests/test_utils/test_typing.py
RENAMED
File without changes
|
File without changes
|