Skip to content

Commit 5e8beef

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.306.0
1 parent 26b7892 commit 5e8beef

File tree

16 files changed

+113
-46
lines changed

16 files changed

+113
-46
lines changed

.speakeasy/gen.lock

Lines changed: 10 additions & 7 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: 2cabb51a37782b691a9f16fbbf8df52b
5-
docVersion: 1.0.33
6-
speakeasyVersion: 1.300.1
7-
generationVersion: 2.339.1
8-
releaseVersion: 0.23.3
9-
configChecksum: 91a382013e2cda44b21c580620de3424
4+
docChecksum: 34cf85333e196df2240bc5a16af82b1a
5+
docVersion: 1.0.34
6+
speakeasyVersion: 1.306.0
7+
generationVersion: 2.340.3
8+
releaseVersion: 0.23.4
9+
configChecksum: 2f71ba62e42129740d3fe7343a6e3d57
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git
@@ -28,7 +28,7 @@ features:
2828
retries: 2.82.2
2929
sdkHooks: 0.1.0
3030
serverIDs: 2.81.1
31-
unions: 2.82.7
31+
unions: 2.82.8
3232
generatedFiles:
3333
- src/unstructured_client/sdkconfiguration.py
3434
- src/unstructured_client/general.py
@@ -44,6 +44,7 @@ generatedFiles:
4444
- src/unstructured_client/models/errors/sdkerror.py
4545
- src/unstructured_client/models/operations/partition.py
4646
- src/unstructured_client/models/errors/httpvalidationerror.py
47+
- src/unstructured_client/models/errors/servererror.py
4748
- src/unstructured_client/models/shared/validationerror.py
4849
- src/unstructured_client/models/shared/partition_parameters.py
4950
- src/unstructured_client/models/shared/security.py
@@ -53,7 +54,9 @@ generatedFiles:
5354
- src/unstructured_client/models/shared/__init__.py
5455
- docs/models/operations/partitionrequest.md
5556
- docs/models/operations/partitionresponse.md
57+
- docs/models/errors/detail.md
5658
- docs/models/errors/httpvalidationerror.md
59+
- docs/models/errors/servererror.md
5760
- docs/models/shared/loc.md
5861
- docs/models/shared/validationerror.md
5962
- docs/models/shared/chunkingstrategy.md

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.300.1
1+
speakeasyVersion: 1.306.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:a621cbff6995a7d971a973cc7abe784ebf6f6cd5da0c305c06cc1759674cf95a
6-
sourceBlobDigest: sha256:c4508c75038ffde557290925e80d31c169551a1f1ef948833ff7779d63c6881a
5+
sourceRevisionDigest: sha256:9519ff200ef20d0579a828d183d91727f4c8fac9478fe0f0c12ccea746f7fa4e
6+
sourceBlobDigest: sha256:c63a3527a172f55e372f9a4a5f64553b3af99e8629f626b8dbcde78cfcef7015
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructured-python:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:a621cbff6995a7d971a973cc7abe784ebf6f6cd5da0c305c06cc1759674cf95a
15-
sourceBlobDigest: sha256:c4508c75038ffde557290925e80d31c169551a1f1ef948833ff7779d63c6881a
14+
sourceRevisionDigest: sha256:9519ff200ef20d0579a828d183d91727f4c8fac9478fe0f0c12ccea746f7fa4e
15+
sourceBlobDigest: sha256:c63a3527a172f55e372f9a4a5f64553b3af99e8629f626b8dbcde78cfcef7015
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,4 +514,14 @@ Based on:
514514
### Generated
515515
- [python v0.23.3] .
516516
### Releases
517-
- [PyPI v0.23.3] https://pypi.org/project/unstructured-client/0.23.3 - .
517+
- [PyPI v0.23.3] https://pypi.org/project/unstructured-client/0.23.3 - .
518+
519+
## 2024-06-13 00:20:27
520+
### Changes
521+
Based on:
522+
- OpenAPI Doc
523+
- Speakeasy CLI 1.306.0 (2.340.3) https://github.com/speakeasy-api/speakeasy
524+
### Generated
525+
- [python v0.23.4] .
526+
### Releases
527+
- [PyPI v0.23.4] https://pypi.org/project/unstructured-client/0.23.4 - .

docs/models/errors/detail.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Detail
2+
3+
4+
## Supported Types
5+
6+
###
7+
8+
```python
9+
detail: List[shared.ValidationError] = /* values here */
10+
```
11+
12+
###
13+
14+
```python
15+
detail: str = /* values here */
16+
```
17+

docs/models/errors/httpvalidationerror.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8-
| `detail` | List[[shared.ValidationError](../../models/shared/validationerror.md)] | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8+
| `detail` | [Optional[errors.Detail]](../../models/errors/detail.md) | :heavy_minus_sign: | N/A |

docs/models/errors/servererror.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# ServerError
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `detail` | *Optional[str]* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)