File tree Expand file tree Collapse file tree 7 files changed +24
-8
lines changed Expand file tree Collapse file tree 7 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -206,4 +206,12 @@ Based on:
206206- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
207207- Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
208208### Releases
209- - [ NPM v1.11.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.0 - .
209+ - [ NPM v1.11.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.0 - .
210+
211+ ## 2023-03-18 00:10:41
212+ ### Changes
213+ Based on:
214+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
215+ - Speakeasy CLI 1.12.3 https://github.com/speakeasy-api/speakeasy
216+ ### Releases
217+ - [ NPM v1.11.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.1 - .
Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ configVersion: 1.0.0
22management :
33 docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
44 docVersion : 0.3.0
5- speakeasyVersion : 1.12.0
5+ speakeasyVersion : 1.12.3
66generation :
77 telemetryEnabled : true
88 sdkClassName : speakeasy
99 sdkFlattening : true
1010typescript :
11- version : 1.11.0
11+ version : 1.11.1
1212 author : Speakeasy
1313 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.11.0 " ,
3+ "version" : " 1.11.1 " ,
44 "author" : " Speakeasy" ,
55 "scripts" : {
66 "prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ import * as shared from "../shared";
33import { AxiosResponse } from "axios" ;
44import { Type } from "class-transformer" ;
55
6+ // GetAllApiVersionsOp
7+ /**
8+ * Configuration for filter operations
9+ **/
610export class GetAllApiVersionsOp extends SpeakeasyBase {
711 @SpeakeasyMetadata ( { data : "queryParam, name=and" } )
812 and : boolean ;
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ import * as shared from "../shared";
33import { AxiosResponse } from "axios" ;
44import { Type } from "class-transformer" ;
55
6+ // GetApisOp
7+ /**
8+ * Configuration for filter operations
9+ **/
610export class GetApisOp extends SpeakeasyBase {
711 @SpeakeasyMetadata ( { data : "queryParam, name=and" } )
812 and : boolean ;
Original file line number Diff line number Diff 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.0 " ;
43- private _genVersion = "1.12.0 " ;
42+ private _sdkVersion = "1.11.1 " ;
43+ private _genVersion = "1.12.3 " ;
4444 private _globals : any ;
4545
4646 constructor ( props ?: SDKProps ) {
You can’t perform that action at this time.
0 commit comments