diff --git a/docs/IdentityWithCredentialsPasswordConfig.md b/docs/IdentityWithCredentialsPasswordConfig.md index 226652a06..7c7e35525 100644 --- a/docs/IdentityWithCredentialsPasswordConfig.md +++ b/docs/IdentityWithCredentialsPasswordConfig.md @@ -8,6 +8,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **hashed_password** | **str** | The hashed password in [PHC format](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords) | [optional] **password** | **str** | The password in plain text if no hash is available. | [optional] +**use_password_migration_hook** | **bool** | If set to true, the password will be migrated using the password migration hook. | [optional] ## Example diff --git a/ory_client/__init__.py b/ory_client/__init__.py index cc9053267..6b8bc91e1 100644 --- a/ory_client/__init__.py +++ b/ory_client/__init__.py @@ -7,7 +7,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "v1.14.0" +__version__ = "v1.14.1" # import apis into sdk package from ory_client.api.courier_api import CourierApi diff --git a/ory_client/api/courier_api.py b/ory_client/api/courier_api.py index 302727f27..b9c983045 100644 --- a/ory_client/api/courier_api.py +++ b/ory_client/api/courier_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/events_api.py b/ory_client/api/events_api.py index 5692da5dd..ab58564cb 100644 --- a/ory_client/api/events_api.py +++ b/ory_client/api/events_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/frontend_api.py b/ory_client/api/frontend_api.py index a7db90d14..eb5053a1b 100644 --- a/ory_client/api/frontend_api.py +++ b/ory_client/api/frontend_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/identity_api.py b/ory_client/api/identity_api.py index 26a79cf7c..a62b82f60 100644 --- a/ory_client/api/identity_api.py +++ b/ory_client/api/identity_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/jwk_api.py b/ory_client/api/jwk_api.py index 7731bf6d0..7896530cd 100644 --- a/ory_client/api/jwk_api.py +++ b/ory_client/api/jwk_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/metadata_api.py b/ory_client/api/metadata_api.py index e4bfd9859..255e12776 100644 --- a/ory_client/api/metadata_api.py +++ b/ory_client/api/metadata_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/o_auth2_api.py b/ory_client/api/o_auth2_api.py index 03406f44d..7676e4bf7 100644 --- a/ory_client/api/o_auth2_api.py +++ b/ory_client/api/o_auth2_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/oidc_api.py b/ory_client/api/oidc_api.py index 8e9b5c8e6..01cb67553 100644 --- a/ory_client/api/oidc_api.py +++ b/ory_client/api/oidc_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/permission_api.py b/ory_client/api/permission_api.py index 26f59bb6e..d9c2c2057 100644 --- a/ory_client/api/permission_api.py +++ b/ory_client/api/permission_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/project_api.py b/ory_client/api/project_api.py index e088739ad..7bf29bd4e 100644 --- a/ory_client/api/project_api.py +++ b/ory_client/api/project_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/relationship_api.py b/ory_client/api/relationship_api.py index 0813b1c65..6089f56ce 100644 --- a/ory_client/api/relationship_api.py +++ b/ory_client/api/relationship_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/wellknown_api.py b/ory_client/api/wellknown_api.py index f40f3fc9e..24a257512 100644 --- a/ory_client/api/wellknown_api.py +++ b/ory_client/api/wellknown_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api/workspace_api.py b/ory_client/api/workspace_api.py index 794cd4129..73173b00b 100644 --- a/ory_client/api/workspace_api.py +++ b/ory_client/api/workspace_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/api_client.py b/ory_client/api_client.py index 83cf80ab7..a04a33138 100644 --- a/ory_client/api_client.py +++ b/ory_client/api_client.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -89,7 +89,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/v1.14.0/python' + self.user_agent = 'OpenAPI-Generator/v1.14.1/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/ory_client/configuration.py b/ory_client/configuration.py index 2d9ebee94..c080007d0 100644 --- a/ory_client/configuration.py +++ b/ory_client/configuration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -436,8 +436,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: v1.14.0\n"\ - "SDK Package Version: v1.14.0".\ + "Version of the API: v1.14.1\n"\ + "SDK Package Version: v1.14.1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/ory_client/exceptions.py b/ory_client/exceptions.py index 8ce5de725..38fb4166a 100644 --- a/ory_client/exceptions.py +++ b/ory_client/exceptions.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/__init__.py b/ory_client/models/__init__.py index dab51d05c..4e54001d0 100644 --- a/ory_client/models/__init__.py +++ b/ory_client/models/__init__.py @@ -6,7 +6,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/accept_o_auth2_consent_request.py b/ory_client/models/accept_o_auth2_consent_request.py index bc6d07525..7acfc3520 100644 --- a/ory_client/models/accept_o_auth2_consent_request.py +++ b/ory_client/models/accept_o_auth2_consent_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/accept_o_auth2_consent_request_session.py b/ory_client/models/accept_o_auth2_consent_request_session.py index 06d66b549..e05cd17a2 100644 --- a/ory_client/models/accept_o_auth2_consent_request_session.py +++ b/ory_client/models/accept_o_auth2_consent_request_session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/accept_o_auth2_login_request.py b/ory_client/models/accept_o_auth2_login_request.py index 4f4cd761b..de1bca6f3 100644 --- a/ory_client/models/accept_o_auth2_login_request.py +++ b/ory_client/models/accept_o_auth2_login_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/account_experience_configuration.py b/ory_client/models/account_experience_configuration.py index 82f1ab67c..f91ef1415 100644 --- a/ory_client/models/account_experience_configuration.py +++ b/ory_client/models/account_experience_configuration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/account_experience_theme_variables.py b/ory_client/models/account_experience_theme_variables.py index 98e9e75b2..a7f1d6ebc 100644 --- a/ory_client/models/account_experience_theme_variables.py +++ b/ory_client/models/account_experience_theme_variables.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/active_project_in_console.py b/ory_client/models/active_project_in_console.py index 01aab5c6e..87da6c669 100644 --- a/ory_client/models/active_project_in_console.py +++ b/ory_client/models/active_project_in_console.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/add_project_to_workspace_body.py b/ory_client/models/add_project_to_workspace_body.py index 707179b99..3d48c3ca6 100644 --- a/ory_client/models/add_project_to_workspace_body.py +++ b/ory_client/models/add_project_to_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/attribute.py b/ory_client/models/attribute.py index b44a484f6..98ea4a73b 100644 --- a/ory_client/models/attribute.py +++ b/ory_client/models/attribute.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/attribute_filter.py b/ory_client/models/attribute_filter.py index 340eb69eb..abf4fb18c 100644 --- a/ory_client/models/attribute_filter.py +++ b/ory_client/models/attribute_filter.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/attributes_count_datapoint.py b/ory_client/models/attributes_count_datapoint.py index 1606da43e..226d346cd 100644 --- a/ory_client/models/attributes_count_datapoint.py +++ b/ory_client/models/attributes_count_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/authenticator_assurance_level.py b/ory_client/models/authenticator_assurance_level.py index 8a6a5b679..d90bfd66e 100644 --- a/ory_client/models/authenticator_assurance_level.py +++ b/ory_client/models/authenticator_assurance_level.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/batch_patch_identities_response.py b/ory_client/models/batch_patch_identities_response.py index e2b3b4c66..8d995aedb 100644 --- a/ory_client/models/batch_patch_identities_response.py +++ b/ory_client/models/batch_patch_identities_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/billing_period_bucket.py b/ory_client/models/billing_period_bucket.py index d7d7a81c5..f620a15a5 100644 --- a/ory_client/models/billing_period_bucket.py +++ b/ory_client/models/billing_period_bucket.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/check_opl_syntax_result.py b/ory_client/models/check_opl_syntax_result.py index 2c60ca4d3..91ed5d7e5 100644 --- a/ory_client/models/check_opl_syntax_result.py +++ b/ory_client/models/check_opl_syntax_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/check_permission_result.py b/ory_client/models/check_permission_result.py index c61ddee59..9a8c78f2e 100644 --- a/ory_client/models/check_permission_result.py +++ b/ory_client/models/check_permission_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/cloud_account.py b/ory_client/models/cloud_account.py index c9f923d86..2e9c188c8 100644 --- a/ory_client/models/cloud_account.py +++ b/ory_client/models/cloud_account.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/consistency_request_parameters.py b/ory_client/models/consistency_request_parameters.py index 761d6887d..a69467954 100644 --- a/ory_client/models/consistency_request_parameters.py +++ b/ory_client/models/consistency_request_parameters.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with.py b/ory_client/models/continue_with.py index 8ec470194..1d96772f4 100644 --- a/ory_client/models/continue_with.py +++ b/ory_client/models/continue_with.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_recovery_ui.py b/ory_client/models/continue_with_recovery_ui.py index cea955ebd..b9bc9413a 100644 --- a/ory_client/models/continue_with_recovery_ui.py +++ b/ory_client/models/continue_with_recovery_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_recovery_ui_flow.py b/ory_client/models/continue_with_recovery_ui_flow.py index b1675b2f3..f88835ccf 100644 --- a/ory_client/models/continue_with_recovery_ui_flow.py +++ b/ory_client/models/continue_with_recovery_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_redirect_browser_to.py b/ory_client/models/continue_with_redirect_browser_to.py index 9a39c347f..e59e6b871 100644 --- a/ory_client/models/continue_with_redirect_browser_to.py +++ b/ory_client/models/continue_with_redirect_browser_to.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_set_ory_session_token.py b/ory_client/models/continue_with_set_ory_session_token.py index cd3b5cee2..0761b9942 100644 --- a/ory_client/models/continue_with_set_ory_session_token.py +++ b/ory_client/models/continue_with_set_ory_session_token.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_settings_ui.py b/ory_client/models/continue_with_settings_ui.py index 221889423..895495e0f 100644 --- a/ory_client/models/continue_with_settings_ui.py +++ b/ory_client/models/continue_with_settings_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_settings_ui_flow.py b/ory_client/models/continue_with_settings_ui_flow.py index 6f6d8a334..af1df694b 100644 --- a/ory_client/models/continue_with_settings_ui_flow.py +++ b/ory_client/models/continue_with_settings_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_verification_ui.py b/ory_client/models/continue_with_verification_ui.py index 764ecd760..4e3bbf5b5 100644 --- a/ory_client/models/continue_with_verification_ui.py +++ b/ory_client/models/continue_with_verification_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/continue_with_verification_ui_flow.py b/ory_client/models/continue_with_verification_ui_flow.py index 799c2d770..3de8dae00 100644 --- a/ory_client/models/continue_with_verification_ui_flow.py +++ b/ory_client/models/continue_with_verification_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/courier_message_status.py b/ory_client/models/courier_message_status.py index b1c48fe41..c462aa7bf 100644 --- a/ory_client/models/courier_message_status.py +++ b/ory_client/models/courier_message_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/courier_message_type.py b/ory_client/models/courier_message_type.py index ae877015d..ff56182a7 100644 --- a/ory_client/models/courier_message_type.py +++ b/ory_client/models/courier_message_type.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_custom_domain_body.py b/ory_client/models/create_custom_domain_body.py index eaaaed438..0e6751076 100644 --- a/ory_client/models/create_custom_domain_body.py +++ b/ory_client/models/create_custom_domain_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_event_stream_body.py b/ory_client/models/create_event_stream_body.py index e8948ee87..f5b5d6c84 100644 --- a/ory_client/models/create_event_stream_body.py +++ b/ory_client/models/create_event_stream_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_identity_body.py b/ory_client/models/create_identity_body.py index 7a298d482..b89f51c6f 100644 --- a/ory_client/models/create_identity_body.py +++ b/ory_client/models/create_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_invite_response.py b/ory_client/models/create_invite_response.py index 69c4d8a23..f16faef2e 100644 --- a/ory_client/models/create_invite_response.py +++ b/ory_client/models/create_invite_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_json_web_key_set.py b/ory_client/models/create_json_web_key_set.py index 9dace5256..8926f1b96 100644 --- a/ory_client/models/create_json_web_key_set.py +++ b/ory_client/models/create_json_web_key_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_project_api_key_request.py b/ory_client/models/create_project_api_key_request.py index bdbe50b2d..fb55259ed 100644 --- a/ory_client/models/create_project_api_key_request.py +++ b/ory_client/models/create_project_api_key_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_project_body.py b/ory_client/models/create_project_body.py index 7d385d175..1025f4dba 100644 --- a/ory_client/models/create_project_body.py +++ b/ory_client/models/create_project_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_project_branding.py b/ory_client/models/create_project_branding.py index d91d5b1a3..87e6ec716 100644 --- a/ory_client/models/create_project_branding.py +++ b/ory_client/models/create_project_branding.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_project_member_invite_body.py b/ory_client/models/create_project_member_invite_body.py index 83867eff5..3be28b536 100644 --- a/ory_client/models/create_project_member_invite_body.py +++ b/ory_client/models/create_project_member_invite_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_project_normalized_payload.py b/ory_client/models/create_project_normalized_payload.py index 471eefe95..f45f42f57 100644 --- a/ory_client/models/create_project_normalized_payload.py +++ b/ory_client/models/create_project_normalized_payload.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_recovery_code_for_identity_body.py b/ory_client/models/create_recovery_code_for_identity_body.py index b5444aef3..9fe1242d8 100644 --- a/ory_client/models/create_recovery_code_for_identity_body.py +++ b/ory_client/models/create_recovery_code_for_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_recovery_link_for_identity_body.py b/ory_client/models/create_recovery_link_for_identity_body.py index 368f290a8..2f2918380 100644 --- a/ory_client/models/create_recovery_link_for_identity_body.py +++ b/ory_client/models/create_recovery_link_for_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_relationship_body.py b/ory_client/models/create_relationship_body.py index 665d242d3..da02f0ba8 100644 --- a/ory_client/models/create_relationship_body.py +++ b/ory_client/models/create_relationship_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_subscription_body.py b/ory_client/models/create_subscription_body.py index 625d28a01..32785809a 100644 --- a/ory_client/models/create_subscription_body.py +++ b/ory_client/models/create_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_subscription_common.py b/ory_client/models/create_subscription_common.py index bd7b46310..cc8939c36 100644 --- a/ory_client/models/create_subscription_common.py +++ b/ory_client/models/create_subscription_common.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_verifiable_credential_request_body.py b/ory_client/models/create_verifiable_credential_request_body.py index d9869224c..03fd15bca 100644 --- a/ory_client/models/create_verifiable_credential_request_body.py +++ b/ory_client/models/create_verifiable_credential_request_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_workspace_api_key_body.py b/ory_client/models/create_workspace_api_key_body.py index e13cb4030..2247f607f 100644 --- a/ory_client/models/create_workspace_api_key_body.py +++ b/ory_client/models/create_workspace_api_key_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_workspace_body.py b/ory_client/models/create_workspace_body.py index d07302e7f..bf5df16a7 100644 --- a/ory_client/models/create_workspace_body.py +++ b/ory_client/models/create_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_workspace_member_invite_body.py b/ory_client/models/create_workspace_member_invite_body.py index bfd7ddade..2c3e193de 100644 --- a/ory_client/models/create_workspace_member_invite_body.py +++ b/ory_client/models/create_workspace_member_invite_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/create_workspace_subscription_body.py b/ory_client/models/create_workspace_subscription_body.py index afbcda753..5106bf187 100644 --- a/ory_client/models/create_workspace_subscription_body.py +++ b/ory_client/models/create_workspace_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/credential_supported_draft00.py b/ory_client/models/credential_supported_draft00.py index 36890cf60..9307f09fd 100644 --- a/ory_client/models/credential_supported_draft00.py +++ b/ory_client/models/credential_supported_draft00.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/custom_domain.py b/ory_client/models/custom_domain.py index c1aaa8aa1..be9091af3 100644 --- a/ory_client/models/custom_domain.py +++ b/ory_client/models/custom_domain.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/delete_my_sessions_count.py b/ory_client/models/delete_my_sessions_count.py index 82a2a534a..3cec4e46b 100644 --- a/ory_client/models/delete_my_sessions_count.py +++ b/ory_client/models/delete_my_sessions_count.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/email_template_data.py b/ory_client/models/email_template_data.py index 956bc93e6..4be198223 100644 --- a/ory_client/models/email_template_data.py +++ b/ory_client/models/email_template_data.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/email_template_data_body.py b/ory_client/models/email_template_data_body.py index 6d9835a76..e4acd6743 100644 --- a/ory_client/models/email_template_data_body.py +++ b/ory_client/models/email_template_data_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/error_authenticator_assurance_level_not_satisfied.py b/ory_client/models/error_authenticator_assurance_level_not_satisfied.py index 70e86be02..110366f9f 100644 --- a/ory_client/models/error_authenticator_assurance_level_not_satisfied.py +++ b/ory_client/models/error_authenticator_assurance_level_not_satisfied.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/error_browser_location_change_required.py b/ory_client/models/error_browser_location_change_required.py index 2ef5b661b..1f041e85a 100644 --- a/ory_client/models/error_browser_location_change_required.py +++ b/ory_client/models/error_browser_location_change_required.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/error_flow_replaced.py b/ory_client/models/error_flow_replaced.py index 5455db95c..3ea2662a5 100644 --- a/ory_client/models/error_flow_replaced.py +++ b/ory_client/models/error_flow_replaced.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/error_generic.py b/ory_client/models/error_generic.py index ec45888f6..b56b84409 100644 --- a/ory_client/models/error_generic.py +++ b/ory_client/models/error_generic.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/error_o_auth2.py b/ory_client/models/error_o_auth2.py index 12101f6a1..d1cff9788 100644 --- a/ory_client/models/error_o_auth2.py +++ b/ory_client/models/error_o_auth2.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/event_stream.py b/ory_client/models/event_stream.py index e5a897572..18da2b7ff 100644 --- a/ory_client/models/event_stream.py +++ b/ory_client/models/event_stream.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/expanded_permission_tree.py b/ory_client/models/expanded_permission_tree.py index 8fa1240c6..4c89a7f6f 100644 --- a/ory_client/models/expanded_permission_tree.py +++ b/ory_client/models/expanded_permission_tree.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/flow_error.py b/ory_client/models/flow_error.py index 17e1422f3..cf9caca9d 100644 --- a/ory_client/models/flow_error.py +++ b/ory_client/models/flow_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/generic_error.py b/ory_client/models/generic_error.py index a0adb9b5a..e637abc2f 100644 --- a/ory_client/models/generic_error.py +++ b/ory_client/models/generic_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/generic_error_content.py b/ory_client/models/generic_error_content.py index 8e0c105f9..92ff0958a 100644 --- a/ory_client/models/generic_error_content.py +++ b/ory_client/models/generic_error_content.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/generic_usage.py b/ory_client/models/generic_usage.py index f50688498..dc18d8a99 100644 --- a/ory_client/models/generic_usage.py +++ b/ory_client/models/generic_usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_attributes_count_response.py b/ory_client/models/get_attributes_count_response.py index a8044db50..a78170bc3 100644 --- a/ory_client/models/get_attributes_count_response.py +++ b/ory_client/models/get_attributes_count_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_managed_identity_schema_location.py b/ory_client/models/get_managed_identity_schema_location.py index 026bd71e7..f17fe146f 100644 --- a/ory_client/models/get_managed_identity_schema_location.py +++ b/ory_client/models/get_managed_identity_schema_location.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_metrics_event_attributes_response.py b/ory_client/models/get_metrics_event_attributes_response.py index 7b9cbd477..3da171e23 100644 --- a/ory_client/models/get_metrics_event_attributes_response.py +++ b/ory_client/models/get_metrics_event_attributes_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_metrics_event_types_response.py b/ory_client/models/get_metrics_event_types_response.py index ceb2851b5..f0486a2fc 100644 --- a/ory_client/models/get_metrics_event_types_response.py +++ b/ory_client/models/get_metrics_event_types_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_organization_response.py b/ory_client/models/get_organization_response.py index 48dde1a65..178e98e9f 100644 --- a/ory_client/models/get_organization_response.py +++ b/ory_client/models/get_organization_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_project_events_body.py b/ory_client/models/get_project_events_body.py index 7d0cd0dbf..f73935ce5 100644 --- a/ory_client/models/get_project_events_body.py +++ b/ory_client/models/get_project_events_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_project_events_response.py b/ory_client/models/get_project_events_response.py index c14e78f37..6ec2ac8c1 100644 --- a/ory_client/models/get_project_events_response.py +++ b/ory_client/models/get_project_events_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_project_metrics_response.py b/ory_client/models/get_project_metrics_response.py index 574e9cb5c..afc1649b7 100644 --- a/ory_client/models/get_project_metrics_response.py +++ b/ory_client/models/get_project_metrics_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_session_activity_response.py b/ory_client/models/get_session_activity_response.py index 915d45e2e..520cc2270 100644 --- a/ory_client/models/get_session_activity_response.py +++ b/ory_client/models/get_session_activity_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/get_version200_response.py b/ory_client/models/get_version200_response.py index 9629510b5..f528776e5 100644 --- a/ory_client/models/get_version200_response.py +++ b/ory_client/models/get_version200_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/health_not_ready_status.py b/ory_client/models/health_not_ready_status.py index 97fd87ae3..264a80532 100644 --- a/ory_client/models/health_not_ready_status.py +++ b/ory_client/models/health_not_ready_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/health_status.py b/ory_client/models/health_status.py index 72dfc76be..ba8cd5db0 100644 --- a/ory_client/models/health_status.py +++ b/ory_client/models/health_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity.py b/ory_client/models/identity.py index a61217cde..703c4fc22 100644 --- a/ory_client/models/identity.py +++ b/ory_client/models/identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_credentials.py b/ory_client/models/identity_credentials.py index 3b449f002..b2dd002b1 100644 --- a/ory_client/models/identity_credentials.py +++ b/ory_client/models/identity_credentials.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_credentials_code.py b/ory_client/models/identity_credentials_code.py index b16c559d2..d39516200 100644 --- a/ory_client/models/identity_credentials_code.py +++ b/ory_client/models/identity_credentials_code.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_credentials_oidc.py b/ory_client/models/identity_credentials_oidc.py index 11f781fb1..b8ba2556e 100644 --- a/ory_client/models/identity_credentials_oidc.py +++ b/ory_client/models/identity_credentials_oidc.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_credentials_oidc_provider.py b/ory_client/models/identity_credentials_oidc_provider.py index a8635ed7c..854c12b83 100644 --- a/ory_client/models/identity_credentials_oidc_provider.py +++ b/ory_client/models/identity_credentials_oidc_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_credentials_password.py b/ory_client/models/identity_credentials_password.py index 20bb223cb..35159a5ea 100644 --- a/ory_client/models/identity_credentials_password.py +++ b/ory_client/models/identity_credentials_password.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_patch.py b/ory_client/models/identity_patch.py index 2226d79e5..0e20f9b7f 100644 --- a/ory_client/models/identity_patch.py +++ b/ory_client/models/identity_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_patch_response.py b/ory_client/models/identity_patch_response.py index dd719b376..6af6310d1 100644 --- a/ory_client/models/identity_patch_response.py +++ b/ory_client/models/identity_patch_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_schema_container.py b/ory_client/models/identity_schema_container.py index 493a89f0f..9ef60c8be 100644 --- a/ory_client/models/identity_schema_container.py +++ b/ory_client/models/identity_schema_container.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_schema_preset.py b/ory_client/models/identity_schema_preset.py index 510d0af8b..5eb4408b0 100644 --- a/ory_client/models/identity_schema_preset.py +++ b/ory_client/models/identity_schema_preset.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials.py b/ory_client/models/identity_with_credentials.py index 68216a0f7..48d9e07f8 100644 --- a/ory_client/models/identity_with_credentials.py +++ b/ory_client/models/identity_with_credentials.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials_oidc.py b/ory_client/models/identity_with_credentials_oidc.py index 43e6ce55a..75ccc3de3 100644 --- a/ory_client/models/identity_with_credentials_oidc.py +++ b/ory_client/models/identity_with_credentials_oidc.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials_oidc_config.py b/ory_client/models/identity_with_credentials_oidc_config.py index 47c5a9377..7dc7e47d3 100644 --- a/ory_client/models/identity_with_credentials_oidc_config.py +++ b/ory_client/models/identity_with_credentials_oidc_config.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials_oidc_config_provider.py b/ory_client/models/identity_with_credentials_oidc_config_provider.py index 67714d364..f7188889d 100644 --- a/ory_client/models/identity_with_credentials_oidc_config_provider.py +++ b/ory_client/models/identity_with_credentials_oidc_config_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials_password.py b/ory_client/models/identity_with_credentials_password.py index 98c7d6343..86024c36c 100644 --- a/ory_client/models/identity_with_credentials_password.py +++ b/ory_client/models/identity_with_credentials_password.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/identity_with_credentials_password_config.py b/ory_client/models/identity_with_credentials_password_config.py index 1f29f7024..2d814beae 100644 --- a/ory_client/models/identity_with_credentials_password_config.py +++ b/ory_client/models/identity_with_credentials_password_config.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -18,7 +18,7 @@ import re # noqa: F401 import json -from pydantic import BaseModel, ConfigDict, Field, StrictStr +from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr from typing import Any, ClassVar, Dict, List, Optional from typing import Optional, Set from typing_extensions import Self @@ -29,8 +29,9 @@ class IdentityWithCredentialsPasswordConfig(BaseModel): """ # noqa: E501 hashed_password: Optional[StrictStr] = Field(default=None, description="The hashed password in [PHC format](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities#hashed-passwords)") password: Optional[StrictStr] = Field(default=None, description="The password in plain text if no hash is available.") + use_password_migration_hook: Optional[StrictBool] = Field(default=None, description="If set to true, the password will be migrated using the password migration hook.") additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["hashed_password", "password"] + __properties: ClassVar[List[str]] = ["hashed_password", "password", "use_password_migration_hook"] model_config = ConfigDict( populate_by_name=True, @@ -91,7 +92,8 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: _obj = cls.model_validate({ "hashed_password": obj.get("hashed_password"), - "password": obj.get("password") + "password": obj.get("password"), + "use_password_migration_hook": obj.get("use_password_migration_hook") }) # store additional fields in additional_properties for _key in obj.keys(): diff --git a/ory_client/models/internal_get_project_branding_body.py b/ory_client/models/internal_get_project_branding_body.py index 6cbb0f0b1..e30684e99 100644 --- a/ory_client/models/internal_get_project_branding_body.py +++ b/ory_client/models/internal_get_project_branding_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py b/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py index 617bcb8d9..7a104949a 100644 --- a/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +++ b/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/internal_is_owner_for_project_by_slug_body.py b/ory_client/models/internal_is_owner_for_project_by_slug_body.py index d26ec27dd..66bd2b077 100644 --- a/ory_client/models/internal_is_owner_for_project_by_slug_body.py +++ b/ory_client/models/internal_is_owner_for_project_by_slug_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/internal_is_owner_for_project_by_slug_response.py b/ory_client/models/internal_is_owner_for_project_by_slug_response.py index f1c84a460..216061c85 100644 --- a/ory_client/models/internal_is_owner_for_project_by_slug_response.py +++ b/ory_client/models/internal_is_owner_for_project_by_slug_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/introspected_o_auth2_token.py b/ory_client/models/introspected_o_auth2_token.py index 60eeca626..045ae1c73 100644 --- a/ory_client/models/introspected_o_auth2_token.py +++ b/ory_client/models/introspected_o_auth2_token.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/invoice.py b/ory_client/models/invoice.py index 9f98329f0..ad9a8e2f8 100644 --- a/ory_client/models/invoice.py +++ b/ory_client/models/invoice.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/invoice_data_v1.py b/ory_client/models/invoice_data_v1.py index 626e8daa8..cec6b2890 100644 --- a/ory_client/models/invoice_data_v1.py +++ b/ory_client/models/invoice_data_v1.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/is_owner_for_project_by_slug.py b/ory_client/models/is_owner_for_project_by_slug.py index bfaf790bf..1c6d77d49 100644 --- a/ory_client/models/is_owner_for_project_by_slug.py +++ b/ory_client/models/is_owner_for_project_by_slug.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/json_patch.py b/ory_client/models/json_patch.py index 69fce6aff..59a035798 100644 --- a/ory_client/models/json_patch.py +++ b/ory_client/models/json_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/json_web_key.py b/ory_client/models/json_web_key.py index 435d3aca4..8ea42faeb 100644 --- a/ory_client/models/json_web_key.py +++ b/ory_client/models/json_web_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/json_web_key_set.py b/ory_client/models/json_web_key_set.py index e60c97c78..144e5f14e 100644 --- a/ory_client/models/json_web_key_set.py +++ b/ory_client/models/json_web_key_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/keto_namespace.py b/ory_client/models/keto_namespace.py index 40c6b9237..83be9864d 100644 --- a/ory_client/models/keto_namespace.py +++ b/ory_client/models/keto_namespace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/line_item_v1.py b/ory_client/models/line_item_v1.py index 725097d76..3f6911ff7 100644 --- a/ory_client/models/line_item_v1.py +++ b/ory_client/models/line_item_v1.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/list_event_streams.py b/ory_client/models/list_event_streams.py index 33bda2d39..4d4107ac8 100644 --- a/ory_client/models/list_event_streams.py +++ b/ory_client/models/list_event_streams.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/list_invoices_response.py b/ory_client/models/list_invoices_response.py index 0304209fc..894b3515d 100644 --- a/ory_client/models/list_invoices_response.py +++ b/ory_client/models/list_invoices_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/list_organizations_response.py b/ory_client/models/list_organizations_response.py index 63d82ec8c..c4ac0deca 100644 --- a/ory_client/models/list_organizations_response.py +++ b/ory_client/models/list_organizations_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/list_workspace_projects.py b/ory_client/models/list_workspace_projects.py index 12f953280..d7cfe1ede 100644 --- a/ory_client/models/list_workspace_projects.py +++ b/ory_client/models/list_workspace_projects.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/list_workspaces.py b/ory_client/models/list_workspaces.py index 53fcc9b19..f32542b27 100644 --- a/ory_client/models/list_workspaces.py +++ b/ory_client/models/list_workspaces.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/login_flow.py b/ory_client/models/login_flow.py index c3c43e586..37ffecb63 100644 --- a/ory_client/models/login_flow.py +++ b/ory_client/models/login_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/login_flow_state.py b/ory_client/models/login_flow_state.py index e8f8d1d6e..16b88ce99 100644 --- a/ory_client/models/login_flow_state.py +++ b/ory_client/models/login_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/logout_flow.py b/ory_client/models/logout_flow.py index 4aa7c4f9a..244126491 100644 --- a/ory_client/models/logout_flow.py +++ b/ory_client/models/logout_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/managed_identity_schema.py b/ory_client/models/managed_identity_schema.py index f16d272a0..67a695b15 100644 --- a/ory_client/models/managed_identity_schema.py +++ b/ory_client/models/managed_identity_schema.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/managed_identity_schema_validation_result.py b/ory_client/models/managed_identity_schema_validation_result.py index 1b92e89d6..f1b50b5b6 100644 --- a/ory_client/models/managed_identity_schema_validation_result.py +++ b/ory_client/models/managed_identity_schema_validation_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/member_invite.py b/ory_client/models/member_invite.py index 28fd2191c..cf3f43187 100644 --- a/ory_client/models/member_invite.py +++ b/ory_client/models/member_invite.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/message.py b/ory_client/models/message.py index 181105d70..d4bbdb2c6 100644 --- a/ory_client/models/message.py +++ b/ory_client/models/message.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/message_dispatch.py b/ory_client/models/message_dispatch.py index 4dcfed1d2..899253f68 100644 --- a/ory_client/models/message_dispatch.py +++ b/ory_client/models/message_dispatch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/metrics_datapoint.py b/ory_client/models/metrics_datapoint.py index 24553caed..b2c01ad63 100644 --- a/ory_client/models/metrics_datapoint.py +++ b/ory_client/models/metrics_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/money.py b/ory_client/models/money.py index a1ea82204..018ce7a60 100644 --- a/ory_client/models/money.py +++ b/ory_client/models/money.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/namespace.py b/ory_client/models/namespace.py index 30cd23c14..acb5a7ed7 100644 --- a/ory_client/models/namespace.py +++ b/ory_client/models/namespace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/needs_privileged_session_error.py b/ory_client/models/needs_privileged_session_error.py index c34fb2a56..cd3248a40 100644 --- a/ory_client/models/needs_privileged_session_error.py +++ b/ory_client/models/needs_privileged_session_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project.py b/ory_client/models/normalized_project.py index 7ed0081fb..081db8a32 100644 --- a/ory_client/models/normalized_project.py +++ b/ory_client/models/normalized_project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision.py b/ory_client/models/normalized_project_revision.py index 8f3ae36f9..6038c9cbf 100644 --- a/ory_client/models/normalized_project_revision.py +++ b/ory_client/models/normalized_project_revision.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision_courier_channel.py b/ory_client/models/normalized_project_revision_courier_channel.py index b4de6c0be..551b28a61 100644 --- a/ory_client/models/normalized_project_revision_courier_channel.py +++ b/ory_client/models/normalized_project_revision_courier_channel.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision_hook.py b/ory_client/models/normalized_project_revision_hook.py index 90f95b3b3..5495a2551 100644 --- a/ory_client/models/normalized_project_revision_hook.py +++ b/ory_client/models/normalized_project_revision_hook.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision_identity_schema.py b/ory_client/models/normalized_project_revision_identity_schema.py index b9fffcbb6..0ab78122b 100644 --- a/ory_client/models/normalized_project_revision_identity_schema.py +++ b/ory_client/models/normalized_project_revision_identity_schema.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision_third_party_provider.py b/ory_client/models/normalized_project_revision_third_party_provider.py index 84ed15300..7fc7a0566 100644 --- a/ory_client/models/normalized_project_revision_third_party_provider.py +++ b/ory_client/models/normalized_project_revision_third_party_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/normalized_project_revision_tokenizer_template.py b/ory_client/models/normalized_project_revision_tokenizer_template.py index 3c50a8724..c1a0337bc 100644 --- a/ory_client/models/normalized_project_revision_tokenizer_template.py +++ b/ory_client/models/normalized_project_revision_tokenizer_template.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_client.py b/ory_client/models/o_auth2_client.py index 2e9bb1574..b80d3e599 100644 --- a/ory_client/models/o_auth2_client.py +++ b/ory_client/models/o_auth2_client.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_client_token_lifespans.py b/ory_client/models/o_auth2_client_token_lifespans.py index 410af5826..99c9636b3 100644 --- a/ory_client/models/o_auth2_client_token_lifespans.py +++ b/ory_client/models/o_auth2_client_token_lifespans.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_consent_request.py b/ory_client/models/o_auth2_consent_request.py index 8aceebcbb..3257f924f 100644 --- a/ory_client/models/o_auth2_consent_request.py +++ b/ory_client/models/o_auth2_consent_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_consent_request_open_id_connect_context.py b/ory_client/models/o_auth2_consent_request_open_id_connect_context.py index 13ef6ce4b..48c17dc69 100644 --- a/ory_client/models/o_auth2_consent_request_open_id_connect_context.py +++ b/ory_client/models/o_auth2_consent_request_open_id_connect_context.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_consent_session.py b/ory_client/models/o_auth2_consent_session.py index 6a26695dc..28aa7815d 100644 --- a/ory_client/models/o_auth2_consent_session.py +++ b/ory_client/models/o_auth2_consent_session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_consent_session_expires_at.py b/ory_client/models/o_auth2_consent_session_expires_at.py index d08cd3124..0a84aa95f 100644 --- a/ory_client/models/o_auth2_consent_session_expires_at.py +++ b/ory_client/models/o_auth2_consent_session_expires_at.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_login_request.py b/ory_client/models/o_auth2_login_request.py index 8c61a7beb..3857fc73c 100644 --- a/ory_client/models/o_auth2_login_request.py +++ b/ory_client/models/o_auth2_login_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_logout_request.py b/ory_client/models/o_auth2_logout_request.py index 11210c971..16dd7507b 100644 --- a/ory_client/models/o_auth2_logout_request.py +++ b/ory_client/models/o_auth2_logout_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_redirect_to.py b/ory_client/models/o_auth2_redirect_to.py index 049908fa9..16dad5fb7 100644 --- a/ory_client/models/o_auth2_redirect_to.py +++ b/ory_client/models/o_auth2_redirect_to.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/o_auth2_token_exchange.py b/ory_client/models/o_auth2_token_exchange.py index a56d73fd2..6f9546e86 100644 --- a/ory_client/models/o_auth2_token_exchange.py +++ b/ory_client/models/o_auth2_token_exchange.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/oidc_configuration.py b/ory_client/models/oidc_configuration.py index 8ca17adc0..f7acb8f9c 100644 --- a/ory_client/models/oidc_configuration.py +++ b/ory_client/models/oidc_configuration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/oidc_user_info.py b/ory_client/models/oidc_user_info.py index f735e5a8c..50b35db3f 100644 --- a/ory_client/models/oidc_user_info.py +++ b/ory_client/models/oidc_user_info.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/organization.py b/ory_client/models/organization.py index 69da6dede..46bfea3dc 100644 --- a/ory_client/models/organization.py +++ b/ory_client/models/organization.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/organization_body.py b/ory_client/models/organization_body.py index 9eada159b..c448cb15b 100644 --- a/ory_client/models/organization_body.py +++ b/ory_client/models/organization_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/pagination.py b/ory_client/models/pagination.py index ea3365a03..76cdb6e9d 100644 --- a/ory_client/models/pagination.py +++ b/ory_client/models/pagination.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/pagination_headers.py b/ory_client/models/pagination_headers.py index befecf31b..7333cb97f 100644 --- a/ory_client/models/pagination_headers.py +++ b/ory_client/models/pagination_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/parse_error.py b/ory_client/models/parse_error.py index 1ba65b065..6f0cd4c25 100644 --- a/ory_client/models/parse_error.py +++ b/ory_client/models/parse_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/patch_identities_body.py b/ory_client/models/patch_identities_body.py index eb1932514..bf1d5be31 100644 --- a/ory_client/models/patch_identities_body.py +++ b/ory_client/models/patch_identities_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/perform_native_logout_body.py b/ory_client/models/perform_native_logout_body.py index bb3ff8398..84977001d 100644 --- a/ory_client/models/perform_native_logout_body.py +++ b/ory_client/models/perform_native_logout_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/permissions_on_workspace.py b/ory_client/models/permissions_on_workspace.py index b3d7a54f9..a6bad4ebd 100644 --- a/ory_client/models/permissions_on_workspace.py +++ b/ory_client/models/permissions_on_workspace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/plan.py b/ory_client/models/plan.py index fa947e882..76a785694 100644 --- a/ory_client/models/plan.py +++ b/ory_client/models/plan.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/plan_details.py b/ory_client/models/plan_details.py index b4d3afc37..32c6b0f10 100644 --- a/ory_client/models/plan_details.py +++ b/ory_client/models/plan_details.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/post_check_permission_body.py b/ory_client/models/post_check_permission_body.py index 81c78090d..08ef97564 100644 --- a/ory_client/models/post_check_permission_body.py +++ b/ory_client/models/post_check_permission_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/post_check_permission_or_error_body.py b/ory_client/models/post_check_permission_or_error_body.py index ddeedd34d..0148e362c 100644 --- a/ory_client/models/post_check_permission_or_error_body.py +++ b/ory_client/models/post_check_permission_or_error_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project.py b/ory_client/models/project.py index 6147243a0..cac50c147 100644 --- a/ory_client/models/project.py +++ b/ory_client/models/project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_api_key.py b/ory_client/models/project_api_key.py index 27208fe7d..3d9c8123b 100644 --- a/ory_client/models/project_api_key.py +++ b/ory_client/models/project_api_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_branding.py b/ory_client/models/project_branding.py index 8ea90b762..c8b9ab77d 100644 --- a/ory_client/models/project_branding.py +++ b/ory_client/models/project_branding.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_branding_colors.py b/ory_client/models/project_branding_colors.py index 617be40c9..0f5f45ae0 100644 --- a/ory_client/models/project_branding_colors.py +++ b/ory_client/models/project_branding_colors.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_branding_theme.py b/ory_client/models/project_branding_theme.py index 049b6a836..fe1750937 100644 --- a/ory_client/models/project_branding_theme.py +++ b/ory_client/models/project_branding_theme.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_cors.py b/ory_client/models/project_cors.py index 189c65afe..1c1a8c6db 100644 --- a/ory_client/models/project_cors.py +++ b/ory_client/models/project_cors.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_events_datapoint.py b/ory_client/models/project_events_datapoint.py index 8e0c1ac27..44d836fa6 100644 --- a/ory_client/models/project_events_datapoint.py +++ b/ory_client/models/project_events_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_host.py b/ory_client/models/project_host.py index 6c87490bc..76a7ab946 100644 --- a/ory_client/models/project_host.py +++ b/ory_client/models/project_host.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_member.py b/ory_client/models/project_member.py index 0e1047c12..8114547b9 100644 --- a/ory_client/models/project_member.py +++ b/ory_client/models/project_member.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_metadata.py b/ory_client/models/project_metadata.py index 4ce7a4b71..95a419c79 100644 --- a/ory_client/models/project_metadata.py +++ b/ory_client/models/project_metadata.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_service_identity.py b/ory_client/models/project_service_identity.py index 766202315..2f9083035 100644 --- a/ory_client/models/project_service_identity.py +++ b/ory_client/models/project_service_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_service_o_auth2.py b/ory_client/models/project_service_o_auth2.py index 04dcf98a6..5c2e42041 100644 --- a/ory_client/models/project_service_o_auth2.py +++ b/ory_client/models/project_service_o_auth2.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_service_permission.py b/ory_client/models/project_service_permission.py index 0dd639926..19af38cc1 100644 --- a/ory_client/models/project_service_permission.py +++ b/ory_client/models/project_service_permission.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/project_services.py b/ory_client/models/project_services.py index ba8057d03..5128a0b80 100644 --- a/ory_client/models/project_services.py +++ b/ory_client/models/project_services.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/quota_usage.py b/ory_client/models/quota_usage.py index 6307cec63..03aac545b 100644 --- a/ory_client/models/quota_usage.py +++ b/ory_client/models/quota_usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/recovery_code_for_identity.py b/ory_client/models/recovery_code_for_identity.py index 66022231d..a497d068e 100644 --- a/ory_client/models/recovery_code_for_identity.py +++ b/ory_client/models/recovery_code_for_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/recovery_flow.py b/ory_client/models/recovery_flow.py index 22ac68ae4..5cf221244 100644 --- a/ory_client/models/recovery_flow.py +++ b/ory_client/models/recovery_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/recovery_flow_state.py b/ory_client/models/recovery_flow_state.py index c6ae1efe1..9fde7bf9e 100644 --- a/ory_client/models/recovery_flow_state.py +++ b/ory_client/models/recovery_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/recovery_identity_address.py b/ory_client/models/recovery_identity_address.py index df8eeab21..c3b07c549 100644 --- a/ory_client/models/recovery_identity_address.py +++ b/ory_client/models/recovery_identity_address.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/recovery_link_for_identity.py b/ory_client/models/recovery_link_for_identity.py index add7c0e5e..0de0ed928 100644 --- a/ory_client/models/recovery_link_for_identity.py +++ b/ory_client/models/recovery_link_for_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/registration_flow.py b/ory_client/models/registration_flow.py index ed5b514d8..e1e7ee72e 100644 --- a/ory_client/models/registration_flow.py +++ b/ory_client/models/registration_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/registration_flow_state.py b/ory_client/models/registration_flow_state.py index dd4b463e2..07fe2e014 100644 --- a/ory_client/models/registration_flow_state.py +++ b/ory_client/models/registration_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/reject_o_auth2_request.py b/ory_client/models/reject_o_auth2_request.py index 277a447f7..d3491b367 100644 --- a/ory_client/models/reject_o_auth2_request.py +++ b/ory_client/models/reject_o_auth2_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/relation_query.py b/ory_client/models/relation_query.py index 7dddcc7f2..971a05a0b 100644 --- a/ory_client/models/relation_query.py +++ b/ory_client/models/relation_query.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/relationship.py b/ory_client/models/relationship.py index 82b56e215..767cd4d68 100644 --- a/ory_client/models/relationship.py +++ b/ory_client/models/relationship.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/relationship_namespaces.py b/ory_client/models/relationship_namespaces.py index 8fe3b24cf..0b2f30476 100644 --- a/ory_client/models/relationship_namespaces.py +++ b/ory_client/models/relationship_namespaces.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/relationship_patch.py b/ory_client/models/relationship_patch.py index ef6c906f9..5c0531d36 100644 --- a/ory_client/models/relationship_patch.py +++ b/ory_client/models/relationship_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/relationships.py b/ory_client/models/relationships.py index 9aadb8165..a44ef21d7 100644 --- a/ory_client/models/relationships.py +++ b/ory_client/models/relationships.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/rfc6749_error_json.py b/ory_client/models/rfc6749_error_json.py index 038286620..1664e6b72 100644 --- a/ory_client/models/rfc6749_error_json.py +++ b/ory_client/models/rfc6749_error_json.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/schema_patch.py b/ory_client/models/schema_patch.py index 3eaed22ed..34b4fa054 100644 --- a/ory_client/models/schema_patch.py +++ b/ory_client/models/schema_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/self_service_flow_expired_error.py b/ory_client/models/self_service_flow_expired_error.py index 5a648f420..da464338d 100644 --- a/ory_client/models/self_service_flow_expired_error.py +++ b/ory_client/models/self_service_flow_expired_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/session.py b/ory_client/models/session.py index 27559aca1..2eee675ae 100644 --- a/ory_client/models/session.py +++ b/ory_client/models/session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/session_activity_datapoint.py b/ory_client/models/session_activity_datapoint.py index 5838f7dcb..faa4bfd03 100644 --- a/ory_client/models/session_activity_datapoint.py +++ b/ory_client/models/session_activity_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/session_authentication_method.py b/ory_client/models/session_authentication_method.py index b6d269e56..889d526d4 100644 --- a/ory_client/models/session_authentication_method.py +++ b/ory_client/models/session_authentication_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/session_device.py b/ory_client/models/session_device.py index 81294db42..2434e2fff 100644 --- a/ory_client/models/session_device.py +++ b/ory_client/models/session_device.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/set_active_project_in_console_body.py b/ory_client/models/set_active_project_in_console_body.py index 49631c3a1..9683fe37d 100644 --- a/ory_client/models/set_active_project_in_console_body.py +++ b/ory_client/models/set_active_project_in_console_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/set_custom_domain_body.py b/ory_client/models/set_custom_domain_body.py index e814cadb6..d21862251 100644 --- a/ory_client/models/set_custom_domain_body.py +++ b/ory_client/models/set_custom_domain_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/set_event_stream_body.py b/ory_client/models/set_event_stream_body.py index 38902dd18..211d664c4 100644 --- a/ory_client/models/set_event_stream_body.py +++ b/ory_client/models/set_event_stream_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/set_project.py b/ory_client/models/set_project.py index 4e5f46f7b..db96a821f 100644 --- a/ory_client/models/set_project.py +++ b/ory_client/models/set_project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/set_project_branding_theme_body.py b/ory_client/models/set_project_branding_theme_body.py index 4ee260f55..6ee6403a8 100644 --- a/ory_client/models/set_project_branding_theme_body.py +++ b/ory_client/models/set_project_branding_theme_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/settings_flow.py b/ory_client/models/settings_flow.py index 06488ae87..23c00afc4 100644 --- a/ory_client/models/settings_flow.py +++ b/ory_client/models/settings_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/settings_flow_state.py b/ory_client/models/settings_flow_state.py index dc6ddfc16..20b1d6ed5 100644 --- a/ory_client/models/settings_flow_state.py +++ b/ory_client/models/settings_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/source_position.py b/ory_client/models/source_position.py index 866fcb3ef..43dccc822 100644 --- a/ory_client/models/source_position.py +++ b/ory_client/models/source_position.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/subject_set.py b/ory_client/models/subject_set.py index b989ad830..8ee8696d1 100644 --- a/ory_client/models/subject_set.py +++ b/ory_client/models/subject_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/subscription.py b/ory_client/models/subscription.py index 62f26300d..747d2cde2 100644 --- a/ory_client/models/subscription.py +++ b/ory_client/models/subscription.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/successful_code_exchange_response.py b/ory_client/models/successful_code_exchange_response.py index d4f368160..0a14e7fe8 100644 --- a/ory_client/models/successful_code_exchange_response.py +++ b/ory_client/models/successful_code_exchange_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/successful_native_login.py b/ory_client/models/successful_native_login.py index a4e696243..717d14f28 100644 --- a/ory_client/models/successful_native_login.py +++ b/ory_client/models/successful_native_login.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/successful_native_registration.py b/ory_client/models/successful_native_registration.py index 299fbe0cb..8b78f730d 100644 --- a/ory_client/models/successful_native_registration.py +++ b/ory_client/models/successful_native_registration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/successful_project_update.py b/ory_client/models/successful_project_update.py index c00a707cc..1df8c365d 100644 --- a/ory_client/models/successful_project_update.py +++ b/ory_client/models/successful_project_update.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/tax_line_item.py b/ory_client/models/tax_line_item.py index 67bf07f78..a199b0279 100644 --- a/ory_client/models/tax_line_item.py +++ b/ory_client/models/tax_line_item.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/time_interval.py b/ory_client/models/time_interval.py index 6f0b1e924..40db11bc9 100644 --- a/ory_client/models/time_interval.py +++ b/ory_client/models/time_interval.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/token_pagination.py b/ory_client/models/token_pagination.py index 245bbd9c6..d283b41fc 100644 --- a/ory_client/models/token_pagination.py +++ b/ory_client/models/token_pagination.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/token_pagination_headers.py b/ory_client/models/token_pagination_headers.py index 1f7e0b18a..64511d825 100644 --- a/ory_client/models/token_pagination_headers.py +++ b/ory_client/models/token_pagination_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/token_pagination_request_parameters.py b/ory_client/models/token_pagination_request_parameters.py index 7052b4c91..c94df9c38 100644 --- a/ory_client/models/token_pagination_request_parameters.py +++ b/ory_client/models/token_pagination_request_parameters.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/token_pagination_response_headers.py b/ory_client/models/token_pagination_response_headers.py index 51457b677..9cbdf17dd 100644 --- a/ory_client/models/token_pagination_response_headers.py +++ b/ory_client/models/token_pagination_response_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/trust_o_auth2_jwt_grant_issuer.py b/ory_client/models/trust_o_auth2_jwt_grant_issuer.py index be97361af..713dc0deb 100644 --- a/ory_client/models/trust_o_auth2_jwt_grant_issuer.py +++ b/ory_client/models/trust_o_auth2_jwt_grant_issuer.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py b/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py index 626a62c14..dbc072948 100644 --- a/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +++ b/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py b/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py index f1b4827e6..e23c46adf 100644 --- a/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +++ b/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_container.py b/ory_client/models/ui_container.py index 336760099..6f33d14d1 100644 --- a/ory_client/models/ui_container.py +++ b/ory_client/models/ui_container.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node.py b/ory_client/models/ui_node.py index efde6ecd2..f44c5fcc3 100644 --- a/ory_client/models/ui_node.py +++ b/ory_client/models/ui_node.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_anchor_attributes.py b/ory_client/models/ui_node_anchor_attributes.py index cf346485e..1b769a3a5 100644 --- a/ory_client/models/ui_node_anchor_attributes.py +++ b/ory_client/models/ui_node_anchor_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_attributes.py b/ory_client/models/ui_node_attributes.py index 033e01871..4717a350a 100644 --- a/ory_client/models/ui_node_attributes.py +++ b/ory_client/models/ui_node_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_image_attributes.py b/ory_client/models/ui_node_image_attributes.py index 0a4af8c44..797a40da1 100644 --- a/ory_client/models/ui_node_image_attributes.py +++ b/ory_client/models/ui_node_image_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_input_attributes.py b/ory_client/models/ui_node_input_attributes.py index 0d275ba00..40b928f0e 100644 --- a/ory_client/models/ui_node_input_attributes.py +++ b/ory_client/models/ui_node_input_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_meta.py b/ory_client/models/ui_node_meta.py index 5e956e445..628c10d41 100644 --- a/ory_client/models/ui_node_meta.py +++ b/ory_client/models/ui_node_meta.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_script_attributes.py b/ory_client/models/ui_node_script_attributes.py index b15186fdf..3e2c37354 100644 --- a/ory_client/models/ui_node_script_attributes.py +++ b/ory_client/models/ui_node_script_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_node_text_attributes.py b/ory_client/models/ui_node_text_attributes.py index ee6f1cb4b..19295c642 100644 --- a/ory_client/models/ui_node_text_attributes.py +++ b/ory_client/models/ui_node_text_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/ui_text.py b/ory_client/models/ui_text.py index 2d8791d5e..26fe33c4c 100644 --- a/ory_client/models/ui_text.py +++ b/ory_client/models/ui_text.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_identity_body.py b/ory_client/models/update_identity_body.py index eef3cf68f..d446d1b66 100644 --- a/ory_client/models/update_identity_body.py +++ b/ory_client/models/update_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_body.py b/ory_client/models/update_login_flow_body.py index f2aa792eb..eb2b07cb3 100644 --- a/ory_client/models/update_login_flow_body.py +++ b/ory_client/models/update_login_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_code_method.py b/ory_client/models/update_login_flow_with_code_method.py index 9327ae897..d74b7e581 100644 --- a/ory_client/models/update_login_flow_with_code_method.py +++ b/ory_client/models/update_login_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_identifier_first_method.py b/ory_client/models/update_login_flow_with_identifier_first_method.py index df739e8f9..9f6a2b756 100644 --- a/ory_client/models/update_login_flow_with_identifier_first_method.py +++ b/ory_client/models/update_login_flow_with_identifier_first_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_lookup_secret_method.py b/ory_client/models/update_login_flow_with_lookup_secret_method.py index e7a3e8772..22de4a521 100644 --- a/ory_client/models/update_login_flow_with_lookup_secret_method.py +++ b/ory_client/models/update_login_flow_with_lookup_secret_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_oidc_method.py b/ory_client/models/update_login_flow_with_oidc_method.py index 002af6844..cb634842a 100644 --- a/ory_client/models/update_login_flow_with_oidc_method.py +++ b/ory_client/models/update_login_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_passkey_method.py b/ory_client/models/update_login_flow_with_passkey_method.py index 7df9f67df..b582a9f21 100644 --- a/ory_client/models/update_login_flow_with_passkey_method.py +++ b/ory_client/models/update_login_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_password_method.py b/ory_client/models/update_login_flow_with_password_method.py index e462b0ba6..b2938e712 100644 --- a/ory_client/models/update_login_flow_with_password_method.py +++ b/ory_client/models/update_login_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_totp_method.py b/ory_client/models/update_login_flow_with_totp_method.py index aa020715f..dc468093a 100644 --- a/ory_client/models/update_login_flow_with_totp_method.py +++ b/ory_client/models/update_login_flow_with_totp_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_login_flow_with_web_authn_method.py b/ory_client/models/update_login_flow_with_web_authn_method.py index 1c4c59335..85db2bc01 100644 --- a/ory_client/models/update_login_flow_with_web_authn_method.py +++ b/ory_client/models/update_login_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_recovery_flow_body.py b/ory_client/models/update_recovery_flow_body.py index 261071fc7..75005eabd 100644 --- a/ory_client/models/update_recovery_flow_body.py +++ b/ory_client/models/update_recovery_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_recovery_flow_with_code_method.py b/ory_client/models/update_recovery_flow_with_code_method.py index 2e8945707..7a41ecf8b 100644 --- a/ory_client/models/update_recovery_flow_with_code_method.py +++ b/ory_client/models/update_recovery_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_recovery_flow_with_link_method.py b/ory_client/models/update_recovery_flow_with_link_method.py index bc565575c..f1f1a2c50 100644 --- a/ory_client/models/update_recovery_flow_with_link_method.py +++ b/ory_client/models/update_recovery_flow_with_link_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_body.py b/ory_client/models/update_registration_flow_body.py index f15f54330..bfadcab6d 100644 --- a/ory_client/models/update_registration_flow_body.py +++ b/ory_client/models/update_registration_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_code_method.py b/ory_client/models/update_registration_flow_with_code_method.py index fa8288e63..870c4c23a 100644 --- a/ory_client/models/update_registration_flow_with_code_method.py +++ b/ory_client/models/update_registration_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_oidc_method.py b/ory_client/models/update_registration_flow_with_oidc_method.py index 83c37835a..511376a8c 100644 --- a/ory_client/models/update_registration_flow_with_oidc_method.py +++ b/ory_client/models/update_registration_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_passkey_method.py b/ory_client/models/update_registration_flow_with_passkey_method.py index d87e1a6fb..ec87788cf 100644 --- a/ory_client/models/update_registration_flow_with_passkey_method.py +++ b/ory_client/models/update_registration_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_password_method.py b/ory_client/models/update_registration_flow_with_password_method.py index 05789c282..81aab8f32 100644 --- a/ory_client/models/update_registration_flow_with_password_method.py +++ b/ory_client/models/update_registration_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_profile_method.py b/ory_client/models/update_registration_flow_with_profile_method.py index a1f44321e..0adcab17e 100644 --- a/ory_client/models/update_registration_flow_with_profile_method.py +++ b/ory_client/models/update_registration_flow_with_profile_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_registration_flow_with_web_authn_method.py b/ory_client/models/update_registration_flow_with_web_authn_method.py index 7a5ff4bf5..0e5f50b48 100644 --- a/ory_client/models/update_registration_flow_with_web_authn_method.py +++ b/ory_client/models/update_registration_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_body.py b/ory_client/models/update_settings_flow_body.py index e1b36e8b3..b9216430f 100644 --- a/ory_client/models/update_settings_flow_body.py +++ b/ory_client/models/update_settings_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_lookup_method.py b/ory_client/models/update_settings_flow_with_lookup_method.py index 1d14a4a07..c5c09c0bf 100644 --- a/ory_client/models/update_settings_flow_with_lookup_method.py +++ b/ory_client/models/update_settings_flow_with_lookup_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_oidc_method.py b/ory_client/models/update_settings_flow_with_oidc_method.py index b1158be5a..b2aee1d46 100644 --- a/ory_client/models/update_settings_flow_with_oidc_method.py +++ b/ory_client/models/update_settings_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_passkey_method.py b/ory_client/models/update_settings_flow_with_passkey_method.py index f011590a5..462955a57 100644 --- a/ory_client/models/update_settings_flow_with_passkey_method.py +++ b/ory_client/models/update_settings_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_password_method.py b/ory_client/models/update_settings_flow_with_password_method.py index 5e94ab18a..b9a05cc34 100644 --- a/ory_client/models/update_settings_flow_with_password_method.py +++ b/ory_client/models/update_settings_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_profile_method.py b/ory_client/models/update_settings_flow_with_profile_method.py index cba6d054e..e347f8b8b 100644 --- a/ory_client/models/update_settings_flow_with_profile_method.py +++ b/ory_client/models/update_settings_flow_with_profile_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_totp_method.py b/ory_client/models/update_settings_flow_with_totp_method.py index abc436be8..3735d9db8 100644 --- a/ory_client/models/update_settings_flow_with_totp_method.py +++ b/ory_client/models/update_settings_flow_with_totp_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_settings_flow_with_web_authn_method.py b/ory_client/models/update_settings_flow_with_web_authn_method.py index 7bf899254..2818bf367 100644 --- a/ory_client/models/update_settings_flow_with_web_authn_method.py +++ b/ory_client/models/update_settings_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_subscription_body.py b/ory_client/models/update_subscription_body.py index a019e1a81..1546acb1a 100644 --- a/ory_client/models/update_subscription_body.py +++ b/ory_client/models/update_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_verification_flow_body.py b/ory_client/models/update_verification_flow_body.py index 4e4ec3cf4..21cb61f7e 100644 --- a/ory_client/models/update_verification_flow_body.py +++ b/ory_client/models/update_verification_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_verification_flow_with_code_method.py b/ory_client/models/update_verification_flow_with_code_method.py index e43d839d2..653a6c774 100644 --- a/ory_client/models/update_verification_flow_with_code_method.py +++ b/ory_client/models/update_verification_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_verification_flow_with_link_method.py b/ory_client/models/update_verification_flow_with_link_method.py index 3211290c6..62cafeefa 100644 --- a/ory_client/models/update_verification_flow_with_link_method.py +++ b/ory_client/models/update_verification_flow_with_link_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/update_workspace_body.py b/ory_client/models/update_workspace_body.py index e96d615fc..38d760a34 100644 --- a/ory_client/models/update_workspace_body.py +++ b/ory_client/models/update_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/usage.py b/ory_client/models/usage.py index 8515adf46..c4fd06843 100644 --- a/ory_client/models/usage.py +++ b/ory_client/models/usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verifiable_credential_priming_response.py b/ory_client/models/verifiable_credential_priming_response.py index 8fdce3dff..afefe56ad 100644 --- a/ory_client/models/verifiable_credential_priming_response.py +++ b/ory_client/models/verifiable_credential_priming_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verifiable_credential_proof.py b/ory_client/models/verifiable_credential_proof.py index 2f62152f4..c82a13c33 100644 --- a/ory_client/models/verifiable_credential_proof.py +++ b/ory_client/models/verifiable_credential_proof.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verifiable_credential_response.py b/ory_client/models/verifiable_credential_response.py index a5f319295..33e096ced 100644 --- a/ory_client/models/verifiable_credential_response.py +++ b/ory_client/models/verifiable_credential_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verifiable_identity_address.py b/ory_client/models/verifiable_identity_address.py index abed48799..1fc115491 100644 --- a/ory_client/models/verifiable_identity_address.py +++ b/ory_client/models/verifiable_identity_address.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verification_flow.py b/ory_client/models/verification_flow.py index 6771f2426..b8f9a5801 100644 --- a/ory_client/models/verification_flow.py +++ b/ory_client/models/verification_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/verification_flow_state.py b/ory_client/models/verification_flow_state.py index dcdc15dc8..c16a0da2c 100644 --- a/ory_client/models/verification_flow_state.py +++ b/ory_client/models/verification_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/version.py b/ory_client/models/version.py index 52f74c8c6..cf2727b6c 100644 --- a/ory_client/models/version.py +++ b/ory_client/models/version.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/warning.py b/ory_client/models/warning.py index 62550ca0e..ebdcd5434 100644 --- a/ory_client/models/warning.py +++ b/ory_client/models/warning.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/workspace.py b/ory_client/models/workspace.py index e21807f46..564205215 100644 --- a/ory_client/models/workspace.py +++ b/ory_client/models/workspace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/models/workspace_api_key.py b/ory_client/models/workspace_api_key.py index fb7a8f8a7..ae88c640f 100644 --- a/ory_client/models/workspace_api_key.py +++ b/ory_client/models/workspace_api_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/ory_client/rest.py b/ory_client/rest.py index 072196b64..29c6a5596 100644 --- a/ory_client/rest.py +++ b/ory_client/rest.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pyproject.toml b/pyproject.toml index bfd71eefe..fe0c9c8c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ory_client" -version = "v1.14.0" +version = "v1.14.1" description = "Ory APIs" authors = ["API Support "] license = "Apache 2.0" diff --git a/setup.py b/setup.py index 3d73b33e5..9427681e8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "ory-client" -VERSION = "v1.14.0" +VERSION = "v1.14.1" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.25.3, < 2.1.0", diff --git a/test/test_accept_o_auth2_consent_request.py b/test/test_accept_o_auth2_consent_request.py index 78fc272a6..c5af15fcf 100644 --- a/test/test_accept_o_auth2_consent_request.py +++ b/test/test_accept_o_auth2_consent_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_accept_o_auth2_consent_request_session.py b/test/test_accept_o_auth2_consent_request_session.py index 542f35bce..a8e43a8f3 100644 --- a/test/test_accept_o_auth2_consent_request_session.py +++ b/test/test_accept_o_auth2_consent_request_session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_accept_o_auth2_login_request.py b/test/test_accept_o_auth2_login_request.py index 68a2e093e..261d83cf0 100644 --- a/test/test_accept_o_auth2_login_request.py +++ b/test/test_accept_o_auth2_login_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_account_experience_configuration.py b/test/test_account_experience_configuration.py index 4590bdd01..6dbfbb76c 100644 --- a/test/test_account_experience_configuration.py +++ b/test/test_account_experience_configuration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_account_experience_theme_variables.py b/test/test_account_experience_theme_variables.py index c6e069cb8..74aa564ce 100644 --- a/test/test_account_experience_theme_variables.py +++ b/test/test_account_experience_theme_variables.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_active_project_in_console.py b/test/test_active_project_in_console.py index 70fc24806..721ac6a30 100644 --- a/test/test_active_project_in_console.py +++ b/test/test_active_project_in_console.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_add_project_to_workspace_body.py b/test/test_add_project_to_workspace_body.py index 50fb19456..b52c3b007 100644 --- a/test/test_add_project_to_workspace_body.py +++ b/test/test_add_project_to_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_attribute.py b/test/test_attribute.py index d260fda14..d3be3f955 100644 --- a/test/test_attribute.py +++ b/test/test_attribute.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_attribute_filter.py b/test/test_attribute_filter.py index 4252c8b2f..b07846921 100644 --- a/test/test_attribute_filter.py +++ b/test/test_attribute_filter.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_attributes_count_datapoint.py b/test/test_attributes_count_datapoint.py index 8fb87ddad..fb893fce1 100644 --- a/test/test_attributes_count_datapoint.py +++ b/test/test_attributes_count_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_authenticator_assurance_level.py b/test/test_authenticator_assurance_level.py index 3df2e54c5..4d804666a 100644 --- a/test/test_authenticator_assurance_level.py +++ b/test/test_authenticator_assurance_level.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_batch_patch_identities_response.py b/test/test_batch_patch_identities_response.py index 7c8b9fb79..b4170abc0 100644 --- a/test/test_batch_patch_identities_response.py +++ b/test/test_batch_patch_identities_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_billing_period_bucket.py b/test/test_billing_period_bucket.py index b11ee30a6..f99e5e0c8 100644 --- a/test/test_billing_period_bucket.py +++ b/test/test_billing_period_bucket.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_check_opl_syntax_result.py b/test/test_check_opl_syntax_result.py index 4de85fdef..0bc96c9d0 100644 --- a/test/test_check_opl_syntax_result.py +++ b/test/test_check_opl_syntax_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_check_permission_result.py b/test/test_check_permission_result.py index 2e6e73eed..069bc1293 100644 --- a/test/test_check_permission_result.py +++ b/test/test_check_permission_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_cloud_account.py b/test/test_cloud_account.py index 10e2c9eda..39d207488 100644 --- a/test/test_cloud_account.py +++ b/test/test_cloud_account.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_consistency_request_parameters.py b/test/test_consistency_request_parameters.py index e15eace46..1b3a25512 100644 --- a/test/test_consistency_request_parameters.py +++ b/test/test_consistency_request_parameters.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_continue_with.py b/test/test_continue_with.py index 3ea77c65c..6e06273aa 100644 --- a/test/test_continue_with.py +++ b/test/test_continue_with.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_continue_with_recovery_ui.py b/test/test_continue_with_recovery_ui.py index 48dbba5f4..1bd8430e0 100644 --- a/test/test_continue_with_recovery_ui.py +++ b/test/test_continue_with_recovery_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_continue_with_recovery_ui_flow.py b/test/test_continue_with_recovery_ui_flow.py index e0b9cde9c..329241578 100644 --- a/test/test_continue_with_recovery_ui_flow.py +++ b/test/test_continue_with_recovery_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_continue_with_redirect_browser_to.py b/test/test_continue_with_redirect_browser_to.py index 7f7b19760..ea6fe8f1d 100644 --- a/test/test_continue_with_redirect_browser_to.py +++ b/test/test_continue_with_redirect_browser_to.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_continue_with_set_ory_session_token.py b/test/test_continue_with_set_ory_session_token.py index 57d21b1bf..5434ba0c7 100644 --- a/test/test_continue_with_set_ory_session_token.py +++ b/test/test_continue_with_set_ory_session_token.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_continue_with_settings_ui.py b/test/test_continue_with_settings_ui.py index 7d73dfc60..039d08b25 100644 --- a/test/test_continue_with_settings_ui.py +++ b/test/test_continue_with_settings_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_continue_with_settings_ui_flow.py b/test/test_continue_with_settings_ui_flow.py index e120703c3..293f71597 100644 --- a/test/test_continue_with_settings_ui_flow.py +++ b/test/test_continue_with_settings_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_continue_with_verification_ui.py b/test/test_continue_with_verification_ui.py index c71340619..eff965f78 100644 --- a/test/test_continue_with_verification_ui.py +++ b/test/test_continue_with_verification_ui.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_continue_with_verification_ui_flow.py b/test/test_continue_with_verification_ui_flow.py index 6696c44ba..955c6405e 100644 --- a/test/test_continue_with_verification_ui_flow.py +++ b/test/test_continue_with_verification_ui_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_courier_api.py b/test/test_courier_api.py index 693e42fb0..954790f99 100644 --- a/test/test_courier_api.py +++ b/test/test_courier_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_courier_message_status.py b/test/test_courier_message_status.py index f6371e81b..8eac00c54 100644 --- a/test/test_courier_message_status.py +++ b/test/test_courier_message_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_courier_message_type.py b/test/test_courier_message_type.py index e923cc9f1..f42060f2a 100644 --- a/test/test_courier_message_type.py +++ b/test/test_courier_message_type.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_custom_domain_body.py b/test/test_create_custom_domain_body.py index 6a030c0e8..53ea5f2e7 100644 --- a/test/test_create_custom_domain_body.py +++ b/test/test_create_custom_domain_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_event_stream_body.py b/test/test_create_event_stream_body.py index d92899fe5..46f7a9e36 100644 --- a/test/test_create_event_stream_body.py +++ b/test/test_create_event_stream_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_identity_body.py b/test/test_create_identity_body.py index b285c6091..2b894fff5 100644 --- a/test/test_create_identity_body.py +++ b/test/test_create_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_invite_response.py b/test/test_create_invite_response.py index 7ca3d32fb..9786553df 100644 --- a/test/test_create_invite_response.py +++ b/test/test_create_invite_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_json_web_key_set.py b/test/test_create_json_web_key_set.py index c3760b73f..5e5d21eab 100644 --- a/test/test_create_json_web_key_set.py +++ b/test/test_create_json_web_key_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_project_api_key_request.py b/test/test_create_project_api_key_request.py index 7d80355f6..88ba44e2a 100644 --- a/test/test_create_project_api_key_request.py +++ b/test/test_create_project_api_key_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_project_body.py b/test/test_create_project_body.py index b363db265..b32229ac7 100644 --- a/test/test_create_project_body.py +++ b/test/test_create_project_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_project_branding.py b/test/test_create_project_branding.py index 717631852..cf28d2c3c 100644 --- a/test/test_create_project_branding.py +++ b/test/test_create_project_branding.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_project_member_invite_body.py b/test/test_create_project_member_invite_body.py index 23cb6040a..2ce94652d 100644 --- a/test/test_create_project_member_invite_body.py +++ b/test/test_create_project_member_invite_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_project_normalized_payload.py b/test/test_create_project_normalized_payload.py index 2bbd0e10b..163334011 100644 --- a/test/test_create_project_normalized_payload.py +++ b/test/test_create_project_normalized_payload.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_recovery_code_for_identity_body.py b/test/test_create_recovery_code_for_identity_body.py index d8500ce3c..4bf74e778 100644 --- a/test/test_create_recovery_code_for_identity_body.py +++ b/test/test_create_recovery_code_for_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_recovery_link_for_identity_body.py b/test/test_create_recovery_link_for_identity_body.py index b01e665cb..c206b6df8 100644 --- a/test/test_create_recovery_link_for_identity_body.py +++ b/test/test_create_recovery_link_for_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_relationship_body.py b/test/test_create_relationship_body.py index 44cc10104..1957131e1 100644 --- a/test/test_create_relationship_body.py +++ b/test/test_create_relationship_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_subscription_body.py b/test/test_create_subscription_body.py index 8667182a5..04775bb22 100644 --- a/test/test_create_subscription_body.py +++ b/test/test_create_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_subscription_common.py b/test/test_create_subscription_common.py index cbad21271..7e70c1210 100644 --- a/test/test_create_subscription_common.py +++ b/test/test_create_subscription_common.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_verifiable_credential_request_body.py b/test/test_create_verifiable_credential_request_body.py index d733b9a10..318221304 100644 --- a/test/test_create_verifiable_credential_request_body.py +++ b/test/test_create_verifiable_credential_request_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_workspace_api_key_body.py b/test/test_create_workspace_api_key_body.py index 88340097c..e30db238d 100644 --- a/test/test_create_workspace_api_key_body.py +++ b/test/test_create_workspace_api_key_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_workspace_body.py b/test/test_create_workspace_body.py index 951532a01..e2934354a 100644 --- a/test/test_create_workspace_body.py +++ b/test/test_create_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_workspace_member_invite_body.py b/test/test_create_workspace_member_invite_body.py index dbb885e34..c57c81664 100644 --- a/test/test_create_workspace_member_invite_body.py +++ b/test/test_create_workspace_member_invite_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_create_workspace_subscription_body.py b/test/test_create_workspace_subscription_body.py index 6397c44d8..d7136e6ae 100644 --- a/test/test_create_workspace_subscription_body.py +++ b/test/test_create_workspace_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_credential_supported_draft00.py b/test/test_credential_supported_draft00.py index 50a86f2dc..6ce648782 100644 --- a/test/test_credential_supported_draft00.py +++ b/test/test_credential_supported_draft00.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_custom_domain.py b/test/test_custom_domain.py index 1d654d64f..2f1ac0106 100644 --- a/test/test_custom_domain.py +++ b/test/test_custom_domain.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_delete_my_sessions_count.py b/test/test_delete_my_sessions_count.py index 201077ad2..4d929d166 100644 --- a/test/test_delete_my_sessions_count.py +++ b/test/test_delete_my_sessions_count.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_email_template_data.py b/test/test_email_template_data.py index 7b1a40106..cdf33e1f9 100644 --- a/test/test_email_template_data.py +++ b/test/test_email_template_data.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_email_template_data_body.py b/test/test_email_template_data_body.py index 48965d654..7fd192916 100644 --- a/test/test_email_template_data_body.py +++ b/test/test_email_template_data_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_error_authenticator_assurance_level_not_satisfied.py b/test/test_error_authenticator_assurance_level_not_satisfied.py index 96b5ba074..b243e558a 100644 --- a/test/test_error_authenticator_assurance_level_not_satisfied.py +++ b/test/test_error_authenticator_assurance_level_not_satisfied.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_error_browser_location_change_required.py b/test/test_error_browser_location_change_required.py index 5c0311fa6..5be6685e4 100644 --- a/test/test_error_browser_location_change_required.py +++ b/test/test_error_browser_location_change_required.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_error_flow_replaced.py b/test/test_error_flow_replaced.py index 3779258d2..0ba23dfdf 100644 --- a/test/test_error_flow_replaced.py +++ b/test/test_error_flow_replaced.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_error_generic.py b/test/test_error_generic.py index 376674de6..833e4686b 100644 --- a/test/test_error_generic.py +++ b/test/test_error_generic.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_error_o_auth2.py b/test/test_error_o_auth2.py index 65a4b0a5c..fb88842fb 100644 --- a/test/test_error_o_auth2.py +++ b/test/test_error_o_auth2.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_event_stream.py b/test/test_event_stream.py index 565dfb714..3db839847 100644 --- a/test/test_event_stream.py +++ b/test/test_event_stream.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_events_api.py b/test/test_events_api.py index 59e8b18ff..967fbd311 100644 --- a/test/test_events_api.py +++ b/test/test_events_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_expanded_permission_tree.py b/test/test_expanded_permission_tree.py index 654f1ecb7..47bdbd052 100644 --- a/test/test_expanded_permission_tree.py +++ b/test/test_expanded_permission_tree.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_flow_error.py b/test/test_flow_error.py index c9dcacee1..7fc2b8b63 100644 --- a/test/test_flow_error.py +++ b/test/test_flow_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_frontend_api.py b/test/test_frontend_api.py index 0d31fdddf..6f285665e 100644 --- a/test/test_frontend_api.py +++ b/test/test_frontend_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_generic_error.py b/test/test_generic_error.py index 07c90a08d..015f47f23 100644 --- a/test/test_generic_error.py +++ b/test/test_generic_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_generic_error_content.py b/test/test_generic_error_content.py index 86ded7bbf..b2e5c75cb 100644 --- a/test/test_generic_error_content.py +++ b/test/test_generic_error_content.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_generic_usage.py b/test/test_generic_usage.py index 250e2e283..131aeedcc 100644 --- a/test/test_generic_usage.py +++ b/test/test_generic_usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_get_attributes_count_response.py b/test/test_get_attributes_count_response.py index 586eda2ce..65c1fadc1 100644 --- a/test/test_get_attributes_count_response.py +++ b/test/test_get_attributes_count_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_get_managed_identity_schema_location.py b/test/test_get_managed_identity_schema_location.py index b68f86021..62f46e05d 100644 --- a/test/test_get_managed_identity_schema_location.py +++ b/test/test_get_managed_identity_schema_location.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_get_metrics_event_attributes_response.py b/test/test_get_metrics_event_attributes_response.py index 8ccf749cf..1ad704c6a 100644 --- a/test/test_get_metrics_event_attributes_response.py +++ b/test/test_get_metrics_event_attributes_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_get_metrics_event_types_response.py b/test/test_get_metrics_event_types_response.py index 40c02ca2f..dfb0e425c 100644 --- a/test/test_get_metrics_event_types_response.py +++ b/test/test_get_metrics_event_types_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_get_organization_response.py b/test/test_get_organization_response.py index 995f96281..878bc0dbf 100644 --- a/test/test_get_organization_response.py +++ b/test/test_get_organization_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_get_project_events_body.py b/test/test_get_project_events_body.py index ae8875601..d42117b81 100644 --- a/test/test_get_project_events_body.py +++ b/test/test_get_project_events_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_get_project_events_response.py b/test/test_get_project_events_response.py index b54b3a3b5..472bbc7dc 100644 --- a/test/test_get_project_events_response.py +++ b/test/test_get_project_events_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_get_project_metrics_response.py b/test/test_get_project_metrics_response.py index 8ea560bb2..635eef2b8 100644 --- a/test/test_get_project_metrics_response.py +++ b/test/test_get_project_metrics_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_get_session_activity_response.py b/test/test_get_session_activity_response.py index 7f768428b..e7e8cef3f 100644 --- a/test/test_get_session_activity_response.py +++ b/test/test_get_session_activity_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_get_version200_response.py b/test/test_get_version200_response.py index d4c8ed728..e9e817664 100644 --- a/test/test_get_version200_response.py +++ b/test/test_get_version200_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_health_not_ready_status.py b/test/test_health_not_ready_status.py index 17b17bbbc..955962b14 100644 --- a/test/test_health_not_ready_status.py +++ b/test/test_health_not_ready_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_health_status.py b/test/test_health_status.py index ef124f608..f7c869ffa 100644 --- a/test/test_health_status.py +++ b/test/test_health_status.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity.py b/test/test_identity.py index 5732a2d13..9196cbf78 100644 --- a/test/test_identity.py +++ b/test/test_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_api.py b/test/test_identity_api.py index e2e34fc8a..56b2b9c58 100644 --- a/test/test_identity_api.py +++ b/test/test_identity_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_credentials.py b/test/test_identity_credentials.py index 8d7b287aa..b59df838e 100644 --- a/test/test_identity_credentials.py +++ b/test/test_identity_credentials.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_credentials_code.py b/test/test_identity_credentials_code.py index 5d8ee6ac6..38b7ab38c 100644 --- a/test/test_identity_credentials_code.py +++ b/test/test_identity_credentials_code.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_credentials_oidc.py b/test/test_identity_credentials_oidc.py index 03143a2af..27cca4680 100644 --- a/test/test_identity_credentials_oidc.py +++ b/test/test_identity_credentials_oidc.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_credentials_oidc_provider.py b/test/test_identity_credentials_oidc_provider.py index 3628eae2a..d74aa3872 100644 --- a/test/test_identity_credentials_oidc_provider.py +++ b/test/test_identity_credentials_oidc_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_credentials_password.py b/test/test_identity_credentials_password.py index fa53ad6ef..9a5006497 100644 --- a/test/test_identity_credentials_password.py +++ b/test/test_identity_credentials_password.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_patch.py b/test/test_identity_patch.py index 896c31639..03eeafb9c 100644 --- a/test/test_identity_patch.py +++ b/test/test_identity_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_patch_response.py b/test/test_identity_patch_response.py index 385f9fcb6..8ae1be780 100644 --- a/test/test_identity_patch_response.py +++ b/test/test_identity_patch_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_schema_container.py b/test/test_identity_schema_container.py index 3c7204cf1..1a30d01e1 100644 --- a/test/test_identity_schema_container.py +++ b/test/test_identity_schema_container.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_schema_preset.py b/test/test_identity_schema_preset.py index e35f123b0..1d559f78a 100644 --- a/test/test_identity_schema_preset.py +++ b/test/test_identity_schema_preset.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_with_credentials.py b/test/test_identity_with_credentials.py index fb4a05cd4..d68e3cbe4 100644 --- a/test/test_identity_with_credentials.py +++ b/test/test_identity_with_credentials.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -45,7 +45,8 @@ def make_instance(self, include_optional) -> IdentityWithCredentials: ], ), ), password = ory_client.models.identity_with_credentials_password.identityWithCredentialsPassword( config = ory_client.models.identity_with_credentials_password_config.identityWithCredentialsPasswordConfig( - hashed_password = '', ), ) + hashed_password = '', + use_password_migration_hook = True, ), ) ) else: return IdentityWithCredentials( diff --git a/test/test_identity_with_credentials_oidc.py b/test/test_identity_with_credentials_oidc.py index 0b5712b26..fea8142ec 100644 --- a/test/test_identity_with_credentials_oidc.py +++ b/test/test_identity_with_credentials_oidc.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_with_credentials_oidc_config.py b/test/test_identity_with_credentials_oidc_config.py index 428468168..577be979d 100644 --- a/test/test_identity_with_credentials_oidc_config.py +++ b/test/test_identity_with_credentials_oidc_config.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -38,7 +38,8 @@ def make_instance(self, include_optional) -> IdentityWithCredentialsOidcConfig: return IdentityWithCredentialsOidcConfig( config = ory_client.models.identity_with_credentials_password_config.identityWithCredentialsPasswordConfig( hashed_password = '', - password = '', ), + password = '', + use_password_migration_hook = True, ), providers = [ ory_client.models.identity_with_credentials_oidc_config_provider.identityWithCredentialsOidcConfigProvider( provider = '', diff --git a/test/test_identity_with_credentials_oidc_config_provider.py b/test/test_identity_with_credentials_oidc_config_provider.py index 810532fc3..2181796b6 100644 --- a/test/test_identity_with_credentials_oidc_config_provider.py +++ b/test/test_identity_with_credentials_oidc_config_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_identity_with_credentials_password.py b/test/test_identity_with_credentials_password.py index 26b216876..dc3adde0f 100644 --- a/test/test_identity_with_credentials_password.py +++ b/test/test_identity_with_credentials_password.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -38,7 +38,8 @@ def make_instance(self, include_optional) -> IdentityWithCredentialsPassword: return IdentityWithCredentialsPassword( config = ory_client.models.identity_with_credentials_password_config.identityWithCredentialsPasswordConfig( hashed_password = '', - password = '', ) + password = '', + use_password_migration_hook = True, ) ) else: return IdentityWithCredentialsPassword( diff --git a/test/test_identity_with_credentials_password_config.py b/test/test_identity_with_credentials_password_config.py index 16e93c085..94c978ea7 100644 --- a/test/test_identity_with_credentials_password_config.py +++ b/test/test_identity_with_credentials_password_config.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -37,7 +37,8 @@ def make_instance(self, include_optional) -> IdentityWithCredentialsPasswordConf if include_optional: return IdentityWithCredentialsPasswordConfig( hashed_password = '', - password = '' + password = '', + use_password_migration_hook = True ) else: return IdentityWithCredentialsPasswordConfig( diff --git a/test/test_internal_get_project_branding_body.py b/test/test_internal_get_project_branding_body.py index a727f033b..e04ae97bd 100644 --- a/test/test_internal_get_project_branding_body.py +++ b/test/test_internal_get_project_branding_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py b/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py index 6a1c8c2fb..29ddcd3ce 100644 --- a/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py +++ b/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_internal_is_owner_for_project_by_slug_body.py b/test/test_internal_is_owner_for_project_by_slug_body.py index 77f9bb55a..d94961b8c 100644 --- a/test/test_internal_is_owner_for_project_by_slug_body.py +++ b/test/test_internal_is_owner_for_project_by_slug_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_internal_is_owner_for_project_by_slug_response.py b/test/test_internal_is_owner_for_project_by_slug_response.py index 9e2e1ecc7..7b0a5e772 100644 --- a/test/test_internal_is_owner_for_project_by_slug_response.py +++ b/test/test_internal_is_owner_for_project_by_slug_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_introspected_o_auth2_token.py b/test/test_introspected_o_auth2_token.py index 437cbc825..57b7eb80c 100644 --- a/test/test_introspected_o_auth2_token.py +++ b/test/test_introspected_o_auth2_token.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_invoice.py b/test/test_invoice.py index 5e28bf72a..a12fb06f4 100644 --- a/test/test_invoice.py +++ b/test/test_invoice.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_invoice_data_v1.py b/test/test_invoice_data_v1.py index b5b67b8e7..6d4765745 100644 --- a/test/test_invoice_data_v1.py +++ b/test/test_invoice_data_v1.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_is_owner_for_project_by_slug.py b/test/test_is_owner_for_project_by_slug.py index 62b954e1e..239d138e5 100644 --- a/test/test_is_owner_for_project_by_slug.py +++ b/test/test_is_owner_for_project_by_slug.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_json_patch.py b/test/test_json_patch.py index 1f2873a02..9b430cf73 100644 --- a/test/test_json_patch.py +++ b/test/test_json_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_json_web_key.py b/test/test_json_web_key.py index 26f641f17..7f406e92f 100644 --- a/test/test_json_web_key.py +++ b/test/test_json_web_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_json_web_key_set.py b/test/test_json_web_key_set.py index c400ea888..cdf6df5e9 100644 --- a/test/test_json_web_key_set.py +++ b/test/test_json_web_key_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_jwk_api.py b/test/test_jwk_api.py index fc644febe..e9f19ba18 100644 --- a/test/test_jwk_api.py +++ b/test/test_jwk_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_keto_namespace.py b/test/test_keto_namespace.py index 3fc299deb..7e08e48e1 100644 --- a/test/test_keto_namespace.py +++ b/test/test_keto_namespace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_line_item_v1.py b/test/test_line_item_v1.py index 994b64b11..3f755e648 100644 --- a/test/test_line_item_v1.py +++ b/test/test_line_item_v1.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_list_event_streams.py b/test/test_list_event_streams.py index d928a2287..a7eed131c 100644 --- a/test/test_list_event_streams.py +++ b/test/test_list_event_streams.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_list_invoices_response.py b/test/test_list_invoices_response.py index f000d3f40..e5c3eead8 100644 --- a/test/test_list_invoices_response.py +++ b/test/test_list_invoices_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_list_organizations_response.py b/test/test_list_organizations_response.py index dd1e90bf6..ca3e46d5d 100644 --- a/test/test_list_organizations_response.py +++ b/test/test_list_organizations_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_list_workspace_projects.py b/test/test_list_workspace_projects.py index 7af42606c..5a1e39e64 100644 --- a/test/test_list_workspace_projects.py +++ b/test/test_list_workspace_projects.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_list_workspaces.py b/test/test_list_workspaces.py index a9ae57fd6..721f07d81 100644 --- a/test/test_list_workspaces.py +++ b/test/test_list_workspaces.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_login_flow.py b/test/test_login_flow.py index ddc29485f..cfc358e0e 100644 --- a/test/test_login_flow.py +++ b/test/test_login_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_login_flow_state.py b/test/test_login_flow_state.py index 8d5e92dfc..0c7c50a0c 100644 --- a/test/test_login_flow_state.py +++ b/test/test_login_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_logout_flow.py b/test/test_logout_flow.py index c20f917f0..65eafaf6b 100644 --- a/test/test_logout_flow.py +++ b/test/test_logout_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_managed_identity_schema.py b/test/test_managed_identity_schema.py index bd997f100..0af69a4dd 100644 --- a/test/test_managed_identity_schema.py +++ b/test/test_managed_identity_schema.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_managed_identity_schema_validation_result.py b/test/test_managed_identity_schema_validation_result.py index 1cdac9655..060474f6e 100644 --- a/test/test_managed_identity_schema_validation_result.py +++ b/test/test_managed_identity_schema_validation_result.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_member_invite.py b/test/test_member_invite.py index 75432d678..d39afeba1 100644 --- a/test/test_member_invite.py +++ b/test/test_member_invite.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_message.py b/test/test_message.py index 7bcbe2d33..eb8585836 100644 --- a/test/test_message.py +++ b/test/test_message.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_message_dispatch.py b/test/test_message_dispatch.py index 62d5dc977..6687e41a8 100644 --- a/test/test_message_dispatch.py +++ b/test/test_message_dispatch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_metadata_api.py b/test/test_metadata_api.py index 2c1dd7b3a..f673704a7 100644 --- a/test/test_metadata_api.py +++ b/test/test_metadata_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_metrics_datapoint.py b/test/test_metrics_datapoint.py index 859bd9850..a0b74ede7 100644 --- a/test/test_metrics_datapoint.py +++ b/test/test_metrics_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_money.py b/test/test_money.py index 45d2a9347..b6b33d67e 100644 --- a/test/test_money.py +++ b/test/test_money.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_namespace.py b/test/test_namespace.py index 597ce7dfd..29434a7e0 100644 --- a/test/test_namespace.py +++ b/test/test_namespace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_needs_privileged_session_error.py b/test/test_needs_privileged_session_error.py index a7a4ca4a9..5cecc9f60 100644 --- a/test/test_needs_privileged_session_error.py +++ b/test/test_needs_privileged_session_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_normalized_project.py b/test/test_normalized_project.py index 67ab4b86f..336f100e5 100644 --- a/test/test_normalized_project.py +++ b/test/test_normalized_project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_normalized_project_revision.py b/test/test_normalized_project_revision.py index 9578eb30a..c2272a291 100644 --- a/test/test_normalized_project_revision.py +++ b/test/test_normalized_project_revision.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_normalized_project_revision_courier_channel.py b/test/test_normalized_project_revision_courier_channel.py index 287457597..fdd75178e 100644 --- a/test/test_normalized_project_revision_courier_channel.py +++ b/test/test_normalized_project_revision_courier_channel.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_normalized_project_revision_hook.py b/test/test_normalized_project_revision_hook.py index 97e38b844..77ba1b264 100644 --- a/test/test_normalized_project_revision_hook.py +++ b/test/test_normalized_project_revision_hook.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_normalized_project_revision_identity_schema.py b/test/test_normalized_project_revision_identity_schema.py index b3e7a1d7a..e5c6f58a2 100644 --- a/test/test_normalized_project_revision_identity_schema.py +++ b/test/test_normalized_project_revision_identity_schema.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_normalized_project_revision_third_party_provider.py b/test/test_normalized_project_revision_third_party_provider.py index 9b3687e56..222bf9662 100644 --- a/test/test_normalized_project_revision_third_party_provider.py +++ b/test/test_normalized_project_revision_third_party_provider.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_normalized_project_revision_tokenizer_template.py b/test/test_normalized_project_revision_tokenizer_template.py index 0aef8dcbf..5d0e523ad 100644 --- a/test/test_normalized_project_revision_tokenizer_template.py +++ b/test/test_normalized_project_revision_tokenizer_template.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_api.py b/test/test_o_auth2_api.py index 659c52167..d05979569 100644 --- a/test/test_o_auth2_api.py +++ b/test/test_o_auth2_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_client.py b/test/test_o_auth2_client.py index 59570ed5f..815ded7ee 100644 --- a/test/test_o_auth2_client.py +++ b/test/test_o_auth2_client.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_client_token_lifespans.py b/test/test_o_auth2_client_token_lifespans.py index be19a3663..773834434 100644 --- a/test/test_o_auth2_client_token_lifespans.py +++ b/test/test_o_auth2_client_token_lifespans.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_consent_request.py b/test/test_o_auth2_consent_request.py index 5481a637a..5db4916e0 100644 --- a/test/test_o_auth2_consent_request.py +++ b/test/test_o_auth2_consent_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_consent_request_open_id_connect_context.py b/test/test_o_auth2_consent_request_open_id_connect_context.py index 6268e6171..5a4069818 100644 --- a/test/test_o_auth2_consent_request_open_id_connect_context.py +++ b/test/test_o_auth2_consent_request_open_id_connect_context.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_consent_session.py b/test/test_o_auth2_consent_session.py index ecea9996e..873fcd36d 100644 --- a/test/test_o_auth2_consent_session.py +++ b/test/test_o_auth2_consent_session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_consent_session_expires_at.py b/test/test_o_auth2_consent_session_expires_at.py index 2496d1631..baf8ead48 100644 --- a/test/test_o_auth2_consent_session_expires_at.py +++ b/test/test_o_auth2_consent_session_expires_at.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_login_request.py b/test/test_o_auth2_login_request.py index ec647b958..0d33ca8f9 100644 --- a/test/test_o_auth2_login_request.py +++ b/test/test_o_auth2_login_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_logout_request.py b/test/test_o_auth2_logout_request.py index 86b674262..9b1af332d 100644 --- a/test/test_o_auth2_logout_request.py +++ b/test/test_o_auth2_logout_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_redirect_to.py b/test/test_o_auth2_redirect_to.py index 21e70c2ab..4d2c089c6 100644 --- a/test/test_o_auth2_redirect_to.py +++ b/test/test_o_auth2_redirect_to.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_o_auth2_token_exchange.py b/test/test_o_auth2_token_exchange.py index ed190caaa..8399a2791 100644 --- a/test/test_o_auth2_token_exchange.py +++ b/test/test_o_auth2_token_exchange.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_oidc_api.py b/test/test_oidc_api.py index 726e6cf2b..f28783fc5 100644 --- a/test/test_oidc_api.py +++ b/test/test_oidc_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_oidc_configuration.py b/test/test_oidc_configuration.py index e3bbc2517..2e23657be 100644 --- a/test/test_oidc_configuration.py +++ b/test/test_oidc_configuration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_oidc_user_info.py b/test/test_oidc_user_info.py index a8e1aa419..b900a9fb4 100644 --- a/test/test_oidc_user_info.py +++ b/test/test_oidc_user_info.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_organization.py b/test/test_organization.py index 4a7bcb513..3d234215b 100644 --- a/test/test_organization.py +++ b/test/test_organization.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_organization_body.py b/test/test_organization_body.py index b7746f128..f71ceeacf 100644 --- a/test/test_organization_body.py +++ b/test/test_organization_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_pagination.py b/test/test_pagination.py index 3095b4af4..e28a03fed 100644 --- a/test/test_pagination.py +++ b/test/test_pagination.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_pagination_headers.py b/test/test_pagination_headers.py index d93596e78..11ec01855 100644 --- a/test/test_pagination_headers.py +++ b/test/test_pagination_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_parse_error.py b/test/test_parse_error.py index 78b639af6..df1a0b54c 100644 --- a/test/test_parse_error.py +++ b/test/test_parse_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_patch_identities_body.py b/test/test_patch_identities_body.py index 37ee8c5cf..067536c20 100644 --- a/test/test_patch_identities_body.py +++ b/test/test_patch_identities_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_perform_native_logout_body.py b/test/test_perform_native_logout_body.py index 7e21db24a..418326aa2 100644 --- a/test/test_perform_native_logout_body.py +++ b/test/test_perform_native_logout_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_permission_api.py b/test/test_permission_api.py index f5bd25d5a..8a81e59d7 100644 --- a/test/test_permission_api.py +++ b/test/test_permission_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_permissions_on_workspace.py b/test/test_permissions_on_workspace.py index 0fac68a3c..4f88c5761 100644 --- a/test/test_permissions_on_workspace.py +++ b/test/test_permissions_on_workspace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_plan.py b/test/test_plan.py index 089f7c7b8..e9ff82b83 100644 --- a/test/test_plan.py +++ b/test/test_plan.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_plan_details.py b/test/test_plan_details.py index 67c13ade8..69df9de93 100644 --- a/test/test_plan_details.py +++ b/test/test_plan_details.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_post_check_permission_body.py b/test/test_post_check_permission_body.py index 50f94e494..914ec64bc 100644 --- a/test/test_post_check_permission_body.py +++ b/test/test_post_check_permission_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_post_check_permission_or_error_body.py b/test/test_post_check_permission_or_error_body.py index 983bf8a72..c95ce9d2b 100644 --- a/test/test_post_check_permission_or_error_body.py +++ b/test/test_post_check_permission_or_error_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project.py b/test/test_project.py index cde5f967f..b65452fe2 100644 --- a/test/test_project.py +++ b/test/test_project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_api.py b/test/test_project_api.py index 2a2bc30a2..9b50c2300 100644 --- a/test/test_project_api.py +++ b/test/test_project_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_api_key.py b/test/test_project_api_key.py index 9aaf4d565..91d5a4623 100644 --- a/test/test_project_api_key.py +++ b/test/test_project_api_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_branding.py b/test/test_project_branding.py index 340fb259a..1eb78165b 100644 --- a/test/test_project_branding.py +++ b/test/test_project_branding.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_branding_colors.py b/test/test_project_branding_colors.py index 96ff63a40..e28ea7889 100644 --- a/test/test_project_branding_colors.py +++ b/test/test_project_branding_colors.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_branding_theme.py b/test/test_project_branding_theme.py index 5b39f91d2..01f17548c 100644 --- a/test/test_project_branding_theme.py +++ b/test/test_project_branding_theme.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_cors.py b/test/test_project_cors.py index d26ab6906..f39725785 100644 --- a/test/test_project_cors.py +++ b/test/test_project_cors.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_events_datapoint.py b/test/test_project_events_datapoint.py index 0b419c610..7c0bb5407 100644 --- a/test/test_project_events_datapoint.py +++ b/test/test_project_events_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_host.py b/test/test_project_host.py index 7ab9aff06..094849d27 100644 --- a/test/test_project_host.py +++ b/test/test_project_host.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_member.py b/test/test_project_member.py index 9ef13e592..2eb04e290 100644 --- a/test/test_project_member.py +++ b/test/test_project_member.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_metadata.py b/test/test_project_metadata.py index 877572564..4f61d1b00 100644 --- a/test/test_project_metadata.py +++ b/test/test_project_metadata.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_service_identity.py b/test/test_project_service_identity.py index c5d06cfad..7f55b7876 100644 --- a/test/test_project_service_identity.py +++ b/test/test_project_service_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_service_o_auth2.py b/test/test_project_service_o_auth2.py index 1f79eacd0..b6e842484 100644 --- a/test/test_project_service_o_auth2.py +++ b/test/test_project_service_o_auth2.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_service_permission.py b/test/test_project_service_permission.py index 0c2b23765..97ae9b121 100644 --- a/test/test_project_service_permission.py +++ b/test/test_project_service_permission.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_project_services.py b/test/test_project_services.py index 367ab9b2d..8094a9ff7 100644 --- a/test/test_project_services.py +++ b/test/test_project_services.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_quota_usage.py b/test/test_quota_usage.py index c6f06c57f..bbdd3469b 100644 --- a/test/test_quota_usage.py +++ b/test/test_quota_usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recovery_code_for_identity.py b/test/test_recovery_code_for_identity.py index 279e5e09a..471753567 100644 --- a/test/test_recovery_code_for_identity.py +++ b/test/test_recovery_code_for_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recovery_flow.py b/test/test_recovery_flow.py index 8c30aec7b..1fabd5b42 100644 --- a/test/test_recovery_flow.py +++ b/test/test_recovery_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recovery_flow_state.py b/test/test_recovery_flow_state.py index 384ae169c..61e6c07cc 100644 --- a/test/test_recovery_flow_state.py +++ b/test/test_recovery_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recovery_identity_address.py b/test/test_recovery_identity_address.py index 9755e4450..3c75d3139 100644 --- a/test/test_recovery_identity_address.py +++ b/test/test_recovery_identity_address.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_recovery_link_for_identity.py b/test/test_recovery_link_for_identity.py index 0b2510f8f..79a3da16b 100644 --- a/test/test_recovery_link_for_identity.py +++ b/test/test_recovery_link_for_identity.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_registration_flow.py b/test/test_registration_flow.py index a7afb0c2e..8414279f5 100644 --- a/test/test_registration_flow.py +++ b/test/test_registration_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_registration_flow_state.py b/test/test_registration_flow_state.py index b2ddd2c41..8c55e5d5d 100644 --- a/test/test_registration_flow_state.py +++ b/test/test_registration_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_reject_o_auth2_request.py b/test/test_reject_o_auth2_request.py index 9c4bf3239..4c96339d2 100644 --- a/test/test_reject_o_auth2_request.py +++ b/test/test_reject_o_auth2_request.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_relation_query.py b/test/test_relation_query.py index 48a79b758..9a3f4cd8b 100644 --- a/test/test_relation_query.py +++ b/test/test_relation_query.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_relationship.py b/test/test_relationship.py index 230753d9a..59f709ffb 100644 --- a/test/test_relationship.py +++ b/test/test_relationship.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_relationship_api.py b/test/test_relationship_api.py index b40ce1a6d..4edb9cc16 100644 --- a/test/test_relationship_api.py +++ b/test/test_relationship_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_relationship_namespaces.py b/test/test_relationship_namespaces.py index 5138fc6c0..65eaa6dbb 100644 --- a/test/test_relationship_namespaces.py +++ b/test/test_relationship_namespaces.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_relationship_patch.py b/test/test_relationship_patch.py index 481c9514d..510ed6c7e 100644 --- a/test/test_relationship_patch.py +++ b/test/test_relationship_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_relationships.py b/test/test_relationships.py index 91fbceaf8..9cb0c62a4 100644 --- a/test/test_relationships.py +++ b/test/test_relationships.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_rfc6749_error_json.py b/test/test_rfc6749_error_json.py index b622f83e3..d30fe8e4f 100644 --- a/test/test_rfc6749_error_json.py +++ b/test/test_rfc6749_error_json.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_schema_patch.py b/test/test_schema_patch.py index 64f15b7a4..10ccd2c62 100644 --- a/test/test_schema_patch.py +++ b/test/test_schema_patch.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_self_service_flow_expired_error.py b/test/test_self_service_flow_expired_error.py index 3e30a9753..7aaf785db 100644 --- a/test/test_self_service_flow_expired_error.py +++ b/test/test_self_service_flow_expired_error.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_session.py b/test/test_session.py index 65e46f872..427bb04b0 100644 --- a/test/test_session.py +++ b/test/test_session.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_session_activity_datapoint.py b/test/test_session_activity_datapoint.py index 2bcf8638e..4b407e8cd 100644 --- a/test/test_session_activity_datapoint.py +++ b/test/test_session_activity_datapoint.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_session_authentication_method.py b/test/test_session_authentication_method.py index 55ba5d998..1f9ef42e8 100644 --- a/test/test_session_authentication_method.py +++ b/test/test_session_authentication_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_session_device.py b/test/test_session_device.py index c6e5335f1..4bef734ae 100644 --- a/test/test_session_device.py +++ b/test/test_session_device.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_set_active_project_in_console_body.py b/test/test_set_active_project_in_console_body.py index d638693f4..70ed7472d 100644 --- a/test/test_set_active_project_in_console_body.py +++ b/test/test_set_active_project_in_console_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_set_custom_domain_body.py b/test/test_set_custom_domain_body.py index cbe4bf626..724054177 100644 --- a/test/test_set_custom_domain_body.py +++ b/test/test_set_custom_domain_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_set_event_stream_body.py b/test/test_set_event_stream_body.py index 0ccdf3651..8da40456c 100644 --- a/test/test_set_event_stream_body.py +++ b/test/test_set_event_stream_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_set_project.py b/test/test_set_project.py index a3d94ab95..311e26e45 100644 --- a/test/test_set_project.py +++ b/test/test_set_project.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_set_project_branding_theme_body.py b/test/test_set_project_branding_theme_body.py index 82670d6b7..fc57059d6 100644 --- a/test/test_set_project_branding_theme_body.py +++ b/test/test_set_project_branding_theme_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_settings_flow.py b/test/test_settings_flow.py index 54d98b63c..ea981c435 100644 --- a/test/test_settings_flow.py +++ b/test/test_settings_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_settings_flow_state.py b/test/test_settings_flow_state.py index dc4156f85..8a63acbfa 100644 --- a/test/test_settings_flow_state.py +++ b/test/test_settings_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_source_position.py b/test/test_source_position.py index 9fec4f267..6403021a8 100644 --- a/test/test_source_position.py +++ b/test/test_source_position.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_subject_set.py b/test/test_subject_set.py index c17343865..3a8bea563 100644 --- a/test/test_subject_set.py +++ b/test/test_subject_set.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_subscription.py b/test/test_subscription.py index 5e04068de..eaf3949ea 100644 --- a/test/test_subscription.py +++ b/test/test_subscription.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_successful_code_exchange_response.py b/test/test_successful_code_exchange_response.py index 1f8592545..82017bd2e 100644 --- a/test/test_successful_code_exchange_response.py +++ b/test/test_successful_code_exchange_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_successful_native_login.py b/test/test_successful_native_login.py index 47d61e12e..4746f5cfd 100644 --- a/test/test_successful_native_login.py +++ b/test/test_successful_native_login.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_successful_native_registration.py b/test/test_successful_native_registration.py index a031cac21..b57e94417 100644 --- a/test/test_successful_native_registration.py +++ b/test/test_successful_native_registration.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_successful_project_update.py b/test/test_successful_project_update.py index af9a8a1a0..0e3a27224 100644 --- a/test/test_successful_project_update.py +++ b/test/test_successful_project_update.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_tax_line_item.py b/test/test_tax_line_item.py index 877970b90..d5610db52 100644 --- a/test/test_tax_line_item.py +++ b/test/test_tax_line_item.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_time_interval.py b/test/test_time_interval.py index 680f706df..87be8378f 100644 --- a/test/test_time_interval.py +++ b/test/test_time_interval.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_token_pagination.py b/test/test_token_pagination.py index fee5984f8..9447ac392 100644 --- a/test/test_token_pagination.py +++ b/test/test_token_pagination.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_token_pagination_headers.py b/test/test_token_pagination_headers.py index d7e5c4d11..3a39873da 100644 --- a/test/test_token_pagination_headers.py +++ b/test/test_token_pagination_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_token_pagination_request_parameters.py b/test/test_token_pagination_request_parameters.py index 16e8c85bd..cae0eb460 100644 --- a/test/test_token_pagination_request_parameters.py +++ b/test/test_token_pagination_request_parameters.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_token_pagination_response_headers.py b/test/test_token_pagination_response_headers.py index d4c1082c8..a4f970d5e 100644 --- a/test/test_token_pagination_response_headers.py +++ b/test/test_token_pagination_response_headers.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_trust_o_auth2_jwt_grant_issuer.py b/test/test_trust_o_auth2_jwt_grant_issuer.py index f825f54ce..3df5c71f7 100644 --- a/test/test_trust_o_auth2_jwt_grant_issuer.py +++ b/test/test_trust_o_auth2_jwt_grant_issuer.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_trusted_o_auth2_jwt_grant_issuer.py b/test/test_trusted_o_auth2_jwt_grant_issuer.py index 37d63a832..ba919c984 100644 --- a/test/test_trusted_o_auth2_jwt_grant_issuer.py +++ b/test/test_trusted_o_auth2_jwt_grant_issuer.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_trusted_o_auth2_jwt_grant_json_web_key.py b/test/test_trusted_o_auth2_jwt_grant_json_web_key.py index daecef8c0..931c48a08 100644 --- a/test/test_trusted_o_auth2_jwt_grant_json_web_key.py +++ b/test/test_trusted_o_auth2_jwt_grant_json_web_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ui_container.py b/test/test_ui_container.py index 300fedf08..728838beb 100644 --- a/test/test_ui_container.py +++ b/test/test_ui_container.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ui_node.py b/test/test_ui_node.py index b60bcdb22..40aa1b582 100644 --- a/test/test_ui_node.py +++ b/test/test_ui_node.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ui_node_anchor_attributes.py b/test/test_ui_node_anchor_attributes.py index 8bcc8f050..a20a6917c 100644 --- a/test/test_ui_node_anchor_attributes.py +++ b/test/test_ui_node_anchor_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ui_node_attributes.py b/test/test_ui_node_attributes.py index 04cce3015..38336ed29 100644 --- a/test/test_ui_node_attributes.py +++ b/test/test_ui_node_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ui_node_image_attributes.py b/test/test_ui_node_image_attributes.py index 49a90b351..3e651e7eb 100644 --- a/test/test_ui_node_image_attributes.py +++ b/test/test_ui_node_image_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ui_node_input_attributes.py b/test/test_ui_node_input_attributes.py index c568b5fc4..34fb66913 100644 --- a/test/test_ui_node_input_attributes.py +++ b/test/test_ui_node_input_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ui_node_meta.py b/test/test_ui_node_meta.py index 4e2e70edc..b11fc55e5 100644 --- a/test/test_ui_node_meta.py +++ b/test/test_ui_node_meta.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ui_node_script_attributes.py b/test/test_ui_node_script_attributes.py index fe2d944b4..e67ce39d0 100644 --- a/test/test_ui_node_script_attributes.py +++ b/test/test_ui_node_script_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ui_node_text_attributes.py b/test/test_ui_node_text_attributes.py index 2b21c8530..d03079ad6 100644 --- a/test/test_ui_node_text_attributes.py +++ b/test/test_ui_node_text_attributes.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ui_text.py b/test/test_ui_text.py index 988e69aca..f1d4761a5 100644 --- a/test/test_ui_text.py +++ b/test/test_ui_text.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_identity_body.py b/test/test_update_identity_body.py index 064fa5e5a..37aef0c73 100644 --- a/test/test_update_identity_body.py +++ b/test/test_update_identity_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_login_flow_body.py b/test/test_update_login_flow_body.py index 2a71d294e..f415b0b80 100644 --- a/test/test_update_login_flow_body.py +++ b/test/test_update_login_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_login_flow_with_code_method.py b/test/test_update_login_flow_with_code_method.py index 6b829cc02..938219aa2 100644 --- a/test/test_update_login_flow_with_code_method.py +++ b/test/test_update_login_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_login_flow_with_identifier_first_method.py b/test/test_update_login_flow_with_identifier_first_method.py index 8c83d196c..248198ff1 100644 --- a/test/test_update_login_flow_with_identifier_first_method.py +++ b/test/test_update_login_flow_with_identifier_first_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_login_flow_with_lookup_secret_method.py b/test/test_update_login_flow_with_lookup_secret_method.py index 291580ce1..d86882419 100644 --- a/test/test_update_login_flow_with_lookup_secret_method.py +++ b/test/test_update_login_flow_with_lookup_secret_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_login_flow_with_oidc_method.py b/test/test_update_login_flow_with_oidc_method.py index 6a13994f0..b70a137bf 100644 --- a/test/test_update_login_flow_with_oidc_method.py +++ b/test/test_update_login_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_login_flow_with_passkey_method.py b/test/test_update_login_flow_with_passkey_method.py index d65ee07fb..2149efd86 100644 --- a/test/test_update_login_flow_with_passkey_method.py +++ b/test/test_update_login_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_login_flow_with_password_method.py b/test/test_update_login_flow_with_password_method.py index 811e1deba..ef3fbc738 100644 --- a/test/test_update_login_flow_with_password_method.py +++ b/test/test_update_login_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_login_flow_with_totp_method.py b/test/test_update_login_flow_with_totp_method.py index 8bc26e8c7..b09191460 100644 --- a/test/test_update_login_flow_with_totp_method.py +++ b/test/test_update_login_flow_with_totp_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_login_flow_with_web_authn_method.py b/test/test_update_login_flow_with_web_authn_method.py index 365a9f0f0..10afd8671 100644 --- a/test/test_update_login_flow_with_web_authn_method.py +++ b/test/test_update_login_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_recovery_flow_body.py b/test/test_update_recovery_flow_body.py index 6806d5850..4a3fc7c80 100644 --- a/test/test_update_recovery_flow_body.py +++ b/test/test_update_recovery_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_recovery_flow_with_code_method.py b/test/test_update_recovery_flow_with_code_method.py index 8e7be3c28..7e9d89095 100644 --- a/test/test_update_recovery_flow_with_code_method.py +++ b/test/test_update_recovery_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_recovery_flow_with_link_method.py b/test/test_update_recovery_flow_with_link_method.py index c4a41cc0d..8de7b6c6f 100644 --- a/test/test_update_recovery_flow_with_link_method.py +++ b/test/test_update_recovery_flow_with_link_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_registration_flow_body.py b/test/test_update_registration_flow_body.py index aca01609d..99414f9be 100644 --- a/test/test_update_registration_flow_body.py +++ b/test/test_update_registration_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_registration_flow_with_code_method.py b/test/test_update_registration_flow_with_code_method.py index 4bbbc5a39..5311c9958 100644 --- a/test/test_update_registration_flow_with_code_method.py +++ b/test/test_update_registration_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_registration_flow_with_oidc_method.py b/test/test_update_registration_flow_with_oidc_method.py index 31c695fab..7050057a1 100644 --- a/test/test_update_registration_flow_with_oidc_method.py +++ b/test/test_update_registration_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_registration_flow_with_passkey_method.py b/test/test_update_registration_flow_with_passkey_method.py index d346487e2..b336f9880 100644 --- a/test/test_update_registration_flow_with_passkey_method.py +++ b/test/test_update_registration_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_registration_flow_with_password_method.py b/test/test_update_registration_flow_with_password_method.py index b9910c1b1..99c20c6d3 100644 --- a/test/test_update_registration_flow_with_password_method.py +++ b/test/test_update_registration_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_registration_flow_with_profile_method.py b/test/test_update_registration_flow_with_profile_method.py index 1933b9d80..20c1384b0 100644 --- a/test/test_update_registration_flow_with_profile_method.py +++ b/test/test_update_registration_flow_with_profile_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_registration_flow_with_web_authn_method.py b/test/test_update_registration_flow_with_web_authn_method.py index 558e220be..e1e27dfed 100644 --- a/test/test_update_registration_flow_with_web_authn_method.py +++ b/test/test_update_registration_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_settings_flow_body.py b/test/test_update_settings_flow_body.py index 2f9698e2f..3b2d471b8 100644 --- a/test/test_update_settings_flow_body.py +++ b/test/test_update_settings_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_settings_flow_with_lookup_method.py b/test/test_update_settings_flow_with_lookup_method.py index 113b41fee..81b2a33b9 100644 --- a/test/test_update_settings_flow_with_lookup_method.py +++ b/test/test_update_settings_flow_with_lookup_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_settings_flow_with_oidc_method.py b/test/test_update_settings_flow_with_oidc_method.py index 302ed47aa..b2f8d52d6 100644 --- a/test/test_update_settings_flow_with_oidc_method.py +++ b/test/test_update_settings_flow_with_oidc_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_settings_flow_with_passkey_method.py b/test/test_update_settings_flow_with_passkey_method.py index 5117523f6..0fcd67879 100644 --- a/test/test_update_settings_flow_with_passkey_method.py +++ b/test/test_update_settings_flow_with_passkey_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_settings_flow_with_password_method.py b/test/test_update_settings_flow_with_password_method.py index c01d8f2ab..24a1b9248 100644 --- a/test/test_update_settings_flow_with_password_method.py +++ b/test/test_update_settings_flow_with_password_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_settings_flow_with_profile_method.py b/test/test_update_settings_flow_with_profile_method.py index e472e963e..24a24e7e9 100644 --- a/test/test_update_settings_flow_with_profile_method.py +++ b/test/test_update_settings_flow_with_profile_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_settings_flow_with_totp_method.py b/test/test_update_settings_flow_with_totp_method.py index 8515e7902..9d8bf3773 100644 --- a/test/test_update_settings_flow_with_totp_method.py +++ b/test/test_update_settings_flow_with_totp_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_settings_flow_with_web_authn_method.py b/test/test_update_settings_flow_with_web_authn_method.py index e34e49d3f..fbd98bf67 100644 --- a/test/test_update_settings_flow_with_web_authn_method.py +++ b/test/test_update_settings_flow_with_web_authn_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_subscription_body.py b/test/test_update_subscription_body.py index 434e3a80a..19928b868 100644 --- a/test/test_update_subscription_body.py +++ b/test/test_update_subscription_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_verification_flow_body.py b/test/test_update_verification_flow_body.py index 58f9c748f..f2477f7b1 100644 --- a/test/test_update_verification_flow_body.py +++ b/test/test_update_verification_flow_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_verification_flow_with_code_method.py b/test/test_update_verification_flow_with_code_method.py index 9cd698d39..02501dd6b 100644 --- a/test/test_update_verification_flow_with_code_method.py +++ b/test/test_update_verification_flow_with_code_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_verification_flow_with_link_method.py b/test/test_update_verification_flow_with_link_method.py index 0a88efbeb..62c3fe228 100644 --- a/test/test_update_verification_flow_with_link_method.py +++ b/test/test_update_verification_flow_with_link_method.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_update_workspace_body.py b/test/test_update_workspace_body.py index 520ceefff..747768a77 100644 --- a/test/test_update_workspace_body.py +++ b/test/test_update_workspace_body.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_usage.py b/test/test_usage.py index f80fdde2a..b16bf663f 100644 --- a/test/test_usage.py +++ b/test/test_usage.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_verifiable_credential_priming_response.py b/test/test_verifiable_credential_priming_response.py index c5064d466..1f43059d3 100644 --- a/test/test_verifiable_credential_priming_response.py +++ b/test/test_verifiable_credential_priming_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_verifiable_credential_proof.py b/test/test_verifiable_credential_proof.py index 67f1e0c3f..29fddfa76 100644 --- a/test/test_verifiable_credential_proof.py +++ b/test/test_verifiable_credential_proof.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_verifiable_credential_response.py b/test/test_verifiable_credential_response.py index 33ce630df..5ca2c222e 100644 --- a/test/test_verifiable_credential_response.py +++ b/test/test_verifiable_credential_response.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_verifiable_identity_address.py b/test/test_verifiable_identity_address.py index d8174355d..57d3d95c5 100644 --- a/test/test_verifiable_identity_address.py +++ b/test/test_verifiable_identity_address.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_verification_flow.py b/test/test_verification_flow.py index ed15726d0..6ccff5938 100644 --- a/test/test_verification_flow.py +++ b/test/test_verification_flow.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_verification_flow_state.py b/test/test_verification_flow_state.py index e93a25c61..d2ab7b9fa 100644 --- a/test/test_verification_flow_state.py +++ b/test/test_verification_flow_state.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_version.py b/test/test_version.py index 098b48a5a..253893a69 100644 --- a/test/test_version.py +++ b/test/test_version.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_warning.py b/test/test_warning.py index c14ce5cd3..6dc04808e 100644 --- a/test/test_warning.py +++ b/test/test_warning.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_wellknown_api.py b/test/test_wellknown_api.py index a019ec41d..665935451 100644 --- a/test/test_wellknown_api.py +++ b/test/test_wellknown_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_workspace.py b/test/test_workspace.py index 8bca2cb9c..d1709e427 100644 --- a/test/test_workspace.py +++ b/test/test_workspace.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_workspace_api.py b/test/test_workspace_api.py index 38c22d743..80dd0eeaf 100644 --- a/test/test_workspace_api.py +++ b/test/test_workspace_api.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_workspace_api_key.py b/test/test_workspace_api_key.py index 3fa05ce3b..7bfefa86f 100644 --- a/test/test_workspace_api_key.py +++ b/test/test_workspace_api_key.py @@ -5,7 +5,7 @@ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. - The version of the OpenAPI document: v1.14.0 + The version of the OpenAPI document: v1.14.1 Contact: support@ory.sh Generated by OpenAPI Generator (https://openapi-generator.tech)