Skip to content

chore: 🐝 Update SDK - Generate #83

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 1 commit into from
Jun 14, 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
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
management:
docChecksum: f152122a1bb6e932d6eb54355be2da11
docVersion: 1.0.35
speakeasyVersion: 1.308.0
generationVersion: 2.342.2
releaseVersion: 0.11.0
configChecksum: 8717f9a4467ab0eddfeb9d2d03635384
speakeasyVersion: 1.308.1
generationVersion: 2.342.6
releaseVersion: 0.11.1
configChecksum: bd8ea9af107b087e7927abd855542414
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
repoSubDirectory: .
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
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.308.0
speakeasyVersion: 1.308.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
sourceRevisionDigest: sha256:75c039c729d92b37dca8914b1b2f47e4f8a9775f1c77510896c906f925da24a9
sourceBlobDigest: sha256:f116cfff59082526bec401f05b9660a39c37f7db24417e8ab7aaa65676622e3c
tags:
- latest
- main
targets:
unstructed-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
sourceRevisionDigest: sha256:75c039c729d92b37dca8914b1b2f47e4f8a9775f1c77510896c906f925da24a9
sourceBlobDigest: sha256:f116cfff59082526bec401f05b9660a39c37f7db24417e8ab7aaa65676622e3c
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 @@ -323,4 +323,14 @@ Based on:
### Generated
- [typescript v0.11.0] .
### Releases
- [NPM v0.11.0] https://www.npmjs.com/package/unstructured-client/v/0.11.0 - .
- [NPM v0.11.0] https://www.npmjs.com/package/unstructured-client/v/0.11.0 - .

## 2024-06-14 17:43:15
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.308.1 (2.342.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.11.1] .
### Releases
- [NPM v0.11.1] https://www.npmjs.com/package/unstructured-client/v/0.11.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.11.0
version: 0.11.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.11.0",
"version": "0.11.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.11.0",
"version": "0.11.1",
"author": "Unstructured",
"main": "./index.js",
"sideEffects": false,
Expand Down
6 changes: 3 additions & 3 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.35",
sdkVersion: "0.11.0",
genVersion: "2.342.2",
userAgent: "speakeasy-sdk/typescript 0.11.0 2.342.2 1.0.35 unstructured-client",
sdkVersion: "0.11.1",
genVersion: "2.342.6",
userAgent: "speakeasy-sdk/typescript 0.11.1 2.342.6 1.0.35 unstructured-client",
} as const;
Loading