Skip to content

Commit 543805e

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.313.0
1 parent 1adc40e commit 543805e

File tree

10 files changed

+6709
-1000
lines changed

10 files changed

+6709
-1000
lines changed

.speakeasy/gen.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 89968bf0-a755-4d50-9acb-d47410010f05
33
management:
4-
docChecksum: eb530f662240663b5cb067995daf351c
4+
docChecksum: dc49a07c3d8b79e5d6468202954aaafd
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.310.0
7-
generationVersion: 2.347.4
8-
releaseVersion: 3.3.8
9-
configChecksum: 5697823af68aed5e9f371b9055d1f2da
6+
speakeasyVersion: 1.313.0
7+
generationVersion: 2.347.8
8+
releaseVersion: 3.3.9
9+
configChecksum: a1d691ec3e411a8cf639d6d2f194eb0c
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1546,4 +1546,14 @@ Based on:
15461546
### Generated
15471547
- [typescript v3.3.8] .
15481548
### Releases
1549-
- [NPM v3.3.8] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.8 - .
1549+
- [NPM v3.3.8] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.8 - .
1550+
1551+
## 2024-06-21 00:11:58
1552+
### Changes
1553+
Based on:
1554+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1555+
- Speakeasy CLI 1.313.0 (2.347.8) https://github.com/speakeasy-api/speakeasy
1556+
### Generated
1557+
- [typescript v3.3.9] .
1558+
### Releases
1559+
- [NPM v3.3.9] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.9 - .

docs/sdk/models/shared/clievent.md

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
| `generatePublished` | *boolean* | :heavy_minus_sign: | Indicates whether the target was considered published. |
3535
| `generateRepoUrl` | *string* | :heavy_minus_sign: | Expected Repo URL, for use in documentation generation. |
3636
| `generateTarget` | *string* | :heavy_minus_sign: | The target of the event. |
37+
| `generateTargetName` | *string* | :heavy_minus_sign: | The workflow name of the target. |
3738
| `generateTargetVersion` | *string* | :heavy_minus_sign: | The version of the target. |
3839
| `generateVersion` | *string* | :heavy_minus_sign: | Version of the generation logic used. |
3940
| `ghActionOrganization` | *string* | :heavy_minus_sign: | GitHub organization of the action. |

docs/sdk/models/shared/targetsdk.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
| `generateNumberOfOperationsUsed` | *number* | :heavy_minus_sign: | The number of operations used in generation. |
1818
| `generatePublished` | *boolean* | :heavy_minus_sign: | Indicates whether the target was considered published. |
1919
| `generateTarget` | *string* | :heavy_check_mark: | eg `typescript`, `terraform`, `python` |
20-
| `generateTargetName` | *string* | :heavy_minus_sign: | The name of the target as defined by the user. |
20+
| `generateTargetName` | *string* | :heavy_minus_sign: | The workflow name of the target. |
2121
| `generateTargetVersion` | *string* | :heavy_minus_sign: | The version of the Speakeasy generator for this target eg v2 of the typescript generator. |
2222
| `ghActionOrganization` | *string* | :heavy_minus_sign: | GitHub organization of the action. |
2323
| `ghActionRef` | *string* | :heavy_minus_sign: | GitHub Action ref value. |

gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
typescript:
13-
version: 3.3.8
13+
version: 3.3.9
1414
author: Speakeasy
1515
clientServerStatusCodesAsErrors: false
1616
flattenGlobalSecurity: false

0 commit comments

Comments
 (0)