Skip to content

chore: 🐝 Update SDK - Generate #81

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
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: af8d0c3230d9891ef1e3e4386c6e816a
docVersion: 1.0.34
speakeasyVersion: 1.306.0
generationVersion: 2.340.3
releaseVersion: 0.16.4
configChecksum: 830f1b348569b3488309317287db229c
docChecksum: f152122a1bb6e932d6eb54355be2da11
docVersion: 1.0.35
speakeasyVersion: 1.308.0
generationVersion: 2.342.2
releaseVersion: 0.11.0
configChecksum: 8717f9a4467ab0eddfeb9d2d03635384
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.9.13
core: 3.9.14
examples: 2.81.4
globalSecurity: 2.82.9
globalSecurityCallbacks: 0.1.0
Expand Down
13 changes: 8 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.306.0
speakeasyVersion: 1.308.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:46f0ff4262d46aef7e07c8d3c8ab37d1706336ef055cdfafd495b920af375023
sourceBlobDigest: sha256:42ce9b751ce6666284780e330148324d7a7ff9af8e4aaf6d47096cf0282224d3
sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
tags:
- latest
- main
targets:
unstructed-typescript:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:46f0ff4262d46aef7e07c8d3c8ab37d1706336ef055cdfafd495b920af375023
sourceBlobDigest: sha256:42ce9b751ce6666284780e330148324d7a7ff9af8e4aaf6d47096cf0282224d3
sourceRevisionDigest: sha256:a35eb7c2c127f2fcfcda671cc0d50905305d0cfbaedb77f73f7f15d01c7a8a6b
sourceBlobDigest: sha256:151b7029fefa0b7aa79d4f7c9a0ceea175b470cbc7eb7573344dce1e83c2e474
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand All @@ -29,5 +29,8 @@ workflow:
unstructed-typescript:
target: typescript
source: my-source
publish:
npm:
token: $NPM_TOKEN
codeSamples:
output: codeSamples.yaml
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,3 +313,14 @@ Based on:
- [typescript v0.10.6] .
### Releases
- [NPM v0.10.6] https://www.npmjs.com/package/unstructured-client/v/0.10.6 - .


## 2024-06-14 00:22:42
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.308.0 (2.342.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.11.0] .
### Releases
- [NPM v0.11.0] https://www.npmjs.com/package/unstructured-client/v/0.11.0 - .
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.16.4",
"version": "0.11.0",
"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.16.4",
"version": "0.11.0",
"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 @@ -60,8 +60,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {

export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "1.0.34",
sdkVersion: "0.16.4",
genVersion: "2.340.3",
userAgent: "speakeasy-sdk/typescript 0.16.4 2.340.3 1.0.34 unstructured-client",
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",
} as const;
Loading