File tree Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Expand file tree Collapse file tree 5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -214,4 +214,12 @@ Based on:
214214- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
215215- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
216216### Releases
217- - [ NPM v1.11.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.1 - .
217+ - [ NPM v1.11.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.1 - .
218+
219+ ## 2023-03-21 00:10:55
220+ ### Changes
221+ Based on:
222+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
223+ - Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy
224+ ### Releases
225+ - [ NPM v1.11.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.2 - .
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ configVersion: 1.0.0
22management :
33 docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
44 docVersion : 0.3.0
5- speakeasyVersion : 1.12.3
5+ speakeasyVersion : 1.12.4
66generation :
77 telemetryEnabled : true
88 sdkClassName : speakeasy
99 sdkFlattening : true
1010typescript :
11- version : 1.11.1
11+ version : 1.11.2
1212 author : Speakeasy
1313 packageName : ' @speakeasy-api/speakeasy-client-sdk-typescript'
Original file line number Diff line number Diff line change 11{
22 "name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3- "version" : " 1.11.1 " ,
3+ "version" : " 1.11.2 " ,
44 "author" : " Speakeasy" ,
55 "scripts" : {
66 "prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ export class Speakeasy {
3939 public _securityClient : AxiosInstance ;
4040 public _serverURL : string ;
4141 private _language = "typescript" ;
42- private _sdkVersion = "1.11.1 " ;
43- private _genVersion = "1.12.3 " ;
42+ private _sdkVersion = "1.11.2 " ;
43+ private _genVersion = "1.12.4 " ;
4444 private _globals : any ;
4545
4646 constructor ( props ?: SDKProps ) {
You can’t perform that action at this time.
0 commit comments