File tree Expand file tree Collapse file tree 7 files changed +40
-32
lines changed Expand file tree Collapse file tree 7 files changed +40
-32
lines changed Original file line number Diff line number Diff line change @@ -34,20 +34,20 @@ const sdk = new Speakeasy({
34
34
35
35
const req: GetApisRequest = {
36
36
metadata: {
37
- " deserunt" : [
37
+ " provident" : [
38
+ " quibusdam" ,
39
+ " unde" ,
38
40
" nulla" ,
39
- " id" ,
40
- " vero" ,
41
41
],
42
- " perspiciatis " : [
43
- " nihil " ,
44
- " fuga " ,
45
- " facilis " ,
46
- " eum " ,
42
+ " corrupti " : [
43
+ " vel " ,
44
+ " error " ,
45
+ " deserunt " ,
46
+ " suscipit " ,
47
47
],
48
- " iusto " : [
49
- " saepe " ,
50
- " inventore " ,
48
+ " iure " : [
49
+ " debitis " ,
50
+ " ipsa " ,
51
51
],
52
52
},
53
53
op: {
@@ -62,7 +62,7 @@ sdk.apis.getApis(req).then((res: GetApisResponse | AxiosError) => {
62
62
<!-- End SDK Example Usage -->
63
63
64
64
<!-- Start SDK Available Operations -->
65
- ## SDK Available Operations
65
+ ## Available Resources and Operations
66
66
67
67
### Speakeasy SDK
68
68
Original file line number Diff line number Diff line change @@ -270,4 +270,12 @@ Based on:
270
270
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
271
271
- Speakeasy CLI 1.19.2 (2.16.5) https://github.com/speakeasy-api/speakeasy
272
272
### 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 - .
Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ const sdk = new Speakeasy({
15
15
16
16
const req: GetApisRequest = {
17
17
metadata: {
18
- " deserunt" : [
18
+ " provident" : [
19
+ " quibusdam" ,
20
+ " unde" ,
19
21
" nulla" ,
20
- " id" ,
21
- " vero" ,
22
22
],
23
- " perspiciatis " : [
24
- " nihil " ,
25
- " fuga " ,
26
- " facilis " ,
27
- " eum " ,
23
+ " corrupti " : [
24
+ " vel " ,
25
+ " error " ,
26
+ " deserunt " ,
27
+ " suscipit " ,
28
28
],
29
- " iusto " : [
30
- " saepe " ,
31
- " inventore " ,
29
+ " iure " : [
30
+ " debitis " ,
31
+ " ipsa " ,
32
32
],
33
33
},
34
34
op: {
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
2
2
management :
3
3
docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
4
4
docVersion : 0.3.0
5
- speakeasyVersion : 1.19.2
6
- generationVersion : 2.16.5
5
+ speakeasyVersion : 1.19.3
6
+ generationVersion : 2.16.7
7
7
generation :
8
8
telemetryEnabled : true
9
9
sdkClassName : speakeasy
10
10
sdkFlattening : true
11
11
singleTagPerOp : false
12
12
typescript :
13
- version : 1.14.2
13
+ version : 1.14.3
14
14
author : Speakeasy
15
15
packageName : ' @speakeasy-api/speakeasy-client-sdk-typescript'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @speakeasy-api/speakeasy-client-sdk-typescript" ,
3
- "version" : " 1.14.2 " ,
3
+ "version" : " 1.14.3 " ,
4
4
"author" : " Speakeasy" ,
5
5
"scripts" : {
6
6
"prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -80,8 +80,8 @@ export class Speakeasy {
80
80
public _securityClient : AxiosInstance ;
81
81
public _serverURL : string ;
82
82
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 " ;
85
85
private _globals : any ;
86
86
87
87
constructor ( props ?: SDKProps ) {
You can’t perform that action at this time.
0 commit comments