File tree Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Expand file tree Collapse file tree 6 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ management:
44 docChecksum: 90bb5b2f880d4a86868122f9a6b08d40
55 docVersion: 0.4.0
66 speakeasyVersion: internal
7- generationVersion: 2.262.2
8- releaseVersion: 3.1.2
9- configChecksum: 2b345353b220e635143a63f8478cc4dc
7+ generationVersion: 2.263.3
8+ releaseVersion: 3.1.3
9+ configChecksum: 6e7872afaa92addfa1e52d318a9a621b
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 @@ -1146,4 +1146,14 @@ Based on:
11461146### Generated
11471147- [ typescript v3.1.2] .
11481148### Releases
1149- - [ NPM v3.1.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.2 - .
1149+ - [ NPM v3.1.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.2 - .
1150+
1151+ ## 2024-02-20 10:53:22
1152+ ### Changes
1153+ Based on:
1154+ - OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1155+ - Speakeasy CLI 1.183.3 (2.263.3) https://github.com/speakeasy-api/speakeasy
1156+ ### Generated
1157+ - [ typescript v3.1.3] .
1158+ ### Releases
1159+ - [ NPM v3.1.3] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.3 - .
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.1.2
11+ version : 3.1.3
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.1.2 " ,
3+ "version" : " 3.1.3 " ,
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.1.2 " ;
68- genVersion = "2.262.2 " ;
67+ sdkVersion = "3.1.3 " ;
68+ genVersion = "2.263.3 " ;
6969 userAgent =
70- "speakeasy-sdk/typescript 3.1.2 2.262.2 0.4.0 @speakeasy-api/speakeasy-client-sdk-typescript" ;
70+ "speakeasy-sdk/typescript 3.1.3 2.263.3 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