Skip to content

Commit ecd29f8

Browse files
committed
ci: regenerated with OpenAPI Doc 0.0.1, Speakeay CLI 1.101.0
1 parent 1837e52 commit ecd29f8

File tree

7 files changed

+27
-14
lines changed

7 files changed

+27
-14
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,14 @@ Based on:
122122
### Generated
123123
- [typescript v0.5.0] .
124124
### Releases
125-
- [NPM v0.5.0] https://www.npmjs.com/package/unstructured-client/v/0.5.0 - .
125+
- [NPM v0.5.0] https://www.npmjs.com/package/unstructured-client/v/0.5.0 - .
126+
127+
## 2023-10-18 00:20:52
128+
### Changes
129+
Based on:
130+
- OpenAPI Doc 0.0.1
131+
- Speakeasy CLI 1.101.0 (2.161.0) https://github.com/speakeasy-api/speakeasy
132+
### Generated
133+
- [typescript v0.5.1] .
134+
### Releases
135+
- [NPM v0.5.1] https://www.npmjs.com/package/unstructured-client/v/0.5.1 - .

USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { UnstructuredClient } from "unstructured-client";
1717
encoding: "utf-8",
1818
files: {
1919
content: "+WmI5Q)|yy" as bytes <<<>>>,
20-
files: "um",
20+
files: "Washington",
2121
},
2222
gzUncompressedContentType: "application/pdf",
2323
hiResModelName: "yolox",

docs/sdks/general/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { UnstructuredClient } from "unstructured-client";
2727
encoding: "utf-8",
2828
files: {
2929
content: "+WmI5Q)|yy" as bytes <<<>>>,
30-
files: "um",
30+
files: "Washington",
3131
},
3232
gzUncompressedContentType: "application/pdf",
3333
hiResModelName: "yolox",

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 25324f1821b1070aa4a416ec8ddca590
44
docVersion: 0.0.1
5-
speakeasyVersion: 1.96.1
6-
generationVersion: 2.150.0
5+
speakeasyVersion: 1.101.0
6+
generationVersion: 2.161.0
77
generation:
88
comments:
99
disableComments: false
@@ -15,14 +15,14 @@ generation:
1515
features:
1616
typescript:
1717
core: 2.90.4
18-
examples: 2.81.2
18+
examples: 2.81.3
1919
globalSecurity: 2.82.0
2020
globalServerURLs: 2.82.0
2121
nameOverrides: 2.81.1
2222
retries: 2.82.1
2323
serverIDs: 2.81.1
2424
typescript:
25-
version: 0.5.0
25+
version: 0.5.1
2626
author: Unstructured
2727
clientServerStatusCodesAsErrors: true
2828
flattenGlobalSecurity: false

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "unstructured-client",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": "Unstructured",
55
"scripts": {
6-
"prepare": "tsc --build"
6+
"prepare": "tsc --build",
7+
"check:tsc": "tsc --noEmit --skipLibCheck",
8+
"check:eslint": "eslint --max-warnings=0 src",
9+
"check": "npm run check:tsc && npm run check:eslint"
710
},
811
"dependencies": {
912
"axios": "^1.1.3",

src/sdk/sdk.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ export class SDKConfiguration {
6060
serverDefaults: any;
6161
language = "typescript";
6262
openapiDocVersion = "0.0.1";
63-
sdkVersion = "0.5.0";
64-
genVersion = "2.150.0";
65-
userAgent = "speakeasy-sdk/typescript 0.5.0 2.150.0 0.0.1 unstructured-client";
63+
sdkVersion = "0.5.1";
64+
genVersion = "2.161.0";
65+
userAgent = "speakeasy-sdk/typescript 0.5.1 2.161.0 0.0.1 unstructured-client";
6666
retryConfig?: utils.RetryConfig;
6767
public constructor(init?: Partial<SDKConfiguration>) {
6868
Object.assign(this, init);

0 commit comments

Comments
 (0)