ory-client 0.0.1.alpha131 → 0.0.1.alpha134
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +61 -65
- data/docs/CreateProjectBody.md +18 -0
- data/docs/GenericError.md +6 -10
- data/docs/GenericErrorContent.md +26 -0
- data/docs/{IdentityPreset.md → IdentitySchemaPreset.md} +2 -2
- data/docs/JsonPatch.md +22 -0
- data/docs/MetadataApi.md +3 -3
- data/docs/NormalizedProject.md +34 -0
- data/docs/{ProjectRevision.md → NormalizedProjectRevision.md} +45 -7
- data/docs/{ProjectRevisionHook.md → NormalizedProjectRevisionHook.md} +4 -2
- data/docs/{ProjectRevisionIdentitySchema.md → NormalizedProjectRevisionIdentitySchema.md} +2 -2
- data/docs/{ProjectRevisionThirdPartyLoginProvider.md → NormalizedProjectRevisionThirdPartyProvider.md} +2 -2
- data/docs/Project.md +7 -13
- data/docs/ProjectServiceIdentity.md +18 -0
- data/docs/{UpdateProjectConfigConfig.md → ProjectServices.md} +3 -3
- data/docs/ProvisionMockSubscriptionPayload.md +20 -0
- data/docs/{SuccessfulProjectConfigUpdate.md → SuccessfulProjectUpdate.md} +4 -4
- data/docs/UpdateProject.md +20 -0
- data/docs/V0alpha2Api.md +43 -43
- data/lib/ory-client/api/metadata_api.rb +4 -4
- data/lib/ory-client/api/v0alpha2_api.rb +48 -48
- 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/active_project.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_config.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_provider.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_password.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_password_config.rb +1 -1
- data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
- data/lib/ory-client/models/admin_identity_import_credentials.rb +1 -1
- data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
- data/lib/ory-client/models/api_token.rb +1 -1
- data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
- data/lib/ory-client/models/cloud_account.rb +1 -1
- data/lib/ory-client/models/cname_settings.rb +1 -1
- data/lib/ory-client/models/create_custom_hostname_body.rb +1 -1
- data/lib/ory-client/models/{inline_object.rb → create_project_body.rb} +15 -15
- data/lib/ory-client/models/create_subscription_payload.rb +1 -1
- data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
- data/lib/ory-client/models/generic_error.rb +8 -29
- data/lib/ory-client/models/generic_error_content.rb +260 -0
- 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_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_schema.rb +1 -1
- data/lib/ory-client/models/identity_schema_location.rb +1 -1
- data/lib/ory-client/models/{identity_preset.rb → identity_schema_preset.rb} +4 -4
- data/lib/ory-client/models/identity_schema_validation_result.rb +1 -1
- data/lib/ory-client/models/identity_state.rb +1 -1
- data/lib/ory-client/models/inline_response200.rb +1 -1
- data/lib/ory-client/models/inline_response2001.rb +1 -1
- data/lib/ory-client/models/inline_response503.rb +1 -1
- data/lib/ory-client/models/invite_payload.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +1 -1
- data/lib/ory-client/models/json_error.rb +1 -1
- data/lib/ory-client/models/json_patch.rb +285 -0
- data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
- data/lib/ory-client/models/normalized_project.rb +372 -0
- data/lib/ory-client/models/{project_revision.rb → normalized_project_revision.rb} +200 -10
- data/lib/ory-client/models/{project_revision_hook.rb → normalized_project_revision_hook.rb} +15 -5
- data/lib/ory-client/models/{project_revision_identity_schema.rb → normalized_project_revision_identity_schema.rb} +4 -4
- data/lib/ory-client/models/{project_revision_third_party_login_provider.rb → normalized_project_revision_third_party_provider.rb} +4 -6
- data/lib/ory-client/models/null_plan.rb +1 -1
- data/lib/ory-client/models/pagination.rb +1 -1
- data/lib/ory-client/models/project.rb +38 -80
- data/lib/ory-client/models/project_host.rb +1 -1
- data/lib/ory-client/models/project_invite.rb +1 -1
- data/lib/ory-client/models/project_service_identity.rb +223 -0
- data/lib/ory-client/models/{update_project_config_config.rb → project_services.rb} +5 -6
- data/lib/ory-client/models/project_slug.rb +1 -1
- data/lib/ory-client/models/provision_mock_subscription_payload.rb +237 -0
- data/lib/ory-client/models/quota_project_member_seats.rb +1 -1
- data/lib/ory-client/models/recovery_address.rb +1 -1
- data/lib/ory-client/models/revoked_sessions.rb +1 -1
- data/lib/ory-client/models/schema_patch.rb +1 -1
- data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +1 -1
- data/lib/ory-client/models/self_service_error.rb +1 -1
- data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
- data/lib/ory-client/models/self_service_login_flow.rb +1 -1
- data/lib/ory-client/models/self_service_logout_url.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_flow.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_flow_state.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_link.rb +1 -1
- data/lib/ory-client/models/self_service_registration_flow.rb +1 -1
- data/lib/ory-client/models/self_service_settings_flow.rb +1 -1
- data/lib/ory-client/models/self_service_settings_flow_state.rb +1 -1
- data/lib/ory-client/models/self_service_verification_flow.rb +1 -1
- data/lib/ory-client/models/self_service_verification_flow_state.rb +1 -1
- data/lib/ory-client/models/session.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/settings_profile_form_config.rb +1 -1
- data/lib/ory-client/models/stripe_customer_response.rb +1 -1
- data/lib/ory-client/models/submit_self_service_flow_with_web_authn_registration_method.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
- data/lib/ory-client/models/subscription.rb +1 -1
- data/lib/ory-client/models/{successful_project_config_update.rb → successful_project_update.rb} +14 -4
- data/lib/ory-client/models/successful_self_service_login_without_browser.rb +1 -1
- data/lib/ory-client/models/successful_self_service_registration_without_browser.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_custom_hostname_body.rb +1 -1
- data/lib/ory-client/models/update_project.rb +238 -0
- data/lib/ory-client/models/update_subscription_payload.rb +1 -1
- data/lib/ory-client/models/verifiable_identity_address.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/version.rb +2 -2
- data/lib/ory-client.rb +15 -10
- data/ory-client.gemspec +1 -1
- data/spec/api/metadata_api_spec.rb +1 -1
- data/spec/api/v0alpha2_api_spec.rb +5 -5
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/active_project_spec.rb +1 -1
- data/spec/models/admin_create_identity_body_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_config_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_provider_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_password_config_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_password_spec.rb +1 -1
- data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
- data/spec/models/admin_identity_import_credentials_spec.rb +1 -1
- data/spec/models/admin_update_identity_body_spec.rb +1 -1
- data/spec/models/api_token_spec.rb +1 -1
- data/spec/models/authenticator_assurance_level_spec.rb +1 -1
- data/spec/models/cloud_account_spec.rb +1 -1
- data/spec/models/cname_settings_spec.rb +1 -1
- data/spec/models/create_custom_hostname_body_spec.rb +1 -1
- data/spec/models/{inline_object_spec.rb → create_project_body_spec.rb} +8 -8
- data/spec/models/create_subscription_payload_spec.rb +1 -1
- data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
- data/spec/models/generic_error_content_spec.rb +58 -0
- data/spec/models/generic_error_spec.rb +1 -13
- 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_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_schema_location_spec.rb +1 -1
- data/spec/models/{identity_preset_spec.rb → identity_schema_preset_spec.rb} +7 -7
- data/spec/models/identity_schema_spec.rb +1 -1
- data/spec/models/identity_schema_validation_result_spec.rb +1 -1
- data/spec/models/identity_spec.rb +1 -1
- data/spec/models/identity_state_spec.rb +1 -1
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/inline_response503_spec.rb +1 -1
- data/spec/models/invite_payload_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
- data/spec/models/json_error_spec.rb +1 -1
- data/spec/models/json_patch_spec.rb +50 -0
- data/spec/models/needs_privileged_session_error_spec.rb +1 -1
- data/spec/models/{project_revision_hook_spec.rb → normalized_project_revision_hook_spec.rb} +13 -7
- data/spec/models/{project_revision_identity_schema_spec.rb → normalized_project_revision_identity_schema_spec.rb} +7 -7
- data/spec/models/{project_revision_spec.rb → normalized_project_revision_spec.rb} +121 -7
- data/spec/models/{project_revision_third_party_login_provider_spec.rb → normalized_project_revision_third_party_provider_spec.rb} +7 -7
- data/spec/models/normalized_project_spec.rb +86 -0
- data/spec/models/null_plan_spec.rb +1 -1
- data/spec/models/pagination_spec.rb +1 -1
- data/spec/models/project_host_spec.rb +1 -1
- data/spec/models/project_invite_spec.rb +1 -1
- data/spec/models/project_service_identity_spec.rb +34 -0
- data/spec/models/{update_project_config_config_spec.rb → project_services_spec.rb} +7 -7
- data/spec/models/project_slug_spec.rb +1 -1
- data/spec/models/project_spec.rb +5 -23
- data/spec/models/provision_mock_subscription_payload_spec.rb +40 -0
- data/spec/models/quota_project_member_seats_spec.rb +1 -1
- data/spec/models/recovery_address_spec.rb +1 -1
- data/spec/models/revoked_sessions_spec.rb +1 -1
- data/spec/models/schema_patch_spec.rb +1 -1
- data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
- data/spec/models/self_service_error_spec.rb +1 -1
- data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
- data/spec/models/self_service_login_flow_spec.rb +1 -1
- data/spec/models/self_service_logout_url_spec.rb +1 -1
- data/spec/models/self_service_recovery_flow_spec.rb +1 -1
- data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
- data/spec/models/self_service_recovery_link_spec.rb +1 -1
- data/spec/models/self_service_registration_flow_spec.rb +1 -1
- data/spec/models/self_service_settings_flow_spec.rb +1 -1
- data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
- data/spec/models/self_service_verification_flow_spec.rb +1 -1
- data/spec/models/self_service_verification_flow_state_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/settings_profile_form_config_spec.rb +1 -1
- data/spec/models/stripe_customer_response_spec.rb +1 -1
- data/spec/models/submit_self_service_flow_with_web_authn_registration_method_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
- data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
- data/spec/models/subscription_spec.rb +1 -1
- data/spec/models/{successful_project_config_update_spec.rb → successful_project_update_spec.rb} +7 -7
- data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
- data/spec/models/successful_self_service_registration_without_browser_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_custom_hostname_body_spec.rb +1 -1
- data/spec/models/update_project_spec.rb +40 -0
- data/spec/models/update_subscription_payload_spec.rb +1 -1
- data/spec/models/verifiable_identity_address_spec.rb +1 -1
- data/spec/models/version_spec.rb +1 -1
- data/spec/models/warning_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- 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.15.5/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/psych-4.0.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.1/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.15.5/ext/ffi_c/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/Makefile +2 -2
- metadata +58 -38
- data/docs/InlineObject.md +0 -18
- data/docs/V0alpha0Api.md +0 -712
- data/lib/ory-client/api/v0alpha0_api.rb +0 -662
- data/spec/api/v0alpha0_api_spec.rb +0 -156
data/spec/models/ui_text_spec.rb
CHANGED
@@ -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: v0.0.1-alpha.
|
6
|
+
The version of the OpenAPI document: v0.0.1-alpha.134
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.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: v0.0.1-alpha.
|
6
|
+
The version of the OpenAPI document: v0.0.1-alpha.134
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
@@ -0,0 +1,40 @@
|
|
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: v0.0.1-alpha.134
|
7
|
+
Contact: support@ory.sh
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 5.4.0
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'spec_helper'
|
14
|
+
require 'json'
|
15
|
+
require 'date'
|
16
|
+
|
17
|
+
# Unit tests for OryClient::UpdateProject
|
18
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
19
|
+
# Please update as you see appropriate
|
20
|
+
describe OryClient::UpdateProject do
|
21
|
+
let(:instance) { OryClient::UpdateProject.new }
|
22
|
+
|
23
|
+
describe 'test an instance of UpdateProject' do
|
24
|
+
it 'should create an instance of UpdateProject' do
|
25
|
+
expect(instance).to be_instance_of(OryClient::UpdateProject)
|
26
|
+
end
|
27
|
+
end
|
28
|
+
describe 'test attribute "name"' 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 "services"' 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
|
@@ -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: v0.0.1-alpha.
|
6
|
+
The version of the OpenAPI document: v0.0.1-alpha.134
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.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: v0.0.1-alpha.
|
6
|
+
The version of the OpenAPI document: v0.0.1-alpha.134
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
data/spec/models/version_spec.rb
CHANGED
@@ -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: v0.0.1-alpha.
|
6
|
+
The version of the OpenAPI document: v0.0.1-alpha.134
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
data/spec/models/warning_spec.rb
CHANGED
@@ -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: v0.0.1-alpha.
|
6
|
+
The version of the OpenAPI document: v0.0.1-alpha.134
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
data/spec/spec_helper.rb
CHANGED
@@ -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: v0.0.1-alpha.
|
6
|
+
The version of the OpenAPI document: v0.0.1-alpha.134
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 5.4.0
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20220318-3765-x5wx3e.rb extconf.rb
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
|
@@ -16,4 +16,4 @@ linking shared-object byebug/byebug.so
|
|
16
16
|
|
17
17
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug
|
18
18
|
make "DESTDIR=" install
|
19
|
-
/usr/bin/install -c -m 0755 byebug.so ./.gem.
|
19
|
+
/usr/bin/install -c -m 0755 byebug.so ./.gem.20220318-3765-1ixkkn4/byebug
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20220318-3765-1jeiqni.rb extconf.rb
|
3
3
|
/usr/lib/ruby/2.5.0/mkmf.rb:1554: warning: Insecure world writable dir /go/bin in PATH, mode 040777
|
4
4
|
checking for ffi_prep_closure_loc() in -lffi... yes
|
5
5
|
checking for ffi_prep_cif_var()... yes
|
@@ -41,4 +41,4 @@ linking shared-object ffi_c.so
|
|
41
41
|
|
42
42
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.5/ext/ffi_c
|
43
43
|
make "DESTDIR=" install
|
44
|
-
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.
|
44
|
+
/usr/bin/install -c -m 0755 ffi_c.so ./.gem.20220318-3765-188ucpx
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20220318-3765-1dikecn.rb extconf.rb
|
3
3
|
creating Makefile
|
4
4
|
|
5
5
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
@@ -35,4 +35,4 @@ linking shared-object jaro_winkler/jaro_winkler_ext.so
|
|
35
35
|
|
36
36
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler
|
37
37
|
make "DESTDIR=" install
|
38
|
-
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.
|
38
|
+
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20220318-3765-vljam3/jaro_winkler
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20220318-3765-a14kyw.rb extconf.rb
|
3
3
|
checking for yaml.h... no
|
4
4
|
checking for _WIN32... no
|
5
5
|
checking for dlfcn.h... yes
|
@@ -38,4 +38,4 @@ linking shared-object psych.so
|
|
38
38
|
|
39
39
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/psych-4.0.3/ext/psych
|
40
40
|
make "DESTDIR=" install
|
41
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.
|
41
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20220318-3765-p0nq1d
|
@@ -1,5 +1,5 @@
|
|
1
1
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio
|
2
|
-
/usr/bin/ruby2.5 -r ./
|
2
|
+
/usr/bin/ruby2.5 -r ./siteconf20220318-3765-hd9bbw.rb extconf.rb
|
3
3
|
checking for rb_io_extract_modeenc() in ruby/io.h... no
|
4
4
|
creating Makefile
|
5
5
|
|
@@ -13,4 +13,4 @@ linking shared-object stringio.so
|
|
13
13
|
|
14
14
|
current directory: /sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio
|
15
15
|
make "DESTDIR=" install
|
16
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
16
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20220318-3765-fllp0p
|
@@ -39,7 +39,7 @@ checked program was:
|
|
39
39
|
/* end */
|
40
40
|
|
41
41
|
"gcc -o conftest -I/usr/include/x86_64-linux-gnu/ruby-2.5.0 -I/usr/include/ruby-2.5.0/ruby/backward -I/usr/include/ruby-2.5.0 -I. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/ruby2.5-ADJMZV/ruby2.5-2.5.5=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC conftest.c -L. -L/usr/lib/x86_64-linux-gnu -L. -Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic -lruby-2.5 -lpthread -lgmp -ldl -lcrypt -lm -lc"
|
42
|
-
/usr/bin/ld: /tmp/
|
42
|
+
/usr/bin/ld: /tmp/ccROceEp.o: in function `t':
|
43
43
|
/sdk/clients/client/ruby/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.1/ext/stringio/conftest.c:16: undefined reference to `rb_io_extract_modeenc'
|
44
44
|
collect2: error: ld returned 1 exit status
|
45
45
|
checked program was:
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20220318-3765-1ixkkn4
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20220318-3765-1ixkkn4
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20220318-3765-188ucpx
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20220318-3765-188ucpx
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20220318-3765-vljam3
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20220318-3765-vljam3
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20220318-3765-p0nq1d
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20220318-3765-p0nq1d
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
@@ -31,8 +31,8 @@ rubyhdrdir = $(includedir)/$(RUBY_VERSION_NAME)
|
|
31
31
|
vendorarchdir = $(rubysitearchprefix)/vendor_ruby/$(ruby_version)
|
32
32
|
vendorlibdir = $(vendordir)/$(ruby_version)
|
33
33
|
vendordir = $(rubylibprefix)/vendor_ruby
|
34
|
-
sitearchdir = $(DESTDIR)./.gem.
|
35
|
-
sitelibdir = $(DESTDIR)./.gem.
|
34
|
+
sitearchdir = $(DESTDIR)./.gem.20220318-3765-fllp0p
|
35
|
+
sitelibdir = $(DESTDIR)./.gem.20220318-3765-fllp0p
|
36
36
|
sitedir = $(DESTDIR)/usr/local/lib/site_ruby
|
37
37
|
rubyarchdir = $(rubyarchprefix)/$(ruby_version)
|
38
38
|
rubylibdir = $(rubylibprefix)/$(ruby_version)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ory-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1.
|
4
|
+
version: 0.0.1.alpha134
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ORY GmbH
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-03-
|
11
|
+
date: 2022-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: typhoeus
|
@@ -78,9 +78,11 @@ files:
|
|
78
78
|
- docs/CloudAccount.md
|
79
79
|
- docs/CnameSettings.md
|
80
80
|
- docs/CreateCustomHostnameBody.md
|
81
|
+
- docs/CreateProjectBody.md
|
81
82
|
- docs/CreateSubscriptionPayload.md
|
82
83
|
- docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md
|
83
84
|
- docs/GenericError.md
|
85
|
+
- docs/GenericErrorContent.md
|
84
86
|
- docs/HealthNotReadyStatus.md
|
85
87
|
- docs/HealthStatus.md
|
86
88
|
- docs/Identity.md
|
@@ -89,12 +91,11 @@ files:
|
|
89
91
|
- docs/IdentityCredentialsOidcProvider.md
|
90
92
|
- docs/IdentityCredentialsPassword.md
|
91
93
|
- docs/IdentityCredentialsType.md
|
92
|
-
- docs/IdentityPreset.md
|
93
94
|
- docs/IdentitySchema.md
|
94
95
|
- docs/IdentitySchemaLocation.md
|
96
|
+
- docs/IdentitySchemaPreset.md
|
95
97
|
- docs/IdentitySchemaValidationResult.md
|
96
98
|
- docs/IdentityState.md
|
97
|
-
- docs/InlineObject.md
|
98
99
|
- docs/InlineResponse200.md
|
99
100
|
- docs/InlineResponse2001.md
|
100
101
|
- docs/InlineResponse503.md
|
@@ -102,18 +103,23 @@ files:
|
|
102
103
|
- docs/IsOwnerForProjectBySlug.md
|
103
104
|
- docs/IsOwnerForProjectBySlugPayload.md
|
104
105
|
- docs/JsonError.md
|
106
|
+
- docs/JsonPatch.md
|
105
107
|
- docs/MetadataApi.md
|
106
108
|
- docs/NeedsPrivilegedSessionError.md
|
109
|
+
- docs/NormalizedProject.md
|
110
|
+
- docs/NormalizedProjectRevision.md
|
111
|
+
- docs/NormalizedProjectRevisionHook.md
|
112
|
+
- docs/NormalizedProjectRevisionIdentitySchema.md
|
113
|
+
- docs/NormalizedProjectRevisionThirdPartyProvider.md
|
107
114
|
- docs/NullPlan.md
|
108
115
|
- docs/Pagination.md
|
109
116
|
- docs/Project.md
|
110
117
|
- docs/ProjectHost.md
|
111
118
|
- docs/ProjectInvite.md
|
112
|
-
- docs/
|
113
|
-
- docs/
|
114
|
-
- docs/ProjectRevisionIdentitySchema.md
|
115
|
-
- docs/ProjectRevisionThirdPartyLoginProvider.md
|
119
|
+
- docs/ProjectServiceIdentity.md
|
120
|
+
- docs/ProjectServices.md
|
116
121
|
- docs/ProjectSlug.md
|
122
|
+
- docs/ProvisionMockSubscriptionPayload.md
|
117
123
|
- docs/QuotaProjectMemberSeats.md
|
118
124
|
- docs/RecoveryAddress.md
|
119
125
|
- docs/RevokedSessions.md
|
@@ -160,7 +166,7 @@ files:
|
|
160
166
|
- docs/SubmitSelfServiceVerificationFlowBody.md
|
161
167
|
- docs/SubmitSelfServiceVerificationFlowWithLinkMethodBody.md
|
162
168
|
- docs/Subscription.md
|
163
|
-
- docs/
|
169
|
+
- docs/SuccessfulProjectUpdate.md
|
164
170
|
- docs/SuccessfulSelfServiceLoginWithoutBrowser.md
|
165
171
|
- docs/SuccessfulSelfServiceRegistrationWithoutBrowser.md
|
166
172
|
- docs/UiContainer.md
|
@@ -174,16 +180,14 @@ files:
|
|
174
180
|
- docs/UiNodeTextAttributes.md
|
175
181
|
- docs/UiText.md
|
176
182
|
- docs/UpdateCustomHostnameBody.md
|
177
|
-
- docs/
|
183
|
+
- docs/UpdateProject.md
|
178
184
|
- docs/UpdateSubscriptionPayload.md
|
179
|
-
- docs/V0alpha0Api.md
|
180
185
|
- docs/V0alpha2Api.md
|
181
186
|
- docs/VerifiableIdentityAddress.md
|
182
187
|
- docs/Version.md
|
183
188
|
- docs/Warning.md
|
184
189
|
- lib/ory-client.rb
|
185
190
|
- lib/ory-client/api/metadata_api.rb
|
186
|
-
- lib/ory-client/api/v0alpha0_api.rb
|
187
191
|
- lib/ory-client/api/v0alpha2_api.rb
|
188
192
|
- lib/ory-client/api_client.rb
|
189
193
|
- lib/ory-client/api_error.rb
|
@@ -203,9 +207,11 @@ files:
|
|
203
207
|
- lib/ory-client/models/cloud_account.rb
|
204
208
|
- lib/ory-client/models/cname_settings.rb
|
205
209
|
- lib/ory-client/models/create_custom_hostname_body.rb
|
210
|
+
- lib/ory-client/models/create_project_body.rb
|
206
211
|
- lib/ory-client/models/create_subscription_payload.rb
|
207
212
|
- lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb
|
208
213
|
- lib/ory-client/models/generic_error.rb
|
214
|
+
- lib/ory-client/models/generic_error_content.rb
|
209
215
|
- lib/ory-client/models/health_not_ready_status.rb
|
210
216
|
- lib/ory-client/models/health_status.rb
|
211
217
|
- lib/ory-client/models/identity.rb
|
@@ -214,12 +220,11 @@ files:
|
|
214
220
|
- lib/ory-client/models/identity_credentials_oidc_provider.rb
|
215
221
|
- lib/ory-client/models/identity_credentials_password.rb
|
216
222
|
- lib/ory-client/models/identity_credentials_type.rb
|
217
|
-
- lib/ory-client/models/identity_preset.rb
|
218
223
|
- lib/ory-client/models/identity_schema.rb
|
219
224
|
- lib/ory-client/models/identity_schema_location.rb
|
225
|
+
- lib/ory-client/models/identity_schema_preset.rb
|
220
226
|
- lib/ory-client/models/identity_schema_validation_result.rb
|
221
227
|
- lib/ory-client/models/identity_state.rb
|
222
|
-
- lib/ory-client/models/inline_object.rb
|
223
228
|
- lib/ory-client/models/inline_response200.rb
|
224
229
|
- lib/ory-client/models/inline_response2001.rb
|
225
230
|
- lib/ory-client/models/inline_response503.rb
|
@@ -227,17 +232,22 @@ files:
|
|
227
232
|
- lib/ory-client/models/is_owner_for_project_by_slug.rb
|
228
233
|
- lib/ory-client/models/is_owner_for_project_by_slug_payload.rb
|
229
234
|
- lib/ory-client/models/json_error.rb
|
235
|
+
- lib/ory-client/models/json_patch.rb
|
230
236
|
- lib/ory-client/models/needs_privileged_session_error.rb
|
237
|
+
- lib/ory-client/models/normalized_project.rb
|
238
|
+
- lib/ory-client/models/normalized_project_revision.rb
|
239
|
+
- lib/ory-client/models/normalized_project_revision_hook.rb
|
240
|
+
- lib/ory-client/models/normalized_project_revision_identity_schema.rb
|
241
|
+
- lib/ory-client/models/normalized_project_revision_third_party_provider.rb
|
231
242
|
- lib/ory-client/models/null_plan.rb
|
232
243
|
- lib/ory-client/models/pagination.rb
|
233
244
|
- lib/ory-client/models/project.rb
|
234
245
|
- lib/ory-client/models/project_host.rb
|
235
246
|
- lib/ory-client/models/project_invite.rb
|
236
|
-
- lib/ory-client/models/
|
237
|
-
- lib/ory-client/models/
|
238
|
-
- lib/ory-client/models/project_revision_identity_schema.rb
|
239
|
-
- lib/ory-client/models/project_revision_third_party_login_provider.rb
|
247
|
+
- lib/ory-client/models/project_service_identity.rb
|
248
|
+
- lib/ory-client/models/project_services.rb
|
240
249
|
- lib/ory-client/models/project_slug.rb
|
250
|
+
- lib/ory-client/models/provision_mock_subscription_payload.rb
|
241
251
|
- lib/ory-client/models/quota_project_member_seats.rb
|
242
252
|
- lib/ory-client/models/recovery_address.rb
|
243
253
|
- lib/ory-client/models/revoked_sessions.rb
|
@@ -284,7 +294,7 @@ files:
|
|
284
294
|
- lib/ory-client/models/submit_self_service_verification_flow_body.rb
|
285
295
|
- lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb
|
286
296
|
- lib/ory-client/models/subscription.rb
|
287
|
-
- lib/ory-client/models/
|
297
|
+
- lib/ory-client/models/successful_project_update.rb
|
288
298
|
- lib/ory-client/models/successful_self_service_login_without_browser.rb
|
289
299
|
- lib/ory-client/models/successful_self_service_registration_without_browser.rb
|
290
300
|
- lib/ory-client/models/ui_container.rb
|
@@ -298,7 +308,7 @@ files:
|
|
298
308
|
- lib/ory-client/models/ui_node_text_attributes.rb
|
299
309
|
- lib/ory-client/models/ui_text.rb
|
300
310
|
- lib/ory-client/models/update_custom_hostname_body.rb
|
301
|
-
- lib/ory-client/models/
|
311
|
+
- lib/ory-client/models/update_project.rb
|
302
312
|
- lib/ory-client/models/update_subscription_payload.rb
|
303
313
|
- lib/ory-client/models/verifiable_identity_address.rb
|
304
314
|
- lib/ory-client/models/version.rb
|
@@ -306,7 +316,6 @@ files:
|
|
306
316
|
- lib/ory-client/version.rb
|
307
317
|
- ory-client.gemspec
|
308
318
|
- spec/api/metadata_api_spec.rb
|
309
|
-
- spec/api/v0alpha0_api_spec.rb
|
310
319
|
- spec/api/v0alpha2_api_spec.rb
|
311
320
|
- spec/api_client_spec.rb
|
312
321
|
- spec/configuration_spec.rb
|
@@ -325,8 +334,10 @@ files:
|
|
325
334
|
- spec/models/cloud_account_spec.rb
|
326
335
|
- spec/models/cname_settings_spec.rb
|
327
336
|
- spec/models/create_custom_hostname_body_spec.rb
|
337
|
+
- spec/models/create_project_body_spec.rb
|
328
338
|
- spec/models/create_subscription_payload_spec.rb
|
329
339
|
- spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb
|
340
|
+
- spec/models/generic_error_content_spec.rb
|
330
341
|
- spec/models/generic_error_spec.rb
|
331
342
|
- spec/models/health_not_ready_status_spec.rb
|
332
343
|
- spec/models/health_status_spec.rb
|
@@ -335,13 +346,12 @@ files:
|
|
335
346
|
- spec/models/identity_credentials_password_spec.rb
|
336
347
|
- spec/models/identity_credentials_spec.rb
|
337
348
|
- spec/models/identity_credentials_type_spec.rb
|
338
|
-
- spec/models/identity_preset_spec.rb
|
339
349
|
- spec/models/identity_schema_location_spec.rb
|
350
|
+
- spec/models/identity_schema_preset_spec.rb
|
340
351
|
- spec/models/identity_schema_spec.rb
|
341
352
|
- spec/models/identity_schema_validation_result_spec.rb
|
342
353
|
- spec/models/identity_spec.rb
|
343
354
|
- spec/models/identity_state_spec.rb
|
344
|
-
- spec/models/inline_object_spec.rb
|
345
355
|
- spec/models/inline_response2001_spec.rb
|
346
356
|
- spec/models/inline_response200_spec.rb
|
347
357
|
- spec/models/inline_response503_spec.rb
|
@@ -349,17 +359,22 @@ files:
|
|
349
359
|
- spec/models/is_owner_for_project_by_slug_payload_spec.rb
|
350
360
|
- spec/models/is_owner_for_project_by_slug_spec.rb
|
351
361
|
- spec/models/json_error_spec.rb
|
362
|
+
- spec/models/json_patch_spec.rb
|
352
363
|
- spec/models/needs_privileged_session_error_spec.rb
|
364
|
+
- spec/models/normalized_project_revision_hook_spec.rb
|
365
|
+
- spec/models/normalized_project_revision_identity_schema_spec.rb
|
366
|
+
- spec/models/normalized_project_revision_spec.rb
|
367
|
+
- spec/models/normalized_project_revision_third_party_provider_spec.rb
|
368
|
+
- spec/models/normalized_project_spec.rb
|
353
369
|
- spec/models/null_plan_spec.rb
|
354
370
|
- spec/models/pagination_spec.rb
|
355
371
|
- spec/models/project_host_spec.rb
|
356
372
|
- spec/models/project_invite_spec.rb
|
357
|
-
- spec/models/
|
358
|
-
- spec/models/
|
359
|
-
- spec/models/project_revision_spec.rb
|
360
|
-
- spec/models/project_revision_third_party_login_provider_spec.rb
|
373
|
+
- spec/models/project_service_identity_spec.rb
|
374
|
+
- spec/models/project_services_spec.rb
|
361
375
|
- spec/models/project_slug_spec.rb
|
362
376
|
- spec/models/project_spec.rb
|
377
|
+
- spec/models/provision_mock_subscription_payload_spec.rb
|
363
378
|
- spec/models/quota_project_member_seats_spec.rb
|
364
379
|
- spec/models/recovery_address_spec.rb
|
365
380
|
- spec/models/revoked_sessions_spec.rb
|
@@ -406,7 +421,7 @@ files:
|
|
406
421
|
- spec/models/submit_self_service_verification_flow_body_spec.rb
|
407
422
|
- spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb
|
408
423
|
- spec/models/subscription_spec.rb
|
409
|
-
- spec/models/
|
424
|
+
- spec/models/successful_project_update_spec.rb
|
410
425
|
- spec/models/successful_self_service_login_without_browser_spec.rb
|
411
426
|
- spec/models/successful_self_service_registration_without_browser_spec.rb
|
412
427
|
- spec/models/ui_container_spec.rb
|
@@ -420,7 +435,7 @@ files:
|
|
420
435
|
- spec/models/ui_node_text_attributes_spec.rb
|
421
436
|
- spec/models/ui_text_spec.rb
|
422
437
|
- spec/models/update_custom_hostname_body_spec.rb
|
423
|
-
- spec/models/
|
438
|
+
- spec/models/update_project_spec.rb
|
424
439
|
- spec/models/update_subscription_payload_spec.rb
|
425
440
|
- spec/models/verifiable_identity_address_spec.rb
|
426
441
|
- spec/models/version_spec.rb
|
@@ -2963,7 +2978,6 @@ specification_version: 4
|
|
2963
2978
|
summary: Ory APIs Ruby Gem
|
2964
2979
|
test_files:
|
2965
2980
|
- spec/api/metadata_api_spec.rb
|
2966
|
-
- spec/api/v0alpha0_api_spec.rb
|
2967
2981
|
- spec/api/v0alpha2_api_spec.rb
|
2968
2982
|
- spec/api_client_spec.rb
|
2969
2983
|
- spec/configuration_spec.rb
|
@@ -2982,9 +2996,11 @@ test_files:
|
|
2982
2996
|
- spec/models/cloud_account_spec.rb
|
2983
2997
|
- spec/models/cname_settings_spec.rb
|
2984
2998
|
- spec/models/create_custom_hostname_body_spec.rb
|
2999
|
+
- spec/models/create_project_body_spec.rb
|
2985
3000
|
- spec/models/create_subscription_payload_spec.rb
|
2986
3001
|
- spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb
|
2987
3002
|
- spec/models/generic_error_spec.rb
|
3003
|
+
- spec/models/generic_error_content_spec.rb
|
2988
3004
|
- spec/models/health_not_ready_status_spec.rb
|
2989
3005
|
- spec/models/health_status_spec.rb
|
2990
3006
|
- spec/models/identity_spec.rb
|
@@ -2993,12 +3009,11 @@ test_files:
|
|
2993
3009
|
- spec/models/identity_credentials_oidc_provider_spec.rb
|
2994
3010
|
- spec/models/identity_credentials_password_spec.rb
|
2995
3011
|
- spec/models/identity_credentials_type_spec.rb
|
2996
|
-
- spec/models/identity_preset_spec.rb
|
2997
3012
|
- spec/models/identity_schema_spec.rb
|
2998
3013
|
- spec/models/identity_schema_location_spec.rb
|
3014
|
+
- spec/models/identity_schema_preset_spec.rb
|
2999
3015
|
- spec/models/identity_schema_validation_result_spec.rb
|
3000
3016
|
- spec/models/identity_state_spec.rb
|
3001
|
-
- spec/models/inline_object_spec.rb
|
3002
3017
|
- spec/models/inline_response200_spec.rb
|
3003
3018
|
- spec/models/inline_response2001_spec.rb
|
3004
3019
|
- spec/models/inline_response503_spec.rb
|
@@ -3006,17 +3021,22 @@ test_files:
|
|
3006
3021
|
- spec/models/is_owner_for_project_by_slug_spec.rb
|
3007
3022
|
- spec/models/is_owner_for_project_by_slug_payload_spec.rb
|
3008
3023
|
- spec/models/json_error_spec.rb
|
3024
|
+
- spec/models/json_patch_spec.rb
|
3009
3025
|
- spec/models/needs_privileged_session_error_spec.rb
|
3026
|
+
- spec/models/normalized_project_spec.rb
|
3027
|
+
- spec/models/normalized_project_revision_spec.rb
|
3028
|
+
- spec/models/normalized_project_revision_hook_spec.rb
|
3029
|
+
- spec/models/normalized_project_revision_identity_schema_spec.rb
|
3030
|
+
- spec/models/normalized_project_revision_third_party_provider_spec.rb
|
3010
3031
|
- spec/models/null_plan_spec.rb
|
3011
3032
|
- spec/models/pagination_spec.rb
|
3012
3033
|
- spec/models/project_spec.rb
|
3013
3034
|
- spec/models/project_host_spec.rb
|
3014
3035
|
- spec/models/project_invite_spec.rb
|
3015
|
-
- spec/models/
|
3016
|
-
- spec/models/
|
3017
|
-
- spec/models/project_revision_identity_schema_spec.rb
|
3018
|
-
- spec/models/project_revision_third_party_login_provider_spec.rb
|
3036
|
+
- spec/models/project_service_identity_spec.rb
|
3037
|
+
- spec/models/project_services_spec.rb
|
3019
3038
|
- spec/models/project_slug_spec.rb
|
3039
|
+
- spec/models/provision_mock_subscription_payload_spec.rb
|
3020
3040
|
- spec/models/quota_project_member_seats_spec.rb
|
3021
3041
|
- spec/models/recovery_address_spec.rb
|
3022
3042
|
- spec/models/revoked_sessions_spec.rb
|
@@ -3063,7 +3083,7 @@ test_files:
|
|
3063
3083
|
- spec/models/submit_self_service_verification_flow_body_spec.rb
|
3064
3084
|
- spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb
|
3065
3085
|
- spec/models/subscription_spec.rb
|
3066
|
-
- spec/models/
|
3086
|
+
- spec/models/successful_project_update_spec.rb
|
3067
3087
|
- spec/models/successful_self_service_login_without_browser_spec.rb
|
3068
3088
|
- spec/models/successful_self_service_registration_without_browser_spec.rb
|
3069
3089
|
- spec/models/ui_container_spec.rb
|
@@ -3077,7 +3097,7 @@ test_files:
|
|
3077
3097
|
- spec/models/ui_node_text_attributes_spec.rb
|
3078
3098
|
- spec/models/ui_text_spec.rb
|
3079
3099
|
- spec/models/update_custom_hostname_body_spec.rb
|
3080
|
-
- spec/models/
|
3100
|
+
- spec/models/update_project_spec.rb
|
3081
3101
|
- spec/models/update_subscription_payload_spec.rb
|
3082
3102
|
- spec/models/verifiable_identity_address_spec.rb
|
3083
3103
|
- spec/models/version_spec.rb
|
data/docs/InlineObject.md
DELETED
@@ -1,18 +0,0 @@
|
|
1
|
-
# OryClient::InlineObject
|
2
|
-
|
3
|
-
## Properties
|
4
|
-
|
5
|
-
| Name | Type | Description | Notes |
|
6
|
-
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **project_id** | **String** | Project ID The Project ID you want to set active. format: uuid | |
|
8
|
-
|
9
|
-
## Example
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
require 'ory-client'
|
13
|
-
|
14
|
-
instance = OryClient::InlineObject.new(
|
15
|
-
project_id: null
|
16
|
-
)
|
17
|
-
```
|
18
|
-
|