Skip to content

Commit 43d8e1a

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.293.1
1 parent df29621 commit 43d8e1a

33 files changed

+804
-13
lines changed

.speakeasy/gen.lock

Lines changed: 25 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: f3ee86ef6f2ca4b47599522e63754f76
4+
docChecksum: 5dd84d4ef84bb4a4426881954f176d08
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.291.0
7-
generationVersion: 2.332.4
8-
releaseVersion: 4.2.0
9-
configChecksum: 7621cee92338068e6b3dd512646d23f2
6+
speakeasyVersion: 1.293.1
7+
generationVersion: 2.333.3
8+
releaseVersion: 4.2.1
9+
configChecksum: dda7e1b028e78e72fa510966559666bb
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
@@ -30,6 +30,7 @@ generatedFiles:
3030
- lib/speakeasy_client_sdk/artifacts.rb
3131
- lib/speakeasy_client_sdk/auth.rb
3232
- lib/speakeasy_client_sdk/requests.rb
33+
- lib/speakeasy_client_sdk/github.rb
3334
- lib/speakeasy_client_sdk/organizations.rb
3435
- lib/speakeasy_client_sdk/reports.rb
3536
- lib/speakeasy_client_sdk/embeds.rb
@@ -161,6 +162,11 @@ generatedFiles:
161162
- lib/speakeasy_client_sdk/models/operations/getrequestfromeventlog_response.rb
162163
- lib/speakeasy_client_sdk/models/operations/queryeventlog_request.rb
163164
- lib/speakeasy_client_sdk/models/operations/queryeventlog_response.rb
165+
- lib/speakeasy_client_sdk/models/operations/githubcheckaccess_request.rb
166+
- lib/speakeasy_client_sdk/models/operations/githubcheckaccess_response.rb
167+
- lib/speakeasy_client_sdk/models/operations/githubconfiguretarget_response.rb
168+
- lib/speakeasy_client_sdk/models/operations/githubtriggeraction_response.rb
169+
- lib/speakeasy_client_sdk/models/operations/getorganizationusage_response.rb
164170
- lib/speakeasy_client_sdk/models/operations/getorganizations_response.rb
165171
- lib/speakeasy_client_sdk/models/operations/getchangesreportsignedurl_request.rb
166172
- lib/speakeasy_client_sdk/models/operations/getchangesreportsignedurl_signedaccess.rb
@@ -224,6 +230,10 @@ generatedFiles:
224230
- lib/speakeasy_client_sdk/models/shared/requestmetadata.rb
225231
- lib/speakeasy_client_sdk/models/shared/filters.rb
226232
- lib/speakeasy_client_sdk/models/shared/filter.rb
233+
- lib/speakeasy_client_sdk/models/shared/githubconfiguretargetrequest.rb
234+
- lib/speakeasy_client_sdk/models/shared/githubtriggeractionrequest.rb
235+
- lib/speakeasy_client_sdk/models/shared/organizationusageresponse.rb
236+
- lib/speakeasy_client_sdk/models/shared/organizationusage.rb
227237
- lib/speakeasy_client_sdk/models/shared/organization_account_type.rb
228238
- lib/speakeasy_client_sdk/models/shared/organization.rb
229239
- lib/speakeasy_client_sdk/models/shared/type.rb
@@ -317,6 +327,11 @@ generatedFiles:
317327
- docs/models/operations/getrequestfromeventlogresponse.md
318328
- docs/models/operations/queryeventlogrequest.md
319329
- docs/models/operations/queryeventlogresponse.md
330+
- docs/models/operations/githubcheckaccessrequest.md
331+
- docs/models/operations/githubcheckaccessresponse.md
332+
- docs/models/operations/githubconfiguretargetresponse.md
333+
- docs/models/operations/githubtriggeractionresponse.md
334+
- docs/models/operations/getorganizationusageresponse.md
320335
- docs/models/operations/getorganizationsresponse.md
321336
- docs/models/operations/getchangesreportsignedurlrequest.md
322337
- docs/models/operations/getchangesreportsignedurlsignedaccess.md
@@ -380,6 +395,10 @@ generatedFiles:
380395
- docs/models/shared/requestmetadata.md
381396
- docs/models/shared/filters.md
382397
- docs/models/shared/filter.md
398+
- docs/models/shared/githubconfiguretargetrequest.md
399+
- docs/models/shared/githubtriggeractionrequest.md
400+
- docs/models/shared/organizationusageresponse.md
401+
- docs/models/shared/organizationusage.md
383402
- docs/models/shared/organizationaccounttype.md
384403
- docs/models/shared/organization.md
385404
- docs/models/shared/type.md
@@ -400,6 +419,7 @@ generatedFiles:
400419
- docs/sdks/artifacts/README.md
401420
- docs/sdks/auth/README.md
402421
- docs/sdks/requests/README.md
422+
- docs/sdks/github/README.md
403423
- docs/sdks/organizations/README.md
404424
- docs/sdks/reports/README.md
405425
- docs/sdks/embeds/README.md

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

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,15 @@ end
9797
* [get_request_from_event_log](docs/sdks/requests/README.md#get_request_from_event_log) - Get information about a particular request.
9898
* [query_event_log](docs/sdks/requests/README.md#query_event_log) - Query the event log to retrieve a list of requests.
9999

100+
### [Github](docs/sdks/github/README.md)
101+
102+
* [github_check_access](docs/sdks/github/README.md#github_check_access)
103+
* [github_configure_target](docs/sdks/github/README.md#github_configure_target)
104+
* [github_trigger_action](docs/sdks/github/README.md#github_trigger_action)
105+
100106
### [Organizations](docs/sdks/organizations/README.md)
101107

108+
* [get_organization_usage](docs/sdks/organizations/README.md#get_organization_usage) - Get billing usage summary for a particular organization
102109
* [get_organizations](docs/sdks/organizations/README.md#get_organizations) - Get organizations for a user
103110

104111
### [Reports](docs/sdks/reports/README.md)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,4 +878,14 @@ Based on:
878878
### Generated
879879
- [ruby v4.2.0] .
880880
### Releases
881-
- [Ruby Gems v4.2.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.0 - .
881+
- [Ruby Gems v4.2.0] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.0 - .
882+
883+
## 2024-05-18 00:02:50
884+
### Changes
885+
Based on:
886+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
887+
- Speakeasy CLI 1.293.1 (2.333.3) https://github.com/speakeasy-api/speakeasy
888+
### Generated
889+
- [ruby v4.2.1] .
890+
### Releases
891+
- [Ruby Gems v4.2.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.1 - .
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetOrganizationUsageResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
8+
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `error` | [T.nilable(::SpeakeasyClientSDK::Shared::Error)](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10+
| `organization_usage_response` | [T.nilable(::SpeakeasyClientSDK::Shared::OrganizationUsageResponse)](../../models/shared/organizationusageresponse.md) | :heavy_minus_sign: | OK |
11+
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
12+
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GithubCheckAccessRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `org` | *::String* | :heavy_check_mark: | N/A |
9+
| `repo` | *::String* | :heavy_check_mark: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubCheckAccessResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
8+
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `error` | [T.nilable(::SpeakeasyClientSDK::Shared::Error)](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10+
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubConfigureTargetResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
8+
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `error` | [T.nilable(::SpeakeasyClientSDK::Shared::Error)](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10+
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubTriggerActionResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
8+
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `error` | [T.nilable(::SpeakeasyClientSDK::Shared::Error)](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10+
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubConfigureTargetRequest
2+
3+
A request to configure a GitHub target
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- |
10+
| `org` | *::String* | :heavy_check_mark: | The GitHub organization name |
11+
| `repo_name` | *::String* | :heavy_check_mark: | The GitHub repository name |

0 commit comments

Comments
 (0)