Skip to content

Commit 89aa5d1

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.600.2
1 parent 8cbe0d8 commit 89aa5d1

21 files changed

+129
-71
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 8b5fa338-9106-4734-abf0-e30d67044a90
33
management:
4-
docChecksum: 4b5ce002d18e5f4df26dc25dca205ad2
4+
docChecksum: 8038a5b9e376d44bad2fd4c117922954
55
docVersion: 1.1.45
6-
speakeasyVersion: 1.598.3
7-
generationVersion: 2.674.3
8-
releaseVersion: 0.42.2
9-
configChecksum: 3f589c7483451e1a99a5cdaf066e319a
6+
speakeasyVersion: 1.600.2
7+
generationVersion: 2.677.3
8+
releaseVersion: 0.42.3
9+
configChecksum: d2f7144d58a461188e2800d5e135129b
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.598.3
1+
speakeasyVersion: 1.600.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:8f5b428c1907c847cd490c55161f4d6be0e9803ab6a519e054705afe092ac47b
6-
sourceBlobDigest: sha256:6b5f3e775347a702d48357f9acd968c4ec89d1920dcef0f10e6fd84710aa5c41
5+
sourceRevisionDigest: sha256:c7e607759c534aaa7f284b4cd188df1e0b3dcb6205f13bee403c537c9cf6ed27
6+
sourceBlobDigest: sha256:ba8446323bcffe5b8894da6a612b08af1c246772cceca0447416578d7dc712bb
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1754525536
9+
- speakeasy-sdk-regen-1754698272
1010
- 1.1.45
1111
targets:
1212
unstructured-python:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:8f5b428c1907c847cd490c55161f4d6be0e9803ab6a519e054705afe092ac47b
16-
sourceBlobDigest: sha256:6b5f3e775347a702d48357f9acd968c4ec89d1920dcef0f10e6fd84710aa5c41
15+
sourceRevisionDigest: sha256:c7e607759c534aaa7f284b4cd188df1e0b3dcb6205f13bee403c537c9cf6ed27
16+
sourceBlobDigest: sha256:ba8446323bcffe5b8894da6a612b08af1c246772cceca0447416578d7dc712bb
1717
codeSamplesNamespace: my-source-code-samples
18-
codeSamplesRevisionDigest: sha256:2519fac5f22f4b3c34fe2cb753bb092bed5cc6d8cfb86f5959370073ced015b1
18+
codeSamplesRevisionDigest: sha256:a5e11972bfb15e43b7fcb2647b3a7b3e129e9303294f9110670280971b10780a
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ with UnstructuredClient() as uc_client:
337337

338338
</br>
339339

340-
The same SDK client can also be used to make asychronous requests by importing asyncio.
340+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
341341
```python
342342
# Asynchronous Example
343343
import asyncio

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,4 +1109,14 @@ Based on:
11091109
### Generated
11101110
- [python v0.42.2] .
11111111
### Releases
1112-
- [PyPI v0.42.2] https://pypi.org/project/unstructured-client/0.42.2 - .
1112+
- [PyPI v0.42.2] https://pypi.org/project/unstructured-client/0.42.2 - .
1113+
1114+
## 2025-08-10 00:12:37
1115+
### Changes
1116+
Based on:
1117+
- OpenAPI Doc
1118+
- Speakeasy CLI 1.600.2 (2.677.3) https://github.com/speakeasy-api/speakeasy
1119+
### Generated
1120+
- [python v0.42.3] .
1121+
### Releases
1122+
- [PyPI v0.42.3] https://pypi.org/project/unstructured-client/0.42.3 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ with UnstructuredClient() as uc_client:
1818

1919
</br>
2020

21-
The same SDK client can also be used to make asychronous requests by importing asyncio.
21+
The same SDK client can also be used to make asynchronous requests by importing asyncio.
2222
```python
2323
# Asynchronous Example
2424
import asyncio

codeSamples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ actions:
1414
"x-codeSamples":
1515
- "lang": "python"
1616
"label": "create_destination"
17-
"source": "from unstructured_client import UnstructuredClient\nfrom unstructured_client.models import shared\n\n\nwith UnstructuredClient() as uc_client:\n\n res = uc_client.destinations.create_destination(request={\n \"create_destination_connector\": {\n \"name\": \"<value>\",\n \"type\": shared.DestinationConnectorType.MOTHERDUCK,\n \"config\": {\n \"client_id\": \"<id>\",\n \"user_pname\": \"<value>\",\n \"tenant\": \"<value>\",\n \"authority_url\": \"https://burdensome-bathhouse.biz/\",\n \"client_cred\": \"<value>\",\n \"remote_url\": \"https://cheerful-cheetah.com/\",\n },\n },\n })\n\n assert res.destination_connector_information is not None\n\n # Handle response\n print(res.destination_connector_information)"
17+
"source": "from unstructured_client import UnstructuredClient\nfrom unstructured_client.models import shared\n\n\nwith UnstructuredClient() as uc_client:\n\n res = uc_client.destinations.create_destination(request={\n \"create_destination_connector\": {\n \"name\": \"<value>\",\n \"type\": shared.DestinationConnectorType.MOTHERDUCK,\n \"config\": {\n \"index_name\": \"<value>\",\n \"api_key\": \"<value>\",\n \"namespace\": \"<value>\",\n \"batch_size\": 50,\n },\n },\n })\n\n assert res.destination_connector_information is not None\n\n # Handle response\n print(res.destination_connector_information)"
1818
- target: $["paths"]["/api/v1/destinations/{destination_id}"]["delete"]
1919
update:
2020
"x-codeSamples":

docs/models/shared/config.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,9 @@ value: shared.WeaviateDestinationConnectorConfigInput = /* values here */
129129
value: shared.IBMWatsonxS3DestinationConnectorConfigInput = /* values here */
130130
```
131131

132+
### `Dict[str, Any]`
133+
134+
```python
135+
value: Dict[str, Any] = /* values here */
136+
```
137+

docs/models/shared/createsourceconnectorconfig.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,9 @@ value: shared.JiraSourceConnectorConfigInput = /* values here */
123123
value: shared.ZendeskSourceConnectorConfigInput = /* values here */
124124
```
125125

126+
### `Dict[str, Any]`
127+
128+
```python
129+
value: Dict[str, Any] = /* values here */
130+
```
131+

docs/models/shared/destinationconnectorinformationconfig.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,9 @@ value: shared.WeaviateDestinationConnectorConfig = /* values here */
129129
value: shared.IBMWatsonxS3DestinationConnectorConfig = /* values here */
130130
```
131131

132+
### `Dict[str, Any]`
133+
134+
```python
135+
value: Dict[str, Any] = /* values here */
136+
```
137+

docs/models/shared/sourceconnectorinformationconfig.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,9 @@ value: shared.JiraSourceConnectorConfig = /* values here */
123123
value: shared.ZendeskSourceConnectorConfig = /* values here */
124124
```
125125

126+
### `Dict[str, Any]`
127+
128+
```python
129+
value: Dict[str, Any] = /* values here */
130+
```
131+

0 commit comments

Comments
 (0)