Skip to content

Commit aab97e5

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.19.3
1 parent cee8f53 commit aab97e5

File tree

7 files changed

+40
-32
lines changed

7 files changed

+40
-32
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ const sdk = new Speakeasy({
3434

3535
const req: GetApisRequest = {
3636
metadata: {
37-
"deserunt": [
37+
"provident": [
38+
"quibusdam",
39+
"unde",
3840
"nulla",
39-
"id",
40-
"vero",
4141
],
42-
"perspiciatis": [
43-
"nihil",
44-
"fuga",
45-
"facilis",
46-
"eum",
42+
"corrupti": [
43+
"vel",
44+
"error",
45+
"deserunt",
46+
"suscipit",
4747
],
48-
"iusto": [
49-
"saepe",
50-
"inventore",
48+
"iure": [
49+
"debitis",
50+
"ipsa",
5151
],
5252
},
5353
op: {
@@ -62,7 +62,7 @@ sdk.apis.getApis(req).then((res: GetApisResponse | AxiosError) => {
6262
<!-- End SDK Example Usage -->
6363

6464
<!-- Start SDK Available Operations -->
65-
## SDK Available Operations
65+
## Available Resources and Operations
6666

6767
### Speakeasy SDK
6868

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,12 @@ Based on:
270270
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
271271
- Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy
272272
### Releases
273-
- [NPM v1.14.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.14.2 - .
273+
- [NPM v1.14.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.14.2 - .
274+
275+
## 2023-03-31 15:52:09
276+
### Changes
277+
Based on:
278+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
279+
- Speakeasy CLI 1.19.3 (2.16.7) https://github.com/speakeasy-api/speakeasy
280+
### Releases
281+
- [NPM v1.14.3] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.14.3 - .

USAGE.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ const sdk = new Speakeasy({
1515

1616
const req: GetApisRequest = {
1717
metadata: {
18-
"deserunt": [
18+
"provident": [
19+
"quibusdam",
20+
"unde",
1921
"nulla",
20-
"id",
21-
"vero",
2222
],
23-
"perspiciatis": [
24-
"nihil",
25-
"fuga",
26-
"facilis",
27-
"eum",
23+
"corrupti": [
24+
"vel",
25+
"error",
26+
"deserunt",
27+
"suscipit",
2828
],
29-
"iusto": [
30-
"saepe",
31-
"inventore",
29+
"iure": [
30+
"debitis",
31+
"ipsa",
3232
],
3333
},
3434
op: {

gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4
44
docVersion: 0.3.0
5-
speakeasyVersion: 1.19.2
6-
generationVersion: 2.16.5
5+
speakeasyVersion: 1.19.3
6+
generationVersion: 2.16.7
77
generation:
88
telemetryEnabled: true
99
sdkClassName: speakeasy
1010
sdkFlattening: true
1111
singleTagPerOp: false
1212
typescript:
13-
version: 1.14.2
13+
version: 1.14.3
1414
author: Speakeasy
1515
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.14.2",
3+
"version": "1.14.3",
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
@@ -80,8 +80,8 @@ export class Speakeasy {
8080
public _securityClient: AxiosInstance;
8181
public _serverURL: string;
8282
private _language = "typescript";
83-
private _sdkVersion = "1.14.2";
84-
private _genVersion = "2.16.5";
83+
private _sdkVersion = "1.14.3";
84+
private _genVersion = "2.16.7";
8585
private _globals: any;
8686

8787
constructor(props?: SDKProps) {

0 commit comments

Comments
 (0)