Skip to content

Commit 5c58602

Browse files
chore: 🐝 Update SDK - Generate 0.18.1 (#126)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/192a103e08b63c11f0e339ced49685cb> > OpenAPI Change report available at: <https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/cf5b716a6c0a5a9676a9cea8247d4df5> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.412.6 (2.436.3) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary ``` └─┬Info └──[🔀] version (5:16) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | info | 1 | 0 | Co-authored-by: speakeasybot <[email protected]>
1 parent 6e6239f commit 5c58602

File tree

10 files changed

+36
-59
lines changed

10 files changed

+36
-59
lines changed

.speakeasy/gen.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33
management:
4-
docChecksum: 2abad0a9424f43665ea6a06d7f1db4ca
5-
docVersion: 1.0.50
6-
speakeasyVersion: 1.403.3
7-
generationVersion: 2.424.0
8-
releaseVersion: 0.18.0
9-
configChecksum: a7f768163666da1db6d3a4b3fa3a199c
4+
docChecksum: 0ecb1bbbef6c9805d6a3edcc0afd098a
5+
docVersion: 1.0.51
6+
speakeasyVersion: 1.412.6
7+
generationVersion: 2.436.3
8+
releaseVersion: 0.18.1
9+
configChecksum: 85feae8322e909e03a92ff8ccb1fdaf2
1010
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -15,7 +15,7 @@ features:
1515
typescript:
1616
additionalDependencies: 0.1.0
1717
constsAndDefaults: 0.1.11
18-
core: 3.18.0
18+
core: 3.18.2
1919
defaultEnabledRetries: 0.1.0
2020
enumUnions: 0.1.0
2121
envVarSecurityUsage: 0.1.1

.speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.403.3
1+
speakeasyVersion: 1.412.6
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:ecc480f02170320aec000c633b53b2e09b5753b56f0619a14980873ce623646c
6-
sourceBlobDigest: sha256:339446a3ddb92ef648b5881135a44848f08cec15d2c4785d1000884ec29bd801
5+
sourceRevisionDigest: sha256:4def9905d4dde07688c12b86adc3b3f080c4ecf25263ff896d3c7b902910e42a
6+
sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructed-typescript:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:ecc480f02170320aec000c633b53b2e09b5753b56f0619a14980873ce623646c
15-
sourceBlobDigest: sha256:339446a3ddb92ef648b5881135a44848f08cec15d2c4785d1000884ec29bd801
14+
sourceRevisionDigest: sha256:4def9905d4dde07688c12b86adc3b3f080c4ecf25263ff896d3c7b902910e42a
15+
sourceBlobDigest: sha256:4747157b44baaa540a909f6947d16b08b096845a816819d9b0d35d074561fb68
1616
workflow:
1717
workflowVersion: 1.0.0
1818
speakeasyVersion: latest

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
313313
314314
<summary>Available standalone functions</summary>
315315
316-
- [generalPartition](docs/sdks/general/README.md#partition)
317-
316+
- [`generalPartition`](docs/sdks/general/README.md#partition) - Summary
318317
319318
</details>
320319
<!-- End Standalone functions [standalone-funcs] -->

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,14 @@ Based on:
484484
### Generated
485485
- [typescript v0.18.0] .
486486
### Releases
487-
- [NPM v0.18.0] https://www.npmjs.com/package/unstructured-client/v/0.18.0 - .
487+
- [NPM v0.18.0] https://www.npmjs.com/package/unstructured-client/v/0.18.0 - .
488+
489+
## 2024-10-08 22:54:16
490+
### Changes
491+
Based on:
492+
- OpenAPI Doc
493+
- Speakeasy CLI 1.412.6 (2.436.3) https://github.com/speakeasy-api/speakeasy
494+
### Generated
495+
- [typescript v0.18.1] .
496+
### Releases
497+
- [NPM v0.18.1] https://www.npmjs.com/package/unstructured-client/v/0.18.1 - .

gen.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
typescript:
13-
version: 0.18.0
13+
version: 0.18.1
1414
additionalDependencies:
1515
dependencies:
1616
async: ^3.2.5
@@ -26,6 +26,7 @@ typescript:
2626
clientServerStatusCodesAsErrors: true
2727
enumFormat: enum
2828
flattenGlobalSecurity: false
29+
flatteningOrder: body-first
2930
imports:
3031
option: openapi
3132
paths:

jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "unstructured-client",
5-
"version": "0.18.0",
5+
"version": "0.18.1",
66
"exports": {
77
".": "./src/index.ts",
88
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

package-lock.json

+3-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"author": "Unstructured",
55
"main": "./index.js",
66
"sideEffects": false,

src/funcs/generalPartition.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ export async function generalPartition(
4949
| ConnectionError
5050
>
5151
> {
52-
const input = request;
53-
5452
const parsed = safeParse(
55-
input,
53+
request,
5654
(value) => operations.PartitionRequest$outboundSchema.parse(value),
5755
"Input validation failed",
5856
);

src/lib/config.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6868

6969
export const SDK_METADATA = {
7070
language: "typescript",
71-
openapiDocVersion: "1.0.50",
72-
sdkVersion: "0.18.0",
73-
genVersion: "2.424.0",
71+
openapiDocVersion: "1.0.51",
72+
sdkVersion: "0.18.1",
73+
genVersion: "2.436.3",
7474
userAgent:
75-
"speakeasy-sdk/typescript 0.18.0 2.424.0 1.0.50 unstructured-client",
75+
"speakeasy-sdk/typescript 0.18.1 2.436.3 1.0.51 unstructured-client",
7676
} as const;

0 commit comments

Comments
 (0)