11lockVersion: 2.0.0
22id: 8b5fa338-9106-4734-abf0-e30d67044a90
33management:
4- docChecksum: 55560f658152696f9515aab6d5d87d02
5- docVersion: 1.0.0
6- speakeasyVersion: 1.498.0
7- generationVersion: 2.518.0
8- releaseVersion: 0.30.2
9- configChecksum: d3d1b9d76ad643645f8dc5e232a56669
4+ docChecksum: ecf43991e66b0e7217a77239ed0a1da9
5+ docVersion: 1.0.68
6+ speakeasyVersion: 1.498.1
7+ generationVersion: 2.518.1
8+ releaseVersion: 0.30.3
9+ configChecksum: 8f8960cde56a4a3e94f39254a7afa405
1010 repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -40,6 +40,7 @@ generatedFiles:
4040 - .python-version
4141 - .vscode/settings.json
4242 - USAGE.md
43+ - docs/models/errors/detail.md
4344 - docs/models/errors/httpvalidationerror.md
4445 - docs/models/errors/servererror.md
4546 - docs/models/operations/canceljobrequest.md
@@ -130,7 +131,6 @@ generatedFiles:
130131 - src/unstructured_client/_version.py
131132 - src/unstructured_client/basesdk.py
132133 - src/unstructured_client/destinations.py
133- - src/unstructured_client/general.py
134134 - src/unstructured_client/httpclient.py
135135 - src/unstructured_client/jobs.py
136136 - src/unstructured_client/models/errors/__init__.py
@@ -211,7 +211,7 @@ examples:
211211 "200":
212212 application/json: {"config": {"account_key": "azure_account_key", "account_name": "azure_account_name", "anonymous": false, "recursive": true, "remote_url": "az://<path></path></container-name>"}, "created_at": "2023-11-15T01:07:46.428Z", "id": "05b94b3c-bed9-4976-bf02-38635119a590", "name": "<value>", "type": "databricks_volumes"}
213213 "422":
214- application/json: {}
214+ application/json: {"detail": "<value>" }
215215 delete_destination:
216216 speakeasy-default-delete-destination:
217217 parameters:
@@ -222,7 +222,7 @@ examples:
222222 "200":
223223 application/json: "<value>"
224224 "422":
225- application/json: {}
225+ application/json: {"detail": [] }
226226 get_destination:
227227 speakeasy-default-get-destination:
228228 parameters:
@@ -233,14 +233,14 @@ examples:
233233 "200":
234234 application/json: {"config": {"account_key": "azure_account_key", "account_name": "azure_account_name", "anonymous": false, "recursive": true, "remote_url": "az://<path></path></container-name>"}, "created_at": "2024-10-14T19:54:11.006Z", "id": "42a89289-d2ad-4317-9f06-cb55de8b2b8c", "name": "<value>", "type": "databricks_volumes"}
235235 "422":
236- application/json: {}
236+ application/json: {"detail": [{"loc": ["<value>", "<value>"], "msg": "<value>", "type": "<value>"}, {"loc": [939869, 667498, "<value>"], "msg": "<value>", "type": "<value>"}] }
237237 list_destinations:
238238 speakeasy-default-list-destinations:
239239 responses:
240240 "200":
241241 application/json: [{"config": {"account_key": "azure_account_key", "account_name": "azure_account_name", "anonymous": false, "recursive": true, "remote_url": "az://<path></path></container-name>"}, "created_at": "2023-02-24T01:08:17.980Z", "id": "c363dec3-c705-4ee0-a414-81044a6e1cc3", "name": "<value>", "type": "snowflake"}]
242242 "422":
243- application/json: {}
243+ application/json: {"detail": "<value>" }
244244 update_destination:
245245 speakeasy-default-update-destination:
246246 parameters:
@@ -253,7 +253,7 @@ examples:
253253 "200":
254254 application/json: {"config": {"account_key": "azure_account_key", "account_name": "azure_account_name", "anonymous": false, "recursive": true, "remote_url": "az://<path></path></container-name>"}, "created_at": "2025-01-09T05:32:50.655Z", "id": "9d27c4e2-ecb5-4a69-971b-d7ec9d2266e1", "name": "<value>", "type": "postgres"}
255255 "422":
256- application/json: {}
256+ application/json: {"detail": "<value>" }
257257 cancel_job:
258258 speakeasy-default-cancel-job:
259259 parameters:
@@ -264,7 +264,7 @@ examples:
264264 "200":
265265 application/json: "<value>"
266266 "422":
267- application/json: {}
267+ application/json: {"detail": "<value>" }
268268 get_job:
269269 speakeasy-default-get-job:
270270 parameters:
@@ -275,14 +275,14 @@ examples:
275275 "200":
276276 application/json: {"created_at": "2025-01-14T00:09:32.358Z", "id": "d18f330b-506f-455c-9cb8-0cee2386ac29", "runtime": "<value>", "status": "<value>", "workflow_id": "136fd799-4c45-4417-a632-f460d8ebb2a2", "workflow_name": "<value>"}
277277 "422":
278- application/json: {}
278+ application/json: {"detail": [{"loc": ["<value>", 701982], "msg": "<value>", "type": "<value>"}, {"loc": ["<value>"], "msg": "<value>", "type": "<value>"}] }
279279 list_jobs:
280280 speakeasy-default-list-jobs:
281281 responses:
282282 "200":
283283 application/json: [{"created_at": "2023-09-01T17:59:19.211Z", "id": "7098ff76-419f-4a5a-a313-d159507b629d", "runtime": "<value>", "status": "<value>", "workflow_id": "75cf761e-8c10-48e4-b3d7-6ae90ad4fd3e", "workflow_name": "<value>"}]
284284 "422":
285- application/json: {}
285+ application/json: {"detail": [] }
286286 create_source:
287287 speakeasy-default-create-source:
288288 requestBody:
@@ -291,7 +291,7 @@ examples:
291291 "200":
292292 application/json: {"config": {"batch_size": 100, "bucket": "bucket-name", "collection": "collection_name", "collection_id": "type", "connection_string": "couchbases://cb.abcdefg.cloud.couchbase.com", "password": "password", "scope": "scope_name", "username": "username"}, "created_at": "2023-04-25T02:02:10.136Z", "id": "18d86009-3eb2-422a-a875-93c814e4cdc9", "name": "<value>", "type": "dropbox"}
293293 "422":
294- application/json: {}
294+ application/json: {"detail": [] }
295295 delete_source:
296296 speakeasy-default-delete-source:
297297 parameters:
@@ -302,7 +302,7 @@ examples:
302302 "200":
303303 application/json: "<value>"
304304 "422":
305- application/json: {}
305+ application/json: {"detail": "<value>" }
306306 get_source:
307307 speakeasy-default-get-source:
308308 parameters:
@@ -313,14 +313,14 @@ examples:
313313 "200":
314314 application/json: {"config": {"batch_size": 100, "bucket": "bucket-name", "collection": "collection_name", "collection_id": "type", "connection_string": "couchbases://cb.abcdefg.cloud.couchbase.com", "password": "password", "scope": "scope_name", "username": "username"}, "created_at": "2023-05-26T11:39:22.869Z", "id": "24daedf6-4f76-49d1-a6af-bb58044f8cfd", "name": "<value>", "type": "sharepoint"}
315315 "422":
316- application/json: {}
316+ application/json: {"detail": [] }
317317 list_sources:
318318 speakeasy-default-list-sources:
319319 responses:
320320 "200":
321321 application/json: [{"config": {"account_key": "azure_account_key", "account_name": "azure_account_name", "anonymous": false, "recursive": true, "remote_url": "az://<path></path></container-name>"}, "created_at": "2024-12-15T10:13:09.959Z", "id": "15d41617-7a0e-4086-a5e8-6f398ce15adf", "name": "<value>", "type": "postgres"}]
322322 "422":
323- application/json: {}
323+ application/json: {"detail": [{"loc": [], "msg": "<value>", "type": "<value>"}, {"loc": [312491], "msg": "<value>", "type": "<value>"}] }
324324 update_source:
325325 speakeasy-default-update-source:
326326 parameters:
@@ -333,7 +333,7 @@ examples:
333333 "200":
334334 application/json: {"config": {"account_key": "azure_account_key", "account_name": "azure_account_name", "anonymous": false, "recursive": true, "remote_url": "az://<path></path></container-name>"}, "created_at": "2025-05-26T03:32:19.957Z", "id": "439e8ef6-c69c-49e3-9ba7-a8418be7cbe9", "name": "<value>", "type": "snowflake"}
335335 "422":
336- application/json: {}
336+ application/json: {"detail": "<value>" }
337337 create_workflow:
338338 speakeasy-default-create-workflow:
339339 requestBody:
@@ -342,7 +342,7 @@ examples:
342342 "200":
343343 application/json: {"created_at": "2025-06-03T14:40:43.213Z", "destinations": ["7a3141b6-19c5-4d0d-aa5f-5edb0b22f19c", "e4d2c1c2-a0f5-404c-b37f-b0f07c5417c9"], "id": "2569dec8-72ff-4e46-b78b-ffe279bdaafc", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["47b1728b-a663-4345-8bae-a1ae67a567f1"], "status": "active", "workflow_type": "advanced"}
344344 "422":
345- application/json: {}
345+ application/json: {"detail": "<value>" }
346346 delete_workflow:
347347 speakeasy-default-delete-workflow:
348348 parameters:
@@ -353,7 +353,7 @@ examples:
353353 "200":
354354 application/json: "<value>"
355355 "422":
356- application/json: {}
356+ application/json: {"detail": [{"loc": ["<value>", 852050, "<value>"], "msg": "<value>", "type": "<value>"}] }
357357 get_workflow:
358358 speakeasy-default-get-workflow:
359359 parameters:
@@ -364,14 +364,14 @@ examples:
364364 "200":
365365 application/json: {"created_at": "2023-05-27T02:17:56.472Z", "destinations": [], "id": "5781a90a-c5ba-41a1-ac38-4b031d1d247d", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["1ecf852c-a41e-4193-b8ae-7afe4e642c1d", "73825739-ddfe-44a7-b2e9-6adc9e5972ee", "32976128-e157-4711-b160-6c7e63baa0cb"], "status": "inactive", "workflow_type": "platinum"}
366366 "422":
367- application/json: {}
367+ application/json: {"detail": [{"loc": [], "msg": "<value>", "type": "<value>"}] }
368368 list_workflows:
369369 speakeasy-default-list-workflows:
370370 responses:
371371 "200":
372372 application/json: [{"created_at": "2025-06-22T11:37:21.648Z", "destinations": ["aeebecc7-9d8e-4625-bf1d-815c2f084869", "01866db9-54f2-4be7-93c3-062b8107d001", "fcdc4994-eea5-425c-91fa-e03f2bd8030d"], "id": "16b80fee-64dc-472d-8f26-1d7729b6423d", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": [], "status": "active", "workflow_type": "advanced"}]
373373 "422":
374- application/json: {}
374+ application/json: {"detail": [{"loc": [931730, 730320, 769892], "msg": "<value>", "type": "<value>"}, {"loc": ["<value>", 862351, 882715], "msg": "<value>", "type": "<value>"}, {"loc": ["<value>"], "msg": "<value>", "type": "<value>"}] }
375375 run_workflow:
376376 speakeasy-default-run-workflow:
377377 parameters:
@@ -382,7 +382,7 @@ examples:
382382 "202":
383383 application/json: {"created_at": "2024-08-04T10:06:22.481Z", "destinations": [], "id": "6c4f327c-7ca2-4933-a68d-2ebe9d9f1445", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["a9593964-92eb-496f-84ac-c8f067ba24c3"], "status": "inactive", "workflow_type": "custom"}
384384 "422":
385- application/json: {}
385+ application/json: {"detail": [{"loc": ["<value>"], "msg": "<value>", "type": "<value>"}, {"loc": [397022, 604524], "msg": "<value>", "type": "<value>"}] }
386386 update_workflow:
387387 speakeasy-default-update-workflow:
388388 parameters:
@@ -395,7 +395,7 @@ examples:
395395 "200":
396396 application/json: {"created_at": "2024-02-01T21:33:30.305Z", "destinations": [], "id": "4348c683-9378-4211-a7a6-ea9307f1cbb9", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["179309ff-51c8-4023-9475-af5f2a03511d"], "status": "active", "workflow_type": "platinum"}
397397 "422":
398- application/json: {}
398+ application/json: {"detail": "<value>" }
399399 partition:
400400 speakeasy-default-partition:
401401 requestBody:
@@ -405,7 +405,7 @@ examples:
405405 application/json: [{"type": "Title", "element_id": "6aa0ff22f91bbe7e26e8e25ca8052acd", "text": "LayoutParser: A Unified Toolkit for Deep Learning Based Document Image Analysis", "metadata": {"languages": ["eng"], "page_number": 1, "filename": "layout-parser-paper.pdf", "filetype": "application/pdf"}}]
406406 text/csv: "<value>"
407407 "422":
408- application/json: {}
408+ application/json: {"detail": [] }
409409 5XX:
410410 application/json: {"detail": "An error occurred"}
411411examplesVersion: 1.0.0
0 commit comments