-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: 🐝 Update SDK - Generate (#78)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/linting-report/6b5dfff5ca93cb3de137bb91295b6200> > OpenAPI Change report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/changes-report/a6237515a906ae9a94d6c232a1b0b58d> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.306.0 (2.340.3) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary ``` ├─┬Info │ └──[🔀] version (1:80) ├─┬Paths │ └─┬/general/v0/general │ └─┬POST │ └─┬Responses │ ├──[➕] codes (1:1207) │ └─┬200 │ └─┬application/json │ └─┬Schema │ └──[➕] description (1:957) └─┬Components ├──[➕] schemas (1:9818) ├─┬HTTPValidationError │ ├──[➖] title (1:1374) │ ├──[➕] example (1:1594) │ └─┬detail │ ├──[➖] items (1:1259)❌ │ ├──[➖] type (1:1317)❌ │ ├──[➖] title (1:1335) │ ├──[➕] oneOf (1:1482) │ └──[➕] oneOf (1:1560) └─┬partition_parameters ├─┬extract_image_block_types │ └──[🔀] description (1:2931) ├─┬chunking_strategy │ └──[🔀] description (1:6295) ├─┬coordinates │ └──[🔀] description (1:2526) ├─┬languages │ └──[🔀] description (1:3750) ├─┬ocr_languages │ └──[🔀] description (1:4011) ├─┬xml_keep_tags │ └──[🔀] description (1:5952) ├─┬include_page_breaks │ └──[🔀] description (1:3538) ├─┬gz_uncompressed_content_type │ └──[🔀] description (1:3204) └─┬unique_element_ids └──[🔀] description (1:5660) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | | paths | 2 | 0 | | components | 17 | 2 | ## TYPESCRIPT CHANGELOG ## core: 3.9.13 - 2024-06-06 ### 🐛 Bug Fixes - use smaller bulk query param encoder in TypeScript *(commit by [@disintegrator](https://github.com/disintegrator))* Co-authored-by: speakeasybot <[email protected]> Co-authored-by: Austin Walker <[email protected]>
- Loading branch information
1 parent
3f3a399
commit 3ce2e4f
Showing
19 changed files
with
196 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Detail | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# ServerError | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------ | ------------------ | ------------------ | ------------------ | | ||
| `detail` | *string* | :heavy_minus_sign: | N/A | |
Oops, something went wrong.