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 @@ -1056,4 +1056,14 @@ Based on:
1056
1056
### Generated
1057
1057
- [ typescript v2.1.2] .
1058
1058
### Releases
1059
- - [ NPM v2.1.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/2.1.2 - .
1059
+ - [ NPM v2.1.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/2.1.2 - .
1060
+
1061
+ ## 2023-11-18 00:11:16
1062
+ ### Changes
1063
+ Based on:
1064
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
1065
+ - Speakeasy CLI 1.121.1 (2.194.1) https://github.com/speakeasy-api/speakeasy
1066
+ ### Generated
1067
+ - [ typescript v2.1.3] .
1068
+ ### Releases
1069
+ - [ NPM v2.1.3] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/2.1.3 - .
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : ba638b2ad28966c596e28321a2003686
4
4
docVersion : 0.3.0
5
- speakeasyVersion : 1.120.3
6
- generationVersion : 2.192 .1
5
+ speakeasyVersion : 1.121.1
6
+ generationVersion : 2.194 .1
7
7
generation :
8
8
comments : {}
9
9
sdkClassName : speakeasy
@@ -16,11 +16,11 @@ features:
16
16
core : 3.1.4
17
17
examples : 2.81.3
18
18
globalSecurity : 2.82.0
19
- globalServerURLs : 2.82.0
19
+ globalServerURLs : 2.82.1
20
20
inputOutputModels : 2.82.0
21
21
serverIDs : 2.81.2
22
22
typescript :
23
- version : 2.1.2
23
+ version : 2.1.3
24
24
author : Speakeasy
25
25
clientServerStatusCodesAsErrors : false
26
26
flattenGlobalSecurity : false
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3
- "version" : " 2.1.2 " ,
3
+ "version" : " 2.1.3 " ,
4
4
"author" : " Speakeasy" ,
5
5
"scripts" : {
6
6
"prepare" : " tsc --build" ,
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ export class SDKConfiguration {
60
60
serverDefaults : any ;
61
61
language = "typescript" ;
62
62
openapiDocVersion = "0.3.0" ;
63
- sdkVersion = "2.1.2 " ;
64
- genVersion = "2.192 .1" ;
63
+ sdkVersion = "2.1.3 " ;
64
+ genVersion = "2.194 .1" ;
65
65
userAgent =
66
- "speakeasy-sdk/typescript 2.1.2 2.192 .1 0.3.0 @speakeasy-api/speakeasy-client-sdk-typescript" ;
66
+ "speakeasy-sdk/typescript 2.1.3 2.194 .1 0.3.0 @speakeasy-api/speakeasy-client-sdk-typescript" ;
67
67
retryConfig ?: utils . RetryConfig ;
68
68
public constructor ( init ?: Partial < SDKConfiguration > ) {
69
69
Object . assign ( this , init ) ;
You can’t perform that action at this time.
0 commit comments