Skip to content

Commit f95c60a

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeasy CLI 1.121.1
1 parent 8640683 commit f95c60a

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

RELEASES.md

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

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
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
77
generation:
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
2222
typescript:
23-
version: 2.1.2
23+
version: 2.1.3
2424
author: Speakeasy
2525
clientServerStatusCodesAsErrors: false
2626
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": "2.1.2",
3+
"version": "2.1.3",
44
"author": "Speakeasy",
55
"scripts": {
66
"prepare": "tsc --build",

src/sdk/sdk.ts

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

0 commit comments

Comments
 (0)