Skip to content

Commit 3607c60

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.250.0
1 parent c8b09dd commit 3607c60

31 files changed

+687
-13
lines changed

.speakeasy/gen.lock

Lines changed: 25 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: 17e2e733dfd588a7103c3c70e91b24b5
4+
docChecksum: 5cec61dd888a82ca19ee8faa021b6fcf
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.244.0
7-
generationVersion: 2.301.0
8-
releaseVersion: 4.1.1
9-
configChecksum: c4e9ec1e0491d1eafe9a2a39c0d821f4
6+
speakeasyVersion: 1.250.0
7+
generationVersion: 2.304.1
8+
releaseVersion: 4.1.2
9+
configChecksum: 645fa98145ab3c8f07782a6398a90db9
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
@@ -26,6 +26,7 @@ generatedFiles:
2626
- lib/speakeasy_client_sdk/apiendpoints.rb
2727
- lib/speakeasy_client_sdk/metadata.rb
2828
- lib/speakeasy_client_sdk/schemas.rb
29+
- lib/speakeasy_client_sdk/artifacts.rb
2930
- lib/speakeasy_client_sdk/auth.rb
3031
- lib/speakeasy_client_sdk/requests.rb
3132
- lib/speakeasy_client_sdk/organizations.rb
@@ -134,6 +135,10 @@ generatedFiles:
134135
- lib/speakeasy_client_sdk/models/operations/registerschema_requestbody.rb
135136
- lib/speakeasy_client_sdk/models/operations/registerschema_request.rb
136137
- lib/speakeasy_client_sdk/models/operations/registerschema_response.rb
138+
- lib/speakeasy_client_sdk/models/operations/getnamespaces_response.rb
139+
- lib/speakeasy_client_sdk/models/operations/getrevisions_request.rb
140+
- lib/speakeasy_client_sdk/models/operations/getrevisions_response.rb
141+
- lib/speakeasy_client_sdk/models/operations/preflight_response.rb
137142
- lib/speakeasy_client_sdk/models/operations/getaccesstoken_request.rb
138143
- lib/speakeasy_client_sdk/models/operations/getaccesstoken_response.rb
139144
- lib/speakeasy_client_sdk/models/operations/getuser_response.rb
@@ -169,6 +174,11 @@ generatedFiles:
169174
- lib/speakeasy_client_sdk/models/shared/schema.rb
170175
- lib/speakeasy_client_sdk/models/shared/valuechange.rb
171176
- lib/speakeasy_client_sdk/models/shared/schemadiff.rb
177+
- lib/speakeasy_client_sdk/models/shared/getnamespacesresponse.rb
178+
- lib/speakeasy_client_sdk/models/shared/namespace.rb
179+
- lib/speakeasy_client_sdk/models/shared/getrevisionsresponse.rb
180+
- lib/speakeasy_client_sdk/models/shared/revision.rb
181+
- lib/speakeasy_client_sdk/models/shared/preflighttoken.rb
172182
- lib/speakeasy_client_sdk/models/shared/claims.rb
173183
- lib/speakeasy_client_sdk/models/shared/accesstoken_user.rb
174184
- lib/speakeasy_client_sdk/models/shared/workspaces.rb
@@ -249,6 +259,10 @@ generatedFiles:
249259
- docs/models/operations/registerschemarequestbody.md
250260
- docs/models/operations/registerschemarequest.md
251261
- docs/models/operations/registerschemaresponse.md
262+
- docs/models/operations/getnamespacesresponse.md
263+
- docs/models/operations/getrevisionsrequest.md
264+
- docs/models/operations/getrevisionsresponse.md
265+
- docs/models/operations/preflightresponse.md
252266
- docs/models/operations/getaccesstokenrequest.md
253267
- docs/models/operations/getaccesstokenresponse.md
254268
- docs/models/operations/getuserresponse.md
@@ -284,6 +298,11 @@ generatedFiles:
284298
- docs/models/shared/schema.md
285299
- docs/models/shared/valuechange.md
286300
- docs/models/shared/schemadiff.md
301+
- docs/models/shared/getnamespacesresponse.md
302+
- docs/models/shared/namespace.md
303+
- docs/models/shared/getrevisionsresponse.md
304+
- docs/models/shared/revision.md
305+
- docs/models/shared/preflighttoken.md
287306
- docs/models/shared/claims.md
288307
- docs/models/shared/accesstokenuser.md
289308
- docs/models/shared/workspaces.md
@@ -312,6 +331,7 @@ generatedFiles:
312331
- docs/sdks/apiendpoints/README.md
313332
- docs/sdks/metadata/README.md
314333
- docs/sdks/schemas/README.md
334+
- docs/sdks/artifacts/README.md
315335
- docs/sdks/auth/README.md
316336
- docs/sdks/requests/README.md
317337
- docs/sdks/organizations/README.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.1)
4+
speakeasy_client_sdk_ruby (4.1.2)
55
faraday
66
faraday-multipart
77
rack

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ end
7676
* [get_schemas](docs/sdks/schemas/README.md#get_schemas) - Get information about all schemas associated with a particular apiID.
7777
* [register_schema](docs/sdks/schemas/README.md#register_schema) - Register a schema.
7878

79+
### [Artifacts](docs/sdks/artifacts/README.md)
80+
81+
* [get_namespaces](docs/sdks/artifacts/README.md#get_namespaces) - Each namespace contains many revisions.
82+
* [get_revisions](docs/sdks/artifacts/README.md#get_revisions)
83+
* [preflight](docs/sdks/artifacts/README.md#preflight) - Get access token for communicating with OCI distribution endpoints
84+
7985
### [Auth](docs/sdks/auth/README.md)
8086

8187
* [get_access_token](docs/sdks/auth/README.md#get_access_token) - Get or refresh an access token for the current workspace.

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,4 +748,14 @@ Based on:
748748
### Generated
749749
- [ruby v4.1.1] .
750750
### Releases
751-
- [Ruby Gems v4.1.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.1 - .
751+
- [Ruby Gems v4.1.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.1 - .
752+
753+
## 2024-04-12 00:02:59
754+
### Changes
755+
Based on:
756+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
757+
- Speakeasy CLI 1.250.0 (2.304.1) https://github.com/speakeasy-api/speakeasy
758+
### Generated
759+
- [ruby v4.1.2] .
760+
### Releases
761+
- [Ruby Gems v4.1.2] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.1.2 - .
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetNamespacesResponse
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+
| `get_namespaces_response` | [T.nilable(::SpeakeasyClientSDK::Shared::GetNamespacesResponse)](../../models/shared/getnamespacesresponse.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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GetRevisionsRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------ | ------------------------------------------ | ------------------------------------------ | ------------------------------------------ |
8+
| `namespace_id` | *::String* | :heavy_check_mark: | N/A |
9+
| `next_page_token` | *T.nilable(::String)* | :heavy_minus_sign: | Token to retrieve the next page of results |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# GetRevisionsResponse
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+
| `get_revisions_response` | [T.nilable(::SpeakeasyClientSDK::Shared::GetRevisionsResponse)](../../models/shared/getrevisionsresponse.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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# PreflightResponse
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+
| `preflight_token` | [T.nilable(::SpeakeasyClientSDK::Shared::PreflightToken)](../../models/shared/preflighttoken.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GetNamespacesResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `items` | T::Array<[::SpeakeasyClientSDK::Shared::Namespace](../../models/shared/namespace.md)> | :heavy_check_mark: | N/A |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# GetRevisionsResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
8+
| `items` | T::Array<[::SpeakeasyClientSDK::Shared::Revision](../../models/shared/revision.md)> | :heavy_check_mark: | N/A |
9+
| `next_page_token` | *::String* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)