authentik-api 2026.2.4 → 2026.5.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/README_API.md +66 -14
- data/lib/authentik/api/api/admin_api.rb +4 -12
- data/lib/authentik/api/api/core_api.rb +143 -18
- data/lib/authentik/api/api/crypto_api.rb +2 -6
- data/lib/authentik/api/api/endpoints_api.rb +1577 -656
- data/lib/authentik/api/api/events_api.rb +121 -38
- data/lib/authentik/api/api/flows_api.rb +8 -90
- data/lib/authentik/api/api/lifecycle_api.rb +22 -13
- data/lib/authentik/api/api/managed_api.rb +73 -0
- data/lib/authentik/api/api/policies_api.rb +5 -6
- data/lib/authentik/api/api/providers_api.rb +46 -108
- data/lib/authentik/api/api/rbac_api.rb +0 -5
- data/lib/authentik/api/api/schema_api.rb +4 -12
- data/lib/authentik/api/api/sources_api.rb +35 -96
- data/lib/authentik/api/api/ssf_api.rb +63 -6
- data/lib/authentik/api/api/stages_api.rb +581 -102
- data/lib/authentik/api/api/tasks_api.rb +5 -13
- data/lib/authentik/api/models/account_lockdown_stage.rb +372 -0
- data/lib/authentik/api/models/account_lockdown_stage_request.rb +219 -0
- data/lib/authentik/api/models/app_enum.rb +3 -2
- data/lib/authentik/api/models/apple_independent_secure_enclave.rb +246 -0
- data/lib/authentik/api/models/apple_independent_secure_enclave_request.rb +273 -0
- data/lib/authentik/api/models/application.rb +14 -4
- data/lib/authentik/api/models/application_request.rb +14 -4
- data/lib/authentik/api/models/authenticated_session_user_agent_device.rb +2 -30
- data/lib/authentik/api/models/authenticated_session_user_agent_os.rb +4 -60
- data/lib/authentik/api/models/authentication_enum.rb +2 -1
- data/lib/authentik/api/models/authenticator_validate_stage.rb +51 -4
- data/lib/authentik/api/models/authenticator_validate_stage_request.rb +51 -4
- data/lib/authentik/api/models/authenticator_web_authn_stage.rb +23 -2
- data/lib/authentik/api/models/authenticator_web_authn_stage_request.rb +23 -2
- data/lib/authentik/api/models/{flow_import_result.rb → blueprint_import_result.rb} +4 -4
- data/lib/authentik/api/models/brand.rb +11 -1
- data/lib/authentik/api/models/brand_request.rb +11 -1
- data/lib/authentik/api/models/certificate_key_pair.rb +1 -1
- data/lib/authentik/api/models/certificate_key_pair_key_type_enum.rb +37 -0
- data/lib/authentik/api/models/compatibility_mode_enum.rb +3 -1
- data/lib/authentik/api/models/{consent_stage_mode_enum.rb → consent_mode_enum.rb} +3 -3
- data/lib/authentik/api/models/consent_stage.rb +1 -1
- data/lib/authentik/api/models/consent_stage_request.rb +1 -1
- data/lib/authentik/api/models/country_code_enum.rb +3 -3
- data/lib/authentik/api/models/current_brand.rb +10 -1
- data/lib/authentik/api/models/current_brand_flags.rb +31 -27
- data/lib/authentik/api/models/delivery_method_enum.rb +3 -1
- data/lib/authentik/api/models/event_matcher_policy.rb +15 -5
- data/lib/authentik/api/models/event_matcher_policy_request.rb +30 -5
- data/lib/authentik/api/models/event_stats.rb +187 -0
- data/lib/authentik/api/models/event_volume.rb +1 -1
- data/lib/authentik/api/models/events_requested_enum.rb +7 -1
- data/lib/authentik/api/models/expiring_base_grant_model.rb +1 -1
- data/lib/authentik/api/models/force_binding_enum.rb +34 -0
- data/lib/authentik/api/models/{resident_key_requirement_enum.rb → format_enum.rb} +6 -7
- data/lib/authentik/api/models/geo_ip_policy.rb +1 -1
- data/lib/authentik/api/models/{detailed_country_field.rb → geo_ip_policy_countries_obj_inner.rb} +22 -26
- data/lib/authentik/api/models/google_chrome_connector.rb +326 -0
- data/lib/authentik/api/models/google_chrome_connector_request.rb +214 -0
- data/lib/authentik/api/models/grant_types_enum.rb +39 -0
- data/lib/authentik/api/models/group_kerberos_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/group_ldap_source_connection.rb +30 -4
- data/lib/authentik/api/models/group_ldap_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/group_o_auth_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/group_plex_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/group_saml_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/group_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/group_telegram_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/iframe_logout_challenge.rb +1 -1
- data/lib/authentik/api/models/invitation_send_email_request.rb +213 -0
- data/lib/authentik/api/models/key_type_enum.rb +3 -3
- data/lib/authentik/api/models/lang_enum.rb +131 -0
- data/lib/authentik/api/models/lifecycle_iteration.rb +30 -86
- data/lib/authentik/api/models/logout_url.rb +209 -0
- data/lib/authentik/api/models/model_enum.rb +3 -1
- data/lib/authentik/api/models/native_logout_challenge.rb +68 -37
- data/lib/authentik/api/models/notification_transport.rb +13 -2
- data/lib/authentik/api/models/notification_transport_request.rb +13 -2
- data/lib/authentik/api/models/o_auth2_provider.rb +12 -1
- data/lib/authentik/api/models/o_auth2_provider_request.rb +12 -1
- data/lib/authentik/api/models/operating_system.rb +0 -17
- data/lib/authentik/api/models/operating_system_request.rb +2 -9
- data/lib/authentik/api/models/paginated_account_lockdown_stage_list.rb +214 -0
- data/lib/authentik/api/models/paginated_apple_independent_secure_enclave_list.rb +214 -0
- data/lib/authentik/api/models/paginated_extra_role_object_permission_list.rb +32 -4
- data/lib/authentik/api/models/paginated_google_chrome_connector_list.rb +214 -0
- data/lib/authentik/api/models/patched_account_lockdown_stage_request.rb +212 -0
- data/lib/authentik/api/models/patched_apple_independent_secure_enclave_request.rb +235 -0
- data/lib/authentik/api/models/patched_application_request.rb +14 -4
- data/lib/authentik/api/models/patched_authenticator_validate_stage_request.rb +51 -4
- data/lib/authentik/api/models/patched_authenticator_web_authn_stage_request.rb +23 -2
- data/lib/authentik/api/models/patched_brand_request.rb +11 -1
- data/lib/authentik/api/models/patched_consent_stage_request.rb +1 -1
- data/lib/authentik/api/models/patched_event_matcher_policy_request.rb +30 -5
- data/lib/authentik/api/models/patched_google_chrome_connector_request.rb +190 -0
- data/lib/authentik/api/models/patched_group_kerberos_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_group_ldap_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_group_o_auth_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_group_plex_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_group_saml_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_group_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_group_telegram_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_notification_transport_request.rb +13 -2
- data/lib/authentik/api/models/patched_o_auth2_provider_request.rb +12 -1
- data/lib/authentik/api/models/patched_saml_provider_request.rb +17 -27
- data/lib/authentik/api/models/patched_saml_source_request.rb +11 -1
- data/lib/authentik/api/models/patched_settings_request_flags.rb +31 -27
- data/lib/authentik/api/models/patched_ssf_provider_request.rb +13 -4
- data/lib/authentik/api/models/patched_user_kerberos_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_user_ldap_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_user_o_auth_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_user_plex_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_user_saml_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_user_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/patched_user_telegram_source_connection_request.rb +10 -1
- data/lib/authentik/api/models/prompt_type_enum.rb +4 -1
- data/lib/authentik/api/models/redirect_uri.rb +13 -4
- data/lib/authentik/api/models/redirect_uri_request.rb +13 -4
- data/lib/authentik/api/models/redirect_uri_type_enum.rb +34 -0
- data/lib/authentik/api/models/related_rule.rb +250 -0
- data/lib/authentik/api/models/saml_provider.rb +98 -8
- data/lib/authentik/api/models/saml_provider_request.rb +17 -27
- data/lib/authentik/api/models/saml_source.rb +11 -1
- data/lib/authentik/api/models/saml_source_request.rb +11 -1
- data/lib/authentik/api/models/ssf_provider.rb +41 -4
- data/lib/authentik/api/models/ssf_provider_request.rb +13 -4
- data/lib/authentik/api/models/ssf_stream.rb +10 -1
- data/lib/authentik/api/models/ssf_stream_status_enum.rb +36 -0
- data/lib/authentik/api/models/task.rb +1 -1
- data/lib/authentik/api/models/{task_state_enum.rb → task_status_enum.rb} +3 -3
- data/lib/authentik/api/models/token_model.rb +1 -1
- data/lib/authentik/api/models/{notification_transport_mode_enum.rb → transport_mode_enum.rb} +3 -3
- data/lib/authentik/api/models/usage_enum.rb +33 -0
- data/lib/authentik/api/models/user_account_lockdown_request.rb +144 -0
- data/lib/authentik/api/models/user_kerberos_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/user_ldap_source_connection.rb +30 -4
- data/lib/authentik/api/models/user_ldap_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/user_o_auth_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/user_password_hash_set_request.rb +168 -0
- data/lib/authentik/api/models/user_plex_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/user_saml_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/user_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/user_telegram_source_connection_request.rb +27 -1
- data/lib/authentik/api/models/vendor_enum.rb +2 -1
- data/lib/authentik/api/models/web_authn_hint_enum.rb +35 -0
- data/lib/authentik/api/version.rb +1 -1
- data/spec/api/admin_api_spec.rb +2 -2
- data/spec/api/core_api_spec.rb +27 -3
- data/spec/api/crypto_api_spec.rb +1 -1
- data/spec/api/endpoints_api_spec.rb +167 -0
- data/spec/api/events_api_spec.rb +33 -7
- data/spec/api/flows_api_spec.rb +4 -16
- data/spec/api/lifecycle_api_spec.rb +6 -3
- data/spec/api/managed_api_spec.rb +13 -0
- data/spec/api/policies_api_spec.rb +2 -1
- data/spec/api/providers_api_spec.rb +21 -19
- data/spec/api/schema_api_spec.rb +2 -2
- data/spec/api/sources_api_spec.rb +17 -16
- data/spec/api/ssf_api_spec.rb +12 -1
- data/spec/api/stages_api_spec.rb +117 -18
- data/spec/api/tasks_api_spec.rb +2 -2
- data/spec/models/account_lockdown_stage_request_spec.rb +60 -0
- data/spec/models/account_lockdown_stage_spec.rb +96 -0
- data/spec/models/apple_independent_secure_enclave_request_spec.rb +54 -0
- data/spec/models/apple_independent_secure_enclave_spec.rb +54 -0
- data/spec/models/application_request_spec.rb +6 -0
- data/spec/models/application_spec.rb +6 -0
- data/spec/models/authenticator_validate_stage_request_spec.rb +30 -0
- data/spec/models/authenticator_validate_stage_spec.rb +30 -0
- data/spec/models/authenticator_web_authn_stage_request_spec.rb +12 -0
- data/spec/models/authenticator_web_authn_stage_spec.rb +12 -0
- data/spec/models/{flow_import_result_spec.rb → blueprint_import_result_spec.rb} +6 -6
- data/spec/models/brand_request_spec.rb +6 -0
- data/spec/models/brand_spec.rb +6 -0
- data/spec/models/{notification_transport_mode_enum_spec.rb → certificate_key_pair_key_type_enum_spec.rb} +6 -6
- data/spec/models/{consent_stage_mode_enum_spec.rb → consent_mode_enum_spec.rb} +6 -6
- data/spec/models/current_brand_flags_spec.rb +2 -2
- data/spec/models/current_brand_spec.rb +6 -0
- data/spec/models/event_matcher_policy_request_spec.rb +6 -0
- data/spec/models/event_matcher_policy_spec.rb +6 -0
- data/spec/models/event_stats_spec.rb +36 -0
- data/spec/models/force_binding_enum_spec.rb +24 -0
- data/spec/models/format_enum_spec.rb +24 -0
- data/spec/models/{detailed_country_field_spec.rb → geo_ip_policy_countries_obj_inner_spec.rb} +6 -6
- data/spec/models/google_chrome_connector_request_spec.rb +48 -0
- data/spec/models/google_chrome_connector_spec.rb +78 -0
- data/spec/models/grant_types_enum_spec.rb +24 -0
- data/spec/models/group_kerberos_source_connection_request_spec.rb +6 -0
- data/spec/models/group_ldap_source_connection_request_spec.rb +6 -0
- data/spec/models/group_ldap_source_connection_spec.rb +6 -0
- data/spec/models/group_o_auth_source_connection_request_spec.rb +6 -0
- data/spec/models/group_plex_source_connection_request_spec.rb +6 -0
- data/spec/models/group_saml_source_connection_request_spec.rb +6 -0
- data/spec/models/group_source_connection_request_spec.rb +6 -0
- data/spec/models/group_telegram_source_connection_request_spec.rb +6 -0
- data/spec/models/invitation_send_email_request_spec.rb +48 -0
- data/spec/models/lang_enum_spec.rb +24 -0
- data/spec/models/lifecycle_iteration_spec.rb +2 -14
- data/spec/models/logout_url_spec.rb +60 -0
- data/spec/models/native_logout_challenge_spec.rb +13 -7
- data/spec/models/notification_transport_request_spec.rb +6 -0
- data/spec/models/notification_transport_spec.rb +6 -0
- data/spec/models/o_auth2_provider_request_spec.rb +6 -0
- data/spec/models/o_auth2_provider_spec.rb +6 -0
- data/spec/models/paginated_account_lockdown_stage_list_spec.rb +42 -0
- data/spec/models/paginated_apple_independent_secure_enclave_list_spec.rb +42 -0
- data/spec/models/paginated_extra_role_object_permission_list_spec.rb +6 -0
- data/spec/models/paginated_google_chrome_connector_list_spec.rb +42 -0
- data/spec/models/patched_account_lockdown_stage_request_spec.rb +60 -0
- data/spec/models/patched_apple_independent_secure_enclave_request_spec.rb +54 -0
- data/spec/models/patched_application_request_spec.rb +6 -0
- data/spec/models/patched_authenticator_validate_stage_request_spec.rb +30 -0
- data/spec/models/patched_authenticator_web_authn_stage_request_spec.rb +12 -0
- data/spec/models/patched_brand_request_spec.rb +6 -0
- data/spec/models/patched_event_matcher_policy_request_spec.rb +6 -0
- data/spec/models/patched_google_chrome_connector_request_spec.rb +48 -0
- data/spec/models/patched_group_kerberos_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_group_ldap_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_group_o_auth_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_group_plex_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_group_saml_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_group_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_group_telegram_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_notification_transport_request_spec.rb +6 -0
- data/spec/models/patched_o_auth2_provider_request_spec.rb +6 -0
- data/spec/models/patched_saml_provider_request_spec.rb +7 -1
- data/spec/models/patched_saml_source_request_spec.rb +6 -0
- data/spec/models/patched_settings_request_flags_spec.rb +2 -2
- data/spec/models/patched_ssf_provider_request_spec.rb +6 -0
- data/spec/models/patched_user_kerberos_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_user_ldap_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_user_o_auth_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_user_plex_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_user_saml_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_user_source_connection_request_spec.rb +6 -0
- data/spec/models/patched_user_telegram_source_connection_request_spec.rb +6 -0
- data/spec/models/redirect_uri_request_spec.rb +6 -0
- data/spec/models/redirect_uri_spec.rb +6 -0
- data/spec/models/redirect_uri_type_enum_spec.rb +24 -0
- data/spec/models/related_rule_spec.rb +54 -0
- data/spec/models/saml_provider_request_spec.rb +7 -1
- data/spec/models/saml_provider_spec.rb +25 -1
- data/spec/models/saml_source_request_spec.rb +6 -0
- data/spec/models/saml_source_spec.rb +6 -0
- data/spec/models/ssf_provider_request_spec.rb +6 -0
- data/spec/models/ssf_provider_spec.rb +12 -0
- data/spec/models/ssf_stream_spec.rb +6 -0
- data/spec/models/ssf_stream_status_enum_spec.rb +24 -0
- data/spec/models/{task_state_enum_spec.rb → task_status_enum_spec.rb} +6 -6
- data/spec/models/transport_mode_enum_spec.rb +24 -0
- data/spec/models/usage_enum_spec.rb +24 -0
- data/spec/models/user_account_lockdown_request_spec.rb +30 -0
- data/spec/models/user_kerberos_source_connection_request_spec.rb +6 -0
- data/spec/models/user_ldap_source_connection_request_spec.rb +6 -0
- data/spec/models/user_ldap_source_connection_spec.rb +6 -0
- data/spec/models/user_o_auth_source_connection_request_spec.rb +6 -0
- data/spec/models/user_password_hash_set_request_spec.rb +30 -0
- data/spec/models/user_plex_source_connection_request_spec.rb +6 -0
- data/spec/models/user_saml_source_connection_request_spec.rb +6 -0
- data/spec/models/user_source_connection_request_spec.rb +6 -0
- data/spec/models/user_telegram_source_connection_request_spec.rb +6 -0
- data/spec/models/web_authn_hint_enum_spec.rb +24 -0
- data/spec/zeitwerk_spec.rb +34 -0
- metadata +113 -32
- data/spec/models/resident_key_requirement_enum_spec.rb +0 -24
|
@@ -10,6 +10,8 @@ require 'time'
|
|
|
10
10
|
module Authentik::Api
|
|
11
11
|
# Group Source Connection
|
|
12
12
|
class GroupSAMLSourceConnectionRequest < ApiModelBase
|
|
13
|
+
attr_accessor :group
|
|
14
|
+
|
|
13
15
|
attr_accessor :source
|
|
14
16
|
|
|
15
17
|
attr_accessor :identifier
|
|
@@ -17,6 +19,7 @@ module Authentik::Api
|
|
|
17
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
18
20
|
def self.attribute_map
|
|
19
21
|
{
|
|
22
|
+
:'group' => :'group',
|
|
20
23
|
:'source' => :'source',
|
|
21
24
|
:'identifier' => :'identifier'
|
|
22
25
|
}
|
|
@@ -35,6 +38,7 @@ module Authentik::Api
|
|
|
35
38
|
# Attribute type mapping.
|
|
36
39
|
def self.openapi_types
|
|
37
40
|
{
|
|
41
|
+
:'group' => :'String',
|
|
38
42
|
:'source' => :'String',
|
|
39
43
|
:'identifier' => :'String'
|
|
40
44
|
}
|
|
@@ -62,6 +66,12 @@ module Authentik::Api
|
|
|
62
66
|
h[k.to_sym] = v
|
|
63
67
|
}
|
|
64
68
|
|
|
69
|
+
if attributes.key?(:'group')
|
|
70
|
+
self.group = attributes[:'group']
|
|
71
|
+
else
|
|
72
|
+
self.group = nil
|
|
73
|
+
end
|
|
74
|
+
|
|
65
75
|
if attributes.key?(:'source')
|
|
66
76
|
self.source = attributes[:'source']
|
|
67
77
|
else
|
|
@@ -80,6 +90,10 @@ module Authentik::Api
|
|
|
80
90
|
def list_invalid_properties
|
|
81
91
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
82
92
|
invalid_properties = Array.new
|
|
93
|
+
if @group.nil?
|
|
94
|
+
invalid_properties.push('invalid value for "group", group cannot be nil.')
|
|
95
|
+
end
|
|
96
|
+
|
|
83
97
|
if @source.nil?
|
|
84
98
|
invalid_properties.push('invalid value for "source", source cannot be nil.')
|
|
85
99
|
end
|
|
@@ -99,12 +113,23 @@ module Authentik::Api
|
|
|
99
113
|
# @return true if the model is valid
|
|
100
114
|
def valid?
|
|
101
115
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
116
|
+
return false if @group.nil?
|
|
102
117
|
return false if @source.nil?
|
|
103
118
|
return false if @identifier.nil?
|
|
104
119
|
return false if @identifier.to_s.length < 1
|
|
105
120
|
true
|
|
106
121
|
end
|
|
107
122
|
|
|
123
|
+
# Custom attribute writer method with validation
|
|
124
|
+
# @param [Object] group Value to be assigned
|
|
125
|
+
def group=(group)
|
|
126
|
+
if group.nil?
|
|
127
|
+
fail ArgumentError, 'group cannot be nil'
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
@group = group
|
|
131
|
+
end
|
|
132
|
+
|
|
108
133
|
# Custom attribute writer method with validation
|
|
109
134
|
# @param [Object] source Value to be assigned
|
|
110
135
|
def source=(source)
|
|
@@ -134,6 +159,7 @@ module Authentik::Api
|
|
|
134
159
|
def ==(o)
|
|
135
160
|
return true if self.equal?(o)
|
|
136
161
|
self.class == o.class &&
|
|
162
|
+
group == o.group &&
|
|
137
163
|
source == o.source &&
|
|
138
164
|
identifier == o.identifier
|
|
139
165
|
end
|
|
@@ -147,7 +173,7 @@ module Authentik::Api
|
|
|
147
173
|
# Calculates hash code according to all attributes.
|
|
148
174
|
# @return [Integer] Hash code
|
|
149
175
|
def hash
|
|
150
|
-
[source, identifier].hash
|
|
176
|
+
[group, source, identifier].hash
|
|
151
177
|
end
|
|
152
178
|
|
|
153
179
|
# Builds the object from hash
|
|
@@ -10,6 +10,8 @@ require 'time'
|
|
|
10
10
|
module Authentik::Api
|
|
11
11
|
# Group Source Connection
|
|
12
12
|
class GroupSourceConnectionRequest < ApiModelBase
|
|
13
|
+
attr_accessor :group
|
|
14
|
+
|
|
13
15
|
attr_accessor :source
|
|
14
16
|
|
|
15
17
|
attr_accessor :identifier
|
|
@@ -17,6 +19,7 @@ module Authentik::Api
|
|
|
17
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
18
20
|
def self.attribute_map
|
|
19
21
|
{
|
|
22
|
+
:'group' => :'group',
|
|
20
23
|
:'source' => :'source',
|
|
21
24
|
:'identifier' => :'identifier'
|
|
22
25
|
}
|
|
@@ -35,6 +38,7 @@ module Authentik::Api
|
|
|
35
38
|
# Attribute type mapping.
|
|
36
39
|
def self.openapi_types
|
|
37
40
|
{
|
|
41
|
+
:'group' => :'String',
|
|
38
42
|
:'source' => :'String',
|
|
39
43
|
:'identifier' => :'String'
|
|
40
44
|
}
|
|
@@ -62,6 +66,12 @@ module Authentik::Api
|
|
|
62
66
|
h[k.to_sym] = v
|
|
63
67
|
}
|
|
64
68
|
|
|
69
|
+
if attributes.key?(:'group')
|
|
70
|
+
self.group = attributes[:'group']
|
|
71
|
+
else
|
|
72
|
+
self.group = nil
|
|
73
|
+
end
|
|
74
|
+
|
|
65
75
|
if attributes.key?(:'source')
|
|
66
76
|
self.source = attributes[:'source']
|
|
67
77
|
else
|
|
@@ -80,6 +90,10 @@ module Authentik::Api
|
|
|
80
90
|
def list_invalid_properties
|
|
81
91
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
82
92
|
invalid_properties = Array.new
|
|
93
|
+
if @group.nil?
|
|
94
|
+
invalid_properties.push('invalid value for "group", group cannot be nil.')
|
|
95
|
+
end
|
|
96
|
+
|
|
83
97
|
if @source.nil?
|
|
84
98
|
invalid_properties.push('invalid value for "source", source cannot be nil.')
|
|
85
99
|
end
|
|
@@ -99,12 +113,23 @@ module Authentik::Api
|
|
|
99
113
|
# @return true if the model is valid
|
|
100
114
|
def valid?
|
|
101
115
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
116
|
+
return false if @group.nil?
|
|
102
117
|
return false if @source.nil?
|
|
103
118
|
return false if @identifier.nil?
|
|
104
119
|
return false if @identifier.to_s.length < 1
|
|
105
120
|
true
|
|
106
121
|
end
|
|
107
122
|
|
|
123
|
+
# Custom attribute writer method with validation
|
|
124
|
+
# @param [Object] group Value to be assigned
|
|
125
|
+
def group=(group)
|
|
126
|
+
if group.nil?
|
|
127
|
+
fail ArgumentError, 'group cannot be nil'
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
@group = group
|
|
131
|
+
end
|
|
132
|
+
|
|
108
133
|
# Custom attribute writer method with validation
|
|
109
134
|
# @param [Object] source Value to be assigned
|
|
110
135
|
def source=(source)
|
|
@@ -134,6 +159,7 @@ module Authentik::Api
|
|
|
134
159
|
def ==(o)
|
|
135
160
|
return true if self.equal?(o)
|
|
136
161
|
self.class == o.class &&
|
|
162
|
+
group == o.group &&
|
|
137
163
|
source == o.source &&
|
|
138
164
|
identifier == o.identifier
|
|
139
165
|
end
|
|
@@ -147,7 +173,7 @@ module Authentik::Api
|
|
|
147
173
|
# Calculates hash code according to all attributes.
|
|
148
174
|
# @return [Integer] Hash code
|
|
149
175
|
def hash
|
|
150
|
-
[source, identifier].hash
|
|
176
|
+
[group, source, identifier].hash
|
|
151
177
|
end
|
|
152
178
|
|
|
153
179
|
# Builds the object from hash
|
|
@@ -10,6 +10,8 @@ require 'time'
|
|
|
10
10
|
module Authentik::Api
|
|
11
11
|
# Group Source Connection
|
|
12
12
|
class GroupTelegramSourceConnectionRequest < ApiModelBase
|
|
13
|
+
attr_accessor :group
|
|
14
|
+
|
|
13
15
|
attr_accessor :source
|
|
14
16
|
|
|
15
17
|
attr_accessor :identifier
|
|
@@ -17,6 +19,7 @@ module Authentik::Api
|
|
|
17
19
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
18
20
|
def self.attribute_map
|
|
19
21
|
{
|
|
22
|
+
:'group' => :'group',
|
|
20
23
|
:'source' => :'source',
|
|
21
24
|
:'identifier' => :'identifier'
|
|
22
25
|
}
|
|
@@ -35,6 +38,7 @@ module Authentik::Api
|
|
|
35
38
|
# Attribute type mapping.
|
|
36
39
|
def self.openapi_types
|
|
37
40
|
{
|
|
41
|
+
:'group' => :'String',
|
|
38
42
|
:'source' => :'String',
|
|
39
43
|
:'identifier' => :'String'
|
|
40
44
|
}
|
|
@@ -62,6 +66,12 @@ module Authentik::Api
|
|
|
62
66
|
h[k.to_sym] = v
|
|
63
67
|
}
|
|
64
68
|
|
|
69
|
+
if attributes.key?(:'group')
|
|
70
|
+
self.group = attributes[:'group']
|
|
71
|
+
else
|
|
72
|
+
self.group = nil
|
|
73
|
+
end
|
|
74
|
+
|
|
65
75
|
if attributes.key?(:'source')
|
|
66
76
|
self.source = attributes[:'source']
|
|
67
77
|
else
|
|
@@ -80,6 +90,10 @@ module Authentik::Api
|
|
|
80
90
|
def list_invalid_properties
|
|
81
91
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
82
92
|
invalid_properties = Array.new
|
|
93
|
+
if @group.nil?
|
|
94
|
+
invalid_properties.push('invalid value for "group", group cannot be nil.')
|
|
95
|
+
end
|
|
96
|
+
|
|
83
97
|
if @source.nil?
|
|
84
98
|
invalid_properties.push('invalid value for "source", source cannot be nil.')
|
|
85
99
|
end
|
|
@@ -99,12 +113,23 @@ module Authentik::Api
|
|
|
99
113
|
# @return true if the model is valid
|
|
100
114
|
def valid?
|
|
101
115
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
116
|
+
return false if @group.nil?
|
|
102
117
|
return false if @source.nil?
|
|
103
118
|
return false if @identifier.nil?
|
|
104
119
|
return false if @identifier.to_s.length < 1
|
|
105
120
|
true
|
|
106
121
|
end
|
|
107
122
|
|
|
123
|
+
# Custom attribute writer method with validation
|
|
124
|
+
# @param [Object] group Value to be assigned
|
|
125
|
+
def group=(group)
|
|
126
|
+
if group.nil?
|
|
127
|
+
fail ArgumentError, 'group cannot be nil'
|
|
128
|
+
end
|
|
129
|
+
|
|
130
|
+
@group = group
|
|
131
|
+
end
|
|
132
|
+
|
|
108
133
|
# Custom attribute writer method with validation
|
|
109
134
|
# @param [Object] source Value to be assigned
|
|
110
135
|
def source=(source)
|
|
@@ -134,6 +159,7 @@ module Authentik::Api
|
|
|
134
159
|
def ==(o)
|
|
135
160
|
return true if self.equal?(o)
|
|
136
161
|
self.class == o.class &&
|
|
162
|
+
group == o.group &&
|
|
137
163
|
source == o.source &&
|
|
138
164
|
identifier == o.identifier
|
|
139
165
|
end
|
|
@@ -147,7 +173,7 @@ module Authentik::Api
|
|
|
147
173
|
# Calculates hash code according to all attributes.
|
|
148
174
|
# @return [Integer] Hash code
|
|
149
175
|
def hash
|
|
150
|
-
[source, identifier].hash
|
|
176
|
+
[group, source, identifier].hash
|
|
151
177
|
end
|
|
152
178
|
|
|
153
179
|
# Builds the object from hash
|
|
@@ -44,7 +44,7 @@ module Authentik::Api
|
|
|
44
44
|
:'flow_info' => :'ContextualFlowInfo',
|
|
45
45
|
:'component' => :'String',
|
|
46
46
|
:'response_errors' => :'Hash<String, Array<ErrorDetail>>',
|
|
47
|
-
:'logout_urls' => :'Array<
|
|
47
|
+
:'logout_urls' => :'Array<LogoutURL>'
|
|
48
48
|
}
|
|
49
49
|
end
|
|
50
50
|
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
This file is automatically generated by: https://openapi-generator.tech.
|
|
3
|
+
Any manual changes will be lost when the OpenAPI scheme changes.
|
|
4
|
+
|
|
5
|
+
=end
|
|
6
|
+
|
|
7
|
+
require 'date'
|
|
8
|
+
require 'time'
|
|
9
|
+
|
|
10
|
+
module Authentik::Api
|
|
11
|
+
# Serializer for sending invitation emails
|
|
12
|
+
class InvitationSendEmailRequest < ApiModelBase
|
|
13
|
+
attr_accessor :email_addresses
|
|
14
|
+
|
|
15
|
+
attr_accessor :cc_addresses
|
|
16
|
+
|
|
17
|
+
attr_accessor :bcc_addresses
|
|
18
|
+
|
|
19
|
+
attr_accessor :template
|
|
20
|
+
|
|
21
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
22
|
+
def self.attribute_map
|
|
23
|
+
{
|
|
24
|
+
:'email_addresses' => :'email_addresses',
|
|
25
|
+
:'cc_addresses' => :'cc_addresses',
|
|
26
|
+
:'bcc_addresses' => :'bcc_addresses',
|
|
27
|
+
:'template' => :'template'
|
|
28
|
+
}
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
# Returns attribute mapping this model knows about
|
|
32
|
+
def self.acceptable_attribute_map
|
|
33
|
+
attribute_map
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
# Returns all the JSON keys this model knows about
|
|
37
|
+
def self.acceptable_attributes
|
|
38
|
+
acceptable_attribute_map.values
|
|
39
|
+
end
|
|
40
|
+
|
|
41
|
+
# Attribute type mapping.
|
|
42
|
+
def self.openapi_types
|
|
43
|
+
{
|
|
44
|
+
:'email_addresses' => :'Array<Object>',
|
|
45
|
+
:'cc_addresses' => :'Array<Object>',
|
|
46
|
+
:'bcc_addresses' => :'Array<Object>',
|
|
47
|
+
:'template' => :'String'
|
|
48
|
+
}
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
# List of attributes with nullable: true
|
|
52
|
+
def self.openapi_nullable
|
|
53
|
+
Set.new([
|
|
54
|
+
])
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
# Initializes the object
|
|
58
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
59
|
+
def initialize(attributes = {})
|
|
60
|
+
if (!attributes.is_a?(Hash))
|
|
61
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `Authentik::Api::InvitationSendEmailRequest` initialize method"
|
|
62
|
+
end
|
|
63
|
+
|
|
64
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
65
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
66
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
67
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
68
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `Authentik::Api::InvitationSendEmailRequest`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
69
|
+
end
|
|
70
|
+
h[k.to_sym] = v
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
if attributes.key?(:'email_addresses')
|
|
74
|
+
if (value = attributes[:'email_addresses']).is_a?(Array)
|
|
75
|
+
self.email_addresses = value
|
|
76
|
+
end
|
|
77
|
+
else
|
|
78
|
+
self.email_addresses = nil
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
if attributes.key?(:'cc_addresses')
|
|
82
|
+
if (value = attributes[:'cc_addresses']).is_a?(Array)
|
|
83
|
+
self.cc_addresses = value
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
if attributes.key?(:'bcc_addresses')
|
|
88
|
+
if (value = attributes[:'bcc_addresses']).is_a?(Array)
|
|
89
|
+
self.bcc_addresses = value
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
if attributes.key?(:'template')
|
|
94
|
+
self.template = attributes[:'template']
|
|
95
|
+
else
|
|
96
|
+
self.template = 'invitation'
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
101
|
+
# @return Array for valid properties with the reasons
|
|
102
|
+
def list_invalid_properties
|
|
103
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
104
|
+
invalid_properties = Array.new
|
|
105
|
+
if @email_addresses.nil?
|
|
106
|
+
invalid_properties.push('invalid value for "email_addresses", email_addresses cannot be nil.')
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
if !@template.nil? && @template.to_s.length < 1
|
|
110
|
+
invalid_properties.push('invalid value for "template", the character length must be greater than or equal to 1.')
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
invalid_properties
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
# Check to see if the all the properties in the model are valid
|
|
117
|
+
# @return true if the model is valid
|
|
118
|
+
def valid?
|
|
119
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
120
|
+
return false if @email_addresses.nil?
|
|
121
|
+
return false if !@template.nil? && @template.to_s.length < 1
|
|
122
|
+
true
|
|
123
|
+
end
|
|
124
|
+
|
|
125
|
+
# Custom attribute writer method with validation
|
|
126
|
+
# @param [Object] email_addresses Value to be assigned
|
|
127
|
+
def email_addresses=(email_addresses)
|
|
128
|
+
if email_addresses.nil?
|
|
129
|
+
fail ArgumentError, 'email_addresses cannot be nil'
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
@email_addresses = email_addresses
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# Custom attribute writer method with validation
|
|
136
|
+
# @param [Object] template Value to be assigned
|
|
137
|
+
def template=(template)
|
|
138
|
+
if template.nil?
|
|
139
|
+
fail ArgumentError, 'template cannot be nil'
|
|
140
|
+
end
|
|
141
|
+
|
|
142
|
+
if template.to_s.length < 1
|
|
143
|
+
fail ArgumentError, 'invalid value for "template", the character length must be greater than or equal to 1.'
|
|
144
|
+
end
|
|
145
|
+
|
|
146
|
+
@template = template
|
|
147
|
+
end
|
|
148
|
+
|
|
149
|
+
# Checks equality by comparing each attribute.
|
|
150
|
+
# @param [Object] Object to be compared
|
|
151
|
+
def ==(o)
|
|
152
|
+
return true if self.equal?(o)
|
|
153
|
+
self.class == o.class &&
|
|
154
|
+
email_addresses == o.email_addresses &&
|
|
155
|
+
cc_addresses == o.cc_addresses &&
|
|
156
|
+
bcc_addresses == o.bcc_addresses &&
|
|
157
|
+
template == o.template
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
# @see the `==` method
|
|
161
|
+
# @param [Object] Object to be compared
|
|
162
|
+
def eql?(o)
|
|
163
|
+
self == o
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
# Calculates hash code according to all attributes.
|
|
167
|
+
# @return [Integer] Hash code
|
|
168
|
+
def hash
|
|
169
|
+
[email_addresses, cc_addresses, bcc_addresses, template].hash
|
|
170
|
+
end
|
|
171
|
+
|
|
172
|
+
# Builds the object from hash
|
|
173
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
174
|
+
# @return [Object] Returns the model itself
|
|
175
|
+
def self.build_from_hash(attributes)
|
|
176
|
+
return nil unless attributes.is_a?(Hash)
|
|
177
|
+
attributes = attributes.transform_keys(&:to_sym)
|
|
178
|
+
transformed_hash = {}
|
|
179
|
+
openapi_types.each_pair do |key, type|
|
|
180
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
181
|
+
transformed_hash["#{key}"] = nil
|
|
182
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
183
|
+
# check to ensure the input is an array given that the attribute
|
|
184
|
+
# is documented as an array but the input is not
|
|
185
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
|
186
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
|
187
|
+
end
|
|
188
|
+
elsif !attributes[attribute_map[key]].nil?
|
|
189
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
|
190
|
+
end
|
|
191
|
+
end
|
|
192
|
+
new(transformed_hash)
|
|
193
|
+
end
|
|
194
|
+
|
|
195
|
+
# Returns the object in the form of hash
|
|
196
|
+
# @return [Hash] Returns the object in the form of hash
|
|
197
|
+
def to_hash
|
|
198
|
+
hash = {}
|
|
199
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
200
|
+
value = self.send(attr)
|
|
201
|
+
if value.nil?
|
|
202
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
203
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
204
|
+
end
|
|
205
|
+
|
|
206
|
+
hash[param] = _to_hash(value)
|
|
207
|
+
end
|
|
208
|
+
hash
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
end
|
|
212
|
+
|
|
213
|
+
end
|
|
@@ -9,14 +9,14 @@ require 'time'
|
|
|
9
9
|
|
|
10
10
|
module Authentik::Api
|
|
11
11
|
class KeyTypeEnum
|
|
12
|
-
RSA = "rsa".freeze
|
|
13
|
-
EC = "ec".freeze
|
|
14
12
|
DSA = "dsa".freeze
|
|
13
|
+
EC = "ec".freeze
|
|
15
14
|
ED25519 = "ed25519".freeze
|
|
16
15
|
ED448 = "ed448".freeze
|
|
16
|
+
RSA = "rsa".freeze
|
|
17
17
|
|
|
18
18
|
def self.all_vars
|
|
19
|
-
@all_vars ||= [
|
|
19
|
+
@all_vars ||= [DSA, EC, ED25519, ED448, RSA].freeze
|
|
20
20
|
end
|
|
21
21
|
|
|
22
22
|
# Builds the enum from string
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
This file is automatically generated by: https://openapi-generator.tech.
|
|
3
|
+
Any manual changes will be lost when the OpenAPI scheme changes.
|
|
4
|
+
|
|
5
|
+
=end
|
|
6
|
+
|
|
7
|
+
require 'date'
|
|
8
|
+
require 'time'
|
|
9
|
+
|
|
10
|
+
module Authentik::Api
|
|
11
|
+
class LangEnum
|
|
12
|
+
AF = "af".freeze
|
|
13
|
+
AR = "ar".freeze
|
|
14
|
+
AR_DZ = "ar-dz".freeze
|
|
15
|
+
AST = "ast".freeze
|
|
16
|
+
AZ = "az".freeze
|
|
17
|
+
BE = "be".freeze
|
|
18
|
+
BG = "bg".freeze
|
|
19
|
+
BN = "bn".freeze
|
|
20
|
+
BR = "br".freeze
|
|
21
|
+
BS = "bs".freeze
|
|
22
|
+
CA = "ca".freeze
|
|
23
|
+
CKB = "ckb".freeze
|
|
24
|
+
CS = "cs".freeze
|
|
25
|
+
CY = "cy".freeze
|
|
26
|
+
DA = "da".freeze
|
|
27
|
+
DE = "de".freeze
|
|
28
|
+
DSB = "dsb".freeze
|
|
29
|
+
EL = "el".freeze
|
|
30
|
+
EN = "en".freeze
|
|
31
|
+
EN_AU = "en-au".freeze
|
|
32
|
+
EN_GB = "en-gb".freeze
|
|
33
|
+
EO = "eo".freeze
|
|
34
|
+
ES = "es".freeze
|
|
35
|
+
ES_AR = "es-ar".freeze
|
|
36
|
+
ES_CO = "es-co".freeze
|
|
37
|
+
ES_MX = "es-mx".freeze
|
|
38
|
+
ES_NI = "es-ni".freeze
|
|
39
|
+
ES_VE = "es-ve".freeze
|
|
40
|
+
ET = "et".freeze
|
|
41
|
+
EU = "eu".freeze
|
|
42
|
+
FA = "fa".freeze
|
|
43
|
+
FI = "fi".freeze
|
|
44
|
+
FR = "fr".freeze
|
|
45
|
+
FY = "fy".freeze
|
|
46
|
+
GA = "ga".freeze
|
|
47
|
+
GD = "gd".freeze
|
|
48
|
+
GL = "gl".freeze
|
|
49
|
+
HE = "he".freeze
|
|
50
|
+
HI = "hi".freeze
|
|
51
|
+
HR = "hr".freeze
|
|
52
|
+
HSB = "hsb".freeze
|
|
53
|
+
HU = "hu".freeze
|
|
54
|
+
HY = "hy".freeze
|
|
55
|
+
IA = "ia".freeze
|
|
56
|
+
ID = "id".freeze
|
|
57
|
+
IG = "ig".freeze
|
|
58
|
+
IO = "io".freeze
|
|
59
|
+
IS = "is".freeze
|
|
60
|
+
IT = "it".freeze
|
|
61
|
+
JA = "ja".freeze
|
|
62
|
+
KA = "ka".freeze
|
|
63
|
+
KAB = "kab".freeze
|
|
64
|
+
KK = "kk".freeze
|
|
65
|
+
KM = "km".freeze
|
|
66
|
+
KN = "kn".freeze
|
|
67
|
+
KO = "ko".freeze
|
|
68
|
+
KY = "ky".freeze
|
|
69
|
+
LB = "lb".freeze
|
|
70
|
+
LT = "lt".freeze
|
|
71
|
+
LV = "lv".freeze
|
|
72
|
+
MK = "mk".freeze
|
|
73
|
+
ML = "ml".freeze
|
|
74
|
+
MN = "mn".freeze
|
|
75
|
+
MR = "mr".freeze
|
|
76
|
+
MS = "ms".freeze
|
|
77
|
+
MY = "my".freeze
|
|
78
|
+
NB = "nb".freeze
|
|
79
|
+
NE = "ne".freeze
|
|
80
|
+
NL = "nl".freeze
|
|
81
|
+
NN = "nn".freeze
|
|
82
|
+
OS = "os".freeze
|
|
83
|
+
PA = "pa".freeze
|
|
84
|
+
PL = "pl".freeze
|
|
85
|
+
PT = "pt".freeze
|
|
86
|
+
PT_BR = "pt-br".freeze
|
|
87
|
+
RO = "ro".freeze
|
|
88
|
+
RU = "ru".freeze
|
|
89
|
+
SK = "sk".freeze
|
|
90
|
+
SL = "sl".freeze
|
|
91
|
+
SQ = "sq".freeze
|
|
92
|
+
SR = "sr".freeze
|
|
93
|
+
SR_LATN = "sr-latn".freeze
|
|
94
|
+
SV = "sv".freeze
|
|
95
|
+
SW = "sw".freeze
|
|
96
|
+
TA = "ta".freeze
|
|
97
|
+
TE = "te".freeze
|
|
98
|
+
TG = "tg".freeze
|
|
99
|
+
TH = "th".freeze
|
|
100
|
+
TK = "tk".freeze
|
|
101
|
+
TR = "tr".freeze
|
|
102
|
+
TT = "tt".freeze
|
|
103
|
+
UDM = "udm".freeze
|
|
104
|
+
UG = "ug".freeze
|
|
105
|
+
UK = "uk".freeze
|
|
106
|
+
UR = "ur".freeze
|
|
107
|
+
UZ = "uz".freeze
|
|
108
|
+
VI = "vi".freeze
|
|
109
|
+
ZH_HANS = "zh-hans".freeze
|
|
110
|
+
ZH_HANT = "zh-hant".freeze
|
|
111
|
+
|
|
112
|
+
def self.all_vars
|
|
113
|
+
@all_vars ||= [AF, AR, AR_DZ, AST, AZ, BE, BG, BN, BR, BS, CA, CKB, CS, CY, DA, DE, DSB, EL, EN, EN_AU, EN_GB, EO, ES, ES_AR, ES_CO, ES_MX, ES_NI, ES_VE, ET, EU, FA, FI, FR, FY, GA, GD, GL, HE, HI, HR, HSB, HU, HY, IA, ID, IG, IO, IS, IT, JA, KA, KAB, KK, KM, KN, KO, KY, LB, LT, LV, MK, ML, MN, MR, MS, MY, NB, NE, NL, NN, OS, PA, PL, PT, PT_BR, RO, RU, SK, SL, SQ, SR, SR_LATN, SV, SW, TA, TE, TG, TH, TK, TR, TT, UDM, UG, UK, UR, UZ, VI, ZH_HANS, ZH_HANT].freeze
|
|
114
|
+
end
|
|
115
|
+
|
|
116
|
+
# Builds the enum from string
|
|
117
|
+
# @param [String] The enum value in the form of the string
|
|
118
|
+
# @return [String] The enum value
|
|
119
|
+
def self.build_from_hash(value)
|
|
120
|
+
new.build_from_hash(value)
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
# Builds the enum from string
|
|
124
|
+
# @param [String] The enum value in the form of the string
|
|
125
|
+
# @return [String] The enum value
|
|
126
|
+
def build_from_hash(value)
|
|
127
|
+
return value if LangEnum.all_vars.include?(value)
|
|
128
|
+
raise "Invalid ENUM value #{value} for class #LangEnum"
|
|
129
|
+
end
|
|
130
|
+
end
|
|
131
|
+
end
|