Skip to content

Commit be48fc1

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.308.2
1 parent 1a9360b commit be48fc1

21 files changed

+397
-12
lines changed

.speakeasy/gen.lock

Lines changed: 15 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: 48caee63217cf42b334122c89dc04004
4+
docChecksum: faf7375f0e20304e1fb56c4a4b633e29
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.306.0
7-
generationVersion: 2.340.3
8-
releaseVersion: 4.2.5
9-
configChecksum: 1da515b4339dea0f3d08770a0543a480
6+
speakeasyVersion: 1.308.2
7+
generationVersion: 2.342.6
8+
releaseVersion: 4.2.6
9+
configChecksum: d2d4d5af5f88c69c89cf6cfddf70629d
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
@@ -165,7 +165,10 @@ generatedFiles:
165165
- lib/speakeasy_client_sdk/models/operations/queryeventlog_response.rb
166166
- lib/speakeasy_client_sdk/models/operations/githubcheckaccess_request.rb
167167
- lib/speakeasy_client_sdk/models/operations/githubcheckaccess_response.rb
168+
- lib/speakeasy_client_sdk/models/operations/githubcheckpublishingsecrets_request.rb
169+
- lib/speakeasy_client_sdk/models/operations/githubcheckpublishingsecrets_response.rb
168170
- lib/speakeasy_client_sdk/models/operations/githubconfiguretarget_response.rb
171+
- lib/speakeasy_client_sdk/models/operations/githubstorepublishingsecrets_response.rb
169172
- lib/speakeasy_client_sdk/models/operations/githubtriggeraction_response.rb
170173
- lib/speakeasy_client_sdk/models/operations/createfreetrial_response.rb
171174
- lib/speakeasy_client_sdk/models/operations/getorganizationusage_response.rb
@@ -239,7 +242,9 @@ generatedFiles:
239242
- lib/speakeasy_client_sdk/models/shared/requestmetadata.rb
240243
- lib/speakeasy_client_sdk/models/shared/filters.rb
241244
- lib/speakeasy_client_sdk/models/shared/filter.rb
245+
- lib/speakeasy_client_sdk/models/shared/githubmissingpublishingsecretsresponse.rb
242246
- lib/speakeasy_client_sdk/models/shared/githubconfiguretargetrequest.rb
247+
- lib/speakeasy_client_sdk/models/shared/githubstorepublishingsecretsrequest.rb
243248
- lib/speakeasy_client_sdk/models/shared/githubtriggeractionrequest.rb
244249
- lib/speakeasy_client_sdk/models/shared/organizationusageresponse.rb
245250
- lib/speakeasy_client_sdk/models/shared/organizationusage.rb
@@ -338,7 +343,10 @@ generatedFiles:
338343
- docs/models/operations/queryeventlogresponse.md
339344
- docs/models/operations/githubcheckaccessrequest.md
340345
- docs/models/operations/githubcheckaccessresponse.md
346+
- docs/models/operations/githubcheckpublishingsecretsrequest.md
347+
- docs/models/operations/githubcheckpublishingsecretsresponse.md
341348
- docs/models/operations/githubconfiguretargetresponse.md
349+
- docs/models/operations/githubstorepublishingsecretsresponse.md
342350
- docs/models/operations/githubtriggeractionresponse.md
343351
- docs/models/operations/createfreetrialresponse.md
344352
- docs/models/operations/getorganizationusageresponse.md
@@ -412,7 +420,9 @@ generatedFiles:
412420
- docs/models/shared/requestmetadata.md
413421
- docs/models/shared/filters.md
414422
- docs/models/shared/filter.md
423+
- docs/models/shared/githubmissingpublishingsecretsresponse.md
415424
- docs/models/shared/githubconfiguretargetrequest.md
425+
- docs/models/shared/githubstorepublishingsecretsrequest.md
416426
- docs/models/shared/githubtriggeractionrequest.md
417427
- docs/models/shared/organizationusageresponse.md
418428
- docs/models/shared/organizationusage.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.5)
4+
speakeasy_client_sdk_ruby (4.2.6)
55
faraday
66
faraday-multipart
77
rack

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ end
100100
### [Github](docs/sdks/github/README.md)
101101

102102
* [github_check_access](docs/sdks/github/README.md#github_check_access)
103+
* [github_check_publishing_secrets](docs/sdks/github/README.md#github_check_publishing_secrets)
103104
* [github_configure_target](docs/sdks/github/README.md#github_configure_target)
105+
* [github_store_publishing_secrets](docs/sdks/github/README.md#github_store_publishing_secrets)
104106
* [github_trigger_action](docs/sdks/github/README.md#github_trigger_action)
105107

106108
### [Organizations](docs/sdks/organizations/README.md)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,4 +928,14 @@ Based on:
928928
### Generated
929929
- [ruby v4.2.5] .
930930
### Releases
931-
- [Ruby Gems v4.2.5] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.5 - .
931+
- [Ruby Gems v4.2.5] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.5 - .
932+
933+
## 2024-06-19 00:03:02
934+
### Changes
935+
Based on:
936+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
937+
- Speakeasy CLI 1.308.2 (2.342.6) https://github.com/speakeasy-api/speakeasy
938+
### Generated
939+
- [ruby v4.2.6] .
940+
### Releases
941+
- [Ruby Gems v4.2.6] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.6 - .
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GithubCheckPublishingSecretsRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
8+
| `generate_gen_lock_id` | *::String* | :heavy_check_mark: | N/A |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GithubCheckPublishingSecretsResponse
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+
| `github_missing_publishing_secrets_response` | [T.nilable(::SpeakeasyClientSDK::Shared::GithubMissingPublishingSecretsResponse)](../../models/shared/githubmissingpublishingsecretsresponse.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubStorePublishingSecretsResponse
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# GithubMissingPublishingSecretsResponse
2+
3+
A valid response containing MISSING publishing secret keys for a github target
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| -------------------- | -------------------- | -------------------- | -------------------- |
10+
| `missing_secrets` | T::Array<*::String*> | :heavy_minus_sign: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GithubStorePublishingSecretsRequest
2+
3+
A request to store publishing secrets for a github target
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- |
10+
| `generate_gen_lock_id` | *::String* | :heavy_check_mark: | The generation lock ID |
11+
| `secrets` | T::Hash[Symbol, *::String*] | :heavy_minus_sign: | A map of secrets to store in the GitHub target |

docs/sdks/github/README.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
### Available Operations
55

66
* [github_check_access](#github_check_access)
7+
* [github_check_publishing_secrets](#github_check_publishing_secrets)
78
* [github_configure_target](#github_configure_target)
9+
* [github_store_publishing_secrets](#github_store_publishing_secrets)
810
* [github_trigger_action](#github_trigger_action)
911

1012
## github_check_access
@@ -48,6 +50,46 @@ end
4850
**[T.nilable(::SpeakeasyClientSDK::Operations::GithubCheckAccessResponse)](../../models/operations/githubcheckaccessresponse.md)**
4951

5052

53+
## github_check_publishing_secrets
54+
55+
### Example Usage
56+
57+
```ruby
58+
require 'speakeasy_client_sdk_ruby'
59+
60+
61+
s = ::SpeakeasyClientSDK::SDK.new
62+
s.config_security(
63+
::SpeakeasyClientSDK::Shared::Security.new(
64+
api_key: "<YOUR_API_KEY_HERE>",
65+
)
66+
)
67+
68+
69+
req = ::SpeakeasyClientSDK::Operations::GithubCheckPublishingSecretsRequest.new(
70+
generate_gen_lock_id: "<value>",
71+
)
72+
73+
res = s.github.github_check_publishing_secrets(req)
74+
75+
if ! res.github_missing_publishing_secrets_response.nil?
76+
# handle response
77+
end
78+
79+
```
80+
81+
### Parameters
82+
83+
| Parameter | Type | Required | Description |
84+
| --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
85+
| `request` | [::SpeakeasyClientSDK::Operations::GithubCheckPublishingSecretsRequest](../../models/operations/githubcheckpublishingsecretsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
86+
87+
88+
### Response
89+
90+
**[T.nilable(::SpeakeasyClientSDK::Operations::GithubCheckPublishingSecretsResponse)](../../models/operations/githubcheckpublishingsecretsresponse.md)**
91+
92+
5193
## github_configure_target
5294

5395
### Example Usage
@@ -89,6 +131,46 @@ end
89131
**[T.nilable(::SpeakeasyClientSDK::Operations::GithubConfigureTargetResponse)](../../models/operations/githubconfiguretargetresponse.md)**
90132

91133

134+
## github_store_publishing_secrets
135+
136+
### Example Usage
137+
138+
```ruby
139+
require 'speakeasy_client_sdk_ruby'
140+
141+
142+
s = ::SpeakeasyClientSDK::SDK.new
143+
s.config_security(
144+
::SpeakeasyClientSDK::Shared::Security.new(
145+
api_key: "<YOUR_API_KEY_HERE>",
146+
)
147+
)
148+
149+
150+
req = ::SpeakeasyClientSDK::Shared::GithubStorePublishingSecretsRequest.new(
151+
generate_gen_lock_id: "<value>",
152+
)
153+
154+
res = s.github.github_store_publishing_secrets(req)
155+
156+
if res.status_code == 200
157+
# handle response
158+
end
159+
160+
```
161+
162+
### Parameters
163+
164+
| Parameter | Type | Required | Description |
165+
| ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
166+
| `request` | [::SpeakeasyClientSDK::Shared::GithubStorePublishingSecretsRequest](../../models/shared/githubstorepublishingsecretsrequest.md) | :heavy_check_mark: | The request object to use for the request. |
167+
168+
169+
### Response
170+
171+
**[T.nilable(::SpeakeasyClientSDK::Operations::GithubStorePublishingSecretsResponse)](../../models/operations/githubstorepublishingsecretsresponse.md)**
172+
173+
92174
## github_trigger_action
93175

94176
### Example Usage

0 commit comments

Comments
 (0)