zitadel-client 1.4.1 → 1.5.0

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.
Files changed (367) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -17
  3. data/lib/{zitadel-client → zitadel/client}/api/feature_service_api.rb +1 -3
  4. data/lib/{zitadel-client → zitadel/client}/api/identity_provider_service_api.rb +1 -3
  5. data/lib/{zitadel-client → zitadel/client}/api/o_i_d_c_service_api.rb +1 -3
  6. data/lib/{zitadel-client → zitadel/client}/api/organization_service_api.rb +1 -3
  7. data/lib/{zitadel-client → zitadel/client}/api/s_a_m_l_service_api.rb +1 -3
  8. data/lib/{zitadel-client → zitadel/client}/api/session_service_api.rb +1 -3
  9. data/lib/{zitadel-client → zitadel/client}/api/settings_api.rb +1 -3
  10. data/lib/{zitadel-client → zitadel/client}/api/settings_service_api.rb +1 -3
  11. data/lib/{zitadel-client → zitadel/client}/api/user_service_api.rb +1 -3
  12. data/lib/zitadel/client/api_client.rb +378 -0
  13. data/lib/zitadel/client/api_error.rb +31 -0
  14. data/lib/zitadel/client/auth/authenticator.rb +80 -0
  15. data/lib/zitadel/client/auth/client_credentials_authenticator.rb +65 -0
  16. data/lib/zitadel/client/auth/no_auth_authenticator.rb +35 -0
  17. data/lib/zitadel/client/auth/o_auth_authenticator.rb +99 -0
  18. data/lib/zitadel/client/auth/open_id.rb +54 -0
  19. data/lib/zitadel/client/auth/personal_access_token_authenticator.rb +37 -0
  20. data/lib/zitadel/client/auth/web_token_authenticator.rb +163 -0
  21. data/lib/zitadel/client/configuration.rb +180 -0
  22. data/lib/{zitadel-client → zitadel/client}/models/feature_service_details.rb +4 -4
  23. data/lib/{zitadel-client → zitadel/client}/models/feature_service_feature_flag.rb +4 -4
  24. data/lib/{zitadel-client → zitadel/client}/models/feature_service_get_instance_features_response.rb +4 -4
  25. data/lib/{zitadel-client/models/feature_service_reset_organization_features_response.rb → zitadel/client/models/feature_service_get_organization_features_response.rb} +5 -5
  26. data/lib/{zitadel-client → zitadel/client}/models/feature_service_get_system_features_response.rb +4 -4
  27. data/lib/{zitadel-client/models/feature_service_set_system_features_response.rb → zitadel/client/models/feature_service_get_user_features_response.rb} +5 -5
  28. data/lib/{zitadel-client → zitadel/client}/models/feature_service_improved_performance.rb +2 -2
  29. data/lib/{zitadel-client → zitadel/client}/models/feature_service_improved_performance_feature_flag.rb +4 -4
  30. data/lib/{zitadel-client → zitadel/client}/models/feature_service_login_v2.rb +4 -4
  31. data/lib/{zitadel-client → zitadel/client}/models/feature_service_login_v2_feature_flag.rb +4 -4
  32. data/lib/{zitadel-client → zitadel/client}/models/feature_service_protobuf_any.rb +4 -4
  33. data/lib/{zitadel-client/models/feature_service_set_organization_features_response.rb → zitadel/client/models/feature_service_reset_instance_features_response.rb} +5 -5
  34. data/lib/zitadel/client/models/feature_service_reset_organization_features_response.rb +230 -0
  35. data/lib/zitadel/client/models/feature_service_reset_system_features_response.rb +230 -0
  36. data/lib/{zitadel-client/models/feature_service_reset_system_features_response.rb → zitadel/client/models/feature_service_reset_user_features_response.rb} +5 -5
  37. data/lib/{zitadel-client → zitadel/client}/models/feature_service_rpc_status.rb +4 -4
  38. data/lib/{zitadel-client → zitadel/client}/models/feature_service_set_instance_features_request.rb +4 -4
  39. data/lib/{zitadel-client/models/feature_service_reset_instance_features_response.rb → zitadel/client/models/feature_service_set_instance_features_response.rb} +5 -5
  40. data/lib/{zitadel-client/models/feature_service_get_organization_features_response.rb → zitadel/client/models/feature_service_set_organization_features_response.rb} +5 -5
  41. data/lib/{zitadel-client → zitadel/client}/models/feature_service_set_system_features_request.rb +4 -4
  42. data/lib/{zitadel-client/models/feature_service_set_instance_features_response.rb → zitadel/client/models/feature_service_set_system_features_response.rb} +5 -5
  43. data/lib/{zitadel-client/models/feature_service_reset_user_features_response.rb → zitadel/client/models/feature_service_set_user_features_response.rb} +5 -5
  44. data/lib/{zitadel-client → zitadel/client}/models/feature_service_source.rb +2 -2
  45. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_apple_config.rb +4 -4
  46. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_auto_linking_option.rb +2 -2
  47. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_azure_a_d_config.rb +4 -4
  48. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_azure_a_d_tenant.rb +4 -4
  49. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_azure_a_d_tenant_type.rb +2 -2
  50. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_details.rb +4 -4
  51. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_generic_o_i_d_c_config.rb +4 -4
  52. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_get_i_d_p_by_i_d_response.rb +4 -4
  53. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_git_hub_config.rb +4 -4
  54. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_git_hub_enterprise_server_config.rb +4 -4
  55. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_git_lab_config.rb +4 -4
  56. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_git_lab_self_hosted_config.rb +4 -4
  57. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_google_config.rb +4 -4
  58. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_i_d_p.rb +4 -4
  59. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_i_d_p_config.rb +4 -4
  60. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_i_d_p_state.rb +2 -2
  61. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_i_d_p_type.rb +2 -2
  62. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_j_w_t_config.rb +4 -4
  63. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_l_d_a_p_attributes.rb +4 -4
  64. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_l_d_a_p_config.rb +4 -4
  65. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_o_auth_config.rb +4 -4
  66. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_options.rb +4 -4
  67. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_protobuf_any.rb +4 -4
  68. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_rpc_status.rb +4 -4
  69. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_s_a_m_l_binding.rb +2 -2
  70. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_s_a_m_l_config.rb +4 -4
  71. data/lib/{zitadel-client → zitadel/client}/models/identity_provider_service_s_a_m_l_name_i_d_format.rb +2 -2
  72. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_auth_request.rb +4 -4
  73. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_authorization_error.rb +4 -4
  74. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_authorize_or_deny_device_authorization_request.rb +4 -4
  75. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_create_callback_request.rb +4 -4
  76. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_create_callback_response.rb +4 -4
  77. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_details.rb +4 -4
  78. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_device_authorization_request.rb +4 -4
  79. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_error_reason.rb +2 -2
  80. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_get_auth_request_response.rb +4 -4
  81. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_get_device_authorization_request_response.rb +4 -4
  82. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_prompt.rb +2 -2
  83. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_protobuf_any.rb +4 -4
  84. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_rpc_status.rb +4 -4
  85. data/lib/{zitadel-client → zitadel/client}/models/o_i_d_c_service_session.rb +4 -4
  86. data/lib/{zitadel-client → zitadel/client}/models/organization_service_add_human_user_request.rb +4 -4
  87. data/lib/{zitadel-client → zitadel/client}/models/organization_service_add_organization_request.rb +4 -4
  88. data/lib/{zitadel-client → zitadel/client}/models/organization_service_add_organization_request_admin.rb +4 -4
  89. data/lib/{zitadel-client → zitadel/client}/models/organization_service_add_organization_response.rb +4 -4
  90. data/lib/{zitadel-client → zitadel/client}/models/organization_service_add_organization_response_created_admin.rb +4 -4
  91. data/lib/{zitadel-client → zitadel/client}/models/organization_service_details.rb +4 -4
  92. data/lib/{zitadel-client → zitadel/client}/models/organization_service_gender.rb +2 -2
  93. data/lib/{zitadel-client → zitadel/client}/models/organization_service_hashed_password.rb +4 -4
  94. data/lib/{zitadel-client → zitadel/client}/models/organization_service_i_d_p_link.rb +4 -4
  95. data/lib/{zitadel-client → zitadel/client}/models/organization_service_list_details.rb +4 -4
  96. data/lib/{zitadel-client → zitadel/client}/models/organization_service_list_organizations_request.rb +4 -4
  97. data/lib/{zitadel-client → zitadel/client}/models/organization_service_list_organizations_response.rb +4 -4
  98. data/lib/{zitadel-client → zitadel/client}/models/organization_service_list_query.rb +4 -4
  99. data/lib/{zitadel-client → zitadel/client}/models/organization_service_organization_domain_query.rb +4 -4
  100. data/lib/{zitadel-client → zitadel/client}/models/organization_service_organization_field_name.rb +2 -2
  101. data/lib/{zitadel-client → zitadel/client}/models/organization_service_organization_i_d_query.rb +4 -4
  102. data/lib/{zitadel-client → zitadel/client}/models/organization_service_organization_name_query.rb +4 -4
  103. data/lib/{zitadel-client → zitadel/client}/models/organization_service_organization_state.rb +2 -2
  104. data/lib/{zitadel-client → zitadel/client}/models/organization_service_organization_state_query.rb +4 -4
  105. data/lib/{zitadel-client → zitadel/client}/models/organization_service_password.rb +4 -4
  106. data/lib/{zitadel-client → zitadel/client}/models/organization_service_protobuf_any.rb +4 -4
  107. data/lib/{zitadel-client → zitadel/client}/models/organization_service_rpc_status.rb +4 -4
  108. data/lib/{zitadel-client → zitadel/client}/models/organization_service_search_query.rb +4 -4
  109. data/lib/{zitadel-client → zitadel/client}/models/organization_service_send_email_verification_code.rb +4 -4
  110. data/lib/{zitadel-client → zitadel/client}/models/organization_service_set_human_email.rb +4 -4
  111. data/lib/{zitadel-client → zitadel/client}/models/organization_service_set_human_phone.rb +4 -4
  112. data/lib/{zitadel-client → zitadel/client}/models/organization_service_set_human_profile.rb +4 -4
  113. data/lib/{zitadel-client → zitadel/client}/models/organization_service_set_metadata_entry.rb +4 -4
  114. data/lib/{zitadel-client → zitadel/client}/models/organization_service_text_query_method.rb +2 -2
  115. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_authorization_error.rb +4 -4
  116. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_create_response_request.rb +4 -4
  117. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_create_response_response.rb +4 -4
  118. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_details.rb +4 -4
  119. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_error_reason.rb +2 -2
  120. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_get_s_a_m_l_request_response.rb +4 -4
  121. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_post_response.rb +4 -4
  122. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_protobuf_any.rb +4 -4
  123. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_rpc_status.rb +4 -4
  124. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_s_a_m_l_request.rb +4 -4
  125. data/lib/{zitadel-client → zitadel/client}/models/s_a_m_l_service_session.rb +4 -4
  126. data/lib/{zitadel-client → zitadel/client}/models/session_service_challenges.rb +4 -4
  127. data/lib/{zitadel-client → zitadel/client}/models/session_service_challenges_web_auth_n.rb +4 -4
  128. data/lib/{zitadel-client → zitadel/client}/models/session_service_check_i_d_p_intent.rb +4 -4
  129. data/lib/{zitadel-client → zitadel/client}/models/session_service_check_o_t_p.rb +4 -4
  130. data/lib/{zitadel-client → zitadel/client}/models/session_service_check_password.rb +4 -4
  131. data/lib/{zitadel-client → zitadel/client}/models/session_service_check_t_o_t_p.rb +4 -4
  132. data/lib/{zitadel-client → zitadel/client}/models/session_service_check_user.rb +4 -4
  133. data/lib/{zitadel-client → zitadel/client}/models/session_service_check_web_auth_n.rb +4 -4
  134. data/lib/{zitadel-client → zitadel/client}/models/session_service_checks.rb +4 -4
  135. data/lib/{zitadel-client → zitadel/client}/models/session_service_create_session_request.rb +4 -4
  136. data/lib/{zitadel-client → zitadel/client}/models/session_service_create_session_response.rb +4 -4
  137. data/lib/{zitadel-client → zitadel/client}/models/session_service_creation_date_query.rb +4 -4
  138. data/lib/{zitadel-client → zitadel/client}/models/session_service_creator_query.rb +4 -4
  139. data/lib/{zitadel-client → zitadel/client}/models/session_service_delete_session_request.rb +4 -4
  140. data/lib/zitadel/client/models/session_service_delete_session_response.rb +230 -0
  141. data/lib/{zitadel-client → zitadel/client}/models/session_service_details.rb +4 -4
  142. data/lib/{zitadel-client → zitadel/client}/models/session_service_factors.rb +4 -4
  143. data/lib/{zitadel-client → zitadel/client}/models/session_service_get_session_response.rb +4 -4
  144. data/lib/{zitadel-client → zitadel/client}/models/session_service_i_ds_query.rb +4 -4
  145. data/lib/{zitadel-client/models/session_service_password_factor.rb → zitadel/client/models/session_service_intent_factor.rb} +6 -6
  146. data/lib/{zitadel-client → zitadel/client}/models/session_service_list_details.rb +4 -4
  147. data/lib/{zitadel-client → zitadel/client}/models/session_service_list_query.rb +4 -4
  148. data/lib/{zitadel-client → zitadel/client}/models/session_service_list_sessions_request.rb +4 -4
  149. data/lib/{zitadel-client → zitadel/client}/models/session_service_list_sessions_response.rb +4 -4
  150. data/lib/{zitadel-client → zitadel/client}/models/session_service_o_t_p_email_send_code.rb +4 -4
  151. data/lib/{zitadel-client → zitadel/client}/models/session_service_o_t_p_factor.rb +4 -4
  152. data/lib/{zitadel-client/models/session_service_t_o_t_p_factor.rb → zitadel/client/models/session_service_password_factor.rb} +6 -6
  153. data/lib/{zitadel-client → zitadel/client}/models/session_service_protobuf_any.rb +4 -4
  154. data/lib/{zitadel-client → zitadel/client}/models/session_service_request_challenges.rb +4 -4
  155. data/lib/{zitadel-client → zitadel/client}/models/session_service_request_challenges_o_t_p_email.rb +4 -4
  156. data/lib/{zitadel-client → zitadel/client}/models/session_service_request_challenges_o_t_p_s_m_s.rb +4 -4
  157. data/lib/{zitadel-client → zitadel/client}/models/session_service_request_challenges_web_auth_n.rb +4 -4
  158. data/lib/{zitadel-client → zitadel/client}/models/session_service_rpc_status.rb +4 -4
  159. data/lib/{zitadel-client → zitadel/client}/models/session_service_search_query.rb +4 -4
  160. data/lib/{zitadel-client → zitadel/client}/models/session_service_session.rb +4 -4
  161. data/lib/{zitadel-client → zitadel/client}/models/session_service_session_field_name.rb +2 -2
  162. data/lib/{zitadel-client → zitadel/client}/models/session_service_set_session_request.rb +4 -4
  163. data/lib/{zitadel-client → zitadel/client}/models/session_service_set_session_response.rb +4 -4
  164. data/lib/{zitadel-client/models/session_service_intent_factor.rb → zitadel/client/models/session_service_t_o_t_p_factor.rb} +6 -6
  165. data/lib/{zitadel-client → zitadel/client}/models/session_service_timestamp_query_method.rb +2 -2
  166. data/lib/{zitadel-client → zitadel/client}/models/session_service_user_agent.rb +4 -4
  167. data/lib/{zitadel-client → zitadel/client}/models/session_service_user_agent_header_values.rb +4 -4
  168. data/lib/{zitadel-client → zitadel/client}/models/session_service_user_agent_query.rb +4 -4
  169. data/lib/{zitadel-client → zitadel/client}/models/session_service_user_factor.rb +4 -4
  170. data/lib/{zitadel-client → zitadel/client}/models/session_service_user_i_d_query.rb +4 -4
  171. data/lib/{zitadel-client → zitadel/client}/models/session_service_user_verification_requirement.rb +2 -2
  172. data/lib/{zitadel-client → zitadel/client}/models/session_service_web_auth_n_factor.rb +4 -4
  173. data/lib/{zitadel-client → zitadel/client}/models/settings_service_auto_linking_option.rb +2 -2
  174. data/lib/{zitadel-client → zitadel/client}/models/settings_service_branding_settings.rb +4 -4
  175. data/lib/{zitadel-client → zitadel/client}/models/settings_service_details.rb +4 -4
  176. data/lib/{zitadel-client → zitadel/client}/models/settings_service_domain_settings.rb +4 -4
  177. data/lib/{zitadel-client → zitadel/client}/models/settings_service_embedded_iframe_settings.rb +4 -4
  178. data/lib/{zitadel-client → zitadel/client}/models/settings_service_get_active_identity_providers_response.rb +4 -4
  179. data/lib/{zitadel-client → zitadel/client}/models/settings_service_get_branding_settings_response.rb +4 -4
  180. data/lib/{zitadel-client/models/settings_service_get_security_settings_response.rb → zitadel/client/models/settings_service_get_domain_settings_response.rb} +6 -6
  181. data/lib/{zitadel-client → zitadel/client}/models/settings_service_get_general_settings_response.rb +4 -4
  182. data/lib/{zitadel-client → zitadel/client}/models/settings_service_get_legal_and_support_settings_response.rb +4 -4
  183. data/lib/{zitadel-client/models/settings_service_get_login_settings_response.rb → zitadel/client/models/settings_service_get_lockout_settings_response.rb} +6 -6
  184. data/lib/{zitadel-client/models/settings_service_get_lockout_settings_response.rb → zitadel/client/models/settings_service_get_login_settings_response.rb} +6 -6
  185. data/lib/{zitadel-client → zitadel/client}/models/settings_service_get_password_complexity_settings_response.rb +4 -4
  186. data/lib/{zitadel-client → zitadel/client}/models/settings_service_get_password_expiry_settings_response.rb +4 -4
  187. data/lib/{zitadel-client/models/settings_service_get_domain_settings_response.rb → zitadel/client/models/settings_service_get_security_settings_response.rb} +6 -6
  188. data/lib/{zitadel-client → zitadel/client}/models/settings_service_identity_provider.rb +4 -4
  189. data/lib/{zitadel-client → zitadel/client}/models/settings_service_identity_provider_type.rb +2 -2
  190. data/lib/{zitadel-client → zitadel/client}/models/settings_service_legal_and_support_settings.rb +4 -4
  191. data/lib/{zitadel-client → zitadel/client}/models/settings_service_list_details.rb +4 -4
  192. data/lib/{zitadel-client → zitadel/client}/models/settings_service_lockout_settings.rb +4 -4
  193. data/lib/{zitadel-client → zitadel/client}/models/settings_service_login_settings.rb +4 -4
  194. data/lib/{zitadel-client → zitadel/client}/models/settings_service_multi_factor_type.rb +2 -2
  195. data/lib/{zitadel-client → zitadel/client}/models/settings_service_options.rb +4 -4
  196. data/lib/{zitadel-client → zitadel/client}/models/settings_service_passkeys_type.rb +2 -2
  197. data/lib/{zitadel-client → zitadel/client}/models/settings_service_password_complexity_settings.rb +4 -4
  198. data/lib/{zitadel-client → zitadel/client}/models/settings_service_password_expiry_settings.rb +4 -4
  199. data/lib/{zitadel-client → zitadel/client}/models/settings_service_protobuf_any.rb +4 -4
  200. data/lib/{zitadel-client → zitadel/client}/models/settings_service_resource_owner_type.rb +2 -2
  201. data/lib/{zitadel-client → zitadel/client}/models/settings_service_rpc_status.rb +4 -4
  202. data/lib/{zitadel-client → zitadel/client}/models/settings_service_second_factor_type.rb +2 -2
  203. data/lib/{zitadel-client → zitadel/client}/models/settings_service_security_settings.rb +4 -4
  204. data/lib/{zitadel-client → zitadel/client}/models/settings_service_set_security_settings_request.rb +4 -4
  205. data/lib/{zitadel-client/models/user_service_verify_passkey_registration_response.rb → zitadel/client/models/settings_service_set_security_settings_response.rb} +6 -6
  206. data/lib/{zitadel-client → zitadel/client}/models/settings_service_theme.rb +4 -4
  207. data/lib/{zitadel-client → zitadel/client}/models/settings_service_theme_mode.rb +2 -2
  208. data/lib/{zitadel-client → zitadel/client}/models/user_service_access_token_type.rb +2 -2
  209. data/lib/{zitadel-client → zitadel/client}/models/user_service_add_human_user_request.rb +4 -4
  210. data/lib/{zitadel-client → zitadel/client}/models/user_service_add_human_user_response.rb +4 -4
  211. data/lib/{zitadel-client → zitadel/client}/models/user_service_add_i_d_p_link_request.rb +4 -4
  212. data/lib/{zitadel-client/models/user_service_remove_o_t_p_s_m_s_response.rb → zitadel/client/models/user_service_add_i_d_p_link_response.rb} +5 -5
  213. data/lib/{zitadel-client/models/user_service_remove_i_d_p_link_response.rb → zitadel/client/models/user_service_add_o_t_p_email_response.rb} +5 -5
  214. data/lib/{zitadel-client/models/user_service_add_o_t_p_email_response.rb → zitadel/client/models/user_service_add_o_t_p_s_m_s_response.rb} +5 -5
  215. data/lib/{zitadel-client → zitadel/client}/models/user_service_and_query.rb +4 -4
  216. data/lib/{zitadel-client → zitadel/client}/models/user_service_auth_factor.rb +4 -4
  217. data/lib/{zitadel-client → zitadel/client}/models/user_service_auth_factor_state.rb +2 -2
  218. data/lib/{zitadel-client → zitadel/client}/models/user_service_auth_factor_u2_f.rb +4 -4
  219. data/lib/{zitadel-client → zitadel/client}/models/user_service_authentication_method_type.rb +2 -2
  220. data/lib/{zitadel-client → zitadel/client}/models/user_service_create_invite_code_request.rb +4 -4
  221. data/lib/{zitadel-client → zitadel/client}/models/user_service_create_invite_code_response.rb +4 -4
  222. data/lib/{zitadel-client → zitadel/client}/models/user_service_create_passkey_registration_link_request.rb +4 -4
  223. data/lib/{zitadel-client → zitadel/client}/models/user_service_create_passkey_registration_link_response.rb +4 -4
  224. data/lib/{zitadel-client/models/user_service_resend_invite_code_response.rb → zitadel/client/models/user_service_deactivate_user_response.rb} +5 -5
  225. data/lib/{zitadel-client → zitadel/client}/models/user_service_delete_user_response.rb +4 -4
  226. data/lib/{zitadel-client → zitadel/client}/models/user_service_details.rb +4 -4
  227. data/lib/{zitadel-client → zitadel/client}/models/user_service_display_name_query.rb +4 -4
  228. data/lib/{zitadel-client → zitadel/client}/models/user_service_email_query.rb +4 -4
  229. data/lib/{zitadel-client → zitadel/client}/models/user_service_first_name_query.rb +4 -4
  230. data/lib/{zitadel-client → zitadel/client}/models/user_service_gender.rb +2 -2
  231. data/lib/{zitadel-client → zitadel/client}/models/user_service_get_user_by_i_d_response.rb +4 -4
  232. data/lib/{zitadel-client → zitadel/client}/models/user_service_hashed_password.rb +4 -4
  233. data/lib/{zitadel-client → zitadel/client}/models/user_service_human_email.rb +4 -4
  234. data/lib/{zitadel-client/models/user_service_verify_u2_f_registration_response.rb → zitadel/client/models/user_service_human_m_f_a_init_skipped_response.rb} +5 -5
  235. data/lib/{zitadel-client → zitadel/client}/models/user_service_human_phone.rb +4 -4
  236. data/lib/{zitadel-client → zitadel/client}/models/user_service_human_profile.rb +4 -4
  237. data/lib/{zitadel-client → zitadel/client}/models/user_service_human_user.rb +4 -4
  238. data/lib/{zitadel-client → zitadel/client}/models/user_service_i_d_p_information.rb +4 -4
  239. data/lib/{zitadel-client → zitadel/client}/models/user_service_i_d_p_intent.rb +4 -4
  240. data/lib/{zitadel-client → zitadel/client}/models/user_service_i_d_p_l_d_a_p_access_information.rb +4 -4
  241. data/lib/{zitadel-client → zitadel/client}/models/user_service_i_d_p_link.rb +4 -4
  242. data/lib/{zitadel-client → zitadel/client}/models/user_service_i_d_p_o_auth_access_information.rb +4 -4
  243. data/lib/{zitadel-client → zitadel/client}/models/user_service_i_d_p_s_a_m_l_access_information.rb +4 -4
  244. data/lib/{zitadel-client → zitadel/client}/models/user_service_in_user_emails_query.rb +4 -4
  245. data/lib/{zitadel-client → zitadel/client}/models/user_service_in_user_i_d_query.rb +4 -4
  246. data/lib/{zitadel-client → zitadel/client}/models/user_service_l_d_a_p_credentials.rb +4 -4
  247. data/lib/{zitadel-client → zitadel/client}/models/user_service_last_name_query.rb +4 -4
  248. data/lib/{zitadel-client → zitadel/client}/models/user_service_list_authentication_factors_response.rb +4 -4
  249. data/lib/{zitadel-client → zitadel/client}/models/user_service_list_authentication_method_types_response.rb +4 -4
  250. data/lib/{zitadel-client → zitadel/client}/models/user_service_list_details.rb +4 -4
  251. data/lib/{zitadel-client → zitadel/client}/models/user_service_list_i_d_p_links_request.rb +4 -4
  252. data/lib/{zitadel-client → zitadel/client}/models/user_service_list_i_d_p_links_response.rb +4 -4
  253. data/lib/{zitadel-client → zitadel/client}/models/user_service_list_passkeys_response.rb +4 -4
  254. data/lib/{zitadel-client → zitadel/client}/models/user_service_list_query.rb +4 -4
  255. data/lib/{zitadel-client → zitadel/client}/models/user_service_list_users_request.rb +4 -4
  256. data/lib/{zitadel-client → zitadel/client}/models/user_service_list_users_response.rb +4 -4
  257. data/lib/{zitadel-client/models/user_service_unlock_user_response.rb → zitadel/client/models/user_service_lock_user_response.rb} +5 -5
  258. data/lib/{zitadel-client → zitadel/client}/models/user_service_login_name_query.rb +4 -4
  259. data/lib/{zitadel-client → zitadel/client}/models/user_service_machine_user.rb +4 -4
  260. data/lib/{zitadel-client → zitadel/client}/models/user_service_nick_name_query.rb +4 -4
  261. data/lib/{zitadel-client → zitadel/client}/models/user_service_not_query.rb +4 -4
  262. data/lib/{zitadel-client → zitadel/client}/models/user_service_notification_type.rb +2 -2
  263. data/lib/{zitadel-client → zitadel/client}/models/user_service_or_query.rb +4 -4
  264. data/lib/{zitadel-client → zitadel/client}/models/user_service_organization.rb +4 -4
  265. data/lib/{zitadel-client → zitadel/client}/models/user_service_organization_id_query.rb +4 -4
  266. data/lib/{zitadel-client → zitadel/client}/models/user_service_passkey.rb +4 -4
  267. data/lib/{zitadel-client → zitadel/client}/models/user_service_passkey_authenticator.rb +2 -2
  268. data/lib/{zitadel-client → zitadel/client}/models/user_service_passkey_registration_code.rb +4 -4
  269. data/lib/{zitadel-client → zitadel/client}/models/user_service_password.rb +4 -4
  270. data/lib/{zitadel-client → zitadel/client}/models/user_service_password_reset_request.rb +4 -4
  271. data/lib/{zitadel-client/models/user_service_resend_phone_code_response.rb → zitadel/client/models/user_service_password_reset_response.rb} +5 -5
  272. data/lib/{zitadel-client → zitadel/client}/models/user_service_phone_query.rb +4 -4
  273. data/lib/{zitadel-client → zitadel/client}/models/user_service_protobuf_any.rb +4 -4
  274. data/lib/{zitadel-client/models/user_service_verify_invite_code_response.rb → zitadel/client/models/user_service_reactivate_user_response.rb} +5 -5
  275. data/lib/{zitadel-client → zitadel/client}/models/user_service_redirect_u_r_ls.rb +4 -4
  276. data/lib/{zitadel-client → zitadel/client}/models/user_service_register_passkey_request.rb +4 -4
  277. data/lib/{zitadel-client → zitadel/client}/models/user_service_register_passkey_response.rb +4 -4
  278. data/lib/{zitadel-client → zitadel/client}/models/user_service_register_t_o_t_p_response.rb +4 -4
  279. data/lib/{zitadel-client → zitadel/client}/models/user_service_register_u2_f_request.rb +4 -4
  280. data/lib/{zitadel-client → zitadel/client}/models/user_service_register_u2_f_response.rb +4 -4
  281. data/lib/{zitadel-client/models/user_service_deactivate_user_response.rb → zitadel/client/models/user_service_remove_i_d_p_link_response.rb} +5 -5
  282. data/lib/{zitadel-client/models/session_service_delete_session_response.rb → zitadel/client/models/user_service_remove_o_t_p_email_response.rb} +6 -6
  283. data/lib/{zitadel-client/models/user_service_reactivate_user_response.rb → zitadel/client/models/user_service_remove_o_t_p_s_m_s_response.rb} +5 -5
  284. data/lib/{zitadel-client/models/user_service_add_o_t_p_s_m_s_response.rb → zitadel/client/models/user_service_remove_passkey_response.rb} +5 -5
  285. data/lib/{zitadel-client/models/user_service_remove_passkey_response.rb → zitadel/client/models/user_service_remove_phone_response.rb} +5 -5
  286. data/lib/{zitadel-client → zitadel/client}/models/user_service_remove_t_o_t_p_response.rb +4 -4
  287. data/lib/{zitadel-client/models/user_service_remove_phone_response.rb → zitadel/client/models/user_service_remove_u2_f_response.rb} +5 -5
  288. data/lib/{zitadel-client/models/user_service_send_email_code_request.rb → zitadel/client/models/user_service_resend_email_code_request.rb} +5 -5
  289. data/lib/{zitadel-client/models/user_service_send_email_code_response.rb → zitadel/client/models/user_service_resend_email_code_response.rb} +5 -5
  290. data/lib/{zitadel-client/models/feature_service_get_user_features_response.rb → zitadel/client/models/user_service_resend_invite_code_response.rb} +6 -6
  291. data/lib/{zitadel-client → zitadel/client}/models/user_service_resend_phone_code_request.rb +4 -4
  292. data/lib/{zitadel-client/models/user_service_password_reset_response.rb → zitadel/client/models/user_service_resend_phone_code_response.rb} +5 -5
  293. data/lib/{zitadel-client → zitadel/client}/models/user_service_retrieve_identity_provider_intent_request.rb +4 -4
  294. data/lib/{zitadel-client → zitadel/client}/models/user_service_retrieve_identity_provider_intent_response.rb +4 -4
  295. data/lib/{zitadel-client → zitadel/client}/models/user_service_rpc_status.rb +4 -4
  296. data/lib/{zitadel-client → zitadel/client}/models/user_service_search_query.rb +4 -4
  297. data/lib/{zitadel-client/models/user_service_resend_email_code_request.rb → zitadel/client/models/user_service_send_email_code_request.rb} +5 -5
  298. data/lib/{zitadel-client/models/user_service_resend_email_code_response.rb → zitadel/client/models/user_service_send_email_code_response.rb} +5 -5
  299. data/lib/{zitadel-client → zitadel/client}/models/user_service_send_email_verification_code.rb +4 -4
  300. data/lib/{zitadel-client → zitadel/client}/models/user_service_send_invite_code.rb +4 -4
  301. data/lib/{zitadel-client → zitadel/client}/models/user_service_send_passkey_registration_link.rb +4 -4
  302. data/lib/{zitadel-client → zitadel/client}/models/user_service_send_password_reset_link.rb +4 -4
  303. data/lib/{zitadel-client/models/user_service_set_human_email.rb → zitadel/client/models/user_service_set_email_request.rb} +5 -5
  304. data/lib/{zitadel-client → zitadel/client}/models/user_service_set_email_response.rb +4 -4
  305. data/lib/{zitadel-client/models/user_service_set_email_request.rb → zitadel/client/models/user_service_set_human_email.rb} +5 -5
  306. data/lib/{zitadel-client → zitadel/client}/models/user_service_set_human_phone.rb +4 -4
  307. data/lib/{zitadel-client → zitadel/client}/models/user_service_set_human_profile.rb +4 -4
  308. data/lib/{zitadel-client → zitadel/client}/models/user_service_set_metadata_entry.rb +4 -4
  309. data/lib/{zitadel-client → zitadel/client}/models/user_service_set_password.rb +4 -4
  310. data/lib/{zitadel-client → zitadel/client}/models/user_service_set_password_request.rb +4 -4
  311. data/lib/{zitadel-client → zitadel/client}/models/user_service_set_password_response.rb +4 -4
  312. data/lib/{zitadel-client → zitadel/client}/models/user_service_set_phone_request.rb +4 -4
  313. data/lib/{zitadel-client → zitadel/client}/models/user_service_set_phone_response.rb +4 -4
  314. data/lib/{zitadel-client → zitadel/client}/models/user_service_start_identity_provider_intent_request.rb +4 -4
  315. data/lib/{zitadel-client → zitadel/client}/models/user_service_start_identity_provider_intent_response.rb +4 -4
  316. data/lib/{zitadel-client → zitadel/client}/models/user_service_state_query.rb +4 -4
  317. data/lib/{zitadel-client → zitadel/client}/models/user_service_text_query_method.rb +2 -2
  318. data/lib/{zitadel-client → zitadel/client}/models/user_service_type.rb +2 -2
  319. data/lib/{zitadel-client → zitadel/client}/models/user_service_type_query.rb +4 -4
  320. data/lib/{zitadel-client/models/user_service_add_i_d_p_link_response.rb → zitadel/client/models/user_service_unlock_user_response.rb} +5 -5
  321. data/lib/{zitadel-client → zitadel/client}/models/user_service_update_human_user_request.rb +4 -4
  322. data/lib/{zitadel-client → zitadel/client}/models/user_service_update_human_user_response.rb +4 -4
  323. data/lib/{zitadel-client → zitadel/client}/models/user_service_user.rb +4 -4
  324. data/lib/{zitadel-client → zitadel/client}/models/user_service_user_field_name.rb +2 -2
  325. data/lib/{zitadel-client → zitadel/client}/models/user_service_user_name_query.rb +4 -4
  326. data/lib/{zitadel-client → zitadel/client}/models/user_service_user_state.rb +2 -2
  327. data/lib/{zitadel-client → zitadel/client}/models/user_service_verify_email_request.rb +4 -4
  328. data/lib/{zitadel-client → zitadel/client}/models/user_service_verify_email_response.rb +4 -4
  329. data/lib/{zitadel-client → zitadel/client}/models/user_service_verify_invite_code_request.rb +4 -4
  330. data/lib/{zitadel-client/models/feature_service_set_user_features_response.rb → zitadel/client/models/user_service_verify_invite_code_response.rb} +6 -6
  331. data/lib/{zitadel-client → zitadel/client}/models/user_service_verify_passkey_registration_request.rb +4 -4
  332. data/lib/zitadel/client/models/user_service_verify_passkey_registration_response.rb +230 -0
  333. data/lib/{zitadel-client → zitadel/client}/models/user_service_verify_phone_request.rb +4 -4
  334. data/lib/{zitadel-client → zitadel/client}/models/user_service_verify_phone_response.rb +4 -4
  335. data/lib/{zitadel-client → zitadel/client}/models/user_service_verify_t_o_t_p_registration_request.rb +4 -4
  336. data/lib/{zitadel-client → zitadel/client}/models/user_service_verify_t_o_t_p_registration_response.rb +4 -4
  337. data/lib/{zitadel-client → zitadel/client}/models/user_service_verify_u2_f_registration_request.rb +4 -4
  338. data/lib/{zitadel-client/models/settings_service_set_security_settings_response.rb → zitadel/client/models/user_service_verify_u2_f_registration_response.rb} +6 -6
  339. data/lib/{zitadel-client → zitadel/client}/models/zitadelobjectv2_organization.rb +4 -4
  340. data/lib/{zitadel-client → zitadel/client}/models/zitadelorgv2_organization.rb +4 -4
  341. data/lib/zitadel/client/utils/url_util.rb +25 -0
  342. data/lib/zitadel/client/version.rb +7 -0
  343. data/lib/zitadel/client/zitadel.rb +84 -0
  344. data/lib/zitadel/client/zitadel_error.rb +10 -0
  345. data/lib/zitadel_client.rb +20 -6
  346. data/sig/lib.rbs +186 -183
  347. metadata +346 -346
  348. data/lib/zitadel-client/api_client.rb +0 -376
  349. data/lib/zitadel-client/api_error.rb +0 -29
  350. data/lib/zitadel-client/auth/authenticator.rb +0 -78
  351. data/lib/zitadel-client/auth/client_credentials_authenticator.rb +0 -63
  352. data/lib/zitadel-client/auth/no_auth_authenticator.rb +0 -33
  353. data/lib/zitadel-client/auth/o_auth_authenticator.rb +0 -97
  354. data/lib/zitadel-client/auth/open_id.rb +0 -52
  355. data/lib/zitadel-client/auth/personal_access_token_authenticator.rb +0 -35
  356. data/lib/zitadel-client/auth/web_token_authenticator.rb +0 -161
  357. data/lib/zitadel-client/configuration.rb +0 -178
  358. data/lib/zitadel-client/models/user_service_human_m_f_a_init_skipped_response.rb +0 -230
  359. data/lib/zitadel-client/models/user_service_lock_user_response.rb +0 -230
  360. data/lib/zitadel-client/models/user_service_remove_o_t_p_email_response.rb +0 -230
  361. data/lib/zitadel-client/models/user_service_remove_u2_f_response.rb +0 -230
  362. data/lib/zitadel-client/utils/url_util.rb +0 -23
  363. data/lib/zitadel-client/version.rb +0 -5
  364. data/lib/zitadel-client/zitadel.rb +0 -82
  365. data/lib/zitadel-client/zitadel_error.rb +0 -8
  366. /data/lib/{zitadel-client → zitadel/client}/api/.openapi +0 -0
  367. /data/lib/{zitadel-client → zitadel/client}/models/.openapi +0 -0
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceHumanEmail
18
18
  attr_accessor :email
19
19
 
@@ -56,7 +56,7 @@ module ZitadelClient::Models
56
56
  def initialize(attributes = {})
57
57
  if (!attributes.is_a?(Hash))
58
58
  # MODIFIED: Updated class name in error message
59
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceHumanEmail` initialize method"
59
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceHumanEmail` initialize method"
60
60
  end
61
61
 
62
62
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -64,7 +64,7 @@ module ZitadelClient::Models
64
64
  attributes = attributes.each_with_object({}) { |(k, v), h|
65
65
  if (!acceptable_attribute_map.key?(k.to_sym))
66
66
  # MODIFIED: Updated class name in error message
67
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceHumanEmail`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceHumanEmail`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
68
68
  end
69
69
  h[k.to_sym] = v
70
70
  }
@@ -205,7 +205,7 @@ def self._deserialize(type, value)
205
205
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
206
206
  # MODIFIED: Ensure model is looked up in the Models namespace
207
207
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
208
- klass = ZitadelClient::Models.const_get(type)
208
+ klass = Zitadel::Client::Models.const_get(type)
209
209
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
210
210
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
211
211
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,8 +13,8 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
17
- class UserServiceVerifyU2FRegistrationResponse
16
+ module Zitadel::Client::Models
17
+ class UserServiceHumanMFAInitSkippedResponse
18
18
  attr_accessor :details
19
19
 
20
20
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -52,7 +52,7 @@ module ZitadelClient::Models
52
52
  def initialize(attributes = {})
53
53
  if (!attributes.is_a?(Hash))
54
54
  # MODIFIED: Updated class name in error message
55
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceVerifyU2FRegistrationResponse` initialize method"
55
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceHumanMFAInitSkippedResponse` initialize method"
56
56
  end
57
57
 
58
58
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -60,7 +60,7 @@ module ZitadelClient::Models
60
60
  attributes = attributes.each_with_object({}) { |(k, v), h|
61
61
  if (!acceptable_attribute_map.key?(k.to_sym))
62
62
  # MODIFIED: Updated class name in error message
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceVerifyU2FRegistrationResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceHumanMFAInitSkippedResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -168,7 +168,7 @@ def self._deserialize(type, value)
168
168
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
169
169
  # MODIFIED: Ensure model is looked up in the Models namespace
170
170
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
171
- klass = ZitadelClient::Models.const_get(type)
171
+ klass = Zitadel::Client::Models.const_get(type)
172
172
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
173
173
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
174
174
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceHumanPhone
18
18
  attr_accessor :phone
19
19
 
@@ -56,7 +56,7 @@ module ZitadelClient::Models
56
56
  def initialize(attributes = {})
57
57
  if (!attributes.is_a?(Hash))
58
58
  # MODIFIED: Updated class name in error message
59
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceHumanPhone` initialize method"
59
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceHumanPhone` initialize method"
60
60
  end
61
61
 
62
62
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -64,7 +64,7 @@ module ZitadelClient::Models
64
64
  attributes = attributes.each_with_object({}) { |(k, v), h|
65
65
  if (!acceptable_attribute_map.key?(k.to_sym))
66
66
  # MODIFIED: Updated class name in error message
67
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceHumanPhone`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceHumanPhone`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
68
68
  end
69
69
  h[k.to_sym] = v
70
70
  }
@@ -196,7 +196,7 @@ def self._deserialize(type, value)
196
196
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
197
197
  # MODIFIED: Ensure model is looked up in the Models namespace
198
198
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
199
- klass = ZitadelClient::Models.const_get(type)
199
+ klass = Zitadel::Client::Models.const_get(type)
200
200
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
201
201
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
202
202
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceHumanProfile
18
18
  attr_accessor :given_name
19
19
 
@@ -99,7 +99,7 @@ module ZitadelClient::Models
99
99
  def initialize(attributes = {})
100
100
  if (!attributes.is_a?(Hash))
101
101
  # MODIFIED: Updated class name in error message
102
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceHumanProfile` initialize method"
102
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceHumanProfile` initialize method"
103
103
  end
104
104
 
105
105
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -107,7 +107,7 @@ module ZitadelClient::Models
107
107
  attributes = attributes.each_with_object({}) { |(k, v), h|
108
108
  if (!acceptable_attribute_map.key?(k.to_sym))
109
109
  # MODIFIED: Updated class name in error message
110
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceHumanProfile`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
110
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceHumanProfile`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
111
111
  end
112
112
  h[k.to_sym] = v
113
113
  }
@@ -360,7 +360,7 @@ def self._deserialize(type, value)
360
360
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
361
361
  # MODIFIED: Ensure model is looked up in the Models namespace
362
362
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
363
- klass = ZitadelClient::Models.const_get(type)
363
+ klass = Zitadel::Client::Models.const_get(type)
364
364
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
365
365
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
366
366
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceHumanUser
18
18
  # Unique identifier of the user.
19
19
  attr_accessor :user_id
@@ -121,7 +121,7 @@ module ZitadelClient::Models
121
121
  def initialize(attributes = {})
122
122
  if (!attributes.is_a?(Hash))
123
123
  # MODIFIED: Updated class name in error message
124
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceHumanUser` initialize method"
124
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceHumanUser` initialize method"
125
125
  end
126
126
 
127
127
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -129,7 +129,7 @@ module ZitadelClient::Models
129
129
  attributes = attributes.each_with_object({}) { |(k, v), h|
130
130
  if (!acceptable_attribute_map.key?(k.to_sym))
131
131
  # MODIFIED: Updated class name in error message
132
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceHumanUser`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
132
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceHumanUser`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
133
133
  end
134
134
  h[k.to_sym] = v
135
135
  }
@@ -291,7 +291,7 @@ def self._deserialize(type, value)
291
291
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
292
292
  # MODIFIED: Ensure model is looked up in the Models namespace
293
293
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
294
- klass = ZitadelClient::Models.const_get(type)
294
+ klass = Zitadel::Client::Models.const_get(type)
295
295
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
296
296
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
297
297
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceIDPInformation
18
18
  attr_accessor :oauth
19
19
 
@@ -80,7 +80,7 @@ module ZitadelClient::Models
80
80
  def initialize(attributes = {})
81
81
  if (!attributes.is_a?(Hash))
82
82
  # MODIFIED: Updated class name in error message
83
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceIDPInformation` initialize method"
83
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceIDPInformation` initialize method"
84
84
  end
85
85
 
86
86
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -88,7 +88,7 @@ module ZitadelClient::Models
88
88
  attributes = attributes.each_with_object({}) { |(k, v), h|
89
89
  if (!acceptable_attribute_map.key?(k.to_sym))
90
90
  # MODIFIED: Updated class name in error message
91
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceIDPInformation`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
91
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceIDPInformation`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
92
92
  end
93
93
  h[k.to_sym] = v
94
94
  }
@@ -226,7 +226,7 @@ def self._deserialize(type, value)
226
226
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
227
227
  # MODIFIED: Ensure model is looked up in the Models namespace
228
228
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
229
- klass = ZitadelClient::Models.const_get(type)
229
+ klass = Zitadel::Client::Models.const_get(type)
230
230
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
231
231
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
232
232
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceIDPIntent
18
18
  # ID of the IDP intent
19
19
  attr_accessor :idp_intent_id
@@ -63,7 +63,7 @@ module ZitadelClient::Models
63
63
  def initialize(attributes = {})
64
64
  if (!attributes.is_a?(Hash))
65
65
  # MODIFIED: Updated class name in error message
66
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceIDPIntent` initialize method"
66
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceIDPIntent` initialize method"
67
67
  end
68
68
 
69
69
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -71,7 +71,7 @@ module ZitadelClient::Models
71
71
  attributes = attributes.each_with_object({}) { |(k, v), h|
72
72
  if (!acceptable_attribute_map.key?(k.to_sym))
73
73
  # MODIFIED: Updated class name in error message
74
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceIDPIntent`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
74
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceIDPIntent`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
75
75
  end
76
76
  h[k.to_sym] = v
77
77
  }
@@ -264,7 +264,7 @@ def self._deserialize(type, value)
264
264
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
265
265
  # MODIFIED: Ensure model is looked up in the Models namespace
266
266
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
267
- klass = ZitadelClient::Models.const_get(type)
267
+ klass = Zitadel::Client::Models.const_get(type)
268
268
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
269
269
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
270
270
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceIDPLDAPAccessInformation
18
18
  attr_accessor :attributes
19
19
 
@@ -52,7 +52,7 @@ module ZitadelClient::Models
52
52
  def initialize(attributes = {})
53
53
  if (!attributes.is_a?(Hash))
54
54
  # MODIFIED: Updated class name in error message
55
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceIDPLDAPAccessInformation` initialize method"
55
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceIDPLDAPAccessInformation` initialize method"
56
56
  end
57
57
 
58
58
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -60,7 +60,7 @@ module ZitadelClient::Models
60
60
  attributes = attributes.each_with_object({}) { |(k, v), h|
61
61
  if (!acceptable_attribute_map.key?(k.to_sym))
62
62
  # MODIFIED: Updated class name in error message
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceIDPLDAPAccessInformation`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceIDPLDAPAccessInformation`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -168,7 +168,7 @@ def self._deserialize(type, value)
168
168
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
169
169
  # MODIFIED: Ensure model is looked up in the Models namespace
170
170
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
171
- klass = ZitadelClient::Models.const_get(type)
171
+ klass = Zitadel::Client::Models.const_get(type)
172
172
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
173
173
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
174
174
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceIDPLink
18
18
  # ID of the identity provider
19
19
  attr_accessor :idp_id
@@ -63,7 +63,7 @@ module ZitadelClient::Models
63
63
  def initialize(attributes = {})
64
64
  if (!attributes.is_a?(Hash))
65
65
  # MODIFIED: Updated class name in error message
66
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceIDPLink` initialize method"
66
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceIDPLink` initialize method"
67
67
  end
68
68
 
69
69
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -71,7 +71,7 @@ module ZitadelClient::Models
71
71
  attributes = attributes.each_with_object({}) { |(k, v), h|
72
72
  if (!acceptable_attribute_map.key?(k.to_sym))
73
73
  # MODIFIED: Updated class name in error message
74
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceIDPLink`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
74
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceIDPLink`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
75
75
  end
76
76
  h[k.to_sym] = v
77
77
  }
@@ -273,7 +273,7 @@ def self._deserialize(type, value)
273
273
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
274
274
  # MODIFIED: Ensure model is looked up in the Models namespace
275
275
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
276
- klass = ZitadelClient::Models.const_get(type)
276
+ klass = Zitadel::Client::Models.const_get(type)
277
277
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
278
278
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
279
279
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceIDPOAuthAccessInformation
18
18
  attr_accessor :access_token
19
19
 
@@ -56,7 +56,7 @@ module ZitadelClient::Models
56
56
  def initialize(attributes = {})
57
57
  if (!attributes.is_a?(Hash))
58
58
  # MODIFIED: Updated class name in error message
59
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceIDPOAuthAccessInformation` initialize method"
59
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceIDPOAuthAccessInformation` initialize method"
60
60
  end
61
61
 
62
62
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -64,7 +64,7 @@ module ZitadelClient::Models
64
64
  attributes = attributes.each_with_object({}) { |(k, v), h|
65
65
  if (!acceptable_attribute_map.key?(k.to_sym))
66
66
  # MODIFIED: Updated class name in error message
67
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceIDPOAuthAccessInformation`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceIDPOAuthAccessInformation`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
68
68
  end
69
69
  h[k.to_sym] = v
70
70
  }
@@ -177,7 +177,7 @@ def self._deserialize(type, value)
177
177
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
178
178
  # MODIFIED: Ensure model is looked up in the Models namespace
179
179
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
180
- klass = ZitadelClient::Models.const_get(type)
180
+ klass = Zitadel::Client::Models.const_get(type)
181
181
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
182
182
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
183
183
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceIDPSAMLAccessInformation
18
18
  attr_accessor :assertion
19
19
 
@@ -52,7 +52,7 @@ module ZitadelClient::Models
52
52
  def initialize(attributes = {})
53
53
  if (!attributes.is_a?(Hash))
54
54
  # MODIFIED: Updated class name in error message
55
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceIDPSAMLAccessInformation` initialize method"
55
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceIDPSAMLAccessInformation` initialize method"
56
56
  end
57
57
 
58
58
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -60,7 +60,7 @@ module ZitadelClient::Models
60
60
  attributes = attributes.each_with_object({}) { |(k, v), h|
61
61
  if (!acceptable_attribute_map.key?(k.to_sym))
62
62
  # MODIFIED: Updated class name in error message
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceIDPSAMLAccessInformation`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceIDPSAMLAccessInformation`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -168,7 +168,7 @@ def self._deserialize(type, value)
168
168
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
169
169
  # MODIFIED: Ensure model is looked up in the Models namespace
170
170
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
171
- klass = ZitadelClient::Models.const_get(type)
171
+ klass = Zitadel::Client::Models.const_get(type)
172
172
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
173
173
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
174
174
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  # Query for users with email in list of emails.
18
18
  class UserServiceInUserEmailsQuery
19
19
  # the emails of the users to include
@@ -54,7 +54,7 @@ module ZitadelClient::Models
54
54
  def initialize(attributes = {})
55
55
  if (!attributes.is_a?(Hash))
56
56
  # MODIFIED: Updated class name in error message
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceInUserEmailsQuery` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceInUserEmailsQuery` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -62,7 +62,7 @@ module ZitadelClient::Models
62
62
  attributes = attributes.each_with_object({}) { |(k, v), h|
63
63
  if (!acceptable_attribute_map.key?(k.to_sym))
64
64
  # MODIFIED: Updated class name in error message
65
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceInUserEmailsQuery`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
65
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceInUserEmailsQuery`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
66
66
  end
67
67
  h[k.to_sym] = v
68
68
  }
@@ -172,7 +172,7 @@ def self._deserialize(type, value)
172
172
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
173
173
  # MODIFIED: Ensure model is looked up in the Models namespace
174
174
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
175
- klass = ZitadelClient::Models.const_get(type)
175
+ klass = Zitadel::Client::Models.const_get(type)
176
176
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
177
177
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
178
178
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  # Query for users with ID in list of IDs.
18
18
  class UserServiceInUserIDQuery
19
19
  # the ids of the users to include
@@ -54,7 +54,7 @@ module ZitadelClient::Models
54
54
  def initialize(attributes = {})
55
55
  if (!attributes.is_a?(Hash))
56
56
  # MODIFIED: Updated class name in error message
57
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceInUserIDQuery` initialize method"
57
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceInUserIDQuery` initialize method"
58
58
  end
59
59
 
60
60
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -62,7 +62,7 @@ module ZitadelClient::Models
62
62
  attributes = attributes.each_with_object({}) { |(k, v), h|
63
63
  if (!acceptable_attribute_map.key?(k.to_sym))
64
64
  # MODIFIED: Updated class name in error message
65
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceInUserIDQuery`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
65
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceInUserIDQuery`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
66
66
  end
67
67
  h[k.to_sym] = v
68
68
  }
@@ -172,7 +172,7 @@ def self._deserialize(type, value)
172
172
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
173
173
  # MODIFIED: Ensure model is looked up in the Models namespace
174
174
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
175
- klass = ZitadelClient::Models.const_get(type)
175
+ klass = Zitadel::Client::Models.const_get(type)
176
176
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
177
177
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
178
178
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceLDAPCredentials
18
18
  # Username used to login through LDAP
19
19
  attr_accessor :username
@@ -58,7 +58,7 @@ module ZitadelClient::Models
58
58
  def initialize(attributes = {})
59
59
  if (!attributes.is_a?(Hash))
60
60
  # MODIFIED: Updated class name in error message
61
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceLDAPCredentials` initialize method"
61
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceLDAPCredentials` initialize method"
62
62
  end
63
63
 
64
64
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -66,7 +66,7 @@ module ZitadelClient::Models
66
66
  attributes = attributes.each_with_object({}) { |(k, v), h|
67
67
  if (!acceptable_attribute_map.key?(k.to_sym))
68
68
  # MODIFIED: Updated class name in error message
69
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceLDAPCredentials`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
69
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceLDAPCredentials`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
70
70
  end
71
71
  h[k.to_sym] = v
72
72
  }
@@ -235,7 +235,7 @@ def self._deserialize(type, value)
235
235
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
236
236
  # MODIFIED: Ensure model is looked up in the Models namespace
237
237
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
238
- klass = ZitadelClient::Models.const_get(type)
238
+ klass = Zitadel::Client::Models.const_get(type)
239
239
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
240
240
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
241
241
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  # Query for users with a specific last name.
18
18
  class UserServiceLastNameQuery
19
19
  attr_accessor :last_name
@@ -79,7 +79,7 @@ module ZitadelClient::Models
79
79
  def initialize(attributes = {})
80
80
  if (!attributes.is_a?(Hash))
81
81
  # MODIFIED: Updated class name in error message
82
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceLastNameQuery` initialize method"
82
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceLastNameQuery` initialize method"
83
83
  end
84
84
 
85
85
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -87,7 +87,7 @@ module ZitadelClient::Models
87
87
  attributes = attributes.each_with_object({}) { |(k, v), h|
88
88
  if (!acceptable_attribute_map.key?(k.to_sym))
89
89
  # MODIFIED: Updated class name in error message
90
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceLastNameQuery`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
90
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceLastNameQuery`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
91
91
  end
92
92
  h[k.to_sym] = v
93
93
  }
@@ -237,7 +237,7 @@ def self._deserialize(type, value)
237
237
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
238
238
  # MODIFIED: Ensure model is looked up in the Models namespace
239
239
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
240
- klass = ZitadelClient::Models.const_get(type)
240
+ klass = Zitadel::Client::Models.const_get(type)
241
241
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
242
242
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
243
243
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceListAuthenticationFactorsResponse
18
18
  attr_accessor :result
19
19
 
@@ -52,7 +52,7 @@ module ZitadelClient::Models
52
52
  def initialize(attributes = {})
53
53
  if (!attributes.is_a?(Hash))
54
54
  # MODIFIED: Updated class name in error message
55
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceListAuthenticationFactorsResponse` initialize method"
55
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceListAuthenticationFactorsResponse` initialize method"
56
56
  end
57
57
 
58
58
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -60,7 +60,7 @@ module ZitadelClient::Models
60
60
  attributes = attributes.each_with_object({}) { |(k, v), h|
61
61
  if (!acceptable_attribute_map.key?(k.to_sym))
62
62
  # MODIFIED: Updated class name in error message
63
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceListAuthenticationFactorsResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
63
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceListAuthenticationFactorsResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
64
64
  end
65
65
  h[k.to_sym] = v
66
66
  }
@@ -170,7 +170,7 @@ def self._deserialize(type, value)
170
170
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
171
171
  # MODIFIED: Ensure model is looked up in the Models namespace
172
172
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
173
- klass = ZitadelClient::Models.const_get(type)
173
+ klass = Zitadel::Client::Models.const_get(type)
174
174
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
175
175
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
176
176
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)
@@ -13,7 +13,7 @@ Generator version: 7.12.0
13
13
  require 'date'
14
14
  require 'time'
15
15
 
16
- module ZitadelClient::Models
16
+ module Zitadel::Client::Models
17
17
  class UserServiceListAuthenticationMethodTypesResponse
18
18
  attr_accessor :details
19
19
 
@@ -56,7 +56,7 @@ module ZitadelClient::Models
56
56
  def initialize(attributes = {})
57
57
  if (!attributes.is_a?(Hash))
58
58
  # MODIFIED: Updated class name in error message
59
- fail ArgumentError, "The input argument (attributes) must be a hash in `ZitadelClient::Models::UserServiceListAuthenticationMethodTypesResponse` initialize method"
59
+ fail ArgumentError, "The input argument (attributes) must be a hash in `Zitadel::Client::Models::UserServiceListAuthenticationMethodTypesResponse` initialize method"
60
60
  end
61
61
 
62
62
  # check to see if the attribute exists and convert string to symbol for hash key
@@ -64,7 +64,7 @@ module ZitadelClient::Models
64
64
  attributes = attributes.each_with_object({}) { |(k, v), h|
65
65
  if (!acceptable_attribute_map.key?(k.to_sym))
66
66
  # MODIFIED: Updated class name in error message
67
- fail ArgumentError, "`#{k}` is not a valid attribute in `ZitadelClient::Models::UserServiceListAuthenticationMethodTypesResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
67
+ fail ArgumentError, "`#{k}` is not a valid attribute in `Zitadel::Client::Models::UserServiceListAuthenticationMethodTypesResponse`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
68
68
  end
69
69
  h[k.to_sym] = v
70
70
  }
@@ -179,7 +179,7 @@ def self._deserialize(type, value)
179
179
  # models (e.g. Pet) or oneOf/anyOf constructs that resolve to a model name
180
180
  # MODIFIED: Ensure model is looked up in the Models namespace
181
181
  # 'type' here is expected to be the simple class name (e.g., "User", "OrderDetails")
182
- klass = ZitadelClient::Models.const_get(type)
182
+ klass = Zitadel::Client::Models.const_get(type)
183
183
  # The `klass.build` method is for oneOf/anyOf types (defined in partial_oneof_module.mustache / partial_anyof_module.mustache)
184
184
  # The `klass.build_from_hash` is for regular model types (defined in this base_object.mustache itself)
185
185
  if klass.respond_to?(:openapi_one_of) || klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_allOf)