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 0.26.0-beta.2 (#180)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/06f2b539d2c97cb1615ae662e87e17ac> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/6742c98a9ebf761f72becadba40dc5f8> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.401.2 (2.421.3) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary ``` ├─┬Info │ └──[🔀] version (5:16) ├─┬Components │ └─┬partition_parameters │ ├──[➕] properties (448:11) │ ├─┬starting_page_number │ │ ├─┬ANYOF │ │ │ ├──[🔀] type (302:25)❌ │ │ │ └──[➕] default (303:28)❌ │ │ └─┬ANYOF │ │ ├──[🔀] type (306:25)❌ │ │ └──[➖] default (181:35)❌ │ ├─┬gz_uncompressed_content_type │ │ ├─┬ANYOF │ │ │ ├──[🔀] type (226:25)❌ │ │ │ └──[➕] default (227:28)❌ │ │ └─┬ANYOF │ │ ├──[🔀] type (230:25)❌ │ │ └──[➖] default (127:35)❌ │ ├─┬strategy │ │ ├──[🔀] description (321:28) │ │ └──[🔀] default (322:24)❌ │ ├─┬max_characters │ │ ├─┬ANYOF │ │ │ ├──[🔀] type (394:25)❌ │ │ │ └──[➕] default (395:28)❌ │ │ └─┬ANYOF │ │ ├──[🔀] type (398:25)❌ │ │ └──[➖] default (242:35)❌ │ ├─┬new_after_n_chars │ │ ├─┬ANYOF │ │ │ ├──[🔀] type (413:25)❌ │ │ │ └──[➕] default (414:28)❌ │ │ └─┬ANYOF │ │ ├──[🔀] type (417:25)❌ │ │ └──[➖] default (254:35)❌ │ ├─┬encoding │ │ ├─┬ANYOF │ │ │ ├──[🔀] type (204:25)❌ │ │ │ └──[➕] default (205:28)❌ │ │ └─┬ANYOF │ │ ├──[🔀] type (208:25)❌ │ │ └──[➖] default (113:35)❌ │ ├─┬content_type │ │ ├─┬ANYOF │ │ │ ├──[🔀] type (191:25)❌ │ │ │ └──[➕] default (192:28)❌ │ │ └─┬ANYOF │ │ ├──[🔀] type (195:25)❌ │ │ └──[➖] default (106:35)❌ │ ├─┬combine_under_n_chars │ │ ├─┬ANYOF │ │ │ ├──[🔀] type (368:25)❌ │ │ │ └──[➕] default (369:28)❌ │ │ └─┬ANYOF │ │ ├──[🔀] type (372:25)❌ │ │ └──[➖] default (228:35)❌ │ ├─┬chunking_strategy │ │ ├─┬ANYOF │ │ │ ├──[➖] enum (214:31)❌ │ │ │ ├──[➖] enum (215:31)❌ │ │ │ ├──[➖] enum (216:31)❌ │ │ │ ├──[➖] enum (213:31)❌ │ │ │ ├──[🔀] type (354:25)❌ │ │ │ └──[➖] default (217:35)❌ │ │ └─┬ANYOF │ │ ├──[➕] enum (346:19) │ │ ├──[➕] enum (347:19) │ │ ├──[➕] enum (348:19) │ │ ├──[➕] enum (349:19) │ │ ├──[🔀] type (344:25)❌ │ │ └──[➕] default (351:28)❌ │ ├──similarity_threshold │ ├─┬include_orig_elements │ │ ├─┬ANYOF │ │ │ ├──[🔀] type (385:25)❌ │ │ │ └──[➖] default (235:35)❌ │ │ └─┬ANYOF │ │ ├──[🔀] type (381:25)❌ │ │ └──[➕] default (382:28)❌ │ └─┬hi_res_model_name │ ├─┬ANYOF │ │ ├──[🔀] type (239:25)❌ │ │ └──[➕] default (240:28)❌ │ └─┬ANYOF │ ├──[🔀] type (243:25)❌ │ └──[➖] default (134:35)❌ └─┬Extensions └──[🔀] x-speakeasy-retries (543:26) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | | components | 51 | 45 | Co-authored-by: speakeasybot <[email protected]> Co-authored-by: Austin Walker <[email protected]>
- Loading branch information