Skip to content

Commit 0ca3009

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.296.1
1 parent e42a2ca commit 0ca3009

28 files changed

+419
-15
lines changed

.speakeasy/gen.lock

Lines changed: 21 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: c1d828d0e8ecf8fac6bec9e95f0ca086
4+
docChecksum: 8a861fbcf601580459816dcab1973d85
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.295.2
7-
generationVersion: 2.335.5
8-
releaseVersion: 4.2.3
9-
configChecksum: 5f53313e0596121963ad8c8594f9c900
6+
speakeasyVersion: 1.296.1
7+
generationVersion: 2.338.1
8+
releaseVersion: 4.2.4
9+
configChecksum: e95d53a24f2456ac0e4dfb78cd0afe62
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
@@ -33,6 +33,7 @@ generatedFiles:
3333
- lib/speakeasy_client_sdk/github.rb
3434
- lib/speakeasy_client_sdk/organizations.rb
3535
- lib/speakeasy_client_sdk/reports.rb
36+
- lib/speakeasy_client_sdk/suggest.rb
3637
- lib/speakeasy_client_sdk/embeds.rb
3738
- lib/speakeasy_client_sdk/events.rb
3839
- lib/speakeasy_client_sdk/sdk.rb
@@ -179,6 +180,13 @@ generatedFiles:
179180
- lib/speakeasy_client_sdk/models/operations/uploadreport_requestbody.rb
180181
- lib/speakeasy_client_sdk/models/operations/uploadreport_uploadedreport.rb
181182
- lib/speakeasy_client_sdk/models/operations/uploadreport_response.rb
183+
- lib/speakeasy_client_sdk/models/operations/depth_style.rb
184+
- lib/speakeasy_client_sdk/models/operations/style.rb
185+
- lib/speakeasy_client_sdk/models/operations/opts.rb
186+
- lib/speakeasy_client_sdk/models/operations/schema.rb
187+
- lib/speakeasy_client_sdk/models/operations/suggestoperationids_requestbody.rb
188+
- lib/speakeasy_client_sdk/models/operations/suggestoperationids_suggestion.rb
189+
- lib/speakeasy_client_sdk/models/operations/suggestoperationids_response.rb
182190
- lib/speakeasy_client_sdk/models/operations/getembedaccesstoken_request.rb
183191
- lib/speakeasy_client_sdk/models/operations/getembedaccesstoken_response.rb
184192
- lib/speakeasy_client_sdk/models/operations/getvalidembedaccesstokens_response.rb
@@ -345,6 +353,13 @@ generatedFiles:
345353
- docs/models/operations/uploadreportrequestbody.md
346354
- docs/models/operations/uploadreportuploadedreport.md
347355
- docs/models/operations/uploadreportresponse.md
356+
- docs/models/operations/depthstyle.md
357+
- docs/models/operations/style.md
358+
- docs/models/operations/opts.md
359+
- docs/models/operations/schema.md
360+
- docs/models/operations/suggestoperationidsrequestbody.md
361+
- docs/models/operations/suggestoperationidssuggestion.md
362+
- docs/models/operations/suggestoperationidsresponse.md
348363
- docs/models/operations/getembedaccesstokenrequest.md
349364
- docs/models/operations/getembedaccesstokenresponse.md
350365
- docs/models/operations/getvalidembedaccesstokensresponse.md
@@ -424,6 +439,7 @@ generatedFiles:
424439
- docs/sdks/github/README.md
425440
- docs/sdks/organizations/README.md
426441
- docs/sdks/reports/README.md
442+
- docs/sdks/suggest/README.md
427443
- docs/sdks/embeds/README.md
428444
- docs/sdks/events/README.md
429445
- USAGE.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.3)
4+
speakeasy_client_sdk_ruby (4.2.4)
55
faraday
66
faraday-multipart
77
rack

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ end
115115
* [get_linting_report_signed_url](docs/sdks/reports/README.md#get_linting_report_signed_url) - Get the signed access url for the linting reports for a particular document.
116116
* [upload_report](docs/sdks/reports/README.md#upload_report) - Upload a report.
117117

118+
### [Suggest](docs/sdks/suggest/README.md)
119+
120+
* [suggest_operation_i_ds](docs/sdks/suggest/README.md#suggest_operation_i_ds) - Generate operation ID suggestions.
121+
118122
### [Embeds](docs/sdks/embeds/README.md)
119123

120124
* [get_embed_access_token](docs/sdks/embeds/README.md#get_embed_access_token) - Get an embed access token for the current workspace.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,4 +908,14 @@ Based on:
908908
### Generated
909909
- [ruby v4.2.3] .
910910
### Releases
911-
- [Ruby Gems v4.2.3] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.3 - .
911+
- [Ruby Gems v4.2.3] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.3 - .
912+
913+
## 2024-05-25 00:03:04
914+
### Changes
915+
Based on:
916+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
917+
- Speakeasy CLI 1.296.1 (2.338.1) https://github.com/speakeasy-api/speakeasy
918+
### Generated
919+
- [ruby v4.2.4] .
920+
### Releases
921+
- [Ruby Gems v4.2.4] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.4 - .
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# DepthStyle
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ---------- | ---------- |
8+
| `ORIGINAL` | original |
9+
| `FLAT` | flat |
10+
| `NESTED` | nested |
11+
| `DEEP` | deep |

docs/models/operations/opts.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Opts
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
8+
| `depth_style` | [T.nilable(::SpeakeasyClientSDK::Operations::DepthStyle)](../../models/operations/depthstyle.md) | :heavy_minus_sign: | N/A |
9+
| `style` | [T.nilable(::SpeakeasyClientSDK::Operations::Style)](../../models/operations/style.md) | :heavy_minus_sign: | N/A |

docs/models/operations/schema.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Schema
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `content` | *::String* | :heavy_check_mark: | N/A |
9+
| `file_name` | *::String* | :heavy_check_mark: | N/A |

docs/models/operations/style.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Style
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------------- | ------------- |
8+
| `STANDARDIZE` | standardize |
9+
| `RESOURCE` | resource |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SuggestOperationIDsRequestBody
2+
3+
The schema file to upload provided as a multipart/form-data file segment.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
10+
| `opts` | [T.nilable(::SpeakeasyClientSDK::Operations::Opts)](../../models/operations/opts.md) | :heavy_minus_sign: | N/A |
11+
| `schema` | [::SpeakeasyClientSDK::Operations::Schema](../../models/operations/schema.md) | :heavy_check_mark: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SuggestOperationIDsResponse
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+
| `status_code` | *::Integer* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [Faraday::Response](https://www.rubydoc.info/gems/faraday/Faraday/Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `suggestion` | [T.nilable(::SpeakeasyClientSDK::Operations::SuggestOperationIDsSuggestion)](../../models/operations/suggestoperationidssuggestion.md) | :heavy_minus_sign: | OK |

0 commit comments

Comments
 (0)