Skip to content

Commit 30eb916

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.390.1
1 parent 9c11b8f commit 30eb916

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+403
-514
lines changed

.speakeasy/gen.lock

Lines changed: 21 additions & 23 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: a1c6af4bc670e02f54fbf8545a634a04
4+
docChecksum: 11eaddc370e7d2043750bcff56df17e1
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.376.1
7-
generationVersion: 2.402.5
8-
releaseVersion: 4.2.19
9-
configChecksum: 7d4d3acdec3e08f9f75dbdf2d76c4109
6+
speakeasyVersion: 1.390.1
7+
generationVersion: 2.409.0
8+
releaseVersion: 4.2.20
9+
configChecksum: f1c9637b4ffa51ab53c18ad84d13f8ab
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
@@ -201,11 +201,11 @@ generatedFiles:
201201
- lib/speakeasy_client_sdk/models/operations/applyoperationids_request.rb
202202
- lib/speakeasy_client_sdk/models/operations/applyoperationids_response.rb
203203
- lib/speakeasy_client_sdk/models/operations/schema.rb
204-
- lib/speakeasy_client_sdk/models/operations/suggestoperationids_requestbody.rb
205-
- lib/speakeasy_client_sdk/models/operations/suggestoperationids_request.rb
206-
- lib/speakeasy_client_sdk/models/operations/suggestoperationids_response.rb
207-
- lib/speakeasy_client_sdk/models/operations/suggestoperationidsregistry_request.rb
208-
- lib/speakeasy_client_sdk/models/operations/suggestoperationidsregistry_response.rb
204+
- lib/speakeasy_client_sdk/models/operations/suggestopenapi_requestbody.rb
205+
- lib/speakeasy_client_sdk/models/operations/suggestopenapi_request.rb
206+
- lib/speakeasy_client_sdk/models/operations/suggestopenapi_response.rb
207+
- lib/speakeasy_client_sdk/models/operations/suggestopenapiregistry_request.rb
208+
- lib/speakeasy_client_sdk/models/operations/suggestopenapiregistry_response.rb
209209
- lib/speakeasy_client_sdk/models/operations/getembedaccesstoken_request.rb
210210
- lib/speakeasy_client_sdk/models/operations/getembedaccesstoken_response.rb
211211
- lib/speakeasy_client_sdk/models/operations/getvalidembedaccesstokens_response.rb
@@ -280,10 +280,9 @@ generatedFiles:
280280
- lib/speakeasy_client_sdk/models/shared/type.rb
281281
- lib/speakeasy_client_sdk/models/shared/report.rb
282282
- lib/speakeasy_client_sdk/models/shared/shorturl.rb
283-
- lib/speakeasy_client_sdk/models/shared/suggestedoperationids.rb
284-
- lib/speakeasy_client_sdk/models/shared/depth_style.rb
285-
- lib/speakeasy_client_sdk/models/shared/style.rb
286-
- lib/speakeasy_client_sdk/models/shared/suggestoperationidsopts.rb
283+
- lib/speakeasy_client_sdk/models/shared/suggestion_type.rb
284+
- lib/speakeasy_client_sdk/models/shared/suggestopts.rb
285+
- lib/speakeasy_client_sdk/models/shared/diagnostic.rb
287286
- lib/speakeasy_client_sdk/models/shared/embedaccesstokenresponse.rb
288287
- lib/speakeasy_client_sdk/models/shared/embedtoken.rb
289288
- lib/speakeasy_client_sdk/models/shared/workspace.rb
@@ -410,11 +409,11 @@ generatedFiles:
410409
- docs/models/operations/applyoperationidsrequest.md
411410
- docs/models/operations/applyoperationidsresponse.md
412411
- docs/models/operations/schema.md
413-
- docs/models/operations/suggestoperationidsrequestbody.md
414-
- docs/models/operations/suggestoperationidsrequest.md
415-
- docs/models/operations/suggestoperationidsresponse.md
416-
- docs/models/operations/suggestoperationidsregistryrequest.md
417-
- docs/models/operations/suggestoperationidsregistryresponse.md
412+
- docs/models/operations/suggestopenapirequestbody.md
413+
- docs/models/operations/suggestopenapirequest.md
414+
- docs/models/operations/suggestopenapiresponse.md
415+
- docs/models/operations/suggestopenapiregistryrequest.md
416+
- docs/models/operations/suggestopenapiregistryresponse.md
418417
- docs/models/operations/getembedaccesstokenrequest.md
419418
- docs/models/operations/getembedaccesstokenresponse.md
420419
- docs/models/operations/getvalidembedaccesstokensresponse.md
@@ -486,10 +485,9 @@ generatedFiles:
486485
- docs/models/shared/type.md
487486
- docs/models/shared/report.md
488487
- docs/models/shared/shorturl.md
489-
- docs/models/shared/suggestedoperationids.md
490-
- docs/models/shared/depthstyle.md
491-
- docs/models/shared/style.md
492-
- docs/models/shared/suggestoperationidsopts.md
488+
- docs/models/shared/suggestiontype.md
489+
- docs/models/shared/suggestopts.md
490+
- docs/models/shared/diagnostic.md
493491
- docs/models/shared/embedaccesstokenresponse.md
494492
- docs/models/shared/embedtoken.md
495493
- docs/models/shared/workspace.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.19)
4+
speakeasy_client_sdk_ruby (4.2.20)
55
faraday
66
faraday-multipart
77
rack

README.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
11
<!-- Start SDK Installation [installation] -->
22
## SDK Installation
33

4+
The SDK can be installed using [RubyGems](https://rubygems.org/):
5+
46
```bash
57
gem install speakeasy_client_sdk_ruby
68
```
79
<!-- End SDK Installation [installation] -->
810

11+
<!-- Start Summary [summary] -->
12+
## Summary
13+
14+
Speakeasy API: The Speakeasy API allows teams to manage common operations with their APIs
15+
16+
For more information about the API: [The Speakeasy Platform Documentation](/docs)
17+
<!-- End Summary [summary] -->
18+
19+
<!-- Start Table of Contents [toc] -->
20+
## Table of Contents
21+
22+
* [SDK Installation](#sdk-installation)
23+
* [SDK Example Usage](#sdk-example-usage)
24+
* [Available Resources and Operations](#available-resources-and-operations)
25+
* [Global Parameters](#global-parameters)
26+
* [Server Selection](#server-selection)
27+
<!-- End Table of Contents [toc] -->
28+
929
<!-- Start SDK Example Usage [usage] -->
1030
## SDK Example Usage
1131

@@ -130,8 +150,8 @@ end
130150
### [Suggest](docs/sdks/suggest/README.md)
131151

132152
* [apply_operation_i_ds](docs/sdks/suggest/README.md#apply_operation_i_ds) - Apply operation ID suggestions and download result.
133-
* [suggest_operation_i_ds](docs/sdks/suggest/README.md#suggest_operation_i_ds) - Generate operation ID suggestions.
134-
* [suggest_operation_i_ds_registry](docs/sdks/suggest/README.md#suggest_operation_i_ds_registry) - Generate operation ID suggestions.
153+
* [suggest_open_api](docs/sdks/suggest/README.md#suggest_open_api) - Generate suggestions for improving an OpenAPI document.
154+
* [suggest_open_api_registry](docs/sdks/suggest/README.md#suggest_open_api_registry) - Generate suggestions for improving an OpenAPI document stored in the registry.
135155

136156
### [Embeds](docs/sdks/embeds/README.md)
137157

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,4 +1068,14 @@ Based on:
10681068
### Generated
10691069
- [ruby v4.2.19] .
10701070
### Releases
1071-
- [Ruby Gems v4.2.19] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.19 - .
1071+
- [Ruby Gems v4.2.19] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.19 - .
1072+
1073+
## 2024-09-04 00:03:31
1074+
### Changes
1075+
Based on:
1076+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1077+
- Speakeasy CLI 1.390.1 (2.409.0) https://github.com/speakeasy-api/speakeasy
1078+
### Generated
1079+
- [ruby v4.2.20] .
1080+
### Releases
1081+
- [Ruby Gems v4.2.20] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.20 - .
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# SuggestOpenAPIRegistryRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
8+
| `suggest_opts` | [T.nilable(::SpeakeasyClientSDK::Shared::SuggestOpts)](../../models/shared/suggestopts.md) | :heavy_minus_sign: | Suggest options |
9+
| `namespace_name` | *::String* | :heavy_check_mark: | N/A |
10+
| `revision_reference` | *::String* | :heavy_check_mark: | Tag or digest |
11+
| `x_session_id` | *::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+
# SuggestOpenAPIRegistryResponse
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+
| `schema` | *T.nilable(::String)* | :heavy_minus_sign: | An overlay containing the suggested spec modifications. |
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SuggestOpenAPIRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
8+
| `request_body` | [::SpeakeasyClientSDK::Operations::SuggestOpenAPIRequestBody](../../models/operations/suggestopenapirequestbody.md) | :heavy_check_mark: | The schema file to upload provided as a multipart/form-data file segment. |
9+
| `x_session_id` | *::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+
# SuggestOpenAPIRequestBody
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::Shared::SuggestOpts)](../../models/shared/suggestopts.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+
# SuggestOpenAPIResponse
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+
| `schema` | *T.nilable(::String)* | :heavy_minus_sign: | An overlay containing the suggested spec modifications. |
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 |

docs/models/operations/suggestoperationidsregistryrequest.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)