Skip to content

Commit f079b7f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.308.1
1 parent 26b7892 commit f079b7f

File tree

17 files changed

+124
-47
lines changed

17 files changed

+124
-47
lines changed

.speakeasy/gen.lock

Lines changed: 12 additions & 8 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: 5365c99c52e23b044ef9916ecf51b1a9
5+
docVersion: 1.0.35
6+
speakeasyVersion: 1.308.1
7+
generationVersion: 2.342.6
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
@@ -15,7 +15,7 @@ features:
1515
python:
1616
additionalDependencies: 0.1.0
1717
constsAndDefaults: 0.1.3
18-
core: 4.6.9
18+
core: 4.6.11
1919
examples: 2.81.3
2020
globalSecurity: 2.83.5
2121
globalSecurityCallbacks: 0.1.0
@@ -28,13 +28,14 @@ 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
3535
- src/unstructured_client/sdk.py
3636
- py.typed
3737
- pylintrc
38+
- scripts/publish.sh
3839
- setup.py
3940
- src/unstructured_client/__init__.py
4041
- src/unstructured_client/utils/__init__.py
@@ -44,6 +45,7 @@ generatedFiles:
4445
- src/unstructured_client/models/errors/sdkerror.py
4546
- src/unstructured_client/models/operations/partition.py
4647
- src/unstructured_client/models/errors/httpvalidationerror.py
48+
- src/unstructured_client/models/errors/servererror.py
4749
- src/unstructured_client/models/shared/validationerror.py
4850
- src/unstructured_client/models/shared/partition_parameters.py
4951
- src/unstructured_client/models/shared/security.py
@@ -53,7 +55,9 @@ generatedFiles:
5355
- src/unstructured_client/models/shared/__init__.py
5456
- docs/models/operations/partitionrequest.md
5557
- docs/models/operations/partitionresponse.md
58+
- docs/models/errors/detail.md
5659
- docs/models/errors/httpvalidationerror.md
60+
- docs/models/errors/servererror.md
5761
- docs/models/shared/loc.md
5862
- docs/models/shared/validationerror.md
5963
- 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.308.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:a621cbff6995a7d971a973cc7abe784ebf6f6cd5da0c305c06cc1759674cf95a
6-
sourceBlobDigest: sha256:c4508c75038ffde557290925e80d31c169551a1f1ef948833ff7779d63c6881a
5+
sourceRevisionDigest: sha256:2afe2b4cc03c9cec18d5b1b183a58d9d215c4741446a4deac25700bdb98a7aeb
6+
sourceBlobDigest: sha256:5f8888fc7a7d4dd77922a6607261d2b76bb51c2aeda36e98a33d4c3cbdf40f5e
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:2afe2b4cc03c9cec18d5b1b183a58d9d215c4741446a4deac25700bdb98a7aeb
15+
sourceBlobDigest: sha256:5f8888fc7a7d4dd77922a6607261d2b76bb51c2aeda36e98a33d4c3cbdf40f5e
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-15 00:20:16
520+
### Changes
521+
Based on:
522+
- OpenAPI Doc
523+
- Speakeasy CLI 1.308.1 (2.342.6) 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)