diff --git a/internal/httpclient/README.md b/internal/httpclient/README.md index cb950473eda6..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.1-alpha.2.pre.0 +- 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 a0bdcda1a567..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.1-alpha.2.pre.0 servers: - url: / paths: diff --git a/internal/httpclient/api_metadata.go b/internal/httpclient/api_metadata.go index 6df0341fd14c..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.1-alpha.2.pre.0 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/api_v0alpha2.go b/internal/httpclient/api_v0alpha2.go index 35311bb7cff4..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.1-alpha.2.pre.0 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/client.go b/internal/httpclient/client.go index 7c3a98c26905..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.1-alpha.2.pre.0 + * 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.1-alpha.2.pre.0 +// 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 62867a270273..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.1-alpha.2.pre.0 + * 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 d76b3b3cd882..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.1-alpha.2.pre.0 + * 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 d7565e211967..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.1-alpha.2.pre.0 + * 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 195bfe078219..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.1-alpha.2.pre.0 + * 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 02862fc14c28..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.1-alpha.2.pre.0 + * 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 a2300ed6c353..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.1-alpha.2.pre.0 + * 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 b4b11db16f4b..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.1-alpha.2.pre.0 + * 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 745eb0956d12..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.1-alpha.2.pre.0 + * 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 4d035fa93555..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.1-alpha.2.pre.0 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_identity.go b/internal/httpclient/model_identity.go index 0d48e545cc5c..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.1-alpha.2.pre.0 + * 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 320c3d831ef6..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.1-alpha.2.pre.0 + * 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 7530c7ec20d7..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.1-alpha.2.pre.0 + * 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 4e298656deaa..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.1-alpha.2.pre.0 + * 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 27ac7dc1ce80..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.1-alpha.2.pre.0 + * 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 ed0af19bc4bc..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.1-alpha.2.pre.0 + * 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 eead2da2890f..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.1-alpha.2.pre.0 + * 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 afb8609d192b..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.1-alpha.2.pre.0 + * 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 f3c67c9fe657..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.1-alpha.2.pre.0 + * 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 371bb3530cbc..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.1-alpha.2.pre.0 + * 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 cf41ad5633ac..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.1-alpha.2.pre.0 + * 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 51587a8b8e75..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.1-alpha.2.pre.0 + * 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 e1e2028711f6..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.1-alpha.2.pre.0 + * 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 24066b362748..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.1-alpha.2.pre.0 + * 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 3092fc940cd5..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.1-alpha.2.pre.0 + * 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 ec8cd67e907a..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.1-alpha.2.pre.0 + * 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 8650a199940c..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.1-alpha.2.pre.0 + * 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 05b4a43ccb85..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.1-alpha.2.pre.0 + * 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 2df820825225..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.1-alpha.2.pre.0 + * 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 2a26382c0524..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.1-alpha.2.pre.0 + * 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 3de60bc079ca..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.1-alpha.2.pre.0 + * 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 c90703596861..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.1-alpha.2.pre.0 + * 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 f43d9d5c6228..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.1-alpha.2.pre.0 + * 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 acb1c31b6ded..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.1-alpha.2.pre.0 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_session.go b/internal/httpclient/model_session.go index 21a96b209ec9..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.1-alpha.2.pre.0 + * 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 08dfabe2d66a..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.1-alpha.2.pre.0 + * 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 95b5a4e39f6b..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.1-alpha.2.pre.0 + * 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 f0908349cc2b..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.1-alpha.2.pre.0 + * 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 1ff91fee8713..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.1-alpha.2.pre.0 + * 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 3bc0fcbc9dda..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.1-alpha.2.pre.0 + * 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 cacf653c97fd..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.1-alpha.2.pre.0 + * 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 ec2edfb6b65b..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.1-alpha.2.pre.0 + * 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 c76304e113f0..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.1-alpha.2.pre.0 + * 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 93c85074122e..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.1-alpha.2.pre.0 + * 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 a8cf11d86db9..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.1-alpha.2.pre.0 + * 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 ec526cbb0eb2..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.1-alpha.2.pre.0 + * 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 2de30bec87d9..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.1-alpha.2.pre.0 + * 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 0e329fe9d7e8..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.1-alpha.2.pre.0 + * 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 431b0a948dd6..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.1-alpha.2.pre.0 + * 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 cbb2df93dd16..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.1-alpha.2.pre.0 + * 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 5a9faeda0bc1..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.1-alpha.2.pre.0 + * 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 4d92dae8a610..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.1-alpha.2.pre.0 + * 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 b1134515b55e..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.1-alpha.2.pre.0 + * 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 fe1e1a43cc12..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.1-alpha.2.pre.0 + * 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 4b8e457779f3..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.1-alpha.2.pre.0 + * 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 13b2150ec70e..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.1-alpha.2.pre.0 + * 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 4e4253022756..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.1-alpha.2.pre.0 + * 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 94d3da80473d..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.1-alpha.2.pre.0 + * 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 ddb8bb5f97a9..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.1-alpha.2.pre.0 + * 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 975a5d66ac3d..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.1-alpha.2.pre.0 + * 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 6bbfeb1cf33c..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.1-alpha.2.pre.0 + * 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 8777c6384859..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.1-alpha.2.pre.0 + * 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 03a5686d5910..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.1-alpha.2.pre.0 + * 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 65a75874d97b..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.1-alpha.2.pre.0 + * 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 040ab1ad1b1b..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.1-alpha.2.pre.0 + * 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 50fd8f25c9c6..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.1-alpha.2.pre.0 + * 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 190549967c4a..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.1-alpha.2.pre.0 + * 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 de93aff77c61..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.1-alpha.2.pre.0 + * 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 44f042020b33..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.1-alpha.2.pre.0 + * 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 fce69fd31291..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.1-alpha.2.pre.0 + * 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 c592a3b23a24..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.1-alpha.2.pre.0 + * 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 be669fa65e87..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.1-alpha.2.pre.0 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/model_version.go b/internal/httpclient/model_version.go index 60c383bd9189..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.1-alpha.2.pre.0 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/response.go b/internal/httpclient/response.go index 2726b35da1b8..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.1-alpha.2.pre.0 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/internal/httpclient/utils.go b/internal/httpclient/utils.go index 940feda714ff..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.1-alpha.2.pre.0 + * API version: 1.0.0 * Contact: hi@ory.sh */ diff --git a/spec/api.json b/spec/api.json index f584e174a2f7..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.1-alpha.2.pre.0" + "version": "" }, "openapi": "3.0.3", "paths": {