speakeasy_client_sdk_ruby 4.2.16 → 4.2.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/speakeasy_client_sdk/models/shared/{account_type.rb → accounttype.rb} +1 -0
- data/lib/speakeasy_client_sdk/models/shared/apikeydetails.rb +4 -4
- data/lib/speakeasy_client_sdk/models/shared/organization.rb +2 -2
- data/lib/speakeasy_client_sdk/models/shared/workspaces.rb +2 -2
- data/lib/speakeasy_client_sdk/models/shared.rb +1 -3
- data/lib/speakeasy_client_sdk/sdkconfiguration.rb +3 -3
- metadata +3 -5
- data/lib/speakeasy_client_sdk/models/shared/accesstoken_account_type.rb +0 -20
- data/lib/speakeasy_client_sdk/models/shared/organization_account_type.rb +0 -20
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45187f2f097b72d7d2009f4f278f8ca4221e0af6988247bce2e7a1dd2f2feeda
|
4
|
+
data.tar.gz: 962512036f729de3ff9b8fd8cb13d36c2169dabdc935019dbfcc5cd3db56cbd2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03fd55a76c6da7615e90292bbcfcbbff1bf82b9b2220034de857ec4fc4a0fa67f63df0117d3a512156c3607b12947870b2de727c3fe090642353250479c9ca04
|
7
|
+
data.tar.gz: 88f18f729c0fd497e2d761f23ca3771aa6238bfa9a105466b1c97f3069ff61abfd5b26178391b3f57df1d769865fd449ad12abacf0be58c83fedc20ed08c98a3
|
@@ -12,7 +12,7 @@ module SpeakeasyClientSDK
|
|
12
12
|
extend T::Sig
|
13
13
|
|
14
14
|
|
15
|
-
field :
|
15
|
+
field :account_type_v2, ::SpeakeasyClientSDK::Shared::AccountType, { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('account_type_v2'), 'decoder': Utils.enum_from_string(::SpeakeasyClientSDK::Shared::AccountType, false) } }
|
16
16
|
|
17
17
|
field :enabled_features, T::Array[::String], { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('enabled_features') } }
|
18
18
|
|
@@ -29,9 +29,9 @@ module SpeakeasyClientSDK
|
|
29
29
|
field :generation_access_unlimited, T.nilable(T::Boolean), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('generation_access_unlimited') } }
|
30
30
|
|
31
31
|
|
32
|
-
sig { params(
|
33
|
-
def initialize(
|
34
|
-
@
|
32
|
+
sig { params(account_type_v2: ::SpeakeasyClientSDK::Shared::AccountType, enabled_features: T::Array[::String], org_slug: ::String, telemetry_disabled: T::Boolean, workspace_id: ::String, workspace_slug: ::String, feature_flags: T.nilable(T::Array[::String]), generation_access_unlimited: T.nilable(T::Boolean)).void }
|
33
|
+
def initialize(account_type_v2: nil, enabled_features: nil, org_slug: nil, telemetry_disabled: nil, workspace_id: nil, workspace_slug: nil, feature_flags: nil, generation_access_unlimited: nil)
|
34
|
+
@account_type_v2 = account_type_v2
|
35
35
|
@enabled_features = enabled_features
|
36
36
|
@org_slug = org_slug
|
37
37
|
@telemetry_disabled = telemetry_disabled
|
@@ -12,7 +12,7 @@ module SpeakeasyClientSDK
|
|
12
12
|
extend T::Sig
|
13
13
|
|
14
14
|
|
15
|
-
field :account_type, ::SpeakeasyClientSDK::Shared::
|
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
17
|
field :id, ::String, { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('id') } }
|
18
18
|
|
@@ -29,7 +29,7 @@ module SpeakeasyClientSDK
|
|
29
29
|
field :updated_at, T.nilable(::DateTime), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('updated_at'), 'decoder': Utils.datetime_from_iso_format(true) } }
|
30
30
|
|
31
31
|
|
32
|
-
sig { params(account_type: ::SpeakeasyClientSDK::Shared::
|
32
|
+
sig { params(account_type: ::SpeakeasyClientSDK::Shared::AccountType, id: ::String, name: ::String, telemetry_disabled: T::Boolean, created_at: T.nilable(::DateTime), free_trial_expiry: T.nilable(::DateTime), slug: T.nilable(::String), updated_at: T.nilable(::DateTime)).void }
|
33
33
|
def initialize(account_type: nil, id: nil, name: nil, telemetry_disabled: nil, created_at: nil, free_trial_expiry: nil, slug: nil, updated_at: nil)
|
34
34
|
@account_type = account_type
|
35
35
|
@id = id
|
@@ -12,7 +12,7 @@ module SpeakeasyClientSDK
|
|
12
12
|
extend T::Sig
|
13
13
|
|
14
14
|
|
15
|
-
field :account_type, T.nilable(::SpeakeasyClientSDK::Shared::
|
15
|
+
field :account_type, T.nilable(::SpeakeasyClientSDK::Shared::AccountType), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('account_type'), 'decoder': Utils.enum_from_string(::SpeakeasyClientSDK::Shared::AccountType, true) } }
|
16
16
|
|
17
17
|
field :id, T.nilable(::String), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('id') } }
|
18
18
|
|
@@ -21,7 +21,7 @@ module SpeakeasyClientSDK
|
|
21
21
|
field :updated_at, T.nilable(::DateTime), { 'format_json': { 'letter_case': ::SpeakeasyClientSDK::Utils.field_name('updated_at'), 'decoder': Utils.datetime_from_iso_format(true) } }
|
22
22
|
|
23
23
|
|
24
|
-
sig { params(account_type: T.nilable(::SpeakeasyClientSDK::Shared::
|
24
|
+
sig { params(account_type: T.nilable(::SpeakeasyClientSDK::Shared::AccountType), id: T.nilable(::String), name: T.nilable(::String), updated_at: T.nilable(::DateTime)).void }
|
25
25
|
def initialize(account_type: nil, id: nil, name: nil, updated_at: nil)
|
26
26
|
@account_type = account_type
|
27
27
|
@id = id
|
@@ -34,14 +34,13 @@ module SpeakeasyClientSDK
|
|
34
34
|
autoload :PreflightRequest, 'speakeasy_client_sdk/models/shared/preflightrequest.rb'
|
35
35
|
autoload :Claims, 'speakeasy_client_sdk/models/shared/claims.rb'
|
36
36
|
autoload :AccessTokenUser, 'speakeasy_client_sdk/models/shared/accesstoken_user.rb'
|
37
|
-
autoload :AccessTokenAccountType, 'speakeasy_client_sdk/models/shared/accesstoken_account_type.rb'
|
38
37
|
autoload :Workspaces, 'speakeasy_client_sdk/models/shared/workspaces.rb'
|
39
38
|
autoload :AccessToken, 'speakeasy_client_sdk/models/shared/accesstoken.rb'
|
39
|
+
autoload :AccountType, 'speakeasy_client_sdk/models/shared/accounttype.rb'
|
40
40
|
autoload :FeatureFlag, 'speakeasy_client_sdk/models/shared/featureflag.rb'
|
41
41
|
autoload :User, 'speakeasy_client_sdk/models/shared/user.rb'
|
42
42
|
autoload :Level, 'speakeasy_client_sdk/models/shared/level.rb'
|
43
43
|
autoload :AccessDetails, 'speakeasy_client_sdk/models/shared/accessdetails.rb'
|
44
|
-
autoload :AccountType, 'speakeasy_client_sdk/models/shared/account_type.rb'
|
45
44
|
autoload :ApiKeyDetails, 'speakeasy_client_sdk/models/shared/apikeydetails.rb'
|
46
45
|
autoload :UnboundedRequest, 'speakeasy_client_sdk/models/shared/unboundedrequest.rb'
|
47
46
|
autoload :BoundedRequest, 'speakeasy_client_sdk/models/shared/boundedrequest.rb'
|
@@ -59,7 +58,6 @@ module SpeakeasyClientSDK
|
|
59
58
|
autoload :GithubMissingPublishingSecretsResponse, 'speakeasy_client_sdk/models/shared/githubmissingpublishingsecretsresponse.rb'
|
60
59
|
autoload :GithubStorePublishingSecretsRequest, 'speakeasy_client_sdk/models/shared/githubstorepublishingsecretsrequest.rb'
|
61
60
|
autoload :GithubTriggerActionRequest, 'speakeasy_client_sdk/models/shared/githubtriggeractionrequest.rb'
|
62
|
-
autoload :OrganizationAccountType, 'speakeasy_client_sdk/models/shared/organization_account_type.rb'
|
63
61
|
autoload :Organization, 'speakeasy_client_sdk/models/shared/organization.rb'
|
64
62
|
autoload :OrganizationUsageResponse, 'speakeasy_client_sdk/models/shared/organizationusageresponse.rb'
|
65
63
|
autoload :OrganizationUsage, 'speakeasy_client_sdk/models/shared/organizationusage.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.2.
|
45
|
-
@gen_version = '2.
|
46
|
-
@user_agent = 'speakeasy-sdk/ruby 4.2.
|
44
|
+
@sdk_version = '4.2.17'
|
45
|
+
@gen_version = '2.385.2'
|
46
|
+
@user_agent = 'speakeasy-sdk/ruby 4.2.17 2.385.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.2.
|
4
|
+
version: 4.2.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Speakeasy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|
@@ -288,9 +288,8 @@ files:
|
|
288
288
|
- lib/speakeasy_client_sdk/models/shared.rb
|
289
289
|
- lib/speakeasy_client_sdk/models/shared/accessdetails.rb
|
290
290
|
- lib/speakeasy_client_sdk/models/shared/accesstoken.rb
|
291
|
-
- lib/speakeasy_client_sdk/models/shared/accesstoken_account_type.rb
|
292
291
|
- lib/speakeasy_client_sdk/models/shared/accesstoken_user.rb
|
293
|
-
- lib/speakeasy_client_sdk/models/shared/
|
292
|
+
- lib/speakeasy_client_sdk/models/shared/accounttype.rb
|
294
293
|
- lib/speakeasy_client_sdk/models/shared/addtags.rb
|
295
294
|
- lib/speakeasy_client_sdk/models/shared/annotations.rb
|
296
295
|
- lib/speakeasy_client_sdk/models/shared/api.rb
|
@@ -333,7 +332,6 @@ files:
|
|
333
332
|
- lib/speakeasy_client_sdk/models/shared/oassummary.rb
|
334
333
|
- lib/speakeasy_client_sdk/models/shared/openapi_diff_bump_type.rb
|
335
334
|
- lib/speakeasy_client_sdk/models/shared/organization.rb
|
336
|
-
- lib/speakeasy_client_sdk/models/shared/organization_account_type.rb
|
337
335
|
- lib/speakeasy_client_sdk/models/shared/organizationusage.rb
|
338
336
|
- lib/speakeasy_client_sdk/models/shared/organizationusageresponse.rb
|
339
337
|
- lib/speakeasy_client_sdk/models/shared/preflightrequest.rb
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
|
7
|
-
module SpeakeasyClientSDK
|
8
|
-
module Shared
|
9
|
-
|
10
|
-
|
11
|
-
class AccessTokenAccountType < 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
|
@@ -1,20 +0,0 @@
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
2
|
-
|
3
|
-
# typed: true
|
4
|
-
# frozen_string_literal: true
|
5
|
-
|
6
|
-
|
7
|
-
module SpeakeasyClientSDK
|
8
|
-
module Shared
|
9
|
-
|
10
|
-
|
11
|
-
class OrganizationAccountType < 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
|