@@ -14,7 +14,7 @@ class ApiKeyDetails < ::SpeakeasyClientSDK::Utils::FieldAugmented
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 [ ::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' ) } }
18
18
19
19
field :org_slug , ::String , { 'format_json' : { 'letter_case' : ::SpeakeasyClientSDK ::Utils . field_name ( 'org_slug' ) } }
20
20
@@ -27,7 +27,7 @@ class ApiKeyDetails < ::SpeakeasyClientSDK::Utils::FieldAugmented
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 [ ::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 }
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
0 commit comments