Skip to content

Commit a64eca0

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.174.0
1 parent cb931be commit a64eca0

File tree

6 files changed

+19
-9
lines changed

6 files changed

+19
-9
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ generation:
88
parameterOrderingFeb2024: false
99
requestResponseComponentNamesFeb2024: false
1010
typescript:
11-
version: 3.0.0
11+
version: 3.0.1
1212
author: Speakeasy
1313
clientServerStatusCodesAsErrors: false
1414
flattenGlobalSecurity: false

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/sdk/sdk.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>) {

0 commit comments

Comments
 (0)