Skip to content

Commit 62e9f27

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.202.0
1 parent e85d1aa commit 62e9f27

File tree

10 files changed

+6730
-1005
lines changed

10 files changed

+6730
-1005
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 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: 9a4517dbb12d2cf1b7c3f411d1e2ff4f
4+
docChecksum: 78317aabbf8200a3d43be677bd6fe435
55
docVersion: 0.4.0
6-
speakeasyVersion: internal
6+
speakeasyVersion: 1.202.0
77
generationVersion: 2.277.0
8-
releaseVersion: 3.1.11
9-
configChecksum: 99fe50ab75440f311f56a999d7ac3c36
8+
releaseVersion: 3.1.12
9+
configChecksum: 4e8e761b7e8c491ad97f6caf26f2b580
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
@@ -1256,4 +1256,14 @@ Based on:
12561256
### Generated
12571257
- [typescript v3.1.11] .
12581258
### Releases
1259-
- [NPM v3.1.11] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.11 - .
1259+
- [NPM v3.1.11] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.11 - .
1260+
1261+
## 2024-03-07 00:09:13
1262+
### Changes
1263+
Based on:
1264+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1265+
- Speakeasy CLI 1.202.0 (2.277.0) https://github.com/speakeasy-api/speakeasy
1266+
### Generated
1267+
- [typescript v3.1.12] .
1268+
### Releases
1269+
- [NPM v3.1.12] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.12 - .

docs/sdk/models/shared/clievent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
88
| `commitHead` | *string* | :heavy_minus_sign: | Remote commit ID. |
9+
| `continuousIntegrationEnvironment` | *string* | :heavy_minus_sign: | Name of the CI environment. |
910
| `createdAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Timestamp when the event was created in the database. |
1011
| `durationMs` | *number* | :heavy_minus_sign: | Duration of the event in milliseconds. |
1112
| `executionId` | *string* | :heavy_check_mark: | Unique identifier for each execution of the CLI. |

docs/sdk/models/shared/targetsdk.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
88
| `commitHead` | *string* | :heavy_minus_sign: | Remote commit ID. |
9+
| `continuousIntegrationEnvironment` | *string* | :heavy_minus_sign: | Name of the CI environment. |
910
| `generateConfigPostVersion` | *string* | :heavy_minus_sign: | Version of the generated target (post generation) |
1011
| `generateGenLockId` | *string* | :heavy_check_mark: | gen.lock ID (expected to be a uuid). The same as `id`. A unique identifier for the target. |
12+
| `generateGenLockPreFeatures` | *string* | :heavy_minus_sign: | Features prior to generation |
13+
| `generateGenLockPreVersion` | *string* | :heavy_minus_sign: | Artifact version for the Previous Generation |
1114
| `generatePublished` | *boolean* | :heavy_minus_sign: | Indicates whether the target was considered published. |
1215
| `generateTarget` | *string* | :heavy_check_mark: | eg `typescript`, `terraform`, `python` |
1316
| `generateTargetName` | *string* | :heavy_minus_sign: | The name of the target as defined by the user. |
@@ -26,5 +29,4 @@
2629
| `lastEventCreatedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Timestamp when the event was created in the database. |
2730
| `lastEventId` | *string* | :heavy_check_mark: | Unique identifier of the last event for the target |
2831
| `repoLabel` | *string* | :heavy_minus_sign: | Label of the git repository. |
29-
| `success` | *boolean* | :heavy_minus_sign: | Indicates whether the event was successful. |
30-
| `totalEvents` | *number* | :heavy_check_mark: | Total number of events for the target |
32+
| `success` | *boolean* | :heavy_minus_sign: | Indicates whether the event was successful. |

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

0 commit comments

Comments
 (0)