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:
10561056### Generated
10571057- [ typescript v2.1.2] .
10581058### 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
22management :
33 docChecksum : ba638b2ad28966c596e28321a2003686
44 docVersion : 0.3.0
5- speakeasyVersion : 1.120.3
6- generationVersion : 2.192 .1
5+ speakeasyVersion : 1.121.1
6+ generationVersion : 2.194 .1
77generation :
88 comments : {}
99 sdkClassName : speakeasy
@@ -16,11 +16,11 @@ features:
1616 core : 3.1.4
1717 examples : 2.81.3
1818 globalSecurity : 2.82.0
19- globalServerURLs : 2.82.0
19+ globalServerURLs : 2.82.1
2020 inputOutputModels : 2.82.0
2121 serverIDs : 2.81.2
2222typescript :
23- version : 2.1.2
23+ version : 2.1.3
2424 author : Speakeasy
2525 clientServerStatusCodesAsErrors : false
2626 flattenGlobalSecurity : false
Original file line number Diff line number Diff line change 11{
22 "name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3- "version" : " 2.1.2 " ,
3+ "version" : " 2.1.3 " ,
44 "author" : " Speakeasy" ,
55 "scripts" : {
66 "prepare" : " tsc --build" ,
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ export class SDKConfiguration {
6060 serverDefaults : any ;
6161 language = "typescript" ;
6262 openapiDocVersion = "0.3.0" ;
63- sdkVersion = "2.1.2 " ;
64- genVersion = "2.192 .1" ;
63+ sdkVersion = "2.1.3 " ;
64+ genVersion = "2.194 .1" ;
6565 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" ;
6767 retryConfig ?: utils . RetryConfig ;
6868 public constructor ( init ?: Partial < SDKConfiguration > ) {
6969 Object . assign ( this , init ) ;
You can’t perform that action at this time.
0 commit comments