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/astradbconnectorconfig.py
src/unstructured_client/models/shared/astradbconnectorconfiginput.py
src/unstructured_client/models/shared/azureaisearchconnectorconfig.py
src/unstructured_client/models/shared/azureaisearchconnectorconfiginput.py
src/unstructured_client/models/shared/azuredestinationconnectorconfig.py
src/unstructured_client/models/shared/azuredestinationconnectorconfiginput.py
src/unstructured_client/models/shared/azuresourceconnectorconfig.py
src/unstructured_client/models/shared/azuresourceconnectorconfiginput.py
src/unstructured_client/models/shared/body_create_job.py
src/unstructured_client/models/shared/body_run_workflow.py
src/unstructured_client/models/shared/boxsourceconnectorconfig.py
src/unstructured_client/models/shared/boxsourceconnectorconfiginput.py
src/unstructured_client/models/shared/confluencesourceconnectorconfig.py
src/unstructured_client/models/shared/confluencesourceconnectorconfiginput.py
src/unstructured_client/models/shared/connectioncheckstatus.py
src/unstructured_client/models/shared/couchbasedestinationconnectorconfig.py
src/unstructured_client/models/shared/couchbasedestinationconnectorconfiginput.py
src/unstructured_client/models/shared/couchbasesourceconnectorconfig.py
src/unstructured_client/models/shared/couchbasesourceconnectorconfiginput.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/databricksvdtdestinationconnectorconfig.py
src/unstructured_client/models/shared/databricksvdtdestinationconnectorconfiginput.py
src/unstructured_client/models/shared/databricksvolumesconnectorconfig.py
src/unstructured_client/models/shared/databricksvolumesconnectorconfiginput.py
src/unstructured_client/models/shared/deltatableconnectorconfig.py
src/unstructured_client/models/shared/deltatableconnectorconfiginput.py
src/unstructured_client/models/shared/destinationconnectorinformation.py
src/unstructured_client/models/shared/destinationconnectortype.py
src/unstructured_client/models/shared/dropboxsourceconnectorconfig.py
src/unstructured_client/models/shared/dropboxsourceconnectorconfiginput.py
src/unstructured_client/models/shared/elasticsearchconnectorconfig.py
src/unstructured_client/models/shared/elasticsearchconnectorconfiginput.py
src/unstructured_client/models/shared/encryptiontype.py
src/unstructured_client/models/shared/failedfile.py
src/unstructured_client/models/shared/gcsdestinationconnectorconfig.py
src/unstructured_client/models/shared/gcsdestinationconnectorconfiginput.py
src/unstructured_client/models/shared/gcssourceconnectorconfig.py
src/unstructured_client/models/shared/gcssourceconnectorconfiginput.py
src/unstructured_client/models/shared/googledrivesourceconnectorconfig.py
src/unstructured_client/models/shared/googledrivesourceconnectorconfiginput.py
src/unstructured_client/models/shared/ibmwatsonxs3destinationconnectorconfig.py
src/unstructured_client/models/shared/ibmwatsonxs3destinationconnectorconfiginput.py
src/unstructured_client/models/shared/jirasourceconnectorconfig.py
src/unstructured_client/models/shared/jirasourceconnectorconfiginput.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/kafkaclouddestinationconnectorconfig.py
src/unstructured_client/models/shared/kafkaclouddestinationconnectorconfiginput.py
src/unstructured_client/models/shared/kafkacloudsourceconnectorconfig.py
src/unstructured_client/models/shared/kafkacloudsourceconnectorconfiginput.py
src/unstructured_client/models/shared/milvusdestinationconnectorconfig.py
src/unstructured_client/models/shared/milvusdestinationconnectorconfiginput.py
src/unstructured_client/models/shared/mongodbconnectorconfig.py
src/unstructured_client/models/shared/mongodbconnectorconfiginput.py
src/unstructured_client/models/shared/neo4jdestinationconnectorconfig.py
src/unstructured_client/models/shared/neo4jdestinationconnectorconfiginput.py
src/unstructured_client/models/shared/nodefilemetadata.py
src/unstructured_client/models/shared/onedrivedestinationconnectorconfig.py
src/unstructured_client/models/shared/onedrivedestinationconnectorconfiginput.py
src/unstructured_client/models/shared/onedrivesourceconnectorconfig.py
src/unstructured_client/models/shared/onedrivesourceconnectorconfiginput.py
src/unstructured_client/models/shared/opensearchconnectorconfig.py
src/unstructured_client/models/shared/opensearchconnectorconfiginput.py
src/unstructured_client/models/shared/outlooksourceconnectorconfig.py
src/unstructured_client/models/shared/outlooksourceconnectorconfiginput.py
src/unstructured_client/models/shared/partition_parameters.py
src/unstructured_client/models/shared/pineconedestinationconnectorconfig.py
src/unstructured_client/models/shared/pineconedestinationconnectorconfiginput.py
src/unstructured_client/models/shared/postgresdestinationconnectorconfig.py
src/unstructured_client/models/shared/postgresdestinationconnectorconfiginput.py
src/unstructured_client/models/shared/postgressourceconnectorconfig.py
src/unstructured_client/models/shared/postgressourceconnectorconfiginput.py
src/unstructured_client/models/shared/qdrantclouddestinationconnectorconfig.py
src/unstructured_client/models/shared/qdrantclouddestinationconnectorconfiginput.py
src/unstructured_client/models/shared/redisdestinationconnectorconfig.py
src/unstructured_client/models/shared/redisdestinationconnectorconfiginput.py
src/unstructured_client/models/shared/s3destinationconnectorconfig.py
src/unstructured_client/models/shared/s3destinationconnectorconfiginput.py
src/unstructured_client/models/shared/s3sourceconnectorconfig.py
src/unstructured_client/models/shared/s3sourceconnectorconfiginput.py
src/unstructured_client/models/shared/salesforcesourceconnectorconfig.py
src/unstructured_client/models/shared/salesforcesourceconnectorconfiginput.py
src/unstructured_client/models/shared/secretreference.py
src/unstructured_client/models/shared/security.py
src/unstructured_client/models/shared/sharepointsourceconnectorconfig.py
src/unstructured_client/models/shared/sharepointsourceconnectorconfiginput.py
src/unstructured_client/models/shared/snowflakedestinationconnectorconfig.py
src/unstructured_client/models/shared/snowflakedestinationconnectorconfiginput.py
src/unstructured_client/models/shared/snowflakesourceconnectorconfig.py
src/unstructured_client/models/shared/snowflakesourceconnectorconfiginput.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/weaviatedestinationconnectorconfig.py
src/unstructured_client/models/shared/weaviatedestinationconnectorconfiginput.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/models/shared/zendesksourceconnectorconfig.py
src/unstructured_client/models/shared/zendesksourceconnectorconfiginput.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