File tree Expand file tree Collapse file tree 7 files changed +23
-13
lines changed Expand file tree Collapse file tree 7 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -142,4 +142,14 @@ Based on:
142142### Generated
143143- [ typescript v0.6.0] .
144144### Releases
145- - [ NPM v0.6.0] https://www.npmjs.com/package/unstructured-client/v/0.6.0 - .
145+ - [ NPM v0.6.0] https://www.npmjs.com/package/unstructured-client/v/0.6.0 - .
146+
147+ ## 2023-10-21 00:19:21
148+ ### Changes
149+ Based on:
150+ - OpenAPI Doc 0.0.1
151+ - Speakeasy CLI 1.104.0 (2.169.0) https://github.com/speakeasy-api/speakeasy
152+ ### Generated
153+ - [ typescript v0.7.0] .
154+ ### Releases
155+ - [ NPM v0.7.0] https://www.npmjs.com/package/unstructured-client/v/0.7.0 - .
Original file line number Diff line number Diff 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: " Washington " ,
20+ files: " string " ,
2121 },
2222 gzUncompressedContentType: " application/pdf" ,
2323 hiResModelName: " yolox" ,
Original file line number Diff line number Diff 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: " Washington " ,
30+ files: " string " ,
3131 },
3232 gzUncompressedContentType: " application/pdf" ,
3333 hiResModelName: " yolox" ,
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
22management :
33 docChecksum : 25324f1821b1070aa4a416ec8ddca590
44 docVersion : 0.0.1
5- speakeasyVersion : 1.102.1
6- generationVersion : 2.166 .0
5+ speakeasyVersion : 1.104.0
6+ generationVersion : 2.169 .0
77generation :
88 comments :
99 disableComments : false
@@ -15,15 +15,15 @@ generation:
1515 tagNamespacingDisabled : false
1616features :
1717 typescript :
18- core : 2.92.4
18+ core : 2.93.0
1919 examples : 2.81.3
2020 globalSecurity : 2.82.0
2121 globalServerURLs : 2.82.0
2222 nameOverrides : 2.81.1
2323 retries : 2.82.1
2424 serverIDs : 2.81.1
2525typescript :
26- version : 0.6 .0
26+ version : 0.7 .0
2727 author : Unstructured
2828 clientServerStatusCodesAsErrors : true
2929 flattenGlobalSecurity : false
Original file line number Diff line number Diff line change 11{
22 "name" : " unstructured-client" ,
3- "version" : " 0.6 .0" ,
3+ "version" : " 0.7 .0" ,
44 "author" : " Unstructured" ,
55 "scripts" : {
66 "prepare" : " tsc --build" ,
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ export class SDKConfiguration {
6060 serverDefaults : any ;
6161 language = "typescript" ;
6262 openapiDocVersion = "0.0.1" ;
63- sdkVersion = "0.6 .0" ;
64- genVersion = "2.166 .0" ;
65- userAgent = "speakeasy-sdk/typescript 0.6 .0 2.166 .0 0.0.1 unstructured-client" ;
63+ sdkVersion = "0.7 .0" ;
64+ genVersion = "2.169 .0" ;
65+ userAgent = "speakeasy-sdk/typescript 0.7 .0 2.169 .0 0.0.1 unstructured-client" ;
6666 retryConfig ?: utils . RetryConfig ;
6767 public constructor ( init ?: Partial < SDKConfiguration > ) {
6868 Object . assign ( this , init ) ;
You can’t perform that action at this time.
0 commit comments