File tree Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Expand file tree Collapse file tree 6 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ management:
55 docVersion: 0.4.0
66 speakeasyVersion: internal
77 generationVersion: 2.250.16
8- releaseVersion: 3.0.0
9- configChecksum: 960170d859286757349f42a181e49caa
8+ releaseVersion: 3.0.1
9+ configChecksum: 99b8e5f3cd48d97507fa9ab6fd6e05cc
1010 repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript.git
1111 repoSubDirectory: .
1212 installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript
Original file line number Diff line number Diff line change @@ -1106,4 +1106,14 @@ Based on:
11061106### Generated
11071107- [ typescript v3.0.0] .
11081108### Releases
1109- - [ NPM v3.0.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.0.0 - .
1109+ - [ NPM v3.0.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.0.0 - .
1110+
1111+ ## 2024-02-08 11:05:49
1112+ ### Changes
1113+ Based on:
1114+ - OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1115+ - Speakeasy CLI 1.174.0 (2.250.16) https://github.com/speakeasy-api/speakeasy
1116+ ### Generated
1117+ - [ typescript v3.0.1] .
1118+ ### Releases
1119+ - [ NPM v3.0.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.0.1 - .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ generation:
88 parameterOrderingFeb2024 : false
99 requestResponseComponentNamesFeb2024 : false
1010typescript :
11- version : 3.0.0
11+ version : 3.0.1
1212 author : Speakeasy
1313 clientServerStatusCodesAsErrors : false
1414 flattenGlobalSecurity : false
Original file line number Diff line number Diff line change 11{
22 "name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "author" : " Speakeasy" ,
55 "scripts" : {
66 "prepare" : " tsc --build" ,
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ export class SDKConfiguration {
6464 serverDefaults : any ;
6565 language = "typescript" ;
6666 openapiDocVersion = "0.4.0" ;
67- sdkVersion = "3.0.0 " ;
67+ sdkVersion = "3.0.1 " ;
6868 genVersion = "2.250.16" ;
6969 userAgent =
70- "speakeasy-sdk/typescript 3.0.0 2.250.16 0.4.0 @speakeasy-api/speakeasy-client-sdk-typescript" ;
70+ "speakeasy-sdk/typescript 3.0.1 2.250.16 0.4.0 @speakeasy-api/speakeasy-client-sdk-typescript" ;
7171 globals : any ;
7272 retryConfig ?: utils . RetryConfig ;
7373 public constructor ( init ?: Partial < SDKConfiguration > ) {
You can’t perform that action at this time.
0 commit comments