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 @@ -174,4 +174,12 @@ Based on:
174
174
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
175
175
- Speakeasy CLI 1.8.7 https://github.com/speakeasy-api/speakeasy
176
176
### Releases
177
- - [ NPM v1.8.6] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.6 - .
177
+ - [ NPM v1.8.6] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.6 - .
178
+
179
+ ## 2023-03-10 00:11:46
180
+ ### Changes
181
+ Based on:
182
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
183
+ - Speakeasy CLI 1.9.1 https://github.com/speakeasy-api/speakeasy
184
+ ### Releases
185
+ - [ NPM v1.9.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.9.0 - .
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
4
4
docVersion : 0.3.0
5
- speakeasyVersion : 1.8.7
5
+ speakeasyVersion : 1.9.1
6
6
generation :
7
7
telemetryEnabled : true
8
8
sdkClassName : speakeasy
9
9
sdkFlattening : true
10
10
typescript :
11
- version : 1.8.6
11
+ version : 1.9.0
12
12
author : Speakeasy
13
13
packageName : ' @speakeasy-api/speakeasy-client-sdk-typescript'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3
- "version" : " 1.8.6 " ,
3
+ "version" : " 1.9.0 " ,
4
4
"author" : " Speakeasy" ,
5
5
"scripts" : {
6
6
"prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ export class Speakeasy {
42
42
public _securityClient : AxiosInstance ;
43
43
public _serverURL : string ;
44
44
private _language = "typescript" ;
45
- private _sdkVersion = "1.8.6 " ;
46
- private _genVersion = "1.8.7 " ;
45
+ private _sdkVersion = "1.9.0 " ;
46
+ private _genVersion = "1.9.1 " ;
47
47
48
48
constructor ( props : SDKProps ) {
49
49
this . _serverURL = props . serverUrl ?? ServerList [ ServerProd ] ;
You can’t perform that action at this time.
0 commit comments