Skip to content

chore: 🐝 Update SDK - Generate 0.30.2 #228

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 2 commits into from
Feb 20, 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
16 changes: 8 additions & 8 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 8b5fa338-9106-4734-abf0-e30d67044a90
management:
docChecksum: 500f51b9ece99e4d8171e8074adb5c57
docChecksum: 55560f658152696f9515aab6d5d87d02
docVersion: 1.0.0
speakeasyVersion: 1.493.0
generationVersion: 2.512.4
releaseVersion: 0.30.1
configChecksum: 221b178c402e9d1c592b066e2207dbe7
speakeasyVersion: 1.498.0
generationVersion: 2.518.0
releaseVersion: 0.30.2
configChecksum: d3d1b9d76ad643645f8dc5e232a56669
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
Expand All @@ -27,11 +27,11 @@ features:
methodServerURLs: 3.1.1
multipartFileContentType: 1.0.0
nameOverrides: 3.0.1
nullables: 1.0.0
nullables: 1.0.1
openEnums: 1.0.0
responseFormat: 1.0.1
retries: 3.0.2
sdkHooks: 1.0.0
sdkHooks: 1.0.1
serverIDs: 3.0.0
unions: 3.0.4
uploadStreams: 1.0.0
Expand Down Expand Up @@ -85,7 +85,6 @@ generatedFiles:
- docs/models/shared/createdestinationconnector.md
- docs/models/shared/createsourceconnector.md
- docs/models/shared/createworkflow.md
- docs/models/shared/createworkflowschedule.md
- docs/models/shared/crontabentry.md
- docs/models/shared/destinationconnectorinformation.md
- docs/models/shared/destinationconnectortype.md
Expand All @@ -103,6 +102,7 @@ generatedFiles:
- docs/models/shared/updatedestinationconnector.md
- docs/models/shared/updatesourceconnector.md
- docs/models/shared/updateworkflow.md
- docs/models/shared/updateworkflowschedule.md
- docs/models/shared/validationerror.md
- docs/models/shared/workflowinformation.md
- docs/models/shared/workflownode.md
Expand Down
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.493.0
speakeasyVersion: 1.498.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:b64c6663fac204ca5c6a94b8e8c5bb8826ccd471d58dbea28dd7907e92530694
sourceBlobDigest: sha256:6c9f0660f6595627ded66c15cbb722d4783185d9bf4e6ef14e924bf4dcda5a20
sourceRevisionDigest: sha256:3f0b1ceea00a0e10f5e8e22a5bc9a6e7e7da3d1fb6bfcd7d2a832185e6c7fbc9
sourceBlobDigest: sha256:b9141ea121d6bc1aa41cd57b544dc7e2111d68a80a207fd394ef368481e86ba4
tags:
- latest
- speakeasy-sdk-regen-1739578178
- speakeasy-sdk-regen-1740071825
- 1.0.0
targets:
unstructured-python:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:b64c6663fac204ca5c6a94b8e8c5bb8826ccd471d58dbea28dd7907e92530694
sourceBlobDigest: sha256:6c9f0660f6595627ded66c15cbb722d4783185d9bf4e6ef14e924bf4dcda5a20
sourceRevisionDigest: sha256:3f0b1ceea00a0e10f5e8e22a5bc9a6e7e7da3d1fb6bfcd7d2a832185e6c7fbc9
sourceBlobDigest: sha256:b9141ea121d6bc1aa41cd57b544dc7e2111d68a80a207fd394ef368481e86ba4
codeSamplesNamespace: my-source-code-samples
codeSamplesRevisionDigest: sha256:64a726686ef3036335a4803c9761b4ff9cc346a3ebc1d93d4b6aeea33358a769
codeSamplesRevisionDigest: sha256:e60ad5d07ffc2e9dad358e7cf8f3c55f25f97848ecb6f8f4f6d95017e04e767d
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,4 +784,14 @@ Based on:
### Generated
- [python v0.30.1] .
### Releases
- [PyPI v0.30.1] https://pypi.org/project/unstructured-client/0.30.1 - .
- [PyPI v0.30.1] https://pypi.org/project/unstructured-client/0.30.1 - .

## 2025-02-20 17:16:49
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.498.0 (2.518.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.30.2] .
### Releases
- [PyPI v0.30.2] https://pypi.org/project/unstructured-client/0.30.2 - .
2 changes: 1 addition & 1 deletion codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ actions:
"x-codeSamples":
- "lang": "python"
"label": "create_workflow"
"source": "from unstructured_client import UnstructuredClient\nfrom unstructured_client.models import shared\n\nwith UnstructuredClient() as uc_client:\n\n res = uc_client.workflows.create_workflow(request={\n \"create_workflow\": {\n \"name\": \"<value>\",\n \"source_id\": \"b5baba90-bc88-4ea4-b45f-e894788e3f38\",\n \"destination_id\": \"0efa0612-4dfe-411e-b84d-d7cfa1e3fe9e\",\n \"workflow_type\": shared.WorkflowType.ADVANCED,\n \"schedule\": shared.CreateWorkflowSchedule.EVERY_10_HOURS,\n },\n })\n\n assert res.workflow_information is not None\n\n # Handle response\n print(res.workflow_information)"
"source": "from unstructured_client import UnstructuredClient\nfrom unstructured_client.models import shared\n\nwith UnstructuredClient() as uc_client:\n\n res = uc_client.workflows.create_workflow(request={\n \"create_workflow\": {\n \"name\": \"<value>\",\n \"source_id\": \"b5baba90-bc88-4ea4-b45f-e894788e3f38\",\n \"destination_id\": \"0efa0612-4dfe-411e-b84d-d7cfa1e3fe9e\",\n \"workflow_type\": shared.WorkflowType.ADVANCED,\n },\n })\n\n assert res.workflow_information is not None\n\n # Handle response\n print(res.workflow_information)"
- target: $["paths"]["/api/v1/workflows/{workflow_id}"]["delete"]
update:
"x-codeSamples":
Expand Down
16 changes: 8 additions & 8 deletions docs/models/shared/createworkflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `destination_id` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
| `schedule` | [shared.CreateWorkflowSchedule](../../models/shared/createworkflowschedule.md) | :heavy_check_mark: | N/A |
| `source_id` | *str* | :heavy_check_mark: | N/A |
| `workflow_type` | [shared.WorkflowType](../../models/shared/workflowtype.md) | :heavy_check_mark: | N/A |
| `workflow_nodes` | List[[shared.WorkflowNode](../../models/shared/workflownode.md)] | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `destination_id` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
| `source_id` | *str* | :heavy_check_mark: | N/A |
| `workflow_type` | [shared.WorkflowType](../../models/shared/workflowtype.md) | :heavy_check_mark: | N/A |
| `schedule` | [OptionalNullable[shared.Schedule]](../../models/shared/schedule.md) | :heavy_minus_sign: | N/A |
| `workflow_nodes` | List[[shared.WorkflowNode](../../models/shared/workflownode.md)] | :heavy_minus_sign: | N/A |
14 changes: 7 additions & 7 deletions docs/models/shared/updateworkflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `destination_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `schedule` | [OptionalNullable[shared.Schedule]](../../models/shared/schedule.md) | :heavy_minus_sign: | N/A |
| `source_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `workflow_type` | [OptionalNullable[shared.WorkflowType]](../../models/shared/workflowtype.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| `destination_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `schedule` | [OptionalNullable[shared.UpdateWorkflowSchedule]](../../models/shared/updateworkflowschedule.md) | :heavy_minus_sign: | N/A |
| `source_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `workflow_type` | [OptionalNullable[shared.WorkflowType]](../../models/shared/workflowtype.md) | :heavy_minus_sign: | N/A |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CreateWorkflowSchedule
# UpdateWorkflowSchedule


## Values
Expand Down
20 changes: 10 additions & 10 deletions docs/sdks/destinations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

### Available Operations

* [create_destination](#create_destination) - Create Destination
* [delete_destination](#delete_destination) - Delete Destination
* [get_destination](#get_destination) - Get Destination
* [list_destinations](#list_destinations) - List Destinations
* [update_destination](#update_destination) - Update Destination
* [create_destination](#create_destination) - Create destination connector
* [delete_destination](#delete_destination) - Delete destination connector
* [get_destination](#get_destination) - Get destination connector
* [list_destinations](#list_destinations) - List destination connectors
* [update_destination](#update_destination) - Update destination connector

## create_destination

Create Destination
Create a new destination connector using the provided configuration and name.

### Example Usage

Expand Down Expand Up @@ -65,7 +65,7 @@ with UnstructuredClient() as uc_client:

## delete_destination

Delete Destination
Delete a specific destination connector by its ID.

### Example Usage

Expand Down Expand Up @@ -106,7 +106,7 @@ with UnstructuredClient() as uc_client:

## get_destination

Get Destination
Retrieve detailed information for a specific destination connector by its ID.

### Example Usage

Expand Down Expand Up @@ -147,7 +147,7 @@ with UnstructuredClient() as uc_client:

## list_destinations

List Destinations
Retrieve a list of available destination connectors.

### Example Usage

Expand Down Expand Up @@ -186,7 +186,7 @@ with UnstructuredClient() as uc_client:

## update_destination

Update Destination
Update the configuration of an existing destination connector.

### Example Usage

Expand Down
6 changes: 3 additions & 3 deletions docs/sdks/jobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

## cancel_job

Cancel Job
Cancel the specified job.

### Example Usage

Expand Down Expand Up @@ -52,7 +52,7 @@ with UnstructuredClient() as uc_client:

## get_job

Get Job
Retrieve detailed information for a specific job by its ID.

### Example Usage

Expand Down Expand Up @@ -93,7 +93,7 @@ with UnstructuredClient() as uc_client:

## list_jobs

List Jobs
Retrieve a list of jobs with optional filtering by workflow ID or job status.

### Example Usage

Expand Down
20 changes: 10 additions & 10 deletions docs/sdks/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

### Available Operations

* [create_source](#create_source) - Create Source
* [delete_source](#delete_source) - Delete Source
* [get_source](#get_source) - Get Source
* [list_sources](#list_sources) - List Sources
* [update_source](#update_source) - Update Source
* [create_source](#create_source) - Create source connector
* [delete_source](#delete_source) - Delete source connector
* [get_source](#get_source) - Get source connector
* [list_sources](#list_sources) - List available source connectors
* [update_source](#update_source) - Update source connector

## create_source

Create Source
Create a new source connector using the provided configuration and name.

### Example Usage

Expand Down Expand Up @@ -68,7 +68,7 @@ with UnstructuredClient() as uc_client:

## delete_source

Delete Source
Delete a specific source connector identified by its ID.

### Example Usage

Expand Down Expand Up @@ -109,7 +109,7 @@ with UnstructuredClient() as uc_client:

## get_source

Get Source
Retrieve detailed information for a specific source connector by its ID.

### Example Usage

Expand Down Expand Up @@ -150,7 +150,7 @@ with UnstructuredClient() as uc_client:

## list_sources

List Sources
Retrieve a list of available source connectors.

### Example Usage

Expand Down Expand Up @@ -189,7 +189,7 @@ with UnstructuredClient() as uc_client:

## update_source

Update Source
Update the configuration of an existing source connector.

### Example Usage

Expand Down
Loading
Loading