|
9 | 9 | | `continuous_integration_environment` | *T.nilable(::String)* | :heavy_minus_sign: | Name of the CI environment. |
|
10 | 10 | | `created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_check_mark: | Timestamp when the event was created in the database. |
|
11 | 11 | | `duration_ms` | *T.nilable(::Integer)* | :heavy_minus_sign: | Duration of the event in milliseconds. |
|
| 12 | +| `error` | *T.nilable(::String)* | :heavy_minus_sign: | Error message if the event was not successful. | |
12 | 13 | | `execution_id` | *::String* | :heavy_check_mark: | Unique identifier for each execution of the CLI. |
|
13 | 14 | | `generate_bump_type` | [T.nilable(::SpeakeasyClientSDK::Shared::GenerateBumpType)](../../models/shared/generatebumptype.md) | :heavy_minus_sign: | Bump type of the lock file (calculated semver delta, or a custom change (manual release)) |
|
14 | 15 | | `generate_config_post_checksum` | *T.nilable(::String)* | :heavy_minus_sign: | Checksum of the configuration file (post generation) |
|
|
44 | 45 | | `hostname` | *T.nilable(::String)* | :heavy_minus_sign: | Remote hostname. |
|
45 | 46 | | `id` | *::String* | :heavy_check_mark: | Unique identifier for each event. |
|
46 | 47 | | `interaction_type` | [::SpeakeasyClientSDK::Shared::InteractionType](../../models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. |
|
| 48 | +| `last_step` | *T.nilable(::String)* | :heavy_minus_sign: | The last step of the event. | |
47 | 49 | | `lint_report_digest` | *T.nilable(::String)* | :heavy_minus_sign: | The checksum of the lint report. |
|
48 | 50 | | `lint_report_error_count` | *T.nilable(::Integer)* | :heavy_minus_sign: | The number of errors in the lint report. |
|
49 | 51 | | `lint_report_info_count` | *T.nilable(::Integer)* | :heavy_minus_sign: | The number of info messages in the lint report. |
|
|
52 | 54 | | `local_started_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_check_mark: | Timestamp when the event started, in local time. |
|
53 | 55 | | `management_doc_checksum` | *T.nilable(::String)* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. |
|
54 | 56 | | `management_doc_version` | *T.nilable(::String)* | :heavy_minus_sign: | Version taken from info.version field of the Rendered OpenAPI document. |
|
| 57 | +| `mermaid_diagram` | *T.nilable(::String)* | :heavy_minus_sign: | Mermaid diagram | |
55 | 58 | | `openapi_diff_base_source_blob_digest` | *T.nilable(::String)* | :heavy_minus_sign: | The blob digest of the base source. |
|
56 | 59 | | `openapi_diff_base_source_namespace_name` | *T.nilable(::String)* | :heavy_minus_sign: | The namespace name of the base source. |
|
57 | 60 | | `openapi_diff_base_source_revision_digest` | *T.nilable(::String)* | :heavy_minus_sign: | The revision digest of the base source. |
|
|
70 | 73 | | `speakeasy_api_key_name` | *::String* | :heavy_check_mark: | Identifier of the Speakeasy API key. |
|
71 | 74 | | `speakeasy_version` | *::String* | :heavy_check_mark: | Version of the Speakeasy CLI. |
|
72 | 75 | | `success` | *T::Boolean* | :heavy_check_mark: | Indicates whether the event was successful. |
|
| 76 | +| `workflow_lock_post_raw` | *T.nilable(::String)* | :heavy_minus_sign: | Workflow lock file (post execution) | |
| 77 | +| `workflow_lock_pre_raw` | *T.nilable(::String)* | :heavy_minus_sign: | Workflow lock file (prior to execution) | |
| 78 | +| `workflow_post_raw` | *T.nilable(::String)* | :heavy_minus_sign: | Workflow file (post execution) | |
| 79 | +| `workflow_pre_raw` | *T.nilable(::String)* | :heavy_minus_sign: | Workflow file (prior to execution) | |
73 | 80 | | `workspace_id` | *::String* | :heavy_check_mark: | Identifier of the workspace. |
|
0 commit comments