structifyai 1.172.0__tar.gz → 1.174.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.174.0/.release-please-manifest.json +3 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/CHANGELOG.md +22 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/PKG-INFO +1 -1
- {structifyai-1.172.0 → structifyai-1.174.0}/pyproject.toml +1 -1
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_version.py +1 -1
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/polars.py +11 -12
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_create_session_params.py +1 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/code_generate_code_params.py +1 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog_list_response.py +9 -1
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/job_event_body.py +20 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/tool_invocation.py +116 -1
- structifyai-1.172.0/.release-please-manifest.json +0 -3
- {structifyai-1.172.0 → structifyai-1.174.0}/.gitignore +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/CONTRIBUTING.md +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/LICENSE +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/README.md +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/SECURITY.md +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/api.md +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/bin/check-release-environment +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/bin/publish-pypi +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/examples/.keep +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/noxfile.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/release-please-config.json +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/requirements-dev.lock +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/requirements.lock +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_base_client.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_client.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_compat.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_constants.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_exceptions.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_files.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_models.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_qs.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_resource.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_streaming.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_types.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_compat.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_datetime_parse.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_logs.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_proxy.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_reflection.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_resources_proxy.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_streams.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_sync.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_transform.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_typing.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/_utils/_utils.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/lib/.keep +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/lib/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/lib/cost_confirmation.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/pagination.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/py.typed +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/admin/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/admin/admin.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/admin/chat_templates.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/admin/dataset.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/admin/functional_tests.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/admin/jobs.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/admin/sandbox.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/admin/teams.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/admin/users.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/chat.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/code.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/connector_catalog/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/connector_catalog/admin.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/connector_catalog/connector_catalog.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/connectors/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/connectors/connectors.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/connectors/type_snippets.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/datasets/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/datasets/datasets.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/datasets/evaluate.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/documents.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/entities.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/external.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/external_dataframe_proxy.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/jobs.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/match.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/nango.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/projects.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/public_sessions.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/sandbox.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/scrape.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/server.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/sessions.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/slack.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/sources.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/structure.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/teams.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/user/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/user/api_keys.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/user/stripe.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/user/user.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/whitelabel.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/whitelabel_service.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/wiki.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/workflow.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/workflow_schedule.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/accept_invitation_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/add_member_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/admin_dataset_return.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/admin_delete_jobs_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/admin_list_jobs_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/admin_sandbox.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/admin_teams_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/cancel_subscription_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/chat_template_create_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/chat_template_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/chat_template_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/chat_template_update_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/create_subscription_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/dataset_get_by_id_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/expire_grants_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/extend_trial_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/functional_test.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/functional_test_create_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/functional_test_get_results_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/functional_test_link_chat_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/functional_test_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/functional_test_results_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/functional_test_system_prompt_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/functional_test_update_results_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/grant_credits_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/impersonate_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/job_delete_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/job_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/sandbox_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/sandbox_type.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/team_cancel_subscription_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/team_create_subscription_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/team_expire_grants_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/team_extend_trial_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/team_grant_credits_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/team_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/user.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/user_create_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/user_get_stats_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/user_get_stats_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/user_impersonate_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/user_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin_grant_access_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin_issue_found_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/autofix_context.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_add_collaborator_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_add_git_commit_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_add_git_commit_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_admin_issue_found_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_copy_node_output_by_code_hash_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_copy_node_output_by_code_hash_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_copy_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_delete_files_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_delete_files_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_dependency.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_event.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_get_git_commit_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_get_partial_chats_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_get_session_timeline_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_grant_admin_override_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_list_sessions_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_list_templates_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_load_files_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_load_files_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_prompt.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_revert_to_commit_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_revert_to_commit_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_session.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_session_role.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_session_with_messages.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_template.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_update_session_favorite_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_update_session_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_update_visibility_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_visibility.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/code_interrupt_generation_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_auth_method.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_auth_method_with_fields.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_batch_create_credential_fields_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_batch_create_credential_fields_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_batch_create_scopes_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_create_auth_method_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_create_catalog_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_create_credential_field_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_create_scope_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_list_nango_pending_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_list_scopes_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_update_auth_method_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_update_catalog_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_update_credential_field_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_update_scope_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/admin_upload_logo_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/batch_create_scopes_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/connector_auth_method_scope.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/connector_catalog.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/create_credential_field_request_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/create_scope_request_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/list_scopes_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/pending_nango_integration.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog/upload_logo_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog_with_methods.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_category.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_create_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_create_secret_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_credential_field.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_delete_schema_object_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_explore_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_explorer_chat.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_get_clarification_requests_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_get_explorer_chat_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_get_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_list_with_snippets_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_list_with_snippets_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_search_tables_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_search_tables_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_store_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_summaries_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_summaries_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_summary.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_table_info.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_update_column_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_update_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_update_table_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_with_secrets.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_with_snippets.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connectors/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connectors/snippet.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connectors/type_snippet_upsert_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/create_chat_session_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/create_match_jobs_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/create_team_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/credits_usage_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/credits_usage_timeseries_point.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dashboard_component.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dashboard_component_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dashboard_layout.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dashboard_layout_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_add_property_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_count_missing_embeddings_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_count_missing_embeddings_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_create_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_create_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_delete_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_descriptor.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_descriptor_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_enrichment_progress_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_enrichment_progress_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_export_to_csv_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_export_to_excel_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_get_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_get_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_match_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_match_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_remove_property_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_reorder_properties_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_set_primary_column_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_update_property_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_update_relationship_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_view_relationships_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_view_relationships_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_view_table_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_view_table_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_view_tables_with_relationships_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/dataset_view_tables_with_relationships_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/datasets/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/datasets/evaluate_delete_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/datasets/evaluate_get_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/datasets/evaluate_get_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/datasets/evaluate_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/datasets/evaluate_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/datasets/evaluate_run_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/datasets/evaluate_run_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/datasets/evaluate_status_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/datasets/evaluate_status_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/delete_chat_session_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/delete_project_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/delete_schema_object_request_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/delete_schema_object_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/delete_source_entity_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/delete_source_relationship_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/delete_team_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/document_delete_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/document_download_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/document_download_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/document_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/document_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/document_upload_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/edge_spec_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_add_batch_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_add_batch_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_add_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_add_relationship_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_add_relationship_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_add_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_agent_merge_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_agent_merge_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_delete_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_delete_relationship_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_delete_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_derive_all_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_derive_all_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_derive_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_derive_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_get_local_subgraph_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_get_local_subgraph_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_get_merges_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_get_merges_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_get_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_get_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_get_source_entities_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_get_source_entities_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_list_jobs_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_list_jobs_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_match.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_merge_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_merge_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_search_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_search_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_summarize_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_summarize_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_trigger_merge_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_trigger_merge_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_update_property_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_update_property_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_upload_parquet_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_verify_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_view_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/entity_view_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/estimate_cost_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/exploration_phase_id.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/exploration_run.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/exploration_runs_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/exploration_status.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/explore_status_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/explorer_chat_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/finalize_dag_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/get_chat_session_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/get_dependencies_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/get_job_events_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/get_node_logs_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/get_node_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/get_team_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/get_workflow_schedule_sessions_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/granularity.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/image.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/invitation_details_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/job_cancel_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/job_get_scrapers_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/job_get_source_entities_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/job_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/job_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/job_status_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/job_status_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/knowledge_graph.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/knowledge_graph_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/list_chat_sessions_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/list_collaborators_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/list_members_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/list_projects_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/list_tables_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/list_teams_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/llm_information_store.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/match_create_jobs_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/match_list_results_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/match_result.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/merge_config.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/merge_config_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/message.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/nango_create_session_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/nango_create_session_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/nango_list_integrations_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/node_spec_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/project.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/project_collaborator_input_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/project_get_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/project_member.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/project_update_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/project_visibility.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/property_type.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/property_type_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/refresh_session_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/relationship.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/relationship_merge_strategy.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/relationship_merge_strategy_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/relationship_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/remove_member_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/sandbox.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/sandbox_create_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/sandbox_get_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/sandbox_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/sandbox_update_status_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/save_requirement.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/save_requirement_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/scrape_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/scrape_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/scrape_scrape_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/scrape_scrape_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/select_team_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/server_information.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_confirm_node_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_create_session_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_finalize_dag_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_get_events_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_get_events_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_get_node_progress_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_kill_jobs_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_kill_jobs_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_mark_errored_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_request_confirmation_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_update_node_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_update_node_progress_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_upload_dashboard_layout_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_upload_node_output_data_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/session_upload_node_visualization_output_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/slack_api_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/slack_event_payload_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/slack_events_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/source.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/source_delete_entity_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/source_delete_relationship_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/source_list_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/source_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/strategy.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/strategy_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_enhance_property_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_enhance_property_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_enhance_relationship_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_enhance_relationship_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_find_relationship_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_find_relationship_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_is_complete_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_is_complete_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_job_status_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_job_status_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_run_async_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/structure_run_async_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/survey_submission_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/table.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/table_param.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_accept_invitation_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_add_member_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_create_link_code_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_create_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_create_project_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_credits_usage_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_role.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_subscription_status.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_update_member_role_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_update_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_wiki_page.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/team_with_role.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/teams_link_code_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/token_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/tool_metadata.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/tool_result.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/update_member_role_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/update_table_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/update_team_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/update_visibility_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/usage_group_key.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user/api_key_create_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user/api_key_info.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user/create_api_key_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user/create_session_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user/list_api_keys_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user/stripe_create_portal_session_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user/stripe_create_session_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user/stripe_create_subscription_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user/subscription_plan.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user_enrich_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user_info.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user_refresh_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user_survey_submit_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user_transactions_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user_update_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user_usage_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/user_usage_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/wiki_connector_reference.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/wiki_create_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/wiki_list_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/wiki_page_with_references.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/wiki_update_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_dag.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_node_execution_status.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_node_log.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_run_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_schedule_create_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_schedule_get_all_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_schedule_get_sessions_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_schedule_info.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_schedule_pause_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_schedule_update_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_session.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_session_edge.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_session_node.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/workflow_stop_params.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/src/structifyai/lib/.keep +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/admin/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/admin/test_chat_templates.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/admin/test_dataset.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/admin/test_functional_tests.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/admin/test_jobs.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/admin/test_sandbox.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/admin/test_teams.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/admin/test_users.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/connector_catalog/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/connector_catalog/test_admin.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/connectors/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/connectors/test_type_snippets.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/datasets/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/datasets/test_evaluate.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_chat.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_code.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_connector_catalog.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_connectors.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_dataframe.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_datasets.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_documents.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_entities.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_jobs.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_match.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_nango.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_projects.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_public_sessions.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_sandbox.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_scrape.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_server.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_sessions.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_slack.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_sources.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_structure.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_teams.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_user.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_whitelabel.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_wiki.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_workflow.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/test_workflow_schedule.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/user/__init__.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/user/test_api_keys.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/api_resources/user/test_stripe.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/conftest.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/sample_file.txt +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_client.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_deepcopy.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_extract_files.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_files.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_models.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_qs.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_required_args.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_response.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_streaming.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_transform.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_utils/test_proxy.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/test_utils/test_typing.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/tests/utils.py +0 -0
- {structifyai-1.172.0 → structifyai-1.174.0}/uv.lock +0 -0
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.174.0 (2026-01-17)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.173.0...v1.174.0](https://github.com/StructifyAI/structify-python/compare/v1.173.0...v1.174.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([4898eed](https://github.com/StructifyAI/structify-python/commit/4898eed760c37a3fab86f244304ba550c9e5d483))
|
|
10
|
+
* **api:** api update ([55a2fda](https://github.com/StructifyAI/structify-python/commit/55a2fdad2d363f308a97ead42cf32e7d4207287e))
|
|
11
|
+
* Update from Structify backend changes ([19bbfab](https://github.com/StructifyAI/structify-python/commit/19bbfab92d40fce911d38402e922030f651be63b))
|
|
12
|
+
* Update from Structify backend changes ([7ead0af](https://github.com/StructifyAI/structify-python/commit/7ead0af03debdb16cfc3139cb3f60467d9ad2383))
|
|
13
|
+
* Update from Structify backend changes ([a5eec29](https://github.com/StructifyAI/structify-python/commit/a5eec29b34a5c109db22c93d78d467f86f31f732))
|
|
14
|
+
* Update from Structify backend changes ([35b058e](https://github.com/StructifyAI/structify-python/commit/35b058e1d132e4467881ee9ed6dea418b95ca68b))
|
|
15
|
+
|
|
16
|
+
## 1.173.0 (2026-01-15)
|
|
17
|
+
|
|
18
|
+
Full Changelog: [v1.172.0...v1.173.0](https://github.com/StructifyAI/structify-python/compare/v1.172.0...v1.173.0)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* Update from Structify backend changes ([abb90e2](https://github.com/StructifyAI/structify-python/commit/abb90e23e4321fde150a9c5ef591045c4822d82d))
|
|
23
|
+
* Update from Structify backend changes ([2436bc0](https://github.com/StructifyAI/structify-python/commit/2436bc009c3b9c4913cd186b24f339825e690bb2))
|
|
24
|
+
|
|
3
25
|
## 1.172.0 (2026-01-15)
|
|
4
26
|
|
|
5
27
|
Full Changelog: [v1.171.0...v1.172.0](https://github.com/StructifyAI/structify-python/compare/v1.171.0...v1.172.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: structifyai
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.174.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
|
|
@@ -935,20 +935,24 @@ class PolarsResource(SyncAPIResource):
|
|
|
935
935
|
# Wait for all PDF processing jobs to complete
|
|
936
936
|
self._client.jobs.wait_for_jobs(job_ids=job_ids, title=f"Parsing {table_name} from PDFs", node_id=node_id)
|
|
937
937
|
|
|
938
|
-
# Collect results from all processed PDFs
|
|
938
|
+
# Collect results from all processed PDFs - each result is tagged with its source row_idx
|
|
939
939
|
structured_results: list[dict[str, Any]] = []
|
|
940
940
|
|
|
941
941
|
def collect_pdf_results(row_idx: int, dataset_name: str) -> List[Dict[str, Any]]:
|
|
942
942
|
pdf_path = batch_rows[row_idx][path_column]
|
|
943
943
|
entities_result = self._client.datasets.view_table(dataset=dataset_name, name=table_name)
|
|
944
|
-
return [
|
|
944
|
+
return [
|
|
945
|
+
{**entity.properties, path_column: pdf_path, "__row_idx__": row_idx} for entity in entities_result
|
|
946
|
+
]
|
|
945
947
|
|
|
946
948
|
with ThreadPoolExecutor(max_workers=MAX_PARALLEL_REQUESTS) as executor:
|
|
947
949
|
collect_futures = [
|
|
948
950
|
executor.submit(collect_pdf_results, row_idx, dataset_name)
|
|
949
951
|
for row_idx, dataset_name in idx_to_dataset.items()
|
|
950
952
|
]
|
|
951
|
-
for future in tqdm(
|
|
953
|
+
for future in tqdm(
|
|
954
|
+
as_completed(collect_futures), total=len(collect_futures), desc="Collecting PDF extractions"
|
|
955
|
+
):
|
|
952
956
|
results = future.result()
|
|
953
957
|
structured_results.extend(results)
|
|
954
958
|
|
|
@@ -958,17 +962,12 @@ class PolarsResource(SyncAPIResource):
|
|
|
958
962
|
if col_name not in result_row:
|
|
959
963
|
result_row[col_name] = None
|
|
960
964
|
|
|
961
|
-
# Create DataFrame with structured results
|
|
962
965
|
if not structured_results:
|
|
963
|
-
|
|
964
|
-
{col: pl.Series([], dtype=polars_schema[col]) for col in polars_schema.names()}
|
|
965
|
-
)
|
|
966
|
-
else:
|
|
967
|
-
structured_df = pl.DataFrame(structured_results, schema=polars_schema)
|
|
966
|
+
return pl.DataFrame(schema=polars_schema)
|
|
968
967
|
|
|
969
|
-
#
|
|
970
|
-
|
|
971
|
-
return
|
|
968
|
+
# Build result dataframe directly from structured_results without joining
|
|
969
|
+
# Each entity is already tagged with path_column from its source PDF
|
|
970
|
+
return pl.DataFrame(structured_results, schema=polars_schema)
|
|
972
971
|
|
|
973
972
|
return document_paths.map_batches(structure_batch, schema=polars_schema, no_optimizations=True)
|
|
974
973
|
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/chat_create_session_params.py
RENAMED
|
@@ -44,6 +44,7 @@ class Config(TypedDict, total=False):
|
|
|
44
44
|
"bedrock.claude-sonnet-4-bedrock",
|
|
45
45
|
"bedrock.claude-sonnet-4-5-bedrock",
|
|
46
46
|
"bedrock.claude-opus-4-5-bedrock",
|
|
47
|
+
"bedrock.claude-haiku-4-5-bedrock",
|
|
47
48
|
"gemini.gemini-2.5-pro",
|
|
48
49
|
"gemini.gemini-2.5-flash",
|
|
49
50
|
"gemini.gemini-3-pro-preview",
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/code_generate_code_params.py
RENAMED
|
@@ -48,6 +48,7 @@ class Config(TypedDict, total=False):
|
|
|
48
48
|
"bedrock.claude-sonnet-4-bedrock",
|
|
49
49
|
"bedrock.claude-sonnet-4-5-bedrock",
|
|
50
50
|
"bedrock.claude-opus-4-5-bedrock",
|
|
51
|
+
"bedrock.claude-haiku-4-5-bedrock",
|
|
51
52
|
"gemini.gemini-2.5-pro",
|
|
52
53
|
"gemini.gemini-2.5-flash",
|
|
53
54
|
"gemini.gemini-3-pro-preview",
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/connector_catalog_list_response.py
RENAMED
|
@@ -5,10 +5,18 @@ from typing import List
|
|
|
5
5
|
from .._models import BaseModel
|
|
6
6
|
from .connector_catalog_with_methods import ConnectorCatalogWithMethods
|
|
7
7
|
|
|
8
|
-
__all__ = ["ConnectorCatalogListResponse"]
|
|
8
|
+
__all__ = ["ConnectorCatalogListResponse", "CategoryCount"]
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class CategoryCount(BaseModel):
|
|
12
|
+
category: str
|
|
13
|
+
|
|
14
|
+
count: int
|
|
9
15
|
|
|
10
16
|
|
|
11
17
|
class ConnectorCatalogListResponse(BaseModel):
|
|
18
|
+
category_counts: List[CategoryCount]
|
|
19
|
+
|
|
12
20
|
items: List[ConnectorCatalogWithMethods]
|
|
13
21
|
|
|
14
22
|
total_count: int
|
|
@@ -18,12 +18,14 @@ __all__ = [
|
|
|
18
18
|
"DerivedProperty",
|
|
19
19
|
"Failed",
|
|
20
20
|
"Completed",
|
|
21
|
+
"CacheHit",
|
|
21
22
|
"AttemptedMatch",
|
|
22
23
|
"DatahubPageFetched",
|
|
23
24
|
"DatahubDatabasesCreated",
|
|
24
25
|
"DatahubSchemasCreated",
|
|
25
26
|
"DatahubTablesProcessed",
|
|
26
27
|
"DatahubEmbeddingBatch",
|
|
28
|
+
"ViewedPdfPage",
|
|
27
29
|
]
|
|
28
30
|
|
|
29
31
|
|
|
@@ -106,6 +108,14 @@ class Completed(BaseModel):
|
|
|
106
108
|
message: Optional[str] = None
|
|
107
109
|
|
|
108
110
|
|
|
111
|
+
class CacheHit(BaseModel):
|
|
112
|
+
cached_from_job_id: str
|
|
113
|
+
|
|
114
|
+
event_type: Literal["cache_hit"]
|
|
115
|
+
|
|
116
|
+
message: Optional[str] = None
|
|
117
|
+
|
|
118
|
+
|
|
109
119
|
class AttemptedMatch(BaseModel):
|
|
110
120
|
candidates: List[Dict[str, Union[str, bool, float]]]
|
|
111
121
|
|
|
@@ -117,6 +127,8 @@ class AttemptedMatch(BaseModel):
|
|
|
117
127
|
|
|
118
128
|
match_idx: Optional[int] = None
|
|
119
129
|
|
|
130
|
+
raw_text: Optional[str] = None
|
|
131
|
+
|
|
120
132
|
|
|
121
133
|
class DatahubPageFetched(BaseModel):
|
|
122
134
|
datasets_in_page: int
|
|
@@ -164,6 +176,12 @@ class DatahubEmbeddingBatch(BaseModel):
|
|
|
164
176
|
total_batches: int
|
|
165
177
|
|
|
166
178
|
|
|
179
|
+
class ViewedPdfPage(BaseModel):
|
|
180
|
+
event_type: Literal["viewed_pdf_page"]
|
|
181
|
+
|
|
182
|
+
page_index: int
|
|
183
|
+
|
|
184
|
+
|
|
167
185
|
JobEventBody: TypeAlias = Annotated[
|
|
168
186
|
Union[
|
|
169
187
|
AgentNavigated,
|
|
@@ -175,12 +193,14 @@ JobEventBody: TypeAlias = Annotated[
|
|
|
175
193
|
DerivedProperty,
|
|
176
194
|
Failed,
|
|
177
195
|
Completed,
|
|
196
|
+
CacheHit,
|
|
178
197
|
AttemptedMatch,
|
|
179
198
|
DatahubPageFetched,
|
|
180
199
|
DatahubDatabasesCreated,
|
|
181
200
|
DatahubSchemasCreated,
|
|
182
201
|
DatahubTablesProcessed,
|
|
183
202
|
DatahubEmbeddingBatch,
|
|
203
|
+
ViewedPdfPage,
|
|
184
204
|
],
|
|
185
205
|
PropertyInfo(discriminator="event_type"),
|
|
186
206
|
]
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
from typing import List, Union, Optional
|
|
3
|
+
from typing import Dict, List, Union, Optional
|
|
4
4
|
from typing_extensions import Literal, Annotated, TypeAlias
|
|
5
5
|
|
|
6
6
|
from .._utils import PropertyInfo
|
|
7
7
|
from .._models import BaseModel
|
|
8
|
+
from .knowledge_graph import KnowledgeGraph
|
|
8
9
|
|
|
9
10
|
__all__ = [
|
|
10
11
|
"ToolInvocation",
|
|
@@ -12,6 +13,21 @@ __all__ = [
|
|
|
12
13
|
"WebSearchInput",
|
|
13
14
|
"WebNavigate",
|
|
14
15
|
"WebNavigateInput",
|
|
16
|
+
"ViewPage",
|
|
17
|
+
"ViewPageInput",
|
|
18
|
+
"Save",
|
|
19
|
+
"SaveInput",
|
|
20
|
+
"SaveEntities",
|
|
21
|
+
"SaveEntitiesInput",
|
|
22
|
+
"Exit",
|
|
23
|
+
"ExitInput",
|
|
24
|
+
"APIExecute",
|
|
25
|
+
"APIExecuteInput",
|
|
26
|
+
"Javascript",
|
|
27
|
+
"JavascriptInput",
|
|
28
|
+
"NavigateToIFrame",
|
|
29
|
+
"NavigateToIFrameInput",
|
|
30
|
+
"InfiniteScroll",
|
|
15
31
|
"InspectStep",
|
|
16
32
|
"InspectStepInput",
|
|
17
33
|
"ReadNodeLogs",
|
|
@@ -66,6 +82,8 @@ class WebSearch(BaseModel):
|
|
|
66
82
|
class WebNavigateInput(BaseModel):
|
|
67
83
|
url: str
|
|
68
84
|
|
|
85
|
+
output_format: Optional[Literal["Text", "Visual"]] = None
|
|
86
|
+
|
|
69
87
|
|
|
70
88
|
class WebNavigate(BaseModel):
|
|
71
89
|
input: WebNavigateInput
|
|
@@ -73,6 +91,95 @@ class WebNavigate(BaseModel):
|
|
|
73
91
|
name: Literal["WebNavigate"]
|
|
74
92
|
|
|
75
93
|
|
|
94
|
+
class ViewPageInput(BaseModel):
|
|
95
|
+
page_number: int
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
class ViewPage(BaseModel):
|
|
99
|
+
input: ViewPageInput
|
|
100
|
+
|
|
101
|
+
name: Literal["ViewPage"]
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
class SaveInput(BaseModel):
|
|
105
|
+
knowledge_graph: KnowledgeGraph
|
|
106
|
+
"""
|
|
107
|
+
Knowledge graph info structured to deserialize and display in the same format
|
|
108
|
+
that the LLM outputs. Also the first representation of an LLM output in the
|
|
109
|
+
pipeline from raw tool output to being merged into a DB
|
|
110
|
+
"""
|
|
111
|
+
|
|
112
|
+
reason: str
|
|
113
|
+
|
|
114
|
+
sources: List[str]
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
class Save(BaseModel):
|
|
118
|
+
input: SaveInput
|
|
119
|
+
|
|
120
|
+
name: Literal["Save"]
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
class SaveEntitiesInput(BaseModel):
|
|
124
|
+
entities: List[Dict[str, Dict[str, object]]]
|
|
125
|
+
|
|
126
|
+
reason: str
|
|
127
|
+
|
|
128
|
+
sources: List[str]
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
class SaveEntities(BaseModel):
|
|
132
|
+
input: SaveEntitiesInput
|
|
133
|
+
|
|
134
|
+
name: Literal["SaveEntities"]
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
class ExitInput(BaseModel):
|
|
138
|
+
reason: str
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
class Exit(BaseModel):
|
|
142
|
+
input: ExitInput
|
|
143
|
+
|
|
144
|
+
name: Literal["Exit"]
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
class APIExecuteInput(BaseModel):
|
|
148
|
+
code: str
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
class APIExecute(BaseModel):
|
|
152
|
+
input: APIExecuteInput
|
|
153
|
+
|
|
154
|
+
name: Literal["ApiExecute"]
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
class JavascriptInput(BaseModel):
|
|
158
|
+
code: str
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
class Javascript(BaseModel):
|
|
162
|
+
input: JavascriptInput
|
|
163
|
+
|
|
164
|
+
name: Literal["Javascript"]
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
class NavigateToIFrameInput(BaseModel):
|
|
168
|
+
index: int
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
class NavigateToIFrame(BaseModel):
|
|
172
|
+
input: NavigateToIFrameInput
|
|
173
|
+
|
|
174
|
+
name: Literal["NavigateToIFrame"]
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
class InfiniteScroll(BaseModel):
|
|
178
|
+
input: object
|
|
179
|
+
|
|
180
|
+
name: Literal["InfiniteScroll"]
|
|
181
|
+
|
|
182
|
+
|
|
76
183
|
class InspectStepInput(BaseModel):
|
|
77
184
|
step_name: str
|
|
78
185
|
|
|
@@ -329,6 +436,14 @@ ToolInvocation: TypeAlias = Annotated[
|
|
|
329
436
|
Union[
|
|
330
437
|
WebSearch,
|
|
331
438
|
WebNavigate,
|
|
439
|
+
ViewPage,
|
|
440
|
+
Save,
|
|
441
|
+
SaveEntities,
|
|
442
|
+
Exit,
|
|
443
|
+
APIExecute,
|
|
444
|
+
Javascript,
|
|
445
|
+
NavigateToIFrame,
|
|
446
|
+
InfiniteScroll,
|
|
332
447
|
InspectStep,
|
|
333
448
|
ReadNodeLogs,
|
|
334
449
|
DeleteFile,
|
|
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
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/admin/functional_tests.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/connector_catalog/__init__.py
RENAMED
|
File without changes
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/connector_catalog/admin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/connectors/connectors.py
RENAMED
|
File without changes
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/connectors/type_snippets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/resources/external_dataframe_proxy.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
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/accept_invitation_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/admin_dataset_return.py
RENAMED
|
File without changes
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/admin_delete_jobs_response.py
RENAMED
|
File without changes
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/admin_list_jobs_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/admin_teams_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.172.0 → structifyai-1.174.0}/src/structify/types/admin/chat_template_create_params.py
RENAMED
|
File without changes
|