Skip to content

Commit 608b79e

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.344.1
1 parent c36cfd7 commit 608b79e

File tree

9 files changed

+6793
-1088
lines changed

9 files changed

+6793
-1088
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: 638dbecd668cc1d7818c3b5aefd2d3e1
4+
docChecksum: 5b362866a3e7a85c830c6cb1f1cf4896
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.337.1
7-
generationVersion: 2.373.2
8-
releaseVersion: 3.3.14
9-
configChecksum: 159616ef30702214c64927ace52870f1
6+
speakeasyVersion: 1.344.1
7+
generationVersion: 2.376.2
8+
releaseVersion: 3.3.15
9+
configChecksum: 38ce3a8a385315b13c0d76f2a658821e
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
@@ -1606,4 +1606,14 @@ Based on:
16061606
### Generated
16071607
- [typescript v3.3.14] .
16081608
### Releases
1609-
- [NPM v3.3.14] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.14 - .
1609+
- [NPM v3.3.14] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.14 - .
1610+
1611+
## 2024-07-20 00:12:09
1612+
### Changes
1613+
Based on:
1614+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1615+
- Speakeasy CLI 1.344.1 (2.376.2) https://github.com/speakeasy-api/speakeasy
1616+
### Generated
1617+
- [typescript v3.3.15] .
1618+
### Releases
1619+
- [NPM v3.3.15] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.3.15 - .

docs/sdk/models/shared/clievent.md

+80-80
Large diffs are not rendered by default.
+10-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# GenerateBumpType
22

3-
Bump type of the lock file (calculated semver delta, or a custom change (manual release))
3+
Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)
44

55

66
## Values
77

8-
| Name | Value |
9-
| -------- | -------- |
10-
| `Major` | major |
11-
| `Minor` | minor |
12-
| `Patch` | patch |
13-
| `Custom` | custom |
14-
| `None` | none |
8+
| Name | Value |
9+
| ------------ | ------------ |
10+
| `Major` | major |
11+
| `Minor` | minor |
12+
| `Patch` | patch |
13+
| `Custom` | custom |
14+
| `Graduate` | graduate |
15+
| `Prerelease` | prerelease |
16+
| `None` | none |

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.14
13+
version: 3.3.15
1414
author: Speakeasy
1515
clientServerStatusCodesAsErrors: false
1616
flattenGlobalSecurity: false

0 commit comments

Comments
 (0)