ory-kratos-client 0.5.5.alpha2 → 0.6.0.alpha4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +85 -36
- data/docs/AdminApi.md +206 -20
- data/docs/AuthenticateOKBody.md +20 -0
- data/docs/ContainerChangeResponseItem.md +20 -0
- data/docs/ContainerCreateCreatedBody.md +20 -0
- data/docs/ContainerTopOKBody.md +20 -0
- data/docs/ContainerUpdateOKBody.md +18 -0
- data/docs/ContainerWaitOKBody.md +20 -0
- data/docs/ContainerWaitOKBodyError.md +18 -0
- data/docs/ErrorContainer.md +1 -1
- data/docs/ErrorResponse.md +18 -0
- data/docs/GenericErrorPayload.md +1 -1
- data/docs/GraphDriverData.md +20 -0
- data/docs/IdResponse.md +18 -0
- data/docs/IdentityCredentials.md +22 -0
- data/docs/ImageDeleteResponseItem.md +20 -0
- data/docs/ImageSummary.md +36 -0
- data/docs/InlineResponse200.md +18 -0
- data/docs/InlineResponse2001.md +18 -0
- data/docs/InlineResponse503.md +18 -0
- data/docs/LoginFlow.md +5 -7
- data/docs/Meta.md +18 -0
- data/docs/Plugin.md +28 -0
- data/docs/PluginConfig.md +48 -0
- data/docs/PluginConfigArgs.md +24 -0
- data/docs/PluginConfigInterface.md +20 -0
- data/docs/PluginConfigLinux.md +22 -0
- data/docs/PluginConfigNetwork.md +18 -0
- data/docs/PluginConfigRootfs.md +20 -0
- data/docs/PluginConfigUser.md +20 -0
- data/docs/PluginDevice.md +24 -0
- data/docs/PluginEnv.md +24 -0
- data/docs/PluginInterfaceType.md +22 -0
- data/docs/PluginMount.md +30 -0
- data/docs/PluginSettings.md +24 -0
- data/docs/Port.md +24 -0
- data/docs/PublicApi.md +481 -552
- data/docs/RecoveryFlow.md +4 -6
- data/docs/RegistrationFlow.md +4 -6
- data/docs/ServiceUpdateResponse.md +18 -0
- data/docs/SettingsFlow.md +4 -6
- data/docs/{RecoveryFlowMethodConfig.md → SettingsProfileFormConfig.md} +6 -6
- data/docs/SubmitSelfServiceBrowserSettingsOIDCFlowPayload.md +22 -0
- data/docs/SubmitSelfServiceLoginFlow.md +47 -0
- data/docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md +24 -0
- data/docs/{CompleteSelfServiceRecoveryFlowWithLinkMethod.md → SubmitSelfServiceRecoveryFlowWithLinkMethod.md} +2 -2
- data/docs/SubmitSelfServiceRegistrationFlow.md +47 -0
- data/docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md +24 -0
- data/docs/SubmitSelfServiceSettingsFlow.md +49 -0
- data/docs/{CompleteSelfServiceSettingsFlowWithPasswordMethod.md → SubmitSelfServiceSettingsFlowWithPasswordMethod.md} +4 -2
- data/docs/SubmitSelfServiceSettingsFlowWithProfileMethod.md +22 -0
- data/docs/{CompleteSelfServiceVerificationFlowWithLinkMethod.md → SubmitSelfServiceVerificationFlowWithLinkMethod.md} +2 -2
- data/docs/{SettingsFlowMethodConfig.md → UiContainer.md} +6 -6
- data/docs/UiNode.md +26 -0
- data/docs/UiNodeAnchorAttributes.md +20 -0
- data/docs/UiNodeAttributes.md +53 -0
- data/docs/UiNodeImageAttributes.md +18 -0
- data/docs/UiNodeInputAttributes.md +30 -0
- data/docs/UiNodeInputAttributesValue.md +51 -0
- data/docs/UiNodeTextAttributes.md +18 -0
- data/docs/UiText.md +24 -0
- data/docs/VerificationFlow.md +6 -8
- data/docs/Volume.md +34 -0
- data/docs/VolumeUsageData.md +20 -0
- data/lib/ory-kratos-client.rb +59 -23
- data/lib/ory-kratos-client/api/admin_api.rb +207 -36
- data/lib/ory-kratos-client/api/public_api.rb +494 -538
- data/lib/ory-kratos-client/api_client.rb +6 -6
- data/lib/ory-kratos-client/api_error.rb +5 -5
- data/lib/ory-kratos-client/configuration.rb +36 -13
- data/lib/ory-kratos-client/models/authenticate_ok_body.rb +240 -0
- data/lib/ory-kratos-client/models/container_change_response_item.rb +240 -0
- data/lib/ory-kratos-client/models/container_create_created_body.rb +242 -0
- data/lib/ory-kratos-client/models/container_top_ok_body.rb +244 -0
- data/lib/ory-kratos-client/models/container_update_ok_body.rb +227 -0
- data/lib/ory-kratos-client/models/container_wait_ok_body.rb +239 -0
- data/lib/ory-kratos-client/models/container_wait_ok_body_error.rb +220 -0
- data/lib/ory-kratos-client/models/create_identity.rb +5 -5
- data/lib/ory-kratos-client/models/create_recovery_link.rb +5 -5
- data/lib/ory-kratos-client/models/error_container.rb +9 -7
- data/lib/ory-kratos-client/models/{registration_flow_method.rb → error_response.rb} +19 -33
- data/lib/ory-kratos-client/models/generic_error.rb +5 -5
- data/lib/ory-kratos-client/models/generic_error_payload.rb +9 -7
- data/lib/ory-kratos-client/models/graph_driver_data.rb +241 -0
- data/lib/ory-kratos-client/models/health_not_ready_status.rb +5 -5
- data/lib/ory-kratos-client/models/health_status.rb +5 -5
- data/lib/ory-kratos-client/models/id_response.rb +225 -0
- data/lib/ory-kratos-client/models/identity.rb +5 -5
- data/lib/ory-kratos-client/models/identity_credentials.rb +241 -0
- data/lib/ory-kratos-client/models/{complete_self_service_login_flow_with_password_method.rb → image_delete_response_item.rb} +24 -33
- data/lib/ory-kratos-client/models/image_summary.rb +366 -0
- data/lib/ory-kratos-client/models/{recovery_flow_method.rb → inline_response200.rb} +19 -33
- data/lib/ory-kratos-client/models/{settings_flow_method.rb → inline_response2001.rb} +19 -33
- data/lib/ory-kratos-client/models/inline_response503.rb +226 -0
- data/lib/ory-kratos-client/models/login_flow.rb +29 -38
- data/lib/ory-kratos-client/models/login_via_api_response.rb +5 -5
- data/lib/ory-kratos-client/models/meta.rb +219 -0
- data/lib/ory-kratos-client/models/plugin.rb +288 -0
- data/lib/ory-kratos-client/models/plugin_config.rb +434 -0
- data/lib/ory-kratos-client/models/plugin_config_args.rb +274 -0
- data/lib/ory-kratos-client/models/plugin_config_interface.rb +242 -0
- data/lib/ory-kratos-client/models/plugin_config_linux.rb +259 -0
- data/lib/ory-kratos-client/models/{message.rb → plugin_config_network.rb} +17 -38
- data/lib/ory-kratos-client/models/plugin_config_rootfs.rb +232 -0
- data/lib/ory-kratos-client/models/plugin_config_user.rb +230 -0
- data/lib/ory-kratos-client/models/plugin_device.rb +272 -0
- data/lib/ory-kratos-client/models/plugin_env.rb +272 -0
- data/lib/ory-kratos-client/models/{settings_flow_method_config.rb → plugin_interface_type.rb} +40 -52
- data/lib/ory-kratos-client/models/plugin_mount.rb +319 -0
- data/lib/ory-kratos-client/models/plugin_settings.rb +277 -0
- data/lib/ory-kratos-client/models/port.rb +260 -0
- data/lib/ory-kratos-client/models/recovery_address.rb +5 -5
- data/lib/ory-kratos-client/models/recovery_flow.rb +24 -38
- data/lib/ory-kratos-client/models/recovery_link.rb +5 -5
- data/lib/ory-kratos-client/models/registration_flow.rb +24 -38
- data/lib/ory-kratos-client/models/registration_via_api_response.rb +5 -5
- data/lib/ory-kratos-client/models/revoke_session.rb +5 -5
- data/lib/ory-kratos-client/models/service_update_response.rb +222 -0
- data/lib/ory-kratos-client/models/session.rb +5 -5
- data/lib/ory-kratos-client/models/settings_flow.rb +24 -38
- data/lib/ory-kratos-client/models/{login_flow_method_config.rb → settings_profile_form_config.rb} +22 -35
- data/lib/ory-kratos-client/models/settings_via_api_response.rb +5 -5
- data/lib/ory-kratos-client/models/submit_self_service_browser_settings_oidc_flow_payload.rb +239 -0
- data/lib/ory-kratos-client/models/submit_self_service_login_flow.rb +104 -0
- data/lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method.rb +249 -0
- data/lib/ory-kratos-client/models/{complete_self_service_recovery_flow_with_link_method.rb → submit_self_service_recovery_flow_with_link_method.rb} +8 -8
- data/lib/ory-kratos-client/models/submit_self_service_registration_flow.rb +104 -0
- data/lib/ory-kratos-client/models/{recovery_flow_method_config.rb → submit_self_service_registration_flow_with_password_method.rb} +38 -50
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow.rb +105 -0
- data/lib/ory-kratos-client/models/{complete_self_service_settings_flow_with_password_method.rb → submit_self_service_settings_flow_with_password_method.rb} +19 -9
- data/lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method.rb +245 -0
- data/lib/ory-kratos-client/models/{complete_self_service_verification_flow_with_link_method.rb → submit_self_service_verification_flow_with_link_method.rb} +9 -8
- data/lib/ory-kratos-client/models/{registration_flow_method_config.rb → ui_container.rb} +23 -35
- data/lib/ory-kratos-client/models/ui_node.rb +282 -0
- data/lib/ory-kratos-client/models/{verification_flow_method.rb → ui_node_anchor_attributes.rb} +28 -28
- data/lib/ory-kratos-client/models/ui_node_attributes.rb +107 -0
- data/lib/ory-kratos-client/models/ui_node_image_attributes.rb +224 -0
- data/lib/ory-kratos-client/models/{form_field.rb → ui_node_input_attributes.rb} +26 -25
- data/lib/ory-kratos-client/models/ui_node_input_attributes_value.rb +106 -0
- data/lib/ory-kratos-client/models/{login_flow_method.rb → ui_node_text_attributes.rb} +18 -33
- data/lib/ory-kratos-client/models/{verification_flow_method_config.rb → ui_text.rb} +44 -49
- data/lib/ory-kratos-client/models/update_identity.rb +5 -5
- data/lib/ory-kratos-client/models/verifiable_address.rb +5 -5
- data/lib/ory-kratos-client/models/verification_flow.rb +32 -36
- data/lib/ory-kratos-client/models/version.rb +5 -5
- data/lib/ory-kratos-client/models/volume.rb +335 -0
- data/lib/ory-kratos-client/models/volume_usage_data.rb +240 -0
- data/lib/ory-kratos-client/version.rb +6 -6
- data/ory-kratos-client.gemspec +7 -7
- data/spec/api/admin_api_spec.rb +134 -41
- data/spec/api/public_api_spec.rb +268 -37
- data/spec/api_client_spec.rb +5 -5
- data/spec/configuration_spec.rb +8 -8
- data/spec/models/authenticate_ok_body_spec.rb +40 -0
- data/spec/models/container_change_response_item_spec.rb +40 -0
- data/spec/models/container_create_created_body_spec.rb +40 -0
- data/spec/models/container_top_ok_body_spec.rb +40 -0
- data/spec/models/container_update_ok_body_spec.rb +34 -0
- data/spec/models/container_wait_ok_body_error_spec.rb +34 -0
- data/spec/models/container_wait_ok_body_spec.rb +40 -0
- data/spec/models/create_identity_spec.rb +8 -15
- data/spec/models/create_recovery_link_spec.rb +8 -15
- data/spec/models/error_container_spec.rb +8 -15
- data/spec/models/error_response_spec.rb +34 -0
- data/spec/models/generic_error_payload_spec.rb +8 -15
- data/spec/models/generic_error_spec.rb +8 -33
- data/spec/models/graph_driver_data_spec.rb +40 -0
- data/spec/models/health_not_ready_status_spec.rb +8 -15
- data/spec/models/health_status_spec.rb +8 -15
- data/spec/models/id_response_spec.rb +34 -0
- data/spec/models/identity_credentials_spec.rb +46 -0
- data/spec/models/identity_spec.rb +27 -16
- data/spec/models/image_delete_response_item_spec.rb +40 -0
- data/spec/models/image_summary_spec.rb +88 -0
- data/spec/models/inline_response2001_spec.rb +34 -0
- data/spec/models/inline_response200_spec.rb +34 -0
- data/spec/models/inline_response503_spec.rb +34 -0
- data/spec/models/login_flow_spec.rb +11 -24
- data/spec/models/login_via_api_response_spec.rb +8 -15
- data/spec/models/meta_spec.rb +34 -0
- data/spec/models/plugin_config_args_spec.rb +52 -0
- data/spec/models/plugin_config_interface_spec.rb +40 -0
- data/spec/models/plugin_config_linux_spec.rb +46 -0
- data/spec/models/plugin_config_network_spec.rb +34 -0
- data/spec/models/plugin_config_rootfs_spec.rb +40 -0
- data/spec/models/plugin_config_spec.rb +124 -0
- data/spec/models/plugin_config_user_spec.rb +40 -0
- data/spec/models/plugin_device_spec.rb +52 -0
- data/spec/models/plugin_env_spec.rb +52 -0
- data/spec/models/plugin_interface_type_spec.rb +46 -0
- data/spec/models/{settings_request_spec.rb → plugin_mount_spec.rb} +18 -31
- data/spec/models/plugin_settings_spec.rb +52 -0
- data/spec/models/{registration_request_spec.rb → plugin_spec.rb} +16 -23
- data/spec/models/port_spec.rb +52 -0
- data/spec/models/recovery_address_spec.rb +8 -15
- data/spec/models/recovery_flow_spec.rb +12 -25
- data/spec/models/recovery_link_spec.rb +8 -15
- data/spec/models/registration_flow_spec.rb +11 -24
- data/spec/models/registration_via_api_response_spec.rb +8 -15
- data/spec/models/revoke_session_spec.rb +8 -15
- data/spec/models/service_update_response_spec.rb +34 -0
- data/spec/models/session_spec.rb +17 -18
- data/spec/models/settings_flow_spec.rb +12 -25
- data/spec/models/settings_profile_form_config_spec.rb +52 -0
- data/spec/models/settings_via_api_response_spec.rb +8 -15
- data/spec/models/submit_self_service_browser_settings_oidc_flow_payload_spec.rb +46 -0
- data/spec/models/submit_self_service_login_flow_spec.rb +31 -0
- data/spec/models/submit_self_service_login_flow_with_password_method_spec.rb +52 -0
- data/spec/models/submit_self_service_recovery_flow_with_link_method_spec.rb +40 -0
- data/spec/models/submit_self_service_registration_flow_spec.rb +31 -0
- data/spec/models/submit_self_service_registration_flow_with_password_method_spec.rb +46 -0
- data/spec/models/submit_self_service_settings_flow_spec.rb +31 -0
- data/spec/models/submit_self_service_settings_flow_with_password_method_spec.rb +46 -0
- data/spec/models/submit_self_service_settings_flow_with_profile_method_spec.rb +46 -0
- data/spec/models/submit_self_service_verification_flow_with_link_method_spec.rb +40 -0
- data/spec/models/{registration_flow_method_config_spec.rb → ui_container_spec.rb} +12 -25
- data/spec/models/ui_node_anchor_attributes_spec.rb +40 -0
- data/spec/models/ui_node_attributes_spec.rb +31 -0
- data/spec/models/ui_node_image_attributes_spec.rb +34 -0
- data/spec/models/{verification_request_spec.rb → ui_node_input_attributes_spec.rb} +18 -25
- data/spec/models/ui_node_input_attributes_value_spec.rb +31 -0
- data/spec/models/{login_flow_method_config_spec.rb → ui_node_spec.rb} +15 -22
- data/spec/models/ui_node_text_attributes_spec.rb +34 -0
- data/spec/models/{message_spec.rb → ui_text_spec.rb} +11 -18
- data/spec/models/update_identity_spec.rb +8 -15
- data/spec/models/verifiable_address_spec.rb +10 -17
- data/spec/models/verification_flow_spec.rb +12 -25
- data/spec/models/version_spec.rb +8 -15
- data/spec/models/{recovery_request_spec.rb → volume_spec.rb} +24 -25
- data/spec/models/volume_usage_data_spec.rb +40 -0
- data/spec/spec_helper.rb +5 -5
- metadata +225 -160
- data/docs/CommonApi.md +0 -345
- data/docs/CompleteSelfServiceBrowserProfileManagementFlowPayload.md +0 -17
- data/docs/CompleteSelfServiceBrowserSettingsStrategyProfileFlowPayload.md +0 -19
- data/docs/CompleteSelfServiceLoginFlowWithPasswordMethod.md +0 -22
- data/docs/Error.md +0 -17
- data/docs/Form.md +0 -23
- data/docs/FormField.md +0 -30
- data/docs/HealthApi.md +0 -131
- data/docs/LoginFlowMethod.md +0 -20
- data/docs/LoginFlowMethodConfig.md +0 -26
- data/docs/LoginRequest.md +0 -31
- data/docs/LoginRequestMethod.md +0 -19
- data/docs/LoginRequestMethodConfig.md +0 -25
- data/docs/Message.md +0 -24
- data/docs/OidcStrategyCredentialsConfig.md +0 -19
- data/docs/OidcStrategyRequestMethod.md +0 -25
- data/docs/ProfileManagementRequest.md +0 -29
- data/docs/ProviderCredentialsConfig.md +0 -19
- data/docs/RecoveryFlowMethod.md +0 -20
- data/docs/RecoveryRequest.md +0 -31
- data/docs/RecoveryRequestMethod.md +0 -19
- data/docs/RegistrationFlowMethod.md +0 -20
- data/docs/RegistrationFlowMethodConfig.md +0 -26
- data/docs/RegistrationRequest.md +0 -29
- data/docs/RegistrationRequestMethod.md +0 -19
- data/docs/RegistrationRequestMethodConfig.md +0 -25
- data/docs/RequestMethodConfig.md +0 -23
- data/docs/SettingsFlowMethod.md +0 -20
- data/docs/SettingsRequest.md +0 -33
- data/docs/SettingsRequestMethod.md +0 -19
- data/docs/VerificationFlowMethod.md +0 -20
- data/docs/VerificationFlowMethodConfig.md +0 -24
- data/docs/VerificationRequest.md +0 -31
- data/docs/VersionApi.md +0 -69
- data/lib/ory-kratos-client/api/common_api.rb +0 -456
- data/lib/ory-kratos-client/api/health_api.rb +0 -136
- data/lib/ory-kratos-client/api/version_api.rb +0 -79
- data/lib/ory-kratos-client/models/complete_self_service_browser_profile_management_flow_payload.rb +0 -212
- data/lib/ory-kratos-client/models/complete_self_service_browser_settings_strategy_profile_flow_payload.rb +0 -222
- data/lib/ory-kratos-client/models/error.rb +0 -207
- data/lib/ory-kratos-client/models/form.rb +0 -256
- data/lib/ory-kratos-client/models/login_request.rb +0 -304
- data/lib/ory-kratos-client/models/login_request_method.rb +0 -226
- data/lib/ory-kratos-client/models/login_request_method_config.rb +0 -267
- data/lib/ory-kratos-client/models/oidc_strategy_credentials_config.rb +0 -215
- data/lib/ory-kratos-client/models/oidc_strategy_request_method.rb +0 -252
- data/lib/ory-kratos-client/models/profile_management_request.rb +0 -300
- data/lib/ory-kratos-client/models/provider_credentials_config.rb +0 -215
- data/lib/ory-kratos-client/models/recovery_request.rb +0 -309
- data/lib/ory-kratos-client/models/recovery_request_method.rb +0 -216
- data/lib/ory-kratos-client/models/registration_request.rb +0 -294
- data/lib/ory-kratos-client/models/registration_request_method.rb +0 -216
- data/lib/ory-kratos-client/models/registration_request_method_config.rb +0 -267
- data/lib/ory-kratos-client/models/request_method_config.rb +0 -255
- data/lib/ory-kratos-client/models/settings_request.rb +0 -323
- data/lib/ory-kratos-client/models/settings_request_method.rb +0 -216
- data/lib/ory-kratos-client/models/verification_request.rb +0 -276
- data/spec/api/common_api_spec.rb +0 -83
- data/spec/api/health_api_spec.rb +0 -57
- data/spec/api/version_api_spec.rb +0 -46
- data/spec/models/complete_self_service_browser_profile_management_flow_payload_spec.rb +0 -41
- data/spec/models/complete_self_service_browser_settings_strategy_profile_flow_payload_spec.rb +0 -47
- data/spec/models/complete_self_service_login_flow_with_password_method_spec.rb +0 -53
- data/spec/models/complete_self_service_recovery_flow_with_link_method_spec.rb +0 -47
- data/spec/models/complete_self_service_settings_flow_with_password_method_spec.rb +0 -47
- data/spec/models/complete_self_service_verification_flow_with_link_method_spec.rb +0 -47
- data/spec/models/error_spec.rb +0 -41
- data/spec/models/form_field_spec.rb +0 -65
- data/spec/models/form_spec.rb +0 -59
- data/spec/models/login_flow_method_spec.rb +0 -47
- data/spec/models/login_request_method_config_spec.rb +0 -35
- data/spec/models/login_request_method_spec.rb +0 -47
- data/spec/models/login_request_spec.rb +0 -71
- data/spec/models/oidc_strategy_credentials_config_spec.rb +0 -47
- data/spec/models/oidc_strategy_request_method_spec.rb +0 -65
- data/spec/models/profile_management_request_spec.rb +0 -77
- data/spec/models/provider_credentials_config_spec.rb +0 -47
- data/spec/models/recovery_flow_method_config_spec.rb +0 -59
- data/spec/models/recovery_flow_method_spec.rb +0 -47
- data/spec/models/recovery_request_method_spec.rb +0 -47
- data/spec/models/registration_flow_method_spec.rb +0 -47
- data/spec/models/registration_request_method_config_spec.rb +0 -35
- data/spec/models/registration_request_method_spec.rb +0 -47
- data/spec/models/request_method_config_spec.rb +0 -59
- data/spec/models/settings_flow_method_config_spec.rb +0 -59
- data/spec/models/settings_flow_method_spec.rb +0 -47
- data/spec/models/settings_request_method_spec.rb +0 -47
- data/spec/models/verification_flow_method_config_spec.rb +0 -59
- data/spec/models/verification_flow_method_spec.rb +0 -47
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
|
-
#Ory Kratos
|
2
|
+
#Ory Kratos API
|
3
3
|
|
4
|
-
#
|
5
|
-
|
6
|
-
The version of the OpenAPI document: v0.4.6-alpha.1
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
7
5
|
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.38
|
7
|
+
Contact: hi@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,22 +14,15 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for OryHydraClient::
|
17
|
+
# Unit tests for OryHydraClient::UiText
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
|
22
|
-
# run before each test
|
23
|
-
@instance = OryHydraClient::Message.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
20
|
+
describe OryHydraClient::UiText do
|
21
|
+
let(:instance) { OryHydraClient::UiText.new }
|
29
22
|
|
30
|
-
describe 'test an instance of
|
31
|
-
it 'should create an instance of
|
32
|
-
expect(
|
23
|
+
describe 'test an instance of UiText' do
|
24
|
+
it 'should create an instance of UiText' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::UiText)
|
33
26
|
end
|
34
27
|
end
|
35
28
|
describe 'test attribute "context"' do
|
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
|
-
#Ory Kratos
|
2
|
+
#Ory Kratos API
|
3
3
|
|
4
|
-
#
|
5
|
-
|
6
|
-
The version of the OpenAPI document: v0.5.0-alpha.1
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
7
5
|
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.38
|
7
|
+
Contact: hi@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -17,19 +17,12 @@ require 'date'
|
|
17
17
|
# Unit tests for OryHydraClient::UpdateIdentity
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
|
22
|
-
# run before each test
|
23
|
-
@instance = OryHydraClient::UpdateIdentity.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
20
|
+
describe OryHydraClient::UpdateIdentity do
|
21
|
+
let(:instance) { OryHydraClient::UpdateIdentity.new }
|
29
22
|
|
30
23
|
describe 'test an instance of UpdateIdentity' do
|
31
24
|
it 'should create an instance of UpdateIdentity' do
|
32
|
-
expect(
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::UpdateIdentity)
|
33
26
|
end
|
34
27
|
end
|
35
28
|
describe 'test attribute "schema_id"' do
|
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
|
-
#Ory Kratos
|
2
|
+
#Ory Kratos API
|
3
3
|
|
4
|
-
#
|
5
|
-
|
6
|
-
The version of the OpenAPI document: latest
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
7
5
|
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.38
|
7
|
+
Contact: hi@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -17,28 +17,21 @@ require 'date'
|
|
17
17
|
# Unit tests for OryHydraClient::VerifiableAddress
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
|
22
|
-
# run before each test
|
23
|
-
@instance = OryHydraClient::VerifiableAddress.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
20
|
+
describe OryHydraClient::VerifiableAddress do
|
21
|
+
let(:instance) { OryHydraClient::VerifiableAddress.new }
|
29
22
|
|
30
23
|
describe 'test an instance of VerifiableAddress' do
|
31
24
|
it 'should create an instance of VerifiableAddress' do
|
32
|
-
expect(
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::VerifiableAddress)
|
33
26
|
end
|
34
27
|
end
|
35
|
-
describe 'test attribute "
|
28
|
+
describe 'test attribute "id"' do
|
36
29
|
it 'should work' do
|
37
30
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
31
|
end
|
39
32
|
end
|
40
33
|
|
41
|
-
describe 'test attribute "
|
34
|
+
describe 'test attribute "status"' do
|
42
35
|
it 'should work' do
|
43
36
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
37
|
end
|
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
|
-
#Ory Kratos
|
2
|
+
#Ory Kratos API
|
3
3
|
|
4
|
-
#
|
5
|
-
|
6
|
-
The version of the OpenAPI document: v0.5.0-alpha.1
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
7
5
|
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.38
|
7
|
+
Contact: hi@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -17,19 +17,12 @@ require 'date'
|
|
17
17
|
# Unit tests for OryHydraClient::VerificationFlow
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
|
22
|
-
# run before each test
|
23
|
-
@instance = OryHydraClient::VerificationFlow.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
20
|
+
describe OryHydraClient::VerificationFlow do
|
21
|
+
let(:instance) { OryHydraClient::VerificationFlow.new }
|
29
22
|
|
30
23
|
describe 'test an instance of VerificationFlow' do
|
31
24
|
it 'should create an instance of VerificationFlow' do
|
32
|
-
expect(
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::VerificationFlow)
|
33
26
|
end
|
34
27
|
end
|
35
28
|
describe 'test attribute "active"' do
|
@@ -56,31 +49,25 @@ describe 'VerificationFlow' do
|
|
56
49
|
end
|
57
50
|
end
|
58
51
|
|
59
|
-
describe 'test attribute "
|
60
|
-
it 'should work' do
|
61
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
|
-
end
|
63
|
-
end
|
64
|
-
|
65
|
-
describe 'test attribute "methods"' do
|
52
|
+
describe 'test attribute "request_url"' do
|
66
53
|
it 'should work' do
|
67
54
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
55
|
end
|
69
56
|
end
|
70
57
|
|
71
|
-
describe 'test attribute "
|
58
|
+
describe 'test attribute "state"' do
|
72
59
|
it 'should work' do
|
73
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
61
|
end
|
75
62
|
end
|
76
63
|
|
77
|
-
describe 'test attribute "
|
64
|
+
describe 'test attribute "type"' do
|
78
65
|
it 'should work' do
|
79
66
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
67
|
end
|
81
68
|
end
|
82
69
|
|
83
|
-
describe 'test attribute "
|
70
|
+
describe 'test attribute "ui"' do
|
84
71
|
it 'should work' do
|
85
72
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
86
73
|
end
|
data/spec/models/version_spec.rb
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
|
-
#Ory Kratos
|
2
|
+
#Ory Kratos API
|
3
3
|
|
4
|
-
#
|
5
|
-
|
6
|
-
The version of the OpenAPI document: v0.0.0-alpha.1
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
7
5
|
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.38
|
7
|
+
Contact: hi@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -17,19 +17,12 @@ require 'date'
|
|
17
17
|
# Unit tests for OryHydraClient::Version
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
|
22
|
-
# run before each test
|
23
|
-
@instance = OryHydraClient::Version.new
|
24
|
-
end
|
25
|
-
|
26
|
-
after do
|
27
|
-
# run after each test
|
28
|
-
end
|
20
|
+
describe OryHydraClient::Version do
|
21
|
+
let(:instance) { OryHydraClient::Version.new }
|
29
22
|
|
30
23
|
describe 'test an instance of Version' do
|
31
24
|
it 'should create an instance of Version' do
|
32
|
-
expect(
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::Version)
|
33
26
|
end
|
34
27
|
end
|
35
28
|
describe 'test attribute "version"' do
|
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
|
-
#Ory Kratos
|
2
|
+
#Ory Kratos API
|
3
3
|
|
4
|
-
#
|
5
|
-
|
6
|
-
The version of the OpenAPI document: v0.4.6-alpha.1
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
7
5
|
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.38
|
7
|
+
Contact: hi@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version:
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -14,67 +14,66 @@ require 'spec_helper'
|
|
14
14
|
require 'json'
|
15
15
|
require 'date'
|
16
16
|
|
17
|
-
# Unit tests for OryHydraClient::
|
17
|
+
# Unit tests for OryHydraClient::Volume
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
19
|
# Please update as you see appropriate
|
20
|
-
describe
|
21
|
-
|
22
|
-
# run before each test
|
23
|
-
@instance = OryHydraClient::RecoveryRequest.new
|
24
|
-
end
|
20
|
+
describe OryHydraClient::Volume do
|
21
|
+
let(:instance) { OryHydraClient::Volume.new }
|
25
22
|
|
26
|
-
|
27
|
-
|
23
|
+
describe 'test an instance of Volume' do
|
24
|
+
it 'should create an instance of Volume' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::Volume)
|
26
|
+
end
|
28
27
|
end
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
expect(@instance).to be_instance_of(OryHydraClient::RecoveryRequest)
|
28
|
+
describe 'test attribute "created_at"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
33
31
|
end
|
34
32
|
end
|
35
|
-
|
33
|
+
|
34
|
+
describe 'test attribute "driver"' do
|
36
35
|
it 'should work' do
|
37
36
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
38
37
|
end
|
39
38
|
end
|
40
39
|
|
41
|
-
describe 'test attribute "
|
40
|
+
describe 'test attribute "labels"' do
|
42
41
|
it 'should work' do
|
43
42
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
43
|
end
|
45
44
|
end
|
46
45
|
|
47
|
-
describe 'test attribute "
|
46
|
+
describe 'test attribute "mountpoint"' do
|
48
47
|
it 'should work' do
|
49
48
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
50
49
|
end
|
51
50
|
end
|
52
51
|
|
53
|
-
describe 'test attribute "
|
52
|
+
describe 'test attribute "name"' do
|
54
53
|
it 'should work' do
|
55
54
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
56
55
|
end
|
57
56
|
end
|
58
57
|
|
59
|
-
describe 'test attribute "
|
58
|
+
describe 'test attribute "options"' do
|
60
59
|
it 'should work' do
|
61
60
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
62
61
|
end
|
63
62
|
end
|
64
63
|
|
65
|
-
describe 'test attribute "
|
64
|
+
describe 'test attribute "scope"' do
|
66
65
|
it 'should work' do
|
67
66
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
68
67
|
end
|
69
68
|
end
|
70
69
|
|
71
|
-
describe 'test attribute "
|
70
|
+
describe 'test attribute "status"' do
|
72
71
|
it 'should work' do
|
73
72
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
74
73
|
end
|
75
74
|
end
|
76
75
|
|
77
|
-
describe 'test attribute "
|
76
|
+
describe 'test attribute "usage_data"' do
|
78
77
|
it 'should work' do
|
79
78
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
80
79
|
end
|
@@ -0,0 +1,40 @@
|
|
1
|
+
=begin
|
2
|
+
#Ory Kratos API
|
3
|
+
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v0.0.0-alpha.38
|
7
|
+
Contact: hi@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.1.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for OryHydraClient::VolumeUsageData
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryHydraClient::VolumeUsageData do
|
21
|
+
let(:instance) { OryHydraClient::VolumeUsageData.new }
|
22
|
+
|
23
|
+
describe 'test an instance of VolumeUsageData' do
|
24
|
+
it 'should create an instance of VolumeUsageData' do
|
25
|
+
expect(instance).to be_instance_of(OryHydraClient::VolumeUsageData)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "ref_count"' do
|
29
|
+
it 'should work' do
|
30
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
31
|
+
end
|
32
|
+
end
|
33
|
+
|
34
|
+
describe 'test attribute "size"' do
|
35
|
+
it 'should work' do
|
36
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
end
|
data/spec/spec_helper.rb
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
|
-
#Ory Kratos
|
2
|
+
#Ory Kratos API
|
3
3
|
|
4
|
-
#
|
5
|
-
|
6
|
-
The version of the OpenAPI document: v0.5.5-alpha.2
|
4
|
+
#Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests.
|
7
5
|
|
6
|
+
The version of the OpenAPI document: v0.6.0-alpha.4
|
7
|
+
Contact: hi@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
OpenAPI Generator version: 5.
|
9
|
+
OpenAPI Generator version: 5.1.1
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ory-kratos-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0.alpha4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ORY GmbH
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -50,7 +50,12 @@ dependencies:
|
|
50
50
|
- - ">="
|
51
51
|
- !ruby/object:Gem::Version
|
52
52
|
version: 3.6.0
|
53
|
-
description:
|
53
|
+
description: 'Documentation for all public and administrative Ory Kratos APIs. Public
|
54
|
+
and administrative APIs are exposed on different ports. Public APIs can face the
|
55
|
+
public internet without any protection while administrative APIs should never be
|
56
|
+
exposed without prior authorization. To protect the administative API port you should
|
57
|
+
use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing
|
58
|
+
incoming requests. '
|
54
59
|
email:
|
55
60
|
- opensource@ory.sh
|
56
61
|
executables: []
|
@@ -61,205 +66,250 @@ files:
|
|
61
66
|
- README.md
|
62
67
|
- Rakefile
|
63
68
|
- docs/AdminApi.md
|
64
|
-
- docs/
|
65
|
-
- docs/
|
66
|
-
- docs/
|
67
|
-
- docs/
|
68
|
-
- docs/
|
69
|
-
- docs/
|
70
|
-
- docs/
|
69
|
+
- docs/AuthenticateOKBody.md
|
70
|
+
- docs/ContainerChangeResponseItem.md
|
71
|
+
- docs/ContainerCreateCreatedBody.md
|
72
|
+
- docs/ContainerTopOKBody.md
|
73
|
+
- docs/ContainerUpdateOKBody.md
|
74
|
+
- docs/ContainerWaitOKBody.md
|
75
|
+
- docs/ContainerWaitOKBodyError.md
|
71
76
|
- docs/CreateIdentity.md
|
72
77
|
- docs/CreateRecoveryLink.md
|
73
|
-
- docs/Error.md
|
74
78
|
- docs/ErrorContainer.md
|
75
|
-
- docs/
|
76
|
-
- docs/FormField.md
|
79
|
+
- docs/ErrorResponse.md
|
77
80
|
- docs/GenericError.md
|
78
81
|
- docs/GenericErrorPayload.md
|
79
|
-
- docs/
|
82
|
+
- docs/GraphDriverData.md
|
80
83
|
- docs/HealthNotReadyStatus.md
|
81
84
|
- docs/HealthStatus.md
|
85
|
+
- docs/IdResponse.md
|
82
86
|
- docs/Identity.md
|
87
|
+
- docs/IdentityCredentials.md
|
88
|
+
- docs/ImageDeleteResponseItem.md
|
89
|
+
- docs/ImageSummary.md
|
90
|
+
- docs/InlineResponse200.md
|
91
|
+
- docs/InlineResponse2001.md
|
92
|
+
- docs/InlineResponse503.md
|
83
93
|
- docs/LoginFlow.md
|
84
|
-
- docs/LoginFlowMethod.md
|
85
|
-
- docs/LoginFlowMethodConfig.md
|
86
|
-
- docs/LoginRequest.md
|
87
|
-
- docs/LoginRequestMethod.md
|
88
|
-
- docs/LoginRequestMethodConfig.md
|
89
94
|
- docs/LoginViaApiResponse.md
|
90
|
-
- docs/
|
91
|
-
- docs/
|
92
|
-
- docs/
|
93
|
-
- docs/
|
94
|
-
- docs/
|
95
|
+
- docs/Meta.md
|
96
|
+
- docs/Plugin.md
|
97
|
+
- docs/PluginConfig.md
|
98
|
+
- docs/PluginConfigArgs.md
|
99
|
+
- docs/PluginConfigInterface.md
|
100
|
+
- docs/PluginConfigLinux.md
|
101
|
+
- docs/PluginConfigNetwork.md
|
102
|
+
- docs/PluginConfigRootfs.md
|
103
|
+
- docs/PluginConfigUser.md
|
104
|
+
- docs/PluginDevice.md
|
105
|
+
- docs/PluginEnv.md
|
106
|
+
- docs/PluginInterfaceType.md
|
107
|
+
- docs/PluginMount.md
|
108
|
+
- docs/PluginSettings.md
|
109
|
+
- docs/Port.md
|
95
110
|
- docs/PublicApi.md
|
96
111
|
- docs/RecoveryAddress.md
|
97
112
|
- docs/RecoveryFlow.md
|
98
|
-
- docs/RecoveryFlowMethod.md
|
99
|
-
- docs/RecoveryFlowMethodConfig.md
|
100
113
|
- docs/RecoveryLink.md
|
101
|
-
- docs/RecoveryRequest.md
|
102
|
-
- docs/RecoveryRequestMethod.md
|
103
114
|
- docs/RegistrationFlow.md
|
104
|
-
- docs/RegistrationFlowMethod.md
|
105
|
-
- docs/RegistrationFlowMethodConfig.md
|
106
|
-
- docs/RegistrationRequest.md
|
107
|
-
- docs/RegistrationRequestMethod.md
|
108
|
-
- docs/RegistrationRequestMethodConfig.md
|
109
115
|
- docs/RegistrationViaApiResponse.md
|
110
|
-
- docs/RequestMethodConfig.md
|
111
116
|
- docs/RevokeSession.md
|
117
|
+
- docs/ServiceUpdateResponse.md
|
112
118
|
- docs/Session.md
|
113
119
|
- docs/SettingsFlow.md
|
114
|
-
- docs/
|
115
|
-
- docs/SettingsFlowMethodConfig.md
|
116
|
-
- docs/SettingsRequest.md
|
117
|
-
- docs/SettingsRequestMethod.md
|
120
|
+
- docs/SettingsProfileFormConfig.md
|
118
121
|
- docs/SettingsViaApiResponse.md
|
122
|
+
- docs/SubmitSelfServiceBrowserSettingsOIDCFlowPayload.md
|
123
|
+
- docs/SubmitSelfServiceLoginFlow.md
|
124
|
+
- docs/SubmitSelfServiceLoginFlowWithPasswordMethod.md
|
125
|
+
- docs/SubmitSelfServiceRecoveryFlowWithLinkMethod.md
|
126
|
+
- docs/SubmitSelfServiceRegistrationFlow.md
|
127
|
+
- docs/SubmitSelfServiceRegistrationFlowWithPasswordMethod.md
|
128
|
+
- docs/SubmitSelfServiceSettingsFlow.md
|
129
|
+
- docs/SubmitSelfServiceSettingsFlowWithPasswordMethod.md
|
130
|
+
- docs/SubmitSelfServiceSettingsFlowWithProfileMethod.md
|
131
|
+
- docs/SubmitSelfServiceVerificationFlowWithLinkMethod.md
|
132
|
+
- docs/UiContainer.md
|
133
|
+
- docs/UiNode.md
|
134
|
+
- docs/UiNodeAnchorAttributes.md
|
135
|
+
- docs/UiNodeAttributes.md
|
136
|
+
- docs/UiNodeImageAttributes.md
|
137
|
+
- docs/UiNodeInputAttributes.md
|
138
|
+
- docs/UiNodeInputAttributesValue.md
|
139
|
+
- docs/UiNodeTextAttributes.md
|
140
|
+
- docs/UiText.md
|
119
141
|
- docs/UpdateIdentity.md
|
120
142
|
- docs/VerifiableAddress.md
|
121
143
|
- docs/VerificationFlow.md
|
122
|
-
- docs/VerificationFlowMethod.md
|
123
|
-
- docs/VerificationFlowMethodConfig.md
|
124
|
-
- docs/VerificationRequest.md
|
125
144
|
- docs/Version.md
|
126
|
-
- docs/
|
145
|
+
- docs/Volume.md
|
146
|
+
- docs/VolumeUsageData.md
|
127
147
|
- lib/ory-kratos-client.rb
|
128
148
|
- lib/ory-kratos-client/api/admin_api.rb
|
129
|
-
- lib/ory-kratos-client/api/common_api.rb
|
130
|
-
- lib/ory-kratos-client/api/health_api.rb
|
131
149
|
- lib/ory-kratos-client/api/public_api.rb
|
132
|
-
- lib/ory-kratos-client/api/version_api.rb
|
133
150
|
- lib/ory-kratos-client/api_client.rb
|
134
151
|
- lib/ory-kratos-client/api_error.rb
|
135
152
|
- lib/ory-kratos-client/configuration.rb
|
136
|
-
- lib/ory-kratos-client/models/
|
137
|
-
- lib/ory-kratos-client/models/
|
138
|
-
- lib/ory-kratos-client/models/
|
139
|
-
- lib/ory-kratos-client/models/
|
140
|
-
- lib/ory-kratos-client/models/
|
141
|
-
- lib/ory-kratos-client/models/
|
153
|
+
- lib/ory-kratos-client/models/authenticate_ok_body.rb
|
154
|
+
- lib/ory-kratos-client/models/container_change_response_item.rb
|
155
|
+
- lib/ory-kratos-client/models/container_create_created_body.rb
|
156
|
+
- lib/ory-kratos-client/models/container_top_ok_body.rb
|
157
|
+
- lib/ory-kratos-client/models/container_update_ok_body.rb
|
158
|
+
- lib/ory-kratos-client/models/container_wait_ok_body.rb
|
159
|
+
- lib/ory-kratos-client/models/container_wait_ok_body_error.rb
|
142
160
|
- lib/ory-kratos-client/models/create_identity.rb
|
143
161
|
- lib/ory-kratos-client/models/create_recovery_link.rb
|
144
|
-
- lib/ory-kratos-client/models/error.rb
|
145
162
|
- lib/ory-kratos-client/models/error_container.rb
|
146
|
-
- lib/ory-kratos-client/models/
|
147
|
-
- lib/ory-kratos-client/models/form_field.rb
|
163
|
+
- lib/ory-kratos-client/models/error_response.rb
|
148
164
|
- lib/ory-kratos-client/models/generic_error.rb
|
149
165
|
- lib/ory-kratos-client/models/generic_error_payload.rb
|
166
|
+
- lib/ory-kratos-client/models/graph_driver_data.rb
|
150
167
|
- lib/ory-kratos-client/models/health_not_ready_status.rb
|
151
168
|
- lib/ory-kratos-client/models/health_status.rb
|
169
|
+
- lib/ory-kratos-client/models/id_response.rb
|
152
170
|
- lib/ory-kratos-client/models/identity.rb
|
171
|
+
- lib/ory-kratos-client/models/identity_credentials.rb
|
172
|
+
- lib/ory-kratos-client/models/image_delete_response_item.rb
|
173
|
+
- lib/ory-kratos-client/models/image_summary.rb
|
174
|
+
- lib/ory-kratos-client/models/inline_response200.rb
|
175
|
+
- lib/ory-kratos-client/models/inline_response2001.rb
|
176
|
+
- lib/ory-kratos-client/models/inline_response503.rb
|
153
177
|
- lib/ory-kratos-client/models/login_flow.rb
|
154
|
-
- lib/ory-kratos-client/models/login_flow_method.rb
|
155
|
-
- lib/ory-kratos-client/models/login_flow_method_config.rb
|
156
|
-
- lib/ory-kratos-client/models/login_request.rb
|
157
|
-
- lib/ory-kratos-client/models/login_request_method.rb
|
158
|
-
- lib/ory-kratos-client/models/login_request_method_config.rb
|
159
178
|
- lib/ory-kratos-client/models/login_via_api_response.rb
|
160
|
-
- lib/ory-kratos-client/models/
|
161
|
-
- lib/ory-kratos-client/models/
|
162
|
-
- lib/ory-kratos-client/models/
|
163
|
-
- lib/ory-kratos-client/models/
|
164
|
-
- lib/ory-kratos-client/models/
|
179
|
+
- lib/ory-kratos-client/models/meta.rb
|
180
|
+
- lib/ory-kratos-client/models/plugin.rb
|
181
|
+
- lib/ory-kratos-client/models/plugin_config.rb
|
182
|
+
- lib/ory-kratos-client/models/plugin_config_args.rb
|
183
|
+
- lib/ory-kratos-client/models/plugin_config_interface.rb
|
184
|
+
- lib/ory-kratos-client/models/plugin_config_linux.rb
|
185
|
+
- lib/ory-kratos-client/models/plugin_config_network.rb
|
186
|
+
- lib/ory-kratos-client/models/plugin_config_rootfs.rb
|
187
|
+
- lib/ory-kratos-client/models/plugin_config_user.rb
|
188
|
+
- lib/ory-kratos-client/models/plugin_device.rb
|
189
|
+
- lib/ory-kratos-client/models/plugin_env.rb
|
190
|
+
- lib/ory-kratos-client/models/plugin_interface_type.rb
|
191
|
+
- lib/ory-kratos-client/models/plugin_mount.rb
|
192
|
+
- lib/ory-kratos-client/models/plugin_settings.rb
|
193
|
+
- lib/ory-kratos-client/models/port.rb
|
165
194
|
- lib/ory-kratos-client/models/recovery_address.rb
|
166
195
|
- lib/ory-kratos-client/models/recovery_flow.rb
|
167
|
-
- lib/ory-kratos-client/models/recovery_flow_method.rb
|
168
|
-
- lib/ory-kratos-client/models/recovery_flow_method_config.rb
|
169
196
|
- lib/ory-kratos-client/models/recovery_link.rb
|
170
|
-
- lib/ory-kratos-client/models/recovery_request.rb
|
171
|
-
- lib/ory-kratos-client/models/recovery_request_method.rb
|
172
197
|
- lib/ory-kratos-client/models/registration_flow.rb
|
173
|
-
- lib/ory-kratos-client/models/registration_flow_method.rb
|
174
|
-
- lib/ory-kratos-client/models/registration_flow_method_config.rb
|
175
|
-
- lib/ory-kratos-client/models/registration_request.rb
|
176
|
-
- lib/ory-kratos-client/models/registration_request_method.rb
|
177
|
-
- lib/ory-kratos-client/models/registration_request_method_config.rb
|
178
198
|
- lib/ory-kratos-client/models/registration_via_api_response.rb
|
179
|
-
- lib/ory-kratos-client/models/request_method_config.rb
|
180
199
|
- lib/ory-kratos-client/models/revoke_session.rb
|
200
|
+
- lib/ory-kratos-client/models/service_update_response.rb
|
181
201
|
- lib/ory-kratos-client/models/session.rb
|
182
202
|
- lib/ory-kratos-client/models/settings_flow.rb
|
183
|
-
- lib/ory-kratos-client/models/
|
184
|
-
- lib/ory-kratos-client/models/settings_flow_method_config.rb
|
185
|
-
- lib/ory-kratos-client/models/settings_request.rb
|
186
|
-
- lib/ory-kratos-client/models/settings_request_method.rb
|
203
|
+
- lib/ory-kratos-client/models/settings_profile_form_config.rb
|
187
204
|
- lib/ory-kratos-client/models/settings_via_api_response.rb
|
205
|
+
- lib/ory-kratos-client/models/submit_self_service_browser_settings_oidc_flow_payload.rb
|
206
|
+
- lib/ory-kratos-client/models/submit_self_service_login_flow.rb
|
207
|
+
- lib/ory-kratos-client/models/submit_self_service_login_flow_with_password_method.rb
|
208
|
+
- lib/ory-kratos-client/models/submit_self_service_recovery_flow_with_link_method.rb
|
209
|
+
- lib/ory-kratos-client/models/submit_self_service_registration_flow.rb
|
210
|
+
- lib/ory-kratos-client/models/submit_self_service_registration_flow_with_password_method.rb
|
211
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow.rb
|
212
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_password_method.rb
|
213
|
+
- lib/ory-kratos-client/models/submit_self_service_settings_flow_with_profile_method.rb
|
214
|
+
- lib/ory-kratos-client/models/submit_self_service_verification_flow_with_link_method.rb
|
215
|
+
- lib/ory-kratos-client/models/ui_container.rb
|
216
|
+
- lib/ory-kratos-client/models/ui_node.rb
|
217
|
+
- lib/ory-kratos-client/models/ui_node_anchor_attributes.rb
|
218
|
+
- lib/ory-kratos-client/models/ui_node_attributes.rb
|
219
|
+
- lib/ory-kratos-client/models/ui_node_image_attributes.rb
|
220
|
+
- lib/ory-kratos-client/models/ui_node_input_attributes.rb
|
221
|
+
- lib/ory-kratos-client/models/ui_node_input_attributes_value.rb
|
222
|
+
- lib/ory-kratos-client/models/ui_node_text_attributes.rb
|
223
|
+
- lib/ory-kratos-client/models/ui_text.rb
|
188
224
|
- lib/ory-kratos-client/models/update_identity.rb
|
189
225
|
- lib/ory-kratos-client/models/verifiable_address.rb
|
190
226
|
- lib/ory-kratos-client/models/verification_flow.rb
|
191
|
-
- lib/ory-kratos-client/models/verification_flow_method.rb
|
192
|
-
- lib/ory-kratos-client/models/verification_flow_method_config.rb
|
193
|
-
- lib/ory-kratos-client/models/verification_request.rb
|
194
227
|
- lib/ory-kratos-client/models/version.rb
|
228
|
+
- lib/ory-kratos-client/models/volume.rb
|
229
|
+
- lib/ory-kratos-client/models/volume_usage_data.rb
|
195
230
|
- lib/ory-kratos-client/version.rb
|
196
231
|
- ory-kratos-client.gemspec
|
197
232
|
- spec/api/admin_api_spec.rb
|
198
|
-
- spec/api/common_api_spec.rb
|
199
|
-
- spec/api/health_api_spec.rb
|
200
233
|
- spec/api/public_api_spec.rb
|
201
|
-
- spec/api/version_api_spec.rb
|
202
234
|
- spec/api_client_spec.rb
|
203
235
|
- spec/configuration_spec.rb
|
204
|
-
- spec/models/
|
205
|
-
- spec/models/
|
206
|
-
- spec/models/
|
207
|
-
- spec/models/
|
208
|
-
- spec/models/
|
209
|
-
- spec/models/
|
236
|
+
- spec/models/authenticate_ok_body_spec.rb
|
237
|
+
- spec/models/container_change_response_item_spec.rb
|
238
|
+
- spec/models/container_create_created_body_spec.rb
|
239
|
+
- spec/models/container_top_ok_body_spec.rb
|
240
|
+
- spec/models/container_update_ok_body_spec.rb
|
241
|
+
- spec/models/container_wait_ok_body_error_spec.rb
|
242
|
+
- spec/models/container_wait_ok_body_spec.rb
|
210
243
|
- spec/models/create_identity_spec.rb
|
211
244
|
- spec/models/create_recovery_link_spec.rb
|
212
245
|
- spec/models/error_container_spec.rb
|
213
|
-
- spec/models/
|
214
|
-
- spec/models/form_field_spec.rb
|
215
|
-
- spec/models/form_spec.rb
|
246
|
+
- spec/models/error_response_spec.rb
|
216
247
|
- spec/models/generic_error_payload_spec.rb
|
217
248
|
- spec/models/generic_error_spec.rb
|
249
|
+
- spec/models/graph_driver_data_spec.rb
|
218
250
|
- spec/models/health_not_ready_status_spec.rb
|
219
251
|
- spec/models/health_status_spec.rb
|
252
|
+
- spec/models/id_response_spec.rb
|
253
|
+
- spec/models/identity_credentials_spec.rb
|
220
254
|
- spec/models/identity_spec.rb
|
221
|
-
- spec/models/
|
222
|
-
- spec/models/
|
255
|
+
- spec/models/image_delete_response_item_spec.rb
|
256
|
+
- spec/models/image_summary_spec.rb
|
257
|
+
- spec/models/inline_response2001_spec.rb
|
258
|
+
- spec/models/inline_response200_spec.rb
|
259
|
+
- spec/models/inline_response503_spec.rb
|
223
260
|
- spec/models/login_flow_spec.rb
|
224
|
-
- spec/models/login_request_method_config_spec.rb
|
225
|
-
- spec/models/login_request_method_spec.rb
|
226
|
-
- spec/models/login_request_spec.rb
|
227
261
|
- spec/models/login_via_api_response_spec.rb
|
228
|
-
- spec/models/
|
229
|
-
- spec/models/
|
230
|
-
- spec/models/
|
231
|
-
- spec/models/
|
232
|
-
- spec/models/
|
262
|
+
- spec/models/meta_spec.rb
|
263
|
+
- spec/models/plugin_config_args_spec.rb
|
264
|
+
- spec/models/plugin_config_interface_spec.rb
|
265
|
+
- spec/models/plugin_config_linux_spec.rb
|
266
|
+
- spec/models/plugin_config_network_spec.rb
|
267
|
+
- spec/models/plugin_config_rootfs_spec.rb
|
268
|
+
- spec/models/plugin_config_spec.rb
|
269
|
+
- spec/models/plugin_config_user_spec.rb
|
270
|
+
- spec/models/plugin_device_spec.rb
|
271
|
+
- spec/models/plugin_env_spec.rb
|
272
|
+
- spec/models/plugin_interface_type_spec.rb
|
273
|
+
- spec/models/plugin_mount_spec.rb
|
274
|
+
- spec/models/plugin_settings_spec.rb
|
275
|
+
- spec/models/plugin_spec.rb
|
276
|
+
- spec/models/port_spec.rb
|
233
277
|
- spec/models/recovery_address_spec.rb
|
234
|
-
- spec/models/recovery_flow_method_config_spec.rb
|
235
|
-
- spec/models/recovery_flow_method_spec.rb
|
236
278
|
- spec/models/recovery_flow_spec.rb
|
237
279
|
- spec/models/recovery_link_spec.rb
|
238
|
-
- spec/models/recovery_request_method_spec.rb
|
239
|
-
- spec/models/recovery_request_spec.rb
|
240
|
-
- spec/models/registration_flow_method_config_spec.rb
|
241
|
-
- spec/models/registration_flow_method_spec.rb
|
242
280
|
- spec/models/registration_flow_spec.rb
|
243
|
-
- spec/models/registration_request_method_config_spec.rb
|
244
|
-
- spec/models/registration_request_method_spec.rb
|
245
|
-
- spec/models/registration_request_spec.rb
|
246
281
|
- spec/models/registration_via_api_response_spec.rb
|
247
|
-
- spec/models/request_method_config_spec.rb
|
248
282
|
- spec/models/revoke_session_spec.rb
|
283
|
+
- spec/models/service_update_response_spec.rb
|
249
284
|
- spec/models/session_spec.rb
|
250
|
-
- spec/models/settings_flow_method_config_spec.rb
|
251
|
-
- spec/models/settings_flow_method_spec.rb
|
252
285
|
- spec/models/settings_flow_spec.rb
|
253
|
-
- spec/models/
|
254
|
-
- spec/models/settings_request_spec.rb
|
286
|
+
- spec/models/settings_profile_form_config_spec.rb
|
255
287
|
- spec/models/settings_via_api_response_spec.rb
|
288
|
+
- spec/models/submit_self_service_browser_settings_oidc_flow_payload_spec.rb
|
289
|
+
- spec/models/submit_self_service_login_flow_spec.rb
|
290
|
+
- spec/models/submit_self_service_login_flow_with_password_method_spec.rb
|
291
|
+
- spec/models/submit_self_service_recovery_flow_with_link_method_spec.rb
|
292
|
+
- spec/models/submit_self_service_registration_flow_spec.rb
|
293
|
+
- spec/models/submit_self_service_registration_flow_with_password_method_spec.rb
|
294
|
+
- spec/models/submit_self_service_settings_flow_spec.rb
|
295
|
+
- spec/models/submit_self_service_settings_flow_with_password_method_spec.rb
|
296
|
+
- spec/models/submit_self_service_settings_flow_with_profile_method_spec.rb
|
297
|
+
- spec/models/submit_self_service_verification_flow_with_link_method_spec.rb
|
298
|
+
- spec/models/ui_container_spec.rb
|
299
|
+
- spec/models/ui_node_anchor_attributes_spec.rb
|
300
|
+
- spec/models/ui_node_attributes_spec.rb
|
301
|
+
- spec/models/ui_node_image_attributes_spec.rb
|
302
|
+
- spec/models/ui_node_input_attributes_spec.rb
|
303
|
+
- spec/models/ui_node_input_attributes_value_spec.rb
|
304
|
+
- spec/models/ui_node_spec.rb
|
305
|
+
- spec/models/ui_node_text_attributes_spec.rb
|
306
|
+
- spec/models/ui_text_spec.rb
|
256
307
|
- spec/models/update_identity_spec.rb
|
257
308
|
- spec/models/verifiable_address_spec.rb
|
258
|
-
- spec/models/verification_flow_method_config_spec.rb
|
259
|
-
- spec/models/verification_flow_method_spec.rb
|
260
309
|
- spec/models/verification_flow_spec.rb
|
261
|
-
- spec/models/verification_request_spec.rb
|
262
310
|
- spec/models/version_spec.rb
|
311
|
+
- spec/models/volume_spec.rb
|
312
|
+
- spec/models/volume_usage_data_spec.rb
|
263
313
|
- spec/spec_helper.rb
|
264
314
|
homepage: https://www.ory.sh
|
265
315
|
licenses:
|
@@ -284,72 +334,87 @@ rubyforge_project:
|
|
284
334
|
rubygems_version: 2.7.6.2
|
285
335
|
signing_key:
|
286
336
|
specification_version: 4
|
287
|
-
summary: Ory Kratos Ruby Gem
|
337
|
+
summary: Ory Kratos API Ruby Gem
|
288
338
|
test_files:
|
289
339
|
- spec/api/admin_api_spec.rb
|
290
|
-
- spec/api/common_api_spec.rb
|
291
|
-
- spec/api/health_api_spec.rb
|
292
340
|
- spec/api/public_api_spec.rb
|
293
|
-
- spec/api/version_api_spec.rb
|
294
341
|
- spec/api_client_spec.rb
|
295
342
|
- spec/configuration_spec.rb
|
296
|
-
- spec/models/
|
297
|
-
- spec/models/
|
298
|
-
- spec/models/
|
299
|
-
- spec/models/
|
300
|
-
- spec/models/
|
301
|
-
- spec/models/
|
343
|
+
- spec/models/authenticate_ok_body_spec.rb
|
344
|
+
- spec/models/container_change_response_item_spec.rb
|
345
|
+
- spec/models/container_create_created_body_spec.rb
|
346
|
+
- spec/models/container_top_ok_body_spec.rb
|
347
|
+
- spec/models/container_update_ok_body_spec.rb
|
348
|
+
- spec/models/container_wait_ok_body_error_spec.rb
|
349
|
+
- spec/models/container_wait_ok_body_spec.rb
|
302
350
|
- spec/models/create_identity_spec.rb
|
303
351
|
- spec/models/create_recovery_link_spec.rb
|
304
352
|
- spec/models/error_container_spec.rb
|
305
|
-
- spec/models/
|
306
|
-
- spec/models/form_field_spec.rb
|
307
|
-
- spec/models/form_spec.rb
|
353
|
+
- spec/models/error_response_spec.rb
|
308
354
|
- spec/models/generic_error_payload_spec.rb
|
309
355
|
- spec/models/generic_error_spec.rb
|
356
|
+
- spec/models/graph_driver_data_spec.rb
|
310
357
|
- spec/models/health_not_ready_status_spec.rb
|
311
358
|
- spec/models/health_status_spec.rb
|
359
|
+
- spec/models/id_response_spec.rb
|
360
|
+
- spec/models/identity_credentials_spec.rb
|
312
361
|
- spec/models/identity_spec.rb
|
313
|
-
- spec/models/
|
314
|
-
- spec/models/
|
362
|
+
- spec/models/image_delete_response_item_spec.rb
|
363
|
+
- spec/models/image_summary_spec.rb
|
364
|
+
- spec/models/inline_response2001_spec.rb
|
365
|
+
- spec/models/inline_response200_spec.rb
|
366
|
+
- spec/models/inline_response503_spec.rb
|
315
367
|
- spec/models/login_flow_spec.rb
|
316
|
-
- spec/models/login_request_method_config_spec.rb
|
317
|
-
- spec/models/login_request_method_spec.rb
|
318
|
-
- spec/models/login_request_spec.rb
|
319
368
|
- spec/models/login_via_api_response_spec.rb
|
320
|
-
- spec/models/
|
321
|
-
- spec/models/
|
322
|
-
- spec/models/
|
323
|
-
- spec/models/
|
324
|
-
- spec/models/
|
369
|
+
- spec/models/meta_spec.rb
|
370
|
+
- spec/models/plugin_config_args_spec.rb
|
371
|
+
- spec/models/plugin_config_interface_spec.rb
|
372
|
+
- spec/models/plugin_config_linux_spec.rb
|
373
|
+
- spec/models/plugin_config_network_spec.rb
|
374
|
+
- spec/models/plugin_config_rootfs_spec.rb
|
375
|
+
- spec/models/plugin_config_spec.rb
|
376
|
+
- spec/models/plugin_config_user_spec.rb
|
377
|
+
- spec/models/plugin_device_spec.rb
|
378
|
+
- spec/models/plugin_env_spec.rb
|
379
|
+
- spec/models/plugin_interface_type_spec.rb
|
380
|
+
- spec/models/plugin_mount_spec.rb
|
381
|
+
- spec/models/plugin_settings_spec.rb
|
382
|
+
- spec/models/plugin_spec.rb
|
383
|
+
- spec/models/port_spec.rb
|
325
384
|
- spec/models/recovery_address_spec.rb
|
326
|
-
- spec/models/recovery_flow_method_config_spec.rb
|
327
|
-
- spec/models/recovery_flow_method_spec.rb
|
328
385
|
- spec/models/recovery_flow_spec.rb
|
329
386
|
- spec/models/recovery_link_spec.rb
|
330
|
-
- spec/models/recovery_request_method_spec.rb
|
331
|
-
- spec/models/recovery_request_spec.rb
|
332
|
-
- spec/models/registration_flow_method_config_spec.rb
|
333
|
-
- spec/models/registration_flow_method_spec.rb
|
334
387
|
- spec/models/registration_flow_spec.rb
|
335
|
-
- spec/models/registration_request_method_config_spec.rb
|
336
|
-
- spec/models/registration_request_method_spec.rb
|
337
|
-
- spec/models/registration_request_spec.rb
|
338
388
|
- spec/models/registration_via_api_response_spec.rb
|
339
|
-
- spec/models/request_method_config_spec.rb
|
340
389
|
- spec/models/revoke_session_spec.rb
|
390
|
+
- spec/models/service_update_response_spec.rb
|
341
391
|
- spec/models/session_spec.rb
|
342
|
-
- spec/models/settings_flow_method_config_spec.rb
|
343
|
-
- spec/models/settings_flow_method_spec.rb
|
344
392
|
- spec/models/settings_flow_spec.rb
|
345
|
-
- spec/models/
|
346
|
-
- spec/models/settings_request_spec.rb
|
393
|
+
- spec/models/settings_profile_form_config_spec.rb
|
347
394
|
- spec/models/settings_via_api_response_spec.rb
|
395
|
+
- spec/models/submit_self_service_browser_settings_oidc_flow_payload_spec.rb
|
396
|
+
- spec/models/submit_self_service_login_flow_spec.rb
|
397
|
+
- spec/models/submit_self_service_login_flow_with_password_method_spec.rb
|
398
|
+
- spec/models/submit_self_service_recovery_flow_with_link_method_spec.rb
|
399
|
+
- spec/models/submit_self_service_registration_flow_spec.rb
|
400
|
+
- spec/models/submit_self_service_registration_flow_with_password_method_spec.rb
|
401
|
+
- spec/models/submit_self_service_settings_flow_spec.rb
|
402
|
+
- spec/models/submit_self_service_settings_flow_with_password_method_spec.rb
|
403
|
+
- spec/models/submit_self_service_settings_flow_with_profile_method_spec.rb
|
404
|
+
- spec/models/submit_self_service_verification_flow_with_link_method_spec.rb
|
405
|
+
- spec/models/ui_container_spec.rb
|
406
|
+
- spec/models/ui_node_anchor_attributes_spec.rb
|
407
|
+
- spec/models/ui_node_attributes_spec.rb
|
408
|
+
- spec/models/ui_node_image_attributes_spec.rb
|
409
|
+
- spec/models/ui_node_input_attributes_spec.rb
|
410
|
+
- spec/models/ui_node_input_attributes_value_spec.rb
|
411
|
+
- spec/models/ui_node_spec.rb
|
412
|
+
- spec/models/ui_node_text_attributes_spec.rb
|
413
|
+
- spec/models/ui_text_spec.rb
|
348
414
|
- spec/models/update_identity_spec.rb
|
349
415
|
- spec/models/verifiable_address_spec.rb
|
350
|
-
- spec/models/verification_flow_method_config_spec.rb
|
351
|
-
- spec/models/verification_flow_method_spec.rb
|
352
416
|
- spec/models/verification_flow_spec.rb
|
353
|
-
- spec/models/verification_request_spec.rb
|
354
417
|
- spec/models/version_spec.rb
|
418
|
+
- spec/models/volume_spec.rb
|
419
|
+
- spec/models/volume_usage_data_spec.rb
|
355
420
|
- spec/spec_helper.rb
|