Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/zitadel/client/models/action_service_beta_execution.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ActionServiceBetaExecution
# The timestamp of the last change to the execution.
attr_accessor :change_date

# Ordered list of targets/includes called during the execution.
# Ordered list of targets called during the execution.
attr_accessor :targets

# Attribute mapping from ruby-style variable name to JSON key.
Expand Down Expand Up @@ -52,7 +52,7 @@ def self.openapi_types
:'condition' => :'ActionServiceBetaCondition',
:'creation_date' => :'Time',
:'change_date' => :'Time',
:'targets' => :'Array<ActionServiceBetaExecutionTargetType>'
:'targets' => :'Array<String>'
}
end

Expand Down
240 changes: 0 additions & 240 deletions lib/zitadel/client/models/action_service_beta_execution_target_type.rb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module Zitadel::Client::Models
class ActionServiceSetExecutionRequest
attr_accessor :condition

# Ordered list of targets/includes called during the execution.
# Ordered list of targets called during the execution.
attr_accessor :targets

# Attribute mapping from ruby-style variable name to JSON key.
Expand All @@ -42,7 +42,7 @@ def self.acceptable_attributes
def self.openapi_types
{
:'condition' => :'ActionServiceBetaCondition',
:'targets' => :'Array<ActionServiceBetaExecutionTargetType>'
:'targets' => :'Array<String>'
}
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class FeatureServiceGetInstanceFeaturesResponse

attr_accessor :oidc_token_exchange

attr_accessor :actions

attr_accessor :improved_performance

attr_accessor :web_key
Expand Down Expand Up @@ -56,7 +54,6 @@ def self.attribute_map
:'oidc_legacy_introspection' => :'oidcLegacyIntrospection',
:'user_schema' => :'userSchema',
:'oidc_token_exchange' => :'oidcTokenExchange',
:'actions' => :'actions',
:'improved_performance' => :'improvedPerformance',
:'web_key' => :'webKey',
:'debug_oidc_parent_error' => :'debugOidcParentError',
Expand Down Expand Up @@ -88,7 +85,6 @@ def self.openapi_types
:'oidc_legacy_introspection' => :'FeatureServiceFeatureFlag',
:'user_schema' => :'FeatureServiceFeatureFlag',
:'oidc_token_exchange' => :'FeatureServiceFeatureFlag',
:'actions' => :'FeatureServiceFeatureFlag',
:'improved_performance' => :'FeatureServiceImprovedPerformanceFeatureFlag',
:'web_key' => :'FeatureServiceFeatureFlag',
:'debug_oidc_parent_error' => :'FeatureServiceFeatureFlag',
Expand Down Expand Up @@ -149,10 +145,6 @@ def initialize(attributes = {})
self.oidc_token_exchange = attributes[:'oidc_token_exchange']
end

if attributes.key?(:'actions')
self.actions = attributes[:'actions']
end

if attributes.key?(:'improved_performance')
self.improved_performance = attributes[:'improved_performance']
end
Expand Down Expand Up @@ -216,7 +208,6 @@ def ==(o)
oidc_legacy_introspection == o.oidc_legacy_introspection &&
user_schema == o.user_schema &&
oidc_token_exchange == o.oidc_token_exchange &&
actions == o.actions &&
improved_performance == o.improved_performance &&
web_key == o.web_key &&
debug_oidc_parent_error == o.debug_oidc_parent_error &&
Expand All @@ -237,7 +228,7 @@ def eql?(o)
# Calculates hash code according to all attributes.
# @return [Integer] Hash code
def hash
[details, login_default_org, oidc_trigger_introspection_projections, oidc_legacy_introspection, user_schema, oidc_token_exchange, actions, improved_performance, web_key, debug_oidc_parent_error, oidc_single_v1_session_termination, disable_user_token_event, enable_back_channel_logout, login_v2, permission_check_v2, console_use_v2_user_api].hash
[details, login_default_org, oidc_trigger_introspection_projections, oidc_legacy_introspection, user_schema, oidc_token_exchange, improved_performance, web_key, debug_oidc_parent_error, oidc_single_v1_session_termination, disable_user_token_event, enable_back_channel_logout, login_v2, permission_check_v2, console_use_v2_user_api].hash
end

# Builds the object from hash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class FeatureServiceGetSystemFeaturesResponse

attr_accessor :oidc_token_exchange

attr_accessor :actions

attr_accessor :improved_performance

attr_accessor :oidc_single_v1_session_termination
Expand All @@ -50,7 +48,6 @@ def self.attribute_map
:'oidc_legacy_introspection' => :'oidcLegacyIntrospection',
:'user_schema' => :'userSchema',
:'oidc_token_exchange' => :'oidcTokenExchange',
:'actions' => :'actions',
:'improved_performance' => :'improvedPerformance',
:'oidc_single_v1_session_termination' => :'oidcSingleV1SessionTermination',
:'disable_user_token_event' => :'disableUserTokenEvent',
Expand Down Expand Up @@ -79,7 +76,6 @@ def self.openapi_types
:'oidc_legacy_introspection' => :'FeatureServiceFeatureFlag',
:'user_schema' => :'FeatureServiceFeatureFlag',
:'oidc_token_exchange' => :'FeatureServiceFeatureFlag',
:'actions' => :'FeatureServiceFeatureFlag',
:'improved_performance' => :'FeatureServiceImprovedPerformanceFeatureFlag',
:'oidc_single_v1_session_termination' => :'FeatureServiceFeatureFlag',
:'disable_user_token_event' => :'FeatureServiceFeatureFlag',
Expand Down Expand Up @@ -137,10 +133,6 @@ def initialize(attributes = {})
self.oidc_token_exchange = attributes[:'oidc_token_exchange']
end

if attributes.key?(:'actions')
self.actions = attributes[:'actions']
end

if attributes.key?(:'improved_performance')
self.improved_performance = attributes[:'improved_performance']
end
Expand Down Expand Up @@ -192,7 +184,6 @@ def ==(o)
oidc_legacy_introspection == o.oidc_legacy_introspection &&
user_schema == o.user_schema &&
oidc_token_exchange == o.oidc_token_exchange &&
actions == o.actions &&
improved_performance == o.improved_performance &&
oidc_single_v1_session_termination == o.oidc_single_v1_session_termination &&
disable_user_token_event == o.disable_user_token_event &&
Expand All @@ -210,7 +201,7 @@ def eql?(o)
# Calculates hash code according to all attributes.
# @return [Integer] Hash code
def hash
[details, login_default_org, oidc_trigger_introspection_projections, oidc_legacy_introspection, user_schema, oidc_token_exchange, actions, improved_performance, oidc_single_v1_session_termination, disable_user_token_event, enable_back_channel_logout, login_v2, permission_check_v2].hash
[details, login_default_org, oidc_trigger_introspection_projections, oidc_legacy_introspection, user_schema, oidc_token_exchange, improved_performance, oidc_single_v1_session_termination, disable_user_token_event, enable_back_channel_logout, login_v2, permission_check_v2].hash
end

# Builds the object from hash
Expand Down
Loading
Loading