LICENSE.md
README-PYPI.md
README.md
pyproject.toml
src/unstructured_client/__init__.py
src/unstructured_client/_version.py
src/unstructured_client/basesdk.py
src/unstructured_client/destinations.py
src/unstructured_client/general.py
src/unstructured_client/httpclient.py
src/unstructured_client/jobs.py
src/unstructured_client/py.typed
src/unstructured_client/sdk.py
src/unstructured_client/sdkconfiguration.py
src/unstructured_client/sources.py
src/unstructured_client/templates.py
src/unstructured_client/users.py
src/unstructured_client/workflows.py
src/unstructured_client.egg-info/PKG-INFO
src/unstructured_client.egg-info/SOURCES.txt
src/unstructured_client.egg-info/dependency_links.txt
src/unstructured_client.egg-info/requires.txt
src/unstructured_client.egg-info/top_level.txt
src/unstructured_client/_hooks/__init__.py
src/unstructured_client/_hooks/registration.py
src/unstructured_client/_hooks/sdkhooks.py
src/unstructured_client/_hooks/types.py
src/unstructured_client/_hooks/custom/__init__.py
src/unstructured_client/_hooks/custom/clean_server_url_hook.py
src/unstructured_client/_hooks/custom/common.py
src/unstructured_client/_hooks/custom/form_utils.py
src/unstructured_client/_hooks/custom/logger_hook.py
src/unstructured_client/_hooks/custom/pdf_utils.py
src/unstructured_client/_hooks/custom/request_utils.py
src/unstructured_client/_hooks/custom/split_pdf_hook.py
src/unstructured_client/_hooks/custom/validation_errors.py
src/unstructured_client/models/__init__.py
src/unstructured_client/models/errors/__init__.py
src/unstructured_client/models/errors/httpvalidationerror.py
src/unstructured_client/models/errors/no_response_error.py
src/unstructured_client/models/errors/responsevalidationerror.py
src/unstructured_client/models/errors/sdkerror.py
src/unstructured_client/models/errors/servererror.py
src/unstructured_client/models/errors/unstructuredclienterror.py
src/unstructured_client/models/operations/__init__.py
src/unstructured_client/models/operations/cancel_job.py
src/unstructured_client/models/operations/create_connection_check_destinations.py
src/unstructured_client/models/operations/create_connection_check_sources.py
src/unstructured_client/models/operations/create_destination.py
src/unstructured_client/models/operations/create_job.py
src/unstructured_client/models/operations/create_source.py
src/unstructured_client/models/operations/create_workflow.py
src/unstructured_client/models/operations/delete_destination.py
src/unstructured_client/models/operations/delete_source.py
src/unstructured_client/models/operations/delete_workflow.py
src/unstructured_client/models/operations/download_job_output.py
src/unstructured_client/models/operations/get_connection_check_destinations.py
src/unstructured_client/models/operations/get_connection_check_sources.py
src/unstructured_client/models/operations/get_destination.py
src/unstructured_client/models/operations/get_job.py
src/unstructured_client/models/operations/get_job_details.py
src/unstructured_client/models/operations/get_job_failed_files.py
src/unstructured_client/models/operations/get_source.py
src/unstructured_client/models/operations/get_template.py
src/unstructured_client/models/operations/get_workflow.py
src/unstructured_client/models/operations/list_destinations.py
src/unstructured_client/models/operations/list_jobs.py
src/unstructured_client/models/operations/list_sources.py
src/unstructured_client/models/operations/list_templates.py
src/unstructured_client/models/operations/list_workflows.py
src/unstructured_client/models/operations/partition.py
src/unstructured_client/models/operations/run_workflow.py
src/unstructured_client/models/operations/update_destination.py
src/unstructured_client/models/operations/update_source.py
src/unstructured_client/models/operations/update_workflow.py
src/unstructured_client/models/shared/__init__.py
src/unstructured_client/models/shared/body_create_job.py
src/unstructured_client/models/shared/body_run_workflow.py
src/unstructured_client/models/shared/connectioncheckstatus.py
src/unstructured_client/models/shared/createdestinationconnector.py
src/unstructured_client/models/shared/createsourceconnector.py
src/unstructured_client/models/shared/createworkflow.py
src/unstructured_client/models/shared/crontabentry.py
src/unstructured_client/models/shared/dagnodeconnectioncheck.py
src/unstructured_client/models/shared/destinationconnectorinformation.py
src/unstructured_client/models/shared/destinationconnectortype.py
src/unstructured_client/models/shared/encryptiontype.py
src/unstructured_client/models/shared/failedfile.py
src/unstructured_client/models/shared/jobdetails.py
src/unstructured_client/models/shared/jobfailedfiles.py
src/unstructured_client/models/shared/jobinformation.py
src/unstructured_client/models/shared/jobnodedetails.py
src/unstructured_client/models/shared/jobprocessingstatus.py
src/unstructured_client/models/shared/jobstatus.py
src/unstructured_client/models/shared/nodefilemetadata.py
src/unstructured_client/models/shared/partition_parameters.py
src/unstructured_client/models/shared/secretreference.py
src/unstructured_client/models/shared/security.py
src/unstructured_client/models/shared/sortdirection.py
src/unstructured_client/models/shared/sourceconnectorinformation.py
src/unstructured_client/models/shared/sourceconnectortype.py
src/unstructured_client/models/shared/templatedetail.py
src/unstructured_client/models/shared/templatelistitem.py
src/unstructured_client/models/shared/templatenode.py
src/unstructured_client/models/shared/updatedestinationconnector.py
src/unstructured_client/models/shared/updatesourceconnector.py
src/unstructured_client/models/shared/updateworkflow.py
src/unstructured_client/models/shared/validationerror.py
src/unstructured_client/models/shared/workflowinformation.py
src/unstructured_client/models/shared/workflowjobtype.py
src/unstructured_client/models/shared/workflownode.py
src/unstructured_client/models/shared/workflownodetype.py
src/unstructured_client/models/shared/workflowschedule.py
src/unstructured_client/models/shared/workflowstate.py
src/unstructured_client/models/shared/workflowtype.py
src/unstructured_client/types/__init__.py
src/unstructured_client/types/basemodel.py
src/unstructured_client/utils/__init__.py
src/unstructured_client/utils/annotations.py
src/unstructured_client/utils/datetimes.py
src/unstructured_client/utils/enums.py
src/unstructured_client/utils/eventstreaming.py
src/unstructured_client/utils/forms.py
src/unstructured_client/utils/headers.py
src/unstructured_client/utils/logger.py
src/unstructured_client/utils/metadata.py
src/unstructured_client/utils/queryparams.py
src/unstructured_client/utils/requestbodies.py
src/unstructured_client/utils/retries.py
src/unstructured_client/utils/security.py
src/unstructured_client/utils/serializers.py
src/unstructured_client/utils/unmarshal_json_response.py
src/unstructured_client/utils/url.py
src/unstructured_client/utils/values.py