Skip to content

Commit a8f16ac

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.294.0
1 parent 43d8e1a commit a8f16ac

File tree

8 files changed

+23
-13
lines changed

8 files changed

+23
-13
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 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: 5dd84d4ef84bb4a4426881954f176d08
4+
docChecksum: f85cf38fea71c78f79ca43b23b176863
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.293.1
6+
speakeasyVersion: 1.294.0
77
generationVersion: 2.333.3
8-
releaseVersion: 4.2.1
9-
configChecksum: dda7e1b028e78e72fa510966559666bb
8+
releaseVersion: 4.2.2
9+
configChecksum: b3fe3c1c00775005672e7673106727ae
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

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.1)
4+
speakeasy_client_sdk_ruby (4.2.2)
55
faraday
66
faraday-multipart
77
rack

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,4 +888,14 @@ Based on:
888888
### Generated
889889
- [ruby v4.2.1] .
890890
### Releases
891-
- [Ruby Gems v4.2.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.1 - .
891+
- [Ruby Gems v4.2.1] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.1 - .
892+
893+
## 2024-05-21 00:03:06
894+
### Changes
895+
Based on:
896+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
897+
- Speakeasy CLI 1.294.0 (2.333.3) https://github.com/speakeasy-api/speakeasy
898+
### Generated
899+
- [ruby v4.2.2] .
900+
### Releases
901+
- [Ruby Gems v4.2.2] https://rubygems.org/gems/speakeasy_client_sdk_ruby/versions/4.2.2 - .

docs/models/shared/apikeydetails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description |
77
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
88
| `account_type` | [::SpeakeasyClientSDK::Shared::AccountType](../../models/shared/accounttype.md) | :heavy_check_mark: | N/A |
9-
| `enabled_features` | T::Array<[::SpeakeasyClientSDK::Shared::FeatureFlag](../../models/shared/featureflag.md)> | :heavy_check_mark: | N/A |
9+
| `enabled_features` | T::Array<*::String*> | :heavy_check_mark: | N/A |
1010
| ~~`feature_flags`~~ | T::Array<*::String*> | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |
1111
| `generation_access_unlimited` | *T.nilable(T::Boolean)* | :heavy_minus_sign: | N/A |
1212
| `org_slug` | *::String* | :heavy_check_mark: | N/A |

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.2.1
13+
version: 4.2.2
1414
author: Speakeasy
1515
description: Ruby Client SDK Generated by Speakeasy
1616
imports:

lib/speakeasy_client_sdk/models/shared/apikeydetails.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ApiKeyDetails < ::SpeakeasyClientSDK::Utils::FieldAugmented
1414

1515
field :account_type, ::SpeakeasyClientSDK::Shared::AccountType, { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('account_type'), 'decoder': Utils.enum_from_string(::SpeakeasyClientSDK::Shared::AccountType, false) } }
1616

17-
field :enabled_features, T::Array[::SpeakeasyClientSDK::Shared::FeatureFlag], { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('enabled_features') } }
17+
field :enabled_features, T::Array[::String], { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('enabled_features') } }
1818

1919
field :org_slug, ::String, { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('org_slug') } }
2020

@@ -27,7 +27,7 @@ class ApiKeyDetails < ::SpeakeasyClientSDK::Utils::FieldAugmented
2727
field :generation_access_unlimited, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('generation_access_unlimited') } }
2828

2929

30-
sig { params(account_type: ::SpeakeasyClientSDK::Shared::AccountType, enabled_features: T::Array[::SpeakeasyClientSDK::Shared::FeatureFlag], org_slug: ::String, workspace_id: ::String, workspace_slug: ::String, feature_flags: T.nilable(T::Array[::String]), generation_access_unlimited: T.nilable(T::Boolean)).void }
30+
sig { params(account_type: ::SpeakeasyClientSDK::Shared::AccountType, enabled_features: T::Array[::String], org_slug: ::String, workspace_id: ::String, workspace_slug: ::String, feature_flags: T.nilable(T::Array[::String]), generation_access_unlimited: T.nilable(T::Boolean)).void }
3131
def initialize(account_type: nil, enabled_features: nil, org_slug: nil, workspace_id: nil, workspace_slug: nil, feature_flags: nil, generation_access_unlimited: nil)
3232
@account_type = account_type
3333
@enabled_features = enabled_features

lib/speakeasy_client_sdk/sdkconfiguration.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def initialize(client, security, server_url, server, globals)
4141
@globals = globals.nil? ? {} : globals
4242
@language = 'ruby'
4343
@openapi_doc_version = '0.4.0 .'
44-
@sdk_version = '4.2.1'
44+
@sdk_version = '4.2.2'
4545
@gen_version = '2.333.3'
46-
@user_agent = 'speakeasy-sdk/ruby 4.2.1 2.333.3 0.4.0 . speakeasy_client_sdk_ruby'
46+
@user_agent = 'speakeasy-sdk/ruby 4.2.2 2.333.3 0.4.0 . speakeasy_client_sdk_ruby'
4747
end
4848

4949
sig { returns([String, T::Hash[Symbol, String]]) }

speakeasy_client_sdk_ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
44

55
Gem::Specification.new do |s|
66
s.name = 'speakeasy_client_sdk_ruby'
7-
s.version = '4.2.1'
7+
s.version = '4.2.2'
88
s.platform = Gem::Platform::RUBY
99
s.licenses = ['Apache-2.0']
1010
s.summary = ''

0 commit comments

Comments
 (0)