Skip to content

Commit a185985

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.279.0
1 parent 99d2d59 commit a185985

File tree

10 files changed

+6763
-998
lines changed

10 files changed

+6763
-998
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 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: 1710218668d467d8f56c88d745bfdf80
4+
docChecksum: 5b0eee49ab3aced27d58ad63f2f07d70
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.277.8
7-
generationVersion: 2.319.10
8-
releaseVersion: 3.2.10
9-
configChecksum: 8ca05e7f81f384ade430f32c5449cd26
6+
speakeasyVersion: 1.279.0
7+
generationVersion: 2.322.5
8+
releaseVersion: 3.2.11
9+
configChecksum: 38258cad7157dfbf040a84e31dea64e2
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
@@ -1426,4 +1426,14 @@ Based on:
14261426
### Generated
14271427
- [typescript v3.2.10] .
14281428
### Releases
1429-
- [NPM v3.2.10] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.10 - .
1429+
- [NPM v3.2.10] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.10 - .
1430+
1431+
## 2024-05-04 00:11:44
1432+
### Changes
1433+
Based on:
1434+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1435+
- Speakeasy CLI 1.279.0 (2.322.5) https://github.com/speakeasy-api/speakeasy
1436+
### Generated
1437+
- [typescript v3.2.11] .
1438+
### Releases
1439+
- [NPM v3.2.11] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.2.11 - .

docs/sdk/models/shared/clievent.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
| `continuousIntegrationEnvironment` | *string* | :heavy_minus_sign: | Name of the CI environment. |
1010
| `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. |
1111
| `durationMs` | *number* | :heavy_minus_sign: | Duration of the event in milliseconds. |
12+
| `error` | *string* | :heavy_minus_sign: | Error message if the event was not successful. |
1213
| `executionId` | *string* | :heavy_check_mark: | Unique identifier for each execution of the CLI. |
1314
| `generateBumpType` | [shared.GenerateBumpType](../../../sdk/models/shared/generatebumptype.md) | :heavy_minus_sign: | Bump type of the lock file (calculated semver delta, or a custom change (manual release)) |
1415
| `generateConfigPostChecksum` | *string* | :heavy_minus_sign: | Checksum of the configuration file (post generation) |
@@ -44,6 +45,7 @@
4445
| `hostname` | *string* | :heavy_minus_sign: | Remote hostname. |
4546
| `id` | *string* | :heavy_check_mark: | Unique identifier for each event. |
4647
| `interactionType` | [shared.InteractionType](../../../sdk/models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. |
48+
| `lastStep` | *string* | :heavy_minus_sign: | The last step of the event. |
4749
| `lintReportDigest` | *string* | :heavy_minus_sign: | The checksum of the lint report. |
4850
| `lintReportErrorCount` | *number* | :heavy_minus_sign: | The number of errors in the lint report. |
4951
| `lintReportInfoCount` | *number* | :heavy_minus_sign: | The number of info messages in the lint report. |
@@ -52,6 +54,7 @@
5254
| `localStartedAt` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_check_mark: | Timestamp when the event started, in local time. |
5355
| `managementDocChecksum` | *string* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. |
5456
| `managementDocVersion` | *string* | :heavy_minus_sign: | Version taken from info.version field of the Rendered OpenAPI document. |
57+
| `mermaidDiagram` | *string* | :heavy_minus_sign: | Mermaid diagram |
5558
| `openapiDiffBaseSourceBlobDigest` | *string* | :heavy_minus_sign: | The blob digest of the base source. |
5659
| `openapiDiffBaseSourceNamespaceName` | *string* | :heavy_minus_sign: | The namespace name of the base source. |
5760
| `openapiDiffBaseSourceRevisionDigest` | *string* | :heavy_minus_sign: | The revision digest of the base source. |
@@ -70,4 +73,8 @@
7073
| `speakeasyApiKeyName` | *string* | :heavy_check_mark: | Identifier of the Speakeasy API key. |
7174
| `speakeasyVersion` | *string* | :heavy_check_mark: | Version of the Speakeasy CLI. |
7275
| `success` | *boolean* | :heavy_check_mark: | Indicates whether the event was successful. |
76+
| `workflowLockPostRaw` | *string* | :heavy_minus_sign: | Workflow lock file (post execution) |
77+
| `workflowLockPreRaw` | *string* | :heavy_minus_sign: | Workflow lock file (prior to execution) |
78+
| `workflowPostRaw` | *string* | :heavy_minus_sign: | Workflow file (post execution) |
79+
| `workflowPreRaw` | *string* | :heavy_minus_sign: | Workflow file (prior to execution) |
7380
| `workspaceId` | *string* | :heavy_check_mark: | Identifier of the workspace. |

docs/sdk/models/shared/targetsdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
88
| `commitHead` | *string* | :heavy_minus_sign: | Remote commit ID. |
99
| `continuousIntegrationEnvironment` | *string* | :heavy_minus_sign: | Name of the CI environment. |
10+
| `error` | *string* | :heavy_minus_sign: | Error message if the last event was not successful. |
1011
| `generateConfigPostVersion` | *string* | :heavy_minus_sign: | Version of the generated target (post generation) |
1112
| `generateGenLockId` | *string* | :heavy_check_mark: | gen.lock ID (expected to be a uuid). The same as `id`. A unique identifier for the target. |
1213
| `generateGenLockPreFeatures` | *string* | :heavy_minus_sign: | Features prior to generation |

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

0 commit comments

Comments
 (0)