Skip to content

Commit 6baadb3

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.331.0
1 parent 804a361 commit 6baadb3

File tree

8 files changed

+29
-33
lines changed

8 files changed

+29
-33
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ id: f42cb8e6-e2ce-4565-b975-5a9f38b94d5a
33
management:
44
docChecksum: 3f2fbf3f00965b046a501b0642259d4e
55
docVersion: 1.0.39
6-
speakeasyVersion: 1.330.0
7-
generationVersion: 2.361.10
8-
releaseVersion: 0.12.0
9-
configChecksum: d7fea18f81ca96b0f79ee5eb84463306
6+
speakeasyVersion: 1.331.0
7+
generationVersion: 2.365.0
8+
releaseVersion: 0.12.1
9+
configChecksum: 52e1668cd91ab9c26359b89fb6fed9ea
1010
repoURL: https://github.com/Unstructured-IO/unstructured-js-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-js-client
@@ -15,7 +15,7 @@ features:
1515
typescript:
1616
additionalDependencies: 0.1.0
1717
constsAndDefaults: 0.1.5
18-
core: 3.11.5
18+
core: 3.11.6
1919
examples: 2.81.4
2020
globalSecurity: 2.82.9
2121
globalSecurityCallbacks: 0.1.0

.speakeasy/workflow.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.330.0
1+
speakeasyVersion: 1.331.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:a6a17fc122fce52ae3601b08bffe8294b5d355d1b5370390192536c856f475da
6-
sourceBlobDigest: sha256:c85052e891c341ae0a33a0bc0e21498d897649af7c1d1fa7638da4a857eb4d49
5+
sourceRevisionDigest: sha256:442a056ec98200f499cdcb302219cf79810d9d58d514609324d604b98a740793
6+
sourceBlobDigest: sha256:a357dc2d18580b47fbac584371838eb674521c5522818aa3e5474496ac7813d2
77
tags:
88
- latest
99
- main
1010
targets:
1111
unstructed-typescript:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:a6a17fc122fce52ae3601b08bffe8294b5d355d1b5370390192536c856f475da
15-
sourceBlobDigest: sha256:c85052e891c341ae0a33a0bc0e21498d897649af7c1d1fa7638da4a857eb4d49
14+
sourceRevisionDigest: sha256:442a056ec98200f499cdcb302219cf79810d9d58d514609324d604b98a740793
15+
sourceBlobDigest: sha256:a357dc2d18580b47fbac584371838eb674521c5522818aa3e5474496ac7813d2
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
@@ -364,4 +364,14 @@ Based on:
364364
### Generated
365365
- [typescript v0.12.0] .
366366
### Releases
367-
- [NPM v0.12.0] https://www.npmjs.com/package/unstructured-client/v/0.12.0 - .
367+
- [NPM v0.12.0] https://www.npmjs.com/package/unstructured-client/v/0.12.0 - .
368+
369+
## 2024-07-11 00:24:07
370+
### Changes
371+
Based on:
372+
- OpenAPI Doc
373+
- Speakeasy CLI 1.331.0 (2.365.0) https://github.com/speakeasy-api/speakeasy
374+
### Generated
375+
- [typescript v0.12.1] .
376+
### Releases
377+
- [NPM v0.12.1] https://www.npmjs.com/package/unstructured-client/v/0.12.1 - .

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.12.0
13+
version: 0.12.1
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.12.0",
5+
"version": "0.12.1",
66
"exports": {
77
".": "./src/index.ts",
88
"./sdk/models/errors": "./src/sdk/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 15 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"author": "Unstructured",
55
"main": "./index.js",
66
"sideEffects": false,
@@ -20,7 +20,6 @@
2020
"devDependencies": {
2121
"@types/async": "^3.2.24",
2222
"@types/jest": "^29.5.12",
23-
"@types/jsonpath": "^0.2.4",
2423
"@typescript-eslint/eslint-plugin": "^7.7.1",
2524
"@typescript-eslint/parser": "^7.7.1",
2625
"eslint": "^8.57.0",

src/lib/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6161
export const SDK_METADATA = {
6262
language: "typescript",
6363
openapiDocVersion: "1.0.39",
64-
sdkVersion: "0.12.0",
65-
genVersion: "2.361.10",
66-
userAgent: "speakeasy-sdk/typescript 0.12.0 2.361.10 1.0.39 unstructured-client",
64+
sdkVersion: "0.12.1",
65+
genVersion: "2.365.0",
66+
userAgent: "speakeasy-sdk/typescript 0.12.1 2.365.0 1.0.39 unstructured-client",
6767
} as const;

0 commit comments

Comments
 (0)