Skip to content

Commit

Permalink
Merge pull request #5 from Unstructured-IO/speakeasy-sdk-regen-169784…
Browse files Browse the repository at this point in the history
…7563

chore: speakeasy sdk regeneration - Generate
  • Loading branch information
awalker4 authored Oct 21, 2023
2 parents 1dd1773 + 4a2f88c commit 738faff
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 13 deletions.
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,4 +142,14 @@ Based on:
### Generated
- [typescript v0.6.0] .
### Releases
- [NPM v0.6.0] https://www.npmjs.com/package/unstructured-client/v/0.6.0 - .
- [NPM v0.6.0] https://www.npmjs.com/package/unstructured-client/v/0.6.0 - .

## 2023-10-21 00:19:21
### Changes
Based on:
- OpenAPI Doc 0.0.1
- Speakeasy CLI 1.104.0 (2.169.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v0.7.0] .
### Releases
- [NPM v0.7.0] https://www.npmjs.com/package/unstructured-client/v/0.7.0 - .
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { UnstructuredClient } from "unstructured-client";
encoding: "utf-8",
files: {
content: "+WmI5Q)|yy" as bytes <<<>>>,
files: "Washington",
files: "string",
},
gzUncompressedContentType: "application/pdf",
hiResModelName: "yolox",
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/general/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { UnstructuredClient } from "unstructured-client";
encoding: "utf-8",
files: {
content: "+WmI5Q)|yy" as bytes <<<>>>,
files: "Washington",
files: "string",
},
gzUncompressedContentType: "application/pdf",
hiResModelName: "yolox",
Expand Down
8 changes: 4 additions & 4 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ configVersion: 1.0.0
management:
docChecksum: 25324f1821b1070aa4a416ec8ddca590
docVersion: 0.0.1
speakeasyVersion: 1.102.1
generationVersion: 2.166.0
speakeasyVersion: 1.104.0
generationVersion: 2.169.0
generation:
comments:
disableComments: false
Expand All @@ -15,15 +15,15 @@ generation:
tagNamespacingDisabled: false
features:
typescript:
core: 2.92.4
core: 2.93.0
examples: 2.81.3
globalSecurity: 2.82.0
globalServerURLs: 2.82.0
nameOverrides: 2.81.1
retries: 2.82.1
serverIDs: 2.81.1
typescript:
version: 0.6.0
version: 0.7.0
author: Unstructured
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: false
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.6.0",
"version": "0.7.0",
"author": "Unstructured",
"scripts": {
"prepare": "tsc --build",
Expand Down
6 changes: 3 additions & 3 deletions src/sdk/sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ export class SDKConfiguration {
serverDefaults: any;
language = "typescript";
openapiDocVersion = "0.0.1";
sdkVersion = "0.6.0";
genVersion = "2.166.0";
userAgent = "speakeasy-sdk/typescript 0.6.0 2.166.0 0.0.1 unstructured-client";
sdkVersion = "0.7.0";
genVersion = "2.169.0";
userAgent = "speakeasy-sdk/typescript 0.7.0 2.169.0 0.0.1 unstructured-client";
retryConfig?: utils.RetryConfig;
public constructor(init?: Partial<SDKConfiguration>) {
Object.assign(this, init);
Expand Down

0 comments on commit 738faff

Please sign in to comment.