speakeasy_client_sdk_ruby 4.2.1 → 4.2.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6ade17c069e3e5b6a459e74cde9440f5c407e0681fc05faadb2c5583bad4ef5
|
4
|
+
data.tar.gz: 57e4cdc788aad37c248dcc0c27da6990602906593431ec901d13d6842ad9174d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f80eac070b9262dfc60b2beb21a088f636b01b1002149bb66dea6e0c66ca7de0473bb6d3953820a92c1400ade800aed8176d177624c6723dd14b7c836a7b1114
|
7
|
+
data.tar.gz: 17b8e526a7f6506a3271c6b70ca10cd1f0c8cefacb1cc8611e0c2c1f1b88833a9a9bf12a93471bd3b18789b2a8de2105214fe1fc58bfc01c53afcae1a87bf725
|
@@ -14,7 +14,7 @@ module SpeakeasyClientSDK
|
|
14
14
|
|
15
15
|
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) } }
|
16
16
|
|
17
|
-
field :enabled_features, T::Array[::
|
17
|
+
field :enabled_features, T::Array[::String], { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('enabled_features') } }
|
18
18
|
|
19
19
|
field :org_slug, ::String, { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('org_slug') } }
|
20
20
|
|
@@ -27,7 +27,7 @@ module SpeakeasyClientSDK
|
|
27
27
|
field :generation_access_unlimited, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('generation_access_unlimited') } }
|
28
28
|
|
29
29
|
|
30
|
-
sig { params(account_type: ::SpeakeasyClientSDK::Shared::AccountType, enabled_features: T::Array[::
|
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 }
|
31
31
|
def initialize(account_type: nil, enabled_features: nil, org_slug: nil, workspace_id: nil, workspace_slug: nil, feature_flags: nil, generation_access_unlimited: nil)
|
32
32
|
@account_type = account_type
|
33
33
|
@enabled_features = enabled_features
|
@@ -41,9 +41,9 @@ module SpeakeasyClientSDK
|
|
41
41
|
@globals = globals.nil? ? {} : globals
|
42
42
|
@language = 'ruby'
|
43
43
|
@openapi_doc_version = '0.4.0 .'
|
44
|
-
@sdk_version = '4.2.
|
44
|
+
@sdk_version = '4.2.2'
|
45
45
|
@gen_version = '2.333.3'
|
46
|
-
@user_agent = 'speakeasy-sdk/ruby 4.2.
|
46
|
+
@user_agent = 'speakeasy-sdk/ruby 4.2.2 2.333.3 0.4.0 . speakeasy_client_sdk_ruby'
|
47
47
|
end
|
48
48
|
|
49
49
|
sig { returns([String, T::Hash[Symbol, String]]) }
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: speakeasy_client_sdk_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.
|
4
|
+
version: 4.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Speakeasy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|