|
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: 9b8ace758ffb5206e9b317565872e656 |
| 5 | + docVersion: 1.1.24 |
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 |
@@ -86,6 +86,8 @@ generatedFiles: |
86 | 86 | - docs/models/operations/listworkflowsresponse.md |
87 | 87 | - docs/models/operations/partitionrequest.md |
88 | 88 | - docs/models/operations/partitionresponse.md |
| 89 | + - docs/models/operations/retrieverequest.md |
| 90 | + - docs/models/operations/retrieveresponse.md |
89 | 91 | - docs/models/operations/runworkflowrequest.md |
90 | 92 | - docs/models/operations/runworkflowresponse.md |
91 | 93 | - docs/models/operations/updatedestinationrequest.md |
@@ -164,6 +166,7 @@ generatedFiles: |
164 | 166 | - docs/models/shared/outlooksourceconnectorconfiginput.md |
165 | 167 | - docs/models/shared/outputformat.md |
166 | 168 | - docs/models/shared/partitionparameters.md |
| 169 | + - docs/models/shared/pemauthresponse.md |
167 | 170 | - docs/models/shared/pineconedestinationconnectorconfig.md |
168 | 171 | - docs/models/shared/pineconedestinationconnectorconfiginput.md |
169 | 172 | - docs/models/shared/postgresdestinationconnectorconfig.md |
@@ -215,6 +218,7 @@ generatedFiles: |
215 | 218 | - docs/sdks/destinations/README.md |
216 | 219 | - docs/sdks/general/README.md |
217 | 220 | - docs/sdks/jobs/README.md |
| 221 | + - docs/sdks/pemkeyauth/README.md |
218 | 222 | - docs/sdks/sources/README.md |
219 | 223 | - docs/sdks/unstructuredclient/README.md |
220 | 224 | - docs/sdks/workflows/README.md |
@@ -258,6 +262,7 @@ generatedFiles: |
258 | 262 | - src/unstructured_client/models/operations/list_sources.py |
259 | 263 | - src/unstructured_client/models/operations/list_workflows.py |
260 | 264 | - src/unstructured_client/models/operations/partition.py |
| 265 | + - src/unstructured_client/models/operations/retrieve.py |
261 | 266 | - src/unstructured_client/models/operations/run_workflow.py |
262 | 267 | - src/unstructured_client/models/operations/update_destination.py |
263 | 268 | - src/unstructured_client/models/operations/update_source.py |
@@ -326,6 +331,7 @@ generatedFiles: |
326 | 331 | - src/unstructured_client/models/shared/outlooksourceconnectorconfig.py |
327 | 332 | - src/unstructured_client/models/shared/outlooksourceconnectorconfiginput.py |
328 | 333 | - src/unstructured_client/models/shared/partition_parameters.py |
| 334 | + - src/unstructured_client/models/shared/pemauthresponse.py |
329 | 335 | - src/unstructured_client/models/shared/pineconedestinationconnectorconfig.py |
330 | 336 | - src/unstructured_client/models/shared/pineconedestinationconnectorconfiginput.py |
331 | 337 | - src/unstructured_client/models/shared/postgresdestinationconnectorconfig.py |
@@ -365,6 +371,7 @@ generatedFiles: |
365 | 371 | - src/unstructured_client/models/shared/workflowtype.py |
366 | 372 | - src/unstructured_client/models/shared/zendesksourceconnectorconfig.py |
367 | 373 | - src/unstructured_client/models/shared/zendesksourceconnectorconfiginput.py |
| 374 | + - src/unstructured_client/pemkeyauth.py |
368 | 375 | - src/unstructured_client/py.typed |
369 | 376 | - src/unstructured_client/sdk.py |
370 | 377 | - src/unstructured_client/sdkconfiguration.py |
@@ -633,5 +640,12 @@ examples: |
633 | 640 | application/json: {"detail": "<value>"} |
634 | 641 | 5XX: |
635 | 642 | application/json: {"detail": "An error occurred"} |
| 643 | + retrieve: |
| 644 | + speakeasy-default-retrieve: |
| 645 | + responses: |
| 646 | + "200": |
| 647 | + application/json: {"pem_key": "<value>", "tenant_id": "<id>"} |
| 648 | + "422": |
| 649 | + application/json: {"detail": "<value>"} |
636 | 650 | examplesVersion: 1.0.2 |
637 | 651 | generatedTests: {} |
0 commit comments