diff --git a/docs/docs/.static/api.json b/docs/docs/.static/api.json index a39e6cc39ed..932e02741d0 100755 --- a/docs/docs/.static/api.json +++ b/docs/docs/.static/api.json @@ -1758,7 +1758,7 @@ "name": "Apache 2.0" }, "title": "Ory Kratos API", - "version": "v0.8.1-alpha.1" + "version": "v0.8.1-alpha.2.pre.0" }, "openapi": "3.0.3", "paths": { diff --git a/internal/httpclient/README.md b/internal/httpclient/README.md index 6df00ecda26..cb950473eda 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: 1.0.0 +- API version: v0.8.1-alpha.2.pre.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 46d1ddf0d47..a0bdcda1a56 100644 --- a/internal/httpclient/api/openapi.yaml +++ b/internal/httpclient/api/openapi.yaml @@ -11,6 +11,7 @@ info: license: name: Apache 2.0 title: Ory Kratos API + version: v0.8.1-alpha.2.pre.0 servers: - url: / paths: diff --git a/internal/httpclient/api_metadata.go b/internal/httpclient/api_metadata.go index 64e4967188b..6df0341fd14 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/api_v0alpha2.go b/internal/httpclient/api_v0alpha2.go index fe47c787540..35311bb7cff 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/client.go b/internal/httpclient/client.go index 0469d3c1468..7c3a98c2690 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 v1.0.0 +// APIClient manages communication with the Ory Kratos API API vv0.8.1-alpha.2.pre.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 328e6189bc2..62867a27027 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 5f85e9262bb..d76b3b3cd88 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 2baf77acec0..d7565e21196 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 29c27da8567..195bfe07821 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_authenticator_assurance_level.go b/internal/httpclient/model_authenticator_assurance_level.go index e369c842dae..02862fc14c2 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 9b3b7bab338..a2300ed6c35 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_generic_error.go b/internal/httpclient/model_generic_error.go index e487b0bcbea..b4b11db16f4 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 bc95385d211..745eb0956d1 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_health_status.go b/internal/httpclient/model_health_status.go index 6f0ab0b5295..4d035fa9355 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity.go b/internal/httpclient/model_identity.go index 597d6338dd4..0d48e545cc5 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity_credentials.go b/internal/httpclient/model_identity_credentials.go index d10d862ea87..320c3d831ef 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity_credentials_type.go b/internal/httpclient/model_identity_credentials_type.go index bffe60c2e9b..7530c7ec20d 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity_schema.go b/internal/httpclient/model_identity_schema.go index 7640acdc9bb..4e298656dea 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity_state.go b/internal/httpclient/model_identity_state.go index 7b0601a503a..27ac7dc1ce8 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_inline_response_200.go b/internal/httpclient/model_inline_response_200.go index 8d2b748768d..ed0af19bc4b 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 56608efd943..eead2da2890 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_inline_response_503.go b/internal/httpclient/model_inline_response_503.go index b1a8d5f2c11..afb8609d192 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_json_error.go b/internal/httpclient/model_json_error.go index b97b7e01052..f3c67c9fe65 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 aec02bbe01c..371bb3530cb 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_recovery_address.go b/internal/httpclient/model_recovery_address.go index e54295247c1..cf41ad5633a 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 fee3505b78e..51587a8b8e7 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_self_service_error.go b/internal/httpclient/model_self_service_error.go index 740d61196b8..e1e2028711f 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 58101f49a6b..24066b36274 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 c996e0e3f1d..3092fc940cd 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 5711b2566bf..ec8cd67e907 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 311c4d21350..8650a199940 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 d64eed7d877..05b4a43ccb8 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 f5074179902..2df82082522 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 31c6c78c459..2a26382c052 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 550fffeaedc..3de60bc079c 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 c276cd62cdd..c9070359686 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 65e31efb0eb..f43d9d5c622 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 ff544b689c7..acb1c31b6de 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_session.go b/internal/httpclient/model_session.go index b53f528b455..21a96b209ec 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_session_authentication_method.go b/internal/httpclient/model_session_authentication_method.go index 170b40d294e..08dfabe2d66 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_session_device.go b/internal/httpclient/model_session_device.go index faf33bd2fb4..95b5a4e39f6 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 506ae04883a..f0908349cc2 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 0c2529e15e8..1ff91fee871 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 1acab50913b..3bc0fcbc9dd 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 2b40b884aa7..cacf653c97f 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 e5e82eec243..ec2edfb6b65 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 98751597049..c76304e113f 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 9fc220e10b9..93c85074122 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 767b4786d29..a8cf11d86db 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 d12ad9b4f96..ec526cbb0eb 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 7e8a7208c86..2de30bec87d 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 9ea302edea2..0e329fe9d7e 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 77cab6934b9..431b0a948dd 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 14e8310632b..cbb2df93dd1 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 6d4bd90b0f9..5a9faeda0bc 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 9c69c169392..4d92dae8a61 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 2b725bf73f1..b1134515b55 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 50382433a51..fe1e1a43cc1 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 53b29b5c1a0..4b8e457779f 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 f97e146fd1f..13b2150ec70 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 b8bcc405dd0..4e425302275 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 1f78e8e247d..94d3da80473 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 b8598fe1855..ddb8bb5f97a 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 796f997d924..975a5d66ac3 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 2a129d56e2b..6bbfeb1cf33 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_container.go b/internal/httpclient/model_ui_container.go index bcec8ad30cb..8777c638485 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node.go b/internal/httpclient/model_ui_node.go index 6c94ae0b661..03a5686d591 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 0e544f31948..65a75874d97 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node_attributes.go b/internal/httpclient/model_ui_node_attributes.go index 42991826e02..040ab1ad1b1 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 7cb6c6a8dee..50fd8f25c9c 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 bee7c2245d9..190549967c4 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_node_meta.go b/internal/httpclient/model_ui_node_meta.go index 02e495709c8..de93aff77c6 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 9449867c871..44f042020b3 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.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 4fea508c1d8..fce69fd3129 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_ui_text.go b/internal/httpclient/model_ui_text.go index 1283287174f..c592a3b23a2 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_verifiable_identity_address.go b/internal/httpclient/model_verifiable_identity_address.go index 701f9139d14..be669fa65e8 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_version.go b/internal/httpclient/model_version.go index 592b0ebc829..60c383bd918 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/response.go b/internal/httpclient/response.go index d729ab3714d..2726b35da1b 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/utils.go b/internal/httpclient/utils.go index bcc73b769cb..940feda714f 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: 1.0.0 + * API version: v0.8.1-alpha.2.pre.0 * Contact: hi@ory.sh */ diff --git a/spec/api.json b/spec/api.json index 4a0a17f6112..f584e174a2f 100755 --- a/spec/api.json +++ b/spec/api.json @@ -1928,7 +1928,7 @@ "name": "Apache 2.0" }, "title": "Ory Kratos API", - "version": "" + "version": "v0.8.1-alpha.2.pre.0" }, "openapi": "3.0.3", "paths": {