Skip to content

Commit 0e700b4

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.99.0
1 parent 98164bb commit 0e700b4

File tree

12 files changed

+35
-23
lines changed

12 files changed

+35
-23
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,14 @@ Based on:
174174
### Generated
175175
- [python v0.9.0] .
176176
### Releases
177-
- [PyPI v0.9.0] https://pypi.org/project/unstructured-client/0.9.0 - .
177+
- [PyPI v0.9.0] https://pypi.org/project/unstructured-client/0.9.0 - .
178+
179+
## 2023-10-12 22:35:30
180+
### Changes
181+
Based on:
182+
- OpenAPI Doc 0.0.1
183+
- Speakeasy CLI 1.99.0 (2.154.1) https://github.com/speakeasy-api/speakeasy
184+
### Generated
185+
- [python v0.9.1] .
186+
### Releases
187+
- [PyPI v0.9.1] https://pypi.org/project/unstructured-client/0.9.1 - .

USAGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ res = s.general.partition(req)
4040

4141
if res.elements is not None:
4242
# handle response
43+
pass
4344
```
4445
<!-- End SDK Example Usage -->

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[*errors.ValidationError*] | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
8+
| `detail` | list[*ValidationError*] | :heavy_minus_sign: | N/A |

docs/models/errors/validationerror.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8-
| `loc` | list[[Union[str, int]](undefined/models/errors/validationerrorloc.md)] | :heavy_check_mark: | N/A |
9-
| `msg` | *Optional[str]* | :heavy_check_mark: | N/A |
10-
| `type` | *Optional[str]* | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
8+
| `loc` | list[[Union[str, int]](../../models/errors/validationerrorloc.md)] | :heavy_check_mark: | N/A |
9+
| `msg` | *str* | :heavy_check_mark: | N/A |
10+
| `type` | *str* | :heavy_check_mark: | N/A |

docs/models/operations/partitionresponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `elements` | list[*Any*] | :heavy_minus_sign: | Successful Response |
10-
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/shared/partitionparameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| `combine_under_n_chars` | *Optional[int]* | :heavy_minus_sign: | If chunking strategy is set, combine elements until a section reaches a length of n chars. Default: 500 | 500 |
1010
| `coordinates` | *Optional[bool]* | :heavy_minus_sign: | If true, return coordinates for each element. Default: false | |
1111
| `encoding` | *Optional[str]* | :heavy_minus_sign: | The encoding method used to decode the text input. Default: utf-8 | utf-8 |
12-
| `files` | [Optional[shared.PartitionParametersFiles]](undefined/models/shared/partitionparametersfiles.md) | :heavy_minus_sign: | The file to extract | |
12+
| `files` | [Optional[PartitionParametersFiles]](../../models/shared/partitionparametersfiles.md) | :heavy_minus_sign: | The file to extract | |
1313
| `gz_uncompressed_content_type` | *Optional[str]* | :heavy_minus_sign: | If file is gzipped, use this content type after unzipping | application/pdf |
1414
| `hi_res_model_name` | *Optional[str]* | :heavy_minus_sign: | The name of the inference model used when strategy is hi_res | yolox |
1515
| `include_page_breaks` | *Optional[bool]* | :heavy_minus_sign: | If True, the output will include page breaks if the filetype supports it. Default: false | |

docs/models/shared/partitionparametersfiles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `content` | *Optional[bytes]* | :heavy_check_mark: | N/A |
9-
| `files` | *Optional[str]* | :heavy_check_mark: | N/A |
8+
| `content` | *bytes* | :heavy_check_mark: | N/A |
9+
| `files` | *str* | :heavy_check_mark: | N/A |

docs/models/shared/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `api_key_auth` | *Optional[str]* | :heavy_check_mark: | N/A | YOUR_API_KEY |
8+
| `api_key_auth` | *str* | :heavy_check_mark: | N/A | YOUR_API_KEY |

docs/sdks/general/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ res = s.general.partition(req)
5050

5151
if res.elements is not None:
5252
# handle response
53+
pass
5354
```
5455

5556
### Parameters

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 25324f1821b1070aa4a416ec8ddca590
44
docVersion: 0.0.1
5-
speakeasyVersion: 1.98.1
6-
generationVersion: 2.152.1
5+
speakeasyVersion: 1.99.0
6+
generationVersion: 2.154.1
77
generation:
88
comments:
99
disableComments: false
@@ -14,7 +14,7 @@ generation:
1414
tagNamespacingDisabled: false
1515
features:
1616
python:
17-
core: 2.88.4
17+
core: 2.88.6
1818
downloadStreams: 0.0.1
1919
examples: 2.81.2
2020
globalSecurity: 2.82.0
@@ -23,7 +23,7 @@ features:
2323
retries: 2.82.0
2424
serverIDs: 2.81.1
2525
python:
26-
version: 0.9.0
26+
version: 0.9.1
2727
author: Unstructured
2828
clientServerStatusCodesAsErrors: true
2929
description: Python Client SDK for Unstructured API

0 commit comments

Comments
 (0)