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:
5
5
docVersion: 0.4.0
6
6
speakeasyVersion: internal
7
7
generationVersion: 2.250.16
8
- releaseVersion: 3.0.0
9
- configChecksum: 960170d859286757349f42a181e49caa
8
+ releaseVersion: 3.0.1
9
+ configChecksum: 99b8e5f3cd48d97507fa9ab6fd6e05cc
10
10
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript.git
11
11
repoSubDirectory: .
12
12
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:
1106
1106
### Generated
1107
1107
- [ typescript v3.0.0] .
1108
1108
### 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:
8
8
parameterOrderingFeb2024 : false
9
9
requestResponseComponentNamesFeb2024 : false
10
10
typescript :
11
- version : 3.0.0
11
+ version : 3.0.1
12
12
author : Speakeasy
13
13
clientServerStatusCodesAsErrors : false
14
14
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" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"author" : " Speakeasy" ,
5
5
"scripts" : {
6
6
"prepare" : " tsc --build" ,
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ export class SDKConfiguration {
64
64
serverDefaults : any ;
65
65
language = "typescript" ;
66
66
openapiDocVersion = "0.4.0" ;
67
- sdkVersion = "3.0.0 " ;
67
+ sdkVersion = "3.0.1 " ;
68
68
genVersion = "2.250.16" ;
69
69
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" ;
71
71
globals : any ;
72
72
retryConfig ?: utils . RetryConfig ;
73
73
public constructor ( init ?: Partial < SDKConfiguration > ) {
You can’t perform that action at this time.
0 commit comments