File tree Expand file tree Collapse file tree 7 files changed +23
-13
lines changed
docs/sdk/models/operations Expand file tree Collapse file tree 7 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -212,4 +212,14 @@ Based on:
212212### Generated
213213- [ typescript v0.9.2] .
214214### Releases
215- - [ NPM v0.9.2] https://www.npmjs.com/package/unstructured-client/v/0.9.2 - .
215+ - [ NPM v0.9.2] https://www.npmjs.com/package/unstructured-client/v/0.9.2 - .
216+
217+ ## 2023-11-16 00:21:23
218+ ### Changes
219+ Based on:
220+ - OpenAPI Doc 0.0.1
221+ - Speakeasy CLI 1.120.3 (2.192.1) https://github.com/speakeasy-api/speakeasy
222+ ### Generated
223+ - [ typescript v0.9.3] .
224+ ### Releases
225+ - [ NPM v0.9.3] https://www.npmjs.com/package/unstructured-client/v/0.9.3 - .
Original file line number Diff line number Diff line change 88| ` contentType ` | * string* | :heavy_check_mark : | HTTP response content type for this operation |
99| ` elements ` | * any* [ ] | :heavy_minus_sign : | Successful Response |
1010| ` statusCode ` | * number* | :heavy_check_mark : | HTTP response status code for this operation |
11- | ` rawResponse ` | [ AxiosResponse] ( https://axios-http.com/docs/res_schema ) | :heavy_minus_sign : | Raw HTTP response; suitable for custom response parsing |
11+ | ` rawResponse ` | [ AxiosResponse] ( https://axios-http.com/docs/res_schema ) | :heavy_check_mark : | Raw HTTP response; suitable for custom response parsing |
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
22management :
33 docChecksum : bf57420eebd40f2b1d166092f01e3927
44 docVersion : 0.0.1
5- speakeasyVersion : 1.118 .3
6- generationVersion : 2.187.7
5+ speakeasyVersion : 1.120 .3
6+ generationVersion : 2.192.1
77generation :
88 comments : {}
99 sdkClassName : unstructured_client
@@ -12,15 +12,15 @@ generation:
1212 optionalPropertyRendering : withExample
1313features :
1414 typescript :
15- core : 3.1.3
15+ core : 3.1.4
1616 examples : 2.81.3
1717 globalSecurity : 2.82.0
1818 globalServerURLs : 2.82.0
1919 nameOverrides : 2.81.1
2020 retries : 2.82.1
2121 serverIDs : 2.81.2
2222typescript :
23- version : 0.9.2
23+ version : 0.9.3
2424 author : Unstructured
2525 clientServerStatusCodesAsErrors : true
2626 flattenGlobalSecurity : false
Original file line number Diff line number Diff line change 11{
22 "name" : " unstructured-client" ,
3- "version" : " 0.9.2 " ,
3+ "version" : " 0.9.3 " ,
44 "author" : " Unstructured" ,
55 "scripts" : {
66 "prepare" : " tsc --build" ,
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ export class PartitionResponse extends SpeakeasyBase {
2828 * Raw HTTP response; suitable for custom response parsing
2929 */
3030 @SpeakeasyMetadata ( )
31- rawResponse ? : AxiosResponse ;
31+ rawResponse : AxiosResponse ;
3232}
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.9.2 " ;
64- genVersion = "2.187.7 " ;
65- userAgent = "speakeasy-sdk/typescript 0.9.2 2.187.7 0.0.1 unstructured-client" ;
63+ sdkVersion = "0.9.3 " ;
64+ genVersion = "2.192.1 " ;
65+ userAgent = "speakeasy-sdk/typescript 0.9.3 2.192.1 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