Skip to content

chore: 🐝 Update SDK - Generate 0.14.1 #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
Loading