Skip to content

Commit 7a6d7b4

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.195.0
1 parent 6fed728 commit 7a6d7b4

File tree

10 files changed

+6712
-998
lines changed

10 files changed

+6712
-998
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
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: 2341dd6743191a8c0148cd7bca25811d
4+
docChecksum: e7803aa801c8a80e23dbe21edbf4e9c5
55
docVersion: 0.4.0
66
speakeasyVersion: internal
77
generationVersion: 2.272.7
8-
releaseVersion: 3.1.8
9-
configChecksum: 913292d207f43085b3f9beb5e14bcfa8
8+
releaseVersion: 3.1.9
9+
configChecksum: c27ee91ff3210b1f1572e2bdd7c4311c
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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1226,4 +1226,14 @@ Based on:
12261226
### Generated
12271227
- [typescript v3.1.8] .
12281228
### Releases
1229-
- [NPM v3.1.8] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.8 - .
1229+
- [NPM v3.1.8] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.8 - .
1230+
1231+
## 2024-02-28 00:10:50
1232+
### Changes
1233+
Based on:
1234+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1235+
- Speakeasy CLI 1.195.0 (2.272.7) https://github.com/speakeasy-api/speakeasy
1236+
### Generated
1237+
- [typescript v3.1.9] .
1238+
### Releases
1239+
- [NPM v3.1.9] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.9 - .

docs/sdk/models/shared/accessdetails.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| ------------------- | ------------------- | ------------------- | ------------------- |
8-
| `generationAllowed` | *boolean* | :heavy_check_mark: | N/A |
8+
| `generationAllowed` | *boolean* | :heavy_check_mark: | N/A |
9+
| `message` | *string* | :heavy_check_mark: | N/A |

docs/sdk/models/shared/targetsdk.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
| `generateConfigPostVersion` | *string* | :heavy_minus_sign: | Version of the generated target (post generation) |
1010
| `generateGenLockId` | *string* | :heavy_check_mark: | gen.lock ID (expected to be a uuid). The same as `id`. A unique identifier for the target. |
1111
| `generatePublished` | *boolean* | :heavy_minus_sign: | Indicates whether the target was considered published. |
12-
| `generateTarget` | *string* | :heavy_check_mark: | The target of the event. |
12+
| `generateTarget` | *string* | :heavy_check_mark: | eg `typescript`, `terraform`, `python` |
13+
| `generateTargetName` | *string* | :heavy_minus_sign: | The name of the target as defined by the user. |
1314
| `generateTargetVersion` | *string* | :heavy_minus_sign: | The version of the Speakeasy generator for this target eg v2 of the typescript generator. |
1415
| `ghActionOrganization` | *string* | :heavy_minus_sign: | GitHub organization of the action. |
1516
| `ghActionRepository` | *string* | :heavy_minus_sign: | GitHub repository of the action. |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
typescript:
13-
version: 3.1.8
13+
version: 3.1.9
1414
author: Speakeasy
1515
clientServerStatusCodesAsErrors: false
1616
flattenGlobalSecurity: false

0 commit comments

Comments
 (0)