speakeasy_client_sdk_ruby 4.0.3 → 4.0.4
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: 44a858b1211d85cbf93e6ea1d3d1ade3324685bfdffbd47a61280417fa251d07
|
4
|
+
data.tar.gz: 179e08d1bb3f6de3d68181d8d68a57e9d315851af0c26e21c050f5b62757fdc6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34c65d514707101e3cb1bd21f8fd9e89d1f54bcb9e8e4f15a2efc9232a71c301a9f5e69a89e4bf756710b6850b9fde8eb506e692ac0fe2ee0c539a14eb84dd94
|
7
|
+
data.tar.gz: 12e1c3c98dbf565930a898405c1ab4e3f48e38e511d654a71d195cb82ce01e1da0029e30fb9493d8ef3841d30d661f72dafc3265831cc423e08de7ecabf6d4d2
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
2
|
+
|
3
|
+
# typed: true
|
4
|
+
# frozen_string_literal: true
|
5
|
+
|
6
|
+
|
7
|
+
module SpeakeasyClientSDK
|
8
|
+
module Shared
|
9
|
+
|
10
|
+
|
11
|
+
class AccountType < T::Enum
|
12
|
+
enums do
|
13
|
+
FREE = new('free')
|
14
|
+
SCALE_UP = new('scale-up')
|
15
|
+
ENTERPRISE = new('enterprise')
|
16
|
+
end
|
17
|
+
end
|
18
|
+
|
19
|
+
end
|
20
|
+
end
|
@@ -12,13 +12,16 @@ module SpeakeasyClientSDK
|
|
12
12
|
extend T::Sig
|
13
13
|
|
14
14
|
|
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
|
+
|
15
17
|
field :workspace_id, ::String, { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('workspace_id') } }
|
16
18
|
|
17
19
|
field :generation_access_unlimited, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('generation_access_unlimited') } }
|
18
20
|
|
19
21
|
|
20
|
-
sig { params(workspace_id: ::String, generation_access_unlimited: T.nilable(T::Boolean)).void }
|
21
|
-
def initialize(workspace_id: nil, generation_access_unlimited: nil)
|
22
|
+
sig { params(account_type: ::SpeakeasyClientSDK::Shared::AccountType, workspace_id: ::String, generation_access_unlimited: T.nilable(T::Boolean)).void }
|
23
|
+
def initialize(account_type: nil, workspace_id: nil, generation_access_unlimited: nil)
|
24
|
+
@account_type = account_type
|
22
25
|
@workspace_id = workspace_id
|
23
26
|
@generation_access_unlimited = generation_access_unlimited
|
24
27
|
end
|
@@ -17,6 +17,7 @@ module SpeakeasyClientSDK
|
|
17
17
|
autoload :ValueChange, 'speakeasy_client_sdk/models/shared/valuechange.rb'
|
18
18
|
autoload :SchemaDiff, 'speakeasy_client_sdk/models/shared/schemadiff.rb'
|
19
19
|
autoload :AccessDetails, 'speakeasy_client_sdk/models/shared/accessdetails.rb'
|
20
|
+
autoload :AccountType, 'speakeasy_client_sdk/models/shared/account_type.rb'
|
20
21
|
autoload :ApiKeyDetails, 'speakeasy_client_sdk/models/shared/apikeydetails.rb'
|
21
22
|
autoload :UnboundedRequest, 'speakeasy_client_sdk/models/shared/unboundedrequest.rb'
|
22
23
|
autoload :BoundedRequest, 'speakeasy_client_sdk/models/shared/boundedrequest.rb'
|
@@ -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.0.
|
45
|
-
@gen_version = '2.
|
46
|
-
@user_agent = 'speakeasy-sdk/ruby 4.0.
|
44
|
+
@sdk_version = '4.0.4'
|
45
|
+
@gen_version = '2.262.2'
|
46
|
+
@user_agent = 'speakeasy-sdk/ruby 4.0.4 2.262.2 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.0.
|
4
|
+
version: 4.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Speakeasy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -221,6 +221,7 @@ files:
|
|
221
221
|
- lib/speakeasy_client_sdk/models/operations/validateapikey_response.rb
|
222
222
|
- lib/speakeasy_client_sdk/models/shared.rb
|
223
223
|
- lib/speakeasy_client_sdk/models/shared/accessdetails.rb
|
224
|
+
- lib/speakeasy_client_sdk/models/shared/account_type.rb
|
224
225
|
- lib/speakeasy_client_sdk/models/shared/api.rb
|
225
226
|
- lib/speakeasy_client_sdk/models/shared/api_input.rb
|
226
227
|
- lib/speakeasy_client_sdk/models/shared/apiendpoint.rb
|
@@ -251,13 +252,13 @@ files:
|
|
251
252
|
- lib/speakeasy_client_sdk/utils/metadata_fields.rb
|
252
253
|
- lib/speakeasy_client_sdk/utils/utils.rb
|
253
254
|
- lib/speakeasy_client_sdk_ruby.rb
|
254
|
-
homepage: https://github.com/speakeasy-api/
|
255
|
+
homepage: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
|
255
256
|
licenses:
|
256
257
|
- Apache-2.0
|
257
258
|
metadata:
|
258
|
-
homepage_uri: https://github.com/speakeasy-api/
|
259
|
-
documentation_uri: https://github.com/speakeasy-api/
|
260
|
-
source_code_uri: https://github.com/speakeasy-api/
|
259
|
+
homepage_uri: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
|
260
|
+
documentation_uri: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
|
261
|
+
source_code_uri: https://github.com/speakeasy-api/speakeasy-client-sdk-ruby.git
|
261
262
|
post_install_message:
|
262
263
|
rdoc_options: []
|
263
264
|
require_paths:
|