From a53fe3be7fb8421267f32c56be49f30425df251a Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Fri, 17 Dec 2021 09:08:37 +0100 Subject: [PATCH] autogen: pin v0.8.0-alpha.2.pre.6 release commit --- internal/httpclient/README.md | 2 +- internal/httpclient/api/openapi.yaml | 1 - internal/httpclient/api_metadata.go | 2 +- internal/httpclient/api_v0alpha2.go | 2 +- internal/httpclient/client.go | 4 ++-- internal/httpclient/configuration.go | 2 +- internal/httpclient/model_admin_create_identity_body.go | 2 +- .../model_admin_create_self_service_recovery_link_body.go | 2 +- internal/httpclient/model_admin_update_identity_body.go | 2 +- internal/httpclient/model_authenticator_assurance_level.go | 2 +- ...model_error_authenticator_assurance_level_not_satisfied.go | 2 +- internal/httpclient/model_generic_error.go | 2 +- internal/httpclient/model_health_not_ready_status.go | 2 +- internal/httpclient/model_health_status.go | 2 +- internal/httpclient/model_identity.go | 2 +- internal/httpclient/model_identity_credentials.go | 2 +- internal/httpclient/model_identity_credentials_type.go | 2 +- internal/httpclient/model_identity_schema.go | 2 +- internal/httpclient/model_identity_state.go | 2 +- internal/httpclient/model_inline_response_200.go | 2 +- internal/httpclient/model_inline_response_200_1.go | 2 +- internal/httpclient/model_inline_response_503.go | 2 +- internal/httpclient/model_json_error.go | 2 +- internal/httpclient/model_needs_privileged_session_error.go | 2 +- internal/httpclient/model_recovery_address.go | 2 +- ...del_self_service_browser_location_change_required_error.go | 2 +- internal/httpclient/model_self_service_error.go | 2 +- internal/httpclient/model_self_service_flow_expired_error.go | 2 +- internal/httpclient/model_self_service_login_flow.go | 2 +- internal/httpclient/model_self_service_logout_url.go | 2 +- internal/httpclient/model_self_service_recovery_flow.go | 2 +- internal/httpclient/model_self_service_recovery_flow_state.go | 2 +- internal/httpclient/model_self_service_recovery_link.go | 2 +- internal/httpclient/model_self_service_registration_flow.go | 2 +- internal/httpclient/model_self_service_settings_flow.go | 2 +- internal/httpclient/model_self_service_settings_flow_state.go | 2 +- internal/httpclient/model_self_service_verification_flow.go | 2 +- .../httpclient/model_self_service_verification_flow_state.go | 2 +- internal/httpclient/model_session.go | 2 +- internal/httpclient/model_session_authentication_method.go | 2 +- internal/httpclient/model_session_device.go | 2 +- internal/httpclient/model_settings_profile_form_config.go | 2 +- .../httpclient/model_submit_self_service_login_flow_body.go | 2 +- ..._self_service_login_flow_with_lookup_secret_method_body.go | 2 +- ...el_submit_self_service_login_flow_with_oidc_method_body.go | 2 +- ...ubmit_self_service_login_flow_with_password_method_body.go | 2 +- ...el_submit_self_service_login_flow_with_totp_method_body.go | 2 +- ...bmit_self_service_login_flow_with_web_authn_method_body.go | 2 +- ...el_submit_self_service_logout_flow_without_browser_body.go | 2 +- .../model_submit_self_service_recovery_flow_body.go | 2 +- ...submit_self_service_recovery_flow_with_link_method_body.go | 2 +- .../model_submit_self_service_registration_flow_body.go | 2 +- ...it_self_service_registration_flow_with_oidc_method_body.go | 2 +- ...elf_service_registration_flow_with_password_method_body.go | 2 +- .../model_submit_self_service_settings_flow_body.go | 2 +- ...bmit_self_service_settings_flow_with_lookup_method_body.go | 2 +- ...submit_self_service_settings_flow_with_oidc_method_body.go | 2 +- ...it_self_service_settings_flow_with_password_method_body.go | 2 +- ...mit_self_service_settings_flow_with_profile_method_body.go | 2 +- ...submit_self_service_settings_flow_with_totp_method_body.go | 2 +- ...t_self_service_settings_flow_with_web_authn_method_body.go | 2 +- .../model_submit_self_service_verification_flow_body.go | 2 +- ...it_self_service_verification_flow_with_link_method_body.go | 2 +- .../model_successful_self_service_login_without_browser.go | 2 +- ...el_successful_self_service_registration_without_browser.go | 2 +- internal/httpclient/model_ui_container.go | 2 +- internal/httpclient/model_ui_node.go | 2 +- internal/httpclient/model_ui_node_anchor_attributes.go | 2 +- internal/httpclient/model_ui_node_attributes.go | 2 +- internal/httpclient/model_ui_node_image_attributes.go | 2 +- internal/httpclient/model_ui_node_input_attributes.go | 2 +- internal/httpclient/model_ui_node_meta.go | 2 +- internal/httpclient/model_ui_node_script_attributes.go | 2 +- internal/httpclient/model_ui_node_text_attributes.go | 2 +- internal/httpclient/model_ui_text.go | 2 +- internal/httpclient/model_verifiable_identity_address.go | 2 +- internal/httpclient/model_version.go | 2 +- internal/httpclient/response.go | 2 +- internal/httpclient/utils.go | 2 +- spec/api.json | 2 +- 80 files changed, 80 insertions(+), 81 deletions(-) diff --git a/internal/httpclient/README.md b/internal/httpclient/README.md index fa9ab71b5c33..6df00ecda261 100644 --- a/internal/httpclient/README.md +++ b/internal/httpclient/README.md @@ -10,7 +10,7 @@ technology capable of authorizing incoming requests. ## Overview This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client. -- API version: v0.8.0-alpha.2.pre.5 +- API version: 1.0.0 - Package version: 1.0.0 - Build package: org.openapitools.codegen.languages.GoClientCodegen diff --git a/internal/httpclient/api/openapi.yaml b/internal/httpclient/api/openapi.yaml index 396184f9b6b6..46d1ddf0d473 100644 --- a/internal/httpclient/api/openapi.yaml +++ b/internal/httpclient/api/openapi.yaml @@ -11,7 +11,6 @@ info: license: name: Apache 2.0 title: Ory Kratos API - version: v0.8.0-alpha.2.pre.5 servers: - url: / paths: diff --git a/internal/httpclient/api_metadata.go b/internal/httpclient/api_metadata.go index 65c6f56a2589..64e4967188b1 100644 --- a/internal/httpclient/api_metadata.go +++ b/internal/httpclient/api_metadata.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/api_v0alpha2.go b/internal/httpclient/api_v0alpha2.go index 9ff5079a9b14..fe47c787540d 100644 --- a/internal/httpclient/api_v0alpha2.go +++ b/internal/httpclient/api_v0alpha2.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/client.go b/internal/httpclient/client.go index 68652702988a..0469d3c1468c 100644 --- a/internal/httpclient/client.go +++ b/internal/httpclient/client.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ @@ -41,7 +41,7 @@ var ( xmlCheck = regexp.MustCompile(`(?i:(?:application|text)/xml)`) ) -// APIClient manages communication with the Ory Kratos API API vv0.8.0-alpha.2.pre.5 +// APIClient manages communication with the Ory Kratos API API v1.0.0 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/internal/httpclient/configuration.go b/internal/httpclient/configuration.go index 9cb59587462f..328e6189bc28 100644 --- a/internal/httpclient/configuration.go +++ b/internal/httpclient/configuration.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_admin_create_identity_body.go b/internal/httpclient/model_admin_create_identity_body.go index db8599a97eab..5f85e9262bb9 100644 --- a/internal/httpclient/model_admin_create_identity_body.go +++ b/internal/httpclient/model_admin_create_identity_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_admin_create_self_service_recovery_link_body.go b/internal/httpclient/model_admin_create_self_service_recovery_link_body.go index 77d691f544d8..2baf77acec00 100644 --- a/internal/httpclient/model_admin_create_self_service_recovery_link_body.go +++ b/internal/httpclient/model_admin_create_self_service_recovery_link_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_admin_update_identity_body.go b/internal/httpclient/model_admin_update_identity_body.go index 5386487c3a58..29c27da8567b 100644 --- a/internal/httpclient/model_admin_update_identity_body.go +++ b/internal/httpclient/model_admin_update_identity_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_authenticator_assurance_level.go b/internal/httpclient/model_authenticator_assurance_level.go index e824791db394..e369c842daed 100644 --- a/internal/httpclient/model_authenticator_assurance_level.go +++ b/internal/httpclient/model_authenticator_assurance_level.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_error_authenticator_assurance_level_not_satisfied.go b/internal/httpclient/model_error_authenticator_assurance_level_not_satisfied.go index db08520ddfc7..9b3b7bab338c 100644 --- a/internal/httpclient/model_error_authenticator_assurance_level_not_satisfied.go +++ b/internal/httpclient/model_error_authenticator_assurance_level_not_satisfied.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_generic_error.go b/internal/httpclient/model_generic_error.go index 5c4f82633fab..e487b0bcbeac 100644 --- a/internal/httpclient/model_generic_error.go +++ b/internal/httpclient/model_generic_error.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_health_not_ready_status.go b/internal/httpclient/model_health_not_ready_status.go index b6ae675288c2..bc95385d2119 100644 --- a/internal/httpclient/model_health_not_ready_status.go +++ b/internal/httpclient/model_health_not_ready_status.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_health_status.go b/internal/httpclient/model_health_status.go index 1de218abcd84..6f0ab0b52953 100644 --- a/internal/httpclient/model_health_status.go +++ b/internal/httpclient/model_health_status.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity.go b/internal/httpclient/model_identity.go index 74d8feb35bcc..597d6338dd4d 100644 --- a/internal/httpclient/model_identity.go +++ b/internal/httpclient/model_identity.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity_credentials.go b/internal/httpclient/model_identity_credentials.go index ebd76d42f468..d10d862ea87a 100644 --- a/internal/httpclient/model_identity_credentials.go +++ b/internal/httpclient/model_identity_credentials.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity_credentials_type.go b/internal/httpclient/model_identity_credentials_type.go index bce02f55889c..bffe60c2e9b3 100644 --- a/internal/httpclient/model_identity_credentials_type.go +++ b/internal/httpclient/model_identity_credentials_type.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity_schema.go b/internal/httpclient/model_identity_schema.go index a70f270058a1..7640acdc9bbe 100644 --- a/internal/httpclient/model_identity_schema.go +++ b/internal/httpclient/model_identity_schema.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity_state.go b/internal/httpclient/model_identity_state.go index 834afe4b7730..7b0601a503ae 100644 --- a/internal/httpclient/model_identity_state.go +++ b/internal/httpclient/model_identity_state.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_inline_response_200.go b/internal/httpclient/model_inline_response_200.go index d7f01dd6079b..8d2b748768d9 100644 --- a/internal/httpclient/model_inline_response_200.go +++ b/internal/httpclient/model_inline_response_200.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_inline_response_200_1.go b/internal/httpclient/model_inline_response_200_1.go index fe92590a39fd..56608efd943d 100644 --- a/internal/httpclient/model_inline_response_200_1.go +++ b/internal/httpclient/model_inline_response_200_1.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_inline_response_503.go b/internal/httpclient/model_inline_response_503.go index 56821787533d..b1a8d5f2c11c 100644 --- a/internal/httpclient/model_inline_response_503.go +++ b/internal/httpclient/model_inline_response_503.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_json_error.go b/internal/httpclient/model_json_error.go index 3dfd6cdf6cab..b97b7e010528 100644 --- a/internal/httpclient/model_json_error.go +++ b/internal/httpclient/model_json_error.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_needs_privileged_session_error.go b/internal/httpclient/model_needs_privileged_session_error.go index 306c5cd8efcc..aec02bbe01cb 100644 --- a/internal/httpclient/model_needs_privileged_session_error.go +++ b/internal/httpclient/model_needs_privileged_session_error.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_recovery_address.go b/internal/httpclient/model_recovery_address.go index db9b35c5caf8..e54295247c19 100644 --- a/internal/httpclient/model_recovery_address.go +++ b/internal/httpclient/model_recovery_address.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_browser_location_change_required_error.go b/internal/httpclient/model_self_service_browser_location_change_required_error.go index 02b6195866b5..fee3505b78ea 100644 --- a/internal/httpclient/model_self_service_browser_location_change_required_error.go +++ b/internal/httpclient/model_self_service_browser_location_change_required_error.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_error.go b/internal/httpclient/model_self_service_error.go index d1d5b88e8f69..740d61196b84 100644 --- a/internal/httpclient/model_self_service_error.go +++ b/internal/httpclient/model_self_service_error.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_flow_expired_error.go b/internal/httpclient/model_self_service_flow_expired_error.go index 25fb509aa153..58101f49a6b5 100644 --- a/internal/httpclient/model_self_service_flow_expired_error.go +++ b/internal/httpclient/model_self_service_flow_expired_error.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_login_flow.go b/internal/httpclient/model_self_service_login_flow.go index b5927d849611..c996e0e3f1dc 100644 --- a/internal/httpclient/model_self_service_login_flow.go +++ b/internal/httpclient/model_self_service_login_flow.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_logout_url.go b/internal/httpclient/model_self_service_logout_url.go index 802bf4db6eeb..5711b2566bfd 100644 --- a/internal/httpclient/model_self_service_logout_url.go +++ b/internal/httpclient/model_self_service_logout_url.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_recovery_flow.go b/internal/httpclient/model_self_service_recovery_flow.go index 4d20bea491d1..311c4d213506 100644 --- a/internal/httpclient/model_self_service_recovery_flow.go +++ b/internal/httpclient/model_self_service_recovery_flow.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_recovery_flow_state.go b/internal/httpclient/model_self_service_recovery_flow_state.go index 78b283f296c8..d64eed7d877e 100644 --- a/internal/httpclient/model_self_service_recovery_flow_state.go +++ b/internal/httpclient/model_self_service_recovery_flow_state.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_recovery_link.go b/internal/httpclient/model_self_service_recovery_link.go index 43c537827fdb..f50741799022 100644 --- a/internal/httpclient/model_self_service_recovery_link.go +++ b/internal/httpclient/model_self_service_recovery_link.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_registration_flow.go b/internal/httpclient/model_self_service_registration_flow.go index cce8abfce4ed..31c6c78c459f 100644 --- a/internal/httpclient/model_self_service_registration_flow.go +++ b/internal/httpclient/model_self_service_registration_flow.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_settings_flow.go b/internal/httpclient/model_self_service_settings_flow.go index b49591793b66..550fffeaedc6 100644 --- a/internal/httpclient/model_self_service_settings_flow.go +++ b/internal/httpclient/model_self_service_settings_flow.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_settings_flow_state.go b/internal/httpclient/model_self_service_settings_flow_state.go index f1b22c464b50..c276cd62cdd2 100644 --- a/internal/httpclient/model_self_service_settings_flow_state.go +++ b/internal/httpclient/model_self_service_settings_flow_state.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_verification_flow.go b/internal/httpclient/model_self_service_verification_flow.go index 0d32a0d0789d..65e31efb0ebb 100644 --- a/internal/httpclient/model_self_service_verification_flow.go +++ b/internal/httpclient/model_self_service_verification_flow.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_verification_flow_state.go b/internal/httpclient/model_self_service_verification_flow_state.go index 19fb6501f0f2..ff544b689c71 100644 --- a/internal/httpclient/model_self_service_verification_flow_state.go +++ b/internal/httpclient/model_self_service_verification_flow_state.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_session.go b/internal/httpclient/model_session.go index d49df1563e1d..b53f528b4557 100644 --- a/internal/httpclient/model_session.go +++ b/internal/httpclient/model_session.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_session_authentication_method.go b/internal/httpclient/model_session_authentication_method.go index 8b91fa150180..170b40d294e5 100644 --- a/internal/httpclient/model_session_authentication_method.go +++ b/internal/httpclient/model_session_authentication_method.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_session_device.go b/internal/httpclient/model_session_device.go index bc26cedee2e5..faf33bd2fb4b 100644 --- a/internal/httpclient/model_session_device.go +++ b/internal/httpclient/model_session_device.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_settings_profile_form_config.go b/internal/httpclient/model_settings_profile_form_config.go index a13497075663..506ae04883af 100644 --- a/internal/httpclient/model_settings_profile_form_config.go +++ b/internal/httpclient/model_settings_profile_form_config.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_login_flow_body.go b/internal/httpclient/model_submit_self_service_login_flow_body.go index 10c94ce72c12..0c2529e15e80 100644 --- a/internal/httpclient/model_submit_self_service_login_flow_body.go +++ b/internal/httpclient/model_submit_self_service_login_flow_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_login_flow_with_lookup_secret_method_body.go b/internal/httpclient/model_submit_self_service_login_flow_with_lookup_secret_method_body.go index 205020ed8c00..1acab50913b8 100644 --- a/internal/httpclient/model_submit_self_service_login_flow_with_lookup_secret_method_body.go +++ b/internal/httpclient/model_submit_self_service_login_flow_with_lookup_secret_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_login_flow_with_oidc_method_body.go b/internal/httpclient/model_submit_self_service_login_flow_with_oidc_method_body.go index dcb15a701af9..2b40b884aa71 100644 --- a/internal/httpclient/model_submit_self_service_login_flow_with_oidc_method_body.go +++ b/internal/httpclient/model_submit_self_service_login_flow_with_oidc_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_login_flow_with_password_method_body.go b/internal/httpclient/model_submit_self_service_login_flow_with_password_method_body.go index a4659269c222..e5e82eec243c 100644 --- a/internal/httpclient/model_submit_self_service_login_flow_with_password_method_body.go +++ b/internal/httpclient/model_submit_self_service_login_flow_with_password_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_login_flow_with_totp_method_body.go b/internal/httpclient/model_submit_self_service_login_flow_with_totp_method_body.go index 1bec355453eb..98751597049f 100644 --- a/internal/httpclient/model_submit_self_service_login_flow_with_totp_method_body.go +++ b/internal/httpclient/model_submit_self_service_login_flow_with_totp_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_login_flow_with_web_authn_method_body.go b/internal/httpclient/model_submit_self_service_login_flow_with_web_authn_method_body.go index a560b88493bb..9fc220e10b9b 100644 --- a/internal/httpclient/model_submit_self_service_login_flow_with_web_authn_method_body.go +++ b/internal/httpclient/model_submit_self_service_login_flow_with_web_authn_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_logout_flow_without_browser_body.go b/internal/httpclient/model_submit_self_service_logout_flow_without_browser_body.go index b5b62366ba23..767b4786d298 100644 --- a/internal/httpclient/model_submit_self_service_logout_flow_without_browser_body.go +++ b/internal/httpclient/model_submit_self_service_logout_flow_without_browser_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_recovery_flow_body.go b/internal/httpclient/model_submit_self_service_recovery_flow_body.go index 7676499c4466..d12ad9b4f96a 100644 --- a/internal/httpclient/model_submit_self_service_recovery_flow_body.go +++ b/internal/httpclient/model_submit_self_service_recovery_flow_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_recovery_flow_with_link_method_body.go b/internal/httpclient/model_submit_self_service_recovery_flow_with_link_method_body.go index 4b62ae2a510a..7e8a7208c86b 100644 --- a/internal/httpclient/model_submit_self_service_recovery_flow_with_link_method_body.go +++ b/internal/httpclient/model_submit_self_service_recovery_flow_with_link_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_registration_flow_body.go b/internal/httpclient/model_submit_self_service_registration_flow_body.go index 8331c922a256..9ea302edea2b 100644 --- a/internal/httpclient/model_submit_self_service_registration_flow_body.go +++ b/internal/httpclient/model_submit_self_service_registration_flow_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_registration_flow_with_oidc_method_body.go b/internal/httpclient/model_submit_self_service_registration_flow_with_oidc_method_body.go index a1fa53e97262..77cab6934b96 100644 --- a/internal/httpclient/model_submit_self_service_registration_flow_with_oidc_method_body.go +++ b/internal/httpclient/model_submit_self_service_registration_flow_with_oidc_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_registration_flow_with_password_method_body.go b/internal/httpclient/model_submit_self_service_registration_flow_with_password_method_body.go index 606a24addb38..14e8310632b4 100644 --- a/internal/httpclient/model_submit_self_service_registration_flow_with_password_method_body.go +++ b/internal/httpclient/model_submit_self_service_registration_flow_with_password_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_settings_flow_body.go b/internal/httpclient/model_submit_self_service_settings_flow_body.go index 90f4814f88ba..6d4bd90b0f99 100644 --- a/internal/httpclient/model_submit_self_service_settings_flow_body.go +++ b/internal/httpclient/model_submit_self_service_settings_flow_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_settings_flow_with_lookup_method_body.go b/internal/httpclient/model_submit_self_service_settings_flow_with_lookup_method_body.go index e97084c89697..9c69c169392d 100644 --- a/internal/httpclient/model_submit_self_service_settings_flow_with_lookup_method_body.go +++ b/internal/httpclient/model_submit_self_service_settings_flow_with_lookup_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_settings_flow_with_oidc_method_body.go b/internal/httpclient/model_submit_self_service_settings_flow_with_oidc_method_body.go index b426a9e1be61..2b725bf73f19 100644 --- a/internal/httpclient/model_submit_self_service_settings_flow_with_oidc_method_body.go +++ b/internal/httpclient/model_submit_self_service_settings_flow_with_oidc_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_settings_flow_with_password_method_body.go b/internal/httpclient/model_submit_self_service_settings_flow_with_password_method_body.go index 3bd2daa163ef..50382433a511 100644 --- a/internal/httpclient/model_submit_self_service_settings_flow_with_password_method_body.go +++ b/internal/httpclient/model_submit_self_service_settings_flow_with_password_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_settings_flow_with_profile_method_body.go b/internal/httpclient/model_submit_self_service_settings_flow_with_profile_method_body.go index 3eda27eb8a27..53b29b5c1a01 100644 --- a/internal/httpclient/model_submit_self_service_settings_flow_with_profile_method_body.go +++ b/internal/httpclient/model_submit_self_service_settings_flow_with_profile_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_settings_flow_with_totp_method_body.go b/internal/httpclient/model_submit_self_service_settings_flow_with_totp_method_body.go index 88188b76676c..f97e146fd1f6 100644 --- a/internal/httpclient/model_submit_self_service_settings_flow_with_totp_method_body.go +++ b/internal/httpclient/model_submit_self_service_settings_flow_with_totp_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_settings_flow_with_web_authn_method_body.go b/internal/httpclient/model_submit_self_service_settings_flow_with_web_authn_method_body.go index 800ae75f6e93..b8bcc405dd0c 100644 --- a/internal/httpclient/model_submit_self_service_settings_flow_with_web_authn_method_body.go +++ b/internal/httpclient/model_submit_self_service_settings_flow_with_web_authn_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_verification_flow_body.go b/internal/httpclient/model_submit_self_service_verification_flow_body.go index ccccbe73978b..1f78e8e247d1 100644 --- a/internal/httpclient/model_submit_self_service_verification_flow_body.go +++ b/internal/httpclient/model_submit_self_service_verification_flow_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_submit_self_service_verification_flow_with_link_method_body.go b/internal/httpclient/model_submit_self_service_verification_flow_with_link_method_body.go index 8e271bff2a4a..b8598fe1855c 100644 --- a/internal/httpclient/model_submit_self_service_verification_flow_with_link_method_body.go +++ b/internal/httpclient/model_submit_self_service_verification_flow_with_link_method_body.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_successful_self_service_login_without_browser.go b/internal/httpclient/model_successful_self_service_login_without_browser.go index 4a7ec0db4eb7..796f997d9248 100644 --- a/internal/httpclient/model_successful_self_service_login_without_browser.go +++ b/internal/httpclient/model_successful_self_service_login_without_browser.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_successful_self_service_registration_without_browser.go b/internal/httpclient/model_successful_self_service_registration_without_browser.go index 1b7f8e473862..2a129d56e2be 100644 --- a/internal/httpclient/model_successful_self_service_registration_without_browser.go +++ b/internal/httpclient/model_successful_self_service_registration_without_browser.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_container.go b/internal/httpclient/model_ui_container.go index eccf5116cb09..bcec8ad30cbc 100644 --- a/internal/httpclient/model_ui_container.go +++ b/internal/httpclient/model_ui_container.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node.go b/internal/httpclient/model_ui_node.go index 2cfe737d4b25..6c94ae0b6613 100644 --- a/internal/httpclient/model_ui_node.go +++ b/internal/httpclient/model_ui_node.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node_anchor_attributes.go b/internal/httpclient/model_ui_node_anchor_attributes.go index 0fe7a8e54e46..0e544f31948d 100644 --- a/internal/httpclient/model_ui_node_anchor_attributes.go +++ b/internal/httpclient/model_ui_node_anchor_attributes.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node_attributes.go b/internal/httpclient/model_ui_node_attributes.go index dcc58c010356..42991826e027 100644 --- a/internal/httpclient/model_ui_node_attributes.go +++ b/internal/httpclient/model_ui_node_attributes.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node_image_attributes.go b/internal/httpclient/model_ui_node_image_attributes.go index effb6ab6ffc4..7cb6c6a8deec 100644 --- a/internal/httpclient/model_ui_node_image_attributes.go +++ b/internal/httpclient/model_ui_node_image_attributes.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node_input_attributes.go b/internal/httpclient/model_ui_node_input_attributes.go index 347af17d7f36..bee7c2245d9d 100644 --- a/internal/httpclient/model_ui_node_input_attributes.go +++ b/internal/httpclient/model_ui_node_input_attributes.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node_meta.go b/internal/httpclient/model_ui_node_meta.go index eaf01bac2c73..02e495709c8b 100644 --- a/internal/httpclient/model_ui_node_meta.go +++ b/internal/httpclient/model_ui_node_meta.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node_script_attributes.go b/internal/httpclient/model_ui_node_script_attributes.go index e9d8d94b27e2..9449867c871c 100644 --- a/internal/httpclient/model_ui_node_script_attributes.go +++ b/internal/httpclient/model_ui_node_script_attributes.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node_text_attributes.go b/internal/httpclient/model_ui_node_text_attributes.go index 80498338571e..4fea508c1d87 100644 --- a/internal/httpclient/model_ui_node_text_attributes.go +++ b/internal/httpclient/model_ui_node_text_attributes.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_text.go b/internal/httpclient/model_ui_text.go index 11f4d7a5b2b8..1283287174f7 100644 --- a/internal/httpclient/model_ui_text.go +++ b/internal/httpclient/model_ui_text.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_verifiable_identity_address.go b/internal/httpclient/model_verifiable_identity_address.go index 57f9df68e56b..701f9139d141 100644 --- a/internal/httpclient/model_verifiable_identity_address.go +++ b/internal/httpclient/model_verifiable_identity_address.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_version.go b/internal/httpclient/model_version.go index 0cdb78f9e63a..592b0ebc829a 100644 --- a/internal/httpclient/model_version.go +++ b/internal/httpclient/model_version.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/response.go b/internal/httpclient/response.go index 714cfe31f9de..d729ab3714d1 100644 --- a/internal/httpclient/response.go +++ b/internal/httpclient/response.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/utils.go b/internal/httpclient/utils.go index 996403fd680f..bcc73b769cbe 100644 --- a/internal/httpclient/utils.go +++ b/internal/httpclient/utils.go @@ -3,7 +3,7 @@ * * Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. * - * API version: v0.8.0-alpha.2.pre.5 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/spec/api.json b/spec/api.json index 1e914029a3a2..4a0a17f61125 100755 --- a/spec/api.json +++ b/spec/api.json @@ -1928,7 +1928,7 @@ "name": "Apache 2.0" }, "title": "Ory Kratos API", - "version": "v0.8.0-alpha.2.pre.5" + "version": "" }, "openapi": "3.0.3", "paths": {