Skip to content

Commit 9aa5d57

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.252.0
1 parent 3607c60 commit 9aa5d57

Some content is hidden

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

43 files changed

+931
-38
lines changed

.speakeasy/gen.lock

Lines changed: 29 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: 5cec61dd888a82ca19ee8faa021b6fcf
4+
docChecksum: 1867bd7891d65aa46bdee0032e33c25a
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.250.0
7-
generationVersion: 2.304.1
8-
releaseVersion: 4.1.2
9-
configChecksum: 645fa98145ab3c8f07782a6398a90db9
6+
speakeasyVersion: 1.252.0
7+
generationVersion: 2.306.0
8+
releaseVersion: 4.1.3
9+
configChecksum: 95014bef041068ca080b54ffa7b537da
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
@@ -135,9 +135,15 @@ generatedFiles:
135135
- lib/speakeasy_client_sdk/models/operations/registerschema_requestbody.rb
136136
- lib/speakeasy_client_sdk/models/operations/registerschema_request.rb
137137
- lib/speakeasy_client_sdk/models/operations/registerschema_response.rb
138+
- lib/speakeasy_client_sdk/models/operations/getblob_request.rb
139+
- lib/speakeasy_client_sdk/models/operations/getblob_response.rb
140+
- lib/speakeasy_client_sdk/models/operations/getmanifest_request.rb
141+
- lib/speakeasy_client_sdk/models/operations/getmanifest_response.rb
138142
- lib/speakeasy_client_sdk/models/operations/getnamespaces_response.rb
139143
- lib/speakeasy_client_sdk/models/operations/getrevisions_request.rb
140144
- lib/speakeasy_client_sdk/models/operations/getrevisions_response.rb
145+
- lib/speakeasy_client_sdk/models/operations/gettags_request.rb
146+
- lib/speakeasy_client_sdk/models/operations/gettags_response.rb
141147
- lib/speakeasy_client_sdk/models/operations/preflight_response.rb
142148
- lib/speakeasy_client_sdk/models/operations/getaccesstoken_request.rb
143149
- lib/speakeasy_client_sdk/models/operations/getaccesstoken_response.rb
@@ -174,11 +180,17 @@ generatedFiles:
174180
- lib/speakeasy_client_sdk/models/shared/schema.rb
175181
- lib/speakeasy_client_sdk/models/shared/valuechange.rb
176182
- lib/speakeasy_client_sdk/models/shared/schemadiff.rb
183+
- lib/speakeasy_client_sdk/models/shared/manifest.rb
184+
- lib/speakeasy_client_sdk/models/shared/v2descriptor.rb
185+
- lib/speakeasy_client_sdk/models/shared/annotations.rb
177186
- lib/speakeasy_client_sdk/models/shared/getnamespacesresponse.rb
178187
- lib/speakeasy_client_sdk/models/shared/namespace.rb
179188
- lib/speakeasy_client_sdk/models/shared/getrevisionsresponse.rb
180189
- lib/speakeasy_client_sdk/models/shared/revision.rb
190+
- lib/speakeasy_client_sdk/models/shared/gettagsresponse.rb
191+
- lib/speakeasy_client_sdk/models/shared/tag.rb
181192
- lib/speakeasy_client_sdk/models/shared/preflighttoken.rb
193+
- lib/speakeasy_client_sdk/models/shared/preflightrequest.rb
182194
- lib/speakeasy_client_sdk/models/shared/claims.rb
183195
- lib/speakeasy_client_sdk/models/shared/accesstoken_user.rb
184196
- lib/speakeasy_client_sdk/models/shared/workspaces.rb
@@ -259,9 +271,15 @@ generatedFiles:
259271
- docs/models/operations/registerschemarequestbody.md
260272
- docs/models/operations/registerschemarequest.md
261273
- docs/models/operations/registerschemaresponse.md
274+
- docs/models/operations/getblobrequest.md
275+
- docs/models/operations/getblobresponse.md
276+
- docs/models/operations/getmanifestrequest.md
277+
- docs/models/operations/getmanifestresponse.md
262278
- docs/models/operations/getnamespacesresponse.md
263279
- docs/models/operations/getrevisionsrequest.md
264280
- docs/models/operations/getrevisionsresponse.md
281+
- docs/models/operations/gettagsrequest.md
282+
- docs/models/operations/gettagsresponse.md
265283
- docs/models/operations/preflightresponse.md
266284
- docs/models/operations/getaccesstokenrequest.md
267285
- docs/models/operations/getaccesstokenresponse.md
@@ -298,11 +316,17 @@ generatedFiles:
298316
- docs/models/shared/schema.md
299317
- docs/models/shared/valuechange.md
300318
- docs/models/shared/schemadiff.md
319+
- docs/models/shared/manifest.md
320+
- docs/models/shared/v2descriptor.md
321+
- docs/models/shared/annotations.md
301322
- docs/models/shared/getnamespacesresponse.md
302323
- docs/models/shared/namespace.md
303324
- docs/models/shared/getrevisionsresponse.md
304325
- docs/models/shared/revision.md
326+
- docs/models/shared/gettagsresponse.md
327+
- docs/models/shared/tag.md
305328
- docs/models/shared/preflighttoken.md
329+
- docs/models/shared/preflightrequest.md
306330
- docs/models/shared/claims.md
307331
- docs/models/shared/accesstokenuser.md
308332
- docs/models/shared/workspaces.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.2)
4+
speakeasy_client_sdk_ruby (4.1.3)
55
faraday
66
faraday-multipart
77
rack

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,11 @@ end
7878

7979
### [Artifacts](docs/sdks/artifacts/README.md)
8080

81+
* [get_blob](docs/sdks/artifacts/README.md#get_blob) - Get blob for a particular digest
82+
* [get_manifest](docs/sdks/artifacts/README.md#get_manifest) - Get manifest for a particular reference
8183
* [get_namespaces](docs/sdks/artifacts/README.md#get_namespaces) - Each namespace contains many revisions.
8284
* [get_revisions](docs/sdks/artifacts/README.md#get_revisions)
85+
* [get_tags](docs/sdks/artifacts/README.md#get_tags)
8386
* [preflight](docs/sdks/artifacts/README.md#preflight) - Get access token for communicating with OCI distribution endpoints
8487

8588
### [Auth](docs/sdks/auth/README.md)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,4 +758,14 @@ Based on:
758758
### Generated
759759
- [ruby v4.1.2] .
760760
### Releases
761-
- [Ruby Gems v4.1.2] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.2 - .
761+
- [Ruby Gems v4.1.2] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.2 - .
762+
763+
## 2024-04-13 00:02:40
764+
### Changes
765+
Based on:
766+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
767+
- Speakeasy CLI 1.252.0 (2.306.0) https://github.com/speakeasy-api/speakeasy
768+
### Generated
769+
- [ruby v4.1.3] .
770+
### Releases
771+
- [Ruby Gems v4.1.3] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.3 - .
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetBlobRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------- | ------------------- | ------------------- | ------------------- |
8+
| `digest` | *::String* | :heavy_check_mark: | N/A |
9+
| `namespace_name` | *::String* | :heavy_check_mark: | N/A |
10+
| `organization_slug` | *::String* | :heavy_check_mark: | N/A |
11+
| `workspace_slug` | *::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+
# GetBlobResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
8+
| `blob` | *T.nilable(::String)* | :heavy_minus_sign: | OK |
9+
| `content_type` | *::String* | :heavy_check_mark: | HTTP response content type for this operation |
10+
| `error` | [T.nilable(::SpeakeasyClientSDK::Shared::Error)](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
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+
# GetManifestRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------- | -------------------- | -------------------- | -------------------- |
8+
| `namespace_name` | *::String* | :heavy_check_mark: | N/A |
9+
| `organization_slug` | *::String* | :heavy_check_mark: | N/A |
10+
| `revision_reference` | *::String* | :heavy_check_mark: | N/A |
11+
| `workspace_slug` | *::String* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)