Skip to content

Commit 5ce72c3

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.279.0
1 parent d36f9ca commit 5ce72c3

File tree

10 files changed

+58
-16
lines changed

10 files changed

+58
-16
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: f5719c92-1297-4aa0-bc5f-37116859d1e3
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: 4.1.10
9-
configChecksum: 4f9fd4e22a6f1daa8c5743baafa391a2
6+
speakeasyVersion: 1.279.0
7+
generationVersion: 2.322.5
8+
releaseVersion: 4.1.11
9+
configChecksum: 74abef0d2942762358aec96f4fb268d0
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
speakeasy_client_sdk_ruby (4.1.10)
4+
speakeasy_client_sdk_ruby (4.1.11)
55
faraday
66
faraday-multipart
77
rack

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,4 +838,14 @@ Based on:
838838
### Generated
839839
- [ruby v4.1.10] .
840840
### Releases
841-
- [Ruby Gems v4.1.10] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.10 - .
841+
- [Ruby Gems v4.1.10] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.10 - .
842+
843+
## 2024-05-04 00:02:53
844+
### Changes
845+
Based on:
846+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
847+
- Speakeasy CLI 1.279.0 (2.322.5) https://github.com/speakeasy-api/speakeasy
848+
### Generated
849+
- [ruby v4.1.11] .
850+
### Releases
851+
- [Ruby Gems v4.1.11] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.11 - .

docs/models/shared/clievent.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
| `continuous_integration_environment` | *T.nilable(::String)* | :heavy_minus_sign: | Name of the CI environment. |
1010
| `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. |
1111
| `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. |
1213
| `execution_id` | *::String* | :heavy_check_mark: | Unique identifier for each execution of the CLI. |
1314
| `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)) |
1415
| `generate_config_post_checksum` | *T.nilable(::String)* | :heavy_minus_sign: | Checksum of the configuration file (post generation) |
@@ -44,6 +45,7 @@
4445
| `hostname` | *T.nilable(::String)* | :heavy_minus_sign: | Remote hostname. |
4546
| `id` | *::String* | :heavy_check_mark: | Unique identifier for each event. |
4647
| `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. |
4749
| `lint_report_digest` | *T.nilable(::String)* | :heavy_minus_sign: | The checksum of the lint report. |
4850
| `lint_report_error_count` | *T.nilable(::Integer)* | :heavy_minus_sign: | The number of errors in the lint report. |
4951
| `lint_report_info_count` | *T.nilable(::Integer)* | :heavy_minus_sign: | The number of info messages in the lint report. |
@@ -52,6 +54,7 @@
5254
| `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. |
5355
| `management_doc_checksum` | *T.nilable(::String)* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. |
5456
| `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 |
5558
| `openapi_diff_base_source_blob_digest` | *T.nilable(::String)* | :heavy_minus_sign: | The blob digest of the base source. |
5659
| `openapi_diff_base_source_namespace_name` | *T.nilable(::String)* | :heavy_minus_sign: | The namespace name of the base source. |
5760
| `openapi_diff_base_source_revision_digest` | *T.nilable(::String)* | :heavy_minus_sign: | The revision digest of the base source. |
@@ -70,4 +73,8 @@
7073
| `speakeasy_api_key_name` | *::String* | :heavy_check_mark: | Identifier of the Speakeasy API key. |
7174
| `speakeasy_version` | *::String* | :heavy_check_mark: | Version of the Speakeasy CLI. |
7275
| `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) |
7380
| `workspace_id` | *::String* | :heavy_check_mark: | Identifier of the workspace. |

docs/models/shared/targetsdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
88
| `commit_head` | *T.nilable(::String)* | :heavy_minus_sign: | Remote commit ID. |
99
| `continuous_integration_environment` | *T.nilable(::String)* | :heavy_minus_sign: | Name of the CI environment. |
10+
| `error` | *T.nilable(::String)* | :heavy_minus_sign: | Error message if the last event was not successful. |
1011
| `generate_config_post_version` | *T.nilable(::String)* | :heavy_minus_sign: | Version of the generated target (post generation) |
1112
| `generate_gen_lock_id` | *::String* | :heavy_check_mark: | gen.lock ID (expected to be a uuid). The same as `id`. A unique identifier for the target. |
1213
| `generate_gen_lock_pre_features` | *T.nilable(::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
ruby:
13-
version: 4.1.10
13+
version: 4.1.11
1414
author: Speakeasy
1515
description: Ruby Client SDK Generated by Speakeasy
1616
imports:

0 commit comments

Comments
 (0)