File tree Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Expand file tree Collapse file tree 5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -510,4 +510,12 @@ Based on:
510
510
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
511
511
- Speakeasy CLI 1.42.2 (2.35.2) https://github.com/speakeasy-api/speakeasy
512
512
### Releases
513
- - [ NPM v1.31.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.31.0 - .
513
+ - [ NPM v1.31.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.31.0 - .
514
+
515
+ ## 2023-06-03 00:11:04
516
+ ### Changes
517
+ Based on:
518
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
519
+ - Speakeasy CLI 1.43.0 (2.35.3) https://github.com/speakeasy-api/speakeasy
520
+ ### Releases
521
+ - [ NPM v1.31.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.31.1 - .
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
4
4
docVersion : 0.3.0
5
- speakeasyVersion : 1.42.2
6
- generationVersion : 2.35.2
5
+ speakeasyVersion : 1.43.0
6
+ generationVersion : 2.35.3
7
7
generation :
8
8
sdkClassName : speakeasy
9
9
singleTagPerOp : false
10
10
telemetryEnabled : true
11
11
typescript :
12
- version : 1.31.0
12
+ version : 1.31.1
13
13
author : Speakeasy
14
14
maxMethodParams : 0
15
15
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.31.0 " ,
3
+ "version" : " 1.31.1 " ,
4
4
"author" : " Speakeasy" ,
5
5
"scripts" : {
6
6
"prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ export class SDKConfiguration {
54
54
serverURL : string ;
55
55
serverDefaults : any ;
56
56
language = "typescript" ;
57
- sdkVersion = "1.31.0 " ;
58
- genVersion = "2.35.2 " ;
57
+ sdkVersion = "1.31.1 " ;
58
+ genVersion = "2.35.3 " ;
59
59
60
60
public constructor ( init ?: Partial < SDKConfiguration > ) {
61
61
Object . assign ( this , init ) ;
You can’t perform that action at this time.
0 commit comments