File tree Expand file tree Collapse file tree 7 files changed +7093
-1175
lines changed Expand file tree Collapse file tree 7 files changed +7093
-1175
lines changed Original file line number Diff line number Diff line change
1
+ dist /
1
2
node_modules /
2
- dist /
Original file line number Diff line number Diff line change @@ -494,4 +494,12 @@ Based on:
494
494
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
495
495
- Speakeasy CLI 1.38.0 (2.32.7) https://github.com/speakeasy-api/speakeasy
496
496
### Releases
497
- - [ NPM v1.29.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.29.1 - .
497
+ - [ NPM v1.29.1] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.29.1 - .
498
+
499
+ ## 2023-06-01 00:14:09
500
+ ### Changes
501
+ Based on:
502
+ - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
503
+ - Speakeasy CLI 1.40.2 (2.34.2) https://github.com/speakeasy-api/speakeasy
504
+ ### Releases
505
+ - [ NPM v1.30.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.30.0 - .
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ src/sdk/requests.ts
7
7
src/sdk/schemas.ts
8
8
src/sdk/sdk.ts
9
9
.eslintrc.yml
10
+ .gitignore
10
11
jest.config.js
11
12
package-lock.json
12
13
package.json
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.38.0
6
- generationVersion : 2.32.7
5
+ speakeasyVersion : 1.40.2
6
+ generationVersion : 2.34.2
7
7
generation :
8
8
sdkClassName : speakeasy
9
9
singleTagPerOp : false
10
10
telemetryEnabled : true
11
11
typescript :
12
- version : 1.29.1
12
+ version : 1.30.0
13
13
author : Speakeasy
14
14
maxMethodParams : 0
15
15
packageName : ' @speakeasy-api/speakeasy-client-sdk-typescript'
You can’t perform that action at this time.
0 commit comments