structifyai 1.176.0__tar.gz → 1.176.1__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.1/.release-please-manifest.json +3 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/CHANGELOG.md +4 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/PKG-INFO +1 -1
- {structifyai-1.176.0 → structifyai-1.176.1}/pyproject.toml +1 -1
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_version.py +1 -1
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/lib/cost_confirmation.py +8 -3
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/polars.py +7 -7
- structifyai-1.176.0/.release-please-manifest.json +0 -3
- {structifyai-1.176.0 → structifyai-1.176.1}/.gitignore +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/CONTRIBUTING.md +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/LICENSE +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/README.md +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/SECURITY.md +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/api.md +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/bin/check-release-environment +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/bin/publish-pypi +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/examples/.keep +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/noxfile.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/release-please-config.json +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/requirements-dev.lock +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/requirements.lock +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_base_client.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_client.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_compat.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_constants.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_exceptions.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_files.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_models.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_qs.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_resource.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_streaming.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_types.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_compat.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_datetime_parse.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_logs.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_proxy.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_reflection.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_resources_proxy.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_streams.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_sync.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_transform.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_typing.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/_utils/_utils.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/lib/.keep +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/lib/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/pagination.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/py.typed +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/admin/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/admin/admin.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/admin/chat_templates.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/admin/dataset.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/admin/functional_tests.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/admin/jobs.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/admin/sandbox.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/admin/teams.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/admin/users.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/chat.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/code.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/connector_catalog/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/connector_catalog/admin.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/connector_catalog/connector_catalog.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/connectors/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/connectors/connectors.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/connectors/type_snippets.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/datasets/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/datasets/datasets.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/datasets/evaluate.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/documents.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/entities.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/external.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/external_dataframe_proxy.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/jobs.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/match.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/nango.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/projects.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/public_sessions.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/sandbox.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/scrape.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/server.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/sessions.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/slack.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/sources.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/structure.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/teams.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/user/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/user/api_keys.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/user/stripe.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/user/user.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/whitelabel.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/whitelabel_service.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/wiki.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/workflow.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/workflow_schedule.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/accept_invitation_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/add_member_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/admin_dataset_return.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/admin_delete_jobs_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/admin_list_jobs_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/admin_sandbox.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/admin_teams_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/cancel_subscription_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/chat_template_create_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/chat_template_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/chat_template_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/chat_template_update_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/create_subscription_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/dataset_get_by_id_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/expire_grants_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/extend_trial_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/functional_test.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/functional_test_create_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/functional_test_get_results_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/functional_test_link_chat_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/functional_test_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/functional_test_results_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/functional_test_system_prompt_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/functional_test_update_results_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/grant_credits_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/impersonate_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/job_delete_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/job_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/sandbox_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/sandbox_type.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/team_cancel_subscription_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/team_create_subscription_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/team_expire_grants_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/team_extend_trial_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/team_grant_credits_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/team_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/user.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/user_create_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/user_get_stats_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/user_get_stats_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/user_impersonate_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/user_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin_grant_access_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin_issue_found_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/autofix_context.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_add_collaborator_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_add_git_commit_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_add_git_commit_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_admin_issue_found_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_copy_node_output_by_code_hash_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_copy_node_output_by_code_hash_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_copy_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_create_session_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_delete_files_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_delete_files_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_dependency.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_event.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_get_git_commit_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_get_partial_chats_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_get_session_timeline_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_grant_admin_override_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_list_sessions_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_list_templates_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_load_files_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_load_files_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_prompt.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_revert_to_commit_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_revert_to_commit_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_session.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_session_role.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_session_with_messages.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_template.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_update_session_favorite_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_update_session_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_update_visibility_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_visibility.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/code_generate_code_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/code_interrupt_generation_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_auth_method.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_auth_method_with_fields.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_batch_create_credential_fields_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_batch_create_credential_fields_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_batch_create_scopes_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_create_auth_method_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_create_catalog_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_create_credential_field_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_create_scope_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_list_nango_pending_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_list_scopes_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_update_auth_method_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_update_catalog_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_update_credential_field_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_update_scope_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/admin_upload_logo_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/batch_create_scopes_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/connector_auth_method_scope.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/connector_catalog.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/create_credential_field_request_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/create_scope_request_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/list_scopes_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/pending_nango_integration.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/upload_logo_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog_with_methods.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_category.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_create_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_create_secret_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_credential_field.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_delete_schema_object_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_explore_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_explorer_chat.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_get_clarification_requests_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_get_explorer_chat_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_get_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_list_with_snippets_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_list_with_snippets_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_search_tables_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_search_tables_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_store_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_summaries_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_summaries_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_summary.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_table_info.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_update_column_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_update_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_update_table_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_with_secrets.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_with_snippets.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connectors/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connectors/snippet.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connectors/type_snippet_upsert_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/create_chat_session_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/create_match_jobs_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/create_team_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/credits_usage_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/credits_usage_timeseries_point.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dashboard_component.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dashboard_component_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dashboard_layout.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dashboard_layout_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_add_property_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_count_missing_embeddings_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_count_missing_embeddings_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_create_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_create_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_delete_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_descriptor.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_descriptor_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_enrichment_progress_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_enrichment_progress_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_export_to_csv_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_export_to_excel_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_get_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_get_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_match_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_match_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_remove_property_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_reorder_properties_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_set_primary_column_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_update_property_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_update_relationship_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_view_relationships_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_view_relationships_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_view_table_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_view_table_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_view_tables_with_relationships_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/dataset_view_tables_with_relationships_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/datasets/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/datasets/evaluate_delete_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/datasets/evaluate_get_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/datasets/evaluate_get_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/datasets/evaluate_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/datasets/evaluate_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/datasets/evaluate_run_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/datasets/evaluate_run_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/datasets/evaluate_status_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/datasets/evaluate_status_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/delete_chat_session_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/delete_project_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/delete_schema_object_request_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/delete_schema_object_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/delete_source_entity_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/delete_source_relationship_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/delete_team_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/document_delete_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/document_download_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/document_download_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/document_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/document_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/document_upload_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/edge_spec_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_add_batch_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_add_batch_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_add_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_add_relationship_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_add_relationship_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_add_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_agent_merge_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_agent_merge_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_delete_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_delete_relationship_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_delete_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_derive_all_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_derive_all_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_derive_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_derive_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_get_local_subgraph_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_get_local_subgraph_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_get_merges_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_get_merges_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_get_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_get_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_get_source_entities_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_get_source_entities_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_list_jobs_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_list_jobs_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_match.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_merge_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_merge_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_search_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_search_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_summarize_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_summarize_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_trigger_merge_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_trigger_merge_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_update_property_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_update_property_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_upload_parquet_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_verify_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_view_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/entity_view_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/estimate_cost_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/exploration_phase_id.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/exploration_run.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/exploration_runs_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/exploration_status.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/explore_status_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/explorer_chat_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/finalize_dag_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/get_chat_session_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/get_dependencies_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/get_job_events_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/get_node_logs_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/get_node_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/get_team_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/get_workflow_schedule_sessions_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/granularity.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/image.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/invitation_details_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/job_cancel_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/job_event_body.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/job_get_scrapers_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/job_get_source_entities_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/job_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/job_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/job_status_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/job_status_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/knowledge_graph.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/knowledge_graph_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/list_chat_sessions_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/list_collaborators_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/list_members_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/list_projects_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/list_tables_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/list_teams_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/llm_information_store.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/match_create_jobs_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/match_list_results_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/match_result.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/merge_config.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/merge_config_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/message.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/nango_create_session_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/nango_create_session_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/nango_list_integrations_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/node_spec_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/project.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/project_collaborator_input_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/project_get_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/project_member.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/project_update_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/project_visibility.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/property_type.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/property_type_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/refresh_session_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/relationship.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/relationship_merge_strategy.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/relationship_merge_strategy_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/relationship_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/remove_member_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/sandbox.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/sandbox_get_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/sandbox_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/sandbox_update_status_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/save_requirement.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/save_requirement_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/scrape_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/scrape_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/scrape_scrape_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/scrape_scrape_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/select_team_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/server_information.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_confirm_node_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_create_session_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_finalize_dag_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_get_events_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_get_events_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_get_node_progress_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_kill_jobs_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_kill_jobs_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_mark_errored_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_request_confirmation_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_update_node_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_update_node_progress_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_upload_dashboard_layout_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_upload_node_output_data_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/session_upload_node_visualization_output_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/slack_api_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/slack_event_payload_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/slack_events_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/source.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/source_delete_entity_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/source_delete_relationship_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/source_list_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/source_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/strategy.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/strategy_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_enhance_property_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_enhance_property_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_enhance_relationship_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_enhance_relationship_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_find_relationship_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_find_relationship_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_is_complete_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_is_complete_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_job_status_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_job_status_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_pdf_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_pdf_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_run_async_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/structure_run_async_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/survey_submission_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/table.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/table_param.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_accept_invitation_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_add_member_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_create_link_code_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_create_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_create_project_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_credits_usage_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_role.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_subscription_status.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_update_member_role_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_update_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_wiki_page.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/team_with_role.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/teams_link_code_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/token_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/tool_invocation.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/tool_metadata.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/tool_result.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/update_member_role_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/update_table_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/update_team_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/update_visibility_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/usage_group_key.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user/api_key_create_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user/api_key_info.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user/create_api_key_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user/create_session_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user/list_api_keys_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user/stripe_create_portal_session_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user/stripe_create_session_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user/stripe_create_subscription_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user/subscription_plan.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user_enrich_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user_info.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user_refresh_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user_survey_submit_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user_transactions_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user_update_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user_usage_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/user_usage_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/wiki_connector_reference.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/wiki_create_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/wiki_list_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/wiki_page_with_references.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/wiki_update_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_dag.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_node_execution_status.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_node_log.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_run_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_schedule_create_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_schedule_get_all_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_schedule_get_sessions_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_schedule_info.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_schedule_pause_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_schedule_update_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_session.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_session_edge.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_session_node.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/workflow_stop_params.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/src/structifyai/lib/.keep +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/admin/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/admin/test_chat_templates.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/admin/test_dataset.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/admin/test_functional_tests.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/admin/test_jobs.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/admin/test_sandbox.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/admin/test_teams.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/admin/test_users.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/connector_catalog/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/connector_catalog/test_admin.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/connectors/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/connectors/test_type_snippets.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/datasets/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/datasets/test_evaluate.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_chat.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_code.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_connector_catalog.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_connectors.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_dataframe.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_datasets.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_documents.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_entities.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_jobs.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_match.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_nango.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_projects.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_public_sessions.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_sandbox.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_scrape.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_server.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_sessions.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_slack.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_sources.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_structure.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_teams.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_user.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_whitelabel.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_wiki.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_workflow.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/test_workflow_schedule.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/user/__init__.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/user/test_api_keys.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/api_resources/user/test_stripe.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/conftest.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/sample_file.txt +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_client.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_deepcopy.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_extract_files.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_files.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_models.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_qs.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_required_args.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_response.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_streaming.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_transform.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_utils/test_datetime_parse.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_utils/test_proxy.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/test_utils/test_typing.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/tests/utils.py +0 -0
- {structifyai-1.176.0 → structifyai-1.176.1}/uv.lock +0 -0
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.176.1 (2026-01-21)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.176.0...v1.176.1](https://github.com/StructifyAI/structify-python/compare/v1.176.0...v1.176.1)
|
|
6
|
+
|
|
3
7
|
## 1.176.0 (2026-01-21)
|
|
4
8
|
|
|
5
9
|
Full Changelog: [v1.175.0...v1.176.0](https://github.com/StructifyAI/structify-python/compare/v1.175.0...v1.176.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: structifyai
|
|
3
|
-
Version: 1.176.
|
|
3
|
+
Version: 1.176.1
|
|
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
|
|
@@ -9,13 +9,18 @@ from __future__ import annotations
|
|
|
9
9
|
|
|
10
10
|
import os
|
|
11
11
|
import time
|
|
12
|
-
from typing import
|
|
12
|
+
from typing import TYPE_CHECKING, Literal
|
|
13
|
+
|
|
14
|
+
if TYPE_CHECKING:
|
|
15
|
+
from structify import Structify
|
|
13
16
|
|
|
14
17
|
CONFIRMATION_TIMEOUT_SECONDS = 3600
|
|
15
18
|
CONFIRMATION_POLL_INTERVAL_SECONDS = 0.5
|
|
16
19
|
|
|
17
20
|
|
|
18
|
-
def request_cost_confirmation_if_needed(
|
|
21
|
+
def request_cost_confirmation_if_needed(
|
|
22
|
+
client: Structify, row_count: int, operation: Literal["tag", "pdf", "web", "match"]
|
|
23
|
+
) -> bool:
|
|
19
24
|
"""Request cost confirmation if running in workflow context with confirmation enabled.
|
|
20
25
|
|
|
21
26
|
When STRUCTIFY_REQUIRES_CONFIRMATION=true and STRUCTIFY_NODE_ID is set,
|
|
@@ -43,7 +48,7 @@ def request_cost_confirmation_if_needed(client: Any, row_count: int) -> bool:
|
|
|
43
48
|
if row_count <= 0:
|
|
44
49
|
return True
|
|
45
50
|
|
|
46
|
-
client.sessions.request_confirmation(node_id=node_id, row_count=row_count)
|
|
51
|
+
client.sessions.request_confirmation(node_id=node_id, row_count=row_count, operation=operation)
|
|
47
52
|
|
|
48
53
|
start_time = time.time()
|
|
49
54
|
while time.time() - start_time < CONFIRMATION_TIMEOUT_SECONDS:
|
|
@@ -176,7 +176,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
176
176
|
entities = dataframe_to_entities(batch_df, dataframe_name, column_schema)
|
|
177
177
|
|
|
178
178
|
# Request cost confirmation before adding entities
|
|
179
|
-
if not request_cost_confirmation_if_needed(self._client, len(entities)):
|
|
179
|
+
if not request_cost_confirmation_if_needed(self._client, len(entities), "web"):
|
|
180
180
|
raise Exception(f"User cancelled enhancement of {dataframe_name}")
|
|
181
181
|
|
|
182
182
|
# We add individually instead of batched to maintain the mapping between entity and ID (Same as in enhance_relationships)
|
|
@@ -353,7 +353,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
353
353
|
entities = dataframe_to_entities(batch_df, source_table_name, column_schema)
|
|
354
354
|
|
|
355
355
|
# Request cost confirmation before adding entities
|
|
356
|
-
if not request_cost_confirmation_if_needed(self._client, len(entities)):
|
|
356
|
+
if not request_cost_confirmation_if_needed(self._client, len(entities), "web"):
|
|
357
357
|
raise Exception(f"User cancelled relationship enhancement for {source_table_name}")
|
|
358
358
|
|
|
359
359
|
# Add entities in batches to avoid JSON payload size issues
|
|
@@ -520,7 +520,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
520
520
|
entities = dataframe_to_entities(batch_df, dataframe_name, column_schema, zero_ids=True)
|
|
521
521
|
|
|
522
522
|
# Request cost confirmation before adding entities
|
|
523
|
-
if not request_cost_confirmation_if_needed(self._client, len(entities)):
|
|
523
|
+
if not request_cost_confirmation_if_needed(self._client, len(entities), "web"):
|
|
524
524
|
raise Exception(f"User cancelled scraping of {dataframe_name}")
|
|
525
525
|
|
|
526
526
|
# We add individually instead of batched to maintain the mapping between entity and ID
|
|
@@ -698,7 +698,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
698
698
|
entities = batch_df.drop_nulls(subset=[url_column]).unique().to_dicts()
|
|
699
699
|
|
|
700
700
|
# Request cost confirmation before dispatching costly scrape jobs
|
|
701
|
-
if not request_cost_confirmation_if_needed(self._client, len(entities)):
|
|
701
|
+
if not request_cost_confirmation_if_needed(self._client, len(entities), "web"):
|
|
702
702
|
raise Exception(f"User cancelled scraping for {relationship['target_table']}")
|
|
703
703
|
|
|
704
704
|
# 2. Scrape the URLs
|
|
@@ -877,7 +877,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
877
877
|
instructions_list = cast(List[Optional[str]], instr_df[instr_df.columns[0]].to_list())
|
|
878
878
|
|
|
879
879
|
# Request cost confirmation before dispatching costly PDF extraction jobs
|
|
880
|
-
if not request_cost_confirmation_if_needed(self._client, paths_df.shape[0]):
|
|
880
|
+
if not request_cost_confirmation_if_needed(self._client, paths_df.shape[0], "pdf"):
|
|
881
881
|
raise Exception(f"User cancelled PDF extraction for {table_name}")
|
|
882
882
|
|
|
883
883
|
job_to_pdf_path: dict[str, str] = {}
|
|
@@ -1010,7 +1010,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
1010
1010
|
node_id = get_node_id()
|
|
1011
1011
|
|
|
1012
1012
|
# Request cost confirmation before uploading
|
|
1013
|
-
if not request_cost_confirmation_if_needed(self._client, len(collected_df)):
|
|
1013
|
+
if not request_cost_confirmation_if_needed(self._client, len(collected_df), "tag"):
|
|
1014
1014
|
raise Exception(f"User cancelled tagging of {dataframe_name}")
|
|
1015
1015
|
|
|
1016
1016
|
self._upload_df(collected_df, dataset_name, dataframe_name)
|
|
@@ -1106,7 +1106,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
1106
1106
|
|
|
1107
1107
|
# Request cost confirmation before uploading
|
|
1108
1108
|
# Cost is based on the smaller dataframe (source) which determines number of match operations
|
|
1109
|
-
if not request_cost_confirmation_if_needed(self._client, len(df)):
|
|
1109
|
+
if not request_cost_confirmation_if_needed(self._client, len(df), "match"):
|
|
1110
1110
|
raise Exception("User cancelled matching operation")
|
|
1111
1111
|
|
|
1112
1112
|
self._upload_df(df, dataset_name, "table1")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.176.0 → structifyai-1.176.1}/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.176.0 → structifyai-1.176.1}/src/structify/resources/connector_catalog/__init__.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/connector_catalog/admin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/resources/connectors/connectors.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/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.176.0 → structifyai-1.176.1}/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.176.0 → structifyai-1.176.1}/src/structify/types/accept_invitation_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/admin_dataset_return.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/admin_delete_jobs_response.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/admin_list_jobs_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/admin_teams_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/chat_template_create_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/chat_template_list_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/chat_template_list_response.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/chat_template_update_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/dataset_get_by_id_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/expire_grants_response.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/extend_trial_response.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
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/grant_credits_response.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/impersonate_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/sandbox_list_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/team_expire_grants_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/team_extend_trial_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/team_grant_credits_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/user_get_stats_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/user_get_stats_response.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin/user_impersonate_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin_grant_access_response.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/admin_issue_found_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_add_collaborator_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_add_git_commit_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_add_git_commit_response.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_admin_issue_found_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_create_session_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_delete_files_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_get_git_commit_response.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_get_partial_chats_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_grant_admin_override_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_list_sessions_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_list_templates_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_revert_to_commit_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_revert_to_commit_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_session_with_messages.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_update_session_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/chat_update_visibility_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/code_generate_code_params.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/code_interrupt_generation_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_auth_method_with_fields.py
RENAMED
|
File without changes
|
{structifyai-1.176.0 → structifyai-1.176.1}/src/structify/types/connector_catalog/__init__.py
RENAMED
|
File without changes
|