Skip to content

Commit

Permalink
chore: 🐝 Update SDK - Generate 0.14.1 (#97)
Browse files Browse the repository at this point in the history
> [!IMPORTANT]
> Linting report available at:
<https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/linting-report/810be300f23439b5fe7d1a1da03be41c>
> OpenAPI Change report available at:
<https://app.speakeasyapi.dev/org/unstructured/unstructured5xr/changes-report/5165613c7c9986a57a00e39fa790ce5e>
# SDK update
Based on:
- OpenAPI Doc  
- Speakeasy CLI 1.351.3 (2.384.4)
https://github.com/speakeasy-api/speakeasy
## OpenAPI Change Summary


```
└─┬Info
  └──[🔀] version (4:14)
```

| Document Element | Total Changes | Breaking Changes |
|------------------|---------------|------------------|
| info             | 1             | 0                |

Co-authored-by: speakeasybot <[email protected]>
Co-authored-by: Austin Walker <[email protected]>
  • Loading branch information
3 people authored Aug 2, 2024
1 parent cdaa42c commit 224aaba
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 22 deletions.
14 changes: 7 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
management:
docChecksum: 20a563c667f63df94bebac671d008a7e
docVersion: 1.0.41
speakeasyVersion: 1.348.1
generationVersion: 2.380.1
releaseVersion: 0.14.0
configChecksum: 1eced6a53b0d7bdd6ae24458fdda9a4a
docChecksum: 8693c941bb89c2b9e6a761243cdd6324
docVersion: 1.0.42
speakeasyVersion: 1.351.3
generationVersion: 2.384.4
releaseVersion: 0.14.1
configChecksum: bbcc1c516334fd1c6078079c1303bd7c
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
Expand All @@ -15,7 +15,7 @@ features:
typescript:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.5
core: 3.11.11
core: 3.11.12
defaultEnabledRetries: 0.1.0
envVarSecurityUsage: 0.1.0
examples: 2.81.4
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.348.1
speakeasyVersion: 1.351.3
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:d9a931a50d97bc11347f15100441fb15949c78c4bd1ba40563622fef337f71e4
sourceBlobDigest: sha256:c92c14e9b5efafea512482ea6da6a7f1599b3063b2eb2ad2e8feb76c8016ab62
sourceRevisionDigest: sha256:baf2fe5e922f9f14674b8e8b30ec56d4297b3d81d229d829a4695cbdb805f460
sourceBlobDigest: sha256:95689413d4cb554848a7750714832d89ec39d93ec0c77c2dbd4159c8be319829
tags:
- latest
- main
targets:
unstructed-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:d9a931a50d97bc11347f15100441fb15949c78c4bd1ba40563622fef337f71e4
sourceBlobDigest: sha256:c92c14e9b5efafea512482ea6da6a7f1599b3063b2eb2ad2e8feb76c8016ab62
sourceRevisionDigest: sha256:baf2fe5e922f9f14674b8e8b30ec56d4297b3d81d229d829a4695cbdb805f460
sourceBlobDigest: sha256:95689413d4cb554848a7750714832d89ec39d93ec0c77c2dbd4159c8be319829
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,4 +384,14 @@ Based on:
### Generated
- [typescript v0.14.0] .
### Releases
- [NPM v0.14.0] https://www.npmjs.com/package/unstructured-client/v/0.14.0 - .
- [NPM v0.14.0] https://www.npmjs.com/package/unstructured-client/v/0.14.0 - .

## 2024-08-02 00:23:42
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.351.3 (2.384.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.14.1] .
### Releases
- [NPM v0.14.1] https://www.npmjs.com/package/unstructured-client/v/0.14.1 - .
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
typescript:
version: 0.14.0
version: 0.14.1
additionalDependencies:
dependencies:
async: ^3.2.5
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "unstructured-client",
"version": "0.14.0",
"version": "0.14.1",
"exports": {
".": "./src/index.ts",
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unstructured-client",
"version": "0.14.0",
"version": "0.14.1",
"author": "Unstructured",
"main": "./index.js",
"sideEffects": false,
Expand Down
8 changes: 4 additions & 4 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {

export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.41",
sdkVersion: "0.14.0",
genVersion: "2.380.1",
userAgent: "speakeasy-sdk/typescript 0.14.0 2.380.1 1.0.41 unstructured-client",
openapiDocVersion: "1.0.42",
sdkVersion: "0.14.1",
genVersion: "2.384.4",
userAgent: "speakeasy-sdk/typescript 0.14.1 2.384.4 1.0.42 unstructured-client",
} as const;

0 comments on commit 224aaba

Please sign in to comment.