ory-client 1.4.8 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +10 -5
- data/docs/CreateEventStreamBody.md +22 -0
- data/docs/CreateProjectNormalizedPayload.md +4 -0
- data/docs/EventStream.md +28 -0
- data/docs/ListEventStreams.md +18 -0
- data/docs/Message.md +3 -1
- data/docs/NormalizedProjectRevision.md +4 -0
- data/docs/NormalizedProjectRevisionCourierChannel.md +42 -0
- data/docs/OAuth2LoginRequest.md +2 -2
- data/docs/QuotaUsage.md +1 -1
- data/docs/SetEventStreamBody.md +22 -0
- data/docs/Subscription.md +1 -1
- data/docs/VerifiableIdentityAddress.md +2 -2
- data/lib/ory-client/api/courier_api.rb +1 -1
- data/lib/ory-client/api/frontend_api.rb +1 -1
- data/lib/ory-client/api/identity_api.rb +1 -1
- data/lib/ory-client/api/jwk_api.rb +1 -1
- data/lib/ory-client/api/metadata_api.rb +1 -1
- data/lib/ory-client/api/o_auth2_api.rb +1 -1
- data/lib/ory-client/api/oidc_api.rb +1 -1
- data/lib/ory-client/api/permission_api.rb +1 -1
- data/lib/ory-client/api/project_api.rb +1 -1
- data/lib/ory-client/api/relationship_api.rb +1 -1
- data/lib/ory-client/api/wellknown_api.rb +1 -1
- data/lib/ory-client/api_client.rb +1 -1
- data/lib/ory-client/api_error.rb +1 -1
- data/lib/ory-client/configuration.rb +1 -1
- data/lib/ory-client/models/accept_o_auth2_consent_request.rb +1 -1
- data/lib/ory-client/models/accept_o_auth2_consent_request_session.rb +1 -1
- data/lib/ory-client/models/accept_o_auth2_login_request.rb +1 -1
- data/lib/ory-client/models/active_project_in_console.rb +1 -1
- data/lib/ory-client/models/attribute.rb +1 -1
- data/lib/ory-client/models/attribute_filter.rb +1 -1
- data/lib/ory-client/models/attributes_count_datapoint.rb +1 -1
- data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
- data/lib/ory-client/models/batch_patch_identities_response.rb +1 -1
- data/lib/ory-client/models/check_opl_syntax_result.rb +1 -1
- data/lib/ory-client/models/check_permission_result.rb +1 -1
- data/lib/ory-client/models/cloud_account.rb +1 -1
- data/lib/ory-client/models/consistency_request_parameters.rb +1 -1
- data/lib/ory-client/models/continue_with.rb +1 -1
- data/lib/ory-client/models/continue_with_recovery_ui.rb +1 -1
- data/lib/ory-client/models/continue_with_recovery_ui_flow.rb +1 -1
- data/lib/ory-client/models/continue_with_set_ory_session_token.rb +1 -1
- data/lib/ory-client/models/continue_with_settings_ui.rb +1 -1
- data/lib/ory-client/models/continue_with_settings_ui_flow.rb +1 -1
- data/lib/ory-client/models/continue_with_verification_ui.rb +1 -1
- data/lib/ory-client/models/continue_with_verification_ui_flow.rb +1 -1
- data/lib/ory-client/models/courier_message_status.rb +1 -1
- data/lib/ory-client/models/courier_message_type.rb +1 -1
- data/lib/ory-client/models/create_custom_domain_body.rb +1 -1
- data/lib/ory-client/models/create_event_stream_body.rb +290 -0
- data/lib/ory-client/models/create_identity_body.rb +1 -1
- data/lib/ory-client/models/create_invite_response.rb +1 -1
- data/lib/ory-client/models/create_json_web_key_set.rb +1 -1
- data/lib/ory-client/models/create_project_api_key_request.rb +1 -1
- data/lib/ory-client/models/create_project_body.rb +1 -1
- data/lib/ory-client/models/create_project_branding.rb +1 -1
- data/lib/ory-client/models/create_project_member_invite_body.rb +1 -1
- data/lib/ory-client/models/create_project_normalized_payload.rb +23 -2
- data/lib/ory-client/models/create_recovery_code_for_identity_body.rb +1 -1
- data/lib/ory-client/models/create_recovery_link_for_identity_body.rb +1 -1
- data/lib/ory-client/models/create_relationship_body.rb +1 -1
- data/lib/ory-client/models/create_subscription_body.rb +1 -1
- data/lib/ory-client/models/create_verifiable_credential_request_body.rb +1 -1
- data/lib/ory-client/models/create_workspace_member_invite_body.rb +1 -1
- data/lib/ory-client/models/credential_supported_draft00.rb +1 -1
- data/lib/ory-client/models/custom_domain.rb +1 -1
- data/lib/ory-client/models/delete_my_sessions_count.rb +1 -1
- data/lib/ory-client/models/email_template_data.rb +1 -1
- data/lib/ory-client/models/email_template_data_body.rb +1 -1
- data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
- data/lib/ory-client/models/error_browser_location_change_required.rb +1 -1
- data/lib/ory-client/models/error_flow_replaced.rb +1 -1
- data/lib/ory-client/models/error_generic.rb +1 -1
- data/lib/ory-client/models/error_o_auth2.rb +1 -1
- data/lib/ory-client/models/event_stream.rb +265 -0
- data/lib/ory-client/models/expanded_permission_tree.rb +1 -1
- data/lib/ory-client/models/flow_error.rb +1 -1
- data/lib/ory-client/models/generic_error.rb +1 -1
- data/lib/ory-client/models/generic_error_content.rb +1 -1
- data/lib/ory-client/models/generic_usage.rb +1 -1
- data/lib/ory-client/models/get_attributes_count_response.rb +1 -1
- data/lib/ory-client/models/get_managed_identity_schema_location.rb +1 -1
- data/lib/ory-client/models/get_metrics_event_attributes_response.rb +1 -1
- data/lib/ory-client/models/get_metrics_event_types_response.rb +1 -1
- data/lib/ory-client/models/get_organization_response.rb +1 -1
- data/lib/ory-client/models/get_project_events_body.rb +1 -1
- data/lib/ory-client/models/get_project_events_response.rb +1 -1
- data/lib/ory-client/models/get_project_metrics_response.rb +1 -1
- data/lib/ory-client/models/get_session_activity_response.rb +1 -1
- data/lib/ory-client/models/get_version200_response.rb +1 -1
- data/lib/ory-client/models/health_not_ready_status.rb +1 -1
- data/lib/ory-client/models/health_status.rb +1 -1
- data/lib/ory-client/models/identity.rb +1 -1
- data/lib/ory-client/models/identity_credentials.rb +1 -1
- data/lib/ory-client/models/identity_credentials_code.rb +1 -1
- data/lib/ory-client/models/identity_credentials_oidc.rb +1 -1
- data/lib/ory-client/models/identity_credentials_oidc_provider.rb +1 -1
- data/lib/ory-client/models/identity_credentials_password.rb +1 -1
- data/lib/ory-client/models/identity_credentials_type.rb +1 -1
- data/lib/ory-client/models/identity_patch.rb +1 -1
- data/lib/ory-client/models/identity_patch_response.rb +1 -1
- data/lib/ory-client/models/identity_schema_container.rb +1 -1
- data/lib/ory-client/models/identity_schema_preset.rb +1 -1
- data/lib/ory-client/models/identity_state.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_oidc.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_oidc_config.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_oidc_config_provider.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_password.rb +1 -1
- data/lib/ory-client/models/identity_with_credentials_password_config.rb +1 -1
- data/lib/ory-client/models/internal_get_project_branding_body.rb +1 -1
- data/lib/ory-client/models/internal_is_ax_welcome_screen_enabled_for_project_body.rb +1 -1
- data/lib/ory-client/models/internal_is_owner_for_project_by_slug_body.rb +1 -1
- data/lib/ory-client/models/internal_is_owner_for_project_by_slug_response.rb +1 -1
- data/lib/ory-client/models/internal_provision_mock_subscription.rb +1 -1
- data/lib/ory-client/models/introspected_o_auth2_token.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
- data/lib/ory-client/models/is_ready200_response.rb +1 -1
- data/lib/ory-client/models/is_ready503_response.rb +1 -1
- data/lib/ory-client/models/json_patch.rb +1 -1
- data/lib/ory-client/models/json_web_key.rb +1 -1
- data/lib/ory-client/models/json_web_key_set.rb +1 -1
- data/lib/ory-client/models/keto_namespace.rb +1 -1
- data/lib/ory-client/models/list_event_streams.rb +222 -0
- data/lib/ory-client/models/list_my_workspaces_response.rb +1 -1
- data/lib/ory-client/models/list_organizations_response.rb +1 -1
- data/lib/ory-client/models/login_flow.rb +1 -1
- data/lib/ory-client/models/login_flow_state.rb +1 -1
- data/lib/ory-client/models/logout_flow.rb +1 -1
- data/lib/ory-client/models/managed_identity_schema.rb +1 -1
- data/lib/ory-client/models/managed_identity_schema_validation_result.rb +1 -1
- data/lib/ory-client/models/member_invite.rb +1 -1
- data/lib/ory-client/models/message.rb +14 -5
- data/lib/ory-client/models/message_dispatch.rb +1 -1
- data/lib/ory-client/models/metrics_datapoint.rb +1 -1
- data/lib/ory-client/models/namespace.rb +1 -1
- data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
- data/lib/ory-client/models/normalized_project.rb +1 -1
- data/lib/ory-client/models/normalized_project_revision.rb +23 -2
- data/lib/ory-client/models/normalized_project_revision_courier_channel.rb +389 -0
- data/lib/ory-client/models/normalized_project_revision_hook.rb +1 -1
- data/lib/ory-client/models/normalized_project_revision_identity_schema.rb +1 -1
- data/lib/ory-client/models/normalized_project_revision_third_party_provider.rb +1 -1
- data/lib/ory-client/models/normalized_project_revision_tokenizer_template.rb +1 -1
- data/lib/ory-client/models/o_auth2_client.rb +1 -1
- data/lib/ory-client/models/o_auth2_client_token_lifespans.rb +1 -1
- data/lib/ory-client/models/o_auth2_consent_request.rb +1 -1
- data/lib/ory-client/models/o_auth2_consent_request_open_id_connect_context.rb +1 -1
- data/lib/ory-client/models/o_auth2_consent_session.rb +1 -1
- data/lib/ory-client/models/o_auth2_consent_session_expires_at.rb +1 -1
- data/lib/ory-client/models/o_auth2_login_request.rb +1 -11
- data/lib/ory-client/models/o_auth2_logout_request.rb +1 -1
- data/lib/ory-client/models/o_auth2_redirect_to.rb +1 -1
- data/lib/ory-client/models/o_auth2_token_exchange.rb +1 -1
- data/lib/ory-client/models/oidc_configuration.rb +1 -1
- data/lib/ory-client/models/oidc_user_info.rb +1 -1
- data/lib/ory-client/models/organization.rb +1 -1
- data/lib/ory-client/models/organization_body.rb +1 -1
- data/lib/ory-client/models/pagination.rb +1 -1
- data/lib/ory-client/models/pagination_headers.rb +1 -1
- data/lib/ory-client/models/parse_error.rb +1 -1
- data/lib/ory-client/models/patch_identities_body.rb +1 -1
- data/lib/ory-client/models/perform_native_logout_body.rb +1 -1
- data/lib/ory-client/models/plan.rb +1 -1
- data/lib/ory-client/models/plan_details.rb +1 -1
- data/lib/ory-client/models/post_check_permission_body.rb +1 -1
- data/lib/ory-client/models/post_check_permission_or_error_body.rb +1 -1
- data/lib/ory-client/models/project.rb +1 -1
- data/lib/ory-client/models/project_api_key.rb +1 -1
- data/lib/ory-client/models/project_branding.rb +1 -1
- data/lib/ory-client/models/project_branding_colors.rb +1 -1
- data/lib/ory-client/models/project_branding_theme.rb +1 -1
- data/lib/ory-client/models/project_cors.rb +1 -1
- data/lib/ory-client/models/project_events_datapoint.rb +1 -1
- data/lib/ory-client/models/project_host.rb +1 -1
- data/lib/ory-client/models/project_metadata.rb +1 -1
- data/lib/ory-client/models/project_service_identity.rb +1 -1
- data/lib/ory-client/models/project_service_o_auth2.rb +1 -1
- data/lib/ory-client/models/project_service_permission.rb +1 -1
- data/lib/ory-client/models/project_services.rb +1 -1
- data/lib/ory-client/models/quota_usage.rb +4 -4
- data/lib/ory-client/models/recovery_code_for_identity.rb +1 -1
- data/lib/ory-client/models/recovery_flow.rb +1 -1
- data/lib/ory-client/models/recovery_flow_state.rb +1 -1
- data/lib/ory-client/models/recovery_identity_address.rb +1 -1
- data/lib/ory-client/models/recovery_link_for_identity.rb +1 -1
- data/lib/ory-client/models/registration_flow.rb +1 -1
- data/lib/ory-client/models/registration_flow_state.rb +1 -1
- data/lib/ory-client/models/reject_o_auth2_request.rb +1 -1
- data/lib/ory-client/models/relation_query.rb +1 -1
- data/lib/ory-client/models/relationship.rb +1 -1
- data/lib/ory-client/models/relationship_namespaces.rb +1 -1
- data/lib/ory-client/models/relationship_patch.rb +1 -1
- data/lib/ory-client/models/relationships.rb +1 -1
- data/lib/ory-client/models/rfc6749_error_json.rb +1 -1
- data/lib/ory-client/models/schema_patch.rb +1 -1
- data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
- data/lib/ory-client/models/session.rb +1 -1
- data/lib/ory-client/models/session_activity_datapoint.rb +1 -1
- data/lib/ory-client/models/session_authentication_method.rb +1 -1
- data/lib/ory-client/models/session_device.rb +1 -1
- data/lib/ory-client/models/set_active_project_in_console_body.rb +1 -1
- data/lib/ory-client/models/set_custom_domain_body.rb +1 -1
- data/lib/ory-client/models/set_event_stream_body.rb +290 -0
- data/lib/ory-client/models/set_project.rb +1 -1
- data/lib/ory-client/models/set_project_branding_theme_body.rb +1 -1
- data/lib/ory-client/models/settings_flow.rb +1 -1
- data/lib/ory-client/models/settings_flow_state.rb +1 -1
- data/lib/ory-client/models/source_position.rb +1 -1
- data/lib/ory-client/models/stripe_customer.rb +1 -1
- data/lib/ory-client/models/subject_set.rb +1 -1
- data/lib/ory-client/models/subscription.rb +2 -2
- data/lib/ory-client/models/successful_code_exchange_response.rb +1 -1
- data/lib/ory-client/models/successful_native_login.rb +1 -1
- data/lib/ory-client/models/successful_native_registration.rb +1 -1
- data/lib/ory-client/models/successful_project_update.rb +1 -1
- data/lib/ory-client/models/token_pagination.rb +1 -1
- data/lib/ory-client/models/token_pagination_headers.rb +1 -1
- data/lib/ory-client/models/token_pagination_request_parameters.rb +1 -1
- data/lib/ory-client/models/token_pagination_response_headers.rb +1 -1
- data/lib/ory-client/models/trust_o_auth2_jwt_grant_issuer.rb +1 -1
- data/lib/ory-client/models/trusted_o_auth2_jwt_grant_issuer.rb +1 -1
- data/lib/ory-client/models/trusted_o_auth2_jwt_grant_json_web_key.rb +1 -1
- data/lib/ory-client/models/ui_container.rb +1 -1
- data/lib/ory-client/models/ui_node.rb +1 -1
- data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_input_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_meta.rb +1 -1
- data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
- data/lib/ory-client/models/ui_text.rb +1 -1
- data/lib/ory-client/models/update_identity_body.rb +1 -1
- data/lib/ory-client/models/update_login_flow_body.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_code_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_lookup_secret_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_oidc_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_password_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_totp_method.rb +1 -1
- data/lib/ory-client/models/update_login_flow_with_web_authn_method.rb +1 -1
- data/lib/ory-client/models/update_recovery_flow_body.rb +1 -1
- data/lib/ory-client/models/update_recovery_flow_with_code_method.rb +1 -1
- data/lib/ory-client/models/update_recovery_flow_with_link_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_body.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_code_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_oidc_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_password_method.rb +1 -1
- data/lib/ory-client/models/update_registration_flow_with_web_authn_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_body.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_lookup_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_oidc_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_password_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_profile_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_totp_method.rb +1 -1
- data/lib/ory-client/models/update_settings_flow_with_web_authn_method.rb +1 -1
- data/lib/ory-client/models/update_subscription_body.rb +1 -1
- data/lib/ory-client/models/update_verification_flow_body.rb +1 -1
- data/lib/ory-client/models/update_verification_flow_with_code_method.rb +1 -1
- data/lib/ory-client/models/update_verification_flow_with_link_method.rb +1 -1
- data/lib/ory-client/models/usage.rb +1 -1
- data/lib/ory-client/models/verifiable_credential_priming_response.rb +1 -1
- data/lib/ory-client/models/verifiable_credential_proof.rb +1 -1
- data/lib/ory-client/models/verifiable_credential_response.rb +1 -1
- data/lib/ory-client/models/verifiable_identity_address.rb +36 -2
- data/lib/ory-client/models/verification_flow.rb +1 -1
- data/lib/ory-client/models/verification_flow_state.rb +1 -1
- data/lib/ory-client/models/version.rb +1 -1
- data/lib/ory-client/models/warning.rb +1 -1
- data/lib/ory-client/models/workspace.rb +1 -1
- data/lib/ory-client/version.rb +2 -2
- data/lib/ory-client.rb +6 -1
- data/ory-client.gemspec +1 -1
- data/spec/api/courier_api_spec.rb +1 -1
- data/spec/api/frontend_api_spec.rb +1 -1
- data/spec/api/identity_api_spec.rb +1 -1
- data/spec/api/jwk_api_spec.rb +1 -1
- data/spec/api/metadata_api_spec.rb +1 -1
- data/spec/api/o_auth2_api_spec.rb +1 -1
- data/spec/api/oidc_api_spec.rb +1 -1
- data/spec/api/permission_api_spec.rb +1 -1
- data/spec/api/project_api_spec.rb +1 -1
- data/spec/api/relationship_api_spec.rb +1 -1
- data/spec/api/wellknown_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/accept_o_auth2_consent_request_session_spec.rb +1 -1
- data/spec/models/accept_o_auth2_consent_request_spec.rb +1 -1
- data/spec/models/accept_o_auth2_login_request_spec.rb +1 -1
- data/spec/models/active_project_in_console_spec.rb +1 -1
- data/spec/models/attribute_filter_spec.rb +1 -1
- data/spec/models/attribute_spec.rb +1 -1
- data/spec/models/attributes_count_datapoint_spec.rb +1 -1
- data/spec/models/authenticator_assurance_level_spec.rb +1 -1
- data/spec/models/batch_patch_identities_response_spec.rb +1 -1
- data/spec/models/check_opl_syntax_result_spec.rb +1 -1
- data/spec/models/check_permission_result_spec.rb +1 -1
- data/spec/models/cloud_account_spec.rb +1 -1
- data/spec/models/consistency_request_parameters_spec.rb +1 -1
- data/spec/models/continue_with_recovery_ui_flow_spec.rb +1 -1
- data/spec/models/continue_with_recovery_ui_spec.rb +1 -1
- data/spec/models/continue_with_set_ory_session_token_spec.rb +1 -1
- data/spec/models/continue_with_settings_ui_flow_spec.rb +1 -1
- data/spec/models/continue_with_settings_ui_spec.rb +1 -1
- data/spec/models/continue_with_spec.rb +1 -1
- data/spec/models/continue_with_verification_ui_flow_spec.rb +1 -1
- data/spec/models/continue_with_verification_ui_spec.rb +1 -1
- data/spec/models/courier_message_status_spec.rb +1 -1
- data/spec/models/courier_message_type_spec.rb +1 -1
- data/spec/models/create_custom_domain_body_spec.rb +1 -1
- data/spec/models/create_event_stream_body_spec.rb +50 -0
- data/spec/models/create_identity_body_spec.rb +1 -1
- data/spec/models/create_invite_response_spec.rb +1 -1
- data/spec/models/create_json_web_key_set_spec.rb +1 -1
- data/spec/models/create_project_api_key_request_spec.rb +1 -1
- data/spec/models/create_project_body_spec.rb +1 -1
- data/spec/models/create_project_branding_spec.rb +1 -1
- data/spec/models/create_project_member_invite_body_spec.rb +1 -1
- data/spec/models/create_project_normalized_payload_spec.rb +13 -1
- data/spec/models/create_recovery_code_for_identity_body_spec.rb +1 -1
- data/spec/models/create_recovery_link_for_identity_body_spec.rb +1 -1
- data/spec/models/create_relationship_body_spec.rb +1 -1
- data/spec/models/create_subscription_body_spec.rb +1 -1
- data/spec/models/create_verifiable_credential_request_body_spec.rb +1 -1
- data/spec/models/create_workspace_member_invite_body_spec.rb +1 -1
- data/spec/models/credential_supported_draft00_spec.rb +1 -1
- data/spec/models/custom_domain_spec.rb +1 -1
- data/spec/models/delete_my_sessions_count_spec.rb +1 -1
- data/spec/models/email_template_data_body_spec.rb +1 -1
- data/spec/models/email_template_data_spec.rb +1 -1
- data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
- data/spec/models/error_browser_location_change_required_spec.rb +1 -1
- data/spec/models/error_flow_replaced_spec.rb +1 -1
- data/spec/models/error_generic_spec.rb +1 -1
- data/spec/models/error_o_auth2_spec.rb +1 -1
- data/spec/models/event_stream_spec.rb +64 -0
- data/spec/models/expanded_permission_tree_spec.rb +1 -1
- data/spec/models/flow_error_spec.rb +1 -1
- data/spec/models/generic_error_content_spec.rb +1 -1
- data/spec/models/generic_error_spec.rb +1 -1
- data/spec/models/generic_usage_spec.rb +1 -1
- data/spec/models/get_attributes_count_response_spec.rb +1 -1
- data/spec/models/get_managed_identity_schema_location_spec.rb +1 -1
- data/spec/models/get_metrics_event_attributes_response_spec.rb +1 -1
- data/spec/models/get_metrics_event_types_response_spec.rb +1 -1
- data/spec/models/get_organization_response_spec.rb +1 -1
- data/spec/models/get_project_events_body_spec.rb +1 -1
- data/spec/models/get_project_events_response_spec.rb +1 -1
- data/spec/models/get_project_metrics_response_spec.rb +1 -1
- data/spec/models/get_session_activity_response_spec.rb +1 -1
- data/spec/models/get_version200_response_spec.rb +1 -1
- data/spec/models/health_not_ready_status_spec.rb +1 -1
- data/spec/models/health_status_spec.rb +1 -1
- data/spec/models/identity_credentials_code_spec.rb +1 -1
- data/spec/models/identity_credentials_oidc_provider_spec.rb +1 -1
- data/spec/models/identity_credentials_oidc_spec.rb +1 -1
- data/spec/models/identity_credentials_password_spec.rb +1 -1
- data/spec/models/identity_credentials_spec.rb +1 -1
- data/spec/models/identity_credentials_type_spec.rb +1 -1
- data/spec/models/identity_patch_response_spec.rb +1 -1
- data/spec/models/identity_patch_spec.rb +1 -1
- data/spec/models/identity_schema_container_spec.rb +1 -1
- data/spec/models/identity_schema_preset_spec.rb +1 -1
- data/spec/models/identity_spec.rb +1 -1
- data/spec/models/identity_state_spec.rb +1 -1
- data/spec/models/identity_with_credentials_oidc_config_provider_spec.rb +1 -1
- data/spec/models/identity_with_credentials_oidc_config_spec.rb +1 -1
- data/spec/models/identity_with_credentials_oidc_spec.rb +1 -1
- data/spec/models/identity_with_credentials_password_config_spec.rb +1 -1
- data/spec/models/identity_with_credentials_password_spec.rb +1 -1
- data/spec/models/identity_with_credentials_spec.rb +1 -1
- data/spec/models/internal_get_project_branding_body_spec.rb +1 -1
- data/spec/models/internal_is_ax_welcome_screen_enabled_for_project_body_spec.rb +1 -1
- data/spec/models/internal_is_owner_for_project_by_slug_body_spec.rb +1 -1
- data/spec/models/internal_is_owner_for_project_by_slug_response_spec.rb +1 -1
- data/spec/models/internal_provision_mock_subscription_spec.rb +1 -1
- data/spec/models/introspected_o_auth2_token_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
- data/spec/models/is_ready200_response_spec.rb +1 -1
- data/spec/models/is_ready503_response_spec.rb +1 -1
- data/spec/models/json_patch_spec.rb +1 -1
- data/spec/models/json_web_key_set_spec.rb +1 -1
- data/spec/models/json_web_key_spec.rb +1 -1
- data/spec/models/keto_namespace_spec.rb +1 -1
- data/spec/models/list_event_streams_spec.rb +34 -0
- data/spec/models/list_my_workspaces_response_spec.rb +1 -1
- data/spec/models/list_organizations_response_spec.rb +1 -1
- data/spec/models/login_flow_spec.rb +1 -1
- data/spec/models/login_flow_state_spec.rb +1 -1
- data/spec/models/logout_flow_spec.rb +1 -1
- data/spec/models/managed_identity_schema_spec.rb +1 -1
- data/spec/models/managed_identity_schema_validation_result_spec.rb +1 -1
- data/spec/models/member_invite_spec.rb +1 -1
- data/spec/models/message_dispatch_spec.rb +1 -1
- data/spec/models/message_spec.rb +8 -2
- data/spec/models/metrics_datapoint_spec.rb +1 -1
- data/spec/models/namespace_spec.rb +1 -1
- data/spec/models/needs_privileged_session_error_spec.rb +1 -1
- data/spec/models/normalized_project_revision_courier_channel_spec.rb +110 -0
- data/spec/models/normalized_project_revision_hook_spec.rb +1 -1
- data/spec/models/normalized_project_revision_identity_schema_spec.rb +1 -1
- data/spec/models/normalized_project_revision_spec.rb +13 -1
- data/spec/models/normalized_project_revision_third_party_provider_spec.rb +1 -1
- data/spec/models/normalized_project_revision_tokenizer_template_spec.rb +1 -1
- data/spec/models/normalized_project_spec.rb +1 -1
- data/spec/models/o_auth2_client_spec.rb +1 -1
- data/spec/models/o_auth2_client_token_lifespans_spec.rb +1 -1
- data/spec/models/o_auth2_consent_request_open_id_connect_context_spec.rb +1 -1
- data/spec/models/o_auth2_consent_request_spec.rb +1 -1
- data/spec/models/o_auth2_consent_session_expires_at_spec.rb +1 -1
- data/spec/models/o_auth2_consent_session_spec.rb +1 -1
- data/spec/models/o_auth2_login_request_spec.rb +1 -1
- data/spec/models/o_auth2_logout_request_spec.rb +1 -1
- data/spec/models/o_auth2_redirect_to_spec.rb +1 -1
- data/spec/models/o_auth2_token_exchange_spec.rb +1 -1
- data/spec/models/oidc_configuration_spec.rb +1 -1
- data/spec/models/oidc_user_info_spec.rb +1 -1
- data/spec/models/organization_body_spec.rb +1 -1
- data/spec/models/organization_spec.rb +1 -1
- data/spec/models/pagination_headers_spec.rb +1 -1
- data/spec/models/pagination_spec.rb +1 -1
- data/spec/models/parse_error_spec.rb +1 -1
- data/spec/models/patch_identities_body_spec.rb +1 -1
- data/spec/models/perform_native_logout_body_spec.rb +1 -1
- data/spec/models/plan_details_spec.rb +1 -1
- data/spec/models/plan_spec.rb +1 -1
- data/spec/models/post_check_permission_body_spec.rb +1 -1
- data/spec/models/post_check_permission_or_error_body_spec.rb +1 -1
- data/spec/models/project_api_key_spec.rb +1 -1
- data/spec/models/project_branding_colors_spec.rb +1 -1
- data/spec/models/project_branding_spec.rb +1 -1
- data/spec/models/project_branding_theme_spec.rb +1 -1
- data/spec/models/project_cors_spec.rb +1 -1
- data/spec/models/project_events_datapoint_spec.rb +1 -1
- data/spec/models/project_host_spec.rb +1 -1
- data/spec/models/project_metadata_spec.rb +1 -1
- data/spec/models/project_service_identity_spec.rb +1 -1
- data/spec/models/project_service_o_auth2_spec.rb +1 -1
- data/spec/models/project_service_permission_spec.rb +1 -1
- data/spec/models/project_services_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/quota_usage_spec.rb +2 -2
- data/spec/models/recovery_code_for_identity_spec.rb +1 -1
- data/spec/models/recovery_flow_spec.rb +1 -1
- data/spec/models/recovery_flow_state_spec.rb +1 -1
- data/spec/models/recovery_identity_address_spec.rb +1 -1
- data/spec/models/recovery_link_for_identity_spec.rb +1 -1
- data/spec/models/registration_flow_spec.rb +1 -1
- data/spec/models/registration_flow_state_spec.rb +1 -1
- data/spec/models/reject_o_auth2_request_spec.rb +1 -1
- data/spec/models/relation_query_spec.rb +1 -1
- data/spec/models/relationship_namespaces_spec.rb +1 -1
- data/spec/models/relationship_patch_spec.rb +1 -1
- data/spec/models/relationship_spec.rb +1 -1
- data/spec/models/relationships_spec.rb +1 -1
- data/spec/models/rfc6749_error_json_spec.rb +1 -1
- data/spec/models/schema_patch_spec.rb +1 -1
- data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
- data/spec/models/session_activity_datapoint_spec.rb +1 -1
- data/spec/models/session_authentication_method_spec.rb +1 -1
- data/spec/models/session_device_spec.rb +1 -1
- data/spec/models/session_spec.rb +1 -1
- data/spec/models/set_active_project_in_console_body_spec.rb +1 -1
- data/spec/models/set_custom_domain_body_spec.rb +1 -1
- data/spec/models/set_event_stream_body_spec.rb +50 -0
- data/spec/models/set_project_branding_theme_body_spec.rb +1 -1
- data/spec/models/set_project_spec.rb +1 -1
- data/spec/models/settings_flow_spec.rb +1 -1
- data/spec/models/settings_flow_state_spec.rb +1 -1
- data/spec/models/source_position_spec.rb +1 -1
- data/spec/models/stripe_customer_spec.rb +1 -1
- data/spec/models/subject_set_spec.rb +1 -1
- data/spec/models/subscription_spec.rb +1 -1
- data/spec/models/successful_code_exchange_response_spec.rb +1 -1
- data/spec/models/successful_native_login_spec.rb +1 -1
- data/spec/models/successful_native_registration_spec.rb +1 -1
- data/spec/models/successful_project_update_spec.rb +1 -1
- data/spec/models/token_pagination_headers_spec.rb +1 -1
- data/spec/models/token_pagination_request_parameters_spec.rb +1 -1
- data/spec/models/token_pagination_response_headers_spec.rb +1 -1
- data/spec/models/token_pagination_spec.rb +1 -1
- data/spec/models/trust_o_auth2_jwt_grant_issuer_spec.rb +1 -1
- data/spec/models/trusted_o_auth2_jwt_grant_issuer_spec.rb +1 -1
- data/spec/models/trusted_o_auth2_jwt_grant_json_web_key_spec.rb +1 -1
- data/spec/models/ui_container_spec.rb +1 -1
- data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
- data/spec/models/ui_node_attributes_spec.rb +1 -1
- data/spec/models/ui_node_image_attributes_spec.rb +1 -1
- data/spec/models/ui_node_input_attributes_spec.rb +1 -1
- data/spec/models/ui_node_meta_spec.rb +1 -1
- data/spec/models/ui_node_script_attributes_spec.rb +1 -1
- data/spec/models/ui_node_spec.rb +1 -1
- data/spec/models/ui_node_text_attributes_spec.rb +1 -1
- data/spec/models/ui_text_spec.rb +1 -1
- data/spec/models/update_identity_body_spec.rb +1 -1
- data/spec/models/update_login_flow_body_spec.rb +1 -1
- data/spec/models/update_login_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_lookup_secret_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_oidc_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_password_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_totp_method_spec.rb +1 -1
- data/spec/models/update_login_flow_with_web_authn_method_spec.rb +1 -1
- data/spec/models/update_recovery_flow_body_spec.rb +1 -1
- data/spec/models/update_recovery_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_recovery_flow_with_link_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_body_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_oidc_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_password_method_spec.rb +1 -1
- data/spec/models/update_registration_flow_with_web_authn_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_body_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_lookup_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_oidc_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_password_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_profile_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_totp_method_spec.rb +1 -1
- data/spec/models/update_settings_flow_with_web_authn_method_spec.rb +1 -1
- data/spec/models/update_subscription_body_spec.rb +1 -1
- data/spec/models/update_verification_flow_body_spec.rb +1 -1
- data/spec/models/update_verification_flow_with_code_method_spec.rb +1 -1
- data/spec/models/update_verification_flow_with_link_method_spec.rb +1 -1
- data/spec/models/usage_spec.rb +1 -1
- data/spec/models/verifiable_credential_priming_response_spec.rb +1 -1
- data/spec/models/verifiable_credential_proof_spec.rb +1 -1
- data/spec/models/verifiable_credential_response_spec.rb +1 -1
- data/spec/models/verifiable_identity_address_spec.rb +5 -1
- data/spec/models/verification_flow_spec.rb +1 -1
- data/spec/models/verification_flow_state_spec.rb +1 -1
- data/spec/models/version_spec.rb +1 -1
- data/spec/models/warning_spec.rb +1 -1
- data/spec/models/workspace_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/cache/parser-3.3.0.2.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.16.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.16.3/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/racc-1.7.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.6/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.6/mkmf.log +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/ffi-1.16.3/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/builders/default.rb +18 -1
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/current.rb +4 -4
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/lexer/literal.rb +15 -1
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/lexer-F0.rb +295 -243
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/lexer-F1.rb +444 -383
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/macruby.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/messages.rb +46 -41
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby18.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby19.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby20.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby21.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby22.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby23.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby24.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby25.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby26.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby27.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby30.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby31.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby32.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/parser-3.3.0.2/lib/parser/ruby33.rb +12589 -0
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/rubymotion.rb +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/static_environment.rb +12 -0
- data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/version.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.6/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/racc-1.7.3/ext/racc/cparse/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.6/ext/stringio/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/specifications/{parser-3.2.2.4.gemspec → parser-3.3.0.2.gemspec} +4 -4
- metadata +105 -85
- data/vendor/bundle/ruby/2.5.0/cache/parser-3.2.2.4.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/parser-3.2.2.4/lib/parser/ruby33.rb +0 -12704
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/bin/ruby-parse +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/bin/ruby-rewrite +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/gauntlet_parser.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/all.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ast/node.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ast/processor.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/base.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/clobbering_error.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/color.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/context.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/current_arg_stack.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/deprecation.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/diagnostic/engine.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/diagnostic.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/lexer/dedenter.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/lexer/explanation.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/lexer/stack_state.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/lexer-strings.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/max_numparam_stack.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/meta.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/ruby28.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/runner/ruby_parse.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/runner/ruby_rewrite.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/runner.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/buffer.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/comment/associator.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/comment.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/collection.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/condition.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/constant.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/definition.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/for.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/heredoc.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/index.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/keyword.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/method_definition.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/objc_kwarg.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/operator.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/rescue_body.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/send.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/ternary.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map/variable.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/map.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/range.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/rewriter.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/tree_rewriter/action.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/source/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/syntax_error.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/tree_rewriter.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser/variables_stack.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/lib/parser.rb +0 -0
- /data/vendor/bundle/ruby/2.5.0/gems/{parser-3.2.2.4 → parser-3.3.0.2}/parser.gemspec +0 -0
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -144,6 +144,8 @@ module OryClient
|
|
144
144
|
# Configures the Ory Kratos Cookie SameSite Attribute This governs the \"cookies.same_site\" setting.
|
145
145
|
attr_accessor :kratos_cookies_same_site
|
146
146
|
|
147
|
+
attr_accessor :kratos_courier_channels
|
148
|
+
|
147
149
|
# The delivery strategy to use when sending emails `smtp`: Use SMTP server `http`: Use the built in HTTP client to send the email to some remote service
|
148
150
|
attr_accessor :kratos_courier_delivery_strategy
|
149
151
|
|
@@ -264,6 +266,9 @@ module OryClient
|
|
264
266
|
# Configures the Ory Kratos Valid Verification via Code Email Subject Template This governs the \"courier.smtp.templates.verification_code.valid.email.subject\" setting.
|
265
267
|
attr_accessor :kratos_courier_templates_verification_code_valid_email_subject
|
266
268
|
|
269
|
+
# Configures the Ory Kratos Valid Verification via Code SMS Body Plaintext This governs the \"courier.smtp.templates.verification_code.valid.sms.body.plaintext\" setting.
|
270
|
+
attr_accessor :kratos_courier_templates_verification_code_valid_sms_body_plaintext
|
271
|
+
|
267
272
|
# Configures the Ory Kratos Invalid Verification Email Body HTML Template This governs the \"courier.smtp.templates.verification.invalid.email.body.html\" setting.
|
268
273
|
attr_accessor :kratos_courier_templates_verification_invalid_email_body_html
|
269
274
|
|
@@ -624,6 +629,7 @@ module OryClient
|
|
624
629
|
:'keto_namespace_configuration' => :'keto_namespace_configuration',
|
625
630
|
:'keto_namespaces' => :'keto_namespaces',
|
626
631
|
:'kratos_cookies_same_site' => :'kratos_cookies_same_site',
|
632
|
+
:'kratos_courier_channels' => :'kratos_courier_channels',
|
627
633
|
:'kratos_courier_delivery_strategy' => :'kratos_courier_delivery_strategy',
|
628
634
|
:'kratos_courier_http_request_config_auth_api_key_in' => :'kratos_courier_http_request_config_auth_api_key_in',
|
629
635
|
:'kratos_courier_http_request_config_auth_api_key_name' => :'kratos_courier_http_request_config_auth_api_key_name',
|
@@ -664,6 +670,7 @@ module OryClient
|
|
664
670
|
:'kratos_courier_templates_verification_code_valid_email_body_html' => :'kratos_courier_templates_verification_code_valid_email_body_html',
|
665
671
|
:'kratos_courier_templates_verification_code_valid_email_body_plaintext' => :'kratos_courier_templates_verification_code_valid_email_body_plaintext',
|
666
672
|
:'kratos_courier_templates_verification_code_valid_email_subject' => :'kratos_courier_templates_verification_code_valid_email_subject',
|
673
|
+
:'kratos_courier_templates_verification_code_valid_sms_body_plaintext' => :'kratos_courier_templates_verification_code_valid_sms_body_plaintext',
|
667
674
|
:'kratos_courier_templates_verification_invalid_email_body_html' => :'kratos_courier_templates_verification_invalid_email_body_html',
|
668
675
|
:'kratos_courier_templates_verification_invalid_email_body_plaintext' => :'kratos_courier_templates_verification_invalid_email_body_plaintext',
|
669
676
|
:'kratos_courier_templates_verification_invalid_email_subject' => :'kratos_courier_templates_verification_invalid_email_subject',
|
@@ -821,6 +828,7 @@ module OryClient
|
|
821
828
|
:'keto_namespace_configuration' => :'String',
|
822
829
|
:'keto_namespaces' => :'Array<KetoNamespace>',
|
823
830
|
:'kratos_cookies_same_site' => :'String',
|
831
|
+
:'kratos_courier_channels' => :'Array<NormalizedProjectRevisionCourierChannel>',
|
824
832
|
:'kratos_courier_delivery_strategy' => :'String',
|
825
833
|
:'kratos_courier_http_request_config_auth_api_key_in' => :'String',
|
826
834
|
:'kratos_courier_http_request_config_auth_api_key_name' => :'String',
|
@@ -861,6 +869,7 @@ module OryClient
|
|
861
869
|
:'kratos_courier_templates_verification_code_valid_email_body_html' => :'String',
|
862
870
|
:'kratos_courier_templates_verification_code_valid_email_body_plaintext' => :'String',
|
863
871
|
:'kratos_courier_templates_verification_code_valid_email_subject' => :'String',
|
872
|
+
:'kratos_courier_templates_verification_code_valid_sms_body_plaintext' => :'String',
|
864
873
|
:'kratos_courier_templates_verification_invalid_email_body_html' => :'String',
|
865
874
|
:'kratos_courier_templates_verification_invalid_email_body_plaintext' => :'String',
|
866
875
|
:'kratos_courier_templates_verification_invalid_email_subject' => :'String',
|
@@ -1206,6 +1215,12 @@ module OryClient
|
|
1206
1215
|
self.kratos_cookies_same_site = attributes[:'kratos_cookies_same_site']
|
1207
1216
|
end
|
1208
1217
|
|
1218
|
+
if attributes.key?(:'kratos_courier_channels')
|
1219
|
+
if (value = attributes[:'kratos_courier_channels']).is_a?(Array)
|
1220
|
+
self.kratos_courier_channels = value
|
1221
|
+
end
|
1222
|
+
end
|
1223
|
+
|
1209
1224
|
if attributes.key?(:'kratos_courier_delivery_strategy')
|
1210
1225
|
self.kratos_courier_delivery_strategy = attributes[:'kratos_courier_delivery_strategy']
|
1211
1226
|
else
|
@@ -1372,6 +1387,10 @@ module OryClient
|
|
1372
1387
|
self.kratos_courier_templates_verification_code_valid_email_subject = attributes[:'kratos_courier_templates_verification_code_valid_email_subject']
|
1373
1388
|
end
|
1374
1389
|
|
1390
|
+
if attributes.key?(:'kratos_courier_templates_verification_code_valid_sms_body_plaintext')
|
1391
|
+
self.kratos_courier_templates_verification_code_valid_sms_body_plaintext = attributes[:'kratos_courier_templates_verification_code_valid_sms_body_plaintext']
|
1392
|
+
end
|
1393
|
+
|
1375
1394
|
if attributes.key?(:'kratos_courier_templates_verification_invalid_email_body_html')
|
1376
1395
|
self.kratos_courier_templates_verification_invalid_email_body_html = attributes[:'kratos_courier_templates_verification_invalid_email_body_html']
|
1377
1396
|
end
|
@@ -2014,6 +2033,7 @@ module OryClient
|
|
2014
2033
|
keto_namespace_configuration == o.keto_namespace_configuration &&
|
2015
2034
|
keto_namespaces == o.keto_namespaces &&
|
2016
2035
|
kratos_cookies_same_site == o.kratos_cookies_same_site &&
|
2036
|
+
kratos_courier_channels == o.kratos_courier_channels &&
|
2017
2037
|
kratos_courier_delivery_strategy == o.kratos_courier_delivery_strategy &&
|
2018
2038
|
kratos_courier_http_request_config_auth_api_key_in == o.kratos_courier_http_request_config_auth_api_key_in &&
|
2019
2039
|
kratos_courier_http_request_config_auth_api_key_name == o.kratos_courier_http_request_config_auth_api_key_name &&
|
@@ -2054,6 +2074,7 @@ module OryClient
|
|
2054
2074
|
kratos_courier_templates_verification_code_valid_email_body_html == o.kratos_courier_templates_verification_code_valid_email_body_html &&
|
2055
2075
|
kratos_courier_templates_verification_code_valid_email_body_plaintext == o.kratos_courier_templates_verification_code_valid_email_body_plaintext &&
|
2056
2076
|
kratos_courier_templates_verification_code_valid_email_subject == o.kratos_courier_templates_verification_code_valid_email_subject &&
|
2077
|
+
kratos_courier_templates_verification_code_valid_sms_body_plaintext == o.kratos_courier_templates_verification_code_valid_sms_body_plaintext &&
|
2057
2078
|
kratos_courier_templates_verification_invalid_email_body_html == o.kratos_courier_templates_verification_invalid_email_body_html &&
|
2058
2079
|
kratos_courier_templates_verification_invalid_email_body_plaintext == o.kratos_courier_templates_verification_invalid_email_body_plaintext &&
|
2059
2080
|
kratos_courier_templates_verification_invalid_email_subject == o.kratos_courier_templates_verification_invalid_email_subject &&
|
@@ -2165,7 +2186,7 @@ module OryClient
|
|
2165
2186
|
# Calculates hash code according to all attributes.
|
2166
2187
|
# @return [Integer] Hash code
|
2167
2188
|
def hash
|
2168
|
-
[created_at, disable_account_experience_welcome_screen, hydra_oauth2_allowed_top_level_claims, hydra_oauth2_client_credentials_default_grant_allowed_scope, hydra_oauth2_exclude_not_before_claim, hydra_oauth2_grant_jwt_iat_optional, hydra_oauth2_grant_jwt_jti_optional, hydra_oauth2_grant_jwt_max_ttl, hydra_oauth2_pkce_enforced, hydra_oauth2_pkce_enforced_for_public_clients, hydra_oauth2_refresh_token_hook, hydra_oauth2_token_hook, hydra_oidc_dynamic_client_registration_default_scope, hydra_oidc_dynamic_client_registration_enabled, hydra_oidc_subject_identifiers_pairwise_salt, hydra_oidc_subject_identifiers_supported_types, hydra_secrets_cookie, hydra_secrets_system, hydra_serve_cookies_same_site_legacy_workaround, hydra_serve_cookies_same_site_mode, hydra_strategies_access_token, hydra_strategies_scope, hydra_ttl_access_token, hydra_ttl_auth_code, hydra_ttl_id_token, hydra_ttl_login_consent_request, hydra_ttl_refresh_token, hydra_urls_consent, hydra_urls_error, hydra_urls_login, hydra_urls_logout, hydra_urls_post_logout_redirect, hydra_urls_registration, hydra_urls_self_issuer, hydra_webfinger_jwks_broadcast_keys, hydra_webfinger_oidc_discovery_auth_url, hydra_webfinger_oidc_discovery_client_registration_url, hydra_webfinger_oidc_discovery_jwks_url, hydra_webfinger_oidc_discovery_supported_claims, hydra_webfinger_oidc_discovery_supported_scope, hydra_webfinger_oidc_discovery_token_url, hydra_webfinger_oidc_discovery_userinfo_url, id, keto_namespace_configuration, keto_namespaces, kratos_cookies_same_site, kratos_courier_delivery_strategy, kratos_courier_http_request_config_auth_api_key_in, kratos_courier_http_request_config_auth_api_key_name, kratos_courier_http_request_config_auth_api_key_value, kratos_courier_http_request_config_auth_basic_auth_password, kratos_courier_http_request_config_auth_basic_auth_user, kratos_courier_http_request_config_auth_type, kratos_courier_http_request_config_body, kratos_courier_http_request_config_headers, kratos_courier_http_request_config_method, kratos_courier_http_request_config_url, kratos_courier_smtp_connection_uri, kratos_courier_smtp_from_address, kratos_courier_smtp_from_name, kratos_courier_smtp_headers, kratos_courier_smtp_local_name, kratos_courier_templates_login_code_valid_email_body_html, kratos_courier_templates_login_code_valid_email_body_plaintext, kratos_courier_templates_login_code_valid_email_subject, kratos_courier_templates_recovery_code_invalid_email_body_html, kratos_courier_templates_recovery_code_invalid_email_body_plaintext, kratos_courier_templates_recovery_code_invalid_email_subject, kratos_courier_templates_recovery_code_valid_email_body_html, kratos_courier_templates_recovery_code_valid_email_body_plaintext, kratos_courier_templates_recovery_code_valid_email_subject, kratos_courier_templates_recovery_invalid_email_body_html, kratos_courier_templates_recovery_invalid_email_body_plaintext, kratos_courier_templates_recovery_invalid_email_subject, kratos_courier_templates_recovery_valid_email_body_html, kratos_courier_templates_recovery_valid_email_body_plaintext, kratos_courier_templates_recovery_valid_email_subject, kratos_courier_templates_registration_code_valid_email_body_html, kratos_courier_templates_registration_code_valid_email_body_plaintext, kratos_courier_templates_registration_code_valid_email_subject, kratos_courier_templates_verification_code_invalid_email_body_html, kratos_courier_templates_verification_code_invalid_email_body_plaintext, kratos_courier_templates_verification_code_invalid_email_subject, kratos_courier_templates_verification_code_valid_email_body_html, kratos_courier_templates_verification_code_valid_email_body_plaintext, kratos_courier_templates_verification_code_valid_email_subject, kratos_courier_templates_verification_invalid_email_body_html, kratos_courier_templates_verification_invalid_email_body_plaintext, kratos_courier_templates_verification_invalid_email_subject, kratos_courier_templates_verification_valid_email_body_html, kratos_courier_templates_verification_valid_email_body_plaintext, kratos_courier_templates_verification_valid_email_subject, kratos_feature_flags_cacheable_sessions, kratos_feature_flags_use_continue_with_transitions, kratos_identity_schemas, kratos_oauth2_provider_headers, kratos_oauth2_provider_override_return_to, kratos_oauth2_provider_url, kratos_preview_default_read_consistency_level, kratos_secrets_cipher, kratos_secrets_cookie, kratos_secrets_default, kratos_selfservice_allowed_return_urls, kratos_selfservice_default_browser_return_url, kratos_selfservice_flows_error_ui_url, kratos_selfservice_flows_login_after_code_default_browser_return_url, kratos_selfservice_flows_login_after_default_browser_return_url, kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url, kratos_selfservice_flows_login_after_oidc_default_browser_return_url, kratos_selfservice_flows_login_after_password_default_browser_return_url, kratos_selfservice_flows_login_after_totp_default_browser_return_url, kratos_selfservice_flows_login_after_webauthn_default_browser_return_url, kratos_selfservice_flows_login_lifespan, kratos_selfservice_flows_login_ui_url, kratos_selfservice_flows_logout_after_default_browser_return_url, kratos_selfservice_flows_recovery_after_default_browser_return_url, kratos_selfservice_flows_recovery_enabled, kratos_selfservice_flows_recovery_lifespan, kratos_selfservice_flows_recovery_notify_unknown_recipients, kratos_selfservice_flows_recovery_ui_url, kratos_selfservice_flows_recovery_use, kratos_selfservice_flows_registration_after_code_default_browser_return_url, kratos_selfservice_flows_registration_after_default_browser_return_url, kratos_selfservice_flows_registration_after_oidc_default_browser_return_url, kratos_selfservice_flows_registration_after_password_default_browser_return_url, kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url, kratos_selfservice_flows_registration_enabled, kratos_selfservice_flows_registration_lifespan, kratos_selfservice_flows_registration_login_hints, kratos_selfservice_flows_registration_ui_url, kratos_selfservice_flows_settings_after_default_browser_return_url, kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url, kratos_selfservice_flows_settings_after_oidc_default_browser_return_url, kratos_selfservice_flows_settings_after_password_default_browser_return_url, kratos_selfservice_flows_settings_after_profile_default_browser_return_url, kratos_selfservice_flows_settings_after_totp_default_browser_return_url, kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url, kratos_selfservice_flows_settings_lifespan, kratos_selfservice_flows_settings_privileged_session_max_age, kratos_selfservice_flows_settings_required_aal, kratos_selfservice_flows_settings_ui_url, kratos_selfservice_flows_verification_after_default_browser_return_url, kratos_selfservice_flows_verification_enabled, kratos_selfservice_flows_verification_lifespan, kratos_selfservice_flows_verification_notify_unknown_recipients, kratos_selfservice_flows_verification_ui_url, kratos_selfservice_flows_verification_use, kratos_selfservice_methods_code_config_lifespan, kratos_selfservice_methods_code_enabled, kratos_selfservice_methods_code_passwordless_enabled, kratos_selfservice_methods_link_config_base_url, kratos_selfservice_methods_link_config_lifespan, kratos_selfservice_methods_link_enabled, kratos_selfservice_methods_lookup_secret_enabled, kratos_selfservice_methods_oidc_config_base_redirect_uri, kratos_selfservice_methods_oidc_config_providers, kratos_selfservice_methods_oidc_enabled, kratos_selfservice_methods_password_config_haveibeenpwned_enabled, kratos_selfservice_methods_password_config_identifier_similarity_check_enabled, kratos_selfservice_methods_password_config_ignore_network_errors, kratos_selfservice_methods_password_config_max_breaches, kratos_selfservice_methods_password_config_min_password_length, kratos_selfservice_methods_password_enabled, kratos_selfservice_methods_profile_enabled, kratos_selfservice_methods_totp_config_issuer, kratos_selfservice_methods_totp_enabled, kratos_selfservice_methods_webauthn_config_passwordless, kratos_selfservice_methods_webauthn_config_rp_display_name, kratos_selfservice_methods_webauthn_config_rp_icon, kratos_selfservice_methods_webauthn_config_rp_id, kratos_selfservice_methods_webauthn_config_rp_origins, kratos_selfservice_methods_webauthn_enabled, kratos_session_cookie_persistent, kratos_session_cookie_same_site, kratos_session_lifespan, kratos_session_whoami_required_aal, kratos_session_whoami_tokenizer_templates, name, project_id, project_revision_hooks, serve_admin_cors_allowed_origins, serve_admin_cors_enabled, serve_public_cors_allowed_origins, serve_public_cors_enabled, strict_security, updated_at].hash
|
2189
|
+
[created_at, disable_account_experience_welcome_screen, hydra_oauth2_allowed_top_level_claims, hydra_oauth2_client_credentials_default_grant_allowed_scope, hydra_oauth2_exclude_not_before_claim, hydra_oauth2_grant_jwt_iat_optional, hydra_oauth2_grant_jwt_jti_optional, hydra_oauth2_grant_jwt_max_ttl, hydra_oauth2_pkce_enforced, hydra_oauth2_pkce_enforced_for_public_clients, hydra_oauth2_refresh_token_hook, hydra_oauth2_token_hook, hydra_oidc_dynamic_client_registration_default_scope, hydra_oidc_dynamic_client_registration_enabled, hydra_oidc_subject_identifiers_pairwise_salt, hydra_oidc_subject_identifiers_supported_types, hydra_secrets_cookie, hydra_secrets_system, hydra_serve_cookies_same_site_legacy_workaround, hydra_serve_cookies_same_site_mode, hydra_strategies_access_token, hydra_strategies_scope, hydra_ttl_access_token, hydra_ttl_auth_code, hydra_ttl_id_token, hydra_ttl_login_consent_request, hydra_ttl_refresh_token, hydra_urls_consent, hydra_urls_error, hydra_urls_login, hydra_urls_logout, hydra_urls_post_logout_redirect, hydra_urls_registration, hydra_urls_self_issuer, hydra_webfinger_jwks_broadcast_keys, hydra_webfinger_oidc_discovery_auth_url, hydra_webfinger_oidc_discovery_client_registration_url, hydra_webfinger_oidc_discovery_jwks_url, hydra_webfinger_oidc_discovery_supported_claims, hydra_webfinger_oidc_discovery_supported_scope, hydra_webfinger_oidc_discovery_token_url, hydra_webfinger_oidc_discovery_userinfo_url, id, keto_namespace_configuration, keto_namespaces, kratos_cookies_same_site, kratos_courier_channels, kratos_courier_delivery_strategy, kratos_courier_http_request_config_auth_api_key_in, kratos_courier_http_request_config_auth_api_key_name, kratos_courier_http_request_config_auth_api_key_value, kratos_courier_http_request_config_auth_basic_auth_password, kratos_courier_http_request_config_auth_basic_auth_user, kratos_courier_http_request_config_auth_type, kratos_courier_http_request_config_body, kratos_courier_http_request_config_headers, kratos_courier_http_request_config_method, kratos_courier_http_request_config_url, kratos_courier_smtp_connection_uri, kratos_courier_smtp_from_address, kratos_courier_smtp_from_name, kratos_courier_smtp_headers, kratos_courier_smtp_local_name, kratos_courier_templates_login_code_valid_email_body_html, kratos_courier_templates_login_code_valid_email_body_plaintext, kratos_courier_templates_login_code_valid_email_subject, kratos_courier_templates_recovery_code_invalid_email_body_html, kratos_courier_templates_recovery_code_invalid_email_body_plaintext, kratos_courier_templates_recovery_code_invalid_email_subject, kratos_courier_templates_recovery_code_valid_email_body_html, kratos_courier_templates_recovery_code_valid_email_body_plaintext, kratos_courier_templates_recovery_code_valid_email_subject, kratos_courier_templates_recovery_invalid_email_body_html, kratos_courier_templates_recovery_invalid_email_body_plaintext, kratos_courier_templates_recovery_invalid_email_subject, kratos_courier_templates_recovery_valid_email_body_html, kratos_courier_templates_recovery_valid_email_body_plaintext, kratos_courier_templates_recovery_valid_email_subject, kratos_courier_templates_registration_code_valid_email_body_html, kratos_courier_templates_registration_code_valid_email_body_plaintext, kratos_courier_templates_registration_code_valid_email_subject, kratos_courier_templates_verification_code_invalid_email_body_html, kratos_courier_templates_verification_code_invalid_email_body_plaintext, kratos_courier_templates_verification_code_invalid_email_subject, kratos_courier_templates_verification_code_valid_email_body_html, kratos_courier_templates_verification_code_valid_email_body_plaintext, kratos_courier_templates_verification_code_valid_email_subject, kratos_courier_templates_verification_code_valid_sms_body_plaintext, kratos_courier_templates_verification_invalid_email_body_html, kratos_courier_templates_verification_invalid_email_body_plaintext, kratos_courier_templates_verification_invalid_email_subject, kratos_courier_templates_verification_valid_email_body_html, kratos_courier_templates_verification_valid_email_body_plaintext, kratos_courier_templates_verification_valid_email_subject, kratos_feature_flags_cacheable_sessions, kratos_feature_flags_use_continue_with_transitions, kratos_identity_schemas, kratos_oauth2_provider_headers, kratos_oauth2_provider_override_return_to, kratos_oauth2_provider_url, kratos_preview_default_read_consistency_level, kratos_secrets_cipher, kratos_secrets_cookie, kratos_secrets_default, kratos_selfservice_allowed_return_urls, kratos_selfservice_default_browser_return_url, kratos_selfservice_flows_error_ui_url, kratos_selfservice_flows_login_after_code_default_browser_return_url, kratos_selfservice_flows_login_after_default_browser_return_url, kratos_selfservice_flows_login_after_lookup_secret_default_browser_return_url, kratos_selfservice_flows_login_after_oidc_default_browser_return_url, kratos_selfservice_flows_login_after_password_default_browser_return_url, kratos_selfservice_flows_login_after_totp_default_browser_return_url, kratos_selfservice_flows_login_after_webauthn_default_browser_return_url, kratos_selfservice_flows_login_lifespan, kratos_selfservice_flows_login_ui_url, kratos_selfservice_flows_logout_after_default_browser_return_url, kratos_selfservice_flows_recovery_after_default_browser_return_url, kratos_selfservice_flows_recovery_enabled, kratos_selfservice_flows_recovery_lifespan, kratos_selfservice_flows_recovery_notify_unknown_recipients, kratos_selfservice_flows_recovery_ui_url, kratos_selfservice_flows_recovery_use, kratos_selfservice_flows_registration_after_code_default_browser_return_url, kratos_selfservice_flows_registration_after_default_browser_return_url, kratos_selfservice_flows_registration_after_oidc_default_browser_return_url, kratos_selfservice_flows_registration_after_password_default_browser_return_url, kratos_selfservice_flows_registration_after_webauthn_default_browser_return_url, kratos_selfservice_flows_registration_enabled, kratos_selfservice_flows_registration_lifespan, kratos_selfservice_flows_registration_login_hints, kratos_selfservice_flows_registration_ui_url, kratos_selfservice_flows_settings_after_default_browser_return_url, kratos_selfservice_flows_settings_after_lookup_secret_default_browser_return_url, kratos_selfservice_flows_settings_after_oidc_default_browser_return_url, kratos_selfservice_flows_settings_after_password_default_browser_return_url, kratos_selfservice_flows_settings_after_profile_default_browser_return_url, kratos_selfservice_flows_settings_after_totp_default_browser_return_url, kratos_selfservice_flows_settings_after_webauthn_default_browser_return_url, kratos_selfservice_flows_settings_lifespan, kratos_selfservice_flows_settings_privileged_session_max_age, kratos_selfservice_flows_settings_required_aal, kratos_selfservice_flows_settings_ui_url, kratos_selfservice_flows_verification_after_default_browser_return_url, kratos_selfservice_flows_verification_enabled, kratos_selfservice_flows_verification_lifespan, kratos_selfservice_flows_verification_notify_unknown_recipients, kratos_selfservice_flows_verification_ui_url, kratos_selfservice_flows_verification_use, kratos_selfservice_methods_code_config_lifespan, kratos_selfservice_methods_code_enabled, kratos_selfservice_methods_code_passwordless_enabled, kratos_selfservice_methods_link_config_base_url, kratos_selfservice_methods_link_config_lifespan, kratos_selfservice_methods_link_enabled, kratos_selfservice_methods_lookup_secret_enabled, kratos_selfservice_methods_oidc_config_base_redirect_uri, kratos_selfservice_methods_oidc_config_providers, kratos_selfservice_methods_oidc_enabled, kratos_selfservice_methods_password_config_haveibeenpwned_enabled, kratos_selfservice_methods_password_config_identifier_similarity_check_enabled, kratos_selfservice_methods_password_config_ignore_network_errors, kratos_selfservice_methods_password_config_max_breaches, kratos_selfservice_methods_password_config_min_password_length, kratos_selfservice_methods_password_enabled, kratos_selfservice_methods_profile_enabled, kratos_selfservice_methods_totp_config_issuer, kratos_selfservice_methods_totp_enabled, kratos_selfservice_methods_webauthn_config_passwordless, kratos_selfservice_methods_webauthn_config_rp_display_name, kratos_selfservice_methods_webauthn_config_rp_icon, kratos_selfservice_methods_webauthn_config_rp_id, kratos_selfservice_methods_webauthn_config_rp_origins, kratos_selfservice_methods_webauthn_enabled, kratos_session_cookie_persistent, kratos_session_cookie_same_site, kratos_session_lifespan, kratos_session_whoami_required_aal, kratos_session_whoami_tokenizer_templates, name, project_id, project_revision_hooks, serve_admin_cors_allowed_origins, serve_admin_cors_enabled, serve_public_cors_allowed_origins, serve_public_cors_enabled, strict_security, updated_at].hash
|
2169
2190
|
end
|
2170
2191
|
|
2171
2192
|
# Builds the object from hash
|
@@ -0,0 +1,389 @@
|
|
1
|
+
=begin
|
2
|
+
#Ory APIs
|
3
|
+
|
4
|
+
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
|
+
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
|
+
Contact: support@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 6.0.1
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'date'
|
14
|
+
require 'time'
|
15
|
+
|
16
|
+
module OryClient
|
17
|
+
class NormalizedProjectRevisionCourierChannel
|
18
|
+
# The Channel's public ID
|
19
|
+
attr_accessor :channel_id
|
20
|
+
|
21
|
+
# The creation date
|
22
|
+
attr_accessor :created_at
|
23
|
+
|
24
|
+
# API key location Can either be \"header\" or \"query\"
|
25
|
+
attr_accessor :request_config_auth_config_api_key_in
|
26
|
+
|
27
|
+
# API key name Only used if the auth type is api_key
|
28
|
+
attr_accessor :request_config_auth_config_api_key_name
|
29
|
+
|
30
|
+
# API key value Only used if the auth type is api_key
|
31
|
+
attr_accessor :request_config_auth_config_api_key_value
|
32
|
+
|
33
|
+
# Basic Auth Password Only used if the auth type is basic_auth
|
34
|
+
attr_accessor :request_config_auth_config_basic_auth_password
|
35
|
+
|
36
|
+
# Basic Auth Username Only used if the auth type is basic_auth
|
37
|
+
attr_accessor :request_config_auth_config_basic_auth_user
|
38
|
+
|
39
|
+
# HTTP Auth Method to use for the HTTP call Can either be basic_auth or api_key basic_auth CourierChannelAuthTypeBasicAuth api_key CourierChannelAuthTypeApiKey
|
40
|
+
attr_accessor :request_config_auth_type
|
41
|
+
|
42
|
+
# URI pointing to the JsonNet template used for HTTP body payload generation.
|
43
|
+
attr_accessor :request_config_body
|
44
|
+
|
45
|
+
# NullJSONRawMessage represents a json.RawMessage that works well with JSON, SQL, and Swagger and is NULLable-
|
46
|
+
attr_accessor :request_config_headers
|
47
|
+
|
48
|
+
# The HTTP method to use (GET, POST, etc) for the HTTP call
|
49
|
+
attr_accessor :request_config_method
|
50
|
+
|
51
|
+
attr_accessor :request_config_url
|
52
|
+
|
53
|
+
# Last upate time
|
54
|
+
attr_accessor :updated_at
|
55
|
+
|
56
|
+
class EnumAttributeValidator
|
57
|
+
attr_reader :datatype
|
58
|
+
attr_reader :allowable_values
|
59
|
+
|
60
|
+
def initialize(datatype, allowable_values)
|
61
|
+
@allowable_values = allowable_values.map do |value|
|
62
|
+
case datatype.to_s
|
63
|
+
when /Integer/i
|
64
|
+
value.to_i
|
65
|
+
when /Float/i
|
66
|
+
value.to_f
|
67
|
+
else
|
68
|
+
value
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
73
|
+
def valid?(value)
|
74
|
+
!value || allowable_values.include?(value)
|
75
|
+
end
|
76
|
+
end
|
77
|
+
|
78
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
79
|
+
def self.attribute_map
|
80
|
+
{
|
81
|
+
:'channel_id' => :'channel_id',
|
82
|
+
:'created_at' => :'created_at',
|
83
|
+
:'request_config_auth_config_api_key_in' => :'request_config_auth_config_api_key_in',
|
84
|
+
:'request_config_auth_config_api_key_name' => :'request_config_auth_config_api_key_name',
|
85
|
+
:'request_config_auth_config_api_key_value' => :'request_config_auth_config_api_key_value',
|
86
|
+
:'request_config_auth_config_basic_auth_password' => :'request_config_auth_config_basic_auth_password',
|
87
|
+
:'request_config_auth_config_basic_auth_user' => :'request_config_auth_config_basic_auth_user',
|
88
|
+
:'request_config_auth_type' => :'request_config_auth_type',
|
89
|
+
:'request_config_body' => :'request_config_body',
|
90
|
+
:'request_config_headers' => :'request_config_headers',
|
91
|
+
:'request_config_method' => :'request_config_method',
|
92
|
+
:'request_config_url' => :'request_config_url',
|
93
|
+
:'updated_at' => :'updated_at'
|
94
|
+
}
|
95
|
+
end
|
96
|
+
|
97
|
+
# Returns all the JSON keys this model knows about
|
98
|
+
def self.acceptable_attributes
|
99
|
+
attribute_map.values
|
100
|
+
end
|
101
|
+
|
102
|
+
# Attribute type mapping.
|
103
|
+
def self.openapi_types
|
104
|
+
{
|
105
|
+
:'channel_id' => :'String',
|
106
|
+
:'created_at' => :'Time',
|
107
|
+
:'request_config_auth_config_api_key_in' => :'String',
|
108
|
+
:'request_config_auth_config_api_key_name' => :'String',
|
109
|
+
:'request_config_auth_config_api_key_value' => :'String',
|
110
|
+
:'request_config_auth_config_basic_auth_password' => :'String',
|
111
|
+
:'request_config_auth_config_basic_auth_user' => :'String',
|
112
|
+
:'request_config_auth_type' => :'String',
|
113
|
+
:'request_config_body' => :'String',
|
114
|
+
:'request_config_headers' => :'Object',
|
115
|
+
:'request_config_method' => :'String',
|
116
|
+
:'request_config_url' => :'String',
|
117
|
+
:'updated_at' => :'Time'
|
118
|
+
}
|
119
|
+
end
|
120
|
+
|
121
|
+
# List of attributes with nullable: true
|
122
|
+
def self.openapi_nullable
|
123
|
+
Set.new([
|
124
|
+
:'request_config_headers',
|
125
|
+
])
|
126
|
+
end
|
127
|
+
|
128
|
+
# Initializes the object
|
129
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
130
|
+
def initialize(attributes = {})
|
131
|
+
if (!attributes.is_a?(Hash))
|
132
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::NormalizedProjectRevisionCourierChannel` initialize method"
|
133
|
+
end
|
134
|
+
|
135
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
136
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
137
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
138
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::NormalizedProjectRevisionCourierChannel`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
139
|
+
end
|
140
|
+
h[k.to_sym] = v
|
141
|
+
}
|
142
|
+
|
143
|
+
if attributes.key?(:'channel_id')
|
144
|
+
self.channel_id = attributes[:'channel_id']
|
145
|
+
end
|
146
|
+
|
147
|
+
if attributes.key?(:'created_at')
|
148
|
+
self.created_at = attributes[:'created_at']
|
149
|
+
end
|
150
|
+
|
151
|
+
if attributes.key?(:'request_config_auth_config_api_key_in')
|
152
|
+
self.request_config_auth_config_api_key_in = attributes[:'request_config_auth_config_api_key_in']
|
153
|
+
end
|
154
|
+
|
155
|
+
if attributes.key?(:'request_config_auth_config_api_key_name')
|
156
|
+
self.request_config_auth_config_api_key_name = attributes[:'request_config_auth_config_api_key_name']
|
157
|
+
end
|
158
|
+
|
159
|
+
if attributes.key?(:'request_config_auth_config_api_key_value')
|
160
|
+
self.request_config_auth_config_api_key_value = attributes[:'request_config_auth_config_api_key_value']
|
161
|
+
end
|
162
|
+
|
163
|
+
if attributes.key?(:'request_config_auth_config_basic_auth_password')
|
164
|
+
self.request_config_auth_config_basic_auth_password = attributes[:'request_config_auth_config_basic_auth_password']
|
165
|
+
end
|
166
|
+
|
167
|
+
if attributes.key?(:'request_config_auth_config_basic_auth_user')
|
168
|
+
self.request_config_auth_config_basic_auth_user = attributes[:'request_config_auth_config_basic_auth_user']
|
169
|
+
end
|
170
|
+
|
171
|
+
if attributes.key?(:'request_config_auth_type')
|
172
|
+
self.request_config_auth_type = attributes[:'request_config_auth_type']
|
173
|
+
end
|
174
|
+
|
175
|
+
if attributes.key?(:'request_config_body')
|
176
|
+
self.request_config_body = attributes[:'request_config_body']
|
177
|
+
end
|
178
|
+
|
179
|
+
if attributes.key?(:'request_config_headers')
|
180
|
+
self.request_config_headers = attributes[:'request_config_headers']
|
181
|
+
end
|
182
|
+
|
183
|
+
if attributes.key?(:'request_config_method')
|
184
|
+
self.request_config_method = attributes[:'request_config_method']
|
185
|
+
end
|
186
|
+
|
187
|
+
if attributes.key?(:'request_config_url')
|
188
|
+
self.request_config_url = attributes[:'request_config_url']
|
189
|
+
end
|
190
|
+
|
191
|
+
if attributes.key?(:'updated_at')
|
192
|
+
self.updated_at = attributes[:'updated_at']
|
193
|
+
end
|
194
|
+
end
|
195
|
+
|
196
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
197
|
+
# @return Array for valid properties with the reasons
|
198
|
+
def list_invalid_properties
|
199
|
+
invalid_properties = Array.new
|
200
|
+
if @channel_id.nil?
|
201
|
+
invalid_properties.push('invalid value for "channel_id", channel_id cannot be nil.')
|
202
|
+
end
|
203
|
+
|
204
|
+
if @request_config_body.nil?
|
205
|
+
invalid_properties.push('invalid value for "request_config_body", request_config_body cannot be nil.')
|
206
|
+
end
|
207
|
+
|
208
|
+
if @request_config_method.nil?
|
209
|
+
invalid_properties.push('invalid value for "request_config_method", request_config_method cannot be nil.')
|
210
|
+
end
|
211
|
+
|
212
|
+
invalid_properties
|
213
|
+
end
|
214
|
+
|
215
|
+
# Check to see if the all the properties in the model are valid
|
216
|
+
# @return true if the model is valid
|
217
|
+
def valid?
|
218
|
+
return false if @channel_id.nil?
|
219
|
+
request_config_auth_type_validator = EnumAttributeValidator.new('String', ["basic_auth", "api_key"])
|
220
|
+
return false unless request_config_auth_type_validator.valid?(@request_config_auth_type)
|
221
|
+
return false if @request_config_body.nil?
|
222
|
+
return false if @request_config_method.nil?
|
223
|
+
true
|
224
|
+
end
|
225
|
+
|
226
|
+
# Custom attribute writer method checking allowed values (enum).
|
227
|
+
# @param [Object] request_config_auth_type Object to be assigned
|
228
|
+
def request_config_auth_type=(request_config_auth_type)
|
229
|
+
validator = EnumAttributeValidator.new('String', ["basic_auth", "api_key"])
|
230
|
+
unless validator.valid?(request_config_auth_type)
|
231
|
+
fail ArgumentError, "invalid value for \"request_config_auth_type\", must be one of #{validator.allowable_values}."
|
232
|
+
end
|
233
|
+
@request_config_auth_type = request_config_auth_type
|
234
|
+
end
|
235
|
+
|
236
|
+
# Checks equality by comparing each attribute.
|
237
|
+
# @param [Object] Object to be compared
|
238
|
+
def ==(o)
|
239
|
+
return true if self.equal?(o)
|
240
|
+
self.class == o.class &&
|
241
|
+
channel_id == o.channel_id &&
|
242
|
+
created_at == o.created_at &&
|
243
|
+
request_config_auth_config_api_key_in == o.request_config_auth_config_api_key_in &&
|
244
|
+
request_config_auth_config_api_key_name == o.request_config_auth_config_api_key_name &&
|
245
|
+
request_config_auth_config_api_key_value == o.request_config_auth_config_api_key_value &&
|
246
|
+
request_config_auth_config_basic_auth_password == o.request_config_auth_config_basic_auth_password &&
|
247
|
+
request_config_auth_config_basic_auth_user == o.request_config_auth_config_basic_auth_user &&
|
248
|
+
request_config_auth_type == o.request_config_auth_type &&
|
249
|
+
request_config_body == o.request_config_body &&
|
250
|
+
request_config_headers == o.request_config_headers &&
|
251
|
+
request_config_method == o.request_config_method &&
|
252
|
+
request_config_url == o.request_config_url &&
|
253
|
+
updated_at == o.updated_at
|
254
|
+
end
|
255
|
+
|
256
|
+
# @see the `==` method
|
257
|
+
# @param [Object] Object to be compared
|
258
|
+
def eql?(o)
|
259
|
+
self == o
|
260
|
+
end
|
261
|
+
|
262
|
+
# Calculates hash code according to all attributes.
|
263
|
+
# @return [Integer] Hash code
|
264
|
+
def hash
|
265
|
+
[channel_id, created_at, request_config_auth_config_api_key_in, request_config_auth_config_api_key_name, request_config_auth_config_api_key_value, request_config_auth_config_basic_auth_password, request_config_auth_config_basic_auth_user, request_config_auth_type, request_config_body, request_config_headers, request_config_method, request_config_url, updated_at].hash
|
266
|
+
end
|
267
|
+
|
268
|
+
# Builds the object from hash
|
269
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
270
|
+
# @return [Object] Returns the model itself
|
271
|
+
def self.build_from_hash(attributes)
|
272
|
+
new.build_from_hash(attributes)
|
273
|
+
end
|
274
|
+
|
275
|
+
# Builds the object from hash
|
276
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
277
|
+
# @return [Object] Returns the model itself
|
278
|
+
def build_from_hash(attributes)
|
279
|
+
return nil unless attributes.is_a?(Hash)
|
280
|
+
attributes = attributes.transform_keys(&:to_sym)
|
281
|
+
self.class.openapi_types.each_pair do |key, type|
|
282
|
+
if attributes[self.class.attribute_map[key]].nil? && self.class.openapi_nullable.include?(key)
|
283
|
+
self.send("#{key}=", nil)
|
284
|
+
elsif type =~ /\AArray<(.*)>/i
|
285
|
+
# check to ensure the input is an array given that the attribute
|
286
|
+
# is documented as an array but the input is not
|
287
|
+
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
288
|
+
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
289
|
+
end
|
290
|
+
elsif !attributes[self.class.attribute_map[key]].nil?
|
291
|
+
self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
|
292
|
+
end
|
293
|
+
end
|
294
|
+
|
295
|
+
self
|
296
|
+
end
|
297
|
+
|
298
|
+
# Deserializes the data based on type
|
299
|
+
# @param string type Data type
|
300
|
+
# @param string value Value to be deserialized
|
301
|
+
# @return [Object] Deserialized data
|
302
|
+
def _deserialize(type, value)
|
303
|
+
case type.to_sym
|
304
|
+
when :Time
|
305
|
+
Time.parse(value)
|
306
|
+
when :Date
|
307
|
+
Date.parse(value)
|
308
|
+
when :String
|
309
|
+
value.to_s
|
310
|
+
when :Integer
|
311
|
+
value.to_i
|
312
|
+
when :Float
|
313
|
+
value.to_f
|
314
|
+
when :Boolean
|
315
|
+
if value.to_s =~ /\A(true|t|yes|y|1)\z/i
|
316
|
+
true
|
317
|
+
else
|
318
|
+
false
|
319
|
+
end
|
320
|
+
when :Object
|
321
|
+
# generic object (usually a Hash), return directly
|
322
|
+
value
|
323
|
+
when /\AArray<(?<inner_type>.+)>\z/
|
324
|
+
inner_type = Regexp.last_match[:inner_type]
|
325
|
+
value.map { |v| _deserialize(inner_type, v) }
|
326
|
+
when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
|
327
|
+
k_type = Regexp.last_match[:k_type]
|
328
|
+
v_type = Regexp.last_match[:v_type]
|
329
|
+
{}.tap do |hash|
|
330
|
+
value.each do |k, v|
|
331
|
+
hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
|
332
|
+
end
|
333
|
+
end
|
334
|
+
else # model
|
335
|
+
# models (e.g. Pet) or oneOf
|
336
|
+
klass = OryClient.const_get(type)
|
337
|
+
klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
|
338
|
+
end
|
339
|
+
end
|
340
|
+
|
341
|
+
# Returns the string representation of the object
|
342
|
+
# @return [String] String presentation of the object
|
343
|
+
def to_s
|
344
|
+
to_hash.to_s
|
345
|
+
end
|
346
|
+
|
347
|
+
# to_body is an alias to to_hash (backward compatibility)
|
348
|
+
# @return [Hash] Returns the object in the form of hash
|
349
|
+
def to_body
|
350
|
+
to_hash
|
351
|
+
end
|
352
|
+
|
353
|
+
# Returns the object in the form of hash
|
354
|
+
# @return [Hash] Returns the object in the form of hash
|
355
|
+
def to_hash
|
356
|
+
hash = {}
|
357
|
+
self.class.attribute_map.each_pair do |attr, param|
|
358
|
+
value = self.send(attr)
|
359
|
+
if value.nil?
|
360
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
361
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
362
|
+
end
|
363
|
+
|
364
|
+
hash[param] = _to_hash(value)
|
365
|
+
end
|
366
|
+
hash
|
367
|
+
end
|
368
|
+
|
369
|
+
# Outputs non-array value in the form of hash
|
370
|
+
# For object, use to_hash. Otherwise, just return the value
|
371
|
+
# @param [Object] value Any valid value
|
372
|
+
# @return [Hash] Returns the value in the form of hash
|
373
|
+
def _to_hash(value)
|
374
|
+
if value.is_a?(Array)
|
375
|
+
value.compact.map { |v| _to_hash(v) }
|
376
|
+
elsif value.is_a?(Hash)
|
377
|
+
{}.tap do |hash|
|
378
|
+
value.each { |k, v| hash[k] = _to_hash(v) }
|
379
|
+
end
|
380
|
+
elsif value.respond_to? :to_hash
|
381
|
+
value.to_hash
|
382
|
+
else
|
383
|
+
value
|
384
|
+
end
|
385
|
+
end
|
386
|
+
|
387
|
+
end
|
388
|
+
|
389
|
+
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v1.
|
6
|
+
The version of the OpenAPI document: v1.5.0
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|