|
9 | 9 | | `continuousIntegrationEnvironment` | *string* | :heavy_minus_sign: | Name of the CI environment. |
|
10 | 10 | | `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. |
|
11 | 11 | | `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. | |
12 | 13 | | `executionId` | *string* | :heavy_check_mark: | Unique identifier for each execution of the CLI. |
|
13 | 14 | | `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)) |
|
14 | 15 | | `generateConfigPostChecksum` | *string* | :heavy_minus_sign: | Checksum of the configuration file (post generation) |
|
|
44 | 45 | | `hostname` | *string* | :heavy_minus_sign: | Remote hostname. |
|
45 | 46 | | `id` | *string* | :heavy_check_mark: | Unique identifier for each event. |
|
46 | 47 | | `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. | |
47 | 49 | | `lintReportDigest` | *string* | :heavy_minus_sign: | The checksum of the lint report. |
|
48 | 50 | | `lintReportErrorCount` | *number* | :heavy_minus_sign: | The number of errors in the lint report. |
|
49 | 51 | | `lintReportInfoCount` | *number* | :heavy_minus_sign: | The number of info messages in the lint report. |
|
|
52 | 54 | | `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. |
|
53 | 55 | | `managementDocChecksum` | *string* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. |
|
54 | 56 | | `managementDocVersion` | *string* | :heavy_minus_sign: | Version taken from info.version field of the Rendered OpenAPI document. |
|
| 57 | +| `mermaidDiagram` | *string* | :heavy_minus_sign: | Mermaid diagram | |
55 | 58 | | `openapiDiffBaseSourceBlobDigest` | *string* | :heavy_minus_sign: | The blob digest of the base source. |
|
56 | 59 | | `openapiDiffBaseSourceNamespaceName` | *string* | :heavy_minus_sign: | The namespace name of the base source. |
|
57 | 60 | | `openapiDiffBaseSourceRevisionDigest` | *string* | :heavy_minus_sign: | The revision digest of the base source. |
|
|
70 | 73 | | `speakeasyApiKeyName` | *string* | :heavy_check_mark: | Identifier of the Speakeasy API key. |
|
71 | 74 | | `speakeasyVersion` | *string* | :heavy_check_mark: | Version of the Speakeasy CLI. |
|
72 | 75 | | `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) | |
73 | 80 | | `workspaceId` | *string* | :heavy_check_mark: | Identifier of the workspace. |
|
0 commit comments