Skip to content

Commit d2ef1f6

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.8.4
1 parent fbf46df commit d2ef1f6

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,12 @@ Based on:
142142
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
143143
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
144144
### Releases
145-
- [NPM v1.8.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.2 - .
145+
- [NPM v1.8.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.2 - .
146+
147+
## 2023-03-06 13:09:14
148+
### Changes
149+
Based on:
150+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
151+
- Speakeasy CLI 1.8.4 https://github.com/speakeasy-api/speakeasy
152+
### Releases
153+
- [NPM v1.8.3] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.8.3 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ generation:
88
sdkClassName: speakeasy
99
sdkFlattening: true
1010
typescript:
11-
version: 1.8.2
11+
version: 1.8.3
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.2",
3+
"version": "1.8.3",
44
"author": "Speakeasy",
55
"scripts": {
66
"prepare": "tsc --build"

src/sdk/sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class Speakeasy {
4242
public _securityClient: AxiosInstance;
4343
public _serverURL: string;
4444
private _language = "typescript";
45-
private _sdkVersion = "1.8.2";
45+
private _sdkVersion = "1.8.3";
4646
private _genVersion = "1.8.4";
4747

4848
constructor(props: SDKProps) {

0 commit comments

Comments
 (0)