File tree Expand file tree Collapse file tree 5 files changed +21
-11
lines changed Expand file tree Collapse file tree 5 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -72,4 +72,14 @@ Based on:
7272### Generated
7373- [ typescript v0.3.3] .
7474### Releases
75- - [ NPM v0.3.3] https://www.npmjs.com/package/unstructured-client/v/0.3.3 - .
75+ - [ NPM v0.3.3] https://www.npmjs.com/package/unstructured-client/v/0.3.3 - .
76+
77+ ## 2023-09-30 18:19:52
78+ ### Changes
79+ Based on:
80+ - OpenAPI Doc 0.0.1
81+ - Speakeasy CLI 1.92.2 (2.142.2) https://github.com/speakeasy-api/speakeasy
82+ ### Generated
83+ - [ typescript v0.4.0] .
84+ ### Releases
85+ - [ NPM v0.4.0] https://www.npmjs.com/package/unstructured-client/v/0.4.0 - .
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.91.4
6- generationVersion : 2.139 .2
5+ speakeasyVersion : 1.92.2
6+ generationVersion : 2.142 .2
77generation :
88 comments :
99 disableComments : false
@@ -14,15 +14,15 @@ generation:
1414 tagNamespacingDisabled : false
1515features :
1616 typescript :
17- core : 2.89.1
17+ core : 2.90.0
1818 examples : 2.81.2
1919 globalSecurity : 2.81.1
2020 globalServerURLs : 2.82.0
2121 nameOverrides : 2.81.1
2222 retries : 2.82.0
2323 serverIDs : 2.81.1
2424typescript :
25- version : 0.3.3
25+ version : 0.4.0
2626 author : Unstructured
2727 clientServerStatusCodesAsErrors : true
2828 maxMethodParams : 0
Original file line number Diff line number Diff line change 11{
22 "name" : " unstructured-client" ,
3- "version" : " 0.3.3 " ,
3+ "version" : " 0.4.0 " ,
44 "author" : " Unstructured" ,
55 "scripts" : {
66 "prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ export class SDKConfiguration {
5959 serverDefaults : any ;
6060 language = "typescript" ;
6161 openapiDocVersion = "0.0.1" ;
62- sdkVersion = "0.3.3 " ;
63- genVersion = "2.139 .2" ;
64- userAgent = "speakeasy-sdk/typescript 0.3.3 2.139 .2 0.0.1 unstructured-client" ;
62+ sdkVersion = "0.4.0 " ;
63+ genVersion = "2.142 .2" ;
64+ userAgent = "speakeasy-sdk/typescript 0.4.0 2.142 .2 0.0.1 unstructured-client" ;
6565 retryConfig ?: utils . RetryConfig ;
6666 public constructor ( init ?: Partial < SDKConfiguration > ) {
6767 Object . assign ( this , init ) ;
You can’t perform that action at this time.
0 commit comments