File tree Expand file tree Collapse file tree 9 files changed +1311
-6974
lines changed Expand file tree Collapse file tree 9 files changed +1311
-6974
lines changed Original file line number Diff line number Diff line change 11lockVersion: 2.0.0
22id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33management:
4- docChecksum: 903444f359d1dfa6342c692ae3e5c7ff
4+ docChecksum: a112aea005467aa6818696fa4e99fcfe
55 docVersion: 0.0.1
66 speakeasyVersion: internal
7- generationVersion: 2.263.3
8- releaseVersion: 0.10.4
9- configChecksum: 8bee1c3960268a6f4a0ccec9c1653249
7+ generationVersion: 2.277.0
8+ releaseVersion: 0.10.5
9+ configChecksum: 96a63e97d3dac8e37820f1f5fc324692
1010 repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/Unstructured-IO/unstructured-js-client
1313 published: true
1414features:
1515 typescript:
16- core: 3.4.7
16+ core: 3.4.8
1717 examples: 2.81.3
18- globalSecurity: 2.82.2
18+ globalSecurity: 2.82.4
1919 globalServerURLs: 2.82.1
2020 nameOverrides: 2.81.1
2121 retries: 2.82.1
Original file line number Diff line number Diff line change @@ -292,4 +292,14 @@ Based on:
292292### Generated
293293- [ typescript v0.10.4] .
294294### Releases
295- - [ NPM v0.10.4] https://www.npmjs.com/package/unstructured-client/v/0.10.4 - .
295+ - [ NPM v0.10.4] https://www.npmjs.com/package/unstructured-client/v/0.10.4 - .
296+
297+ ## 2024-03-01 22:57:50
298+ ### Changes
299+ Based on:
300+ - OpenAPI Doc 0.0.1
301+ - Speakeasy CLI 1.200.0 (2.277.0) https://github.com/speakeasy-api/speakeasy
302+ ### Generated
303+ - [ typescript v0.10.5] .
304+ ### Releases
305+ - [ NPM v0.10.5] https://www.npmjs.com/package/unstructured-client/v/0.10.5 - .
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ async function run() {
2424 maxCharacters: 1500 ,
2525 newAfterNChars: 1500 ,
2626 outputFormat: " application/json" ,
27+ overlap: 25 ,
28+ overlapAll: true ,
2729 skipInferTableTypes: [" pdf" ],
2830 strategy: " hi_res" ,
2931 });
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -7,8 +7,10 @@ generation:
77 nameResolutionDec2023 : false
88 parameterOrderingFeb2024 : false
99 requestResponseComponentNamesFeb2024 : false
10+ auth :
11+ oAuth2ClientCredentialsEnabled : false
1012typescript :
11- version : 0.10.4
13+ version : 0.10.5
1214 author : Unstructured
1315 clientServerStatusCodesAsErrors : true
1416 flattenGlobalSecurity : false
You can’t perform that action at this time.
0 commit comments