Skip to content

Commit 89a93ab

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.12.4
1 parent 350e45e commit 89a93ab

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
@@ -214,4 +214,12 @@ Based on:
214214
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
215215
- Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
216216
### Releases
217-
- [NPM v1.11.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.1 - .
217+
- [NPM v1.11.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.1 - .
218+
219+
## 2023-03-21 00:10:55
220+
### Changes
221+
Based on:
222+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
223+
- Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy
224+
### Releases
225+
- [NPM v1.11.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.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.12.3
5+
speakeasyVersion: 1.12.4
66
generation:
77
telemetryEnabled: true
88
sdkClassName: speakeasy
99
sdkFlattening: true
1010
typescript:
11-
version: 1.11.1
11+
version: 1.11.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.11.1",
3+
"version": "1.11.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
@@ -39,8 +39,8 @@ export class Speakeasy {
3939
public _securityClient: AxiosInstance;
4040
public _serverURL: string;
4141
private _language = "typescript";
42-
private _sdkVersion = "1.11.1";
43-
private _genVersion = "1.12.3";
42+
private _sdkVersion = "1.11.2";
43+
private _genVersion = "1.12.4";
4444
private _globals: any;
4545

4646
constructor(props?: SDKProps) {

0 commit comments

Comments
 (0)