Skip to content

Commit 2c5ca09

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.257.1
1 parent 328c623 commit 2c5ca09

16 files changed

+223
-12
lines changed

.speakeasy/gen.lock

Lines changed: 11 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: fb8d80dde775dc830ade2c3c3fe88d18
4+
docChecksum: 2b280a7f12ab57c144a654766cc34af2
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.253.3
7-
generationVersion: 2.306.3
8-
releaseVersion: 4.1.4
9-
configChecksum: cbc56ab37fc60f5b655b73c0282f24cd
6+
speakeasyVersion: 1.257.1
7+
generationVersion: 2.308.2
8+
releaseVersion: 4.1.5
9+
configChecksum: 56dfa69493542cc63df4cafe7edf501a
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
@@ -159,6 +159,9 @@ generatedFiles:
159159
- lib/speakeasy_client_sdk/models/operations/queryeventlog_request.rb
160160
- lib/speakeasy_client_sdk/models/operations/queryeventlog_response.rb
161161
- lib/speakeasy_client_sdk/models/operations/getorganizations_response.rb
162+
- lib/speakeasy_client_sdk/models/operations/getchangesreportsignedurl_request.rb
163+
- lib/speakeasy_client_sdk/models/operations/getchangesreportsignedurl_signedaccess.rb
164+
- lib/speakeasy_client_sdk/models/operations/getchangesreportsignedurl_response.rb
162165
- lib/speakeasy_client_sdk/models/operations/getlintingreportsignedurl_request.rb
163166
- lib/speakeasy_client_sdk/models/operations/getlintingreportsignedurl_signedaccess.rb
164167
- lib/speakeasy_client_sdk/models/operations/getlintingreportsignedurl_response.rb
@@ -306,6 +309,9 @@ generatedFiles:
306309
- docs/models/operations/queryeventlogrequest.md
307310
- docs/models/operations/queryeventlogresponse.md
308311
- docs/models/operations/getorganizationsresponse.md
312+
- docs/models/operations/getchangesreportsignedurlrequest.md
313+
- docs/models/operations/getchangesreportsignedurlsignedaccess.md
314+
- docs/models/operations/getchangesreportsignedurlresponse.md
309315
- docs/models/operations/getlintingreportsignedurlrequest.md
310316
- docs/models/operations/getlintingreportsignedurlsignedaccess.md
311317
- docs/models/operations/getlintingreportsignedurlresponse.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.1.4)
4+
speakeasy_client_sdk_ruby (4.1.5)
55
faraday
66
faraday-multipart
77
rack

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ end
104104

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

107+
* [get_changes_report_signed_url](docs/sdks/reports/README.md#get_changes_report_signed_url) - Get the signed access url for the change reports for a particular document.
107108
* [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.
108109
* [upload_report](docs/sdks/reports/README.md#upload_report) - Upload a report.
109110

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,4 +778,14 @@ Based on:
778778
### Generated
779779
- [ruby v4.1.4] .
780780
### Releases
781-
- [Ruby Gems v4.1.4] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.4 - .
781+
- [Ruby Gems v4.1.4] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.4 - .
782+
783+
## 2024-04-18 00:03:15
784+
### Changes
785+
Based on:
786+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
787+
- Speakeasy CLI 1.257.1 (2.308.2) https://github.com/speakeasy-api/speakeasy
788+
### Generated
789+
- [ruby v4.1.5] .
790+
### Releases
791+
- [Ruby Gems v4.1.5] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.5 - .
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GetChangesReportSignedUrlRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------------- |
8+
| `document_checksum` | *::String* | :heavy_check_mark: | The checksum of the document to retrieve the signed access url for. |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetChangesReportSignedUrlResponse
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+
| `signed_access` | [T.nilable(::SpeakeasyClientSDK::Operations::GetChangesReportSignedUrlSignedAccess)](../../models/operations/getchangesreportsignedurlsignedaccess.md) | :heavy_minus_sign: | OK |
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# GetChangesReportSignedUrlSignedAccess
2+
3+
OK
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ------------------ | ------------------ | ------------------ | ------------------ |
10+
| `url` | *::String* | :heavy_check_mark: | N/A |

docs/sdks/reports/README.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,54 @@ REST APIs for managing reports
77

88
### Available Operations
99

10+
* [get_changes_report_signed_url](#get_changes_report_signed_url) - Get the signed access url for the change reports for a particular document.
1011
* [get_linting_report_signed_url](#get_linting_report_signed_url) - Get the signed access url for the linting reports for a particular document.
1112
* [upload_report](#upload_report) - Upload a report.
1213

14+
## get_changes_report_signed_url
15+
16+
Get the signed access url for the change reports for a particular document.
17+
18+
### Example Usage
19+
20+
```ruby
21+
require 'speakeasy_client_sdk_ruby'
22+
23+
24+
s = ::SpeakeasyClientSDK::SDK.new(
25+
workspace_id: "<value>",
26+
)
27+
s.config_security(
28+
::SpeakeasyClientSDK::Shared::Security.new(
29+
api_key: "<YOUR_API_KEY_HERE>",
30+
)
31+
)
32+
33+
34+
req = ::SpeakeasyClientSDK::Operations::GetChangesReportSignedUrlRequest.new(
35+
document_checksum: "<value>",
36+
)
37+
38+
res = s.reports.get_changes_report_signed_url(req)
39+
40+
if ! res.signed_access.nil?
41+
# handle response
42+
end
43+
44+
```
45+
46+
### Parameters
47+
48+
| Parameter | Type | Required | Description |
49+
| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
50+
| `request` | [::SpeakeasyClientSDK::Operations::GetChangesReportSignedUrlRequest](../../models/operations/getchangesreportsignedurlrequest.md) | :heavy_check_mark: | The request object to use for the request. |
51+
52+
53+
### Response
54+
55+
**[T.nilable(::SpeakeasyClientSDK::Operations::GetChangesReportSignedUrlResponse)](../../models/operations/getchangesreportsignedurlresponse.md)**
56+
57+
1358
## get_linting_report_signed_url
1459

1560
Get the signed access url for the linting reports for a particular document.

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
ruby:
13-
version: 4.1.4
13+
version: 4.1.5
1414
author: Speakeasy
1515
description: Ruby Client SDK Generated by Speakeasy
1616
imports:

lib/speakeasy_client_sdk/models/operations.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ module Operations
8282
autoload :QueryEventLogRequest, 'speakeasy_client_sdk/models/operations/queryeventlog_request.rb'
8383
autoload :QueryEventLogResponse, 'speakeasy_client_sdk/models/operations/queryeventlog_response.rb'
8484
autoload :GetOrganizationsResponse, 'speakeasy_client_sdk/models/operations/getorganizations_response.rb'
85+
autoload :GetChangesReportSignedUrlRequest, 'speakeasy_client_sdk/models/operations/getchangesreportsignedurl_request.rb'
86+
autoload :GetChangesReportSignedUrlSignedAccess, 'speakeasy_client_sdk/models/operations/getchangesreportsignedurl_signedaccess.rb'
87+
autoload :GetChangesReportSignedUrlResponse, 'speakeasy_client_sdk/models/operations/getchangesreportsignedurl_response.rb'
8588
autoload :GetLintingReportSignedUrlRequest, 'speakeasy_client_sdk/models/operations/getlintingreportsignedurl_request.rb'
8689
autoload :GetLintingReportSignedUrlSignedAccess, 'speakeasy_client_sdk/models/operations/getlintingreportsignedurl_signedaccess.rb'
8790
autoload :GetLintingReportSignedUrlResponse, 'speakeasy_client_sdk/models/operations/getlintingreportsignedurl_response.rb'

0 commit comments

Comments
 (0)