1
1
lockVersion: 2.0.0
2
2
id: 8b5fa338-9106-4734-abf0-e30d67044a90
3
3
management:
4
- docChecksum: 1305a6771cbde39530fd78e1b8acb938
5
- docVersion: 1.1.17
4
+ docChecksum: 83b80320b841ae9fc6dddb0888912f9a
5
+ docVersion: 1.1.25
6
6
speakeasyVersion: 1.552.0
7
7
generationVersion: 2.610.0
8
- releaseVersion: 0.36.0
9
- configChecksum: e1d52979607afacfb892d70fedc250fb
8
+ releaseVersion: 0.37.1
9
+ configChecksum: 995e2ded80d15617a1661ac4be288219
10
10
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
11
11
repoSubDirectory: .
12
12
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -70,6 +70,10 @@ generatedFiles:
70
70
- docs/models/operations/getconnectionchecksourcesresponse.md
71
71
- docs/models/operations/getdestinationrequest.md
72
72
- docs/models/operations/getdestinationresponse.md
73
+ - docs/models/operations/getjobdetailsrequest.md
74
+ - docs/models/operations/getjobdetailsresponse.md
75
+ - docs/models/operations/getjobfailedfilesrequest.md
76
+ - docs/models/operations/getjobfailedfilesresponse.md
73
77
- docs/models/operations/getjobrequest.md
74
78
- docs/models/operations/getjobresponse.md
75
79
- docs/models/operations/getsourcerequest.md
@@ -86,6 +90,8 @@ generatedFiles:
86
90
- docs/models/operations/listworkflowsresponse.md
87
91
- docs/models/operations/partitionrequest.md
88
92
- docs/models/operations/partitionresponse.md
93
+ - docs/models/operations/retrieverequest.md
94
+ - docs/models/operations/retrieveresponse.md
89
95
- docs/models/operations/runworkflowrequest.md
90
96
- docs/models/operations/runworkflowresponse.md
91
97
- docs/models/operations/updatedestinationrequest.md
@@ -130,6 +136,7 @@ generatedFiles:
130
136
- docs/models/shared/dropboxsourceconnectorconfiginput.md
131
137
- docs/models/shared/elasticsearchconnectorconfig.md
132
138
- docs/models/shared/elasticsearchconnectorconfiginput.md
139
+ - docs/models/shared/failedfile.md
133
140
- docs/models/shared/files.md
134
141
- docs/models/shared/gcsdestinationconnectorconfig.md
135
142
- docs/models/shared/gcsdestinationconnectorconfiginput.md
@@ -142,7 +149,11 @@ generatedFiles:
142
149
- docs/models/shared/inputfiles.md
143
150
- docs/models/shared/jirasourceconnectorconfig.md
144
151
- docs/models/shared/jirasourceconnectorconfiginput.md
152
+ - docs/models/shared/jobdetails.md
153
+ - docs/models/shared/jobfailedfiles.md
145
154
- docs/models/shared/jobinformation.md
155
+ - docs/models/shared/jobnodedetails.md
156
+ - docs/models/shared/jobprocessingstatus.md
146
157
- docs/models/shared/jobstatus.md
147
158
- docs/models/shared/kafkaclouddestinationconnectorconfig.md
148
159
- docs/models/shared/kafkaclouddestinationconnectorconfiginput.md
@@ -164,6 +175,7 @@ generatedFiles:
164
175
- docs/models/shared/outlooksourceconnectorconfiginput.md
165
176
- docs/models/shared/outputformat.md
166
177
- docs/models/shared/partitionparameters.md
178
+ - docs/models/shared/pemauthresponse.md
167
179
- docs/models/shared/pineconedestinationconnectorconfig.md
168
180
- docs/models/shared/pineconedestinationconnectorconfiginput.md
169
181
- docs/models/shared/postgresdestinationconnectorconfig.md
@@ -188,6 +200,7 @@ generatedFiles:
188
200
- docs/models/shared/snowflakedestinationconnectorconfiginput.md
189
201
- docs/models/shared/snowflakesourceconnectorconfig.md
190
202
- docs/models/shared/snowflakesourceconnectorconfiginput.md
203
+ - docs/models/shared/sortdirection.md
191
204
- docs/models/shared/sourceconnectorinformation.md
192
205
- docs/models/shared/sourceconnectorinformationconfig.md
193
206
- docs/models/shared/sourceconnectortype.md
@@ -215,6 +228,7 @@ generatedFiles:
215
228
- docs/sdks/destinations/README.md
216
229
- docs/sdks/general/README.md
217
230
- docs/sdks/jobs/README.md
231
+ - docs/sdks/pemkeyauth/README.md
218
232
- docs/sdks/sources/README.md
219
233
- docs/sdks/unstructuredclient/README.md
220
234
- docs/sdks/workflows/README.md
@@ -251,13 +265,16 @@ generatedFiles:
251
265
- src/unstructured_client/models/operations/get_connection_check_sources.py
252
266
- src/unstructured_client/models/operations/get_destination.py
253
267
- src/unstructured_client/models/operations/get_job.py
268
+ - src/unstructured_client/models/operations/get_job_details.py
269
+ - src/unstructured_client/models/operations/get_job_failed_files.py
254
270
- src/unstructured_client/models/operations/get_source.py
255
271
- src/unstructured_client/models/operations/get_workflow.py
256
272
- src/unstructured_client/models/operations/list_destinations.py
257
273
- src/unstructured_client/models/operations/list_jobs.py
258
274
- src/unstructured_client/models/operations/list_sources.py
259
275
- src/unstructured_client/models/operations/list_workflows.py
260
276
- src/unstructured_client/models/operations/partition.py
277
+ - src/unstructured_client/models/operations/retrieve.py
261
278
- src/unstructured_client/models/operations/run_workflow.py
262
279
- src/unstructured_client/models/operations/update_destination.py
263
280
- src/unstructured_client/models/operations/update_source.py
@@ -296,6 +313,7 @@ generatedFiles:
296
313
- src/unstructured_client/models/shared/dropboxsourceconnectorconfiginput.py
297
314
- src/unstructured_client/models/shared/elasticsearchconnectorconfig.py
298
315
- src/unstructured_client/models/shared/elasticsearchconnectorconfiginput.py
316
+ - src/unstructured_client/models/shared/failedfile.py
299
317
- src/unstructured_client/models/shared/gcsdestinationconnectorconfig.py
300
318
- src/unstructured_client/models/shared/gcsdestinationconnectorconfiginput.py
301
319
- src/unstructured_client/models/shared/gcssourceconnectorconfig.py
@@ -306,7 +324,11 @@ generatedFiles:
306
324
- src/unstructured_client/models/shared/ibmwatsonxs3destinationconnectorconfiginput.py
307
325
- src/unstructured_client/models/shared/jirasourceconnectorconfig.py
308
326
- src/unstructured_client/models/shared/jirasourceconnectorconfiginput.py
327
+ - src/unstructured_client/models/shared/jobdetails.py
328
+ - src/unstructured_client/models/shared/jobfailedfiles.py
309
329
- src/unstructured_client/models/shared/jobinformation.py
330
+ - src/unstructured_client/models/shared/jobnodedetails.py
331
+ - src/unstructured_client/models/shared/jobprocessingstatus.py
310
332
- src/unstructured_client/models/shared/jobstatus.py
311
333
- src/unstructured_client/models/shared/kafkaclouddestinationconnectorconfig.py
312
334
- src/unstructured_client/models/shared/kafkaclouddestinationconnectorconfiginput.py
@@ -326,6 +348,7 @@ generatedFiles:
326
348
- src/unstructured_client/models/shared/outlooksourceconnectorconfig.py
327
349
- src/unstructured_client/models/shared/outlooksourceconnectorconfiginput.py
328
350
- src/unstructured_client/models/shared/partition_parameters.py
351
+ - src/unstructured_client/models/shared/pemauthresponse.py
329
352
- src/unstructured_client/models/shared/pineconedestinationconnectorconfig.py
330
353
- src/unstructured_client/models/shared/pineconedestinationconnectorconfiginput.py
331
354
- src/unstructured_client/models/shared/postgresdestinationconnectorconfig.py
@@ -349,6 +372,7 @@ generatedFiles:
349
372
- src/unstructured_client/models/shared/snowflakedestinationconnectorconfiginput.py
350
373
- src/unstructured_client/models/shared/snowflakesourceconnectorconfig.py
351
374
- src/unstructured_client/models/shared/snowflakesourceconnectorconfiginput.py
375
+ - src/unstructured_client/models/shared/sortdirection.py
352
376
- src/unstructured_client/models/shared/sourceconnectorinformation.py
353
377
- src/unstructured_client/models/shared/sourceconnectortype.py
354
378
- src/unstructured_client/models/shared/updatedestinationconnector.py
@@ -365,6 +389,7 @@ generatedFiles:
365
389
- src/unstructured_client/models/shared/workflowtype.py
366
390
- src/unstructured_client/models/shared/zendesksourceconnectorconfig.py
367
391
- src/unstructured_client/models/shared/zendesksourceconnectorconfiginput.py
392
+ - src/unstructured_client/pemkeyauth.py
368
393
- src/unstructured_client/py.typed
369
394
- src/unstructured_client/sdk.py
370
395
- src/unstructured_client/sdkconfiguration.py
@@ -594,6 +619,9 @@ examples:
594
619
application/json: {"detail": "<value>"}
595
620
list_workflows:
596
621
speakeasy-default-list-workflows:
622
+ parameters:
623
+ query:
624
+ sort_by: "id"
597
625
responses:
598
626
"200":
599
627
application/json: [{"created_at": "2023-09-02T04:21:23.162Z", "destinations": [], "id": "1e4c63cf-6a6b-407b-b993-b2bc8b3bcefc", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["2e12d926-4caf-4cce-8b5c-3e16722c1c84"], "status": "inactive", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}, {"name": "<value>", "subtype": "<value>", "type": "<value>"}]}, {"created_at": "2023-09-02T04:21:23.162Z", "destinations": [], "id": "1e4c63cf-6a6b-407b-b993-b2bc8b3bcefc", "name": "<value>", "schedule": {"crontab_entries": [{"cron_expression": "0 0 * * *"}]}, "sources": ["2e12d926-4caf-4cce-8b5c-3e16722c1c84"], "status": "inactive", "workflow_nodes": [{"name": "<value>", "subtype": "<value>", "type": "<value>"}, {"name": "<value>", "subtype": "<value>", "type": "<value>"}]}]
@@ -633,5 +661,32 @@ examples:
633
661
application/json: {"detail": "<value>"}
634
662
5XX:
635
663
application/json: {"detail": "An error occurred"}
664
+ get_job_details:
665
+ speakeasy-default-get-job-details:
666
+ parameters:
667
+ path:
668
+ job_id: "14cc95f9-4174-46b3-81f5-7089b87a4787"
669
+ responses:
670
+ "200":
671
+ application/json: {"id": "39a8d74e-66d2-40a4-a9b0-25ee4f08f855", "node_stats": [], "processing_status": "STOPPED"}
672
+ "422":
673
+ application/json: {"detail": "<value>"}
674
+ get_job_failed_files:
675
+ speakeasy-default-get-job-failed-files:
676
+ parameters:
677
+ path:
678
+ job_id: "ad262041-3530-40a9-9f83-b004e947a203"
679
+ responses:
680
+ "200":
681
+ application/json: {"failed_files": []}
682
+ "422":
683
+ application/json: {"detail": "<value>"}
684
+ retrieve:
685
+ speakeasy-default-retrieve:
686
+ responses:
687
+ "200":
688
+ application/json: {"pem_key": "<value>", "tenant_id": "<id>"}
689
+ "422":
690
+ application/json: {"detail": "<value>"}
636
691
examplesVersion: 1.0.2
637
692
generatedTests: {}
0 commit comments