Skip to content

Commit f4a1c98

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.194.0
1 parent 7c893c0 commit f4a1c98

16 files changed

+115
-59
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: 1e1fbb7b85b19b149be8f6b8a6916f76
4+
docChecksum: 2341dd6743191a8c0148cd7bca25811d
55
docVersion: 0.4.0
66
speakeasyVersion: internal
7-
generationVersion: 2.272.4
8-
releaseVersion: 4.0.7
9-
configChecksum: 572b5f5489b006e5e2331cdf1732c334
7+
generationVersion: 2.272.7
8+
releaseVersion: 4.0.8
9+
configChecksum: a7c9334848f79f17cd905400d7ed6c39
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
@@ -15,7 +15,7 @@ features:
1515
ruby:
1616
core: 3.2.10
1717
examples: 2.81.3
18-
globalSecurity: 2.81.4
18+
globalSecurity: 2.81.5
1919
globalServerURLs: 2.82.1
2020
globals: 2.81.1
2121
inputOutputModels: 2.83.0

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.0.7)
4+
speakeasy_client_sdk_ruby (4.0.8)
55
faraday
66
faraday-multipart
77
rack

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,4 +638,14 @@ Based on:
638638
### Generated
639639
- [ruby v4.0.7] .
640640
### Releases
641-
- [Ruby Gems v4.0.7] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.0.7 - .
641+
- [Ruby Gems v4.0.7] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.0.7 - .
642+
643+
## 2024-02-27 00:03:07
644+
### Changes
645+
Based on:
646+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
647+
- Speakeasy CLI 1.194.0 (2.272.7) https://github.com/speakeasy-api/speakeasy
648+
### Generated
649+
- [ruby v4.0.8] .
650+
### Releases
651+
- [Ruby Gems v4.0.8] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.0.8 - .

docs/models/operations/getworkspaceeventsrequest.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8-
| `generate_gen_lock_id` | *T.nilable(::String)* | :heavy_minus_sign: | Filter to only return events corresponding to a particular gen_lock_id |
9-
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier of the workspace. |
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
8+
| `after_created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | Filter to only return events created after this timestamp |
9+
| `generate_gen_lock_id` | *T.nilable(::String)* | :heavy_minus_sign: | Filter to only return events corresponding to a particular gen_lock_id (gen_lock_id uniquely identifies a target) |
10+
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier of the workspace. |

docs/models/operations/getworkspacetargetsrequest.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
8-
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier of the workspace. |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8+
| `after_last_event_created_at` | [Date](https://ruby-doc.org/stdlib-2.6.1/libdoc/date/rdoc/Date.html) | :heavy_minus_sign: | Filter to only return targets with events created after this timestamp |
9+
| `workspace_id` | *T.nilable(::String)* | :heavy_minus_sign: | Unique identifier of the workspace. |

docs/models/shared/clievent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
| `git_remote_default_owner` | *T.nilable(::String)* | :heavy_minus_sign: | Default owner for git remote. |
3737
| `git_remote_default_repo` | *T.nilable(::String)* | :heavy_minus_sign: | Default repository name for git remote. |
3838
| `git_user_email` | *T.nilable(::String)* | :heavy_minus_sign: | User email from git configuration. |
39-
| `git_user_name` | *T.nilable(::String)* | :heavy_minus_sign: | User name from git configuration. |
39+
| `git_user_name` | *T.nilable(::String)* | :heavy_minus_sign: | User's name from git configuration. (not GitHub username) |
4040
| `hostname` | *T.nilable(::String)* | :heavy_minus_sign: | Remote hostname. |
4141
| `id` | *::String* | :heavy_check_mark: | Unique identifier for each event. |
4242
| `interaction_type` | [::SpeakeasyClientSDK::Shared::InteractionType](../../models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. |

0 commit comments

Comments
 (0)