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 @@ -158,4 +158,12 @@ Based on:
158
158
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
159
159
- Speakeasy CLI 1.8.5 https://github.com/speakeasy-api/speakeasy
160
160
### Releases
161
- - [ NPM v1.8.4] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.4 - .
161
+ - [ NPM v1.8.4] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.4 - .
162
+
163
+ ## 2023-03-08 00:11:29
164
+ ### Changes
165
+ Based on:
166
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
167
+ - Speakeasy CLI 1.8.6 https://github.com/speakeasy-api/speakeasy
168
+ ### Releases
169
+ - [ NPM v1.8.5] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.5 - .
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.5
5
+ speakeasyVersion : 1.8.6
6
6
generation :
7
7
telemetryEnabled : true
8
8
sdkClassName : speakeasy
9
9
sdkFlattening : true
10
10
typescript :
11
- version : 1.8.4
11
+ version : 1.8.5
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.4 " ,
3
+ "version" : " 1.8.5 " ,
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.4 " ;
46
- private _genVersion = "1.8.5 " ;
45
+ private _sdkVersion = "1.8.5 " ;
46
+ private _genVersion = "1.8.6 " ;
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