structifyai 1.175.0__tar.gz → 1.176.0__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.
- structifyai-1.176.0/.release-please-manifest.json +3 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/CHANGELOG.md +10 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/PKG-INFO +1 -1
- {structifyai-1.175.0 → structifyai-1.176.0}/api.md +0 -1
- {structifyai-1.175.0 → structifyai-1.176.0}/pyproject.toml +1 -1
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_version.py +1 -1
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/sandbox.py +1 -110
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/sessions.py +12 -2
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/__init__.py +0 -1
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/admin_sandbox.py +6 -2
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/sandbox.py +6 -2
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_request_confirmation_params.py +3 -1
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team.py +2 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_sandbox.py +1 -138
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_sessions.py +8 -0
- structifyai-1.175.0/.release-please-manifest.json +0 -3
- structifyai-1.175.0/src/structify/types/sandbox_create_params.py +0 -22
- {structifyai-1.175.0 → structifyai-1.176.0}/.gitignore +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/CONTRIBUTING.md +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/LICENSE +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/README.md +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/SECURITY.md +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/bin/check-release-environment +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/bin/publish-pypi +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/examples/.keep +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/noxfile.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/release-please-config.json +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/requirements-dev.lock +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/requirements.lock +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_base_client.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_client.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_compat.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_constants.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_exceptions.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_files.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_models.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_qs.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_resource.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_streaming.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_types.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_compat.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_datetime_parse.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_logs.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_proxy.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_reflection.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_resources_proxy.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_streams.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_sync.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_transform.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_typing.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/_utils/_utils.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/lib/.keep +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/lib/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/lib/cost_confirmation.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/pagination.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/py.typed +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/admin/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/admin/admin.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/admin/chat_templates.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/admin/dataset.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/admin/functional_tests.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/admin/jobs.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/admin/sandbox.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/admin/teams.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/admin/users.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/chat.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/code.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/connector_catalog/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/connector_catalog/admin.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/connector_catalog/connector_catalog.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/connectors/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/connectors/connectors.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/connectors/type_snippets.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/datasets/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/datasets/datasets.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/datasets/evaluate.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/documents.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/entities.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/external.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/external_dataframe_proxy.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/jobs.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/match.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/nango.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/polars.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/projects.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/public_sessions.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/scrape.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/server.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/slack.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/sources.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/structure.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/teams.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/user/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/user/api_keys.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/user/stripe.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/user/user.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/whitelabel.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/whitelabel_service.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/wiki.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/workflow.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/resources/workflow_schedule.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/accept_invitation_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/add_member_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/admin_dataset_return.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/admin_delete_jobs_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/admin_list_jobs_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/admin_teams_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/cancel_subscription_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/chat_template_create_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/chat_template_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/chat_template_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/chat_template_update_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/create_subscription_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/dataset_get_by_id_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/expire_grants_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/extend_trial_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/functional_test.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/functional_test_create_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/functional_test_get_results_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/functional_test_link_chat_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/functional_test_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/functional_test_results_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/functional_test_system_prompt_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/functional_test_update_results_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/grant_credits_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/impersonate_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/job_delete_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/job_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/sandbox_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/sandbox_type.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/team_cancel_subscription_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/team_create_subscription_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/team_expire_grants_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/team_extend_trial_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/team_grant_credits_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/team_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/user.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/user_create_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/user_get_stats_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/user_get_stats_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/user_impersonate_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin/user_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin_grant_access_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/admin_issue_found_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/autofix_context.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_add_collaborator_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_add_git_commit_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_add_git_commit_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_admin_issue_found_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_copy_node_output_by_code_hash_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_copy_node_output_by_code_hash_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_copy_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_create_session_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_delete_files_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_delete_files_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_dependency.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_event.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_get_git_commit_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_get_partial_chats_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_get_session_timeline_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_grant_admin_override_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_list_sessions_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_list_templates_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_load_files_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_load_files_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_prompt.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_revert_to_commit_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_revert_to_commit_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_session.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_session_role.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_session_with_messages.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_template.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_update_session_favorite_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_update_session_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_update_visibility_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/chat_visibility.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/code_generate_code_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/code_interrupt_generation_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_auth_method.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_auth_method_with_fields.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_batch_create_credential_fields_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_batch_create_credential_fields_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_batch_create_scopes_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_create_auth_method_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_create_catalog_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_create_credential_field_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_create_scope_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_list_nango_pending_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_list_scopes_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_update_auth_method_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_update_catalog_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_update_credential_field_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_update_scope_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/admin_upload_logo_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/batch_create_scopes_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/connector_auth_method_scope.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/connector_catalog.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/create_credential_field_request_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/create_scope_request_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/list_scopes_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/pending_nango_integration.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog/upload_logo_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_catalog_with_methods.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_category.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_create_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_create_secret_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_credential_field.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_delete_schema_object_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_explore_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_explorer_chat.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_get_clarification_requests_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_get_explorer_chat_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_get_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_list_with_snippets_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_list_with_snippets_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_search_tables_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_search_tables_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_store_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_summaries_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_summaries_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_summary.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_table_info.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_update_column_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_update_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_update_table_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_with_secrets.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connector_with_snippets.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connectors/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connectors/snippet.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/connectors/type_snippet_upsert_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/create_chat_session_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/create_match_jobs_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/create_team_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/credits_usage_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/credits_usage_timeseries_point.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dashboard_component.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dashboard_component_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dashboard_layout.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dashboard_layout_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_add_property_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_count_missing_embeddings_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_count_missing_embeddings_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_create_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_create_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_delete_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_descriptor.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_descriptor_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_enrichment_progress_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_enrichment_progress_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_export_to_csv_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_export_to_excel_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_get_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_get_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_match_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_match_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_remove_property_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_reorder_properties_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_set_primary_column_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_update_property_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_update_relationship_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_view_relationships_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_view_relationships_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_view_table_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_view_table_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_view_tables_with_relationships_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/dataset_view_tables_with_relationships_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/datasets/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/datasets/evaluate_delete_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/datasets/evaluate_get_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/datasets/evaluate_get_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/datasets/evaluate_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/datasets/evaluate_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/datasets/evaluate_run_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/datasets/evaluate_run_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/datasets/evaluate_status_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/datasets/evaluate_status_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/delete_chat_session_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/delete_project_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/delete_schema_object_request_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/delete_schema_object_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/delete_source_entity_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/delete_source_relationship_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/delete_team_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/document_delete_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/document_download_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/document_download_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/document_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/document_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/document_upload_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/edge_spec_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_add_batch_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_add_batch_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_add_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_add_relationship_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_add_relationship_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_add_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_agent_merge_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_agent_merge_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_delete_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_delete_relationship_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_delete_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_derive_all_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_derive_all_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_derive_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_derive_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_get_local_subgraph_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_get_local_subgraph_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_get_merges_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_get_merges_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_get_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_get_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_get_source_entities_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_get_source_entities_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_list_jobs_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_list_jobs_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_match.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_merge_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_merge_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_search_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_search_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_summarize_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_summarize_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_trigger_merge_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_trigger_merge_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_update_property_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_update_property_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_upload_parquet_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_verify_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_view_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/entity_view_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/estimate_cost_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/exploration_phase_id.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/exploration_run.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/exploration_runs_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/exploration_status.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/explore_status_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/explorer_chat_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/finalize_dag_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/get_chat_session_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/get_dependencies_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/get_job_events_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/get_node_logs_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/get_node_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/get_team_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/get_workflow_schedule_sessions_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/granularity.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/image.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/invitation_details_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/job_cancel_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/job_event_body.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/job_get_scrapers_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/job_get_source_entities_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/job_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/job_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/job_status_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/job_status_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/knowledge_graph.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/knowledge_graph_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/list_chat_sessions_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/list_collaborators_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/list_members_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/list_projects_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/list_tables_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/list_teams_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/llm_information_store.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/match_create_jobs_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/match_list_results_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/match_result.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/merge_config.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/merge_config_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/message.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/nango_create_session_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/nango_create_session_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/nango_list_integrations_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/node_spec_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/project.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/project_collaborator_input_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/project_get_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/project_member.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/project_update_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/project_visibility.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/property_type.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/property_type_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/refresh_session_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/relationship.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/relationship_merge_strategy.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/relationship_merge_strategy_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/relationship_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/remove_member_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/sandbox_get_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/sandbox_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/sandbox_update_status_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/save_requirement.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/save_requirement_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/scrape_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/scrape_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/scrape_scrape_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/scrape_scrape_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/select_team_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/server_information.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_confirm_node_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_create_session_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_finalize_dag_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_get_events_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_get_events_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_get_node_progress_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_kill_jobs_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_kill_jobs_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_mark_errored_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_update_node_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_update_node_progress_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_upload_dashboard_layout_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_upload_node_output_data_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/session_upload_node_visualization_output_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/slack_api_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/slack_event_payload_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/slack_events_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/source.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/source_delete_entity_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/source_delete_relationship_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/source_list_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/source_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/strategy.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/strategy_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_enhance_property_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_enhance_property_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_enhance_relationship_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_enhance_relationship_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_find_relationship_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_find_relationship_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_is_complete_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_is_complete_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_job_status_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_job_status_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_pdf_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_pdf_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_run_async_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/structure_run_async_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/survey_submission_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/table.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/table_param.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_accept_invitation_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_add_member_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_create_link_code_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_create_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_create_project_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_credits_usage_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_role.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_subscription_status.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_update_member_role_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_update_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_wiki_page.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/team_with_role.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/teams_link_code_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/token_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/tool_invocation.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/tool_metadata.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/tool_result.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/update_member_role_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/update_table_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/update_team_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/update_visibility_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/usage_group_key.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user/api_key_create_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user/api_key_info.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user/create_api_key_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user/create_session_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user/list_api_keys_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user/stripe_create_portal_session_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user/stripe_create_session_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user/stripe_create_subscription_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user/subscription_plan.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user_enrich_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user_info.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user_refresh_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user_survey_submit_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user_transactions_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user_update_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user_usage_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/user_usage_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/wiki_connector_reference.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/wiki_create_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/wiki_list_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/wiki_page_with_references.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/wiki_update_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_dag.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_node_execution_status.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_node_log.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_run_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_schedule_create_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_schedule_get_all_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_schedule_get_sessions_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_schedule_info.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_schedule_pause_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_schedule_update_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_session.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_session_edge.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_session_node.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structify/types/workflow_stop_params.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/src/structifyai/lib/.keep +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/admin/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/admin/test_chat_templates.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/admin/test_dataset.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/admin/test_functional_tests.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/admin/test_jobs.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/admin/test_sandbox.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/admin/test_teams.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/admin/test_users.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/connector_catalog/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/connector_catalog/test_admin.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/connectors/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/connectors/test_type_snippets.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/datasets/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/datasets/test_evaluate.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_chat.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_code.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_connector_catalog.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_connectors.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_dataframe.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_datasets.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_documents.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_entities.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_jobs.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_match.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_nango.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_projects.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_public_sessions.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_scrape.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_server.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_slack.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_sources.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_structure.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_teams.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_user.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_whitelabel.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_wiki.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_workflow.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/test_workflow_schedule.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/user/__init__.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/user/test_api_keys.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/api_resources/user/test_stripe.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/conftest.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/sample_file.txt +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_client.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_deepcopy.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_extract_files.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_files.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_models.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_qs.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_required_args.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_response.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_streaming.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_transform.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_utils/test_proxy.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/test_utils/test_typing.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/tests/utils.py +0 -0
- {structifyai-1.175.0 → structifyai-1.176.0}/uv.lock +0 -0
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.176.0 (2026-01-21)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.175.0...v1.176.0](https://github.com/StructifyAI/structify-python/compare/v1.175.0...v1.176.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* Update from Structify backend changes ([df41996](https://github.com/StructifyAI/structify-python/commit/df4199667d0dc6e89a1d8da5293fb336f45f589d))
|
|
10
|
+
* Update from Structify backend changes ([6f4c3f5](https://github.com/StructifyAI/structify-python/commit/6f4c3f54df3480734d5dad65bfa9c8f21c1bd53a))
|
|
11
|
+
* Update from Structify backend changes ([f1f2640](https://github.com/StructifyAI/structify-python/commit/f1f264096432818d5174e4b2230adfb789e3f29f))
|
|
12
|
+
|
|
3
13
|
## 1.175.0 (2026-01-21)
|
|
4
14
|
|
|
5
15
|
Full Changelog: [v1.174.0...v1.175.0](https://github.com/StructifyAI/structify-python/compare/v1.174.0...v1.175.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: structifyai
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.176.0
|
|
4
4
|
Summary: The official Python library for the structify API
|
|
5
5
|
Project-URL: Homepage, https://github.com/StructifyAI/structify-python
|
|
6
6
|
Project-URL: Repository, https://github.com/StructifyAI/structify-python
|
|
@@ -851,7 +851,6 @@ from structify.types import GetSandboxRequest, Sandbox, SandboxListResponse
|
|
|
851
851
|
|
|
852
852
|
Methods:
|
|
853
853
|
|
|
854
|
-
- <code title="post /sandbox/{chat_id}">client.sandbox.<a href="./src/structify/resources/sandbox.py">create</a>(chat_id, \*\*<a href="src/structify/types/sandbox_create_params.py">params</a>) -> <a href="./src/structify/types/sandbox.py">Sandbox</a></code>
|
|
855
854
|
- <code title="get /sandbox/list/{chat_id}">client.sandbox.<a href="./src/structify/resources/sandbox.py">list</a>(chat_id) -> <a href="./src/structify/types/sandbox_list_response.py">SandboxListResponse</a></code>
|
|
856
855
|
- <code title="post /sandbox/live/{chat_id}">client.sandbox.<a href="./src/structify/resources/sandbox.py">get</a>(chat_id, \*\*<a href="src/structify/types/sandbox_get_params.py">params</a>) -> <a href="./src/structify/types/sandbox.py">Sandbox</a></code>
|
|
857
856
|
- <code title="patch /sandbox/{sandbox_id}/status">client.sandbox.<a href="./src/structify/resources/sandbox.py">update_status</a>(sandbox_id, \*\*<a href="src/structify/types/sandbox_update_status_params.py">params</a>) -> <a href="./src/structify/types/sandbox.py">Sandbox</a></code>
|
|
@@ -3,11 +3,10 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
5
|
from typing import Optional
|
|
6
|
-
from typing_extensions import Literal
|
|
7
6
|
|
|
8
7
|
import httpx
|
|
9
8
|
|
|
10
|
-
from ..types import sandbox_get_params,
|
|
9
|
+
from ..types import sandbox_get_params, sandbox_update_status_params
|
|
11
10
|
from .._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
|
|
12
11
|
from .._utils import maybe_transform, async_maybe_transform
|
|
13
12
|
from .._compat import cached_property
|
|
@@ -45,54 +44,6 @@ class SandboxResource(SyncAPIResource):
|
|
|
45
44
|
"""
|
|
46
45
|
return SandboxResourceWithStreamingResponse(self)
|
|
47
46
|
|
|
48
|
-
def create(
|
|
49
|
-
self,
|
|
50
|
-
chat_id: str,
|
|
51
|
-
*,
|
|
52
|
-
chat_session_id: str,
|
|
53
|
-
modal_id: str,
|
|
54
|
-
modal_url: str,
|
|
55
|
-
status: Literal["alive", "terminated"],
|
|
56
|
-
latest_node: Optional[str] | Omit = omit,
|
|
57
|
-
session_id: Optional[str] | Omit = omit,
|
|
58
|
-
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
59
|
-
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
60
|
-
extra_headers: Headers | None = None,
|
|
61
|
-
extra_query: Query | None = None,
|
|
62
|
-
extra_body: Body | None = None,
|
|
63
|
-
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
64
|
-
) -> Sandbox:
|
|
65
|
-
"""
|
|
66
|
-
Args:
|
|
67
|
-
extra_headers: Send extra headers
|
|
68
|
-
|
|
69
|
-
extra_query: Add additional query parameters to the request
|
|
70
|
-
|
|
71
|
-
extra_body: Add additional JSON properties to the request
|
|
72
|
-
|
|
73
|
-
timeout: Override the client-level default timeout for this request, in seconds
|
|
74
|
-
"""
|
|
75
|
-
if not chat_id:
|
|
76
|
-
raise ValueError(f"Expected a non-empty value for `chat_id` but received {chat_id!r}")
|
|
77
|
-
return self._post(
|
|
78
|
-
f"/sandbox/{chat_id}",
|
|
79
|
-
body=maybe_transform(
|
|
80
|
-
{
|
|
81
|
-
"chat_session_id": chat_session_id,
|
|
82
|
-
"modal_id": modal_id,
|
|
83
|
-
"modal_url": modal_url,
|
|
84
|
-
"status": status,
|
|
85
|
-
"latest_node": latest_node,
|
|
86
|
-
"session_id": session_id,
|
|
87
|
-
},
|
|
88
|
-
sandbox_create_params.SandboxCreateParams,
|
|
89
|
-
),
|
|
90
|
-
options=make_request_options(
|
|
91
|
-
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
92
|
-
),
|
|
93
|
-
cast_to=Sandbox,
|
|
94
|
-
)
|
|
95
|
-
|
|
96
47
|
def list(
|
|
97
48
|
self,
|
|
98
49
|
chat_id: str,
|
|
@@ -216,54 +167,6 @@ class AsyncSandboxResource(AsyncAPIResource):
|
|
|
216
167
|
"""
|
|
217
168
|
return AsyncSandboxResourceWithStreamingResponse(self)
|
|
218
169
|
|
|
219
|
-
async def create(
|
|
220
|
-
self,
|
|
221
|
-
chat_id: str,
|
|
222
|
-
*,
|
|
223
|
-
chat_session_id: str,
|
|
224
|
-
modal_id: str,
|
|
225
|
-
modal_url: str,
|
|
226
|
-
status: Literal["alive", "terminated"],
|
|
227
|
-
latest_node: Optional[str] | Omit = omit,
|
|
228
|
-
session_id: Optional[str] | Omit = omit,
|
|
229
|
-
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
230
|
-
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
231
|
-
extra_headers: Headers | None = None,
|
|
232
|
-
extra_query: Query | None = None,
|
|
233
|
-
extra_body: Body | None = None,
|
|
234
|
-
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
235
|
-
) -> Sandbox:
|
|
236
|
-
"""
|
|
237
|
-
Args:
|
|
238
|
-
extra_headers: Send extra headers
|
|
239
|
-
|
|
240
|
-
extra_query: Add additional query parameters to the request
|
|
241
|
-
|
|
242
|
-
extra_body: Add additional JSON properties to the request
|
|
243
|
-
|
|
244
|
-
timeout: Override the client-level default timeout for this request, in seconds
|
|
245
|
-
"""
|
|
246
|
-
if not chat_id:
|
|
247
|
-
raise ValueError(f"Expected a non-empty value for `chat_id` but received {chat_id!r}")
|
|
248
|
-
return await self._post(
|
|
249
|
-
f"/sandbox/{chat_id}",
|
|
250
|
-
body=await async_maybe_transform(
|
|
251
|
-
{
|
|
252
|
-
"chat_session_id": chat_session_id,
|
|
253
|
-
"modal_id": modal_id,
|
|
254
|
-
"modal_url": modal_url,
|
|
255
|
-
"status": status,
|
|
256
|
-
"latest_node": latest_node,
|
|
257
|
-
"session_id": session_id,
|
|
258
|
-
},
|
|
259
|
-
sandbox_create_params.SandboxCreateParams,
|
|
260
|
-
),
|
|
261
|
-
options=make_request_options(
|
|
262
|
-
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
263
|
-
),
|
|
264
|
-
cast_to=Sandbox,
|
|
265
|
-
)
|
|
266
|
-
|
|
267
170
|
async def list(
|
|
268
171
|
self,
|
|
269
172
|
chat_id: str,
|
|
@@ -373,9 +276,6 @@ class SandboxResourceWithRawResponse:
|
|
|
373
276
|
def __init__(self, sandbox: SandboxResource) -> None:
|
|
374
277
|
self._sandbox = sandbox
|
|
375
278
|
|
|
376
|
-
self.create = to_raw_response_wrapper(
|
|
377
|
-
sandbox.create,
|
|
378
|
-
)
|
|
379
279
|
self.list = to_raw_response_wrapper(
|
|
380
280
|
sandbox.list,
|
|
381
281
|
)
|
|
@@ -391,9 +291,6 @@ class AsyncSandboxResourceWithRawResponse:
|
|
|
391
291
|
def __init__(self, sandbox: AsyncSandboxResource) -> None:
|
|
392
292
|
self._sandbox = sandbox
|
|
393
293
|
|
|
394
|
-
self.create = async_to_raw_response_wrapper(
|
|
395
|
-
sandbox.create,
|
|
396
|
-
)
|
|
397
294
|
self.list = async_to_raw_response_wrapper(
|
|
398
295
|
sandbox.list,
|
|
399
296
|
)
|
|
@@ -409,9 +306,6 @@ class SandboxResourceWithStreamingResponse:
|
|
|
409
306
|
def __init__(self, sandbox: SandboxResource) -> None:
|
|
410
307
|
self._sandbox = sandbox
|
|
411
308
|
|
|
412
|
-
self.create = to_streamed_response_wrapper(
|
|
413
|
-
sandbox.create,
|
|
414
|
-
)
|
|
415
309
|
self.list = to_streamed_response_wrapper(
|
|
416
310
|
sandbox.list,
|
|
417
311
|
)
|
|
@@ -427,9 +321,6 @@ class AsyncSandboxResourceWithStreamingResponse:
|
|
|
427
321
|
def __init__(self, sandbox: AsyncSandboxResource) -> None:
|
|
428
322
|
self._sandbox = sandbox
|
|
429
323
|
|
|
430
|
-
self.create = async_to_streamed_response_wrapper(
|
|
431
|
-
sandbox.create,
|
|
432
|
-
)
|
|
433
324
|
self.list = async_to_streamed_response_wrapper(
|
|
434
325
|
sandbox.list,
|
|
435
326
|
)
|
|
@@ -483,6 +483,7 @@ class SessionsResource(SyncAPIResource):
|
|
|
483
483
|
self,
|
|
484
484
|
node_id: str,
|
|
485
485
|
*,
|
|
486
|
+
operation: Literal["tag", "pdf", "web", "match"],
|
|
486
487
|
row_count: int,
|
|
487
488
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
488
489
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
@@ -506,7 +507,11 @@ class SessionsResource(SyncAPIResource):
|
|
|
506
507
|
return self._post(
|
|
507
508
|
f"/sessions/nodes/{node_id}/request_confirmation",
|
|
508
509
|
body=maybe_transform(
|
|
509
|
-
{
|
|
510
|
+
{
|
|
511
|
+
"operation": operation,
|
|
512
|
+
"row_count": row_count,
|
|
513
|
+
},
|
|
514
|
+
session_request_confirmation_params.SessionRequestConfirmationParams,
|
|
510
515
|
),
|
|
511
516
|
options=make_request_options(
|
|
512
517
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
@@ -1145,6 +1150,7 @@ class AsyncSessionsResource(AsyncAPIResource):
|
|
|
1145
1150
|
self,
|
|
1146
1151
|
node_id: str,
|
|
1147
1152
|
*,
|
|
1153
|
+
operation: Literal["tag", "pdf", "web", "match"],
|
|
1148
1154
|
row_count: int,
|
|
1149
1155
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
1150
1156
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
@@ -1168,7 +1174,11 @@ class AsyncSessionsResource(AsyncAPIResource):
|
|
|
1168
1174
|
return await self._post(
|
|
1169
1175
|
f"/sessions/nodes/{node_id}/request_confirmation",
|
|
1170
1176
|
body=await async_maybe_transform(
|
|
1171
|
-
{
|
|
1177
|
+
{
|
|
1178
|
+
"operation": operation,
|
|
1179
|
+
"row_count": row_count,
|
|
1180
|
+
},
|
|
1181
|
+
session_request_confirmation_params.SessionRequestConfirmationParams,
|
|
1172
1182
|
),
|
|
1173
1183
|
options=make_request_options(
|
|
1174
1184
|
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
@@ -125,7 +125,6 @@ from .knowledge_graph_param import KnowledgeGraphParam as KnowledgeGraphParam
|
|
|
125
125
|
from .list_members_response import ListMembersResponse as ListMembersResponse
|
|
126
126
|
from .llm_information_store import LlmInformationStore as LlmInformationStore
|
|
127
127
|
from .project_update_params import ProjectUpdateParams as ProjectUpdateParams
|
|
128
|
-
from .sandbox_create_params import SandboxCreateParams as SandboxCreateParams
|
|
129
128
|
from .sandbox_list_response import SandboxListResponse as SandboxListResponse
|
|
130
129
|
from .update_table_response import UpdateTableResponse as UpdateTableResponse
|
|
131
130
|
from .workflow_session_edge import WorkflowSessionEdge as WorkflowSessionEdge
|
|
@@ -17,18 +17,22 @@ class AdminSandbox(BaseModel):
|
|
|
17
17
|
|
|
18
18
|
created_at: datetime
|
|
19
19
|
|
|
20
|
+
provider: Literal["modal", "daytona"]
|
|
21
|
+
|
|
20
22
|
sandbox_type: SandboxType
|
|
21
23
|
|
|
22
24
|
status: Literal["alive", "terminated"]
|
|
23
25
|
|
|
24
26
|
updated_at: datetime
|
|
25
27
|
|
|
28
|
+
api_url: Optional[str] = None
|
|
29
|
+
|
|
26
30
|
chat_session_id: Optional[str] = None
|
|
27
31
|
|
|
28
32
|
exploration_run_id: Optional[str] = None
|
|
29
33
|
|
|
30
34
|
latest_node: Optional[str] = None
|
|
31
35
|
|
|
32
|
-
|
|
36
|
+
provider_id: Optional[str] = None
|
|
33
37
|
|
|
34
|
-
|
|
38
|
+
tunnel_url: Optional[str] = None
|
|
@@ -16,14 +16,18 @@ class Sandbox(BaseModel):
|
|
|
16
16
|
|
|
17
17
|
created_at: datetime
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
provider: Literal["modal", "daytona"]
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
provider_id: str
|
|
22
22
|
|
|
23
23
|
status: Literal["alive", "terminated"]
|
|
24
24
|
|
|
25
|
+
tunnel_url: str
|
|
26
|
+
|
|
25
27
|
updated_at: datetime
|
|
26
28
|
|
|
29
|
+
api_url: Optional[str] = None
|
|
30
|
+
|
|
27
31
|
latest_node: Optional[str] = None
|
|
28
32
|
|
|
29
33
|
session_id: Optional[str] = None
|
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
|
-
from typing_extensions import Required, TypedDict
|
|
5
|
+
from typing_extensions import Literal, Required, TypedDict
|
|
6
6
|
|
|
7
7
|
__all__ = ["SessionRequestConfirmationParams"]
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class SessionRequestConfirmationParams(TypedDict, total=False):
|
|
11
|
+
operation: Required[Literal["tag", "pdf", "web", "match"]]
|
|
12
|
+
|
|
11
13
|
row_count: Required[int]
|
|
@@ -9,10 +9,7 @@ import pytest
|
|
|
9
9
|
|
|
10
10
|
from structify import Structify, AsyncStructify
|
|
11
11
|
from tests.utils import assert_matches_type
|
|
12
|
-
from structify.types import
|
|
13
|
-
Sandbox,
|
|
14
|
-
SandboxListResponse,
|
|
15
|
-
)
|
|
12
|
+
from structify.types import Sandbox, SandboxListResponse
|
|
16
13
|
|
|
17
14
|
base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
|
|
18
15
|
|
|
@@ -20,73 +17,6 @@ base_url = os.environ.get("TEST_API_BASE_URL", "http://127.0.0.1:4010")
|
|
|
20
17
|
class TestSandbox:
|
|
21
18
|
parametrize = pytest.mark.parametrize("client", [False, True], indirect=True, ids=["loose", "strict"])
|
|
22
19
|
|
|
23
|
-
@parametrize
|
|
24
|
-
def test_method_create(self, client: Structify) -> None:
|
|
25
|
-
sandbox = client.sandbox.create(
|
|
26
|
-
chat_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
27
|
-
chat_session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
28
|
-
modal_id="modal_id",
|
|
29
|
-
modal_url="modal_url",
|
|
30
|
-
status="alive",
|
|
31
|
-
)
|
|
32
|
-
assert_matches_type(Sandbox, sandbox, path=["response"])
|
|
33
|
-
|
|
34
|
-
@parametrize
|
|
35
|
-
def test_method_create_with_all_params(self, client: Structify) -> None:
|
|
36
|
-
sandbox = client.sandbox.create(
|
|
37
|
-
chat_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
38
|
-
chat_session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
39
|
-
modal_id="modal_id",
|
|
40
|
-
modal_url="modal_url",
|
|
41
|
-
status="alive",
|
|
42
|
-
latest_node="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
43
|
-
session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
44
|
-
)
|
|
45
|
-
assert_matches_type(Sandbox, sandbox, path=["response"])
|
|
46
|
-
|
|
47
|
-
@parametrize
|
|
48
|
-
def test_raw_response_create(self, client: Structify) -> None:
|
|
49
|
-
response = client.sandbox.with_raw_response.create(
|
|
50
|
-
chat_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
51
|
-
chat_session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
52
|
-
modal_id="modal_id",
|
|
53
|
-
modal_url="modal_url",
|
|
54
|
-
status="alive",
|
|
55
|
-
)
|
|
56
|
-
|
|
57
|
-
assert response.is_closed is True
|
|
58
|
-
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
59
|
-
sandbox = response.parse()
|
|
60
|
-
assert_matches_type(Sandbox, sandbox, path=["response"])
|
|
61
|
-
|
|
62
|
-
@parametrize
|
|
63
|
-
def test_streaming_response_create(self, client: Structify) -> None:
|
|
64
|
-
with client.sandbox.with_streaming_response.create(
|
|
65
|
-
chat_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
66
|
-
chat_session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
67
|
-
modal_id="modal_id",
|
|
68
|
-
modal_url="modal_url",
|
|
69
|
-
status="alive",
|
|
70
|
-
) as response:
|
|
71
|
-
assert not response.is_closed
|
|
72
|
-
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
73
|
-
|
|
74
|
-
sandbox = response.parse()
|
|
75
|
-
assert_matches_type(Sandbox, sandbox, path=["response"])
|
|
76
|
-
|
|
77
|
-
assert cast(Any, response.is_closed) is True
|
|
78
|
-
|
|
79
|
-
@parametrize
|
|
80
|
-
def test_path_params_create(self, client: Structify) -> None:
|
|
81
|
-
with pytest.raises(ValueError, match=r"Expected a non-empty value for `chat_id` but received ''"):
|
|
82
|
-
client.sandbox.with_raw_response.create(
|
|
83
|
-
chat_id="",
|
|
84
|
-
chat_session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
85
|
-
modal_id="modal_id",
|
|
86
|
-
modal_url="modal_url",
|
|
87
|
-
status="alive",
|
|
88
|
-
)
|
|
89
|
-
|
|
90
20
|
@parametrize
|
|
91
21
|
def test_method_list(self, client: Structify) -> None:
|
|
92
22
|
sandbox = client.sandbox.list(
|
|
@@ -219,73 +149,6 @@ class TestAsyncSandbox:
|
|
|
219
149
|
"async_client", [False, True, {"http_client": "aiohttp"}], indirect=True, ids=["loose", "strict", "aiohttp"]
|
|
220
150
|
)
|
|
221
151
|
|
|
222
|
-
@parametrize
|
|
223
|
-
async def test_method_create(self, async_client: AsyncStructify) -> None:
|
|
224
|
-
sandbox = await async_client.sandbox.create(
|
|
225
|
-
chat_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
226
|
-
chat_session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
227
|
-
modal_id="modal_id",
|
|
228
|
-
modal_url="modal_url",
|
|
229
|
-
status="alive",
|
|
230
|
-
)
|
|
231
|
-
assert_matches_type(Sandbox, sandbox, path=["response"])
|
|
232
|
-
|
|
233
|
-
@parametrize
|
|
234
|
-
async def test_method_create_with_all_params(self, async_client: AsyncStructify) -> None:
|
|
235
|
-
sandbox = await async_client.sandbox.create(
|
|
236
|
-
chat_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
237
|
-
chat_session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
238
|
-
modal_id="modal_id",
|
|
239
|
-
modal_url="modal_url",
|
|
240
|
-
status="alive",
|
|
241
|
-
latest_node="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
242
|
-
session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
243
|
-
)
|
|
244
|
-
assert_matches_type(Sandbox, sandbox, path=["response"])
|
|
245
|
-
|
|
246
|
-
@parametrize
|
|
247
|
-
async def test_raw_response_create(self, async_client: AsyncStructify) -> None:
|
|
248
|
-
response = await async_client.sandbox.with_raw_response.create(
|
|
249
|
-
chat_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
250
|
-
chat_session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
251
|
-
modal_id="modal_id",
|
|
252
|
-
modal_url="modal_url",
|
|
253
|
-
status="alive",
|
|
254
|
-
)
|
|
255
|
-
|
|
256
|
-
assert response.is_closed is True
|
|
257
|
-
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
258
|
-
sandbox = await response.parse()
|
|
259
|
-
assert_matches_type(Sandbox, sandbox, path=["response"])
|
|
260
|
-
|
|
261
|
-
@parametrize
|
|
262
|
-
async def test_streaming_response_create(self, async_client: AsyncStructify) -> None:
|
|
263
|
-
async with async_client.sandbox.with_streaming_response.create(
|
|
264
|
-
chat_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
265
|
-
chat_session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
266
|
-
modal_id="modal_id",
|
|
267
|
-
modal_url="modal_url",
|
|
268
|
-
status="alive",
|
|
269
|
-
) as response:
|
|
270
|
-
assert not response.is_closed
|
|
271
|
-
assert response.http_request.headers.get("X-Stainless-Lang") == "python"
|
|
272
|
-
|
|
273
|
-
sandbox = await response.parse()
|
|
274
|
-
assert_matches_type(Sandbox, sandbox, path=["response"])
|
|
275
|
-
|
|
276
|
-
assert cast(Any, response.is_closed) is True
|
|
277
|
-
|
|
278
|
-
@parametrize
|
|
279
|
-
async def test_path_params_create(self, async_client: AsyncStructify) -> None:
|
|
280
|
-
with pytest.raises(ValueError, match=r"Expected a non-empty value for `chat_id` but received ''"):
|
|
281
|
-
await async_client.sandbox.with_raw_response.create(
|
|
282
|
-
chat_id="",
|
|
283
|
-
chat_session_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
284
|
-
modal_id="modal_id",
|
|
285
|
-
modal_url="modal_url",
|
|
286
|
-
status="alive",
|
|
287
|
-
)
|
|
288
|
-
|
|
289
152
|
@parametrize
|
|
290
153
|
async def test_method_list(self, async_client: AsyncStructify) -> None:
|
|
291
154
|
sandbox = await async_client.sandbox.list(
|
|
@@ -604,6 +604,7 @@ class TestSessions:
|
|
|
604
604
|
def test_method_request_confirmation(self, client: Structify) -> None:
|
|
605
605
|
session = client.sessions.request_confirmation(
|
|
606
606
|
node_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
607
|
+
operation="tag",
|
|
607
608
|
row_count=0,
|
|
608
609
|
)
|
|
609
610
|
assert_matches_type(WorkflowSessionNode, session, path=["response"])
|
|
@@ -612,6 +613,7 @@ class TestSessions:
|
|
|
612
613
|
def test_raw_response_request_confirmation(self, client: Structify) -> None:
|
|
613
614
|
response = client.sessions.with_raw_response.request_confirmation(
|
|
614
615
|
node_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
616
|
+
operation="tag",
|
|
615
617
|
row_count=0,
|
|
616
618
|
)
|
|
617
619
|
|
|
@@ -624,6 +626,7 @@ class TestSessions:
|
|
|
624
626
|
def test_streaming_response_request_confirmation(self, client: Structify) -> None:
|
|
625
627
|
with client.sessions.with_streaming_response.request_confirmation(
|
|
626
628
|
node_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
629
|
+
operation="tag",
|
|
627
630
|
row_count=0,
|
|
628
631
|
) as response:
|
|
629
632
|
assert not response.is_closed
|
|
@@ -639,6 +642,7 @@ class TestSessions:
|
|
|
639
642
|
with pytest.raises(ValueError, match=r"Expected a non-empty value for `node_id` but received ''"):
|
|
640
643
|
client.sessions.with_raw_response.request_confirmation(
|
|
641
644
|
node_id="",
|
|
645
|
+
operation="tag",
|
|
642
646
|
row_count=0,
|
|
643
647
|
)
|
|
644
648
|
|
|
@@ -1521,6 +1525,7 @@ class TestAsyncSessions:
|
|
|
1521
1525
|
async def test_method_request_confirmation(self, async_client: AsyncStructify) -> None:
|
|
1522
1526
|
session = await async_client.sessions.request_confirmation(
|
|
1523
1527
|
node_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
1528
|
+
operation="tag",
|
|
1524
1529
|
row_count=0,
|
|
1525
1530
|
)
|
|
1526
1531
|
assert_matches_type(WorkflowSessionNode, session, path=["response"])
|
|
@@ -1529,6 +1534,7 @@ class TestAsyncSessions:
|
|
|
1529
1534
|
async def test_raw_response_request_confirmation(self, async_client: AsyncStructify) -> None:
|
|
1530
1535
|
response = await async_client.sessions.with_raw_response.request_confirmation(
|
|
1531
1536
|
node_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
1537
|
+
operation="tag",
|
|
1532
1538
|
row_count=0,
|
|
1533
1539
|
)
|
|
1534
1540
|
|
|
@@ -1541,6 +1547,7 @@ class TestAsyncSessions:
|
|
|
1541
1547
|
async def test_streaming_response_request_confirmation(self, async_client: AsyncStructify) -> None:
|
|
1542
1548
|
async with async_client.sessions.with_streaming_response.request_confirmation(
|
|
1543
1549
|
node_id="182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
|
|
1550
|
+
operation="tag",
|
|
1544
1551
|
row_count=0,
|
|
1545
1552
|
) as response:
|
|
1546
1553
|
assert not response.is_closed
|
|
@@ -1556,6 +1563,7 @@ class TestAsyncSessions:
|
|
|
1556
1563
|
with pytest.raises(ValueError, match=r"Expected a non-empty value for `node_id` but received ''"):
|
|
1557
1564
|
await async_client.sessions.with_raw_response.request_confirmation(
|
|
1558
1565
|
node_id="",
|
|
1566
|
+
operation="tag",
|
|
1559
1567
|
row_count=0,
|
|
1560
1568
|
)
|
|
1561
1569
|
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from __future__ import annotations
|
|
4
|
-
|
|
5
|
-
from typing import Optional
|
|
6
|
-
from typing_extensions import Literal, Required, TypedDict
|
|
7
|
-
|
|
8
|
-
__all__ = ["SandboxCreateParams"]
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
class SandboxCreateParams(TypedDict, total=False):
|
|
12
|
-
chat_session_id: Required[str]
|
|
13
|
-
|
|
14
|
-
modal_id: Required[str]
|
|
15
|
-
|
|
16
|
-
modal_url: Required[str]
|
|
17
|
-
|
|
18
|
-
status: Required[Literal["alive", "terminated"]]
|
|
19
|
-
|
|
20
|
-
latest_node: Optional[str]
|
|
21
|
-
|
|
22
|
-
session_id: Optional[str]
|
|
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
|