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:
206
206
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
207
207
- Speakeasy CLI 1.12.0 https://github.com/speakeasy-api/speakeasy
208
208
### 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
2
2
management :
3
3
docChecksum : 2bba3b8f9d211b02569b3f9aff0d34b4
4
4
docVersion : 0.3.0
5
- speakeasyVersion : 1.12.0
5
+ speakeasyVersion : 1.12.3
6
6
generation :
7
7
telemetryEnabled : true
8
8
sdkClassName : speakeasy
9
9
sdkFlattening : true
10
10
typescript :
11
- version : 1.11.0
11
+ version : 1.11.1
12
12
author : Speakeasy
13
13
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.11.0 " ,
3
+ "version" : " 1.11.1 " ,
4
4
"author" : " Speakeasy" ,
5
5
"scripts" : {
6
6
"prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ import * as shared from "../shared";
3
3
import { AxiosResponse } from "axios" ;
4
4
import { Type } from "class-transformer" ;
5
5
6
+ // GetAllApiVersionsOp
7
+ /**
8
+ * Configuration for filter operations
9
+ **/
6
10
export class GetAllApiVersionsOp extends SpeakeasyBase {
7
11
@SpeakeasyMetadata ( { data : "queryParam, name=and" } )
8
12
and : boolean ;
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ import * as shared from "../shared";
3
3
import { AxiosResponse } from "axios" ;
4
4
import { Type } from "class-transformer" ;
5
5
6
+ // GetApisOp
7
+ /**
8
+ * Configuration for filter operations
9
+ **/
6
10
export class GetApisOp extends SpeakeasyBase {
7
11
@SpeakeasyMetadata ( { data : "queryParam, name=and" } )
8
12
and : boolean ;
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ export class Speakeasy {
39
39
public _securityClient : AxiosInstance ;
40
40
public _serverURL : string ;
41
41
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 " ;
44
44
private _globals : any ;
45
45
46
46
constructor ( props ?: SDKProps ) {
You can’t perform that action at this time.
0 commit comments