Skip to content

Commit bf8690b

Browse files
github-actions[bot]speakeasybotscanny
authored
chore: 🐝 Update SDK - Generate (#33)
# SDK update Based on: - OpenAPI Doc 0.0.1 - Speakeasy CLI 1.200.0 (2.277.0) https://github.com/speakeasy-api/speakeasy ## TYPESCRIPT CHANGELOG ## globalSecurity: 2.82.4 - 2024-02-26 ### 🔧 Chores - add no-security testcase *(commit by [@2ynn](https://github.com/2ynn))* ## globalSecurity: 2.82.3 - 2024-02-23 ### 🐛 Bug Fixes - allow security to be disabled at the operation level *(commit by [@TristanSpeakEasy](https://github.com/TristanSpeakeasy))* ## core: 3.4.8 - 2024-02-23 ### 🐛 Bug Fixes - example generation for complex objects *(commit by [@ThomasRooney](https://github.com/ThomasRooney))* ## core: 3.5.2 - 2024-02-22 ### 🐛 Bug Fixes - improved SDK hooks and their call sites *(commit by [@TristanSpeakEasy](https://github.com/TristanSpeakeasy))* ## core: 3.5.1 - 2024-02-19 ### 🔧 Chores - remove explicit module type in package.json *(commit by [@disintegrator](https://github.com/disintegrator))* ## core: 3.5.0 - 2024-02-15 ### 🐝 New Features - add support for SDK hooks *(commit by [@TristanSpeakEasy](https://github.com/TristanSpeakeasy))* ## core: 3.4.10 - 2024-02-13 ### 🔧 Chores - improvements to example generation for usage snippets *(commit by [@TristanSpeakEasy](https://github.com/TristanSpeakeasy))* --------- Co-authored-by: speakeasybot <[email protected]> Co-authored-by: scanny <[email protected]>
1 parent dc34c5b commit bf8690b

File tree

9 files changed

+1311
-6974
lines changed

9 files changed

+1311
-6974
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
lockVersion: 2.0.0
22
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33
management:
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
1414
features:
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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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 - .

USAGE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
});

docs/sdk/models/shared/partitionparameters.md

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ generation:
77
nameResolutionDec2023: false
88
parameterOrderingFeb2024: false
99
requestResponseComponentNamesFeb2024: false
10+
auth:
11+
oAuth2ClientCredentialsEnabled: false
1012
typescript:
11-
version: 0.10.4
13+
version: 0.10.5
1214
author: Unstructured
1315
clientServerStatusCodesAsErrors: true
1416
flattenGlobalSecurity: false

0 commit comments

Comments
 (0)