Skip to content

chore: 🐝 Update SDK - Generate 0.32.2 #257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 56 additions & 69 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.528.1
speakeasyVersion: 1.529.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:3ef2e923ab2125c8a01080f5bdd566de7d8321ce4dd55741d5f73cefcd607c92
sourceBlobDigest: sha256:456351471925fa73f1e21cd9cf562192b638407448b3eebb995af1412def0801
sourceRevisionDigest: sha256:973660895f090e643cfd011cb76d1b65516da72f8d05d2424f5896c62b9ef201
sourceBlobDigest: sha256:ea0769d00edb1639dcc5c0facea0165eb2f95aeb75c3e6fde051ee30e76b9edb
tags:
- latest
- speakeasy-sdk-regen-1743639002
- speakeasy-sdk-regen-1743798804
- 1.1.4
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:3ef2e923ab2125c8a01080f5bdd566de7d8321ce4dd55741d5f73cefcd607c92
sourceBlobDigest: sha256:456351471925fa73f1e21cd9cf562192b638407448b3eebb995af1412def0801
sourceRevisionDigest: sha256:973660895f090e643cfd011cb76d1b65516da72f8d05d2424f5896c62b9ef201
sourceBlobDigest: sha256:ea0769d00edb1639dcc5c0facea0165eb2f95aeb75c3e6fde051ee30e76b9edb
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:fd9f7b1049617cfcfdd5f458b9291bc702426e0e8c17d4f39d6ce488857a06d4
codeSamplesRevisionDigest: sha256:51755d861b7d05c91c7e1495082b4b0ea2cc6929effc550890d9ecdc936e65d0
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
50 changes: 30 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,14 @@ with UnstructuredClient() as uc_client:
res = uc_client.destinations.create_destination(request={
"create_destination_connector": {
"config": {
"endpoint": "<value>",
"index": "<value>",
"key": "<key>",
"api_endpoint": "<value>",
"batch_size": 20,
"collection_name": "<value>",
"flatten_metadata": False,
"token": "<value>",
},
"name": "<value>",
"type": shared.DestinationConnectorType.ASTRADB,
"type": shared.DestinationConnectorType.AZURE,
},
},
RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
Expand All @@ -150,12 +152,14 @@ with UnstructuredClient(
res = uc_client.destinations.create_destination(request={
"create_destination_connector": {
"config": {
"endpoint": "<value>",
"index": "<value>",
"key": "<key>",
"api_endpoint": "<value>",
"batch_size": 20,
"collection_name": "<value>",
"flatten_metadata": False,
"token": "<value>",
},
"name": "<value>",
"type": shared.DestinationConnectorType.ASTRADB,
"type": shared.DestinationConnectorType.AZURE,
},
})

Expand Down Expand Up @@ -203,12 +207,14 @@ with UnstructuredClient() as uc_client:
res = uc_client.destinations.create_destination(request={
"create_destination_connector": {
"config": {
"endpoint": "<value>",
"index": "<value>",
"key": "<key>",
"api_endpoint": "<value>",
"batch_size": 20,
"collection_name": "<value>",
"flatten_metadata": False,
"token": "<value>",
},
"name": "<value>",
"type": shared.DestinationConnectorType.ASTRADB,
"type": shared.DestinationConnectorType.AZURE,
},
})

Expand Down Expand Up @@ -334,12 +340,14 @@ with UnstructuredClient() as uc_client:
res = uc_client.destinations.create_destination(request={
"create_destination_connector": {
"config": {
"endpoint": "<value>",
"index": "<value>",
"key": "<key>",
"api_endpoint": "<value>",
"batch_size": 20,
"collection_name": "<value>",
"flatten_metadata": False,
"token": "<value>",
},
"name": "<value>",
"type": shared.DestinationConnectorType.ASTRADB,
"type": shared.DestinationConnectorType.AZURE,
},
})

Expand All @@ -365,12 +373,14 @@ async def main():
res = await uc_client.destinations.create_destination_async(request={
"create_destination_connector": {
"config": {
"endpoint": "<value>",
"index": "<value>",
"key": "<key>",
"api_endpoint": "<value>",
"batch_size": 20,
"collection_name": "<value>",
"flatten_metadata": False,
"token": "<value>",
},
"name": "<value>",
"type": shared.DestinationConnectorType.ASTRADB,
"type": shared.DestinationConnectorType.AZURE,
},
})

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -925,4 +925,14 @@ Based on:
### Generated
- [python v0.32.1] .
### Releases
- [PyPI v0.32.1] https://pypi.org/project/unstructured-client/0.32.1 - .
- [PyPI v0.32.1] https://pypi.org/project/unstructured-client/0.32.1 - .

## 2025-04-07 00:10:24
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.529.1 (2.566.5) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.32.2] .
### Releases
- [PyPI v0.32.2] https://pypi.org/project/unstructured-client/0.32.2 - .
20 changes: 12 additions & 8 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ with UnstructuredClient() as uc_client:
res = uc_client.destinations.create_destination(request={
"create_destination_connector": {
"config": {
"endpoint": "<value>",
"index": "<value>",
"key": "<key>",
"api_endpoint": "<value>",
"batch_size": 20,
"collection_name": "<value>",
"flatten_metadata": False,
"token": "<value>",
},
"name": "<value>",
"type": shared.DestinationConnectorType.ASTRADB,
"type": shared.DestinationConnectorType.AZURE,
},
})

Expand All @@ -41,12 +43,14 @@ async def main():
res = await uc_client.destinations.create_destination_async(request={
"create_destination_connector": {
"config": {
"endpoint": "<value>",
"index": "<value>",
"key": "<key>",
"api_endpoint": "<value>",
"batch_size": 20,
"collection_name": "<value>",
"flatten_metadata": False,
"token": "<value>",
},
"name": "<value>",
"type": shared.DestinationConnectorType.ASTRADB,
"type": shared.DestinationConnectorType.AZURE,
},
})

Expand Down
4 changes: 2 additions & 2 deletions docs/models/operations/createdestinationresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `destination_connector_information` | [Optional[shared.DestinationConnectorInformation]](../../models/shared/destinationconnectorinformation.md) | :heavy_minus_sign: | Successful Response |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [httpx.Response](https://www.python-httpx.org/api/#response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `destination_connector_information` | [Optional[shared.DestinationConnectorInformation]](../../models/shared/destinationconnectorinformation.md) | :heavy_minus_sign: | Successful Response |
| `raw_response` | [httpx.Response](https://www.python-httpx.org/api/#response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
4 changes: 2 additions & 2 deletions docs/models/operations/createsourceresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `source_connector_information` | [Optional[shared.SourceConnectorInformation]](../../models/shared/sourceconnectorinformation.md) | :heavy_minus_sign: | Successful Response |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [httpx.Response](https://www.python-httpx.org/api/#response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `source_connector_information` | [Optional[shared.SourceConnectorInformation]](../../models/shared/sourceconnectorinformation.md) | :heavy_minus_sign: | Successful Response |
| `raw_response` | [httpx.Response](https://www.python-httpx.org/api/#response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
4 changes: 2 additions & 2 deletions docs/models/operations/deleteworkflowrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

| Field | Type | Required | Description |
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
| `unstructured_api_key` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `unstructured_api_key` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
4 changes: 2 additions & 2 deletions docs/models/operations/getdestinationresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `destination_connector_information` | [Optional[shared.DestinationConnectorInformation]](../../models/shared/destinationconnectorinformation.md) | :heavy_minus_sign: | Successful Response |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [httpx.Response](https://www.python-httpx.org/api/#response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
| `destination_connector_information` | [Optional[shared.DestinationConnectorInformation]](../../models/shared/destinationconnectorinformation.md) | :heavy_minus_sign: | Successful Response |
| `raw_response` | [httpx.Response](https://www.python-httpx.org/api/#response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
Loading