File tree Expand file tree Collapse file tree 6 files changed +19
-11
lines changed Expand file tree Collapse file tree 6 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -518,4 +518,12 @@ Based on:
518
518
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
519
519
- Speakeasy CLI 1.43.0 (2.35.3) https://github.com/speakeasy-api/speakeasy
520
520
### Releases
521
- - [ NPM v1.31.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.31.1 - .
521
+ - [ NPM v1.31.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.31.1 - .
522
+
523
+ ## 2023-06-07 00:11:38
524
+ ### Changes
525
+ Based on:
526
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
527
+ - Speakeasy CLI 1.44.2 (2.35.9) https://github.com/speakeasy-api/speakeasy
528
+ ### Releases
529
+ - [ NPM v1.31.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.31.2 - .
Original file line number Diff line number Diff line change 2
2
3
3
## Overview
4
4
5
- The Speakeasy API allows teams to manage common operations with their APIs
5
+ Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs
6
6
7
7
The Speakeasy Platform Documentation
8
8
< https://docs.speakeasyapi.dev >
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.43.0
6
- generationVersion : 2.35.3
5
+ speakeasyVersion : 1.44.2
6
+ generationVersion : 2.35.9
7
7
generation :
8
8
sdkClassName : speakeasy
9
9
singleTagPerOp : false
10
10
telemetryEnabled : true
11
11
typescript :
12
- version : 1.31.1
12
+ version : 1.31.2
13
13
author : Speakeasy
14
14
maxMethodParams : 0
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.31.1 " ,
3
+ "version" : " 1.31.2 " ,
4
4
"author" : " Speakeasy" ,
5
5
"scripts" : {
6
6
"prepare" : " tsc --build"
Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ export class SDKConfiguration {
54
54
serverURL : string ;
55
55
serverDefaults : any ;
56
56
language = "typescript" ;
57
- sdkVersion = "1.31.1 " ;
58
- genVersion = "2.35.3 " ;
57
+ sdkVersion = "1.31.2 " ;
58
+ genVersion = "2.35.9 " ;
59
59
60
60
public constructor ( init ?: Partial < SDKConfiguration > ) {
61
61
Object . assign ( this , init ) ;
62
62
}
63
63
}
64
64
65
65
/**
66
- * The Speakeasy API allows teams to manage common operations with their APIs
66
+ * Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs
67
67
*
68
68
* @see {@link https://docs.speakeasyapi.dev } - The Speakeasy Platform Documentation
69
69
*/
You can’t perform that action at this time.
0 commit comments