Skip to content

Commit 8031aaf

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.8.4
1 parent ca4edea commit 8031aaf

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,12 @@ Based on:
134134
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
135135
- Speakeasy CLI 1.8.2 https://github.com/speakeasy-api/speakeasy
136136
### Releases
137-
- [NPM v1.8.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.1 - .
137+
- [NPM v1.8.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.1 - .
138+
139+
## 2023-03-06 00:11:43
140+
### Changes
141+
Based on:
142+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
143+
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
144+
### Releases
145+
- [NPM v1.8.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.2 - .

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4
44
docVersion: 0.3.0
5-
speakeasyVersion: 1.8.2
5+
speakeasyVersion: 1.8.4
66
generation:
77
telemetryEnabled: true
88
sdkClassName: speakeasy
99
sdkFlattening: true
1010
typescript:
11-
version: 1.8.1
11+
version: 1.8.2
1212
author: Speakeasy
1313
packageName: '@speakeasy-api/speakeasy-client-sdk-typescript'

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": "1.8.1",
3+
"version": "1.8.2",
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
@@ -42,8 +42,8 @@ export class Speakeasy {
4242
public _securityClient: AxiosInstance;
4343
public _serverURL: string;
4444
private _language = "typescript";
45-
private _sdkVersion = "1.8.1";
46-
private _genVersion = "1.8.2";
45+
private _sdkVersion = "1.8.2";
46+
private _genVersion = "1.8.4";
4747

4848
constructor(props: SDKProps) {
4949
this._serverURL = props.serverUrl ?? ServerList[ServerProd];

0 commit comments

Comments
 (0)