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({
3434
3535const 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
Original file line number Diff line number Diff 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 - .
Original file line number Diff line number Diff line change @@ -15,20 +15,20 @@ const sdk = new Speakeasy({
1515
1616const 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: {
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ configVersion: 1.0.0
22management :
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
77generation :
88 telemetryEnabled : true
99 sdkClassName : speakeasy
1010 sdkFlattening : true
1111 singleTagPerOp : false
1212typescript :
13- version : 1.14.2
13+ version : 1.14.3
1414 author : Speakeasy
1515 packageName : ' @speakeasy-api/speakeasy-client-sdk-typescript'
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments