Skip to content

Commit 3c03bbc

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.3.2
1 parent 0107dc3 commit 3c03bbc

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
@@ -30,4 +30,12 @@ Based on:
3030
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
3131
- Speakeasy CLI 1.3.1 https://github.com/speakeasy-api/speakeasy
3232
### Releases
33-
- [NPM v1.3.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.3.0 - .
33+
- [NPM v1.3.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.3.0 - .
34+
35+
## Version 1.3.1
36+
### Changes
37+
Based on:
38+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
39+
- Speakeasy CLI 1.3.2 https://github.com/speakeasy-api/speakeasy
40+
### Releases
41+
- [NPM v1.3.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.3.1 - .

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
management:
22
openapi-checksum: 2bba3b8f9d211b02569b3f9aff0d34b4
33
openapi-version: 0.3.0
4-
speakeasy-version: 1.3.1
4+
speakeasy-version: 1.3.2
55
typescript:
6-
version: 1.3.0
6+
version: 1.3.1
77
packagename: '@speakeasy-api/speakeasy-client-sdk-typescript'
88
author: Speakeasy
99
telemetryenabled: true

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.3.0",
3+
"version": "1.3.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
@@ -40,8 +40,8 @@ export class SDK {
4040
public _securityClient: AxiosInstance;
4141
public _serverURL: string;
4242
private _language = "typescript";
43-
private _sdkVersion = "1.3.0";
44-
private _genVersion = "1.3.1";
43+
private _sdkVersion = "1.3.1";
44+
private _genVersion = "1.3.2";
4545

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

0 commit comments

Comments
 (0)