Skip to content

Commit d1e6ad3

Browse files
chore: 🐝 Update SDK - Generate 0.14.2 (#98)
> [!IMPORTANT] > Linting report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/linting-report/d4628dc0add19d15f7f5e61496e3b833> > OpenAPI Change report available at: <https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/changes-report/b679f216ae39792e9ef2b353c559ca26> # SDK update Based on: - OpenAPI Doc - Speakeasy CLI 1.352.1 (2.385.1) https://github.com/speakeasy-api/speakeasy ## OpenAPI Change Summary ``` └─┬Components └─┬partition_parameters └──[➕] properties (268:17) ``` | Document Element | Total Changes | Breaking Changes | |------------------|---------------|------------------| | components | 1 | 0 | Co-authored-by: speakeasybot <[email protected]>
1 parent 224aaba commit d1e6ad3

File tree

21 files changed

+882
-649
lines changed

21 files changed

+882
-649
lines changed

.speakeasy/gen.lock

Lines changed: 10 additions & 7 deletions
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: 8693c941bb89c2b9e6a761243cdd6324
4+
docChecksum: 5e578870a27407577332f022decd7f44
55
docVersion: 1.0.42
6-
speakeasyVersion: 1.351.3
7-
generationVersion: 2.384.4
8-
releaseVersion: 0.14.1
9-
configChecksum: bbcc1c516334fd1c6078079c1303bd7c
6+
speakeasyVersion: 1.352.1
7+
generationVersion: 2.385.1
8+
releaseVersion: 0.14.2
9+
configChecksum: 3543fd0ecf30aa45d124e1680e4dba21
1010
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -15,9 +15,9 @@ features:
1515
typescript:
1616
additionalDependencies: 0.1.0
1717
constsAndDefaults: 0.1.5
18-
core: 3.11.12
18+
core: 3.11.13
1919
defaultEnabledRetries: 0.1.0
20-
envVarSecurityUsage: 0.1.0
20+
envVarSecurityUsage: 0.1.1
2121
examples: 2.81.4
2222
globalSecurity: 2.82.9
2323
globalSecurityCallbacks: 0.1.0
@@ -45,17 +45,20 @@ generatedFiles:
4545
- src/lib/encodings.ts
4646
- src/lib/http.ts
4747
- src/lib/is-plain-object.ts
48+
- src/lib/matchers.ts
4849
- src/lib/primitives.ts
4950
- src/lib/retries.ts
5051
- src/lib/schemas.ts
5152
- src/lib/sdks.ts
5253
- src/lib/security.ts
5354
- src/lib/url.ts
5455
- src/sdk/index.ts
56+
- src/sdk/models/errors/httpclienterrors.ts
5557
- src/sdk/models/errors/sdkerror.ts
5658
- src/sdk/models/errors/sdkvalidationerror.ts
5759
- src/sdk/types/blobs.ts
5860
- src/sdk/types/enums.ts
61+
- src/sdk/types/fp.ts
5962
- src/sdk/types/index.ts
6063
- src/sdk/types/operations.ts
6164
- src/sdk/types/rfcdate.ts

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.351.3
1+
speakeasyVersion: 1.352.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:baf2fe5e922f9f14674b8e8b30ec56d4297b3d81d229d829a4695cbdb805f460
6-
sourceBlobDigest: sha256:95689413d4cb554848a7750714832d89ec39d93ec0c77c2dbd4159c8be319829
5+
sourceRevisionDigest: sha256:5986bbcf35f9a55e65e68a3d8447a36dbc67b1c2b7aff3f999fe0e993ebc8b5e
6+
sourceBlobDigest: sha256:5f3f1a852166fb6d5324aea023fd178fda902671e8294ab660c6c32458b6abc5
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructed-typescript:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:baf2fe5e922f9f14674b8e8b30ec56d4297b3d81d229d829a4695cbdb805f460
15-
sourceBlobDigest: sha256:95689413d4cb554848a7750714832d89ec39d93ec0c77c2dbd4159c8be319829
14+
sourceRevisionDigest: sha256:5986bbcf35f9a55e65e68a3d8447a36dbc67b1c2b7aff3f999fe0e993ebc8b5e
15+
sourceBlobDigest: sha256:5f3f1a852166fb6d5324aea023fd178fda902671e8294ab660c6c32458b6abc5
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,4 +394,14 @@ Based on:
394394
### Generated
395395
- [typescript v0.14.1] .
396396
### Releases
397-
- [NPM v0.14.1] https://www.npmjs.com/package/unstructured-client/v/0.14.1 - .
397+
- [NPM v0.14.1] https://www.npmjs.com/package/unstructured-client/v/0.14.1 - .
398+
399+
## 2024-08-05 00:25:12
400+
### Changes
401+
Based on:
402+
- OpenAPI Doc
403+
- Speakeasy CLI 1.352.1 (2.385.1) https://github.com/speakeasy-api/speakeasy
404+
### Generated
405+
- [typescript v0.14.2] .
406+
### Releases
407+
- [NPM v0.14.2] https://www.npmjs.com/package/unstructured-client/v/0.14.2 - .

docs/sdk/models/shared/partitionparameters.md

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
typescript:
13-
version: 0.14.1
13+
version: 0.14.2
1414
additionalDependencies:
1515
dependencies:
1616
async: ^3.2.5

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"author": "Unstructured",
55
"main": "./index.js",
66
"sideEffects": false,

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6767
export const SDK_METADATA = {
6868
language: "typescript",
6969
openapiDocVersion: "1.0.42",
70-
sdkVersion: "0.14.1",
71-
genVersion: "2.384.4",
72-
userAgent: "speakeasy-sdk/typescript 0.14.1 2.384.4 1.0.42 unstructured-client",
70+
sdkVersion: "0.14.2",
71+
genVersion: "2.385.1",
72+
userAgent: "speakeasy-sdk/typescript 0.14.2 2.385.1 1.0.42 unstructured-client",
7373
} as const;

0 commit comments

Comments
 (0)