structifyai 1.173.0__tar.gz → 1.175.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.175.0/.release-please-manifest.json +3 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/CHANGELOG.md +31 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/PKG-INFO +1 -1
- {structifyai-1.173.0 → structifyai-1.175.0}/api.md +3 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/pyproject.toml +1 -1
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_version.py +1 -1
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/polars.py +65 -91
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/structure.py +113 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/whitelabel.py +82 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/__init__.py +2 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/admin_list_jobs_response.py +1 -1
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog_list_response.py +9 -1
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_view_table_response.py +3 -1
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/job_event_body.py +12 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/job_list_response.py +1 -1
- structifyai-1.175.0/src/structify/types/structure_pdf_params.py +22 -0
- structifyai-1.175.0/src/structify/types/structure_pdf_response.py +11 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_run_async_params.py +1 -1
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/tool_invocation.py +116 -1
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/usage_group_key.py +12 -1
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_dataframe.py +1 -53
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_structure.py +95 -2
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_whitelabel.py +96 -0
- structifyai-1.173.0/.release-please-manifest.json +0 -3
- {structifyai-1.173.0 → structifyai-1.175.0}/.gitignore +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/CONTRIBUTING.md +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/LICENSE +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/README.md +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/SECURITY.md +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/bin/check-release-environment +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/bin/publish-pypi +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/examples/.keep +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/noxfile.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/release-please-config.json +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/requirements-dev.lock +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/requirements.lock +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_base_client.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_client.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_compat.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_constants.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_exceptions.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_files.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_models.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_qs.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_resource.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_streaming.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_types.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_compat.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_datetime_parse.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_logs.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_proxy.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_reflection.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_resources_proxy.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_streams.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_sync.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_transform.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_typing.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/_utils/_utils.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/lib/.keep +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/lib/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/lib/cost_confirmation.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/pagination.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/py.typed +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/admin/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/admin/admin.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/admin/chat_templates.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/admin/dataset.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/admin/functional_tests.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/admin/jobs.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/admin/sandbox.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/admin/teams.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/admin/users.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/chat.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/code.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/connector_catalog/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/connector_catalog/admin.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/connector_catalog/connector_catalog.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/connectors/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/connectors/connectors.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/connectors/type_snippets.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/datasets/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/datasets/datasets.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/datasets/evaluate.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/documents.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/entities.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/external.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/external_dataframe_proxy.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/jobs.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/match.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/nango.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/projects.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/public_sessions.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/sandbox.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/scrape.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/server.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/sessions.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/slack.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/sources.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/teams.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/user/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/user/api_keys.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/user/stripe.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/user/user.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/whitelabel_service.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/wiki.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/workflow.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/resources/workflow_schedule.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/accept_invitation_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/add_member_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/admin_dataset_return.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/admin_delete_jobs_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/admin_sandbox.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/admin_teams_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/cancel_subscription_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/chat_template_create_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/chat_template_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/chat_template_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/chat_template_update_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/create_subscription_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/dataset_get_by_id_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/expire_grants_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/extend_trial_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/functional_test.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/functional_test_create_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/functional_test_get_results_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/functional_test_link_chat_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/functional_test_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/functional_test_results_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/functional_test_system_prompt_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/functional_test_update_results_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/grant_credits_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/impersonate_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/job_delete_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/job_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/sandbox_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/sandbox_type.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/team_cancel_subscription_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/team_create_subscription_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/team_expire_grants_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/team_extend_trial_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/team_grant_credits_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/team_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/user.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/user_create_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/user_get_stats_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/user_get_stats_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/user_impersonate_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin/user_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin_grant_access_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/admin_issue_found_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/autofix_context.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_add_collaborator_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_add_git_commit_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_add_git_commit_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_admin_issue_found_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_copy_node_output_by_code_hash_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_copy_node_output_by_code_hash_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_copy_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_create_session_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_delete_files_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_delete_files_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_dependency.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_event.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_get_git_commit_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_get_partial_chats_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_get_session_timeline_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_grant_admin_override_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_list_sessions_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_list_templates_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_load_files_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_load_files_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_prompt.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_revert_to_commit_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_revert_to_commit_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_session.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_session_role.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_session_with_messages.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_template.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_update_session_favorite_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_update_session_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_update_visibility_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/chat_visibility.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/code_generate_code_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/code_interrupt_generation_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_auth_method.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_auth_method_with_fields.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_batch_create_credential_fields_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_batch_create_credential_fields_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_batch_create_scopes_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_create_auth_method_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_create_catalog_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_create_credential_field_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_create_scope_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_list_nango_pending_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_list_scopes_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_update_auth_method_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_update_catalog_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_update_credential_field_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_update_scope_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/admin_upload_logo_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/batch_create_scopes_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/connector_auth_method_scope.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/connector_catalog.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/create_credential_field_request_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/create_scope_request_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/list_scopes_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/pending_nango_integration.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog/upload_logo_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_catalog_with_methods.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_category.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_create_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_create_secret_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_credential_field.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_delete_schema_object_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_explore_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_explorer_chat.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_get_clarification_requests_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_get_explorer_chat_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_get_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_list_with_snippets_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_list_with_snippets_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_search_tables_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_search_tables_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_store_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_summaries_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_summaries_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_summary.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_table_info.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_update_column_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_update_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_update_table_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_with_secrets.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connector_with_snippets.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connectors/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connectors/snippet.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/connectors/type_snippet_upsert_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/create_chat_session_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/create_match_jobs_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/create_team_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/credits_usage_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/credits_usage_timeseries_point.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dashboard_component.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dashboard_component_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dashboard_layout.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dashboard_layout_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_add_property_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_count_missing_embeddings_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_count_missing_embeddings_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_create_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_create_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_delete_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_descriptor.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_descriptor_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_enrichment_progress_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_enrichment_progress_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_export_to_csv_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_export_to_excel_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_get_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_get_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_match_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_match_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_remove_property_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_reorder_properties_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_set_primary_column_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_update_property_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_update_relationship_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_view_relationships_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_view_relationships_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_view_table_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_view_tables_with_relationships_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_view_tables_with_relationships_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/datasets/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/datasets/evaluate_delete_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/datasets/evaluate_get_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/datasets/evaluate_get_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/datasets/evaluate_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/datasets/evaluate_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/datasets/evaluate_run_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/datasets/evaluate_run_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/datasets/evaluate_status_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/datasets/evaluate_status_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/delete_chat_session_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/delete_project_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/delete_schema_object_request_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/delete_schema_object_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/delete_source_entity_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/delete_source_relationship_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/delete_team_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/document_delete_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/document_download_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/document_download_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/document_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/document_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/document_upload_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/edge_spec_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_add_batch_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_add_batch_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_add_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_add_relationship_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_add_relationship_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_add_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_agent_merge_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_agent_merge_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_delete_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_delete_relationship_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_delete_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_derive_all_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_derive_all_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_derive_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_derive_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_get_local_subgraph_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_get_local_subgraph_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_get_merges_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_get_merges_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_get_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_get_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_get_source_entities_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_get_source_entities_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_list_jobs_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_list_jobs_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_match.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_merge_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_merge_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_search_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_search_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_summarize_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_summarize_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_trigger_merge_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_trigger_merge_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_update_property_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_update_property_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_upload_parquet_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_verify_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_view_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/entity_view_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/estimate_cost_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/exploration_phase_id.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/exploration_run.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/exploration_runs_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/exploration_status.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/explore_status_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/explorer_chat_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/finalize_dag_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/get_chat_session_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/get_dependencies_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/get_job_events_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/get_node_logs_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/get_node_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/get_team_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/get_workflow_schedule_sessions_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/granularity.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/image.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/invitation_details_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/job_cancel_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/job_get_scrapers_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/job_get_source_entities_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/job_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/job_status_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/job_status_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/knowledge_graph.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/knowledge_graph_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/list_chat_sessions_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/list_collaborators_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/list_members_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/list_projects_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/list_tables_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/list_teams_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/llm_information_store.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/match_create_jobs_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/match_list_results_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/match_result.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/merge_config.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/merge_config_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/message.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/nango_create_session_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/nango_create_session_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/nango_list_integrations_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/node_spec_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/project.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/project_collaborator_input_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/project_get_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/project_member.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/project_update_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/project_visibility.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/property_type.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/property_type_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/refresh_session_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/relationship.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/relationship_merge_strategy.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/relationship_merge_strategy_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/relationship_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/remove_member_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/sandbox.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/sandbox_create_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/sandbox_get_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/sandbox_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/sandbox_update_status_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/save_requirement.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/save_requirement_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/scrape_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/scrape_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/scrape_scrape_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/scrape_scrape_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/select_team_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/server_information.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_confirm_node_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_create_session_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_finalize_dag_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_get_events_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_get_events_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_get_node_progress_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_kill_jobs_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_kill_jobs_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_mark_errored_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_request_confirmation_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_update_node_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_update_node_progress_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_upload_dashboard_layout_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_upload_node_output_data_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/session_upload_node_visualization_output_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/slack_api_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/slack_event_payload_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/slack_events_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/source.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/source_delete_entity_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/source_delete_relationship_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/source_list_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/source_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/strategy.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/strategy_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_enhance_property_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_enhance_property_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_enhance_relationship_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_enhance_relationship_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_find_relationship_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_find_relationship_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_is_complete_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_is_complete_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_job_status_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_job_status_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/structure_run_async_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/survey_submission_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/table.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/table_param.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_accept_invitation_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_add_member_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_create_link_code_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_create_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_create_project_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_credits_usage_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_role.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_subscription_status.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_update_member_role_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_update_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_wiki_page.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/team_with_role.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/teams_link_code_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/token_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/tool_metadata.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/tool_result.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/update_member_role_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/update_table_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/update_team_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/update_visibility_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user/api_key_create_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user/api_key_info.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user/create_api_key_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user/create_session_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user/list_api_keys_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user/stripe_create_portal_session_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user/stripe_create_session_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user/stripe_create_subscription_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user/subscription_plan.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user_enrich_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user_info.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user_refresh_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user_survey_submit_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user_transactions_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user_update_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user_usage_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/user_usage_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/wiki_connector_reference.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/wiki_create_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/wiki_list_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/wiki_page_with_references.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/wiki_update_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_dag.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_node_execution_status.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_node_log.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_run_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_schedule_create_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_schedule_get_all_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_schedule_get_sessions_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_schedule_info.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_schedule_pause_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_schedule_update_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_session.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_session_edge.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_session_node.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/workflow_stop_params.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/src/structifyai/lib/.keep +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/admin/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/admin/test_chat_templates.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/admin/test_dataset.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/admin/test_functional_tests.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/admin/test_jobs.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/admin/test_sandbox.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/admin/test_teams.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/admin/test_users.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/connector_catalog/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/connector_catalog/test_admin.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/connectors/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/connectors/test_type_snippets.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/datasets/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/datasets/test_evaluate.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_chat.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_code.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_connector_catalog.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_connectors.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_datasets.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_documents.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_entities.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_jobs.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_match.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_nango.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_projects.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_public_sessions.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_sandbox.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_scrape.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_server.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_sessions.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_slack.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_sources.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_teams.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_user.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_wiki.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_workflow.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/test_workflow_schedule.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/user/__init__.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/user/test_api_keys.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/api_resources/user/test_stripe.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/conftest.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/sample_file.txt +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_client.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_deepcopy.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_extract_files.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_files.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_models.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_qs.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_required_args.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_response.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_streaming.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_transform.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_utils/test_datetime_parse.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_utils/test_proxy.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/test_utils/test_typing.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/tests/utils.py +0 -0
- {structifyai-1.173.0 → structifyai-1.175.0}/uv.lock +0 -0
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.175.0 (2026-01-21)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.174.0...v1.175.0](https://github.com/StructifyAI/structify-python/compare/v1.174.0...v1.175.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** manual updates ([2e343eb](https://github.com/StructifyAI/structify-python/commit/2e343eb40a99f39efa8a11571f43bf0b3939931c))
|
|
10
|
+
* **api:** manual updates ([d4eaea6](https://github.com/StructifyAI/structify-python/commit/d4eaea6684e7e86176e7240977fc3742f11160ae))
|
|
11
|
+
* Update from Structify backend changes ([7c12fae](https://github.com/StructifyAI/structify-python/commit/7c12fae77216a7f218a91d22c2f6a945d83854ae))
|
|
12
|
+
* Update from Structify backend changes ([ac09e0c](https://github.com/StructifyAI/structify-python/commit/ac09e0c9135311df2f9d0338e31aefd5585a74f2))
|
|
13
|
+
* Update from Structify backend changes ([e74787b](https://github.com/StructifyAI/structify-python/commit/e74787b8cb367c3e03333ff8c9481d0570811f0a))
|
|
14
|
+
* Update from Structify backend changes ([e7cb429](https://github.com/StructifyAI/structify-python/commit/e7cb429c53c01f0306f47a7eeff685d0837b276c))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Chores
|
|
18
|
+
|
|
19
|
+
* **internal:** update `actions/checkout` version ([61e31a0](https://github.com/StructifyAI/structify-python/commit/61e31a0d4c76caf0a517a7fb820ac706f5c3726d))
|
|
20
|
+
|
|
21
|
+
## 1.174.0 (2026-01-17)
|
|
22
|
+
|
|
23
|
+
Full Changelog: [v1.173.0...v1.174.0](https://github.com/StructifyAI/structify-python/compare/v1.173.0...v1.174.0)
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **api:** api update ([4898eed](https://github.com/StructifyAI/structify-python/commit/4898eed760c37a3fab86f244304ba550c9e5d483))
|
|
28
|
+
* **api:** api update ([55a2fda](https://github.com/StructifyAI/structify-python/commit/55a2fdad2d363f308a97ead42cf32e7d4207287e))
|
|
29
|
+
* Update from Structify backend changes ([19bbfab](https://github.com/StructifyAI/structify-python/commit/19bbfab92d40fce911d38402e922030f651be63b))
|
|
30
|
+
* Update from Structify backend changes ([7ead0af](https://github.com/StructifyAI/structify-python/commit/7ead0af03debdb16cfc3139cb3f60467d9ad2383))
|
|
31
|
+
* Update from Structify backend changes ([a5eec29](https://github.com/StructifyAI/structify-python/commit/a5eec29b34a5c109db22c93d78d467f86f31f732))
|
|
32
|
+
* Update from Structify backend changes ([35b058e](https://github.com/StructifyAI/structify-python/commit/35b058e1d132e4467881ee9ed6dea418b95ca68b))
|
|
33
|
+
|
|
3
34
|
## 1.173.0 (2026-01-15)
|
|
4
35
|
|
|
5
36
|
Full Changelog: [v1.172.0...v1.173.0](https://github.com/StructifyAI/structify-python/compare/v1.172.0...v1.173.0)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: structifyai
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.175.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
|
|
@@ -10,6 +10,7 @@ Methods:
|
|
|
10
10
|
|
|
11
11
|
- <code title="get /whitelabel/{service}/estimate-cost/{path}">client.whitelabel.<a href="./src/structify/resources/whitelabel.py">estimate_cost</a>(path, \*, service) -> <a href="./src/structify/types/estimate_cost_response.py">EstimateCostResponse</a></code>
|
|
12
12
|
- <code title="get /whitelabel/{service}/{path}">client.whitelabel.<a href="./src/structify/resources/whitelabel.py">proxy_get</a>(path, \*, service) -> None</code>
|
|
13
|
+
- <code title="post /whitelabel/{service}/{path}">client.whitelabel.<a href="./src/structify/resources/whitelabel.py">proxy_post</a>(path, \*, service) -> None</code>
|
|
13
14
|
|
|
14
15
|
# User
|
|
15
16
|
|
|
@@ -900,6 +901,7 @@ from structify.types import (
|
|
|
900
901
|
StructureFindRelationshipResponse,
|
|
901
902
|
StructureIsCompleteResponse,
|
|
902
903
|
StructureJobStatusResponse,
|
|
904
|
+
StructurePdfResponse,
|
|
903
905
|
StructureRunAsyncResponse,
|
|
904
906
|
)
|
|
905
907
|
```
|
|
@@ -911,6 +913,7 @@ Methods:
|
|
|
911
913
|
- <code title="post /structure/find_relationship">client.structure.<a href="./src/structify/resources/structure.py">find_relationship</a>(\*\*<a href="src/structify/types/structure_find_relationship_params.py">params</a>) -> str</code>
|
|
912
914
|
- <code title="post /structure/is_complete">client.structure.<a href="./src/structify/resources/structure.py">is_complete</a>(\*\*<a href="src/structify/types/structure_is_complete_params.py">params</a>) -> str</code>
|
|
913
915
|
- <code title="post /structure/job_status">client.structure.<a href="./src/structify/resources/structure.py">job_status</a>(\*\*<a href="src/structify/types/structure_job_status_params.py">params</a>) -> <a href="./src/structify/types/structure_job_status_response.py">StructureJobStatusResponse</a></code>
|
|
916
|
+
- <code title="post /structure/pdf">client.structure.<a href="./src/structify/resources/structure.py">pdf</a>(\*\*<a href="src/structify/types/structure_pdf_params.py">params</a>) -> <a href="./src/structify/types/structure_pdf_response.py">StructurePdfResponse</a></code>
|
|
914
917
|
- <code title="post /structure/run_async">client.structure.<a href="./src/structify/resources/structure.py">run_async</a>(\*\*<a href="src/structify/types/structure_run_async_params.py">params</a>) -> str</code>
|
|
915
918
|
|
|
916
919
|
# PublicSessions
|
|
@@ -30,7 +30,7 @@ from ..lib.cost_confirmation import request_cost_confirmation_if_needed
|
|
|
30
30
|
from .external_dataframe_proxy import ServicesProxy
|
|
31
31
|
from ..types.save_requirement_param import RequiredEntity, RequiredProperty
|
|
32
32
|
from ..types.dataset_descriptor_param import DatasetDescriptorParam
|
|
33
|
-
from ..types.structure_run_async_params import
|
|
33
|
+
from ..types.structure_run_async_params import SourceWebWeb
|
|
34
34
|
|
|
35
35
|
__all__ = ["PolarsResource"]
|
|
36
36
|
|
|
@@ -847,6 +847,16 @@ class PolarsResource(SyncAPIResource):
|
|
|
847
847
|
|
|
848
848
|
table_param = as_table_param(table_name, schema)
|
|
849
849
|
|
|
850
|
+
# Create dataset for this PDF
|
|
851
|
+
dataset_name = f"structure_pdfs_{table_name}_{uuid.uuid4().hex}"
|
|
852
|
+
self._client.datasets.create(
|
|
853
|
+
name=dataset_name,
|
|
854
|
+
description="",
|
|
855
|
+
tables=[table_param],
|
|
856
|
+
relationships=[],
|
|
857
|
+
ephemeral=True,
|
|
858
|
+
)
|
|
859
|
+
|
|
850
860
|
node_id = get_node_id()
|
|
851
861
|
|
|
852
862
|
# Validate model format if provided as string
|
|
@@ -857,9 +867,7 @@ class PolarsResource(SyncAPIResource):
|
|
|
857
867
|
"model must be in format 'provider.model_name' (e.g. 'bedrock.claude-sonnet-4-bedrock')"
|
|
858
868
|
)
|
|
859
869
|
|
|
860
|
-
# Build lookups for per-row instructions by index (not by path, since the same PDF may appear multiple times)
|
|
861
870
|
paths_df = document_paths.collect()
|
|
862
|
-
|
|
863
871
|
instructions_list: list[str | None] = []
|
|
864
872
|
|
|
865
873
|
if instructions is not None and not isinstance(instructions, str):
|
|
@@ -868,108 +876,74 @@ class PolarsResource(SyncAPIResource):
|
|
|
868
876
|
raise ValueError(f"instructions shape {instr_df.shape} != document_paths shape {paths_df.shape}")
|
|
869
877
|
instructions_list = cast(List[Optional[str]], instr_df[instr_df.columns[0]].to_list())
|
|
870
878
|
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
valid_rows = [row for row in batch_rows if row.get(path_column) is not None]
|
|
875
|
-
|
|
876
|
-
if not valid_rows:
|
|
877
|
-
return pl.DataFrame(schema=polars_schema)
|
|
879
|
+
# Request cost confirmation before dispatching costly PDF extraction jobs
|
|
880
|
+
if not request_cost_confirmation_if_needed(self._client, paths_df.shape[0]):
|
|
881
|
+
raise Exception(f"User cancelled PDF extraction for {table_name}")
|
|
878
882
|
|
|
879
|
-
|
|
880
|
-
if not request_cost_confirmation_if_needed(self._client, len(valid_rows)):
|
|
881
|
-
raise Exception(f"User cancelled PDF extraction for {table_name}")
|
|
883
|
+
job_to_pdf_path: dict[str, str] = {}
|
|
882
884
|
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
pdf_path = row[path_column]
|
|
890
|
-
dataset_name = f"structure_pdfs_{table_name}_{uuid.uuid4().hex}"
|
|
891
|
-
|
|
892
|
-
# Create dataset for this PDF
|
|
893
|
-
self._client.datasets.create(
|
|
894
|
-
name=dataset_name,
|
|
895
|
-
description="",
|
|
896
|
-
tables=[table_param],
|
|
897
|
-
relationships=[],
|
|
898
|
-
ephemeral=True,
|
|
899
|
-
)
|
|
900
|
-
|
|
901
|
-
# Upload the PDF document
|
|
902
|
-
with open(pdf_path, "rb") as pdf_file:
|
|
885
|
+
# Process each PDF document
|
|
886
|
+
def process_pdf(pdf_path: str, instructions: str | None) -> Tuple[List[str], str]:
|
|
887
|
+
# Upload the PDF document
|
|
888
|
+
unique_pdf_name = f"{uuid.uuid4().hex}.pdf"
|
|
889
|
+
with open(pdf_path, "rb") as pdf_file:
|
|
890
|
+
try:
|
|
903
891
|
self._client.documents.upload(
|
|
904
892
|
content=pdf_file,
|
|
905
893
|
file_type="PDF",
|
|
906
894
|
dataset=dataset_name,
|
|
907
|
-
path=
|
|
895
|
+
path=unique_pdf_name.encode(),
|
|
908
896
|
)
|
|
909
|
-
|
|
910
|
-
|
|
897
|
+
except Exception as e:
|
|
898
|
+
if "Document already exists" not in str(e):
|
|
899
|
+
raise e
|
|
900
|
+
|
|
901
|
+
job_ids = self._client.structure.pdf(
|
|
902
|
+
dataset=dataset_name,
|
|
903
|
+
path=unique_pdf_name,
|
|
904
|
+
node_id=node_id,
|
|
905
|
+
instructions=instructions,
|
|
906
|
+
mode="Single" if mode == "single" else "Batch",
|
|
907
|
+
model=model,
|
|
908
|
+
).job_ids
|
|
909
|
+
return job_ids, pdf_path
|
|
910
|
+
|
|
911
|
+
with ThreadPoolExecutor(max_workers=MAX_PARALLEL_REQUESTS) as executor:
|
|
912
|
+
futures: List[Future[Tuple[List[str], str]]] = []
|
|
913
|
+
for i in range(paths_df.shape[0]):
|
|
914
|
+
path: str | None = paths_df[path_column][i]
|
|
911
915
|
pdf_instructions: str | None = None
|
|
912
916
|
if isinstance(instructions, str):
|
|
913
917
|
pdf_instructions = instructions
|
|
914
918
|
elif instructions_list:
|
|
915
|
-
pdf_instructions =
|
|
916
|
-
|
|
919
|
+
pdf_instructions = instructions_list[i]
|
|
920
|
+
if pdf_instructions is None and conditioning:
|
|
917
921
|
pdf_instructions = conditioning
|
|
922
|
+
if path is not None:
|
|
923
|
+
futures.append(executor.submit(process_pdf, path, pdf_instructions))
|
|
924
|
+
for future in tqdm(as_completed(futures), total=len(futures), desc="Preparing PDFs"):
|
|
925
|
+
job_ids, pdf_path = future.result()
|
|
926
|
+
for job_id in job_ids:
|
|
927
|
+
job_to_pdf_path[job_id] = pdf_path
|
|
928
|
+
|
|
929
|
+
# Wait for all PDF processing jobs to complete
|
|
930
|
+
self._client.jobs.wait_for_jobs(dataset_name=dataset_name, title=f"Parsing PDFs", node_id=node_id)
|
|
931
|
+
|
|
932
|
+
# Get all of the entities with their job_ids
|
|
933
|
+
entities = self._client.datasets.view_table(dataset=dataset_name, name=table_name)
|
|
934
|
+
structured_results: List[Dict[str, Any]] = [
|
|
935
|
+
{**entity.properties, path_column: job_to_pdf_path[entity.job_ids[0]]} for entity in entities
|
|
936
|
+
]
|
|
918
937
|
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
model=model,
|
|
925
|
-
)
|
|
926
|
-
return job_id, row_idx, dataset_name
|
|
927
|
-
|
|
928
|
-
with ThreadPoolExecutor(max_workers=MAX_PARALLEL_REQUESTS) as executor:
|
|
929
|
-
futures = [executor.submit(process_pdf, row) for row in valid_rows]
|
|
930
|
-
for future in tqdm(as_completed(futures), total=len(futures), desc="Preparing PDFs"):
|
|
931
|
-
job_id, row_idx, dataset_name = future.result()
|
|
932
|
-
job_ids.append(job_id)
|
|
933
|
-
idx_to_dataset[row_idx] = dataset_name
|
|
934
|
-
|
|
935
|
-
# Wait for all PDF processing jobs to complete
|
|
936
|
-
self._client.jobs.wait_for_jobs(job_ids=job_ids, title=f"Parsing {table_name} from PDFs", node_id=node_id)
|
|
937
|
-
|
|
938
|
-
# Collect results from all processed PDFs - each result is tagged with its source row_idx
|
|
939
|
-
structured_results: list[dict[str, Any]] = []
|
|
940
|
-
|
|
941
|
-
def collect_pdf_results(row_idx: int, dataset_name: str) -> List[Dict[str, Any]]:
|
|
942
|
-
pdf_path = batch_rows[row_idx][path_column]
|
|
943
|
-
entities_result = self._client.datasets.view_table(dataset=dataset_name, name=table_name)
|
|
944
|
-
return [
|
|
945
|
-
{**entity.properties, path_column: pdf_path, "__row_idx__": row_idx} for entity in entities_result
|
|
946
|
-
]
|
|
947
|
-
|
|
948
|
-
with ThreadPoolExecutor(max_workers=MAX_PARALLEL_REQUESTS) as executor:
|
|
949
|
-
collect_futures = [
|
|
950
|
-
executor.submit(collect_pdf_results, row_idx, dataset_name)
|
|
951
|
-
for row_idx, dataset_name in idx_to_dataset.items()
|
|
952
|
-
]
|
|
953
|
-
for future in tqdm(
|
|
954
|
-
as_completed(collect_futures), total=len(collect_futures), desc="Collecting PDF extractions"
|
|
955
|
-
):
|
|
956
|
-
results = future.result()
|
|
957
|
-
structured_results.extend(results)
|
|
958
|
-
|
|
959
|
-
# Ensure all columns are present with None for missing values
|
|
960
|
-
for result_row in structured_results:
|
|
961
|
-
for col_name in polars_schema.names():
|
|
962
|
-
if col_name not in result_row:
|
|
963
|
-
result_row[col_name] = None
|
|
964
|
-
|
|
965
|
-
if not structured_results:
|
|
966
|
-
return pl.DataFrame(schema=polars_schema)
|
|
967
|
-
|
|
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)
|
|
938
|
+
# Ensure all columns are present with None for missing values
|
|
939
|
+
for result_row in structured_results:
|
|
940
|
+
for col_name in polars_schema.names():
|
|
941
|
+
if col_name not in result_row:
|
|
942
|
+
result_row[col_name] = None
|
|
971
943
|
|
|
972
|
-
|
|
944
|
+
# Build result dataframe directly from structured_results without joining
|
|
945
|
+
# Each entity is already tagged with path_column from its source PDF
|
|
946
|
+
return pl.DataFrame(structured_results, schema=polars_schema).lazy()
|
|
973
947
|
|
|
974
948
|
def tag(
|
|
975
949
|
self,
|
|
@@ -3,10 +3,12 @@
|
|
|
3
3
|
from __future__ import annotations
|
|
4
4
|
|
|
5
5
|
from typing import Iterable, Optional
|
|
6
|
+
from typing_extensions import Literal
|
|
6
7
|
|
|
7
8
|
import httpx
|
|
8
9
|
|
|
9
10
|
from ..types import (
|
|
11
|
+
structure_pdf_params,
|
|
10
12
|
structure_run_async_params,
|
|
11
13
|
structure_job_status_params,
|
|
12
14
|
structure_enhance_property_params,
|
|
@@ -26,6 +28,7 @@ from .._response import (
|
|
|
26
28
|
from .._base_client import make_request_options
|
|
27
29
|
from ..types.knowledge_graph_param import KnowledgeGraphParam
|
|
28
30
|
from ..types.save_requirement_param import SaveRequirementParam
|
|
31
|
+
from ..types.structure_pdf_response import StructurePdfResponse
|
|
29
32
|
from ..types.structure_job_status_response import StructureJobStatusResponse
|
|
30
33
|
|
|
31
34
|
__all__ = ["StructureResource", "AsyncStructureResource"]
|
|
@@ -267,6 +270,55 @@ class StructureResource(SyncAPIResource):
|
|
|
267
270
|
cast_to=StructureJobStatusResponse,
|
|
268
271
|
)
|
|
269
272
|
|
|
273
|
+
def pdf(
|
|
274
|
+
self,
|
|
275
|
+
*,
|
|
276
|
+
dataset: str,
|
|
277
|
+
path: str,
|
|
278
|
+
instructions: Optional[str] | Omit = omit,
|
|
279
|
+
mode: Literal["Single", "Batch"] | Omit = omit,
|
|
280
|
+
model: Optional[str] | Omit = omit,
|
|
281
|
+
node_id: Optional[str] | Omit = omit,
|
|
282
|
+
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
283
|
+
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
284
|
+
extra_headers: Headers | None = None,
|
|
285
|
+
extra_query: Query | None = None,
|
|
286
|
+
extra_body: Body | None = None,
|
|
287
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
288
|
+
) -> StructurePdfResponse:
|
|
289
|
+
"""For single mode, creates one job for the entire PDF.
|
|
290
|
+
|
|
291
|
+
For batch mode, creates one
|
|
292
|
+
job per PDF page.
|
|
293
|
+
|
|
294
|
+
Args:
|
|
295
|
+
extra_headers: Send extra headers
|
|
296
|
+
|
|
297
|
+
extra_query: Add additional query parameters to the request
|
|
298
|
+
|
|
299
|
+
extra_body: Add additional JSON properties to the request
|
|
300
|
+
|
|
301
|
+
timeout: Override the client-level default timeout for this request, in seconds
|
|
302
|
+
"""
|
|
303
|
+
return self._post(
|
|
304
|
+
"/structure/pdf",
|
|
305
|
+
body=maybe_transform(
|
|
306
|
+
{
|
|
307
|
+
"dataset": dataset,
|
|
308
|
+
"path": path,
|
|
309
|
+
"instructions": instructions,
|
|
310
|
+
"mode": mode,
|
|
311
|
+
"model": model,
|
|
312
|
+
"node_id": node_id,
|
|
313
|
+
},
|
|
314
|
+
structure_pdf_params.StructurePdfParams,
|
|
315
|
+
),
|
|
316
|
+
options=make_request_options(
|
|
317
|
+
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
318
|
+
),
|
|
319
|
+
cast_to=StructurePdfResponse,
|
|
320
|
+
)
|
|
321
|
+
|
|
270
322
|
def run_async(
|
|
271
323
|
self,
|
|
272
324
|
*,
|
|
@@ -560,6 +612,55 @@ class AsyncStructureResource(AsyncAPIResource):
|
|
|
560
612
|
cast_to=StructureJobStatusResponse,
|
|
561
613
|
)
|
|
562
614
|
|
|
615
|
+
async def pdf(
|
|
616
|
+
self,
|
|
617
|
+
*,
|
|
618
|
+
dataset: str,
|
|
619
|
+
path: str,
|
|
620
|
+
instructions: Optional[str] | Omit = omit,
|
|
621
|
+
mode: Literal["Single", "Batch"] | Omit = omit,
|
|
622
|
+
model: Optional[str] | Omit = omit,
|
|
623
|
+
node_id: Optional[str] | Omit = omit,
|
|
624
|
+
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
625
|
+
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
626
|
+
extra_headers: Headers | None = None,
|
|
627
|
+
extra_query: Query | None = None,
|
|
628
|
+
extra_body: Body | None = None,
|
|
629
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
630
|
+
) -> StructurePdfResponse:
|
|
631
|
+
"""For single mode, creates one job for the entire PDF.
|
|
632
|
+
|
|
633
|
+
For batch mode, creates one
|
|
634
|
+
job per PDF page.
|
|
635
|
+
|
|
636
|
+
Args:
|
|
637
|
+
extra_headers: Send extra headers
|
|
638
|
+
|
|
639
|
+
extra_query: Add additional query parameters to the request
|
|
640
|
+
|
|
641
|
+
extra_body: Add additional JSON properties to the request
|
|
642
|
+
|
|
643
|
+
timeout: Override the client-level default timeout for this request, in seconds
|
|
644
|
+
"""
|
|
645
|
+
return await self._post(
|
|
646
|
+
"/structure/pdf",
|
|
647
|
+
body=await async_maybe_transform(
|
|
648
|
+
{
|
|
649
|
+
"dataset": dataset,
|
|
650
|
+
"path": path,
|
|
651
|
+
"instructions": instructions,
|
|
652
|
+
"mode": mode,
|
|
653
|
+
"model": model,
|
|
654
|
+
"node_id": node_id,
|
|
655
|
+
},
|
|
656
|
+
structure_pdf_params.StructurePdfParams,
|
|
657
|
+
),
|
|
658
|
+
options=make_request_options(
|
|
659
|
+
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
660
|
+
),
|
|
661
|
+
cast_to=StructurePdfResponse,
|
|
662
|
+
)
|
|
663
|
+
|
|
563
664
|
async def run_async(
|
|
564
665
|
self,
|
|
565
666
|
*,
|
|
@@ -636,6 +737,9 @@ class StructureResourceWithRawResponse:
|
|
|
636
737
|
self.job_status = to_raw_response_wrapper(
|
|
637
738
|
structure.job_status,
|
|
638
739
|
)
|
|
740
|
+
self.pdf = to_raw_response_wrapper(
|
|
741
|
+
structure.pdf,
|
|
742
|
+
)
|
|
639
743
|
self.run_async = to_raw_response_wrapper(
|
|
640
744
|
structure.run_async,
|
|
641
745
|
)
|
|
@@ -660,6 +764,9 @@ class AsyncStructureResourceWithRawResponse:
|
|
|
660
764
|
self.job_status = async_to_raw_response_wrapper(
|
|
661
765
|
structure.job_status,
|
|
662
766
|
)
|
|
767
|
+
self.pdf = async_to_raw_response_wrapper(
|
|
768
|
+
structure.pdf,
|
|
769
|
+
)
|
|
663
770
|
self.run_async = async_to_raw_response_wrapper(
|
|
664
771
|
structure.run_async,
|
|
665
772
|
)
|
|
@@ -684,6 +791,9 @@ class StructureResourceWithStreamingResponse:
|
|
|
684
791
|
self.job_status = to_streamed_response_wrapper(
|
|
685
792
|
structure.job_status,
|
|
686
793
|
)
|
|
794
|
+
self.pdf = to_streamed_response_wrapper(
|
|
795
|
+
structure.pdf,
|
|
796
|
+
)
|
|
687
797
|
self.run_async = to_streamed_response_wrapper(
|
|
688
798
|
structure.run_async,
|
|
689
799
|
)
|
|
@@ -708,6 +818,9 @@ class AsyncStructureResourceWithStreamingResponse:
|
|
|
708
818
|
self.job_status = async_to_streamed_response_wrapper(
|
|
709
819
|
structure.job_status,
|
|
710
820
|
)
|
|
821
|
+
self.pdf = async_to_streamed_response_wrapper(
|
|
822
|
+
structure.pdf,
|
|
823
|
+
)
|
|
711
824
|
self.run_async = async_to_streamed_response_wrapper(
|
|
712
825
|
structure.run_async,
|
|
713
826
|
)
|
|
@@ -108,6 +108,41 @@ class WhitelabelResource(SyncAPIResource):
|
|
|
108
108
|
cast_to=NoneType,
|
|
109
109
|
)
|
|
110
110
|
|
|
111
|
+
def proxy_post(
|
|
112
|
+
self,
|
|
113
|
+
path: str,
|
|
114
|
+
*,
|
|
115
|
+
service: str,
|
|
116
|
+
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
117
|
+
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
118
|
+
extra_headers: Headers | None = None,
|
|
119
|
+
extra_query: Query | None = None,
|
|
120
|
+
extra_body: Body | None = None,
|
|
121
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
122
|
+
) -> None:
|
|
123
|
+
"""
|
|
124
|
+
Args:
|
|
125
|
+
extra_headers: Send extra headers
|
|
126
|
+
|
|
127
|
+
extra_query: Add additional query parameters to the request
|
|
128
|
+
|
|
129
|
+
extra_body: Add additional JSON properties to the request
|
|
130
|
+
|
|
131
|
+
timeout: Override the client-level default timeout for this request, in seconds
|
|
132
|
+
"""
|
|
133
|
+
if not service:
|
|
134
|
+
raise ValueError(f"Expected a non-empty value for `service` but received {service!r}")
|
|
135
|
+
if not path:
|
|
136
|
+
raise ValueError(f"Expected a non-empty value for `path` but received {path!r}")
|
|
137
|
+
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
|
138
|
+
return self._post(
|
|
139
|
+
f"/whitelabel/{service}/{path}",
|
|
140
|
+
options=make_request_options(
|
|
141
|
+
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
142
|
+
),
|
|
143
|
+
cast_to=NoneType,
|
|
144
|
+
)
|
|
145
|
+
|
|
111
146
|
|
|
112
147
|
class AsyncWhitelabelResource(AsyncAPIResource):
|
|
113
148
|
@cached_property
|
|
@@ -198,6 +233,41 @@ class AsyncWhitelabelResource(AsyncAPIResource):
|
|
|
198
233
|
cast_to=NoneType,
|
|
199
234
|
)
|
|
200
235
|
|
|
236
|
+
async def proxy_post(
|
|
237
|
+
self,
|
|
238
|
+
path: str,
|
|
239
|
+
*,
|
|
240
|
+
service: str,
|
|
241
|
+
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
242
|
+
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
243
|
+
extra_headers: Headers | None = None,
|
|
244
|
+
extra_query: Query | None = None,
|
|
245
|
+
extra_body: Body | None = None,
|
|
246
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
247
|
+
) -> None:
|
|
248
|
+
"""
|
|
249
|
+
Args:
|
|
250
|
+
extra_headers: Send extra headers
|
|
251
|
+
|
|
252
|
+
extra_query: Add additional query parameters to the request
|
|
253
|
+
|
|
254
|
+
extra_body: Add additional JSON properties to the request
|
|
255
|
+
|
|
256
|
+
timeout: Override the client-level default timeout for this request, in seconds
|
|
257
|
+
"""
|
|
258
|
+
if not service:
|
|
259
|
+
raise ValueError(f"Expected a non-empty value for `service` but received {service!r}")
|
|
260
|
+
if not path:
|
|
261
|
+
raise ValueError(f"Expected a non-empty value for `path` but received {path!r}")
|
|
262
|
+
extra_headers = {"Accept": "*/*", **(extra_headers or {})}
|
|
263
|
+
return await self._post(
|
|
264
|
+
f"/whitelabel/{service}/{path}",
|
|
265
|
+
options=make_request_options(
|
|
266
|
+
extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
|
|
267
|
+
),
|
|
268
|
+
cast_to=NoneType,
|
|
269
|
+
)
|
|
270
|
+
|
|
201
271
|
|
|
202
272
|
class WhitelabelResourceWithRawResponse:
|
|
203
273
|
def __init__(self, whitelabel: WhitelabelResource) -> None:
|
|
@@ -209,6 +279,9 @@ class WhitelabelResourceWithRawResponse:
|
|
|
209
279
|
self.proxy_get = to_raw_response_wrapper(
|
|
210
280
|
whitelabel.proxy_get,
|
|
211
281
|
)
|
|
282
|
+
self.proxy_post = to_raw_response_wrapper(
|
|
283
|
+
whitelabel.proxy_post,
|
|
284
|
+
)
|
|
212
285
|
|
|
213
286
|
|
|
214
287
|
class AsyncWhitelabelResourceWithRawResponse:
|
|
@@ -221,6 +294,9 @@ class AsyncWhitelabelResourceWithRawResponse:
|
|
|
221
294
|
self.proxy_get = async_to_raw_response_wrapper(
|
|
222
295
|
whitelabel.proxy_get,
|
|
223
296
|
)
|
|
297
|
+
self.proxy_post = async_to_raw_response_wrapper(
|
|
298
|
+
whitelabel.proxy_post,
|
|
299
|
+
)
|
|
224
300
|
|
|
225
301
|
|
|
226
302
|
class WhitelabelResourceWithStreamingResponse:
|
|
@@ -233,6 +309,9 @@ class WhitelabelResourceWithStreamingResponse:
|
|
|
233
309
|
self.proxy_get = to_streamed_response_wrapper(
|
|
234
310
|
whitelabel.proxy_get,
|
|
235
311
|
)
|
|
312
|
+
self.proxy_post = to_streamed_response_wrapper(
|
|
313
|
+
whitelabel.proxy_post,
|
|
314
|
+
)
|
|
236
315
|
|
|
237
316
|
|
|
238
317
|
class AsyncWhitelabelResourceWithStreamingResponse:
|
|
@@ -245,3 +324,6 @@ class AsyncWhitelabelResourceWithStreamingResponse:
|
|
|
245
324
|
self.proxy_get = async_to_streamed_response_wrapper(
|
|
246
325
|
whitelabel.proxy_get,
|
|
247
326
|
)
|
|
327
|
+
self.proxy_post = async_to_streamed_response_wrapper(
|
|
328
|
+
whitelabel.proxy_post,
|
|
329
|
+
)
|
|
@@ -111,6 +111,7 @@ from .scrape_list_response import ScrapeListResponse as ScrapeListResponse
|
|
|
111
111
|
from .scrape_scrape_params import ScrapeScrapeParams as ScrapeScrapeParams
|
|
112
112
|
from .select_team_response import SelectTeamResponse as SelectTeamResponse
|
|
113
113
|
from .source_list_response import SourceListResponse as SourceListResponse
|
|
114
|
+
from .structure_pdf_params import StructurePdfParams as StructurePdfParams
|
|
114
115
|
from .update_team_response import UpdateTeamResponse as UpdateTeamResponse
|
|
115
116
|
from .workflow_stop_params import WorkflowStopParams as WorkflowStopParams
|
|
116
117
|
from .connector_auth_method import ConnectorAuthMethod as ConnectorAuthMethod
|
|
@@ -148,6 +149,7 @@ from .list_projects_response import ListProjectsResponse as ListProjectsResponse
|
|
|
148
149
|
from .remove_member_response import RemoveMemberResponse as RemoveMemberResponse
|
|
149
150
|
from .save_requirement_param import SaveRequirementParam as SaveRequirementParam
|
|
150
151
|
from .scrape_scrape_response import ScrapeScrapeResponse as ScrapeScrapeResponse
|
|
152
|
+
from .structure_pdf_response import StructurePdfResponse as StructurePdfResponse
|
|
151
153
|
from .team_add_member_params import TeamAddMemberParams as TeamAddMemberParams
|
|
152
154
|
from .workflow_schedule_info import WorkflowScheduleInfo as WorkflowScheduleInfo
|
|
153
155
|
from .connector_create_params import ConnectorCreateParams as ConnectorCreateParams
|
{structifyai-1.173.0 → structifyai-1.175.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
|
{structifyai-1.173.0 → structifyai-1.175.0}/src/structify/types/dataset_view_table_response.py
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
from typing import Dict, Union, Optional
|
|
3
|
+
from typing import Dict, List, Union, Optional
|
|
4
4
|
from datetime import datetime
|
|
5
5
|
from typing_extensions import Literal, TypeAlias
|
|
6
6
|
|
|
@@ -103,6 +103,8 @@ class DatasetViewTableResponse(BaseModel):
|
|
|
103
103
|
|
|
104
104
|
dataset_id: str
|
|
105
105
|
|
|
106
|
+
job_ids: List[str]
|
|
107
|
+
|
|
106
108
|
label: str
|
|
107
109
|
|
|
108
110
|
properties: Dict[str, Properties]
|